body {
    background: rgb(51, 51, 51);
}

#header .logo img {
    max-height: 85px;
}


.navbar a,
.navbar a:focus {
    font-size: 18px;
}

#hero {
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
    padding-top: 155px;
    background-image: none;
}


#header {
    background-color: rgba(53, 63, 68, 0.6);
    /* background: rgb(33 51 58 / 0.6); */
    border-bottom: 1px solid rgba(114 114 113 / 0.6);
}

#header.header-scrolled {
    top: 0;
    background-color: rgba(53, 63, 68, 0.6);
    /* background: rgb(33 51 58 / 85%); */
    border-bottom: 1px solid rgba(114 114 113 / 0.6);
}

#hero .play-btn {

    background: radial-gradient(#00c88f 50%, rgb(45 64 95 / 30%) 52%);

}

#hero .play-btn::before {
    border: 5px solid rgba(45 64 95 / 1);
}

/* Style the video: 100% width and height to cover the entire window */
#heroVideo {
    width: 100vw;
}


#kontakt a {
    color: #bab3a6;
}

.breadcrumbs {
    margin-top: 155px;
    background: #1e1e1e;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    background-color: rgb(51, 51, 51);
    padding-bottom: 80px;
}

.services .section-title h2,
.services .section-title p {
    /* color: #fff; */
}

.services .section-title h2::after {
    /* background: rgba(255, 255, 255, 0.2); */
}

.services .icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    transition: all 0.3s;
    border-radius: 5px;
    text-align: center;
}

.services .icon-box:hover {
    transform: scale(1.08);
}

.services .icon {
    margin-bottom: 15px;
}

.services .icon i {
    font-size: 64px;
    line-height: 1;
    color: #fff;
    padding: 20px;
    border-radius: 50px;
    transition: all 0.3s;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 26px;
}

.services .title a {
    /* color: #2d405f; */
    transition: 0.3s;
}

.services .title a:hover {
    /* color: #4e6fa4; */
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.btn-outline-catering {
    --bs-btn-color: #21333a;
    --bs-btn-border-color: #21333a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #21333a;
    --bs-btn-hover-border-color: #21333a;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #21333a;
    --bs-btn-active-border-color: #21333a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #21333a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #21333a;
    --bs-gradient: none;
}

/* text truncate */
.text-truncate p {
    display: -webkit-box;
    max-height: 200px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: wrap;
}

/* Grand Hall Sections */
.grandhall-zero-section {
    background: url("../img/location/grandhall/IMG_6748.webp") center center;
    background-size: cover;
    background-attachment: fixed;
}

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#00c88f 50%, rgba(255, 255, 255, 0.2) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

.play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/*Home Sections*/
.home-first-section {
    background: url("../images/S5B_0935.webp") center center;
    background-size: cover;
    background-attachment: fixed;
}

/* Gastronomie Sections */
.gastronomie-first-section, .gastronomie-second-section, .gastronomie-third-section {
    background: url("../img/gastronomie/frankys-wasserbahnhof-Galerie-00019.webp") center center;
    background-size: cover;
    background-attachment: fixed;
}
.gastronomie-first-section a, .gastronomie-second-section a, .gastronomie-third-section a{
    color: #fff;
}
.gastronomie-first-section a:hover, .gastronomie-second-section a:hover, .gastronomie-third-section a:hover{
    transition: all 0.3s;
}

.gastronomie-first-section .book-a-table-btn, .gastronomie-second-section .book-a-table-btn, .gastronomie-third-section .book-a-table-btn {
    color: #00c88f;
}


/* General Section */
.section-headline h1 {
    font-family: "Poppins", sans-serif;
    color: white;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgb(51, 51, 51, 0.8));
    font-weight: 700;
    font-size: 2.5rem;
}


.section-headline h1 span {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #00c88f;
    font-size: 2.5rem;
}

