html.no-scroll,
html.no-scroll body{
    overflow: hidden;
}

html,
body{
	overflow-x: hidden;
}

body{
	color: #999999;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 26px;
	padding-top: 80px;
}

h1, h2, h3, p, ul, ol, table, form, iframe{
	margin-top:0;
	margin-bottom:24px;
}

.jumbotron{
	background:none;
	margin:0;
	padding:0;
	clear:both;
	width:100%;
    border-radius: 0;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron p,
.jumbotron ul,
.jumbotron ol,
.jumbotron table,
.jumbotron div.gform_wrapper form,
div.embed-responsive,
.jumbotron .sharebuttons{
	font-size:16px;
	font-weight:400;
	font-style:normal;
	margin-bottom:26px;
	margin-top:0;
}

.jumbotron .sharebuttons{
	margin-bottom: 0;
}

.jumbotron p + h2,
.jumbotron p + h3,
.jumbotron ol + h2,
.jumbotron ol + h3,
.jumbotron ul + h2,
.jumbotron ul + h3{
	margin-top: 50px;
}

article > .jumbotron:last-child .gform_wrapper form{
	margin-bottom: 0;
}

picture.img-fluid img{
    max-width: 100%;
    height: auto;
}

.sharebuttons{
	display: flex;
	align-items: center;
}

.sharebutton,
.sharebutton:hover,
.jumbotron p.teamlidinfo i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #00a9a1;
	color: #fff;
	margin: 0 0 0 10px;
	float: left;
	text-decoration: none !important;
}

.jumbotron p.teamlidinfo i{
	margin-right: 10px;
}

.jumbotron p.teamlidinfo{
	line-height: 36px;
}

.jumbotron p.teamlidinfo a{
	text-decoration: none !important;
}

.sharebutton__facebook,
.sharebutton__facebook:hover,
.sharebutton__facebook:focus{
    color: #3b5998;
}

.sharebutton__linkedin,
.sharebutton__linkedin:hover,
.sharebutton__linkedin:focus{
    color: #0077b5;
}

.sharebutton__twitter,
.sharebutton__twitter:hover,
.sharebutton__twitter:focus{
    color: #1da1f2;
}

.sharebutton__google-plus,
.sharebutton__google-plus:hover,
.sharebutton__google-plus:focus{
    color: #dd4b39;
}

.sharebutton__envelope,
.sharebutton__envelope:hover,
.sharebutton__envelope:focus{
    color: #adadad;
}

.last-no-margin > *:last-child,
.last-no-margin > .table-responsive:last-child > table{
    margin-bottom: 0;
}

.jumbotron.jumbo-padding{
    margin: 50px 0 0;
}

.jumbotron:not(.subpaginas):not(.call_to_action) + .jumbotron.subpaginas,
.jumbotron:not(.subpaginas):not(.call_to_action) + .jumbotron.call_to_action{
	margin-top: 110px;
}

.home .jumbo-padding:not(:first-child){
	margin-top: 150px !important;
}

#footer.jumbotron p.companyname{
	color: #00a9a1;
	font-family: eurostile;
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
}

#content article > .jumbotron.jumbo-padding:first-child{
	margin-top: 0;
}

div.gallery{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto -15px !important;
}

div.gallery .gallery-item{    
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

div.gallery .gallery-item > dt{   
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

div.gallery .gallery-item > dt > a{
    width: 100%;
    max-width: 100%;
}

div.gallery .gallery-item img{
    max-width: 100%;
    height: auto;
    border: none !important;
    margin-bottom: 0 !important;
}

.jumbotron ul ul, 
.jumbotron ol ul, 
.jumbotron ul ol, 
.jumbotron ol ol {
    margin-bottom: 0;
}

#content{
    padding: 0 0;
}

.jumbotron h1{
	color: #00809f;
	font-family: eurostile;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	/* Text style for "Specifieke" */
	text-transform: uppercase;
}

.jumbotron h2{
	color: #00a9a1;
	font-family: eurostile;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
}

.jumbotron h3{
	font-size:20px;
}

ul.checklist{
	padding: 0;
	list-style: none;
}

ul.checklist li{
	position: relative;
	padding-left: 25px;
}

ul.checklist li:before{
	color: #39e07c;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	font-family: 'Font Awesome 5 Pro';
}

.alm-filters-edit{
    display: none !important;
}

.alm-btn-wrap{
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 30px;
}

.alm-loading{
    min-height: 200px;
    position: relative;
}

.alm-loading:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/loading.gif) center no-repeat;
    background-size: 60px 60px;
    padding: 30px;
}

