@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;
    	font-weight: bold;
	}
    
/* ------------------- Struktur/Structure ------------------------- */	
	
	.frame-outer {
		width: 100%;
		height: auto !important;
   		font-size: 0.9rem;
	}
	
	.content {
		height: auto !important;
		padding: 1.1rem 5%;
	}
	
	.flex {
    	display: block;
	}
	
	br.hide {
  		display: none;
	}
	
	span.hide {
  		display: none;
	}
	
	.hide {
		display: none;
	}
	
/* ------------------- Formatierung/Formating ------------------------- */	
    
	.title-block {
    	bottom: 0;
    	width: 100%;
	} 
	
	.logo {
    	width: 10rem;
    	float: right;
	}
    
	.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 ------------------------ */
	
	.header {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.shaped-logo {
		position: static !important;
		width: auto !important;
		height: auto !important;
		-webkit-clip-path: none !important;
		clip-path: none !important;
	}

	.logo {
		display: block;
		width: 8rem;
		margin: 1rem 35% 0 10%;
	}

	.shaped-header {
		display: none;
	}

	.shaped-header-bg {
		display: none;
	}
	
	.box-left {
		float: none;
		width: 100%;
	}

	.box-right {
		position: static;
		float: none;
		width: 100%;
	}

	.shaped-footer {
		position: static;
		padding: 1.1rem 5% 2rem 5%;
		height: auto !important;
		background: #333;
		-webkit-clip-path: none !important;
		clip-path: none !important;
	}

	.shaped-footer-bg {
		display: none
	}

	.footer-text {
		position: static;
		bottom: 0;
		width: 100%;
		color: #FFF;
		margin-bottom: 1rem;
	}

	.footer-text a {
		color: #FFF;
		text-decoration: underline;
	}

	.button a {
		position: static;
		bottom: 2rem;
		right: 30%;
		background: #ff4455;
		padding: 0.6rem 2.5rem;
		margin: 0.5rem auto;
		cursor: pointer;
		border: 0.1rem solid #ff4455;
		transition: all 140ms ease 0s;
		-moz-transition: all 140ms ease 0s;
		-webkit-transition: all 140ms ease 0s;
		color: #FFF;
		font-weight: 600;
		text-decoration: none;
		border-radius: 10px;
	}

	.button a:hover {
		background-position: 15px center;
		background-color: #91155b;
		border-color: #91155b;
		text-decoration: none;
	}

}

.refnr {}

.apply {}
