@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{
		width:8rem;
	}
	
	h1{
		font-size: 1.6rem;
	}
	
	h3{
		font-size: 1.2rem;
	}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
	background-image: none;
}

.left {
	margin-bottom: 1rem;
}
	
	.links, .rechts {
	width: 100%;
}

.links {
	margin-bottom: 0.5rem;
}
	
	.rechts {
	margin-top: -0.5rem;
}
	
	.links img {
	width: 25%;
}
	
	.abstand{
		padding: 1rem;
	}
	
	.links_2, .rechts_2{
		width:100%;
	}
	
	.links_2 {
	margin-bottom: 1rem;
}
	
	.dropdown {
    opacity: 1; /* Setzen Sie die Opazität auf 1, damit der Inhalt standardmäßig sichtbar ist */
    max-height: none; /* Entfernen Sie die maximale Höhenbeschränkung */
    overflow: hidden;
    transition: opacity 1s ease; /* Setzen Sie die Übergangsdauer für den Hover-Effekt */
}

.rechts:hover .dropdown {
    opacity: 1; /* Setzen Sie die Opazität auch beim Hover-Effekt auf 1 */
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
