/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* 	========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.bg-color1 {
	background-color: white;
	margin-top: 10px;
}
 
 
 
 
/*======================================================================
   Allgemein
 ======================================================================*/

.uk-list > li > :last-child {
    margin-bottom: 0px;
	color: #64ab00;
}

em {
    color: #64ab00;
}

/*======================================================================
   Kontaktformular
 ======================================================================*/

/* Löscht automatische Überschriften KONTAKT und KONTAKTFORMULAR */
.contact h3 {
    display: none;
}
 
/* Einleitungstext kleiner als Standard */
.contact legend {
	font-size: 1em;
}

/* Name, Email, Betreff */
input, .uneditable-input {
    width: 276px;
}

/* Nur Textfeld */
.contact textarea {
	width: 500px;
	height: 200px;
}


	