.done{
	opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

.alert > *:last-child{
	margin:0 !important;
}

.hide_tekst {
    display: none;
}

.lees_verder{
	margin-bottom:30px;
}

p:empty{
	display:none;
}

em{
	font-style:italic !important;
}

strong{
	font-weight:700 !important;
}

a,
a:hover,
a:focus{
	color:#00a9a1;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.share-whatsapp{
	display: none;
}

.transition-03{
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

hr{
	border-top:solid 1px #c9c9c9;
	margin:24px 0;
    display: block;
}

.button,
.button:hover,
.button:focus,
.loadmore,
body div.gform_wrapper .gform_footer button.gform_button,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus{
	display:inline-block;
	text-decoration:none !important;
	outline:none;
	border-radius:0;
	background:#fff;
	padding:1px 26px 9px 20px !important;
	line-height:normal !important;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    cursor: pointer;
	
	color: #00a9a1;
	border: none;
	font-family: eurostile;
	font-size: 14px;
	font-weight: 500;
	/* Text style for "Neem conta" */
	text-transform: uppercase;
	position: relative;
}

.button:not(.button__witte_lijn):before{
	border-bottom: 10px solid #ffffff;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.button__groen,
body div.gform_wrapper .gform_footer button.gform_button{
	background: #00a9a1;
	color: #fff;
}

.button__groen:hover,
.button__groen:focus,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus{
	background: #00809f;
	color: #fff;
}

.button__groen:not(.button__witte_lijn):before,
body div.gform_wrapper .gform_footer button.gform_button:before{
	border-bottom: 10px solid #00a9a1;
    border-right: 10px solid transparent;
}

.button__groen:not(.button__witte_lijn):hover:before,
body div.gform_wrapper .gform_footer button.gform_button:hover:before{
	border-bottom: 10px solid #00809f;
}

.button__witte_lijn,
.button__witte_lijn:hover,
.button__witte_lijn:focus{
	color: #fff;
	background: none;
	padding:16px 26px 14px 20px !important;
	border: solid 2px #fff;
	border-top: none;
	border-right: none;
}

.button__witte_lijn:before,
.button__witte_lijn:hover:before,
.button__witte_lijn:focus:before{
	position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    background: #fff;
    content: "";
    width: calc(100% - 11px);
}

.button__witte_lijn:after,
.button__witte_lijn:hover:after,
.button__witte_lijn:focus:after{
	position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% - 11px);
    background: #fff;
    content: "";
    width: 2px;
}

.button__witte_lijn_container{
	position: relative;
	display: block;
}

.button__witte_lijn_container:before{
	content: "";
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: calc(100% + 9px);
    transform: rotate(45deg);
    left: calc(100% + 13px);
}

.button:hover,
.button:focus,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus{
    
}

article > *:last-child{
	margin-bottom:0;
}

form.search-form{
	margin:0;
}

form.search-form label{
	padding:0;
	margin:0;
	float:left;
	background:#fff;
}

form.search-form input{
	margin:0;
	padding:0 5px;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
}

form.search-form button{
	margin:0;
	padding:0;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
}

nav.navbar{
	min-height:0;
	background:#fff;
	border:none;
	margin:0;
    padding: 0;
	width:100%;
	float:left;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

nav.navbar.is-hidden{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand{
	height:auto;
	padding:0;
	margin:0;
}

#logoholder{
	float:left;
}

.breadcrumbs{
	margin-bottom: 10px !important;
}

.breadcrumbs,
.breadcrumbs a{
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 12px;
	line-height: 26px;
}

.breadcrumbs a{
	text-decoration: underline;
	font-weight: 600;
}

#hoofdmenu{
	margin:0;
}

#hoofdmenu li{
	position:relative;
}

#hoofdmenu li:first-of-type{
	margin-left:0;
}

