@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 {
    font-size: 1rem;
}

h3 {

}

h4 {
	
}
    
#logo {
        
} 
    
#logo img {
    width: 50%; 
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
    
    .firmentext {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 1rem 4% 1rem 4%;
}
    
    .content {
	position: relative;
	padding: 1rem 4%;
}

.title {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
	padding: 0.4rem 4%;
    background-color: #e11900;
    color: #fff;
}

	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}
	
.left1, .right1 {
	width: 100%;
}
	
.left1 {
	margin-bottom: 1rem;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
