@media only all and (max-width: 790px) {
    /* for 750px or less */
	
/* ------------------- Allgemein/General ------------------------- */
	
	body {
		font-size: 80%;
		line-height: 1.5;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
	
	h1 {
    	margin: 0px;
    	line-height: 1.5;
    	font-size: 1.3rem;
	}
    
	h2 {
    	margin: 0px;
    	line-height: 1.5;
    	font-size: 1.1rem;
    	font-weight: bold;
	}
    
/* ------------------- Struktur/Structure ------------------------- */	
	
	.frame-outer {
		width: 100%;
   		font-size: 0.9rem;
	}
	
	.box-left {
    	width: 100%;
    	padding: 0 0 1rem 0;
	}
    
	.box-right {
   		width: 100%;
		padding: 0 0 1rem 0;
	}
    
	.flex {
    	display: block;
	}
	
	.hide {
		display: none;
	}
	
/* ------------------- Formatierung/Formating ------------------------- */	
	
	.logo {
    	width: 10rem;
    	float: right;
	}
	
/* ------------------ Custom Code ------------------------ */
	
	.header {
			text-align: left !important;
	}

	.content-box ul {
		margin: auto auto 0 auto;
		column-count: 1 !important;
	}

	.label {
		position: static !important;
		width: auto;
		margin-bottom: 1.5rem;
	}

	.footer-logo {
		width: 8rem;
	}

	.footer-box {
		column-count: 2;
	}

	.red-box {
		padding: 0.7rem 4%;
		color: #FFF;
		background-color: rgb(226, 0, 26);
	}
	
}

.refnr {}

.apply {}
