

.durchgestrichen {
text-decoration: line-through}



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

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

	color: #000000;
/* 		color: #ffffff; */
}



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

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

h3, ul, li, ul li a{
		font-size: 1.5em;
		line-height: 1.2em;
	}
	
li {
	list-style-type: none;
}



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



a{
	text-decoration: none;
}

h2 a{
		color:#000000; 
		border-bottom: 0px solid #000000;
		padding-bottom: -5px;
}

h2 a:hover{
	color:#ff0027; 
	border-bottom: 0px solid #ff0027;
}

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

a:hover{
	color:#32f2b5;
	border-bottom: 0px 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;
}

