@charset "UTF-8";
:root {
  --introImageBlur: 60;
  --introImageScale: 1.85;
  --introImageOpacity: 0.5;
  --introLettersOpacity: 0.0;
  --introLettersOpacityParagraph: 0.0;
  --translateY_h1: -40;
  --translateY_a1: 20;
  --translateY_s11: -20;
  /*--translateY_s11: -18.75;*/
  --translateY_s12: 40;
  --translateY_d2: 10;
  --translateY_r2: -20;
  --translateY_o2: -50;
  --translateY_s21: -25;
  /*--translateY_s21: -23;*/
  --translateY_s22: -10;
  --translateY_t3: -20;
  --translateY_h3: -40;
  --translateY_e3: 40;
  --translateY_i3: 25;
  --translateY_s31: -15;
  --translateY_s32: -40; }

/* Fonts */
/*@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400&display=swap');*/
@font-face {
  font-family: 'akkuratmono';
  src: url("../fonts/akkurat-mono-webfont.woff2") format("woff2"), url("../fonts/akkurat-mono-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  margin: 0;
  font-family: "akkuratmono", Arial, Helvetica, sans-serif;
  color: #ffffff;
  /*letter-spacing: 0.1em;*/
  max-width: 100vw;
  overflow-x: hidden;
  overscroll-behavior: none;
  -webkit-overscroll-behavior: none; }

.bg-body {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  left: 0;
  top: 0;
  background: url(../img/verlauf-bg.png) no-repeat;
  background-size: cover; }

/*@media (hover: none) {
    body {
        cursor: auto;
    }
}

#circularcursor {
    display: block;
    position: absolute;
    background-color: #ffffff;
    height:15px;
    width:15px;
    border-radius:50%;
    
    top: var(--y, 0);
    left: var(--x, 0);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 100;
    opacity: 0.8;
}
@media (hover: none) {
    #circularcursor {
        display: none;
    }
}

body.mouseout #circularcursor {
    display: none;
}*/
* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  margin-bottom: 1.3em; }

/* *** HEADER *** */
.nav-wrapper {
  display: block;
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  left: 0;
  top: 0;
  /*background: rgba(0,0,0,0.3);*/
  backdrop-filter: blur(0px) brightness(1);
  z-index: 98;
  /*will-change: backdrop-filter, -webkit-backdrop-filter;*/
  pointer-events: none; }
  .nav-wrapper nav {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    /*transition: opacity 0.3s 0.0s;*/ }
    .nav-wrapper nav a {
      color: #ffffff;
      text-decoration: none;
      font-size: 50px;
      margin-bottom: 15px;
      transition: all 300ms; 
      text-align: center; }
    @media only screen and (max-width: 767px) {
      .nav-wrapper nav a {
        font-size: 6.5vw; } }
    .nav-wrapper nav a:hover {
      transform: scale(1.05);
      opacity: 0.7; }

