@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;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex, .topflex, .mainflex {
	display: block;
}
    
    .kontakt {
        width: 100%;
        left: 0;
    }
    
	
.left, .right, .normal, .darkred, .lightred, .mediumred {
	width: 100% !important;
}
    
    .darkred {
        left: 0;
    }

.left {
	margin-bottom: 0rem;
}

#logo img {
    width: 40%;
    margin: 0 auto 1rem auto;
}
    
.topflex .right {
    position: relative;
	width: 100%;
    display: flex;
    }
    
    .abstandklein {
        margin-bottom: 1rem;
    }
    
.hide {
	display: block;
}

.hide_m {
	display: none;
}  
    
    .button_box::before {
        display: none !important;
	 position: absolute;
	 top: 48%;
	 left: 20%;
    width: 8%;
    height: 0.3rem;
    background-color: #da2e2d;
	 content: "";
} 

.button_box::after {
    display: none !important;
	 position: absolute;
	 top: 48%;
	 right: 20%;
    width: 8%;
    height: 0.3rem;
    background-color: #da2e2d;
	 content: "";
} 
}

@media only all and (max-width: 400px) {
    .topflex .right {
    position: relative;
	width: 100%;
    display: block;
        text-align: center;
    }
    
    .info {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .kontakt .left {
        width: 40% !important;
    }
}
.refnr {}

.apply {}
