
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Roboto:wght@500;300;400;700&display=swap');

a,a:hover, a:focus {
    color: #f07027;
    text-decoration: none;
	background: transparent;
    font-size:	18px;
}

a:hover, a:focus {
    text-decoration: underline;
}
.content a{
    font-weight: 700;
}

.regiolink{
    font-size: 14px;
}

.nbbutton a:hover,.nbbutton  a:visited,.nbbutton  a:active{
    color: #fff;
    text-decoration: none;
}

html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    max-width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    color: #ffffff;
    background: #424242;
    line-height: 1.8em;
}

.image {
    background-color: #fff;
    margin:0px 0px 15px 0px;
    border-radius: 15px;
    box-shadow:  3px 3px 10px #00000091;
}

.background{
     background: transparent url('../media/footer.png') no-repeat; 
    background-position: bottom left;
}

h1,h2,h3,h4,h5{
   font-family: 'Roboto', sans-serif;
    font-weight: 700;
   margin: 10px 0px;
}

h1{
    color: #f07027;
	font-size:	30px;
}

h2{
    color: #f07027;
	font-size:	24px;
}

h3{
    color: #f07027;
	font-size:	20px;
}

h6{

	font-size:50px;
	color:#fff;
	font-weight: 700;
	line-height: 40px;
}

.greybox{
    background: #343434;
    padding: 40px;
    color: #fff;
}

.greybox h2, .greybox h3{
    color:#fff;
}

.greyboximage{
    padding:0px;
    margin:-40px;
    float:right;
}

.breakout{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
        margin-top: 40px;
    margin-bottom: 40px;
}


.breakouthome{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
    margin-bottom: 30px;   
}

.box{
    background: #00000047;
    padding: 15px;
    display: grid;
    box-shadow: 0 0 10px #000;
    color: #fff;
}

.box a{
    text-decoration: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #fff;
}

.price{
    color: #f07027;
    font-size: 24px;
    font-weight: 700;
}

.btn-info {
    color: #fff;
    background-color: #f07027;
    border-color: #f07027;
    width: 100%;
}

.inline-photo {
  opacity: 0;
  transform: translateY(4em) rotateZ(-0deg);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;

  will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  transform: rotateZ(-0deg);
}

.home .blocktext{
     padding: 15px;
    box-shadow: 0px 0px 10px 0px #ddd;
    background-color: white;  
    margin-top: -150px;
    z-index: 10000;
    position: relative;
}

.home .box-vac{
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #ddd;
    background-color: white;
    margin-bottom: 30px;
    border-bottom: none;
}

    .box-vac{
        padding: 15px 15px 0px 15px;
        margin-bottom: 0px;
        background: #00000047;
        border-radius: 15px;
        box-shadow: 0 0 10px #000;
    }

    .infobar{
        background-color: #424242;
        height: 40px;
        padding: 8px;
        color: #fff;
        text-align: center;
    }

    .infobar-adres{
        padding: 0px 40px 0px 0px ;
    }
.infobar-telephone{
    padding: 0px 40px;
}
.infobar-email{
    padding: 0px 0px 0px 40px;
}
.topbar{
	background: #000;
    padding: 10px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 10px #00000073;
}

.shadow{
    box-shadow: 0 0 10px #000;
}

#menu{
	margin-top: 25px;
}


#header_slider, #header_slider_home{
	position: relative;	
}

.overlay{
    position: absolute;
    z-index: 12;
    bottom: 0px;   
}

.breadcrumb {
    padding: 0px; 
    margin: 0px; 
    list-style: none;
    background-color: transparent;
}

.breadcrumb a{
     font-size:	20px;
     color: #fff;   
}

