.seitenbreite, .breite_container, .container {
    width: 1340px; }
  
  @media only screen and (max-width: 1500px) {
    .seitenbreite, .breite_container, .container {
      width: 1120px; } }
  
  @media only screen and (max-width: 1250px) {
    .seitenbreite, .breite_container, .container {
      width: 90%; } }
  
  @font-face {
    font-family: 'Azo Sans';
    src: url("../font/AzoSans-Regular.eot");
    src: local("Azo Sans Regular"), local("AzoSans-Regular"), url("../font/AzoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../font/AzoSans-Regular.woff2") format("woff2"), url("../font/AzoSans-Regular.woff") format("woff"), url("../font/AzoSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }
  
  @font-face {
    font-family: 'Azo Sans Md';
    src: url("../font/AzoSans-Medium.eot");
    src: local("Azo Sans Medium"), local("AzoSans-Medium"), url("../font/AzoSans-Medium.eot?#iefix") format("embedded-opentype"), url("../font/AzoSans-Medium.woff2") format("woff2"), url("../font/AzoSans-Medium.woff") format("woff"), url("../font/AzoSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal; }
  
  @font-face {
    font-family: 'Azo Sans';
    src: url("../font/AzoSans-Bold.eot");
    src: local("Azo Sans Bold"), local("AzoSans-Bold"), url("../font/AzoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../font/AzoSans-Bold.woff2") format("woff2"), url("../font/AzoSans-Bold.woff") format("woff"), url("../font/AzoSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal; }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Azo Sans";
    color: #000; }
  
  .anker {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden; }
  
  html {
    scroll-behavior: smooth;
    overflow-x: hidden; }
  
  li {
    margin: 10px 0 10px 30px; }
  
  .text {
    font-size: 14px;
    line-height: 1.8em; }
  
  .textstyle {
    font-size: 1.1rem;
    line-height: 2.1rem; }
    .textstyle p {
      margin-bottom: 1em; }
    .textstyle h1 {
      font-size: 2em;
      line-height: 1em;
      margin-bottom: 2em; }
    .textstyle h2 {
      font-size: 1.6em;
      line-height: 1.6em;
      margin: 1em 0; }
  
  .breite_1000 {
    width: 1000px; }
  
  .border {
    border: 1px solid #ececec; }
  
  .abstand50 {
    margin: 50px 0; }
  
  .schatten_innen {
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.3); }
  
  .left {
    text-align: left;
    align-items: normal !important; }
  
  .parralax_hintergrund {
    width: 100vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* -webkit-transform: translate3d(0, 0, 0) */
    display: flex;
    box-shadow: inset 100vw 0 0 0 rgba(0, 0, 0, 0.4); }
    .parralax_hintergrund .inhalt-wrapper {
      width: 1000px;
      margin: 0 auto;
      padding: 80px 0; }
      @media only screen and (max-width: 1250px) {
        .parralax_hintergrund .inhalt-wrapper {
          width: 100%;
          padding: 40px; } }
  
  #google-karte {
    width: 100%;
    height: 60vh; }
    #google-karte .google_map {
      width: 100%;
      height: 100%; }
    #google-karte h3 {
      font-size: 1.3rem; }
  
  .bg_color {
    background: linear-gradient(90deg, #d8263e 0%, #e86060 100%); }
  
  .bg_light_gray {
    background-color: #f9f9f9; }
  
  .bg_weiss {
    background-color: #FFFFFF; }
  
  .bg_weiss_transparent {
    background-color: #ffffffde; }
  
  .center {
    margin: 0 auto; }
  
  .vcenter {
    align-content: center; }
  
  .abdunkeln {
    box-shadow: inset 100vw 0 0 0 rgba(0, 0, 0, 0.25); }
  
  .stark_abdunkeln {
    box-shadow: inset 100vw 0 0 0 rgba(0, 0, 0, 0.6); }
  
  .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 100vw 0 0 0 rgba(0, 0, 0, 0.25);
    /* top: 0 */
    left: 0;
    bottom: 4px;
    z-index: 2; }
  
  #footer-navigation {
    padding-top: 60px; }
    #footer-navigation h4 {
      margin-bottom: 40px; }
    #footer-navigation a {
      color: #f9f9f9c7;
      line-height: 1.8em;
      transition: all 0.2s ease; }
      #footer-navigation a:hover {
        color: #f9f9f9; }
  
  #social-media {
    color: #f9f9f9;
    border-bottom: solid 1px #f9f9f9;
    padding-bottom: 20px; }
    #social-media img {
      margin: 60px 20px 60px 0; }
  
  .grid {
    display: grid; }
    .grid.grid-2 {
      grid-template-columns: repeat(2, 1fr); }
    .grid.grid-3 {
      grid-template-columns: repeat(3, 1fr); }
    .grid.grid-5 {
      grid-template-columns: repeat(5, 1fr); }
    .grid.grid-1-3 {
      grid-template-columns: 1fr 3fr; }
    .grid.grid-1-5 {
      grid-template-columns: 1fr 5fr; }
    .grid.grid-2-1 {
      grid-template-columns: 2fr 1fr; }
    .grid.grid-2-3 {
      grid-template-columns: 2fr 3fr; }
    .grid.grid-3-1 {
      grid-template-columns: 3fr 1fr; }
    .grid.grid-3-2 {
      grid-template-columns: 3fr 2fr; }
    .grid.grid-5-1 {
      grid-template-columns: 5fr 1fr; }
    .grid.gap-3 {
      gap: 3%; }
    .grid.gap-h3 {
      grid-column-gap: 3%; }
    .grid.gap-30px {
      gap: 30px; }
    .grid.gap-v60px {
      grid-row-gap: 60px; }
  
  .flex-container {
    display: flex; }
  
  .flex-item {
    flex: auto; }
  
  .flex-1 {
    flex-grow: 1; }
  
  .flex-2 {
    flex-grow: 2; }
  
  .flex-3 {
    flex-grow: 3;
    min-width: 66%; }
  
  .minwidth33 {
    min-width: 33%; }
  
  .margintop40 {
    margin-top: 40px; }
  
  .padding40 {
    padding: 40px; }
  
  .paddingtop40 {
    padding-top: 40px; }
  
  .paddingbottom40 {
    padding-bottom: 40px; }
  
  .padding80 {
    padding: 80px; }
  
  .paddingtop80 {
    padding-top: 80px; }
  
  .paddingbottom80 {
    padding-bottom: 80px; }
  
  .paddingtop160 {
    padding-top: 160px; }
  
  .paddingbottom160 {
    padding-bottom: 160px; }
  
  .innerpadding30 {
    padding: 30px; }
  
  .innerpadding3050 {
    padding: 30px 50px; }
  
  .schatten {
    box-shadow: 0 0 0 1px #ececec;
    transition: all .3s ease; }
    .schatten:hover {
      box-shadow: 0 0 0 0px #ececec; }
  
  .video-header {
    position: fixed;
    z-index: -1;
    /* -webkit-transform: translate3d(0, 0, 0) */ }
  
  .bg_video, .image {
    width: 100vw; }
  
  div .button.mitexstyle_rot {
    letter-spacing: 1px;
    background-color: #da0023;
    padding: 14px 25px;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    /* -webkit-box-shadow: 2px 5px 15px 3px rgba(0,0,0,0.3) */
    /* box-shadow: 2px 5px 15px 3px rgba(0,0,0,0.3) */
    transition: all .3s ease;
    width: 100%; }
  
  div .button.mitexstyle {
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    background-color: rgba(43, 42, 42, 0.8);
    margin-top: 20px;
    padding: 18px 30px;
    /* box-shadow: 2px 5px 15px 3px rgba(0,0,0,0.3) */
    transition: all 0.2s ease; }
    @media only screen and (max-width: 1500px) {
      div .button.mitexstyle {
        font-size: 1rem; } }
    div .button.mitexstyle:hover {
      box-shadow: none;
      /* background-color: $mitexrot_hover */ }
    div .button.mitexstyle::before {
      content: " ";
      position: absolute;
      z-index: 1;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border: 0px solid #FFFFFF;
      transition: all .3s ease; }
    div .button.mitexstyle:hover::before {
      top: 2px;
      left: 2px;
      right: 2px;
      bottom: 2px; }
  
  .full-screen-header {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    z-index: -1; }
    .full-screen-header.video {
      padding-bottom: 43%; }
    .full-screen-header .image {
      position: fixed;
      /* -webkit-transform: translate3d(0, 0, 0) */
      background-size: cover;
      background-position: center;
      flex-direction: column-reverse;
      display: flex; }
    .full-screen-header h1 {
      text-transform: uppercase; }
  
  .video-overlay {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column-reverse; }
  
  .mobile-nav {
    display: none; }
  
  .mobile-menu {
    display: none; }
  
  .nav-wrapper {
    position: fixed;
    /* -webkit-transform: translate3d(0, 0, 0) */
    top: 0;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    height: 85px;
    /* background-color: $schwarz_leicht_transparent */
    background-color: rgba(48, 53, 54, 0.8);
    z-index: 10000;
    transition: all .5s ease; }
    @media only screen and (max-width: 1300px) {
      .nav-wrapper {
        width: 100%; } }
  
  .logo {
    margin-left: 100px; }
  
  .logo img {
    height: 85px; }
  
  .nav-link {
    color: #FFF;
    transition: all .5s ease;
    /* text-shadow: 0px 0px 5px rgba(0, 0, 0, 1) */ }
  
  .white-nav {
    background-color: #FFF;
    /* background-color: $mitex_grau_08 */
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3); }
  
  .white-link {
    color: #303536;
    text-shadow: none; }
  
  .invert {
    filter: invert(1); }
  
  .desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 30px; }
    .desktop-nav > a, .desktop-nav div > a {
      text-transform: uppercase; }
    .desktop-nav a {
      text-decoration: none;
      font-family: "Azo Sans";
      font-weight: bold;
      font-size: 19px;
      cursor: pointer;
      padding: 10px 20px;
      /* &:nth-child(5)
        background-color: #222
        color: #FFF
        padding: 10px */ }
      .desktop-nav a.active {
        color: #da0023; }
      .desktop-nav a:hover {
        background-color: #FFF;
        color: #da0023;
        text-shadow: none; }
  
  .dropbtn {
    background-color: transparent;
    color: white;
    padding: 26px;
    border: none;
    font-weight: bold; }
  
  .icon-down {
    position: absolute;
    font-size: 17px;
    margin-left: 15px;
    margin-bottom: 2px;
    color: #FFF;
    right: 70px;
    cursor: pointer; }
  
  .dropdown {
    position: relative;
    display: inline-block; }
    .dropdown.language-switch {
      transition: all .5s ease; }
      .dropdown.language-switch img {
        height: 28px;
        width: auto; }
      .dropdown.language-switch a:hover {
        background-color: transparent; }
      .dropdown.language-switch .dropdown-content {
        top: 43px;
        left: 4px;
        min-width: 0; }
  
  .dropdown-content {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    background-color: #FFF;
    min-width: 250px;
    z-index: 1; }
  
  .dropdown-content a {
    font-weight: normal;
    color: #000;
    padding: 14px 20px;
    text-decoration: none;
    display: block;
    margin: 0;
    text-align: left;
    font-size: 16px;
    text-shadow: none;
    transition: all .3s ease; }
    .dropdown-content a:first-child {
      padding-top: 21px !important; }
    .dropdown-content a:last-child {
      padding-bottom: 21px !important; }
    .dropdown-content a:hover {
      opacity: 0.8; }
  
  .dropdown:hover .dropdown-content {
    display: block; }
  
  .title-wrapper {
    /* position: absolute */
    /* left: 45vw */
    /* bottom: 20%  */
    /* left: 35% */
    /* bottom: 10% */
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
    /* background-color: rgba(0,0,0,0) */
    /* padding: 30px */
    transition: all .3s ease;
    padding: 5% 0;
    /* z-index: 3 */
    /* &:hover
      background-color: rgba(0,0,0,0.2) */ }
    .title-wrapper h1 {
      font-size: 4rem;
      margin-bottom: 10px;
      font-weight: normal;
      color: #FFF;
      hyphens: manual; }
      .title-wrapper h1 span {
        font-weight: bold;
        color: #FFF; }
      .title-wrapper h1 strong {
        color: #fff; }
    .title-wrapper p {
      /* max-width: 750px */
      line-height: 3rem;
      color: #FFF;
      font-size: 1.6rem; }
  
  .kernaussage {
    background-color: #FFFFFF;
    padding: 80px;
    display: flex;
    justify-content: center; }
    .kernaussage.shortcode {
      padding-top: 40px;
      background-color: #f9f9f9; }
      .kernaussage.shortcode .ansprechpartner div h4 {
        font-size: 1.6rem;
        line-height: 1.3em;
        text-align: center; }
      .kernaussage.shortcode .ansprechpartner div hr {
        width: 35%;
        margin: 10px auto 20px;
        color: #da0023; }
      .kernaussage.shortcode .ansprechpartner div p.kleine_schrift {
        font-size: 1em; }
      .kernaussage.shortcode .ansprechpartner div.bild img {
        margin-bottom: -30px; }
      .kernaussage.shortcode > div .contact-text p {
        text-align: center; }
    .kernaussage a {
      text-decoration: underline; }
    .kernaussage > div {
      /* width: $textbreite */ }
      .kernaussage > div h1, .kernaussage > div h2 {
        font-size: 2.4rem;
        line-height: 1.3em;
        margin-bottom: 15px;
        text-transform: uppercase; }
      .kernaussage > div h3 {
        font-size: 2.4rem;
        line-height: 1.3em;
        margin-bottom: 15px; }
      .kernaussage > div h4 {
        max-width: 1000px;
        font-size: 2.4rem;
        line-height: 1.6em; }
      .kernaussage > div p {
        max-width: 1000px;
        text-align: justify;
        hyphens: auto;
        line-height: 1.8rem;
        margin-bottom: 10px; }
        .kernaussage > div p.autor {
          text-align: right;
          margin-top: 20px; }
        .kernaussage > div p:last-child {
          margin-bottom: 20px; }
      .kernaussage > div .btn {
        background-color: #222;
        color: #FFF;
        padding: 15px;
        outline: none;
        border: none;
        cursor: pointer;
        text-decoration: none;
        font-size: 15px;
        margin-top: 20px; }
  
  #bild_text .bild {
    background-size: cover;
    background-position: center center; }
  
  #bild_text .text {
    font-size: 1.1em; }
  
  #bild_text h3 {
    font-size: 1.8em;
    margin-bottom: 0.4em;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase; }
  
  #bild_text .text p {
    margin-bottom: 20px; }
  
  .content-box-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    /* background-color: #F2F2F2 */
    padding: 120px 0; }
  
  .content-box-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 50px 0px;
    align-items: center; }
    @media only screen and (max-width: 1270px) {
      .content-box-wrapper {
        padding: 50px 100px; } }
  
  .content-box {
    background-color: #FFF;
    cursor: pointer;
    transition: all .3s ease;
    margin-right: 40px;
    width: 100%; }
    .content-box:last-child {
      margin-right: 0; }
    .content-box:hover {
      /* box-shadow: 0px 10px 25px rgba(#000, 0.2) * */
      transform: scale(1.01);
      background-color: #d2d2d20a; }
    .content-box img {
      height: 200px; }
    .content-box h3 {
      padding: 10px;
      font-size: 16px; }
  
  .carousel-box-section {
    margin: 120px 0; }
  
  .carousel-box-wrapper {
    margin: 0 auto; }
  
  .carousel-box {
    height: 300px;
    width: 33.3%;
    padding: 10px;
    display: inline-block; }
  
  .carousel-inhalt-wrapper {
    transition: all .3s ease;
    height: 100%; }
    .carousel-inhalt-wrapper:hover {
      /* box-shadow: 0px 10px 25px rgba(#000, 0.2) * */
      transform: scale(1.01);
      background-color: #d2d2d20a; }
    .carousel-inhalt-wrapper h3 {
      padding: 10px;
      font-size: 16px;
      text-decoration: none; }
      .carousel-inhalt-wrapper h3 a {
        text-decoration: none; }
  
  .carousel-bild {
    background-size: cover;
    background-position: center;
    height: 80%;
    width: 100%;
    margin-bottom: 13px; }
  
  #pikto {
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    /* align-items: center */
    align-content: center;
    text-align: center;
    filter: grayscale(0%); }
    #pikto > div {
      flex-basis: 100%; }
    #pikto .kreis {
      margin: 0 auto;
      width: 80px;
      height: 80px;
      position: relative;
      border: double 3px transparent;
      border-radius: 100%;
      opacity: 0.8;
      margin-bottom: 10px;
      background-image: linear-gradient(white, white), radial-gradient(circle at top left, #dbcfcf, #a8001c);
      background-origin: border-box;
      background-clip: content-box, border-box;
      filter: grayscale(0%);
      transition: background-image 0.2s ease-in-out;
      cursor: pointer; }
      #pikto .kreis:hover {
        background-image: linear-gradient(#ffffff, #ffe9ec), radial-gradient(circle at top left, #dbcfcf, #a8001c); }
      #pikto .kreis:hover > div {
        background-size: 62%; }
      #pikto .kreis > div {
        margin: 0 auto;
        width: 70px;
        height: 70px;
        display: block;
        background-size: 56%;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all 0.2s ease; }
    #pikto img {
      width: 75%;
      height: auto;
      padding: 12%;
      margin: 5%;
      margin-top: 5px;
      transition: all 0.2s ease; }
    #pikto p {
      font-size: 0.7rem;
      line-height: 20px;
      font-weight: bold;
      color: #303536; }
  
  .unsere-werte #downloads {
    font-size: 0.9rem;
    margin-top: 30px; }
    .unsere-werte #downloads img.thumb {
      width: 75%;
      height: auto; }
    .unsere-werte #downloads a.pdf_download {
      margin-top: 20px; }
  
  @media only screen and (max-width: 1250px) {
    .unsere-werte h1 {
      margin-bottom: 50px; } }
  
  .large-title {
    font-size: 33px;
    text-align: center;
    margin-bottom: 70px; }
  
  .row {
    background-color: #FFFFFF;
    display: flex;
    display: flex;
    justify-content: center; }
    .row.abstand {
      margin-bottom: 10vh; }
    @media only screen and (max-width: 1250px) {
      .row {
        /* margin-bottom: 30px */ } }
    .row > div {
      display: flex;
      width: 100vw;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 1250px) {
        .row > div {
          flex-direction: column; } }
      .row > div > div {
        width: 70%;
        line-height: 1.9rem; }
        .row > div > div h2, .row > div > div h3, .row > div > div h4, .row > div > div h5 {
          text-transform: uppercase;
          line-height: 2.5rem;
          font-size: 2rem;
          margin-bottom: 20px; }
    .row img {
      flex: 1; }
      @media only screen and (max-width: 1250px) {
        .row img {
          margin-bottom: 50px; } }
  
  .row-left, .row-right {
    overflow: hidden;
    flex: 1;
    /* height: 65vh */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15vh 0;
    min-height: 65vh; }
  
  .preisangebot {
    background-color: #FFFFFF; }
    .preisangebot img {
      border-radius: 50%;
      margin-bottom: 20px;
      width: 100%; }
    .preisangebot .ansprechpartner p {
      text-align: center;
      color: #FFFFFF;
      font-size: 1.0rem; }
      .preisangebot .ansprechpartner p:first-of-type {
        font-size: 1.3rem;
        line-height: 2.1rem;
        letter-spacing: 0.3px; }
    .preisangebot > div {
      padding: 7vh 0; }
      .preisangebot > div h4 p {
        color: #F2F2F2;
        font-size: 2em;
        max-width: 1000px;
        line-height: 1.5em;
        margin-bottom: 50px; }
  
  a {
    text-decoration: none; }
    a div.button.rund {
      display: inline-block;
      font-weight: bold;
      padding: 14px 30px;
      background-color: #ffffff;
      border-radius: 15px;
      font-size: 1em;
      /* box-shadow: 2px 5px 15px 3px rgba(0,0,0,0.3) */
      transition: all .3s ease;
      margin-left: 0px; }
    a div.button.rund:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0 0 0 3px; }
  
  .info-banner {
    background-color: #F2F2F2;
    padding: 80px 0; }
  
  .info img {
    margin-right: 30px;
    float: left; }
  
  .info:hover img {
    transform: scale(1.05); }
  
  .info:hover li {
    opacity: 1; }
  
  .info img {
    height: 40px;
    align-self: flex-start;
    margin-bottom: 15px;
    transition: all .3s ease; }
  
  .info ul {
    column-count: 1; }
    .info ul li {
      font-size: 16px;
      opacity: 0.6;
      line-height: 24px;
      max-width: 500px;
      transition: all .3s ease;
      margin: 0px 0 10px 0px;
      list-style-type: square; }
  
  .hintergrundbild-parallax {
    width: 100vw;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* -webkit-transform: translate3d(0, 0, 0) */ }
    .hintergrundbild-parallax.hoehe350 {
      height: 350px; }
    .hintergrundbild-parallax.hoehe20vh {
      height: 20vh;
      min-height: 0; }
    .hintergrundbild-parallax.hoehe30vh {
      height: 30vh;
      min-height: 0; }
  
  .boxen-mit-inhalt {
    width: 100vw;
    background-attachment: fixed;
    background-size: cover; }
    .boxen-mit-inhalt h2 {
      font-size: 2.6rem;
      /* margin-left: 2% */
      text-transform: uppercase;
      padding-top: 80px; }
    .boxen-mit-inhalt .boxen-mit-inhalt-wrapper {
      /* display: flex*/
      /* flex-direction: row*/
      margin: 0 auto;
      flex-wrap: wrap;
      padding: 80px 0;
      gap: 80px 2%;
      /* perspective: 1px */
      /* perspective: 1px */ }
      @media only screen and (max-width: 1500px) {
        .boxen-mit-inhalt .boxen-mit-inhalt-wrapper {
          gap: 40px 2%; } }
      .boxen-mit-inhalt .boxen-mit-inhalt-wrapper .box-wrapper {
        /*flex-grow: 1*/
        /*width: 29%*/
        /*max-width: 49%*/
        transition: all 0.2s ease;
        /*padding-bottom: 40px*/
        position: relative;
        overflow: hidden; }
      .boxen-mit-inhalt .boxen-mit-inhalt-wrapper .bild {
        /* height: 220px */
        background-size: cover;
        background-position: center;
        min-height: 30vh;
        display: flex;
        flex-direction: column;
        transition: all 0.2s ease;
        /* position: relative */ }
        .boxen-mit-inhalt .boxen-mit-inhalt-wrapper .bild::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          filter: grayscale(30%);
          background-size: cover;
          background-position: center;
          transition: all 0.2s ease;
          cursor: pointer; }
        .boxen-mit-inhalt .boxen-mit-inhalt-wrapper .bild:hover::before {
          filter: grayscale(0%);
          transform: scale(1.01); }
      .boxen-mit-inhalt .boxen-mit-inhalt-wrapper .inhalt {
        height: calc( 100% - 30vh);
        padding: 20px 20px 80px 20px;
        transition: all ease 300ms; }
        .boxen-mit-inhalt .boxen-mit-inhalt-wrapper .inhalt h3 {
          margin: 5px 0 15px 0;
          font-weight: normal;
          font-size: 1.4rem; }
        .boxen-mit-inhalt .boxen-mit-inhalt-wrapper .inhalt p {
          margin: 10px 0;
          line-height: 1.5em; }
        .boxen-mit-inhalt .boxen-mit-inhalt-wrapper .inhalt a.cta {
          position: absolute;
          bottom: 20px;
          width: calc( 100% - 40px); }
      .boxen-mit-inhalt .boxen-mit-inhalt-wrapper a {
        position: relative;
        text-align: right; }
        .boxen-mit-inhalt .boxen-mit-inhalt-wrapper a.button {
          margin-top: auto;
          margin-bottom: 20px;
          margin-right: 20px; }
      .boxen-mit-inhalt .boxen-mit-inhalt-wrapper:hover {
        /* transform: scale(1.01) */ }
      .boxen-mit-inhalt .boxen-mit-inhalt-wrapper.jobs:hover {
        transform: scale(1.005); }
      .boxen-mit-inhalt .boxen-mit-inhalt-wrapper:hover .inhalt {
        /* background-color: $weiss */ }
      .boxen-mit-inhalt .boxen-mit-inhalt-wrapper .mitexstyle {
        /* padding: 18px 0 */
        margin: 0; }
      .boxen-mit-inhalt .boxen-mit-inhalt-wrapper .box-wrapper:nth-child(-n+3) {
        /* padding-bottom: 40px */
        /*.box-wrapper:nth-child(3n-2) */
        /* padding-right: 2% */
        /*.box-wrapper:nth-child(3n-1) */
        /* padding: 0 1% */
        /*.box-wrapper:nth-child(3n) */
        /* padding-left: 2% */ }
  
  @media only screen and (min-width: 1249px) {
    .service .service {
      margin-top: -80px; } }
  
  .service .large-title {
    margin-top: 50px;
    margin-bottom: 50px; }
  
  .column-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media only screen and (max-width: 1250px) {
      .column-wrapper {
        flex-direction: column; } }
  
  .column {
    /* margin: 50px */
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 1250px) {
      .column {
        align-items: center;
        margin: 20px; } }
    .column div {
      margin-bottom: 30px; }
    .column h3 {
      margin-bottom: 10px;
      font-size: 20px; }
    .column p {
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 10px;
      opacity: 0.6;
      max-width: 450px; }
  
  #downloads span {
    line-height: 20px;
    font-size: 0.9rem; }
  
  #downloads img.thumb {
    width: 100%; }
  
  #downloads img.download {
    height: 26px;
    width: auto;
    margin: 0px 0 0 5px;
    position: absolute; }
  
  #downloads p {
    text-align: left; }
  
  #downloads div h3 {
    font-size: 1.5rem;
    line-height: 1.3em;
    margin-bottom: 55px; }
  
  #downloads .beschreibung p {
    margin-bottom: 15px; }
  
  .ansprechpartner h4 {
    font-size: 2.5rem;
    text-transform: uppercase; }
  
  .ansprechpartner h5 {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 10px 0 31px 0; }
  
  .ansprechpartner p {
    font-size: 1.2rem; }
  
  .ansprechpartner div.bild img {
    width: 100%;
    border-radius: 50%;
    padding: 15%; }
  
  footer {
    background-color: #303536;
    display: flex;
    padding: 60px 0;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    footer h4 {
      color: #f9f9f9;
      font-weight: normal;
      font-size: 1.4em;
      text-transform: uppercase; }
    footer img {
      align-self: flex-start;
      height: 40px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1250px) {
        footer img {
          align-self: center; } }
    footer .column {
      margin: 50px 0; }
      footer .column a, footer .column p {
        color: #FFF;
        margin-bottom: 10px;
        font-size: 12px;
        text-decoration: none;
        opacity: 0.6; }
      footer .column h4 {
        color: #FFF;
        margin-bottom: 10px; }
      footer .column p {
        max-width: 250px; }
        @media only screen and (max-width: 1250px) {
          footer .column p {
            text-align: center; } }
      footer .column a:hover {
        opacity: 0.2; }
  
  .accordion_image {
    width: 100%; }
  
  .intro {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    width: 100% !important;
    max-width: none !important;
    padding: 35px 28px 0 28px !important; }
  
  .downloads {
    font-size: 16px;
    width: 100% !important;
    max-width: none !important;
    margin-top: 40px; }
    .downloads a {
      display: inline-block;
      width: 28%;
      margin: 0 2.5%;
      text-align: center; }
      .downloads a .button.accordeonstyle {
        letter-spacing: 1px;
        background-color: #da0023;
        padding: 14px 25px;
        color: #FFFFFF;
        text-align: center;
        display: inline-block;
        font-size: 0.9rem;
        font-weight: normal;
        text-transform: uppercase;
        margin: 40px 0 10px 0;
        position: relative;
        /* box-shadow: 2px 5px 15px 3px rgba(0,0,0,0.3) */
        transition: all 0.2s ease;
        width: 100%;
        margin-top: 15px; }
        .downloads a .button.accordeonstyle:hover {
          box-shadow: none;
          background-color: #a8001c; }
        .downloads a .button.accordeonstyle::before {
          content: " ";
          position: absolute;
          z-index: 1;
          top: 5px;
          left: 5px;
          right: 5px;
          bottom: 5px;
          border: 0px solid #FFFFFF;
          transition: all .3s ease; }
        .downloads a .button.accordeonstyle:hover::before {
          top: 2px;
          left: 2px;
          right: 2px;
          bottom: 2px; }
  
  .zahlen {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
    margin-bottom: 50px; }
    .zahlen .icon {
      height: 60px;
      width: 60px;
      background-position: center;
      background-size: 60px;
      filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg) brightness(103%) contrast(103%);
      margin-bottom: 13px;
      background-repeat: no-repeat; }
    .zahlen .counter {
      font-size: 2rem; }
    .zahlen .bezeichnung {
      margin-top: 0px; }
    .zahlen div {
      width: auto;
      flex-grow: 1;
      display: flex;
      text-align: center;
      align-items: center;
      flex-direction: column; }
      .zahlen div p {
        color: #FFFFFF; }
  
  .copyright-wrapper {
    width: 100%;
    background-color: #FFFFFF; }
    .copyright-wrapper .copyright {
      color: #000;
      display: flex;
      justify-content: space-between;
      padding: 40px 0 100px 0;
      margin: 0 auto; }
      .copyright-wrapper .copyright a {
        margin-left: 20px;
        font-weight: bold; }
    @media only screen and (max-width: 1250px) {
      .copyright-wrapper {
        justify-content: center;
        padding-left: 0; } }
    .copyright-wrapper span {
      color: #000;
      opacity: 0.8;
      font-size: 0.9em; }
  
  /* /// TOOLTIP
  
   *You want a simple and fancy tooltip?
   *Just copy all [data-tooltip] blocks: */
  [data-tooltip] {
    position: relative;
    z-index: 10; }
    [data-tooltip]:before, [data-tooltip]:after {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      left: 50%;
      bottom: calc(100% + 5px);
      /* 5px is the size of the arrow */
      pointer-events: none;
      transition: 0.2s;
      will-change: transform; }
    [data-tooltip]:before {
      content: attr(data-tooltip);
      padding: 10px 18px;
      min-width: 50px;
      max-width: 300px;
      width: max-content;
      width: -moz-max-content;
      border-radius: 6px;
      font-size: 14px;
      background-color: rgba(59, 72, 80, 0.9);
      background-image: linear-gradient(30deg, rgba(59, 72, 80, 0.44), rgba(59, 68, 75, 0.44), rgba(60, 82, 88, 0.44));
      box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
      color: #fff;
      line-height: 1.4rem;
      text-align: center;
      white-space: pre-wrap;
      transform: translate(-50%, -5px) scale(0.5); }
    [data-tooltip]:after {
      content: '';
      border-style: solid;
      border-width: 5px 5px 0px 5px;
      /* CSS triangle */
      border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
      transition-duration: 0s;
      /* If the mouse leaves the element,
       * the transition effects for the
       * tooltip arrow are "turned off" */
      transform-origin: top;
      /* Orientation setting for the
       * slide-down effect */
      transform: translateX(-50%) scaleY(0); }
    [data-tooltip]:hover:before, [data-tooltip]:hover:after {
      visibility: visible;
      opacity: 1; }
    [data-tooltip]:hover:before {
      transition-delay: 0.3s;
      transform: translate(-50%, -5px) scale(1); }
    [data-tooltip]:hover:after {
      transition-delay: 0.5s;
      /* Starting after the grow effect */
      transition-duration: 0.2s;
      transform: translateX(-50%) scaleY(1); }
  
  .lightbox {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    background: rgba(0, 0, 0, 0.7); }
    .lightbox span {
      display: block;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  