body{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background: transparent;
	transition: background .3s, padding .3s;
}

@media screen and (max-width: 768px){
	body{
		padding: 2%;
		background: #fff;
	}
	
	div.button_wohnung {
		display: none;
	
	#navigation2 {
		width: 100px;
		float: left !important;
	}
}



#navigation2 {
	float: left;
	width: 100px;
	margin: 2em 0 0 0;
}

div#introbild {
	width: 100%;
	height: auto;
	padding: 0px !important;
	object-fit:cover !iimportant;
	margin: 0.5em 0 0 0 !important;
	padding:0px;
	float: left;

}

#main {
	margin: -2em 0 0 0 !important;
}


.nav-menus-wrapper{
	overflow-x: hidden;
	margin: 2em 0 0 0;
}

.btn-show{
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	border: none;
	background-color: #9fa7b0;
	transition: background .3s;
}
.btn-show:hover{
	background-color: #A0D468;
}

.info{
	padding-left: 15px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.info span{
	text-decoration: underline;
}

.zoom-in{
    -webkit-animation: zoomIn 400ms ease both;
    -moz-animation: zoomIn 400ms ease both;
    -o-animation: zoomIn 400ms ease both;
    animation: zoomIn 400ms ease both;
}
@-webkit-keyframes zoomIn {
    0% { -webkit-transform: scale(.6); }
    100% { -webkit-transform: scale(1); }
}
@keyframes zoomIn {
    0% { transform: scale(.6); }
    100% { transform: scale(1); }
}
.zoom-out{
    -webkit-animation: zoomOut 400ms ease both;
    -moz-animation: zoomOut 400ms ease both;
    -o-animation: zoomOut 400ms ease both;
    animation: zoomOut 400ms ease both;
}
@-webkit-keyframes zoomOut {
    0% { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(.6); }
}
@keyframes zoomOut {
    0% { transform: scale(1); }
    100% { transform: scale(.6); }
}

.navigation7{
	background-color: #9fa7b0;
}