.section-heading, .imprint__heading, .contact__heading, .service__heading, .equipment-section .equipments__heading, .instruments__heading, .galery-section-heading, .approval__heading {
  font-size: 3.2rem;
  color: rgb(49, 49, 49);
  margin-bottom: 5rem;
  position: relative;
}
@media only screen and (max-width: 43.75em) {
  .section-heading, .imprint__heading, .contact__heading, .service__heading, .equipment-section .equipments__heading, .instruments__heading, .galery-section-heading, .approval__heading {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-heading, .imprint__heading, .contact__heading, .service__heading, .equipment-section .equipments__heading, .instruments__heading, .galery-section-heading, .approval__heading {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-heading, .imprint__heading, .contact__heading, .service__heading, .equipment-section .equipments__heading, .instruments__heading, .galery-section-heading, .approval__heading {
    font-size: 2.5rem;
  }
}

.section-text, .contact__text, .service__text, .equipment-section .equipments__text, .instruments__text {
  font-size: 1.7rem;
  color: rgb(49, 49, 49);
  line-height: 1.6;
  margin-bottom: 4rem;
  column-count: 2;
  text-align: justify;
  column-gap: 5rem;
}
@media only screen and (max-width: 50em) {
  .section-text, .contact__text, .service__text, .equipment-section .equipments__text, .instruments__text {
    column-gap: 3rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .section-text, .contact__text, .service__text, .equipment-section .equipments__text, .instruments__text {
    column-count: initial;
    text-align: initial;
  }
}
@media only screen and (max-width: 31.25em) {
  .section-text, .contact__text, .service__text, .equipment-section .equipments__text, .instruments__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 28.125em) {
  .section-text, .contact__text, .service__text, .equipment-section .equipments__text, .instruments__text {
    margin-bottom: 3rem;
  }
}

.section-sub-heading, .imprint__sub-heading, .contact__sub-heading, .service__sub-heading {
  color: rgb(49, 49, 49);
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 31.25em) {
  .section-sub-heading, .imprint__sub-heading, .contact__sub-heading, .service__sub-heading {
    font-size: 1.8rem;
  }
}

.section-sub-text, .contact__sub-text, .service__sub-text {
  font-size: 1.7rem;
  line-height: 1.5;
}
@media only screen and (max-width: 31.25em) {
  .section-sub-text, .contact__sub-text, .service__sub-text {
    font-size: 1.5rem;
  }
}

/* work-sans-300 - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/work-sans-v18-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/work-sans-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/work-sans-v18-latin-300.woff2") format("woff2"), url("../fonts/work-sans-v18-latin-300.woff") format("woff"), url("../fonts/work-sans-v18-latin-300.ttf") format("truetype"), url("../fonts/work-sans-v18-latin-300.svg#WorkSans") format("svg"); /* Legacy iOS */
}
/* work-sans-regular - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/work-sans-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/work-sans-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/work-sans-v18-latin-regular.woff2") format("woff2"), url("../fonts/work-sans-v18-latin-regular.woff") format("woff"), url("../fonts/work-sans-v18-latin-regular.ttf") format("truetype"), url("../fonts/work-sans-v18-latin-regular.svg#WorkSans") format("svg"); /* Legacy iOS */
}
/* work-sans-500 - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/work-sans-v18-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/work-sans-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/work-sans-v18-latin-500.woff2") format("woff2"), url("../fonts/work-sans-v18-latin-500.woff") format("woff"), url("../fonts/work-sans-v18-latin-500.ttf") format("truetype"), url("../fonts/work-sans-v18-latin-500.svg#WorkSans") format("svg"); /* Legacy iOS */
}
/* work-sans-600 - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/work-sans-v18-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/work-sans-v18-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/work-sans-v18-latin-600.woff2") format("woff2"), url("../fonts/work-sans-v18-latin-600.woff") format("woff"), url("../fonts/work-sans-v18-latin-600.ttf") format("truetype"), url("../fonts/work-sans-v18-latin-600.svg#WorkSans") format("svg"); /* Legacy iOS */
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 68.75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 16.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-width: 125em) {
  html {
    font-size: 68.75%;
  }
}
@media only screen and (min-width: 156.25em) {
  html {
    font-size: 75%;
  }
}

