a {
    color: #d5c9a1;
    text-decoration: none;
}

html, body {
	font-family: 'Merriweather', serif;
    max-width: 100%;
    overflow-x: hidden;
	font-size: 16px;
	color: #fff;
	background: #393637;
    height:100%;
}

#mainheader{
    position: relative;
}

.covid_button{
    position: absolute;
    bottom: 130px;
    z-index: 1;
}

.button{
    padding: 15px;
    font-size: 20px;
    background: #000000bf;
    border-radius: 15px;
    margin: 15px;
}
.button-afspraak{
    padding: 15px;
    font-size: 20px;
    background: #d5c9a1;
    border-radius: 15px;
    margin: 15px;
    color:#000;
}

h1,h2,h3,h4,h5{
	margin-top: 10px;
	font-family: 'Merriweather', serif;
	color: #d5c9a1;
}

#news_slider h1, #news_slider h5{
	margin-top: 10px;
	font-family: 'Merriweather', serif;
	color: #b5121b;
}

.gradient h3{
	margin-top: 10px;
	font-family: 'Merriweather', serif;
	color: #b5121b;
	font-size:	18px;
}


.gradient h5{
	margin-top: 10px;
	font-family: 'Merriweather', serif;
	color: #b5121b;
}



h1{
	font-size:	36px;
}

h2{
	font-size:	30px;
}

h3{
	font-size:	24px;
}

h6{
	font-family: 'Merriweather', serif;
	font-size:50px;
	color:#fff;
	font-weight: 700;
	text-transform:uppercase;
}

#container{
    margin: 15px 0px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    background: #c88c2a;
}

.ui-widget.ui-widget-content {
    border: none;
    width: 100%;
    background: #000;
    color: #c88c2a;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    color: #c88c2a;
    background: #393637;
    border: none;
}
.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #c88c2a;
    font-weight: normal;
    color: #c6ebff;
    font-size: 18px;
    text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: #000;
    font-weight: normal;
    color: #fff;
}

.abbobox{
    padding:15px;
    width:100%;
    background: #383838;
    border-radius: 10px;
    border:solid 1px #fff;
}

.abbobox:hover{
    background: #fff;
    cursor: pointer;
    color: #000;
}

.lidmaatradio{
    display:none;
    background:#383838;
}

.lidmaatradio:checked + .abbobox {
    background: #fff;
    color: #000;
}

.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}

input[type="radio"]:checked+label{
    font-weight: bold; }


.intro{
	text-align: justify;
	font-weight: 700;
	font-size: 16px;	
	margin-bottom: 20px;
}

.devider{
	padding:20px 0px;
}

.cycle-slide{
	width:100%;
	position: relative;	
}

.boximg{
	width: 100%;
	overflow: hidden;
	box-shadow: 5px 5px 9px #616161;
}

.whitebox{
padding-bottom: 40px;	
}

#menu{
	margin-top: 20px;	
}

.content{
    padding: 40px 0px;	
}

.shadow{
	box-shadow: 0px 0px 10px #000;	
}

.topbar{
position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
	background: rgba(0,0,0,0.8);
    padding: 0px;
}

