@charset "UTF-8";
/*
date:			2018-03-26
autor:			mediaclash - Kai Kaufmann
autor details:  mediaclash.de
media:			CSS Site TMPL 18/03
rights:			www.wohnmobile-templin.de.de
*/
	
@media only screen and (max-width: 1180px) {
	div#box1 {
		width: 100% !important;
		margin: 0;
}
	
@media only screen and (max-width: 1180px) {
	div#box2 {
		width: 100% !important;
		margin: 0;
}
	
@media only screen and (max-width: 920px) {
	div#spitze-content {
		display: none !important;
}

@media only screen and (max-width: 920px) {
	div#spitze {
		display: none !important;
}

	
@media only screen and (max-width: 800px) {
	div#content {
		max-width: 100% !important;
}
	
@media only screen and (max-width: 920px) {
	div#break {
		display:flex;
}

@media only screen and (max-width: 800px) {
	div#anfrage {
		max-width: 100% !important;
		float: left;
		margin-top: 3%;
		margin-left: 0;
}
	
@media only screen and (max-width: 800px) {
	div#headline {
		width: 100%;
		float: left;
		text-align: center;
}
	
@media only screen and (max-width: 800px) {
	div#headline-mobile {
		display: inline;
		background-color: #e5194a;
		font-size: 100%;
		font-size: 2.8vw;
		width: 100%;
		float: left;
		text-align: center;
}
	
@media only screen and (max-width: 800px) {
	div#headline-mobile h2 {
		font-family: 'Montserrat', sans-serif;
		font-size: 100%;
		font-weight: 300;
		font-size: 3vw;
		width: 100%;
		color: #fff;
}

@media only screen and (max-width: 800px) {
	div#headline h1 {
		font-size: 100%;
		font-size: 2.8vw;
}

@media only screen and (max-width: 920px) {
	div#hotline {
		text-align: center;
		float: none;
		margin-left:auto;
		margin-right: auto;
		width: 350px;
}
	
@media only screen and (max-width: 920px) {
	div#hotline p {
		line-height: 200%;
}
	
@media only screen and (max-width: 920px) {
	div.moduletable_icon {
		width: 100%;
}
	
@media only screen and (max-width: 920px) {
	div#wrapper {
		box-shadow: none;
}
	
@media only screen and (max-width: 800px) {
	div#main-navi {
		float: left;
		width: 100%;
		padding-bottom: 2%;
}
	
@media only screen and (max-width: 800px) {
	div#main-navi .fa {
		margin-right: 2%;
}

	
	