@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%;
   		font-size: 0.9rem;
	}
	
	.box-left {
    	width: 100%;
    	padding: 0 0 1rem 0;
	}
    
	.box-right {
   		width: 100%;
		padding: 0 0 1rem 0;
	}
    
	.flex, .footer-flex, .flex1 {
    	display: block;
	}
	
	.hide_m {
		display: none;
	}
	
	.button a {
		margin-top: 0 !important;
	}
	
	.button {
		margin-top: 2rem;
	}
	
/* ------------------ Custom Code ------------------------ */

	.image, .text {
		width: 100%;
	}
	
	.title {
		padding: 1rem 4%;
	}

	.title h1 {
		
		font-size: 1.3rem;
		font-weight: 600;
	}

	.subtitle {
		padding: 0;
		font-size: 0.9rem;
		font-weight: 300;
	}

	.footer-flex {
		display: block;
		padding: 3rem 6% 2rem 6%;
	}

	.box-left {
		width: 100%;
		padding: 0;
		border: none;
	}
	


	.box-right {
		width: 100%;
	}

	.button a {
		display: block;
		margin-top: 3rem;
	}
	
	.logo {
		width: 36%;
	}
	
}

.refnr {}

.apply {}
