@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;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
	
	.content {
	padding: 1rem 4%;
}

	
	#logo img {
	width:50%;
}
	
	h1 {
	font-size: 1.3rem;

}
	
	h3 {
	font-size: 1.1rem;

}


	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}
	
	.right{
			padding: 1rem 0% 0rem 0%;
	}

.left {
	margin-bottom: 1rem;

}
	
	.leftText{
	width:100%;
	padding: 1rem 4%;
	border-bottom: 0.15rem dashed #80103f;
}


.rightText{
	width:100%;
	padding: 1rem 4%;
	border-bottom: 0.15rem dashed #80103f;
}




.leftBenefits {
	width: 100%;
	margin-bottom:0;

}



.rightBenefits {
	width: 100%;

}
	.benefits{
	position: inherit;
margin: 0;
	
	width:100%;
	
}

.kontakt {
	position: relative;
	padding: 0rem 4% 1rem 4%;
	text-align: center;
	
}
	
.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
