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

/* Farben Schriften */
#pagetitle h1,
.content-inner h3,
.content-inner p,
.content-inner li,
.right-inner h4,
.content-inner li:before {
	color: #777;
}

.boxform h4,
.boxform p,
.boxform-inner label  {
	color: #777;
}
.teaserbox h5,
.boxform h5,
.teaser-inner .teaser-inner-middle h4{
	color: #446084;
}

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

.boxform h5 {
	border-bottom: 1px solid #446084;
}

.teaserbox h5 {
	border-bottom: 2px solid #446084;
}

.boxform i.fa-facebook-square,
.boxform i.fa-youtube-square {
	color: #2c5887;
}

a,
.content-inner h2{
	color: #446084;
}
a:hover{
	color: #364d6a;
}
.boxform i.fa-phone-square,
.boxform i.fa-shopping-cart {
	color: #446084;
}

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

.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-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;
}

/* 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 {
	background-color: #fff;
}

/* Farben Background Hauptwrapper und left-right Boxen */
body,
#contentwrapper,
#content-teaserboxen,
.right-inner,
.teaser-inner {
	background-color: #ededed;
}

/* Farben Background Header */
#header {
	background-color: #ffffff;
}

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

/* Hintergrundfarbe Submit-Buttons */
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"] {
	background: #446084;
}
.teaser-inner .teaser-inner-right button[type="submit"]:hover,
.teaserbox-inner button[type="submit"]:hover,
.boxform-inner button[type="submit"]:hover{
	background: #364d6a;
}

/* 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: #777;
	color: #fff;
}
h1{
	color: #fff!important;
	padding: 1px 0!important;
	margin: 0 15px!important;
	background-color: #00438f;
}
.content-inner{
	border-top: 1px solid #ececec;
}
