/*
Theme Name: vnm-24
Version: 1.0

donker blauw:	#043345
licht blauw:	#7addfa
pastel blauw:	#afe8f0
blauw blauw:	#00cff8
background:	#d9f7fc
wit blauw:	#fbfaf6
grijs:		#828279 (niet gebruikt denk ik)

*/

@import url(./fonts.css);

:root {
--darkblue:	  #043345;
--lightblue:  #7addfa;
--pastelblue: #afe8f0;
--blue:	      #00cff8;
--bgcolor:	  #d9f7fc;
--white-blue: #fbfaf6;
--gray:		  #828279;
}



.lf{
	float: left;
}
.rf {
	float: right;
}
#wrapper {
	overflow: hidden;
	padding-left: 0;
	padding-right:0;
}
#content{
	width: 1920px;
  transform-origin: top left;
}

div,h1,h2,h3,h4,p {
	box-sizing: border-box;
/*
	padding:0;
	margin:0;
*/
}

a {
	color: var(--darkblue);
}

#main a {
	color: var(--darkblue);
}

body {
	background-color: var(--bgcolor);
	margin: 0 0 0 0;
	padding: 0;
	position: static;
	transform-origin: left top;
	font-family: Dosis-VariableFont_wght;
	transition: opacity 0.5s;
	opacity: 0;
}

#top {
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	z-index: 4;
}

#logo {
	margin-top: 60px;
	margin-left: 40px;
}
#logo	 img {
	max-width: 300px;
	height: auto;
}

.image:not(.left) {
	position: absolute;
	right: 0;
/*
	top: 32px;
*/
	min-width: 1066px!important;
	height: 880px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: cover;
}
.image.small {
/*
	width: ;
*/
}
.image.left {
	width: 640px;
	margin-left: -214px;
	float: left;
	height: 840px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background-position: auto;
	background-size: cover;
}

.intro {
	padding-top: 360px;
	z-index: 2;
	position: relative;
	margin-left: 200px;
	font-family: Nunito-ExtraBold;
	font-size: 24px;
	min-height: 921px;
}

.intro .txttag0,
.intro .txttag1,
.intro .txttag2 {
	font-size: 155px;
	font-family: Poppins-Bold;
	line-height: 1;
}

.center a,
.intro a {
	border-radius: 14px;
	padding: 10px 40px;
	background-color: var(--blue);
	color: #ffffff;
	font-family: Dosis-VariableFont_wght;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 27px;
	text-decoration: none;
	margin-right: 20px;
	display: inline-block;
	
	max-width: 500px;
}

.intro .txttag0 {
	color: var(--darkblue);
	text-transform: uppercase;
}
.intro .txttag1 {
	color: var(--blue);
	
	text-transform: uppercase;
}
.intro .txttag2 {
	color: rgba(255,255,255,0.0);
/*
	color: var(--bgcolor);
*/
	-webkit-text-stroke: 1px #000000;
	text-transform: uppercase;
}

.center {
	margin-top: 120px;
	margin-bottom: 100px;
	text-align: center;
	font-family: Nunito-Bold;
	font-size: 17px;
}

.center h2 {
	font-family: Poppins-Bold;
	font-size: 36px;
	text-transform: uppercase;
}

#main h2 {
	Font-Family: Roboto-Bold;
	font-variant: small-caps;
	font-size: 40px;
}
#main {
	Font-Family: Nunito-Regular;
	font-size: 22px;
}
#main strong,
#main bold {
	Font-Family: Nunito-ExtraBold;
/*
	font-size: 16px;
*/
}

.newsroom h2{
	
}

.newsroom {
	margin-left: 214px;
}
.newsroom.leftmargin0{
/*
	margin-left: 0px;
*/
	margin-top: 180px!Important;
}
#searchbar {
	display:none;
	transition: display 1s;
}

#newsltrdlg {display:none;}

.date,
.newsholder .date,
.newsroom div .date {
	border-bottom: solid 6px var(--darkblue);
	max-width: 100%;
	font-family: Nunito-Black;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0px;
	text-transform:lowercase;
	font-variant: small-caps;
	line-height: 2.3;
	display: inline-block;
}
.txt a {
	text-decoration: none;
	display: block;
	margin-top: 20px;
}
.newsroom div .txt {
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	background-color: inherit;
	padding: 20px;
	font-family: Roboto-Bold;
	font-size: 22px;
	font-variant: small-caps;
}
.newsroom > div.featurednews {
	float: right;
	height: 300px;
}

.newsholder .txtfull {
	position: absolute;
	width: 636px;
	bottom:0;
	right:0;
	top:0;
	background-color: var(--blue);;
	
}
.newsholder .txt {
	position: absolute;
	width: 100%;
	bottom:0;
	padding: 10px 30px;
	right:0;
	font-family: Roboto-Bold;
	font-size: 40px;
	font-variant: small-caps;
}
.newsholder {
	cursor: pointer;
	z-index: 3;
	position: absolute;
	right: 0;
	width: 1066px;
	height: 480px;
	top: 257px;
	background-color: var(--blue);  
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
}


.newsroom > div#newsroomtitle {
	float: left;
	height: 343px;
	width: 405px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: poppins-Bold;
	font-size: 30px;
	padding: 0;
}

