html, body {
  overflow-x: hidden;
}
a:link {
	color: 009999;
	text-decoration: none;
}
a:visited{
    color: 009999;
	text-decoration: none;
}
a:hover {
    color: 009999;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6{
    font-weight: bold;
    /*font-family: "fira sans";*/
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}
h1{
    font-size: 1.7em;
	margin-left: 0.4em;
	margin-right: 0.4em;
}
h2,h3{
    font-size: 1.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.textlink {
	color: #23527C;
	text-decoration: none;
}
.textlink a:visited{
	color: #23527C;
	text-decoration: none;
}
.textlink a:hover{
	color: #23527C;
	text-decoration: underline;
}
h4{
    font-size: 1.1em;
	margin-left: 0.8em;	
	margin-right: 0.8em;
}
p{
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
body{
    font-size: 1em;
    font-family: "open sans";
    position: relative;
}
.greentext{
    color: green;
    text-align: left;
    padding: 2px;
    padding-right: 4px;
}
.container-fluid{
    /*padding: 0px;*/
}
.inner-container{
    max-width: 1000px;
    margin: auto;
}
#img-banner{
    height: 100px;
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#img-banner img{
    width: 100%;
}
.grey-plate{
    background-color: #f3f3f3;
}
/*Nav*/
#navbar{
    padding: 10px;
    text-align: right;
    /*margin-top: 5px;*/
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    z-index: 99;
    overflow: visible;
}
.nav-mobile {
    font-size: 2.5em;
    line-height: 1;
    margin-left: 16px;
}


.w3-navbar li{
    font-size: 1.1em;
    float: right;
    /* margin:0px 15px;  */
    box-sizing: border-box;
}
.w3-navbar li a:hover{
    color:black;
    background-color: rgb(243, 243, 243);
    
}
#collapse-toggle{
    float:left;
}
#collapse{
    position: relative;
    z-index: 98;
    background-color: #fff;
    top: 64px;
}
#collapse ul li{
    display: block;
    clear: both;
    float: left;
}
.w3-navbar li .small-nav{
    color: grey;
    font-size: 0.8em;
    position: relative;
    top: 0.4em;
}
.w3-navbar li .small-nav:hover{
    border-bottom: 0px solid grey;
}
#nav-img{
    background-color: white;
    float: left;
}
#nav-img a:hover{
    border: none;
}
#flags{
    /* position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); */
    /* margin-right: 16px; */
}
#flags img{
    width: 25px;
    margin-right: 0.5em;
    vertical-align: baseline;
}

/*carousel*/
#myCarousel{
    position:relative;
    top:1px;
    margin-bottom: 20px;
}
#booking-box{
    position: absolute;
    z-index: 700;
    top: 25%;
    left: 60%;
    background-color: whitesmoke;
    opacity: 0.9;
    border-radius: 5px;
    padding: 10px;
}
#img1-text{
    font-size: 3vw;
    font-weight: 600;
    color: white;
    z-index: 900;
    position: absolute;
    top:52%;
    left:10%;
    text-shadow: 2px 2px 0px black;
    
}
.faq_panel {
    margin: 1px;
    padding: 10px 15px;
    background-color:#F6F6F6;
    cursor:pointer;
    font-weight: 700;
}
.faq_panelbody {
    font-style: italic;
}

.a.faq_panelbody:link {
	color: 6D79DE;
	text-decoration: none;
}
.a.faq_panelbody:visited{
    color: 0000CD;
	text-decoration: none;
}
.a.faq_panelbody:hover {
    color: 6D79DE;
	text-decoration: underline;
}
.picker{
    display: inline-block;
}
.picker input{
    width: 100px
}
.small-img{
    display: none;
}
@media screen and (max-width: 640px){
    .item.active img.big-img{
        display: none;
    }
    .item.active img.small-img{
        display: block;
    }
}
@media screen and (min-width: 640px){
    .item.active img.big-img{
        display: block;
    }
    .item.active img.small-img{
        display: none;
    }
}

/*main*/
#main{
    /*margin-left: 20px;*/
    margin:0;
}
.main{
    margin-left: 30px;
}
.icon-pic{
    width: 100%; 
    margin-top: -4.5em;
    position: relative;
    z-index: 1;
    
}


