Skip to content
Snippets Groups Projects
stylesheet.css 33.9 KiB
Newer Older
Victoria Badeke's avatar
Victoria Badeke committed

    .active {
        display: flex;
    }
„Sophia's avatar
„Sophia committed

    #startseite {
        flex-direction: column;
    }
„Sophia's avatar
„Sophia committed

.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;
Luisa Wenz's avatar
Luisa Wenz committed
/* 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;
}




Sarah Gloger's avatar
Sarah Gloger committed
#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;
}
„Sophia's avatar
„Sophia committed
/* Admin User bearbeiten Modal */
#updateButtonEdit {
    background-color: #fb7300;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
}

„Sophia's avatar
„Sophia committed
.modal-body card {
„Sophia's avatar
„Sophia committed
    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;
}

„Sophia's avatar
„Sophia committed
#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;
}

„Sophia's avatar
„Sophia committed
#edit-user-admin-first-name {
    border-radius: 70px;
}

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

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

„Sophia's avatar
„Sophia committed
#edit-user-admin-adress-name {
    border-radius: 70px;
}

„Sophia's avatar
„Sophia committed
#edit-user-admin-role {
    border-radius: 70px;
}
„Sophia's avatar
„Sophia committed

#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;
}
Victoria Badeke's avatar
Victoria Badeke committed

/*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;
}
Victoria Badeke's avatar
Victoria Badeke committed
h1 {
    font-family: "Cy Grotesk Wide";
Victoria Badeke's avatar
Victoria Badeke committed
    font-size: 24px;
    color: #03355C;
    margin-bottom: 20px;
Victoria Badeke's avatar
Victoria Badeke committed
}

form.reiseberichtFormular {
Victoria Badeke's avatar
Victoria Badeke committed
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;

Victoria Badeke's avatar
Victoria Badeke committed
}

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;
Victoria Badeke's avatar
Victoria Badeke committed
}

.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;
„Sophia's avatar
„Sophia committed
}

.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;
}
„Sophia's avatar
„Sophia committed

/*Erfahrungsberichte Startseite*/
Lilith Faust's avatar
Lilith Faust committed

.erfahrungsberichte{
Lilith Faust's avatar
Lilith Faust committed
    margin: 0;
    padding: 0;
    box-sizing: border-box;

Lilith Faust's avatar
Lilith Faust committed

.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;
Lilith Faust's avatar
Lilith Faust committed
    display: flex;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
Lilith Faust's avatar
Lilith Faust committed
    gap: 20px;
    flex-wrap: wrap;
    overflow-x: hidden;

Lilith Faust's avatar
Lilith Faust committed
}


.cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
Lilith Faust's avatar
Lilith Faust committed
.card {
    background: white;
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
Lilith Faust's avatar
Lilith Faust committed
    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;
Lilith Faust's avatar
Lilith Faust committed
}

.card-content p {
    font-size: 0.9rem;
    color: #555;
Lilith Faust's avatar
Lilith Faust committed
    margin-bottom: 20px;
}

.stars {
    color: #ff9900;
    margin-bottom: 20px;
Lilith Faust's avatar
Lilith Faust committed
}

.card-button {
    font-family: "DM Sans", sans-serif;
    background-color: #bde4cc;
Lilith Faust's avatar
Lilith Faust committed
    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;
Victoria Badeke's avatar
Victoria Badeke committed
/*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;
}
Victoria Badeke's avatar
Victoria Badeke committed
.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;
„Sophia's avatar
„Sophia committed
}

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

.small-button-delete {
    background-color: #FB7300;
    color: #fff;
    border-radius: 50px;
    margin-right: 400px;
}

.small-button-edit {
    border: 1px solid #FB7300;
    border-radius: 50px;
    margin-top: 10px;
    margin-right: 350px;
}

.small-button-delete, .small-button-edit {
    margin-top: 10px;
    padding: 10px 15px;
    font-family: 'dm sans', sans-serif, bold;
    font-size: 20px;
    border-radius: 50px;
    cursor: pointer;
Sarah Gloger's avatar
Sarah Gloger committed
}

#exampleModalLabelReisebericht {
    font-family: "DM Sans", sans-serif;
}
#updateModalReisebericht {
    background:#FCF3E4;
    display: flex;
    align-items: center;
    border-radius: 20px;
    flex-direction: column;

}

.modal-body.card {
    border-color:#FCF3E4;
    background-color: #FCF3E4;
    border-radius: 10px;
    box-shadow: none;
    margin-top: 15px;
}
#saveButtonEditReisebericht {
    color: #ffffff;
    background-color: #fb7300;
    border-radius: 50px;
    border: none;
}
.modal-footer {
    border-color:#FCF3E4;
Victoria Badeke's avatar
Victoria Badeke committed
}