#hoofdmenu li:last-of-type{
	margin-right:0;
}

#hoofdmenu li a{
	padding:0 30px;
	color: #00a9a1;
	font-family: eurostile;
	font-size: 14px;
	font-weight: 700;
	line-height: 80px;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
}

#hoofdmenu > li:hover > a,
.single-vacature #hoofdmenu > li#menu-item-1336 > a,
.single-teamlid #hoofdmenu > li#menu-item-1336 > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a{
	color: #fff;
	z-index: 1;
}

#hoofdmenu > li a:before{	
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	z-index: -1;
	height: 100%;
	background: linear-gradient(239deg, #00809f 0%, #00a9a1 100%);
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#hoofdmenu > li:hover > a:before,
.single-vacature #hoofdmenu > li#menu-item-1336 > a:before,
.single-teamlid #hoofdmenu > li#menu-item-1336 > a:before,
#hoofdmenu > li.current-menu-item > a:before,
#hoofdmenu > li.current-menu-ancestor > a:before,
#hoofdmenu > li.current-menu-parent > a:before{	
	opacity: 1;
}

/*#hoofdmenu li.menu-item-has-children > a:after{
	content: "\f107";
	font-family: 'Font Awesome 5 Pro'
}

#hoofdmenu li.menu-item-has-children.open > a:after{
	content: "\f106";
	font-family: 'Font Awesome 5 Pro'
}*/

/*Submenu*/
#hoofdmenu > li > ul{
	display:none;
	list-style:none;
	padding:15px 0 15px;
	margin:0;
	position:absolute;
	top:80px;
	left:-30px;
	border-top: solid 1px #eeeeee;
	border-radius: 0 0 2px 2px;
	background-color: #ffffff;
}

#hoofdmenu li:hover > ul{
	display:block;
}

#hoofdmenu li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
}

#hoofdmenu li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0 30px;
	float:left;
	width:100%;
	color: #999999;
	font-family: eurostile;
	font-size: 15px;
	font-weight: 700;
	line-height: 40px;
}

#hoofdmenu li ul li:hover > a,
#hoofdmenu li ul li.current-menu-item > a,
#hoofdmenu li ul li.current-menu-ancestor > a,
#hoofdmenu li ul li.current-menu-parent > a{
	background: #ededed;
}

/*Sub-sub menu*/
#hoofdmenu li ul li ul{
	display:none;
	left:100%;
	top:0;
}

#hoofdmenu li ul li:hover > ul{
	display:block;
}

#hoofdmenu li ul li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
}

#hoofdmenu li ul li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

#footer{
	padding:70px 0;
	background:#fff;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
	color: #64a4b8;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 26px;
}

#footer a{
	color: #64a4b8;
}

#footer ul li{
}

#footer ul li a{
}

#credits{
	padding:0 0 70px;
	background:#fff;
}

#credits,
#credits a{
	text-decoration:none;
	color: #999999;
	font-family: "Open Sans";
	font-size: 13px;
	line-height: 26px;
}

#credits span,
#credits ul,
#credits ul li,
#credits ul li a{
	float: left;
	color: #999999;
	font-family: "Open Sans";
	font-size: 13px;
	line-height: 26px;
}

#credits ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#credits ul li:before{
	content: "/";
	margin: 0 10px;
	float: left;
}

#credits ul li a{
	font-weight: 700;
}

.submenu-back-button{
	display: none;
}

.item-blok{
	margin-bottom: 30px;
}

.jumbotron h2.item-blok__titel{
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #fff;
	margin-bottom: 10px;
}

