/********************************************************/
/* 				CSS Farben - anpassbar 					*/
/********************************************************/

@font-face {
	font-family: "lato regular";
	src: url(../font/Lato/Lato-Regular.ttf);
}

* {
	font-family: "lato regular";
}

/* Farben Schriften */
a,
#pagetitle h1,
.content-inner li,
.content-inner li:before,
.boxform h5,
.boxform p,
#popup p,
.teaserbox p,
.right-inner li:before,
.teaser-inner .teaser-inner-middle p,
.teaser-inner .teaser-inner-right button[type="submit"],
.boxform-inner button[type="submit"],
.boxform i.fa-phone-square,
.boxform i.fa-shopping-cart,
#footer {
	color: #ffffff;
}

.content-inner h2,
.content-inner h3,
.teaserbox h5,
.content-inner p,
#popup button,
.teaserbox h4,
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea,
.boxform i.fa-facebook-square,
.boxform i.fa-youtube-square,
.right-inner h3,
.right-inner li,
.boxform h4,
.boxform-inner label,
.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: #272521;
}

#popup h3,
.footerbox h4,
.right-inner h4,
.teaser-inner .teaser-inner-middle h4,
.teaserbox-inner button[type="submit"] {
	color: #ff9f45;
}

/* Farben Background Seitenbereiche */
#content,
#content-main,
#content-teaserboxen,
.teaser-inner .teaser-inner-right button[type="submit"],
#content-top {
	background-color: #ff9f45;
}

/* Farben Background one-two-three Boxen und lange Teaserboxen */
.teaser-inner,
.right-inner,
#popup .content-inner {
	background-color: #3a2e2c;
}

/* Farben Background Hauptwrapper und left-right Boxen */
body,
.one-inner,
.two-inner,
.three-inner,
#contentwrapper {
	background-color: #ffffff;
}

/* Farben Background Header */
#header{
	background-color: transparent;
}

/* Hintergrundfarbe Submit-Buttons */
.teaser-inner .teaser-inner-left .teaser-inner-icon,
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"] {
	background-color: #f9f9f9;
}

/* Farben Background Icons und allgemeine Farben Buttons */
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"] {
	background-color: #000000;
}

/* Farben Cookie Popup Buttons */
#accept {
	background-color: #ff9f45;
	transition: all linear .3s;
}

#accept:hover {
	background-color: white;
}

#decline {
	background-color: transparent;
	border: solid #ffffff 2px !important;
	color: #ffffff!important;
}

/* Hintergrundfarbe Formularfelder */
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea {
	background-color: #5f81a4;
}

/* 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 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: 0 3.67em;
	justify-content: right;
	background: linear-gradient(to top, transparent 0%, #333333 100%);
	height: 100px;
	display: flex;
	align-items: center !important;
}

#header li {
	color: #fafeff;
    text-shadow: none;
    font-size: 1.4em;
}
.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: 18.8px;
}
/* padding fürs Hauptmenu */
.top-nav > li{
	padding: 1em 1.015em;
	position:relative;
}
/* 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: #ffffff;
	display: flex;
	line-height: 1 !important;
}

#footer,
.top-footer {
	background-color: #2f2726 !important;
}

.footerbox p{
	color: #ffffff;
}