/* =========================================================
   AANVANGSTIJD TRANSITIE
   Oude/live site — screen.css uitbreiding
   Focus:
   - responsive
   - dark homepage
   - klassieke uitstraling behouden
   - betere leesbaarheid
   ========================================================= */


/* =========================
   BASIS
   ========================= */

html,
body{
	margin:0;
	padding:0;
	background:#000;
	color:#d6d6d6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:1.6;
}


/* =========================
   WRAPPER
   ========================= */

#wrap{
	width:100%;
	max-width:920px;
	margin:0 auto;
	background:#2f2f2f;
	min-height:100vh;
}


/* =========================================================
   HEADER
========================================================= */

#topmenu{
	display:flex;
	align-items:center;
	justify-content:space-between;

	background:#1f1f1f;

	padding:18px 24px;

	min-height:72px;

	box-sizing:border-box;
}


/* =========================
   LOGO
========================= */

#logo{
	flex:0 0 auto;

	display:flex;
	align-items:center;
}


/* DESKTOP LOGO */

#logo img{
	display:block;

	width:auto;
	height:52px;

	max-width:none;
}


/* =========================
   MENU
========================= */

#menu{
	display:flex;
	align-items:center;
	justify-content:center;

	gap:24px;

	flex:1 1 auto;

	padding:0 30px;
}


#menu a{
	color:#d8d8d8;

	text-decoration:none;

	font-size:20px;
	font-weight:600;

	padding-bottom:8px;

	transition:all .2s ease;
}


#menu a:hover{
	color:#ffffff;
}


#menu a.active{
	color:#ffffff;

	border-bottom:5px solid #ff0000;
}


/* =========================
   STADSELECTOR
========================= */

#stadselector{
	flex:0 0 auto;
}


#stadselector select{
	background:linear-gradient(#ff6666,#ff0000);

	color:#ffffff;

	border:1px solid #ff9999;

	border-radius:10px;

	padding:6px 12px;

	font-size:16px;
	font-weight:bold;

	cursor:pointer;
}


/* =========================================================
   MOBILE
========================================================= */

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

	#topmenu{
		flex-wrap:wrap;

		padding:14px;
	}


	#logo{
		width:100%;

		justify-content:center;

		margin-bottom:12px;
	}


	#logo img{
		height:44px;
	}


	#menu{
		order:3;

		width:100%;

		justify-content:center;

		gap:14px;

		padding:14px 0 0 0;

		flex-wrap:wrap;
	}


	#menu a{
		font-size:17px;
	}


	#stadselector{
		margin-left:auto;
	}

}


/* EXTRA KLEIN */

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

	#logo img{
		height:38px;
	}

	#menu{
		gap:10px;
	}

	#menu a{
		font-size:16px;
	}

	#stadselector select{
		font-size:14px;
		padding:5px 10px;
	}

}

/* =========================
   RODE SUBNAV
   ========================= */

#submenu{
	background:#d90000;
	padding:10px 16px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}

#submenu a{
	color:#fff;
	text-decoration:none;
	margin:0 3px;
	white-space:nowrap;
}

#submenu a:hover{
	text-decoration:underline;
}


/* =========================
   CONTENT
   ========================= */

#content{
	padding:24px 38px 50px 38px;
}


/* =========================
   HOME GRID
   ========================= */

.home-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:50px;
}


/* =========================
   BLOKKEN
   ========================= */

.home-block{
	margin-bottom:34px;
}

.home-block h2{
	font-size:25px;
	font-weight:700;
	color:#f0f0f0;
	margin:0 0 14px 0;
}

.home-block ul{
	margin:0;
	padding-left:22px;
}

.home-block li{
	margin-bottom:12px;
	color:#d3d3d3;
}

.home-block a{
	color:#f1f1f1;
	text-decoration:none;
}

.home-block a:hover{
	color:#ff3a3a;
}


/* =========================
   FILMPOSTERS HOMEPAGE
   ========================= */

.home-poster{
	margin-top:12px;
}

.home-poster img{
	width:110px;
	height:auto;
	display:block;
}


/* =========================
   FILMNIEUWS
   ========================= */

.filmnieuws li{
	font-size:16px;
}


/* =========================
   FOOTER
   ========================= */

#footer{
	background:#1f1f1f;
	color:#f1f1f1;
	padding:10px 18px;
	text-align:right;
	font-size:16px;
}



img[src*="nu3.gif"]{
	display:none;
}
