@charset "UTF-8";
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/raleway-v28-latin-700.woff2") format("woff2"), url("../fonts/raleway-v28-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, -1px, 0);
            transform: translate3d(-1px, -1px, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 2px, 0);
            transform: translate3d(2px, 2px, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, -4px, 0);
            transform: translate3d(-4px, -4px, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 4px, 0);
            transform: translate3d(4px, 4px, 0); } }

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, -1px, 0);
            transform: translate3d(-1px, -1px, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 2px, 0);
            transform: translate3d(2px, 2px, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, -4px, 0);
            transform: translate3d(-4px, -4px, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 4px, 0);
            transform: translate3d(4px, 4px, 0); } }

@-webkit-keyframes tigerShake {
  10%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20%, 80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  30%, 50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  40%, 60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes tigerShake {
  10%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20%, 80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  30%, 50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  40%, 60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  input[type=url]:focus,
  input[type=search]:focus,
  input[type=submit]:focus,
  button:focus {
    outline: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 16px; }
  @media only screen and (max-width: 1080px) {
    html {
      font-size: 15px; } }
  @media only screen and (max-width: 600px) {
    html {
      font-size: 14px; } }
body {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375;
  color: #2d3039; }

img {
  border: 0; }

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0; }

.innerwrapper {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 99; }

header {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  z-index: 998;
  background-color: #FFFFFF;
  transition: 250ms ease-out;
  overflow: hidden; }
  @media only screen and (max-width: 980px) {
    header {
      top: 46px; } }
  header.fixed .sound__button {
    display: none; }
  header.fixed .logo {
    margin-top: -80px; }
    @media only screen and (max-width: 980px) {
      header.fixed .logo {
        margin-top: 0; } }
body.home header {
  background-color: transparent; }
  body.home header.fixed {
    background-color: #FFFFFF; }

.top__padding__wrapper {
  padding-top: 206px; }
  @media only screen and (max-width: 980px) {
    .top__padding__wrapper {
      padding-top: 144px; } }
  @media only screen and (max-width: 370px) {
    .top__padding__wrapper {
      padding-top: 140px; } }
.open__mobile__nav {
  display: none;
  position: absolute;
  width: 27px;
  height: 40px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media only screen and (max-width: 980px) {
    .open__mobile__nav {
      display: block; } }
.logo {
  width: 100%;
  max-width: 260px;
  font-size: 0;
  line-height: 0;
  padding: 30px 0 20px 0;
  position: relative;
  z-index: 9;
  margin-top: 0;
  transition: margin-top 250ms ease-out, padding 250ms ease-out; }
  @media only screen and (max-width: 370px) {
    .logo {
      max-width: 240px; } }
  .logo a {
    display: block; }
  .logo svg {
    width: 100%;
    height: auto; }

nav {
  width: 100%;
  padding-bottom: 20px; }
  nav .close {
    display: none;
    font-size: 56px;
    line-height: 56px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 5px;
    text-decoration: none;
    color: #FFFFFF; }
  @media only screen and (max-width: 980px) {
    nav {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(45, 48, 57, 0.9);
      padding-bottom: 0; }
      nav .close {
        display: block;
        color: #FFFFFF;
        z-index: 999; } }
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 0;
    line-height: 0; }
    @media only screen and (max-width: 980px) {
      nav ul {
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    nav ul li {
      list-style-type: none;
      margin: 0;
      padding: 0 15px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 18px;
      font-weight: 600;
      color: #2d3039; }
      @media only screen and (max-width: 1160px) {
        nav ul li {
          padding: 0 10px; } }
      @media only screen and (max-width: 1080px) {
        nav ul li {
          font-size: 14px; } }
      @media only screen and (max-width: 1010px) {
        nav ul li {
          padding: 0 7px; } }
      @media only screen and (max-width: 980px) {
        nav ul li {
          color: #FFFFFF;
          display: block;
          font-size: 18px;
          line-height: 1.5; } }
      nav ul li.current_page_item {
        color: #FD2F62; }
      nav ul li a {
        display: block;
        padding: 5px 0;
        color: inherit;
        text-decoration: none; }
        nav ul li a:hover {
          color: #FD2F62; }

.only__mobile {
  display: none; }
  @media only screen and (max-width: 980px) {
    .only__mobile {
      display: block; } }
.top__line {
  height: 60px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #FD2F62;
  z-index: 999; }
  @media only screen and (max-width: 980px) {
    .top__line {
      height: 46px; } }
  .top__line .innerwrapper {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 600px) {
      .top__line .innerwrapper {
        grid-template-columns: 100%; } }
  .top__line a {
    color: inherit;
    text-decoration: none;
    font-size: 0.85rem;
    color: #FFFFFF;
    text-transform: uppercase; }
    @media only screen and (max-width: 600px) {
      .top__line a {
        font-size: 0.7rem; } }
    @media only screen and (max-width: 600px) {
      .top__line a.dl_pr {
        display: none; } }
  .top__line ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: right; }
    @media only screen and (max-width: 600px) {
      .top__line ul {
        text-align: center; } }
    .top__line ul li {
      list-style-type: none;
      margin: 0;
      padding: 0 30px;
      display: inline-block;
      line-height: 40px;
      font-size: 0.85rem;
      text-transform: uppercase;
      color: #FFFFFF;
      border-left: 1px solid #FFFFFF;
      position: relative;
      vertical-align: top; }
      @media only screen and (max-width: 980px) {
        .top__line ul li {
          line-height: 26px;
          padding: 0 15px; } }
      @media only screen and (max-width: 600px) {
        .top__line ul li {
          padding: 0 10px;
          font-size: 0.7rem; } }
      .top__line ul li:last-child {
        padding-right: 0; }
      .top__line ul li:first-child {
        border: 0; }
        @media only screen and (max-width: 600px) {
          .top__line ul li:first-child {
            display: none; } }
      .top__line ul li a {
        color: inherit;
        text-decoration: none;
        display: block; }
      .top__line ul li.only__icon {
        height: 40px;
        display: inline-flex;
        gap: 0 1rem; }
        @media only screen and (max-width: 980px) {
          .top__line ul li.only__icon {
            height: 26px; } }
        @media only screen and (max-width: 600px) {
          .top__line ul li.only__icon {
            gap: 0 0.7rem;
            border-left: 0;
            padding-left: 0; } }
        .top__line ul li.only__icon a {
          height: 40px;
          justify-content: center;
          align-items: center;
          display: flex; }
          .top__line ul li.only__icon a svg {
            width: 20px;
            height: 17px;
            -o-object-fit: contain;
               object-fit: contain; }
            @media only screen and (max-width: 600px) {
              .top__line ul li.only__icon a svg {
                width: 18px;
                height: 15px; } }
          @media only screen and (max-width: 980px) {
            .top__line ul li.only__icon a {
              height: 26px; } }
      .top__line ul li.tl__online--tiger span {
        display: block;
        background-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path d='M7.5.003C3.358.003 0 3.36 0 7.503c0 4.142 3.358 7.5 7.5 7.5 4.142 0 7.5-3.358 7.5-7.5 0-4.142-3.358-7.5-7.5-7.5zm-.037 11.694s-.348.232-.586.23l-.034.016v-.016c-.05-.002-.1-.01-.15-.022l-.076-.018c-.415-.103-.635-.515-.53-.93l.577-2.332.26-1.053c.244-.977-.77.208-.977-.242-.137-.298.788-.923 1.464-1.394 0 0 .348-.23.586-.23l.034-.015v.016c.05.003.1.01.15.022l.076.02c.415.102.668.522.565.937l-.577 2.332-.26 1.053c-.244.978.752-.213.96.238.137.298-.805.918-1.48 1.39zM8.928 4.41c-.144.58-.732.936-1.314.792-.58-.145-.936-.733-.79-1.315.143-.58.73-.936 1.313-.79.58.143.936.73.79 1.313z' fill-rule='nonzero' fill='%23FFF'/></svg>");
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px; }
        @media only screen and (max-width: 370px) {
          .top__line ul li.tl__online--tiger span {
            padding-left: 0;
            background-image: none; } }
      .top__line ul li.tl__phone span {
        display: block;
        background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='a' d='M8 0H0v16h16V0z'/></defs><g fill='none' fill-rule='evenodd'><mask id='b' fill='%23fff'><use xlink:href='%23a'/></mask><path d='M8 0C3.582 0 0 3.582 0 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm4.225 11.673l-.64.64c-.115.115-.45.186-.46.186-2.027.017-3.98-.78-5.412-2.213C4.275 8.85 3.48 6.89 3.5 4.857c0 0 .073-.326.187-.44l.64-.64c.236-.235.686-.342 1-.236l.136.046c.314.105.644.453.73.773l.324 1.182c.087.32-.03.778-.265 1.013l-.428.427c.42 1.555 1.64 2.775 3.195 3.196l.426-.428c.236-.235.693-.353 1.013-.266l1.18.324c.322.087.67.416.775.73l.045.137c.104.314 0 .764-.235.998z' fill='%23FFF' mask='url(%23b)'/></g></svg>");
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px; }
        @media only screen and (max-width: 370px) {
          .top__line ul li.tl__phone span {
            padding-left: 0;
            background-image: none; } }
      .top__line ul li.has__children a {
        padding-right: 20px;
        content: '';
        display: block;
        background-image: url("data:image/svg+xml;utf8,<svg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'><path d='M10.59 0L6 4.58 1.41 0 0 1.41l6 6 6-6' fill='%23FFF' fill-rule='evenodd'/></svg>");
        background-size: 12px 8px;
        background-repeat: no-repeat;
        background-position: right center; }
      .top__line ul li.has__children:hover a {
        background-image: url("data:image/svg+xml;utf8,<svg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'><path d='M10.59 7.41L6 2.83 1.41 7.41 0 6l6-6 6 6' fill='%23FFF' fill-rule='evenodd'/></svg>"); }
      @media only screen and (max-width: 600px) {
        .top__line ul li.has__children.tl__phone a {
          padding-right: 0;
          background-image: none; } }
      .top__line ul li.has__children.tl__phone ul {
        width: 323px; }
        @media only screen and (max-width: 1360px) {
          .top__line ul li.has__children.tl__phone ul {
            left: auto;
            right: 0;
            -webkit-transform: translateX(0);
                    transform: translateX(0); } }
        @media only screen and (max-width: 600px) {
          .top__line ul li.has__children.tl__phone ul {
            display: none !important; } }
        .top__line ul li.has__children.tl__phone ul .wpcf7 input[type=text],
        .top__line ul li.has__children.tl__phone ul .wpcf7 input[type=email],
        .top__line ul li.has__children.tl__phone ul .wpcf7 input[type=submit] {
          line-height: 22px;
          height: 30px;
          padding: 4px 10px; }
        .top__line ul li.has__children.tl__phone ul .wpcf7 h4 {
          margin-top: 0; }
        .top__line ul li.has__children.tl__phone ul .wpcf7 .checkbox__wrapper {
          padding-left: 5px;
          text-align: left; }
        .top__line ul li.has__children.tl__phone ul .wpcf7 p {
          margin: 0.3rem 0; }
        .top__line ul li.has__children.tl__phone ul li a {
          display: inline;
          background-color: transparent;
          padding: 0 !important;
          background-image: none !important;
          box-shadow: none !important;
          border-radius: 0 !important; }
        .top__line ul li.has__children.tl__phone ul li:before {
          display: none; }
        .top__line ul li.has__children.tl__phone ul li span {
          background-image: none;
          padding-left: 0;
          display: inline-block; }
          .top__line ul li.has__children.tl__phone ul li span.wpcf7-list-item {
            display: block; }
      .top__line ul li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        background: transparent;
        padding: 13px 0 0 0;
        width: 260px;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        counter-reset: topline; }
        .top__line ul li ul li {
          float: none;
          display: block;
          padding: 3px 0;
          position: relative;
          border-left: 0; }
          .top__line ul li ul li:before {
            counter-increment: topline;
            /* Erhöht den Abschnittszähler */
            content: counter(topline);
            display: block;
            width: 24px;
            height: 24px;
            background-color: #5C6879;
            color: #FFFFFF;
            position: absolute;
            text-align: center;
            line-height: 22px;
            font-weight: 800;
            font-family: 'Raleway', sans-serif;
            border-radius: 50%;
            left: 50%;
            margin-left: -12px;
            top: 0;
            margin-top: -12px; }
          .top__line ul li ul li a,
          .top__line ul li ul li .small__form {
            display: block;
            text-align: left;
            font-size: 0.85rem;
            line-height: 1.2;
            text-transform: none;
            padding: 12px 10px !important;
            background-color: #FD2F62;
            text-align: center;
            border-radius: 6px;
            background-image: none !important;
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
          .top__line ul li ul li .small__form {
            padding: 0 !important; }
          .top__line ul li ul li a:hover {
            background-color: #2d3039; }
      .top__line ul li:hover > ul {
        display: block; }

.small__form--title {
  background-color: #FFFFFF;
  color: #2d3039;
  border-radius: 6px 6px 0 0;
  padding: 22px 10px 12px 10px !important; }

.small__form--content {
  padding: 12px 10px !important; }

.start__wrapper {
  background-image: url(../images/bg__tiger.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 100vh;
  padding: 206px 0 30px 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .start__wrapper {
      min-height: 0;
      display: block;
      padding: 206px 0 12vw 0; } }
.start__centered {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 2; }
  .start__centered a {
    color: inherit; }
  .start__centered h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 2.5714rem;
    line-height: 1.2;
    color: #2d3039;
    margin: 0;
    max-width: 560px;
    position: relative;
    z-index: 3; }
    @media only screen and (max-width: 1080px) {
      .start__centered h1 {
        max-width: 500px; } }
    @media only screen and (max-width: 767px) {
      .start__centered h1 {
        max-width: 60vw;
        font-size: 4.5vw; } }
    @media only screen and (max-width: 480px) {
      .start__centered h1 {
        max-width: 90vw;
        font-size: 7vw; } }
  .start__centered p {
    max-width: 480px;
    position: relative;
    z-index: 3; }

.start__tiger {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding-top: 60px; }
  .start__tiger .innerwrapper {
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex; }
  .start__tiger img {
    height: 90%;
    width: auto;
    display: block;
    transition: opacity 1500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media screen and (orientation: portrait) {
      .start__tiger img {
        height: 60%; } }
    @media only screen and (max-width: 767px) {
      .start__tiger img {
        width: 50%;
        height: auto; } }
    @media only screen and (max-width: 480px) {
      .start__tiger img {
        width: 70%; } }
    .start__tiger img.tiger__open {
      position: absolute;
      top: 5%;
      right: 0;
      z-index: 5; }
      .start__tiger img.tiger__open.visible {
        -webkit-animation: tigerShake 2.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
                animation: tigerShake 2.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite; }
      @media screen and (orientation: portrait) {
        .start__tiger img.tiger__open {
          top: 20%; } }
      @media only screen and (max-width: 767px) {
        .start__tiger img.tiger__open {
          top: 40px; } }
    .start__tiger img.tiger__closed {
      position: absolute;
      top: 5%;
      right: 0;
      z-index: 4; }
      @media screen and (orientation: portrait) {
        .start__tiger img.tiger__closed {
          top: 20%; } }
      @media only screen and (max-width: 767px) {
        .start__tiger img.tiger__closed {
          top: 40px; } }
    .start__tiger img.visible {
      opacity: 1; }
    .start__tiger img.hidden {
      opacity: 0; }

.button__contact {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  color: #2d3039;
  text-decoration: none;
  padding: 18px 30px 18px 20px;
  display: inline-block;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .button__contact {
      margin-top: 2rem; } }
  .button__contact svg {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0; }

.sound__button {
  right: 0;
  top: 15px;
  position: absolute;
  text-decoration: none;
  color: #FD2F62;
  z-index: 9; }
  .sound__button span {
    display: block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #FD2F62;
    text-decoration: none;
    padding-top: 5px; }
  @media only screen and (max-width: 1024px) {
    .sound__button {
      display: none; } }
.button__adwords--wrapper {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3; }

.button__adwords {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 220px;
  font-size: 0;
  line-height: 0;
  z-index: 9;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: all 1s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: right;
          transform-origin: right; }
  .button__adwords.visible {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); }
  .button__adwords:hover {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg); }
  .subpage__header .button__adwords {
    width: 200px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    bottom: 15px; }
    .subpage__header .button__adwords:hover {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    @media only screen and (max-width: 980px) {
      .subpage__header .button__adwords {
        width: 20vw; } }
    @media only screen and (max-width: 600px) {
      .subpage__header .button__adwords {
        width: 25vw; } }
  @media only screen and (max-width: 767px) {
    .button__adwords {
      width: 30vw;
      bottom: 4vw;
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg); }
      .button__adwords:hover {
        -webkit-transform: rotate(15deg);
                transform: rotate(15deg); } }
  .button__adwords svg {
    width: 100%;
    height: auto; }

.start__teaser--wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% + 35px + 35px);
  margin-left: -35px; }
  @media only screen and (max-width: 767px) {
    .start__teaser--wrapper {
      display: block;
      width: 100%;
      margin-left: 0; } }
.start__teaser--single {
  width: 33.333%;
  padding: 35px 35px 85px 35px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .start__teaser--single {
      width: 100%;
      display: block;
      padding: 15px 0 65px 0; } }
  .start__teaser--single img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
    max-width: 240px; }
  .start__teaser--single h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4375;
    color: #2d3039;
    -webkit-hyphens: auto;
            hyphens: auto; }
    @media only screen and (max-width: 767px) {
      .start__teaser--single h2 {
        margin-top: 0; } }
  .start__teaser--single:after {
    width: 1px;
    height: 60%;
    content: '';
    display: block;
    border-right: 1px dashed #2d3039;
    right: 0;
    top: 20%;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .start__teaser--single:after {
        width: 80%;
        height: 1px;
        border-bottom: 1px dashed #2d3039;
        top: auto;
        bottom: 0;
        right: auto;
        left: 10%; } }
  .start__teaser--single:last-child:after {
    display: none; }
  .start__teaser--single .button__more {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media only screen and (max-width: 767px) {
      .start__teaser--single .button__more {
        bottom: 25px; } }
.button__more {
  display: inline-block;
  background-color: #FD2F62;
  color: #FFFFFF;
  font-size: 0.85rem;
  line-height: 1;
  text-decoration: none;
  padding: 10px 50px;
  border-radius: 3px; }
  .button__more:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(253, 47, 98, 0);
    border-bottom-color: #FD2F62;
    border-width: 5px;
    margin-left: -5px; }

.start__why,
.start__list {
  overflow: hidden; }

.start__why--wrapper,
.start__list--wrapper {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .start__why--wrapper,
    .start__list--wrapper {
      display: block; } }
.start__why--left {
  width: 25%;
  /*background-image: url(../images/tiger__blue.jpg);
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: center 130%;*/
  text-align: right;
  padding: 45px 45px 45px 0;
  position: relative;
  min-width: 230px; }
  .start__why--left:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 300%;
    background-color: #2d3039;
    right: 0;
    top: 0;
    z-index: -1;
    background-image: url(../images/tiger__blue.jpg);
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media only screen and (max-width: 767px) {
      .start__why--left:before {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  @media only screen and (max-width: 1180px) {
    .start__why--left {
      padding: 45px 5vw; } }
  @media only screen and (max-width: 767px) {
    .start__why--left {
      display: block;
      width: 100%;
      padding: 45px 0 45px 0;
      text-align: left; } }
  @media only screen and (max-width: 600px) {
    .start__why--left {
      padding: 30px 0; } }
  .start__why--left h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4375rem;
    color: #FFFFFF;
    display: inline-block;
    text-align: left;
    margin: 1rem 0;
    position: relative; }
    .start__why--left h3:before {
      content: '';
      display: block;
      position: absolute;
      font-size: 0;
      line-height: 0;
      width: 800px;
      height: 1px;
      border-top: 1px solid #FFFFFF;
      left: -820px;
      top: 0.7rem; }
  @media only screen and (max-width: 767px) {
    .start__why--left br {
      display: none; } }
.start__why--right {
  width: 75%;
  flex-grow: 1;
  padding: 45px 0 45px 45px;
  text-align: left;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .start__why--right {
      padding: 45px 0;
      width: 100%; } }
  @media only screen and (max-width: 600px) {
    .start__why--right {
      padding: 30px 0; } }
  .start__why--right:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 200%;
    background-image: url(../images/bg__tiger.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 0;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .start__why--right:before {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .start__why--right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    opacity: 1 !important; }
    @media only screen and (max-width: 600px) {
      .start__why--right ul {
        display: block; } }
    .start__why--right ul li {
      list-style-type: none;
      margin: 0;
      padding: 10px 30px 20px 40px;
      width: 50%;
      background-image: url("data:image/svg+xml;utf8,<svg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='a' d='M0 13.996h13.97V.028H0z'/></defs><g fill='none' fill-rule='evenodd'><g transform='translate(0 14)'><mask id='b' fill='%23fff'><use xlink:href='%23a'/></mask><path d='M5.768.19l-2.94.66C1.355 1.18.24 2.394.035 3.892-.172 5.39.572 6.857 1.902 7.575c1.527.824 2.69 1.48 2.866 1.655.175.176.83 1.34 1.656 2.866.718 1.33 2.186 2.076 3.684 1.87 1.498-.206 2.71-1.322 3.04-2.797l.66-2.94c.504-2.248-.18-4.6-1.81-6.23C10.37.37 8.02-.314 5.77.19z' fill='%232B3138' mask='url(%23b)'/></g><path d='M15.885 6.276c-1.29-.75-3.18.083-4.22 1.865-1.04 1.78-.838 3.833.45 4.584 1.29.75 3.18-.083 4.22-1.863 1.04-1.78.84-3.833-.45-4.584zM16.38 5.846c.363.314.83.133 1.043-.405.213-.536.828-3.095.464-3.408-.364-.313-1.57 1.737-1.783 2.274-.212.537-.09 1.227.275 1.54z' fill='%232B3138'/><g fill='%232B3138'><path d='M5.695 11.86c1.41.444 3.07-.723 3.705-2.606.636-1.882.007-3.77-1.403-4.21-1.41-.445-3.07.722-3.707 2.605-.635 1.88-.007 3.768 1.405 4.21zM8.346 4.007c.574.18 1.19-.122 1.376-.676.187-.55.524-3.07-.05-3.25-.573-.18-1.84 2.047-2.025 2.6-.187.553.125 1.147.7 1.327z'/></g><path d='M19.86 17.335c1.78-1.04 2.615-2.93 1.864-4.22-.75-1.29-2.804-1.49-4.584-.45-1.78 1.04-2.615 2.93-1.864 4.22.752 1.29 2.804 1.49 4.583.45zM25.968 10.113c-.314-.364-2.872.25-3.41.464-.537.212-.718.68-.404 1.044.313.366 1.003.488 1.54.276.537-.212 2.587-1.42 2.274-1.783z' fill='%232B3138'/><g fill='%232B3138'><path d='M18.735 19.638c-1.895.628-3.068 2.267-2.62 3.66.444 1.395 2.342 2.015 4.235 1.388 1.894-.628 3.068-2.268 2.62-3.662-.443-1.393-2.34-2.015-4.235-1.386zM27.963 19.37c-.18-.568-2.714-.236-3.27-.05-.556.183-.86.792-.68 1.36.182.567.78.875 1.336.69.556-.184 2.795-1.434 2.613-2z'/></g></g></svg>");
      background-size: 28px 28px;
      background-repeat: no-repeat;
      background-position: left top;
      opacity: 1; }
      @media only screen and (max-width: 600px) {
        .start__why--right ul li {
          display: block;
          width: 100%;
          padding-right: 0; } }
    .start__why--right ul.finished li {
      opacity: 1; }
      .start__why--right ul.finished li:nth-child(1) {
        transition: opacity 250ms 150ms ease-out; }
      .start__why--right ul.finished li:nth-child(2) {
        transition: opacity 250ms 300ms ease-out; }
      .start__why--right ul.finished li:nth-child(3) {
        transition: opacity 250ms 450ms ease-out; }
      .start__why--right ul.finished li:nth-child(4) {
        transition: opacity 250ms 600ms ease-out; }
      .start__why--right ul.finished li:nth-child(5) {
        transition: opacity 250ms 750ms ease-out; }
      .start__why--right ul.finished li:nth-child(6) {
        transition: opacity 250ms 900ms ease-out; }
      .start__why--right ul.finished li:nth-child(7) {
        transition: opacity 250ms 1050ms ease-out; }
      .start__why--right ul.finished li:nth-child(8) {
        transition: opacity 250ms 1200ms ease-out; }
      .start__why--right ul.finished li:nth-child(9) {
        transition: opacity 250ms 1350ms ease-out; }
      .start__why--right ul.finished li:nth-child(10) {
        transition: opacity 250ms 1500ms ease-out; }

.start__why--right ul,
.start__list--left ul {
  opacity: 1 !important; }
  .start__why--right ul.finished li,
  .start__list--left ul.finished li {
    opacity: 1; }
    .start__why--right ul.finished li:nth-child(1),
    .start__list--left ul.finished li:nth-child(1) {
      transition: opacity 250ms 150ms ease-out; }
    .start__why--right ul.finished li:nth-child(2),
    .start__list--left ul.finished li:nth-child(2) {
      transition: opacity 250ms 300ms ease-out; }
    .start__why--right ul.finished li:nth-child(3),
    .start__list--left ul.finished li:nth-child(3) {
      transition: opacity 250ms 450ms ease-out; }
    .start__why--right ul.finished li:nth-child(4),
    .start__list--left ul.finished li:nth-child(4) {
      transition: opacity 250ms 600ms ease-out; }
    .start__why--right ul.finished li:nth-child(5),
    .start__list--left ul.finished li:nth-child(5) {
      transition: opacity 250ms 750ms ease-out; }
    .start__why--right ul.finished li:nth-child(6),
    .start__list--left ul.finished li:nth-child(6) {
      transition: opacity 250ms 900ms ease-out; }
    .start__why--right ul.finished li:nth-child(7),
    .start__list--left ul.finished li:nth-child(7) {
      transition: opacity 250ms 1050ms ease-out; }
    .start__why--right ul.finished li:nth-child(8),
    .start__list--left ul.finished li:nth-child(8) {
      transition: opacity 250ms 1200ms ease-out; }
    .start__why--right ul.finished li:nth-child(9),
    .start__list--left ul.finished li:nth-child(9) {
      transition: opacity 250ms 1350ms ease-out; }
    .start__why--right ul.finished li:nth-child(10),
    .start__list--left ul.finished li:nth-child(10) {
      transition: opacity 250ms 1500ms ease-out; }

.start__team {
  padding: 45px 0 0 0; }
  .start__team .innerwrapper {
    text-align: center;
    overflow: hidden; }
    .start__team .innerwrapper h3 {
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 1.1rem;
      line-height: 1.4375rem;
      color: #FD2F62;
      display: inline-block;
      text-align: center;
      margin: 1rem 0 0 0;
      position: relative; }

.logo__carousel--wrapper {
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(92, 104, 121, 0.2);
  border-bottom: 1px solid rgba(92, 104, 121, 0.2); }
  @media only screen and (max-width: 767px) {
    .logo__carousel--wrapper {
      padding: 0 0; } }
.team__carousel,
.logo__carousel {
  width: 110%;
  position: relative;
  margin-left: -5%; }
  .team__carousel .slick-arrow,
  .logo__carousel .slick-arrow {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -99999px;
    width: 15px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    background-size: 15px 16px;
    background-repeat: no-repeat; }
  .team__carousel .slick-prev,
  .logo__carousel .slick-prev {
    background-image: url("data:image/svg+xml;utf8,<svg width='15' height='16' viewBox='0 0 15 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='a' d='M7.5 0H0v16h15V0z'/></defs><g transform='matrix(-1 0 0 1 15 0)' fill='none' fill-rule='evenodd'><mask id='b' fill='%23fff'><use xlink:href='%23a'/></mask><path d='M14.846 7.63L7.64.16C7.535.054 7.416 0 7.282 0c-.134 0-.252.054-.355.16l-.774.802c-.103.107-.154.23-.154.37 0 .138.05.26.154.368L12.232 8l-6.078 6.3c-.103.108-.154.23-.154.37 0 .138.05.26.154.37l.774.8c.103.107.22.16.355.16.134 0 .253-.053.356-.16l7.206-7.47C14.95 8.26 15 8.14 15 8c0-.138-.05-.26-.154-.37z' fill='%235C6879' mask='url(%23b)'/><path d='M9 8c0-.138-.05-.26-.155-.37L1.64.16C1.535.054 1.416 0 1.283 0 1.15 0 1.03.054.928.16L.155.962c-.103.107-.155.23-.155.37 0 .138.052.26.155.368L6.232 8 .155 14.3c-.103.108-.155.23-.155.37 0 .138.052.26.155.37l.773.8c.103.107.22.16.356.16.133 0 .252-.053.355-.16l7.205-7.47C8.95 8.26 9 8.14 9 8z' fill='%235C6879' mask='url(%23b)'/></g></svg>");
    left: 5%;
    z-index: 98; }
  .team__carousel .slick-next,
  .logo__carousel .slick-next {
    background-image: url("data:image/svg+xml;utf8,<svg width='15' height='16' viewBox='0 0 15 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='a' d='M7.5 0H0v16h15V0z'/></defs><g fill='none' fill-rule='evenodd'><mask id='b' fill='%23fff'><use xlink:href='%23a'/></mask><path d='M14.846 7.63L7.64.16C7.535.054 7.416 0 7.282 0c-.134 0-.252.054-.355.16l-.774.802c-.103.107-.154.23-.154.37 0 .138.05.26.154.368L12.232 8l-6.078 6.3c-.103.108-.154.23-.154.37 0 .138.05.26.154.37l.774.8c.103.107.22.16.355.16.134 0 .253-.053.356-.16l7.206-7.47C14.95 8.26 15 8.14 15 8c0-.138-.05-.26-.154-.37z' fill='%235C6879' mask='url(%23b)'/><path d='M9 8c0-.138-.05-.26-.155-.37L1.64.16C1.535.054 1.416 0 1.283 0 1.15 0 1.03.054.928.16L.155.962c-.103.107-.155.23-.155.37 0 .138.052.26.155.368L6.232 8 .155 14.3c-.103.108-.155.23-.155.37 0 .138.052.26.155.37l.773.8c.103.107.22.16.356.16.133 0 .252-.053.355-.16l7.205-7.47C8.95 8.26 9 8.14 9 8z' fill='%235C6879' mask='url(%23b)'/></g></svg>");
    right: 5%;
    z-index: 98; }

.logo__grid {
  display: flex;
  width: calc(100% + 20px);
  margin-left: -10px;
  flex-wrap: wrap;
  padding-right: 90px; }
  @media only screen and (max-width: 980px) {
    .logo__grid {
      padding-right: 0; } }
.logo__grid--item {
  width: 33.3333%;
  float: left;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition: -webkit-transform 500ms linear;
  transition: transform 500ms linear;
  transition: transform 500ms linear, -webkit-transform 500ms linear;
  text-align: center; }

.logo__grid--item--inner {
  position: relative; }
  .logo__grid--item--inner:before {
    content: '';
    display: block;
    padding-bottom: 65%; }
  .logo__grid--item--inner span {
    display: block;
    position: absolute;
    width: 80%;
    height: 70%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }

.single__team {
  width: 33.3333%;
  float: left;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  transition: -webkit-transform 500ms linear;
  transition: transform 500ms linear;
  transition: transform 500ms linear, -webkit-transform 500ms linear;
  text-align: center;
  height: auto; }
  .single__team img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: 0 auto; }
  .single__team.slick-current {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .single__team strong {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4375rem; }

footer {
  padding-top: 40px;
  padding-bottom: 55px; }
  footer .innerwrapper {
    border-top: 1px solid #5C6879; }

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

.footer--search {
  background-color: #5C6879;
  width: 250px;
  height: 40px;
  padding: 4px 10px;
  display: inline-block; }
  @media only screen and (max-width: 480px) {
    .footer--search {
      width: 100%; } }
  .footer--search .search-form {
    display: block;
    height: 32px;
    width: 100%;
    position: relative;
    background-color: #425472;
    border-radius: 15px;
    padding-right: 40px; }
    .footer--search .search-form input[type=search] {
      background-color: transparent;
      border: 0;
      color: #FFFFFF;
      display: block;
      width: 100%;
      height: 32px;
      line-height: 32px;
      padding-left: 10px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 1rem; }
    .footer--search .search-form button {
      background-color: transparent;
      width: 30px;
      height: 32px;
      position: absolute;
      right: 10px;
      top: 0;
      border: 0;
      padding-top: 4px;
      cursor: pointer; }
      .footer--search .search-form button svg {
        width: 22px;
        height: 24px; }

.footer__columns {
  display: flex;
  padding: 5px 0 15px 0;
  width: calc(100% + 70px);
  margin-left: -35px; }
  @media only screen and (max-width: 767px) {
    .footer__columns {
      width: calc(100% + 40px);
      margin-left: -20px; } }
  @media only screen and (max-width: 520px) {
    .footer__columns {
      display: block; } }
  @media only screen and (max-width: 480px) {
    .footer__columns {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  .footer__columns address,
  .footer__columns .quicklinks {
    width: 50%;
    max-width: 340px;
    padding: 0 35px;
    font-style: normal;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .footer__columns address,
      .footer__columns .quicklinks {
        padding: 0 20px; } }
    @media only screen and (max-width: 520px) {
      .footer__columns address,
      .footer__columns .quicklinks {
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      .footer__columns address,
      .footer__columns .quicklinks {
        padding: 0 10px; } }
    .footer__columns address a,
    .footer__columns .quicklinks a {
      color: inherit;
      text-decoration: none; }
      .footer__columns address a:hover,
      .footer__columns .quicklinks a:hover {
        text-decoration: underline; }
    .footer__columns address em,
    .footer__columns .quicklinks em {
      font-style: normal;
      display: inline-block;
      width: 20px; }
  .footer__columns ul {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
    .footer__columns ul li {
      display: block;
      margin: 0;
      padding: 0; }

.generic {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding-bottom: 30px; }
  .generic li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-size: 0.85rem;
    line-height: 1;
    text-transform: uppercase;
    border-right: 1px solid #2d3039; }
    .generic li:last-child {
      border-right: 0; }
    .generic li a {
      color: inherit;
      text-decoration: none; }

.subpage__header--wrapper {
  position: relative;
  z-index: 2; }

.subpage__header {
  font-size: 0;
  line-height: 0; }
  @media only screen and (max-width: 600px) {
    .subpage__header {
      overflow: hidden; } }
  .subpage__header img {
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 600px) {
      .subpage__header img {
        width: 130%;
        margin-left: -15%; } }
.default__content {
  background-image: url(../images/subpage__bg.png);
  background-repeat: no-repeat;
  background-size: auto 250px;
  background-position: center top;
  min-height: 300px;
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding-bottom: 45px; }
  .default__content a {
    color: inherit; }
  @media only screen and (max-width: 1310px) {
    .default__content {
      background-size: auto 19vw;
      margin-top: -3vw; } }
  @media only screen and (max-width: 600px) {
    .default__content {
      background-image: none;
      margin-top: 0;
      padding-bottom: 30px; } }
  .default__content.default__content--no__top__margin {
    margin-top: 0;
    background-image: url(../images/subpage__bg__reduced.png); }
    @media only screen and (max-width: 600px) {
      .default__content.default__content--no__top__margin {
        background-image: none; } }
  .default__content.default__content--kontakt {
    background-image: url(../images/subpage__bg__kontakt.png); }
    @media only screen and (max-width: 600px) {
      .default__content.default__content--kontakt {
        background-image: none; } }
    .default__content.default__content--kontakt .default__textcontent {
      padding-top: 2rem; }

.start__list--left {
  width: 100%;
  flex-grow: 1;
  padding: 45px 90px 45px 0;
  text-align: left;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .start__list--left {
      padding: 30px 0 30px 0; } }
  .start__list--left h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4375;
    color: #2d3039;
    display: inline-block;
    text-align: left;
    margin: 1rem 0 1rem 0;
    position: relative;
    text-transform: uppercase; }
  .start__list--left:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 200%;
    background-image: url(../images/bg__tiger.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    top: 0;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .start__list--left:before {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .start__list--left ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .start__list--left ul li {
      list-style-type: none;
      margin: 0;
      padding: 10px 0 20px 40px;
      width: 100%;
      background-image: url("data:image/svg+xml;utf8,<svg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='a' d='M0 13.996h13.97V.028H0z'/></defs><g fill='none' fill-rule='evenodd'><g transform='translate(0 14)'><mask id='b' fill='%23fff'><use xlink:href='%23a'/></mask><path d='M5.768.19l-2.94.66C1.355 1.18.24 2.394.035 3.892-.172 5.39.572 6.857 1.902 7.575c1.527.824 2.69 1.48 2.866 1.655.175.176.83 1.34 1.656 2.866.718 1.33 2.186 2.076 3.684 1.87 1.498-.206 2.71-1.322 3.04-2.797l.66-2.94c.504-2.248-.18-4.6-1.81-6.23C10.37.37 8.02-.314 5.77.19z' fill='%232B3138' mask='url(%23b)'/></g><path d='M15.885 6.276c-1.29-.75-3.18.083-4.22 1.865-1.04 1.78-.838 3.833.45 4.584 1.29.75 3.18-.083 4.22-1.863 1.04-1.78.84-3.833-.45-4.584zM16.38 5.846c.363.314.83.133 1.043-.405.213-.536.828-3.095.464-3.408-.364-.313-1.57 1.737-1.783 2.274-.212.537-.09 1.227.275 1.54z' fill='%232B3138'/><g fill='%232B3138'><path d='M5.695 11.86c1.41.444 3.07-.723 3.705-2.606.636-1.882.007-3.77-1.403-4.21-1.41-.445-3.07.722-3.707 2.605-.635 1.88-.007 3.768 1.405 4.21zM8.346 4.007c.574.18 1.19-.122 1.376-.676.187-.55.524-3.07-.05-3.25-.573-.18-1.84 2.047-2.025 2.6-.187.553.125 1.147.7 1.327z'/></g><path d='M19.86 17.335c1.78-1.04 2.615-2.93 1.864-4.22-.75-1.29-2.804-1.49-4.584-.45-1.78 1.04-2.615 2.93-1.864 4.22.752 1.29 2.804 1.49 4.583.45zM25.968 10.113c-.314-.364-2.872.25-3.41.464-.537.212-.718.68-.404 1.044.313.366 1.003.488 1.54.276.537-.212 2.587-1.42 2.274-1.783z' fill='%232B3138'/><g fill='%232B3138'><path d='M18.735 19.638c-1.895.628-3.068 2.267-2.62 3.66.444 1.395 2.342 2.015 4.235 1.388 1.894-.628 3.068-2.268 2.62-3.662-.443-1.393-2.34-2.015-4.235-1.386zM27.963 19.37c-.18-.568-2.714-.236-3.27-.05-.556.183-.86.792-.68 1.36.182.567.78.875 1.336.69.556-.184 2.795-1.434 2.613-2z'/></g></g></svg>");
      background-size: 28px 28px;
      background-repeat: no-repeat;
      background-position: left top;
      display: block; }

.start__list--right {
  width: 450px;
  text-align: right;
  padding: 45px 0 45px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media only screen and (max-width: 767px) {
    .start__list--right {
      width: 100%;
      padding: 30px 0;
      flex-direction: row; } }
  @media only screen and (max-width: 600px) {
    .start__list--right {
      display: block;
      padding-bottom: 0; } }
  .start__list--right .start__list--right--image {
    width: 75%;
    height: auto;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    position: relative; }
    .start__list--right .start__list--right--image .bubble {
      transition: all 1s;
      -webkit-transform: rotateY(90deg);
              transform: rotateY(90deg);
      -webkit-transform-origin: right;
              transform-origin: right; }
    .start__list--right .start__list--right--image.finished .bubble {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg); }
    @media only screen and (max-width: 767px) {
      .start__list--right .start__list--right--image {
        width: 40%;
        max-width: 320px;
        padding-top: 180px; }
        .start__list--right .start__list--right--image .bubble {
          left: 0;
          width: 100%;
          top: 0; } }
    @media only screen and (max-width: 600px) {
      .start__list--right .start__list--right--image {
        width: 220px;
        margin: 0 auto;
        display: block; } }
  .start__list--right img {
    width: 100%;
    height: auto;
    display: block;
    margin-right: -10px; }

.info__box {
  text-align: right;
  border-right: 1px solid #FD2F62;
  padding: 0 15px 0 15px;
  margin-top: auto; }
  .info__box a {
    color: inherit;
    text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .info__box {
      width: 60%;
      padding-left: 30px; } }
  @media only screen and (max-width: 600px) {
    .info__box {
      border-right: 0;
      text-align: center;
      padding: 0;
      margin-top: 30px;
      width: 100%;
      border-top: 1px solid #FD2F62;
      padding-top: 15px; } }
.wpcf7 p {
  margin: 0.5rem 0;
  text-align: left; }

.wpcf7 h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #FFFFFF;
  display: block;
  text-align: left;
  margin: 1.5rem 0 0.5rem 0;
  position: relative; }

.wpcf7 .checkbox__wrapper {
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  color: #2d3039;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 5px 0; }
  .wpcf7 .checkbox__wrapper .wpcf7-form-control {
    display: block;
    text-align: left; }
  .wpcf7 .checkbox__wrapper .wpcf7-list-item {
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0; }

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=submit],
.wpcf7 textarea {
  border: 0;
  background-color: #FFFFFF;
  height: 34px;
  display: block;
  width: 100%;
  padding: 4px 10px;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  color: #2d3039;
  border-radius: 5px; }

.wpcf7 textarea {
  line-height: 1.4375;
  height: 70px; }

.wpcf7 input[type=submit] {
  background-color: #2d3039;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer; }
  .wpcf7 input[type=submit]:disabled {
    opacity: 0.7; }

.wpcf7 .ajax-loader {
  display: none !important; }

.wpcf7-recaptcha {
  margin-top: 1rem;
  margin-bottom: 1rem; }

div.wpcf7-response-output {
  margin: 0 !important;
  padding: 1em !important;
  border: 0 !important; }

span.wpcf7-not-valid-tip {
  color: #FFFFFF !important;
  font-size: 0.85rem !important;
  text-align: left !important;
  line-height: 1.4375 !important; }

.contact__column--wrapper {
  display: flex;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 30px; }
  @media only screen and (max-width: 980px) {
    .contact__column--wrapper {
      padding-right: 0; } }
  @media only screen and (max-width: 600px) {
    .contact__column--wrapper {
      padding-left: 0; } }
  @media only screen and (max-width: 480px) {
    .contact__column--wrapper {
      padding-top: 10px;
      display: block; } }
.contact__column--image {
  width: 30%;
  padding-right: 40px;
  max-width: 325px; }
  .contact__column--image .image__sub {
    text-align: center;
    font-size: 0.85rem;
    line-height: 1.4375;
    color: #5C6879;
    padding-top: 0.5rem; }
    @media only screen and (max-width: 480px) {
      .contact__column--image .image__sub {
        text-align: left; } }
  @media only screen and (max-width: 980px) {
    .contact__column--image {
      padding-right: 20px; } }
  @media only screen and (max-width: 600px) {
    .contact__column--image {
      padding-right: 10px; } }
  @media only screen and (max-width: 480px) {
    .contact__column--image {
      padding-right: 0;
      width: 100%;
      max-width: 180px;
      padding-bottom: 20px; } }
  .contact__column--image img {
    width: 100%;
    height: auto;
    border-radius: 10px; }

.contact__column--form {
  width: 70%;
  padding-left: 40px;
  flex-grow: 1; }
  @media only screen and (max-width: 980px) {
    .contact__column--form {
      padding-left: 20px; } }
  @media only screen and (max-width: 600px) {
    .contact__column--form {
      padding-left: 10px; } }
  @media only screen and (max-width: 480px) {
    .contact__column--form {
      padding-left: 0;
      width: 100%; } }
  .contact__column--form h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4375rem;
    color: #FFFFFF;
    display: block;
    text-align: left;
    margin: 0 0 1rem 0;
    position: relative;
    color: #2d3039;
    text-transform: uppercase; }
  .contact__column--form .wpcf7 {
    margin-top: 40px; }
    .contact__column--form .wpcf7 h4 {
      color: #5C6879; }
    .contact__column--form .wpcf7 input[type=text],
    .contact__column--form .wpcf7 input[type=email],
    .contact__column--form .wpcf7 input[type=submit],
    .contact__column--form .wpcf7 textarea,
    .contact__column--form .wpcf7 .checkbox__wrapper {
      background-color: #F5F8F9; }
    .contact__column--form .wpcf7 textarea {
      height: 180px;
      resize: none; }
    .contact__column--form .wpcf7 input[type=submit] {
      background-color: #FD2F62;
      height: 46px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-top: 20px; }
  .contact__column--form span.wpcf7-not-valid-tip {
    color: #2d3039 !important; }

.default__textcontent {
  text-align: left;
  padding-left: 25%;
  padding-top: 8%; }
  .default__textcontent h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4375;
    color: #FD2F62;
    margin-top: 0;
    text-transform: uppercase; }
  .default__textcontent h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4375;
    color: #FD2F62;
    margin-top: 0;
    text-transform: uppercase; }
  .default__textcontent h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4375;
    color: #5C6879;
    margin-top: 0; }
  .default__textcontent hr {
    border: 0;
    margin: 2rem 0;
    height: 1px;
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    border-top: 1px solid rgba(92, 104, 121, 0.2); }
  @media only screen and (max-width: 600px) {
    .default__textcontent {
      padding-left: 0;
      padding-top: 15px !important; } }
.bubble {
  position: absolute;
  width: 230px;
  left: -150px;
  padding-bottom: 50px;
  font-size: 0;
  line-height: 0;
  overflow: hidden; }
  .bubble h3 {
    background-color: rgba(253, 47, 98, 0.9);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4375;
    color: #FFFFFF;
    display: block;
    text-align: right;
    margin: 0;
    padding: 20px 20px 25px 20px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase; }
    .bubble h3 span {
      display: block;
      position: relative;
      padding-top: 40px; }
      .bubble h3 span:before {
        content: '„';
        display: block;
        color: #FFFFFF;
        position: absolute;
        font-size: 80px;
        line-height: 80px;
        right: -5px;
        top: -50px;
        font-family: 'Open Sans', sans-serif; }
    .bubble h3:after {
      top: calc(100% - 1px);
      right: -50px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(253, 47, 98, 0);
      border-top-color: #FD2F62;
      border-width: 50px;
      opacity: 0.9; }

.subpage__alternative-header {
  padding-top: 30px; }
  @media only screen and (max-width: 600px) {
    .subpage__alternative-header {
      padding-bottom: 20px; } }
.subpage__alternative-header--inner {
  background-image: url(../images/bg__tiger.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0; }
  @media only screen and (max-width: 600px) {
    .subpage__alternative-header--inner {
      padding: 30px 0 15px 0; } }
.subpage__alternative-header--images {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 45px; }
  @media only screen and (max-width: 800px) {
    .subpage__alternative-header--images {
      padding-left: 0; } }
  .subpage__alternative-header--images .tiger__image {
    width: 33.3333%;
    max-width: 240px;
    padding: 0 5px; }
    @media only screen and (max-width: 600px) {
      .subpage__alternative-header--images .tiger__image {
        width: 35%; }
        .subpage__alternative-header--images .tiger__image:nth-child(2) {
          display: none; } }
  .subpage__alternative-header--images img {
    width: 100%;
    height: auto; }
  .subpage__alternative-header--images .bubble {
    position: relative;
    left: auto;
    margin-top: -70px;
    margin-left: 25px;
    transition: all 1s;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transform-origin: left;
            transform-origin: left; }
    @media only screen and (max-width: 600px) {
      .subpage__alternative-header--images .bubble {
        margin-top: -50px; } }
    .subpage__alternative-header--images .bubble h3:after {
      right: auto;
      left: -50px; }
  .subpage__alternative-header--images.finished .bubble {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); }

.sharing__button--side {
  position: fixed;
  right: 15px;
  z-index: 998;
  top: 80px;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 28px;
  height: 28px; }
  @media only screen and (max-width: 980px) {
    .sharing__button--side {
      right: 5%;
      top: 160px; } }
.sharing__overlay {
  background-color: rgba(45, 48, 57, 0.85);
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  line-height: 1.3;
  color: #FFFFFF;
  font-size: 0.9rem;
  display: none;
  border: 10px; }
  .sharing__overlay .sharing__overlay--inner {
    height: 90vh;
    max-height: 340px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 90vw;
    max-width: 620px; }
  .sharing__overlay .close {
    font-size: 0.8rem;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FFFFFF;
    text-decoration: none; }
    .sharing__overlay .close:hover {
      text-decoration: underline; }

.social__buttons {
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding: 15px 0; }
  .social__buttons a {
    display: inline-block;
    margin: 0 15px; }

.cc_banner-wrapper {
  z-index: 999999 !important; }

/*Hier wird die Hintergrudfarbe des Balkens geändert*/
.cc_container {
  background: #2d3039 none repeat scroll 0 0 !important;
  font-size: 15px; }

/*Hier wird die Farbe des Buttons angepasst*/
.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #fff !important;
  background-color: #FD2F62 !important; }

/*Hier wird die Farbe des "Mehr erfahren"-Links angepasst*/
a.cc_more_info {
  color: white !important; }
