body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: #03355C;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;

    header {
        background-color: #ffffff;
        color: #ffffff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Schatten für Abgrenzung */
    }

    /*Navbar*/

    .nav {
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-items: center;
        padding: 20px 10%;

    }
    .logo img {
        height: 50px;
        align-items: center;
    }

    .nav-links {
        list-style: none;
        display: flex;
        gap: 100px;
        margin: 0;
        padding: 0;
        align-items: center;
        box-sizing: border-box;
        color: #03355C;
        cursor: pointer;
    }

    .nav-links li a {
        text-decoration: none;
        color: #03355c;
        font-size: 26px;
        font-weight: 500;
        align-items: center;
    }

    .nav-links li a:hover {
        color: #03355c; /* Hover-Farbe */
        opacity: 0.5;
    }

    #merkliste-navbar {
        font-size:40px;
        color: #03355c;

    }
    #merkliste-navbar:hover {
        color: #03355c; /* Hover-Farbe */
        opacity: 0.5;
    }

    .fa-circle-user {
        margin-right: 30px;
        color: #03355c;
        font-size: 40px;
        cursor: pointer;
    }
    .fa-circle-user:hover {
        color: #03355c;
        opacity: 0.5;
        border: none;
    }

    #dropdown-anmelden {
        border: none;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Schatten für Abgrenzung */
        color: #03355c;
    }

    #login-button {
        background-color: #fb7300;
        color: #ffffff;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
        cursor: pointer;

    }
    #login-button:hover {
        background-color: #e36c20;
        color: #ffffff;
    }
    #exampleDropdownFormEmail2 {
        border-color: #03355c;
        border-radius: 50px;
    }
    #exampleDropdownFormPassword2 {
        border-color: #03355c;
        border-radius: 50px;
    }

    /*Footer*/
    .footer {
        background-color: #03355C;
        color: #fff;
        padding: 20px 10%;
        font-size: 20px;

    }

    .footer-container {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .footer-logo img {
        max-width: 150px;
    }


    .footer-section h4 {
        margin-bottom: 20px;
    }



    .footer-section ul {
        list-style: none;
        font-size: 20px;
        padding: 0;
        margin: 0;
    }

    .footer-section ul li a {
        color: #fff;
        margin: 20px;
    }

    .footer-section ul li a:hover {
        opacity: 0.5;
    }

    .payment-icons img {
        max-height: 40px;
        margin-right: 20px;
    }

    .social-icons a {
        color: #fff;
        font-size: 45px;
        margin-right: 20px;
        cursor: pointer;
    }

    .social-icons a:hover {
        opacity: 0.5;
    }

    .footer-bottom {
        text-align: center;
        margin-top: 20px;
        font-size: 0.9em;
        border-top: 1px solid #fff;
        padding-top: 10px;
    }

    /*Landkarte*/

    /* Überschrift mit eigener Schriftart */
    #h1-landkarte {
        font-family: Cy Grotesk Wide;
        color: #03355C;
        font-size: 34px;
        margin: 0;
        display: flex;
        justify-content: center; /* Zentriert horizontal */
        align-items: center; /* Zentriert vertikal */
        padding-top: 200px;
    }

    /* Absatztext mit Standardschriftart */
    #subtitle-landkarte {
        font-family: 'DM Sans', sans-serif; /* Schriftart für den Absatztext */
        color: #03355C;
        font-size: 20px; /* Schriftgröße */
        display: flex;
        justify-content: center; /* Zentriert horizontal */
        align-items: center; /* Zentriert vertikal */
    }



    /* Weltkarte mit Pins */
    .map-container {
        display: flex;
        justify-content: center; /* Zentriert horizontal */
        align-items: center; /* Zentriert vertikal */
    }
    /*Bild der Karte*/
    .map {
        max-width: 100%; /* Karte passt sich der Bildschirmbreite an */
        height: auto;
    }

    /*Karusell Startseite Reisen*/

    #beispielreisen-carrousel {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-carrousel-reisen .position-relative {
        object-position: center; /* Zentriert das Bild innerhalb des Containers */
        display: flex;
        flex-direction: column; /* Für vertikale Inhalte */
        gap: 10px;
    }

    .card-img-beispiel {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        fill-rule: evenodd;
        width: 600px;
        height: 200px;
        object-fit: cover;
    }

    .bestseller-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #e36c20;
        background: #ffffff;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .favorite-icon {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        color: #03355C;
    }


    .card-carrousel-reisen {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 20px auto; /* Automatische Zentrierung */
        width: 600px; /* Maximale Breite der Karte */
        height: 450px;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); /* Schatten */
        border-radius: 10px; /* Abgerundete Ecken */
        overflow: hidden; /* Damit der Inhalt innerhalb der abgerundeten Kanten bleibt */
    }
    .card-body {
        text-align: center;
        padding: 15px;
    }

    #carousel-title {
        padding: 20px 10px;
        border-radius: 15px;
        margin-bottom: 20px;

    }

    #carousel-title h2 {
        font-family: Cy Grotesk Wide;
        font-size: 34px;
        margin: 0;
        display: flex;
        justify-content: center; /* Zentriert horizontal */
        align-items: center; /* Zentriert vertikal */
        padding-top: 200px;
    }

    #carousel-title p {
        font-family: "DM Sans", sans-serif;
        margin: 0;
        font-size: 26px;
        color: #03355c;
        display: flex;
        justify-content: center; /* Zentriert horizontal */
        align-items: center; /* Zentriert vertikal */
    }

    .card-title-carousel {
        font-family: 'DM Sans', sans-serif;
        color: #03355C;
        text-align: start;
    }
    .card-text-carousel {
        font-family: 'DM Sans', sans-serif;
        color: #03355C;
        text-align: start;
    }
    .carousel-control-prev,
    .carousel-control-next {
        color: #03355c;
    }
    /* Positioniere die Pfeile außerhalb des Karussells */
    .carousel-control-prev,
    .carousel-control-next {
        top: 50%;
        transform: translateY(-50%);
    }

    /* Verschiebe die Pfeile nach außen */
    .carousel-control-prev {
        left: -70px
    }

    .carousel-control-next {
        right: -70px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-color: #03355c;
    }

    .carousel-control-next-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #03355C;
    }
    /*Pfeil rechts (Karussell)*/
    .fa-chevron-right {
        font-size: 40px;
        color: #03355C;
    }

    /* Pfeil links (Karussell) */
    .fa-chevron-left {
        font-size: 40px;
        color: #03355C;

    }

    /*Registrierenseite*/

    #backButtonRegistrieren {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 30px;
        color: #03355C; /* Dunkelblau passend zur Überschrift */
        cursor: pointer;
    }

    #card-registrieren {
        background-color: #FCF3E4; /* Heller Beige-Hintergrund */
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
        width: 701px; /* Breite des Formulars */
        height: 775px;
        text-align: center;

    }

    h1 {
        font-family: Cy Grotesk Wide;
        font-size: 34px;
        color: #03355C; /* Dunkelblau für die Überschrift */
        margin-bottom: 20px;
    }

    .form-control-registrieren {
        width: 525px;
        height: 57px;
        padding-left: 15px;
        margin-bottom: 10px;
        border: 1px solid #03355C; /* dunkelblauer Rahmen */
        border-radius: 30px; /* Runde Ecken für Eingabefelder */
        box-sizing: border-box;
        font-family: "DM Sans", sans-serif;
        font-size: 20px;
        color: #03355C;
    }

    .form-text-registrieren {
        text-align: left;
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 15px;
        color: #03355C; /* Dunkelblauer Text */
        padding-left: 90px; /* Gleiche Einrückung wie das Eingabefeld */
    }


    #registrierenButton {
        background-color: #FB7300; /* Orange Farbe */
        font-family: "DM Sans", sans-serif, bold;
        font-size: 26px;
        color: white;
        border: none;
        border-radius: 50px;
        padding: 10px 20px;
        cursor: pointer;
        width: 242px;
        height: 55px;
        margin: 30px;
    }

    #registrierenButton:hover {
        background-color: #e36c20; /* Etwas dunkleres Orange bei Hover */
    }

    /*Meine Reisen*/

    /* Sidebar */
    .container-meineReisen {
        display: flex;
    }
    .sidebar {
        background-color: #f1f4f9;
        width: 322px;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        height: 100vh;
    }

    .backButton {
        background: none;
        border: none;
        font-size: 30px;
        color: #03355C;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .greeting {
        margin-top: 20px;
        font-family: 'DM Sans', sans-serif;
        color: #03355C;
        font-size: 26px;
        margin-bottom: 20px;
    }

    .menu ul {
        list-style: none;
        padding: 0;
        width: 100%;
    }

    .menu li {
        margin-bottom: 15px;
        cursor: pointer;
    }

    .menu a {
        font-family: 'DM Sans', sans-serif;
        text-decoration: none;
        color: #03355C;
        font-size: 20px;
        cursor: pointer;
    }

    /* Main Content */

    .content {
        flex-grow: 1;
        padding: 20px;
        background-color: #ffffff;
        overflow-y: auto;
        margin-top:100px
    }

    h2 {
        font-family: 'Cy Grotesk Wide';
        font-size: 34px;
        color: #03355C;
        margin-bottom: 20px;
        margin-top: 100px;
    }

    .trip-card {
        width: 662px;
        height: 163px;
        display: flex;
        align-items: center;
        background-color: #FCF3E4;
        border-radius: 30px;
        padding: 15px;
        margin-bottom: 20px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .trip-card img {
        width: 246px;
        height: 163px;
        border-radius: 30px;
        margin-right: 15px;
        object-fit: cover;
    }

    .trip-info {
        font-family: 'DM Sans', sans-serif;
        color: #03355C;
        font-size: 20px;
        flex-grow: 1;
    }

    h3 {
        font-family: 'dM Sans', sans-serif;
        font-size: 34px;
        margin: 0;
        color: #03355C;
    }

    .details-button, .report-button {
        margin-top: 10px;
        padding: 10px 15px;
        font-family: 'dm sans', sans-serif, bold;
        font-size: 20px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
    }

    .details-button {
        background-color: #FB7300;
        color: #fff;
    }

    .report-button {
        background-color: #FCF3E4;
        color: #03355C;
        border: 1px solid #FB7300;
        margin-left: 10px;
    }

    /*Profil*/
    /*Main Body*/
    .profil-container {
        max-width: 600px;
        margin: 50px auto;
    }

    h1 {
        text-align: center;
        font-family: 'Cy Grotesk Wide';
        font-size: 34px;
        color: #03355C;
    }

    .profil-card {
        width: 644px;
        height: auto; /* Automatische Höhe für dynamische Inhalte */
        background-color: #FCF3E4;
        padding: 50px;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .section {
        margin-bottom: 20px;
    }

    h2 {
        margin-bottom: 10px;
        font-family: 'DM Sans', sans-serif;
        font-weight: bold;
        color: #03355C;
        font-size: 26px;
    }

    .row {
        display: flex;
        justify-content: space-between; /* Platz zwischen den Spans */
        align-items: center; /* Zentriere den Text vertikal */
        padding: 5px 0;
    }

    .row span {
        display: inline-block; /* Stellt sicher, dass Spans korrekt dargestellt werden */
        white-space: nowrap; /* Verhindert, dass Inhalte umbrechen */
    }

    .row span:first-child {
        font-family: 'DM Sans', sans-serif;
        font-size: 20px;
        color: #03355C;
        flex: 1; /* Erlaubt dynamische Breite */
    }

    .row span:last-child {
        font-family: 'DM Sans', sans-serif;
        font-size: 20px;
        color: #03355C;
        text-align: right; /* Richtet den Text am rechten Rand aus */
        flex: 1; /* Erlaubt dynamische Breite */
    }


    .row:last-child {
        border-bottom: none;
    }

    #changes-button {
        background-color: #fb7300;
        color: #ffffff;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
        cursor: pointer;
    }

    /*AboutUs*/
    .containerAboutUs {
        width: 100%;
        height: 100%;
    }
    /* Allgemein */
    body {
        margin: 0;
        font-family: DM Sans, sans-serif;
        font-size: 20px;
        line-height: 1.6;
        color: #03355C;
    }

    h1 {
        margin: 0;
        font-family: "Cy Grotesk Wide";
        font-size: 43px;
        color: #03355C;
        text-align: left;
    }

    h2 {
        margin: 0;
        font-family: "dM Sans", sans-serif;
        font-size: 26px;
        color: #03355C;
    }

    /* Header Hero-Bereich */
    .hero-aboutUs {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .hero-image-aboutUs {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



    /* About Section */

    .about-section {
        padding: 50px;
        justify-content: left;
        align-items: center;
        gap: 30px;
    }

    .about-container {
        max-width: 1200px;
        display: flex;
        gap: 30px;
        align-items: center;
    }

    .text-box {
        background-color: #FCF3E4;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;

    }

    .text-block {
        max-width: 500px;
    }

    .about-image {
        width: 473px;
        height: 275px;
        margin-left: 50px ;
        border-radius: 30px;

    }


    /*Philosophy Section*/

    .philosophy-section {
        padding: 50px;
        display: flex;
        justify-content: right;
        align-items: center;
        gap: 30px;
    }

    .philosophy-container {
        max-width: 100%;
        display: flex;
        gap: 30px;
        align-items: center;
    }

    .text-box-philosophie {
        background-color: #FCF3E4;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;

    }

    .text-block {
        max-width: 500px;
    }

    .philosophy-image {
        width: 473px;
        height: 275px;
        border-radius: 30px;
    }


    /* Testimonials Section */
    .testimonials {
        padding: 50px;
        background-color: #FCF3E4;
        width: 1220px;
        height:495px;
        border-radius: 60px;
        margin-bottom: 20px;

    }

    .testimonials h2 {
        font-family: 'DM Sans', sans-serif;
        font-size: 26px;
        color: #03355C;
        margin-bottom: 30px;


    }

    .testimonial {
        background: white;
        margin: 20px auto;
        padding: 20px;
        max-width: 600px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        position:relative;
        left: -250px;

    }

    .stars {
        color: #ff9900;
        margin-bottom: 10px;

    }

    .name {
        font-weight: bold;
        margin-top: 0;
        font-family: 'DM Sans', sans-serif;
        font-size: 20px;
        color: #03355C;

    }

    .quote {
        margin: 10px 0;
        font-family: 'DM Sans', sans-serif;
        font-size: 20px;
        color: #03355C;

    }

    .hero {
        position: relative;
        text-align: right;
        color: white;
    }

    .hero-image {
        width: 100%;
        height: auto;
    }

    .hero-text {
        color: #03355C;
        position: absolute;
        top: 30%;
        left: 80%;
        transform: translate(-50%, -50%);
        white-space: nowrap; /* Verhindert Zeilenumbrüche */
        padding-right: 60px;
    }

    #hero-button {
        background-color: #fb7300;
        color: #ffffff;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
        cursor: pointer;

    }

    #hero-button:hover {
        background-color: #e36c20 /* Dunkleres Orange bei Hover */
    }

    /* Horizon Changers Section */

    /*Startseite*/
    .horizon-changers-opening {
        padding: 60px 20px; /* Abstand innen */
        text-align: center; /* Zentriert den Text */
    }

    .horizon-changers-opening-container {
        max-width: 900px; /* Maximale Breite für den Textbereich */
        margin: 0 auto; /* Zentriert den Container */
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    .horizon-changers-opening-title {
        font-family: Cy Grotesk Wide;
        font-size: 43px; /* Schriftgröße */
        color: #03355c; /* Dunkelblau */
        margin-bottom: 20px; /* Abstand nach unten */
        margin-top: 60px;
        display: flex;
        justify-content: center; /* Zentriert horizontal */
        align-items: center; /* Zentriert vertikal */

    }

    .horizon-changers-description {
        font-family: "DM Sans", sans-serif; /* Standardschriftart */
        font-size: 1.2rem; /* Schriftgröße für den Absatz */
        color: #03355c; /* Dunkelblau */
        margin-bottom: 40px; /* Abstand nach unten */
        line-height: 1.6; /* Zeilenhöhe für Lesbarkeit */
        display: flex;
        justify-content: center; /* Zentriert horizontal */
        align-items: center; /* Zentriert vertikal */
        text-align: center;
        white-space: nowrap; /* Verhindert Zeilenumbrüche */
    }

    .horizon-changers-button {
        background-color: #fb7300;
        color: #ffffff;
        font-family: "DM Sans", sans-serif; /* Button-Schriftart */
        font-size: 26px; /* Schriftgröße */
        padding: 12px 25px; /* Innenabstand */
        border: none; /* Keine Umrandung */
        border-radius: 30px; /* Runde Kanten */
        cursor: pointer; /* Zeigt Klickbarkeit an */
        align-items: center;
    }

    .horizon-changers-button:hover {
        background-color: #e36c20
    }

    /* Dunkleres Orange bei Hover */

    /*Admin-Nutzerliste*/


    .sidebarAdmin {
        background-color: #f1f4f9;
        width: 322px;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        height: 100vh;
    }

    .backButton {
        background: none;
        border: none;
        font-size: 30px;
        color: #03355C;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .menu ul {
        list-style: none;
        padding: 0;
        width: 100%;
    }

    .menu li {
        margin-bottom: 15px;
        cursor: pointer;
    }

    .menu a {
        font-family: 'DM Sans', sans-serif;
        text-decoration: none;
        color: #03355C;
        font-size: 20px;
        cursor: pointer;
    }

    .nutzerliste-container {
        margin-left: 100px;
        margin-top: 30px;
    }
    .table-container-nutzerliste {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 16px;
        overflow-x: auto;

    }

    table {
        width: 100%;
        border-collapse: collapse;
        margin: 0 auto;
    }

    thead {
        background-color: #fcecc9;
    }

    thead th {
        padding: 12px;
        text-align: left;
        font-weight: bold;
    }

    tbody tr {
        border-bottom: 1px solid #ddd;
    }

    tbody tr:hover {
        background-color: #f9f9f9;
    }

    td {
        padding: 12px;
    }

    button {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }

    button.edit-btn {
        color: #007bff;
    }

    button.delete-btn {
        color: #dc3545;
    }

    button:hover {
        opacity: 0.8;
    }

    /*Single Page Application */
    .page {
        display: none;
    }

    .active {
        display: flex;
    }

    #startseite {
        flex-direction: column;
    }
}

