/* ---------------------------------------- */
/* Basics */
/* 28.3.2025 */
/* ---------------------------------------- */

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", Arial, sans-serif;
  color: #000;
  background-color: #fff;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content-wrapper {
  flex: 1;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}



@media screen and (max-width: 768px) {
  .container > p {
    width: 90%;
    max-width: 90vw;
  }
}

@media only screen and (min-width: 769px) {
    .container > p {
    max-width: 900px;
    margin: 0 auto;
  }
    .container > h1 {
    margin-left: 150px;
    margin-right: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 2rem !important;
    text-align: left;
  }
  .container > h2 {
    display: block;
    margin-left: 150px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 2rem !important;
  }
  .container > h3 {
    font-family: "Inter", Arial, sans-serif;
    margin-left: 150px;
  }
    .container > h4 {
    font-family: "Inter", Arial, sans-serif;
    margin-left: 150px;
  }

  .container > h5 {
    font-family: "Inter", Arial, sans-serif;
    margin-left: 150px;
  }
  li {
    line-height: 1.875rem;
    margin-left: 150px;
  }
  table {
    margin-left: 150px;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .container > h1 {
    margin-right: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 2rem !important;
    text-align: left;
    width: 80%;
    max-width: 80vw;
  }
  .container > h2 {
    display: block;
    font-family: "Inter", Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 2rem !important;
  }
}

#content {
  flex: 1;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .callout {
    max-width: 535px;
    text-align: center;
    color: #f13b3e;
    font-size: 30px;
    font-family: Inter;
    font-weight: 700;
    line-height: 42px;
    word-wrap: "break-word";
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
    margin-left: 25%;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .callout {
    text-align: center;
    color: #f13b3e;
    font-size: 24px;
    font-family: Inter;
    font-weight: 700;
    width: 90%;
    max-width: 80vw;
    line-height: 42px;
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
    word-wrap: "break-word";
  }
}

@media only screen and (min-width: 768px) {
  .imprint {
    margin-left: 150px;
  }
}

p {
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}

.imprint p {
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 1.875rem;
}

p img {
  max-width: 120%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: auto;
  margin-left: -10%;
}

.text-muted {
  color: rgba(26, 26, 26, 0.7);
}

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

.footer {
  flex-shrink: 0;
  padding: 20px;
  margin-top: 40px;
  background-color: #ffff;
  width: 100%;
}

.footer p {
  font-size: 14px;
}

.footer-links a {
  margin: 0 10px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.mobile-footer-link {
  display: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .back {
    color: white;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;

    margin-top: 1rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #f13b3e;
    border: 1px solid #e73639;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
  }
}

@media only screen and (min-width: 768px) {
  .back {
    color: white;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    margin-left: 79%;
    margin-top: 1rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #f13b3e;
    border: 1px solid #e73639;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
  }
}

.back:hover {
  background: darkred;
}
.back img {
  /* margin-top: 1px; */
  vertical-align: middle;
}

/* ---------------------------------------- */
/* Buttons */
/* ---------------------------------------- */

.pure-button {
  padding: 8px 16px;
  gap: 10px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.pure-button-primary {
  background-color: #18181b !important;
  color: white;
}

.pure-button-primary:hover {
  background-color: #d7605e !important;
}

.pure-button-secondary {
  background-color: #18181b !important;
  color: white;
}

.pure-button-secondary:hover {
  background-color: #d7605e !important;
}

.footer-button {
  font-size: 65% !important;
  padding: 5px 10px !important;
  display: flex;
  align-items: center;
}

.navigation-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .logo {
    display: block;
    max-width: 60% !important;
    text-align: left !important;
    background-size: contain;
  }
}

@media only screen and (max-width: 768px) {
  .logo {
    display: block;
    max-width: 90% !important;
    text-align: left !important;
    background-size: contain;
  }
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: none;
}
/* ---------------------------------------- */
/* Startpage Hero */
/* ---------------------------------------- */

.hero {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 600px;
  margin: 100px auto;
  position: absolute;
  bottom: 0;
  top: 50%;
  /* left: 25%; */
  padding: 20px;
}

.hero h1 {
  font-size: 24px;
  font-weight: bold;
}

.hero p {
  color: #666;
  font-size: 16px;
}

.hero .search-bar {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.hero input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.hero button {
  background: #e53935;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
}

.hero .browse-btn {
  display: block;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-decoration: none;
  color: black;
  background: #f0f0f0;
}

/* ---------------------------------------- */
/* Startpage Video */
/* ---------------------------------------- */

#bgvid {
  position: fixed;
  right: 0;
  bottom: 400px !important;
  top: 100px !important;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

/* #bgvid::before,
#bgvid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  background: inherit;
  z-index: 1;
} */

#bgvid::before {
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0)
  );
}

#bgvid::after {
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0)
  );
}

.browse-btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  width: 236px;
  height: 36px;
  border: 1px solid #a1a1aa;
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.08));
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* ---------------------------------------- */
/* About Us */
/* ---------------------------------------- */

