.menu {
  position: fixed;
  bottom: -32vh;
  z-index: 2;
  width: 100%;
  max-width: 1600px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu__button {
  height: 44px;
  width: 44px;
  margin-bottom: 24px;
  margin-right: 24px;
  margin-left: 24px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 4px;
  background-color: #3ACAD6;
  -webkit-box-shadow: 0 0.35rem 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.35rem 0.5rem rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: calc(22px);
  /*POSITIONIERUNG SVG*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__button--icon {
  fill: white;
  width: 22px;
  margin: auto;
}

.menu__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  width: 100%;
  height: 32vh;
  background-color: rgba(247, 247, 247, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  list-style: none;
  text-align: center;
  text-decoration: none;
  line-height: 2rem;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.menu__list a {
  text-decoration: none;
  color: inherit;
  font-weight: 300;
}

.this {
  color: #3ACAD6;
}

.hidden {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.active {
  -webkit-transform: translateY(-32vh);
          transform: translateY(-32vh);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

footer {
  background-color: #f7f7f7;
  padding: calc(2 * 1rem);
}

footer h2 {
  margin: 0;
  margin-bottom: 2rem;
}

footer .contact__field {
  font-weight: 300;
  margin-bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  color: #575c61;
  padding-bottom: 70px;
}

footer .contact__field ul {
  line-height: 1.5;
  list-style: none;
  margin-bottom: 2rem;
}

footer .contact__field ul h3 {
  margin-bottom: calc(.5 * 2rem);
}

footer .contact__field ul li {
  font-size: .9rem;
}

footer .contact__field ul a {
  text-decoration: none;
  color: inherit;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #EFEFEF;
}

body {
  font-family: museo-sans, sans-serif;
  font-style: normal;
  color: #111315;
  max-width: 1600px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.logo {
  position: fixed;
  top: 0;
  z-index: 2;
  font-size: .85rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #EFEFEF;
  background-color: #111315;
  border-radius: 0;
  margin: 1rem;
  padding: .7rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

button {
  background-color: none;
}

h1 {
  font-size: 2.25rem;
  font-weight: 900;
  margin: 1rem;
  margin-bottom: 2rem;
  padding-right: 2rem;
}

h2 {
  font-weight: 900;
  color: #3ACAD6;
  margin: 1rem;
  margin-bottom: 2rem;
  padding-right: 2rem;
}

h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

h4 {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 2rem;
  font-size: .75rem;
}

p {
  font-size: .9rem;
  font-weight: 300;
  margin: 1rem;
  margin-bottom: calc(2 * 2rem);
  padding-right: 2rem;
  line-height: 1.5;
}

section {
  overflow: hidden;
}

.hero {
  margin-bottom: calc(2 * 2rem);
}

.hero .highlight {
  color: #3ACAD6;
  margin: 0;
}

.hero .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
  grid-gap: 1rem;
  overflow: scroll;
  position: relative;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  padding-left: 1rem;
  margin-bottom: 2rem;
  scrollbar-width: none;
}

.hero .gallery::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.hero .gallery__imgbox {
  height: 61vw;
  width: 61vw;
  overflow: hidden;
  border-radius: 0;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  scroll-padding: 1rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.hero .gallery__imgbox img {
  height: 61vw;
  width: 61vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .gallery__imgbox--spacer {
  width: 1rem;
}

.hero .tag {
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero .tag__item {
  margin: 3px;
  padding: .2rem .65rem;
  font-size: .55rem;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #e2e2e2;
  color: #111315;
  border-radius: 2rem;
}

.about {
  margin-bottom: 2rem;
}

.about__wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr;
}

.about__card {
  padding: 1rem;
}

.about__card__p {
  margin: 0;
}

.about #cardOne {
  background-color: #3ACAD6;
}

.about #cardTwo {
  background-color: #32a9b4;
}

.about #cardThree {
  background-color: #2f9ba5;
}

.service {
  margin-bottom: 2rem;
}

.service__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 3fr;
      grid-template-columns: 4fr 3fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: #f7f7f7;
  margin: 1rem;
  border-radius: 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.service__card__textbox {
  margin: 1rem;
}

.service__card__p {
  margin: 0;
  padding: 0;
}

.service__card__imgbox {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.service__card__imgbox img {
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.imprint, .privacy {
  padding-top: 70px;
  padding-bottom: calc(2 * 1rem);
  max-width: 1200px;
  margin: auto;
}

.imprint h3, .privacy h3 {
  margin: 1rem;
  margin-top: calc(2 * 1rem);
}

.imprint p, .privacy p {
  margin-bottom: calc(.5 * 2rem);
}

.imprint ul, .privacy ul {
  list-style: square inside;
  margin: 1rem;
}

.imprint ul li, .privacy ul li {
  font-weight: 300;
  line-height: 1.5;
  font-size: .9rem;
}

/*DARKMODE*/
@media (prefers-color-scheme: dark) {
  img {
    opacity: .7;
  }
  html {
    background-color: #111315;
  }
  body {
    color: #d4d4d4;
  }
  .logo {
    color: #EFEFEF;
    background-color: #3ACAD6;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    color: #111315;
  }
  button {
    background-color: none;
  }
  .hero .tag__item {
    margin: 3px;
    padding: .2rem .65rem;
    font-size: .55rem;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #3ACAD6;
    color: #111315;
    border-radius: 2rem;
  }
  .about {
    margin-bottom: 2rem;
  }
  .about__wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 1fr;
  }
  .about__card {
    padding: 1rem;
    color: #111315;
  }
  .about__card__p {
    margin: 0;
  }
  .about #cardOne {
    background-color: #3ACAD6;
  }
  .about #cardTwo {
    background-color: #32a9b4;
  }
  .about #cardThree {
    background-color: #2f9ba5;
  }
  .service {
    margin-bottom: 2rem;
  }
  .service__card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 3fr;
        grid-template-columns: 4fr 3fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: #171a24;
    margin: 1rem;
    border-radius: 0;
  }
  .service__card__textbox {
    margin: 1rem;
  }
  .service__card__p {
    margin: 0;
    padding: 0;
    color: #969696;
  }
  .service__card__imgbox {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .service__card__imgbox img {
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
  footer {
    background-color: #171a24;
  }
  footer .contact__field ul h3, footer .contact__field ul li, footer .contact__field ul a {
    color: #969696;
  }
  .menu__button {
    background-color: rgba(58, 202, 214, 0.8);
  }
  .menu__list {
    background-color: rgba(58, 202, 214, 0.8);
  }
  .this {
    color: #111315;
  }
}

@media screen and (min-width: 768px) {
  section {
    margin: 5rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  p {
    font-size: 1rem;
  }
  .hero {
    margin: 0;
  }
  .hero h1, .hero p {
    margin: calc(0.5 * 5rem) 5rem;
  }
  .hero h1 {
    font-size: 3.5rem;
  }
  .hero .gallery {
    padding: calc(0.5 * 5rem) 5rem;
  }
  .hero .gallery__imgbox {
    max-height: 30vw;
    max-width: 30vw;
    scroll-snap-align: left;
    -ms-scroll-snap-type: x proximity;
        scroll-snap-type: x proximity;
  }
  .hero .gallery__imgbox img {
    max-height: 30vw;
    max-width: 30vw;
  }
  .hero .gallery__imgbox--spacer {
    width: 5rem;
  }
  .hero .tag {
    margin: 5rem;
  }
  .hero .tag__item {
    font-size: .75rem;
    margin: 6px;
  }
  .about {
    margin: 0;
  }
  .about h2, .about p {
    margin: 5rem;
  }
  .about__wrapper {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
  }
  .about__wrapper p {
    margin: 0;
  }
  .about__card {
    padding: 2rem;
  }
  .service {
    margin: 0;
  }
  .service h2, .service p {
    margin: 5rem;
  }
  .service .card__wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 2rem;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin: 5rem;
  }
  .service .card__wrapper .service__card {
    margin: 0;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 2fr 1fr;
        grid-template-rows: 2fr 1fr;
        grid-template-areas: 'imgbox' 'textbox';
  }
  .service .card__wrapper .service__card__textbox {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: textbox;
    margin: calc(2 * 1rem);
    height: 100%;
  }
  .service .card__wrapper .service__card__imgbox {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: imgbox;
    width: 100%;
    height: 300px;
  }
  .service .card__wrapper .service__card img {
    width: 100%;
    max-height: 100%;
    -o-object-position: top;
       object-position: top;
  }
  .service__card {
    margin: 0;
  }
  .service__card p {
    margin: 0;
  }
  .more h2, .more p {
    margin: 0;
  }
  .more h2 {
    margin-bottom: 2rem;
  }
  footer {
    padding: 5rem;
  }
  .menu__button {
    height: 64px;
    width: 64px;
    border-radius: 37px;
    margin-bottom: 40px;
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media screen and (min-width: 1024px) {
  section {
    margin: 5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  p {
    font-size: 1rem;
  }
  .hero {
    margin: 0;
    height: 80vh;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[3];
        grid-template-rows: repeat(3, auto);
        grid-template-areas: 'h1 gallery' 'p gallery' 'tags gallery';
  }
  .hero h1, .hero p, .hero .tag {
    margin: 0 calc(2 * 2rem);
  }
  .hero h1 {
    font-size: 2.5rem;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: h1;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .hero p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: p;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .hero .gallery {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    grid-gap: calc(0.5 * 2rem);
    padding: 2rem;
    margin: 2rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    grid-area: gallery;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .hero .gallery__imgbox {
    max-height: 18vw;
    max-width: 18vw;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }
  .hero .gallery__imgbox img {
    max-height: 18vw;
    max-width: 18vw;
  }
  .hero .gallery__imgbox--spacer {
    width: 5rem;
    display: none;
  }
  .hero .tag {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: tags;
    margin: 0 calc(calc(2 * 2rem) - 6px);
  }
  .hero .tag__item {
    font-size: .65rem;
    margin: 6px;
  }
  .about {
    margin: 0;
  }
  .about h2, .about p {
    margin: calc(2 * 2rem) auto;
    text-align: center;
    max-width: 600px;
    padding-right: 0;
  }
  .about__wrapper {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: calc(0.5 * 2rem);
    margin: calc(2 * 2rem);
  }
  .about__wrapper p {
    margin: 0;
    text-align: left;
  }
  .about__card {
    padding: 2rem;
    border-radius: 0;
  }
  .service {
    margin: 0;
  }
  .service h2, .service p {
    max-width: 600px;
    padding-right: 0;
    text-align: center;
    margin: calc(2 * 2rem) auto;
  }
  .service .card__wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 2rem;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    margin: 5rem;
  }
  .service .card__wrapper .service__card {
    margin: 0;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-template-areas: 'imgbox' 'textbox';
  }
  .service .card__wrapper .service__card__textbox {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: textbox;
    margin: 2rem;
    height: 100%;
  }
  .service .card__wrapper .service__card__textbox h3 {
    text-align: center;
    font-size: 1rem;
  }
  .service .card__wrapper .service__card__textbox p {
    font-size: .8rem;
  }
  .service .card__wrapper .service__card__imgbox {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: imgbox;
    width: 100%;
    height: 42vh;
  }
  .service .card__wrapper .service__card img {
    width: 100%;
    max-height: 100%;
    -o-object-position: top;
       object-position: top;
  }
  .service__card {
    margin: 0;
  }
  .service__card p {
    margin: 0;
  }
  .more {
    margin: 0;
  }
  .more h2, .more p {
    max-width: 600px;
    padding-right: 0;
    text-align: center;
    margin: calc(2 * 2rem) auto;
  }
  .more h2 {
    margin-bottom: 2rem;
  }
  footer {
    padding: 5rem;
  }
}

@media screen and (min-width: 1280px) {
  section {
    margin: 5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  p {
    font-size: 1rem;
  }
  .hero {
    margin: 0;
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[3];
        grid-template-rows: repeat(3, auto);
        grid-template-areas: 'h1 gallery' 'p gallery' 'tags gallery';
  }
  .hero h1, .hero p, .hero .tag {
    margin: 0 calc(2 * 2rem);
  }
  .hero h1 {
    font-size: 2.5rem;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: h1;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .hero p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: p;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .hero .gallery {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    grid-gap: calc(0.5 * 2rem);
    padding: 2rem;
    margin: 2rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    grid-area: gallery;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .hero .gallery__imgbox {
    max-height: 240px;
    max-width: 240px;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }
  .hero .gallery__imgbox img {
    max-height: 240px;
    max-width: 240px;
  }
  .hero .gallery__imgbox--spacer {
    width: 5rem;
    display: none;
  }
  .hero .tag {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: tags;
    margin: 0 calc(calc(2 * 2rem) - 6px);
  }
  .hero .tag__item {
    font-size: .65rem;
    margin: 6px;
  }
  .about {
    margin: 0;
  }
  .about h2, .about p {
    margin: calc(2 * 2rem) auto;
    text-align: center;
    max-width: 600px;
    padding-right: 0;
  }
  .about__wrapper {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: calc(0.5 * 2rem);
    margin: calc(2 * 2rem);
  }
  .about__wrapper p {
    margin: 0;
    text-align: left;
  }
  .about__card {
    padding: 2rem;
    border-radius: 0;
  }
  .service {
    margin: 0;
  }
  .service h2, .service p {
    max-width: 600px;
    padding-right: 0;
    text-align: center;
    margin: calc(2 * 2rem) auto;
  }
  .service .card__wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 2rem;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    margin: 5rem;
  }
  .service .card__wrapper .service__card {
    margin: 0;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-template-areas: 'imgbox' 'textbox';
  }
  .service .card__wrapper .service__card__textbox {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: textbox;
    margin: 2rem;
    height: 100%;
  }
  .service .card__wrapper .service__card__textbox h3 {
    text-align: left;
    font-size: 1rem;
  }
  .service .card__wrapper .service__card__textbox p {
    text-align: left;
    font-size: .8rem;
  }
  .service .card__wrapper .service__card__imgbox {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: imgbox;
    width: 100%;
    height: 240px;
  }
  .service .card__wrapper .service__card img {
    width: 100%;
    max-height: 100%;
    -o-object-position: top;
       object-position: top;
  }
  .service__card {
    margin: 0;
  }
  .service__card p {
    margin: 0;
  }
  .more {
    margin: 0;
  }
  .more h2, .more p {
    max-width: 600px;
    padding-right: 0;
    text-align: center;
    margin: calc(2 * 2rem) auto;
  }
  .more h2 {
    margin-bottom: 2rem;
  }
  footer {
    padding: 5rem;
  }
}
/*# sourceMappingURL=main.css.map */