
/********************************************************/
/* 				CSS Farben - anpassbar 					*/
/********************************************************/

/* Farben Schriften */
#pagetitle h1,

.content-inner h2,
.content-inner h3,
.content-inner li,
.right-inner h4,
.content-inner li:before {
	color: #005D86;
}

a,
.boxform p,
.content-inner p {
	color: #3F3F3F;
}

.boxform h4,
.boxform-inner label  {
	color: #005D86;
}


.right-inner h3,
.right-inner li,
.right-inner li:before {
	color: #005D86;
}

.boxform h5  {
	color: #5f81a4;
}

.boxform h5 {
	border-bottom: 1px dotted #005D86;
}


.teaserbox h5 {
	border-bottom: 1px dotted #ffffff;
}

.boxform i.fa-facebook-square,
.boxform i.fa-youtube-square {
	color: #005D86;
}

.boxform i.fa-phone-square,
.boxform i.fa-shopping-cart {
	color: #005D86;
}

.teaserbox h5 {
	color: #e6ecef;
}

.teaserbox p,
.teaser-inner .teaser-inner-middle p {
	color: #ffffff;
}

.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: #ffffff;
}

/* Farben Background Seitenbereiche */
#content,
#content-top,
#content-main,  
#content-teaserboxen,
#header {
	background-color: transparent;
}

.content-inner {
background-color: #ffffff
}

#footer {
	background-color: #005d86;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

/* Farben Background one-two-three Boxen und lange Teaserboxen */
.one-inner,
.two-inner,
.three-inner,
.teaser-inner {
	background-color: #005D86;
}

/* Farben Background Hauptwrapper und left-right Boxen */
#contentwrapper {
	background-image: url("./../img/bg2.jpg");
	background-attachment: fixed;
	background-size: 100%;
}

body {
	background-color: #ffffff;
	
}

.right-inner {
	border: 3px solid #005D86;
	background-color: #e6ecef;
}
	
/* 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: #008ecc;
}

/* Hintergrundfarbe Submit-Buttons */
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"] {
	background: -moz-linear-gradient(top,  #008ecc 0%, #008ecc 100%, #008ecc 100%, #0c9ae6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ecc), color-stop(100%,#008ecc), color-stop(100%,#008ecc), color-stop(100%,#0c9ae6));
	background: -webkit-linear-gradient(top,  #008ecc 0%,#008ecc 100%,#008ecc 100%,#0c9ae6 100%);
	background: -o-linear-gradient(top,  #008ecc 0%,#008ecc 100%,#008ecc 100%,#0c9ae6 100%);
	background: -ms-linear-gradient(top,  #008ecc 0%,#008ecc 100%,#008ecc 100%,#0c9ae6 100%);
	background: linear-gradient(to bottom,  #008ecc 0%,#008ecc 100%,#008ecc 100%,#0c9ae6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ecc', endColorstr='#0c9ae6',GradientType=0 );
}

/* 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;
}