.section-divider {
    width: 100%;
    height: 0.2vh;
    background: #1e1e1e;
    /* background: #00c88f; */

}

/*Dropdown Menu*/
.navbar .dropdown ul {
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 0px;
}

.navbar .dropdown ul a {
    color: white;
}

section {
    background-color: rgb(53, 63, 68);
}

.section-bg {
    /* background-color: #2b323f; */
    background-color: #1e1e1e;
}


#topbar {
    background-color: rgba(53, 63, 68, 0.9);
}


#footer {
    background-color: #1e1e1e
}

.locationBanner {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

/* background-color: rgb(55 54 71); */

/* ===== Primary color #00c88f, 353F44 ===== */
/* ===== Primary color #727271 ===== */
/* ===== Primary color #FEFEFE ===== */

/* Für Überschriften mit Bold */
h2,
h3 {
    font-family: 'Geom Graphic', sans-serif;
    font-weight: 700;
}

/* Für SemiBold */
.section-title {
    font-family: 'Geom Graphic', sans-serif;
    font-weight: 600;
}

a {
    color: #00c88f;
}

a:hover {
    color: #00c88f;
}

#preloader:before {
    color: #00c88f;
}

.back-to-top {
    color: #00c88f;
    border: 2px solid #00c88f;
}

.back-to-top:hover {
    background: #00c88f;
}

.back-to-top i {
    color: #00c88f;
}

.back-to-top i:hover {
    color: #1e1e1e;
}

.back-to-top:hover {
    color: #00c88f;
}

#topbar .contact-info i {
    color: #00c88f;
}

#topbar .languages ul {
    color: #00c88f;
}

.book-a-table-btn {
    color: #00c88f;
    border: 2px solid #00c88f;
    text-transform: none;
}

.book-a-table-btn:hover {
    color: #1e1e1e;
}

.navbar a:hover {
    color: #00c88f;
}

.navbar .active {
    color: #00c88f;
}

.navbar .active:focus {
    color: #00c88f;
}

.navbar li:hover>a {
    color: #00c88f;
}

.navbar .dropdown ul a:hover {
    color: #00c88f;
}

.navbar .dropdown ul .active:hover {
    color: #00c88f;
}

.navbar .dropdown ul li:hover>a {
    color: #00c88f;
}

.navbar-mobile a:hover {
    color: #00c88f;
}

.navbar-mobile .active {
    color: #00c88f;
}

.navbar-mobile li:hover>a {
    color: #00c88f;
}

#hero h1 span {
    color: #00c88f;
}

#hero .btn-menu {
    color: #00c88f;
}

#hero .btn-book {
    color: #00c88f;
}

#hero .btn-menu:hover {
    color: #00c88f;
}

#hero .btn-book:hover {
    color: #00c88f;
}

.section-title p {
    color: #FEFEFE;
    /* color: #00c88f; */
    font-family: 'Geom Graphic', sans-serif;
    font-weight: 600;
}

.about .about-img::before {
    color: #00c88f;
}

.about .about-img::after {
    color: #00c88f;
}

.about .content ul i {
    color: #00c88f;
}

.why-us .box span {
    color: #00c88f;
}

.menu #menu-flters li:hover {
    color: #00c88f;
}

.menu #menu-flters li.filter-active {
    color: #00c88f;
}

.menu .menu-content a:hover {
    color: #00c88f;
}

.menu .menu-content span {
    color: #00c88f;
}

.specials .nav-link {
    color: #00c88f;
}

.specials .nav-link:hover {
    color: #00c88f;
}

.specials .nav-link.active {
    color: #00c88f;
}

.events .event-item h3 {
    color: #00c88f;
}

.events .event-item .price span {
    color: #00c88f;
}

.events .event-item ul i {
    color: #00c88f;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
    color: #00c88f;
}

.book-a-table .php-email-form .loading:before {
    color: #00c88f;
}

.book-a-table .php-email-form input:focus {
    color: #00c88f;
}

