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

.frame-outer, .frame-outer2 {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
	.titel{
	background-color: #0f2d46;
	color: white;
	margin-top: 0px;
	position: relative;
	padding: 1rem 2%;
}
	h1{
		font-size: 1rem;
	}
	
	
	
.flex {
	display: block;
}
	.flex-info{
		display: none;
	}
	
	.right-info{
	display: none;
		
}
	
	.icon-info{
		display: none;
	}
	
	.left-passen{
		width: 10%;
	}
	
.left, .right, .right-info, .left-bieten, .right-bieten,  .right-passen, .mitte-passen, .left-footer,.right-footer {
	width: 100%;
}
	
	.abstand{
		display: none;
	}

.left {
	margin-bottom: 1rem;
	padding-left: 0%;
}
	.right{
		display: none;
	}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
