@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
	
	#header {
	position: static;
  width: 100%;
	margin-right: 0;
		padding-bottom: 1rem;
}

#firma {

  padding: 1rem 4% 1rem 4%;
  margin-right: 0;
	
}
	
	#kontakt{
	box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
	padding: 0.5rem 2% 0.5rem 10%;
	position: absolute;
	bottom: 0%;
	right: 50%;
	width: 50%;
	background-color: white;
	transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
	transform: translateY(0);
		font-size: 0.65rem;
}



.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	
}
    
.box-right {
	width: 100%;
	min-height: 10rem;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