header, footer {
  position: fixed;
  left: 32px;
  width: calc(100% - 32px * 2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 97;
  font-size: 21px;
  color: #ffffff;
  text-transform: uppercase; }

header {
  top: 32px;
  justify-content: flex-end;
  z-index: 99; }

footer {
  bottom: 18px; }

header .menu {
  display: flex;
  flex-direction: row;
  transform: scale(1);
  transform-origin: center center; }
header .menu:hover {
  transform: scale(1.1);
  /*filter: blur(2px);*/ }
header .bars {
  display: flex;
  width: 99px;
  width: 72px;
  height: 32px;
  flex-direction: column;
  justify-content: space-between;
  /*margin-left: 11px;*/
  cursor: pointer;
  /*transform: translateX(200px);*/
  /*transition: transform 1s ease-out;*/
  opacity: 0; }
@media only screen and (max-width: 767px) {
  header .bars {
    width: 52px;
    height: 24px; } }
header .bar {
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  transition: 0.5s; }
@media only screen and (max-width: 767px) {
  header .bar {
    height: 3px; } }

/*body.loaded header .bars {
    transform: translateY(0px);
}*/
body.menu-active .bar:nth-child(1) {
  transform: translateY(14px) rotate(-45deg); }

@media only screen and (max-width: 767px) {
  body.menu-active .bar:nth-child(1) {
    transform: translateY(10.5px) rotate(-45deg); } }
body.menu-active .bar:nth-child(2) {
  opacity: 0; }

body.menu-active .bar:nth-child(3) {
  transform: translateY(-14px) rotate(45deg); }

@media only screen and (max-width: 767px) {
  body.menu-active .bar:nth-child(3) {
    transform: translateY(-10.5px) rotate(45deg); } }
/* *** CONTENT *** */
/* progress sections */
.progress-section {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  /*border: 2px solid peru;
  background-color: rgba(peru, 0.5);
  z-index: 99;*/ }

.progress-intro {
  height: 130vh; }

.progress-intro-transition {
  height: 180vh; }

.progress-team1 {
  height: 100vh; }

.progress-team1-transition {
  height: 70vh;
  /*border: 3px solid purple;
  background-color: rgba(purple, 0.5);*/ }

.progress-team2 {
  height: 100vh;
  /*border: 4px solid lightgreen;
  background-color: rgba(lightgreen, 0.5);*/ }

.progress-team2-transition {
  height: 70vh; }

.progress-team3 {
  height: 100vh; }

.progress-slogan {
  height: 250vh; }

.progress-kontakt {
  height: 250vh; }

/* intro video */
.bg-image {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  left: 0;
  top: 0;
  transform: scale(var(--introImageScale)) translate(0, 0);
  opacity: var(--introImageOpacity);
  will-change: transform, opacity;
  display: none; }
  .bg-image img, .bg-image video {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top; }

@media only screen and (max-width: 767px) {
  .bg-image {
    /*background: linear-gradient(90deg, #6e6c6f, #686669, #69676a);*/
    background: url(../img/verlauf-bg.png) no-repeat;
    background-size: cover; }
    .bg-image img, .bg-image video {
      height: calc(100vw * 16 / 10);
      object-position: 53% top;
      top: calc((100vh - 100vw * 16 / 10) / 2.5 );
      height: calc(100vw * 16 / 12.75);
      object-position: 53.5% top;
      top: calc((100vh - 100vw * 16 / 12.75) / 2.5 ); } }
.for-filter-bg-image {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100%;
  height: 100lvh;
  backdrop-filter: blur(60px);
  top: 0;
  left: 0; }

.logo-wrapper-intro {
  display: block;
  position: fixed;
  z-index: 2;
  width: 52vh;
  height: 100vh;
  left: calc((100% - 52vh)/2);
  top: 0;
  pointer-events: none;
  clip-path: inset(0 0 0 0);
  clip: rect(0 100vw 100vh 0);
  /* for ios bug */
  overflow: visible; }
  .logo-wrapper-intro svg {
    width: 100%;
    height: 100%;
    overflow: visible; }
  .logo-wrapper-intro svg polygon, .logo-wrapper-intro svg path {
    opacity: var(--introLettersOpacity);
    will-change: transform opacity; }
  .logo-wrapper-intro #s11, .logo-wrapper-intro #s21 {
    opacity: var(--introLettersOpacityParagraph); }
  .logo-wrapper-intro #h1 {
    transform: translateY(calc(var(--translateY_h1) * 1vh)); }
  .logo-wrapper-intro #a1 {
    transform: translateY(calc(var(--translateY_a1) * 1vh)); }
  .logo-wrapper-intro #s11 {
    transform: translateY(calc(var(--translateY_s11) * 1vh)); }
  .logo-wrapper-intro #s12 {
    transform: translateY(calc(var(--translateY_s12) * 1vh)); }
  .logo-wrapper-intro #d2 {
    transform: translateY(calc(var(--translateY_d2) * 1vh)); }
  .logo-wrapper-intro #r2 {
    transform: translateY(calc(var(--translateY_r2) * 1vh)); }
  .logo-wrapper-intro #o2 {
    transform: translateY(calc(var(--translateY_o2) * 1vh)); }
  .logo-wrapper-intro #s21 {
    transform: translateY(calc(var(--translateY_s21) * 1vh)); }
  .logo-wrapper-intro #s22 {
    transform: translateY(calc(var(--translateY_s22) * 1vh)); }
  .logo-wrapper-intro #t3 {
    transform: translateY(calc(var(--translateY_t3) * 1vh)); }
  .logo-wrapper-intro #h3 {
    transform: translateY(calc(var(--translateY_h3) * 1vh)); }
  .logo-wrapper-intro #e3 {
    transform: translateY(calc(var(--translateY_e3) * 1vh)); }
  .logo-wrapper-intro #i3 {
    transform: translateY(calc(var(--translateY_i3) * 1vh)); }
  .logo-wrapper-intro #s31 {
    transform: translateY(calc(var(--translateY_s31) * 1vh)); }
  .logo-wrapper-intro #s32 {
    transform: translateY(calc(var(--translateY_s32) * 1vh)); }

