/* Reset
-----------------------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font-style:normal;vertical-align:baseline;background:0 0;font-weight:normal;font-style:normal;}ins,mark{background-color:#ff9;color:#000}body{line-height:1}ul, ol{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

/* Schriften
-----------------------------------------------------------*/
@font-face {
	font-family: 'Lausanne-300';
	src: url("webfonts/Lausanne-300.eot"); /* IE9 Compat Modes */
	src: url("webfonts/Lausanne-300.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
		 url('webfonts/Lausanne-300.woff') format('woff'); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

/* Grundgerüst
-----------------------------------------------------------*/
html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: -webkit-fill-available;
}

body {
	font-family: "Lausanne-300", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	font-size: 1em;
	font-size: 1.5vw;
	min-height: 100vh;
	min-height: -webkit-fill-available;

/*	box-sizing: border-box;
*/}

.intro {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100%;
	position: relative;
}

.frame {
	min-height: 100vh;
	width: 100%;
}

.main {
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	min-height: 100vh;
/* 	display: grid;
	place-content: center;
 */	text-align: center;
	z-index: 10;
	box-sizing: border-box;
	padding: 2.8em;
}

.content {
/* 	margin: 0 0 2.8em 0;
 */}

.grid2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: 1fr;
	grid-column-gap: 5%;
	grid-row-gap: 0px;
}


/* Allgemeine Formatierungen
-----------------------------------------------------------*/
img {
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

p a {
	border-bottom: 1px solid #000;
}

p {
	line-height: 1.4em;
	margin-bottom: 1.4em;
}

p:last-child {
	margin-bottom: 0;
}

h2 {
	line-height: 1.4em;
	margin-bottom: 1.4em;
	text-transform: uppercase;
}

h3 {
	line-height: 1.4em;
	text-transform: uppercase;
}


/* Struktur
-----------------------------------------------------------*/

/* Header
-----------------------------------------------------------*/
.siteHeader {
	position: relative;
}

.logo {
	display: block;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 1200px;
}


/* Footer
-----------------------------------------------------------*/
.siteFooter {
	
}

/* Spezifische Formatierungen
-----------------------------------------------------------*/
#info-link {
	position: absolute;
	left: 50%;
	bottom: 1em;
	transform: translate(-50%,-50%);
	display: inline-block;
	width: 55px;
	height: 55px;
	background: url(../img/down-arrow-black.svg) no-repeat center center;
	background-size: 70% auto;
	overflow: hidden;
	text-indent: -9999em;
	box-sizing: border-box;
}

.light-text #info-link {
	background: url(../img/down-arrow-white.svg) no-repeat center center;
	background-size: 70% auto;
}

/* .light-text #info-link {
	color: #fff;
} */

.abstand-unten {
	margin-bottom: 4.2em;
}

#back-link {
	display: inline-block;
	position: relative;
/* 	top: 2.8em;
 *//* 	left: 50%;
 */	width: 40px;
	height: 40px;
	background: url(../img/up-arrow-black.svg) no-repeat center center;
	background-size: 70% auto;
	overflow: hidden;
	text-indent: -9999em;
/* 	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); */
	margin: 2.8em 0 0 0;
	box-sizing: border-box;
}


/* Main Navigation
-----------------------------------------------------------*/




/*-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
MediaQueries
-------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/

@media screen and (max-width: 2000px) {

	body {
		font-size: 1.75vw;
	}

} /* Ende 2000 */

@media screen and (max-width: 1200px) {

	body {
		font-size: 2.25vw;
	}

} /* Ende 1200 */

@media screen and (max-width: 900px) {

	body {
		font-size: 2.75vw;
	}

} /* Ende 900 */

@media screen and (max-width: 600px) {

	body {
		font-size: 16px;
	}

	#info-link {
		width: 40px;
		height: 40px;
		bottom: 90px;
	}
	
} /* Ende 600 */

@media screen and (max-width: 600px) {

	#info-link {
/* 		font-size: 2em;
 */	}



} /* Ende 600 */




/* Advanced Checkbox Hack Navigation
-----------------------------------------------------------*/
body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
	padding: 0;
  }
  to {
	padding: 0;
  }
}

.mainNav input[type=checkbox] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.mainNav label {
	display: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



/* Clearfix
-----------------------------------------------------------*/
.group:after {
  content: "";
  display: table;
  clear: both;
 }