/* General */

.clear {
	clear: both;
}

.rr_row{
    padding: 40px 0;
}

#rr_main{
    margin-top: 80px;
}

p{
    margin: 0px;
}

.navbar{
    margin-bottom: 0px;
	margin-bottom: 0px;
	z-index: 999;
}
ul{
    list-style: none;
    padding-left: 0px;
}
.fa{
    color: black;
}
.fa-fw{
    width: 1.5em;
}
.fa-border{
    border-radius: 4em;
    border-color: black;
}
h1,h2,h3{
    	font-family: EurostileLTPro-DemiOblique, Helvetica, Arial, sans-serif !important;
    
}
h1{	
	color: white;
}
h2,h3,h4,h5{
    color: #e41715;
}

h3 {
	color: black;
}
a:focus {
    outline: none;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.rr_row{
    border: 0px solid grey;
}
.rr_content{
    padding-bottom: 20px;
}




/* Modal */

body.modal-open {
	overflow: visible;
	margin: 0;
	padding: 0;
	margin-right: 0px;
	padding-right: 0px;
}

body.modal-open .modal {
	overflow-y: inherit;
}

body.modal-open .modal-dialog {
	width: 50%;
	min-height: 500px;
}

.modal-header .close {
	margin-top: -10px;
	font-size: 40px;
}

body.modal-open iframe {
	width: 100%;
	height: 500px;
}

.modal-dialog.videomodal {
	width: 70%;
	height: 90vh;
}

.modal-dialog.videomodal iframe, .modal-dialog.videomodal #videoplayer {
	width: 100%;
	height: 80vh;
	max-height: 650px;
}

.modal-header {
	border-bottom: 0px solid transparent;
}

.modal-body {
	position: relative;
	padding: 0px 20px 20px 20px;
}





/* Header */
#rr_header{
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 767px){
    /*.navbar-fixed-top{
        position: relative;
        top: auto;
    }*/
}
.rr_title_center_block{
    padding: 80px;
    height: 300px;
}

.rr_top_slider{
    height: 300px;
    position: absolute;
    top: 0px;
    z-index: 500;
}

/* Post */

.rr_post_navi{
	padding: 15px 0;
	background-color: #EEE;
	margin-bottom: 15px;
}
.rr_post_navi a[rel~="next"]{
	float: right;
}
.rr_post_navi a[rel~="prev"]{
	float: left;
}
.rr_post_content .attachment-post-thumbnail {
	width: 100%;
        height: auto;
}
.rr_post_content h2{
	border-top: 1px solid #BBB;
	padding-top: 5px;
        padding-bottom: 20px;
}
.rr_post_autor{
	padding: 15px;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}
.rr_post_author_border{
	border-right: 1px solid #BBB;
}
.rr_post_content_text{
	margin-top: 15px;
}
.rr_post_tags{
	padding: 15px;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
        margin-bottom: 30px;
}
.rr_post_tags a{
	color: grey;
	margin-right: 10px;
}
/* Menu */
.mega-sub-menu{
	margin-top: 1px !important;
	padding: 15px;
}

li.mega-menu-item > a {
	font-size: 16px !important;
		font-family: EurostileLTPro-DemiOblique, Helvetica, Arial, sans-serif !important;
	
	line-height: 20px;
}

.mega-sub-menu {

  background: rgba(255, 255, 255, 0.9) !important;
}

.mega-sub-menu li:first-child {
	margin-top: 10px;
}

.mega-sub-menu li a { 	font-family: EurostileLTPro-DemiOblique, Helvetica, Arial, sans-serif !important;
 }

.mega-sub-menu li a:hover { color:rgb(251,0,0) }


.mega-sub-menu li h4 { padding-bottom: 10px; border-bottom: 1px solid black; margin-bottom: 10px; font-family: EurostileLTPro-DemiOblique, Helvetica, Arial, sans-serif !important;
 padding-top: 20px;
}


.logo{
	position: absolute;
	margin: auto;
	width: 100%;
}

.logo img{
	height: 60px;
	margin: 5px 0 5px 0;
}

.scrolled .logo img{
	margin: 5px 0;
}
.rr_top_nav{
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    display: block;
    z-index: 10000;
    border-bottom: 1px solid grey;
}
.rr_top_nav button{
	float:right;
}

