@font-face {
    font-family: 'MADESoulmazePERSONALUSE';
    src: url("/fonts/MADESoulmazePERSONALUSE.woff");
	src: url("/fonts/MADESoulmazePERSONALUSE.eot");
	src: url("/fonts/MADESoulmazePERSONALUSE.svg");
	src: url("/fonts/MADESoulmazePERSONALUSE.ttf");
	src: url("/fonts/MADESoulmazePERSONALUSE.woff2");
	font-weight: 400;
}

@font-face {
    font-family: 'Fixel Text';
    src: url("/fonts/FixelText-Light.eot");
	src: url("/fonts/FixelText-Light.ttf");
	src: url("/fonts/FixelText-Light.woff");
	src: url("/fonts/FixelText-Light.woff2");
      
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fixel Text';
    src: url("/fonts/FixelText-SemiBold.eot");
	src: url("/fonts/FixelText-SemiBold.ttf");
	src: url("/fonts/FixelText-SemiBold.woff");
	src: url("/fonts/FixelText-SemiBold.woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


h1{
	margin: 0;
}
html,
body {
	margin: 0;
	padding: 0;
    font-family: 'Fixel Text';
	font-weight: 300;
	color: white;
	scroll-behavior: smooth;
	
}

/* width */
::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #4F2F9C;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background:  #FEE600;
	border-radius: 50px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #8359ED
  }



.center {
	text-align: center;
}

.nav-wrapper {
	display: flex;
	position: fixed;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	z-index: 2;
	background: #6113F2;
  	height: 80px;
  	color: white;
	width: 100vw;
}

.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
  padding-left: 350px;
	height: 30px;
}

.nav-tabs {
	display: flex;
	font-weight: 600;
	font-size: 18px;
	list-style: none;
	
  
}

.nav-tabs a{
	color: white;
	text-decoration: none;
	margin-left: 100px;
	scroll-behavior: smooth;
	padding-right: 50px;
	width: 100px;
}

.nav-tabs a:hover{
	color: #4F2F9C;
	transition: all 0.2s ease-in-out;
}
	


.nav-tab:not(:last-child) {
	padding: 10px 25px;
	margin: 0;
	

}

.nav-tab:last-child {
	padding: 10px 0 0 25px;
}


.hidden {
	display: none;
}

.campagne{

  display: flex;
  flex-direction: row;
  justify-content: space-between;
 

}

.header{
	
	background-image: url("/img/campagne_background.jpg");
	background-size: cover;
	width: auto;
	height: 1100px;
	background-repeat: no-repeat;
	
}
	

.schoen{
  width: 40%;
  height: auto;
  margin: 150px 350px 0px 0px;
}

.flash{
  display: flex;
  flex-direction: column;
  padding: 0px 50px 0px 50px;
  margin-left: 300px;
  background-color: #4F2F9C;
  max-width: 31.25rem;
  height: 50rem;
  border-radius: 0px 0px 25px 25px;
  
}

.flashtitle{
	font-family: 'MADESoulmazePERSONALUSE';
	font-size: 4rem;
	color: white;
	font-weight: 300;
	margin-top: 200px;
	margin-bottom: 50px;
}
.bold{
	color:#FEE600 ;
}

h2{
	font-family: 'Fixel Text';
	font-weight: 600;
	font-size: 22pt;
	color: white;
	margin-bottom: 50px;
}
.flashlight{
	font-family: 'Fixel Text';
	font-weight: 300;
	font-size: 22pt;
	color: white;
	
}

.button{
	background-color: #FEE600;
	padding: 15px 35px 15px 35px;
	border-radius: 50px;
	text-decoration: none;
	font-family: 'Fixel Text';
	font-weight: 600;
	font-size: 20px;
	width: 150px;
	text-align: center;
	
}
.button:hover {
	background-color: #6113F2;
	color: #FEE600;
	transition: all 0.2s ease-in-out;
  }

  .sowl{
	background-color: #6113F2;
	height: 100vh;
	
	
  }

.photo1{
	width: 35%;
	height: auto;
	padding-right: 200px;
}

.sowlcontent{
	display: flex;
	margin: 0px 300px 0px 300px;
	height: auto;
}

