@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;
}

	
#logo img { width: 40%}
	
	.header-text-box {
display: none;
}

	.header-grafic {
bottom: -3rem;
}
	
	h1 {
	font-size: 1.6rem;
}

	
	.h2-box hr{
display: none;
}
	
.flex {
	display: block;
}
	
.left-1, .right-1, .left-2, .right-2, .left-3, .right-3 {
	width: 100%;
}

.right-2 {
margin-top: 1.5rem;
}
	
	
	.right-3 {
		display: block;
}
	
	
.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
