@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
	
	#logo img {
	width: 3rem;
}
	
	h1{
		font-size: 1.4rem;
	}
	
	h3{
		font-size: 1.1rem;
	}
    
.box-left, .profil {
	width: 100%;
	
}
	
	#footer-left{
	width: 100%;
}

#footer-right{
	width: 100%;
}
	
	.abstand{
		padding-left: 0;
	}
	
	.bieten{
		width: 100%;
		padding-top: 1rem;
	}
    
.box-right {
	width: 100%;
	
}
	
	.left{
		padding-bottom: 1rem;
	}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}



.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
