/*
Theme Name: HVCE
Author: Strawberry Fields
Description: Thema website HVCE
Text Domain: HVCE_theme
Version: 1.0.3
*/

/* EXTRA MARGE VOOR ALS JE INGELOGD BENT    */

@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700&display=swap');

body.logged-in.admin-bar #mainNav {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    body.logged-in.admin-bar #mainNav {
        margin-top: 46px;
    }
}


/* BASIS MARKUP */


html {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	/* scroll-behavior: smooth; */
	height: calc(100% - 32px); /* 32px is de adminbar correction */
}

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
  	min-height: 100vh;
  	overflow: hidden;
	}

img {
	border: 0px;
	/* max-width: 100%; */
	height: auto;
}

body, p {
	font-size: 14pt;
	line-height: 1.5em;
	font-family: 'Lato', sans-serif;
	color: #000;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 1.5em;
}

h1, .as_h1 {
	font-size: 42pt;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 1em;
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	color: #000;
}

h2, .as_h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	font-size: 16pt;
	line-height: 1.5em;
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

strong, b {
	font-weight: 600;
}

h3, .as_h3 {
	margin: 0;
	padding-top: 18px;
	padding-bottom: 0;
	font-size: 16pt;
	line-height: 1.5em;
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
	color: #000;
}

h4, .as_h4 {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14pt;
	line-height: 1.5em;
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
	color: #000;
	margin-bottom: 1.5em;
}

ul {
	padding-left: 20px;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

a, a:active, a:visited {
	color: #000;
	font-weight: 400;
	text-decoration: underline;	
}

a:hover {
	color: #8e8500;
}

a.no_decoration {
	text-decoration: none;
	font-weight: 400;
}

a.no_decoration:hover {
	color: #000;
	text-decoration: underline;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.3em;
}

sub { 
  top: 0.3em; 
}

.main_container {
	width: 100%;
	height: 100%;
}

.hide {
	display: none;
}

.nowrap {
	white-space: nowrap;
}


/* PAGE COLOR OVERRIDES */

.page_zwart {
	background-color: #000000;
}

.page_geel {
	background-color: #ffed00;
}

.page_zwart, .page_zwart p, .page_zwart h1, .page_zwart h2, .page_zwart h3, .page_zwart h4, .page_zwart a {
	color: #ffffff;
}

.page_geel .equal_color {
	fill:#FFFFFF !important;
}

.page_geel .yellow_button {
  background-color: #ffffff;
}

.page_geel .yellow_button:hover {
  background-color: #e2e2e2;
}


/* CONTENT VAN WORDPRESS CONTAINER */


.main_content_container {
	position: relative;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}


 .main_content_container_smaller {
	max-width: 800px;
 }

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
  }
  

.inner_padding {
	padding-left: 100px;
	padding-right: 100px;
}

.inner_padding_menu {
	padding-left: 3vw;
	padding-right: 3vw;
}

  .hidden {
	display: none;
  }


.col-6 {
	width: 55%;
	position: relative;
	float: left;
}

.col-5 {
	width: 50%;
	float: left;
}

.col-4 {
	width: calc( 45% - 64px );
	float: left;
	padding-left: 64px;
}


.col-3 {
	width: 33%;
	float: left;
}


.col-left {
	float: left;
}

.col-right {
	float: right;
}

.side {
	position: absolute;
	top: 0;
	height: 100%;
	width: calc( (100vw - 1400px) / 2);
	z-index: -999;
}

.side-yellow {
	background-color: #ffed00;
}

.side-left {
	left: 0px;
}

.side-right {
	right: 0px;
}



/* HEADER CSS */

.main_header {
	position: relative;
	/* background-color: #fff; */
	width: 100%;
	padding: 0;
	z-index: 999;
	/* box-shadow: 3px 3px 10px rgba(0,0,0,0.2); */
}

.header_fixed {
	position: fixed !important;
	background-color: rgba(255, 255, 255, 0.9) !important;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2) !important;
	transition: all 0.5s ease;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	}
	
.logo_shrink {
	width: 200px !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	transition: opacity 0.5s ease;
	}

