
body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  height: 100%;
  width: 100%;
  font-family: 'museosans-500-web';
  color: #392e65 !important;
}
html {
  height: 100%;
  width: 100%;
}

.photo-thumb{
        width:214px;
        height:214px;
        float:left;
        border: thin solid #d1d1d1;
        margin:0 1em 1em 0;
    }
 
    div#blueimp-gallery div.modal {
        overflow: visible;
    }
	
@font-face {
    src: url(../fonts/BLACKJAR.TTF);
    font-family: 'BLACKJAR';
}
@font-face {
    src: url(../fonts/museosans-100-web.ttf);
    font-family: 'museosans-100-web';
}
@font-face {
    src: url(../fonts/museosans-300-web.ttf);
    font-family: 'museosans-300-web'; 
}
@font-face {
    src: url(../fonts/museosans-500-web.ttf);
    font-family: 'museosans-500-web';
}
@font-face {
    src: url(../fonts/museosans-700-web.ttf);
    font-family: 'museosans-700-web';
}
@font-face {
    src: url(../fonts/museosans-900-web.ttf);
    font-family: 'museosans-900-web';
}


/* ======DEFAULT BROWSER STYLE========= */

a:focus,
a:hover {
    text-decoration: none;
    transition: 300ms ease-in-out;
}

a:visited{
color:inherit;
}
a:focus,
.btn:focus,
.btn:active:focus,
button:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}
p{
  margin-bottom: 0;
}

.contactblok a{
color:#fff !important;
}

a[href^="tel:"] {
  color: #fff !important;
  text-decoration: none;
}

/* =========== SPACE CLASSES=========== */

.space3 {
    margin-top: 3px;
}
.space5 {
    margin-top: 5px;
}
.space10 {
    margin-top: 10px!important;
}
.space15 {
    margin-top: 15px;
}
.space20 {
    margin-top: 20px!important;
}
.space25 {
    margin-top: 25px;
}
.space30 {
    margin-top: 30px!important;
}
.space40 {
    margin-top: 40px;
}
.space50 {
    margin-top: 50px!important;
}
.space60 {
    margin-top: 60px;
}
.space70 {
    margin-top: 70px;
}
.space80 {
    margin-top: 80px;
}
.space90{
  margin-top: 90px;
}
.space100 {
    margin-top: 100px;
}
.space120 {
    margin-top: 120px;
}
.pad0 {
    padding: 0!important;
}


.f300{
  font-weight: 300 !important;
}
.f400{
  font-weight: 400 !important;
}
.f500{
  font-weight: 500 !important;
}
.f600{
  font-weight: 600 !important;
}
.f700{
  font-weight: 700 !important;
}

.txt-white{
  color: #fff !important;
}
.BLACKJAR{
  font-family: 'BLACKJAR';
}


.pre_head {
    background: #fff;
    padding: 20px 0;
    -webkit-box-shadow: 0 8px 160px -6px rgba(204, 204, 204, 0.5882352941176471);
    -moz-box-shadow: 0 8px 160px -6px rgba(204, 204, 204, 0.5882352941176471);
        box-shadow: 0 8px 160px -6px rgba(204, 204, 204, 0.5882352941176471);
}
.pre_head ul{
  margin-bottom: 0;
}
.pre_head ul li a{
  font-size: 18px;
  color: #392e65;
}
.pre_head ul li a img{
  margin-right: 15px;
}
.pre_head .list-inline-item:not(:last-child) {
    margin-right: 70px;
}

.logo_sec{
  background: url(../img/bg_img.png)no-repeat;
  background-size: cover;
  background-position: top;
  padding-bottom: 60px;
}
ul.logo_ul li {
    font-size: 36px;
    vertical-align: middle;
    line-height: 33px;
}
 ul.logo_ul li:last-child{
    margin-top: 30px;
}
ul.logo_ul{
    vertical-align: middle;
    margin-bottom: 0
}
ul.logo_ul .list-inline-item:not(:last-child) {
    margin-right: 30px;
}
.logo_ul{
  padding: 35px 0 25px;
  border-bottom: 2px solid #ffba00;
}

