@media only all and (max-width: 500px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100% !important;
	border: none;
	box-shadow: none;
}
	
#title { 
	position: relative;
	padding: 1rem 5%;
}

#titlelogo{
	position:static;
	width:100%;
	height:auto;
	background:#fff;
	padding: 0.5rem;
	margin: 1rem 0 0 0;
	border-top:none;
	border-bottom:none;
	clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
	text-align: center;
}

#titlelogo img{
	display: inline-block;
	width:30% !important;
	margin: 0 0 -0.3rem 0;
}

#logo2025 img{width:50% !important;}

#standort img{
	position:relative;
	width:1rem !important;
	top:0.1rem !important;
}

.zentriert{
	position: relative;
	top: auto;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
    
.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 {}
