
/*
################
              Slider Einstellungen
################
*/

/* Bilder ergänzen oder entfernen */
[class^="lslider-"] .slide1, [class^="fslider-"] .slide1 {background-image: url("../img/016_header_1140px.jpg");} /* 1. Bild wählen */
[class^="lslider-"] .slide2, [class^="fslider-"] .slide2 {background-image: url("../img/017_header_1140px.jpg");} /* 2. Bild wählen */
[class^="lslider-"] .slide3, [class^="fslider-"] .slide3  {background-image: url("../img/018_header_1140px.jpg");} /* 3. Bild wählen */
[class^="lslider-"] .slide4, [class^="fslider-"] .slide4  {background-image: url("../img/019_header_1140px.jpg");} /* 4. Bild wählen */
[class^="lslider-"] .slide5, [class^="fslider-"] .slide5  {background-image: url("../img/016_header_1140px.jpg");} /* 5. Bild wählen */
[class^="lslider-"] .slide6, [class^="fslider-"] .slide6  {background-image: url("../img/017_header_1140px.jpg");} /* 6. Bild wählen */
[class^="lslider-"] .slide7, [class^="fslider-"] .slide7  {background-image: url("../img/018_header_1140px.jpg");} /* 7. Bild wählen */
[class^="lslider-"] .slide8, [class^="fslider-"] .slide8  {background-image: url("../img/019_header_1140px.jpg");} /* 8. Bild wählen */

[class^="lslider-"] > *, [class^="fslider-"] > * { animation: 50s 2s infinite; } /* Länge der Gesamtanimation */  

.slider {
    padding:0;
    position: relative;
}

.companytext-bereich {position:relative;width:10%;}
.companytext-textfeld {position:absolute;

    /* background: rgba(255,255,255,0.7); */
    /* padding: 15px; */
    top: 0;
    right: 14%;
    width: 100px;
}

/*
################
              Font Awesome Icons
################
*/
@font-face {
	font-family: fa-brands;
	font-style: normal;
	font-weight: 400;
	src: url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.eot);
	src: url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}
@font-face {
	font-family: fa-regular;
	font-style: normal;
	font-weight: 400;
	src: url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.eot);
	src: url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}
.far {
	font-weight: 400
}
@font-face {
	font-family: fa-solid;
	font-style: normal;
	font-weight: 900;
	src: url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solifd-900.eot);
	src: url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
.fa:before, .fas:before, .far:before, ul.fa li:before, .btn:before {
	font-family: fa-solid;
	font-weight: 900;
	width: 1em;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 5px;
}
.fab:before {
	font-family: fa-brands;
	font-weight: 900;
	width: 1em;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 5px;
}
.fa.spacer:before {
	margin-right: 5px;
}
.fa-big:before {
	float: left;
	width: 100%;
	line-height: 45px;
	font-size: 45px;
	margin-bottom: 10px;
}
/*
################
               Grundeinstellungen 
################
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.color {
	color: black;
}
.bg-color {
    background: #125083;
 
    color: #fff;
}
.bg-color-2 {
    background: #DFF2FD;
    color: #125083;
}.bg-color-3 {
    background-color: #f5f5f5;
    color: #333;
}
.bg-color-2 a{
    color: #303030;
}
body {
	font-family: "Helvetica Neue CB","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-size: 12px;
	color: #303030;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
#wrapper {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #d2d2d2;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	overflow: auto;
}
header, footer {
	width: 100%;
	float: left;
}
img {
    max-width: 150%;
    height: auto;
    width: 150%;
    border: 0;
    float: left;
    vertical-align: middle;
}
section {
	float: left;
	width: 100%;
	padding: 15px 4%;
}
section.big {
	font-size: 1em;
	padding: 30px 4%;
}
section.small {
	font-size: 1em;
	padding: 15px 4%;
}

/*
################
               Zusätzliche Änderungen/Einstellungen 
################
*/
/*
################
               Ende - Zusätzliche Änderungen/Einstellungen 
################
*/

/*
################
               Video Einstellungen
################
*/
section.video {    
	padding: 0 0;
}