.navbar-light .navbar-nav .nav-link {
    color: #392e65;
    font-size: 20px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #ffba00;
}
.navbar{
  padding-right: 0;
  padding-left: 0;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.navbar-expand-md .navbar-nav li:first-child .nav-link {
    padding-left: 0;
}

.navbar-expand-md .navbar-nav li .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}
.navbar-expand-md .navbar-nav li{
    position: relative;
}
.navbar-expand-md .navbar-nav li:after{
    position: absolute;
    content: " | ";
    color: #392e65;
    right: 0;
    top:10px;
}
.navbar-expand-md .navbar-nav li .nav-link.active:before {
    position: absolute;
    content: " ";
    background: #ffba00;
    height: 4px;
    width: 90%;
    left: 0;
    bottom: 0px;
}
.navbar-expand-md .navbar-nav li:last-child:after{
    content: none;
}

.img_block{
  position: relative;
  width: 100%;
  margin: 15px 0;
  box-shadow: 0 0 30px #ccc;
}
.img_block img{
  position: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(rgba(255, 255, 255, 0.18)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.18), #fff);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.18), #fff);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.18), #fff);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.18), #fff);
}
.img_block h5{
  position: absolute;
  text-align: center;
  bottom: 35px;
  left: 0;
  right: 0;
  font-size: 30px;
  color: #1b4361;
  font-family: 'museosans-700-web';
  margin-bottom: 0;
  z-index: 9;
}

.btn_bek {
    background: transparent;
    border: 3px solid #ffba00;
    color: #ffba00;
    padding: 20px;
    width: 100%;
    font-size: 20px;
    font-family: 'museosans-700-web';
    margin-top: 20px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    display: inline-block;
    text-align: center;
}
.btn_bek:hover{
  background: #ffba00;
  border: 3px solid #ffba00;
  color: #392e65;
}

a:empty, a:blank{
	display:none !important;
}

