@charset "UTF-8";
/* Developed by webdesign-schupfinger.de */
/* var
--------------------------------------------------------------------------------------------------------------------- */
/* mixins and functions
----------------------------------------------------------------------------------------------------------------------*/
/* bootstrap, custom reset, lightbox
----------------------------------------------------------------------------------------------------------------------*/
@import url(../vendor/font-awesome-pro/css/fontawesome-all.min.css);
@import url(../vendor/bootstrap/bootstrap.min.css);
@import url(../vendor/jquery-tabs/jquery.tabs.css);
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../vendor/slick-slider/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../vendor/slick-slider/fonts/slick.eot");
  src: url("../vendor/slick-slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../vendor/slick-slider/fonts/slick.woff") format("woff"), url("../vendor/slick-slider/fonts/slick.ttf") format("truetype"), url("../vendor/slick-slider/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* fonts
----------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "Raleway Webfont";
  src: url("fonts/raleway/raleway-thin.eot");
  src: url("fonts/raleway/raleway-thin.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/raleway-thin.woff") format("woff"), url("fonts/raleway/raleway-thin.ttf") format("truetype"), url("fonts/raleway/raleway-thin.svg#ralewaythin") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Raleway Webfont";
  src: url("fonts/raleway/raleway-extralight.eot");
  src: url("fonts/raleway/raleway-extralight.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/raleway-extralight.woff") format("woff"), url("fonts/raleway/raleway-extralight.ttf") format("truetype"), url("fonts/raleway/raleway-extralight.svg#ralewayextralight") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "Raleway Webfont";
  src: url("fonts/raleway/raleway-light.eot");
  src: url("fonts/raleway/raleway-light.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/raleway-light.woff") format("woff"), url("fonts/raleway/raleway-light.ttf") format("truetype"), url("fonts/raleway/raleway-light.svg#ralewaylight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Raleway Webfont";
  src: url("fonts/raleway/raleway-regular.eot");
  src: url("fonts/raleway/raleway-regular.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/raleway-regular.woff") format("woff"), url("fonts/raleway/raleway-regular.ttf") format("truetype"), url("fonts/raleway/raleway-regular.svg#ralewayregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Raleway Webfont";
  src: url("fonts/raleway/raleway-medium.eot");
  src: url("fonts/raleway/raleway-medium.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/raleway-medium.woff") format("woff"), url("fonts/raleway/raleway-medium.ttf") format("truetype"), url("fonts/raleway/raleway-medium.svg#ralewaymedium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Raleway Webfont";
  src: url("fonts/raleway/raleway-semibold.eot");
  src: url("fonts/raleway/raleway-semibold.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/raleway-semibold.woff") format("woff"), url("fonts/raleway/raleway-semibold.ttf") format("truetype"), url("fonts/raleway/raleway-semibold.svg#ralewaysemibold") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Raleway Webfont";
  src: url("fonts/raleway/raleway-bold.eot");
  src: url("fonts/raleway/raleway-bold.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/raleway-bold.woff") format("woff"), url("fonts/raleway/raleway-bold.ttf") format("truetype"), url("fonts/raleway/raleway-bold.svg#ralewaybold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Raleway Webfont";
  src: url("fonts/raleway/raleway-extrabold.eot");
  src: url("fonts/raleway/raleway-extrabold.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/raleway-extrabold.woff") format("woff"), url("fonts/raleway/raleway-extrabold.ttf") format("truetype"), url("fonts/raleway/raleway-extrabold.svg#ralewayextrabold") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: "Raleway Webfont";
  src: url("fonts/raleway/raleway-heavy.eot");
  src: url("fonts/raleway/raleway-heavy.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/raleway-heavy.woff") format("woff"), url("fonts/raleway/raleway-heavy.ttf") format("truetype"), url("fonts/raleway/raleway-heavy.svg#ralewayheavy") format("svg");
  font-weight: 900;
  font-style: normal; }
/* base
----------------------------------------------------------------------------------------------------------------------*/
/* document basics
----------------------------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  /*chrome outline*/
  border: none;
  box-shadow: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-hyphens: word-wrap;
  -o-hyphens: word-wrap;
  -webkit-hyphens: word-wrap;
  -ms-hyphens: word-wrap;
  hyphens: word-wrap; }

html {
  /* overflow-y: scroll; */
  /* wenn hier fs nicht auf 100, klappt umrechnung zu rem nicht */
  font-size: 100%; }

/* responsive img
----------------------------------------------------------------------------------------------------------------------*/
.img-responsive {
  width: 100%;
  height: auto !important; }

/* safari text rendering bug while animation
----------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1, h2, h3, h4, h5, h6, p {
  -webkit-transform: translateZ(0px); }

/* general resets
----------------------------------------------------------------------------------------------------------------------*/
.invisible {
  display: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

a, a:hover {
  text-decoration: none; }

ul, ol {
  list-style: none; }

ul, ol {
  margin-left: 0;
  list-style: none; }

td {
  vertical-align: top; }

pre {
  background: #000;
  color: greenyellow;
  position: relative;
  z-index: 10000000;
  padding: 20px; }

/* chrome outline */
*:focus {
  outline: none !important; }

/* box sizing for contao lightbox und jreject
----------------------------------------------------------------------------------------------------------------------*/
#mbCenter, #mbImage, #mbBottom, #jr_inner {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* floats inkl. contao image floats
----------------------------------------------------------------------------------------------------------------------*/
.float_left {
  float: left; }

.float_right {
  float: right; }

.clb {
  clear: both; }

/* responsive images und lists in mod_article
----------------------------------------------------------------------------------------------------------------------*/
.mod_article img {
  width: 100%;
  height: auto; }
.mod_article ol {
  list-style-type: decimal !important; }

html, body {
  height: auto; }

body {
  font-size: 16px;
  line-height: 26px;
  color: #3e3e3e;
  background: #ffffff;
  font-family: "Raleway Webfont";
  font-weight: 500; }

#cookiebar {
  z-index: 10000;
  color: #ffffff;
  background: #009ee0;
  line-height: 16px;
  padding: 25px; }
  #cookiebar button {
    background: #6e6e6e;
    margin-top: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 10px; }

#cookiebar-desc {
  max-width: 80%; }

/* general layout */
.container {
  max-width: 1720px;
  width: 100%;
  padding: 0 20px; }

.no-padding {
  padding: 0; }

/* typo */
h1, h2, h3, h4, h5 {
  hyphens: auto; }

h1, h2 {
  color: #3e3e3e;
  font-size: 50px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 100px; }
  h1.blue, h2.blue {
    color: #009ee0;
    font-size: 36px;
    line-height: 36px;
    text-transform: none;
    font-weight: 600;
    font-style: oblique; }
    @media (max-width: 992px) {
      h1.blue, h2.blue {
        font-size: 22px;
        line-height: 24px; } }
  @media (max-width: 992px) {
    h1, h2 {
      font-size: 32px;
      line-height: 26px; } }

h1 {
  margin-bottom: 10px; }

h3 {
  color: #3e3e3e;
  font-size: 38px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 0; }
  h3.blue {
    color: #009ee0; }
  @media (max-width: 992px) {
    h3 {
      font-size: 22px;
      line-height: 32px; } }

h4 {
  color: #000000;
  font-size: 25px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 35px; }

h5 {
  text-transform: none;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px; }

a {
  color: #009ee0;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 800; }
  a:hover {
    color: #009ee0;
    border-bottom: 2px solid #009ee0; }
  a:focus {
    border: none !important;
    text-decoration: none !important; }

p {
  margin-bottom: 30px; }
  p:last-child {
    margin-bottom: 0; }
  p a {
    text-transform: none;
    font-weight: 400;
    font-size: inherit; }
    p a:hover {
      border-bottom-width: 1px; }

/* bootstrap equal columns */
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }

@media (min-width: 991px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap; } }
/* content elements in general */
.ce_image, .gallery-subtitle {
  margin: 70px 0; }
  .ce_image .caption, .gallery-subtitle .caption {
    border-bottom: 1px solid #959595;
    padding: 13px 0; }
  .ce_image.content-small-caption, .gallery-subtitle.content-small-caption {
    padding: 0 16%; }
    @media (max-width: 767px) {
      .ce_image.content-small-caption, .gallery-subtitle.content-small-caption {
        padding: 0; } }

.gallery-subtitle {
  margin-top: 0; }

.ce_gallery {
  margin: 70px 0 0 0; }
  .ce_gallery li {
    margin-bottom: 2px; }
  .ce_gallery figure.content-small-caption {
    padding: 0 16%; }
    @media (max-width: 991px) {
      .ce_gallery figure.content-small-caption {
        padding: 0; } }

.ce_text ul {
  list-style-type: square;
  margin-left: 17px;
  margin-bottom: 30px; }
  .ce_text ul li {
    margin-bottom: 15px; }
.ce_text h3 {
  font-size: 25px;
  line-height: 28px;
  margin: 55px 0 30px 0;
  text-transform: none; }
.ce_text.big-text {
  margin-bottom: 125px; }
  .ce_text.big-text h2 {
    text-transform: none;
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 70px; }
  .ce_text.big-text ul {
    margin-bottom: 130px;
    margin-left: 22px; }
    .ce_text.big-text ul li {
      font-size: 25px;
      line-height: 36px; }

/* helpers */
.pink {
  border: 1px solid #ff00f5;
  color: #ff00f5;
  padding: 5px; }

pre {
  font-size: 10px !important;
  line-height: 10px !important; }

.clb {
  clear: both; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.cc-grower {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5000; }

/* ipad colum fix */
@media (min-width: 992px) {
  .safari .col-md-4 {
    width: 33% !important; } }
#back2top {
  display: none;
  position: fixed;
  right: 0;
  top: calc(50% - 14px);
  z-index: 1000; }
  #back2top:hover {
    border: none; }
  #back2top img {
    width: 54px;
    height: 54px; }

