@charset "UTF-8";
@font-face {
  font-family: "BeoSupreme";
  src: url("../fonts/BeoSupremeTT-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "BeoSupreme";
  src: url("../fonts/BeoSupremeTT-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "BeoSupreme";
  src: url("../fonts/BeoSupremeTT-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "BeoSupreme";
  src: url("../fonts/BeoSupremeTT-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}

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

html {
  font-size: 62.5%;
  overflow-x: hidden;

  font-family: "BeoSupreme", sans-serif;
  font-style: normal;
  font-weight: 200;
  text-underline-offset: 3px;
}

h1 {
  font-size: 2.5rem;
  color: white;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 7.5rem;
  color: white;
  font-weight: 500;
}

h3 {
  font-size: 5rem;
  color: white;
  font-weight: 500;
}

h4 {
  font-size: 3.5rem;
  color: black;
  font-weight: 500;
}

h5 {
  font-size: 2rem;
  color: black;
  font-weight: 500;
}

h6 {
  font-size: 1.75rem;
  color: black;
  font-weight: 500;
}

li,
button,
label,
input,
p,
a {
  font-size: 2rem;
  color: black;
}

a {
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
}

ul {
  list-style: none;
}

img {
  pointer-events: none;
}

.container {
  width: 90%;
  margin: auto;
}

.card {
  background: white;
  color: black;
}

@media screen and (max-width: 1340px) {
  html {
    font-size: 53%;
  }
}

.site-wrapper {
  overflow: hidden;
  width: 100%;
}

header {
  background: #ffffff;
  min-height: 8vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1rem 0;
}

header .container .nav li a {
  color: #191817;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 80%;
}

header .container .nav li a:hover {
  text-decoration: underline;
}

.logo-img {
  max-width: 250px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.nav li {
  margin: 0 2rem;
  text-align: center;
}

.nav a {
  color: white;
  text-underline-offset: 5px;
  max-height: 5px;
}

.burger {
  display: none;
  cursor: pointer;
  margin-left: 2rem;
  z-index: 25;
}

.burger div {
  width: 30px;
  height: 3px;
  background-color: #191817;
  margin: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 1150px) {
  header {
    position: relative;
  }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .burger {
    display: inline;
  }
  .nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30rem;
    flex: 1 1 30rem;
    position: absolute;
    right: 0;
    top: 8vh;
    height: 92vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50vw;
    background: #ffffff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .nav a {
    font-size: 3.5rem;
    color: #191817;
  }
}

@media screen and (max-width: 457px) {
  .burger {
    margin: 1rem 2.75rem 1rem 2rem;
  }
  .nav {
    width: 100vw;
    padding-top: 7rem;
  }
}

.active-burger {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.toggle .line1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

footer {
  background: black;
}

.footer-wrapper {
  min-height: 7vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-wrapper p,
.footer-wrapper li,
.footer-wrapper a {
  color: #ffffff;
  font-size: 1.5rem;
}

.footer-copy {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30rem;
  flex: 1 1 30rem;
  margin: 1rem 0;
}

.footer-copy img {
  max-width: 20rem;
}

.footer-rights {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30rem;
  flex: 1 1 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 1rem 0;
}

.footer-rights li {
  margin: 0 1rem;
}

.footer-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30rem;
  flex: 1 1 30rem;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-nav a {
  margin: 1rem;
}

@media screen and (max-width: 864px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-nav li {
    margin: 0 1rem;
  }
  .footer-rights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 582px) {
  .footer-rights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.news {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: white;
  padding: 3rem 1rem 4rem 1rem;
  flex-direction: column;
}

.news a {
  color: #191817;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 1rem;
  font-size: 22px;
}

.news p {
  font-size: 24px;
  font-weight: 400;
}

.news p b {
  font-weight: 500;
}

#index-video-wrapper {
  max-height: 62vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index-video {
  width: 100%;
  height: 100%;
}

.content-wrapper {
  min-height: 62vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: grey;
  text-align: center;
  padding: 2rem 30rem 2rem 30rem;
  position: relative;
  overflow: hidden;
}

.content-wrapper h3 {
  margin: 0 2rem;
  line-height: 1.1;
}

.content-wrapper h3 span {
  font-size: 3.5rem;
}

.content-wrapper p {
  color: white;
  font-size: 3rem;
  margin: 4rem 2rem;
}

.content-wrapper a {
  color: white;
  margin: 2rem;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.75);
  border: 2px solid white;
  padding: 1rem 10rem;
}

#first-slide {
  background: url(../img/intro-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#second-slide {
  background: url(../img/aktion-beosound1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#third-slide {
  background: url(../img/beolab28.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#fourth-slide {
  background: url(../img/contour.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1400px) {
  .content-wrapper {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}

@media screen and (max-width: 1240px) {
  .content-wrapper {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}

@media screen and (max-width: 1053px) {
  .content-wrapper h3 {
    font-size: 4rem;
  }
  .content-wrapper p {
    font-size: 2rem;
  }
  .content-wrapper a {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

@media screen and (max-width: 800px) {
  .content-wrapper {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media screen and (max-width: 600px) {
  .content-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .content-wrapper h3 {
    font-size: 3.5rem;
  }
  .content-wrapper a {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 70vw;
    max-width: 40rem;
  }
}

@media screen and (max-width: 365px) {
  .content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.content-wrapper {
  position: relative;
}

.intro-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 20vh;
  padding-top: 2rem;
}

.intro-services-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.intro-services-boxes h5 {
  display: none;
}

.intro-service-box {
  width: 20vw;
  max-width: 27.5rem;
  text-align: center;
}

.intro-service-box p {
  font-size: 1.5rem;
  margin: 1rem;
}

.intro-services-button a {
  background-color: #191817;
  color: #ffffff;
  border: 2px solid black;
  border-radius: 20px;
  font-size: 1.5rem;
  padding: 1rem 3rem;
  margin: 2rem 0;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .intro-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 15vh;
  }
  .intro-services-boxes {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .intro-services-boxes .intro-service-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 12rem;
    flex: 1 1 12rem;
    margin: 1rem 0;
  }
  .intro-services-boxes h6,
  .intro-services-boxes p {
    display: none;
  }
  .intro-services-boxes h5 {
    display: inline;
  }
}

.intro-produkte-img a {
  background-color: #191817;
  color: #ffffff;
  border: 2px solid black;
  border-radius: 20px;
  font-size: 1.5rem;
  padding: 1rem 3rem;
  margin: 4rem 4rem;
  cursor: pointer;
}

.intro-produkte-title h3 {
  color: black;
  margin-bottom: 3rem;
}

.intro-produkte-title p {
  font-size: 3rem;
}

.intro-produkte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 4rem;
}
.intro-produkte-title {
  text-align: center;
  width: 100%;
}
.intro-produkte-title h3 {
  margin-bottom: 1rem;
}
.intro-produkte-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.intro-filialen-wrapper {
  background: url(../img/intro-filialen-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.intro-filialen {
  min-height: 31vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.intro-filialen-buttons {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 45rem;
  flex: 1 1 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.intro-filialen-buttons a {
  border: 2px solid #ffffff;
  border-radius: 20px;
  color: #191817;
  font-size: 1.5rem;
  padding: 1rem 3rem;
  margin: 2rem 0;
  text-align: center;
  background: #ffffff;
}

.intro-filialen-text {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 45rem;
  flex: 2 1 45rem;
  padding: 2rem 0;
}

.intro-filialen-text p {
  color: white;
  margin-top: 2rem;
}

@media screen and (max-width: 864px) {
  .intro-filialen-buttons a {
    margin: 0 0 2rem 0;
  }
  .intro-filialen-text {
    text-align: center;
  }
}

.intro-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 31vh;
}

.last-container .side-img {
  max-height: 100%;
  margin-left: 10rem;
}

@media screen and (max-width: 1054px) {
  .last-container .side-img {
    display: none;
  }
}

#news-details {
  padding: 2rem 0;
}

#news-details p {
  margin-bottom: 1rem;
}

#news-details p b {
  font-weight: 500;
}

.intro-shop {
  min-height: 0;
}

.intro-shop-text {
  -webkit-box-flex: 3;
  -ms-flex: 3 1 55rem;
  flex: 3 1 55rem;
}

.intro-shop-text h3 {
  color: black;
  margin-bottom: 2rem;
}

.intro-shop-logo {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 55rem;
  flex: 2 1 55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 2rem 0;
}

.intro-shop-logo img {
  height: calc(10rem + 5vh);
}

@media screen and (max-width: 1053px) {
  .intro-shop {
    margin-top: 2rem;
  }
  .intro-shop-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}

#produkte-body {
  background: url(../img/prod_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#produkte-body main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.produkte-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4rem 0;
  text-align: center;
}

.produkte-head h3 {
  font-size: 7rem;
  margin-bottom: 2rem;
}

.produkte-head p {
  color: white;
  font-size: 2.5rem;
}

#produkte-tv,
#produkte-audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem auto 5rem auto;
}

#produkte-tv {
  padding: 5rem 0;
}

#produkte-tv h3,
#produkte-audio h3 {
  color: black;
  margin-top: 2rem;
}

.produkte-card-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 2rem 0;
}

.produkte-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.produkt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  justify-content: space-between;
  flex-direction: column;
  height: 74rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
  margin: 0 2rem;
}

.produkt-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.produkt-info h5 {
  font-size: 3rem;
  text-align: center;
}

.produkt-info h6 {
  margin-top: 1rem;
}

.produkt-info .produkt-preis {
  font-size: 2.5rem;
}

.produkt-info ul {
  list-style: none;
  line-height: 1.3;
  text-align: center;
}

.produkt-info ul li {
  margin: 1.5rem 0;
}

.produkt-info img {
  margin: 3rem 0;
  padding: 2rem 2rem;
  width: 60vw;
  max-width: 25rem;
  background-color: #f2f2f2;
}

.produkt-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.produkt-button a {
  background-color: #191817;
  color: #ffffff;
  border: 2px solid black;
  border-radius: 20px;
  padding: 1rem 3rem;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 2rem;
}

.produkte-card-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #111111;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 2rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.produkte-card-nav li a {
  font-size: 3rem;
  color: white;
  margin: 1rem 2rem;
  text-align: center;
  font-weight: lighter;
}

.produkte-card-nav li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
}

.produkte-card-nav .active {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
}

#produkte-audio .produkt {
  height: 70rem;
}

@media screen and (max-width: 600px) {
  #produkte-tv,
  #produkte-audio {
    width: 100%;
  }
}

.produkte-body .news {
  background-color: red;
}

.second-life-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4rem 0;
  text-align: center;
}

.second-life-head h3 {
  font-size: 7rem;
  margin-bottom: 3rem;
}

.second-life-head p {
  color: white;
  font-size: 2.5rem;
}

.second-life-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.second-life-cards .card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
  max-width: 60rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50rem;
  padding: 2rem;
  margin: 0 4rem 4rem 4rem;
}

.second-life-cards .card img {
  max-height: 25rem;
}

.second-life-cards .card h3 {
  color: black;
}

.second-life-cards .card p {
  font-size: 3rem;
}

.second-life-cards .card a {
  background-color: #191817;
  color: #ffffff;
  border: 2px solid #191817;
  border-radius: 20px;
  font-size: 14px;
  padding: 1rem 3rem;
  cursor: pointer;
}

.filiale-wrapper-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(../img/intro-filialen-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 92vh;
}

.filiale {
  width: 85vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 4rem 8rem;
  margin: 4rem;
}

.filiale iframe {
  border: none;
  width: calc(60vw - 20rem);
  height: calc(20rem + 20vw);
  margin: 4rem 2rem 2rem 2rem;
}

.filiale-text h5 {
  margin-top: 2rem;
}

.filiale-text p {
  margin: 1rem 1rem 1rem 0;
  line-height: 1.4;
}

.filiale-text .öffnungszeiten,
.filiale-text .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.filiale-wrapper-2 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(../img/kontakt.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.filiale-wrapper-3 {
  min-height: 93vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(../img/service_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1053px) {
  .filiale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 2rem;
  }
  .filiale iframe {
    width: 80%;
  }
  .filiale-map {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filiale-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}

@media screen and (max-width: 690px) {
  .filiale-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .filiale-text .öffnungszeiten,
  .filiale-text .team {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 520px) {
  .filiale {
    width: 100%;
  }
}

.kontakt-main {
  background: url(../img/kontakt.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4rem 0;
  min-height: 92vh;
}

.kontakt-card {
  padding: 2rem 6rem;
}

.kontakt-card .kontakt-head {
  margin-bottom: 2rem;
}

.kontakt-card .kontakt-head h3 {
  color: black;
  margin-bottom: 1rem;
}

.kontakt-card .kontakt-head p {
  font-size: 3rem;
}

.kontakt-card form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-right {
  margin-left: 10vw;
}

.submit {
  background-color: #191817;
  border: 2px solid #191817;
  color: #ffffff;
  border-radius: 20px;
  padding: 1rem 4rem;
  margin-top: 12rem;
  cursor: pointer;
  font-family: "BeoSupreme", sans-serif;
  font-style: normal;
  font-weight: 200;
}

.form-left,
.form-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-left input,
.form-left textarea,
.form-right input,
.form-right textarea {
  margin-bottom: 2rem;
}

.form-left label,
.form-right label {
  margin: 1rem 0;
  width: 100%;
}

.form-left .input,
.form-left textarea,
.form-right .input,
.form-right textarea {
  width: 35vw;
  max-width: 40rem;
  background-color: white;
  border: 1.5px solid black;
  padding: 0.5rem 0.25rem;
  font-size: 1.5rem;
  resize: none;
}

.form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 950px) {
  .kontakt-card {
    width: 100%;
    min-height: 92vh;
    padding: 4rem 8rem;
  }
}

@media screen and (max-width: 640px) {
  .kontakt-card .kontakt-head {
    text-align: center;
  }
  .form-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .form-right,
  .form-left {
    margin-left: 0;
    width: 100%;
  }
  .form-right .input,
  .form-right textarea,
  .form-left .input,
  .form-left textarea {
    width: 100%;
    max-width: none;
    margin-bottom: 1rem;
  }
  .form-right label,
  .form-left label {
    margin: 0.5rem 0;
    width: 100%;
  }
  .form-right .input {
    border: 2px solid #2d2d2d;
  }
  .submit {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 500px) {
  .kontakt-card {
    padding: 2rem 3rem;
  }
  .kontakt-card .kontakt-head h3 {
    font-size: 3.5rem;
  }
  .kontakt-card .kontakt-head p {
    font-size: 2rem;
  }
}

.service {
  background: url(../img/service-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

main {
  min-height: 92vh;
}

.service-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4rem 0;
  text-align: center;
}

.service-head h3 {
  font-size: 7rem;
  margin-bottom: 3rem;
}

.service-head p {
  color: white;
  font-size: 2.5rem;
}

.cards {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
  min-height: 50rem;
  max-width: 40rem;
  text-align: center;
  margin: 2rem 2rem 4rem 2rem;
  padding-bottom: 1rem;
}

.service-card h4 {
  padding: 3rem 0;
}

.service-card p {
  font-size: 1.8rem;
  width: 80%;
  margin: auto;
  line-height: 1.7;
}

.service-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-buttons a {
  background-color: #191817;
  border: 2px solid #191817;
  border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  padding: 1rem 4rem;
  margin: 0 2rem;
  margin-bottom: 4rem;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 752px) {
  .cards {
    padding: 0;
  }
  .service-card {
    min-height: 0;
    padding-bottom: 5rem;
  }
}

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