/* COPYRIGHT (C) 2018 BY G. STEKELENBURG - ALL RIGHTS RESERVED */

* {
	font-family: Helvetica;
	font-size: 2.2vh;
	box-sizing: border-box;
	margin: 0;
}

template {
	display: none;
}

body {
	text-align: center;
	font-size: 0;
	font-weight: 300;
	margin: 20vh 0;
	line-height: 3vh;
}

#header {
	width: 100%;
	position: absolute;
	top: 10vh;
	line-height: 7vh;
}

#header,
#header.fixed {
	position: fixed;
	top: 0;
}

#header * {
	display: inline-block;
}

#header a {
	padding: 0 1vh !important;
}

h1,h2,h3,h4 {
	font-size: 2.5vh;
	font-weight: 500;
}

h1 a {
	font-weight: 500;
}

h2 {
	font-family: Georgia;
	font-size: 10vh;
	margin: 20vh auto;
}

p {
}

@media screen and (max-width: 100vh) {
	h2 { width: 40vh; line-height: 10vh; }
	#header a { display: none !important; }
        #footer a { padding: 0vh 8vw !important; }
	label { display: none !important; }	
	i.icon svg { width: 4vh; height: 4vh; }
	i#logo.icon svg { width: 5vh; height: 5vh; }
        #footer { line-height: 10vh !important; }

	small { padding-top: 20vh !important; }
}

h3 {
	padding-top: 10vh;
}

q {
	display: block;
	margin: 30vh auto;
	font-family: Georgia;
	font-weight: 100;
	font-size: 10vh;
}
q:before,
q:after { content: '' }

blockquote {
	margin: 8vh 0vh;
}
blockquote p {
	font-family: Georgia !important;
	font-style: italic;
}

blockquote h4 {
	font-weight: 900;
	font-size: 12vh;
	height: 0px;
	text-align: right;
	padding-bottom: 2vh;
}


h3, h4, p, ul {
	width: 90vh;
	max-width: 90vw;
	margin: 2vh auto;
	text-align: left;
}

h3, h4 {
	margin-top: 4vh;
}

h3 {
	font-weight: 100;
	font-size: 4vh;
}

a {
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}
a:hover label {
	text-decoration: underline;
}

small {
	padding-top: 45vh;
}

#contact a {
	display: block;
}

#footer a {
	display: inline-block;
	padding: 0 2vh;
}

#footer {
	position: fixed;

	left: 0vw;
	right: 0vw;
	bottom: 0vh;

	line-height: 7vh;
	box-shadow: 0 0 5vh #fff;
}

small {
/*
	position: fixed;

	left: 0vw;
	right: 0vw;
	height: 3vh;
	bottom: 0vh;
*/
	display: block;
	font-size: 1.5vh;
	z-index: 2;
}

.icon {
	width: 2.2vh;
	height: 2.2vh;
	display: inline-block;
	margin-top: 0.4vh;
	vertical-align: top;
}

.icon svg {
	fill: currentColor;
}


#logo svg {
	height: 5vh !important;
	position: fixed;
	top: 0;
	left: 0;
	margin: 1vh;
}

#header a.lang {
	display: block !important;
	position: fixed;
	top: 0;
	right: 2vh;
}
.lang {
	font-variant: small-caps;
}

#gdpr_popup {
	position: fixed;
	bottom: 10vh;
	width: 100%;
	text-align: center;
	padding: 3vh;
	font-weight: bold;
	font-size: 1.5vh;
	box-shadow: 0 0 0 1px #18e;
}

#gdpr_popup button {
	border: none;
	border-radius: 3px;
	padding: 1vh 2vh;
	display: block;
	margin: 0 auto;
	font-size: 1.5vh;
}
