a {
    color: #83c349;
    text-decoration: none;
	background: transparent;
    font-size:	18px;
}

.nbbutton a:hover,.nbbutton  a:visited,.nbbutton  a:active{
    color: #fff;
    text-decoration: none;
}

html, body {
    font-family: warnock-pro, serif;
    font-weight: 400;
    font-style: normal;
    max-width: 100%;
    overflow-x: hidden;
    font-size: 20px;
    color: #191718;
    background: #fff;

}

.background{
    background: transparent url('../media/footer.png') no-repeat;
}

.blocktext{
    margin: 40px 0px;
}
.image {
    background-color: #fff;

    margin:auto;
}

.image-big {
    background-color: #fff;
    margin:auto;
}

h1,h2,h3,h4,h5{
   font-family: warnock-pro, serif;
    font-weight: 700;
   margin: 10px 0px;
}

h1{
    color: #83c349;
	font-size:	36px;
}

h2{
    color: #f58529;
	font-size:	30px;
}

h3{
    color: #f58529;
	font-size:	24px;
}

h6{

	font-size:50px;
	color:#fff;
	font-weight: 700;
	line-height: 40px;
}

.breakout{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
        margin-top: 30px;
    margin-bottom: 0px;
}


.breakouthome{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
    margin-bottom: 30px;   
}

.highlight{
 background: #f58529;
    padding: 15px;
    margin-top: 40px;
}

.highlight h3{
     color: #1d3c33;
    text-align: center;
}

.highlight .text{
     color: #1d3c33;
    text-align: left;
    font-size: 16px;
}

.highlight i{
    margin-right:15px;
}

.highlight img {
    width: 100%;
    margin: 0px;
}

.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: #ffffff61;
        border-radius: 15px;
    }

    .infobar{
        background-color: #ddeece;
        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: #ffffff;
    padding: 10px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
}


#menu{
	margin-top: 55px;
}


#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: 0px 0px;
}

.slogan1{
    font-size: 60px;
    color: #83c349;
    font-weight: 700;
    text-shadow: 0px 0px 10px #fff;
}

.slogan2{
    font-size: 30px;
    color: #297aa6;
    font-weight: 600;
    line-height: 32px;
    text-shadow: 0px 0px 10px #fff;
}

.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: 0px;
    background: #297aa6;
    position: relative;
}
.footerimg{
    position: absolute;
    bottom: 0;

}

.navbar-inverse {
    background-color: transparent;
    border-color: #1c3b32;
}

.navbar-inverse .navbar-toggle {
     border-color: #1c3b32;}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #1c3b32;
}


.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: #fff;
    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: #1c3b32;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
}

#menu > li > a{
    color: #297aa6;
    font-weight: 500;
}

#menu > li > a:hover, #menu > li > a:active{
       color: #f58529;
}

.active{
     color: #f58529 !important;
}

.nbinput{
FONT-WEIGHT: 100;
    border-radius: 10px;
    border: none;
    background: #f58529;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 15px;
}

.nbbutton{
border: none;
    border-radius: 10px;
    padding: 10px 50px;
    margin: 20px 0px;
    background: #83c349;
    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: #83c34938;
    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;   
}

@media (max-width: 1199px) {

    #header_slider_home, #header_slider{

        position: relative;
        height: 350px;
        overflow: hidden;
    }


    .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;
}

}


/* Small Devices, Tablets */
 @media (max-width: 768px) and (max-width: 992px){

     #header_slider_home, #header_slider{

         position: relative;
         height: 210px;
         overflow: hidden;
     }

     .background{
         background: transparent url('../media/footer_small.png') no-repeat;
     }

.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 200px 0px;
    color: #fff;
    margin-top: 0px;
    position: relative;
    background: #297aa6;
 }


.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: 40px 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 0px 30px 0px;    
        margin-bottom: 30px;
    }

}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    #header_slider_home, #header_slider{

        position: relative;
        height: 450px;
        overflow: hidden;
    }


.navbar-nav > li > a {
    padding: 10px 15px 10px 10px;
	font-size: 20px;
}

h6{
	font-size:50px;
	color:#fff;
}


}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {

    #header_slider_home, #header_slider{

        position: relative;
        height: 700px;
        overflow: hidden;
    }


.navbar-nav > li > a {
    padding: 10px 15px 10px 10px;
	font-size: 20px;
}

    
h6{
	font-size:50px;
	color:#fff;
}


}