/*
Theme Name: Start met gemak site
Theme URI: https://startmetgemak.nl
Author: Start Met Gemak - Vincent
Author URI: https://startmetgemak.nl
Description: Maatwerk design
Version: 2.3
Text Domain: startmetgemak.nl
*/

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

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;	
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}
.nieuws-item-archief a {
	color: #ef4700;
}
.nieuws-item-archief a:hover {
	color: #000;
}
.pagina {
	width: 100%;
	float: left;
	background: #fff;
	z-index: 3;
	position: relative;
	min-height: 400px;
}
.events {
	margin-top: -80vh;
margin-left: 400px;
z-index: 7;
float: left;
position: relative;
	margin-bottom: 75px;
}
.event {
	background: #ef4700;
padding: 15px;
padding-bottom: 25px;
	margin: 0px;
	color: #fff;
	border: 10px solid #fff;
}
.poster {
	height: 90%;
width: 50%;
position: absolute;
top: 50px;
right: 50px;
z-index: 3;
	pointer-events: none
}
.pay-off {
	width: 50%;
	padding-right: 5%;
	position: fixed;
  top: 50%;
	right: 0px;
  transform: translateY(-50%);
	text-align: right;
	z-index: 2;pointer-events: none
}
.pay-off-groot {
	font-size: 75px;
	font-weight: 700;
}
.pay-off-klein {
	font-size: 25px;
	font-weight: 500;
}
.inhoud-boven,
.inhoud-beneden {
	width: 100%;
	float: left;
	position: relative;
}
.inhoud-boven-afbeelding,
.inhoud-beneden-afbeelding {
	width: 50%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.inhoud-beneden-afbeelding {
	left: initial;
	right: 0px;
}
.inhoud-boven-tekst, 
.inhoud-beneden-tekst {
	width: 44%;
	padding: 3%;
	float: right;
}
.inhoud-beneden-tekst {
	float: left;
}
.inhoud-boven-titelbalk {
	width: 90%;
	position: absolute;
	bottom: -25px;
	height: 50px;
	background: #ef4700;
	left: 0px;
	line-height: 50px;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}
.nieuws {
	width: 100%;
	float: left;
	margin-top: 75px;
	margin-bottom: 75px;
}
.nieuws-item span { 
	width: 90%; 
	padding: 5%; 
	font-size: 14px;
	float: left; 
	text-align: left;
}
.nieuws-item-afbeelding {
	height: 150px;
	width: 100%;
	border-bottom: 6px solid #ef4700;
}

.nieuws-items {
	width: 100%;
	float: left;
}
.nieuws-item {
	width: 29.33%;
	float: left;
	margin: 2%;
	background: #f1f1f1;
	min-height: 350px;
	text-align: left;
}
.lid {
	xwidth: 29.33%;
	width: 46%;
	float: left;
	margin: 2%;
	position: relative;
	min-height: 500px;
	font-size: 15px;
	
}
.overige-leden .lid {
	width: 29.33%;
}
.lid-foto {
	width: 100%;
	height: 500px;
	border-bottom: 6px solid #ef4700;
}
.nieuws-item a {
	text-decoration: none;
	color: #ef4700;
	
}
.nieuws .wrapper {
	text-align: center;
}
.nieuws h2 {
	position: relative;
	display: inline-block;
	font-size: 30px;
	text-transform: uppercase;
}
.nieuws h2:after {
	content: " ";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ef4700;
	position: absolute;
	right: -20px;
	bottom: 7.5px;
}
header {
	width: 100%;
	height: 95vh;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.diagonal-line {
position: absolute;
transform: rotate(30deg);
background: #ef4700;
width: 2000px;
height: 1000px;
top: -600px;
right: -50%;
z-index: 0;
}

.wrapper {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}

nav.hoofdmenu ul {
	float: left;
	margin: 0px;
	padding: 15px;
	padding-left: 50px;
	width: 100%;
	max-width: 400px;
}
nav.hoofdmenu ul ul {
	display: none;
}
nav.hoofdmenu li {
	float: left;
	list-style: none;
	width: 100%;
}
nav.hoofdmenu li a {
	font-size: 27px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 45px;
	color: #000;
	position: relative;
}
nav.hoofdmenu li.current-menu-item a {
	color: #ef4700;
}
nav.hoofdmenu li a:hover:after {
	content: " ";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ef4700;
	position: absolute;
	right: -20px;
	bottom: 7.5px;
}
.logo {
	position: relative;
	margin-left: 50px;
	margin-top: 50px;
	z-index: 2;
}
.logo img {
	height: 200px;
	width: auto;
}

.mobile-menu {
	display: none;
}
.menu-full { 
display: none;
position: relative;
background: #fff;
	float: left;
width: 100%;
	bottom: 0px;
padding-top: 75px;
text-align: left;
bottom: 0px;
padding-bottom: 250px;
z-index: 9;
top: 0%; 
	right: 0px;
	left: 0px;
-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}
.menu-full span {
	text-align: center;
}
	.menu-full a {
		text-decoration: none;
		color: #ef4700;
		font-size: 25px;
		font-weight: 500;
	}
	.menu-full a:hover {
		text-decoration: none;
		color: #ef4700;
	}
.menu-full ul {
	padding: 0px;
	margin: 0px;
}
	.menu-full li {
		list-style: none;
		width: 100%;
		text-align: center;
		line-height: 50px;
		text-transform: uppercase;
	}
p a {
	color: #ef4700;
	text-decoration: none;
}
.footer {
	width: 100%;
	padding-top: 20px;
	min-height: 200px;
	float: left;
	background: #ef4700;
	position: relative;
	z-index: 3;
	color: #fff;
}
.footer_blok {
	width: 21%;
	float: left;
	margin: 2%;
	line-height: 25px;
}
.footer_blok a {
	text-decoration: none;
	width: 100%;
	float: left;
	color: #fff;
}
.footer_blok a i {
	font-size: 30px;
}
.footer_blok h3 {
	color: #fff;
}

.alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.alignright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

@media (max-width: 960px) {
		.mobile-menu {
		display: block;
		position: absolute;
		right: 25px;
		top: 25px;
		font-size: 40px;
		color: #fff;
		z-index: 3;
}
	.alignright, .alignleft {
		width: 100%;
		float: left;
		padding-left: 0px;
		padding-right: 0px;
	}
	.menu-full .mobile-menu { 
		color: #ef4700;
	}
	
.diagonal-line {
position: absolute;
transform: rotate(30deg);
background-color: #ef4700;
width: 1000px;
height: 500px;
top: -250px;
right: -50%;
z-index: 0;
}
	nav.hoofdmenu {
		display: none;
	}
	.poster {
height: 90%;
width: calc(90% - 0px);
position: absolute;
top: 120px;
right: 0px;
z-index: 1;
}
	.inhoud-boven-afbeelding, .inhoud-beneden-afbeelding {
width: 100%;
height: 300px;
position: absolute;
bottom: 0px;
left: 0px;
}
	.inhoud-boven-tekst, .inhoud-beneden-tekst {
width: 94%;
padding: 3%;
float: right;
padding-bottom: 250px;
}
.nieuws-item {
width: 96%;
float: left;
margin: 2%;
background: #f1f1f1;
min-height: 350px;
text-align: left;
}
	
	.lid, .overige-leden .lid {
width: 96%;
	min-height: 700px;
	}
	.lid-foto {
		height: 500px;
	}
	.nieuws-item-afbeelding {
		height: 250px;
	}
	.pay-off {
width: 90%;
padding-right: 5%;
top: 280px;
right: 0px;
transform: translateY(0%);
text-align: right;
z-index: 2;
}
	.pay-off-groot {
font-size: 40px;
font-weight: 700;
}
.footer_blok {
width: 96%;
float: left;
margin: 2%;
line-height: 25px;
	text-align: center;
}
	.events {
margin-top: -50vh;
margin-left: 0px;
z-index: 7;
float: left;
position: relative;
margin-bottom: 75px;
}
	
header {
	width: 100%;
	height: 85vh;
	}
	.logo {
	position: relative;
	margin-left: 30px;
	margin-top: 30px;
	z-index: 2;
}
.logo img {
	height: 170px;
	width: auto;
}
}