/* ---  @FONT-FACE --- */

@font-face {
  font-family: 'Bureau';
  src: url('Bureau-Light.woff2') format('woff2'),
       url('Bureau-Light.woff') format('woff');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Bureau';
  src: url('Bureau-Medium.woff2') format('woff2'),
       url('Bureau-Medium.woff') format('woff');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Bureau';
  src: url('Bureau-MediumItalic.woff2') format('woff2'),
       url('Bureau-MediumItalic.woff') format('woff');
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: 'Bureau';
  src: url('Bureau-Bold.woff2') format('woff2'),
       url('Bureau-Bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'JeanLuc';
  src: url('JeanLuc.woff2') format('woff2'),
       url('JeanLuc.woff') format('woff');
  font-style: normal;
  font-weight: 500;
}

/* --- Framework ---*/
main {
  padding-bottom: 4em;
}
.wrapper {
	background: #000;	
	position: relative;
	padding: 2em 8%;
	z-index: 8;
	overflow: hidden
}
.news_wrapper {
	position: relative;
	padding: 2em 0;
	z-index: 8;
	overflow: hidden;
}
main.subpage .wrapper {
	background: #F8F6F2 !important;

}
body main.subpage, html main.subpage {
	background: #F8F6F2 !important;
	box-shadow: 0px 300px 0px #F8F6F2, 0px 600px 0px #F8F6F2;
}
body, html {
  top:0;
  margin:0px;
  padding:0px;
  height: 100vh;
  background: #000;
  text-align: center;
}
.pagetop {
  position:relative;
  width:100%;
}
.header {
  /* Full height */
  height: 100%; 
  /* Center and scale the image nicely */
  /*  background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;	
  background-attachment: fixed;
  background-position: center 40px; 
}

.lawyers_front {
	float: left;
	width: 50%;
	margin: 0 auto;
	padding-bottom: 4em;
	margin-bottom: 6em;
	border-bottom: solid 2px white;
}

.lawyers_front:last-child:nth-child(odd) {
	width: 50%;
	margin: 0 25%;
	border-bottom: 0;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

.half {
  position:relative;
  width: 50%;
}

.half-small {
	width: 60%;
	margin: 0 20%;
}
.third {
  width: 33.333%;
}
.quarter {
  width: 25%;
}
.krant {
  width: 100%;
  margin: 0;
}
.krant .newsitem .twocolumns {
  columns: 2;
  margin-bottom: 1em;
}
.item-link {
  margin-top: 1em;
  text-decoration: underline;
}
.left {
  position: relative;
  float: left;
}
.right {
  position: relative;
  float: right;
}
.center {
  position: relative;
  text-align: center;
  padding-top: 2em;
  margin: 20px auto;
  float: inherit;
}
.infocol {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.infocol span {
    display: table-cell;
    text-align: center;
}
.col {
	display: flex;
}
.col_quarter {
	display: flex;
}
.col_news {
	width: 985px;
	margin: 0 auto;
}
.krant {
	float: left;
}

.distance {
	height: 5em;
	clear: both;
	width: 100%;
}
#info {
	background: #000;
}

/* --- Grid & Layouts ---*/

.grid {
  --columns: 12;
  --gutter: 2rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(12, 1fr);
}

.grid > .column {
  margin-bottom: var(--gutter);
  grid-column: span var(--columns);
}
.home .column {
  margin-bottom: .5em;
}
.default .column {
  margin-bottom: .2em;
}
.autogrid {
  --gutter: 2rem;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}

.grid figure {
	margin: .5em auto;
}

blockquote {
	font-style: italic;
	text-align: left;
	font-size: 1.6em;
	line-height: 1.4em;
}
blockquote footer {
	font-size: 1rem;
	line-height: 2em;
}
.subpage .twocolumns p {
	font-weight: 500;
}
.twocolumns p {
	padding-bottom: .5em;
}
.subpage .twocolumns h4 {
	font-weight: 700;
	line-height: 1.1em;
}
/* --- Logo ---*/
.logo {
	position: absolute;
	left:8%;
	top: 40%;
	z-index: 5;
}
.logo img {
	max-width:280px;
	height:auto;
	max-height:200px;
}

/* --- Images ---*/
.subpage .boxes
header img {
  position: fixed;
}
img {
  max-width:100%;
  height: auto;
}
.portrait {
  padding: 0 20%;
}

.full-screen-img {
	position:relative;
	height:70vh;
	width:100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 26px;
	background-size: cover;
	overflow:hidden;
	z-index: 6;
}
.full-screen-img img {
	width:100%;
	height:auto;
	z-index: 6;
}
.full-screen-img img {
  position: fixed;
  
}
figcaption {

}
/* --- Header ---*/

.ondertitel {
	position: relative;
	top: 70%;
	left:9.5%;
	max-width: 320px;
	font-size: 2.5em;
	text-align:left;
	z-index: 5;
}
tts {
	position: fixed;
	top: .5em;
	left: 1em;
	z-index: 11;
	font-size: 1.7em;
	font-weight: 300;
	font-variant-numeric: proportional-nums;
	-moz-font-feature-settings: "pnum";
	-webkit-font-feature-settings: "pnum";
	font-feature-settings: "pnum";
}
tts p {
	margin-block-start: 0;
	margin-block-end: 0;
}
.vacature {
	position: fixed;
	top: 85%;
	width: 260px;
	left: 50%;
	margin-left: -145px;
	padding: 0.5em;
	background: #000;;
	border: 2px solid #EEE;
	font-weight: bold;
	font-size: 1.44em;
	text-transform: uppercase;
}
.claim {
	position: fixed;
	top: 85%;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	font-weight: bold;
	font-size: 1.6em;
}
.slogan {
	position: fixed;
	top: 100px;
	right: 8vw;
	font-size: 3vw;
	line-height: 1em;
	text-align: left;
	text-shadow: 0px 0px 10px black, 0px 0px 13px black, 0px 0px 15px black;
	font-weight: 500;
}
/* --- Icons--- */
.sm_icns {
	z-index:15;
	position:relative;
	display:inline-block;
	cursor:pointer;
	margin-bottom: .5em;
}
.sm_name p {
	margin-bottom: 0em;
}
.icon {
	width:30px;
	height:24px;
	float:right;
	position:relative;
	cursor:pointer;
	color: #EEEEDF;
}

/* --- Colors for Subpage--- */

.subpage .tasks {
	max-width: 500px;
	margin: 0 auto;
}
.subpage .portrait img {
	max-width: 400px;
	width: 100%;
}
.subpage .icon {
	color: #000;
}
.icon svg {
	fill: #EEEEDF;
}
.subpage .icon svg {
	fill: #000;
}
.subpage h1, .subpage h2, .subpage h3, .subpage h4 {
	color: #000;
}
.subpage h1 {
	border-bottom: solid 3px #000;
}
.subpage h2 {
	font-weight: 500;
}
.subpage .position,
.subpage .email,
.subpage .phone {
	font-size: 1.2em;
	color: #000;
	margin-top: -1em;
	margin-bottom: 1em;
}
.subpage .phone {
	margin-top: -.6em;
}
.subpage h3 {
	font-weight: 500;
	font-size: 1.4em;
}
.subpage a {
	color: #000;
}
.subpage a .videosource {
	color: #EEEEDF !important;
}
.subpage .videosource a {
	color: #EEEEDF !important;
}
.subpage .text {
	padding: 0;
	background: inherit;
	color: #000;
}
.subpage hr {
	background-color: #000;
}
.subpage .text-page,
.subpage .newsitem {
	padding:0;
	color: #000;
	background-color: inherit;
}
.text-page ul li p {
  font-size: 1em;
}
.text-page ul li a {
  font-weight: 500;
}
.text-page ul li p strong {
  font-weight: 500;
}
.text-page ul li p strong::before {
	content: "• ";
	font-weight: 300;
	font-size: .8em;
}
.subpage .newsitem  {
	background-color: #DDD;
	padding: 1.2em;
	padding-top: 3.6em;
}
.newsitem .cover {
	min-width: 100% !important;
}
.newsitem .cover img,
.frontcover img  {
	width: 100%;
	height: auto;
	filter: brightness(115%) contrast(130%) grayscale(100%);
}
.frontcover {
	bottom: 0px;
	vertical-align: bottom;
}
.subpage .newsitem .link {
	color: #000;
	float: inherit;
	text-align: center;
	text-decoration: none;
	font-family: JeanLuc, Impact, sans-serif;
	font-size: 2.4em;
	margin:0;
	margin-top: -1.3em;
}
.subpage .newsitem hr {
	margin: .3em auto;
	height: 2.3px;
}
.subpage .date {
	float: none;
	position: relative;
	text-align: center;
	width: 82px;
	left: calc(50% - 3.2em);
	padding: 0 5px;
	margin-top:-.8em;
	background: #DDD;
	text-align: center;
	clear: both;
}
.linkurl {
	position: absolute;
	padding: 0 5px;
	margin-top: -1em;
	background: #DDD;
	cursor: pointer;
  text-align: right;
  color: #555;
}
.linkurl a {
	padding-bottom: 1px;
	border-bottom: solid 1.5px black;
	color: #000;
}
.linkurl a:hover {
	border-bottom: none;
}
.subpage .newsitem h4 {
	margin-top: 1em;
	margin-bottom: .5em;
	font-size: 1.6em;
	text-transform: inherit;
}
.subpage .newsitem p {
	margin-top: .5em;
	line-height: 1.3em;
}

.subpage p a {
	color: #000;
	font-weight: 500;
}
.link-n-date {
	margin-right: auto;
	clear: right;
	height: 1em;
}
.subpage .link a {
	color:#000;
}
/* --- Navigation ---*/

.topnav {
  float:right;
  height:50px;
  margin-right:5px;
}
.navigation {
  z-index: 10;
  overflow: hidden;
  background-color: #000;
  position:fixed;
  width: 100%;
  height:50px;
}

.topnav a {
  float: left;
  display: block;
  color: #EEEEDF;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 0px 0 0px;
  margin: 0 10px 0 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

.topnav a:hover {
  border-bottom: solid 1px #EEEEDF;
  overflow: visible;
}

.active {
  color: #EEEEDF;
}

.topnav .icon {
  display: none;
}


/* --- Typography ---*/

html, body {
  color: #EEEEDF;
  font-family: Bureau, sans-serif;
  font-size: 14px;
}
p {
  font-weight: 300;
  font-size: 1em;
  font-variant-numeric: proportional-nums;
  -moz-font-feature-settings: "pnum";
  -webkit-font-feature-settings: "pnum";
  font-feature-settings: "pnum";
}
strong {
	font-weight: 500;
}
a { 
  color: #EEEEDF;
  text-decoration:none;
}
a:visited {
	colo.r: #EEEEDF;
}
a:hover {
  text-decoration:none;
}
.title-wrapper {
	position:relative;
	width:100%;
	margin-bottom:2em;
}
ul, ol {
	text-align: left;
	font-size: 1.2em;
	font-weight: 300;
	padding-left:1.3em;
	
}

ul {
	margin-top: -.5em;
}
li {
	font-weight: 500;
	margin-bottom: .5em;
	margin-right: 2em;
}
li:last-child {
	margin-bottom: 1.5em;
}

h1 {
	font-family: JeanLuc, Impact, sans-serif;
	font-weight: normal;
	font-size:2.7em;
	display: inline-block;
	margin: 2em auto;
	text-align:center;
	border-bottom: solid 3px #EEEEDF;
	clear:both;
}
h2 {
	font-weight:300;
	font-style: normal;
	color: #EEEEDF;
	text-align:center;
	margin: 1em 0;
	text-transform: uppercase;
	font-size: 1.6em;
}
.position, .email, .phone {
	font-size: 1.2em;
	margin-top: -1em;
	margin-bottom: 1em;
}
.phone {
	margin-top: -.6em;
}
h3 {
	font-weight:300;
	font-style: normal;
	color: #EEEEDF;
	text-align:center;
	margin: 1em 0;
	text-transform: uppercase;
	font-size: 1.3em;
}
h4 {
	font-weight:300;
	font-style: normal;
	color: #EEEEDF;
	text-align:left;
	text-transform: uppercase;
	font-size: 1.2em;
}
.videos h4 {
	font-weight: 300;
	text-align: center;
	text-transform: none;
	font-size: 1.3em;
	width: 100%;
	background: #333;
	padding: 0.5em 0;
	margin: 0 auto;
}
.news h4 {
	margin-block-start: .5em;
	margin-block-end: .33em;
	margin-bottom: .33;
	font-weight: 500;
	line-height: 1em;
}



/* --- NEWS BUTTON ---*/
.newsbutton {
	position: fixed;
	right: 10vw;
	bottom: 10vh;
	padding: .5em;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(221,221,221,1) 20%, rgba(221,221,221,1) 100%);
	transform: rotate(-10deg);
	font-family: JeanLuc, Impact, sans-serif;
	font-size: 2em;
	color: #000;
}
.newsbutton hr {
    margin: .2em 0;
    background: black;
}
.news-button-title {
	margin-right: 2em;
}

/* --- TV NEWS BUTTON ---*/
.tvbutton {
	position: fixed;
	right: 10vw;
	bottom: 10vh;
	padding: .5em;
	background: linear-gradient(0deg, rgba(160,160,160,1) 0%, rgba(221,221,221,1) 60%, rgba(221,221,221,1) 100%);
	transform: rotate(-4deg);
	font-family: JeanLuc, Impact, sans-serif;
	font-size: 2.5em;
	color: #000;
	border:solid black 4px;
	border-radius: .5em;
	-webkit-box-shadow: inset 0 0 20px rgba(60,60,60,.5);
	-moz-box-shadow: inset 0 0 20px rgba(60,60,60,.5);
	box-shadow: inset 0 0 20px rgba(60,60,60,.5);
	
}
a.next-posts, a.prev-posts {
	padding: .7em;
	color: #EEEEDF;
	background: #333;
	margin: .3em;
}
.tvbutton hr {
    margin: .12em .8em;
    background: black;
}
.tvbutton hr.short {
    margin: .12em 1em;
    background: black;
}
.tvbutton hr.shorter {
    margin: .12em 1.5em;
    background: black;
}
.tv-button-title {
	margin: 0 .2em;
	text-align: center;
}

.news .link,
.news .date {
	float: left;
	font-size: .75em;
	text-decoration:none;
	font-weight: 300;
}
.news .link {
	padding-right: .6em;
}
.news p {
	padding-top: .7em;
}
.newsitem {
	background: #333;
	padding: .7em;
	margin-bottom: 1.5em;
}
.newsitem p {
	margin-bottom: 0;
	font-weight: 300;
}
.newsitem h4 {
	font-weight: 500;
	font-size: 1.8em;
	padding-bottom:0;
	margin-top: 0;
	margin-bottom:.2em;
	line-height:1em;
}
.newsitem .link,
.newsitem .date {
	text-align: left;
	float: left;
	margin-right: .6em;
	font-size: 1em;
}
.newsitem hr {
	margin-top: 2.3em;
}
.newsitem .link {
	padding: .3em 0;
	line-height: .8em;
}

.impressum {
	text-align:left;
	padding: 100px 10%;
	margin: 0 auto;
	max-width:900px;
	line-height:1.5em;
}
.impressum h2 {
	margin-top:2em;
}
.address {
	width: 220px;
    margin: 0 auto;
}
.address p {
	font-weight: 300;
	font-size: 1.2em;
}
.address a:hover {
	border-bottom: 0px;
}
uc {
	text-transform: uppercase;
}
.task, .box {
	text-align: left;
	padding: 4px 8px;
	margin: 3px 0;
	background: #333;
	font-weight: 300;
	font-style: normal;
}
.task {
	font-size: 1.2em;
}
.task p, .box p {
	margin:0;
}
.boxes {
	max-width: 520px;
	margin: 0 auto;
}
.text-page .box p {
	color: #EEEEDF;
	line-height:1.1em;
	padding: 4px 0px;
}
.tasks {
	margin-bottom: 2em;
}
.text {
	margin-top: 1em;
	text-align: left;
	background: #333;
	padding: 1em;
}
.text p {
	line-height: 1.5em;
	font-weight: 300;
	font-size: 1.2em;
}
.text ul li p {
	font-weight: 300;
  line-height: 1.5em;
  font-size: 1em;
}
.text p:first-child {
	margin-top:0;
}
.text strong {
	font-weight: 500;
}
.text-black {
	margin-top: 1em;
	padding: 1em;
	background: #222;
	column-count: 2;
	column-gap: 40px;
	margin-bottom: 1em;
}
.text-black p {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
}
.text-black h2 {
	margin-top: 0px;
	padding-top: 0px;
	text-transform: initial;
	font-weight: 500;
	text-align: left;
}
.text-page {
	margin: 0 20% 5em 20%;
	background: #333;
	padding: 1em;
}
.news-page {
	margin: 0 auto 5em auto;
}
.text-page h4,
.text-page h3 {
	margin-top: 0;
}
.text-page h2 {
	margin-top: 1em;
	margin-bottom: 0em;
}
.news-page p,
.text-page p {
	line-height: 1.5em;
	text-align: left;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2em;
}
.news-page h2,
.text-page h2 {
	text-align: left;
	font-weight: 500;
	line-height: 1em;
}
p a {
	font-weight: 500;
}
hr {
  height: 3px;
  background-color: #EEEEDF;
  border: none;
  margin: 6em auto 3em auto;
}
.link {
  text-decoration: underline;
  text-underline-position: under;
  color: #EEEEDF;
  font-size: 1.3em;
}
.align-left {
  text-align:left;
}
.textfield {
	background: #333;
	padding: 2px 12px;
	margin: 0 5%;
	text-align: left;
	height:100%;
	font-size: 1.2em;
}
.videos {
	margin: 0 5%;
}
.third:first-child .textfield,
.third:first-child .videos,
.quarter:first-child .textfield {
	margin-left: 0;
}
.third:last-child .textfield,
.third:last-child .videos,
.quarter:last-child .textfield {
	margin-right: 0;
}
.third:nth-child(2) .videos {
	margin: 0 2.5%;
}

.textfield p {
	margin-block-start: 0px;
	margin-block-end: 1em;
	font-weight: 300;
	font-style: normal;
	line-height: 1.4em;
}
.textfield h3 {
	text-align: left;
	margin-top:0.3em;
	font-weight: 500;
}



/* --- Contact ---*/
.contact-form {
	margin: 0 15%;
}
span .alert .error {
	color: red;
}
body .alert .success {
	color: green;
}
.field {
	text-align: left;
}
input, textarea {
	width: 98%;
	background: #333;
	color: #EEEEDF;
	font-family: Bureau, sans-serif;
	font-weight:300;
	font-size: 1.2em;
	margin: .5em 0;
	border: 0;
	padding: 1%;
}
label {
	font-size: 1.2em;
}
textarea {
	height: 200px;
	padding: 1%;
}
input.submit {
    border: 0;
	background: #EEEEDF;
	color: #333;
	text-transform: uppercase;
	width: 150px;
	padding: .3em 0 .1em 0;
	float:left;
	font-weight: 500;
}
.honeypot {
    position: absolute;
    left: -9999px;
}
.blocks hr {
	background-color: #DDD;
}

/* --- Pagination & Arrows ---*/

.arrows {
  position: relative;
	width: 370px;
	margin: 0 auto -1.2em;
}
.arrows .prev {
	left: 0px;
	padding: .5em;
	margin-right: 3em;
}
.arrows .next {
	right: 0px;
	padding: .5em;
	margin-left: 3em;
}
.arrows a {
	border-bottom: 0;
	cursor: pointer;
}
.is-inactive {
	display: collapse;
	margin-right: 3em;
}
.home {
	position: relative;
	z-index: 10;
}
a.home {
	text-decoration: underline;
}
/* --- Footer ---*/

.footer {
	margin-top:5vw;
	height:150px;
}
.credits {
	bottom:8px;
	right:10px;
}
/* --- Radio --- */

.radiobox {
	background-color: #DDD;
}
.radiobox .radiosource {
	background-color: #444;
	padding: .7em;
	text-align: left;
	color: #EEEEDF;
}
.radiobox p {
	margin:0;
	padding: 0 .7em .7em .7em;
}
.radiosource .station {
	font-family: JeanLuc, Impact, sans-serif;
	font-size: 1.4em;
}
.radiosource .station:before {
	content: "► ";
}
.radiotitle {
	padding: .7em;
	text-transform: uppercase;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.1em;
}
.radiobox img {
	width:100%;
	height: auto;
	margin-bottom: -5px;
}
.radiobox figure {
	height: 168px;
}
.radiobox p {
	line-height: 1.3em;
}
/* --- Videos --- */

.videobox, .radiobox {
	margin-bottom: 1.5em;
	overflow: hidden;
}
.videobox {
    min-height: 220px;
}
.subpage .videobox  {
	background-color: #444;
	padding: .7em;
}
.video, iframe {
	width: 100%;
	height: 258px;
	border: none;
	margin-top:1em;
	margin-bottom: 0;
}
.videobox iframe, 
.videobox video,
.videobox figure {
	width: 106.8%;
	margin-left: -3.45%;
	height: 168px;	
}
.video iframe {
	padding-bottom:0;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.videotitle {
	text-align: left;
	font-size: 1.2em;
	padding-bottom: .3em;
	color: #EEEEDF;
}
.videosource {
	padding-top: .4em;
	text-align: left;
	text-transform: uppercase;
}

/* --- Social --- */
.socialmedia {
	margin:5vw 10% 5vw 10%;
}

/* --- iOS Background fix --- */

@supports(-webkit-overflow-scrolling: touch) {
	.full-screen-img,
	.header {
		background-attachment: scroll;
	}
}

/* --- iPad --- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.full-screen-img,
	.header {
		background-attachment: scroll;
	}
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	.full-screen-img,
	.header {
		background-attachment: scroll;
	}
}

/* --- Responsive Navigation --- */

@media screen and (max-width: 880px) {
  .topnav a {display: none;}
  .topnav a {
	padding: 9px 16px 6px 16px;
  }
  .topnav a img {
	position:fixed;
}
  .topnav a.icon {
    float: right;
    display: block;
    right:0;
    margin-top:-4px;
  }
  .navigation {
	overflow: visible;
  }
  .topnav a:hover {
	border-bottom: 0;
   }
}

@media screen and (max-width: 880px) {
  .topnav.responsive {
	position: fixed;
	top:50px;
	width:100%;
	background:#000;
	margin:0;
	}
  .topnav.responsive .icon {
    position: fixed;
    right:0;
    top:0;
    margin-top:-5px;
    overflow: visible;
    background: #000;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    background:#000;
    margin:0;
	padding-left: 1.2em;
  }
  .topnav.responsive a {
    border-top: solid 1px #EEEEDF;
  }
  .topnav.responsive a:nth-last-child(2) {
    border-bottom: solid 1px #EEEEDF;
  }
}

/* --- Responsive --- */

@media only screen and (min-width : 320px) and (max-width : 560px) {
	body {-webkit-text-size-adjust: none;}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
	body {-webkit-text-size-adjust: none;}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { 
	body {-webkit-text-size-adjust: none;}
}



@media screen and (max-width: 1200px) {
  
	.videos h4 {
		font-size: 1em;
	}
	.header {
		height: 100vw;
		background-repeat: no-repeat;
		background-size: 120% auto;
		background-position: center top;
		background-attachment: fixed;
		background-position: center 40px; 
	}
	.logo {
		left:8%;
		top: 32vw;
	}
	.logo img {
		max-width: 30vw;
		height:auto;
		max-height:200px;
	}
	.ondertitel {
		top: 55vw;
		left:10.5%;
		max-width: 260px;
		font-size: 1.8em;
	}
	.text-page,
    .news-page {
	width: 660px;
	margin: 0 auto 5em auto;
   }
  .video, iframe {
	height: 360px;
  }
  .grid {
    --columns: 8;
    --gutter: 2rem;
    display: grid;
    grid-gap: var(--gutter);
    grid-template-columns: repeat(8, 1fr);
  }
    .grid > .column {
		margin-bottom: 0em;
	}
}

@media screen and (min-width: 1200px) {
  .subpage .newsitem {
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
  }
  div {
    column-gap: 2.2em;
  } 
}


@media screen and (max-width: 1070px) {
  .topnav a {
	font-size: 16px;
	line-height: 22px;
  }
}

@media screen and (max-width: 880px) {
  .topnav a {
	font-size: 18px;
  }	
}

@media screen and (max-width: 980px) {
  tts {
	font-size: 1.2em;
	line-height: 2em;
  }
  .wrapper {
	padding: 2em 3%;
  }
  .vacature .claim{
		top: 72%;
	}
  .newsbutton, .tvbutton {
		bottom: 45%;
	}
}


@media screen and (max-width: 900px) {
  .lyrics {
	width:100%;
  }
  h2 {
	  font-size: 1.2em;
  }
  .portrait {
     padding: 0 10%;
  }
  .quarter {
	width: 50%;
	margin-bottom: 2em;
  }
  .col_quarter {
	flex-wrap: wrap;
	flex-flow: row wrap;
  }
  .quarter:first-child .textfield {
	margin-left: 5%;
  }
  .quarter:last-child .textfield {
	margin-right: 5%;
  }
  .text-black {
		column-count: 1;
	}
	.text-black h2 {
		font-size: 1.5em;
	}
}
@media only screen and (max-width: 810px) and (max-width: 1080px) {
	.vacature, .claim {
		top: 60%;
	}
    .newsbutton, .tvbutton {
		bottom: 35%;
	}
}
@media screen and (max-width: 960px) {
  .full-screen-img {
    background-size: 130% auto;
  }	
}

@media screen and (max-width: 750px) {
  .topnav a {
	font-size: 16px;
	padding: 14px 7px;
  }
  	.header {
		background-size: 126% auto;
	}
  .logo {
    left:5%;
    top: 35vw;
  }
  .ondertitel {
    top: 60vw;
    left:8%;
    max-width: 30%;
	font-size: 1.4em;
  }
  section {
    padding: 0vw 4%;
  }
  .subpage section {
  	padding: 0em;
  	margin-bottom: 0em;
  }
  .slogan {
	  font-size: 4vw;
  }

  .lawyers_front, .half, .half-small {
	  width: 100%;
	  margin-left: 0%;
	  margin-right: 0%;
  }
  .lawyers_front:last-child:nth-child(odd) {
	  width: 100%;
	  margin: 0 0%; 
  }

  .portrait {
	padding: 0 20%;
  }
  .link .portrait {
	margin-bottom: 2em;
   }
  .col {
	display: inherit;
  }
  .lawyers_front, .half, .third, .quarter {
	width: 100%;
	margin-bottom: 2em;
  }
  .third:first-child .textfield,
  .third:first-child .videos,
  .quarter:first-child .textfield {
	margin-left: 5%;
  }
  .third:last-child .textfield,
  .third:last-child .videos,
  .quarter:last-child .textfield {
	margin-right: 5%;
  }
  .third:nth-child(2) .videos {
	margin: 0 5%;
  }
  .center {
    padding-top: 0em;
    margin: 0px auto;
  }
  .sm_icns {
	margin-bottom: 2em;
  }
  .text-page {
	width: 92%;
	margin: 0 4% 5em 4%;
  }
  .wrapper {
	padding: 1em 4%;
  }
  .videos h4 {
     font-size: 1.4em;
  }
  .news .quarter:nth-child(3n+1) {
	display: none;
  }
  .contact-form {
	margin: 0 0%;
  }
  .video, iframe {
	height: 47vw;
  }
  .vacature, .claim {
	top: 88vw;
	width: 200px;
	margin-left: -100px;
	font-size: 1.2em;
  }
  .newsbutton, .tvbutton {
	top: 85vw;
	bottom: inherit;
	font-size: 1.3em;
  }
  .full-screen-img {
    background-size: 120% auto;
  }
}
@media screen and (max-width: 680px) {
  .news-page {
	width: 100%;
	margin: 0 auto 5em auto;
   }
	.full-screen-img {
		margin-top: -4vh;
		margin-bottom: -30vh;
	}
}
@media screen and (max-width: 620px) {
		.grid {
		grid-template-columns: 1fr;
	}
	.krant .newsitem .twocolumns {
		columns: 1;
	}

}
@media screen and (max-width: 550px) {
	.portrait {
		padding: 0 10%;
	  }

	
}
@media screen and (max-width: 450px) {
	.infocol span {
	    display: block;
	    text-align: center;
	    margin: 1em auto;
	}
    .logo {
      top: 38vw;
    }
	.logo img {
		max-width: 36vw;
	}
	.ondertitel {
		top: 68vw;
		left: 8.5%;
	}
	.portraits {
		padding: 0 4%;
	}
	section {
		padding: 0;
	}
	.wrapper {
		padding: .5em 0%;
	}
	.vacature {
		top: 56%;
		width: 200px;
		margin-left: -100px;
		font-size: 1em;
	}
  .claim {
		top: 56%;
		width: 300px;
		margin-left: -150px;
    font-size: 1em;
	}
	.newsbutton, .tvbutton {
		bottom: 55%;
		font-size: 1em;
		right: 2.5vw;
	}
	.header {
		background-position: center 46px; 
	}
	.slogan {
	  top: 80px;
  }
}
@media screen and (max-width: 375px) {
	.newsbutton, .tvbutton {
		top: inherit;
		bottom: 58%;
	}
}

@media screen and (max-height: 460px) {
	.vacature, .claim {
		top: 82%;
	}
	.full-screen-img {
		background-position: center -26px; 
	}
}
@media screen and (max-height: 428px) {
	.logo {
	    left: 5%;
	    top: 43vh;
	}
	.logo img {
		max-width: 55vh;
	}
	.vacature, .claim {
		top: 75%;
		width: 180px;
		margin-left: -50px;
	}
	.ondertitel {
       top: 85vh;
       left: 8%;
       line-height: 1.1em;
	}
	.newsbutton, .tvbutton {
		bottom: 10%;
	}
	.topnav a {
	    padding: 12px 7px;
    }
}
@media screen and (max-height: 375px) {

	.newsbutton, .tvbutton {
		top: inherit;
		bottom: 10%;
	}

}