.book-a-table .php-email-form textarea:focus {
    color: #00c88f;
}

.book-a-table .php-email-form button[type=submit] {
    color: #00c88f;
}

.book-a-table-btn:hover {
    background: #00c88f;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    color: #00c88f;
}

.chefs .member .social a:hover {
    color: #00c88f;
}

.contact .info i {
    color: #00c88f;
    background: #1e1e1e;
}

.contact .php-email-form .loading:before {
    color: #00c88f;
}

.contact .php-email-form input:focus {
    color: #00c88f;
}

.contact .php-email-form textarea:focus {
    color: #00c88f;
}

.contact .php-email-form button[type=submit] {
    color: #00c88f;
    background: transparent;
    border: 2px solid #00c88f;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #00c88f;
    color: #1e1e1e;
}

#footer .footer-top .social-links a:hover {
    color: black;
    background: #00c88f;
}

#footer .footer-top .footer-links ul i {
    color: #00c88f;
}

#footer .footer-top .footer-links ul a:hover {
    color: #00c88f;
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    color: #00c88f;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00c88f;
}

#preloader {
    background: #2b323f;
}

#preloader:before {
    border: 6px solid #2b323f;
    border-top-color: #00c88f;
    border-bottom-color: #00c88f;
}

#footer .footer-top {
    background: #1e1e1e;
    border-bottom: 1px solid rgb(53, 63, 68);
}

.about .about-img::before {
    border-left: 5px solid #00c88f;
    border-top: 5px solid #00c88f;
}

.about .about-img::after {
    border-right: 5px solid #00c88f;
    border-bottom: 5px solid #00c88f;
}

.loft-section {
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

.loft-section::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.loft-firmenevent {
    background: url("/assets/images/S5B_5797.webp") center left !important;
}

.loft-bankett {
    background: url("/assets/images/S5B_5968.webp") center left !important;
}

.loft-hochzeit {
    background: url("/assets/images/IMG_1924.webp") center center !important;
    background-size: cover !important;
}

.loft-tagung {
    background: url("/assets/images/S5B_0273.webp") center left !important;
}

.loft-section .about-img:hover {
  transform: scale(1.03);
}

.loft-section .about-img {
  position: relative;
  transition: 0.5s;
}

.loft-section .about-img img {
  max-width: 100%;
  /* border: 4px solid rgba(255, 255, 255, 0.2); */
  border: 4px solid rgba(0, 200, 143, 0.8);
  position: relative;
}

.loft-section .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: "";
  transition: 0.5s;
}

.loft-section .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: "";
  transition: 0.5s;
}

.loft-section .about-img::before {
    color: #00c88f;
}

.loft-section .about-img::after {
    color: #00c88f;
}

#media {
    min-height: 43.5vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Geom Graphic', sans-serif;
}

#footer .footer-top .footer-info p {
  font-family: initial;
}

.languages .bx.bxl-facebook,
.languages .bx.bxl-instagram {
    transition: color 0.3s ease;
}

.languages .bx.bxl-facebook:hover,
.languages .bx.bxl-instagram:hover {
    color: #00c88f;
}

/* Accordion Styles */
.accordion-item {
    background-color: #353F44;
    border: 1px solid #727271;
    border-radius: 0;
}

.accordion-button {
    background-color: #353F44;
    color: #FEFEFE;
    border: none;
    font-family: 'Geom Graphic', sans-serif;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #00c88fa6;
    color: #1e1e1e;
}

.accordion-button:hover {
    background-color: #00c88f;
    color: #1e1e1e;
}

.accordion-button:focus {
    box-shadow: none;
    background-color: #00c88f;
    color: #1e1e1e;
}

.accordion-body {
    background-color: #1e1e1e;
    color: #FEFEFE;
    border-top: 1px solid #727271;
}

.accordion-button::after {
    color: #00c88f;
}

.accordion-button:not(.collapsed)::after {
    color: #1e1e1e;
}