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

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

/*grau*/
#pagetitle h1,
.footerbox h4,
.teaser-inner .teaser-inner-middle h4,
#popup h3,
.content-inner h2,
.content-inner h3,
.teaserbox h4,
.boxform h4 {
    color: #4e5155;
}

/*sehr grau*/
.boxform p,
.teaserbox p,
.teaser-inner .teaser-inner-middle p,
#popup p,
.right-inner h4,
.content-inner p{
    color: #444444;
}

.boxform-inner label{
	color: #2c5887;
}

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

.boxform h5 {
	border-bottom: 2px solid #e6e6e6;
}

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

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

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

.icon-nav{
	color: #ffffff;
}

#popup button,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"], .boxform-inner button.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: #ffffff;
}

/* 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 */
.teaser-inner,
#popup .content-inner {
	background: linear-gradient(to top, #e6e6e6, #fafafa);
}

.one-inner,
.two-inner,
.three-inner {
    border: 2px solid #e6e6e6;
}

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

.right-inner {
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

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

.header-logo {
    background: url(../img/bg_hd.gif) repeat-x scroll center top #1F1E2E;
}

/* Farben Background Icons und allgemeine Farben Buttons */
#popup button,
.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"], .boxform-inner button.submit {
	background-color: #4e5155;
}


/* Hintergrundfarbe Formularfelder */
.boxform-inner input[type="text"], input[type="email"], .boxform-inner textarea, .boxform-inner input[type="text"]:required, input[type="email"]:required, .boxform-inner textarea:required
{
        background: none !important;
	background-color: #4e5155 !important;
        box-shadow: none;
}

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

/* Allgemein verwendete Font Family */
body,
#popup button,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"],
.boxform-inner button.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;
}

/* Styles für das Menu */
#toprow{
	padding:10px 10px 0px 0px;
}
#header li {
    font-size: 14px;
    line-height: 1.5em;
}
.head-center ul {
    list-style: none;
    margin-top: 10px;
	vertical-align:middle;
}
#topmenu{
	padding-left:5px;
}
#topmenu li{
	float:left;
	padding-left:10px;
}
.head-center li, 
.head-center a{
	font-size: 13.32px;
}
.subnav-horizontal a,
.subnav-vertical a{
	font-size: 15px;
	padding: 0px 10px;
}

.subnav-vertical .last{
	border:none;
}
/* padding fürs Hauptmenu */

.top-nav {
    padding-left:20px;
}

.top-nav > li{
	padding: 5px 11px 3px 8px;
	position:relative;
    background-color:#fefefe;
    margin: 1px;
    border-radius: 5px;
}

/* Padding und Schatten für die Untermenus */
.subnav-vertical,
.subnav-horizontal{
	padding: 0px;
	box-shadow:3px 5px 8px 0 rgba(105, 105, 105, 0.5);
}

.subnav-vertical li{
	padding: 10px 0px;
	border-bottom:1px solid #ffffff;
}

.subnav-horizontal li{
	padding:10px 0px;
}

/* Farbe der Links im Hauptmenu und ggf. des Topmenus */
.mainmenu a,
#topmenu a{
	color:#667;
}

/* Farbe der Links in den Untermenus */
.subnav-horizontal a,
.subnav-vertical a{
	color:#ffffff;
}

/* Hintergrundfarbe der Untermenus */
.subnav-horizontal,
.subnav-vertical{
	background-color:#12aaeb;
}
/* Farbwechsel bei Mouseover und solange das zugehörige Untermenu aktiv ist */
.top-nav li:hover,
.top-nav li:hover>a,
.subnav-vertical li:hover{
	background-color:#cfccb3;
	color:#667!important;
}

#secondrow {
    border-bottom: 14px solid #d5d0ba;
}

#footer,
#footer a,
#footernavi {
    background-color: #eee;
    color: #888888;
    font-size: 90%;
}

#footer a,
a {
    color: #666;
    text-decoration:none;
}

#footer a:hover,
a:hover {
    text-decoration:underline;
}