.car-wrapper {
    position: relative;
    transform: translateY(-2.5em);
    
}

.car-wrapper:hover .car-container {
   
    transform: translateY(-1em);
}




.car-container{
    box-shadow: 0 7px 31px 0 rgba(0,0,0,0.13);
    position: relative;
    padding:2em; 
    background: #FFFFFF;
    border-radius: 5px;
    transition: 0.15s ease-in-out;
}

.car-container:before {
    position: absolute;
    bottom: -30px;
    left: -30px;
    right: -30px;
    height: 75%;
    background: #fff;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    content: "";
    z-index: 1;
}

.car-container:hover {
    
    
}

.car-container a {
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index: 2;
}

.description {
    /*background-color: #f6f6f6; */
    margin: 1em -1.5em;
    padding: 1em 1.5em;
    z-index: 1;
    position: relative;
}

.description h4 {
    margin-right:0;
    margin-left:0;
    font-size: 1.6em;
    color: #5f5f5f;
    line-height: 1.3;

}

.description p {
    margin-right:0;
    margin-left:0;
    line-height: 1.3;
}

.description hr {
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 10px 0;
}

.car-symbol{
    margin:0;
}




#fb-box{
 
    position: relative;
    transform: translateY(-2.5em);
    background-color: white;
    border-radius: 5px;
    padding: 2em;
    box-shadow: 0 7px 31px 0 rgba(0,0,0,0.13);
}
.fb-comment img{
    float: left;
    height: 60px;
    margin-right: 8px;
}

.fb-comment p{
    font-size: 0.9em;
}
#fb-link {
    font-size: 0.8em;
    color: #334eff;
    float: right;
}

/*footer*/
.footer{
    background-color: #808080;
    color: white;
    padding: 20px;
    line-height: 200%;
}
.trust{
    color: white;
    font-size: 0.8em;
    font-style: italic;
}
.footer p a{
    display: block;
    color: white;
}
.side-space{
    height:10px;
}
.footer .w3-col{
    padding: 0px 10px 0px 30px;
}
.greycontent{
    padding: 40px 40px 40px 40px;
}

.cookie-header {

    width: 100%;
    z-index: 10000;
}



.cookie-close-btn {
    float:right;
}

@media screen and (max-width: 999px){
    .cookie-close-btn {
        display: block;
        float: none;
        margin-top: 1em;
    }
}

.btn{
    background-color: darkorange;
    color: white;
}
/*@media*/
@media screen and (max-width: 640px){
    #booking-box{
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
    }
    #nav-img{
        top: auto;
        width: 164px !important;
    }
    #nav-img a img{
        position: relative;
        left: -20px;
    }
    
    #fb-box{
        top: 0px;
        margin-bottom: 10px
    }
    
    #flags{
        /* position: relative;
        top:20px;
        right: 100px;
        top: 15px;
        right: 60px; */
        padding: 0 16px;

    }
    #flags img{
        width:20px;
    }
    #collapse-toggle a{
        display: inline;
    }
    /* .mob-icon1{
        width:40px;
    }
    .mob-icon2{
        width:50px;
    }
    .mob-icon4{
        width:54px;
    } */

}
@media screen and (min-width: 640px){
    #nav-img{
        top: 45px;
    }
}

.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
/*  background-color: #e5e5e5;*/
}
/* Contact forms */
#success_message{ display: none;}


.fullscreen-bg {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  max-height: calc(100vh - 150px);
}

.fullscreen-bg__video {
  /*position: absolute;*/
  top: -100;
  left: 0;
  width: 100%;
  height: 100%;
}

