@charset "utf-8";

@font-face { font-display: swap; font-family: 'Euclid Circular A'; font-style: normal; font-weight: normal; src: url('../webfonts/EuclidCircularA-Regular-WebXL.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Euclid Circular A'; font-style: normal; font-weight: 500; src: url('../webfonts/EuclidCircularA-Medium-WebXL.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Euclid Circular A'; font-style: normal; font-weight: bold; src: url('../webfonts/EuclidCircularA-Semibold-WebXL.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Sang Bleu Kingdom'; font-style: italic; font-weight: normal; src: url('../webfonts/SangBleuKingdom-RegularItalic-WebXL.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Atkinson'; font-style: normal; font-weight: normal; src: url('../webfonts/atkinson-hyperlegible-mono-v5-latin-regular.woff2') format('woff2'); }


html { 
	box-sizing: border-box;
	margin: 0px;
	height: 100%;
	background-color: #c9d9e2;
}
 
:focus {
	 outline:0; 
	 -moz-outline:0; 
} 

img {
	vertical-align: baseline;
}

span,div {
	zoom: 1;
}			   

input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

img {
	display: block;
}

a {
	zoom: 1;
	color: inherit;
}
	
a img {
	border-width: 0px;
}	   

a:hover  {
	color: inherit;
}

form {
	margin: 0px;
	padding: 0px;
}
	
sup { 
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 70%;
}

ul {
	padding-left: 1.5em;
}

body {	 
	box-sizing: border-box;
	position: relative;
	margin: 0;
	padding: 0px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Euclid Circular A",sans-serif;
	font-size: 17px;
	line-height: 1.5;
	color: black;
	min-height: 100%;
	overflow-x: hidden;
	border: 20px solid white;
	border-top: 40px solid white;
	
}	 

.show-on-mobile { display: none !important; }

.smalltext { font-size: 70%; }

.bigtext { font-size: 125%; } 

.bigletter {
	position: fixed;
	height: 160px;
}

.bigletter img { height: 100%; width: auto; }

.m { left: 0; top: 0; }
.b { right: 0; top: 0; }
.s { left: 0; bottom: 0; }
.r { right: 0; bottom: 0; }

.bg-video { 
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	mix-blend-mode: screen; 
	width: 100%;
}

.scrollfade { opacity: 0.05;  }
.scrollfade.visible { transition: opacity 1s; opacity: 1; transition-delay: 0.1s; }

/**** LAUFTEXT ****/

.lauftext {
	box-sizing: border-box;
	padding: 8px 150px 0px 200px;
	white-space: nowrap;
	position: absolute;
	height: 40px;
	width: calc(100% + 40px);
	top: -40px;
	left: -20px;
	font-family: "Atkinson", monospace;
	text-transform: uppercase;
	font-size: 15px;
	background-color: white;
	color: black;
}

.lauftext .inner {
	width: 100%;
	overflow: hidden;
}

.lauftext p { 
	display: inline;
	margin: 0;
}

/**** MENU ****/

.menu {
	position: fixed;
	left: 40px;
	top: 220px;
}

.menu ul { margin: 0; padding: 0; }
.menu li { 
	list-style-type: none; 
	margin: 0;
	padding: 0; 
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.menu a { 
	text-decoration: none;
}

.menu a:hover {  color: white; }

.menu h1 { 
	color: white; 
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
}

/**** MOBILE MENU ****/

.mobilemenu-icon { position: fixed; display: none; cursor: pointer; }

.mobilemenu {
	display: none;
	box-sizing: border-box;
	position: fixed;
	top: 40px; left: 0;
	background-color: rgba(255,255,255,0.95);
	width: 100%;
	height: calc(100% - 40px);
	padding: 30px;
}

.mobilemenu ul { margin: 0; padding: 0; }
.mobilemenu li { 
	list-style-type: none; 
	margin: 0;
	padding: 0; 
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.mobilemenu a { 
	text-decoration: none;
}

.mobilemenu a:hover {  color: #b9c6cf; }

.mobilemenu h1 { 
	color: #b9c6cf; 
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
}

.mobilemenu-close {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}

/**** CONTENT ****/

.content {
	padding: 200px;
	padding-top: 140px;
}	

.content p {
	max-width: 740px;
	margin-top: 0.5em; 
}

.content .zitat {
	font-family: "Sang Bleu Kingdom", serif;
	font-style: italic;
	font-size: 26px;
	margin-top: 2.5em;
}

.content .zitat p { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }

.content .zitat .quelle {
	font-family: "Euclid Circular A",sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.content .zitat.intro {
	margin-top: calc(50vh - 210px);
	margin-bottom: calc(50vh - 170px);
}

.content .zitat.left { margin-left: -160px; }

.content h2 {
	font-size: inherit;
	text-transform: uppercase;
	margin-top: 3.5em;
	margin-bottom: 0;
	letter-spacing: 0.05em;
	max-width: 740px;
}

.content h2:first-child { margin-top: 1em; }

.content h3 {
	font-size: inherit;
	margin-top: 1em;
	margin-bottom: -0.5em;
	font-weight: 500;
	max-width: 740px;
}

.content ul {
	margin-top: -1em;
	padding-left: 0.8em;
}

.content li { list-style-type: none; }
.content li:before { position: absolute; content: "- "; margin-left: -0.8em; }

.content .inline-zitat {
	font-family: "Sang Bleu Kingdom", serif;
	font-style: italic;
}

/**** STARTSEITE ****/

.startseite .content { 
	padding-top: 50px; 
	font-size: 22px;
}

.startseite .content h1 {
	font-size: 22px;
	line-height: 1.15;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0;
}

.startseite .content p { margin: 0; }

.startseite .weiterlink {
	display: inline-block;
	font-size: 0.6em;
	margin-top: 0.6em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}	

.startseite .weiterlink:after {
	content: " →";
	text-decoration: none !important;
}

.startseite .weiterlink:hover { color: white; }

/**** ACCORDION ****/

.accordion-head {
	border-bottom: 1px solid #92989d;
	margin: 0 !important;
	cursor: pointer;
}

.accordion-head.expanded { border-bottom: none; }

.accordion-head:before { content: "→ "; margin-right: 4px;}
.accordion-head.expanded:before { content: "↓ "; margin-right: 6px;}


.accordion-body { 
	box-sizing: border-box;
	display: none; 
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0.1em;
	padding-left: 23px;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #92989d;
}

/**** DOWNLOADS ****/

label { 
	display: block;
	font-size: 9px; 
	text-transform: uppercase; 
}

input[type=password] { 
	border: none;
	font-size: 20px; 
	margin-top: 4px;
	margin-bottom: 20px; 
	padding: 4px; 
	width: 370px; 
	max-width: 100%;
 }

.col { 
	display: inline-block; 
	vertical-align: top; 
	width: 220px; 
}

.col h2 { margin-top: 1em; }
	
.col h2 img { display: inline-block; vertical-align: middle; position: relative; top: -2px; margin-left: 2px; }
	
	
/**** FOOTER ****/

.footer {
	position: relative;
	padding-left: 200px;
	padding-bottom: 40px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.footer a {
	display: inline-block;
	margin-right: 44px;
	text-decoration: none;
}

.footer a:hover { color: white; }

/**** SMALL SCREENS ****/

@media only screen and (max-width: 1000px) {	
	.lauftext { padding: 10px 125px 0px 165px; }
	.bigletter { height: 140px; }
	.content { padding-right: 120px; }
	.content .zitat { font-size: 24px; }
	.content .zitat.intro { margin-top: calc(50vh - 180px); }	
	.startseite .content { padding-top: 29px; font-size: 19px; }
}

@media only screen and (max-width: 750px) {
	body {	border-left: 15px solid white; border-right: 15px solid white; }
	.hide-on-mobile { display: none !important; }
	.show-on-mobile { display: block !important; }	
	.mobilemenu-icon { display: block; right: 80px; top: 55px; }
	.menu { display: none; }
	.lauftext { position: fixed; top: 0; left: 0; padding: 10px 15px; width: 100%; }
	.bigletter { height: 85px; }
	.m { top: 40px; }
	.b { top: 40px; }
	.content { padding-left: 85px; padding-right: 85px; padding-top: 80px; padding-bottom: 80px; }
	.content .zitat { font-size: 20px; }
	.content .zitat.intro { margin-top: calc(50vh - 150px); margin-bottom: calc(50vh - 150px); }	
	.content .zitat.left { margin-left: 0px; }
	.startseite .content { font-size: 17px; }
	.startseite .content h1 { font-size: 18px; }
	.footer { padding-left: 85px; padding-bottom: 100px; }
}

@media only screen and (max-width: 600px) {
	.content { padding-left: 45px; padding-right: 45px; }
	.startseite .content h1 { padding-left: 40px; }
	.footer { padding-left: 45px; }
}

@media only screen and (max-width: 420px) {
	body {	border: 10px solid white; border-top: 40px solid white; font-size: 15px; }
	.mobilemenu-icon { right: 65px; top: 52px; }
	.bigletter { height: 70px; }
	.content { padding-left: 20px; padding-right: 20px; }
	.startseite .content { padding-top: 22px; font-size: 15px; }
	.startseite .content h1 { padding-left: 50px; font-size: 15px; }
	.footer { padding-left: 20px; }
}

@media only screen and (max-width: 360px) {
	.startseite .content { padding-top: 30px; }
	.startseite .content h1 { font-size: 13px; }
}