@font-face {
  font-family: Netto Web;
  src: url('../assets/fonts/netto_web_regular/NettoWeb.eot');
  src: url('../assets/fonts/netto_web_regular/NettoWeb.woff') format('woff');
}
@font-face {
  font-family: Netto Web;
  src: url('../assets/fonts/netto_web_regular/NettoWeb.eot');
  src: url('../assets/fonts/netto_web_regular/NettoWeb.woff') format('woff');
}
@font-face {
  font-family: Netto Web;
  src: url('assets/fonts/netto_web_bold/NettoWeb-Bold.eot');
  src: url('assets/fonts/netto_web_bold/NettoWeb-Bold.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: Netto Web;
  src: url('../assets/fonts/netto_web_bold/NettoWeb-Bold.eot');
  src: url('../assets/fonts/netto_web_bold/NettoWeb-Bold.woff') format('woff');
  font-weight: bold;
}
@font-face{
    font-family:"Netto Icons OT W95 Light";
    src:url("../assets/fonts/netto_icons_web/Fonts/c4d43a54-263d-4945-957f-2c14d2f52fab.eot?#iefix");
    src:url("../assets/fonts/netto_icons_web/Fonts/c4d43a54-263d-4945-957f-2c14d2f52fab.eot?#iefix") format("eot"),url("assets/fonts/netto_icons_web/Fonts/de0c3657-fa30-45c3-a852-1120f946f4ac.woff2") format("woff2"),url("Fonts/abc6e425-5365-443b-8fab-e6bb9a517e01.woff") format("woff"),url("Fonts/d7900beb-571e-4e18-b9c6-96a98bc4f5d4.ttf") format("truetype");
}
@font-face{
    font-family:"Netto Icons OT W95 Regular";
    src:url("../assets/fonts/netto_icons_web/Fonts/5454c9b0-c5f4-4e37-a4f9-fdb7d30f75a6.eot?#iefix");
    src:url("../assets/fonts/netto_icons_web/Fonts/5454c9b0-c5f4-4e37-a4f9-fdb7d30f75a6.eot?#iefix") format("eot"),url("assets/fonts/netto_icons_web/Fonts/466b66e5-9cdd-4cd2-8825-e5ba9a328aa0.woff2") format("woff2"),url("Fonts/b918a9fa-6033-4dfd-aab2-f02c0e01bc75.woff") format("woff"),url("Fonts/2c1a346c-ac0e-403d-a654-0dc054315af1.ttf") format("truetype");
}
@font-face{
    font-family:"Netto Icons OT W95 Bold";
    src:url("../assets/fonts/netto_icons_web/Fonts/8726eee6-c67c-4875-b4d9-4cc406cd67a8.eot?#iefix");
    src:url("../assets/fonts/netto_icons_web/Fonts/8726eee6-c67c-4875-b4d9-4cc406cd67a8.eot?#iefix") format("eot"),url("assets/fonts/netto_icons_web/Fonts/69da2fb9-987a-4ac2-8fd5-a39fb65ca6b9.woff2") format("woff2"),url("Fonts/5dab4a36-f1d2-4022-b7a0-46cc5a0e5bfd.woff") format("woff"),url("Fonts/54bff8d8-f1a0-4bc5-b2fa-b11d03f9cc77.ttf") format("truetype");
}

body {
	font-family: Netto Web !important;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.wrapper {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: #ffffff;
}

/* **************************
* 	Logo
* **************************/
.logo {
	box-sizing: border-box;
	color: #fff;
	font-size: 4em;
	width: 500px;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	margin-top: 25vh;
}
.logo img {
	width: 100%;
}

/* **************************
* 	Icons
* **************************/
.icons-wrapper {
	box-sizing: border-box;
	position: relative;
	margin: 10vh auto 0 auto;
	/*border: 1px solid yellow;*/
	width: 375px;
}
.icons-wrapper ul {
	box-sizing: border-box;
	display: block;
	padding: 0 50px;
	/*border: 1px solid blue;*/
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.icons-wrapper ul li {
	box-sizing: border-box;
	display: inline-block;
	list-style: none;
	font-size: 2em;
	text-align: center;
	width: 50px;
	height: 50px;
}
.icons-wrapper ul li img {
	width: 100%;
	opacity: .35;
	transition: all .1s linear;
}
.icons-wrapper ul li:hover img {
	width: 100%;
	opacity: .9;
}

.content-wrapper {
	width: 100%;
	color: #fff;
}
.content-wrapper p {
	display: none;
	text-align: center;
	font-size: 2em;
}
.content-wrapper p a {
	text-decoration: none;
	color: #000000;
}

/* **************************
* 	Impressum
* **************************/
.imprint-link-wrapper {
	position: absolute; 
	bottom: 5vh;
	width: 100%;
	text-align: center;
}
.imprint-link-wrapper a {
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #000;
}
.imprint-wrapper {
	display: none;
	position: absolute;
	top: 20vh;
	left: 30vw;
	right: 30vw;
	bottom: 20vh;
	padding: 20px;
	background-color: #fff;
	overflow: scroll;
	border-radius: 20px;
	opacity:0;
	transition: .4s ease;
	text-align: center;
}
.imprint-wrapper p {
	margin-bottom: 50px;
}
@media screen and (max-width: 1000px ) {
	.imprint-wrapper {
		top: 20vh;
		left: 20vw;
		right: 20vw;
		bottom: 20vh;
	}
}
@media screen and (max-width: 767px ) {
	.imprint-wrapper {
		top: 10vh;
		left: 10vw;
		right: 10vw;
		bottom: 10vh;
	}
}
.imprint-wrapper.show {
	opacity: 1;
	transition: .4s ease;
}
.imprint-wrapper .modal-close {
	position: absolute;
	text-decoration: none;
	color: #333;
	font-size: 1.8em;
	top: 10px;
	right: 20px;
}
