/*
################
              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();
  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, .bg-color a, .bg-color ul li:before, .bg-color h3 {
  background-color: #123869;
  color: #fff;
}
.bg-color-2, .bg-color-2 a, .bg-color-2 ul li:before {
  background-color: #CCEAFC;
  color: #545454;
}
.bg-color-3, .bg-color-3 a, .bg-color-3 ul li:before {
  background-color: #34C9F6;
  color: #000;
    font-weight: 600;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #545454;
  text-decoration: none;
  font-weight: 400;
  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: 100%;
  height: auto;
  width: 100%;
  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 
################
*/
/*
################
               Slider / Video Einstellungen
################
*/
section.slider2, section.video {
  padding: 0 0;
}
section.video {
  margin-bottom: -5px;
}
ul.slideList li {
  margin-top: 0px;
  padding-left: 0px;
}
/* Definition der Animationen */
/* 1. Bewegung des Sliders */
@keyframes slidesStart01 {
  0%, 15% {
    left: 0;
  }
  25%, 40% {
    left: -100%;
  }
  50%, 65% {
    left: -200%;
  }
  75%, 90% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}
@-webkit-keyframes slidesStart01 {
  0%, 15% {
    left: 0;
  }
  25%, 40% {
    left: -100%;
  }
  50%, 65% {
    left: -200%;
  }
  75%, 90% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}
@keyframes slidesStart101 {
  0%, 15% {
    left: 0;
  }
  25%, 40% {
    left: -100%;
  }
  50%, 65% {
    left: -200%;
  }
  75%, 90% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}
@-webkit-keyframes slidesStart101 {
  0%, 15% {
    left: 0;
  }
  25%, 40% {
    left: -100%;
  }
  50%, 65% {
    left: -200%;
  }
  75%, 90% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}