.navbar_reset_margin {
	margin-top: 0 !important;
	margin-right: 0 !important;
	transition: all 0.5s ease;
	transition: margin-right 0s;
}

.header_wrapper {
	display: flex;
	justify-content: space-between;
}

.header_container {
	position: relative;
	width: 100%;
	overflow: hidden;
	object-fit: contain;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
}

#top-of-site-pixel-anchor {
	position: absolute;
	width: 1px;
	height: 1px;
	top: 20vw;
	left: 0;
  }


/* WORDPRESS MENU */

.logo_small {
	width: 80px;
	height: 30px;
	margin-top: 5px;
}

ul.navbar-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}

.navigation, .mobile_navigation {
	font-family: 'Cabin', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 12pt;
	float: right;
    position: relative;
	width: calc(100% - 100px);
   	}

.navigation {
	margin-left: 40px;
}

.mobile_navigation {
	display: none;
	top: 0px;
	width: 100%;
}
	   
.navbar_frontpage a, .navbar_frontpage .menu-item {
	color: #000 !important;
}

.navbar_frontpage a:hover {
	color: #8e8500 !important;
}

.divider {
	width: 100%;
	height: 2px;
	display: table;
	position: relative;
}

.divider:first-of-type {
	display: none !important;
}

.divider_mobile {
	margin-bottom: 0.5em;
}

.hamburger_box {
	display: none;
	position: absolute;
	z-index: 9999;
	right: 24px;
	top: 10px;
	cursor: pointer;
}



.language_flags_mobile {
	position: absolute;
	z-index: 999;
	right: calc( 50px + 6vw );
	top: 9px;
}


.mobile_lang {
	position: absolute;
	right: 128px;
	top: 6px;
	border: 0 !important;
	color: #777 !important;
}

.mobile_lang a {
	color: #777 !important;
}

.menu_icon {
	position: relative;
	width: 32px;
	display: inline;
	margin: 0;
}

.flag {
	width: 1.5em;
}


#dropdown_menu {
	right: -250px;
	display: none;
	transition: all .5s;
}

.menu-item {
	display: block;
	float: right;
	padding: 8px 8px 8px 8px;
	z-index: 999;
	margin-left: 3vw;
	}

.flag {
	margin-left: 0.2em;
}

.language_flags {
	margin-top: -0.5em;
}

.menu-item-flags {
	display: block;
	float: right;
	padding: 0px 0px 2px 8px;
	margin-left: calc( 3vw - 0.2em );
}	

.lang_active {
	opacity: 1;
}

.lang_noactive {
	opacity: 0.4;
	transition: opacity 0.2s;
}

a.lang_active, a.lang_noactive {
	text-decoration: none !important;
}

a.lang_noactive:hover {
	opacity: 0.6;
	transition: opacity 0.2s;
}


.menu-item:first-of-type {
	margin-left: 0px;
}

.dropdown {
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: white;
	transition: all .5s;
	z-index: 988;
	border-width: 0px 0px 1px 1px;
	border-color: #ccc;
	border-style: solid;
}

.menu-item:hover .sub-menu {
    visibility: visible;
  	opacity: 1;
  	transition-delay: 0s, 0s;
}

.menu-item, .menu-item a, .menu-item a span, .menu-item a:active, .menu-item a:visited {
	color: #000 !important;
	text-decoration: none;
	font-weight: 300;
}

.current-menu-item, .current-menu-item a {
	background-color: #FFED00;
	color: #000 !important;
}


ul.sub-menu .current-menu-item {
	background-position: 0 1em;
	background-repeat: no-repeat;
	background-size: 96px 12px;
}


ul.sub-menu li.current-menu-item a {
	font-weight: 300 !important;
}

ul.sub-menu li.menu-item a {
	font-weight: 300 !important;
}

ul.sub-menu {
	position: absolute;
	visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: .4s, 0s;
    transition-delay: 0s, .4s;
	padding: 12px 12px 12px 0px;
	margin-left: -24px;
	background-color: #fff;
	z-index: 990;
	line-height: 1.8em;
}

.menu-item a:hover, .menu-item a span:hover { 
	color: #8e8500 !important;
	transition: all 0.1s;
}

