@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;
	overflow:hidden;
}
	
	#logo img {
	width:20%;
}

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

.left {
	margin-bottom: 1rem;
}
	
	.box {
padding: 0.8rem 3%;
width: 100%;
border: 0.15rem solid #fff;
box-shadow: 0 2px 3px 0px rgba(0,0,0,0.25);
transition: 0.2s all;
	color:#000;
}
	
	h3 {
float:left;
	text-align:left;
}
h3::after {

    background-color: #fff;
    content: "";
    display: block;
    height: 0.15rem;
    width: 5rem;
    margin: 0.5rem auto 1rem auto;

}

	
	
	.headlineleft{
	left:4% !important;
}

.headlineright{
	position: inherit;
	right:0;
	left:4%;
	width:100% !important;
}


.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
