/** Entfernen von CO2-frei | MS 250310 **/
.diamond-filter .row.g-0.align-items-center.justify-content-center.ps-3 {
  display: none !important;
}
/** Ende | MS 250310 **/

/** Definition der Farben | primary & secondary **/
:root {
  --swiper-scrollbar-drag-bg-color: #0f0f10 !important;
  --primary: #4e413f !important;
  --secondary: #585858 !important;
}

/** Allgemeine Anpassungen | Abstände, Logo-Größe, etc. **/

body {
  margin: 0;
}

@media all and (min-width: 1699px) {
  body {
    padding-bottom: 40px;
  }
}

#nav {
  padding: 30px;
}

#nav img {
  display: block;
  margin: auto;
  width: 232px;
}

@media all and (max-width: 991px) {
  #nav img {
    width: 120px;
    margin-top: 80px;
  }
  #custom-overlay .overlay-content {
    height: auto !important;
    padding: 50px 20px !important;
    overflow-y: scroll !important;
  }
  #custom-overlay {
    height: auto !important;
  }
}

#engagement-configurator {
  margin-top: 20px;
}

#engagement-configurator .diamond-filter .button-label {
  font-size: 12px !important;
  transform: translateY(-2px) !important;
}

#engagement-configurator #vue-config-container-header {
  border-left: 0 !important;
}

#custom-overlay {
  border-right: 1px solid #040405 !important;
  border-bottom: 1px solid #040405 !important;
}

#engagement-configurator #custom-overlay #vue-config-container-header {
  border-right: 0 !important;
}

#custom-overlay {
  position: absolute;
  top: 0;
  left: 1px;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  z-index: 9;
  pointer-events: auto;
}

#custom-overlay .overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #040405;
  height: 92% !important;
  justify-content: center !important;
}

.btn-custom {
  display: block;
  width: 230px;
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.btn-custom:hover {
  background-color: #f8f8f8 !important;
}

.btn-custom:focus {
  outline: none;
}

#tweakpaneUiContainer,
#assetManagerPopup {
  display: none !important;
}

/** Anpassungen am Sprachumschalter **/
#language-switcher {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f8f8f8;
  padding: 10px 14px;
}

@media all and (max-width: 991px) {
  #language-switcher {
    background: #fff;
    top: 24px;
    left: calc(50% - 45px);
    right: calc(50% - 45px);
  }
}

#language-switcher a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 200;
  transition: all ease-in-out 0.25s;
}

#language-switcher a:hover {
  transform: translateY(-2px);
  cursor: pointer;
}

#language-switcher .seperator {
  margin: -2px 10px 0;
}
/** Ende Sprachumschalter **/

/** Anpassungen am Back-Button **/
#back-to-website {
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f8f8f8;
  padding: 10px 14px;
}

@media (max-width: 991px) {
  #back-to-website {
    position: relative;
    display: inline-block !important;
    background: #fff;
    margin: 24px auto;
    left: calc(50% - 80px);
    right: calc(50% - 80px);
  }
}

#back-to-website a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 200;
  transition: all ease-in-out 0.25s;
}

#back-to-website a:hover {
  transform: translateY(-2px);
  cursor: pointer;
}

#back-to-website .seperator {
  margin: -2px 10px 0;
}
/** Ende Back-Button **/