iframe {display: block;}
/*
################
               Einstellungen Überschriften, Links & Buttons 
################
*/
h1 {
	font-size: 2em;
	line-height: 1.1em;
	margin: 10px 0;
	font-weight: 600;
}
h2 {
	font-size: 1.8em;
	line-height: 1.6em;
	margin: 5px 0;
	font-weight: 400;
    color: #125083;
}
h3 {
	font-size: 1.25em;
	line-height: 1.35em;
	margin: 3px 0;
	font-weight: 600;
    color: #125083;
}
h3.fullwidth {
	flex: 100%;
}
.h3:after{
        display: block;
       width: 4%;
    height: 10px;
    margin: 1.5rem 1.5rem 1.5rem 0;
    background-color: #AFDFF9;
    content: '';
}
.small {
	font-size: .75em;
    font-weight: 500
}
.big {
	font-size: 1.25em;
}
a {

    color: #333;
    text-decoration: none;
    white-space: nowrap;

}
a:hover, a:active {
	text-decoration: underline;
}
a.btn {
    padding: 12px 30px;
    background: white;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    color: #333;
    /* font-weight: bolder; */
    border: 2px solid #333;
    position: relative;
}
a.btn:hover {
	text-decoration: none;
}
a.btn:before {
	margin-right: 27px;
	font-size: 1.5em;
	z-index: 99;
}
a.btn.line:after {
	content: "";
	height: 100%;
	width: 1px;
	background: black;
	position: absolute;
	top: 0;
	left: 46px;
}
a.btn.square:after {
	content: "";
	height: 100%;
	width: 48px;
	background: darkgrey;
	position: absolute;
	top: 0;
	left: 0;
}
section p {
	margin: 0 0 10px 0;
}
section p:last-child {
	margin: 0;
}
/*
################
              Einstellungen Listenelemente 
################
*/
ul {
	padding: 0;
	margin: 0;
}
ul li {
	position: relative;
	list-style-type: none;
	margin-top: 4px;
	padding-left: 20px;
}
ul li:before {
	color: #999;
}
.list-arrow ul li:before {
	content: "\203A";
	position: absolute;
	left: 5px;
	top: -1px;
	font-size: 1.5em;
}
.list-bullet ul li:before {
	content: "";
	background-color: #999;
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 5px;
	top: 7px;
}
.list-chevron ul li:before {
	content: "\f054";
	font-family: fa-solid;
	position: absolute;
	left: 5px;
	top: 0px;
	font-size: .8em;
    color: #125083
}
ul + p {
	margin-top: 10px !important;
}
/*
################
              Allgemeines Spaltenlayout Einstellungen
################
*/
.col-2, .col-3, .col-4, .col-5, .col-golden {
	justify-content: space-between;
	display: flex;
}
.col-2 > * {
	flex: 0 1 48.5%;
}
.col-3 > * {
	flex: 0 1 31.3333333333%;
}
.col-4 > * {
	flex: 0 1 22%;
}
.col-5 > * {
	flex: 0 1 18%;
}
.col-golden > *:first-child {
	flex: 0 1 60.3%;
}
.col-golden > *:last-child {
	flex: 0 1 36.7%;
}
.row-reverse > *:nth-of-type(2) {
	margin: 0;
}
section.fullwidth {
	padding: 0;
}
section.fullwidth.col-2 > * {
	flex: 0 1 50%;
	padding: 15px 4%;
}
section.fullwidth.col-2 > * {
	flex: 0 1 50%;
	padding: 15px 4%;
}
section.fullwidth.col-3 > * {
	flex: 0 1 33.3%;
	padding: 15px 4%;
}
section.fullwidth .col-2 > *:nth-of-type(2), section.fullwidth .col-3 > *:nth-of-type(n+2) {
	margin: 0;
}
section.fullwidth.col-golden > * {
	padding: 15px 4%;
}
section.fullwidth.col-golden > *:first-child {
	flex: 0 1 61.8%;
}
section.fullwidth.col-golden > *:last-child {
	flex: 0 1 38.2%;
}
/*
################
              Einstellungen Bereich Pre-Header
################
*/
.pre-header {
	text-align: right;
}
.pre-header a {
	color: #fff;
}
.pre-header a:nth-of-type(2) {
	margin-left: 15px;
}
.pre-header.logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pre-header.logo > div {
	flex: 100%;
}
.pre-header.logo a {
	color: #fff;
}
/*
################
              Einstellungen Bereich Logo
################
*/
section.logo {
	justify-content: flex-start;
}
.logo img {
	max-width: 200px;
	width: 100%;
	height: auto;
}
.logo.text img {
	width: 200px;
}
.logo.text > *:last-child {
	margin-left: 25px;
}
/*
################
              Einstellungen Bereich Stimmungsbild (oben)
################
*/
section.stimmungsbild {
	background-image: url(../img/header.jpg);
	height: 200px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0;
}
section.stimmungsbild p {
	background-color: rgba(255, 255, 255, 0.75);
	padding: 15px 4%;
}
section.stimmungsbild .btn {
	margin-right: 4%;
	padding: 15px 30px;
}
.stimmung.col-golden {
	padding: 0;
}
.stimmung.col-golden > div:first-child {
	background-image: url(../img/header.jpg);
	background-size: cover;
	flex: 0 1 63.5%;
}
.stimmung.col-golden > div:last-child {
	display: flex;
	align-items: center;
	padding: 15px 4%;
	flex-wrap: wrap;
}
.stimmung.col-golden .logo img {
	margin-bottom: 10px;
	max-width: 150px;
}
/*
################
              Einstellungen Stellentitel 
################
*/
section.title.col-2 > * {
	position: relative;
	margin: 0;
}
.title.col-2 > *:first-child:after {
	content: "";
	height: 100%;
	width: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0
}
.title.col-2 > *:last-child:before {
	content: "";
	height: 100%;
	width: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0
}
.title.col-2 > *:first-child {
	padding-right: 20px;
	flex: 1 1 100%;
}
.title.col-2 > *:last-child {
	padding-left: 20px;
	flex: 0 0 auto;
}
.title.fullwidth.col-2 > *:last-child {
	max-width: 250px;
}
.title .icon {
	flex: 100%;
	display: flex;
	align-items: center;
}
.title .icon:nth-of-type(n + 2) {
	margin-top: 10px;
}
.icon-wrap {
	position: relative;
}
.icon-wrap .fa, .icon-wrap .fas, .icon-wrap .far {
	padding-left: 20px;
	position: relative;
	max-width: 200px;
	line-height: 18px;
}
.icon-wrap > *:before {
	position: absolute;
	left: 0px;
	top: 3px;
}
.icon-wrap .fa:before, .icon-wrap .fas:before {
	margin-right: 15px;
}
section.indented {
	width: 92%;
	margin: 0 4%; /* Margin auf "15px 4%" setzen, wenn einegrückte Abschnitte einen Abstand nach oben und Unten haben sollen. */
	padding: 0;
}
section.indented > div {
	padding: 15px 4%;
}
section.indented > img {
	padding: 0 !important;
}
section.indented > * {
	padding: 0 4%;
}
section.indented > *:first-child {
	padding-top: 15px;
}
section.indented > *:last-child {
	padding-bottom: 15px;
}
section.indented .icon-wrap {
	display: flex;
	justify-content: center;
}
section.indented .icon-wrap *:nth-of-type(n + 2) {
	margin-left: 20px;
}
section.indented.border {
	border-left: 10px solid #a9a9a9;
	position: relative;
}
section.indented.border:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #fff;
}
/*
################
              Einstellungen Benefitsboxen
################
*/
.benefits > div {

    display: flex;
    margin-top: 10px;
    padding: 4px;
    align-content: flex-start;
}
.benefits h3 {
	margin-bottom: 10px;
	flex: 100% !important;
}
/* Löschen, wenn Icon und Schrift in einer Zeile sein sollen */
.benefits > div {
	flex-wrap: wrap;
	/*border-radius: 50%; */ /* Kommentar entfernen, dann sind die Benefintsboxen rund*/
}
.benefits.col-4 > div {
	min-height: 140px;
}
.benefits.col-5 > div {
	min-height: 120px;
}
.benefits > div > * {
	flex: 100%;
	text-align: center;
}
.benefits > div > i {
    font-size: 3em;
    margin-bottom: 8px;
    color: #125083;
}
/*
################
              Einstellungen Footerbereich
################
*/
.flex.fullwidth a {
	display: block;
	margin-bottom: 5px;
}
.flex.fullwidth .mail {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-content: center;
	justify-content: center;
}
.flex.fullwidth .mail > * {
	width: 100%;
}
.flex.fullwidth .mail > i {
	font-size: 3em;
	margin-bottom: 20px;
}
address {
	font-style: normal;
	float: left;
	width: 100%;
	padding: 15px;
	background: #fff;
	color: #000;
	margin-top: 10px;
}
.social {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.social a {
	font-size: 1.2em;
	padding: 0 3px;
	line-height: 18px;
}
/*
################
              Divider & Seperator
################
*/
section.divider {
	width: 92%;
	margin: 10px 4%;
}
.divider {
    width: 10%;
    height: 6px;
    padding: 0;
    margin: 15px 0;
    background: #AFDFF9;
}
.seperator {
	margin: 10px 5px;
}
/*
################
              CSS Befehle Klassen 
################
*/
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.center-items {
	align-items: center;
}
.space-between {
	justify-content: space-between;
}
.nobr {
	white-space: nowrap;
}
.text-center {
	text-align: center;
}
.row-reverse {
	flex-direction: row-reverse;
}
.text-justify {
	text-align: justify;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.relative {
	position: relative;
}
.justify-center {
	justify-content: center;
}
/*
################
              INTERNET EXPLORER FIXES
################
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.col-5.benefits > * {
		flex: 0 1 15%;
	}
}