body.portrait .logo-wrapper-intro {
  width: 40vh;
  height: 100vh;
  left: calc((100% - 40vh)/2);
  top: 0; }

@media only screen and (max-width: 767px) {
  .logo-wrapper-intro {
    width: 36vh;
    height: 100vh;
    left: calc((100% - 36vh)/2);
    top: 0; } }
.logo-wrapper-intro.gone {
  clip-path: inset(0 0 100% 0);
  clip: rect(0 auto 0 auto); }

.tester {
  display: block;
  position: fixed;
  z-index: 99; }

.tester2 {
  top: 60px; }

.team-members {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 300vw;
  height: 100vh;
  transform: translateX(0);
  margin-left: 0vw;
  /*display: none;*/
  /*will-change: margin-left;*/ }

body[hideteammembers="true"] .team-members {
  opacity: 0 !important; }

.team-image, .bg-image-footer {
  display: block;
  position: fixed;
  /*width: calc(100% + 6px);*/
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  height: 100dvh;
  /*left: -3px;*/
  left: 0;
  top: 0;
  /*clip-path: inset(0 0 100% 0);*/ }
  .team-image img, .team-image video, .bg-image-footer img, .bg-image-footer video {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100%;
    height: 100lvh;
    object-fit: cover;
    object-position: center top;
    /*filter: blur(40px);
    filter: unset !important;*/ }
  .team-image .container-xxl > .row:not(:nth-child(1)):not(.footer-row), .bg-image-footer .container-xxl > .row:not(:nth-child(1)):not(.footer-row) {
    max-height: 0;
    overflow: hidden; }
  .team-image .container-xxl > .row:not(:nth-child(1)) .name span, .team-image .container-xxl > .row:not(:nth-child(1)):not(.footer-row) .info, .bg-image-footer .container-xxl > .row:not(:nth-child(1)) .name span, .bg-image-footer .container-xxl > .row:not(:nth-child(1)):not(.footer-row) .info {
    display: inline-block;
    /* to make clip-path work on span */
    clip-path: inset(0 100vw 0 0); }
  .team-image .container-xxl > .row:nth-child(1) .name span, .bg-image-footer .container-xxl > .row:nth-child(1) .name span {
    clip-path: inset(0 100vw 0 0);
    opacity: 1;
    will-change: clip-path; }

/*.team-image.visible {
    opacity: 1;
}*/
@media only screen and (max-width: 767px) {
  .bg-image-footer {
    background: url(../img/verlauf-bg-footer.png) no-repeat;
    background-size: cover; }

  .bg-image-footer img, .bg-image-footer video {
    height: 68vh;
    top: calc( (100vh - 68vh)/2 );
    object-position: 50% top; } }
/* hide second paragraph to reveal in 2 steps for mobile */
.team-image-3 .container-xxl > .row:nth-child(3) .info > p:nth-child(2) {
  max-height: 0;
  overflow: hidden; }

