/* normal */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
}
html,
body {
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	color: #184a98;
	font-weight: 400;
	line-height:1.8;
	letter-spacing:-1px;
}

body {
	background: #fff;
}
img {
	border: 0px;
	display: block;
	max-width: 100%;
	height:auto;
}
iframe{max-width:100%}
a{color:inherit; text-decoration: none; transition-duration:0.2s;}

input,
select,
textarea,
button{ -webkit-appearance: none;-moz-appearance:none; appearance:none; outline: none;}
input[type="checkbox"]{-webkit-appearance: unset;-moz-appearance:unset; appearance:unset;}

ul {
	list-style: disc;
}
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
	font-weight: 700; line-height:1.3; 
}

h1, .h1{font-size:35px;}
h2, .h2{font-size:26px;}
h3, .h3{font-size:22px;}
h4, .h4{font-size:19px;}
h5, .h5{font-size:18px;}
h6, .h6{font-size:17px;}

.h1 span, h1 span{display:block; font-weight:400; font-size:60%}

p{margin-bottom:1em}

b{font-weight:500}

.title{ line-height:1.3; letter-spacing:0px;}

.normal_bold{font-weight:700; letter-spacing:0px;}
.normal{font-weight:400; letter-spacing:0px;}

.maxw1{max-width:1480px; margin:0 auto; padding: 0 20px}
.maxw2{max-width:1240px; margin:0 auto; padding: 0 20px}
.maxw3{max-width:720px; margin:0 auto; padding: 0 20px}


.clear{clear:both;}
.flexbox{display:flex; flex-wrap:wrap}
.flexbox.space_between{justify-content: space-between;} 
.flexbox.align_center{align-items: center;}
.flexbox.align_right{justify-content: flex-end;}
.flexbox.align_bottom{align-items: flex-end;}
.flexbox.align_top{align-items: flex-start;}

.wrap{width:calc(100% + 30px); margin: 0 -15px}
.wrap .col15{width:calc(15% - 30px); margin: 0 15px;}
.wrap .col20{width:calc(20% - 30px); margin: 0 15px;}
.wrap .col25{width:calc(25% - 30px); margin: 0 15px;}
.wrap .col30{width:calc(30% - 30px); margin: 0 15px;}
.wrap .col33{width:calc(33.3333% - 30px); margin: 0 15px;}
.wrap .col35{width:calc(35% - 30px); margin: 0 15px;} 
.wrap .col40{width:calc(40% - 30px); margin: 0 15px;}
.wrap .col45{width:calc(45% - 30px); margin: 0 15px;} 
.wrap .col50{width:calc(50% - 30px); margin: 0 15px;}
.wrap .col60{width:calc(60% - 30px); margin: 0 15px;}
.wrap .col75{width:calc(75% - 30px); margin: 0 15px;}
.wrap .col100{width:calc(100% - 30px); margin: 0 15px;}

.center_text{text-align:center;}

.btn_bar{display:block; margin-top:2em;}
.btn_bar .btn{margin-bottom:5px;}
.btn_bar .btn:not:last-of-type{margin-right:10px;}
.btn{display:inline-block; line-height:1; border:none}

.btn.l_btn{letter-spacing:0px; font-weight:700; font-size:18px; padding:15px 35px; border-radius:100px;}
.btn:hover{transform:translatey(-2px)}

