@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;
}
    
	#title{
		position: inherit;
		top:inherit;
		margin-left: 0;
		padding-left: 4%;
		margin-top: -0.4rem;
	}
	
	h1{
		font-size:1.4rem;
	}
	
	.uppercase{
		font-size: 1.6rem;
	}
	
	.content{
		padding-top: 1rem;
	}
	
.logo{
width:8rem;
}

.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.links, .rechts {
	width: 100%;
}

.links {
	margin-bottom: 1rem;
}

	.left_bild{
		display: none;
	}
	
	.left_text{
		width:100%;
	}
	
	.right_bild{
		display: none;
	}
	
	.right_text{
		width:100%;
	}
	
.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
