﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

html {
    /*Variables*/
    --mx-red: #FF6C6C;
    --mx-dark-grey: #555;
    --kufo-key-color: #00E5BE;
    /*Styles*/
    font-size: 14px;
}


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/*mx-Style*/
.navbar-nav .nav-link.active {
    border-bottom: 2px solid var(--kufo-key-color);
}

.text-kufo {
    color: var(--kufo-key-color);
}

.error {
    color: red;
}

.success {
    color: green;
}

.border-kufo {
    border-color: var(--kufo-key-color);
}

.bg-kufo {
    background-color: var(--kufo-key-color);
}

.mx-image {
    width: 100%;
}

.nav-tabs .nav-link.active {
    color: var(--kufo-key-color);
    background-color: #fff /*#F8F9FA*/ /*var(--bs-nav-tabs-link-active-bg)*/;
    border: none;
    border-bottom: 3px solid var(--kufo-key-color);
    font-size: 30px;
}

.nav-tabs .nav-link {
    color: #212529;
    background-color: #fff /*#F8F9FA*/ /*var(--bs-nav-tabs-link-active-bg)*/;
    border: none;
    border-bottom: none;
    font-size: 30px;
}

    .nav-tabs .nav-link:hover {
        color: var(--kufo-key-color);
        background-color: #fff /*#F8F9FA*/ /*var(--bs-nav-tabs-link-active-bg)*/;
        border: none;
        border-bottom: 3px solid var(--kufo-key-color);
        font-size: 30px;
    }


.form-check-input:checked {
    background-color: var(--kufo-key-color);
    border-color: var(--kufo-key-color);
}

h1 {
    font-size: 38px;
}

a {
    color: var(--kufo-key-color);
    text-decoration: none;
}

    a:hover {
        color: var(--kufo-key-color);
        text-decoration: none;
    }

.input-header {
    background-color: #fff;
    width: auto;
    position: absolute;
    font-size: 12px;
    top: -11px;
    left: 9px;
    padding: 0 5px;
    font-weight: bold;
    height: 15px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hero-image {
    background-image: url('../img/Allgemein/BSL_KUFO_230224_Var2.svg');
    /*background-image: url(../img/bg-kufo.jpg);*/
    /*  background-size: auto 100%;*/
    /*background-size: 50%;*/
    background-repeat: no-repeat;
    background-position: right;
}

.hero-text {
    padding: 100px 10px;
    width: 50%;
}

#bsl-logo {
    width: 60px;
}

#me-logo {
    width: 80px;
}

#mx-logo {
    width: 100px;
}

.navbar-brand {
    margin-right: 3rem;
}

#hero-image-responsive {
    display: none;
}

@media (max-width: 1400px) {
    #hero-image-responsive {
        display: block;
    }

    .hero-image {
        background-image: none !important;
    }
}

@media (max-width: 1200px) {

    .hero-text {
        padding: 30px 0px 20px 0px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 25px !important;
    }

    .nav-tabs .nav-link.active {
        font-size: 21px;
    }

    .nav-tabs .nav-link {
        font-size: 21px;
    }

        .nav-tabs .nav-link:hover {
            font-size: 21px;
        }
}

@media (max-width: 480px) {
    #bsl-logo {
        width: 38px;
    }

    #me-logo {
        width: 50px;
    }

    #mx-logo {
        width: 65px;
    }

    .navbar-brand {
        margin-right: 1rem;
    }

    footer {
        font-size: 12px;
    }


    @media (max-width: 350px) {
        footer {
            font-size: 10px;
        }
    }


    .mx-error {
        border: 1px solid var(--mx-red) !important;
    }

    /*Input Field color focus*/
    input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, select:focus {
        /*outline: none;*/ /* remove the default outline */
        border: 3px solid var(--mx-dark-grey);
        box-shadow: 0 0 5px var(--mx-dark-grey) !important;
    }
