@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
	
	#logo img {
	width: 30%;
}
	
	#title { 
	position: static;
	max-width: 100%;
	padding: 1rem 4%;
	background-color: #ffffff;
	color: #a1ae57;
	border-radius: 0.5rem;
	margin-top: 1rem;
}
	
	.sticker{
	position: absolute;
	left: -1rem;
	top: 2rem;
	width: 40%;
	z-index: 50;
}
	
	.karte-links{
	width: 100%;
	padding: 1rem 4%;
}

.karte-rechts{
	display: none;
}
	
	.footer-left{
	width: 100%;
	border-radius: 0.5rem;
  box-shadow: 2px 2px 12px rgba(0,0,0,0.15);
	padding: 1rem 2%;
	background-color: white;
}

.footer-right{
	width: 50%;
	padding-top: 1rem;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
