@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700,700i');
/* Reset css START*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Ubuntu', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.8;
	background: #021E2C;
}
ol, ul, li {
	list-style: none;
}
strong {
	font-weight: 700;
}
.blue {
	color: #86c5e9;
}
.oeffis-preise {
    border: 1px solid #fff;
    padding: 10px 20px;
}
.oeffis-preise:hover {
	background-color:#fff;
	color:#86c5e9;
}
.attention .oeffis-preise {
    background-color: #86c5e9;
    padding: 10px 20px;
}
.attention .oeffis-preise:hover {
	background-color: #86c5e9;
	color:#003654;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
b {
	font-weight: bold;
}
/* Reset css STOP*/

.clearfix::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.main-cover {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0) url("../img/ImageArea-Schwimmer.jpg") repeat scroll 0 0 /cover;
	text-align: center;
}
/*.wrapper {
    margin: 0 auto;
    max-width: 968px;
    padding: 0 10px;
	height:100vh;
	position:relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
}*/

.main-cover .main-content {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.25em;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.main-content .text, .main-content .icons, .main-content .imprint {
	max-width: 968px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.icons {
	width: 100%;
	padding: 60px 0 50px 0;
}
.icons img {
	width: 90%;
	height: auto;
	display: block;
}
.col1, .col2, .col3 {
	width: 240px;
	display: inline-block;
}
.imprint {
	font-size: 0.8em;
}
.logo {
	height: auto;
	position: absolute;
	right: 4%;
	top: 4%;
	width: 210px;
	box-sizing: border-box;
	max-width: 70%;
}
.wave-text {
	display: block;
	height: auto;
	padding: 0 0 0 10%;
	width: 50%;
	height: auto;
}
.facebook {
	display: inline-block;
	position: absolute;
	bottom: 150px;
	right: 7%;
	width: 79px;
}
.facebook img {
	width: 100%;
	height: auto;
	display: inline-block;
}
 @media only screen and (max-width: 1200px) {
.wave-text {
	display: none;
}
.main-cover {
	background: rgba(0, 0, 0, 0) url("../img/ImageArea-SchwimmerMobile.jpg") no-repeat scroll 0 0 /cover;
}
.main-cover .main-content {
	position: absolute;
	bottom: 10px;
	padding-top: 15px;
	overflow: hidden;
}
.logo {
	position: relative;
	width: 175px;
	padding-top: 25px;
	float: right;
}
.main-content .icons {
	padding: 0;
}
.main-content {
	background-color: rgba(7, 71, 96, 0.7);
}
.main-content .imprint {
	padding-bottom: 20px;
}
.main-cover {
	height: auto;
	min-height: 100vh;
}
.facebook {
	position: relative;
	text-align: center;
	max-width: 968px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	bottom: auto;
	right: auto;
	width: 100%;
}
.facebook img {
	width: 79px;
}
}
@media only screen and (max-height: 940px) {
.wave-text {
	display: none;
}
}
 @media only screen and (max-width: 720px) {
.wrapper {
	width: 100%;
	background-color: rgba(7, 71, 96, 0.7);
}
.logo {
	position: relative !important;
	padding-bottom: 30px;
	float: none;
	height: auto;
}
.main-cover {
	height: auto;
	width: 100%;
}
.main-cover .main-content {
	position: relativ !important;
	clear: both;
	padding-top: 15px;
	height: auto;
	bottom: auto;
}
}
 @media only screen and (max-width: 480px) {
.oeffis-preise {
    border: none;
	padding:0;
}
 }
