@charset "utf-8";
/* CSS Document */

html
{
	box-sizing: border-box;
	height: 100%;
	position: relative;
}

*, *:before, *:after 
{
  box-sizing: inherit;
}

body 
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background: #ffffff;
	font-family: neue-haas-unica, sans-serif;
}

/** Header **/
header 
{
	position: fixed;
	width: 100%;
	height: 5vw;
	padding: 0;
	margin: 0;
	box-shadow: 0px .1vh .5vh 0 rgba(0, 0, 0, 0.3);
	background: #ffffff;
	border-bottom: .15vw solid #e88743;
	z-index: 10;
}

#header-logo
{
	float: left;
	width: 25%;
	height: 5vw;
	padding: .65vw 0 .65vw 2vw;
}

#header-logo img
{
	width: auto;
	height: 3.5vw;
}

#header-nav
{
	float: right;
	width: auto;
	height: 100%;
	margin-right: 2vw;
	padding: .5vw 0;
}

#header-nav a
{
	display: inline;
	text-decoration: none;
	color: black;
	margin-left: 2vw;
	font-size: 1.2vw;
	line-height: 4vw;
}

#header-nav a:hover
{
	color: #fe7b20;
}

.current
{
	font-weight: bold;
}

/** Main Body **/
main
{
	width: 100%;
	min-height: 100vh;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 5vw 0;
}

.module-wrap
{
	width: 100%;
	height: auto;
	text-align: center;
}

#module1
{
	width: 100%;
	height: auto;
}

#module2
{
	width: 100%;
	height: auto;
}

#module3
{
	width: 100%;
	height: auto;
	margin-bottom: 4.5vw;
	min-height: 13vw;
}

#module3 h2
{
	font-size: 3.5vw;
	color: #1778bc;
}

#mailbutton:hover
{
	background-color: #fe7b20;
}

#orange-line
{
	width: 75vw;
	height: .3vw;
	background-color: #fe7b20;
	margin: 0 12.5vw;
	transform: translateY(-1.45vw);
}

#mailbutton
{
	display: inline-block;
	text-decoration: none;
	padding: .85vw 0;
	width: 15vw;
	height: 5vw;
	background-color: #1778bc; 
	color: white;
	font-family: neue-haas-unica, sans-serif;
	font-size: 2vw;
	border: none;
	cursor: pointer;
	font-weight: 700;
	border-radius: 1vw;
}

/** Footer **/
footer
{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5vw;
	background: #1778bc;
	border-top: .15vw solid #e88743;
}

#footer-nav
{
	float: left;
	width: auto;
	height: 100%;
	margin-left: 2vw;
	padding: .5vw 0;	
}

#footer-nav a
{
	display: inline;
	text-decoration: none;
	color: white;
	margin-right: 2vw;
	font-size: 1.2vw;
	line-height: 4vw;	
}

#footer-nav a:hover
{
	color: #fe7b20;
}

#footer-logo
{
	float: right;
	width: 25%;
	height: 100%;
	padding: .75vw 2vw .75vw 0;
}

#footer-logo img
{
	float: right;
	width: auto;
	height: 3.5vw;
}

/** Only for smaller formats **/
.dropdown 
{
	display: none;
}

#thin-foot
{
	display: none;
}

#thin-foot-mob
{
	display: none;
}

#textmod1
{
	display: none;
}

#mobilemod1
{
	display: none;
}

#module4
{
	display: none;
}
