@media only all and (max-width: 750px) {
    /* 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;
	}
    
/* ------------------- 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: 17rem;
	}
	
	p {
		text-align: left !important;
	}
	
/* ------------------ Custom Code ------------------------ */

	.flex-content, .flex-content-2, .flex-content-3 {
		height: auto !important;
	}
	
	.flex-content {
		display: block;
	}

	.box-left {
		display: none;
	}

	.box-right {
		width: auto !important;
		height: auto !important;
		padding: 2rem 5%;
		background-color: #FFF;
	}

	.flex-content:hover > .box-right {
		width: auto !important;
		background-color: #eee;
	}

	.flex-content-2 {
		display: block;
	}

	.box-left-2 {
		display: none;
	}

	.box-right-2 {
		width: auto !important;
		height: auto !important;
		padding: 2rem 5%;
		background-color: #FFF;
	}

	.flex-content-2:hover > .box-right-2 {
		width: auto !important;
		background-color: #eee;
	}
	
	.flex-content-3 {
		display: block;
	}

	.box-left-3 {
		display: none;
	}

	.box-right-3 {
		width: auto !important;
		height: auto !important;
		padding: 2rem 5%;
		background-color: #FFF;
	}

	.flex-content-3:hover > .box-right-3 {
		width: auto !important;
		background-color: #eee;
	}
	
	hr.grey {
		display: none;
	}
	
	p#addr {
		text-align: center !important;
	}
	
}

.refnr {}

.apply {}