ul.sub-menu li.menu-item {
	position: relative;
	justify-content: left;
	display: block;
	font-size: 12pt;
	padding: 0px 20px 0px 24px;
	float: none;
	}


/*  EINDE MENU */


.show_mobile, .show_nieuws_mobile, .show_mobile_600, .show_one_column, .show_hand_mobile {
	display: none;
}

.uppercase {
	text-transform: uppercase;
}

.title_container {
	margin-top: calc( 48px + 6em );
}

.equal_container_content {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 10px;
  left: 0px;
}


.dashicons {
	color:#FFED00;
	font-size: 1.5em;
	margin-top: 0.3vw;
}

.dashicons_arrow {
	color:#000;
	font-size: 1em;
	margin-left: 0.5em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	float: right;
}

.main_footer {
	width: 100%;
	background-color: #000;
	color: #ffffff;
	margin-top: -10px;
	display: block;
	position: relative;
	overflow: hidden;
}

.main_footer_inner {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 2em;
}

.horizon_svg {
	margin: 0;
	padding: 0;
}

.footer_horizon {
	width: 102vw;
	margin-left: -1vw;
}


footer {
	margin-top: 150px;
	color: #ffffff;
}

footer, footer p, footer a {
	color: #ffffff;
	text-decoration: none;
}

footer p a {
	color: #ffffff !important;
	text-decoration: none;
}

footer p a:hover {
	color: #ffed00 !important;
}


footer h4 {
	color: #ffed00;
	margin: 0;
	padding: 0;
}

.footer_flex {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	margin-bottom: 3em;
	margin-top: 3em;
}

.footer_small_column {
	width: 20%;
	flex-grow: 1;
}

.footer_bottom_4 {
	width: 30%;
}

.footer_large_column {
	width: 40%;
	flex-grow: 1;
}

.wp-block-social-links,  .wp-block-social-links a {
	font-size: 24pt;
}



/* RESPONSIVE CODE */


@media screen and (max-width: 1200px) {

.inner_padding {
	padding-left: 60px;
	padding-right: 60px;
}

.title_container {
	margin-top: calc( 48px + 5em );
}

.equal_container_content {
  width: 50px;
  height: 50px;
  top: 16px;
  left: -10px;
}


}

@media screen and (max-width: 1100px) {

footer, footer p, footer a, footer h4 {
	font-size: 11pt;
}

.wp-block-social-links, .wp-block-social-links a {
	font-size: 16pt;
}

}

@media screen and (max-width: 1000px) {
	.navigation {
	font-size: 10.5pt;
	}

	.menu-item {
		margin-left: 2vw;
	}

}


/* SMALLER FONTS */
@media screen and (max-width: 880px) {

	body, p, h4, .as_h4 {
		font-size: 11pt;
	}
	
	h1, .as_h1 {
		font-size: 32pt;
	}
	
	.news_h1 {
		font-size: 28pt;
	}

	h2, .as_h2 {
		font-size: 13pt;
	}
	
	h3, .as_h3 {
		font-size: 15pt;
	}
	
	.publication_description {
		font-size: 11pt;
	}

	.homepage_container {
		margin-top: 0;
	}

	.homepage_hand {
		width: 20vw;
	}

	.navigation {
		margin-left: 30px;
		}


.title_container {
	margin-top: calc( 48px + 4em );
}

.equal_container_content {
  width: 46px;
  height: 46px;
  top: 8px;
  left: -8px;
}


	}


	/* SINGLE COLUMN */
@media screen and (max-width: 760px) {


	.col-10, .col-7, .col-6, .col-5, .col45, .col-4, .col-3 {
		width: 100%;
		float: left;
		padding: 0;
		}

.inner_padding {
	padding-left: 30px;
	padding-right: 30px;
}

.footer_small_column {
	width: 40%;
	flex-grow: 1;
}

.footer-area-four, .footer-area-four p {
	text-align: left !important;
}

.wp-container-core-social-links-is-layout-977fa2bb {
	justify-content: flex-start !important;
}

.footer_bottom_4 {
	width: 40%;
}

.footer_large_column {
	width: 100%;
	flex-grow: 1;
}

.equal_container_content {
  width: 40px;
  height: 40px;
  top: 8px;
  left: -20px;
}

}