/* modules
----------------------------------------------------------------------------------------------------------------------*/
/* 75px */
.mt75 {
  margin-top: 75px !important; }
  @media (max-width: 991px) {
    .mt75 {
      margin-top: 35px !important; } }

.mb75 {
  margin-bottom: 75px !important; }
  @media (max-width: 991px) {
    .mb75 {
      margin-bottom: 35px !important; } }

/* 100px */
.mt100 {
  margin-top: 100px !important; }
  @media (max-width: 991px) {
    .mt100 {
      margin-top: 50px !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media (max-width: 991px) {
    .mb100 {
      margin-bottom: 50px !important; } }

/* 150px */
.mt150 {
  margin-top: 150px !important; }
  @media (max-width: 991px) {
    .mt150 {
      margin-top: 75px !important; } }

.mb150 {
  margin-bottom: 150px !important; }
  @media (max-width: 991px) {
    .mb150 {
      margin-bottom: 75px !important; } }

/* 250px */
.mt250 {
  margin-top: 250px !important; }
  @media (max-width: 991px) {
    .mt250 {
      margin-top: 125px !important; } }

.mb250 {
  margin-bottom: 250px !important; }
  @media (max-width: 991px) {
    .mb250 {
      margin-bottom: 125px !important; } }

.homepage #header {
  position: relative;
  z-index: 10000;
  background: transparent;
  margin-bottom: -150px; }

#header {
  width: 100%; }
  #header .headerbar {
    position: relative;
    background: transparent;
    padding: 40px 100px 50px 100px; }
    @media (max-width: 1050px) {
      #header .headerbar {
        padding: 40px 50px 50px 50px; } }
    @media (max-width: 991px) {
      #header .headerbar {
        padding: 20px; } }
    #header .headerbar .logo {
      position: absolute;
      top: 0;
      left: 0; }
      #header .headerbar .logo a:hover {
        border: none; }
      #header .headerbar .logo img {
        width: 178px;
        height: auto; }
        @media (max-width: 991px) {
          #header .headerbar .logo img {
            width: 110px; } }
    #header .headerbar .mod_navigation, #header .headerbar .mod_changelanguage {
      display: inline; }
      #header .headerbar .mod_navigation ul, #header .headerbar .mod_changelanguage ul {
        display: inline; }
        #header .headerbar .mod_navigation ul li, #header .headerbar .mod_changelanguage ul li {
          display: inline; }
      #header .headerbar .mod_navigation a, #header .headerbar .mod_navigation strong, #header .headerbar .mod_changelanguage a, #header .headerbar .mod_changelanguage strong {
        font-size: 18px;
        font-weight: 800;
        color: #3e3e3e;
        padding: 0 10px; }
        #header .headerbar .mod_navigation a:hover, #header .headerbar .mod_navigation strong:hover, #header .headerbar .mod_changelanguage a:hover, #header .headerbar .mod_changelanguage strong:hover {
          color: #009ee0;
          border-bottom: none; }
        #header .headerbar .mod_navigation a:active, #header .headerbar .mod_navigation a:focus, #header .headerbar .mod_navigation strong:active, #header .headerbar .mod_navigation strong:focus, #header .headerbar .mod_changelanguage a:active, #header .headerbar .mod_changelanguage a:focus, #header .headerbar .mod_changelanguage strong:active, #header .headerbar .mod_changelanguage strong:focus {
          text-decoration: none; }
        #header .headerbar .mod_navigation a.active, #header .headerbar .mod_navigation strong.active, #header .headerbar .mod_changelanguage a.active, #header .headerbar .mod_changelanguage strong.active {
          color: #009ee0; }
      #header .headerbar .mod_navigation strong, #header .headerbar .mod_changelanguage strong {
        text-transform: uppercase;
        color: #009ee0; }
    #header .headerbar .mod_changelanguage a {
      text-transform: lowercase; }
    #header .headerbar .pipe {
      display: inline;
      font-weight: 800; }
      @media (max-width: 991px) {
        #header .headerbar .pipe {
          display: none; } }
    #header .headerbar .navigation-block {
      padding-top: 20px; }

