
@import url('site.css');

* {
    font-family: Arial, Helvetica, sans-serif;
}

html {
    font-size: 14px;
}

.a-white {
    style ="color:black"
}

.clickable-row {
    cursor: pointer; /* Ändert den Cursor zu einer Hand, wenn der Benutzer über die Zeile fährt */
}
/* Standardmäßig ist die Regel deaktiviert oder anders definiert für mobile Geräte */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: inherit; /* Setzt die Farbe zurück auf den Standard oder eine andere gewünschte Farbe */
    background-color: transparent; /* Macht den Hintergrund transparent oder setzt ihn auf eine andere Farbe */
}

/* Standardmäßig ist der Unterstrich dünner für mobile Geräte */
.nav-pills .nav-link {
    border-bottom: 1px solid #EE2528; /* Dünnerer Unterstrich für kleinere Bildschirme */
}


.nav-link {
    color: black;
}

.clickable-row:hover {
    background-color: #f5f5f5; /* Ändert die Hintergrundfarbe der Zeile, wenn der Benutzer mit der Maus darüber fährt */
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
#dashboard .container{
    max-width: 100% !important;
}
#navigationbutton {
    position: absolute;
    left: 10px;
    bottom: 50px;
}

#unlockbutton {
    position: absolute;
    right: 10px;
    bottom: 50px;
}




.btn-group {
    margin: 10px 0;
}

.workspaceNameToggle {
    width: 100%;
    text-align: left;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.dropdown-menu {
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.custom-dropdown-item:hover {
    background-color: #eaeaea;
}

.btn {
    border-radius: 30px; /* Oder den gewünschten Wert, um die Ecken stärker abzurunden */
    margin-right: 5px;
}

/* Überarbeitete Button-Styles in Grau und Rot */

.btn-design {
    color: white !important; /* Spezifisches Rot beim Hover */
    border-color: #ccc;
    background-color: #EE2528 !important; /* Helle Hintergrundfarbe */
    padding-left: 30px; /* Platz für das Icon */
}


    /* Falls Sie auch den Fokus-Stil ändern möchten */
    .btn-design:focus {
        box-shadow: 0 0 0 0.2rem #EE2528 !important; /* Beispiel für Schatten mit Ihrer gewählten Farbe */
    }

        .nav-item a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -2px;
        width: 0;
        height: 2px;
        background-color: #EE2528;
        transition: width 0.3s ease-in-out;
        transform: translateX(-50%);
    }
.nav-item:hover a::after,
.nav-item.active a::after {
    width: 100%;
    background-color: #EE2528; /* Fgen Sie die gewnschte Hintergrundfarbe hinzu */
}

/* To 'deactivate' (make invisible) the image */
.image-inactive {
    opacity: 0;
}

/* To 'activate' (make visible) the image */
.image-active {
    opacity: 1;
}

/* Für aktive Buttons (nicht zusammengeklappt) */
.accordion-body {
    background-color: purple;
}
/* Für inaktive Buttons (zusammengeklappt) */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: #eee;
    background-color: whitesmoke !important
}

    body#homepage {
        /*background: url('../Background2.jpg') no-repeat center center fixed;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
/*.clickable-row:hover {
    background-color:#d8d8d8;*/ /* Dunklere Hintergrundfarbe für den Hover-Effekt */
/*cursor: pointer;*/ /* Ändert den Mauszeiger beim Überfahren der Zeile */
/*}*/
.inner-cover {
    align-items: center;
}

.collapsible {
    height: auto;
    overflow: hidden;
    transition: height 0.5s ease;
}

.collapsed {
    height: 0;
    padding: 0;
}

.success {
    color: green;
    background-color: #e6ffe6; /* optional, für einen grünen Hintergrund */
    padding: 10px;
    border-radius: 5px;
}

.error {
    color: red;
    background-color: #ffe6e6; /* optional, für einen roten Hintergrund */
    padding: 10px;
    border-radius: 5px;
}


.jumbotron {
    background-color: #e8e8e8 !important; 
}


#mergeCardsContainer,
#signCardsContainer,
#deleteCardsContainer,
#calcCardsContainer,
#extractCardsContainer {
    display: none;
}

