<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: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
	
.abstand1, .abstand15, .abstand2, #go{margin-top:1rem !important;}
	
.shadowbox{margin-bottom:2rem;}
	
#logo img {width:15%;}
	
.bg-weisse-box{display:none;}
	
.content {padding: 1rem 4%;}
	
h1{font-size:1.2rem;}
	
#firma{
	z-index: 5;
	position: relative;
	margin: -1rem 0 0 0;
	padding: 0 4%;
	transition: 300ms all ease;
	transform: translateY(0rem);
	overflow: hidden;
}

#firma:hover{
	transform: translateY(0rem);
	transition: 300ms all ease;
}

#firmentext{
	background: #fff;
	border-radius: .125rem;
	box-shadow: 0 0 1.25rem rgba(0,0,0,.15);
	padding:0.8rem 2%;
	transition: 300ms all ease;
	transform: translateY(0rem);
}

#firmentext:hover {display: none;}

#firma:hover .button {display: none;}

	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#footer {margin: -2rem 0 0 0;}
	
#footerlogo img{width:25%;}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

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