.btn.white_blue{color:#184a98; background:#fff}
.btn.blue_white{color:#fff; background:#184a98}
.btn.yellow_blue{color:#184a98; background:#fbe822}

.btn.round_btn{height:58px; width:58px; border-radius:100%; line-height:62px; text-align:center; font-size:24px; position:relative;}
.btn.round_btn span{position: absolute;    font-size: 10px;    bottom: 7px;    left: 0; line-height:1;   width: 100%;    text-align: center; }
.btn.round_btn.menu_btn i{position:relative; top:-2px}

i.icon_right{display:inline-block; margin-left:25px}
i.icon_left{display:inline-block; margin-right:25px}

body#template.no_scroll {
    overflow: hidden;
}

.mob_menu{display:block; background:#f4f4f4; position:fixed; top:0; left:0; height:0; width:100%; z-index:999999999; overflow-x:hidden; overflow-y:scroll}
.mob_menu.active{ height:100vh;}
.mob_menu .inner{padding: 20px 20px;}
.mob_menu .close_menu{font-size:20px; font-weight:700}
.mob_menu .close_menu i{display:inline-block; margin-right:5px;}
.mob_menu .active_lang{display:inline-block}
.mob_menu .lang_list{display:inline-block;}
.mob_menu .lang_list a{display:inline-block; margin-left:3px;}
.mob_menu ul{ list-style:none; font-size:20px;}
.mob_menu ul ul{display:none; margin-left:30px;  padding-right:30px; font-size:90%}
.mob_menu ul li{border-bottom:1px solid rgba(24,74,152,0.3); padding: 5px 0}
.mob_menu ul ul li:last-of-type{border-bottom:none}
.mob_menu ul li a{position:relative; display:block; padding-right:20px }
.mob_menu ul li a i{position:absolute; right:0; top:10px; transition-duration:0.2s}
.mob_menu ul li.number a{position:relative;}
.mob_menu ul li.number a:after{ width:20px; height:20px; display:inline-block; line-height:20px; text-align:center; background:#184a98; color:#fff;   border-radius:100%; font-size:12px; position:relative; top:-10px }
.mob_menu ul li.sub > a > i{transform:rotate(180deg)}
.mob_menu ul li .circle{padding:10px; border-radius:100%;background:#fff; width:40px; margin-right:10px; display:inline-block; vertical-align:top}
.mob_menu ul li span{width:calc(100% - 55px); display:inline-block; vertical-align:top;     padding-top: 5px;}
.mob_menu ul li .circle .icon{}
.mob_menu ul li .circle .icon:after{content:""; padding-bottom:100%; display:block;}
.mob_menu ul ul ul{margin-left:50px;}

.header{position:fixed; top:0; left:0; width:100%; z-index:99999999; background:#fff}
.header .logo{padding: 30px 0; width:340px;}
.header .right{width:calc(100% - 380px); text-align:right;}
.header .right .top_bar {font-size:17px; color:#868686; padding:5px 0}
.header .right .top_bar .inner{border-bottom:1px solid #c7c7c7}
.header .right .top_bar ul li{display:inline-block; margin-right:20px}
.header .right .top_bar a:hover{color:#184a98}
.header .right .top_bar .lang_choice{padding:  0 5px; position:relative;}
.header .right .top_bar .lang_choice .lang_list{display:none; position:absolute; left:0px; top:100%; padding: 10px 5px 5px; background:#fff; z-index:9999; border-radius:0 0 3px 3px;}
.header .right .top_bar .lang_choice:hover .lang_list{display:block;}
.header .right .menu_bar{padding: 15px 0}
.header .right .menu_bar {letter-spacing:0px; font-weight: 500; font-size:20px;}
.header .right .menu_bar ul li{display:inline-block; margin-right:40px;  }
.header .right .menu_bar ul li a{position:relative; padding:40px 0 50px}
.header .right .menu_bar .flexbox > ul > li > a:before{content:""; position:absolute; top:calc(100% - 50px); left:50%; transform:translatex(-50%); width:0; height:2px; background:#fbe822; transition-duration:0.2s}
.header .right .menu_bar .flexbox > ul > li > a:hover:before{width:100%;}
.header .right .menu_bar ul li.number a{position:relative;}
.header .right .menu_bar ul li.number a:after{ width:20px; height:20px; line-height:20px; text-align:center; display:block; background:#fbe822;  position:absolute; border-radius:100%; font-size:12px; right:-12px; top:30px}
.header .right .menu_bar ul li.menu-item-has-children > a:after{content:"\f0d7"; font-family:"Font Awesome 6 Pro"; display:inline-block; font-weight:900; margin-left:10px; }
.header .right .menu_bar ul > li > .sub-menu{height:0; position:absolute; background:#f4f4f4; z-index:999; text-align:left;  top:100%; }
.header .right .menu_bar ul > li > .sub-menu .inner{padding:30px 0 0}
.header .right .menu_bar ul > li > .sub-menu.big_menu{width:100%; left:0;  }
.header .right .menu_bar ul > li > .sub-menu.big_menu .inner{padding: 50px 0 0px 400px; }
.header .right .menu_bar ul > li > .sub-menu .inner .left{width:270px; position:relative; }
.header .right .menu_bar ul .sub-menu li{display:block; margin-bottom:25px; margin-right:0}
.header .right .menu_bar ul .sub-menu li a{ display: inline-block; padding:0px 0px}
.header .right .menu_bar ul .sub-menu li a:hover{ }
.header .right .menu_bar ul li.active > .sub-menu{height:auto}
.header .right .menu_bar ul li.active > .sub-menu.big_menu{height:calc(100vh - 100%); }
.header .right .menu_bar .sub-menu li .circle{padding:10px; border-radius:100%;background:#fff; width:40px; margin-right:10px; display:inline-block; vertical-align:middle}
.header .right .menu_bar .sub-menu li .circle .icon{}
.header .right .menu_bar .sub-menu li .circle .icon:after{content:""; padding-bottom:100%; display:block;}
.header .right .menu_bar .sub-menu li span{position:relative;}
.header .right .menu_bar .sub-menu li span:before{content: "";    position: absolute;    top: calc(100% + 5px);    left: 50%;    transform: translatex(-50%);    width: 0%;    height: 2px;    background: #184a98;transition-duration: 0.2s;}

.header .right .menu_bar .sub-menu li.menu-item-has-children > a:after{content:"\f105"; font-family:"Font Awesome 6 Pro"; display:inline-block; font-weight:900; margin-left:10px; }

.header .right .menu_bar .sub-menu li.active span:before{width:100%;}
.header .right .sub-menu{ overflow-y:scroll;  }
.header .right .sub-menu::-webkit-scrollbar{display:none}
.header .right .sub-menu{-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */}


.header .right .sub-menu  .active .sub-sub-menu{display:block;}
.header .right .sub-menu .sub-sub-menu{display:none; position:absolute; left:100%; top:0; width:400px; font-size:85%}
.header .right .sub-menu .sub-sub-menu li{margin-right:0}
.header .right .sub-menu .sub-sub-menu > li {margin-right:0; margin-bottom:30px; }
.header .right .sub-menu .sub-sub-menu li ul{font-size:80%; font-weight:400}
.header .right .sub-menu .sub-sub-menu li ul li{border-bottom:1px solid rgba(24,74,152,0.3); padding-left:54px}
.header .right .sub-menu .sub-sub-menu a:hover{font-weight:700}
.header .right .sub-menu .sub-sub-menu > li a{margin-left:30px;}
.header .right .sub-menu .sub-sub-menu > li a:before{content:"\f178"; font-family:"Font Awesome 6 Pro"; display:inline-block; font-weight:300; font-size:16px; width: 30px; margin-left:-30px;}

.header .right .menu_bar .menu_btn{display:none}

.home_banner .slider .slide{position:relative; min-height:250px}
.home_banner .slider .slide .overlay{position:absolute; height:100%; width:100%; background:rgba(0,0,0,0.4)}
.home_banner .slider .slide:after{content:""; padding-bottom:33%; display:block;}
.home_banner.subpage_banner .slide{min-height:150px}
.home_banner.subpage_banner .slider .slide:after{content:""; padding-bottom:20%; display:block;}

.breadcrumbs{text-align:right; font-size:80%; color:#868686; padding: 10px 0; margin-bottom:60px;}


.services_slide{margin-top:-170px; position:relative; margin-bottom: 100px}
.services_slide .arrows{text-align:right; color:#fff; font-size:25px; margin-bottom:10px}
.services_slide .arrows .slick-arrow{cursor:pointer}
.services_slide .arrows .fa-arrow-right-long{margin-left:5px;}
.services_slide .arrows .slick-disabled{opacity:0.5}
.services_slide .slick-list{padding-left: calc(50% - 600px);}
.services_slide .slider .service{width:300px; margin: 0 12px; background:#f4f4f4; border-bottom-right-radius:25px; padding:25px;}
.services_slide .slider .service:hover{background:#fbe822}
.services_slide .slider .service .title{margin-bottom:0.5em; display:block}
.services_slide .slider .service ul li{list-style:none; margin-left:30px; font-size:100%}
.services_slide .slider .service ul li a:hover{font-weight:700}
.services_slide .slider .service ul li:before{content:"\f178"; font-family:"Font Awesome 6 Pro"; display:inline-block; font-weight:300; font-size:16px; width: 30px; margin-left:-30px;}
.services_slide .slider .service .circle{padding:17px; border-radius:100%;background:#fff; width:62px; margin-bottom:20px;}
.services_slide .slider .service .circle .icon{}
.services_slide .slider .service .circle .icon:after{content:""; padding-bottom:100%; display:block;}

.contentblock{padding-bottom: 80px; position:relative;}
.contentblock h1, .contentblock .h1{margin-bottom:1em}
.contentblock.grey_bg{background:#f4f4f4; padding-top:80px; margin-bottom:80px;}
.contentblock .h1{font-size:30px}
.contentblock p a{text-decoration:underline}
.contentblock ul, .contentblock ol{margin-left:25px; margin-bottom:1em}

.contentblock.text_block .image{position:absolute; bottom:0; width: 400px; left:calc(50% - 800px) }

.contentblock.text_img_block .image{border-bottom-right-radius:30px; overflow:hidden; position:relative; min-height:250px}
.contentblock.text_img_block .image .overlay{ height:100%; width:100%; top:0; left:0; background:linear-gradient(0,rgba(24,74,152,0.8),transparent)}
.contentblock.text_img_block .image .overlay .keywords{color:#fff; padding: 0 20px 30px; text-align:center; width:100%;}
.contentblock.text_img_block .image .overlay .keywords .keyword{display:inline-block; margin: 0 7px; font-size:105%;} 
.contentblock.text_img_block .image .overlay .keywords .keyword:before{content:"\f00c"; font-family:"Font Awesome 6 Pro"; display:inline-block; color:#fbe822; margin-right:5px}
.contentblock.text_img_block .text{padding: 40px 0 40px 35px}

.contentblock.latest_news .news_item{border-bottom-right-radius:30px; overflow:hidden; position:relative; min-height:340px;}
.contentblock.latest_news .news_item .overlay{ height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.4); transition-duration:0.2s}
.contentblock.latest_news .news_item:hover .overlay{background:rgba(0,0,0,0.1)}
.contentblock.latest_news .news_item .text{color:#fff; width:100%; padding: 0 30px 30px; }
.contentblock.latest_news .news_item:hover .text{text-shadow:0 0 10px rgba(0,0,0,0.4)}
.contentblock.latest_news .news_item .text .date{font-size:15px;}
.contentblock.latest_news .news_item .text .title{font-size:21px;}
.contentblock.latest_news .news_item .text .title:after{content:"\f178"; font-family:"Font Awesome 6 Pro"; display:inline-block; font-weight:300; margin-left:15px}
.contentblock.latest_news.news_list .news_item{margin-bottom:30px;}

.contentblock.diensten_list_block .service{} 
.header .right .menu_bar ul .sub-menu li{display:block}
.contentblock.diensten_list_block .service a{ display:block; padding:0px 0px}
.contentblock.diensten_list_block .service a:hover{ }
.contentblock.diensten_list_block .service .circle{padding:10px; border-radius:100%;background:#fff; width:40px; margin-right:10px; display:inline-block; vertical-align:middle}
.contentblock.diensten_list_block .service .circle .icon{}
.contentblock.diensten_list_block .service .circle .icon:after{content:""; padding-bottom:100%; display:block;}

.contentblock.diensten_list_block .service  .btn{display:block; margin-bottom:10px; position:relative; padding: 10px 25px 10px 10px}
.contentblock.diensten_list_block .service .btn .circle{padding:5px; width:30px; background:#fff; border-radius:100%; display:inline-block; vertical-align:middle; margin-right:10px;}
.contentblock.diensten_list_block .service .btn .circle .icon:after{content:""; padding-bottom:100%; display:block;}
.contentblock.diensten_list_block .service .link_list ul{list-style:none; margin-left:50px; margin-bottom:10px}

.contentblock.diensten_block .page_subs .btn{min-width:300px; position:relative;}
.contentblock.diensten_block .page_subs .btn i{position:absolute; right:20px;}

.contentblock .subpages .btn{display:block; margin-bottom:10px; position:relative; padding: 10px 25px 10px 10px}
.contentblock .subpages .current_category .btn{color: #fff;  background: #184a98}
.contentblock .subpages .btn .circle{padding:5px; width:30px; background:#fff; border-radius:100%; display:inline-block; vertical-align:middle; margin-right:10px;}
.contentblock .subpages .btn .circle .icon:after{content:""; padding-bottom:100%; display:block;}
.contentblock .subpages .link_list ul{list-style:none; margin-left:50px; margin-bottom:10px}
.contentblock .subpages .link_list{display:none}
.contentblock .subpages .link_list .current{font-weight:700}
.contentblock .subpages .current_category .link_list{display:block}

.reference_list_block .btn{margin-bottom:10px; display:block; text-align:center}

.gallery{background:#f4f4f4; padding: 30px 30px 0 30px ; margin-top:30px }
.gallery .gal_item{margin-bottom:30px;}
.gallery .gal_item:after{content:""; padding-bottom:100%; display:block;}

.fancybox-container{z-index:99999999999!important}
.logo_bar{margin-bottom:60px}
.logo_bar ul{display:flex; flex-wrap:wrap;align-items: center; justify-content: center; }
.logo_bar ul li{display:inline-block;  width:105px; height:85px; margin:0 10px }
.logo_bar ul li div{    display: flex;    height: 100%; width:100%;    align-items: center;}
.logo_bar ul li a{    display: flex;    height: 100%; width:100%;    align-items: center;}
.logo_bar ul li a img{width:100%; height:100%; object-fit:contain}

.footer{background:#184a98; color:#fff; padding: 70px 0}
.footer .title{margin-bottom:40px; font-size:30px;}
.footer a i{width:30px; display:inline-block}
.footer a:hover{color:#fbe822}
.footer .collumns{ }
.footer ul li{list-style:none; margin-left:30px; font-weight:500}
.footer ul li:before{content:"\f178"; font-family:"Font Awesome 6 Pro"; display:inline-block; font-weight:300; width:30px; margin-left:-30px;}
.footer .socials{text-align:right; margin-top:100px; display: flex;    flex-wrap: wrap;    gap: 10px;}
.footer .socials a:hover{color:#184a98}
.footer .round_btn{}

.bottom{padding:25px 0; background:#fbe822}


@media only screen and (max-width: 1400px) {
	.header .logo {   width: 250px;}
	.header .right {    width: calc(100% - 280px);}
	.header .right .menu_bar ul li a{    padding: 30px 0 30px;}
	.header .right .menu_bar .flexbox > ul > li > a:before{ top:calc(100% - 30px); }
	.header .right .menu_bar ul li.number a:after{top:19px}
}
@media only screen and (max-width: 1280px) {

.header .logo {   width: 220px;}
	.header .right {    width: calc(100% - 250px);}
	.header .right .top_bar {    font-size: 15px;}
	.header .right .menu_bar{font-size:20px}
	.header .right .menu_bar ul {margin-right:15px}
	.header .right .menu_bar ul li {     margin-right: 25px;}
	
	}

@media only screen and (max-width: 1240px) {

	.services_slide .slick-list{padding-left: 20px;}
	.services_slide{margin-top:-130px;}
	.contentblock.text_block .image{display:none}
}

@media only screen and (max-width: 1200px) {

		.header .right .menu_bar {    padding: 10px 0;}
	.header .right .menu_bar .menu_btn{display:inline-block}
	.header .right .menu_bar ul {display:none}
	
	.header .right .top_bar ul{display:none}
	.header .right .top_bar .inner{border-bottom:none}
	.header .right .menu_bar ul li a {       padding: 26px 0;}
	.header .right .menu_bar .flexbox > ul > li > a:before {top: calc(100% - 25px);}
	
	}

@media only screen and (max-width: 1100px) {
	
	.btn.round_btn {    height: 50px;    width: 50px;    line-height: 52px;    font-size: 20px;}
	
	
	.contentblock.text_img_block .image .overlay .keywords .keyword{display:block; }
	
	.footer .title{margin-bottom:20px}
	.footer .col35, 
	.footer .col25, .footer .col60, .footer .col15{width:calc(100% - 30px); margin-bottom:50px}
	.footer .socials{margin-top:0; text-align:left;}
	.footer .socials .round_btn{margin-right:10px}
	.footer .socials br{display:none}
	.diensten_block .wrap .col25{width:calc(33.333% - 30px); }
	.diensten_block .wrap  .col75{width:calc(66.6666% - 30px);}
}


@media only screen and (max-width: 1040px) {

	
	.breadcrumbs {   margin-bottom: 40px;}
	
	.services_slide .slider .service{width:270px; padding:25px;}			
	.services_slide .slider .service .circle{padding:18px; width:60px; margin-bottom:20px;}
	.services_slide .slider .service .circle .icon{}
	.services_slide .slider .service .circle .icon:after{content:""; padding-bottom:100%; display:block;}
	
}

@media only screen and (max-width: 900px) {
	.contentblock.text_img_block .wrap .col50 {    width: calc(100% - 30px); }
	.contentblock.text_img_block .wrap .col50:nth-of-type(2n - 1){ margin-bottom:60px}
	.contentblock.text_img_block .text {padding:0}
	.diensten_block .maxw2 > .wrap > .flexbox{flex-direction: column-reverse;}
	.diensten_block  .wrap .col25{width:calc(100% - 30px); }
	.diensten_block  .wrap .col75{width:calc(100% - 30px); margin-bottom:60px}
	.diensten_block .gallery .col25{width:calc(25% - 30px); }
	
	.reference_list_block .col25{width:calc(33.333% - 30px); }
	
}
@media only screen and (max-width: 700px) {	
	.services_slide{margin-bottom:60px}
	.contentblock {    padding-bottom: 60px;}
	.contentblock.grey_bg {   margin-bottom: 60px;     padding-top: 60px;}
	.contentblock.latest_news .wrap .col50 {    width: calc(100% - 30px); margin-bottom:30px}
	.logo_bar {    margin-bottom: 30px;}
	.footer .collumns {    column-count: 1;}
	.footer .title{font-size:25px; margin-bottom:0; position:relative;}
	.footer .title i{position:absolute; right:0; top:10px; transition-duration:0.2s}
	.footer .inner{display:none}
	.footer .col25, .footer .col60, .footer .col15{margin-bottom:0}
	.footer .col{border-bottom:1px solid rgba(255,255,255,0.3); padding:0px 0 10px; margin-bottom:20px;}
	.footer .col.active .inner{display:block; margin-top:10px}
	.footer .col.active .title i{transform:rotate(180deg)}
	
	.diensten_block .gallery .col25{width:calc(33.333% - 30px); }
	
	.contentblock.diensten_list_block .col50{width:calc(100% - 30px); }
	.reference_list_block .col25{width:calc(50% - 30px); }
}

@media only screen and (max-width: 470px) {
	.maxw1{padding: 0 10px}
	.maxw2{padding: 0 10px}
	.maxw3{padding: 0 10px}
	.wrap{width:calc(100% + 20px); margin: 0 -10px}
	.wrap .col15{width:calc(15% - 20px); margin: 0 10px;}
	.wrap .col25{width:calc(20% - 20px); margin: 0 10px;}
	.wrap .col25{width:calc(25% - 20px); margin: 0 10px;}
	.wrap .col30{width:calc(30% - 20px); margin: 0 10px;}
	.wrap .col33{width:calc(33.3333% - 20px); margin: 0 10px;}
	.wrap .col40{width:calc(40% - 20px); margin: 0 10px;}
	.wrap .col50{width:calc(50% - 20px); margin: 0 10px;}
	.wrap .col60{width:calc(60% - 20px); margin: 0 10px;}
	.wrap .col75{width:calc(75% - 20px); margin: 0 10px;}
	.wrap .col100{width:calc(100% - 20px); margin: 0 10px;}
	
	.btn.l_btn {padding: 15px 25px;}
	i.icon_right {    margin-left: 10px;}
	i.icon_left {    margin-right: 10px;}
	
	h1, .h1{font-size:30px;}
	h2, .h2{font-size:26px;}
	h3, .h3{font-size:22px;}	
	
	.mob_menu .inner{padding: 20px 10px;}
	.mob_menu ul ul{margin-left:20px;  padding-right:20px;}
	.breadcrumbs {   margin-bottom: 25px;}
	.contentblock .h1 {    font-size: 30px;}
	
	.header{padding:10px 0}
	.header .flexbox.space_between{    align-items: center;}
	.header .right .menu_bar {    padding: 0px 0;}
	.header .logo {   width: 150px;  padding: 0px 0;}
	.header .right {    width: calc(100% - 160px);}
	.header .right .top_bar{display:none}
	.services_slide{margin-top:-80px;}
	.services_slide .slick-list{padding-left: 10px;}
	
	.contentblock.latest_news .h1{width:100%}
	.contentblock.latest_news .wrap{margin-top:20px;}
	
	.contentblock.text_img_block .wrap .col50 {    width: calc(100% - 20px); margin: 0 10px}
	.contentblock.latest_news .wrap .col50 {width: calc(100% - 20px); margin: 0 10px 30px}
	
	.contentblock.latest_news .news_item{min-height:200px}
	.contentblock.latest_news .news_item .text {  padding: 0 15px 20px;}
	
	.diensten_block  .wrap .col25{width:calc(100% - 20px); }
	.diensten_block  .wrap .col75{width:calc(100% - 20px); margin-bottom:50px}
	.diensten_block .gallery .col25{width:calc(50% - 20px);  }
	.gallery {padding:20px 20px 0 20px}
	.gallery .gal_item{margin-bottom:20px}
	.reference_list_block .col25{width:calc(50% - 20px); }
	.footer .col25, .footer .col60, .footer .col15{width:calc(100% - 20px);  margin: 0 10px 50px}
}


@media only screen and (max-width: 360px) {
	.btn.round_btn {    height: 45px;    width: 45px;    line-height: 46px;    font-size: 20px;}
	h1, .h1{font-size:30px;}
	h2, .h2{font-size:24px;}
	h3, .h3{font-size:21px;}	
}