.bb-side-button {
    transition: all 0.5s;
    /* Hier definieren Sie die ursprünglichen Stile für den eingeklappten Button */
}

    .bb-side-button.expand {
        /* Hier definieren Sie die Stile für den ausgeklappten Button */
    }





.containercard {
    max-width: 800px;
    margin: 100px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.empty-cart {
    text-align: center;
    padding: 50px 0;
}

    .empty-cart img {
        width: 150px;
        margin-bottom: 20px;
    }

    .empty-cart h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .empty-cart p {
        font-size: 16px;
        color: #777;
    }

.shop-button {
    display: inline-block;
    background-color: #6c757d;
    color: #FFF;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 5px;
}


/* The container */
.containerBox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerBox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.form-elements {
    display: inline-block;
}

    .form-elements select, .form-elements button {
        height: 40px; /* Höhe anpassen */
        font-size: 16px; /* Schriftgröße anpassen */
    }

/* On mouse-over, add a grey background color */
.containerBox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerBox input:checked ~ .checkmark {
    background-color: #EE2528;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerBox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerBox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.workspaceNameToggle {
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.workspace-selector {
    font-family: Arial, sans-serif;
}

.dropdown-item {
    padding: 8px 15px;
    transition: background-color 0.3s ease;
}

    .dropdown-item:hover {
        background-color: #f7f7f7;
    }

.btn-outline-secondary, .btn-outline-danger, .btn-outline-primary, .btn-outline-success, .btn-outline-dark {
    border-width: 1px;
}
/* Basierend auf Ihrer Struktur nehme ich an, dass das Dropdown-Menü innerhalb eines Elternelements ist. Stellen Sie sicher, dass das Elternelement eine relative Position hat. */
.parent-container-of-dropdown {
    position: relative;
}

.dropdown-menu {
    width: 100%; /* Breite des Elternelements */
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.dropdown-item {
    padding: 8px 16px;
    transition: background-color 0.2s ease-in-out;
}

    .dropdown-item:hover {
        background-color: #f5f5f5;
    }

.custom-dropdown-item {
    font-weight: 500; /* Fügt ein bisschen Gewicht zum Text hinzu für eine besser erkennbare Optik */
}

.workspace-selector {
    font-family: Arial, sans-serif;
}

.dropdown-item {
    padding: 8px 15px;
    transition: background-color 0.3s ease;
}

    .dropdown-item:hover {
        background-color: #f7f7f7;
    }


.btn-outline-secondary, .btn-outline-danger, .btn-outline-primary, .btn-outline-success, .btn-outline-dark {
    border-width: 1px;
}

.me-2 {
    width: 5%;
}

header {
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
}

.card {
    box-shadow: 0 1px 15px 1px rgba(52,40,104,.08);
}

body {
    margin-top: 20px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f8f9fa; /* Hintergrundfarbe des Footers, passend zur Bootstrap-Farbe. Sie können dies ändern, falls gewünscht. */
}

.card-image-container {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
}

    .card-image-container img {
        width: 33px;
        height: 40px;
    }


.service-short-description {
    word-wrap: break-word !important;
    white-space: normal;
    max-width: 250px;
    margin: 0 auto; /* Zentriert den Block */
    hyphens: auto;
    font-weight: light !important;
    text-align: center;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
}

#hero {
    display: flex; /* aktiviert Flexbox */
    align-items: stretch; /* stellt sicher, dass die Kinder (Text und Bildbereiche) gestreckt werden, um die gleiche Höhe zu haben */
    width: 100%;
    height: 100vh;
    background: url("../img/hero-bg.jpg") top center;
    background-size: cover;
    position: relative;
    padding-bottom: 300px;
}

    #hero:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .container {
        position: relative;
        padding-top: 74px;
        text-align: center;
    }


    #hero .icon-box {
        padding: 30px 20px;
        transition: ease-in-out 0.3s;
        border: 1px solid rgba(255, 255, 255, 0.3);
        height: 100%;
        text-align: center;
    }

        #hero .icon-box i {
            font-size: 32px;
            line-height: 1;
            color: #ffc451;
        }

        #hero .icon-box h3 {
            font-weight: 700;
            margin: 10px 0 0 0;
            padding: 0;
            line-height: 1;
            font-size: 20px;
            line-height: 26px;
        }



        #hero .icon-box:hover {
            border-color: red;
        }

