@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/RotisSansSerifStd-Regular.woff2') format('woff2'),
         url('../cpfont/RotisSansSerifStd-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/RotisSansSerifStd-Bold.woff2') format('woff2'),
         url('../cpfont/RotisSansSerifStd-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}@font-face {
	font-family: 'Abolition';
	src: url('../cpfont/Abolition.woff2') format('woff2'),
         url('../cpfont/Abolition.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@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: 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: #000000;
	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;
}
h1, h2, h3, h4, h5, h6, p, main ul, main li {
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.55em;
}
h1, h2, h3, h4, h5, h6 {
	width: 100%;
}
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;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a.anker {
	width: 0;
	height: 0;
	margin: -100px 0 0;
	padding: 0;
	position: relative;
	visibility: collapse;
}
.content a.anker {
	display: none;
}
/*
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: 40px;
	margin-bottom: 30px;
}
h2 {
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 18px;
}
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
*/
h1, h2, h3 {
	color: #15578a;
}
h4, h5, h6, p, main ul {
	color: #474747;
}
.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;
}
.mce-content-body img {
	height: 60px;
	width: auto;
}
/*
navigation
*/
.nav_icon {
	display: none;
}
nav {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: calc(100% - 500px - 2rem);
	min-width: 775px;
	max-width: 1050px;
}
.menbtn {
	display: none;
}
nav div {
	position: relative;
	width: 100%;
}
nav ul {
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
nav ul li {
	list-style: none;
	float: left;
	overflow-x: visible;
}
nav ul li a, nav ul li a:visited {
	color: #15578a;
	text-align: left;
	font-size: 19px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	padding-top: 40px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 40px;
}
nav ul li.aktuell > a {
	font-weight: bold;
	text-decoration: none;	
	background-color: #f2f2f2;
}
nav ul li a:hover {
	text-decoration: none;
	background-color: #f2f2f2;
}
nav ul li ul {
	display: none;
	position: absolute !important;
	width: 100%;
	top: 80px;
	left: 0;
	z-index: 10;
}
nav ul li ul li {
	float: left;
	display: inline;
}
nav ul li.aktuell ul, nav ul li:hover ul {
	display: block;
	background-color: #ffffff;
}
nav ul li:hover ul {
	z-index: 100;
}
nav ul li ul li a {
	text-transform: none;
	font-size: 17px;
	padding-top: 0;
	padding-right: 0;
	background-color: transparent;
	padding-left: 0;
	margin-right: 13px;
	margin-left: 7px;
	line-height: 46px;
}
nav ul li ul li a::before {
	display: none;
}
nav ul li ul li a.active, nav ul li ul li.aktuell a {
	font-weight: normal;
	border-bottom: 4px solid #15578a;
	background-color: transparent;
	font-style: normal;
}
nav ul li ul li a.active, nav ul li ul li a:hover {
	border-bottom: 4px solid #15578a;
	background-color: transparent;
}
/*
seiteninhalt
*/
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
section {
	width: 100%;
}
.content {
	width: calc(100% - 40px);
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*
kopf
*/
header {
	width: 100%;
	margin: 0;
	text-align: center;
	position: fixed;
	background-color: #ffffff;
	height: 130px;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	z-index: 1000;
}
a.logo img {
	height: auto;
	width: calc(50% - 575px);
	min-width: 220px;
	max-width: 250px;
	margin-top: 0;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 20px;
}
.topmen {
	top: 40px;
	line-height: 40px;
	right: 1rem;
	position: absolute;
	color: #474747;
}
.topmen a {
	text-decoration: none;
}
.topmen a:hover {
	color: #6e8ea7;
}
.lang {
	display: inline-block;
}
.loginout {
	display: inline-block;
	position: relative;
	margin-left: 20px;
	line-height: 20px;
	text-align: right;
}
.loginout div {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	padding: 8px;
	background-color: #ffffff;
	border: 1px solid #15578a;
	text-align: left;
}
.loginout:hover div {
	display: inline-block;
}
.loginout div a {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	line-height: 1.5rem;
	white-space: nowrap;
}
.login {
	text-transform: uppercase;
	position: relative;
}
.login::after {
	content: url(/images/login.svg);
    width: 0.6em;
    height: auto;
	margin-left: 0.5em;
	top: 0.1em;
	position: relative;
}
.login img {
	margin-left: 10px;
	margin-bottom: -2px;
}
/* seite */
.tool {
	display: inline-block;
	position: fixed;
	right: 50px;
	top: calc(90vh - 140px);
	z-index: 50;
}
.totel img, .calltel img {
	margin-bottom: -20px;
}
.calltel {
	display: none;
}
.totop img {
	margin-top: -20px;
}
a.ausbildung {
	position: fixed;
	top: calc(40vh - 155px);
	right: 0;
	background-color: #ffffff;
	z-index: 100;
}
a.ausbildung img {
	margin: 10px;
	width: 200px;
	height: auto;
}
a.ausbildung img.start_ihk {
margin-top: 0;
	margin-bottom: 10px;
width: 100px;
}
a.ausbildung p, a.ausbildung:visited p {
	width: 100%;
	text-align: center;
	background-color: #15578A;
	color: #ffffff;
	line-height: 2em;
    transition:all 0.6s ease;
	text-decoration: none;
}
a.ausbildung:hover p {
	color: #15578A;
	background-color: #f2f2f2;
	text-decoration: none;
	box-shadow: inset 300px 0 0 0 #f2f2f2;
    transition:all 0.6s ease;
}
a.ausbildung p::before {
	content: url(/images/rechts_w.svg);
    display: inline-block;
    width: 1em;
    height: 0.8em;
	margin-right: 0.4em;
}
a.ausbildung:hover p::before {
	content: url(/images/rechts_b.svg);
}
main {
	margin-top: 130px;
}
.bgimage {
	background-size: cover;
	background-position: center center;	
}
.startimage {
	width: 100%;
	height: 34.84vw;
	display: inline-block;
	margin-bottom: 0;
}
.startimage div {
	width: 100%;
	height: 100%;
	display: flex;
	align-items : center;
	align-content : flex-start;
	flex-wrap : wrap;
}
.startimage h1 {
	margin-bottom: 0;
	margin-top: 10vw;
}
.startimage h2 {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 60px;
}
.startimage h1, .startimage h2, .startimage h3  {
	text-shadow: 0 0 2px #ffffff;
}
.start {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.startimage_l, .startimage_r, .starttext_l {
	width: 50%;
	min-height: 26vw;
	display: flex;
	align-items : center;
	align-content : center;
}
.starttext_l {
	background-color: #f2f2f2;
}
.startimage_l div, .startimage_r div, .starttext_l div {
	width: calc(100% - 80px);
	max-width: 525px;
}
.startimage_l div, .starttext_l div {
	margin-right: 40px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.startimage_r div {
	margin-left: 40px;
	margin-right: auto;
}
.startimage_l h2, .startimage_r h2, .startimage_l h3, .startimage_r h3, .startimage_l p, .startimage_r p {
	color: #ffffff;
	text-shadow: 0 0 2px #143150;
	margin-top: 0;
}
.startimage_l h3, .startimage_r h3 {
	font-size: 30px;
}
.startimage_r h3 span {
	margin-left: 20%;
}
.startimage_l a, .startimage_r a, .startimage_l a:visited, .startimage_r a:visited {
	background-color: #f2f2f2;
	color: #15578a;
	text-shadow: 0 0 0 #ffffff;
	padding: 0 13px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 44px;
	display: inline-block;
	text-decoration: none;
    transition:all 0.6s ease;
}
/*

	background: linear-gradient(to left, #f2f2f2 50%, #6e8ea7 50%);
    background-size: 200% 100%;
    background-position:right bottom;
/*

    Background-position:left bottom;
*/
.startimage_l a:hover, .startimage_l a:focus, .startimage_r a:hover, .startimage_r a:focus {
	color: #ffffff;
	background-color: #6e8ea7;
	box-shadow: inset 300px 0 0 0 #6e8ea7;
    transition:all 0.6s ease;
}
.startimage_l a::before, .startimage_r a::before {
	content: url(/images/rechts_b.svg);
    display: inline-block;
    width: 1em;
    height: 0.8em;
	margin-right: 0.7em;
}
.startimage_l a:hover::before, .startimage_r a:hover::before {
	content: url(/images/rechts_w.svg);
}


.startimage_r span.kl a {
	margin-left: 1rem;
	padding-left: 3rem;
}
.startimage_r span.kl a::before {
	content: url(/images/pumpe2.svg);
    width: 1.5em;
	position: absolute;
	margin-left: -2.25rem;
	margin-top: 0.25rem;
}
.startimage_r span.kl a:hover::before {
	content: url(/images/pumpe2.svg);
}
/*
.startimage_r span.kl a, .startimage_r span.kl a:visited {
    display: inline-block;
	background-color: transparent;
	color: #ffffff;
	text-align: center;
	padding-left: 2rem;
}
*/
.starttext_l a, .starttext_l a:visited, .startleistungen a, .startleistungen a:visited {
	background-color: #ffffff;
	color: #15578a;
	text-shadow: 0 0 0 #ffffff;
	padding: 0 17px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 44px;
	display: inline-block;
	text-decoration: none;
    transition:all 0.6s ease;
}
.starttext_l a:hover, .starttext_l a:focus, .startleistungen a:hover, .startleistungen a:focus {
	color: #ffffff;
	box-shadow: inset 300px 0 0 0 #6e8ea7;
    transition:all 0.6s ease;
}
.startleistungen {
	width: 100%;	
	display: flex;
	flex-wrap : wrap;
	justify-content: center;
}
.startleistungen h2 {
	text-align: center;
	color: #ffffff;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 40px;
}
.startleistungen h3 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.startleistungen div {
	width: calc(100% - 60px);
	max-width: 545px;
	background-color: #f2f2f2;
	text-align: center;
	margin: 80px 20px;
	padding: 40px 20px;
}
.infowall {
	width: 100%;
	position: relative;
}
.infoblock {
	display: flex;
	align-items : stretch;
	align-content : flex-start;
	flex-wrap : wrap;
}
.infotext, .infoimage {
	width: 50%;
	display: inline-block;
	position: relative;
}
.infotext {
	padding: 17px;
	background-color: #f2f2f2;
}
.infoorder1 {
	order: 1;
}
.infoorder2 {
	order: 2;
}

.image {
	height: 480px;
	width: 100%;
	height: 480px;
	display: inline-block;
	margin-bottom: 70px;
	position: relative;
}
.image .bgimage {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.subimage {
}
.imagespace {
	width: 100%;
	display: inline-block;
	margin-bottom: 70px;
	height: 0;
}
section {
	margin-bottom: 70px;
	margin-bottom: 100px;
	position: relative;
}
section p {
}
section.content_grau {
	margin-bottom: 0;
	background-color: #f2f2f2;
	padding-top: 70px;
	padding-bottom: 100px;
}
.breit {
	width: 100%;
}
.lead_in {
	margin-bottom: 100px;
	width: 100%;
}
.lead_in p {
	color: #15578a;
	font-size: 22px;
	text-align: center;
}
.downloadfeld {
	width: 100%;
	margin-bottom: 5px;
}
.downloadfeld p {
	padding-left: 30px;
}
.downloadfeld a, .downloadfeld a:visited {
	color: #474747;
	text-decoration: none;
}
.downloadfeld a::before {
	content: url(/images/download.svg);
    display: inline-block;
    width: 1em;
    height: 1em;
	margin-right: 0.7em;
}
.dl_kat {
	margin-top: 0.5rem;
}
.text_12 {
	width: calc(50% - 15px);
}
.text_23 {
	width: calc(66% - 15px);
}
.text_13 {
	width: calc(33% - 15px);
}
.text_13 li {
	list-style: none;
	position: relative;
}
.text_13 li::before {
	position:absolute;
    display: inline-block;
	content: '';
	height: 1em;
	width: 1em;
	background: url(/images/check.svg) no-repeat;
	background-size: 100%;
	left: -1.5em;
	top: 0.2em;
}
.bild_l, .bild_r {
	width: calc(50% - 20px);
	display: inline-block;
}
.linkspalte {
	width: calc(50% - 15px);
	background-size: cover;
	background-position: center center;
	height: 270px;
	display: flex;
	flex-wrap: wrap;
	justify-content : center;
	align-items : center;
	align-content : center
}
.linkspalte p {
	color: #ffffff;
	text-align: center;
	font-size: 25px;
}
.linkspalte p a {
	background-color: #f2f2f2;
	color: #15578a;
	text-shadow: 0 0 0 #ffffff;
	padding: 12px 13px 8px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1em;
	display: inline-block;
	text-decoration: none;
    transition:all 0.6s ease;
}
.linkspalte p a:hover {
	color: #ffffff;
	background-color: #6e8ea7;
	box-shadow: inset 300px 0 0 0 #6e8ea7;
    transition:all 0.6s ease;
}
.adresse {
	width: calc(50% - 20px);
	display: inline-block;
}
.adresse img {
	margin-bottom: 30px;
}
.adresse h3 {
	margin-bottom: 20px;
	margin-left: 40px;
	line-height: 35px;
}
.adresse h3::before {
	content: url(/images/map.svg);
	position: absolute;
    display: inline-block;
    width: 1em;
    height: 1em;
	margin-left: -40px;
}
.jobs {
	width: 100%;
}
.jobliste {
	
}
a.jobliste, a.jobliste:visited {
	display: inline-block;
	width: 100%;
	background: url('../images/external-link.svg') right center no-repeat;
	text-align: left;
	color: #474747;
	text-decoration: none;
	line-height: 2em;
	border-bottom: 1px solid #474747;
	margin-bottom: 1rem;
	padding-right: 1.4rem;
}
.jobbild {
	width: 100%;
	z-index: 1;
	position: relative;
	display: flex;
	justify-content : center;
	align-items : center;
}
.jobbild img.job_image {
	width: 100%;
	height: auto;
}
.jobbild img.job_play {
	position: absolute;
	z-index: 2;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
}
.jobbild iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
.jobbild .yt_hinweis {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content : center;
	align-items : center;
	display: none;
}
.jobbild .yt_hinweis p {
	color: #ffffff;
	width: 100%;
	text-align: center;
}
.jobbild:hover .yt_hinweis {
	display: flex;
	cursor: pointer;
}
.job .content_grau {
	margin-bottom: 0;
	background-color: #f2f2f2;
	padding-top: 70px;
	padding-bottom: 100px;
	margin-top: 70px;
	color: #474747;
}
.job .content_grau h3 {
	margin-bottom: 10px;
}
.job .content_grau li {
	color: #474747;
}
.bewerben {
	margin-top: 70px;
}
.bewerben .formular {
	margin-top: 40px;
}
.bewerben .close {
	margin-left: -35px;
	margin-top: -5px;
	display: none;
	cursor: pointer;
	margin-bottom: 5px;
}
.bewerben pre {
	margin-bottom: 10px;
}
/*
youtube
*/
.youtube {
	width: 100%;
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.youtube img.youtube_image {
	width: 100%;
	height: auto;
}
.youtube img.youtube_play {
	position: absolute;
	z-index: 2;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
}
.youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
.youtube .youtube_hinweis {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	display: none;
}
.youtube .youtube_hinweis p {
	color: #ffffff;
	width: 100%;
	text-align: center;
}
.youtube:hover .youtube_hinweis {
	display: flex;
	cursor: pointer;
}
/*
fuß
*/
footer {
	background-color: #b2aaa0;
	color: #ffffff;
}
footer div.content {
	padding-top: 40px;
}
footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items : flex-start;
	width: 100%;
	padding-bottom: 40px;
}
footer ul li {
	float: none;
	list-style: none;
	text-align: left;
	display: inline-block;
}
footer ul li a, footer ul li a:visited {
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.5em;
}
footer ul li a:hover {
	text-decoration: none;
	color: #f2f2f2;
}
footer ul li ul {
	display: block;
}
footer ul li ul li {
	display: block;
}
footer ul li ul li a, footer ul li ul li a:visited {
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-bottom: 0;
}
footer .mobilfuss {
	display: none;
}
.impress {
	background-color: #474747;
	color: #ffffff;
	width: 100%;
}
.impress p, .impress a, .impress a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 3em;
}


/*
formular
*/
.kontaktform {
	position: relative;
}
.formular {
	width: 100%;
	position: relative;
}
.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;
}
.formular span {
	margin-right: 0.7em;
	white-space: nowrap;
}
.formular label span {
	margin-left: 0.3em;
}
.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;
}
.pflichhinweis {
	color: #e11e2d;
	font-weight: bold;
}
.formular input[type='submit'], .formular input[type='button'], button, .sendbutton {
	background-color: #f2f2f2;
	color: #15578a;
	text-shadow: 0 0 0 #ffffff;
	padding: 12px 13px 8px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1em;
	display: inline-block;
	text-decoration: none;
	float: right;
	border-style: none;
}
.formular input[type='submit']:hover, .formular input[type='button']:hover, button:hover, .sendbutton:hover {
	color: #ffffff;
	background-color: #6e8ea7;
	box-shadow: inset 300px 0 0 0 #6e8ea7;
    transition:all 0.6s ease;
}
.impress span {
	white-space: nowrap;
}
.impress span::before {
	content: ' | ';
}
.impress span:first-of-type::before {
	content: '';
}
/*
mittel
*/
@media(max-width: 1385px) {
	html { }
	nav ul li a {
		font-size: 17px;
	}
	nav ul li ul li a {
		font-size: 15px;
	}
	.image {
		height: 480px;
		max-height: 40vh;
	}
}
@media(max-width: 1300px) {
	html { }
	a.logo img {
		top: 30px;
		width: calc(50% - 430px);
		min-width: 120px;
		max-width: 220px;
	}
	.tool {
		right: 10px;
	}
}
@media(max-width: 1230px) {
	html { }	
	.startimage h1, .startimage h2 {
		width: calc(100% - 440px);
		margin-right: auto;
		margin-left: auto;
	}
}	
@media(max-width: 1180px) {
	html { }
	a.logo img {
		top: 20px;
		width: 50%;
		min-width: 150px;
		max-width: 250px;
	}
	.topmen {
		right: 4rem;
	}
	/*
	navigation
	*/
	.nav_icon, .nav_close {
		display: block;
		position: absolute;
		cursor: pointer;
		font-size: 0.9rem;
		text-align: center;
		line-height: 21px;
	}
	.nav_icon {
		top: 48px;
		right: 0;
		color: #003C8C;
		height: 21px;
		
		line-height: 40px;
		right: 1rem;
		position: absolute;
		color: #474747;
	}
	.nav_icon p {
		color: #003C8C;
		display: inline-block;
		float: left;
	}
	.nav_close {
		top: 0;
		right: 0;
		z-index: 1001;
		width: 30px;
		height: 30px;
	}
	.nav_icon span, .nav_close span {
		display: block;
		width: 27px;
		height: 2px;
		background-color: #003C8C;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		margin-bottom: 7px;
	}
	.nav_close span {
		background-color: #ffffff;
	}
	.nb1, .nb2 {
		position: absolute;
		top: 33%;
		left: 0;
	}
	.nb1 {
		transform: rotate(45deg);
	}
	.nb2 {
		transform: rotate(-45deg);
	}
	nav {
		width: 0;
		height: 100%;
		position: fixed;
		min-width: 0;
		top: 0;
		right: 0;
		overflow: auto;
		transition: width 0.7s;
		background-color: #15578a;
	}
	body.akt nav {
		width: 300px;
		transition: width 0.7s;
	}
	body.akt nav pre {
		width: 0.01px;
		height: 100%;
		box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.8);
		display: block;
		position: absolute;
	}
	body.akt {
		right: 300px;
		transition: all 0.7s;
		position: absolute;
	}
	.menbtn {
		display: inline-block;
	}
	.menlink {
		display: none;
	}
	nav div {
		margin: 2rem;
		position: relative;
		padding-top: 2rem;
		width: auto;
	}
	nav ul {
		margin-left: 0;
		list-style: none;
		display: inline-block;
	}
	nav ul li {
		float: none;
	}
	nav ul li a, nav ul li a:visited {
		color: #6e8ea7;
		position: relative;
		text-align: left;
		font-size: 16px;
		text-transform: uppercase;
		text-decoration: none;
		white-space: nowrap;
		display: inline-block;
		padding: 0;
		line-height: 1em;
		margin-top: 0.4em;
		margin-bottom: 0.4em;
	}
	nav ul li a::before {
		content: url(/images/pfeil_bh.svg);	
	    display: inline-block;
	    width: 1em;
	    height: 1em;
		margin-right: 0.5em;
	}
	nav ul li a:hover::before {
		content: url(/images/pfeil_w.svg);	
	}
	nav ul li.aktuell > a, nav ul li a.active, nav ul li a:hover {
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		background-color: transparent;
	}
	nav ul li.aktuell > a::before {
		content: url(/images/pfeil_w.svg);	
		transform: rotate(90deg);
	}
	nav ul li ul {
		margin-left: 2rem;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		display: none;
		position: relative !important;
		top: 0;
	}
	nav ul li.aktuell ul {
	    display: inline-block;
	}
	nav ul li ul li {
		width: 100%;
	}
	nav ul li ul li a {
		text-transform: none;
		line-height: 1em;
		width: 100%;
	}
	nav ul li ul li a::before, nav ul li:hover ul {
		display: none;
	}
	nav ul li.aktuell ul {
		display: inline-block;
		background-color: transparent;
	}
	nav ul li ul li a.active, nav ul li ul li.aktuell a, nav ul li ul li a:hover {
		border-bottom-style: none;
		border-bottom-width: 0;
	}
	a.ausbildung {
		top: calc(45vh - 155px);
	}
	a.ausbildung img {
		width: 160px;
	}
	a.ausbildung p, a.ausbildung:visited p {
		line-height: 2em;
		font-size: 0.8rem;
	}
}
/*
tablet
*/
@media(max-width: 1050px) {
	html { }
	body {
	}
	.startimage {
		min-height: 50vw;
	}
	.startimage_l, .startimage_r, .starttext_l {
		width: 100%;
		min-height: 40vw;
	}
	.startimage_l div, .starttext_l div, .startimage_r div {
	    width: calc(100% - 200px);
	    max-width: 700px;
	    margin-right: auto;
	    margin-left: 100px;
	}
	.startimage h1, .startimage h2 {
		width: calc(100% - 340px);
		margin-right: auto;
		margin-left: auto;
	}
	.startimage_r h3 span {
	    margin-left: 0;
	}
	.startleistungen div {
	    width: calc(50% - 130px);
	    max-width: 545px;
	    padding: 40px 20px;
	}
	.startleistungen {
		background-image: none !important;
	}
	.startleistungen h2 {
		color: #15578a;
	}
	a.ausbildung img {
		width: 120px;
	}
	.content {
		width: calc(100% - 200px);
	}
	footer ul li a, footer ul li a:visited {
	    font-size: 12px;
	}
	footer ul {
		justify-content: flex-start;
	}
	footer ul li {
		width: calc(25% - 20px);
		margin-right: 20px;
	}
	.impress p, .impress a, .impress a:visited {
	    font-size: 11px;
	}	
	.st39, .st41, .st43 {
		order: 2;
	}
	.st42 {
		order: 3;
	}
}
/*
navigation
*/
@media(max-width: 1000px) {
	html { }
	body {
	}
	.text_12, .text_13, .text_23, .bild_l, .bild_r, .linkspalte  {
		width: 100%;
		margin-top: 1rem;
	}
	.text_13 {
		margin-top: 50px;
	}
	.text_13 li {
		margin-left: 10px;
	}
	.linkspalte {
		margin-bottom: 50px;
	}
	footer ul {
		display: none;
	}
	footer .mobilfuss {
		display: inline-block;
		text-align: center;
		width: 100%;
		color: #ffffff;
		margin-top: -20px;
		margin-bottom: 20px;
	}
	footer .mobilfuss a, footer .mobilfuss a:visited {
		color: #ffffff;
	}
	.impress {
		padding-top: 20px;
	padding-bottom: 20px;
	}
	.impress span {
		width: 100%;
		display: block;
	}
	.impress span::before {
		content: '';
		display: none;
	}
	.impress p, .impress p span, .impress a {
		line-height: 20px;
		margin: 0;
		padding: 0;
		font-size: 16px;
	}
}
/*
smartphone
*/
@media(max-width: 750px) {
	html {
		font-size: 16px;
	}
	body {
	}
	header {
		height: 100px;
	}
	main {
		margin-top: 100px;
	}
	.content {
		width: calc(100% - 60px);
	}
	a.logo img {
		width: auto;
		height: 75px;
		top: 10px;
	}
	.topmen {
		top: 30px;
	}
	.nav_icon {
		top: 38px;
	}
	.tool {
		right: 5px;
		top: calc(98vh - 140px);
	}
	.totop {
		display: none;
	}
	.tool img {
		width: 80px;
		height: auto;
	}
	.tool br {
		display: none;
	}
	.totel {
		display: none;
	}
	.calltel {
		display: block;
	}
	.topmen {
		right: 3.5rem;
	}
	.login {
	    margin-left: 0;
	}
	.login span {
		display: none;
	}
	h1 {
		font-size: 30px;
		text-align: left;
		width: calc(100% - 60px);
		margin-left: 30px;
	}
	h2 {
		font-size: 22px;
		text-align: left;
		width: calc(100% - 80px);
		margin-left: 0;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 16px;
	}
	a.ausbildung {
		position: absolute;
		top: 140px;
	}
	.startimage {
		height: 250px;
		display: inline-block;
		position: relative;
		margin-bottom: 300px;
	}
	.startimage div {
		min-height: 100%;
		margin-top: 250px;
	}	
	.startimage h1, .startimage h2 {
	    width: calc(100% - 60px);
	}
	.startimage div h2 {
		margin-right: 30px;
		margin-left: 30px;
		text-align: left;
	}
	.job h1, .job h2 {
		margin-left: 0;
		text-align: left;
	}
	.image {
		height: 40vw;
		min-height: 250px;
		max-height: 400px;
		margin-bottom: 50px;
	}
	.image {
	}
	.subimage {
		height: 40vw;
		max-height: 200px;
		overflow: hidden;
		text-align: center;
		position: relative;
	}
	.subimage img {
		height: 100%;
		width: auto;
		max-width: none;
		margin-left: -10vw;
	}
	.lead_in {
		margin-bottom: 100px;
	}
	.lead_in p {
		font-size: 18px;
		text-align: left;
	}
	.startimage_l div, .starttext_l div, .startimage_r div {
	    width: calc(100% - 60px);
		margin: 30px 30px;
	}
	.startimage_l div h2, .starttext_l div h2, .startimage_r div h2 {
	    margin-left: 0;
	}
	.startimage_r h3 span {
	    margin-left: 0;
	}
	.startleistungen div {
	    width: calc(100%);
	    max-width: 545px;
	    padding: 40px 20px;
	}
	.startleistungen div h2 {
		margin-left: 0;
	}
	.adresse {
		width: 100%;
		margin-bottom: 60px;
	}
	.formular div.normal, .formular div.breit {
		width: 100%;
	}
	footer ul li {
		width: calc(50% - 20px);
		margin-right: 20px;
	}
	.text_13 li {
	}
}
@media(max-width: 400px) {
	html {
	}
	body {
	}
	a.logo img {
		top: 20px;
		left: 20px;
		width: auto;
		height: 60px;
	}
}
@media(max-width: 360px) {
	html {
	}
	body {
	}
	.topmen {
		top: 10px;
		right: 20px;
		width: 100px;
		text-align: right;
	}
	a.logo img {
		top: 20px;
		left: 20px;
	}
	.lang {
		position: absolute;
		top: 0.4rem;
		line-height: 1.5em;
		left: 1em;
	}
	.nav_icon {
	    top: 58px;
		right: 20px;
	}
}