@charset "utf-8";
/* CSS Document */



 
  
  .topstripe {
	  height:5px;
	  background-color:#b21917;
	  width:100%;
	  }
	  
	  .immotext {
		  font-size:2em;
		  line-height:1.5em;
		  font-weight:bolder;
		  color:#3f5261;
		  margin-top: 15px !important;
	  }
	  
	
	  
	  .bild {
		   margin-top:15px;
		  margin-bottom:15px;
		  margin-right:35px;
		  }
	  
@media only screen and (max-width: 768px){ 
.immotext
	{
	 font-size:18px;
	  margin-top:0px;
	
	} 
}

@media only screen and (max-width: 768px){ 
.bild
	{
		
		margin-top:5px;
	} 
}

@media only screen and (max-width: 768px){ 
#iframe
	{
		height: 1500px;
	} 
}