@media only all and (max-width: 720px) {
    /* for 700px 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.1;
    	font-size: 1.3rem;
        padding-left: 0.7rem;
	}
    
	h2 {
    	margin: 0px;
    	line-height: 1.5;
    	font-size: 1.3rem;
    	font-weight: normal;
        padding-left: 0.7rem;
	}
    
/* ------------------- 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;
	}
	
	br.hide {
  		display: none;
	}
	
	span.hide {
  		display: none;
	}
	
	   #logo {
	position: inherit;
		   right: 0;
		   bottom: 0;
		   left: 3%;
		   padding: 1rem;
		   width: 50%;
}
	
	.hide {
		display: none;
	}
	
/* ------------------- Formatierung/Formating ------------------------- */	
    
	.title-block {
    	bottom: 0;
    	width: 100%;
	} 
	
	.logo {
    	
		
	}
    
	.left, .right {
    	width: 100%;
	}
    
	.left {
    	margin-bottom: 1rem;
	}
	
	.rmfloat {
  		float: none;
  		padding: 0;
  		margin: 0;
	}
	
/* ------------------ Listen & Tabellen/Lists & Tables ------------------------ */
	
	.table {
    	border-collapse: collapse;
    	table-layout: fixed;
	}
    
	.cell-left, .cell-right {
    	display: block;
    	float: left;
    	width: 100%;
    	border: none;
    	border-bottom: 1rem solid #fff;
	}
    
	.row {
    	display: block;
    	float: left;
    	width: 100%;
	}
	
/* ------------------ Custom Code ------------------------ */

	.headline {
		position: static;
		padding: 1rem 5.5% 0 5.5%;
	}
	
	.headline h1 {
		font-size: 1.5rem;
		line-height: 1.1 !important;
		color: #A52336 !important;
	}

	.red-box {
		width: 100%;
		padding: 0.3rem 2% 0.1rem 2%;
		background-color: #A52336;
		color: #FFFFFF;
	}

	.ft-headline {
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: -0.5px;
	}

	.kennzahl {
		position: absolute;
		right: 3%;
		top: 1.1rem;
		color: #FFFFFF;
		font-size: 0.5rem;
	}

}

.refnr {}

.apply {}