@media (min-width: 992px) {
  .navigation-desktop {
    display: block; } }
@media (max-width: 991px) {
  .navigation-desktop {
    display: none; } }

.navigation-mobile {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 0 !important; }
  @media (min-width: 992px) {
    .navigation-mobile {
      display: none; } }
  @media (max-width: 991px) {
    .navigation-mobile {
      display: block; } }

.pop-in {
  display: none;
  background: #6e6e6e;
  position: absolute;
  width: 100%;
  top: 70px;
  text-align: center;
  margin-left: -20px;
  padding: 85px 20px;
  z-index: 5000; }
  .pop-in li {
    display: block !important; }
    .pop-in li a span {
      color: #ffffff;
      font-size: 22px;
      line-height: 40px; }
    .pop-in li strong, .pop-in li a:hover span {
      color: #b8b8b8 !important;
      text-transform: uppercase !important;
      font-size: 22px !important;
      line-height: 40px !important; }

#menuToggle {
  display: block;
  position: relative;
  top: 6px;
  right: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none; }
  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none; }
    #menuToggle input:checked ~ span {
      opacity: 1;
      transform: rotate(45deg) translate(-4px, -15px); }
    #menuToggle input:checked ~ span:nth-last-child(2) {
      transform: rotate(-45deg) translate(0, 12px); }
    #menuToggle input:checked ~ span:nth-last-child(3) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2); }
  #menuToggle span {
    display: block;
    width: 27px;
    height: 3px;
    margin-bottom: 4px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
    #menuToggle span:first-child {
      transform-origin: 0% 0%; }
    #menuToggle span:nth-last-child(2) {
      transform-origin: 0% 100%; }

#footer {
  padding-top: 60px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px; }
  #footer a {
    color: #ffffff; }
    #footer a:hover {
      border-color: #ffffff; }
  #footer i {
    font-size: 30px;
    padding: 0 15px; }
    @media (max-width: 1160px) {
      #footer i {
        padding: 0 5px; } }
    @media (max-width: 991px) {
      #footer i {
        padding: 0 15px; } }
  #footer ul {
    display: inline; }
    #footer ul li {
      display: inline; }
      @media (max-width: 991px) {
        #footer ul li {
          display: block; } }
  #footer nav {
    display: inline; }
  #footer .footer-navigation li {
    margin-right: 15px; }
    @media (max-width: 991px) {
      #footer .footer-navigation li {
        margin-right: 0; } }
    #footer .footer-navigation li:last-child:after {
      padding-left: 15px;
      content: '|'; }
      @media (max-width: 991px) {
        #footer .footer-navigation li:last-child:after {
          content: '';
          padding-left: 0; } }
  #footer .divide {
    margin-top: 55px;
    padding: 35px 0;
    border-top: 1px solid #b8b8b8; }
    #footer .divide nav, #footer .divide .ce_text, #footer .divide p, #footer .divide ul {
      float: none;
      display: inline; }
      @media (max-width: 991px) {
        #footer .divide nav, #footer .divide .ce_text, #footer .divide p, #footer .divide ul {
          display: block; } }
    #footer .divide .ce_text {
      margin-right: 25px; }
      @media (max-width: 991px) {
        #footer .divide .ce_text {
          margin-right: 0; } }
    #footer .divide li:after {
      content: '|';
      margin-right: 4px;
      padding-left: 8px; }
    #footer .divide li:last-child:after {
      padding: 0;
      margin: 0;
      content: ''; }
    @media (max-width: 991px) {
      #footer .divide li {
        display: block; }
        #footer .divide li:after {
          padding: 0;
          margin: 0;
          content: ''; } }
  #footer .social-links a:hover {
    border: none; }
  @media (max-width: 991px) {
    #footer .mobile-padding {
      margin-top: 60px; } }

.pre-footer {
  margin-top: 100px;
  height: 110px;
  background-color: #ffffff;
  background-image: url("../img/bg_footer_left.png"), url("../img/bg_footer_right.png"), url("../img/bg_footer.png");
  background-position: left top, right top, left top;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-size: 100px 110px, 100px 110px, 1px 110px; }
  @media (max-width: 991px) {
    .pre-footer {
      background: #6e6e6e;
      height: 70px; } }

.footer-row {
  background: #6e6e6e; }

.teaser-box h3 {
  text-transform: none;
  font-size: 25px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 30px; }
@media (max-width: 991px) {
  .teaser-box {
    margin-bottom: 90px; } }
.teaser-box img {
  max-width: 80px;
  height: auto;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .teaser-box img {
      margin-bottom: 0; } }

.teaser-boxes-columns .col_1 {
  padding: 0 40px 0 20px; }
.teaser-boxes-columns .col_2 {
  padding: 0 40px; }
.teaser-boxes-columns .col_3 {
  padding: 0 20px 0 40px; }
  @media (max-width: 991px) {
    .teaser-boxes-columns .col_3 .teaser-box {
      margin-bottom: 0; } }
@media (max-width: 991px) {
  .teaser-boxes-columns .col_1, .teaser-boxes-columns .col_2, .teaser-boxes-columns .col_3 {
    padding: 0 20px; } }

.parallax .parallax-window {
  min-height: 70vh;
  background: transparent;
  position: relative; }
  @media (max-width: 991px) {
    .parallax .parallax-window {
      min-height: 92vh; } }
.parallax .parallax-container {
  max-width: 1720px;
  margin: 0 auto;
  width: 100%;
  position: relative; }
.parallax .parallax-headline {
  transition: all 0.5s ease;
  background: transparent;
  color: #ffffff;
  font-size: 4.5vh;
  line-height: 4.5vh;
  background: url("../img/parallax_bg_headline.png") transparent no-repeat top left;
  background-size: 1600px 250px;
  font-weight: 800;
  padding: 5vh 5vh 6vh 5vh;
  max-width: 1120px;
  position: absolute;
  top: 40vh;
  right: 100px; }
  @media (max-width: 1300px) {
    .parallax .parallax-headline {
      font-size: 3vh;
      line-height: 3vh;
      padding: 3vh 4vh; } }
  @media (max-width: 991px) {
    .parallax .parallax-headline {
      display: none; } }

/* for smartphone */
.parallax-headline-mobile {
  display: none; }
  @media (max-width: 991px) {
    .parallax-headline-mobile {
      display: block;
      color: #ffffff;
      font-size: 20px;
      line-height: 28px;
      background: #009ee0;
      font-weight: 800;
      padding: 20px 20px;
      margin-bottom: 140px;
      position: relative;
      top: -1px; } }

.parallax-end {
  height: 200px;
  position: absolute;
  /* statt -110px wg. display issues beim scrollen */
  /*  top: -109px; */
  bottom: -8rem;
  width: 100%;
  margin-bottom: 40px;
  background-image: url("../img/bg_parallax_left.png"), url("../img/bg_parallax_right.png"), url("../img/bg_parallax_new.png"), linear-gradient(white, white);
  background-position: left top, right top, 100px 35px, left bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100px 110px, 102px 110px, 5120px 110px, 5120px 90px; }
  @media (max-width: 991px) {
    .parallax-end {
      display: none; } }

#start {
  position: relative; }

