<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin-top: 7rem;
	width: 100%;
	border: none;
	box-shadow: none;
}
	
#logo img { width: 30%}
	
    .flex {
      display: block;
    }
    .left,.right, .vorteile {
      width: 100%;
		  padding: 5.5rem 3% 1rem 1%;
    }
	
	.box-weiss{ position: absolute;
background-color: #fff;width: 50px;
	top:1.2rem;left: 4.3rem;
	
	
}
	
	h4{ font-size: 1.1rem;}
	
	
    .left {
      margin-bottom: 3rem;
    }

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
</pre></body></html>