
/********************************************************/
/* 				CSS Farben - anpassbar 					*/
/********************************************************/

@font-face {
	font-family: "Open Sans";
	src: url(../fonts/open_sans/OpenSans-VariableFont_wdth.html\,wght.ttf);
}

@font-face {
	font-family: "Titilium Web";
	src: url(../fonts/titillium_web/TitilliumWeb-Regular.ttf);
}

/* Farben Schriften */
#pagetitle h1,
.content-inner h2,
.content-inner h3,
.content-inner li,
.content-inner li:before {
	color: #fff;
}

.boxform p,
.teaserbox p,
.content-inner p,
.right-inner a,
.teaser-inner .teaser-inner-middle p{
	color: #808080;
}

.right-inner h4 {
	color: #000;
}

.boxform h5,
.boxform h4,
.boxform-inner label,
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"],
.teaser-inner .teaser-inner-right button[type="submit"]  {
	color: #fff;
}

.right-inner h3,
.right-inner li {
	color: #000;
}

.boxform i.fa-phone-square,
.boxform i.fa-shopping-cart,
.boxform i.fa-facebook-square,
.boxform i.fa-youtube-square,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-phone {
	color: #fff;
}

a {
	color: #e83529;
	text-decoration: none;
}

#popup p {
	color: #fff;
	font-size: 15px;
}

.right-inner li:before,
#text-popup > p > a {
	color: #e83529;
}

#popup button,
.teaserbox h4,
.teaserbox h5,
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea,
.teaser-inner .teaser-inner-middle h4,
.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: #000;
}

.icon-nav,
#popup h3 {
	color: #fff;
}

/* Farben Background Seitenbereiche */
#content,
#content-top  {
	background-color: #3F3F3F;
	background-image: url("../img/zollundlogistik-bg.jpg"); 
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 149px;
	min-height: 700px;
	height: calc(100vh - 149px);
}

#content-main  {
	background-color: #000000;

}
/* Farben Background one-two-three Boxen und lange Teaserboxen */
.one-inner,
.two-inner,
.three-inner {
	background-color: #fff;
}

.teaser-inner {
	background-color: #fff;
}

/* Farben Background Hauptwrapper und left-right Boxen */
body,
.right-inner,
#contentwrapper,
#content-teaserboxen {
	background-color: #ffffff;
}

/* Farben Background */
#header,
#footer,
#content-teaserboxen,
#popup .content-inner,
#content-top .right-inner {
	background-color: #000;
}

/* Farben Background Icons und allgemeine Farben Buttons */
.teaser-inner .teaser-inner-left .teaser-inner-icon {
	background-color: #e83529;
}

#popup button,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"]{
	background: transparent;
	transition: all 0.3s ease;
}

#popup button:hover,
.teaser-inner .teaser-inner-right button[type="submit"]:hover,
.teaserbox-inner button[type="submit"]:hover,
.boxform-inner button[type="submit"]:hover{
	background: #e83529;
	color: #fff;
}

/* Hintergrundfarbe Formularfelder */
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea {
	background-color: #3F3F3F;
}

/* 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";
}

body h2,
body h3,
body h4,
body h5,
body h6{
	font-family: "Titilium Web";
	text-transform: uppercase;
}

div.alert-success {
	color: #33cc00;
}
label.error {
	color: #ff0000;
}

/* Styles für das Menu */
#toprow{
	padding: 5px 50px 0px 0px;
	display: flex;
    justify-content: flex-end;
	box-sizing: border-box;
}
#toprow a{
	font-size: 13px;
	font-weight: normal;
}
#toprow i{
	color: #e83529;
	font-size: 16px;
}
#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: 15px;
}
.subnav-horizontal a,
.subnav-vertical a{
	font-size: 15px;
	padding: 0px 10px;
}
.subnav-vertical .last{
	border:none;
}
/* padding und hover fürs Hauptmenu */
.top-nav > li{
	padding: 20px 14px 35px 14px;
	position:relative;
}

.top-nav > li:hover{
	border-bottom: 5px solid #e83529;
}
/* Padding und Schatten für die Untermenus */
.subnav-vertical,
.subnav-horizontal{
	padding: 0px;
	box-shadow:0px 2px 2px 2px rgba(105, 105, 105, 0.5);
}
.head-center ul.subnav-vertical{
	margin-top: 40px;
}
.subnav-vertical li{
	padding: 5px 10px;
	/*border-bottom:1px solid #143c78;*/
}
.subnav-horizontal li{
	padding:10px 0px;
}
/* Farbe der Links im Hauptmenu und ggf. des Topmenus */
.mainmenu a,
#topmenu a{
	color:#ffffff;
	font-weight: 600;
}

/* Farbe der Links in den Untermenus */
.subnav-horizontal a,
.subnav-vertical a{
	color:#ffffff;
}
/* Hintergrundfarbe der Untermenus */
.subnav-horizontal,
.subnav-vertical{
	background-color:#000000;
}

.subnav-vertical li:hover{
	background-color: #e83529;
	transition-duration: 0.3s;
}

.subnav-vertical li{
	margin: 12px;
}

.subnav-vertical a{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0cm;
}

#ueberuns{
	text-transform: none;
}

#headerbild {
	padding-top: 40px;
}

/*Menuleiste fixieren*/
#header-wrapper{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
}


/* Headerbild anzeigen (der "display:none" ist nur für alte LP relevant)*/
#headerbild img{
	display:none;
}
#headerbild{
	width:100%;
	height:700px;
	background-image: url(../img/hintergrund.html);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* Farben Cookie Popup Buttons */
#accept {
	background-color: #e83529!important;
	transition: all linear .3s;
	color: #ffffff!important;
}

#accept:hover {
	background-color: transparent!important;
	color: #e83529!important;
}

#decline {
	background-color: transparent !important;
	color: #e83529!important;
	border: solid #e83529 2px !important;
}