@media (max-width: 767px) {
    .mobile-header {
        font-size: 39px !important; /* Hier können Sie die Schriftgröße für die Überschrift anpassen */
    }

    .mobile-text {
        font-size: 16px !important; /* Hier können Sie die Schriftgröße für den Text anpassen */
    }
}


/* CSS in einer separaten Datei oder im <style>-Block Ihrer ASP.NET-Anwendung */
@media (max-width: 767px) {
    .workspaceNameToggle {
        width: 0px; /* Breite des Dropdown-Buttons auf mobilen Geräten */
    }
}

nav ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}


.image-container {
    flex-shrink: 0;
    width: 0;
    margin-right: 40px;
}

.text-body2 {
    text-align-last: left;
    color: dimgray;
}

.text-body-caption {
    color: dimgray;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}



.offcanvas-backdrop.show {
    background-color: transparent;
}
/* services: sidebar*/
.offcanvas-backdrop.show {
    background-color: transparent;
}

#openOffcanvasBtn {
    width: 50px;
}

    #openOffcanvasBtn .btn-text {
        display: none;
    }

.bb-side-button.text {
    position: fixed;
    right: 0;
    bottom: 400px;
    z-index: 9999;
    background-color: #f00;
    color: #fff;
    border-radius: 5px 0 0 5px;
    transition: bottom 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); /* Add easeOutCirc timing function */
}

    .bb-side-button.text a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: inherit;
        padding: 20px;
        height: 40px;
    }

        .bb-side-button.text a i {
            margin-right: 10px;
        }

        .bb-side-button.text a .bg {
            display: none;
            padding: 10px;
            border-radius: 20px;
            transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); /* Increase duration to 1s and add easeOutCirc timing function */
        }

        .bb-side-button.text a:hover .bg {
            display: block;
        }

.bi-cart::before {
    font-size: 1.4em;
}

#openOffcanvasBtn {
    width: 50px;
}

    #openOffcanvasBtn .btn-text {
        display: none;
    }

.bb-side-button.text {
    position: fixed;
    right: 0;
    bottom: 400px;
    z-index: 9999;
    background-color: #f00;
    color: #fff;
    border-radius: 5px 0 0 5px;
    transition: bottom 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); /* Add easeOutCirc timing function */
}


    .bb-side-button.text a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: inherit;
        padding: 20px;
        height: 40px;
    }

        .bb-side-button.text a i {
            margin-right: 10px;
        }

        .bb-side-button.text a .bg {
            display: none;
            padding: 10px;
            border-radius: 20px;
            transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); /* Increase duration to 1s and add easeOutCirc timing function */
        }

        .bb-side-button.text a:hover .bg {
            display: block;
        }

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }
}


.bi-cart::before {
    font-size: 1.4em;
}

.carousel-item,
.carousel-item img {
    height: 100%; /* Stellt sicher, dass das Karussell-Element die volle Höhe seines Containers einnimmt */
    background-size: cover; /* Stellt sicher, dass das Hintergrundbild den gesamten Container abdeckt */
    background-repeat: no-repeat; /* Verhindert das Wiederholen des Hintergrundbildes */
    background-position: center; /* Zentriert das Hintergrundbild */
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(0.9) translate3d(0, -50%, 0);
    }
}

@keyframes expandIn {
    0% {
        opacity: 0;
        transform: scale(0.7) translate3d(0, 100%, 0);
    }


    100% {
        opacity: 1;
        transform: scale(1) translate3d(0, 0, 0);
    }
}

.fadeIn {
    animation-name: expandIn;
    animation-duration: 0.4s;
}

.fadeOut {
    animation-name: fadeOut;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
}

.btn-default {
    background-color: rgba(255, 255, 255, 0.3);
    color: #333333;
}

.btn-primary {
    background-color: #eee;
    color: antiquewhite;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

.container h1 {
    font-size: 60px;
}

.carousel-background {
    position: absolute;
    top: 0;
    left: 53%; /* Change this from 0 to 50% */
    width: 45%; /* Keep this at 50% */
    height: 100%;
    background-color: #EDEDED; /* Hintergrundfarbe des Hintergrunds */
    opacity: 1; /* Einstellen der Transparenz des Hintergrunds */
    z-index: -1; /* Hinter dem Slider positionieren */
}

.carousel-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Optional: Adjust the size of the carousel control icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    font-size: 40px; /* Adjust the font size of the control icons */
}

