body {
    background-color: #10162f;
}

.navbar {
    background-color: #fff;
    height: 80px;
    margin: 20px;
    border-radius: 16px;
    padding: 0.5rem;
}

.navbar-brand {
    font-weight: 500;
    font-size: 18px;
    color: #ad433e;
}

.navbar-brand:hover {
    color: #ad433e !important;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

.navbar-toggler:focus, .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.login-btn {
    background-color: rgb(0, 162, 255);
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s background-color;
}

.login-btn:hover {
    background-color: rgb(0, 200, 255);
}

.nav-link {
    color: #666777;
    font-weight: 500;
    position: relative;
}

.nav-link:hover, .nav-link.active {
    color: #000;
}

@media (min-width: 991px){
    .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: rgb(0, 200, 255);
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }

    .nav-link:hover::before, .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
}

.startimg {
    margin-top: 9%;
    margin-left: 50%;
}

.startimg-background {
    height: 80vh;
}

@media (max-width: 991px) {
    .starttext {
        display: block;
        top: 20%;
        margin-left: 3%;
    }

    .startimg {
        visibility: hidden;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
       top: 70%;
    }
}

.starttext {
    position: absolute;
    margin-top: 20%;
    margin-left: 3%;
    text-align: center;
    color: #fff;
}


.my-projekt-btn:hover {
    background-color: #00000000 !important;
    color: #fff !important;
    border: 2px solid #fff;
}

.uebermich-div {
    background-color: #dbeafe;
    color: black;
    height: 70vh;
}

.h1-start {
    position: absolute;
    color: #ad433e;
    margin-top: 13%;
    margin-left: 8.5%;
}

.uebermich-img {
    height: 30vh;
    margin-left: 10%;
    margin-top: 20vh;
}

.h1-uebermich {
    position: absolute;
    margin-left: 43%;
    margin-top: 2%;
    text-decoration: underline;
}

.meineprojekte {
    background-color: #dbeafe;
}

.items-2 {
    display: flex;
    text-align: center;
    justify-content: center;
}

.card {
    display:inline-block;
    margin: 10px;
    margin-top: 30%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a200ff' stroke='%23a200ff' stroke-width='2'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    margin-top: 1069%;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a200ff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' stroke='%23a200ff' stroke-width='2'/%3e%3c/svg%3e");
    margin-top: 1069%;
}

.uebermich-text {
    position: absolute;
    margin-left: 23%;
    margin-top: 15%;
}

.carousel-control-prev {
  left: 515px;
}

.carousel-control-next {
  right: 515px;
}

.h1-meine-projekte {
    position: absolute;
    margin-left: 41%;
    margin-top: 2%;
    text-decoration: underline;
}

.link-footer {
    color: #6E757D;
    text-decoration: none;
}

.impressum {
    max-width: 800px;
    margin: 50px auto;
    padding: 40px;
    background-color: white !important;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: left;
}