.content{
     padding: 40px 0px;
    background: rgb(66,66,66);
    background: -moz-linear-gradient(180deg, rgba(66,66,66,1) 9%, rgba(136,136,136,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(66,66,66,1) 9%, rgba(136,136,136,1) 100%);
    background: linear-gradient(180deg, rgba(66,66,66,1) 9%, rgba(136,136,136,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#424242",endColorstr="#888888",GradientType=1);
}

.slogan1{
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 0px 10px #000;
}

.slogan2{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    line-height: 60px;
    text-shadow: 0px 0px 10px #000;
}

.slogan button{
    border: none;
    border-radius: 50px;
    padding: 5px 50px;
    margin-top: 20px;
    background: #4d555b;	
}

.slogan button a{
    color:#fff;
    font-size:24px;
    text-decoration: none;
}

.clear{
	clear: both;	
}

.devider{
	padding:20px 0px;
}

.home-slider {
    position: relative;
    height: 900px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    z-index: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.cycle-slide{
	width:100%;
	position: relative;	
}

    
.footer{
    padding: 20px 0px;
    color: #ffffff;
    margin-top: 30px;
    position: relative;
}
.footerimg{
    position: absolute;
    bottom: 0;

}

.navbar-inverse {
    background-color: transparent;
    border-color: #fff;
}

.navbar-inverse .navbar-toggle {
     border-color: #fff;}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fe810b;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fe810b;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
	border:none;
}

.dropdown-menu > li > a {
	font-size: 16px;
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
}

#menu > li > a{
    color: #fe810b;
    font-weight: 500;
}

#menu > li > a:hover, #menu > li > a:active{
       color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #a0440f;
}

.active{
     color: #fff !important;
}

.nbinput{
FONT-WEIGHT: 100;
    border-radius: 10px;
    border: none;
    background: #fe810b;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 15px;
}

.nbbutton{
border: none;
    border-radius: 10px;
    padding: 10px 50px;
    margin: 20px 0px;
    background: #fe810b;
    color: #fff;
    text-align: center;
    width: 100%;
	
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: rgb(255 255 255 / 97%);
    background-image: none;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 40px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.footerlinks{
 text-align: right;   
}

.img-responsive {
    display: block;
    width: 30%;
    height: auto;
}

@media (max-width: 1199px) {

    #header_slider_home{

        position: relative;
        height: 300px;
        overflow: hidden;
    }

    #header_slider{

        position: relative;
        height: 200px;
        overflow: hidden;
    }
    #header_slider .slogan{
        top: 40px;
    }

    .slogan1{
        font-size: 40px;
    }

    .slogan2{
        font-size: 20px;
    }
    .navbar-nav > li > a {
    padding: 0px 15px 10px 0px;
	font-size: 16px;
}
    
    .home .blocktext {
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #ddd;
    background-color: white;
    margin-top: 0px;
    z-index: 10000;
    position: relative;
}

    
h6{
	font-size:50px;
	color:#fff;
}
    .slogan{
        top: 70px;
    }

    .img-responsive {
        display: block;
        width: 30%;
        height: auto;
        float: left;
        margin: 15px;
    }

}


/* Small Devices, Tablets */
 @media (max-width: 768px) and (max-width: 992px){

     #header_slider_home{

         position: relative;
         height: auto;
         overflow: hidden;
     }

     #header_slider{
         height: auto;     }


.navbar-nav > li > a {
    padding: 10px 15px 10px 15px;
	font-size: 22px;

}
     .infobar-telephone{
         padding: 0px 10px 0px 0px;
     }
     .infobar-email{
         padding: 0px 0px 0px 10px;
     }
.footer {
    padding: 20px 0px 20px 0px;
    color: #fff;
    margin-top: 0px;
    position: relative;
 }


.footerlinks{
 text-align: center;
    margin-bottom: 40px;
    
}
     
.dropdown-menu > li > a {
	font-size: 22px;
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;

    white-space: nowrap;

}


.topbar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 0px;
    height: auto;
    margin-bottom: 0px;
}

  
.content {
    padding: 0px 0px 20px 0px;
}


     
     .home .blocktext {
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #ddd;
    background-color: white;
    margin-top: 20px;
    z-index: 10000;
    position: relative;
}
     
         .box-vac{
        padding:15px;
        margin-bottom: 30px;
    }

     .img-responsive {
         display: block;
         width: 100%;
         height: auto;
         float: left;
         margin: 15px;
     }

}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    #header_slider_home {
        position: relative;
        height: 350px;
        overflow: hidden;
    }

    #header_slider{

        position: relative;
        height: 300px;
        overflow: hidden;
    }

    #header_slider .slogan{
        top: 80px;
    }

.navbar-nav > li > a {
    padding: 10px 15px 10px 10px;
	font-size: 20px;
}

h6{
	font-size:50px;
	color:#fff;
}
    .img-responsive {
        display: block;
        width: 30%;
        height: auto;
        float: left;
        margin: 15px;
    }

}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {

    #header_slider_home{

        position: relative;
        height: 600px;
        overflow: hidden;
    }

    #header_slider{

        position: relative;
        height: 300px;
        overflow: hidden;
    }

    #header_slider .slogan{
        top: 80px;
    }

    .video_overlay{
        background: #ffffffb5;
        position: absolute;
        width: 100%;
        height: 750px;
        z-index: 0;

    }

.navbar-nav > li > a {
    padding: 10px 15px 10px 10px;
	font-size: 20px;
}
h6{
	font-size:50px;
	color:#fff;
}
    .img-responsive {
        display: block;
        width: 30%;
        height: auto;
        float: left;
        margin: 15px;
    }

}