.item-blok__introtekst p{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.item-blok__introtekst p{	
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}

.item-blok__bottom{
	background-color: #00a9a1;
	padding: 50px 50px 0;
}

.navbar .container-fluid{
	padding-left: 30px;
	padding-right: 0;
}

.talen_dropdown{
	width: 84px;
	position: absolute;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.talen-container:hover .talen_dropdown{
	transform: translateY(80px);
	opacity: 1;
	visibility: visible;
}

.taal_active,
.talen_dropdown li{
	height: 80px;
	background-color: #eeeeee;
	width: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
}

.talen_dropdown{
	transform: translateY(-100%);
	z-index: -1
}

.teamlid-block{
	background: #fff;
	text-decoration: none !important;
	margin-top: 30px;
	-webkit-box-shadow: 0 0 30px rgba(0, 79, 98, 0.15);
	box-shadow: 0 0 30px rgba(0, 79, 98, 0.15);
}

.teamlid-block .subblock{
	flex-basis: 285px;
	padding: 20px 30px;
	min-width: 285px;
	color: #00a9a1;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.teamlid-block img{
	max-width: 100%;
}

@media (max-width:767px)
{	
    #hoofdmenu li.menu-item-has-children ul,
    #hoofdmenu li.menu-item-has-children:hover ul {
        display: none;
        position: static; 
    }
	
	.jumbotron.jumbo-padding {
		margin: 30px 0 0;
	}
	
	.navbar-expand-md .submenu-back-button{
		display: block;
	}

    .ajax-loader {
        width: auto;
        max-width: 100%;
        height: auto; 
    }

    article .gallery-item img {
        max-width: 100%;
        width: auto; 
    }

    .expaned-submenu {
        color: #a66740;
        text-align: center;
        float: right;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        cursor: pointer;
        z-index: 2000;
        margin: 0; 
    }
    
    .navbar-toggler {
		padding: 0;
		margin: 0 15px 0 0;
		border: none;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,169,161,1)' stroke-width='3' stroke-miterlimit='10' d='M2 7h26M2 15h26M2 23h26'/%3E%3C/svg%3E");
    }

	.navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
		max-width:100%;
	}
    
    .jumbotron > .container,
    .jumbotron > .container-fluid{
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        max-width: 100%;
    }
	
	.navbar>.container .navbar-brand img,
    .navbar>.container-fluid .navbar-brand img{
		max-width:100%;
		height:auto;
	}
	
	.navbar-header{
		position:relative;
		width:auto;
	}
	
	.table-responsive{
		width:100%;
		overflow-y:auto;
		_overflow:auto;
		margin:5px 0 0 0;
		border:1px solid #888;
	}
	
	.table-responsive::-webkit-scrollbar{
		-webkit-appearance:none;
		width:14px;
		height:14px;
	}
	
	.table-responsive::-webkit-scrollbar-thumb{
		border-radius:8px;
		border:3px solid #fff;
		background-color:rgba(0, 0, 0, .3);
	} 
	
	.table-responsive table{
		min-width:100%;
	}
	
	#hoofdmenu li{
		margin:0;
        clear: both; 
	}
	
	#hoofdmenu li a{
		line-height:36px;
	}

    #hoofdmenu li > ul {
        position: static;
        width: 100%;
        float: left; 
    }
    
    .col-sm-12:nth-child(n+2){
        margin-top: 30px;
    }
    
    #footer .col-sm-12:nth-child(n+2){
        margin-top: 0;
    }
	
	.jumbotron h1 {
		font-size: 26px;
		line-height: 31px;
	}
	
	.jumbotron:not(.subpaginas):not(.call_to_action) + .jumbotron.subpaginas, .jumbotron:not(.subpaginas):not(.call_to_action) + .jumbotron.call_to_action {
		margin-top: 50px;
	}
	
	.sharebuttons {
		margin-top: 15px !important;
		flex-wrap: wrap;
	}
	
	.sharebutton, .sharebutton:hover{
		margin: 0 10px 0 0;
	}
	
	.share-title{
		flex-basis: 100%;
		min-width: 100%
	}
	
	#footer {
		padding: 60px 0 30px;
	}
	
	#credits {
		padding: 0 0 30px;
	}
	
	.home .jumbo-padding:not(:first-child) {
		margin-top: 50px !important;
	}
	
	#credits ul li:before{
		display: none;
	}
	
	#credits ul li{
		width: 100%;
		clear: both;
		float: left;
	}
	
	.item-blok {
		flex-direction: column !important;
	}
	
	body{
		padding-top: 69px;
	}
	
	.item-blok__bottom {
		padding: 15px 20px 0;
	}
	
	.referenties .col-sm-12:nth-child(n+2),
	.berichten .col-sm-12:nth-child(n+2),
	.vacatures .col-sm-12:nth-child(n+2){
		margin-top: 0;
	}
	
	.jumbotron h2 {
		font-size: 26px !important;
		line-height: 30px !important;
	}
	
	#logoholder{
		margin: 15px 0;
	}
	
	body,
	html{
		overflow-x: hidden;
	}
	
	.navbar .container-fluid {
		padding-left: 15px;
	}
}

