﻿.navbar-brand{
    margin-right:.5rem;
}

.form-floating
{
    margin:6px;
}

.navbar {
    /*padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 4px;
    font-size: 13.5px;*/
}

.navbar-link-first {
    padding-left: 1px !important;
}

.dropdown-item {
    /*font-size:13.5px;*/
}


.nav-bar-menue-abcd-table {
    display: flex;
    justify-content: space-evenly;
    width: 200px;
    flex-wrap: wrap;
    padding: 3px;
    list-style: none;
}
    .nav-bar-menue-abcd-table li {
        padding: 7px;
        border: solid 1px #f1f1f1;
        width: 20%;
        margin: 0px;
        text-align: center;
    }

.navbar-light .navbar-nav .nav-link {
    /* color: rgb(187 0 0); */
    /* background: antiquewhite; */
    /* padding: 7px; */
    padding-right: 0.4rem;
    padding-left: 0.4rem;
}

.breadcrumb {
    font-size: 13.5px;
}
.breadcrumb-item {
    text-transform: uppercase;
    /* padding: 5px;
    background: #ebebeb;
    border-radius: 3px;*/
}
.breadcrumb-item.active {
    /*background:none;*/
}

.btn-primary {
    color: #fff;
    background-color: #285e84;
    border-color: #204a67;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #285e84;
        border-color: #204a67;
    }

.btn-outline-primary {
    border-color: #204a67;
    color: #204a67;
}
    .btn-outline-primary:hover {
        background-color: #204a67;
        border-color: #1d415b;
    }
/*.nav-item {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}*/


. /*carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #808080;
    border: none;
    border-radius: 10px;
    margin: 2px;
    position: relative;
    top: 30px;
}

    .carousel-indicators li.active {
        background: #000;
    }
.carousel-control-next-icon, .carousel-control-prev-icon {
    position: relative;
    bottom: 20px;
}*/
.carousel-indicators {
    position: absolute;
    bottom: -30px; /* Adjust vertical position */
    display: flex; /* Align indicators horizontally */
    justify-content: center; /* Center the indicators */
    z-index: 15; /* Ensure indicators are above other elements */
}

.carousel-indicators li {
    display: inline-block;
    width: 10px !important; /* Width of the indicators */
    height: 10px !important; /* Height of the indicators */
    margin: 0 2px; /* Horizontal margin for spacing */
    text-indent: -999px; /* Hide text */
    cursor: pointer !important; /* Pointer cursor */
    background-color: #808080 !important; /* Inactive indicator color */
    border: none; /* No border */
    border-radius: 100%; /* Circular indicators */
    opacity: 0.5; /* Slight transparency */
    transition: opacity 0.3s ease; /* Smooth transition effect */
}

    .carousel-indicators li.active {
        background-color: #000 !important; /* Active indicator color */
        opacity: 1; /* Fully opaque for active */
    }

.carousel-control-next-icon,
.carousel-control-prev-icon {
    position: relative;
    bottom: 20px; /* Adjust vertical positioning */
    background-color: rgba(255, 255, 255, 0.5); /* Optional background for icons */
    border-radius: 50%; /* Rounded background for icons */
}




.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown-menu {
    position: absolute;
    z-index: 100000;
}