
/********************************************************/
/* 				CSS Farben - anpassbar 					*/
/********************************************************/

/* Farben Schriften */
#pagetitle h1,
.content-inner h2,
.content-inner h3,
.right-inner h4,
.content-inner li:before {
	color: #3e6654;
}

.content-inner p,
.content-inner li:before {
	color: #000;
}

.boxform h4,
.boxform p,
.boxform-inner label  {
	color: #3e6654;
}
.boxform p,
.boxform-inner label  {
	color: #000;
}

.right-inner h3,
.right-inner li,
.right-inner li:before {
	color: #3e6654;
}

.boxform h5 {
	border-bottom: 1px dotted #444444;
}

.teaserbox h5 {
	border-bottom: 1px dotted #444444;
}

.boxform i.fa-facebook-square,
.boxform i.fa-youtube-square {
	color: #444444;
}

a,
.teaserbox h5,
.boxform h5,
.boxform i.fa-phone-square,
.boxform i.fa-shopping-cart {
	color: #444444;
}

.teaserbox p,
.teaser-inner .teaser-inner-middle p {
	color: #444444;
}

.teaserbox h4,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"],
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea,
.teaser-inner .teaser-inner-middle h4,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-phone,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-envelope,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-check-circle,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-mobile,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-gamepad,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-shopping-cart,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-pencil-square,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-download,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-calendar,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-facebook-official  {
	color: #fff;
}
.teaserbox h4,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"],
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea,
.teaser-inner .teaser-inner-middle h4{
	color: #444444;
}

/* Farben Background Seitenbereiche */
#content,
#content-top,
#content-main  {
	background-color: #fff;
	/* background-image: url("./../img/bg.jpg"); */
}

/* Farben Background one-two-three Boxen und lange Teaserboxen */
.one-inner,
.two-inner,
.three-inner,
.teaser-inner {
	background-color: #fff;
    border: 1px solid #3e6654;
}

/* Farben Background Hauptwrapper und left-right Boxen */
body,
#contentwrapper,
#content-teaserboxen,
.right-inner {
	background-color: #ffffff;
}
.right-inner {
	background-color: #ffffff;
    border: 1px solid #3e6654;
}
/* Farben Background Header */
#header {
	background-color: #fce986;
    
}

/* Farben Background Icons und allgemeine Farben Buttons */
.teaser-inner .teaser-inner-left .teaser-inner-icon,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"] {
	background-color: #444444;
            
}

/* Hintergrundfarbe Submit-Buttons */
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"] {
	background:#fce986;
}

/* Hintergrundfarbe Formularfelder */
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea {
	background-color: #5f81a4;
}

/* Allgemein verwendete Font Family */
body,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"],
.boxform-inner label,
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea {
	font-family: "Open Sans", sans-serif;
	/* font-family: "Lora", serif; */
}
div.alert-success {
	color: #33cc00;
}
label.error {
	color: #ff0000;
}

#footer {
    background-color: #fce986;
}

#logo{
	/* max-width: 20% !important; */
	padding: 0px 0px 0px 0px !important;
}
#wrap{
	margin:0 auto;
	width:180px;
	z-index:100;
	margin-top:-55px;
	color:#444444!important;
	position:absolute;
	left:100px;
}
.navliste{
	float:left;
	width:100%;
	padding:10px 20px 10px 20px ;
	border: 1px solid #dddddd;
	background-color:#f5f5f5;
	margin-right:20px;
	color:inherit;
	font-size:12px;
	z-index:inherit;
}
.navliste h2{
	padding:0px;
	margin: 16px 0px 6px 0px;
	font-size:110%;
	font-weight:bold;
	color:inherit;
	z-index:inherit;
}
.navliste a{
	display:block;
	color:inherit;
	text-decoration: none;
	padding:4px 0px;
	border-bottom: 1px solid #dddddd;
	margin: 0px;
	z-index:inherit;
}
.navliste:focus .subnav,
.navliste:hover .subnav{
	display: block;
}
.navliste .subnav{
	display: none;
}
#lastitem{
	border-bottom:none!important;
}
body{
	border-top: 2px solid #aeaeae;
}
#contentwrapper{
	border-top: 2px solid #aeaeae;
}