@keyframes slidesStart02 {
  90.01% {
    left: 0;
  }
  0%, 15%, 100% {
    left: -100%;
  }
  25%, 40% {
    left: -200%;
  }
  50%, 65% {
    left: -300%;
  }
  75%, 90% {
    left: -400%;
  }
}
@-webkit-keyframes slidesStart02 {
  90.01% {
    left: 0;
  }
  0%, 15%, 100% {
    left: -100%;
  }
  25%, 40% {
    left: -200%;
  }
  50%, 65% {
    left: -300%;
  }
  75%, 90% {
    left: -400%;
  }
}
@keyframes slidesStart102 {
  90.01% {
    left: 0;
  }
  0%, 15%, 100% {
    left: -100%;
  }
  25%, 40% {
    left: -200%;
  }
  50%, 65% {
    left: -300%;
  }
  75%, 90% {
    left: -400%;
  }
}
@-webkit-keyframes slidesStart102 {
  90.01% {
    left: 0;
  }
  0%, 15%, 100% {
    left: -100%;
  }
  25%, 40% {
    left: -200%;
  }
  50%, 65% {
    left: -300%;
  }
  75%, 90% {
    left: -400%;
  }
}
@keyframes slidesStart03 {
  65.01% {
    left: 0;
  }
  0%, 15%, 100% {
    left: -200%;
  }
  25%, 40% {
    left: -300%;
  }
  50%, 65% {
    left: -400%;
  }
  75%, 90% {
    left: -100%;
  }
}
@-webkit-keyframes slidesStart03 {
  65.01% {
    left: 0;
  }
  0%, 15%, 100% {
    left: -200%;
  }
  25%, 40% {
    left: -300%;
  }
  50%, 65% {
    left: -400%;
  }
  75%, 90% {
    left: -100%;
  }
}
@keyframes slidesStart103 {
  65.01% {
    left: 0;
  }
  0%, 15%, 100% {
    left: -200%;
  }
  25%, 40% {
    left: -300%;
  }
  50%, 65% {
    left: -400%;
  }
  75%, 90% {
    left: -100%;
  }
}
@-webkit-keyframes slidesStart103 {
  65.01% {
    left: 0;
  }
  0%, 15%, 100% {
    left: -200%;
  }
  25%, 40% {
    left: -300%;
  }
  50%, 65% {
    left: -400%;
  }
  75%, 90% {
    left: -100%;
  }
}
@keyframes slidesStart04 {
  40.01% {
    left: 0;
  }
  0%, 15%, 100% {
    left: -300%;
  }
  25%, 40% {
    left: -400%;
  }
  50%, 65% {
    left: -100%;
  }
  75%, 90% {
    left: -200%;
  }
}
@-webkit-keyframes slidesStart04 {
  40.01% {
    left: 0;
  }
  0%, 15%, 100% {
    left: -300%;
  }
  25%, 40% {
    left: -400%;
  }
  50%, 65% {
    left: -100%;
  }
  75%, 90% {
    left: -200%;
  }
}
@keyframes slidesStart104 {
  40.01% {
    left: 0;
  }
  0%, 15%, 100% {
    left: -300%;
  }
  25%, 40% {
    left: -400%;
  }
  50%, 65% {
    left: -100%;
  }
  75%, 90% {
    left: -200%;
  }
}
@-webkit-keyframes slidesStart104 {
  40.01% {
    left: 0;
  }
  0%, 15%, 100% {
    left: -300%;
  }
  25%, 40% {
    left: -400%;
  }
  50%, 65% {
    left: -100%;
  }
  75%, 90% {
    left: -200%;
  }
}
/* 2. Wechsel des ersten Slides ans Ende und zurück */
@keyframes slide01ToEndStart01 {
  89.99% {
    left: 0;
  }
  90%, 100% {
    left: 100%;
  }
}
@-webkit-keyframes slide01ToEndStart01 {
  89.99% {
    left: 0;
  }
  90%, 100% {
    left: 100%;
  }
}
@keyframes slide01ToEndStart101 {
  89.99% {
    left: 0;
  }
  90%, 100% {
    left: 100%;
  }
}
@-webkit-keyframes slide01ToEndStart101 {
  89.99% {
    left: 0;
  }
  90%, 100% {
    left: 100%;
  }
}
@keyframes slide01ToEndStart02 {
  49.99%, 90.01% {
    left: 0;
  }
  50%, 90% {
    left: 100%;
  }
}
@-webkit-keyframes slide01ToEndStart02 {
  49.99%, 90.01% {
    left: 0;
  }
  50%, 90% {
    left: 100%;
  }
}
@keyframes slide01ToEndStart102 {
  49.99%, 90.01% {
    left: 0;
  }
  50%, 90% {
    left: 100%;
  }
}
@-webkit-keyframes slide01ToEndStart102 {
  49.99%, 90.01% {
    left: 0;
  }
  50%, 90% {
    left: 100%;
  }
}
@keyframes slide01ToEndStart03 {
  24.99%, 65.01% {
    left: 0;
  }
  25%, 65% {
    left: 100%;
  }
}
@-webkit-keyframes slide01ToEndStart03 {
  24.99%, 65.01% {
    left: 0;
  }
  25%, 65% {
    left: 100%;
  }
}
@keyframes slide01ToEndStart103 {
  24.99%, 65.01% {
    left: 0;
  }
  25%, 65% {
    left: 100%;
  }
}
@-webkit-keyframes slide01ToEndStart103 {
  24.99%, 65.01% {
    left: 0;
  }
  25%, 65% {
    left: 100%;
  }
}
@keyframes slide01ToEndStart04 {
  40.01% {
    left: 0;
  }
  0%, 40% {
    left: 100%;
  }
}
@-webkit-keyframes slide01ToEndStart04 {
  40.01% {
    left: 0;
  }
  0%, 40% {
    left: 100%;
  }
}
@keyframes slide01ToEndStart104 {
  40.01% {
    left: 0;
  }
  0%, 40% {
    left: 100%;
  }
}
@-webkit-keyframes slide01ToEndStart104 {
  40.01% {
    left: 0;
  }
  0%, 40% {
    left: 100%;
  }
}
/* 3. Animationen für den Farbwechsel in den Controls */
@keyframes slideControl01 {
  24.99% {
    background: #68b022;
  }
  25%, 100% {
    background: none;
  }
}
@-webkit-keyframes slideControl01 {
  24.99% {
    background: #68b022;
  }
  25%, 100% {
    background: none;
  }
}
@keyframes slideControl101 {
  24.99% {
    background: #68b022;
  }
  25%, 100% {
    background: none;
  }
}
@-webkit-keyframes slideControl101 {
  24.99% {
    background: #68b022;
  }
  25%, 100% {
    background: none;
  }
}
@keyframes slideControl02 {
  24.99%, 50% {
    background: none;
  }
  25%, 49.99% {
    background: #68b022;
  }
}
@-webkit-keyframes slideControl02 {
  24.99%, 50% {
    background: none;
  }
  25%, 49.99% {
    background: #68b022;
  }
}
@keyframes slideControl102 {
  24.99%, 50% {
    background: none;
  }
  25%, 49.99% {
    background: #68b022;
  }
}
@-webkit-keyframes slideControl102 {
  24.99%, 50% {
    background: none;
  }
  25%, 49.99% {
    background: #68b022;
  }
}
@keyframes slideControl03 {
  49.99%, 75% {
    background: none;
  }
  50%, 74.99% {
    background: #68b022;
  }
}
@-webkit-keyframes slideControl03 {
  49.99%, 75% {
    background: none;
  }
  50%, 74.99% {
    background: #68b022;
  }
}
@keyframes slideControl103 {
  49.99%, 75% {
    background: none;
  }
  50%, 74.99% {
    background: #68b022;
  }
}
@-webkit-keyframes slideControl103 {
  49.99%, 75% {
    background: none;
  }
  50%, 74.99% {
    background: #68b022;
  }
}
@keyframes slideControl04 {
  74.99% {
    background: none;
  }
  75%, 100% {
    background: #68b022;
  }
}
@-webkit-keyframes slideControl04 {
  74.99% {
    background: none;
  }
  75%, 100% {
    background: #68b022;
  }
}
@keyframes slideControl104 {
  74.99% {
    background: none;
  }
  75%, 100% {
    background: #68b022;
  }
}
@-webkit-keyframes slideControl104 {
  74.99% {
    background: none;
  }
  75%, 100% {
    background: #68b022;
  }
}
/* Basisfunktionalität des Sliders */
.slider {
  overflow: hidden;
}
.slider input {
  position: absolute;
  left: -10000px;
  top: 0;
}
.slideList {
  width: 400%; /* Anzahl der Slides mal 100 */
  position: relative; /* über die relative Positionierung wird der Slider durchs Sichtfenster geschoben */
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  -o-transition: left 2s;
  transition: left 2s; /* für den fließenden Schub */
  margin: 0;
  padding: 0;
}
.slideList:after {
  content: ".";
  display: block;
  height: .1px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  overflow: hidden;
}
.slide {
  list-style: none;
  width: 25%; /* Breite gleich 100 / Anzahl Slides */
  float: left;
  position: relative;
  left: 0;
  -webkit-transition: left 0s .5s;
  -moz-transition: left 0s .5s;
  -o-transition: left 0s .5s;
  transition: left 0s .5s; /*bei Klick auf ein Control werden alle Slides wieder auf Original-Position geschoben, hier für den ersten relevant. Damit die Aktion erst nach der slides-Verschiebung beginnt, kommt ein delay hinzu*/
}
#slide04:checked ~ .slideList .slide, #slide104:checked ~ .slideList .slide {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; /* damit er nicht zu früh zurückrutscht */
}
.slideList img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* Zuweisung der Keyframe-Animationen */
.slideList, .slide, .slideControl label {
  -webkit-animation: 20s 2s infinite;
  animation: 20s 2s infinite; /* allgemeingültige Werte für die Keyframe-Animation */
}
/* Positionierung und Aufruf der passenden Animation in Abhängigkeit des Status der Radiobuttons */
#slide01:checked ~ .slideList {
  -webkit-animation-name: slidesStart01;
  animation-name: slidesStart01;
  left: 0;
}
#slide02:checked ~ .slideList {
  -webkit-animation-name: slidesStart02;
  animation-name: slidesStart02;
  left: -100%;
}
#slide03:checked ~ .slideList {
  -webkit-animation-name: slidesStart03;
  animation-name: slidesStart03;
  left: -200%;
}
#slide04:checked ~ .slideList {
  -webkit-animation-name: slidesStart04;
  animation-name: slidesStart04;
  left: -300%;
}
/* Damit der Wechsel von 01 zu 101, 02 zu 102 usw. klappt, muss jeweils eine andere Animation aufgerufen werden*/
#slide101:checked ~ .slideList {
  -webkit-animation-name: slidesStart101;
  animation-name: slidesStart101;
  left: 0;
}
#slide102:checked ~ .slideList {
  -webkit-animation-name: slidesStart102;
  animation-name: slidesStart102;
  left: -100%;
}
#slide103:checked ~ .slideList {
  -webkit-animation-name: slidesStart103;
  animation-name: slidesStart103;
  left: -200%;
}
#slide104:checked ~ .slideList {
  -webkit-animation-name: slidesStart104;
  animation-name: slidesStart104;
  left: -300%;
}
/* Der erste Slide wird jeweils zur rechten Zeit an den Anfang oder das Ende gestellt */
#slide01:checked ~ .slideList .slide01 {
  -webkit-animation-name: slide01ToEndStart01;
  animation-name: slide01ToEndStart01;
}
#slide02:checked ~ .slideList .slide01 {
  -webkit-animation-name: slide01ToEndStart02;
  animation-name: slide01ToEndStart02;
}
#slide03:checked ~ .slideList .slide01 {
  -webkit-animation-name: slide01ToEndStart03;
  animation-name: slide01ToEndStart03;
}
#slide04:checked ~ .slideList .slide01 {
  -webkit-animation-name: slide01ToEndStart04;
  animation-name: slide01ToEndStart04;
}
/* Separate Animations-Namen für die zweite Steuerung */
#slide101:checked ~ .slideList .slide01 {
  -webkit-animation-name: slide01ToEndStart101;
  animation-name: slide01ToEndStart101;
}
#slide102:checked ~ .slideList .slide01 {
  -webkit-animation-name: slide01ToEndStart102;
  animation-name: slide01ToEndStart102;
}
#slide103:checked ~ .slideList .slide01 {
  -webkit-animation-name: slide01ToEndStart103;
  animation-name: slide01ToEndStart103;
}
#slide104:checked ~ .slideList .slide01 {
  -webkit-animation-name: slide01ToEndStart104;
  animation-name: slide01ToEndStart104;
}
/* nur zur Deko */
.sliderWrapper {
  position: relative;
  /*padding: 6px;
    border: 1px solid #ddd;
    margin-bottom: 40px;*/
}
.slide p {
  position: absolute;
  max-width: 400px;
  bottom: 1em;
  left: 0;
  background: rgba(0, 0, 0, .6);
  color: #ddd;
  padding: .4em 1em;
}
.sliderimage2 p {
  position: absolute;
  max-width: 400px;
  bottom: 1em;
  left: 0;
  background: rgba(0, 0, 0, .6);
  color: #ddd;
  padding: .4em 1em;
}
.companytext-bereich {
  position: relative;
  width: 100%;
}
.companytext-textfeld {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  bottom: 5%;
}
.sliderimage2 li:before, .slideList li:before {
  content: "" !important;
  opacity: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sliderimage2 li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*Die Geamte Zeit von dem Slider - Pro Bild um 6 Sekunden ändern - aktuell 3 Bilder*/
  -webkit-animation: image 18s linear infinite;
  animation: image 18s linear infinite;
  /*Beispiel für 4 Bilderr
	-webkit-animation: image 24s linear infinite;
	animation: image 24s linear infinite;*/
}
@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.sliderimage2 li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*Für jedes neue Bild einen neus child Element hinzufügen laut Beispiel*/
.sliderimage2 li:nth-child(1) span {}
.sliderimage2 li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.sliderimage2 li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
/*Beispiel für 4 Bilder

.sliderimage2 li:nth-child(4) span {
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}*/
/*
################
               Einstellungen Überschriften, Links & Buttons 
################
*/
h1 {
  font-size: 2em;
  line-height: 1.1em;
  margin: 10px 0;
  font-weight: normal;
}
h2 {
  font-size: 1.5em;
  line-height: 1.6em;
  margin: 5px 0;
  font-weight: normal;
}
h3 {
  font-size: 1.3em;
  line-height: 1.35em;
  margin: 3px 0;
  font-weight: normal;
  color: #012956;
}
h3.fullwidth {
  flex: 100%;
}
.small {
  font-size: .75em;
}
.big {
  font-size: 1.25em;
}
a {
  color: #FFF;
  text-decoration: none;
  white-space: nowrap;
}
a:hover, a:active {
  text-decoration: underline;
}
a.btn {
  padding: 12px 30px 12px 15px;
  background: #00a474!important;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: #FFF;
  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: #00a474;
}
.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: #00a474;
  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;
}
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.btn a {}
/*
################
              Einstellungen Bereich Logo
################
*/
section.logo {
  justify-content: flex-start;
}
.logo img {
  max-width: 350px;
  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("https://vorschau.power-media.de/anzeigen/184775/img/Alte%20Bundesverband%20der%20Arzeneimittel-Herstellung/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("https://vorschau.power-media.de/anzeigen/184775/img/Alte%20Bundesverband%20der%20Arzeneimittel-Herstellung/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 
################
*/
.title {
  display: block;
  background: linear-gradient(90deg, rgba(0,164,116,1) 13%, rgba(1,70,148,1) 32%, rgba(1,70,148,1) 100%);
  width: 100%;
  padding: 25px;
  color: #fff;
}
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 {
  background: #fff;
  border: 1px solid black;
  display: flex;
  padding: 10px;
  align-content: center;
}
.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;
}
/*
################
              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: 100%;
  height: 1px;
  padding: 0;
  margin: 15px 0;
  background: #ededed;
}
.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%;
  }
}