@charset "UTF-8";
@font-face {
  font-family: 'ThirdRail';
  src: url("../fonts/ThirdRail.eot");
  src: url("../fonts/ThirdRail.eot?#iefix") format("embedded-opentype"), url("../fonts/ThirdRail.svg#ThirdRail") format("svg"), url("../fonts/ThirdRail.ttf") format("truetype"), url("../fonts/ThirdRail.woff") format("woff"), url("../fonts/ThirdRail.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

html,
.smart-editor-content {
  font-family: 'ThirdRail', sans-serif;
  color: #FFF;
  font-size: 10px;
  font-weight: 300; }
  @media only screen and (max-width: 1300px) {
    html,
    .smart-editor-content {
      font-size: 8px; } }
  html h1,
  html h2,
  html h3,
  html h4,
  html h5,
  html h6,
  html .smart_editor_module_heading,
  .smart-editor-content h1,
  .smart-editor-content h2,
  .smart-editor-content h3,
  .smart-editor-content h4,
  .smart-editor-content h5,
  .smart-editor-content h6,
  .smart-editor-content .smart_editor_module_heading {
    color: #000000;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center; }
  html .bg-primary h2,
  html .bg-primary h3,
  html .bg-primary h4,
  html .bg-primary h5,
  html .bg-primary h6,
  html .bg-primary .smart_editor_module_heading,
  html .bg-secondary h2,
  html .bg-secondary h3,
  html .bg-secondary h4,
  html .bg-secondary h5,
  html .bg-secondary h6,
  html .bg-secondary .smart_editor_module_heading,
  .smart-editor-content .bg-primary h2,
  .smart-editor-content .bg-primary h3,
  .smart-editor-content .bg-primary h4,
  .smart-editor-content .bg-primary h5,
  .smart-editor-content .bg-primary h6,
  .smart-editor-content .bg-primary .smart_editor_module_heading,
  .smart-editor-content .bg-secondary h2,
  .smart-editor-content .bg-secondary h3,
  .smart-editor-content .bg-secondary h4,
  .smart-editor-content .bg-secondary h5,
  .smart-editor-content .bg-secondary h6,
  .smart-editor-content .bg-secondary .smart_editor_module_heading {
    color: #FFF; }
  html .bg-primary h1,
  html .bg-primary h1.smart_editor_module_heading,
  html .bg-secondary h1,
  html .bg-secondary h1.smart_editor_module_heading,
  .smart-editor-content .bg-primary h1,
  .smart-editor-content .bg-primary h1.smart_editor_module_heading,
  .smart-editor-content .bg-secondary h1,
  .smart-editor-content .bg-secondary h1.smart_editor_module_heading {
    color: #3fb498; }
  html h1,
  .smart-editor-content h1 {
    font-size: 4.5rem;
    color: #3fb498; }
    @media (max-width: 576px) {
      html h1,
      .smart-editor-content h1 {
        font-size: 3.5rem; } }
  html h2,
  .smart-editor-content h2 {
    font-size: 4rem; }
    @media (max-width: 576px) {
      html h2,
      .smart-editor-content h2 {
        font-size: 3rem; } }
  html h3,
  .smart-editor-content h3 {
    font-size: 3.5rem; }
    @media (max-width: 576px) {
      html h3,
      .smart-editor-content h3 {
        font-size: 2.7rem; } }
  html h4,
  .smart-editor-content h4 {
    font-size: 3rem; }
    @media (max-width: 576px) {
      html h4,
      .smart-editor-content h4 {
        font-size: 2.5rem; } }
  html h5,
  .smart-editor-content h5 {
    font-size: 2.5rem; }
    @media (max-width: 576px) {
      html h5,
      .smart-editor-content h5 {
        font-size: 2.2rem; } }
  html h6,
  .smart-editor-content h6 {
    font-size: 2rem; }
  html p,
  .smart-editor-content p {
    font-size: 2rem;
    line-height: 1.5em; }
  html b,
  .smart-editor-content b {
    font-weight: 500; }
  html a,
  .smart-editor-content a {
    color: #3fb498;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none; }
    html a:hover,
    .smart-editor-content a:hover {
      text-decoration: underline;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      color: #88b29d; }
  html main a,
  .smart-editor-content main a {
    text-decoration: underline; }
  html .bg-primary a,
  .smart-editor-content .bg-primary a {
    color: #FFF;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    html .bg-primary a:hover,
    .smart-editor-content .bg-primary a:hover {
      color: #3fb498;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  html button,
  html input[type="submit"],
  .smart-editor-content button,
  .smart-editor-content input[type="submit"] {
    font-family: 'ThirdRail', sans-serif;
    text-transform: uppercase; }

.bg-primary {
  background-color: #000000; }

.bg-secondary {
  background-color: #3fb498;
  color: #FFF; }

html {
  overflow-x: hidden;
  background: #000000; }

.container {
  max-width: 1100px;
  margin: auto;
  padding: 2% 0; }
  @media only screen and (max-width: 1300px) {
    .container {
      padding: 2% 5%; } }
  section > .container {
    padding: 5% 0; }
    @media only screen and (max-width: 1300px) {
      section > .container {
        padding: 5% 5%; } }

.padding-row {
  padding-bottom: 100px;
  padding-top: 50px; }

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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

button {
  font-family: 'ThirdRail', sans-serif;
  color: #FFF;
  font-size: 2rem;
  font-weight: 300; }

* {
  outline-color: #000000; }

.bg-primary {
  outline-color: #3fb498; }
  .bg-primary * {
    outline-color: #3fb498; }

header {
  height: 100px;
  font-size: 2rem;
  text-transform: uppercase; }
  @media (max-width: 992px) {
    header {
      height: 60px; } }
  header .row {
    position: static; }
  header .smart-editor-col {
    position: static; }
  header .smart_editor_module_navigation_toggler {
    display: none;
    background-color: transparent;
    border: none;
    position: absolute; }
    header .smart_editor_module_navigation_toggler:hover span {
      background-color: #3fb498; }
    @media (max-width: 992px) {
      header .smart_editor_module_navigation_toggler {
        display: block;
        width: 40px;
        height: 25px;
        top: -30px;
        right: 5%;
        z-index: 10;
        cursor: pointer;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        header .smart_editor_module_navigation_toggler span {
          height: 2px;
          width: 100%;
          background-color: #FFF;
          display: inline-block;
          position: absolute;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          header .smart_editor_module_navigation_toggler span:nth-of-type(1) {
            top: 0;
            left: 0;
            right: 0; }
          header .smart_editor_module_navigation_toggler span:nth-of-type(2) {
            top: 50%;
            left: 0;
            right: 0;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
          header .smart_editor_module_navigation_toggler span:nth-of-type(3) {
            bottom: 0;
            left: 0;
            right: 0; } }
  header > .smart-editor-container-fluid {
    height: 105px;
    padding: 0;
    border-bottom: 5px solid #3fb498; }
    header > .smart-editor-container-fluid:first-of-type > .row:first-of-type {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 10;
      background-color: #000000;
      -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
      margin: 0; }
      header > .smart-editor-container-fluid:first-of-type > .row:first-of-type .smart-editor-col .smart-editor-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      @media (max-width: 992px) {
        header > .smart-editor-container-fluid:first-of-type > .row:first-of-type .smart_editor_module_image {
          height: 50px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 5px 0; } }
      header > .smart-editor-container-fluid:first-of-type > .row:first-of-type .smart_editor_module_image img {
        height: 100px;
        padding: 10px 0;
        display: inline-block;
        width: auto; }
        @media (max-width: 992px) {
          header > .smart-editor-container-fluid:first-of-type > .row:first-of-type .smart_editor_module_image img {
            height: 65px; } }
  header .container {
    max-width: unset;
    margin: 0 4%; }
  header nav .logo {
    height: 120px;
    display: inline-block;
    margin-top: 60px; }
    header nav .logo img {
      height: 100px;
      display: block;
      max-width: 100%; }
      @media (max-width: 992px) {
        header nav .logo img {
          height: 60px; } }
  @media (max-width: 992px) {
    header .smart_editor_module_navigation {
      position: absolute;
      left: 0;
      right: 0;
      top: 60px;
      background-color: #000000; }
      header .smart_editor_module_navigation:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
        top: 100px;
        z-index: -1; } }
  @media (max-width: 992px) {
    header .smart_editor_module_navigation .menu-main-menue-container {
      max-height: 0;
      overflow: hidden;
      height: 0; } }
  header .smart_editor_module_navigation .menu-main-menue-container > ul {
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 992px) {
      header .smart_editor_module_navigation .menu-main-menue-container > ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto; } }
    header .smart_editor_module_navigation .menu-main-menue-container > ul li {
      padding: 10px 20px;
      background-color: transparent;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      margin: 0; }
      @media (max-width: 992px) {
        header .smart_editor_module_navigation .menu-main-menue-container > ul li {
          width: 100%;
          text-align: center;
          padding: 0; } }
      @media (max-width: 992px) {
        header .smart_editor_module_navigation .menu-main-menue-container > ul li.menu-item-has-children > a {
          position: relative;
          display: inline-block; }
          header .smart_editor_module_navigation .menu-main-menue-container > ul li.menu-item-has-children > a:after {
            content: '';
            display: block;
            width: 12px;
            height: 12px;
            border-bottom: 2px solid #FFF;
            border-right: 2px solid #FFF;
            position: absolute;
            top: 20px;
            right: 6px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); } }
      header .smart_editor_module_navigation .menu-main-menue-container > ul li:hover a {
        color: #3fb498;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      header .smart_editor_module_navigation .menu-main-menue-container > ul li.current_page_item a {
        color: #88b29d;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      header .smart_editor_module_navigation .menu-main-menue-container > ul li.current_page_item:hover a {
        color: #3fb498;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      header .smart_editor_module_navigation .menu-main-menue-container > ul li .sub-menu {
        top: 34px;
        background-color: #000000;
        right: unset; }
        @media (max-width: 992px) {
          header .smart_editor_module_navigation .menu-main-menue-container > ul li .sub-menu {
            display: block;
            position: static;
            max-height: 0;
            height: 0;
            overflow: hidden; } }
        header .smart_editor_module_navigation .menu-main-menue-container > ul li .sub-menu li {
          margin: 0;
          width: 100%; }
    header .smart_editor_module_navigation .menu-main-menue-container > ul a {
      font-size: 2rem;
      color: #FFF;
      white-space: nowrap; }
      @media (max-width: 992px) {
        header .smart_editor_module_navigation .menu-main-menue-container > ul a {
          padding: 20px 30px;
          display: inline-block; } }
      header .smart_editor_module_navigation .menu-main-menue-container > ul a:hover {
        text-decoration: none; }
  header .smart_editor_module_navigation-open .smart_editor_module_navigation_toggler span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  header .smart_editor_module_navigation-open .smart_editor_module_navigation_toggler span:nth-of-type(2) {
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  header .smart_editor_module_navigation-open .smart_editor_module_navigation_toggler span:nth-of-type(3) {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(45deg);
    -ms-transform: translate(0, 50%) rotate(45deg);
    transform: translate(0, 50%) rotate(45deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  header .smart_editor_module_navigation-open .menu-main-menue-container {
    height: auto;
    max-height: unset;
    -webkit-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s; }

img {
  display: block;
  width: 100%;
  max-width: 100%; }

.jumbotron {
  height: 100vh;
  position: relative; }
  .jumbotron .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .jumbotron .img:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(63, 180, 152, 0.41);
      content: ''; }
  .jumbotron img {
    height: 100vh;
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover; }
  .jumbotron .txt {
    position: absolute;
    width: 90%;
    right: 5%;
    color: #FFF;
    text-align: right;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .jumbotron .txt p {
      font-size: 2.6rem; }
    @media only screen and (max-width: 1300px) {
      .jumbotron .txt {
        right: 5%;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 90%;
        left: 5%;
        padding-bottom: 30%; } }
  @media only screen and (max-width: 900px) {
    .jumbotron h1 {
      font-size: 6rem; } }

footer {
  padding: 50px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #FFF;
  background-color: #000000; }
  @media (max-width: 992px) {
    footer {
      text-align: center; } }
  footer > .smart-editor-container-fluid > .smart-editor-row:nth-of-type(2) {
    border-top: 5px solid #3fb498; }
  footer h1,
  footer h2,
  footer h3,
  footer h4,
  footer h5,
  footer h6,
  footer .smart_editor_module_heading {
    text-align: left; }
    @media (max-width: 992px) {
      footer h1,
      footer h2,
      footer h3,
      footer h4,
      footer h5,
      footer h6,
      footer .smart_editor_module_heading {
        text-align: center; } }
  footer nav {
    width: 100%;
    padding-bottom: 20px; }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer ul li {
      list-style: none;
      margin: 0 10px; }
      footer ul li a {
        font-size: 2rem; }
  footer .copyright {
    width: 100%;
    text-align: center;
    color: #FFF; }
    footer .copyright p {
      font-size: 1.5rem; }
  footer .smart-editor-col .smart_editor_module_sociallinks ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 992px) {
      footer .smart-editor-col .smart_editor_module_sociallinks ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    footer .smart-editor-col .smart_editor_module_sociallinks ul li:first-of-type {
      padding-left: 0; }
    footer .smart-editor-col .smart_editor_module_sociallinks ul li a {
      background-color: white;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      text-decoration: none; }
      footer .smart-editor-col .smart_editor_module_sociallinks ul li a i {
        color: #000000; }
      footer .smart-editor-col .smart_editor_module_sociallinks ul li a:hover {
        background-color: #3fb498;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
  footer .smart_editor_module_wysiwyg i {
    display: inline-block;
    padding-right: 10px; }
  footer .smart_editor_module_wysiwyg p {
    margin: 0; }

.social ul li a {
  display: inline-block; }
  .social ul li a:hover i {
    background-color: #3fb498;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .social ul li a i {
    background-color: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media only screen and (max-width: 1300px) {
      .social ul li a i {
        width: 40px;
        height: 40px; } }
    .social ul li a i:before {
      color: #000000;
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 2rem;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

#netzwerk .smart_editor_module_slider_slide {
  padding: 0 20px; }
  #netzwerk .smart_editor_module_slider_slide h5 {
    margin-bottom: 0; }
    #netzwerk .smart_editor_module_slider_slide h5 + p {
      margin-top: 3px; }

#netzwerk .smart_editor_module_slider {
  margin: 0 0 26px 0; }

#netzwerk .smart_editor_module_image {
  width: 80%;
  margin: auto; }

@media (max-width: 1200px) {
  #netzwerk .smart_editor_module_slider {
    width: 90%;
    margin: auto; } }

#netzwerk .smart_editor_module_slider.navigation-color-white .slick-dots {
  bottom: -20px; }

@media (max-width: 1200px) {
  #referenzen .smart_editor_module_slider {
    width: 90%;
    margin: auto; } }

#referenzen .smart_editor_module_slider.navigation-color-custom .slick-dots li button {
  border-color: #000000; }
  #referenzen .smart_editor_module_slider.navigation-color-custom .slick-dots li button:hover {
    background-color: #000000; }

#referenzen .smart_editor_module_slider.navigation-color-custom .slick-dots li.slick-active button {
  background-color: #000000; }

#referenzen .smart_editor_module_slider.navigation-color-custom .slick-arrow.slick-next, #referenzen .smart_editor_module_slider.navigation-color-custom .slick-arrow.slick-prev {
  border-color: #000000; }

#referenzen .smart_editor_module_slider.navigation-color-custom .slick-dots {
  bottom: -20px; }

.smart_editor_module_form form {
  margin: 5% 0; }
  .smart_editor_module_form form label {
    font-size: 2rem;
    width: 200px;
    display: block;
    margin-right: 20px;
    height: 40px;
    line-height: 40px; }
    @media (max-width: 576px) {
      .smart_editor_module_form form label {
        width: 100%; } }
    .smart_editor_module_form form label input[type=checkbox]:checked + span:after {
      border-color: #FFF; }
  .smart_editor_module_form form textarea {
    width: 100%;
    border: 1px solid #FFF;
    font-size: 2rem;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-weight: 300;
    background-color: transparent;
    min-height: 219px; }
  .smart_editor_module_form form input {
    width: 100%;
    border: 1px solid #FFF;
    font-size: 2rem;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-weight: 300;
    background-color: transparent; }
    .smart_editor_module_form form input[type="submit"] {
      display: inline-block;
      width: auto;
      min-width: 250px;
      background-color: #3fb498;
      border: none;
      color: #FFF;
      text-align: center;
      height: 50px;
      line-height: 50px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      cursor: pointer;
      padding: 0 30px;
      font-family: 'ThirdRail', sans-serif; }
      .smart_editor_module_form form input[type="submit"]:hover {
        background-color: #88b29d;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
  .smart_editor_module_form form .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .smart_editor_module_form form .input-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .smart_editor_module_form form .input-group.submit {
      margin-top: 50px; }
  .smart_editor_module_form form .wpcf7-form-control-wrap {
    width: 100%;
    margin: 0;
    max-width: 700px; }
  .smart_editor_module_form form .data-save {
    display: block;
    width: 100%;
    max-width: unset; }
    .smart_editor_module_form form .data-save label {
      width: 100%;
      height: auto; }
    .smart_editor_module_form form .data-save label input[type="checkbox"] + span:before {
      top: 10px;
      border-color: #FFF; }
    .smart_editor_module_form form .data-save label input[type="checkbox"] + span:after {
      top: 7px;
      border-color: #3fb498; }
  .smart_editor_module_form form .wpcf7-response-output {
    font-size: 2rem; }
  .smart_editor_module_form form .wpcf7-not-valid-tip {
    font-size: 1.5rem;
    display: inline-block;
    margin-top: 10px; }

#stellen .smart_editor_module_posts_article {
  background-color: #3fb498; }
  #stellen .smart_editor_module_posts_article h2 {
    color: #FFF;
    margin-top: 0; }
  #stellen .smart_editor_module_posts_article p {
    color: #FFF; }
  #stellen .smart_editor_module_posts_article .smart_editor_module_posts_article_info {
    color: #FFF;
    font-size: 2rem;
    margin-top: 30px; }
  #stellen .smart_editor_module_posts_article .smart_editor_module_posts_article_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #stellen .smart_editor_module_posts_article .smart_editor_module_posts_article_img {
    width: 25%;
    padding: 30px; }
    @media (max-width: 768px) {
      #stellen .smart_editor_module_posts_article .smart_editor_module_posts_article_img {
        width: 100%;
        padding: 0; } }
  #stellen .smart_editor_module_posts_article .smart_editor_module_posts_article_text {
    width: 75%;
    color: #FFF;
    font-size: 2rem; }
    @media (max-width: 576px) {
      #stellen .smart_editor_module_posts_article .smart_editor_module_posts_article_text {
        width: 100%; } }
  @media (max-width: 600px) {
    #stellen .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li {
      padding: 5px; } }
  #stellen .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li a {
    background: #FFF;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 2rem;
    text-decoration: none; }
    @media (max-width: 600px) {
      #stellen .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li a {
        width: 35px;
        height: 35px; } }
    @media (max-width: 470px) {
      #stellen .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li a {
        width: 30px;
        height: 30px; } }
    #stellen .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li a:hover {
      background-color: #88b29d;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      #stellen .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li a:hover i {
        color: #FFF;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
    #stellen .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li a i {
      color: #000000;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }

#news .smart_editor_module_posts_article {
  background-color: #3fb498; }
  #news .smart_editor_module_posts_article h2 {
    color: #FFF;
    margin-top: 0; }
  #news .smart_editor_module_posts_article p {
    color: #FFF; }
  #news .smart_editor_module_posts_article .smart_editor_module_posts_article_info {
    color: #FFF;
    font-size: 2rem;
    margin-top: 30px; }
  #news .smart_editor_module_posts_article .smart_editor_module_posts_article_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #news .smart_editor_module_posts_article .smart_editor_module_posts_article_img {
    width: 25%;
    padding: 30px; }
    @media (max-width: 768px) {
      #news .smart_editor_module_posts_article .smart_editor_module_posts_article_img {
        width: 100%;
        padding: 0; } }
  #news .smart_editor_module_posts_article .smart_editor_module_posts_article_text {
    width: 75%;
    color: #FFF;
    font-size: 2rem; }
    @media (max-width: 768px) {
      #news .smart_editor_module_posts_article .smart_editor_module_posts_article_text {
        width: 100%; } }
  @media (max-width: 600px) {
    #news .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li {
      padding: 5px; } }
  #news .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li a {
    background: #FFF;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 2rem;
    text-decoration: none; }
    @media (max-width: 600px) {
      #news .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li a {
        width: 35px;
        height: 35px; } }
    @media (max-width: 470px) {
      #news .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li a {
        width: 30px;
        height: 30px; } }
    #news .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li a:hover {
      background-color: #88b29d;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      #news .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li a:hover i {
        color: #FFF;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
    #news .smart_editor_module_posts_article .smart_editor_module_posts_article_share ul li a i {
      color: #000000;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }

#news .bg-primary {
  background-color: #3fb498; }

#news .smart-editor-row.inner {
  width: 100%; }

#news .smart-editor-container-fluid {
  padding: 0; }

html .cookie-tracking-policy-modal {
  padding: 10px 20px;
  max-width: 90%;
  color: #000000; }
  html .cookie-tracking-policy-modal p {
    font-size: 14px; }
  html .cookie-tracking-policy-modal .cookie-tracking-policy-accept {
    display: inline-block;
    width: auto;
    min-width: 200px;
    background-color: #3fb498;
    border: none;
    color: #FFF;
    text-align: center;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    padding: 0 30px;
    font-size: 14px;
    margin-top: 20px; }
    html .cookie-tracking-policy-modal .cookie-tracking-policy-accept:hover {
      background-color: #88b29d;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }

#angebot .smart_editor_module_subpages li {
  width: 33.3333%;
  overflow: hidden; }
  @media (max-width: 992px) {
    #angebot .smart_editor_module_subpages li {
      width: 50%; }
      #angebot .smart_editor_module_subpages li:nth-of-type(even) {
        padding-right: 0; }
      #angebot .smart_editor_module_subpages li:nth-of-type(odd) {
        padding-left: 0; } }
  @media (max-width: 576px) {
    #angebot .smart_editor_module_subpages li {
      width: 100%;
      padding: 0; } }
  #angebot .smart_editor_module_subpages li a {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none; }

