*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}

/*-- (c) Delrue.Media --*/

.hero{
	width: 100%;
	height: 100vh;
	position: relative;
	padding: 0 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav{
	width: 100%;
	position: absolute;
	top: 0; 
	left: 0;
	padding: 20px 8%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .logo{
	width: 200px;
	cursor: url("assets/icons/fireupyourcursor.png"), auto;	
}

nav ul li{
	list-style: none;
	display: inline-block;
	margin-left: 40px;
}

nav ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 17px;
	cursor: url("assets/icons/fireupyourcursor.png"), auto;
}

.menu-icon {
	display: none;
	cursor: pointer;
  }
  
.menu-icon .bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	background-color: #fff;
	transition: all 0.3s;
}
  
#menu-toggle {
	display: none;
}
  
#menu-toggle:checked + .menu-icon + .nav-list {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*--- Test voor telefoon's ---*/

@media (max-width: 800px) {
	.content h1{
		font-size: 36px;
		font-weight: 135px;
	}
	.content a{
		font-size: 12px
	}

	
	nav .logo{
		width: 130px;
	}
	.nav-list{
		display: none;
		flex-direction: column;
		align-items: center;
		background-color: #3a3a3a;
		position: absolute;
		top: 60px;
		right: 0;
		left: 0;
		width: 100%;
	}
	.nav-list.active {
		display: flex;
	  }
	.menu-icon {
		display: block;
	}
	
}

/*--------------------- Livestream Pagina -----------------------*/

.livestreams{
	width: 100%;
	height: 100vh;
	background: #ff6700;
	position: relative;
	padding: 0 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-livestream{
	text-align: left;
}

.content-livestream h1{
	font-size: 160px;
	color: #fff;
	font-weight: 600;
	transition: 0.5s;
}

.content-livestream h1:hover{
	-webkit-text-stroke: 2px #fff;
	color: transparent;
	cursor: url("assets/icons/fireupyourcursor.png"), auto;
}

.content-livestream a{
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	border: 2px solid #fff;
	padding: 14px 70px;
	border-radius: 50px;
	margin-top: 20px;
	cursor: url("assets/icons/fireupyourcursor.png"), auto;
}

.livestream-container img{
	width: 70%;
	margin-top: 40%;

}

/* Telefoon gebruikers */
.livestream-container{
	width: 92%;
	margin: auto;
	height: 100%;
	/*border: 2px solid red; */
}

/* Ipad of Tablets */
@media only screen and (min-width: 576px) {
	.livestream-container {
		width: 540px;
	}
}

/* Desktoppers */
@media only screen and (min-width: 1200px) {
	.livestream-container {
		width: 1140px;
	}
}


/*--- INFO ---*/
/*--- Live Graphics ---*/

#Graphics{
	width: 100%;
	height: 100%;
	background: black;
}


.dlrm-graphics{
	padding: 50px 12%;
	font-size: 22px;
	
}

.row{
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	padding: 50px 0;
}

.text-col{
	flex-basis: 50%;
	margin-bottom: 20px;
}

.img-col{
	flex-basis: 50%;
	margin-bottom: 20px;
}

.img-col img{
	display: block;
	width: 90%;
	margin: auto;
}