.form-control-registrieren-modal {
    width: 300px;
    height: 57px;
    padding-left: 15px;
    margin-bottom: 10px;
    border: 1px solid #03355C; /* dunkelblauer Rahmen */
    border-radius: 30px; /* Runde Ecken für Eingabefelder */
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #03355C;
}

.modal-body,
#exampleModalLabel {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #03355C;
}

/* Admin User löschen Modal */
#deleteButtonEdit {
    background-color: #fb7300;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
}

#nodeleteButtonEdit {
    background-color: #ffffff;
    color: #fb7300;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
}

/* Admin User bearbeiten Modal */
#updateButtonEdit {
    background-color: #fb7300;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
}

.modal-card {
    background-color: #FCF3E4; /* Heller Beige-Hintergrund */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: auto; /* Breite des Formulars */
    height: auto;
    text-align: left;
}


#label1edituser {
    padding: 10px;
}

#label2edituser {
    padding: 10px;
}

#label3edituser {
    padding: 10px;
}

#label4edituser {
    padding: 10px;
}

#edit-user-admin-first-name {
    border-radius: 70px;
}

#edit-user-admin-last-name {
    border-radius: 70px;
}

#edit-user-admin-email {
    border-radius: 70px;
}

#edit-user-admin-role {
    border-radius: 70px;
}