.scrolled .rr_top_nav{
	display: none;
}



/* Shortcodes */
/*title*/
.rr_title .btn{
	float: right;
	font-size: 18px;
	margin: 2px 0;
	padding: 6px 60px;
	background-color: #e41715;
	color: white;
	border: 0px;
}
.rr_title img{
      float: left;
      margin-left: 50px;
}
.rr_title .btn:hover{
	background-color: white;
	color: black;
}
.rr_title .rr_black.btn:hover{
	background-color: black;
	color:white;
}
.rr_title h1{
	margin: 0;
	float: left;
	color: white;
	font-size: 40px;
} 
/*accordeon*/
.panel-default > .panel-heading:hover {
    color: white;
    background-color: #e41715;
}
.panel-title > a{
	display: block;
}
.panel-title > a:after{
	content: '+';
	float: right;
	font-style: normal;
	font-size: 20px;
	margin-top: -3px;
}
.panel , .panel-group .panel-heading + .panel-collapse > .panel-body{
	border: none;
}
.panel-group{
	border-top: 1px solid black;
}
.panel.panel-default{
	border-bottom: 1px solid black;
}
.panel-group .panel + .panel {
    margin-top: 0px;
}
/* Tab*/
.nav-tabs > li > a {
	color: black;
	font-weight: 700;
		font-family: EurostileLTPro-DemiOblique, Helvetica, Arial, sans-serif !important;
	
}
.nav-tabs > li > a:hover {
    background-color: #E41715;
	color: white;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #E41715;
    background-color: transparent;
	border: 1px solid black;
	border-bottom: 1px solid white;
}
/* Carousel */
.vc_carousel-inner{
	text-align:center;
}
.vc_images_carousel ol.vc_carousel-indicators {
    margin: 0px 0px -30px -30% !important;
	bottom: 0px !important;
}
.vc_images_carousel .vc_carousel-control {
	height: 100% !important;
	top: 0 !important;
	margin-top: 0px !important;
}
.vc_images_carousel .vc_carousel-control .icon-next,.vc_images_carousel .vc_carousel-control .icon-prev{
    font-size: 60px !important;
	font-family: Arial, sans-serif !important;
	text-shadow: none !important;
	margin-top: -40px !important;
	color: black !important;	
}
.vc_images_carousel .vc_carousel-indicators li {
    background-color: transparent !important;
    border: 1px solid #808080 !important;
}
.vc_images_carousel .vc_carousel-indicators .vc_active {
	border: 1px solid black !important;
	background-color: black !important;
}
.vc_inner img{
	width: 90%;
}
.vc_images_carousel .vc_carousel-control{
	width: 5% !important;
}
.vc_images_carousel .vc_carousel-control:hover{
	background-color: grey;
}


/* Footer */
.rr_footer_lvl1{
	background: #e41715 url("../img/RR003_active_competitions_01.png") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
.rr_footer_lvl1 > div{
	padding: 20px 0;
	background-color: rgba(228,32,21,0.7);
}

.rr_footer_lvl1 a{
	display: inline-block;
    padding: 0 15px;
}

.rr_footer_lvl1 a:hover{
	color: inherit;
}

.rr_footer_lvl1 a:hover i{
	color: #fff;
	border-color: #fff !important;
}

.rr_footer_lvl1 a i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.7em !important;
	height: 1.7em !important;
	color: #000;
	transition: all 0.3s;
}

.rr_footer_lvl1 a i:hover {
	color: inherit;
	border-color: inherit;
}

.rr_footer_lvl1 h3{
	color: black;
	padding-bottom: 10px;
    font-size: 28px;
    float: left;
    padding-top: 13px;
}

.rr_footer_lvl2 .lvl1, .rr_footer_lvl2 .lvl2{
	padding: 25px 0;
}

.rr_footer_lvl2 h5{
	font-weight: 700;
	padding: 10px 0;
	border-bottom: #AAA 1px solid;
}

.rr_footer_lvl2 a{
	color: #fff;
}

.rr_footer_lvl2 ul{
	padding: 0;
	list-style: none
}