/* Optional: Add box-shadow to the carousel images for a visual effect */
.carousel-item img {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px; /* Optionally, add border-radius to round the corners of the images */
}

.container h2 {
    font-size: 25px;
    font-weight: 500;
    font-style: inherit;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    color: dimgray;
    font-family: "Poppins", sans-serif;
}

.container h5 {
    font-size: 16px;
    font-weight: 500;
    font-style: inherit;
    padding: 0;
    margin: 0 0 5px 0;
    font-family: "Poppins", sans-serif;
}

.container h6 {
    font-family: "Poppins", sans-serif;
}

.button-container-large {
    min-width: 437.95px;
}
/* Schriftgröße und Padding des Dropdown-Buttons reduzieren */
.btn-outline-secondary.dropdown-toggle {
    font-size: 14px; /* Passen Sie dies nach Bedarf an */
    padding: 4px 0px; /* Passen Sie das Padding nach Bedarf an */
}


/* Hintergrundcontainer kleiner gestalten */

.btn-outline-secondary.dropdown-toggle {
    font-size: 21px !important; /* Passen Sie die Schriftgröße nach Wunsch an */
}

#workspaceDropdown {
    background-color: #EE2528; /* Ein sanfteres Rot als Hintergrund */
    color: #ffffff; /* Weißer Text */
    font-size: 1.2em; /* Erhöhte Schriftgröße */
    border: none; /* Entfernen des Standard-Borders */
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); /* Einen dezenteren Schatten hinzufügen */
    border-radius: 5px; /* Abgerundete Ecken */
    transition: background-color 0.3s, box-shadow 0.3s; /* Übergangseffekt hinzufügen */
}

    #workspaceDropdown:hover, #workspaceDropdown:focus {
        background-color: #EE2528; /* Ein helleres Rot beim Hover */
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.12); /* Ein dezenterer Schatten beim Hover */
        outline: none; /* Entfernen des Standard-Outlines beim Fokus */
    }

.box-shadow-hover {
    transition: box-shadow 0.3s ease;
}

    .box-shadow-hover:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }

h2 {
    font-family: Arial, Helvetica, sans-serif;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #151515;
}

#price-section {
    background-color: whitesmoke;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}

.price-innerdetail h5 {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 15px;
}

.price-innerdetail h3 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 40px;
    color: #EE2528;
}

.price-innerdetail p {
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: dimgray;
}

.detail-pricing {
    border-bottom: 1px solid;
    padding: 30px 0 30px 0;
    text-align: left; /* Links ausrichten */
    list-style: none; /* Anführungszeichen ausblenden */
}

/* .detail-pricing .float-left {
        padding: 0 0 0 40px;
    }

        .detail-pricing .float-left i {
            position: absolute;
            left: 0;
            font-size: 20px;
        }

    .detail-pricing span {
        display: inline-block;
        position: relative;
        font-weight: 400;
    }*/

.wrap-price {
    background: white;
    padding: 50px 20px 50px;
    border-radius: 10px;
}

.center-wrap {
    background: #070707;
    color: #fff;
}


.hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
}

.hero h2 {
    margin: 15px 0 15px 0;
    font-size: 26px;
}

.hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

    .hero .btn-get-started span {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .hero .btn-get-started i {
        margin-left: 5px;
        font-size: 18px;
        transition: 0.3s;
    }

    .hero .btn-get-started:hover i {
        transform: translateX(5px);
    }

.hero .hero-img {
    text-align: right;
}

@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 120px 0 60px 0;
    }

        .hero .hero-img {
            text-align: center;
            margin-top: 80px;
        }

            .hero .hero-img img {
                width: 80%;
            }
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
    }

        .hero h1 {
            font-size: 32px;
        }

        .hero h2 {
            font-size: 24px;
        }

        .hero .hero-img img {
            width: 100%;
        }
}

.details {
    font-size: 15px;
}

@media (max-width: 576px) {
    .avatar.avatar-xl {
        margin-bottom: 1rem;
    }

    .avatar-img {
        max-width: 50%;
    }

    .mb-3 {
        margin-bottom: 1rem;
    }

    .mt-5 {
        margin-top: 3rem;
    }
}
