@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;
}
	
	h1 {
	font-size: .85rem;
}

h1 span {
	font-size: .85rem;
}

h2 {
	font-size: .85rem;
}

h3 {
font-size: .85rem;
}

h4 {
	font-size: .85rem;
}

h5 {
	font-size: .85rem;
}

h6 {
	font-size: .85rem;
}

.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 */
}

.right:hover .dropdown {
    opacity: 1; /* Setzen Sie die Opazität auch beim Hover-Effekt auf 1 */
}

#logo {
	padding: 1rem 4%;
	position: absolute;
	top: 0.3rem;
	left: 0.3rem;
	width: 55%;
	z-index: 20;
}

.styleh1 {
margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #35abd5;
	text-transform: uppercase;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}

.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left2, .right2 {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

.left img {
	width: 25%;
}

.left2 {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