.team-image-3 .container-xxl > .row.visible-step-2:nth-child(3) .info > p:nth-child(2) {
  max-height: 200vh; }

.team-image-4 .container-xxl > .row:nth-child(3) .info > p:nth-child(2) {
  max-height: 0;
  overflow: hidden; }

.team-image-4 .container-xxl > .row.visible-step-2:nth-child(3) .info > p:nth-child(2) {
  max-height: 200vh; }


.container-xxl {
  width: 90vw;
  max-width: 1180px; }

.text {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  /*justify-content: center;*/
  align-items: flex-end;
  /*flex-wrap: wrap;*/
  padding-bottom: 5vh;
  /*padding-left: 6vw;
  padding-right: 6vw;*/
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .text .text {
      padding-bottom: 4vh; } }
  .text a, .text a:active, .text a:focus, .text a:visited {
    color: inherit;
    text-decoration: none;
    /*transition: all 0.5s;*/ }
  .text a:hover {
    color: inherit;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .text .row {
    display: flex;
    flex-direction: column; }

  .text .row > * {
    width: 100%; }

  .text .row > .col-1 {
    display: none; } }
.naming {
  font-size: 21px;
  text-transform: uppercase;
  /*text-wrap: nowrap;*/
  /*transform: translateX(100vw);*/
  /*transform: translateY(20vw);*/
  /*filter: blur(30px);*/
  /*opacity: 0;*/
  display: none; }

@media only screen and (max-width: 767px) {
  .naming {
    font-size: 15px;
    text-transform: uppercase;
    /*text-wrap: nowrap;*/
    /*transform: translateX(100vw);*/
    /*transform: translateY(20vw);*/
    opacity: 0;
    display: none;
    margin-bottom: 4px; } }
@media only screen and (min-width: 768px) {
  .naming {
    filter: blur(30px); } }
.naming.visible {
  /*text-wrap: nowrap;*/
  /*transform: translateX(100vw);*/
  /*transform: translateY(20vw);*/
  /*filter: blur(0px);*/
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .naming.visible {
    /*text-wrap: nowrap;*/
    /*transform: translateX(100vw);*/
    /*transform: translateY(20vw);*/
    filter: blur(0px); } }
.container-xxl > .row:nth-child(1) .naming {
  /*filter: blur(0px);*/
  /*opacity: 1;*/
  display: block; }

@media only screen and (min-width: 768px) {
  .container-xxl > .row:nth-child(1) .naming {
    filter: blur(0px); } }
.name {
  font-size: 1.5em;
  font-size: 45px;
  text-transform: uppercase;
  /*text-wrap: nowrap;*/
  /*transform: translateX(100vw);*/
  /*transform: translateY(20vw);*/ }

@media only screen and (max-width: 767px) {
  .name {
    font-size: 34px;
    font-size: 9vw; } }
.name > * {
  /* for animation */
  font-size: 1.5em;
  font-size: 45px;
  font-size: 36px;
  margin-bottom: 0px;
  overflow: hidden;
  /*clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: all 400ms 1000ms;*/ }

.name .lawyer-headline, .name .lawyer-subline {
  padding-bottom: 30px;
  display: inline-block; }

/*.name .lawyer-subline { 
    padding-top: 30px;
    display: inline-block;
}*/
@media only screen and (max-width: 1100px) {
  .name > * {
    /* for animation */
    font-size: 34px; }

  .name .lawyer-headline, .name .lawyer-subline {
    /* because of animation */
    padding-bottom: 21px; } }
@media only screen and (max-width: 767px) {
  .name > * {
    /* for animation */
    font-size: 24px; }

  .name .lawyer-headline, .name .lawyer-subline {
    /* because of animation */
    padding-bottom: 15px; } }
.container-xxl > .row:nth-child(1) .name > * {
  clip-path: inset(0 0 0 0);
  /*opacity: 1;*/ }

