/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

a:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

body {
  font-family: 'Roboto', 'Open Sans', 'Overpass', sans-serif; }

.header {
  background: url("../image/header/header-bg.jpg") center;
  background-size: cover;
  min-height: 850px; }
  @media (max-width: 767px) {
    .header {
      min-height: 580px;
      background-position-x: 51%; } }
  .header__inner {
    background: #00000094; }
    @media (max-width: 767px) {
      .header__inner {
        display: none; } }
  .header__logo {
    display: flex;
    align-items: center; }

.navigation {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box; }
  @media (max-width: 992px) {
    .navigation__inner {
      max-width: 580px; } }
  .navigation .menu {
    display: flex;
    justify-content: space-between;
    margin: 20px 0; }
    .navigation .menu__link {
      color: white;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none;
      display: block;
      outline: none; }
      .navigation .menu__link:hover {
        color: #b11b1f; }
  .navigation .contact {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #b11b1f; }
    .navigation .contact__item {
      display: flex;
      align-items: center;
      margin-left: 20px; }
      @media (max-width: 992px) {
        .navigation .contact__item {
          width: 100%; } }
    .navigation .contact__label {
      color: #989696;
      margin-bottom: 5px; }
    .navigation .contact__link {
      text-decoration: none;
      color: white;
      line-height: 1.4; }
    .navigation .contact__icon i {
      color: #b11b1f;
      font-size: 20px;
      width: 36px;
      display: flex;
      justify-content: center; }
    .navigation .contact__information {
      font-size: 13px;
      line-height: 1.4;
      outline: none; }

.mobile-nav {
  position: fixed;
  width: 100%;
  z-index: 998;
  display: none; }
  @media (max-width: 767px) {
    .mobile-nav {
      display: block; } }
  .mobile-nav__header {
    width: 100%;
    background: #000000e8;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .mobile-nav__link img {
    width: 80px; }
  .mobile-nav__btn {
    width: 40px;
    height: 40px;
    border: 2px solid #b11b1f;
    margin-left: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    cursor: pointer; }
    .mobile-nav__btn span {
      width: 70%;
      height: 2px;
      background: #c6c6c6ed;
      display: block; }
  .mobile-nav .mobile-menu.active {
    display: block; }
  .mobile-nav .mobile-menu {
    display: none;
    background: #000000e8;
    padding-top: 50px; }
    .mobile-nav .mobile-menu__list {
      display: flex;
      flex-direction: column;
      align-items: center;
      border-bottom: 2px solid #b11b1f; }
    .mobile-nav .mobile-menu__item {
      width: 100%; }
    .mobile-nav .mobile-menu__link {
      text-decoration: none;
      text-transform: uppercase;
      color: white;
      font-size: 20px;
      width: 100%;
      display: block;
      padding: 12px 0;
      text-align: center; }
  .mobile-nav .mobile-contact {
    padding: 20px 30px; }
    .mobile-nav .mobile-contact__item {
      margin: 15px 0;
      display: flex; }
      .mobile-nav .mobile-contact__item i {
        color: #b11b1f;
        font-size: 24px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center; }
    .mobile-nav .mobile-contact__link {
      text-decoration: none;
      color: #ACACAC;
      margin-left: 10px; }

.about-us {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .about-us__inner {
    margin: 0 auto; }
  .about-us__headline {
    text-transform: uppercase;
    color: white;
    font-size: 42px;
    position: relative;
    padding-bottom: 6px;
    text-align: center;
    display: flex;
    justify-content: center; }
  .about-us__text {
    font-size: 30px;
    color: white;
    max-width: 800px;
    line-height: 1.3;
    margin-top: 13px;
    display: block; }

.application {
  margin: 0;
  max-width: 400px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: #ffffff0f; }
  .application__label {
    margin-bottom: 5px;
    color: white; }
  .application__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
  .application__input {
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box; }
  .application__btn {
    width: 100%;
    padding: 10px;
    background: #b12221;
    border: none;
    color: white; }
  .application .confirm-action {
    margin-bottom: 20px; }
    .application .confirm-action__input {
      float: left;
      width: 24px;
      height: 24px;
      margin-right: 8px; }
    .application .confirm-action__text {
      color: white; }

.who-we {
  background: url("../image/body/textur.jpg");
  padding: 60px 0; }
  .who-we__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .who-we__inner {
        flex-direction: column;
        align-items: center; } }
  .who-we__information {
    margin-right: 20px;
    width: 50%; }
    @media (max-width: 992px) {
      .who-we__information {
        width: 100%;
        margin: 0; } }
  .who-we__headline {
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 48px;
    padding-bottom: 6px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 4px solid #b11b1f;
    max-width: 316px;
    margin: 0; }
    @media (max-width: 576px) {
      .who-we__headline {
        line-height: 1.3;
        font-size: 36px;
        word-break: break-word;
        max-width: 90%; } }
    @media (max-width: 992px) {
      .who-we__headline {
        margin: 0 auto; } }
  .who-we__tagline {
    margin: 25px 0;
    color: #ACACAC;
    line-height: 1.4; }
  .who-we .advantages {
    margin-top: 30px; }
    .who-we .advantages__item {
      color: white;
      margin-bottom: 10px;
      line-height: 1.4; }
  .who-we__img {
    width: 50%;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .who-we__img {
        width: 100%;
        margin-top: 10px; } }
    .who-we__img img {
      width: 100%; }

.workshop {
  background: #101010; }
  .workshop__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 60px 15px; }
  .workshop__headline {
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 48px;
    padding-bottom: 6px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 4px solid #b11b1f;
    max-width: 270px; }
    @media (max-width: 576px) {
      .workshop__headline {
        line-height: 1.3;
        font-size: 36px;
        word-break: break-word;
        max-width: 90%; } }
  .workshop__tagline {
    color: #ACACAC;
    margin: 25px auto;
    line-height: 1.4;
    max-width: 800px;
    width: 100%;
    text-align: center; }
  .workshop__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px; }
  .workshop__link {
    display: block;
    text-align: center;
    color: #b11b1f; }
  .workshop__item {
    margin-top: 30px;
    width: 31%;
    box-shadow: 0 0 30px black;
    transition: .5s; }
    @media (max-width: 992px) {
      .workshop__item {
        width: 48%; } }
    @media (max-width: 576px) {
      .workshop__item {
        width: 100%; } }
    .workshop__item:hover {
      transform: scale(1.07); }
  .workshop__img {
    min-height: 200px;
    height: 200px; }
  .workshop__img1 {
    background: url("../image/body/workshop/1.jpg") no-repeat;
    background-size: cover; }
  .workshop__img2 {
    background: url("../image/body/workshop/2.jpg") no-repeat;
    background-size: cover; }
  .workshop__img3 {
    background: url("../image/body/workshop/3.jpg") no-repeat;
    background-size: cover; }
  .workshop__img4 {
    background: url("../image/body/workshop/4.jpg") no-repeat;
    background-size: cover; }
  .workshop__img5 {
    background: url("../image/body/workshop/5.jpg") no-repeat;
    background-size: cover; }
  .workshop__img6 {
    background: url("../image/body/workshop/6.jpg") no-repeat;
    background-size: cover; }
  .workshop__description {
    color: #ACACAC;
    text-align: center;
    padding: 15px;
    line-height: 1.4; }
  .workshop__name {
    display: block;
    text-align: center;
    color: white;
    font-size: 19px;
    margin-top: 15px;
    line-height: 1.4; }

.tuning {
  background: #101010; }
  .tuning__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 60px 15px; }
  .tuning__headline {
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 48px;
    padding-bottom: 6px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 4px solid #b11b1f;
    max-width: 174px; }
    @media (max-width: 576px) {
      .tuning__headline {
        line-height: 1.3;
        font-size: 36px;
        word-break: break-word;
        max-width: 90%; } }
  .tuning__tagline {
    color: #ACACAC;
    margin: 25px auto;
    line-height: 1.4;
    max-width: 800px;
    width: 100%;
    text-align: center; }
  .tuning__list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px; }
    @media (max-width: 992px) {
      .tuning__list {
        justify-content: space-between; } }
  .tuning__item {
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 30px black;
    margin-bottom: 30px;
    transition: .5s; }
    @media (max-width: 992px) {
      .tuning__item {
        width: 48%; } }
    @media (max-width: 576px) {
      .tuning__item {
        width: 100%; } }
    .tuning__item:hover {
      transform: scale(1.07); }
  .tuning__link {
    display: block;
    margin: 10px 0;
    color: white;
    padding: 8px;
    background: #b11b1f;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    text-decoration: none; }
    .tuning__link:hover {
      background: white;
      color: #b11b1f; }
  .tuning__img {
    width: 90px;
    height: 90px; }
  .tuning__name {
    padding: 15px 0;
    font-weight: 700;
    color: white; }
  .tuning__description {
    text-align: center;
    color: #ACACAC;
    line-height: 1.4; }

.counter {
  background: url("../image/body/counter-bg2.jpg") fixed center;
  width: 100%;
  padding: 120px 0; }
  @media (max-width: 576px) {
    .counter {
      background: url("../image/body/counter-bg2.jpg");
      background-size: cover;
      background-position-x: center; } }
  .counter__inner {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box; }
    @media (max-width: 400px) {
      .counter__inner {
        flex-direction: column;
        align-items: center; } }
  .counter__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    @media (max-width: 400px) {
      .counter__item {
        margin-bottom: 20px; } }
  .counter__quantity {
    color: #b11b1f;
    padding: 10px 0;
    font-size: 30px;
    font-weight: 600; }
  .counter__text {
    color: white; }

.hi-fi {
  background: #101010; }
  .hi-fi__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 60px 15px; }
  .hi-fi__headline {
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 48px;
    padding-bottom: 6px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 4px solid #b11b1f;
    max-width: 535px; }
    @media (max-width: 576px) {
      .hi-fi__headline {
        line-height: 1.3;
        font-size: 36px;
        word-break: break-word;
        max-width: 90%; } }
  .hi-fi__tagline {
    color: #ACACAC;
    margin: 25px 0;
    text-align: center;
    line-height: 1.4; }
  .hi-fi__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px; }
  .hi-fi__item {
    width: 31%;
    margin-bottom: 35px;
    box-shadow: 0 0 30px black;
    transition: .5s; }
    @media (max-width: 992px) {
      .hi-fi__item {
        width: 48%; } }
    @media (max-width: 576px) {
      .hi-fi__item {
        width: 100%; } }
    .hi-fi__item:hover {
      transform: scale(1.04); }
  .hi-fi__image {
    width: 100%;
    height: 210px; }
  .hi-fi__image1 {
    background: url("../image/body/audio/1.jpg") no-repeat;
    background-size: cover; }
  .hi-fi__image2 {
    background: url("../image/body/audio/2.jpg") no-repeat;
    background-size: cover; }
  .hi-fi__image3 {
    background: url("../image/body/audio/3.jpg") no-repeat;
    background-size: cover; }
  .hi-fi__image4 {
    background: url("../image/body/audio/4.jpg") no-repeat;
    background-size: cover; }
  .hi-fi__image5 {
    background: url("../image/body/audio/5.jpg") no-repeat;
    background-size: cover; }
  .hi-fi__image6 {
    background: url("../image/body/audio/6.jpg") no-repeat;
    background-size: cover; }
  .hi-fi__name {
    display: block;
    text-align: center;
    color: white;
    font-size: 19px;
    margin-top: 15px;
    line-height: 1.4; }
  .hi-fi__description {
    color: #ACACAC;
    text-align: center;
    padding: 15px;
    line-height: 1.4; }

.preparation {
  background: url(../image/body/service.jpg) fixed 75%;
  width: 100%;
  padding: 120px 0; }
  @media (max-width: 576px) {
    .preparation {
      background: url(../image/body/service.jpg);
      background-size: cover;
      background-position-x: center; } }
  .preparation__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  .preparation__information {
    margin: 0 auto; }
  .preparation__headline {
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 48px;
    padding-bottom: 6px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 4px solid #b11b1f;
    max-width: 460px; }
    @media (max-width: 576px) {
      .preparation__headline {
        line-height: 1.3;
        font-size: 36px;
        word-break: break-word;
        max-width: 90%; } }
  .preparation__text {
    margin-top: 30px;
    color: white;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 18px;
    max-width: 800px;
    width: 100%;
    text-align: center; }

.move-to-impressum {
  cursor: pointer; }

.to-contact {
  background: url("../image/body/textur.jpg"); }
  .to-contact__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 60px 15px; }
  .to-contact__headline {
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 48px;
    padding-bottom: 6px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 4px solid #b11b1f;
    max-width: 1025px; }
    @media (max-width: 576px) {
      .to-contact__headline {
        line-height: 1.3;
        font-size: 36px;
        word-break: break-word;
        max-width: 90%; } }
  .to-contact__information {
    display: flex;
    justify-content: center;
    margin-top: 60px; }
    @media (max-width: 576px) {
      .to-contact__information {
        flex-direction: column;
        align-items: center; } }
  .to-contact__item {
    max-width: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 30px black;
    background: #101010; }
    .to-contact__item img {
      align-self: center; }
  .to-contact__item:not(:last-child) {
    margin-right: 35px; }
    @media (max-width: 576px) {
      .to-contact__item:not(:last-child) {
        margin: 0 0 30px 0; } }
  .to-contact__link {
    display: block;
    font-size: 25px;
    color: #b12221;
    text-decoration: none;
    text-align: center; }
  .to-contact__text {
    color: white;
    font-size: 19px;
    margin: 15px 0;
    text-align: center;
    line-height: 1.4; }
  .to-contact__work-hour {
    font-size: 20px;
    color: white;
    margin-bottom: 5px;
    padding: 0 10px; }
    .to-contact__work-hour span {
      color: #b12221; }

.map iframe {
  width: 100%;
  min-height: 450px; }

.bg-popup.active {
  display: flex; }

.bg-popup {
  position: fixed;
  background: #0000008a;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center; }
  .bg-popup .impressum::-webkit-scrollbar {
    width: 0; }
  .bg-popup .impressum {
    max-width: 600px;
    width: 100%;
    height: 90vh;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: scroll;
    position: relative; }
    @media (max-width: 768px) {
      .bg-popup .impressum {
        height: 82vh;
        width: 90%; } }
    .bg-popup .impressum__headline {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      padding-bottom: 20px; }
    .bg-popup .impressum .block-tag {
      display: block;
      color: black;
      margin-bottom: 5px;
      text-decoration: none;
      cursor: pointer; }
      .bg-popup .impressum .block-tag:hover {
        color: #b11b1f; }
    .bg-popup .impressum__list li {
      margin-bottom: 5px; }
    .bg-popup .impressum p {
      margin-bottom: 5px; }
      .bg-popup .impressum p a {
        text-decoration: none;
        color: black; }
        .bg-popup .impressum p a:hover {
          color: #b11b1f; }
    .bg-popup .impressum__close {
      position: absolute;
      right: 15px;
      top: 10px;
      width: 26px;
      height: 32px;
      z-index: 999;
      cursor: pointer; }
      .bg-popup .impressum__close i {
        color: #b11b1f;
        font-size: 35px; }

.footer {
  width: 100%;
  background: #101010; }
  .footer___form-error {
    display: block;
    font-size: 20px;
    color: red; }
  .footer__inner {
    max-width: 1200px;
    width: 100%;
    padding: 40px 15px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 768px) {
      .footer__inner {
        flex-wrap: wrap; } }
    @media (max-width: 576px) {
      .footer__inner {
        flex-direction: column;
        align-items: center; } }
  .footer .success-block {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer .success-block__text {
      display: none;
      color: white;
      padding: 10px 0;
      text-align: center; }
    .footer .success-block__text.success {
      display: block; }

.fo-contact {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 768px) {
    .fo-contact {
      width: 100%; } }
  @media (max-width: 576px) {
    .fo-contact {
      order: 3; } }
  .fo-contact__logo {
    background: url("/images/logo-white.png") no-repeat;
    width: 120px;
    height: 100px;
    background-size: 100% 100%;
    display: flex;
    align-self: center;
    opacity: 0.8; }
  .fo-contact__inner {
    display: flex;
    flex-direction: column; }
  .fo-contact__description {
    margin-top: 22px;
    color: #b11b1f;
    line-height: 1.7;
    font-weight: 600;
    text-align: center; }
  .fo-contact__text {
    color: white;
    text-decoration: none;
    margin-left: 12px;
    line-height: 20px;
    font-size: 14px; }
  .fo-contact__item {
    padding: 20px 0;
    display: flex;
    border-bottom: 1px solid #80808061;
    align-items: center; }
  .fo-contact__headline {
    color: #b11b1f;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500; }
  .fo-contact .impressum-btn {
    margin-top: 10px;
    color: white;
    padding: 8px;
    background: #b11b1f;
    text-align: center;
    cursor: pointer;
    transition: .5s; }
    .fo-contact .impressum-btn:hover {
      background: white;
      color: #b11b1f; }

.footer__form {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 768px) {
    .footer__form {
      width: 46%; } }
  @media (max-width: 576px) {
    .footer__form {
      width: 100%;
      order: 2; } }
  .footer__form legend {
    font-weight: 300;
    color: white;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    padding: 20px 0; }
  .footer__form input:not(.confirm-action__input) {
    width: 100%;
    background: white;
    padding: 5px 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: none; }
    .footer__form input:not(.confirm-action__input)::placeholder {
      font-size: 13px;
      font-family: 'Open Sans'; }
  .footer__form .confirm-action {
    display: flex; }
    .footer__form .confirm-action__input {
      width: 70px;
      height: 22px; }
    .footer__form .confirm-action__text {
      color: #ACACAC;
      font-size: 14px;
      font-weight: 400;
      font-family: 'Open Sans', 'Overpass', sans-serif;
      padding-left: 10px;
      margin-bottom: 10px; }
  .footer__form textarea {
    width: 100%;
    min-height: 110px;
    background: white;
    padding: 15px;
    box-sizing: border-box;
    resize: none;
    margin-bottom: 10px;
    border: none; }
    .footer__form textarea::placeholder {
      font-size: 13px;
      font-family: 'Open Sans'; }
  .footer__form .send-question {
    margin-top: 10px;
    color: white;
    padding: 8px;
    background: gray;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    border: none; }
    .footer__form .send-question:hover {
      background: white !important;
      color: #b11b1f; }

.offer {
  width: 25%; }
  @media (max-width: 768px) {
    .offer {
      width: 46%; } }
  @media (max-width: 576px) {
    .offer {
      width: 100%;
      order: 1; } }
  .offer__headline {
    font-weight: 300;
    color: white;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    padding: 20px 0; }
  .offer__list {
    display: flex;
    flex-direction: column; }
  .offer__link {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    outline: none !important; }
    .offer__link:active {
      text-decoration: none; }
    .offer__link span {
      color: white; }
  .offer__link:not(:last-child) {
    border-bottom: 1px solid rgba(128, 128, 128, 0.53); }
  .offer__link:hover .offer__text {
    letter-spacing: 2px;
    color: #b11b1f; }

.note {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  box-sizing: border-box;
  background: #b11b1fd4;
  color: white;
  z-index: 999; }
  .note p {
    text-align: center; }

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #101010f0;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 15px;
  box-sizing: border-box; }
  .cookie__text {
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
    width: 100%;
    line-height: 1.3;
    text-align: center; }
    @media (max-width: 576px) {
      .cookie__text {
        margin-bottom: 0; } }
  .cookie__agree, .cookie__impressum {
    background: #b11b1f;
    padding: 10px 15px;
    color: white;
    cursor: pointer; }
  .cookie__agree {
    margin-right: 30px; }
    @media (max-width: 576px) {
      .cookie__agree {
        margin: 20px 0; } }
form {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

input, select, textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

textarea {
    height: 80px;
}

button {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    background: black;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}

button:hover {
    background: #333;
}

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