#img_video-text{
    font-size: 3vw;
    font-weight: 600;
    color: red!important;
    z-index: 900;
    position: absolute;
    top:52%;
    left:20%;
    text-shadow: 2px 2px 0px black;
    
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
      height: 85vh;
    background: url('/images/husbil.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}




/* videoheader */






.o_videoHeader {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 80vh;
	color: #fff;
	overflow: hidden;
	margin:0;
}

/* @include mq ($until:lg) {
    min-height: 700px;
} */



/* @include mq ($until:md) {
    min-height: 500px;
    height: 100vh;
} */


.o_videoHeader:before {
    content:"";
    background: rgba(5, 24, 51, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}


#videoHeader__background {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    background-size: cover;
}


.videoHeader__content {
	text-align: center;
	z-index: 2;
	padding: 2em;

}

.videoHeader__content h1 {
    font-size: 4em;
    color: #fff;
}



.car-info {
    padding-right: 5em;
}


.car-box {
    background-color: #fff;
    padding: 1em 2em 2em 2em;
    border-radius: 5px;
    box-shadow: 0px 5px 29px rgba(0,0,0,0.15);
}

.deal-block {
    border-right: 1px solid #cecece;
    padding: 0 1em;
    
}

.deal-block h4 {
    margin-top: 1.5em;
}

.deal-block:last-child {
    border:0;
}


.package-price {
    background-color: #ff9900;
    display: inline-block;
    padding: 0.3em 0;
    color: #fff;
    border-radius: 4px;
    font-size: 1.3em!important;
    margin: 0 0.8em!important
}

.car-box .item {
    
}

.car-box p {
    margin: 0;
    width: 49%;
    display: inline-block;
}

.car-box h4 {
    margin: 1em 0 0.5em 0!important;
}
.car-box h3 {
    margin: 0.5em 0!important;
}


.main-title {
    font-size: 1.7em;
    margin: 0;
    margin-left: 0;
    margin-right: 0;
}

.rent-info {
    background-color: #fff;
    padding:2em;
}

.vehicle-specifications {
    width: 100%;
    margin: 0 auto;
    /* padding: 2em; */
    margin-bottom: 6em;
    background: #ffffff;
    box-shadow: 0px 5px 29px rgba(0,0,0,0.15);
    border-radius: 5px;
    overflow: hidden;
}

.vehicle-specifications span {
    font-weight: 900;
    /* color: #65B630; */
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.vehicle-specifications-left {
    width: 30%;
    display: inline-block;
    height: 400px;
    vertical-align: middle;
    background-size: cover;
    background-position: center center;
}

.vehicle-specifications-right {
    width: 70%;
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
}
.vehicle-specifications-right .col-md-4 {
border-right: 1px solid #e6e6e6;
}

.no-border {
    border: 0px!important;
}


.single-car-page h1 {

}
.single-car-page h2 {
    font-size: 2em;
    margin: 1em 0.5em;
}
.single-car-page h3 {
    font-size: 2em;
    margin: 1em 0.5em;
}
.single-car-page h4 {
    font-size: 1.2em;
}
.single-car-page p {
    
}

.rent-services h4 {
    background-color: #dadada;
    margin-right:0;
    margin-left:0;
    font-size: 1.4em;
    padding: 0.5em;
}

.threed-space {
    width: 100%;
    background: #484848;
    height: 575px;
    position: relative;
    text-align: center;
    background-image: url(/images/category_family_Wohnmobil_skanditrip_3.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 1em;
    border-top: 15px solid black;
    border-bottom: 15px solid black;
}

.threed-space h1 {
    color: #fff;
    text-align: center;
    margin: 0;
    transform: translateY(-50%)translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2em;
    z-index:3;
}

.threed-space h1 span {
    color: #fff;
    font-size: 0.9em;
    margin-left: 0.2em;
    vertical-align: middle;
}

.threed-space:after {

    content:"";
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#000;
    opacity:0.7;
    position: absolute;
    z-index:2;

}

.threed-space-link {
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom: 0;
    content:"";
    z-index:3;
}


.carousel-container {
   background-color: #fff; 
   padding: 2em;
}

.carousel-container .col-lg-9 {
    padding:0;
    padding-right: 2em;

}

.carousel-container .col-lg-3 { 
padding:0;
}

.button-hide {
    padding: 0.8em 1em;
    background-color: #0ba20b;
    border-radius: 4px;
    display: inline-block;
    margin: 1em;
    color: #fff;
    font-weight: bold;
}

.container-block-0 {
    padding-bottom: 6em;
}

.container-block-1 {
    margin-top: 6em; 
    margin-bottom: 6em;
}
.container-block-2 {
    background-color:#f6f6f6; 
    padding: 6em 0em; 
    margin:6em 0em;
}


.hr-mobile {
    margin: 2em 2em;
    width: 100%;
    height: 0px;
    border-top: 1px solid #efefef;
    display: none;
}

.car-models {
    margin:0;
    padding:0;
}

.car-models li {
    vertical-align: middle;
    font-weight: bold;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.car-models a {
    padding:0!important;
 

}


.car-birdshot {
    display: block;
    width:100%;
    height: auto;
}


.extra-info .col-sm-6 {
    margin: 0.5em 0;

}


/* GENERIC PAGE */

.generic-container {
    background:red;
}

.book_wrapper {
    max-width:100%!important;
    padding:0!important;
}

/* SAFARI BUGFIX - Columns breaking at unwanted places */
.row:before, .row:after {display: none !important;}




@media screen and (max-width: 1250px){
    .customer-service, .car-models {
        display: none!important;
    }
}


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

    .videoHeader__content h1 {
        font-size: 2.5em;
        margin:0;
    }
    .videoHeader__content {
        margin:0;
        padding:1em;
    }
}

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

 
    
    .car-info {
        padding-right: 15px;
    }

    .carousel-container {
        padding:0;
    }

    .carousel-container .col-lg-9 {
        padding-right: 0;
    }

    .deal-block {
        border-bottom: 1px solid #d6d6d6;
        border-right: 0px;
        padding: 3em 1em;
    }
    .deal-block:first-child {
        padding: 0 1em 3em 1em;
    }

    .deal-block:last-child {
        border:0;
    }


    .threed-space {
        height: 180px;
        margin-top: 1.5em;
    }

    .car-box {
        padding: 2em 2em 0em 2em;
        border-radius: 5px;
        box-shadow: none;
    }
    
    

    .car-box p {
        width:100%;
    }
    .vehicle-specifications {
        box-shadow: none;
        margin-bottom: 0;
    }
    .vehicle-specifications-right, .vehicle-specifications-left {
        width:100%;
    }

/* 
    #change-car-row {
        display:none;
    } */

    .rent-info {
        padding: 1em 1em 0em 1em;
    }


    .container-block-0 {
        padding-bottom: 1em;
    }
    .container-block-1 {
        margin-top: 1em; 
        margin-bottom: 4em;
    }


    .container-block-2 {
        background-color:#f6f6f6; 
        padding: 4em 0em 0em 0em;
        margin: 4em 0em 0em 0em;
    }

    #myCarousel {
        margin-bottom: 0;
    }

    .carousel-control {
        background-image:none!important;
        opacity: 1!important;
    }

    .carousel-control.span {
        
    }





    .vehicle-specifications-right {
        background-color: #f6f6f6;
        padding-bottom: 2em;
        margin-left: 0;
    }
    .vehicle-specifications-right h3 {
        margin-bottom: 1em!important;
    }

    .vehicle-specifications-right .col-md-4 {
        border-right: 0px;
    }

    .hr-mobile {
        display: block;
    }

    #car-header {
        display: none!important;
    }

    #affix-wrapper {
 
        height: 64px!important;
    }
}


