/* Version: 11.04.2018 */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:500&display=swap');

 /* ------------------- Allgemein/General ------------------------- */

* {
	box-sizing: border-box;
  	margin: 0;
  	padding: 0;
}

 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	color: #5A5D62;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	line-height: 1.2;
	background-color: #24272d;
	-webkit-print-color-adjust:exact;
}

p {
  	margin: 0 0 1rem 0;
}

p strong {
	font-weight: 700;
}

h1 {
	font-family: 'Raleway', sans-serif;
  	line-height: 1.5;
	font-size: 2rem;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: 'Raleway', sans-serif;
  	margin: 0;
  	line-height: 1.3;
  	font-size: 1.6rem;
  	font-weight: 500;
}

h3 {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	line-height: 1.1;
	font-size: 1.2rem;
	font-weight: 500;
}

img {
  	max-width: 100%;
  	height: auto;
  	width: auto9;
  	border: 0;
  	vertical-align: middle;
}

a {
	text-decoration: underline;
  	color: #f8fbfe;
}

a:hover {
	text-decoration: none;
  	color: #80bcbc;
}

/* ------------------- Struktur/Structure ------------------------- */

.frame-outer {
	position: relative;
	padding: 0;
	width:720px;
	margin: 0 auto;
	background-color: #FFF;
	font-size: 1rem;
}

.frame-outer::after {
  	content: "";
  	display: block;
  	clear: both;
}

.clear {
  	clear: both;
  	font-size: 0;
  	line-height: 0;
}

/* ------------------- Abstände/Distances ------------------------- */

.nomag { margin-bottom: 0; }
.mag025 { margin-bottom: 0.25rem; }
.mag05 { margin-bottom: 0.5rem; }
.mag075 { margin-bottom: 0.75rem; }
.mag1 { margin-bottom: 1rem; }
.mag15 { margin-bottom: 1.5rem; }
.mag2 { margin-bottom: 2rem; }
.mag25 { margin-bottom: 2.5rem; }
.mag3 { margin-bottom: 3rem; }
.mag35 { margin-bottom: 3.5rem; }
.mag4 { margin-bottom: 4rem; }

/* ------------------- Formatierung/Formating ------------------------- */

.refnr {
	
}

/* ------------------ Listen & Tabellen/Lists & Tables ------------------------ */

ul {
	position: relative;
  	margin: 0 auto 1rem 2.5rem;
  	padding-left: 0.5rem;
  	list-style-type: none;
}

li {
  	margin: auto auto 0.65rem auto;
  	padding: 0;
}
 
li::before {
  	position: absolute;
  	left: -1rem;
	line-height: 1.5;
  	content: "■";
  	font-size: 0.7rem;
  	color: rgb(90, 93, 98);
} 

/* ------------------ Custom Code ------------------------ */

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

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

.header-overlay {
	position: fixed;
	top: 5rem;
	width: 720px;
	padding: 2rem 5%;
	background-color: rgba(48,61,75,0.83);
	text-align: center;
}

.logo {
	display: block;
	width: 14rem;
	margin: 0 auto 1rem auto;
}

h1.title {
	text-align: center;
	color: #FFF;
}

.subtitle {
	text-align: center;
	color: #FFF;
}

.arrow {
	width: 2rem;
	margin: auto;
}

.intro {
	position: relative;
	padding: 2rem 6%;
	color: #FFF;
	background-color: #079484;
}

.intro p {
	text-align: justify;
}

.content {
	position: relative;
  	padding: 3rem 6% 0.5rem 6%;
	background-color: #dfeeec;
	background-image: linear-gradient(to bottom, #dfeeec, #ffffff);
}

.content::after {
  	content: "";
  	display: block;
  	clear: both;
}

h3.content-title {
	
}

hr.content-hr {
	color: #079484;
	border-color: #079484;
	background-color: #079484;
	border: none;
	margin: 1rem 0;
	width: 12rem;
	height: 2px;
}

.footer {
	position: relative;
	padding: 3rem 6% 2rem 6%;
	background-color: #303d4b;
}

.footer::after {
  	content: "";
  	display: block;
  	clear: both;
}

.footer-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3rem 6% 2rem 6%;
	color: #f8fbfe;
	background-color: #303d4b;
	 border-bottom: 1px solid #FFFFFF;
}

.footer-flex::after {
  	content: "";
  	display: block;
  	clear: both;
}

.box-left {
	width: 45%;
	padding: 0 5% 0 0;
	border-right: 2px solid #e2e3e8;
}

.box-right {
	width: 55%;
}

.button {
	text-align: center;
	font-size: 1.7rem;
}

.button a {
  	display: inline-block;
  	background: transparent;
  	padding: 0.8rem 3.2rem;
  	margin: 0.5rem auto;
  	cursor: pointer;
  	border: 0.2rem solid #80bcbc;
  	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
  	color: #80bcbc;
	text-decoration: none;
	font-family: 'raleway', sans-serif;
	font-weight: 500;
}

.button a:hover {
  	background-position: 15px center;
  	background-color: #80bcbc;
  	text-decoration: none;
  	color: #24272d;
}

.footer-hr {
	height: 2px;
}

a.anchor {
	
}


.apply {}
