/********************************************************/
/* 				CSS Farben - anpassbar 					*/
/********************************************************/

/* Farben Schriften */
#pagetitle h1,
.footerbox h4,
.content-inner h2,
.content-inner h3,
.content-inner p,
.content-inner li,
.content-inner li:before {
	color: #fff;
}

.right-inner h4,
.boxform h4,
.boxform p,
.boxform-inner label{
	color: #000;
}

.right-inner h3,
.right-inner li,
.right-inner li:before {
	color: #000;
}

.boxform h5 {
	border-bottom: 1px dotted #000;
}

.boxform i.fa-facebook-square,
.boxform i.fa-youtube-square {
	color: #2c5887;
}

a,
.teaserbox h5,
.boxform h5,
.boxform i.fa-phone-square,
.boxform i.fa-shopping-cart {
	color: #000;
}
#popup h3,
.teaser-inner .teaser-inner-middle h4,
.teaserbox p,
.teaser-inner .teaser-inner-middle p,
#popup p {
	color: #000;
}

#popup button,
.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,
.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: #000;
	/* background-image: url("./../img/bg.jpg"); */
}

/* Farben Background one-two-three Boxen und lange Teaserboxen */
.one-inner,
.two-inner,
.three-inner {
	background-color: #000;
}
.teaser-inner,
#popup .content-inner{
	background-color: #fa7d00;
}

/* Farben Background Hauptwrapper und left-right Boxen */
body,
#contentwrapper,
#content-teaserboxen {
	background-color: #000;
}
.right-inner{
	background-color: #fa7d00;
}

/* Farben Background Header */
#header{
	background-color: #000;
}

/* Farben Background Icons und allgemeine Farben Buttons */
.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"] {
	background-color: #000;
}

/* 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: #000;
}

/* 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 */
.mainmenu a{
	font-weight: normal;
    font-style: normal;
	font-size: 26px;
}
#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;
}
.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 10px;
	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:#595959;
}
/* Farbe der Links in den Untermenus */
.subnav-horizontal a,
.subnav-vertical a{
	color:#ffffff;
}
/* Hintergrundfarbe der Untermenus */
.subnav-horizontal,
.subnav-vertical{
	
}
/* Farbwechsel bei Mouseover und solange das zugehörige Untermenu aktiv ist */
.top-nav li:hover,
.mainmenu>a:hover,
.top-nav li:hover>a,
.subnav-vertical li:hover{
	color:#fa7d00!important;
}
#logo-background{
	background-color: #fa7d00;
	height: 129.14px;
	width: 129.14px;
	margin-bottom: 50px;
}
#logo-background svg{
	margin: 0 auto;
	width: 100%;
	height: 19%;
	margin-top: 5px;
}
.mainmenu a svg path{
	fill: currentColor;
}
.mainmenu a svg circle {
    stroke: currentColor;
}
.video-header{
	width: 1600px;
	height: 900px;
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

/* Untermenus leicht versetzt 
#main-nav li ul{
	margin-left:-40px;
}
*/

/* Menuleiste fixieren 
#header-wrapper{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	border-bottom: 6px solid red;
}
#headerbild {
	padding-top: 128px;
}
*/

/* Headerbild anzeigen (der "display:none" ist nur für alte LP relevant)
#headerbild img{
	display:none;
}*/
#headerbild{
	width:100%;
	display: block;
	background-color: #000;
}
.content-inner-boxen{
	width: 1600px;
	display: before;
	margin: -200px auto 0 auto;
	max-width: 100%;
}
#content-teaserboxen{
	background-color: rgba(0,0,0,0);
}
.teaserbox-link .teaserbox{
	width: 100%;
	height: 100%;
}
.teaserbox-link .teaserbox span{
    font-weight: 400;
    font-style: normal;
    padding-right: 42px;
    position: relative;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 21px;
    height: 21px;
    display: block;
    text-align: right;
    margin-top: 10px;
    margin-right: -10px;
    width: 100%;
}
.teaserbox-link .teaserbox span:before{
	content: '';
    position: absolute;
    height: 21px;
    width: 27px;
    right: 0;
    top: 0;
    background-image: url(https://www.reproad.com/static/img/sprites/arrow_orange_sprite.cdc210646a59.png);
    background-size: 1651px 22px;
    background-repeat: no-repeat;
    background-position: 0;
}
.teaserbox-link{
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.one-inner,
.two-inner,
.three-inner{
	border: 1px solid #303030;
}
.one-inner:hover,
.two-inner:hover,
.three-inner:hover{
	border: 1px solid #fa7d00;
	color: #fa7d00 !important;
}
.one,
.one-inner,
.two,
.two-inner,
.three,
.three-inner{
	height: 100%;
}
.teaserbox h5{
    font-size: 52px !important;
	font-weight: bolder !important;
	color: #fff;
}
.one-inner:hover .teaserbox-link .teaserbox-inner span,
.two-inner:hover .teaserbox-link .teaserbox-inner span,
.three-inner:hover .teaserbox-link .teaserbox-inner span{
	color: #fa7d00 !important;
}
.one-inner:hover > .teaserbox-link > .teaserbox h5,
.two-inner:hover > .teaserbox-link > .teaserbox h5,
.three-inner:hover > .teaserbox-link > .teaserbox h5{
	color: #fa7d00 !important;
}
.teaserbox h4{
	padding: 0;
	margin: 0;
	font-size: 10px !important;
	color: #fa7d00 !important;
}
#logo{
	margin-left: 20px;
}

#footer{
	background-color: #191919;
}
#footernavi,
#footernavi a{
	color: #595959;
	text-decoration: none;
}
#footernavi a:hover{
	color: #fff;
}