/* LISTING PAGE */

.listing-page .car-wrapper {
    transform:none;
}

.listing-page .car-wrapper:hover .car-container {
    transform: none;
}

.listing-page .car-container:before {
    display: none;
}

.listing-page .icon-pic  {
    margin-top:0;
}

.listing-page .car-wrapper, .listing-page .car-container {
    height:100%;
}

.listing-page .description {
    padding: 0;
    margin:0;
}

.car-list .col-xs-12 {
        margin-bottom: 30px;
    
}

.car-list a {
    position: relative;
    
}
.car-list ul {
    padding-left: 1.2em;
}

.car-list .booking-btn {
    float:none;
    margin: 1em 0 0 0;
    font-size: 1.1em;
    padding: 0.5em 1em;
    background-color: darkorange;
}

.listing-page-background {
    width:100%;
    height:500px;
    background-image:url("/images/road-bg.jpg");
    background-position: center 75%;
    background-size: cover;
    position: absolute;
}

.listing-page-background:after {
    top:0;
    left:0;
    right:0;
    bottom:0;
    content:"";
    position: absolute;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(246,246,246,0.7791491596638656) 90%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(246,246,246,0.7791491596638656) 90%, rgba(246,246,246,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(246,246,246,0.7791491596638656) 90%, rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f6f6f6",GradientType=1);
}

.listing-side-box {

    border-radius: 5px;
    box-shadow: 0 7px 31px 0 rgba(0,0,0,0.13);
    overflow:hidden;

}