#deleteModalLabel {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #03355C;
}

.modal-body {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
}

#exampleModalLabel {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #03355C;
}

#delete-button {
    background-color: #fb7300;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 20px;
}
/* Admin User bearbeiten Modal */
#updateButtonEdit {
    background-color: #fb7300;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
}

.modal-body card {
    background-color: #FCF3E4; /* Heller Beige-Hintergrund */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: auto; /* Breite des Formulars */
    height: auto;
    text-align: left;
}


#label1edituser {
    padding: 10px;
}

#label2edituser {
    padding: 10px;
}

#label3edituser {
    padding: 10px;
}

#label4edituser {
    padding: 10px;
}

#label5edituser {
    padding: 10px;
}

.form-control-bearbeiten {
    width: 300px;
    height: 45px;
    padding-left: 30px;
    margin-bottom: 10px;
    border: 1px solid #03355C; /* dunkelblauer Rahmen */
    border-radius: 30px; /* Runde Ecken für Eingabefelder */
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #03355C;
    margin-left: 15px;
    display: flex;
    flex-direction: column; /* Falls die Felder untereinander bleiben sollen */
    align-items: center;    /* Zentriert die Elemente horizontal */
    justify-content: center; /* Zentriert die Elemente vertikal */
}
#UpdateModalLabel {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
}