#angebot .smart_editor_module_subpages .smart_editor_module_subpages_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  #angebot .smart_editor_module_subpages .smart_editor_module_subpages_text h2 {
    width: 100%;
    color: #FFF;
    position: relative;
    height: 250px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.5rem;
    padding: 50px;
    -webkit-transform: translate(0, 7%);
    -ms-transform: translate(0, 7%);
    transform: translate(0, 7%);
    margin-bottom: 50px;
    word-break: break-word; }
    @media (max-width: 992px) {
      #angebot .smart_editor_module_subpages .smart_editor_module_subpages_text h2 {
        padding: 10%; } }
    @media (max-width: 576px) {
      #angebot .smart_editor_module_subpages .smart_editor_module_subpages_text h2 {
        padding: 13% 25%; } }
    #angebot .smart_editor_module_subpages .smart_editor_module_subpages_text h2:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url("http://fundcom.dario-baumberger.com/wp-content/uploads/2019/01/bubble-brown.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      z-index: -1; }
  #angebot .smart_editor_module_subpages .smart_editor_module_subpages_text p {
    text-align: center; }

#angebot .smart_editor_module_subpages .smart_editor_module_subpages_more {
  display: block;
  text-align: center;
  margin-top: 30px;
  color: #88b29d;
  font-weight: 700; }
  @media (max-width: 576px) {
    #angebot .smart_editor_module_subpages .smart_editor_module_subpages_more {
      margin-top: 15px;
      text-align: left; } }

