@charset "utf-8";
/* CSS Document */
html, body {
    background-color: #fff;
    color: #58585a;
    font: 16px/25px "Arial";
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
a {
    color: #58585a;
    text-decoration: none;
}
a:hover {
    color: #97bf0d;
    text-decoration: none;
}
a:active {
    color: #58585a;
}
a:visited {
    color: #58585a;
}
.content {
    height: 100%;
    position: relative;
    width: 100%;
}
img {
    animation: 5s ease 0s normal none 1 swap;
    left: 10%;
    position: absolute;
    top: 20%;
    width: 45%;
}
.highlight {
	color: #97bf0d;
}

.leistungen {
	animation: 8s ease 0s normal none 1 move;
	left: 45%;
	position: absolute;
	top: 45%;
}
.impressum {
	animation: 12s ease 0s normal none 1 move;
	left: 204px;
	position: absolute;
	top: 447px;
	width: 350px;
}

.header {
	background-color: #58585a;
	height: 6%;
	position: absolute;
	top: 0;
	width: 100%;
}
.headergreen {
	background-color: #e6007e;
	height: 1%;
	position: absolute;
	top: 6%;
	width: 100%;
}
.top {
	animation: 8s ease 0s normal none 1 move;
	top: 2%;
	color: #FFF;
	left: 10%;
	position: absolute;
	width: 100%;
}

.bottom {
	animation: 8s ease 0s normal none 1 move;
	bottom: 5%;
	color: #CCC;
	left: 10%;
	position: absolute;
}
#legal {
	color: #7b8183;
	font: 9px "Arial";
}
@keyframes swap {
0% {
    opacity: 0;
    width: 1%;
}
100% {
    opacity: 1;
    width: 45%;
}
}
@keyframes swap {
0% {
    opacity: 0;
    width: 1%;
}
100% {
    opacity: 1;
    width: 45%;
}
}
@keyframes move {
0% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes move {
0% {
    opacity: 0;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
/* iPads (portrait and landscape) -------------------------- */
@media
only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.impressum {
left: 110px;
top: 300px;
width: 100%;}

}
/* Smartphones (portrait) & Old SP (landscape) ------------- */
@media
only screen and (min-width: 320px) and (max-width: 479px) {
.impressum {
left: 60px;
top: 260px;
width: 100%;}
.top {
    left: 5%;
    position: absolute;
    width: 100%;
	font-size: 12px;
}
.headergreen {
    background-color: #58585a;
    height: 5%;
    top: 6%;
    border-bottom: 3px solid #e6007e;
}
#legal {
    width: 250px;
}
}


/* Smartphones (landscape) & Old Tablets (Portrait) -------- */
@media
only screen and (min-width: 480px) and (max-width: 639px) {
.impressum {
left: 110px;
top: 300px;
width: 100%;}

}
}


/* Smartphones & Tablets (portrait & landscape) ------------ */
@media
only screen and (min-device-width: 640px) and (max-device-width: 960px) {
	/* YOUR STYLES */
}


/* Smartphones & Tablets (portrait) & Tiny Desktops -------- */
@media
only screen and (min-width: 640px) and (max-width: 799px) {
	/* YOUR STYLES */
}


/* Smartphones & Tablets (landscape) & Splitted Desktops --- */
@media
only screen and (min-width: 800px) and (max-width: 1000px) {
	/* YOUR STYLES */
}