#edit-user-admin-first-name {
    border-radius: 70px;
}

#edit-user-admin-last-name {
    border-radius: 70px;
}

#edit-user-admin-email {
    border-radius: 70px;
}

#edit-user-admin-adress-name {
    border-radius: 70px;
}

#edit-user-admin-role {
    border-radius: 70px;
}

#user-list-container {
    border-radius: 30px;
    margin: 20px;
    color: #FCF3E4;
}
#admin-table-head {
    font-size: 28px;
    color: #03355C;
    background-color: #FCF3E4;
    border: 50px;
    border-color: #03355C;
}

#table-admin {
    background-color: #FCF3E4;
    color: #03355C;
}

#user-list {
    background-color: #FCF3E4;
    color: #03355C;
}

.fa-trash-can {
    color: #fb7300;
    cursor: pointer;
}

.fa-trash-can:hover {
    color: #e36c20
}

.fa-pen {
    color: #03355C;
    cursor: pointer;
}

.fa-pen:hover {
    opacity: 0.5;
}

/*Impressum*/

.container-Impressum {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}


h1 {
    font-family: "Cy Grotesk Wide";
    font-size: 43px;
    color: #03355C;
    margin-bottom: 20px;
}

h2{
    font-family: DM Sans, sans-serif, bold;
    font-size: 26px;
    color: #03355C;
    margin-top: 30px;
    margin-bottom: 10px;
}