body {
  font-family: "Work Sans", sans-serif;
  background-color: #fff;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
}

.container {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

::selection {
  background-color: #111010;
  color: #fff;
}

.info-section {
  padding-top: 5rem;
}

.info {
  background-color: #111010;
  color: #fff;
  padding: 2.5rem;
  border-radius: 3px;
}
.info__heading {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.info__text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 1px;
}

.approval-section {
  padding: 12rem 0;
}
@media only screen and (max-width: 31.25em) {
  .approval-section {
    padding-top: 6rem;
    padding-bottom: 0;
  }
}

.about-section {
  padding-bottom: 12rem;
}
@media only screen and (max-width: 31.25em) {
  .about-section {
    padding: 6rem 0;
  }
}

.about__services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 2.5rem;
}
@media only screen and (max-width: 50em) {
  .about__services {
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 40.625em) {
  .about__services {
    grid-template-columns: 1fr;
  }
}

.galery-section {
  padding-top: 12rem;
}
@media only screen and (max-width: 31.25em) {
  .galery-section {
    padding-top: 6rem;
  }
}

.galery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 2.5rem;
}
@media only screen and (max-width: 50em) {
  .galery {
    grid-gap: 2rem;
  }
}
@media only screen and (max-width: 40.625em) {
  .galery {
    grid-template-columns: 1fr;
  }
}
.galery__imgContainer {
  height: 35rem;
  overflow: hidden;
}
.galery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maps-section {
  padding-top: 12rem;
}
@media only screen and (max-width: 31.25em) {
  .maps-section {
    padding-top: 6rem;
  }
}

.maps__iframe {
  display: block;
  height: 40rem;
  width: 100%;
}

