/* ----- Media (base) ----- */

@media (min-width: 390px) {
  .hexagon-col {
    margin-top: 0px;
    margin-bottom: 300px;
  }
}

@media (min-width: 576px) {
  .szenario-col {
    width: 100%;
    min-width: 380px;
  }
}

@media (min-width: 768px) {
  .hexagon-col {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .szenario-col {
    max-width: 50%;
    min-width: 380px;
  }
}

@media (min-width: 1568px) {
  .szenario-col {
    max-width: 33%;
    min-width: 380px;
  }
}

@media (max-width: 576px) {
  .status-title-col {
    display: flex !important;
    justify-content: center !important;
  }

  .logo-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: -10px;
  }
}

/* ----- Fonts ----- */

@font-face {
  font-family: "CondensedProReg";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BMWTypeNextCondensedPro-Reg.woff2") format("woff2");
}

/* ----- Element Selectors ----- */

h1 {
  font-family: "CondensedProReg", sans-serif;
  color: #333;
  font-size: 300%;
  margin-bottom: 2rem;
}

h2 {
  font-family: "CondensedProReg", sans-serif;
  color: #333;
  font-size: 250%;
  margin-bottom: 2rem;
}

h3 {
  font-family: "CondensedProReg", sans-serif;
  color: #333;
  font-size: 200%;
}

h4 {
  font-family: "CondensedProReg", sans-serif;
  color: #333;
  font-size: 150%;
}

h5 {
  font-family: "CondensedProReg", sans-serif;
  color: #333;
  font-size: 125%;
}

p {
  font-family: "CondensedProReg", sans-serif;
  color: #333;
  font-size: 100%;
  margin-bottom: 1rem;
}

input {
  font-family: "CondensedProReg", sans-serif;
  color: #333;
  font-size: 100%;
  margin-bottom: 1rem;
}

label {
  font-size: 300%;
  color: #333;
  font-family: "CondensedProReg", sans-serif;
}

/* ----- Class Selectors ----- */

.btn {
  font-family: "CondensedProReg", sans-serif;
}

/* ----- App Styles ----- */

.background-image-app {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  /* filter: hue-rotate(200deg); */
  z-index: -1;
}

/* ----- Logo styles ----- */

.logo-bmw-welt {
  width: 208px;
  height: 35px;
  margin-top: 10px;
  cursor: pointer;
}

.logo-container {
  margin: 10px -20px 0 0;
  z-index: 1;
}

.logo-section {
  margin-top: 5px;
}

.logo-banner {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.logo-banner-img {
  width: 294px;
  height: 55px;
  margin-top: 5px;
  margin-right: 25px;
}

/* ----- Menu styles ----- */

.menu-content {
  display: flex;
  position: absolute;
  top: calc(50% - 100% / 2 + 1rem);
  left: calc(50% - 100% / 2);
  margin-top: calc(5em - 3em);
}

.hexagon-button {
  position: absolute;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: 300px;
  height: 300px;
  cursor: pointer;
  margin-top: 75px;
  z-index: 1;
}

.hexagon-text {
  color: white !important;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}

.hexagon-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hexagon-button.disabled {
  color: white !important;
  pointer-events: none;
}

.hexagon-button.disabled::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6); /* Dunkler Filter */
  border-radius: inherit;
  z-index: 1;
}

.hexagon-button.disabled .hexagon-image {
  filter: brightness(70%) saturate(0%) opacity(0.5) blur(0px);
}

/* Hover effect only for active buttons */
.hexagon-button:not(.disabled):hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.disabled-text {
  filter: brightness(70%) saturate(0%) opacity(0.5) blur(0px);
  /* color: #a0a0a0 !important; */
}

/* ----- Form styles ----- */

.form-control {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 0.7rem 0;
  margin-bottom: 1.5rem;
}

/* ----- Footer styles ----- */

.foc-text {
  color: white !important;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}

/* ----- Bootstrap styles ----- */

.card {
  min-height: 180px;
}

/* ----- Media (overwrite) ----- */

@media (max-width: 768px) {
  .menu-content {
    margin-top: 100px;
  }
}