h3 {
    font-family: DM Sans, sans-serif, bold;
    font-size: 20px;
    margin-bottom: 5px;
    color: #03355C;
}

p {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
}

a {
    color: #03355C;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.datenschutz {

    margin-top: 40px;
}
/*Reisebericht schreiben*/
.reiseberichtFormular {
    margin-left: 200px;
}
h1 {
    font-family: "Cy Grotesk Wide";
    font-size: 24px;
    color: #03355C;
    margin-bottom: 20px;

}

form.reiseberichtFormular {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;


}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #03355C;
}

select,
input[type="text"],
textarea,
input[type="file"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #03355C;
    border-radius: 24px;
    font-size: 16px;
}

select {
    appearance: none;
    background: #fff;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23002855" width="24" height="24"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

textarea {
    height: 150px;
    background-color: #FCF3E4;
    border: 1px solid #03355C;
}

.rating {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.rating span {
    font-size: 24px;
    color: #FB7300;
    cursor: pointer;
}

.reiseberichtAbsenden {
    background-color: #FB7300;
    color: white;
    border: none;
    border-radius: 24px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.reiseberichtAbsenden:hover {
    background-color: #FB7300;
}


/* Reisen */
.reisen {
    width: 50%;
    height: 100%;
    justify-content: center;
    margin-left:400px;
}



header.reisen {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #fff;

}
.back-button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    margin-right: 10px;
}

.reisen h1{
    font-size: 43px;
    color: #03355C;
    font-family: "Cy Grotesk Wide";
}

.filter-section {
    background-color: #FCF3E4;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
}

.filter-container {
    display: flex;
    gap: 15px;
    align-items: center;
}

select, input[type="range"] {
    padding: 10px;
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
    border: 1px solid #03355C;
    border-radius: 24px;
    color: #03355C;
}

.price-filter {
    display: flex;
    flex-direction: column;
}

.price-values {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 14px;
    color: #03355C;
}

.filter-button {
    padding: 10px 20px;
    background-color: #BDD4CE;
    color: #03355C;
    border: none;
    border-radius: 24px;
    cursor: pointer;
}

.projects-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px;
}

.project-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.project-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.project-card h3 {
    font-family: "DM Sans", sans-serif, bold;
    font-size: 26px;
    color: #03355C;
    margin: 10px;
}

.project-card p {
    margin: 0 10px 10px;
    color: #03355C;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
}

.project-info {
    padding-left: 1px;
    display: flex;
    gap: 10px;
    margin: 10px;
    font-size: 14px;
    color: #03355C;
    list-style: none;
}

/* Kalender (Produktkatalog, Sticky) */
.fa-calendar-days {
    color: #03355C;
}

/* Weltkugel (Produktkatalog) */
.fa-earth-americas {
    color: #03355C;
}
/* Stern ausgefüllt */
.fa-star {
    color: #03355C;
}


.price {
    font-size: 18px;
    font-weight: bold;
    color: #03355C;
    margin: 10px;
}

.info-button {
    margin: 10px;
    padding: 10px;
    background-color: #fb7300;
    color: white;
    border: none;
    border-radius: 24px;
    cursor: pointer;
}

/*Erfahrungsberichte Startseite*/

.erfahrungsberichte{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.header-berichte-title {
    font-family: "Cy Grotesk Wide";
    font-size: 2rem;
    color: #03355C;
    margin-bottom: 10px;
    text-align: center;
}

.header-berichte-title1 {
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    color: #03355C;
    margin-bottom: 30px;
    text-align: center;
}

.cards-container {
    font-family: "DM Sans", sans-serif;
    color: #03355C;
    padding: 20px;
    text-align: center;
    display: flex;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    gap: 20px;
    flex-wrap: wrap;
    overflow-x: hidden;

}


.cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
.card {
    background: white;
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px; /* Feste Breite */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-content {
    padding: 20px;
    flex-grow: 1; /* Gleichmäßiges Wachstum */
}

.card-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #033355;
}

.card-content p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 20px;
}

.stars {
    color: #ff9900;
    margin-bottom: 20px;
}

.card-button {
    font-family: "DM Sans", sans-serif;
    background-color: #bde4cc;
    color: #ffffff;
    padding: 10px 15px;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 20px 20px;
}

.card-button:hover {
    background-color: #afd3c6;
}

/*Kontakt*/
.contact-box {
    background: #FCF3E4;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-box {
    background: #FCF3E4;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-box {
    background: #FCF3E4;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-box-info {
padding: 20px;
}

.form-box-info {
    padding: 20px;
}

.video-box-info {
    padding: 20px;
}

#nachricht {
    background: #ffffff;
}

.absendenKontakt {
    background: #fb7300;
    border-radius: 50px;
    color: white;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
}

/*Merkliste*/
.col-auto h1 {
    margin-top: 10px;
    margin-left:480px;
}

.projects-section-merkliste {
    margin-left: 250px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom:50px;
    border-radius: 30px;
}