.name.visible > * {
  /* for animation */
  /* clip-path: inset(0 0 0 0);
    opacity: 1;
    transition: all 1000ms;*/ }

.info {
  /*width: 62vw;*/
  font-size: 24px;
  line-height: 1.4;
  /*filter: blur(20px);*/
  /*opacity: 0;*/
  /*max-height: 0;*/
  /*backdrop-filter: blur(4px);*/
  /*transition: max-height 0.95s 0.5s ease-in-out, filter 0.5s, opacity 0.5s; */
  font-family: Times, 'Times New Roman', serif;
  letter-spacing: 0.5px; }

@media only screen and (max-width: 1100px) {
  .info {
    font-size: 22px; } }
@media only screen and (max-width: 767px) {
  .info {
    font-size: 20px; } }
#kanzlei .info {
  backdrop-filter: blur(4px); }

/*.info *:last-child {
    margin-bottom: 0;
}*/
.info.visible {
  /*filter: blur(0px);
  opacity: 1;*/
  /*max-height: 50vh;*/
  /*transition: max-height 0.95s ease-in-out, filter 0.5s 0.5s, opacity 0.5s 0.5s;*/ }

/*.info p {
    display: inline;
    backdrop-filter: blur(5px);
}
.info p:after {
    content: "";
    display: block;
    width: 100%;
}*/
.slogan {
  line-height: 1.35em;
  font-size: 75px;
  text-transform: uppercase;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .slogan {
    font-size: 9vw;
    text-align: left; } }
.team-image-1 {
  clip-path: inset(0 100vw 0 0);
  clip: rect(0px, 0.1vw, 200vh, 0px);
  /*img, video {
      opacity: 0;
  }*/
  will-change: clip-path, clip; }

.team-image-2 {
  transform: translateX(100vw);
  /*will-change: transform;*/
  /*visibility: hidden;*/ }

.team-image-3 {
  transform: translateX(200vw);
  clip-path: inset(0 0 0 0);
  clip: rect(0px, 100vw, 120vh, 0px);
  will-change: clip-path, clip; }

.team-image-4 {
  transform: translateX(300vw);
  clip-path: inset(0 0 0 0);
  clip: rect(0px, 100vw, 120vh, 0px);
  will-change: clip-path, clip; }
