body {
color: #000;
background-color: #fff;
}

h1 {
font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 3em;
}

h2 {
font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.6em;
}

.intro p.text {
font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.2em;
}

.main p.text {
font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.2em;
}

p.text {
font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.2em;
}

img {
	max-width: 400px;
	width: 10vw;
	height: auto;
}

.main img.width {
	max-width: 400px;
	width: 10vw;
	height: auto;
}

.main img.height {
	max-height: 400px;
	height: 10vw;
	width: auto;
}

.menue {
	top: 0;
	right: 0;
	margin-top: 30px;
	margin-right: 30vw;
	background-color: #fff;
	position: fixed;
	border: 1px solid #000;
	background-color: #fff;
	padding: 15px;
	transform: rotate(-90deg);
	font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2em;
	line-height: 2.0em;
	text-align: right;
}

.menue a:link {
display: inline-block;
position: relative;
color: #000 !important;
text-decoration: none;
}

.menue a:visited {
color: #000 !important;
text-decoration: none;
}

.menue a:hover {
color: #000 !important;
text-decoration: underline;
}

.menue a:active {
color: #000 !important;
text-decoration: underline;
}

.intro {
	top: 0;
	left: 0;
	margin-top: 50px;
	margin-left: 50px;
	background-color: #fff;
	position: fixed;
	border: 1px solid #000;
	background-color: #fff;
	padding: 10px;
}

.main {
	top: 0;
	left: 0;
	margin-top: 30vh;
	margin-left: 25vw;
	width: 48vw;
	margin-bottom: 200px;
}

.footer {
	bottom: 0;
	right: 0;
	margin-bottom: 50px;
	margin-right: 50px;
	background-color: #fff;
	position: fixed;
	border: 1px solid #000;
	background-color: #fff;
	padding: 10px;
}

li {
list-style-type: none;
}

a:link {
color: #000 !important;
text-decoration: underline;
}

a:visited {
color: #000 !important;
text-decoration: underline;
}

a:hover {
color: #000 !important;
text-decoration: underline;
}

a:active {
color: #000 !important;
text-decoration: underline;
}