.rr_footer_lvl2 li{
	padding: 3px 0;
}

.rr_footer_lvl2{
	background-color: #000;
	color: #AAA;
}

.rr_footer_lvl2 .lvl3 p{
	border-top: 1px solid;
    padding: 25px 0;
}

/* Post-Archive */

.rr_post_archive .rr_thumb img{
    width: 100%;
    height: auto;
}
/* Login */
.rr_login {
	display: block;
	height: 0px;
	color: white;
	padding: 0px 0;
	background-color: darkgray;
	z-index: 10000;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.rr_login.openlogin {
	height: 400px;
	padding: 50px 0 20px 0;
}

.rr_login_toggle {
	background: grey !important;
	border: none !important;
}

.rr_login_toggle:hover {
	background-color: #E00914 !important;
}

#close_rr_login {
	cursor: pointer;
	font-size: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10001;
}

#close_rr_login:hover {
	color: #E00914;
}

.rr_login .loginentrytext {
	margin-top: 30px;
	color: grey;
	font-size: 12px;
	line-height: 1.4;
}

.rr_login h3 {
	margin-bottom: 40px;
}

.rr_login .label {
	font-size: 13px;
	color: #FFFFFF;
	float: left;
	width: 25%;
	margin-right: 5%;
}

.rr_login input {
	height: 30px;
	color: #000000;
	margin-bottom: 15px;
	float: right;
	width: 70%;
}

.rr_login input#submit {
	float: none;
	width: 100%;
	color: #FFFFFF;
	border: none;
	background-color: #4ba614;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
	background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
	background-image: -moz-linear-gradient(top, #4ba614, #008c00);
	background-image: -ms-linear-gradient(top, #4ba614, #008c00);
	background-image: -o-linear-gradient(top, #4ba614, #008c00);
	background-image: linear-gradient(to bottom, #4ba614, #008c00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
}

.rr_login input#submit:hover {
	color: #FFFFFF;
	border: none;
	background-color: #36780f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), to(#005900));
	background-image: -webkit-linear-gradient(top, #36780f, #005900);
	background-image: -moz-linear-gradient(top, #36780f, #005900);
	background-image: -ms-linear-gradient(top, #36780f, #005900);
	background-image: -o-linear-gradient(top, #36780f, #005900);
	background-image: linear-gradient(to bottom, #36780f, #005900);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#005900);
}

.registerentrytext {
	margin-top: 30px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.4;
}

.rr_register_btn {
	float: none;
	width: 100%;
	color: #FFFFFF;
	line-height: 2.3;
	margin-top: 50px;
	border: none;
	background-color: #e41715;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e41715), to(#e21513));
	background-image: -webkit-linear-gradient(top, #e41715, #e21513);
	background-image: -moz-linear-gradient(top, #e41715, #e21513);
	background-image: -ms-linear-gradient(top, #e41715, #e21513);
	background-image: -o-linear-gradient(top, #e41715, #e21513);
	background-image: linear-gradient(to bottom, #e41715, #e21513);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e41715, endColorstr=#e21513);
}

/* Sidebar */
#sidebar li{
    color: black;
}
#sidebar li a{
    color: black;
}
#sidebar li a:hover{
    color: #e41715;
}
#sidebar li:hover:before{
    content: "> ";
    color: #e41715;
}
#sidebar .btn-default{
    background-color: black;
}
#sidebar h4{
    text-transform: capitalize;
    border-bottom: 1px solid grey;
    color: black;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
#sidebar aside{
    margin-bottom: 25px;
}
/*Postpage*/




.dhsv_vs_counter {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}

.dhsv_vs_counter_subline {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}




.owl_slidercontent_cat {
	width: 50%;
	float: left;
	text-align: left;
	color: #CCCCCC;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0px;
}

.owl_slidercontent_cat a {
	color: #CCCCCC;
}

.owl_slidercontent_cat a:hover {
	color: #e41715;
}

.owl_slidercontent_date {
	width: 50%;
	float: right;
	text-align: right;
	color: #CCCCCC;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0px;
}

.owl_slidercontent {
	margin-bottom: 50px;
}

.owl_slidercontent h2 {
	color: #333;
}

.owl_slideimage {
	width: 100%;
}

.owl-custom .owl-controls {
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}

.owl-prev {
	display: inline-block;
	float: left;
	width: 40px;
}

.owl-next {
	display: inline-block;
	float: right;
	width: 40px;

}

.owl-dots {
	display: inline-block;
}

.owl-dot {
	width: 17px;
	height: 17px;
	line-height: 22px;
	font-size: 15px;
	font-weight: 700;
	float: left;
	text-align: center;
	background-color: #000000;
	margin-right: 1px;
	border: 2px solid #000000;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.owl-dot:hover {
	background-color: #CCCCCC;
}

.owl-dot.active {
	background-color: #CCCCCC;
}



.comp_detail_row {
	width: 100%;
	color: #e41715;
	line-height: 25px;
	border-bottom: 1px solid #CCCCCC;
}

.comp_detail_row i {
	color: #e41715;
	line-height: 25px;
}

.eve_detail_row {
	width: 100%;
	color: #e41715;
	line-height: 25px;
	border-bottom: 1px solid #CCCCCC;
}

.eve_detail_row i {
	color: #e41715;
	line-height: 25px;
}



.testi_owl_slideimage {
	width: 33%;
	float: left;
}

.testi_owl_slidercontent {
	width: 66%;
	float: right;
	padding-top: 30px;
}

.testi_owl_raquo {
	width: 100%;
	color: #333;
	font-size: 30px;
	line-height: 1.1;
}

.testi_owl_cite {
	width: 100%;
	color: #333;
	font-size: 30px;
	line-height: 1.1;
}

.testi_owl_name {
	width: 100%;
	color: #e41715;
	font-size: 14px;
	line-height: 1.1;
	margin-top: 30px;
}

.testi_owl_position {
	width: 100%;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 1.1;
}








#lang_sel {
	position: relative;
	height: 30px;
	font-family: EurostileLTPro, Helvetica, Arial, sans-serif;
	z-index: 10001;
}

#lang_sel a, #lang_sel a:visited {
	font-family: EurostileLTPro, Helvetica, Arial, sans-serif;
	display: block;
	font-size: 11px;
	text-decoration: none !important;
	color: #FFFFFF;
	border: 0px solid transparent !important;
	background-color: transparent !important;
	padding-left: 10px;
	line-height: 25px;
}

#lang_sel ul ul {
	border-top: 0px solid transparent;
}

#lang_sel a.lang_sel_sel {
	color: #FFFFFF;
	line-height: 30px;
}

#lang_sel a.lang_sel_sel:hover {
	text-decoration: none;
	color: #e41715;
	line-height: 30px;
}

#lang_sel ul ul a, #lang_sel ul ul a:visited {
	background: none;
	background-color: #000 !important;
	color: #FFFFFF;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	border-width: 0 1px 1px 1px;
}

