/********************************************************/
/* 				CSS Farben - anpassbar 					*/
/********************************************************/

/* Farben Schriften */
.footerbox h4,
.content-inner li,
.content-inner li:before {
	color: #e3e3e3;
}

#pagetitle h1{
	color: #ffffff;
}
.content-inner p {
	color: #1f315a
}


.boxform h4,
.boxform p,
.boxform-inner label{
	color: #e3e3e3;
}
.boxform h5,
.right-inner li,
.right-inner li:before {
	color: #e3e3e3;
}

.boxform h5 {
	border-bottom: 1px solid #e3e3e3;
}

.teaserbox h5 {
	border-bottom: 1px solid #e3e3e3;
}

.right-inner h4,
.boxform i.fa-facebook-square,
.boxform i.fa-youtube-square {
	color: #e3e3e3;
}

a,
.teaserbox h5,
.boxform i.fa-phone-square,
.boxform i.fa-shopping-cart {
	color: #ffffff;
}

.teaserbox p,
.teaser-inner .teaser-inner-middle p,
#popup p {
	color: #bfcdda;
}
body,
#popup button,
.content-inner h3
.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,
#popup h3,
.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: #e3e3e3;
}

/* Farben Background Seitenbereiche */
#content,
#content-main  {
	background-color: #a5adbc;
	/* background-image: url("./../img/bg.jpg"); */
}

#content-top{
	background-color: #e3e3e3;
}
/* Farben Background one-two-three Boxen und lange Teaserboxen */
.teaser-inner,
.right-inner h3,
#popup .content-inner {
	background-color: #1f315a;
}

.one-inner,
.two-inner,
.three-inner{
	background-color: #1f315a;
	border: solid #e3e3e3 1px;
	opacity: 0.8;
}


#content-teaserboxen {
	background-color:#1f315a;
}

/* Farben Background Hauptwrapper und left-right Boxen */
body,
#contentwrapper,
.right-inner {
	background-color: none;
}

.right-inner {
	border: solid #cecece 1px;
}

/* Farben Background Header */
#header{
		background-color: rgba(36, 42, 53, 0.6) !important;

}
.top-nav li {
	opacity: 1!important;
}

#header nav li a {
	opacity: 1!important;
}

img {
	opacity: 1!important;
}
/* Hintergrundfarbe Submit-Buttons */
#popup button,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"] {
background-color: #1f315a;
border: solid #cecece 1px!important;
}

/* 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"] {
	background-color: #1f315a;
	border: solid #cecece 1px!important;
}

.boxform-inner button[type="submit"] {
	border: solid #cecece 1px!important;
	background-color: transparent!important;
}

#accept {
	background-color: #ffffff!important;
	color: #1f315a!important;
	transition: all linear .3s;
}

#accept:hover {
	background-color: #1f315a!important;
	color: #ffffff!important;
}

#decline {
	background-color: transparent;
	border: solid #ffffff 2px !important;
}


/* Hintergrundfarbe Formularfelder */
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea {
	background-color: #1f315a;
	opacity: 0.5;
}

#footernavi {
	background-color: #181818!important;
}

/* Allgemein verwendete Font Family */
body,
#pagetitle h1,
#popup button,
.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: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300s;
	/* 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: 22px;
}
.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: 18px;
}
.subnav-horizontal a,
.subnav-vertical a{
	font-size: 15px;
	padding: 0px 10px;
}
.subnav-vertical .last{
	border:none;
}
/* padding fürs Hauptmenu */
.top-nav > li{
	padding: 10px 13px;
	position:relative;
	padding-right: -50px;
	
}

#linkblock,
.content-inner h2 {
	color:  #e3e3e3!important;
}
/* 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: 6px 10px;
}
.subnav-horizontal li{
	padding:10px 0px;
}
/* Farbe der Links im Hauptmenu und ggf. des Topmenus */
.mainmenu a,
#topmenu a{
	color:white;
}
/* Farbe der Links in den Untermenus */
.subnav-horizontal a,
.subnav-vertical a{
	color:white;
}
/* Hintergrundfarbe der Untermenus */
.subnav-horizontal,
.subnav-vertical{
	background-color:rgba(36, 42, 53, 0.9) !important;
	opacity: 0.9;
}
/* Farbwechsel bei Mouseover und solange das zugehörige Untermenu aktiv ist */
.top-nav li:hover,
.top-nav li:hover>a,
.subnav-vertical li:hover{
	color:white !important;
}