/* 1. Den Banner-Container stylen (ohne ihn zum Bleiben zu zwingen) */
#footer .cookies {
    /* WICHTIG: Kein display: flex !important mehr hier! */
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 950px;
    background-color: #1a1f2c; 
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.5);
    z-index: 99999;
    border: 1px solid rgba(255,255,255,0.1);
    text-transform: uppercase;
}

#footer .cookies .wrapper a {
    font-size: 12px;
    line-height: normal;
}

/* 2. Der Ausgraueffekt (Overlay) */
/* Er ist an den Banner gekoppelt und verschwindet mit ihm */
#footer .cookies::before {
    content: "";
    position: fixed;
    /* Deckt alles ab */
    top: -100vh;
    left: -100vw;
    width: 300vw;
    height: 300vh;
    background: rgba(0, 0, 0, 0.7); /* Abdunkelung */
    backdrop-filter: blur(3px); /* Optional: macht den Hintergrund leicht unscharf */
    z-index: -1;
    pointer-events: all; /* Blockiert Klicks auf die Webseite dahinter */
}

/* 3. Layout im Inneren (Wrapper) */
#footer .cookies .wrapper {
    display: flex !important; /* Hier ist flex okay, da es nur das Innere betrifft */
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

/* 4. Text-Styling */
#footer .cookies .wrapper .text {
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 0 !important;
    width: 65% !important;
}

/* 5. Button-Styling */
#footer .cookies .wrapper .btn {
    white-space: nowrap;
    padding: 12px 25px !important;
    border-radius: 8px !important;
    font-weight: 700;
    font-size: 14px;
    height: auto !important;
    max-width: none !important;
    cursor: pointer;
}

/* Linker Button: Notwendige */
#footer .cookies .wrapper .btn:first-of-type {
    background: transparent !important;
    color: #adb5bd !important;
    border: 1px solid #3e4555 !important;
}

/* Rechter Button: Akzeptieren  */
#footer .cookies .wrapper .btn:last-of-type {
    background-color: #c3a082 !important;
    color: #333652 !important;
    border: none !important;
}

/* Mobil-Optimierung */
@media (max-width: 850px) {
    #footer .cookies .wrapper {
        flex-direction: column;
        text-align: center;
    }
    #footer .cookies .wrapper .btn {
        margin-top: 1em !important;
    }
    #footer .cookies .wrapper .text {
        width: 100% !important;
        text-align: center;
    }
}

 #events h3   {
	/* add your css rule here */
}

#header .brand .logo a img  {
	max-height: fit-content;

}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}

#main-buttons .bar
{
	 padding-top: 15em !important;
}
 


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