@media screen and (min-width: 769px) {
  .redbox-container {
    display: flex;
    align-items: flex-start;
  }

  .redbox {
    background-color: #f13b3e;
    color: white;
    padding: 32px;
    border-radius: 12px;
    margin-top: 20px;
    box-shadow: 0px 10px 15px -3px #0000001a !important;
    margin-bottom: 3rem;
    margin-top: 3rem;
    flex: 1;
  }

  .redbox-header {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .redbox-container {
    display: flex;
    flex-direction: column; /* Change to column layout */
    align-items: stretch; /* Stretch items to fill container width */
    width: 100%;
  }

  .redbox {
    background-color: #f13b3e;
    color: white;
    padding: 16px;
    border-radius: 12px;
    margin-top: 12px;
    box-shadow: 0px 10px 15px -3px #0000001a !important;
    margin-bottom: 3rem;
    margin-top: 1rem;
    flex: 1;
    max-width: 80vw;
    width: 90%;
  }

  .redbox-header {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom: 1rem;
  }
}

/* ---------------------------------------- */
/* Partner Boxes */
/* ---------------------------------------- */

/* Base styles for partner boxes */
.partner-container {
  display: grid;
  margin: -10px; /* Adjust based on your design */
}

/* Desktop view: two columns */
@media (min-width: 768px) {
  .partner-container {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile view: one column */
@media (max-width: 767px) {
  .partner-container {
    grid-template-columns: 1fr;
  }
}

.partner-box {
  background: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  margin: 20px; /* Centers the box */
}

.partner-box img {
  max-width: 100%;
  height: 188px;
  display: block;
  margin-bottom: 16px;
}

.partner-box h2 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.partner-box p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.scroll-container::-webkit-scrollbar {
  height: 8px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.selector-container {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}

.selector-button {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  cursor: pointer;
  outline: none;
  margin: 0 4px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.selector-button.active {
  background-color: #1e90ff; /* Blue color from your border */
  color: white;
}

/* Arrow Buttons */
.arrow-button {
  background-color: #f0f0f0;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  outline: none;
  margin: 0 4px;
}

.arrow-button:hover {
  background-color: #e0e0e0;
}

/* ---------------------------------------- */
/* press */
/* ---------------------------------------- */

.press-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.press-box {
  flex: 1 1 calc(33.333% - 1rem);
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 290px; /* Adjust as needed */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .press-box {
    flex: 1 1 100%;
  }
}

.press-box .date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #888;
  margin-bottom: 9px;
}

.press-box h2 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
}

.press-box .tags {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.press-box .tag {
  background-color: #f0f0f0;
  padding: 6px 12px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #333;
}

.press-box a {
  display: inline-block;
  background-color: #e53e3e; /* Red color from the button */
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.press-box a:hover {
  background-color: #d32d2d; /* Darker red on hover */
}

/* Optional: Add a subtle shadow on hover */
.press-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.press-page-top-box {
  background-color: #ffffff;
  width: 738px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 0 auto 20px auto;
  padding: 15px;
}

.press-page-top-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.press-page-top-box-title {
  font-weight: bold;
  color: #333333;
}

.press-page-top-box-button {
  background-color: #e53e3e;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
}

.press-page-top-box-button:hover {
  background-color: #d32d2d;
}

.press-page-top-box-content {
  color: #555555;
}

/* ---------------------------------------- */
/* Article */
/* ---------------------------------------- */
.article-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 736px;
  margin: 20px 0;

  background-color: #f9f9f9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 0 auto 20px auto;
  transition: transform 0.3s ease;
}

.article-box:hover {
  transform: translateY(-5px);
}

.article-box h2 {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 5px;
}

.article-box h3 {
  font-size: 1em;
  color: #e74c3c;
  margin-bottom: 10px;
}

.article-box p {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 15px;
}

.download-btn {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.download-btn:hover {
  background-color: #c0392b;
}

#aboutvideo {
  width: 100% !important;
}

/* ---------------------------------------- */
/* Formular */
/* ---------------------------------------- */

/* Allgemeine Stile für das Formular */
form#contact {
  max-width: 900px !important;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

/* Stile für die Formularfelder */
.form-field {
  margin-bottom: 15px;
}

.form-label {
  margin-bottom: 5px;
}

.form-data input,
.form-data textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  border-radius: 4px;
  font-size: 16px;
}

.form-data textarea {
  resize: vertical;
  height: 100px;
}

/* Stile für die Buttons */
.buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

form .button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

form .button[type="submit"] {
  background-color: #f13b3e;
  width: 100%;
  color: white;
  margin-right: 10px;
}

.button[type="submit"]:hover {
  background-color: #ff3300;
}

.button[type="reset"] {
  background-color: #ccc;
  color: black;
}

.button[type="reset"]:hover {
  background-color: #aaa;
}

/* Stile für Pflichtfelder */
.required {
  color: #ff5733;
}

/* BURGER */

/* Burger Menu Styling */
.burger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  color: white;
  padding: 4px;
  background-color: black;
  border-radius: 8px;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
}

@media screen and (max-width: 48em) {
  /* 768px (Pure CSS md breakpoint) */
  .burger-menu {
    display: block;
  }

  .navigation-buttons {
    display: none;
    position: absolute;
    top: 10%;
    right: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 0;
  }

  .navigation-buttons.active {
    display: block;
  }

  .navigation-buttons li {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;
  }

  .navigation-buttons li a {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

/* Hide burger menu on desktop */
@media (min-width: 768px) {
  .navigation-buttons {
    display: flex;
    flex-direction: row;
  }
}
