@charset "UTF-8";
body {
  background-color: #f6f6f6;
  overflow-y: scroll;
  color: #666666;
  font-size: 1.2em;
}

.mt-10 {
  margin-top: 6rem !important;
}

.angebotelink {
  color: #0d6e15;
}

nav.navbar {
  --bs-navbar-nav-link-padding-x: 0.3rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
  font-size: 1.1em;
}
nav.navbar li {
  margin-bottom: 0;
}
nav.navbar .whatsappnav {
  height: 28px !important;
  width: auto !important;
  margin-top: -3px;
}

.navbar-brand {
  font-size: 2.25rem;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #666666;
}

li {
  margin-bottom: 15px;
}

a.anchor {
  display: block;
  position: relative;
  top: -56px;
  visibility: hidden;
}

.red {
  color: #8B0000;
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  background-image: url("../../../../../../fileadmin/YoungSpinelli/images/herobg.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.hero-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.datenschutz h4 {
  font-size: 1.2em;
}
.datenschutz ul {
  list-style-type: none;
}

.hometeaser .image-embed-item {
  padding-left: 50px;
  padding-right: 50px;
}

.pbt .parallax-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  height: 400px;
}
.pbt .head-title {
  color: #ffffff;
  background-color: #0d6e15;
}
.pbt .head-title h1, .pbt .head-title h2, .pbt .head-title h3, .pbt .head-title h4, .pbt .head-title h5, .pbt .head-title h6 {
  color: #ffffff;
}
.pbt .content-title {
  color: #ffffff;
  background-color: #666666;
  font-weight: 100;
  text-transform: uppercase;
}
.pbt .content-text h1, .pbt .content-text h2, .pbt .content-text h3, .pbt .content-text h4, .pbt .content-text h5, .pbt .content-text h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.bg-dark-trans {
  background-color: rgba(0, 0, 0, 0.67);
}

.fs-7 {
  font-size: 0.8rem !important;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #eeeeee;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
  border-color: #999999;
  box-shadow: 0 0 0 0 rgba(200, 200, 200, 0.25);
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#map {
  height: 500px;
}

.specialimage {
  max-width: 100% !important;
  width: 80px !important;
  height: auto !important;
}

footer {
  color: #ccc;
  background-color: #333333;
}
footer a {
  color: #ccc;
  transition: 0.5s;
  text-decoration: none;
}
footer a:visited {
  color: #ccc;
}
footer a:hover {
  color: #eee;
}

.frame-space-before-small {
  margin-top: 10px;
}

.frame-space-before-medium {
  margin-top: 15px;
}

.frame-space-before-large {
  margin-top: 30px;
}

.frame-space-before-extra-large {
  margin-top: 60px;
}

.frame-space-after-small {
  margin-bottom: 10px;
}

.frame-space-after-medium {
  margin-bottom: 15px;
}

.frame-space-after-large {
  margin-bottom: 30px;
}

.frame-space-after-extra-large {
  margin-bottom: 60px;
}

/* Kleine Geräte (Tablets, 768px und breiter) */
/* Mittlere Geräte (Desktop-PCs, 992px und breiter) */
@media (min-width: 992px) {
  nav.navbar {
    --bs-navbar-nav-link-padding-x: 0.5rem;
  }
  .navBigFont {
    font-size: 1.5em;
  }
  .mainsearch {
    width: 640px;
  }
}
/* Große Geräte (Desktop-PCs, 1200px und breiter) */
@media (min-width: 1200px) {
  nav.navbar {
    --bs-navbar-nav-link-padding-x: 1.5rem;
  }
}
/* Print Version */
@media (max-width: 768px) {
  .specialimage {
    max-width: 100% !important;
    width: 1024px !important;
    height: auto !important;
  }
  table.table, thead, tbody, th, td, tr {
    display: block;
    width: 100%;
  }
  thead {
    display: none; /* Optional: Header ausblenden */
  }
  tr {
    margin-bottom: 1.5rem;
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 10px;
    background-color: #f9f9f9;
  }
  td {
    display: flex;
    justify-content: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }
  td.datalable::before {
    content: attr(data-label);
    font-weight: bold;
    flex: 1;
    color: #333;
    padding-right: 1rem;
  }
  td:last-child {
    border-bottom: none;
  }
  .table > :not(:first-child) {
    border-top: none;
  }
  .mobilnotshown {
    display: none;
  }
}/*# sourceMappingURL=default.css.map */