html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, .4);
}

p, ul { font-size: 1.1em; }
p img { height: 1.5em; vertical-align: bottom; }
h1, h2 { font-size: 2.5em; font-weight: 600; color: rgba(0, 0, 0, 1); padding: 0;  margin: 0 0 2em 0; text-align: center; }
h2 img { height: 1em; vertical-align: bottom; }
h3 { font-size: 1.2em; font-weight: 400; margin: 0; color: rgba(0, 0, 0, .6);}
h3.center { text-align: center; margin: 0 0 5em 0; }
ul { list-style-type: none; margin: 0; padding: 0; } 
li { list-style: none; margin: 0; padding: 0; line-height: 1.5em; }

a { text-decoration: none; color: #EC8C3D; }
a:hover { color: rgba(236,140,61,.6); }

figure {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 20;
}



.scrollPosition {
	position: fixed;
	z-index: 10;
	left: 12px;
	top: 50%;
	margin-top: -65px;
}

.pos {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	border: 1px solid #EC8C3D !important;
	margin: 10px 0;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease; 
}

.pos.aktiv {
	background-color: #EC8C3D !important; 
}


.content {
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 5em 0 5em 0;
	border-bottom: 1px solid #000;
}

.intro {
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative;
	background: linear-gradient(39deg, #000000, #555);
	background-size: 200% 200%;
	-webkit-animation: AnimationName 10s ease infinite;
	-moz-animation: AnimationName 10s ease infinite;
	animation: AnimationName 10s ease infinite;
}

h3 img {
	width: 30%;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 84%; }
    50%{background-position:100% 17%; }
    100%{background-position:0% 84%; }
}

@-moz-keyframes AnimationName {
    0%{background-position:0% 84%; }
    50%{background-position:100% 17%; }
    100%{background-position:0% 84%; }
}

@keyframes AnimationName { 
    0%{background-position:0% 84%; }
    50%{background-position:100% 17%; }
    100%{background-position:0% 84%; }
}

.intro img.logo {
	height: 200px;
	position: relative;
	top: 50%;
	margin-top: -100px;
	opacity: 0;
}

.intro img.button {
	height: 18px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -24px;
	-webkit-animation: jump 2.5s ease 0s infinite normal ;
	-moz-animation: jump 2.5s ease 0s infinite normal ;
	-o-animation: jump 2.5s ease 0s infinite normal ;
	animation: jump 2.5s ease 0s infinite normal ;
}

@-webkit-keyframes jump {
	0%  { -webkit-transform: translateY(0); transform: translateY(0); }
	20% { -webkit-transform: translateY(0); transform: translateY(0); }
	40% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
	50% { -webkit-transform: translateY(0); transform: translateY(0); }
	60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
	80% { -webkit-transform: translateY(0); transform: translateY(0); }
	100%{ -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes jump {
	0%  { transform: translateY(0); }
	20% { transform: translateY(0); }
	40% { transform: translateY(-15px); }
	50% { transform: translateY(0); }
	60% { transform: translateY(-5px); }
	80% { transform: translateY(0); }
	100%{ transform: translateY(0); }
}

.intro img.button:hover {
	cursor: pointer;
}

.termine p {
	text-align: center;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1.5em;
}

.preise li em { 
	color: #EC8C3D; 
	font-style: normal; 
}

.preise li:first-child { 
	font-weight: 600; 
	text-transform: uppercase; 
	color: rgba(0, 0, 0, 1); 
}

.preise li > span { 
	display:inline-block; 
	width: 13%; 
}

.preise li > span:first-child { 
	display:inline-block; 
	width: 35%; 
	text-transform: uppercase; 
}

.preise li { 
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease; 
}

.preise li.margin { 
	margin-bottom: 1em; 
}

.preise li:first-child:hover,
.preise li:last-child:hover { 
	background-color: #fff; 
	cursor: default; 
}

.preise li:hover { 
	background-color: rgba(236,140,61,.6); 
	cursor: pointer; 
}

.preise li:hover em { 
	color: #000; 
}

.preise li:last-child:hover em { 
	color: #EC8C3D; 
}

.anfahrt img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.impressum {
	min-height: 100%;
}

@media screen and (max-width: 900px) {
	.content { width: 90%; }
}

@media screen and (max-width: 800px) {
	body { font-size: 12px; }
	.anfahrt img { width: 90%; }
}

@media screen and (max-width: 700px) {
	.scrollPosition { left: 4px; }
}

@media screen and (max-width: 650px) {
	.intro img.logo { height: 150px; margin-top: -75px; }
	.preise li { line-height: 3.5em; border-bottom: 1px solid rgba(0,0,0,.6); }
	.preise li.margin { margin-bottom: 0; }
	.preise li > span { width: 20%; }
	.preise li > span:first-child { width: 100%; text-align: center }
}

@media screen and (max-width: 550px) {
	.termine p { font-size: 2em; }
}

@media screen and (max-width: 500px) {
	.termine p { font-size: 1.5em; }
	.pos { width: 4px; height: 4px; border-radius: 2px; }
}

@media screen and (max-width: 450px) {
	.intro img.logo { height: 100px; margin-top: -50px; }
	.preise li:first-child { font-size: .7em; }
}