/* MOBILE FONTS */
@media screen and (max-width: 760px) {

	body, p, h4, .as_h4 {
		font-size: 12pt;
	}
	
	h1, .as_h1 {
		font-size: 28pt;
	}

	h2, .as_h2 {
		font-size: 15pt;
	}
	
	h3, .as_h3 {
		font-size: 14pt;
	}
	
	}


@media screen and (max-width: 580px) {
	.inner_padding {
		padding-left: 20px;
		padding-right: 20px;
	}


.title_container {
	margin-top: calc( 48px + 2em );
}

.equal_container_content {
  width: 40px;
  height: 40px;
  top: 8px;
  left: -24px;
}


	}

@media screen and (max-width: 560px) {

.footer_bottom_4 {
	width: 100%;
}

}


		/* DROPDOWN MENU */
@media screen and (max-width: 860px) {
	
	.hide_mobile {
		display: none !important;
	}
	
	.show_mobile {
		display: block !important;
	}
	
	.header_wrapper {
		display: block;
		min-height: initial;
	}
	
	.current-menu-item {
		background-position: 0 1.6em;
		background-repeat: no-repeat;
	}
	
	.main_header {
		max-width: 100%;
		width: 100%;
		height: auto;
		display: block;
	}

	.navigation {
		display: none;
	}
	
	.mobile_navigation {
		display: block;
		position: relative;
	}
	
	.hamburger_box {
		display: block;
	}
	
	
	ul.navbar-nav {
		list-style-type: none;
		margin: 0;
		padding: 0 0px 0 0px;
		float: none;
		display: block;
		width: 100%;
	  }
	
	  .menu-item {
		width: auto;
		display: block;
		float: none;
		padding: 12px 60px 12px 30px;
		margin: 0;
		border-top: 1px solid #ddd;
		font-weight: 300;
		}
	
		.menu-item:first-of-type {
		border-top: 1px solid #ddd;
		padding-top: 16px;
		}
	
		.menu-item:last-of-type {
			padding-bottom: 16px;
		}
	
	.menu-item:hover .sub-menu {
	  display: block;
	}
	
	ul.sub-menu {
		position: relative;
		visibility: visible;
		opacity: 1;
		padding: 8px 8px 0px 8px;
		margin-left: 8px;
		background-color: #fff;
		border-radius: 0;
		z-index: auto;
	}
	
	ul.sub-menu li.menu-item {
		position: relative;
		justify-content: left;
		display: block;
		font-size: 12pt;
		text-transform: none;
		padding: 0px 0px 0px 12px;
		float: none;
		border-top: 0px solid #ccc;
		font-weight: 300 !important;
		}

	}

@media screen and (max-width: 428px) {

	body, p, h4, .as_h4 {
		font-size: 11pt;
	}
	
	h1, .as_h1 {
		font-size: 22pt;
	}

	.news_h1 {
		font-size: 18pt;
	}
	
	h2, .as_h2 {
		font-size: 15pt;
	}
	
	h3, .as_h3 {
		font-size: 12pt;
	}

.equal_container_content {
  width: 30px;
  height: 30px;
  top: 8px;
  left: -16px;
}

}


@media screen and (max-width: 340px) {

	.inner_padding {
		padding-left: 12px;
		padding-right: 12px;
	}


	body, p, h4, .as_h4 {
		font-size: 10.5pt;
	}
	
	h1, .as_h1 {
		font-size: 16pt;
	}
	
	h2, .as_h2 {
		font-size: 12pt;
	}
	
	h3, .as_h3 {
		font-size: 11pt;
	}

	body, p {
		font-size: 9pt;
	}

	.button_title {
		margin-top: 9vw;
	}

	.download_image_container {
		width: calc( 100% );
		margin-right: 0px;
	}

	.download_images_container {
		width: 100%;
	}

.equal_container_content {
  width: 20px;
  height: 20px;
  top: 5px;
  left: -12px;
}

.language_flags_mobile {
	top: 12px;
}

}


