/********************************************************/
/* 				CSS Farben - anpassbar 					*/
/********************************************************/

/* Farben Schriften */
#pagetitle h1,
.footerbox h4,
.content-inner h2,
.content-inner h3,
.content-inner p,
.content-inner li,
.teaserbox p,
.boxform i.fa-phone-square,
.boxform i.fa-shopping-cart,
.teaserbox-inner button[type="submit"],
.teaser-inner .teaser-inner-middle p,
#popup p,
.boxform i.fa-facebook-square,
.boxform i.fa-youtube-square,
.boxform p,
.right-inner h3,
.right-inner li,
.boxform-inner label,
.right-inner h4,
#popup h3,
.boxform h5,
.boxform h4,
.content-inner li:before,
.teaser-inner .teaser-inner-middle h4 {
	color: #212529;
}

.boxform h5 {
	border-bottom: 1px solid #212529;
}

a,
.li-vertical a:hover,
.teaserbox h4,
.teaserbox h5,
.right-inner li:before {
	color: #E20000;
}

.footerbox p,
.footerbox a,
#footer a,
#footer p,
#footer,
.footerbox h4,
#popup button,
.teaser-inner .teaser-inner-right button[type="submit"],
.boxform-inner button[type="submit"],
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea,
#content-contact .content-inner .left p,
.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;
}

#content-contact{
	background-image: url(../img/background-contact.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#content-top{
	background-color: white;
}
/* Farben Background one-two-three-four Boxen und lange Teaserboxen */
.teaser-inner,
#popup .content-inner {
	background-color: #fff;
}

/* Farben Background Hauptwrapper und left-right Boxen */
body,
#contentwrapper,
#content-teaserboxen,
.right-inner {
	background-color: #ffffff;
}

/* Farben Background Header */
#header{
	background-color: #fff;
}

/* Farben Background Footer */

#content-teaserboxen.top-footer{
	background-color: #495057;
}

#footer{
	background-color: #212529;
}

/* Farben Background Icons und allgemeine Farben Buttons */
.teaser-inner .teaser-inner-left .teaser-inner-icon,
.teaser-inner .teaser-inner-right button[type="submit"],
.boxform-inner button[type="submit"] {
	background-color: #212529;
	transition: all 0.3s;
}

.teaser-inner .teaser-inner-right button[type="submit"]:hover,
.boxform-inner button[type="submit"]:hover {
	background-color: #E20000;
}

.teaserbox-inner button[type="submit"]{
	background-color: transparent;
}

/* Farben Cookie Popup Buttons */
#accept {
	background-color: #E20000;
	transition: all linear .3s;
}

#accept:hover {
	background-color: #212529;
}

#decline {
	background-color: transparent !important;
	color: #212529 !important;
	border: solid #212529 2px !important;
}

/* Hintergrundfarbe Formularfelder */
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea {
	background-color: #fdfdfd;
}

/* 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: 'Heebo', sans-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;
}
#header li.mainmenu{
	line-height: 80px;
}
.head-center ul {
    list-style: none;
    margin-top: 29px;
	vertical-align:middle;
}
#fourth{
	margin-right: 60px;
}
#topmenu{
	padding-left:5px;
}
#topmenu li{
	float:left;
	padding-left:10px;
}
.head-center li, 
.head-center a{
	font-size: 16px;
}
.subnav-horizontal a,
.subnav-vertical a{
	font-size: 15px;
}
.subnav-vertical .last{
	border:none;
}
/* padding fürs Hauptmenu */
.top-nav > li{
	position:relative;
	margin-top: 12px;
}

.top-nav > li:not(:last-of-type){
	margin-right: 40px;
}
/* Padding für die Untermenus */
.subnav-vertical,
.subnav-horizontal{
	padding: 30px 0 40px;
}
.head-center ul.subnav-vertical{
	margin-top: 0;
    transition: opacity 0.5s;
    opacity: 0;
}
.subnavbox{
	display: flex;
	max-width: 1140px;
	margin: 0 auto;
}
.subrow{
	display: flex;
	flex-direction: column;
	width: 33.3333%;
	padding: 0 15px;
}
.subtitle{
	line-height: 22px;
}
.subtitle a{
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.subnav-vertical li{
	padding: 1rem 2px;
	border-bottom: 1px solid #F0F1F4;
    line-height: 1.2;
}
.subnav-horizontal li{
	padding:10px 0px;
}
/* Farbe der Links im Hauptmenu und ggf. des Topmenus */
.mainmenu a,
#topmenu a{
	color:#000;
}
/* Farbe der Links in den Untermenus */
.subnav-horizontal a,
.subnav-vertical a{
	color:#000;
}
/* Hintergrundfarbe und Schatten der Untermenus */
.subnav-horizontal,
.subnav-vertical{
	background-color:#fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	border: 1px solid #F0F1F4;
}
/* Farbwechsel bei Mouseover und solange das zugehörige Untermenu aktiv ist */
.subtitle:hover,
.mainmenu:hover{
	text-decoration: underline;
}
/* Untermenus leicht versetzt 
#main-nav li ul{
	margin-left:-40px;
}
*/

#header-wrapper{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
}

#headerbild {
	border-top: 128px solid #444444;
}