/*
 Theme Name:   Glabbast
 Description:  brainstorm en concept basisthema
 Author:       brainstorm en concept
 Version:      1.0.0
*/

@font-face {
  font-family: din;
  src: url(fonts/DIN-Black.ttf);
}

@font-face {
	font-family:frutiger;

	src:url(fonts/Frutiger65Bold.otf);
}

:root {
	--blue: #0669B2;
	--gray: #F3F5F7;
	--gold: #CEB076;
}

.bg-gray {
	background-color:var(--gray);
}

body, html {
	width:100%;
	overflow:auto;
	margin:0px auto;
	font-family:frutiger;
  font-weight:100;
}


.v-align {
	position:relative;
	overflow:visible;
	top:50%;
	transform:translateY(-50%);
}
h1 {
	font-weight:100;
	font-size:100px;
}

nav.desktop {
	width:100%;

	height:90px;
	position:relative;
	overflow:visible;
	transition:.3s;
	background-color:var(--blue);
}

	nav.desktop .container {
		height:100%;
	}
	nav.desktop .contents {
		display:flex;
		height:100%;
		margin:0px 0;
		gap:20px;
		justify-content: space-between;
	}
		nav.desktop .logo {
			height:100%;
			width:100%;
			width:300px;
			background:white;
			background-image:url('img/logo.png');
			background-size:auto 60%;
			background-position:center;
			background-repeat:no-repeat;
		}




header {
	width:100%;
	aspect-ratio:1 / 0.56;
	background-color:var(--gray);
	background-image:url('img/header_desktop.jpg');
	background-size:cover;
	aspect-ratio: 2000/769;
	display:flex !important;
	align-items:center;
	justify-content: center;
	text-align:center;
}
	header h1 {
		color:var(--gold);
		text-transform:uppercase;
		font-size:70px;
		font-weight:800;
		font-family:din;
		margin-top:17vw;
	}

main section {
	padding:50px 0;
}

footer {
	background-color:var(--blue);
	color:white;
	padding:10px;

}

h2, h3 {
	color:var(--blue);
}

	form {
		padding-top:50px;
	}
	form.sent .row {display:none; }

	form.sent .wpcf7-response-output {
		display:none;
	}
	form .popup {
		background-color: var(--blue);
		border:0;
		color:white;
		padding:40px 30px 50px 30px;
		text-align:center;
		font-size:22px;
		max-width:600px;
		margin:0px auto;
		display:none;
	}
	form.sent .popup {
		display:block;
	}
		form .popup h2 {
			color:white;
		}
		form .popup p {
			color:white;
		}

		label {
			color:var(--blue);

		}
		.form-control {
			border-radius:0;
			border:0;
			background-color:var(--gray)
		}

		.wpcf7-list-item.first {
			margin-left:0;
		}

.button {

	border-radius:0;
	background-color:var(--blue);
	color:white;
	padding:10px 20px;
	cursor:pointer;
	transition:.3s;
	border:1px solid var(--blue);
	margin-top:10px;
}
	.button:hover {
		color:var(--blue);
		background-color:white;
	}



	.dates tr td {
		padding-bottom:10px;
	}


	.dates tr td:first-of-type {
		padding-right:20px;
		color:var(--blue);
		text-transform:uppercase;
		white-space:nowrap;
		vertical-align:top;
	}


@media (max-width:1199px) {
	header h1 {
		font-size:50px;
	}
}

@media (max-width:991px) {
	header h1 {
		font-size:40px;
	}
}

@media (max-width:767px) {
	nav.desktop {
		height:60px;
	}
		nav.desktop .logo {
			width:180px;
		}
	header {
		background-image:url('img/header_mobile.jpg');
		aspect-ratio:767 / 532;
	}
		header h1 {
			margin-top:40vw;
			font-size:28px;
		}

		.img-fluid {
			margin-bottom:20px;
		}
}

@media (min-width:767px) {
	header h1 br {
		display:none;
	}
}
