@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'zeki2regular';
    src: url('_fonts/zeki-webfont.woff2') format('woff2'),
         url('_fonts/zeki-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ========= S E I T E ========================================================================================== */

html {
	border: 0;
	margin: 0;
	padding: 0;
	/*height: 100%;*/
	-webkit-text-size-adjust: none;
}

body {
	font-family: 'zeki2regular', serif;
  	font-size: 100%;
	background-image: url(bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

/* ========= I N D E X  ========================================================================================== */

#gedicht {
	position: absolute;
	right: 10%;
	bottom: 10%;
}

#gedicht p, #gedicht a {
	line-height: 100%;
	color: #FFF;
	font-size: 1.5rem;
}

#gedicht a {
	text-decoration:none;
}

/* =========================================================================================================================================================================================== */

/* ----- Seitenanpassung smart ---------------------------------------------------------*/


@media only screen and (max-height:800px) {

#gedicht {
	right: 5%;
}

#gedicht p, #gedicht a {
	line-height: 40%;
	font-size: 1.25rem;
}

}


@media only screen and (max-height:680px) {

#gedicht p, #gedicht a {
	line-height: 50%;
	font-size: 1.1rem;
}

}

@media only screen and (max-height:580px) {

#gedicht p, #gedicht a {
	font-size: 1rem;
}

}