.underline::after {
	display: block;
	border-bottom: solid 6px var(--blue);
	height: 10px;
	width: 140px;
	float: left;
	margin-top: -40px;
	content: '';
}
.newsroom > div:not(#newsroomtitle):not(.featurednews) {
	color: var(--darkblue);
	float: left;
	height: 343px;
	width: 405px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 17px;
	background-color: var(--blue);
	position: relative;
	overflow: hidden;
}
#footer {
	position: relative;
	font-family: Dosis-VariableFont_wght;
	font-weight: bold;
	margin-top: 80px;
	width: 1920px;
	transform-origin: top left;
}

#footermenu a{
	text-decoration: none;
}
#footermenu {
	position: absolute;
	left: 250px;
	top: 50px;
	font-size: 20px;
	
	
}

#footerleft {
	background-image: url(./img/footer-left.png);
	width: 600px;
	height: 200px;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#footerright {
	background-image: url(./img/footer-right.png);
	width: 180px;
	height: 200px;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

#smenu img {
	max-height: 27px;
}
#smenu {
	margin-top: 83px;
	margin-right: 28px;
} 
#smenu a {
	margin-right: 10px;
}

#maincontainer {
}

#menu-footermenu li a,
#menu-mainmenu li a {
	text-decoration: none;
}

.menu-footermenu-container,
#menu-footermenu {
	margin:0;
	display: inline-block;
	font-size: 21px;
}
#menu-mainmenu {
	margin-top: 80px;
	font-size: 24px;
	z-index: 5;
}

#menu-mainmenu li {
	margin: 0;
	margin-right: 20px;
	line-height: 2.3;
}
#menu-footermenu li a{
	margin-right: 12px;
}
#menu-footermenu li {
	margin: 0 10px 0 0;
	
}


#menu-footermenu li,
#menu-footermenu,
#menu-mainmenu li ul,
#menu-mainmenu li,
#menu-mainmenu {
	list-style-type: none;
	display: inline-block;
	text-transform: uppercase;
	font-family: Dosis-VariableFont_wght;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	
}
#menu-footermenu li li,
#menu-mainmenu li ul {
	margin: 0;
	display: none;
}
#menu-mainmenu li.current-menu-parent {
	border-bottom:solid 7px var(--blue);
}
#menu-mainmenu li.current-menu-item {
	border-bottom:solid 7px var(--blue);
}
#menu-mainmenu li ul li {
	display: block;
}
#menu-mainmenu li:hover > ul {
	display: block;
	position: absolute;
	padding:10px;
	margin: 0 0 10px 0;
	background-color: var(--lightblue);
	font-size: 22px;
}
#menu-mainmenu li  > ul li a:hover {
	color: #04334580;
	transition: 0.5s;
}

.sub-menu {
	padding: 10px;
	font-size: 20px;
	border-radius: 0 0 15px 15px;
}

.newsfilter {
  border-radius: 14px;
  padding: 10px;
  width: 120px;
  border-width: 1px;
  border-color: #010101;
  border-style: solid;
  background-color: unset;
}
#searchbar input {

	padding: 5px 10px;
	box-sizing: border-box;
	border: solid 1px;
	border-radius: 13px;
} 
#searchbar { 
	float: left; 
	margin-right: 30px;
}

@media (max-width: 830px) {

	#content {
		width: auto;
	}
	.newsroom {
		margin-left:40px;
		margin-right:40px;
	}
	.newsroom div {
		width: 100% !important;
		display: block;
	}
	
	.newsroom > div#newsroomtitle {
		height: auto;
	}
	
	#logo {
		margin-top: 0!important;
	}
	#logo img {
		max-width: 155px!important;
	}
	
	#smenu,
	#menu-mainmenu {
		margin-top: 15px;
	}
	
	#imgrs,
	#imgr {
		display: none;
	}
	
	.intro {
		margin-left: 40px!important;
		padding-top: 230px;
		min-height: auto;
		position: static;
		min-height: auto!important;
	}
	.intro > div {
		min-height: auto!important;
	}

	div.center {
		margin-top: 55px;
		margin-left:40px;
		margin-right:40px;
	}

	.intro .txttag0, .intro .txttag1, .intro .txttag2 {
		font-size: 14vw;
	}
	
	#main {
		margin-left: 40px!important;
		margin-right: 40px!important;
		margin-top: 0!important;
		display: block;
		font-size: 17px;
	}
	#main > div {
		width: auto!important;
		margin:0!important;
	}
	
	.newsholder {
		display:none;
	}
	
	.newsroom > div:first-child {
		display:block!important;
	}
	
	#menu {
		position: absolute;
		left: 276px;
		top: 17px;
	}
	#menu {
		display: none;
		left:0;
		top: 134px!important;
		background-color: var(--blue);
		width: 100vw;
	}
	
	#menu ul {
		display: block!important;
	}
	#menu ul li {
		display: block;
	}

	#menu li:hover ul {
		display: block!important;
	}
	
	#menu li:hover {
		
	}
	
	#menu-mainmenu li:hover > ul {
		position: static;
		font-size: 20px;
		background-color: inherit;
		margin:0;
		
	}
	
	#menu ul li {
		display: block;
	}
	
	
	
	#menuToggle {
		display:inline-block!important;
		margin-right: 10px;
	}	
	
	.intro a {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.newsroom > div:first-child {
		display:none;
	}
	

#menuToggle {
	cursor: pointer;
	display:none;
}	
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}	


.hl span
{
  opacity: 1;
  transform: translate(-2px, 3px) rotate(-45deg);
  background: #232323;
}


.hl span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.hl span:nth-last-child(2)
{
 transform: translate(-2px, -10px) rotate(45deg);
}