.dlrm-graphics h2{
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 20px;
	background: linear-gradient(to right,#0067ff,#ff6700, #ff6700, #ff6700);
	color: transparent;
    background-clip: text;
	/*Fire up your content*/
}

.dlrm-graphics p{
	color: white;
	width: 60%
}

.dlrm-graphics hr{
	border: none;
	width: 330px;
	height: 7px;
	background: linear-gradient(to right, #0067ff,#ff6700);
	border-radius: 10px;
	margin-bottom: 40px;
}


/*--- Talloze mogelijkheden ---*/

.dlrm-graphics2{
	padding: 50px 12%;
	font-size: 22px;
	
}

.dlrm-graphics2 h2{
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 20px;
	background: linear-gradient(to right,#0067ff,#ff6700, #ff6700, #ff6700);
	color: transparent;
    background-clip: text;
}

.dlrm-graphics2 p{
	color: white;
	width: 60%
}

.dlrm-graphics2 hr{
	border: none;
	width: 525px;
	height: 7px;
	background: linear-gradient(to right, #0067ff,#ff6700);
	border-radius: 10px;
	margin-bottom: 40px;
}

/*--- Unieke Locaties ---*/

.dlrm-graphics3{
	padding: 50px 12%;
	font-size: 22px;
	
}

.dlrm-graphics3 h2{
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 20px;
	background: linear-gradient(to right,#0067ff,#ff6700, #ff6700, #ff6700);
	color: transparent;
    background-clip: text;
}

.dlrm-graphics3 p{
	color: white;
	width: 60%
}

.dlrm-graphics3 hr{
	border: none;
	width: 380px;
	height: 7px;
	background: linear-gradient(to right, #0067ff,#ff6700);
	border-radius: 10px;
	margin-bottom: 40px;
}




/*--- Veel gestelde vragen ---*/

#vragen{
	background-color: black;
	color: white;
}

.vragen{
	padding: 10px 12%;
	text-align: center;
	align-items: center;
	font-size: 18px;
}

.vragen h2{
	font-weight: 600;
	font-size: 50px;
	background: linear-gradient(to right,#0067ff,#0067ff,#ff6700,#ff6700);
	color: transparent;
    background-clip: text;
	margin-bottom: 10px;
}

.vragen hr{
	border: none;
	width: 610px;
	height: 7px;
	background: linear-gradient(to right, #0067ff,#ff6700);
	border-radius: 10px;
	margin-bottom: 40px;
}

.lijst{
	margin: 60px auto;
	width: 100%;
	max-width: 750px;
}

.lijst li{
	list-style: none;
	width: 100%;
	padding: 5px;
}

.lijst li label{
	display: flex;
	align-items: center;
	padding: 20px;
	font-size: 18px;
	font-weight: 500;
	background: #ff6700;
	margin-bottom: 2px;
	cursor: url("assets/icons/watercursor.png"), auto;
	position: relative;
}

label::after{
	content: '+';
	font-size: 34px;
	position: absolute;
	right: 20px;
	transition: transform 0.5s;
}

input[type="radio"]{
	display: none;
}

.lijst .content{
	background: #3a3a3a;
	text-align: left;
	padding: 0 20px;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.5s, padding 0.5s;
}

.lijst input[type="radio"]:checked + label + .content{
	max-height: 600px;
	padding: 30px 20px;
}

.lijst input[type="radio"]:checked + label::after{
	transform: rotate(135deg);
}

.vragen small{
	font-size: 16px;
}


/*---volg ons---*/

#volgons{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color:#ff6700;
}

.volgons-text{
	font-size: 18px;
	color:#fff;
}

.volgons-text h1{
	color:#fff;
	font-size: 40px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}

.volgons-icons {
	text-align: center;
}

.fa-brands{
	text-align: center;
	font-size: 70px;
	color: #fff;
	cursor: url("assets/icons/fireupyourcursor.png"), auto;
	padding:10px;
}


/*---Contact---*/

#contact{
	padding-top: 80px;
	padding-bottom: 250px;
	background-color: #3a3a3a;
}

.contact-container{
	display: flex;
	align-items: center;
	justify-content: space-evenly;	
}

.contact-left{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
}

.contact-left-title h2{
	font-weight: 400;
	color:#ff6700;
	font-size: 30px;
	margin-bottom: 5px;
}

.contact-left-title hr{
	border: none;
	width: 260px;
	height: 5px;
	background-color:#fff;
	border-radius: 10px;
	margin-bottom: 20px;
}

.contact-inputs{
	width: 400px;
	height: 50px;
	border: none;
	outline: none;
	padding-left: 25px;
	font-weight: 500;
	color:#666;
	border-radius: 50px;
}

.contact-left textarea{
	height: 140px;
	padding-top: 15px;
	border-radius: 20px;
}

.contact-inputs:focus{
	border: 3px solid #ff6700;
}

.contact-inputs::placeholder{
	color:#666;
}

.contact-left button{
	display: flex;
	align-items: center;
	padding: 15px 30px;
	font-size: 16px;
	color:#fff;
	gap: 10px;
	border: none;
	border-radius: 50px;
	background-color: #ff6700;
	cursor: url("assets/icons/fireupyourcursor.png"), auto;
}

.contact-left button img{
	height: 15px;
}

.contact-right img{
	width: 800px;
}

@media (max-width:800px) {
	.contact-inputs{
		width: 80vw;
	}
	.contact-right{
		display: none;
	}
}

/*--- Footer ---*/

.footer{
	width: 100%;
	padding: 100px 15%;
	background: #ff6700;
	color:#fff;
	display: flex;
}

.footer div{
	text-align: center;
}

.footer div h3{
	font-weight: 400;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.col-1 a{
	display:block;
	text-decoration: none;
	color: #fff;
	margin-bottom: 20px;
	cursor: url("assets/icons/fireupyourcursor.png"), auto;
}

.col-2{
	flex-grow: 2;
}

.col-2 img{
	width: 550px;
	margin-top: 20px;
	cursor: url("assets/icons/fireupyourcursor.png"), auto;
}

.social-icons{
	margin-top: 30px;
}

.social-icons i{
	font-size: 22px;
	cursor: url("assets/icons/fireupyourcursor.png"), auto;
}

.col-3 a{
	text-decoration: none;
	color:#fff;
	cursor: url("assets/icons/fireupyourcursor.png"), auto;
}

.copyright{
	width: 100%;
	padding: 20px 15%;
	background:#ff6700;
	text-align: center;
	color: #fff;
}

@media (max-width: 800px) {
	.col-1{
		display: none;
	}
	.col-2{
		display: none;
	}

}