@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/montserrat-v15-latin-ext_latin-500.woff2') format('woff2'),
		 url('../cpfont/montserrat-v15-latin-ext_latin-500.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/montserrat-v15-latin-ext_latin-500italic.woff2') format('woff2'),
		 url('../cpfont/montserrat-v15-latin-ext_latin-500italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/montserrat-v15-latin-ext_latin-700.woff2') format('woff2'),
	     url('../cpfont/montserrat-v15-latin-ext_latin-700.woff') format('woff');
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/montserrat-v15-latin-ext_latin-700italic.woff2') format('woff2'),
         url('../cpfont/montserrat-v15-latin-ext_latin-700italic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Abolition';
	src: url('../cpfont/Abolition-Oblique.woff2') format('woff2'),
         url('../cpfont/Abolition-Oblique.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Abolition';
	src: url('../cpfont/Abolition-Oblique-Oblique.woff2') format('woff2'),
         url('../cpfont/Abolition-Oblique-Oblique.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
:root {
  --sans: MyFont, Helvetica, Arial, Verdana, sans-serif;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, rem, img, ol, ul, li, form, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 18px;
}
* {
	box-sizing: border-box;
}
body {
	color: #15578a;
	text-align: center;
	margin: 0;
	background-color: white;
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.55em;
	width: 100%;
	height: 100%;
	overflow: auto;
	transition: all 0.7s;
	right: 0;
	position: absolute;
}
img {
	border-style: none;
}
.noborder {
	border-style: none !important;
}
/* abstände */
form {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
td, th {
	vertical-align: top;
	font-size: 1rem;
}
main p, main ul, main li {
	line-height: 1.55em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Abolition, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.2em;
	width: 100%;
	font-weight: normal;
	font-style: normal;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
	transform: rotate(-10deg);
}
h1 {
}
h2, h3, h4, h5, h6, p, main ol, main ul, main li {
	text-align: left;
}
main ol {
	margin-left: 1rem;
}
main ul {
	margin-left: 1rem;
}
/*
Linksteuerung
*/
a, a:visited {
	color: #15578a;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.anker {
	width: 0 !important;
	height: 0 !important;
	margin: -100px 0 0;
	padding: 0;
	position: relative;
}
/* schriftformatierung:
Headline		h1
Überschrift		h2

Headline			h3
große Überschrift		h4
normale Überschrift		h5

kleine Überschrift		h6	(z.B. Datum in News)

normale Schrift		p
kleine Schrift			span klein */
h1 {
	font-size: 115px;
	color: #e11e2d;
	width: calc(100% + 8px);
	margin-left: -4px;
	margin-right: -4px;
}
h2 {
	font-size: 115px;
	color: #ffffff;
	width: calc(100% + 8px);
	margin-left: -4px;
	margin-right: -4px;
}
h3 {
	font-size: 52px;
}
h4 {
	font-size: 38px;
}
h5 {
	font-size: 23px;
}
h6 {
	font-size: 18px;
}
main p {
	font-size: 1rem;
	width: 100%;
}
main ul {
	margin-left: 1em;
	min-width: 90%;
}
main li {
}
.small, .kl {
	font-size: 0.7rem !important;
}
/*
farben
*/
.rot {
	background-color: #e11e2d;
	color: #ffffff;
}
.hellblau {
	background-color: #6e8ea7;
	color: #ffffff;
}
.blau {
	background-color: #15578a;
	color: #ffffff;
}
.hellgrau {
	background-color: #f2f2f2;
}
.grau {
	background-color: #b2aaa0;
	color: #ffffff;
}
.dunkelgrau {
	background-color: #474747;
}
/*
cms
*/
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0;
	clear: both;
	border-bottom: 1px solid #dddddd;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.b {
	font-weight: bold !important;
}
.i, .italic {
	font-style: italic;
}
.u, .underline {
	text-decoration: underline;
}
.links, .l {
	text-align: left !important;
}
.center, .c {
	text-align: center !important;
}
.rechts, .r {
	text-align: right !important;
}
.hide {
	display: none;
}
.clearer {
	clear: both;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
.mce-content-body  {
	text-align: left;
}
.mce-content-body ul {
	margin-left: 1rem;
}
.mce-content-body td {
	border: 1px dotted #999999;
}
/*
navigation
*/
nav {
	display: inline-block;
	margin-right: 4rem;
	text-align: right;
	max-width: 1050px;
	position: relative;
}
nav a, nav a:visited {
	color: #15578a;
	text-align: left;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	margin-top: 40px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 40px;
}
nav a.aktuell, nav a:hover {
	text-decoration: none;
	border-bottom: 1px solid #e11e2d;
}
nav a.ihk_nav, nav a.ihk_nav:hover {
	display: inline-block;
	border-bottom-style: none;
	margin-right: 3rem;
	position: absolute;
	top: -1rem;
	left: -7rem;
}
nav a.ihk_nav img {
	width: 5rem;
	height: auto;
}
/*
seiteninhalt
*/
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
section {
	width: 100%;
	position: relative;
}
.content, .lSAction {
	width: calc(100% - 80px);
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
/*
kopf
*/
header {
	width: 100%;
	margin: 0;
	text-align: right;
	position: fixed;
	background-color: #ffffff;
	height: 110px;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	z-index: 1000;
}
a.logo img {
	height: 80px;
	width: auto;
	margin-top: 0;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 20px;
}
.topmen {
	top: 40px;
	line-height: 40px;
	right: 1rem;
	position: absolute;
	color: #474747;
}
.topmen a {
	text-decoration: none;
}
.topmen a:hover {
	color: #6e8ea7;
}
.login {
	margin-left: 20px;
	line-height: 20px;
}
.login img {
	margin-left: 10px;
	margin-bottom: -2px;
}
a.logo_m img {
	display: none;
}
/* seite */
.tool {
	display: inline-block;
	position: fixed;
	right: 50px;
	top: calc(92vh - 140px);
	z-index: 50;
}
.tomail img {
	margin-bottom: -20px;
	height: auto;
}
.totop img {
	margin-top: -20px;
}
a.tobew {
	display: inline-block;
	position: fixed;
	right: 0;
	top: 160px;
	z-index: 20;
}
a.tobew img {
	width: 300px;
	height: auto;
}
a.tobew span {
	z-index: 2;
	position: absolute;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	top: calc(50% - 1.8em);
	width: 84%;
	margin-left: 16%;
	font-weight: bold;
	font-size: 20px;
}
main {
	margin-top: 110px;
	position: relative;
}
.bgimage {
	background-size: cover;
	background-position: center center;	
}
.text_12, .bild_12, .datei_12 {
	width: calc(50% - 15px);
	position: relative;
}
.bild_12 img {
	width: 100%;
	height: auto;
}
.text_13 {
	width: calc(33% - 15px);
}
.text_14 {
	width: calc(25% - 15px);
}
.video {
	width: 100%;
	height: 55vw;
	min-height: 550px;
	max-height: 750px;
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}
.video video {
	position: absolute;
	left: 0;
	top: calc((100% - 55vw) / 2);
	width: 100%; 
	min-height: 100%;
	font-size: 0;
	line-height: 0;
	z-index: 0;
}
.videomask {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	display: inline-block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	z-index: 1;
}
.videobadge {
	position: absolute;
	width: 20vw;
	max-width: 300px;
	height: auto;
	top: calc(55% - 10vw);
	right: -10vw;
	z-index: 2;
}
.videotext {
	width: calc(100% - 80px);
	max-width: 1050px;
	margin: 20px auto 300px;
	z-index: 3;
	position: relative;
}
.videotext h1, .videotext h2 {
	text-align: left;
	line-height: 1.2em;
	padding-left: 10px;
	margin-left: -21px;
}
.startimage {
	width: 100%;
	min-height: 45vw;
	max-height: 50vw;
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}
.startbadge {
	width: 15vw;
	max-width: 300px;
	height: auto;
	z-index: 3;
	position: absolute;
	right: 10%;
	top: -5vw;
}
.schraege_grau, .schraege_rot, .schraege_weiss {
	margin-top: -21vw;
	position: relative;
	line-height: 0;
	padding: 0;
}
.schraege_grau {
	z-index: 0;
}
.schraege_weiss {
	z-index: 1;
	position: relative;
}
.schraege_rot {
	z-index: 0;
}
img.dreieck_o, img.dreieck_u {
	width: calc(100% + 4px);
	height: auto;
	position: relative;
	margin-right: -2px;
	margin-left: -2px;
}
.schraege_grau img.dreieck_o, .schraege_grau img.dreieck_u {
	z-index: 0;
}
.schraege_weiss img.dreieck_o, .schraege_weiss img.dreieck_u {
	z-index: 1;
	position: relative;
}
.schraege_rot img.dreieck_o, .schraege_rot img.dreieck_u {
}
.inh_grau, .inh_rot, .inh_weiss {
	z-index: 5;
}
.sch_inhalt {
	position: relative;
	display: inline-block;
	width: 100%;
}
.inh_grau {
	background-color: #f2f2f2;
}
.inh_rot {
	background-color: #e11e2d;
}
.inh_weiss {
	background-color: #ffffff;
}
img.dreieck_o {
	margin-bottom: -1px;
}
img.dreieck_u {
	transform: rotate(180deg);
	margin-top: -1px;
}
.ausb {
	margin-bottom: -30vw;
	position: relative;
	z-index: 2;
}
.ausb .sch_inhalt .content {
	margin-top: -220px;
	z-index: 3;
	margin-bottom: -250px;
}
.ausb_liste {
	width: calc(33% - 15px);
	margin-top: 30px;
	position: relative;
}
.ausb_liste > img {
	position: relative;
}
.ausb_liste a {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	z-index: 11;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.52);
	width: 100%;
	height: 100%;
    transition:all 0.2s ease;
}
.ausb_liste div {
	position: absolute;
	text-align: center;
	z-index: 13;
	width: 100%;
	margin-top: 46%;
}
.ausb_liste h4, .ausb_liste h5 {
	transform: rotate(-10deg);
	text-align: center;
	line-height: 1.1em;
}
.ausb_liste h3 {
	margin-bottom: 0.2em;
}
.ausb_liste a h4 {
	font-size: 38px;
    transition:all 0.2s ease;
}
.ausb_liste a h5 {
	font-size: 23px;
    transition:all 0.2s ease;
}
.ausb_liste a span {
	display: inline-block;
	width: 100%;
	line-height: 2.9rem;
	text-align: center;
	text-decoration: none;
	background-color: #f2f2f2;
	position: absolute;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
    transition:all 0.2s ease;
}
.ausb_liste a:hover {
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	margin-left: -15px;
	margin-top: -15px;
	box-shadow: 0 0 24px 0px rgba(0, 0, 0, 0.52);
    transition:all 0.2s ease;
	z-index: 12;
}
.ausb_liste a:hover h4 {
	font-size: 42px;
    transition:all 0.2s ease;
}
.ausb_liste a:hover h5 {
	font-size: 25px;
    transition:all 0.2s ease;
}
.ausb_liste a:hover span {
	color: #ffffff;
	background-color: #15578a;
	line-height: 57px;
    transition:all 0.2s ease;
}
.praktikumsjobs .ausb_liste {
	width: calc(20% - 10px);
}
.praktikumsjobs .ausb_liste a h4 {
	font-size: 26px;
    transition:all 0.2s ease;
}
.praktikumsjobs .ausb_liste a:hover h4 {
	font-size: 30px;
    transition:all 0.2s ease;
}
.ausb_detail {
	line-height: 0;
	margin-top: -18.5vw;
	position: relative;
}
.ausb_detail h1 {
	text-align: center;
	margin-top: -5vw;
}
.ausb_detail h3 {
	text-align: center;
	font-size: 53px;
	color: #15578a;
	margin-bottom: 8vw;
}
.ausb_detail .detail {
	background-color: #ffffff;
}
.ausb_detail .detail {
	background-color: #ffffff;
}
.detail_text {
	width: calc(50% - 20px);
	position: relative;
}
.detail_text h5 {
	width: 100%;
	text-align: center;
	font-size: 50px;
	margin-bottom: 0.5em;
}
.detail_basic {
	background-color: #f2f2f2;
	width: 80%;
	padding: 2em 1em 4em;
	z-index: 1;
}
.detail_tg {
	background-color: #ffffff;
	width: 60%;
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);
	float: right;
	padding: 2em 1em 2em;
	margin-top: -2em;
	margin-bottom: 20px;
	z-index: 5;
}
.detail_ansp {
	background-color: #f2f2f2;
	width: 80%;
	padding: 4em 1em 3em;
	margin-top: -3em;
	z-index: 2;
}
.detail_stb {
	width: 80%;
	padding: 3em 1em 4em;
}
.detail_stb a, .detail_stb a:visited {
	text-decoration: none;
}
.detail_stb a::before {
	content: '' !important;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 0.3rem 0 0;
	display: inline-block;
	height: 0.9rem;
	width: 1rem;
	background-image: url('/images/download_b.svg');
}
.detail_stb a:hover {
	color: #e11e2d;
}
.detail_stb a:hover::before {
	background-image: url('/images/download_r.svg');
}
.detail_basic p, .detail_tg p, .detail_ansp p, .detail_stb {
	text-align: center;
	line-height: 1.4em;
}
.detail_basic, .detail_tg, .detail_ansp, .detail_stb {
	position: relative;
}
.galerieitem {
	width: calc(33% - 40px);
	text-align: center;
}
.galerieitem div {
	width: 210px;
	height: 210px;
	background-size: cover;
	background-position: center center;
	display: inline-block;
}
.galerieitem div img {
	width: 100%;
	height: 100%;
}
.galerieitem p {
	text-align: center;
	font-size: 16px;
	margin-top: 1em;
}
.addonstart .content {
	padding-top: 350px;
}
.addons {
	color: #ffffff;
	z-index: 1;
	margin-bottom: -18.5vw;
}
.addons .content {
	z-index: 3;
	position: relative;
}
.addons .bg_schrift {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: -9vw;
}
.addons table {
	width: calc(50% - 40px);
}
.addons h2 {
}
.addons table table {
	width: 100%;
}
.addons td, .text_rot p {
	text-align: center;
	font-size: 16px;
}
.addons p span.b {
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 3em;
	font-size: 1rem;
}
.addons table p {
	text-align: center;
}
.addons table img {
	width: auto;
	height: 60px;
	margin-bottom: 0;
	margin-top: 0;
    transition:all 0.2s ease;
}
.addons table img:hover {
	margin-bottom: 10px;
	margin-top: -10px;
    transition:all 0.2s ease;
}
.addons table table img {
	width: 50px;
	height: auto;
}
.addons table table td {
	vertical-align: bottom;
}
.addons table table td p span.b {
	font-size: 16px;
	line-height: 2em;
}
.azubi_galerie {
	display: block;
	width: 100%;
	position: relative;
	line-height: 0;
}
.lightSlider {
	z-index: 0;
}
.lslide {
	min-height: 55vw;
}
.lSPager {
	display: none;
}
.lSAction {
	position: relative;
	display: inline-block;
	bottom: 13vw;
	z-index: 2;
}
.lSAction > a {
	width: 70px;
	height: auto;
	opacity: 0.65;
	background-image: none;
}
.lSAction > .lSPrev {
	left: 0;
}
.lSAction > .lSNext {
	right: auto;
	left: 90px;
}
.ausgezeichnet h1 {
	margin-bottom: 40px;
	text-align: left;
}
.ausgezeichnet .bild_12 img {
	margin-top: 20px;
	box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.52);
}
.schraege_weiss.auszeichnungen {
	margin-top: -15vw;
}
.schraege_weiss.auszeichnungen .bild_12 img {
	margin-bottom: -8vw;
}
.follow h1, .follow h2 {
	text-align: left;
	margin-left: -4px;
}
.follow h1 {
	margin-top: -60px;
}
.follow h2 {
	color: #e11e2d;
	font-size: 80px;
	margin-bottom: 80px;
}
.follow .bild_12 img {
	margin-bottom: -500px;
	z-index: 0;
}
.follow .text_12 {
	width: calc(60% - 15px);
	margin-bottom: 45px;
}
.follow .bild_12 {
	width: calc(40% - 15px);
	margin-top: 45px;
}
.anspruch h1 {
	margin-top: -60px;
}
.anspruch h1, .anspruch h2 {
	text-align: left;
	margin-left: -4px;
}
.anspruch h1 {
	margin-top: -60px;
}
.anspruch h2 {
	color: #e11e2d;
	font-size: 80px;
	margin-bottom: 80px;
}
.anspruch .text_12 {
	margin-top: 8rem;
}
.anspruch .datei_12 {
	margin-top: 7rem;
}
.anspruch .datei_12 img {
	width: 100px;
}
.anspruch .datei_12 a {
	color: #ffffff;
	background-color: #15578a;
	text-shadow: 0 0 0 #ffffff;
	padding: 10px 13px;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.5em;
	display: inline-block;
	text-decoration: none;
	border-style: none;
	width: auto;
	margin-top: 1rem;
	white-space: pre;
}
.anspruch .datei_12 a:hover {
	background-color: #ffffff;
	color: #15578a;
}
.praktikum h1 {
	margin-top: -60px;
}
.praktikum h3 {
	margin-bottom: 100px;
}
.praktikumsjobs h3 {
	margin-bottom: 50px;
	margin-top: -40px;
}
.praktikumsbew form {
	text-align: center;
}
.praktikumsbew .formular {
	margin-top: 50px;
	margin-right: auto;
	width: 60%;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
a.cmslink {
	margin-right: auto;
	margin-left: auto;
}
.unten {
	margin-bottom: 80px;
}
.perspektiven h1:first-of-type {
	margin-top: -40px;
}
.perspektiven h1:last-of-type {
	margin-bottom: 60px;
}
.perspektiven p {
	color: #15578a;
	margin-bottom: 1.4em;
	list-style-image: url(/images/check_rot.svg);
	margin-left: 0.4rem;
	display: list-item;
	width: calc(50% - 40px);
}
.ausb_bewerbung {
	line-height: 0;
	margin-top: -18.5vw;
	position: relative;
	margin-bottom: 2vw;
}
.ausb_bewerbung .bewerben {
	background-color: #ffffff;
}
.ausb_bewerbung .dreieck_o {
}
.ausb_bewerbung h1 {
	text-align: left;
	margin-top: -35px;
	margin-bottom: 100px;
	margin-left: -8px;
}
.ausb_bewerbung .formular, .ausb_bewerbung .text {
	width: 60%;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.ausb_bewerbung .text {
	width: 60%;
}
.ausb_bewerbung .formular {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ausb_bewerbung pre {
	margin-bottom: 10px;
}
.ausb_bewerbung .text p {
	text-align: center;
}
.ausb_bewerbung .close {
	margin-left: -35px;
	margin-top: -5px;
	display: none;
	cursor: pointer;
	margin-bottom: 5px;
}
.social_media > h1 {
	float: right;
}
.social_media > img {
	height: auto;
	width: auto;
	float: left;
	display: inline;
	margin-top: -60px;
	margin-bottom: 30px;
}
.instagram {
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content : space-between;
	text-align: left;
}
.instagram a, .instagram a:visited {
	width: calc(33% - 20px);
	display: inline-block;
	text-decoration: none;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.52);
	transition: all 0.4s;
}
.instagram a:hover {
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.52);
	transition: all 0.4s;
}
.instagram div {
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.instagram img {
	width: 100%;
	height: auto;
}
.instagram p {
	padding: 15px 20px;
	font-size: 0.8rem;
}
.instagram div, .instagram p {
	z-index: 0;
}
.instagram a span {
	display: none;
	transition: all 0.4s;
}
.instagram a:hover span {
	display: inline-block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	color: #ffffff;
	display: flex;
	flex-wrap : wrap;
	line-height: 1.5em;
	text-align: center;
	align-items : center;
	justify-content : center;
	transition: all 0.4s;
}
/*
fuß
*/
footer {
	background-color: #15578a;
	color: #ffffff;
}
footer a, footer a:visited {
	color: #ffffff;
}
footer div.content {
	padding-top: 40px;
}
footer .text_14 {
	margin-bottom: 40px;
}
footer h4 {
	font: bold 0.8rem MyFont, Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	margin-bottom: 1rem;
	padding-left: 27px;
	cursor: pointer;
}
footer h4::before {
	content: url(/images/map_w.svg);
	position: absolute;
    display: inline-block;
    width: 0,9em;
    height: 0,9em;
	margin-left: -27px;
}
footer p {
	font-size: 12px;
}
footer p img {
	margin-top: 10px;
}
.fussmap {
	width: 100%;
	display: inline-block;
}
.fussmap img {
	width: 100%;
	height: auto;
}
.impress {
	background-color: #ffffff;
	width: 100%;
}
.impress p {
	margin-right: 20px;
	margin-left: 20px;
}
.impress p, .impress a, .impress a:visited {
	color: #15578a;
	text-decoration: none;
	font-size: 13px;
	line-height: 3em;
}
.impress a {
	float: right;
	padding-left: 10px;
}
/*
formular
*/
.kontaktform {
	position: relative;
}
.formular {
	width: 100%;
	position: relative;
}
.formular h4 {
	margin-bottom: 3rem;
}
.formular form {
	text-align: left;
	width: 100%;
	display: flex;
	flex-wrap : wrap;
	justify-content : space-between;
}
.formular div.normal, .formular div.breit {
	display: inline-block;
	margin-bottom: 1.4rem;
	font: 0.9rem/1em MyFont;
}
.formular div.normal {
	width: calc(50% - 20px);
}
.formular div.breit {
	width: 100%;
}
.formular label {
	width: 100%;
	display: inline-block;
	color: #474747;
	font: 1rem/1em MyFont;
	margin-bottom: 4px;
	text-align: left;
}
.formular span {
	margin-right: 0.7em;
	white-space: nowrap;
}
.formular label span {
	margin-left: 0.3em;
}
.formular label.pflicht::after {
	content: ' *';
}
.formular input, .formular select, .formular textarea {
	margin: 0;
	padding: 12px 12px;
	border: 1px solid #949596;
	font: 0.9rem MyFont;
}
.formular .standard, .formular .lang {
	width: calc(100% - 12px);
}
.formular .kurz {
	width: calc(30% - 32px);
	margin-right: 20px;
}
.formular .mittel {
	width: calc(70% - 12px);
}
.formular .inputgroup {
}
.formular input[type='checkbox'], .formular input[type='radio'] {
	margin-right: 0.3em;
	font: 0.9rem MyFont;
}
.formular input[type='email']:invalid, .formular input.fehler  {
	border-color: #e11e2d;
}
.formular .fehlertext {
	padding: 0.25em 2px 1em;
}
.pflichthinweis {
	color: #e11e2d;
	font-weight: bold;
}
.formular input[type='submit'], .formular input[type='button'], button, .sendbutton {
	color: #ffffff;
	background-color: #15578a;
	text-shadow: 0 0 0 #ffffff;
	padding: 12px 13px 8px;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1em;
	display: inline-block;
	text-decoration: none;
	float: right;
	border-style: none;
	width: 50%;
	margin-top: 1rem;
}
.formular input[type='submit']:hover, .formular input[type='button']:hover, button:hover, .sendbutton:hover {
	background-color: #f2f2f2;
	color: #15578a;
	cursor: pointer;
}
/*
mittel
*/
@media(max-width: 1350px) {
	html { }
	body { }
	.video {
		height: 55vw;
		min-height: 0;
	}
	.videobadge {
		right: 0;
	}
	.videotext {
		margin-top: 20px;
	}
	.videotext h1, .videotext h2 {
		font-size: 8.5vw;
		margin-left: -15px;
	}
	.ausb .sch_inhalt .content {
		margin-top: -15vw;
	}
	h1, h2 {
		font-size: 100px;
	}
	.follow h2 {
		font-size: 75px;
	}
}
/*
tablet
*/
@media(max-width: 1050px) {
	html { }
	body { }
	footer p {
		font-size: 13px;
	}
	h1, h2 {
		font-size: 80px;
	}
	.follow h2 {
		font-size: 60px;
	}
	.praktikumsjobs .ausb_liste {
		width: calc(40% - 15px);
	}
}
/*
navigation
*/
@media(max-width: 1000px) {
	html {
		font-size: 16px;
	}
	body { }
	nav {
	}
	h1, h2 {
		font-size: 70px;
	}
	h3 {
		font-size: 45px;
	}
	h4 {
		font-size: 30px;
	}
	h5 {
		font-size: 20px;
	}
	.ausgezeichnet .bild_12 img {
		margin-top: -60px;
	}
	.lSAction > a {
		width: 50px;
	}
	.ausb_liste div {
		margin-top: 45%;
	}
	.ausb_liste a h4 {
		font-size: 30px;
	}
	.ausb_liste a h5 {
		font-size: 20px;
   }
	.ausb_liste a:hover h4 {
		font-size: 32px;
	}
	.ausb_liste a:hover h5 {
		font-size: 22px;
	}
	.ausb_bewerbung .formular, .praktikumsbew .formular , .ausb_bewerbung .text {
		width: 100%;
	}
	.praktikum h1, .praktikumsjobs h3 {
		margin-top: 0;
	}
	.tool {
		right: 20px;
	}
	.tool img {
		width: 120px;
		height: auto;
	}
	a.tobew {
		top: 130px;
	}
	a.tobew img {
		width: 180px;
	}
	a.tobew span {
		top: calc(50% - 1.7em);
		font-size: 17px;
	}
}
@media(max-width: 900px) {
	html { }
	body { }
	.startbadge {
		width: 20vw;
		right: 20px;
		top: -12vw;
	}
	nav a.ihk_nav {
		display: none;
	}
	.ausb .content {
		justify-content: space-around;
	}
	.ausb_liste {
		width: calc(40% - 15px);
	}
	.tool {
		right: 10px;
	}
	.tool img {
		width: 100px;
	}
	.detail_text h5 {
		font-size: 45px;
	}
	.ausb_detail h2 {
		font-size: 40px;
	}
	footer .text_14 {
		width: calc(50% - 15px);
	}
}
/*
smartphone
*/
@media(max-width: 750px) {
	html {
		font-size: 16px;
	}
	body { }
	header {
		height: 90px;
	}
	h1, h2 {
		font-size: 50px;
	}
	h3, .ausb_detail h3 {
		font-size: 40px;
	}
	h4 {
		font-size: 27px;
	}
	h5 {
		font-size: 20px;
	}
	a.logo img {
		height: 60px;
	}
	nav {
		margin-right: 3rem;
		width: calc(100% - 200px - 5rem);
	}
	nav a, nav a:visited {
		margin-top: 8px;
		line-height: 17px;
		font-size: 14px;
	}
	.topmen {
		top: 17px;
		line-height: 25px;
		right: 20px;
	}
	.tool {
		top: calc(99vh - 100px);
	}
	.tool img {
		width: 80px;
	}
	a.tobew {
		top: 95px;
	}
	a.tobew img {
		width: 140px;
	}
	a.tobew span {
		top: calc(50% - 1.7em);
		font-size: 14px;
	}
	.startbadge {
		top: -10vw;
	}
	main {
		margin-top: 90px;
	}
	.ausb_liste, .praktikumsjobs .ausb_liste {
		width: 250px;
		right: auto;
		left: auto;
		display: inline-block;
	}
	.praktikumsjobs .content {
		text-align: center;
		display: inline-block;
	}
	.ausb_bewerbung h1 {
		margin-top: 0;
	}
	.addons table {
		width: 100%;
		margin-bottom: 2em;
	}
	.ausgezeichnet .bild_12 img {
		margin-top: 20px;
	}
	.detail_text {
		width: 100%;
	}
	.detail_basic {
		margin-top: 1rem;
		width: 100%;
	}
	.detail_tg {
		margin-bottom: 1rem;
		margin-top: -2em;
		float: none;
		width: 70%;
		margin-left: 15%;
	}
	.detail_ansp {
		width: 100%;
		
	}
	.galerieitem {
		width: 100%;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.lSAction {
		bottom: 18vw;
	}
	.lSAction > a {
		width: 40px;
	}
	.lSAction > .lSPrev {
		left: 0;
	}
	.lSAction > .lSNext {
		left: 60px;
	}
	.text_12, .bild_12, .datei_12 {
		width: 100%;
	}
	.perspektiven h1:first-of-type {
		margin-top: 0;
	}
	.anspruch .datei_12 {
		margin-top: 2rem;
		margin-bottom: 5rem;
	}
	.follow h1 {
		margin-top: 0;
	}
	.follow h2 {
		font-size: 50px;
	}
	.follow .bild_12 {
		display: none;
	}
	.follow .text_12 {
		width: 100%;
	}
	.perspektiven p {
		width: 100%;
	}
	.formular div.normal {
		width: 100%;
	}
	.video {
		width: 100%;
		height: 55vw;
		min-height: 300px;
	}
	.video video {
		left: 0;
		top: 0;
		width: auto;
		min-width: 100%; 
		height: 100%;
		min-height: 100%; 
	}
	.videotext h1, .videotext h2 {
		font-size: 55px;
		margin-left: -15px;
		width: calc(100% + 30px);
	}
	.videobadge {
		width: 25vw;
		top: calc(75% - 10vw);
	}
	.instagram a, .instagram a:visited {
		width: calc(50% - 30px);
	}
}
@media(max-width: 500px) {
	html {
	}
	.instagram {
		text-align: center;
	}
	.instagram a, .instagram a:visited {
		width: 100%;
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media(max-width: 400px) {
	html {
	}
	nav {
		width: 10rem;
	}
	a.logo img {
		display: none;
	}
	a.logo_m img {
		height: 60px;
		width: auto;
		margin-top: 0;
		display: inline-block;
		position: absolute;
		top: 15px;
		left: 20px;
	}
	.videotext h1, .videotext h2 {
		font-size: 50px;
		margin-left: -30px;
		width: calc(100% + 60px);
	}
	.videobadge {
		top: calc(75%);
	}
	.ausb_detail h1 {
		font-size: 45px;
	}
	.ausb_detail h3 {
		font-size: 30px;
	}
	.detail_tg {
		width: 80%;
		margin-left: 10%;
	}
	.follow h2 {
		font-size: 40px;
	}
	footer .text_14 {
		width: 100%;
	}
}