@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: 1.65rem;
}

h1 span {
	
}

h2 {
	
}

h3 {

}

h4 {
	
}
    
.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;
}  
}

.left_swipeup {
width: 100%;
height: 100%;
position: relative;
border-radius: 0.5rem;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin: 2rem 0;
	border-top: #eeeeee solid 0.25rem;
	transition: all ease 0.5s;
	transform: translateY(0rem);
	
}


.profil_swipeup {
background-color: rgba(255,255,255,0.8)!important;
	height: 100%;
position: relative;
transition: 500ms all ease;
padding: 0rem 0 1rem;
z-index: 15;
}

.profiltext_swipeup {
position: relative;
transform: translateY(0rem);
transition: 500ms all ease;
padding: 2rem 4% 2rem;
}

.profillist_swipeup {
margin: 1rem 0 0 0;
visibility: hidden;
transition: 600ms all ease;
}

.left_swipeup:hover {
visibility: visible;
	border-top: #002e55 solid 0.25rem;
		-webkit-transform: scale(1);
}

.profillist_swipeup {
visibility: visible;	
}
.left_swipeup:hover .profiltext_swipeup {
transform: translateY(0rem);
	
}



.quadrat_a_lasche h2 {
color: #fff;
}



.quadrat_a_lasche {
width: 100%;
min-height: 3.3rem;
padding: 0.5rem 4%;
background-color: #002e55;
position: relative;
top: 0rem;
left: 0rem;
border-bottom-right-radius: 0rem;
border-top-right-radius: 0rem;
	margin-bottom: 1rem;
}

.footer_lasche {
position: relative;
padding: 2rem 4% 2rem;
background-color: #fafafa;
width: 100%;
color: #000;
} 


.refnr {}

.apply {}
