@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 ------------------------ */


.header {
	position: relative;
	background-image: url("//anzeigen.jobsintown.de/job/files/1330081/lehrgang.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    
    padding-top: 0;
}

.header2 {
	position: relative;
	background-image: url("//anzeigen.jobsintown.de/job/files/1330081/header_vortrag.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    
    padding-top: 0;
}

.header-overlay {
	position: static;
	width: 100%;
	padding: 1rem 5%;
	background-color: rgba(48,61,75,0.83);
	text-align: center;
}

	h1.title {
		font-size: 2rem;
	}

	.subtitle {
		font-size: 1.3rem;
	}

	.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;
	}
	
}

.refnr {}

.apply {}