.titel {
	font-family: 'MADESoulmazePERSONALUSE';
	font-size: 3rem;
	max-width: 700px;
	text-align: center;
	margin: 0px auto 100px auto;
  	padding: 10px;
}

.list{
	color: #FEE600;
	line-height: 25px;
	margin: auto;
}
.list span{
	color: white;
	font-size: 1.2rem;
}
.list li{
	padding-bottom: 50px;
}

.verwachten h1{
	margin: 100px auto 100px auto;
	color: #6113F2;
}

.info{
	background-color:#4F2F9C;
	max-width: 300px;
	height: 500px;
	padding: 50px;
	border-radius: 25px;
	margin: 0px 0px 0px 300px;
	font-size: 1.2rem;
	
}
.info ul{
	list-style: none;
	margin-bottom: 75px;
}

.info p{
	margin-bottom: 50px;
}
.info li{
	margin-bottom: 25px;
	
}
.info h3{
	color: white;
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 25px;
}

.infotext{
	font-size: 1.2rem;
	color: #4F2F9C;
	max-width: 700px;
	height: auto;
	margin: auto 300px auto 100px;
}

.pfat{
	margin-top: 25px;
	font-weight: 600;
}
.verwachtencontent{
	display: flex;
	flex-direction: row;
	
	margin-bottom: 200px;
}

.schrijf-in{
	
	background-image: url("/img/shape1-01.svg");
	background-size: cover;
	max-width: 1920px;
	height: auto;
	background-repeat: no-repeat;
	
}

.schrijf-in h1{
	font-family: 'MADESoulmazePERSONALUSE';
	font-size: 7rem;
	max-width: 400px;
	color: white;
	font-weight: 300;
	margin-top: 200px;
	margin-bottom: 50px;
	color: #4F2F9C;
	margin-left: 300px;
}
.schrijf-in h1 span{
	color: #6113F2;
}

form{
	display: flex;
	flex-direction: column;
	max-width: 600px;
	margin: 100px 300px 0px auto;
}

input{
border-radius: 50px;
max-width: 500px;
padding: 10px;
margin: 0px 0px 50px 0px;
border: none;
}

.verdelers h1{
	font-family: 'MADESoulmazePERSONALUSE';
	font-size: 4rem;
	color: white;
	font-weight: 300;
	margin: 0% auto 50px auto;
	padding-top: 150px;
	text-align: center;
}
.verdelers{
	background-color: #4F2F9C;
}

.de-verdelers{
	font-size: 1.2rem;
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 100px 300px 0px 300px;
	padding-bottom: 100px;
	line-height: 20px;
	
	text-align: center;

}

.de-verdelers ul{
	list-style: none;
	margin: auto;
}
.de-verdelers h3{
	color: #FEE600;
	margin-bottom: 10px;
	font-weight: 500;
}



.footer1{
	background-color: #6113F2;
	padding: 50px 300px 50px 300px;
	display: flex;
	justify-content: space-between;
	list-style: none;
	line-height: 20px;
}
.footer-links a{
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: white;
}

.footer-links a:hover{
	color: #4F2F9C;
}
.footerbutton{
	margin: auto 0px auto 0px;
}
.socials a{
 font-size: 25px;
 color: white;
 text-decoration: none;
 margin-left: 25px;
}
.socials{
	margin: auto 0px auto 0px;
}

.logo-footer{
	
	height: 30px;
	margin: auto 0px auto 0px;
}

.footer2{
	background-color: #4F2F9C;
	color: white;
	padding: 25px 300px 25px 300px;
	display: flex;
	justify-content: space-between;
}
.footer2 img{
	width: 10%;
	opacity: 30%;
	margin: 0px;
	height: auto;
}