.logo{
	position: absolute;	
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
	color: #fff;
	font-size: 16px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: rgba(0,0,0,1);
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(0,0,0,1);
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover{
	background: #b5121b;
	color: #fff;
}

.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: rgba(0,0,0,1);
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.action_balk{
    background: #040f21;
    padding: 0px 0px 8px 0px;
}

.action_balk h2{
	color: #fff;
	font-size: 28px;	
}

.action_but{
    color: #fff;
    background: #000;
    padding: 10px 40px;
    margin: 9px 0px 0px 0px;
    font-size: 17px;
    /* border-bottom: solid 1px #fff; */
    margin-bottom: 40px;
    border-radius: 15px;
    float: right;
}

/************* CALENDER ***************/

.calender-dag{
    padding: 25px;
    font-size: 40px;
    text-align: center;
    background: #00000038;
    border: 5px solid #393637;
}

.today{
    padding: 25px;
    font-size: 40px;
    Background: #c88c2a;
    text-align: center;
    color: #fff;
    border: 5px solid #393637;
}

.timeslots{
    padding: 5px;
    text-align: center;
    height: 100px;
    color: rgb(255 255 255 / 82%);
    border-bottom: solid 1px #fff3;
    /*border-left: 5px solid #393637;
    border-right: 5px solid #393637;*/
    background:#000000d1;
    position: relative;
}

.vandaag{
    background:#4c4c4cd1;
}

.kop{
    padding: 15px;
    font-size: 20px;
    Background: #c88c2a;
    text-align: center;
    color: #fff;
    /*border: 5px solid #393637; */
    height: 100px;
}

.calendar-month{
    padding: 30px;
    font-size: 40px;
    text-align: center;
    color: #c88c2a;
}

/************* CALENDER ***************/

.btn:hover, .btn:focus, .btn.focus {
    color: #b5121b;
    text-decoration: none;
}

.proditem{
    background: rgba(255,255,255,0.8);		
}

.proditem_dark{
    background: rgba(4,15,33,0.8);		
}


.footer{
	padding: 40px 0px;
	background: #000; /* Old browsers */

}

.navbar-inverse {
    background-color: transparent;
    border-color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

#news_slider{
	
background: #d4c8a0; /* Old browsers */
background: -moz-linear-gradient(top, #d4c8a0 0%, #f5f0de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d4c8a0 0%,#f5f0de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d4c8a0 0%,#f5f0de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4c8a0', endColorstr='#f5f0de',GradientType=0 ); /* IE6-9 */
	margin-top: -100px;
	position:relative;
	z-index:1000;
		min-height:270px;
	color:#231f20;
	padding:15px;
	
}

.instatitle{
background: #d4c8a0; /* Old browsers */
background: -moz-linear-gradient(top, #d4c8a0 0%, #f5f0de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d4c8a0 0%,#f5f0de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d4c8a0 0%,#f5f0de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4c8a0', endColorstr='#f5f0de',GradientType=0 ); /* IE6-9 */
padding: 20px;	
}

.blogboximg{
    height: 150px;
    background: #fff;
    text-align: center;	
}

.gradient{
background: #d4c8a0; /* Old browsers */
background: -moz-linear-gradient(top, #d4c8a0 0%, #f5f0de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d4c8a0 0%,#f5f0de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d4c8a0 0%,#f5f0de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4c8a0', endColorstr='#f5f0de',GradientType=0 ); /* IE6-9 */
padding: 15px;
color:#231f20;
font-size: 14px;	
}

.overzichtdiv{
	border-top: solid 1px #666;
	padding-top: 40px;
	margin-top:40px;	
}

#header_slider_home{
	position: relative;
    overflow: hidden;
	z-index:1;
	max-height: 100vh;
}

.actieimg{
	position: relative;
}
.actietitle{
position: absolute;
    top: 40px;
    background: rgba(181,18,27,0.8);
    font-size: 24px;
    padding: 10px 30px;
    transform: rotate(-5deg);
    box-shadow: 5px 5px 10px #000;
    width: 90%;
    text-align: center;	
}
.actie_text{
position: absolute;
    bottom: 40px;
    background: rgba(0,0,0,0.8);
    font-size: 18px;
    padding: 10px 30px;
    transform: rotate(5deg);
    box-shadow: 5px 5px 10px #000;
    width: 90%;
    text-align: center;	
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    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;
	margin: 5px 0px;
}

.panel-default > .panel-heading {
    background-color: #000;
    border-color: #ddd;
    padding: 1px 15px;
}

.panel-item {
    color: #333333;
    background-color: #000;
    border-bottom: solid 1px #ccc;
    padding: 10px 25px;
}
.activepanel {
    color: #fff;
    background-color: #464646;
    border-bottom: solid 1px #ccc;
    padding: 10px 25px;
}
.faqpanel {
	padding: 20px 40px;	
}


#instafeed img{
	width:100%;	
	 box-shadow: 5px 5px 10px #000;
}

.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%;
}

@media (max-width: 1199px) {

#header_slider{
	position: relative;
    height: 300px;
    overflow: hidden;
	z-index:1;
}

.slogan{
	position: absolute;
	width:100%;
	top: 100px;
	text-shadow: 0px 0px 10px #000;	
}
.auto {
    position: absolute;
    bottom: -40px;
    right: 0%;
}

.lesbord{
    position: absolute;
    top: -60px;
    right: 0%;	
}

#news_slider{
	margin-top: -100px;

}
        .beterstoken{
    position: absolute;
    left: 150px;
    width: auto;
    top: 100px;
            z-index: 10;
    }
    
            .beterstokenhome{
    position: absolute;
    right: 10px;
    width: auto;
    top: 100px; 
                z-index: 10;
    }
	
}

/* Small Devices, Tablets */
 @media (max-width: 768px) and (max-width: 992px){
	 .topbar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
    background: rgba(0,0,0,1);
    padding: 0px;
    box-shadow: 0px 0px 10px #ccc;
}

     .covid_button{
         position: absolute;
         top: 80px;
         z-index: 1;

     }

#header_slider{
	position: relative;
    height: 170px;
    overflow: hidden;
	z-index:1;
}
	 
	 h1{
	font-size:	30px;
}

h2{
	font-size:	26px;
}

h3{
	font-size:	20px;
}
#news_slider{
	padding:5px;
	min-height:320px;
	margin-top: 40px;

}
	

}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

#header_slider{
	position: relative;
    height: 300px;
    overflow: hidden;

	z-index:1;
}

.slogan{
	position: absolute;
	width:100%;
	top: 100px;
	text-shadow: 0px 0px 10px #000;	
}

#news_slider{
	margin-top: -100px;
	
}
        .beterstoken{
    position: absolute;
    left: 240px;
    width: 150px;
    top: 130px;
            z-index: 10;
    }
    
            .beterstokenhome{
    position: absolute;
    right: 50px;
    width: auto;
    top: 80px; 
                z-index: 10;
    }
	
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {

#header_slider{
	position: relative;
    height: 400px;
    overflow: hidden;
	z-index:1;
}

.slogan{
	position: absolute;
	width:100%;
	top: 250px;
	text-shadow: 0px 0px 10px #000;	
	
}

#news_slider{
	margin-top: -100px;
}
    .beterstoken{
    position: absolute;
    left: 520px;
    width: 150px;
    top: 165px; 
    z-index: 10;    
    }
    
        .beterstokenhome{
    position: absolute;
    right: 340px;
    width: auto;
    top: 80px; 
    z-index: 10;        
    }
    .covid_button{
        position: absolute;
        top: 110px;
        z-index: 1;
    }

}