/******************BASICS***********************/

body {
	background-color: #e7e7e7;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

/******************BASICS***********************/

/******************HEADER***********************/

.background { 
	position: fixed;
	top:0;
	left:0;
	width: 100%;
  	height: 1500px;
	overflow: hidden;
}

.background img{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);

}



.lineone {
	background-color: rgba(255,255,255,1.0);
	width: 100%;
	height: 50px;
	position: relative;
	margin-bottom: 50px;
	opacity: 1.0;
}

.lineone:hover {
	opacity: 1.0;
}

.navbar-header {
    position: relative;
    padding-left: 125px;
}

.logo {
    background-color: rgba(255,255,255,1.0);
    padding: 10px;
    padding-top: 15px;
    position: absolute;
    left: 0px;
    top: -5px;
    z-index: 1000;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.tour-button {
	float: right;
	margin-right: 5px;
	margin-left: 20px;
	margin-top: 15px;
	font-size: 14px;

}

.tour-button a {
	color: red;
	font-weight: 700;
}

/*MAIN-NAVIGATION*/

.reg-navigation{
	height:100%;
	float: left;
}

.reg-navigation img{
	width:30px;
}

.reg-navigation ul{

	margin-right: 5px;
	margin-left: 5px;
	margin-top: 15px;
}

.reg-navigation li{
	display: inline;
	font-size: 14px;
	padding:15px;
}

.reg-navigation a{
	color: #777;
	text-decoration: none;
	line-height:20px;
}

.reg-navigation a:hover{
	color:black;
}

/*SEC-NAVIGATION*/

.toggle-mobile-navigation {
	float:right;
	margin-right: 15px; 
	font-size: 24px;
	line-height: 50px;
	cursor: pointer;
}

.sec-navigation{
	position: absolute;
	top:50px;
	right:0;
	z-index: 1000;
	display:none;
}


.sec-navigation ul{
	padding:0;
	margin:0;
	background-color: white;
}

.sec-navigation li{
	padding:0;
	margin:0;
	font-size: 14px;
	list-style: none;
	padding: 20px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: rgba(230,230,230,0.4);
}

.sec-navigation a{
	color: black;
	text-decoration: none;
}

.sec-navigation a:hover{
	color:black;
}

.sec-navigation li:hover{
	background-color: rgba(230,230,230,1.0);
}

/******************HEADER***********************/

.box {
	position: relative;
	padding: 30px;
	margin-bottom: 100px;
}

.box-heading h2 {
	margin:0;
	margin-bottom: 30px;
}

.box-content {
	padding-bottom: 10px;
}

.roadie-start {
	margin-top: 50px;
}

.roadie-icon{
	margin-bottom: 30px;
	padding:0;
	padding-right: 15px;
}

.roadie-box h3 {
	margin:0;
	margin-top: 50px;
}

.roadie-box {
	background-color: rgba(255,255,255,0.9);
	padding: 30px;
    margin-bottom: 30px;
}

.roadie-box img{
	float:left;
	margin-bottom: 20px;
}


.start-box .roadie-talk p{
	float:left;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
}

.roadie-talk{
	background-color: rgba(255,255,255,0.9);
	margin:0;
	padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.roadie-talk p{
	float:left;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	margin:0;
}

.blanco {
	height:120px;
}

.start-box {
	background-color: rgba(255,255,255,0.9);
	padding: 30px;
    margin-bottom: 30px;
}

.start-button {
	float:left;
	cursor: pointer;
	padding: 0;
}

.slider {
}

.slick-dots li{
	position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #cc1718;
    font-size: 30px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.5;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.slick-dots {
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	padding: 10px;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.tour-box{
	display:none;
}

.annersch {
	margin-bottom: 30px;
}

.roadietalk{
}

.screen img{
	box-shadow:0px 	0px 8px #888888;;
}

.roadietalk p {

}


.screen img {

}

.slider-prev {
	position: absolute;
	top:100px;
	left: -10px;
	margin-bottom: -22px;
	cursor: pointer;
}

.slider-next {
	position: absolute;
	top:100px;
	right: -10px;
	margin-bottom: -22px;
	cursor: pointer;
}


.start-button span {
	color: white;
	font-weight: 500;
	padding:10px;
	background-color: #e30613;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

footer {
}

.lastline {
	background-color: white;
	width: 100%;
	position: fixed;
	bottom:0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.navbar-footer {
}

.footer-navigation {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer-navigation ul{
	padding-top:10px;
}

.footer-navigation li{
	display: inline;
	font-size: 12px;
	padding-right: 20px;
	color: black;
}

.footer-navigation li:first-child{
	padding-right: 0px;
}

.footer-navigation li img{
	width:12px;
	height:auto;
	padding-bottom: 2px;
}

.footer-navigation a{
	color: black;
	font-weight: 300;
}

.footer-navigation a:hover{
	text-decoration: none;
	color: black;
}

/******************FAQ***********************/

.faq {
	padding: 0;
}

.faq h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	margin-bottom:13px;
	padding:20px;
	padding-right: 44px;
	background-color: rgba(255,255,255,0.5);
	line-height:30px;
}

.faq h4{
	font-size: 16px;
}

.faq li{
	list-style: none;
	margin:0;
	padding: 0;
	margin-bottom: 44px;
	font-weight: bold;
	font-size: 16px;
}

.faq p{
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom:23px;
	line-height: 24px;
	padding: 20px;
	background-color: rgba(100,100,100,0.1);
}

.answer {
	padding: 0;
}

.answer ul{
	padding: 0;
	margin:0;
}

.answer li{
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 24px;
	padding: 20px;
	background-color: rgba(100,100,100,0.1);
}

.title{
	margin-bottom: 30px;
}

.answer {
	display: none;
}

.active .answer{
	display:block;
}

.faq span{
	padding: 13px;
	background-color: #cc1718;
	color:white;
	font-size: 18px;
	cursor: pointer;
}

.icon-arrow-down2 {
	display: none;
}


li.active .icon-arrow-down2 {
  display: inline-block;
}

li.active .icon-arrow-right2 {
  display: none;
}

.sozialmedia li a img {
	margin-bottom: 5px;
}

.red2 {
	display: none;
}
/******************FAQ***********************/



@media screen and (max-width:1299px) {
	.blanco {
		height:40px;
	}
}

@media screen and (max-width:991px) {

}
