@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 {
	
}

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%;
	position: relative;
	top: 0;
	left: 0;
	margin: 0rem 0%;
}
	
	
	
	
	

.flex2 {
display: block;
}

.left2 {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin: 0rem 0%;
}

.right2 {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin: 0rem 0%;
}

.flex3 {
display: block;
}

.left3 {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin: 0rem 0%;

}

.right3 {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin: 0rem 0%;
}

.flex_footer {
display: block;
}

.left_footer {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin: 0rem 0%;
}

.right_footer {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin: 0rem 0%;
}


.flex_footer_kontakt {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}

.left_footer_kontakt {
		width: 20%;
	padding: 1rem 0% 0rem;
}

.right_footer_kontakt {
		width: 80%;
	padding: 1rem 4% 0rem;
}



.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
