html {
	background-image: url(./data/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body{
	font-family: avenir, Helvetica, sans-serif; 
}

p{
	margin: 0;
}

.first, .second{
	width: 50%;
	float: left;
	margin: 70px 0px 70px 0px;
}

.hidden{
	display: none!important;
}

#main{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	height: 98vh;
	box-shadow: 0px 0px 5px 0px #ddd;
}

.menue{
	width: 100%;
	height: 33%;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	display: table;
	border-bottom: 1px solid white;
	cursor: pointer;
}
.menue:hover{
	opacity: 0.75;
}

.menue div{
	vertical-align: middle;
    text-align: center;
    font-size: 20px;
    display: table;
    width: 100%;
    height: 25%;
}
.menue div:nth-child(2){
	height: 50%;
	font-size: 30px;
	color: white;
}
#oeffnungszeiten{
	background-color: rgba(125,175,200,0.4);
}
#leistungen{
	background-color: rgba(125,175,200,0.7);
}
#team{
	background-color: rgba(125,175,200,0.75);
}
#kontakt{
	background-color: rgba(125,175,200,0.9);
}
.content{
	height: 67%;
    width: 100%;
    background-color: white;
    text-align: center;
}
.content .cont{
	height: 100%;
    width: 100%;
    background-color: rgba(125,175,200,0.15);
    overflow: hidden;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}


.menue .icon{
	background: url(./data/menue.png) no-repeat;
    width: 60px;
    background-size: contain;
    margin: 0 auto;
}

.menue div p{
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.menue .third p{
    vertical-align: top;
}
.back div{
	font-size: 19px;
    color: white;
    font-weight: bold;
	background-color: rgba(45,45,75,0.22);
    width: 80px;
    height: 40px;
    margin: 0 auto;
    z-index: 100000;
    position: relative;
}

#kontakt_content iframe{
	float: left;
	width: 50%;
	height: 50%;
	frameborder: 0;
	border: 0;
	margin-top: 5%;
	margin-left: 5%;
}

.kontaktangaben{
	float: left;
	width: 100%;
	height: 50%;
	margin-left: 10%;
	margin-top: 5%;
	display: table;
	margin-bottom: 5%;
}

.content .headline{
	font-weight:bold;
	font-size:22px;
	color:rgb(125,130,135);
}
.content .lighter{
	font-weight: lighter;
}
.content .telnumber{
	text-decoration: none;
	color: rgb(125,130,135);
}
.content .bold{
	font-weight: bold;
}
.content .contact{
	font-weight: bold;
	font-size: 22px;
	color: rgb(125,130,135);
	text-align: left;
	margin-bottom: 10%;
}
#team_content img{
	max-height: 100%;
	max-width: 90%;
}
.bottom5{
	margin-bottom: 5%;
}
.kontaktangaben .kontakticon{
	background-image: url(./data/phone.png);
	width: 50px;
	height: 50px;
	float: left;
	background-size: cover;
	margin-right: 20px;
}
.kontaktinfo{
	height: 50px;
	vertical-align: middle;
	display: table-cell;
}
.kontaktangaben #fax{
	background-image: url(./data/fax.png);
}
.kontaktangaben #email{
	background-image: url(./data/mail.png);
}
.kontaktangaben #home{
	background-image: url(./data/house.png);
}
.impressum{
	font-weight: bold;
	font-size: 22px;
	color: rgb(125,130,135);
	margin: 5%;
}
.margin5{
	margin: 5%;
}


@media only screen and (max-width: 700px) {
	.first, .second{
		width: 100%;
		margin: 20px 0px 20px 0px;
	}
	#main{
		height: 90vh;
	}
    .menue div:nth-child(2) {
	    font-size: 18px;
	}
	.menue .icon{
	    width: 30px;
	}
	.back div{
		font-size: 15px;
	    width: 60px;
	    height: 30px;
	}
	.content .headline{
		font-size: 18px;
	}
	#kontakt_content iframe, #kontakt_content .kontaktangaben{
		width: 90%;
	}
}

