/* Vollbild-Styling */
        body, html {
            height: 100%;
            margin: 0;
            padding: 0;
        }
        .fullwidth-container {
            width: 100%;
            height: 100vh; /* Full viewport height */
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #f8f9fa;
            text-align: center; /* Center text horizontally */
            padding: 20px; /* Add some padding */
        }

        .fullwidth-container h1 {
            font-size: 2rem; /* Default font size */
			font-weight:200;
            line-height: 1.2; /* Line height for better readability */
        }

        @media (max-width: 576px) {
            .fullwidth-container h1 {
                font-size: 1.0rem; /* Smaller font size on small screens */
            }
        }

        @media (max-width: 768px) {
            .fullwidth-container h1 {
                font-size: 1.5em; /* Adjust font size on medium screens */
            }
        }

        /* Standard-Styling für das Cookie-Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 15px;
    z-index: 1000;
    box-sizing: border-box;
}

/* Standard-Styling für den Button */
.cookie_button {
    margin-left: 10px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
}

/* Responsive Anpassungen für kleinere Bildschirme */
@media (max-width: 600px) {
    .cookie-banner {
        padding: 10px;
		background-color: rgba(0, 0, 0, 1.0);
    }

    .cookie_button {
        width: 100%;  /* Button füllt die volle Breite */
        margin-top: 10px;
        margin-left: 1px;		/* Obere und untere Abstände, kein linker Abstand */
        font-size: 0.9rem; /* Kleinere Schriftgröße */
        padding: 10px;
    }
}
.f_st{
			font-family: 'Monserrat-ExtraLight';
			font-size:.9rem;
		}
		
/* Optionale Stile für schönere Abstände und Ausrichtung */
        .accordion-button:not(.collapsed) {
            background-color: #f8f9fa;
            color: #343a40;
        }

        .accordion-body {
            padding: 20px;
            background-color: #f1f1f1;
            border-radius: 5px;
        }

        .impressum-section h5 {
            font-weight: bold;
        }

        .impressum-section p {
            margin-bottom: 10px;
        }
.set_break{
	height:5.5vh;
}
	