@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 { margin-bottom: 1rem; margin-top: -0.5rem;}
	
	#footer { padding-bottom:3rem;}
	
	.foot{
		width:100%;

		
	}

	
	.zweispaltig{
		column-count: 1;
	}
	
	h1 {
	font-size: 2rem;
}
	h2 {
	font-size: 1.1rem;
}
	
	h3 {
	font-size: 1rem;
}
	
.flex {
	display: block;
}
	
.left-content, .right-content {
	width: 100%;
}
	
	.right {
  align-items: start;
}
	
.link-bottom {
bottom:0.5rem;
	padding-top:0.5rem;
	border-top: 0.1rem solid #ef7c00;

}
	
	.button-img{
		width: 22%;position: absolute;
  left: 1.5rem;top: 2.5rem;}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