.team-image-4 video{
  backdrop-filter: blur(60px);
  filter:blur(60px);
}
/* soften border */
/*.team-image-2:before, .team-image-3:before {
    content: "";
    display: block;
    position: absolute;
    left: -120px;
    top: 0;
    width: 240px;
    height: 100%;
    background: linear-gradient(90deg, transparent, #706c71, #747074, transparent);
    z-index: 1;
    opacity: 0;
    transition: opacity 500ms;
    will-change: opacity;
}
.team-image-3:before {
    left: -180px;
    width: 360px;
    background: linear-gradient(90deg, transparent, #6f6b6f, #716d74, transparent);
}
.team-image-2.softborder:before, .team-image-3.softborder:before {
    opacity: 1;
}*/
@media only screen and (min-width: 992px) {
  .team-image-1:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, #736f7300, #736f73);
    /*background: linear-gradient(90deg, #79757900, #797579);*/
    /* 736f73 */
    z-index: 1;
    /*opacity: 1;*/
    display: none;
    /*transition: opacity 500ms;*/
    /*will-change: opacity;*/ }

  /* Safari 7.1+ | lighter */
  _::-webkit-full-page-media, _:future, :root .team-image-1:after {
    background: linear-gradient(90deg, #79768700, #797679); }

  .team-image-2:before {
    content: " ";
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, #736f73, #736f7300);
    /*background: linear-gradient(90deg, #797579, #79757900);*/
    z-index: 1;
    /*opacity: 0;*/
    /*display: none;*/
    /*transition: opacity 500ms;*/
    /*will-change: opacity;*/ }

  /* Safari 7.1+ | lighter */
  _::-webkit-full-page-media, _:future, :root .team-image-2:before {
    background: linear-gradient(90deg, #797679, #78757800); }

  .team-image-2:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, transparent, #706c71, #6f6b6f);
    background: linear-gradient(90deg, #6f6b6f00, #6f6b6f);
    background: linear-gradient(90deg, #74707400, #747074);
    z-index: 1;
    /*opacity: 0;*/
    /*display: none;*/
    /*transition: opacity 500ms;*/
    /*will-change: opacity;*/ }

  /* Safari 7.1+ | lighter */
  _::-webkit-full-page-media, _:future, :root .team-image-2:after {
    background: linear-gradient(90deg, #7c787c00, #7c787c); }


  .team-image-3:before {
    content: " ";
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, #736f73, #736f7300);
    /*background: linear-gradient(90deg, #797579, #79757900);*/
    z-index: 1;
    /*opacity: 0;*/
    /*display: none;*/
    /*transition: opacity 500ms;*/
    /*will-change: opacity;*/ }

  /* Safari 7.1+ | lighter */
  _::-webkit-full-page-media, _:future, :root .team-image-3:before {
    background: linear-gradient(90deg, #797679, #78757800); }

  .team-image-3:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, transparent, #706c71, #6f6b6f);
    background: linear-gradient(90deg, #6f6b6f00, #6f6b6f);
    background: linear-gradient(90deg, #74707400, #747074);
    z-index: 1;
    /*opacity: 0;*/
    /*display: none;*/
    /*transition: opacity 500ms;*/
    /*will-change: opacity;*/ }

  /* Safari 7.1+ | lighter */
  _::-webkit-full-page-media, _:future, :root .team-image-3:after {
    background: linear-gradient(90deg, #7c787c00, #7c787c); }






  .team-image-4:before {
    content: " ";
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, #6f6b6f, #716d74, transparent);
    background: linear-gradient(90deg, #6f6b6f, #6f6b6f00);
    background: linear-gradient(90deg, #747074, #74707400);
    z-index: 1;
    /*opacity: 0;*/
    /*display: none;*/
    /*transition: opacity 500ms;*/
    /*will-change: opacity;*/ }

  /* Safari 7.1+ | lighter */
  _::-webkit-full-page-media, _:future, :root .team-image-4:before {
    background: linear-gradient(90deg, #7c787c, #7c787c00); }





  .team-image-1:after, .team-image-2:before, .team-image-2:after,.team-image-3:before, .team-image-3:after, .team-image-4:before {
    /*opacity: 0;*/
    display: none; }

  .team-image-1.softborderright:after, .team-image-2.softborderleft:before, .team-image-2.softborderright:after,.team-image-3.softborderleft:before, .team-image-3.softborderright:after, .team-image-4.softborderleft:before {
    /*opacity: 1;*/
    display: block; } }
body.portrait .team-image-1:after, body.portrait .team-image-2:before, body.portrait .team-image-2:after, body.portrait .team-image-3:before, body.portrait .team-image-3:after, body.portrait .team-image-4:before {
  display: none !important; }

.bg-image-footer {
  display: none; }

.bg-image-footer.show {
  display: block; }

.logo-wrapper {
  padding-top: 50vh; }

.logo-wrapper .wrapper {
  transform: translateY(-50%); }

#section-intro-waiter {
  height: 120vh; }

#section-team-1 {
  height: 100vh; }

#section-team-1-step-2 {
  height: 70vh; }

#section-team-1-step-3 {
  height: 240vh; }

#section-team-1-waiter {
  height: 200vh; }

#section-team-3-step-3 {
  height: 200vh; }

#kontakt {
  height: auto; }

/*#kontakt .text {
    margin-top: 75vh;
    margin-top: 65vh;
}*/
#kontakt > div {
  width: 100%; }

.location-icon {
  width: auto;
  height: 1em;
  transition: transform 300ms; }

.location-icon:hover {
  transform: scale(1.2);
  transform-origin: center center; }

.overlayer .closeme {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 30px;
  top: 30px;
  background: url(../img/close_FILL0_wght500_GRAD0_opsz48.svg) no-repeat;
  background-size: contain; }

#section-slogan {
  display: block;
  position: relative;
  position: fixed;
  width: 100%;
  height: auto;
  min-height: 100vh;
  left: 0;
  top: 100vh;
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center; }

#kanzlei, #kontakt {
  display: block;
  position: relative;
  position: fixed;
  width: 100%;
  height: auto;
  min-height: 100vh;
  left: 0;
  top: 100vh; }

#kanzlei {
  display: flex;
  align-items: center;
  justify-content: center; }

#kontakt {
  display: flex; }

.footer-row {
  padding-top: 120px; }

.scrolldown-icon {
  display: block;
  /* because of ipad clip-path bug */
  position: fixed;
  bottom: 30px;
  width: 100%;
  /* for page load animation */
  transform: translateY(200px); }
  .scrolldown-icon .icon {
    width: 36px;
    height: 11px;
    background: url(../img/keyboard_arrow_down_FILL0_wght500_GRAD0_opsz24.svg) no-repeat;
    background-size: contain;
    margin-top: calc(1em - 9px);
    margin-left: 9px;
    margin-right: 11px; }

body.scrolldown-icon-hide .scrolldown-icon {
  display: none !important; }

.scrolldown-icon .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.start-button-wrapper {
  display: flex;
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .start-button-wrapper .start-button {
    display: block;
    position: relative;
    padding: 11px 42px;
    border: 2px solid #fff;
    border-radius: 25px;
    height: 50px;
    line-height: 25px;
    cursor: pointer;
    transition: background-color 0.5s; }
  .start-button-wrapper .start-button:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.overlayer {
  display: block;
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  left: 0;
  top: 0;
  padding-top: 11vh;
  padding-bottom: 11vh;
  /* overflow: hidden; */
  /*backdrop-filter: blur(0px) brightness(1);*/
  opacity: 0;
  z-index: 99;
  /*transition: backdrop-filter 1s, -webkit-backdrop-filter 1s, opacity 500ms;*/
  pointer-events: none;
  /*will-change: backdrop-filter, -webkit-backdrop-filter, opacity;*/ }

@media only screen and (min-width: 768px) {
  .overlayer {
    backdrop-filter: blur(0px) brightness(1);
    -webkit-backdrop-filter: blur(0px) brightness(1); } }
@media only screen and (max-width: 767px) {
  .overlayer .row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }

  .overlayer .row > * {
    width: 100%; } }
body.impressum-active .impressum {
  display: block;
  backdrop-filter: blur(40px) brightness(0.8);
  -webkit-backdrop-filter: blur(40px) brightness(0.8);
  opacity: 1;
  pointer-events: all; }

.box-visible {
  display: block; }

.box-transition.box-visible {
  display: block;
  opacity: 1; }

.box-transition {
    /*transition: opacity 0.5s ease;
}
.box-hidden {
    display: block;
    opacity: 0;*/ }

body.datenschutz-active .datenschutz {
  display: block;
  backdrop-filter: blur(40px) brightness(0.8);
  -webkit-backdrop-filter: blur(40px) brightness(0.8);
  opacity: 1;
  pointer-events: all; }

.overlayer .closeme {
  display: none;
  cursor: pointer; }

body.impressum-active .impressum .closeme, body.datenschutz-active .datenschutz .closeme {
  display: block; }

.overlayer > *, .overlayer > * > * {
  height: 100%; }

.overlayer .col-10 {
  max-height: 100%;
  overflow: auto;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin; }

.overlayer .col-10::-webkit-scrollbar {
  width: 11px; }

.overlayer .col-10::-webkit-scrollbar-track {
  background: #fff; }

.overlayer .col-10::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 6px;
  border: 3px solid #fff; }

.overlayer a {
  color: inherit;
  text-decoration: none;
  /*opacity: 1;
  transition: opacity 0.3s;*/ }

.overlayer a:hover {
  color: inherit;
  text-decoration: underline;
  /*opacity: 0.7;*/ }