#burgers > .smart-editor-row > .smart-editor-col > .smart-editor-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#download {
  text-align: center; }

@-webkit-keyframes bounceArrow {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-50%, -30px, 0);
    transform: translate3d(-50%, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-50%, -15px, 0);
    transform: translate3d(-50%, -15px, 0); }
  90% {
    -webkit-transform: translate3d(-50%, -4px, 0);
    transform: translate3d(-50%, -4px, 0); } }

.smart_editor_module_slider.full-height .smart_editor_module_slider_slide .smart-editor-row {
  height: 100%; }

main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_slider.full-height {
  height: calc(100vh - 100px); }
  @media (max-width: 992px) {
    main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_slider.full-height {
      height: calc(100vh - 60px); } }

main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_imagetext img {
  -o-object-fit: contain;
  object-fit: contain; }

main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_imagetext_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_imagetext_text * {
    font-size: 7rem;
    text-align: right; }
    @media (max-width: 768px) {
      main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_imagetext_text * {
        font-size: 3rem; } }
  main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_imagetext_text img {
    max-width: 500px;
    width: 100%;
    display: inline-block; }

main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_imagetext.dark .smart_editor_module_imagetext_wrapper {
  background-color: rgba(0, 0, 0, 0.1); }

main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_imagetext .smart_editor_module_imagetext_wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_slider.navigation-color-white .slick-dots li button {
  border-color: #000000; }
  main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_slider.navigation-color-white .slick-dots li button:hover {
    background-color: #000000; }

main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_slider.navigation-color-white .slick-dots li.slick-active button {
  background-color: #000000; }

main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_button {
  position: absolute;
  left: 50%;
  bottom: 90px;
  font-size: 3rem;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-decoration: none;
  -webkit-animation-name: bounceArrow;
  animation-name: bounceArrow;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_button:hover:after {
    border-color: #3fb498;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  main > .smart-editor-container-fluid:first-of-type > .row.entry:first-of-type .smart_editor_module_button:after {
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    -webkit-transform: rotate(45deg) translate(-50%, 0);
    -ms-transform: rotate(45deg) translate(-50%, 0);
    transform: rotate(45deg) translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: 30px;
    content: ''; }

main .smart_editor_module_slider.navigation-color-white .slick-dots li button {
  border-color: #000000; }
  main .smart_editor_module_slider.navigation-color-white .slick-dots li button:hover {
    background-color: #000000; }

main .smart_editor_module_slider.navigation-color-white .slick-dots li.slick-active button {
  background-color: #000000; }

.smart_editor_module_share ul li {
  margin: 0; }

html body .smart_editor_module_heading {
  margin: .5em 0 .5em 0; }

.smart_editor_module_sociallinks ul li {
  margin: 0; }

.smart_editor_module_wysiwyg ul {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: center;
  margin: 0;
  padding: 0; }
  .smart_editor_module_wysiwyg ul li {
    list-style: none;
    position: relative; }
    .smart_editor_module_wysiwyg ul li:before {
      content: '–';
      position: absolute;
      left: -30px;
      display: none; }

.smart_editor_module_posts.smart_editor_module_posts {
  margin: 0; }

.smart_editor_module_posts.loading .smart_editor_module_posts_article {
  opacity: 0.5;
  pointer-events: none; }

.smart_editor_module_posts .smart_editor_module_posts_load {
  display: inline-block;
  width: auto;
  min-width: 250px;
  background-color: #88b29d;
  border: none;
  color: #FFF;
  text-align: center;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  padding: 0 30px;
  font-size: 2rem;
  margin-top: 50px; }
  .smart_editor_module_posts .smart_editor_module_posts_load:hover {
    background-color: #000000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

@media (max-width: 768px) {
  .smart_editor_module_posts .smart_editor_module_posts_article_info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.smart_editor_module_posts .smart_editor_module_posts_article_info .smart_editor_module_posts_article_info_author {
  display: none; }
  @media (max-width: 768px) {
    .smart_editor_module_posts .smart_editor_module_posts_article_info .smart_editor_module_posts_article_info_author {
      width: 100%; } }

@media (max-width: 768px) {
  .smart_editor_module_posts .smart_editor_module_posts_article_info .smart_editor_module_posts_article_info_date {
    width: 100%; } }

.smart_editor_module_posts .smart_editor_module_posts_article:first-of-type {
  margin-top: 0; }

.smart_editor_module_posts .smart_editor_module_posts_article:last-of-type {
  margin-bottom: 0; }

.smart_editor_module_posts .smart_editor_module_posts_article_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%; }
  .smart_editor_module_posts .smart_editor_module_posts_article_share .smart_editor_module_share {
    margin: 1em 0; }

.smart_editor_module_subpages.text > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .smart_editor_module_subpages.text > ul > li {
    list-style: none;
    width: 33.3333%;
    padding: 30px; }
    .smart_editor_module_subpages.text > ul > li a {
      display: inline-block;
      color: #3fb498; }

.smart_editor_module_subpages .smart_editor_module_subpages_text {
  display: inline-block; }

.smart_editor_module_subpages h2 {
  color: #3fb498; }

html .smart_editor_module_breadcrumb {
  font-size: 2rem; }
  html .smart_editor_module_breadcrumb a {
    font-size: 2rem; }
    html .smart_editor_module_breadcrumb a.current-page {
      color: #3fb498;
      text-decoration: none; }
  html .smart_editor_module_breadcrumb .smart-breadcrumb-deliminator {
    font-size: 2rem;
    color: #FFF; }

.smart_editor_module_slider.navigation-outside .slick-next {
  right: -20px; }

.smart_editor_module_slider.navigation-outside .slick-prev {
  left: -20px; }

.smart_editor_module_button.button {
  display: inline-block;
  width: auto;
  min-width: 250px;
  background-color: #3fb498;
  border: none;
  color: #FFF;
  text-align: center;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  padding: 0 30px;
  font-family: 'ThirdRail', sans-serif;
  font-size: 2rem;
  text-decoration: none; }
  .smart_editor_module_button.button:hover {
    background-color: #88b29d;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #FFF; }

.smart-editor-container-fluid .smart_editor_module_accordion .smart_editor_module_accordion_panel {
  border-color: #FFF;
  border-width: 2px; }
  .smart-editor-container-fluid .smart_editor_module_accordion .smart_editor_module_accordion_panel:first-of-type {
    border-color: #FFF;
    border-width: 2px; }

.smart-editor-container-fluid .smart_editor_module_accordion .smart_editor_module_accordion_head {
  font-size: 2.5rem;
  text-align: center;
  background-color: #000000; }
  @media (max-width: 576px) {
    .smart-editor-container-fluid .smart_editor_module_accordion .smart_editor_module_accordion_head {
      font-size: 2rem; } }

.smart-editor-container-fluid .smart_editor_module_accordion .smart_editor_module_accordion_icon span {
  background-color: #FFF; }

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