/* ////// KAMERBEEK ADVOCATEN /////// */
/* ///// CODING JRN FOR ZinC //////// */
/* //// DRUPAL 8 - VERSION 19.03 //// */
/* ////////////////////////////////// */

/* SYST */
.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}
.text-align-right {
    text-align: right;
}
.text-align-center {
    text-align: center;
}
/* MAIN */
body{
	position: relative;
    min-width: 360px;
	max-width: 100%;
	height: 100%;
    padding: 0;
    margin: 0;
    cursor: default;
    overflow-y: scroll;
	overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

html{
	position: relative;
    height: 100%;
}

p, ul, ol{
	margin: 0;
    padding: 12px 0;
}

a{
	outline: none;
}

h1, h2, h3, h4, h5{
	padding: 12px 0;
    margin: 0;
	line-height: 1.05;
	clear: both;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.button{
	background-color: #111e5f;
	color: #FFF;
	display: inline-block;
	padding: 5px 12px;
	line-height: 1.1;
	margin: 0 2px;
}
.thm-bg-3 a:hover{
	text-decoration: underline;
}

/* BOX STYLING */
#page{
	
}

#scroll-content{ /* total scroll */
	max-width: 100%;
}

section{
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

.container{
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

.container:before, .columns:before{
    content: " ";
    display: table;
}

.container:after, .columns:after{
    content: " ";
    display: table;
}

.clear, .container, .columns{
    zoom: 1;
}

.clear:after, .container:after, .columns:after{
    clear: both;
}

*, *:before, *:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* COLUMNS */
.columns{
	/*width: 100%;*/
}
.columns.col-table{
	display: table;
	table-layout: fixed;	
}

.div-table{
	display: table;
	table-layout: fixed;	
	width: 100%;
}
.div-table-h100{
	height: 100%;	
}
.div-cell{
	display: table-cell;
	vertical-align: middle;
}

.column{
	position: relative;
	float: left;
	width: 100%;
}

.columns.col-table .column{
	float: none;
	display: table-cell;
}

.columns.col-table.col-table-vmid .column{
	vertical-align: middle;	
}

.column.w1-6{width: 16.666%;}
.column.w1-5{width: 20%;}
.column.w1-4{width: 25%;}
.column.w1-3{width: 33.333%;}
.column.w1-2{width: 50%;}
.column.w2-3{width: 66.666%;}
.column.w3-4{width: 75%;}
.column.w1-1{width: 100%;}

.column img{
	display: inline-block;
	max-width: 100%;
	height: auto;	
}

/* PADDING / SPACING / ALIGNMENT */
.padd-t{padding-top: 42px;}
.padd-b{padding-bottom: 42px;}

.valign-middle, .valign-middle .column{
	vertical-align: middle;
}

/* ADMIN */
body.toolbar-horizontal.toolbar-fixed header,
body.toolbar-vertical.toolbar-fixed header{
	top: 39px
}

body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open header{
	top: 79px
}

div[role="contentinfo"]{
	position: fixed;
    width: 100%;
	bottom: -65px;
	left: 0;
    text-align: center;
    padding: 21px;
	opacity: 0;
    animation-duration: 4.5s;
    animation-name: MessfadeOut;
}

@keyframes MessfadeOut {
  0% {
    opacity: 1;
	bottom: 0;
  }
  70% {
    opacity: 1;
	bottom: 0;
  }
  100% {
    opacity: 0;
	bottom: -65px;
  }
}


/* SLICK SLIDER */
.slider-container{
	margin-bottom: -6px;
    overflow: hidden;
}

	.slider{
		padding: 0;
		margin: 0;
		list-style: none;
		width: 100%;
		height: 100%;
		position: relative;
	}

		.slider .slide{
			position: relative;
			outline: none;
			padding: 0;
			margin: 0;
			display: none;
		}
		
		.slider .slide:first-child{
			display: block;
		}

			.slider .slide .slide-content{
				position: relative;
			}
			
			.slider .slide .slide-content .slide-img{
				position: absolute;
				top: 0;
				width: 100%;
				height: 100%;
				overflow: hidden;
			}
			
			.slider .slide .slide-content .slide-img img{
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

/* SLIDE(R) OVERLAY */
.slider-overlay,
slide-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* SLIDER CONTROL */
.slick-slider .slick-dots{
    position: absolute;
    bottom: 16px;
    width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 100;
}
.slick-slider .slick-dots li{
	position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}
.slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-slider .slick-dots li button::before {
    width: 64%;
    height: 64%;
	position: absolute;
    top: 23%;
    left: 23%;
    border-radius: 50%;
    content: '';
}

.slick-slider .slider_control{
	position: absolute;
	top: 50%;
	z-index: 100;
}

/* GENERAL */
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #444;
	font-weight: 400;
	background-color: #FFF;
}

/* BOX STYLING */
.container{
	max-width: 1236px;
	padding: 0 24px;
}

/* COLUMNS */
.columns{
	margin-left: -16px;
	margin-right: -16px;	
}
.column{
	padding-left: 16px;
	padding-right: 16px;
}

/* SPECIF */
a{
	color: #666;
	text-decoration: none;
	white-space: nowrap;
	-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
	transition: background-color .25s ease-in-out, color .25s ease-in-out;
}

a:hover{
	color: #0f245b;
}

a, input[type="submit"], li{
	outline: none;
}

a.square, 
.square .button, 
input[type="submit"].button{
	display: inline-block;
    height: 37px;
    padding: 0px 24px;
    background-color: #293775;
    color: #FFF;
    position: relative;
    border-width: 0;
    border-style: solid;
    text-transform: lowercase;
    line-height: 34px;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    max-width: 100%;
	border-radius: 4px;
}

hr{
	position: relative;
	height: 12px;
	border-width: 0px;
	border-style: solid;
	margin: 14px 0 14px 0;
	background-image: url('/assets/images/diamonds-grey.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px;
	overflow: hidden;
	text-align: center;
}

	hr::before, 
	hr::after{
		content: '';
		position: relative;
		height: 100%;
		display: inline-block;
		vertical-align: top;
		background-image: url('/assets/images/pattern-dash.svg');
		background-position: center;
		background-repeat: repeat-x;
	}
	
	hr::before, 
	hr::after{
		width: 14.6%;
	}
	
	hr::before{
		margin-right: 30px;
	}
	
	hr::after{
		margin-left: 26px;
	}

h1, h2{
	font-weight: 600;
	color: #111e5f;
	letter-spacing: -0.5px;
}

h1{ /* kop */
    font-size: 36px;
}

h1 em{
	color: #000;
	font-style: normal;
	font-weight: 300;	
}

h2{ /* subkop */
    font-size: 27px;
}

h3{ /* thin kop */
	font-size: 26px;
	font-weight: 400;
}

h4{	/* tussenkop */
	font-weight: 600;
	font-size: 20px;
    margin-bottom: -16px;
    margin-top: 5px;
	color: #0b1856;
	letter-spacing: -0.5px;
}

h4 em{
	font-weight: 400;
    color: #BBB;
    font-size: 13px;
    display: block;
    margin-top: 5px;
	letter-spacing: 0px;
	font-style: normal;
}

h5{ /* onderschrift */
	padding-top: 0;
	margin-top: -6px;
	padding-bottom: 4px;
	color: #777;
	font-weight: 400;
	font-size: 15px;
}

a[rel='meer'],
a[rel='minder']{
	color: #BBB;
	font-size: 14px;
	position: relative;
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 4px;
}

a[rel='meer']{
	padding: 0 0 0 12px;
	float: right;
}

a[rel='minder']{
	padding: 0 12px 0 0;
	float: left;
}

	.text-align-center a[rel='meer']{
		float: none;	
	}

	.section-2-column .text-align-right a[rel='meer']{
		float: left;
		padding-left: 0;
	}

a[rel='meer']::after,
a[rel='minder']::before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
	font-size: 13px;
    color: #CCC;
}

	a[rel='meer']::after{
		content: '\f061';
		padding: 1px 2px 1px 5px;
	}
	
	a[rel='minder']::before{
		content: '\f060';
		padding: 1px 5px 1px 2px;
		
	}

a[rel='meer']:hover,
a[rel='minder']:hover{
	color: #111e5f;	
}

	a[rel='meer']:hover::after{
		padding: 1px 1px 1px 6px;
		color: #0f245b;
	}

	a[rel='minder']:hover::before{
		padding: 1px 6px 1px 1px;
		color: #0f245b;
	}



.main-content ul, .main-content ol{
	padding-left: 16px;
}

.column_content strong{
	color: #0e3471;	
	font-weight: 600;
}

.column_content a[rel='lijn']{
	color: #0c3067;
	display: inline-block;
	position: relative;
}

.column_content a[rel='lijn']::after{
	content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.5px;
    border-style: dashed;
    border-color: #96b6de;
    border-width: 1px 0 0 0;
}

.column_content blockquote{
	background-color: #f1f2f8;
    padding: 8px 21px 10px 21px;
    margin: 21px 8% 16px 8%;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    border-width: 0 0 0 4px;
    border-style: solid;
    border-color: #3c4b90;
    color: #222;	
}


/* THEME DEP */
.thm-pdd-1 .columns{
	padding-top: 46px;
}
	
.thm-pdd-2 .columns{
	padding-bottom: 46px;
}
	
.thm-pdd-3 .columns,
.thm-pdd-3.columns{
	padding-left: 12%;
	padding-right: 12%;
}

.thm-pdd-4 .columns,
.thm-pdd-4.columns{
	padding-left: 6.5%;
	padding-right: 6.5%;
}

.thm-pdd-3 hr::before, 
.thm-pdd-3 hr::after{
	width: 22%;
}


.thm-pdd-4 hr::before, 
.thm-pdd-4 hr::after{
	width: 19.2%;
}

.thm-pdd-10 .container{
	max-width: 100%;
	width: 100%;
}

.thm-pdd-10 .column {
    padding-left: 0;
    padding-right: 0;
}


/* SLOPE */
.thm-bg-3{
	background-color:#2f3a6f;
	color: #FFF;
}
.thm-bg-3 h1,
.thm-bg-3 h2,
.thm-bg-3 h3,
.thm-bg-3 a{
	color: #FFF;	
}

.thm-bg-5{
	margin-bottom: -16px;
}

.thm-bg-2,
.thm-bg-5,
.thm-bg-6,
.thm-bg-7{
	background-color:#f9f9f9;
}

.thm-bg-7{
	background-image: url('/assets/images/1902/background_pand.jpg');
	background-repeat: no-repeat;
	background-position: center 100%;
	background-attachment: fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

.thm-bg-6 .columns,
.thm-bg-7 .columns{
	margin-top: 5vw;
}

.thm-bg-5::after,
.thm-bg-6::after,
.thm-bg-7::after{
	content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    border-style: solid;
}
.thm-bg-5::after{ /* SLOPE BOTTOM */
    bottom: -0.5px;
    border-width: 0 0 8vw 100vw;
    border-color: transparent transparent #FFFFFF transparent;
}

.thm-bg-6::after,
.thm-bg-7::after{ /* SLOPE TOP */
    top: -0.5px;
    border-width: 8vw 100vw 0 0;
    border-color: #FFFFFF transparent transparent transparent;
}

.section-2-column.thm-pdd-3 .col-L{
	text-align: right;	
}

.section-2-column.thm-pdd-3 .col-L .column_content{
	display: inline-block;
	text-align: left;
}


/* HEADER */
header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 250;	
}

header .content-keeper{
	position: relative;
}

header .content-keeper a{
	display: block;
}

	.content-keeper .header-logo{
		float: left;
    	width: 152px;
    	top: -1px;
    	position: relative;
		margin-top: 0;
		-webkit-transition: margin .3s ease-in-out;
		-moz-transition: margin .3s ease-in-out;
		-o-transition: margin .3s ease-in-out;
		-ms-transition: margin .3s ease-in-out;
		transition: margin .3s ease-in-out;
	}
	
		.content-keeper .header-logo img{
			width: 100%;
			height: auto;
			display: block;
		}
	
	.scroll .content-keeper .header-logo{
		margin-top: -74px;	
	}
	
	.content-keeper .menu-toggle{
		float: right;
		width: 46px;
		height: 44px;
		position: relative;
		top: 10px;
		-webkit-filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
		filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
	/*.content-keeper .menu-toggle::before{
		content: 'menu';
		position: absolute;
		height: 100%;
		width: 58px;
		color: #f1f1f1;
		left: -58px;
		line-height: 40px;
		font-weight: 600;
		text-shadow: 0px 0px 3px rgba(60, 60, 60, 0.75);
		font-size: 18px;
	}*/

		.menu-toggle .menu-bar{
			width: 100%;
			height: 8px;
			background-color: #FFF;
			display: block;
			position: absolute;
			left: 0;
			content: '';
			margin: 6px 0;
			-moz-box-shadow: 3px 3px 5px rgba(40, 40, 40, 0.5);
			-webkit-box-shadow: 3px 3px 5px rgba(40, 40, 40, 0.5);
			box-shadow: 3px 3px 5px rgba(40, 40, 40, 0.5);
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
			border-radius: 2px;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			border-width: 0.5px;
			border-style: solid;
			border-color: #DDD;
		}
		
			.menu-toggle .menu-bar.mbm{
				top: 50%;
				margin-top: -4px;
			}
			
			.menu-toggle .menu-bar.mbt{
				top: 0;
			}
			
			.menu-toggle .menu-bar.mbb{
				bottom: 0;
			}

		.menu-toggle:hover{
			-webkit-filter: drop-shadow(0 0 8px rgba(53, 113, 250, 0.7));
			filter: drop-shadow(0 0 8px rgba(53, 113, 250, 0.7));
		}


/* SLIDER MAIN */
.main-slider{
	background-color: #F9F9F9;
	position: relative;
	min-height: calc(8vw + 59px);
	margin-bottom: 5px;
}

.slider-container .slider .slide{
	margin-bottom: -5px;	
}

.slider-container .slider .slide .slide-content{
	padding-top: calc(8vw + 59px);
}
.slider-container.slck-hd-0 .slider .slide .slide-content{
	padding-top: calc(8vw + 59px);
}
.slider-container.slck-hd-1 .slider .slide .slide-content{
	padding-top: 37%;
}
.slider-container.slck-hd-2 .slider .slide .slide-content{
	padding-top: 54.5%;
}

	/* SLIDER CONTROLS */
	.slick-slider .slick-dots li button::before{
		 background-color: rgba(255,255,255,0.6);
		-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	}
	
	.slick-slider .slick-dots li.slick-active button::before{
		background-color: #2339a5;
	}
	
	.slick-slider .slider_control{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	
	.slick-slider .slider_control.control_left{
		left: 2px;
	}
	
	.slick-slider .slider_control.control_right{
		right: 2px;
	}
	
		.slick-slider .slider_control::after{
			width: 16px;
			height: 16px;
			position: absolute;
			top: 7px;
			content: '';
			border-width: 0 2px 2px 0;
			border-style: solid;
			border-color: #FFF; 
			transform-origin: center center;
		}
	
		.slick-slider .slider_control.control_left::after{
			transform: rotate(135deg);
			left: 11px;
		}
	
		.slick-slider .slider_control.control_right::after{
			transform: rotate(-45deg);
			right: 11px;
		}
	
	.slick-slider .slider_control:hover{
		background-color: rgba(0,0,0,0.4);
	}
	
		.slick-slider .slider_control.control_left:hover::after{
			left: 10px;
		}
		
		.slick-slider .slider_control.control_right:hover::after{
			right: 10px;
		}
		
	/* SLIDE(R) OVERLAY */
	.slider-overlay-container{
		max-width: 1236px;
		padding: 0 24px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	
	.slider-overlay-txttab{
		display: table;
		width: 100%;
		height: 100%;	
	}
	
	.slider-overlay-txt{
		display: table-cell;
		vertical-align: middle;
		color: #FFF;
		font-weight: 300;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.65);
		line-height: 0.85;
		font-family: 'Lato', sans-serif;
		font-size: 42px;
		padding-top: 12%;
	}
	
	.slider-overlay-txt strong{
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		letter-spacing: -0.5px;
		font-size: 80px;
		text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
	}
	
	.slider-overlay-txt em{
		font-style: normal;
		display: inline-block;
		line-height: 1.1;
		padding-bottom: 1px;
	}
	
	.slider-overlay-txt .text-align-right{
		width: 50%;
    	float: right;
    	text-align: left;
	}
	
	.slider-overlay-txt .text-align-center{
		width: 75%;
	}
	
	.slider-overlay-txt hr{
		width: 75%;	
		background-image: url(/assets/images/diamonds-white.svg);
		background-size: unset;
	}
	
	.slider-overlay-txt hr::after,
	.slider-overlay-txt hr::before{
		display: none;	
	}

/* MAIN CONTENT */
.main-content{
	padding-top: 38px;	
}

.service-list{
	display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 12px !important;
    margin: 26px 0 26px 0;
    list-style: none;
}

.service-list li{
	display: table-cell;
    width: 1%;
    padding: 14px 10px 18px 10px;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    color: #888;
    position: relative;
}

.service-list li strong{
	display: block;
	color: #0f245b;
    font-weight: 600;
	letter-spacing: -0.5px;
}

.service-list li p{
	padding: 0;	
}

.service-list-main strong{
	font-size: 19px;
	padding: 6px 0;
}
.service-list li .service-list-main{
	font-size: 14px;
	color: #777;
	padding-top: 16px;
}

.service-list-sub strong{
	font-size: 15px;
	padding: 5px 0;
}

.service-list-sub{
	
}
.service-list-sub::after,
.service-list-sub::before {
	content: '';
	height: 5px;
	background-image: url('/assets/images/pattern-dash.svg');
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	left: 8px;
	right: 8px;
}

.service-list-sub::before{
	top: 0;	
}
.service-list-sub::after{
	bottom: 0;	
}

.service-icon{
	width: 100%;
	height: 65px;
	display: block;
}

.service-icon img{
    max-height: 100% !important;
    vertical-align: top;
}

.client-list{
	list-style: none;
	text-align: center;
}

	.client-wide .client-list{
		padding: 16px 0 0 0 !important;
		margin: 0 -16px;
	}
	.client-small .client-list{
		padding: 0 !important;
    	margin: -6px 0 0 0;
	}

.client-list li{
	display: inline-block;
	vertical-align: middle;
}

.client-wide li{
	width: 24%;
}

.client-small li{
	width: 48%;
	margin-bottom: -6px;
}

.client-wide .client-logo{
	padding: 6px 16px;
}

.client-small .client-logo{
	padding: 0px 48px 0px 0px;
}

.client-logo img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.45;
	-webkit-transition: all .35s .0s ease-out;
    -moz-transition: all .35s .0s ease-out;
    -o-transition: all .35s .0s ease-out;
    transition: all .35s .0s ease-out;
}
.client-logo:hover img{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
	opacity: 1;
	 -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

/*.col-R a[rel='meer']{
	margin-left: 27%;
}*/


/* ADVOCATEN */
.advocaten-list{
	list-style: none;
	padding: 32px 0 0 0 !important;
	margin: 0 -18px;
}

.advocaten-list li{
	width: 33.333%;
	float: left;
	padding: 18px;
}

.advocaten-list li .advocaat{
	background-color: #FFF;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	/*-webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.2));*/
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}

a.nova-link{
	position: absolute;
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 113px;
	display: inline-block;	
}
.advocaat .advocaat-foto{
	position: relative;
	padding-top: 90%;
	overflow: hidden;
}

	.advocaat .advocaat-foto img{
		display: block;
		position: absolute;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		-webkit-transition: all .35s .0s ease-out;
		-moz-transition: all .35s .0s ease-out;
		-o-transition: all .35s .0s ease-out;
		transition: all .35s .0s ease-out;
	}

.advocaat .advocaat-foto:hover img{
	 -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}	
	

.advocaat .advocaat-details-container{
	display: table;
	width: 100%;
	height: 104px;
	position: relative;
}


.advocaat .advocaat-details{
	display: table-cell;
	vertical-align: middle;
	padding: 0 12px;
    text-align: center;
}

	.advocaat-details strong{
		display: block;
		color: #111e5f;
		font-size: 16px;
	}
	
	.advocaat-details em{
		display: block;
		font-style: normal;
		color: #999;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	
	.advocaat-details span.advocaat-contact{
		display: block;
		text-align: center;
		margin-top: -2px;
		padding-right: 2px;
	}
	
	.advocaat-details span.advocaat-contact a{
		width: 20px;
		height: 20px;
		display: inline-block;
		color: #757575;
		font-size: 14px;
		margin: 3px 0 1px 0;
		text-align: center;
		line-height: 20px;
	}
	
	.advocaat-details span.advocaat-contact a:hover{
		color: #2339a5;
	}

/* FOOTER */
footer{
	position: relative;
	border-width: 0.5px 0 0 0;
    border-style: solid;
    border-color: #EEE;
	font-size: 13px;
}

footer a{
	display: inline-block;
	text-decoration: none;
	color: #BBB;
	vertical-align: middle;
}

footer a:hover{
	color: #3755a9;	
}

	footer a .fa, 
	footer a .fab,
	footer a .fas{
		font-size: 19px;
		margin-right: 8px;
	}

	footer .text-align-right a{
		margin-left: 8px;
		letter-spacing: -0.2px;
	}

/* FORM */
.webform-submission-form{
	margin-top: 14px;
}

.captcha{
	position: absolute;
	margin-top: 10px;
	margin-left: 2px;
}

.form-item{
    padding: 7px 2px;
    overflow: hidden;
}
.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="password"],
.form-item input[type="tel"],
.form-item textarea{
	border: 1px solid #DDDDDD;
    padding: 10px;
    width: 100%;
    background-color: #FFFFFF;
    outline: none !important;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
	border-radius: 4px;
}

.form-item textarea{
	resize: none;	
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:hover{
  border: 1px solid #DDDDDD;
  -webkit-text-fill-color: #111111;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}

 
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
    border-color: #2339a5;
}

.form-item label {
    display: block;
    padding: 2px 0px;
    color: #777;
    font-weight: 600;
    letter-spacing: -0.2px;
    font-size: 15px;
}

.form-item .description{
	color: #BBB;
    font-size: 12px;
}

.form-actions {
    text-align: center;
    padding-top: 32px;
}

.form-table{
	display: table;
	table-layout: fixed;
	width: 100%;	
}

.form-table .form-item{
	display: table-cell;
	width: 1%;	
}


/* SCROLL NAV */
.scroll-nav{
	width: 100%;
	height: 0;
	position: fixed;
	bottom: 0;	
	z-index: 150;
}

	.scroll-up{
		display: block;
		opacity: 0;
		width: 40px;
		height: 40px;
		float: right;
		position: relative;
		bottom: 80px;
		background-color: #10206b;
		color: #FFF;
		text-decoration: none;
		text-align: center;
		-webkit-filter: drop-shadow(2px 1px 3px rgba(0, 0, 0, 0.4));
		filter: drop-shadow(2px 1px 3px rgba(0, 0, 0, 0.4));
		-webkit-transition: all 0.2s .0s linear;
		-moz-transition: all 0.2s .0s linear;
		-o-transition: all 0.2s .0s linear;
		transition: all 0.2s .0s linear;
	}

	.scrollex .scroll-up{
		opacity: 1;	
	}

	.scroll-up::after{
		width: 10px;
		height: 10px;
		content: '';
		position: absolute;
		border-width: 1px 0 0 1px;
		border-style: solid;
		border-color: #FFF;	
		transform: rotate(45deg);
		left: 50%;
		top: 50%;
		margin-left: -5px;
		margin-top: -3px;
	}
	
	.scroll-up:hover{
		background-color: #2339a5;		
	}
	

/* MAIN MENU NAV */	
.main-overlay{
	background-color: rgba(76, 88, 121, 0.8);
	position: fixed;
	width: 0%;
	height: 0%;
	top: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}


#page.menu-active .main-overlay{
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 250;
}

	.main-menu{
		width: 264px;
		background-color: rgba(255,255,255,0.94);
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 300;
		padding: 0px 20px;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
		margin-right: -270px;
		-webkit-transition: margin .3s ease-in-out;
		-moz-transition: margin .3s ease-in-out;
		-o-transition: margin .3s ease-in-out;
		-ms-transition: margin .3s ease-in-out;
		transition: margin .3s ease-in-out;
	}
	
	
	#page.menu-active .main-menu{
		z-index: 300;
		margin-right: 0;
	}

	.main-menu::after{
		width: 0;
    	height: 0;
    	position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		border-width: 0 0 35px 264px;
    	border-color: transparent transparent #EEEEEE transparent;
    	border-style: solid;
		opacity: 0.9;
	}
	
		.main-menu .menu-close{
			background-image: url('/assets/images/slope-blue.svg');
			background-repeat: no-repeat;
			background-size: contain;
			background-position: 0px 0px;
			position: absolute;
			width: 28px;
			height: 32px;
			top: 0px;
			right: 14px;
			display: block;
			text-align: center;
			font-weight: 600;
			font-size: 14px;
			color: #FFF;
			cursor: pointer;
			padding-top: 4px;
		}
	
	.main-menu nav ul{
		list-style: none;
		padding: 82px 0 0 0;
		margin: 0;	
	}
	
	.main-menu nav ul li{
		padding: 0;
		margin: 0;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #EEE;
	}
	
	.main-menu nav ul li:last-child{
		border-width: 0;
	}
	
	.main-menu nav ul li a{
		display: block;
		padding: 6px 4px 7px 4px;	
		text-align: center;
		font-size: 17px;
		color: #777;
	}
	
	.main-menu nav ul li a{
		
	}
	
	.main-menu nav ul li a:hover{
		background-color: #F9F9F9;
		color: #10206b;
	}
	
	.main-menu nav ul li a.is-active{
		color: #10206b;
	}
footer .is-active{
	color: #10206b;
}

.column_content a strong,
.column_content strong a{
	text-decoration: underline;
    color: #0071b8;
}

/* 2404 */
.advocaten-endrow{	
	padding: 18px 0 20px 0;
	margin: 20px auto 10px auto;
}
.advocaten-endcol.endcol--img{
	display: flex;
	justify-content: center;
	padding: 1px 0;	
}
	.advocaten-endcol.endcol--img img{
		width: 44%;
		height: auto;
		display: inline-block;
		border-radius: 50%;
		aspect-ratio: 1;
	}
.advocaten-endcol.endcol--txt{
	text-align: center;
	padding: 1px 0;
}
	.advocaten-endcol.endcol--txt h3{
		color: #111e5f;
		font-size: 21px;
		line-height: 1.15;
	}
@media screen and (min-width: 750px) {
	.advocaten-endrow{
		display: flex;
		max-width: 900px;
		flex-wrap: wrap;
    	align-items: center;
		column-gap: 40px;
		padding-left: 32px;
		padding-right: 32px;
	}
	.advocaten-endcol.endcol--img{
		flex: 0.8;
	}
		.advocaten-endcol.endcol--img img{
			width: 100%;
		}
	.advocaten-endcol.endcol--txt{
		flex: 2;
		text-align: left;
	}
		.advocaten-endcol.endcol--txt h3{
			font-size: 23px;
		}
}

/* ADMIN */
div[role="contentinfo"]{
	background-color: rgba(41, 55, 117, 0.92);
	color: #FFF;
	font-size: 16px;
	z-index: 500;
}
	/* #293775 */
	
	
@media screen and (max-width : 1282px) {
/* ////// CONTAINER ////// */
	.thm-bg-7{
		background-image: url('/assets/images/1440/background_pand.jpg');
	}
	
	.thm-pdd-3 .columns, 
	.thm-pdd-3.columns{
		padding-left: 8%;
    	padding-right: 8%;
	}
	
	/* HEADER */
	.content-keeper .header-logo{
		width: 148px;
		top: -2px;
	}
	
	.scroll .content-keeper .header-logo{
		margin-top: -70px;	
	}
	
	/* SLIDER */
	.slider-overlay-txt{
		font-size: 38px; /* 42 */
	}
	
	.slider-overlay-txt strong{
		font-size: 76px; /* 80 */
	}
	
	/* FOOTER */
	
}


@media screen and (max-width : 1024px) {
/* ////// IPAD LANDSCAPE ////// */
	
	.thm-pdd-3 .columns, 
	.thm-pdd-3.columns{
		padding-left: 6%;
    	padding-right: 6%;
	}
	
	
	/* HEADER */
	.content-keeper .header-logo{
		width: 138px; 
		top: -3px;
	}
	.scroll .content-keeper .header-logo{
		margin-top: -68px;	
	}
	/* SLIDER */
	.slider-overlay-txt{
		font-size: 34px; /* 42 > 38 */
	}
	
	.slider-overlay-txt strong{
		font-size: 72px; /* 80 > 76 */
	}
	/* FOOTER */
	
}


@media screen and (max-width : 940px) {
/* ////// IPAD PORTRAIT ////// */
	.thm-bg-7{
		background-image: url('/assets/images/1024/background_pand.jpg');
	}
	
	/* HEADER */
	.content-keeper .header-logo{
		width: 128px; 
		top: -4px;
	}
	.scroll .content-keeper .header-logo{
		margin-top: -66px;	
	}
	/* SLIDER */
	.main-slider{
		margin-bottom: 16px;
	}
	.slider-overlay-txt{
		font-size: 30px; /* 42 > 38 > 34 */
	}
	
	.slider-overlay-txt strong{
		font-size: 62px; /* 80 > 76 > 72 */
	}
	
	.captcha{
		position: relative;	
		margin-left: 0px;
		text-align: center;
	}
	
	.g-recaptcha{
		display: inline-block;	
	}
	/* FOOTER */

}

@media screen and (max-width : 840px) {
/* ////// PHONE LANDSCAPE ////// */
	
	.thm-bg-7{
		background-image: url('/assets/images/840/background_pand.jpg');
		-webkit-background-size: 120%;
		-moz-background-size: 120%;
		-o-background-size: 120%;
		background-size: 120%;
	}
	.thm-bg-6 .columns, .thm-bg-7 .columns {
		margin-top: 2vw;
	}
	
	/* MAIN */
	.thm-pdd-3 .columns, 
	.thm-pdd-3.columns{
		padding-left: 8%; /* 10 */
		padding-right: 8%;
	}
	.thm-pdd-4 .columns, 
	.thm-pdd-4.columns{
		padding-left: 2%; /* 6.5 */
		padding-right: 2%;
	}
	h2 {
		font-size: 26px; /* 28 */
	}
	h3 {
		font-size: 25px; /* 26 */
	}
	hr::before, hr::after{
		width: 21%;
	}
	
	/* HEADER */
	.content-keeper .header-logo{
		width: 118px; 
		top: -5px;
	}
	.scroll .content-keeper .header-logo{
		margin-top: -60px;	
	}
	/* SLIDER */
	.slider-overlay-txt{
		font-size: 34px; /* 42 > 38 > 34 > 34 */
	}
	.slider-overlay-txt strong{
		font-size: 52px; /* 80 > 76 > 72 > 62 */
	}
	/* CONTENT */
	.column_content blockquote{
		margin: 21px 0 16px 0; /*  21px 5% 16px 5% */
	}
	
	.serv-sub ul{
		
	}
	.serv-sub ul li{
		display: inline-block;
		width: 33.333%;
		vertical-align: top;
		margin-bottom: 32px;
	}
	.service-list-main strong{
		font-size: 17px;	
	}
	.service-list-sub strong {
		font-size: 14px;
	}
	
	.client-logo{
		padding: 5px 10px; /* 6 16 */
	}
	.client-small .client-list{
		margin: -6px 0 0 0;
	}
	.client-small li{
		margin-bottom: 0;	
	}
	.client-small .client-logo{
		padding: 0 10px;
	}

	.advocaten-list li{
		padding: 14px;
	}
	.advocaat-details strong{
		font-size: 14px;
		line-height: 16px;
	}
	
	a.nova-link{
		width: 50px; /* 60 */
    	height: 50px;	
	}
	
	
	/* FOOTER */
	footer{
		font-size: 12px;
	}
	
}

@media screen and (max-width : 590px) {
/* ////// PHONE PORTRAIT ////// */
	/* MAIN */
	.thm-bg-7{
		background-position: center 118%;
		-webkit-background-size: 128%;
		-moz-background-size: 128%;
		-o-background-size: 128%;
		background-size: 128%;
	}
	.thm-bg-6 .columns, .thm-bg-7 .columns {
		margin-top: 1vw;
	}
	
	.thm-pdd-1 .columns{
		padding-top: 42px;
	}
	
	.thm-pdd-2 .columns{
		padding-bottom: 42px;
	}
	.thm-pdd-3 .columns, 
	.thm-pdd-3.columns{
		padding-left: 3%; /* 10 > 8 */
		padding-right: 3%;
	}
	.thm-pdd-4 .columns,
	.thm-pdd-4.columns{
		padding-left: 1%; /* 6.5 > 2 */
		padding-right: 1%;
	}
	.column.w1-2{
		width: 100%;	
	}
	
	.section-2-column.thm-pdd-3 .col-L .column_content{
		display: block;	
	}
	
	h1 {
		font-size: 28px; /* 32 */
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 23px; /* 26 > 25 */
	}
	hr::before, hr::after{
		width: 28%;
	}
	
	/* HEADER */
	.content-keeper .header-logo{
		width: 98px; 
		top: -6px;
	}
	.scroll .content-keeper .header-logo{
		margin-top: -40px;	
	}
	/* SLIDER */
	.slider-container.slck-hd-2 .slider .slide .slide-content{
		padding-top: 90%; /* 52 */
	}
	.slider-overlay-txt{
		font-size: 32px; /* 42 > 38 > 34 > 34 > 32 */
		padding-top: 28%; /* 12 */
	}
	.slider-overlay-txt strong{
		font-size: 40px; /* 80 > 76 > 72 > 62 > 50 */
	}
	.slider-overlay-txt .text-align-center {
		width: 85%; /* 75 */
	}
	/* CONTENT */
	.service-list-container.serv-main{
		margin: 0 0 0 -16px;	
	}
	.serv-main ul{
		
	}
	.serv-main ul li{
		display: inline-block;
		width: 50%;
		vertical-align: top;
		margin-bottom: 16px;
	}
	.serv-sub ul{
		
	}
	.serv-sub ul li{
		width: 100%;
		margin-bottom: 32px;
	}
	.client-wide li {
		width: 48%;
	}
	
	.advocaten-list li{
		padding: 9px;
		width: 50%;
	}
	.advocaat-details strong{
		font-size: 13px;
		line-height: 16px;
	}
	.advocaat-details em{
		font-size: 11px;
	}
	.advocaat-details span.advocaat-contact a{
		font-size: 12px;
		width: 18px;
    	height: 18px;
		line-height: 18px;
	}
	
	a.nova-link{
		width: 44px; /* 60 > 50 */
    	height: 44px;
		right: 8px; /* 10 */
    	bottom: 111px;	/* 113 */
	}
	
	.form-table{
		display: block;	
	}
	
	.form-table .form-item{
		display: block;
		width: 100%;	
	}
	
	/* FOOTER */
	footer{
		font-size: 11px;
		line-height: 12px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	footer p{
		padding: 5px 0px; 	
	}
	footer a{
		margin-left: 3px !important;
		margin-right: 3px !important;
	}
	footer a .fa, footer a .fab{
		font-size: 17px;
	}
	
	footer .column.w1-4,
	footer .column.w3-4{
		width: 100%;
	}
	
	footer .text-align-right,
	footer{
		text-align: center;
	}
	
}