#lang_sel ul ul a:visited {
	text-decoration: none;
	color: #e41715;
	line-height: 30px;
}



.driverslider {
	position: relative;
}

.driversliderimgcontainer {
	position: relative;
	background-size: cover;
	width: 100%;
	height: 300px;
	background-position: top center;
}

.driversliderimgcontainerhover {
	display: none;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(228,23,21,0.7);
	padding-top: 40%;
	font-size: 60px;


	color: #FFFFFF;
}

.driversliderimgcontainer:hover .driversliderimgcontainerhover {
	display: block;
}

.driverslider .owl-prev {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 300px;
	background-color: #FFFFFF;
	padding-top: 137px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.driverslider .owl-prev:hover {
	background-color: #CCCCCC;
}

.driverslider .owl-prev i {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.driverslider .owl-prev:hover i {
	color: #FFFFFF;
}

.driverslider .owl-next {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 300px;
	background-color: #FFFFFF;
	padding-top: 137px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.driverslider .owl-next:hover {
	background-color: #CCCCCC;
}

.driverslider .owl-next i {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.driverslider .owl-next:hover i {
	color: #FFFFFF;
}

.driverslider .owl-dots {
	width: 100%;
	height: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


/* HANS */


body {
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out
}
/*.js body{
  opacity: 0;
}
.js body.finished_animation{
  opacity: 1;
}*/

img.lazy{
	display: none;
}