.footer2 p{
	margin: auto 0px auto 0px;
	color: rgba(255, 255, 255, 0.3)
}
.bron{
	text-decoration: none;
	margin: auto 0px auto 0px;
	color: rgba(255, 255, 255, 0.3)
}
.bron:hover{
	text-decoration: none;
	margin: auto 0px auto 0px;
	color: #FEE600
}
@media screen and (max-width: 900px) {

	.footer2 img{
		margin: 25px auto 25px auto;
		width: 50%;
		height: auto;
	}

	.footer2{
		padding: 50px 25px 25px 50px;
		flex-direction: column;
		text-align: center;
	}

	.logo-footer{
	
		height: 30px;
		margin: 25px auto 50px auto;
	}

	.socials{
		display: flex;
		flex-direction: column;
		margin-top: 50px;
		margin: 50px auto 0px auto;
		
	}
	.socials a{ 
		
		margin: 10px auto 0px auto;
		padding-left: 0px;
	}

	.footerbutton{
		margin-top: 50px;
		
	}
	.footer-links{
		margin-top: 50px;
		
	}
	.footer1{
		flex-direction: column;
		padding: 50px 25px 50px 25px;
		text-align: center;	
	}

	.de-verdelers div{
		margin-bottom: 50px;
	}

	.de-verdelers{
		flex-direction: column;
		margin: 25px 100px 0px 100px;
	}

	form{
		display: flex;
		flex-direction: column;
		max-width: 600px;
		margin: 0px 50px 0px 50px;
	}
	.verdelers h1{
		font-size: 2rem;
	}
	input{
	border-radius: 50px;
	max-width: 500px;
	padding: 10px;
	margin: 0px 0px 50px 0px;
	border: none;
	}

	.schrijf-in h1{
		font-size: 3rem;
		margin: 150px 25px 100px 25px;
		
		text-align: center;
	}

	.nav-tabs a:hover{
		color: #4F2F9C;
		transition: all 0.2s ease-in-out;
	}

	.infotext{
		
		color: #4F2F9C;
		height: auto;
		margin: 100px auto 0px auto;
		max-width: 350px;
	}

	.verwachten h1{
		font-size: 2rem;
		
	}

	.verwachtencontent{
		flex-direction: column;
		margin: 0px 25px 0px 25px;
	}

	.info{
		margin: 0px auto 0px auto;
		padding: 25px;
		font-size: 1rem;
	}

	.list{
		margin: 25px;
		font-size: 1.2rem;
	}

	.sowl h1{
		padding-top: 50px;
		font-size: 2rem;
		
	}
	.nav-tabs a{
		color: white;
		text-decoration: none;
		margin-left: 100px;
		margin-top: 50px;
	}

	h2{
		font-size: 15pt;
	}
	.flashlight{
		font-size: 15pt;
	}

	.flash{
		height: 40rem;
		border-radius: 50px;
		
	}
	

	.flashtitle{
		font-size: 2rem;
		margin-top: 100px;
	}
	.campagne{
		flex-direction: column-reverse;
		
	}

	.schoen{
		width: 90%;
		margin: 100px 15px 0px 15px ;
	}
	
	.flash{
		margin: 0px 15px 0px 15px ;
	}

	.photo1{
		width: 100%;
		height: auto;
		padding: 50px 0px 100px 0px;
	}

	.sowlcontent{
		flex-direction: column-reverse;
		margin: 25px;
	}

	.sowl{
		height: auto;
	}
	.nav-container {
		position: fixed;
		display: none;
		overflow-y: auto;
		z-index: -1;
		top: 0;
		right: 0;
		width: 200px;
		height: 500px;
		background: #6113F2;
		border-radius: 0px 0px 0px 25px;
		
	}

	.nav-tabs {
		
		flex-direction: column;
		align-items: flex-end;
		margin-top: 80px;
		width: 100%;
	}

	.nav-tab:not(:last-child) {
		padding: 20px 25px;
		margin: 0;
		border-right: unset;

	}

	.nav-tab:last-child {
		padding: 15px 25px;
	}

	.menu-btn {
		position: relative;
		display: block;
		margin: 0;
		width: 20px;
		height: 15px;
		cursor: pointer;
		z-index: 2;
		padding: 10px;
		border-radius: 10px;
	}

	.menu-btn .menu {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background: #fff;
	}

	.menu-btn .menu:nth-child(2) {
		margin-top: 4px;
		opacity: 1;
	}

	.menu-btn .menu:nth-child(3) {
		margin-top: 4px;
	}



	#menuToggle:checked ~ .nav-container {
		z-index: 1;
		display: flex;
		animation: menu-slide-left 0.3s ease;
	}
	.logo {
    padding-left: 10px;
    
  	}
}