@media (min-width: 576px) and (max-width:767px)
{	
	
}

@media (min-width:768px) and (max-width:991px)
{    
	body{
		padding-top: 118px;
	}
	
	#hoofdmenu > li > ul{
		top: 48px;
	}
	
    .jumbotron > .container,
    .jumbotron > .container-fluid{
        padding-left: 30px;
        padding-right: 30px;
    }
	
	.item-blok__top{
		max-width: 50%;
		flex-basis: 50%;
	}
	
	.item-blok__introtekst p{
		-webkit-line-clamp: 2;
	}
	
	.item-blok__bottom {
		padding: 30px 30px 0;
	}
	
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}
	
	.home .jumbo-padding:not(:first-child) {
		margin-top: 50px !important;
	}
	
	#hoofdmenu li a{
		padding: 0 15px;
		line-height: 48px;
	}
	
	.navbar .container-fluid{
		flex-direction: column;
	}
	
	#logoholder{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.talen-container{
		position: absolute;
		top: 0;
		right: 0;
		z-index: 150;
	}
	
	.taal_active, .talen_dropdown li{
		width: 44px;
		height: 40px;
	}
	
	.talen-container:hover .talen_dropdown {
    	transform: translateY(40px);
	}
	
	.talen_dropdown {
		width: 44px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.navbar-expand-xl .submenu-back-button{
		display: block;
	}
	
	#hoofdmenu li a{
		padding: 0 15px;
	}
	
	.home .jumbo-padding:not(:first-child) {
		margin-top: 50px !important;
	}
}

@media (min-width:1200px)
{
	.subblok_row,
	.disciplines .discipline-blokken,
	.fotogalerij .row,
	.nieuwsslide_row,
	.content_rechts_afbeelding_links .row,
	.content_links_afbeelding_rechts .row,
	.berichten .last-no-margin .row,
	.vacatures .last-no-margin .row,
	.team .last-no-margin .row,
	.referenties .last-no-margin .row{
		margin-left: -30px;
		margin-right: -30px;
	}
	
	.header_tekst{
		margin-left: -15px;
	}
	
	.content_rechts_afbeelding_links .row .col-xl-8 .last-no-margin{
		padding-left: 30px;
	}
	
	.content_links_afbeelding_rechts .row .col-xl-8 .last-no-margin{
		padding-right: 30px;
	}
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.ui-datepicker tbody td {
  background: #fff; }

iframe[name="google_conversion_frame"] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

li.menu-item:not(.menu-item-has-children) > a[href="#"] {
  cursor: default; }

.owl-carousel:not(.owl-loaded) {
  display: block; }

.modal-body img {
  max-width: 100% !important;
  height: auto !important; }

picture {
  max-width: 100%; }

a,
a:focus,
a:active {
  outline: 0 none !important;
  outline: none !important;
  outline-style: none !important;
  ie-dummy: expression(this.hideFocus=true);
  -moz-outline-style: 0 none; }

img {
  image-rendering: -webkit-optimize-contrast; }

a.lightbox {
  outline: none; }

.wp-caption {
  max-width: 100% !important; }

.gallery-item img {
  display: inline-block; }

.alignleft {
  display: inline;
  float: left; }

picture.alignleft img{
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

picture.alignright img{
  display: inline;
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

picture.aligncenter img{
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;     
}

img.alignleft,
img.alignright,
img.aligncenter,
.alignleft img,
.alignright img,
.aligncenter img{
  margin-bottom: 30px; }

img.alignleft,
.alignleft img{
  margin-right: 30px; }

img.alignright,
.alignright img{
  margin-left: 30px; }

.expaned-submenu {
  display: none; }

#CybotCookiebotDialogDetailFooter {
	display: none;
}

input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

#CybotCookiebotDialogDetailFooter{ display: none !important; }