.homepage #article-1 h1 {
  margin-top: 140px; }

.homepage #news .row .news_layout_home:nth-child(n+4) {
  display: none; }

.mod_newslist {
  margin-bottom: 100px;
  background: #eceded;
  background-image: url("../img/bg_triangle_white_top_left.png"), url("../img/bg_triangle_white_bottom_right.png");
  background-position: left 55px, right bottom 55px;
  background-repeat: no-repeat, no-repeat;
  background-size: 100px 55px, 100px 55px; }
  @media (max-width: 991px) {
    .mod_newslist {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .mod_newslist {
      background-image: none; } }
  .mod_newslist .triangle {
    height: 55px;
    margin-top: -60px;
    width: 100%;
    background-color: #ffffff;
    background-image: url("../img/bg_triangle_gray_bottom_right.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100px 55px; }
    .mod_newslist .triangle.white.bottom-left {
      background-image: url("../img/bg_triangle_gray_top_left.png");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 100px 55px;
      margin-top: 0;
      margin-bottom: -65px; }
    @media (max-width: 991px) {
      .mod_newslist .triangle {
        display: none; } }
  @media (max-width: 991px) {
    .mod_newslist .container {
      padding: 0; } }
  .mod_newslist .news_layout_home {
    border-right: 2px solid #ffffff; }
    .mod_newslist .news_layout_home.layout_listing {
      border-bottom: 2px solid #ffffff;
      border-right: 2px solid #ffffff; }
      @media (max-width: 991px) {
        .mod_newslist .news_layout_home.layout_listing {
          border-right: none; } }
    .mod_newslist .news_layout_home:nth-child(3n) {
      border-right: none; }
    .mod_newslist .news_layout_home .info, .mod_newslist .news_layout_home .category {
      font-size: 15px;
      line-height: 26px; }
    .mod_newslist .news_layout_home .pipe {
      font-size: 13px;
      display: inline-block;
      padding: 0 15px; }
    .mod_newslist .news_layout_home .category {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600; }
    .mod_newslist .news_layout_home .metas {
      border-bottom: 1px solid #959595;
      padding-bottom: 15px;
      margin-bottom: 40px; }
    .mod_newslist .news_layout_home .image_container {
      margin-bottom: 20px; }
    .mod_newslist .news_layout_home h2 {
      margin-bottom: 30px;
      hyphens: none; }
      .mod_newslist .news_layout_home h2 a {
        display: block;
        font-size: 25px;
        line-height: 30px;
        font-weight: 800;
        text-transform: none;
        color: #3e3e3e; }
        .mod_newslist .news_layout_home h2 a:hover, .mod_newslist .news_layout_home h2 a:focus {
          color: #3e3e3e;
          border: none; }
    .mod_newslist .news_layout_home .ce_text {
      margin-bottom: 30px; }
      .mod_newslist .news_layout_home .ce_text p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 28px; }
    .mod_newslist .news_layout_home p.more {
      margin-bottom: 75px; }
      .mod_newslist .news_layout_home p.more a {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 800; }
      @media (max-width: 991px) {
        .mod_newslist .news_layout_home p.more {
          margin-bottom: 25px; } }
  .mod_newslist .news_teaser {
    padding: 15px 40px 20px 40px; }
    @media (max-width: 991px) {
      .mod_newslist .news_teaser {
        border-bottom: 1px solid #ffffff; } }

#news .more-btn a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  margin-top: 20px;
  background: url("../img/bg_btn_applications.png") transparent no-repeat top left;
  background-size: 160px 27px;
  display: inline-block;
  width: 160px;
  height: 27px;
  text-align: right;
  padding-right: 10px;
  color: #ffffff; }

.news-listing {
  background-image: none;
  background-color: #ffffff;
  margin-top: 100px; }
  @media (max-width: 991px) {
    .news-listing {
      margin-top: 50px; } }
  .news-listing .layout_listing {
    background: #eceded; }

.mod_newscategories {
  text-align: center;
  margin-top: 60px; }
  .mod_newscategories ul li {
    display: inline;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .mod_newscategories ul li {
        display: block; } }
    .mod_newscategories ul li a, .mod_newscategories ul li strong {
      font-size: 15px;
      line-height: 35px;
      color: #3e3e3e;
      font-weight: 800;
      margin: 0 15px; }
      .mod_newscategories ul li a:hover, .mod_newscategories ul li strong:hover {
        border-bottom: 2px solid #3e3e3e; }
    .mod_newscategories ul li strong {
      border-bottom: 2px solid #3e3e3e; }

.mod_newsreader {
  margin-top: 100px; }
  .mod_newsreader .back:hover {
    border: none; }
  .mod_newsreader .back .btn-arrow {
    width: 26px;
    height: auto;
    position: relative;
    top: -2px;
    margin-right: 10px; }
    @media (max-width: 550px) {
      .mod_newsreader .back .btn-arrow {
        display: none; } }
  .mod_newsreader .layout_full {
    padding: 0 60px; }
    @media (max-width: 991px) {
      .mod_newsreader .layout_full {
        padding: 0; } }
  .mod_newsreader .news-header {
    border-bottom: 1px solid #3e3e3e;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    padding-bottom: 3px;
    margin-bottom: 110px; }
    .mod_newsreader .news-header .category {
      font-size: 12px;
      font-weight: 800; }
    .mod_newsreader .news-header .pipe {
      margin: 0 15px; }
  .mod_newsreader h1 {
    text-transform: none;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .mod_newsreader h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px; } }
  .mod_newsreader h2 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 30px;
    text-transform: none; }

.news-footer {
  margin: 0 72px;
  padding: 35px 0;
  font-size: 12px;
  line-height: 22px;
  border-top: 1px solid #3e3e3e; }
  @media (max-width: 991px) {
    .news-footer {
      margin: 0 20px; } }
  .news-footer h4 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 5px; }
  .news-footer a {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px; }

.ce_rsce_teaser_applications {
  padding: 0; }
  @media (max-width: 991px) {
    .ce_rsce_teaser_applications {
      margin: 0 -20px; } }

.teaser-application {
  background-size: 570px 560px;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 560px;
  transition: background-size .75s ease;
  -moz-transition: background-size .75s ease;
  -ms-transition: background-size .75s ease;
  -o-transition: background-size .75s ease;
  -webkit-transition: background-size .75s ease;
  border-right: 2px solid #ffffff; }
  @media (max-width: 991px) {
    .teaser-application {
      background-size: 940px 924px;
      background: none !important; } }
  .teaser-application:hover {
    background-size: 599px 588px; }
    @media (max-width: 991px) {
      .teaser-application:hover:hover {
        background-size: 1128px 1109px; } }
  @media (max-width: 991px) {
    .teaser-application {
      border-right: none; } }
  .teaser-application.last-child {
    border-right: none; }
  @media (min-width: 992px) {
    .teaser-application .desktop-hidden {
      display: none; } }
  .teaser-application .blackbg {
    padding: 40px;
    width: 65%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5); }
    @media (max-width: 1400px) {
      .teaser-application .blackbg {
        width: 75%; } }
    @media (max-width: 1200px) {
      .teaser-application .blackbg {
        width: 85%; } }
    @media (max-width: 991px) {
      .teaser-application .blackbg {
        width: 100%;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff; } }
    .teaser-application .blackbg.float-right {
      float: right;
      text-align: right; }
      @media (max-width: 991px) {
        .teaser-application .blackbg.float-right {
          float: none;
          text-align: left; } }
    .teaser-application .blackbg h3 {
      color: #ffffff;
      text-transform: none;
      margin-bottom: 25px;
      line-height: 40px; }
      @media (max-width: 991px) {
        .teaser-application .blackbg h3 br {
          display: none; } }
    .teaser-application .blackbg p {
      font-size: 16px;
      line-height: 26px; }
      @media (max-width: 1100px) {
        .teaser-application .blackbg p {
          font-size: 15px;
          line-height: 24px; } }
      @media (max-width: 991px) {
        .teaser-application .blackbg p {
          font-size: 16px;
          line-height: 26px; } }
    .teaser-application .blackbg .more-btn {
      margin-top: 20px;
      background: url("../img/bg_btn_applications.png") transparent no-repeat top left;
      background-size: 160px 27px;
      display: inline-block;
      width: 160px;
      height: 27px;
      text-align: right; }
    .teaser-application .blackbg a {
      display: block;
      color: #ffffff;
      text-align: right;
      padding-top: 1px;
      padding-right: 10px; }
      .teaser-application .blackbg a:hover {
        border-bottom: none; }

@media (max-width: 991px) {
  .titlebar {
    margin-top: 30px; } }
.titlebar .triangle-right {
  height: 55px;
  width: 100%;
  background-color: #ffffff;
  background-image: url("../img/bg_triangle_blue_bottom_right.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100px 55px;
  margin-top: -60px; }
  @media (max-width: 991px) {
    .titlebar .triangle-right {
      display: none; } }
.titlebar .triangle-left {
  height: 55px;
  width: 100%;
  background-color: #ffffff;
  background-image: url("../img/bg_triangle_blue_top_left.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100px 55px; }
  @media (max-width: 991px) {
    .titlebar .triangle-left {
      display: none; } }
.titlebar .triangle-content {
  background-image: url("../img/bg_triangle_white_top_left.png"), url("../img/bg_triangle_white_bottom_right.png");
  background-position: top left, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100px 55px, 100px 55px;
  background-color: #009ee0;
  text-align: center;
  height: 150px;
  display: table;
  vertical-align: middle;
  width: 100%; }
  @media (max-width: 991px) {
    .titlebar .triangle-content {
      background-image: none; } }
  .titlebar .triangle-content h2 {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    text-transform: none;
    hyphens: none; }

.image-bar-wrapper {
  margin-top: 75px; }
  .image-bar-wrapper .image-bar {
    min-height: 670px;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 991px) {
      .image-bar-wrapper .image-bar {
        display: none; } }
  .image-bar-wrapper .image-bar-mobile {
    display: none; }
    @media (max-width: 991px) {
      .image-bar-wrapper .image-bar-mobile {
        display: block; } }
  .image-bar-wrapper .triangle {
    position: relative;
    top: 110px; }
    @media (max-width: 991px) {
      .image-bar-wrapper .triangle {
        display: none; } }
    .image-bar-wrapper .triangle .triangle-left {
      width: 100px;
      height: 110px;
      float: left; }
      .image-bar-wrapper .triangle .triangle-left .top-area {
        background: #ffffff;
        width: 100px;
        height: 55px; }
      .image-bar-wrapper .triangle .triangle-left .bottom-area {
        background: url("../img/bg_triangle_white_top_left.png") transparent no-repeat bottom left;
        background-size: 100px 55px;
        width: 100px;
        height: 55px; }
    .image-bar-wrapper .triangle .triangle-middle {
      background: #ffffff;
      margin-top: 0;
      height: 55px;
      width: calc(100% - 200px);
      float: left; }
    .image-bar-wrapper .triangle .triangle-right {
      width: 100px;
      height: 110px;
      float: right; }
      .image-bar-wrapper .triangle .triangle-right .top-area {
        background: url("../img/bg_triangle_white_top_left.png") transparent no-repeat top left;
        background-size: 100px 55px;
        width: 100px;
        height: 55px; }
      .image-bar-wrapper .triangle .triangle-right .bottom-area {
        width: 100px;
        height: 55px; }
    .image-bar-wrapper .triangle.triangle-flipped {
      margin-top: -220px;
      margin-bottom: 295px; }
      .image-bar-wrapper .triangle.triangle-flipped .triangle-left .top-area {
        background: transparent; }
      .image-bar-wrapper .triangle.triangle-flipped .triangle-left .bottom-area {
        background: url("../img/bg_triangle_white_bottom_right.png") transparent no-repeat bottom left; }
      .image-bar-wrapper .triangle.triangle-flipped .triangle-middle {
        margin-top: 55px;
        background: #ffffff; }
      .image-bar-wrapper .triangle.triangle-flipped .triangle-right .top-area {
        background: url("../img/bg_triangle_white_bottom_right.png") transparent no-repeat top left;
        background-size: 100px 55px; }
      .image-bar-wrapper .triangle.triangle-flipped .triangle-right .bottom-area {
        background: #ffffff; }

.tab-section .tabs {
  padding: 0 40px; }
  @media (max-width: 767px) {
    .tab-section .tabs {
      padding: 0; } }
.tab-section .product-image {
  display: none;
  width: 50%;
  float: left; }
  @media (max-width: 767px) {
    .tab-section .product-image {
      display: none !important; } }
  .tab-section .product-image.tab1 {
    display: block; }
  @media (max-width: 767px) {
    .tab-section .product-image.mobile-hidden {
      display: none; } }
.tab-section .tabs__head {
  border: none; }
  .tab-section .tabs__head button {
    border: none;
    color: #ffffff;
    background: #009ee0;
    margin: 0 2px 10px 0;
    text-align: right;
    width: auto;
    padding: 6px 15px;
    font-size: 12px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .tab-section .tabs__head button {
        min-width: 240px; } }
    .tab-section .tabs__head button.tabs__tab_active {
      background: #3e3e3e; }
    .tab-section .tabs__head button:before {
      position: absolute;
      left: -26px;
      top: -1px;
      content: '';
      width: 40px;
      height: 10px;
      background: #ffffff;
      display: block;
      transform: rotate(-30deg); }
    @media (max-width: 1150px) {
      .tab-section .tabs__head button {
        width: 100%; } }
.tab-section .tabs__pane {
  padding-top: 70px;
  width: 50%;
  float: left; }
  @media (max-width: 767px) {
    .tab-section .tabs__pane {
      padding-top: 0;
      width: 100%;
      float: none; } }
  .tab-section .tabs__pane .prod-image {
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    .tab-section .tabs__pane .desktop-hidden {
      display: none; } }
@media (max-width: 767px) {
  .tab-section h3 br {
    display: none; } }

.clb {
  clear: both; }

.referenz-slider {
  margin-bottom: 250px !important; }
  .referenz-slider .slide {
    padding: 0 120px; }
    @media (max-width: 991px) {
      .referenz-slider .slide {
        padding: 20px 0 0 0; } }
  .referenz-slider .row.equal {
    align-items: center;
    justify-content: center; }
  .referenz-slider .content-slide {
    padding-right: 120px;
    padding-top: 30px;
    font-size: 25px;
    line-height: 36px; }
    @media (max-width: 991px) {
      .referenz-slider .content-slide {
        padding: 20px;
        margin-top: 10px; } }
    .referenz-slider .content-slide h3 {
      font-size: 25px;
      line-height: 32px;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .referenz-slider .content-slide h3 {
          margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .referenz-slider .content-slide {
        font-size: 20px;
        line-height: 30px; } }
    .referenz-slider .content-slide ul {
      list-style-type: square;
      margin-left: 20px;
      margin-bottom: 30px; }
      .referenz-slider .content-slide ul li {
        margin-bottom: 0; }
  @media (max-width: 991px) {
    .referenz-slider .slick-dots {
      top: -50px;
      bottom: auto; } }

.unternehmens-slider-wrapper {
  background-size: cover;
  background-position: center center; }
  @media (min-width: 992px) {
    .unternehmens-slider-wrapper {
      margin-top: -60px; } }
  @media (max-width: 991px) {
    .unternehmens-slider-wrapper {
      margin-top: 100px; } }
  @media (max-width: 991px) {
    .unternehmens-slider-wrapper .triangle {
      display: none; } }
  .unternehmens-slider-wrapper .triangle .triangle-left {
    width: 100px;
    height: 110px;
    float: left; }
    .unternehmens-slider-wrapper .triangle .triangle-left .top-area {
      background: #ffffff;
      width: 100px;
      height: 55px; }
    .unternehmens-slider-wrapper .triangle .triangle-left .bottom-area {
      background: url("../img/bg_triangle_white_top_left.png") transparent no-repeat bottom left;
      background-size: 100px 55px;
      width: 100px;
      height: 55px; }
  .unternehmens-slider-wrapper .triangle .triangle-middle {
    background: #ffffff;
    height: 55px;
    width: calc(100% - 200px);
    float: left; }
  .unternehmens-slider-wrapper .triangle .triangle-right {
    width: 100px;
    height: 110px;
    float: right; }
    .unternehmens-slider-wrapper .triangle .triangle-right .top-area {
      background: url("../img/bg_triangle_white_top_left.png") transparent no-repeat top left;
      background-size: 100px 55px;
      width: 100px;
      height: 55px; }
    .unternehmens-slider-wrapper .triangle .triangle-right .bottom-area {
      width: 100px;
      height: 55px; }
  .unternehmens-slider-wrapper .triangle.triangle-flipped .triangle-left .top-area {
    background: transparent; }
  .unternehmens-slider-wrapper .triangle.triangle-flipped .triangle-left .bottom-area {
    background: url("../img/bg_triangle_white_bottom_right.png") transparent no-repeat bottom left; }
  .unternehmens-slider-wrapper .triangle.triangle-flipped .triangle-middle {
    margin-top: 55px; }
  .unternehmens-slider-wrapper .triangle.triangle-flipped .triangle-right .top-area {
    background: url("../img/bg_triangle_white_bottom_right.png") transparent no-repeat top left;
    background-size: 100px 55px; }
  .unternehmens-slider-wrapper .triangle.triangle-flipped .triangle-right .bottom-area {
    background: #ffffff; }
  .unternehmens-slider-wrapper .unternehmens-slider .slick-prev:before, .unternehmens-slider-wrapper .unternehmens-slider .slick-next:before {
    color: #ffffff; }
  .unternehmens-slider-wrapper .unternehmens-slider h3 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 30px; }
  .unternehmens-slider-wrapper .unternehmens-slider .inner-slide {
    padding: 80px 100px;
    max-width: 820px;
    margin: 135px auto;
    background: url("../img/bg_slider_white.png") transparent no-repeat top left;
    background-size: 820px 750px; }
    .unternehmens-slider-wrapper .unternehmens-slider .inner-slide a {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 800; }
    @media (max-width: 767px) {
      .unternehmens-slider-wrapper .unternehmens-slider .inner-slide {
        padding: 40px 50px;
        margin: 30px auto 5px auto; } }
  @media (max-width: 991px) {
    .unternehmens-slider-wrapper .unternehmens-slider .slick-dots {
      top: -75px;
      bottom: auto; } }

.slick-prev, .slick-next {
  z-index: 9000; }
  .slick-prev:before, .slick-next:before {
    color: #000000; }

.slick-prev, .slick-next {
  width: 30px;
  height: 50px; }
  .slick-prev:before, .slick-next:before {
    font-family: 'Font Awesome 5 Pro';
    opacity: 1 !important;
    font-size: 50px;
    font-weight: 300; }

.slick-prev {
  left: 20px; }
  .slick-prev:before {
    content: '\f053'; }

.slick-next {
  right: 20px; }
  .slick-next:before {
    content: '\f054'; }

.slick-dots {
  bottom: -110px;
  display: none !important; }
  @media (max-width: 991px) {
    .slick-dots {
      display: block !important; } }
  .slick-dots .slick-active button:before {
    color: #009ee0 !important;
    opacity: 1 !important; }
  .slick-dots li {
    margin: 0 -2px !important; }
  .slick-dots button:before {
    font-size: 12px !important;
    color: #b8b8b8; }
  .slick-dots button:hover:before {
    color: #009ee0 !important; }

.slick-arrow {
  display: block !important; }
  @media (max-width: 991px) {
    .slick-arrow {
      display: none !important; } }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.ce_form form label {
  font-weight: 800; }
  .ce_form form label .mandatory {
    display: none; }
.ce_form form input, .ce_form form textarea {
  width: 100%;
  display: block;
  padding: 18px 10px 2px 10px;
  margin-bottom: 20px;
  border: 1px solid #3e3e3e !important; }
.ce_form form textarea {
  margin-bottom: 50px; }
.ce_form form .col_1 {
  padding-right: 10px; }
  @media (max-width: 1200px) {
    .ce_form form .col_1 {
      padding-right: 0; } }
.ce_form form .col_2 {
  padding-left: 10px; }
  @media (max-width: 1200px) {
    .ce_form form .col_2 {
      padding-left: 0; } }
.ce_form form .checkbox_container {
  border: none;
  padding: 0;
  margin-bottom: 50px; }
  .ce_form form .checkbox_container label {
    top: 0;
    left: 30px; }
.ce_form form button {
  border: none;
  color: #ffffff;
  background: #009ee0;
  padding: 0;
  margin: 0 2px 10px 0;
  text-align: right;
  width: auto;
  min-width: 160px;
  padding: 1px 10px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 800;
  float: right; }
  .ce_form form button:before {
    position: absolute;
    left: -26px;
    top: -1px;
    content: '';
    width: 40px;
    height: 10px;
    background: #ffffff;
    display: block;
    transform: rotate(-30deg); }
.ce_form form .widget {
  position: relative; }
  .ce_form form .widget + .widget {
    margin-top: 30px; }
.ce_form form label {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out; }
.ce_form form .focused label {
  transform: translateY(-35%);
  left: 11px;
  font-size: .66em; }
.ce_form form input, .ce_form form textarea {
  position: relative;
  width: 100%;
  outline: 0;
  border: 0;
  transition: box-shadow 150ms ease-out; }
.ce_form form input.filled, .ce_form form textarea.filled {
  box-shadow: 0 2px 0 0 lightgreen; }
.ce_form .ajaxconfirm {
  text-align: center;
  color: #009ee0;
  font-weight: 800; }

.section-career {
  position: relative;
  top: -110px;
  z-index: 1000; }
  @media (max-width: 991px) {
    .section-career {
      margin-top: 250px; } }
  .section-career .career-blue {
    background: #009ee0;
    margin-bottom: 150px; }
    @media (max-width: 991px) {
      .section-career .career-blue {
        padding: 35px 0; } }
  .section-career #career-button {
    text-align: center;
    color: #ffffff;
    font-size: 38px;
    line-height: 38px;
    display: block;
    padding: 10px 0; }
    @media (max-width: 991px) {
      .section-career #career-button {
        font-size: 22px;
        line-height: 28px;
        padding: 0 20px; } }
    .section-career #career-button:hover {
      border: none; }
    .section-career #career-button:focus {
      border: none !important;
      text-decoration: none !important; }
    .section-career #career-button:before {
      font-family: 'Font Awesome 5 Pro';
      content: '\f067';
      font-weight: 400;
      font-size: 26px;
      position: relative;
      top: -3px;
      padding-right: 30px; }
      @media (max-width: 991px) {
        .section-career #career-button:before {
          top: -1px;
          font-size: 18px;
          padding-right: 10px; } }
    .section-career #career-button.active:before {
      content: '\f068'; }
  .section-career .career-content {
    margin: 65px 0; }
    @media (max-width: 991px) {
      .section-career .career-content {
        padding-top: 15px; } }
  .section-career .career-intro {
    padding: 0 50px 50px 50px;
    color: #ffffff;
    padding-bottom: 65px;
    text-align: center; }
    @media (max-width: 991px) {
      .section-career .career-intro {
        padding: 0 0 50px 0; } }
  .section-career .career-item {
    margin-bottom: 50px;
    width: 50%;
    float: left;
    padding: 0 50px; }
    .section-career .career-item p {
      color: #ffffff; }
    @media (max-width: 991px) {
      .section-career .career-item {
        width: 100%;
        float: none;
        padding: 0; } }
    .section-career .career-item h4 {
      color: #ffffff;
      margin-bottom: 20px;
      text-transform: none; }
      @media (max-width: 991px) {
        .section-career .career-item h4 {
          font-size: 20px;
          line-height: 28px; } }
    .section-career .career-item a {
      border: none;
      color: #009ee0;
      background: #ffffff;
      padding: 0;
      margin: 0 2px 10px 0;
      text-align: right;
      width: auto;
      padding: 7px 25px;
      font-size: 12px;
      position: relative;
      overflow: hidden;
      text-transform: uppercase;
      font-weight: 800; }
      .section-career .career-item a:before {
        position: absolute;
        left: -26px;
        top: -1px;
        content: '';
        width: 40px;
        height: 10px;
        background: #009ee0;
        display: block;
        transform: rotate(-30deg); }
  @media (max-width: 991px) {
    .section-career .triangle {
      display: none; } }
  .section-career .triangle .triangle-left {
    width: 100px;
    height: 110px;
    float: left; }
    .section-career .triangle .triangle-left .top-area {
      width: 100px;
      height: 55px; }
    .section-career .triangle .triangle-left .bottom-area {
      background: url("../img/bg_triangle_blue_bottom_right.png") transparent no-repeat bottom left;
      background-size: 100px 55px;
      width: 100px;
      height: 55px; }
  .section-career .triangle .triangle-middle {
    background: #009ee0;
    margin-top: 55px;
    height: 55px;
    width: calc(100% - 200px);
    float: left; }
  .section-career .triangle .triangle-right {
    width: 100px;
    height: 110px;
    float: right; }
    .section-career .triangle .triangle-right .top-area {
      background: url("../img/bg_triangle_blue_bottom_right.png") transparent no-repeat top left;
      background-size: 100px 55px;
      width: 100px;
      height: 55px; }
    .section-career .triangle .triangle-right .bottom-area {
      width: 100px;
      height: 55px;
      background: #009ee0; }
  .section-career .triangle.triangle-flipped {
    margin-bottom: -60px; }
    .section-career .triangle.triangle-flipped .triangle-left .top-area {
      background: transparent; }
    .section-career .triangle.triangle-flipped .triangle-left .bottom-area {
      background: url("../img/bg_triangle_white_bottom_right.png") transparent no-repeat bottom left; }
    .section-career .triangle.triangle-flipped .triangle-middle {
      margin-top: 55px;
      background: #ffffff; }
    .section-career .triangle.triangle-flipped .triangle-right .top-area {
      background: url("../img/bg_triangle_white_bottom_right.png") transparent no-repeat top left;
      background-size: 100px 55px; }
    .section-career .triangle.triangle-flipped .triangle-right .bottom-area {
      background: #ffffff; }

.image-text-bar {
  margin-top: 75px; }
  @media (max-width: 991px) {
    .image-text-bar .col-md-4, .image-text-bar .col-md-8 {
      width: 100%; } }
  .image-text-bar .image-holder {
    height: 100%;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 991px) {
      .image-text-bar .image-holder {
        display: none; } }
  .image-text-bar .image-holder-mobile {
    display: none; }
    @media (max-width: 991px) {
      .image-text-bar .image-holder-mobile {
        display: block; } }
  .image-text-bar .gray-content {
    background: #eceded;
    padding: 110px 80px;
    font-size: 25px;
    line-height: 52px;
    border-left: 2px solid #ffffff; }
    .image-text-bar .gray-content p {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .image-text-bar .gray-content {
        width: 100%;
        padding: 40px 20px;
        font-size: 20px;
        line-height: 30px; } }
  .image-text-bar h3 {
    text-transform: none;
    margin-bottom: 75px; }
    @media (max-width: 991px) {
      .image-text-bar h3 {
        margin-bottom: 35px; } }
  .image-text-bar .triangle {
    position: relative;
    z-index: 100;
    top: 110px; }
    @media (max-width: 991px) {
      .image-text-bar .triangle {
        display: none; } }
    .image-text-bar .triangle .triangle-left {
      width: 100px;
      height: 110px;
      float: left; }
      .image-text-bar .triangle .triangle-left .top-area {
        background: #ffffff;
        width: 100px;
        height: 55px; }
      .image-text-bar .triangle .triangle-left .bottom-area {
        background: url("../img/bg_triangle_white_top_left.png") transparent no-repeat bottom left;
        background-size: 100px 55px;
        width: 100px;
        height: 55px; }
    .image-text-bar .triangle .triangle-middle {
      background: #ffffff;
      margin-top: 0;
      height: 55px;
      width: calc(100% - 200px);
      float: left; }
    .image-text-bar .triangle .triangle-right {
      width: 100px;
      height: 110px;
      float: right; }
      .image-text-bar .triangle .triangle-right .top-area {
        background: url("../img/bg_triangle_white_top_left.png") transparent no-repeat top left;
        background-size: 100px 55px;
        width: 100px;
        height: 55px; }
      .image-text-bar .triangle .triangle-right .bottom-area {
        width: 100px;
        height: 55px; }
    .image-text-bar .triangle.triangle-flipped {
      margin-top: -220px;
      margin-bottom: 50px; }
      .image-text-bar .triangle.triangle-flipped .triangle-left .top-area {
        background: transparent; }
      .image-text-bar .triangle.triangle-flipped .triangle-left .bottom-area {
        background: url("../img/bg_triangle_white_bottom_right.png") transparent no-repeat bottom left; }
      .image-text-bar .triangle.triangle-flipped .triangle-middle {
        margin-top: 55px;
        background: #ffffff; }
      .image-text-bar .triangle.triangle-flipped .triangle-right .top-area {
        background: url("../img/bg_triangle_white_bottom_right.png") transparent no-repeat top left;
        background-size: 100px 55px; }
      .image-text-bar .triangle.triangle-flipped .triangle-right .bottom-area {
        background: #ffffff; }

#countdown h2 {
  line-height: 34px; }
#countdown a {
  font-weight: bold; }
#countdown .countdown {
  background: #2b809b;
  background-image: url(../img/triangle_counter.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 81px 49px;
  padding: 55px 55px 70px 55px;
  max-width: 800px;
  margin: 110px auto;
  color: #fff;
  text-align: center; }
  #countdown .countdown h3 {
    text-transform: none;
    color: #fff;
    font-size: 25px;
    font-style: oblique;
    font-weight: 600; }
  #countdown .countdown .counter {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    margin-top: 40px; }
    @media (max-width: 425px) {
      #countdown .countdown .counter {
        font-size: 30px; } }

.text-quote {
  color: #4f4f4f; }
  .text-quote p {
    font-size: 16px; }
  .text-quote em {
    font-size: 25px;
    line-height: 36px; }

.orcan-video {
  border: 1px solid #7e7e7e;
  max-width: 687px;
  width: 100%;
  height: auto;
  margin: 65px auto;
  position: relative; }
  .orcan-video .orcan-youtube, .orcan-video .orcan-youtube-clicked {
    width: 100%;
    padding-top: 56.23858% !important;
    height: auto;
    background: black no-repeat center top;
    background-size: cover;
    overflow: hidden;
    cursor: pointer;
    position: relative; }
    .orcan-video .orcan-youtube iframe, .orcan-video .orcan-youtube-clicked iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .orcan-video .orcan-youtube:after, .orcan-video .orcan-youtube-clicked:after {
      content: '';
      background: url("../img/playbutton_ORCAN.svg") transparent no-repeat;
      background-size: 150px 150px;
      position: absolute;
      left: calc(50% - (150px/2));
      top: calc(50% - (185px/2));
      color: white;
      width: 150px;
      height: 150px;
      text-align: center;
      box-sizing: border-box; }
      @media (max-width: 500px) {
        .orcan-video .orcan-youtube:after, .orcan-video .orcan-youtube-clicked:after {
          background-size: 75px 75px;
          width: 75px;
          height: 75px;
          left: calc(50% - (75px/2));
          top: calc(50% - (90px/2)); } }
  .orcan-video .orcan-youtube-clicked {
    padding-top: 0; }
    .orcan-video .orcan-youtube-clicked:after {
      display: none; }

.ytvideoFeed .news_layout_home h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: none; }

.ytvideoFeed .news_teaser {
  padding-left: 0px;
  padding-right: 0px; }

.ytvideoFeed .news_teaser h2 {
  text-align: center; }

.mod_newslist .container {
  padding: 0; }

@media all and (min-width: 992px) {
  /*	.news_layout_home:nth-child(3n+1) .news_teaser {
  		padding-left: 60px;
  	}
  
  	.news_layout_home:nth-child(3n+3) .news_teaser {
  		padding-right: 60px;
  	} */
  .ytvideoFeed .news_teaser h2,
  .ytvideoFeed .news_teaser .ce_text {
    padding-left: 20px;
    padding-right: 20px; }

  #wrapper .ytvideoFeed .news_layout_home {
    border-right: 2px solid #ffffff; } }
.news_layout_home:nth-child(n+4) .news_teaser {
  border-top: 2px solid white; }

p.ytvideoSourceInfo {
  display: none; }

#produkte li {
  padding-left: 20px;
  position: relative; }

#produkte li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: none;
  left: 0;
  top: 10px;
  background-color: #009ee0; }

/*# sourceMappingURL=styles.css.map */
