@font-face {
  font-family: Montserrat-local;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-local;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-local;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-local;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-local;
  src: url('../fonts/Montserrat-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-local;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mavenpro;
  src: url('../fonts/MavenPro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mavenpro;
  src: url('../fonts/MavenPro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mavenpro;
  src: url('../fonts/MavenPro-Bold.ttf') format("truetype"), url('../fonts/MavenPro-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mavenpro;
  src: url('../fonts/MavenPro-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mavenpro;
  src: url('../fonts/MavenPro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-grey: #3d3d3d;
  --olive: #817447;
  --alice-blue: #f3f4f5;
  --dark-slate-blue: #263f6d;
  --white-smoke: #f1f1f1;
  --dark-khaki: #b19c52;
  --midnight-blue: #0f1f40;
  --slate-grey: #667899;
  --black: #333;
  --grey: grey;
}

body {
  color: var(--dark-grey);
  letter-spacing: .01em;
  height: 100%;
  padding-top: 60px;
  font-family: Mavenpro, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Montserrat-local, sans-serif;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  color: var(--olive);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat-local, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: #112240;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat-local, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--olive);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  color: var(--dark-grey);
  margin-bottom: 20px;
  font-family: Montserrat-local, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: #112240;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--olive);
  text-decoration: none;
}

a:focus-visible, a[data-wf-focus-visible] {
  outline-offset: .125rem;
  outline: .125rem solid #ec1c0e;
}

ul {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 0;
  font-family: Montserrat-local, sans-serif;
  font-weight: 300;
}

li {
  background-image: url('../images/cross.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-bottom: 15px;
  padding-left: 25px;
  font-weight: 400;
  line-height: 1.2em;
  list-style-type: none;
}

img {
  display: inline-block;
}

label {
  color: var(--alice-blue);
  margin-bottom: 5px;
  font-size: .9em;
  font-weight: 200;
  display: block;
}

blockquote {
  color: #fff;
  text-align: left;
  border-left: 2px solid #f6c900;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4em;
}

.slider_main {
  background-color: #333;
  height: 100%;
  position: relative;
}

.navlink {
  color: var(--dark-slate-blue);
  height: 60px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat-local, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.navlink:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white-smoke);
  text-decoration: none;
}

.navlink.w--current {
  background-color: var(--dark-slate-blue);
  color: var(--white-smoke);
}

.logo {
  float: left;
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  font-family: Montserrat-local, sans-serif;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.logo:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white-smoke);
}

.button {
  background-color: var(--midnight-blue);
  box-shadow: inset 0 0 0 1px var(--dark-khaki);
  color: var(--white-smoke);
  text-align: center;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  min-height: 50px;
  margin-bottom: 10px;
  padding: 5px 45px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: var(--olive);
  box-shadow: inset 0 0 0 30px var(--olive);
  color: var(--alice-blue);
  text-decoration: none;
}

.button._100 {
  width: 100%;
}

.footersection {
  background-color: var(--midnight-blue);
  color: #787b81;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.slider_main_textbox {
  z-index: 100;
  background-color: var(--midnight-blue);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.5em;
  display: flex;
  position: absolute;
  bottom: 0%;
  right: 0;
}

.images {
  width: 100%;
}

.centered {
  text-align: center;
}

.section_header_image {
  background-color: #112240;
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue)), url('../images/plattenspielerp.png');
  color: #fff;
  background-position: 0 0, 50% 81%;
  background-size: auto, cover;
  height: 200px;
  position: relative;
}

.headercontainer {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.navmenu {
  float: right;
  text-align: right;
  display: block;
}

.navbar {
  background-color: var(--alice-blue);
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.container {
  position: relative;
}

.section {
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
}

.section.contact {
  background-color: var(--dark-slate-blue);
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

.section.blau {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
}

.section.fragen {
  padding-top: 0;
  padding-bottom: 100px;
}

.map {
  filter: grayscale();
}

.footer_container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image_link_mask {
  display: block;
  overflow: hidden;
}

.slider_news_arrow_left {
  color: #000;
  background-image: url('../images/pfeil_links.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -55px;
  margin-bottom: 0;
  margin-right: 50px;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.slider_news_arrow_left:hover {
  background-image: url('../images/pfeil_links_active.png');
}

.slider_news {
  background-color: #0000;
  height: auto;
}

.slider_news_mask {
  margin-left: -10px;
  margin-right: -10px;
}

.slider_news_arrow_right {
  color: #000;
  background-image: url('../images/pfeil_rechts.png');
  background-position: 50%;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -55px;
  margin-right: 0;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.slider_news_arrow_right:hover {
  background-image: url('../images/pfeil_rechts_active.png');
}

.slider_bullets_news {
  height: 50px;
  padding-top: 20px;
  font-size: 10px;
  display: block;
  position: relative;
}

.news_date {
  color: #bbb;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: .7em;
  line-height: 1em;
}

.news_title {
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

.news_text {
  font-size: 1em;
}

.slide {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.slider_main_bildbox {
  background-color: #263f6d;
  background-image: url('../images/animation_haus_171113.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news_link {
  color: var(--olive);
  background-color: #0000;
}

.footer_link {
  color: var(--white-smoke);
  line-height: 2em;
  text-decoration: underline;
}

.footer_link:hover {
  color: var(--olive);
}

.footer_link.w--current, .textlink-gold {
  color: var(--dark-khaki);
}

.textlink-gold:hover {
  border-bottom: 2px solid var(--olive);
  color: var(--alice-blue);
}

.footer_head {
  color: var(--white-smoke);
  margin-bottom: 25px;
  font-size: 1.5em;
}

.referenzbild_container {
  float: left;
  width: 50%;
  height: 100%;
}

.referenzbild_container._01 {
  background-image: url('../images/33776_hs200806032-aussen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.referenz_container {
  float: right;
  text-align: center;
  width: 50%;
  height: 100%;
  padding: 80px;
  position: relative;
}

.referenz_nav {
  text-align: center;
  width: 50%;
  margin-right: 0;
  font-size: .5em;
  bottom: 0;
  right: 0;
}

.referenz_arrow_left {
  color: #029e4c;
  margin-left: 50%;
}

.referenz_slider {
  background-color: #0000;
  min-height: 50vh;
  padding-bottom: 50px;
}

.referenz_arrow_right {
  color: #10314466;
}

.referenz_arrow_right:hover {
  color: var(--dark-slate-blue);
}

.field {
  background-color: var(--alice-blue);
  border-style: none;
  height: 50px;
}

.textfield {
  background-color: #f1f1f1;
  border-style: none;
  min-height: 136px;
}

.submit {
  float: none;
  background-color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 33px;
  padding: 15px 40px;
  transition: background-color .2s;
  display: block;
}

.submit:hover {
  background-color: var(--dark-khaki);
  color: #f1f1f1;
}

.number {
  background-color: var(--midnight-blue);
  box-shadow: inset 0 0 0 4px var(--dark-khaki);
  color: var(--dark-khaki);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 20px auto;
  font-size: 1.7em;
  line-height: 1em;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.logo_supplier {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section_arrow {
  border-top: 5px none var(--olive);
  background-color: var(--midnight-blue);
  background-image: url('../images/arrow_white.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
}

.link-block {
  filter: saturate(0%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.link-block:hover {
  filter: saturate(99%);
}

.white {
  color: var(--white-smoke);
}

.section_arrow_blue {
  background-image: url('../images/arrow_blau.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
}

.hinweis {
  color: var(--slate-grey);
  font-size: .8em;
  line-height: 1em;
}

.section_arrow_light_blue {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/arrow_white.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
}

.michael_drexl {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block {
  font-weight: 500;
}

.intro_section {
  height: 100%;
}

.intro_headline {
  color: var(--dark-khaki);
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat-local, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

.gute_gruende_list {
  column-count: 2;
  margin-top: 40px;
  font-family: Montserrat-local, sans-serif;
  line-height: 1em;
}

.hero_list {
  padding-left: 0;
  font-family: Montserrat-local, sans-serif;
  font-size: .9em;
  line-height: 1.2em;
}

.section_image {
  background-image: url('../images/mdhv_collage.jpg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  height: 480px;
}

.collage_text {
  background-color: var(--dark-khaki);
  background-image: linear-gradient(135deg, var(--olive), var(--dark-khaki));
  color: var(--alice-blue);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  padding: 30px 25px 25px;
  font-family: Montserrat-local, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  display: flex;
}

.flex_container {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.flex_container.blau {
  background-color: var(--dark-slate-blue);
  color: #f1f1f1;
  margin-bottom: 35px;
}

.flex_container._5px {
  margin-left: -5px;
  margin-right: -5px;
}

.lightbox_50 {
  width: 50%;
}

.lightbox_teaserimage {
  width: 50%;
  min-height: 120px;
}

.lightbox_inner_padding {
  padding: 5px;
  display: flex;
}

.bildunterschrift {
  color: var(--black);
  text-align: center;
  background-color: #b19c52;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px;
  display: flex;
  position: relative;
}

.flex_box_50 {
  flex-direction: row;
  width: 50%;
  display: flex;
}

.bright {
  color: var(--dark-khaki);
}

.arrow_left {
  z-index: 25;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
}

.arrow_right {
  z-index: 25;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
}

.flex_box_inner_padding {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 20px 70px;
  display: flex;
}

.divider {
  background-color: var(--alice-blue);
  height: 3px;
}

.tel_icon_mobile {
  background-image: url('../images/telephone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.tel_icon_mobile:hover {
  background-image: url('../images/telephone_active.png');
  background-size: 50px;
}

.tel_nummer {
  float: left;
  color: #f1f1f1;
  letter-spacing: .01em;
  align-items: center;
  height: 80px;
  padding-right: 20px;
  font-size: 20px;
  display: flex;
  overflow: hidden;
}

.inner_padding {
  flex: 1;
  padding: 10px;
}

.lightbox_teaser_image {
  width: 100%;
}

.lightbox_bildunterschrift {
  padding-top: 5px;
}

.accordion {
  width: 99%;
}

.accordion_toggle {
  color: var(--midnight-blue);
  background-image: url('../images/accordion_plus.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-bottom: 2px solid #dedfdf;
  width: 100%;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 1.1em;
  font-weight: 400;
}

.accordion_toggle:hover {
  border-bottom-color: var(--dark-khaki);
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  background-image: url('../images/accordion_plus_w.png');
}

.accordion_toggle.w--open {
  border-bottom: 2px solid var(--dark-khaki);
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
}

.accordion_toggle.w--open:hover {
  color: var(--alice-blue);
}

.accordion_list {
  background-color: #0000;
  height: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.accordion_list.w--open {
  background-color: #0000;
  height: auto;
  display: block;
}

.accordion_inner_padding {
  padding: 25px 20px 60px;
}

.paragraph {
  color: #8f8e8e;
}

.heading-5 {
  color: var(--dark-khaki);
}

.light {
  color: var(--dark-grey);
}

.signature {
  color: var(--dark-khaki);
  text-align: center;
  padding-top: 25px;
  font-size: 1.5em;
}

._404icon {
  margin-bottom: 10px;
}

.p--white {
  color: var(--white-smoke);
}

html.w-mod-js [data-ix="slideueberschrift"] {
  opacity: 0;
  transform: translate(0, -25px);
}

html.w-mod-js [data-ix="slidetext"] {
  opacity: 0;
}

html.w-mod-js [data-ix="slidebutton"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="telinitial"] {
  opacity: 0;
  width: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 1.6em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  h5 {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  p {
    font-size: 1em;
    line-height: 1.4em;
  }

  ul {
    font-size: 1em;
  }

  .slider_main {
    height: auto;
    position: relative;
  }

  .navlink {
    float: none;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    display: block;
  }

  .navlink:hover {
    color: var(--dark-khaki);
  }

  .logo.w--current {
    width: auto;
  }

  .button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

  .footersection {
    padding-bottom: 60px;
  }

  .slider_main_textbox {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.3em;
    display: flex;
    position: relative;
  }

  .section_header_image {
    height: 150px;
  }

  .navmenu {
    background-color: var(--dark-slate-blue);
  }

  .navbar {
    background-color: #fff;
  }

  .navbar_menu_button {
    float: right;
    color: var(--dark-slate-blue);
    text-align: center;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    padding: 6px 0 0;
    font-size: 48px;
  }

  .navbar_menu_button.w--open {
    color: var(--dark-slate-blue);
    background-color: #fff;
  }

  .map {
    height: 300px;
  }

  .footer_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .news_text {
    font-size: 1em;
  }

  .slide {
    width: 50%;
  }

  .slider_main_bildbox {
    background-position: 50%;
    background-size: contain;
    width: 100%;
    height: 350px;
    position: relative;
  }

  .intro_section {
    height: auto;
  }

  .intro_headline {
    text-align: center;
    font-size: 1.3em;
  }

  .flex_box_inner_padding {
    padding-left: 50px;
  }

  .tel_icon_mobile {
    background-color: var(--midnight-blue);
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .tel_icon_mobile.subpage {
    z-index: 9999;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2em;
  }

  h2 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 1.4em;
    line-height: 1.2em;
  }

  h3 {
    text-align: center;
    font-size: 1.2em;
  }

  h4 {
    text-align: center;
    font-size: 1em;
  }

  h5 {
    text-align: center;
  }

  p, ul {
    font-size: .9em;
  }

  label {
    text-align: center;
  }

  blockquote {
    font-size: 1em;
    line-height: 1.7em;
  }

  .slider_main {
    background-color: #103144;
    height: auto;
  }

  .navlink {
    font-size: 1em;
  }

  .logo, .button {
    font-size: .9em;
  }

  .footersection {
    text-align: center;
  }

  .slider_main_textbox {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 39px 20px 55px;
    font-size: 1em;
    display: block;
    position: relative;
  }

  .images {
    margin-bottom: 20px;
  }

  .centered {
    margin-bottom: 10px;
  }

  .headercontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    border-top-style: none;
  }

  .section {
    min-height: 25vh;
    padding: 35px 20px;
  }

  .map {
    height: 300px;
  }

  .slider_news_arrow_left {
    display: none;
  }

  .slider_news {
    height: auto;
    padding-top: 15px;
  }

  .slider_news_mask {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider_news_arrow_right {
    display: none;
  }

  .slider_bullets_news {
    position: relative;
  }

  .news_date {
    float: none;
    text-align: center;
  }

  .news_title {
    text-align: center;
  }

  .news_text {
    font-size: .9em;
  }

  .slider_main_bildbox {
    height: 300px;
  }

  .news_link {
    text-align: center;
    font-size: .9em;
    display: block;
  }

  .referenzbild_container {
    float: none;
    width: 100%;
    height: 300px;
  }

  .referenzbild_container._01 {
    position: relative;
  }

  .referenz_container {
    float: none;
    width: 100%;
    padding: 9px;
    position: relative;
  }

  .referenz_nav {
    width: 100%;
  }

  .referenz_arrow_left {
    margin-left: 0%;
  }

  .referenz_slider {
    min-height: 0;
  }

  .submit {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .number {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 1.3em;
  }

  .logo_supplier {
    width: 33.33%;
  }

  .link-block {
    align-items: flex-start;
  }

  .hinweis {
    padding-left: 10px;
  }

  .michael_drexl {
    width: 40%;
    margin-bottom: 20px;
  }

  .gute_gruende_list {
    column-count: 1;
  }

  .collage_text {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .lightbox_50 {
    width: 100%;
  }

  .lightbox_teaserimage {
    order: -1;
  }

  .flex_box_50 {
    align-items: center;
    width: 100%;
  }

  .arrow_left, .arrow_right {
    display: none;
  }

  .flex_box_inner_padding {
    flex: 1;
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .accordion_toggle {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: center;
    font-size: 1.4em;
  }

  h2 {
    margin-bottom: 5px;
    font-size: 1.2em;
  }

  h3 {
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.5em;
  }

  label {
    font-size: .8em;
  }

  blockquote {
    text-align: center;
    line-height: 1.5em;
  }

  .logo {
    font-size: .7em;
  }

  .logo:hover {
    background-color: var(--dark-slate-blue);
    color: var(--white-smoke);
  }

  .button {
    font-size: .8em;
    line-height: 1.2em;
  }

  .slider_main_textbox {
    padding-top: 50px;
  }

  .section_header_image {
    height: auto;
  }

  .headercontainer {
    justify-content: center;
    padding-top: 80px;
  }

  .section {
    padding: 15px 10px 25px;
  }

  .section.contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .map {
    height: 250px;
  }

  .footer_container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider_news {
    padding-bottom: 15px;
  }

  .slider_news_mask {
    margin-left: 0;
    margin-right: 0;
  }

  .slide {
    width: 100%;
  }

  .slider_main_bildbox {
    height: 200px;
  }

  .referenz_container {
    padding: 10px;
  }

  .referenz_nav {
    width: 100%;
  }

  .referenz_slider {
    height: auto;
    padding-bottom: 40px;
  }

  .logo_supplier {
    width: 50%;
  }

  .link-block {
    height: 100px;
    margin-bottom: 20px;
  }

  .michael_drexl {
    width: 50%;
  }

  .section_image {
    background-position: 0 100%;
    background-size: 960px;
    height: 390px;
  }

  .collage_text {
    text-align: center;
    align-items: center;
    width: 100%;
    height: 150px;
    font-size: 1.3em;
    line-height: 1.1em;
    display: flex;
  }

  .bildunterschrift {
    font-size: .8em;
    line-height: 1.1em;
  }

  .tel_icon_mobile.subpage {
    z-index: 9999;
    width: 100%;
    margin-top: 0;
  }

  .lightbox_bildunterschrift {
    font-size: .8em;
  }

  .accordion_toggle {
    font-size: .9em;
  }
}


@font-face {
  font-family: 'Montserrat-local';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-local';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-local';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-local';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-local';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-local';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-Bold.ttf') format('truetype'), url('../fonts/MavenPro-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}