:root {
    --aits-blue: #1c2d58;
    --aits-orange: #e9530e;
    --aits-gray: #e7e7e7;
    --aits-black: #303030;

    --inovar-blue: #00b1ff;
    --inovar-white: #fff;

}


html {
    position: relative;
    min-height: 100%;
}

.h1,
h1 {
    font-size: 2rem;
}

.h2,
h2 {
    font-size: 1.5rem;
}


.h3,
h3 {
    font-size: 1.2rem;
}

.h4,
h4 {
    font-size: 1.0rem;
}

.sticky-top-space {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 1020;
}

@media (min-width: 768px) {
    body {
        font-size: 0.9rem;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .navbar.navbar-expand-lg {
        font-size: 0.75rem;
    }

    .p-lg-2 {
        padding: 0.3rem !important;
    }
}

body {
    color: var(--aits-black);
    margin-bottom: 84px;
}

.border-bottom-aits {
    border-bottom: 1px solid var(--inovar-blue);
}

a,
.btn-link {
    color: var(--inovar-blue);
}

a:hover {
    color: var(--inovar-blue);

}

.hidden {
    display: none;
}

.required>label:after {
    content: " *";
    font-size: 0.9rem;
    color: var(--inovar-blue);
    vertical-align: text-bottom;
}

.btn-aits {
    color: #fff;
    background-color: var(--inovar-blue);
    border-color: var(--inovar-blue);
}

.btn.btn-aits:hover {
    color: #fff;
    background: var(--aits-blue);
    border: 1px solid black;
}

.btn-link,
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/* expand accordion buttons */
.card-header button.btn-link {
    width: 100%;
    text-align: left;
    display: block;
}

/* header */

a.navbar-brand img {
    max-width: 210px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    text-decoration: underline;
    color: #000;
}

a.active {
    /*color: var(--inovar-blue) !important;*/
    font-weight: bold;
}

ul.navbar-nav.loggedin svg {
    color: var(--inovar-blue) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .8);
}

.navbar-nav .nav-item.dropdown .dropdown-item {
    font-size: 0.9rem;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: inherit;
    font-weight: bold;
}

.navbar-collapse.show .nav-item:last-child,
.navbar-collapse.collapsing .nav-item:last-child {
    margin-left: 0;
}

.languageselector {
    padding: .5rem 1rem;
}

.languageselector a {
    color: #555;
}

/* header end */

.teaser-image {
    width: 100%;
    margin-bottom: 2rem;
}

.list-spaced li {
    margin: 15px 0;
}


footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: .05556em solid var(--inovar-blue);
    background: var(--aits-blue);
    height: 84px;
}

ul.menu-bottom {
    float: right;
    list-style-type: none;
}

ul.menu-bottom li {
    float: left;
    margin: 0 20px;
}

.text-muted {
    color: #fff !important;
}

/*
.container {
    max-width: 960px;
}
*/

.is-invalid input {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.is-invalid .invalid-feedback {
    display: block;
}

.inactive {
    color: rgba(0, 0, 0, .2) !important;
    cursor: not-allowed;
}

.customer-list {
    align-items: center;
    justify-content: center;
}

.customer-list img {
    width: 80%;
    margin: 0 auto;
}

.product-list {
    text-align: center;
}

.product-list img {
    max-height: 50px;
}

/* misc */
.tooltip-inner {
    font-size: smaller;
}

.cc-window.cc-invisible {
    display: none;
}

/* hide cookie policy auto generated button */
.cc-revoke.cc-bottom {
    display: none;
}

/* dropdown submenu (https://codepen.io/surjithctly/pen/PJqKzQ) */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

/* page alert */
.pagealert-body {
    margin-top: 70px;
}

/* mobile css */
@media (max-width: 991px) {

    p.card-text img,
    div.card-body img {
        width: 100%;
        float: none;
        margin-left: inherit;
        margin-bottom: 10px;
    }

    /* word break */
    .table * {
        word-break: break-word;
        hyphens: auto;
    }

    /* sidebar */
    .col-lg-4 .p-4.mb-3.bg-light.rounded {
        font-size: 0.85rem;
    }

    .col-lg-4 .p-4.mb-3.bg-light.rounded h3 {
        font-size: 1.15rem;
    }

    .h1,
    h1 {
        font-size: 1.6rem;
    }

    .h2,
    h2 {
        font-size: 1.3rem;
    }

    .h3,
    h3 {
        font-size: 1.1rem;
    }

    .h4,
    h4 {
        font-size: 1.05rem;
    }


    /* optimize table for smartphones */
    .mobiletable table,
    .mobiletable.table {
        font-size: 12px;
    }


    .mb-5,
    .my-5 {
        margin-bottom: 1.2rem !important;
    }

    .btn-aits {
        margin-bottom: 5px;
        width: 100%;
    }


    footer {
        font-size: 90%;
    }

    ul.menu-bottom li {
        float: none;
    }

    /* page alert */
    .pagealert-body {
        margin-top: 4.5rem;
    }

    body {
        margin-bottom: 93px;
    }
    footer {
        height: 93px;
    }

}

@media (max-width: 767px) {

    /* page alert */
    .pagealert-body {
        margin-top: 6.5rem;
    }
}

@media (max-width: 480px) {

    .navbar.navbar-expand-lg {
        padding: .5rem .3rem;
    }

    h1.display-4 {
        font-size: 2.2em;
        margin-bottom: 20px;
    }

    footer {
        font-size: 80%;
    }

    .text-muted {
        width: 150%;
        overflow: visible;
    }

    /* page alert */
    .pagealert-body {
        margin-top: 8.5rem;
    }

    body {
        margin-bottom: 105px;
    }
    footer {
        height:105px;
    }

}
