

.durchgestrichen {
text-decoration: line-through}



body{
	background-color:#ff0027;
	font-size: 12px;
	height: 100%;
}

h1, h2{
/* 	font-family: 'Yatra One', cursive; */
/* 	font-family: 'Cutive Mono', monospace; */
/* 	font-family: 'Bowlby One', cursive; */
/* 	font-family: 'Creepster', cursive; */
font-family: 'Heebo', sans-serif;
font-weight: 400;

	color: #ffffff;
}



h2{
		font-size: 2.5em;
		line-height: 1.2em;
	}

@media only screen and (min-width: 700px) {
	
	h2{
		font-size: 4em;
	}
	
}

h3{
		font-size: 1.5em;
		line-height: 1.2em;
	}



h4{
	font-size: 1em;
	font-family: 'Heebo', Helvetica, Arial, sans-serif;
	color: #ffffff;
}



p, li{
	font-family: 'Heebo', Helvetica, Arial, sans-serif;
}

p, a, li{
	color: #ffffff;
}

a{
	text-decoration: none;
}

h2 a{
		color:#22a77d; 
		border-bottom: 0px solid #ffffff;
		padding-bottom: -5px;
*/
}

h2 a:hover{
	color:#ee2f39; /*rot*/
	border-bottom: 0px solid #fcbde4;
}

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

a:hover{
	color:#32f2b5;
	border-bottom: 1px solid #32f2b5;
}



/*
header {
	background-position: center center;
}
*/

header, .content, .impressum{
	margin: 1em;
}

footer{
	position: absolute;
	bottom: 10px;
	margin-left: 1em;
}


@media only screen and (min-width: 700px) {
	
	header, .content, .impressum{
	margin: 4em;
}

div.content{
	position: absolute;
	top: 20%;
	
}

footer{
	margin-left: 4em;
}
	
	}

div.current{
	margin: 1em auto 1em auto;
	vertical-align: middle;
	opacity: 0.5;
}

