@font-face { font-display: swap; font-family: 'TT Nooks'; font-style: normal; font-weight: normal; src: url('../webfonts/TT_Nooks_Regular.woff2') format('woff2'); }

html {
	background-color:#2b2b2b; 
	color: #e5201e;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "TT Nooks",serif;
	line-height: 1.2;
	letter-spacing: 0.6em;
}

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

.main {
	display: block;
}

.startseite-main {
	height: 100%;
	min-height: 56vw;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.startseite-main .inner {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 70vw;
}

.top {
	display: block; 
	position: absolute;
	left: 0;
	top: 3vw;
	width: 42vw;
	text-align: center;
	font-family: "ars-maquette-web",sans-serif;
	font-size: 0.95vw;
	letter-spacing: 0.5em;
	line-height: 1.4;
}

.cover {
	display: block;
	position: absolute;
	top: calc(50% - 24vw);
	right: 10vw;
	width: 48vw;	
}

.cover img { width: 100%; }

.mainblock {
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 24vw);
	width: 42vw;
	text-align: center;
}	

.mainblock .headline h1 {
	font-size: 5.3vw;
	font-weight: normal;
	margin: 0;
	margin-top: 5vw;
}

.mainblock .headline h1 .subline {
	font-size: 0.6em;
	letter-spacing: 0.22em;
	margin-top: 0.6em;
}

.tourdaten {
	display: block;
	margin-top: 3.3vw;
	font-size: 0.95vw;
	letter-spacing: 0.22em;
	line-height: 1.25;
}

.tourdaten .col {
	display: inline-block;
	vertical-align: top;
	width: 15vw;
}

.tourdaten .zusatzinfo {
	margin-top: 1.5vw;
}

.tourdaten .zusatzinfo .small {
	margin-top: 1.3vw;
	font-size: 0.8em;
}

.bottom {
	display: block;
	position: absolute;
	left: 0;
	bottom: 3vw;
	width: 42vw;
	text-align: center;
	font-family: "ars-maquette-web",sans-serif;
	font-size: 0.95vw;
	letter-spacing: 0.5em;
	line-height: 1.4;
}

.bottom .logo {
	margin-top: 0.5vw;
}

.bottom .logo img { width: 6.5vw; }

@media (min-width: 2000px) {
	.startseite-main { min-height: 1120px; }
	.startseite-main .inner { max-height: 1400px; }
	.startseite-main .inner { width: 2000px; }
	.top { top: 60px; width: 840px; font-size: 19px; }
	.cover { display: block; position: absolute; top: calc(50% - 480px); right: 200px; width: 960px; }
	.mainblock { top: calc(50% - 480px); width: 840px; }	
	.mainblock .headline h1 { font-size: 106px; margin-top: 100px; 	}
	.tourdaten { margin-top: 66px; font-size: 19px; }
	.tourdaten .col { width: 300px; }
	.tourdaten .zusatzinfo { margin-top: 30px; }
	.tourdaten .zusatzinfo .small { margin-top: 26px; }
	.bottom { bottom: 60px; width: 840px; font-size: 19px; }
	.bottom .logo { margin-top: 10px; }	
	.bottom .logo img { width: 130px; }
	
}


@media (max-width: 1000px) {
	.top { position: relative; left: auto; top: auto; width: auto; font-size: 3vw; margin-top: 8vw;}
	.cover { position: relative; right: auto; top: auto; width: auto; text-align: center; margin-top: 8vw; }
	.cover img { width: 90vw; max-width: 600px; }
	.startseite-main .inner { max-height: none; }
	.mainblock { position: relative; left: auto; top: auto; width: auto; }
	.mainblock .headline h1 { font-size: 12vw; margin-top: 11vw; }
	.tourdaten { font-size: 3vw; margin-top: 8vw; }
	.tourdaten .col { width: 45vw; }
	.tourdaten .zusatzinfo { margin-top: 5vw; }
	.tourdaten .zusatzinfo .small { margin-top: 4vw; }
	.bottom { position: relative; left: auto; top: auto; width: auto; margin-top: 12vw; font-size: 3vw; padding-bottom: 8vw; }
	.bottom .logo { margin-top: 1vw;  }
	.bottom .logo img { width: 20vw; }
}