.parallax-section {
  height: 40rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../bilder/banner.jpg);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.parallax {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.parallax__text {
  font-size: 3.2rem;
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (max-width: 37.5em) {
  .parallax__text {
    font-size: 2.5rem;
  }
}
.parallax__cta {
  font-size: 2.1rem;
  font-weight: 400;
  padding: 0.8rem 2.4rem;
  background-color: transparent;
  color: #fff;
  border: 2px solid currentColor;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.parallax__cta:hover {
  background-color: #fff;
  color: #000;
}

.instrument-section {
  padding: 8rem 0;
}
@media only screen and (max-width: 31.25em) {
  .instrument-section {
    padding: 6rem 0;
  }
}

.equipment-section {
  padding: 8rem 0;
}
@media only screen and (max-width: 31.25em) {
  .equipment-section {
    padding: 6rem 0;
  }
}
.equipment-section .equipments__list {
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-gap: 2.5rem;
}
.equipment-section .equipments__link {
  padding: 1.3rem 2rem;
  background-color: #111010;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: 2px solid #111010;
  color: #fff;
  font-size: 1.7rem;
}
.equipment-section .equipments__link:hover {
  color: #111010;
  background: transparent;
}

.service-section {
  padding: 8rem 0;
}
@media only screen and (max-width: 31.25em) {
  .service-section {
    padding: 6rem 0;
  }
}

.service__img {
  width: 100%;
  margin-bottom: 4rem;
}
.service__item {
  margin-bottom: 3.5rem;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-column-gap: 0.9rem;
  grid-row-gap: 1.2rem;
}
@media only screen and (max-width: 31.25em) {
  .service__item {
    grid-row-gap: 0;
  }
}
.service__icon {
  width: 2.5rem;
  height: 2.5rem;
  fill: #111010;
  grid-row: 1/-1;
  margin-top: 0.5rem;
}
.service__link {
  color: #111010;
  text-decoration: underline;
  font-size: 1.7rem;
}
.service__sub-box {
  grid-column: 2/-1;
  display: flex;
  align-items: center;
}
.service__pdf {
  width: 4rem;
  height: 4rem;
  fill: #111010;
  margin-right: 1rem;
}
.service__sub-text {
  grid-column: 2/-1;
}
.service__span {
  grid-column: 2/-1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  text-decoration: underline;
}
.service__sub-list {
  grid-column: 2/-1;
  font-size: 1.5rem;
  list-style: disc;
  margin-left: 3.5rem;
}

.contact-section {
  padding: 8rem 0;
}
@media only screen and (max-width: 31.25em) {
  .contact-section {
    padding: 6rem 0;
  }
}

.contact__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-row-gap: 3.5rem;
}
@media only screen and (max-width: 31.25em) {
  .contact__content {
    grid-template-columns: 1fr;
  }
}
.contact__img {
  width: 20rem;
  height: auto;
  display: block;
  grid-column: 2/-1;
  grid-row: 1/-1;
  align-self: center;
  justify-self: center;
}
@media only screen and (max-width: 40.625em) {
  .contact__img {
    width: 15rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .contact__img {
    display: none;
  }
}
@media only screen and (max-width: 28.125em) {
  .contact__img {
    width: 10rem;
  }
}
.contact__final {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 15rem;
}
@media only screen and (max-width: 43.75em) {
  .contact__final {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .contact__final {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 25em) {
  .contact__final {
    font-size: 1.8rem;
    margin-top: 6rem;
  }
}

.imprint-section {
  padding: 8rem 0;
}
@media only screen and (max-width: 31.25em) {
  .imprint-section {
    padding: 6rem 0;
  }
}

.imprint__small-heading {
  font-size: 1.7rem;
  margin-bottom: 1.4rem;
}
.imprint__list {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 4.5rem;
}
.imprint__text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.mobile-bar {
  height: 2rem;
  background-color: #111010;
  display: none;
}
@media only screen and (max-width: 60.62em) {
  .mobile-bar {
    display: block;
  }
}
@media only screen and (max-width: 25em) {
  .mobile-bar {
    height: 1.5rem;
  }
}

.header__bar--1 {
  background-color: #111010;
}
.header__bar--2 {
  border-bottom: 1px solid rgb(49, 49, 49);
}
.header .info {
  height: 5rem;
  display: flex;
  align-items: center;
}
.header .info__text {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
}
.header .info__text:nth-of-type(2) {
  margin-left: 4rem;
}
.header .info__list {
  margin-left: auto;
  display: flex;
}
.header .info__item:not(:last-child) {
  margin-right: 2rem;
}
.header .info__icon {
  width: 1.9rem;
  height: 1.9rem;
  fill: #fff;
  transition: all 0.3s ease;
}
.header .info__icon:hover {
  fill: #313131;
}
@media only screen and (max-width: 60.62em) {
  .header .info {
    display: none;
  }
}
.header .brand {
  height: 9rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .header .brand {
    height: 7rem;
  }
}
@media only screen and (max-width: 25em) {
  .header .brand {
    height: 6rem;
  }
}
.header .brand__name {
  font-size: 3.8rem;
  text-transform: uppercase;
  color: rgb(49, 49, 49);
  font-weight: 700;
}
@media only screen and (max-width: 37.5em) {
  .header .brand__name {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 28.125em) {
  .header .brand__name {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 25em) {
  .header .brand__name {
    font-size: 2.1rem;
  }
}
.header .brand__name span {
  font-size: 5.5rem;
}
@media only screen and (max-width: 37.5em) {
  .header .brand__name span {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 28.125em) {
  .header .brand__name span {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 25em) {
  .header .brand__name span {
    font-size: 3.4rem;
  }
}
.header .brand__seal {
  display: block;
  height: 7rem;
  margin-left: auto;
  margin-right: 1rem;
}
@media only screen and (max-width: 60.62em) {
  .header .brand__seal {
    margin-right: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .header .brand__seal {
    height: 5rem;
  }
}
@media only screen and (max-width: 20em) {
  .header .brand__seal {
    height: 4.5rem;
  }
}

.navbar {
  border-bottom: 1px solid rgb(49, 49, 49);
}

.nav {
  height: 5rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .nav {
    height: 4rem;
  }
}
.nav > * {
  height: 100%;
}
.nav__list {
  display: flex;
}
@media only screen and (max-width: 60.62em) {
  .nav__list {
    display: none;
  }
}
.nav__item {
  display: flex;
  align-items: center;
  position: relative;
}
.nav__item:not(:last-child) {
  margin-right: 7rem;
}
.nav__item:nth-child(2):hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 1000;
}
.nav__item:nth-child(2):hover .nav__icon {
  top: -0.5rem;
}
.nav__icon--house {
  width: 3.5rem;
  height: 3.5rem;
  fill: #000;
  transition: all 0.3s ease;
}
.nav__icon--house:hover {
  fill: #313131;
}
.nav__icon--menu {
  width: 4.5rem;
  height: 4.5rem;
  fill: #000;
  transition: all 0.3s ease;
  margin-right: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .nav__icon--menu {
    width: 4rem;
    height: 4rem;
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 20em) {
  .nav__icon--menu {
    margin-right: 0;
  }
}
.nav__icon--menu:hover {
  fill: #313131;
}
.nav__icon--small {
  margin-left: 0.2rem;
  width: 1.9rem;
  height: 1.9rem;
  fill: #111010;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}
.nav__link {
  font-size: 1.8rem;
  color: rgb(49, 49, 49);
  font-weight: 550;
  cursor: pointer;
  display: flex;
  transition: all 0.3s ease;
}
.nav__link:hover {
  color: #313131;
}
.nav__mobile-button {
  all: unset;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 60.62em) {
  .nav__mobile-button {
    display: flex;
  }
}

.dropdown {
  position: absolute;
  top: 200%;
  left: -2rem;
  height: auto;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #313131;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  opacity: 0;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transition: all 0.3s ease;
}
.dropdown__item:not(:last-child) {
  border-bottom: 1px solid #313131;
}
.dropdown__link {
  padding: 1.5rem 3rem 1.5rem 2rem;
  color: rgb(49, 49, 49);
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 550;
  transition: all 0.3s ease;
}
.dropdown__link:hover {
  color: #fff;
  background-color: #111010;
}

.navigation-mobile {
  position: fixed;
  z-index: 1000;
  height: 100vh;
  width: 28rem;
  top: 0;
  right: 0;
  background-color: #111010;
  padding: 3.5rem 3.5rem 1.5rem 2.5rem;
  flex-direction: column;
  overflow: hidden;
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease;
  visibility: hidden;
  display: none;
}
@media only screen and (max-width: 60.62em) {
  .navigation-mobile {
    display: flex;
  }
}
@media only screen and (max-width: 22.5em) {
  .navigation-mobile {
    width: 26rem;
    padding: 2rem;
  }
}
.navigation-mobile__close-btn {
  all: unset;
  margin-bottom: 3.5rem;
  cursor: pointer;
  align-self: flex-start;
}
@media only screen and (max-width: 22.5em) {
  .navigation-mobile__close-btn {
    margin-bottom: 1rem;
  }
}
.navigation-mobile__icon {
  width: 3.2rem;
  height: 3.2rem;
  fill: #fff;
}
.navigation-mobile__nested {
  margin-bottom: 2rem;
}
.navigation-mobile__nested .navigation-mobile__item {
  border-bottom: 1px solid #fff;
}
.navigation-mobile__nested .navigation-mobile__link {
  font-weight: 400;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 22.5em) {
  .navigation-mobile__nested .navigation-mobile__link {
    font-size: 1.3rem;
  }
}
.navigation-mobile__item span {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 1.5rem 0;
  color: #fff;
}
@media only screen and (max-width: 22.5em) {
  .navigation-mobile__item span {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}
.navigation-mobile__link {
  padding: 1.5rem 0;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 22.5em) {
  .navigation-mobile__link {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}
.navigation-mobile__list:last-of-type {
  margin: 2rem 0;
  display: flex;
}
.navigation-mobile__list:last-of-type .navigation-mobile__item:not(:last-child) {
  margin-right: 1.6rem;
}
.navigation-mobile__list:last-of-type .navigation-mobile__icon {
  width: 2.3rem;
  height: 2.3rem;
}

.navigation-mobile.open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  overflow-y: scroll;
}
.navigation-mobile.open::-webkit-scrollbar {
  width: 0.7rem;
  height: 0.7rem;
}
.navigation-mobile.open::-webkit-scrollbar-thumb {
  background: rgb(49, 49, 49);
}
.navigation-mobile.open::-webkit-scrollbar-track {
  background: #111010;
}
.navigation-mobile.open {
  scrollbar-face-color: rgb(49, 49, 49);
  scrollbar-track-color: #111010;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s ease;
}

.navigation-mobile.open + .overlay {
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: visible;
  overflow: hidden;
}

.banner {
  width: 100%;
  height: 60vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../bilder/2025/banner-2025.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
}
@media only screen and (max-width: 37.5em) {
  .banner {
    height: 55rem;
  }
}
@media only screen and (max-width: 28.125em) {
  .banner {
    background-position: left;
  }
}
@media only screen and (max-width: 22.5em) {
  .banner {
    height: 45rem;
  }
}
@media only screen and (max-width: 20em) {
  .banner {
    height: 40rem;
  }
}
.banner > .container {
  position: relative;
}
.banner .text-box {
  position: absolute;
  left: 0;
  bottom: 15%;
  color: #fff;
}
@media only screen and (max-width: 60.62em) {
  .banner .text-box {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
  }
}
@media only screen and (max-width: 28.125em) {
  .banner .text-box {
    width: 90%;
  }
}
@media only screen and (max-width: 20em) {
  .banner .text-box {
    top: 45%;
  }
}
.banner .text-box__heading {
  font-size: 6.5rem;
  margin-bottom: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 60.62em) {
  .banner .text-box__heading {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .banner .text-box__heading {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .banner .text-box__heading {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 28.125em) {
  .banner .text-box__heading {
    font-size: 2.9rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 22.5em) {
  .banner .text-box__heading {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 16.25em) {
  .banner .text-box__heading {
    font-size: 2.3rem;
  }
}
.banner .text-box__item {
  display: flex;
  align-items: center;
}
.banner .text-box__icontext {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .banner .text-box__icontext {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .banner .text-box__icontext {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 28.125em) {
  .banner .text-box__icontext {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 22.5em) {
  .banner .text-box__icontext {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 16.25em) {
  .banner .text-box__icontext {
    font-size: 1.6rem;
  }
}
.banner .text-box__icon {
  width: 2.5rem;
  height: 2.5rem;
  fill: #fff;
}

.cta-buttons {
  position: fixed;
  right: 5rem;
  top: 45%;
  z-index: 1000;
}
@media only screen and (max-width: 68.75em) {
  .cta-buttons {
    top: 25%;
  }
}
@media only screen and (max-width: 50em) {
  .cta-buttons {
    top: 55%;
    right: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .cta-buttons {
    top: 45%;
    right: 3rem;
  }
}
@media only screen and (max-width: 22.5em) {
  .cta-buttons {
    top: 37%;
    right: 2rem;
  }
}
.cta-buttons__link {
  margin-bottom: 1.5rem;
  padding: 1.6rem;
  border-radius: 50%;
  background-color: #111010;
  border: 1px solid #fff;
}
@media only screen and (max-width: 37.5em) {
  .cta-buttons__link {
    margin-bottom: 1.2rem;
    padding: 1.2rem;
  }
}
.cta-buttons__icon {
  width: 2.2rem;
  height: 2.2rem;
  fill: #fff;
}
@media only screen and (max-width: 37.5em) {
  .cta-buttons__icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.service-box {
  height: 42rem;
  border: 1px solid rgb(176.5, 176.5, 176.5);
  border-radius: 3px;
  overflow: hidden;
  color: rgb(49, 49, 49);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.service-box__bg {
  height: 18rem;
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom: 1px solid #111010;
}
.service-box__bg--1 {
  background-image: url(../bilder/gitarre-reparieren.jpg);
}
.service-box__bg--2 {
  background-image: url(../bilder/piano.jpg);
}
.service-box__bg--3 {
  background-image: url(../bilder/banner-small.jpg);
}
.service-box__bg--4 {
  background-image: url(../bilder/brass.jpg);
}
.service-box__bg--5 {
  background-image: url(../bilder/drums.jpg);
}
.service-box__bg--6 {
  background-image: url(../bilder/kabel.jpg);
}
.service-box__heading-small {
  position: absolute;
  left: 2rem;
  bottom: -2rem;
  padding: 1rem 1.5rem;
  font-size: 2rem;
  color: #fff;
  background-color: #111010;
  border-radius: 25px;
  letter-spacing: 1px;
}
.service-box__details {
  padding: 5rem 2rem 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media only screen and (max-width: 43.75em) {
  .service-box__details {
    padding: 4rem 2rem 2rem 2rem;
  }
}
.service-box__text-small {
  font-size: 1.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 40.625em) {
  .service-box__text-small {
    font-size: 1.6rem;
  }
}
.service-box__btn {
  font-size: 1.6rem;
  color: #111010;
  padding: 0.8rem 1.2rem;
  border: 1px solid #111010;
  border-radius: 25px;
  align-self: flex-start;
  font-weight: 500;
  transition: all 0.3s ease;
}
.service-box__btn:hover {
  color: #fff;
  background: #111010;
}

.instrument-box {
  display: flex;
  overflow: hidden;
  border-left: 4px solid #111010;
}
.instrument-box:not(:last-of-type) {
  margin-bottom: 7rem;
}
.instrument-box > * {
  overflow: hidden;
}
@media only screen and (max-width: 50em) {
  .instrument-box {
    flex-direction: column;
    border-left: none;
  }
}
.instrument-box__details {
  padding: 4rem;
  color: rgb(49, 49, 49);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 3;
}
@media only screen and (max-width: 50em) {
  .instrument-box__details {
    padding: 3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 20em) {
  .instrument-box__details {
    padding: 2rem;
  }
}
.instrument-box__heading {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  color: #111010;
}
@media only screen and (max-width: 50em) {
  .instrument-box__heading {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 28.125em) {
  .instrument-box__heading {
    font-size: 2.1rem;
    margin-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 22.5em) {
  .instrument-box__heading {
    font-size: 1.9rem;
  }
}
.instrument-box__condition {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
.instrument-box__text {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 50em) {
  .instrument-box__text {
    margin-bottom: 3rem;
  }
}
.instrument-box__price {
  margin-top: auto;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  padding: 1.3rem;
  background-color: #111010;
  border-radius: 25px;
}
@media only screen and (max-width: 50em) {
  .instrument-box__price {
    margin-top: 0;
  }
}
@media only screen and (max-width: 28.125em) {
  .instrument-box__price {
    font-size: 1.8rem;
  }
}
.instrument-box__images {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 20rem 13rem;
  grid-gap: 0.5rem;
}
@media only screen and (max-width: 50em) {
  .instrument-box__images {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 14rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .instrument-box__images {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 16rem;
  }
}
@media only screen and (max-width: 25em) {
  .instrument-box__images {
    grid-template-columns: 1fr;
    grid-template-rows: 20rem;
  }
}
.instrument-box__img-box {
  overflow: hidden;
  display: block;
}
.instrument-box__img-box--1 {
  grid-column: 1/-1;
}
@media only screen and (max-width: 50em) {
  .instrument-box__img-box--1 {
    grid-column: initial;
  }
}
@media only screen and (max-width: 31.25em) {
  .instrument-box__img-box--3 {
    display: none;
  }
}
@media only screen and (max-width: 25em) {
  .instrument-box__img-box--2 {
    display: none;
  }
}
.instrument-box__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.equipment-box {
  display: flex;
  border-left: 4px solid #111010;
  overflow: hidden;
}
.equipment-box:not(:last-of-type) {
  margin-bottom: 7rem;
}
.equipment-box > * {
  overflow: hidden;
}
@media only screen and (max-width: 50em) {
  .equipment-box {
    flex-direction: column;
    border-left: none;
  }
}
.equipment-box__details {
  width: 50%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media only screen and (max-width: 50em) {
  .equipment-box__details {
    padding: 3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 20em) {
  .equipment-box__details {
    padding: 2.5rem 2rem 2rem 2rem;
    width: 100%;
  }
}
.equipment-box__heading {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #111010;
}
@media only screen and (max-width: 50em) {
  .equipment-box__heading {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 28.125em) {
  .equipment-box__heading {
    font-size: 2.1rem;
    margin-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 22.5em) {
  .equipment-box__heading {
    font-size: 2rem;
  }
}
.equipment-box__text {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 50em) {
  .equipment-box__text {
    margin-bottom: 3.5rem;
  }
}
.equipment-box__list {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
}
.equipment-box__item {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  margin-bottom: 1rem;
}
.equipment-box__item span {
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 28.125em) {
  .equipment-box__item span {
    font-size: 1.2rem;
  }
}
.equipment-box__icon {
  width: 1.8rem;
  height: 1.8rem;
  fill: #111010;
}
.equipment-box__image {
  flex: 1;
  height: 40rem;
}
@media only screen and (max-width: 50em) {
  .equipment-box__image {
    height: 30rem;
  }
}
@media only screen and (max-width: 28.125em) {
  .equipment-box__image {
    height: 25rem;
  }
}
.equipment-box__img-box {
  display: block;
  height: 100%;
  width: 100%;
}
.equipment-box__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.approval-box__textbox {
  margin-bottom: 1.5rem;
}
.approval-box__text {
  font-size: 1.6rem;
}
.approval-box__icon {
  width: 2.5rem;
  height: 2.5rem;
  fill: rgb(255, 217, 0);
}

.swiper-wrapper {
  height: 15rem;
}

.swiper-slide {
  height: 100%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #000;
  width: 100%;
  font-size: 2.5rem;
  font-weight: bold;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.footer {
  padding: 7rem 0 0 0;
  background-color: #111010;
}
.footer .footer-content {
  margin-bottom: 4rem;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 5rem;
}
@media only screen and (max-width: 43.75em) {
  .footer .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 31.25em) {
  .footer .footer-content {
    grid-template-columns: 1fr;
  }
}
.footer .final {
  grid-column: 1/-1;
  max-width: 40rem;
}
.footer .final__heading {
  font-size: 2.6rem;
  margin-bottom: 2.2rem;
}
.footer .final__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer .location, .footer .products {
  color: #fff;
}
.footer .location__heading, .footer .products__heading {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.footer .location__list, .footer .products__list {
  font-size: 1.4rem;
}
.footer .location__item:not(:last-child), .footer .products__item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.footer .products__link {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.footer .products__link:hover {
  color: #313131;
}
.footer .connect {
  align-self: end;
}
.footer .connect__list {
  display: flex;
}
.footer .connect__item:not(:last-child) {
  margin-right: 1.8rem;
}
.footer .connect__icon {
  width: 2rem;
  height: 2rem;
  fill: #fff;
  transition: all 0.3s ease;
}
.footer .connect__icon:hover {
  fill: #313131;
}
.footer .imprint {
  text-decoration: underline;
  color: #fff;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
.footer .imprint:hover {
  color: #313131;
}
.footer .author {
  background-color: rgb(49, 49, 49);
  padding: 1.5rem 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

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