@font-face {
    font-family: 'ars_maquette';
    src: url('../webfonts/ARSMaquettePro-Regular-webfont.woff2') format('woff2'),
         url('../webfonts/ARSMaquettePro-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ars_maquette';
    src: url('../webfonts/ARSMaquettePro-Bold.woff2') format('woff2'),
         url('../webfonts/ARSMaquettePro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

html {
	background-color: black;
	height: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	overflow-y: hidden;
}

body {
	font-family: 'ars_maquette', sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #add4df;
}

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

.startseite-main {
	width: 100%;
	margin: auto;
	font-size: 0;
	line-height: 0;
}

.startseite-colbig {
	display: inline-block;
	vertical-align: top;
	width: 65%;
}

.startseite-colsmall {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	height: 71.25vw;
	max-height: 1240px;
	background-image: url(../img/bg-gaensehaut.jpg);
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
}

.startseite-colsmall .linkblock {
	width: 20vw;
	min-width: 250px;
	max-width: 360px;
	margin: auto;
	font-size: 15px;
	line-height: 0.97;
	text-align: center;
	padding-top: 2.5vw;
}

.startseite-colsmall .linkblock h2 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 3px;
}

@media only screen and (max-width: 1610px) {
	.startseite-colsmall .linkblock { font-size: 14px; }
	.startseite-colsmall .linkblock h2 { font-size: 18px; margin-top: 24px;  }
}

@media only screen and (max-width: 1100px) {	
	html { 	overflow-y: auto; }
	.startseite-colbig, .startseite-colsmall { display: block; width: auto; }
	.startseite-colsmall { height: 1000px; }
	.startseite-colsmall .linkblock { width: 300px; padding-top: 40px;}
}

@media only screen and (max-width: 500px) {	
	.startseite-colsmall { height: calc(580px + 80vw); }
}
