body {
    background-color: #FFFFFF
}

footer {
    font-size: 0.9rem;
    font-family: Verdana, sans-serif;
    background-color: #333333;
    color: #fff;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

#webLogo {
    height: 35px;
    margin: 0.5rem;
}

#mobileLogo {
    height: 30px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(0, 77, 160);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
}

@media (min-width: 992px) {
    #navbarTogglerDemo01 .navbar-nav .nav-item {
        margin-left: 2rem;
    }

    #navbarDropdownMenu {
        left: -0.5rem;
    }
}

.dropdown-menu {
    min-width: 5.5rem;
    border-radius: 0;
    border: 0;
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    background-color: rgb(249, 249, 249);
}

.dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-image: linear-gradient(#00174d, #00174d);
    background-position: left 0 bottom;
    background-size: 0 1.5px;
    background-repeat: no-repeat;
    transition: background-size 1.2s;
}

.dropdown-item:hover {
    background-color: #f8f9fa !important;
    background-size: 95% 1.5px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    color: black;
    background-color: white;
    width: 2.8rem;
    height: 2.8rem;
}

.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='%23000'%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");
}

.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='%23000'%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'/%3e%3c/svg%3e");
}

.carousel-control-prev, .carousel-control-next {
    width: 2rem;
}

.code {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.footer-btn a, .footer-btn a:hover {
    display: block;
}


#footer-btn-distinction {
    background: url("../../assets/img/distinction.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-btn-distinction:hover {
    background: url("../../assets/img/distinction_color.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-btn-mpdoors {
    background: url("../../assets/img/mpdoors.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-btn-mpdoors:hover {
    background: url("../../assets/img/mpdoors_color.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-btn-neuma {
    background: url("../../assets/img/neuma.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-btn-neuma:hover {
    background: url("../../assets/img/neuma_color.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-btn-neulte {
    background: url("../../assets/img/neulte.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-btn-neulte:hover {
    background: url("../../assets/img/neulte_color.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.image-background-only {
    width: 100%;
    height: auto;
    background-position: left top;
    position: relative;
}

.image-background {
    position: relative;
    z-index: 0;
}

.image-float {
    position: absolute;
    z-index: 2;
}

.website-click {
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.website-click a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.top-space {
    height: 56px;
}

@media (min-width: 375px) {
    .sub-header {
        font-family: Arial, sans-serif;
        font-size: 0.95rem;
        line-height: 1.5rem;
        letter-spacing: 0.1rem;
        font-weight: bold;
        color: #221715;
    }

    .sub-text {
        font-size: 0.9rem;
        letter-spacing: 0.1rem;
        line-height: 1.5rem;
        word-wrap: break-word;
        color: #221715;
    }
}

@media (min-width: 768px) {
    .sub-header {
        font-size: 0.7rem;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown:hover .dropdown-menu.langDropdown {
        right: 0;
    }

    .dropdown:hover .dropdown-menu.langDropdown2 {
        right: 0;
    }
}

@media (min-width: 992px) {
    .top-space {
        height: 67px;
    }

    .sub-header {
        font-size: 0.89rem;
    }

    .sub-text {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .sub-header {
        font-size: 0.95rem;
    }
}

.sub-line {
    height: 0.05rem;
}

.p-header {
    font-family: Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.05rem;
}


.rlxr-scroll-down {
    font-size: 2rem;
    /*position: absolute;*/
    /*bottom: -10%;*/
    -webkit-animation: arrow-animation 1s linear infinite;
    animation: arrow-animation 1s linear infinite;
}

@-webkit-keyframes arrow-animation {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        opacity: 0;
    }
}

@keyframes arrow-animation {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        opacity: 0;
    }
}
