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: 5em; font-weight: 600; color: rgba(0, 0, 0, 1); padding: 0;  margin: 0 0 .5em 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: #000;
    border: 3px solid #000;
    padding: 13px;
    display: inline-block;
    margin: 13px 0;
}


a:hover { 
	color: rgba(0,0,0,.6);
	border-color: rgba(0,0,0,.6);
}

.black {
	background: #000;
}

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, #222);
	background-size: 200% 200%;
	-webkit-animation: AnimationName 10s ease infinite;
	-moz-animation: AnimationName 10s ease infinite;
	animation: AnimationName 10s ease infinite;
}

@-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 div {
	position: absolute;
	width: 100%;
	height: 100%;
}

.intro img.logo {
	height: 500px;
    position: relative;
    top: 50%;
    margin-top: -250px;
	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 ;
}

.intro img.text {
	height: 300px;
    position: relative;
    top: 50%;
    margin-top: -150px;
	opacity: 0;
	width: 90%;
}

@-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;
}

.anfahrt p {
	text-align: center;
	font-size: 2.5em;
	font-weight: 600;
}

.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: 90%;
	display: block;
	margin: 0 auto;
}

.share img.rotate {
	width: 70%;
	display: block;
	margin: 0 auto;
	-webkit-animation:spin 90s linear infinite;
    -moz-animation:spin 90s linear infinite;
    animation:spin 90s linear infinite;
}

.share {
	position: relative;
}

.share > div {
	position: absolute;
	width: 100%;
	padding: 10px 0;
	top: 50%;
	z-index: 1;
	text-align: center;
}

.share > div a {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0px 4px;
	background-size: contain;
}

.share > div a img {
	width: 80px;
	height: 80px;
	opacity: 0;
}

.share > div a:hover img {
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.impressum img {
    margin: 0 auto;
    display: inherit;
}

.hidden {
	height: 0px;
	overflow: hidden;
}

#impressum:hover {
	cursor: pointer;
}

@media screen and (max-width: 1000px) {
	.share img.rotate {display: none; }
	.share > div { position: inherit; }
}

@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; }
	.share > div a {
		display: block;
		margin: 0px auto 30px;
	}
}

@media screen and (max-width: 650px) {
	.intro img.logo { height: 400px; margin-top: -200px; }
}

@media screen and (max-width: 550px) {
	.anfahrt p { font-size: 2em; }
	h1, h2 { font-size: 4em; 
}

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

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








@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }