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

/* Farben Schriften */
.content-inner h2,
.content-inner li,
.content-inner li:before {
	color: #000;
}

#pagetitle h1{
	color: #ffffff;
}

.right-inner h4,
.content-inner h3{
	color: #000;
}

.teaserbox h5,
.boxform h4,
.boxform p,
.boxform-inner label  {
	color: #000000;
}

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

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

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

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

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

a {
	color: #d62d29;
}

a:hover {
	color: #666666;
}

.content-inner p,
.teaserbox p {
	color: #000;
}

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

.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea{
	color: #000;
}

.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"]  {
	color: #ffffff;
}

.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,
#footer,
#header,
#content-teaserboxen,
body {
	background-image: url("./../img/bild1.jpg");
	background-attachment: fixed;
}

#content-main .content-inner {
	background-image: url("./../img/bg-content.png") !important;
	background-size: 100%;
	background-repeat: repeat-y;
	background-position: left top;
	border: 2px solid #ffffff
}

#content-main .teaser-inner{
	background-color: #e4e4e4
}

#content-top .right-inner {
	background-color: #e4e4e4;
}

/* Farben Background one-two-three Boxen und lange Teaserboxen */
.one-inner,
.two-inner,
.three-inner {
	background-image: url("./../img/bg-content.png") !important;
	background-size: 100%;
	background-repeat: repeat;
	border: 2px solid #ffffff
}

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

#content-main .right-inner {
	background-image: url("./../img/blatt.jpg") !important;
	background-size: 100%;
	background-repeat: repeat;
	background-position: left bottom;
}

/* Farben Background Header */
#header {
	background-image: url("./../img/bg-head.png") !important;
	background-repeat: repeat-x;
	
}

#footer {
	color: #bba89e;
}

#footer a{
	color: #bba89e;
}

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

/* Hintergrundfarbe Submit-Buttons */
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"] {
	background-color: #000;
	color: #fff;
}

/* Hintergrundfarbe Formularfelder */
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea {
	background-color: #fff;
}

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