@media (min-width: 992px) {
    :root {
        --scale-factor: 0.58;
    }
}

@media (min-width: 1200px) {
    :root {
        --scale-factor: 0.7;
    }
}

@media (min-width: 1400px) {
    :root {
        --scale-factor: 0.8;
    }
}

@media (min-width: 1600px) {
    :root {
        --scale-factor: 1;
    }
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    padding-top: 105px;
    padding-bottom: 100px;
    background-image: linear-gradient(219deg, var(--widget-footer-link-color) 0%, var(--widget-header-title-color) 100%);
    background-size: 42% 160%;
    background-repeat: no-repeat;
}

.header {
    width: 100%;
    height: 105px;
    border-bottom: 2px solid var(--frontend-separator-line-color);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: white 0% 0% no-repeat padding-box;
    opacity: 1;
    align-content: center;
}

.header .dropdown-switch-locale .dropdown-menu li {
    cursor: pointer;
}

.header .dropdown-switch-locale .dropdown-menu li:hover {
    color: var(--frontend-link-color-hover);
}

.header .dropdown-switch-locale .dropdown-menu li.disabled {
    color: var(--font-color-disabled);
    cursor: default;
}

.header .dropdown-switch-locale .dropdown-menu li .checkmark-locale {
    display: none;
}

.header .dropdown-switch-locale .dropdown-menu li.disabled .checkmark-locale {
    display: block;
}

.footer {
    width: 100%;
    height: 74px;
    margin: 20px 0 0 0;
    border-top: 2px solid var(--frontend-separator-line-color);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: white 0% 0% no-repeat padding-box;
    opacity: 1;
    align-content: center;
}

.footer a {
    text-decoration: none;
    font-size: 1rem;
    color: var(--widget-header-title-color);
}

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

.footer .container-linkedin-icon img {
    width: 32px;
    height: 32px;
}

.container-title-main {
    margin-top: 80px;
}

.container-title-main > div {
    font-size: calc(2.5rem * var(--scale-factor));
    color: var(--font-color-darkblue);
}

.container-title-secondary > div {
    font-size: calc(2rem * var(--scale-factor));
    color: var(--font-color-darkblue);
}

.container-page-body {
    margin-top: 70px;
}

.container-page-body .img-brochure {
    width: calc(640px * var(--scale-factor));
}

.page-title {
    font-size: 2rem;
    font-weight: bold;
    color: #004664;
}

body {
    background-color: var(--frontend-dashboard-bg-color);
}
