@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 {
    	display: block;
	}
	
	.hide {
		display: none;
	}
/* ------------------ Custom Code ------------------------ */
	
	.logo {
		position: static;
		width: 16rem;
	}

	.title-box {
		position: static;
		display: block;
		margin: 1.5rem 0 0.5rem 0;
		padding: 1.5rem 5% 1.5rem 5%;
		text-align: center;
	}

	.title-box2 {
		position: static;
		display: block;
		margin: 1.5rem 0 0.5rem 0;
		padding: 1.5rem 5% 1.5rem 5%;
		text-align: center;
	}

	div.intro {
		position: static;
		padding: 0;
margin: 0 1rem;
	}

	img.intro-logo {
		display: none;
	}
	
	img.header-img {
		display: none;
	}

	div.content-inner {
		padding: 0.4rem 1rem 1rem 1rem;
		font-size: 0.9rem;
		text-align: justify;
		color: rgb(66, 93, 127);
		background-color: #D9E1EF;
	}

	p.address {
		font-size: 0.7rem;
		font-weight: 400;
	}

	
}

.refnr {}

.apply {}