.blue_btn{
  border: 3px solid #392e65;
  color: #392e65;
}
.blue_btn:hover{
  color: #ffba00;
  border: 3px solid #392e65;
  background: #392e65;
}
.logo_sec .table th, .logo_sec .table td {
    border-top: none;
    font-size: 20px;
    vertical-align: middle;
    padding: 13px 14px;
    line-height: 1.2;
}
.table .blue_btn{
    width: auto;
    padding: 10px 20px;
    width: auto;
}
.logo_sec .table td span{
   font-family: 'museosans-700-web';
}
.logo_sec .table td:first-child{
   font-family: 'museosans-300-web';
}
.logo_sec tr:nth-child(odd),.table_box tr:nth-child(odd){
  background: #ffeab2;
}
.logo_sec tr:nth-child(even),.table_box tr:nth-child(even) {
  background: #fff;
}
.head_table{
  background: #fff;
  
}
.head_table h4 {
    margin-bottom: 0;
    font-family: 'museosans-700-web';
    font-size: 30px;
    text-align: center;
    padding: 23px 0;
    margin-top: 15px;
	text-transform:uppercase;
}
.table_box{
 box-shadow: 0 0 30px #ccc;
}
.ruimtes{
 background: url(../img/bg_img1.png)no-repeat;
 background-position: 50% 50%;
 background-size: cover;
 padding:80px 0 70px;
}
.h2_class{
  font-size: 80px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.img_ruimtes{
  position: relative;
  margin: 15px 0;
}
.img_text{
  position: absolute;
  text-align: center;
  display: block;
  margin:0 auto;
  top:60px;
  left: 0;
  right: 0;
  z-index:9999;
}
.img_text h4{
 font-size: 50px;
 color: #fff;
 font-family: 'museosans-700-web';
 margin-bottom: 0;
}
.img_text p{
  font-size: 24px;
  color: #fff;
  font-family: 'museosans-300-web';
  padding: 10px 0;
}
.img_text a{
  font-size: 30px;
  color: #fec232;
  font-family: 'museosans-700-web';
}
.img_text a:hover{
  color: #ffb400;
}
.pre_head ul li a:hover{
    color: #ffb400;
}
.ruimtes .btn_bek{
  display: block;
  margin: 40px auto 0;
  width: 28%;
}
.owl_text{
  text-align: center;
}
.klanten h2.h2_class{
  color: #1b4361;
}
.klanten{
  padding: 50px 0 120px;
}
.owl_text p {
    font-size: 40px;
    line-height: 50px;
}
.owl_text h6{
  font-size: 52px;
}
.owl_text ul {
    margin: 30px 0 20px;
}
.owl_text li i {
    color: #fec232;
    font-size: 30px;
}
.owl_text .list-inline-item:not(:last-child) {
    margin-right: 4px;
}
.owl-prev{
  position: absolute;
  left: 0;
  top:30px;
}
.owl-next{
  position: absolute;
  right: 0;
  top:30px;
}
.klanten .owl-page ,.event_sec .owl-page{
    width: 15px;
    height: 15px;
    background: #8da1b0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
}
.klanten .owl-page.active, .event_sec .owl-page.active{
    background: #fec232;
}
.klanten .owl-pagination,.event_sec .owl-pagination {
    text-align: center;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    display: inline-block;
    align-items: center;
}
.event_sec .owl-pagination {
    bottom: -50px;
}
footer {
    background: #fec232;
    padding: 30px 0 100px;
    color: #1b4361;
}
footer a{
  color: #1b4361;
}
footer .logo_ul {
    border-bottom: none;
    display: block;
    margin: 0 auto;
    width: 730px;
}
footer h3{
  font-size: 26px;
  font-family: 'museosans-700-web';
  margin-bottom: 30px;
  text-align: center;
}
footer address{
  font-size: 18px;
  line-height: 50px;
}
footer address span{
  font-family: 'museosans-900-web';
}
footer address a{
  text-decoration: underline;
}
footer ul li a{
  font-size: 18px;
}
footer ul li{
  line-height: 50px;
}

footer ul li.sitemap{
  line-height: 50px;
  width:50%;
  float:left;
  display:block;
}
p.foot_p{
  font-size: 20px;
  text-align: center !important;
  padding-top: 50px;
}
p.foot_p a{
  text-decoration: underline;
}
p.foot_p span{
  font-family: 'museosans-900-web';
}
.foot_class{
  padding: 50px 0;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}
.foot_link{
  padding-left: 30px;
}
.social_ul li a i {
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 28px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
footer a:hover{
    color: #fff;
}
footer address a:hover{
    text-decoration: underline;
}
.social_ul li a i:hover {
    background: #392e65;
    color: #fff;
}
.social_ul li.list-inline-item:not(:last-child){
    margin-right: 12px;
}
.social_ul{
    margin-left: 18px;
}
.voor_box{
  text-align: center;
   background: -webkit-gradient(linear, left, right, from(#1b4361), to(#392e65));
  background: -webkit-linear-gradient(left, #1b4361, #392e65);
  background: -moz-linear-gradient(left, #1b4361, #392e65);
  background: -ms-linear-gradient(left, #1b4361, #392e65);
  background: -o-linear-gradient(left, #1b4361, #392e65);
  background-color: #1b4361;
  position: absolute;
  right: 0;
  top:-20px;
  width: 30%;
}
.voor_box p{
  padding: 35px 0;
  font-size: 30px;
  font-family: 'museosans-900-web';
  color: #fff;
  line-height: 40px;
}
.contact_block{
  background: #ffba00;
  position: relative;
  padding: 20px 0;
}
.contact_block:before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffba00;
    top: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.contact_block h5{
  font-size: 30px;
  font-family: 'museosans-700-web';
}
.conditions h4{
  font-size: 24px;
  font-family: 'museosans-700-web';
}
.conditions h5{
  font-size: 20px;
  font-family: 'museosans-700-web';
}
.conditions{
  padding: 60px 0;
}
.conditions p{
  font-size: 14px;
  margin: 10px 0;
}
footer iframe {
    width: 100%;
    height: 310px;
}
/*====================new_page=============================*/
.event_sec{
  background: -webkit-gradient(linear, left, right, from(#1b4361), to(#392e65));
  background: -webkit-linear-gradient(left, #1b4361, #392e65);
  background: -moz-linear-gradient(left, #1b4361, #392e65);
  background: -ms-linear-gradient(left, #1b4361, #392e65);
  background: -o-linear-gradient(left, #1b4361, #392e65);
  padding: 50px 0 80px;
}
.event_sec .item{
  margin: 0 20px;
}
.event_sec .img_block {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.event_sec .h2_class {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.event_sec .owl-next {
    right: -60px;
    top: 65px;
}
.event_sec .owl-prev {
    left: -60px;
    top: 65px;
}
.agenda_sec .table_box{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.agenda_sec .table th,.agenda_sec .table td {
    border-top: none;
}
.agenda_sec{
  padding: 50px 0;
}
.agenda_sec .table td:first-child{
    font-family: 'museosans-700-web';
}
.agenda_sec .table td{
    font-size: 24px;
    padding: 18px 12px;
}
.agenda_sec .table td:nth-child(2){
    font-family: 'museosans-500-web';
}
.agenda_sec .table td:last-child{
    padding: 0;
}
.btn_more_info a{
  color: #fff;
  background: #392e65;
  padding: 21px 10px;
  display: block;
  text-align: center;
  font-size: 20px;
}
.agenda_sec .table tr:nth-child(even) .btn_more_info a{
    color: #392e65;
    background: #fff;
}
.btn_ver{
  background: -webkit-gradient(linear, left, right, from(#1b4361), to(#392e65));
  background: -webkit-linear-gradient(left, #1b4361, #392e65);
  background: -moz-linear-gradient(left, #1b4361, #392e65);
  background: -ms-linear-gradient(left, #1b4361, #392e65);
  background: -o-linear-gradient(left, #1b4361, #392e65);
  background-color: #1b4361;
  color: #fff;
  font-family: 'museosans-700-web';
  padding: 12px 40px;
  border-radius: 0;
}
.ylwbox_info {
    background: #ffc442;
    padding: 20px 40px;
    height: 444px;
}
.ylwbox_info h4{
 font-size: 34px;
 color: #3a3065;
 font-family: 'museosans-700-web';
 margin-bottom: 20px;
 text-align: center;
}
.ylwbox_info address {
    font-size: 24px;
    color: #1b4361;
    line-height: 53px;
}
.ylwbox_info address a{
  text-decoration: underline;
  color: #1b4361 !important;
}
.right_form .form-control {
    padding: 10px 12px;
    font-size: 20px;
    line-height: 2;
    color: #3a3065;
    background-color: #fff;
    border: 1px solid #392e65;
    border-radius: 0;
    transition: none;
}
.form_sec{
  padding: 50px 0;
}
.ruim_bg_Sec .carousel-indicators li.active {
    background: transparent;
}
.ruim_bg_Sec .carousel-indicators li.active img{
    border: 1px solid #ffc442;
}
.ruim_bg_Sec .carousel-indicators li {
    max-width: 100px;
    width: 100%;
    background: transparent;
    margin: 20px 20px;
    top: -23px;
}
.ruim_bg_Sec .carousel-indicators li img{
   height: 50px;
   width: 90px;
   border: 1px solid transparent;
}
.ruim_bg_Sec .carousel-indicators {
    bottom: -118px;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    right: auto;
    background: #d7d5e0;
    padding: 30px 40px;
    width: 100%;
}
.ruim_bg_Sec .carousel-control-prev,
.ruim_bg_Sec .carousel-control-next {
    opacity: 1;
}
.white_box_ruimtes {
    margin-top: 0px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
	margin-bottom:40px;
	float:left;
	width:100%;
}

.white_box_ruimtes2 {
    margin-top: 0px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
	margin-bottom:40px;
	float:none;
	width:100%;
}

.white_box_ruimtes h3 {
    font-family: 'museosans-700-web';
    color: #ffba00;
    font-size: 42px;
    border-bottom: 1px solid #aaadad;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.white_box_ruimtes2 h3 {
    font-family: 'museosans-700-web';
    color: #ffba00;
    font-size: 42px;
    border-bottom: 1px solid #aaadad;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.white_box_ruimtes span i{
  color: #3a3065;
  font-size: 30px;
}
.white_box_ruimtes span.user_img{
  color: #3a3065;
  font-size: 24px;
  margin-left: 10px;
}
.white_box_ruimtes p{
    color: #3a3065;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
}

.white_box_ruimtes p a, .white_box_ruimtes a{
    color: #ffba00;
}

.white_box_ruimtes h4{
    color: #3a3065;
    font-size: 32px;
    padding-bottom: 18px;
    font-family: 'museosans-700-web';
    border-bottom: 1px solid #aaadad;
    margin-bottom: 0;
}
.white_box_ruimtes ul .list-inline-item:not(:last-child) {
    margin-right: 1px;
}
.white_box_ruimtes ul {
    margin-top: 20px;
}
.ylw_box_bottom ul li{
    line-height: 72px;
    border-bottom: 1px solid #fff;
	font-size:24px;
}
.ylw_box_bottom ul{
  margin-bottom: 0;
}
.ylw_box_bottom ul li:last-child{
    border-bottom: 0;
}
.ylw_box_bottom h4{
  text-align: center;
  font-size: 30px;
}
.ylw_box_bottom ul li img{
 margin-right: 30px;
 width: 40px;
}
.ylw_box_bottom{
  background: #ffc442;
  color: #fff;
  padding: 30px;
  font-size: 30px;
  font-family: 'museosans-700-web';
}
.blue_box_top .nav {
    display: list-item;
}
.blue_box_top{
  padding: 40px;
  color: #fff;
  font-family: 'museosans-700-web';
  background: #392e65;
  font-size: 24px;
}

.blue_box_top a{
color:#fff;
font-family: 'museosans-300-web';
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #fff; 
	font-size:20px;
}

.ruimte-overlay{
display: block;
background-color: #000;
position: absolute;
z-index: 9;
width: 100%;
height: 100%;
opacity: 0.7;
}

li.nav-item a.active{
color:#FFC442;
border-bottom:1px solid #FFC442;
}

.blue_box_top .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffba00;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #fff; 
}
.nav-tabs .nav-link {
   color: #fff;
   border-bottom: 1px solid #fff; 
   padding: 12px 0;
}
.nav-tabs li:last-child .nav-link {
   border-bottom:0; 
}
.blue_box_top .nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 9px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent;
    color: #ffba00;
    border-bottom: 1px solid #fff; 
}
.blue_box_top h4 {
    text-align: center;
    font-size: 34px;
    color: #ffba00;
}
.btn_sec .btn_bek{
  margin-top: 0;
  margin-bottom:40px;
}

.btn_more_info a[href='']{
    display:none;
}

.btn_more_info a{
text-transform:uppercase;
}

.thumbalbum{
margin: 30px 0 0 0;
text-align:center;
float:left;
display:block;
}

.thumbalbum img{
height:280px;
position:relative;
margin:0 auto;
}

.thumbalbum h3{
font-size:24px;
margin:20px 0 0 0;
text-align:center;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}




























































/*======================Media-Query=====================*/
@media(max-width: 1600px){
  
}
@media(max-width: 1440px){
 
}
@media(max-width: 1366px){
 
}
@media(max-width: 1280px){
  
}
@media(max-width: 1199px){
 .pre_head .list-inline-item:not(:last-child) {
    margin-right: 25px;
 }
 .voor_box p {
    padding: 20px 0;
    font-size: 25px;
    line-height: 30px;
 }
 .contact_block h5 {
    font-size: 25px;
 }
 .contact_block:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffba00;
    top: -14px;
  }
  ul.logo_ul .list-inline-item:not(:last-child) {
    margin-right: 25px;
 }
 .logo_ul img{
  width: 350px;
 }
 ul.logo_ul li {
    font-size: 34px;
 }
.voor_box {
    width: 28%;
 }
 .navbar-expand-md .navbar-nav li .nav-link {
    padding-right: 15px;
    padding-left: 15px;
 }
 .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
 }
 .img_block h5 {
    font-size: 30px;
 }
 .head_table h4 {
    font-size: 32px;
 }
 .logo_sec .table th, .logo_sec .table td {
    font-size: 19px;
    padding: 8px 11px;
    line-height: 29px;
 }
 .btn_bek {
    font-size: 20px;
 }
 .img_text p {
    font-size: 22px;
 }
 .img_text {
    top: 70px;
    padding: 0 20px;
 }
 footer .logo_ul {
    width: 631px;
 }
 footer address {
    font-size: 20px;
    line-height: 45px;
  }
  footer ul li a {
    font-size: 20px;
 }
 .owl_text p {
    font-size: 35px;
    line-height: 45px;
 } 
 .img_text h4 {
    font-size: 40px;
  }
  /*======================================*/
  .blue_box_top {
    font-size: 22px;
  }
  .blue_box_top h4 {
    font-size: 30px;
  }
  .blue_box_top .nav-tabs {
    margin-bottom: 0;
  }
  .ylw_box_bottom h4 {
    font-size: 30px;
 }
 .ylw_box_bottom {
    font-size: 22px;
 }
 .white_box_ruimtes ul li img{
  width: 133px;
 }
 .white_box_ruimtes p {
    padding: 32px 0;
 }
 .event_sec .owl-next {
    right: -34px;
    top: 70px;
 }
 .event_sec .owl-prev {
    left: -34px;
    top: 70px;
 }
}
@media(max-width: 991px){
  .navbar-expand-md .navbar-nav li:after {
    top: 5px;
 }
 .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
 }
 .navbar-expand-md .navbar-nav li .nav-link {
    padding-right: 10px;
    padding-left: 10px;
 }
 .logo_ul img {
    width: 200px;
 }
 ul.logo_ul li {
    font-size: 25px;
    line-height: 25px;
 }
 .pre_head ul li a {
    font-size: 18px;
 }
 .pre_head .list-inline-item:not(:last-child) {
    margin-right: 15px;
 }
 .voor_box p {
    font-size: 18px;
    line-height: 22px;
 }
 .contact_block h5 {
    font-size: 17px;
 }
 .img_block h5 {
    font-size: 20px;
 }
 .head_table h4 {
    font-size: 22px;
 }
 .logo_sec .table th, .logo_sec .table td {
    font-size: 14px;
    padding: 8px 7px;
    line-height: 20px;
 }
 .head_table h4 {
    font-size: 18px;
    padding: 15px 0;
 }
 .btn_bek {
    font-size: 16px;
    padding: 10px;
 }
 .h2_class {
    font-size: 60px;
 }
 .img_text h4 {
    font-size: 25px;
 }
 .img_text p {
    font-size: 15px;
 }
 .img_text a {
    font-size: 20px;
 }
 .owl_text p {
    font-size: 25px;
    line-height: 35px;
 }
 .owl_text li i {
    font-size: 20px;
 }
 .owl_text h6 {
    font-size: 40px;
 }
 .owl-prev img,.owl-next img{
  width: 20px;
 }
 footer .logo_ul {
    width: 413px;
 }
 footer h3 {
    font-size: 20px;
 }
 footer address {
    font-size: 16px;
    line-height: 34px;
 }
 footer ul li a {
    font-size: 16px;
 }
 footer ul li a {
    font-size: 16px;
 }
 footer ul li {
    line-height: 34px;
 }
 .social_ul li a i {
    height: 40px;
    width: 40px;
    padding-top: 10px;
    font-size: 20px;
 }
 p.foot_p {
    font-size: 20px;
 }
 .img_text {
    top: 55px;
 }
 footer iframe {
    height: 210px;
 }
 /*======================*/
 .blue_box_top {
    font-size: 18px;
    padding-bottom: 0;
    padding-top: 26px;
  }
  .blue_box_top h4 {
    font-size: 20px;
  }
  .ylw_box_bottom h4 {
    font-size: 20px;
  }
  .ylw_box_bottom ul li img {
    margin-right: 20px;
    width: 30px;
 }
 .ylw_box_bottom {
    font-size: 18px;
 }
 .ylw_box_bottom ul li {
    line-height: 60px;
  }
  .white_box_ruimtes h3 {
    font-size: 40px;
 }
 .white_box_ruimtes ul li img {
    width: 93px;
 }
 .white_box_ruimtes p {
    padding: 22px 0;
    font-size: 16px;
    line-height: 25px;
 }
 .ruim_bg_Sec .carousel-indicators li {
    margin: 20px 3px;
 }
 .ruim_bg_Sec .carousel-control-next img,.ruim_bg_Sec .carousel-control-prev img{
  width: 20px;
 }
 .white_box_ruimtes {
    padding: 20px 30px;
 }
 .white_box_ruimtes h4 {
    padding-bottom: 14px;
 }
 .ylwbox_info h4 {
    font-size: 20px;
 }
 .ylwbox_info address {
    font-size: 18px;
    color: #1b4361;
    line-height: 33px;
 }
 .ylwbox_info {
    padding: 20px 30px;
 }
 .event_sec .item {
    margin: 0 10px;
 }
 .event_sec .owl-next {
    right: -28px;
 }
 .event_sec .owl-prev {
    left: -28px;
 }
 .agenda_sec .table td {
    font-size: 20px;
 }
 .btn_more_info a {
    font-size: 14px;
 }
}

@media(max-width: 767px){
 ul.logo_ul .list-inline-item:not(:last-child) {
    margin-right: 10px;
 }
 ul.logo_ul li:last-child {
    margin-top: 18px;
 }
 ul.logo_ul li {
    font-size: 23px;
    line-height: 20px;
 }
 p.foot_p {
    font-size: 15px;
 }
 footer h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: left;
 }
 .foot_class {
    padding: 0px 0 10px;
 }
 footer {
    padding: 0px 0 60px;
 }
 footer address {
    margin-bottom: 0;
 }
 .owl-prev img, .owl-next img {
    width: 10px;
 }
 .h2_class {
    font-size: 35px;
 }
 .owl_text p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 20px;
 }
 .owl_text h6 {
    font-size: 30px;
 }
 .owl_text li i {
    font-size: 15px;
 }
 .ruimtes .btn_bek {
    width: 60%;
 }
 .voor_box {
    width: 100%;
    top: 10px;
    position: relative;
 }
 footer .logo_ul {
    width: 393px;
 }
 .logo_sec .table th, .logo_sec .table td {
    padding: 8px 20px;
 }
 .img_text {
    top: 70px;
 }
 .foot_link {
    padding-left: 15px;
 }
 .social_ul {
    margin-left: 0;
 }
 .navbar-light .navbar-toggler {
    color: #363364;
    border-color: #363364;
    margin: 10px;
  }
 .navbar-expand-md .navbar-nav li:after {
    content: none;
 }
 .navbar-expand-md .navbar-nav li:first-child .nav-link {
    padding-left: 10px;
 }
 .event_sec .owl-next {
    right: 0;
    top: 115px;
 }
 .event_sec .owl-prev {
    left: 0;
    top: 115px;
 }
 .event_sec .item {
    margin: 0px 20px;
 }
 .agenda_sec .table td {
    font-size: 12px;
 }
 .btn_more_info a {
    font-size: 10px;
 }
 .agenda_sec .table td:nth-child(2) {
    width: 40%;
 }
 .agenda_sec .table td:first-child {
    width: 25%;
 }
 .agenda_sec .table td {
    padding: 11px 12px;
 }
 .agenda_sec .table td:nth-child(2) {
    width: 52%;
 }
 .ylwbox_info {
    height: auto;
    margin-bottom: 20px;
 }
 .white_box_ruimtes ul li img {
    width: auto;
    display: block;
    margin: 10px auto;
 }
 .white_box_ruimtes ul li.list-inline-item {
    display: block;
 }
 .white_box_ruimtes h4 {
    font-size: 20px;
 }
 .white_box_ruimtes h3 {
    font-size: 30px;
 }
 .white_box_ruimtes span i {
    font-size: 23px;
 }
 .white_box_ruimtes span.user_img {
    font-size: 20px;
 }
 .ruim_bg_Sec .carousel-indicators {
    padding: 30px 20px;
 }
 .ylw_box_bottom {
    margin-bottom: 20px;
 }

}
@media(max-width: 460px){
  
}

@media(max-width: 375px){
 .logo_ul img {
    width: 161px;
 }
 ul.logo_ul li {
    font-size: 20px;
    line-height: 18px;
 }
 footer .logo_ul {
    width: auto;
 }
 .navbar-expand-md .navbar-nav li:after {
    content: none;
 }
 .navbar-expand-md .navbar-nav li:first-child .nav-link {
    padding-left: 15px;
 }
}
@media(max-width: 320px){
 .voor_box p {
    font-size: 14px;
    line-height: 18px;
 }
 .logo_ul img {
    width: 140px;
 }
 ul.logo_ul li {
    font-size: 18px;
    line-height: 15px;
 }
 .img_text p {
    font-size: 12px;
 }
 .img_text h4 {
    font-size: 20px;
 }
 .img_text a {
    font-size: 16px;
 }
 .img_text {
    top: 50px;
 }
 .ruimtes .btn_bek {
    width: 100%;
    margin-top: 20px;
 }
 .owl_text p {
    font-size: 15px;
 }
 .agenda_sec .table td:nth-child(2) {
    width: 46%;
 }
}   