﻿.btn-blue {
    /*color: #e5edf4;*/
    color: white;
    /*background-color: #6696bd;*/
    background-color: #3373a7;
    border-color: #005091;
    border-radius: 50rem !important;
    padding: 0.375rem 2rem;
}


@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .btn-blue {
        padding: 0.375rem 1rem;
    }
}


.btn-blue:hover {
    color: #e5edf4;
    /*background-color: #3373a7;*/
    background-color: #4d85b2;
    border-color: #005091;
}

    .btn-blue:focus, .btn-blue.focus {
        box-shadow: 0 0 0 0.2rem #b7d2e3;
    }

    .btn-blue.disabled, .btn-blue:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
    .show > .btn-blue.dropdown-toggle {
        color: #fff;
        background-color: #0061ac;
        border-color: #1c7430;
    }

        .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
        .show > .btn-blue.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem #b7d2e3;
        }


button.button_ohne_focus:focus {
    outline: none;
}




.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6696bd;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}


.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6696bd;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}




.btn-link-underline {
    /*color: #707070;*/
    color: #343a40;
    text-decoration: underline;
    opacity: 1;
}

    .btn-link-underline:hover {
        /*color: #707070;*/
        color: #343a40;
        opacity: 1;
        text-decoration: none;
    }



   


.btn-link-underline:focus, .btn-link-underline.focus {
    box-shadow: none;
}

.btn-link-no-underline:hover{
    text-decoration: none;
}


.accordion-button {
    background: url('../../images/logos/Shaker_100x49.gif') no-repeat;
    background-position-x: 90%;
    background-size: contain;
    
}



.page-link-blue {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #005091;
    background-color: #e5edf4;
    border: 1px solid #005091;
}

    .page-link-blue:hover {
        z-index: 2;
        color: #005091;
        text-decoration: none;
        background-color: #b2cade;
        border-color: #005091;
    }

    .page-link-blue:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }



page-item-blue:first-child .page-link-blue {
    margin-left: 0;
}

.page-item-blue:last-child .page-link-blue {
}

.page-item-blue.active .page-link-blue {
    z-index: 1;
    color: #fff;
    background-color: #005091;
    border-color: #005091;
}

.page-item-blue.disabled .page-link-blue {
    color: #707070;
    pointer-events: none;
    cursor: auto;
    background-color: #e5edf4;
    border-color: #005091;



}


.btn-page-blue {
    font-size: 0.5rem;
    color: #005091;
    background-color: #e5edf4;
    border: 1px solid #005091;
    min-width: 1rem;
    margin-right: 0.15rem;
}


@media screen and (min-width: 576px) and (max-width: 991px) {
    .btn-page-blue {
        font-size: 0.75rem;
        color: #005091;
        background-color: #e5edf4;
        border: 1px solid #005091;
        min-width: 1.5rem;
        margin-right: 0.15rem;
    }
}

    @media screen and (min-width: 992px) {
        .btn-page-blue {
            color: #005091;
            background-color: #e5edf4;
            border: 1px solid #005091;
            min-width: 2rem;
            margin-right: 0.15rem;
            font-weight: bold;
            font-size: 1rem;
        }
    }

    .btn-page-blue.active, .btn-page-blue.active:hover {
        color: #e5edf4;
        background-color: #005091;
    }

    .btn-page-blue:focus {
        outline: none;
        box-shadow: none;
        background-color: #005091;
        color: #e5edf4;
    }

    .btn-page-blue:hover {
        background-color: #80a8c8;
    }


    .btn-page-blue.disabled, .btn-page-blue.disabled:hover {
        background-color: #e5edf4;
        color: #005091;
    }



.btn-page-single-blue {
    font-size: 1rem;
    color: #005091;
    background-color: #e5edf4;
    border: 1px solid #005091;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.15rem;
    font-weight: bold;
    border-radius: 0.25rem;
}

.btn-page-single-blue:hover {
    background-color: #80a8c8;
}

.btn-page-single-blue:focus {
    outline: none;
    box-shadow: none;
    background-color: #005091;
    color: #e5edf4;
}

    .btn-page-single-blue.disabled, .btn-page-single-blue.disabled:hover {
        background-color: #e5edf4;
        color: #005091;
        cursor: default;
    }


.badge-color {
    color: white;
    background-color: #3373a7;
}