﻿body {
    font-family: 'Segoe UI Light', Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

@media(max-width:1400px) {
    body {
        font-size: 21px;
    }
}

@media(max-width:1200px) {
    body {
        font-size: 20px;
    }
}

@media(max-width:992px) {
    body {
        font-size: 16px;
    }
}

.container {
    max-width: 1100px;
}

@media(max-width:1400px) {
    .container {
        max-width: 900px;
    }
}

@media(max-width:1200px) {
    .container {
        max-width: 800px;
    }
}

@media(max-width:992px) {
    .container {
        max-width: 650px;
    }
}

.mm-blue {
    color: #37436b;
}

    .mm-blue.active {
        color: #37436b;
    }

.mm-red {
    color: #9b201f;
}

    .mm-red.active {
        color: #b73b39;
    }

h1, h2, h3, h4 {
    color: #37436b;
    font-family: 'Segoe UI Light';
}

h1 {
    font-size: 60px;
    line-height: 60px;
}

h2 {
    font-size: 46px;
    line-height: 46px;
}

h3 {
    font-size: 40px;
    line-height: 40px;
}

h4 {
    font-size: 25px;
    line-height: 25px;
}

    h1 strong, h2 strong, h3 strong, h4 strong,
    strong h1, strong h2, strong h3, strong h4 {
        font-family: 'Segoe UI SemiBold';
    }

@media(max-width:1400px) {
    h1 {
        font-size: 46px;
        line-height: 46px;
    }

    h2 {
        font-size: 38px;
        line-height: 38px;
    }

    h3 {
        font-size: 34px;
        line-height: 34px;
    }

    h4 {
        font-size: 22px;
        line-height: 22px;
    }
}

@media(max-width:1200px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
    }

    h2 {
        font-size: 32px;
        line-height: 32px;
    }

    h3 {
        font-size: 30px;
        line-height: 30px;
    }

    h4 {
        font-size: 22px;
        line-height: 22px;
    }
}

@media(max-width:992px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    h2 {
        font-size: 26px;
        line-height: 26px;
    }

    h3 {
        font-size: 22px;
        line-height: 22px;
    }

    h4 {
        font-size: 20px;
        line-height: 20px;
    }
}

@media(max-width:768px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    h2 {
        font-size: 24px;
        line-height: 24px;
    }

    h3 {
        font-size: 20px;
        line-height: 20px;
    }

    h4 {
        font-size: 19px;
        line-height: 19px;
    }
}

.site-wrapper {
    padding: 0;
    display: block;
    width: 1920px;
    max-width: 100%;
    /*margin: 0 auto;*/
    margin: 120px auto 0 auto;
    min-height: 100vh;
}

@media(max-width:1400px) {
    .site-wrapper {
        margin: 108px auto 0 auto;
    }
}

@media(max-width:1200px) {
    .site-wrapper {
        margin: 100px auto 0 auto;
    }
}

@media(max-width:992px) {
    .site-wrapper {
        margin: 0 auto;
    }
}

img {
    max-width: 100% !important;
}






.language-selection {
    display: block;
    position: absolute;
    margin-top: 50px;
    height: 70px;
    width: 110px;
    margin-left: -140px;
}

    .language-selection .home-button {
        display: block;
        float: right;
        width: 45px;
        padding-bottom: 8px;
    }

        .language-selection .home-button img {
            width: 100%;
        }

    .language-selection .language-wrapper {
        display: block;
        position: relative;
        width: 50px;
        float: left;
    }

        .language-selection .language-wrapper .language-item {
            display: none;
            text-align: center;
            text-decoration: none;
            color: #000;
            padding: 8px;
        }

            .language-selection .language-wrapper .language-item.active {
                display: block;
                /*padding: 4px 8px;*/
                padding: 14px 8px;
            }

            .language-selection .language-wrapper .language-item .disp-language {
                font-size: 18px;
            }

            .language-selection .language-wrapper .language-item .disp-country {
                font-size: 18px;
                line-height: 18px;
            }

                .language-selection .language-wrapper .language-item .disp-country img {
                    width: 22px;
                }

        .language-selection .language-wrapper .language-selector {
            display: block;
        }

        .language-selection .language-wrapper:hover .language-selector {
            display: block;
            position: absolute;
            width: 50px;
            z-index: 100;
            background-color: #fff;
        }

        .language-selection .language-wrapper:hover .language-item {
            display: block;
            cursor: pointer;
        }

        .language-selection .language-wrapper .language-item:hover {
            background-color: #e2e2e2;
        }

@media(max-width:1400px) {
    .language-selection {
        width: 100px;
        margin-left: -130px;
    }

        .language-selection .home-button {
            width: 40px;
        }

        .language-selection .language-wrapper .language-item .disp-language {
            font-size: 17px;
        }

        .language-selection .language-wrapper .language-item .disp-country {
            font-size: 16px;
            line-height: 16px;
        }
}

@media(max-width:1200px) {
    .language-selection {
        width: 90px;
        margin-left: -100px;
    }

        .language-selection .home-button {
            width: 35px;
        }

        .language-selection .language-wrapper .language-item .disp-language {
            font-size: 16px;
            line-height: 16px;
        }

        .language-selection .language-wrapper .language-item .disp-country {
            font-size: 15px;
            line-height: 15px;
        }

            .language-selection .language-wrapper .language-item .disp-country img {
                width: 20px;
            }
}

@media(max-width:992px) {
    .language-selection {
        display: none;
        /*width: 90px;
        margin-left: -100px;
        margin-top: 10px;
        height: 80px;*/
    }

    /*    .language-selection .home-button {
            width: 35px;
            position: absolute;
            right: 7px;
            top: 0px;
        }

        .language-selection .language-wrapper {
            position: absolute;
            right: 0;
            top: 40px;
        }*/
}


/*@media(max-width:768px) {
    .language-selection {
        margin-left: -107px;
    }

        .language-selection .home-button {
            width: 20px;
        }
}*/

.header {
    /*overflow: hidden;*/
    position: fixed;
    width: 100%;
    background-color: #fff;
    height: 120px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
}

@media(max-width:1400px) {
    .header {
        height: 108px;
    }
}

@media(max-width:1200px) {
    .header {
        height: 100px;
    }
}

@media(max-width:992px) {
    .header {
        position: relative;
        width: 100%;
        background-color: unset;
        height: auto;
        top: auto;
    }
}



.header-banner .full-width-header {
    max-width: 100vw;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .header-banner .full-width-header .image-layer {
        width: 100vw;
    }

        .header-banner .full-width-header .image-layer img {
            width: 100vw;
            display: block;
        }

    .header-banner .full-width-header .image-layer {
        position: relative;
        z-index: 1;
    }

    .header-banner .full-width-header .content-layer {
        color: #fff;
        padding: 10px 0;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

        .header-banner .full-width-header .content-layer h1 {
            /*font-family: 'Segoe UI SemiBold';*/
            font-size: 54px;
            line-height: 54px;
            color: #fff;
            text-shadow: 0px 0px 3px #000;
        }

        .header-banner .full-width-header .content-layer h2 {
            font-size: 50px;
            line-height: 50px;
            color: #fff;
        }

        .header-banner .full-width-header .content-layer h3 {
            font-size: 44px;
            line-height: 44px;
            color: #fff;
        }

        .header-banner .full-width-header .content-layer h4 {
            font-size: 36px;
            line-height: 36px;
            color: #fff;
        }

@media(max-width:1400px) {
    .header-banner .full-width-header .content-layer h1 {
        font-size: 46px;
        line-height: 46px;
    }

    .header-banner .full-width-header .content-layer h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .header-banner .full-width-header .content-layer h3 {
        font-size: 36px;
        line-height: 36px;
    }

    .header-banner .full-width-header .content-layer h4 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media(max-width:1200px) {
    .header-banner .full-width-header .content-layer h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .header-banner .full-width-header .content-layer h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .header-banner .full-width-header .content-layer h3 {
        font-size: 28px;
        line-height: 28px;
    }

    .header-banner .full-width-header .content-layer h4 {
        font-size: 24px;
        line-height: 24px;
    }
}

@media(max-width:992px) {

    .header {
        /*overflow:hidden;*/
        /*height: 50px;*/
    }

    .header-banner .full-width-header {
        /*margin-top: 50px;*/
        /*padding-top: 50px;*/
    }

        .header-banner .full-width-header .content-layer {
            /*margin-top: 50px;*/
            margin-top: 0;
        }

            .header-banner .full-width-header .content-layer h1 {
                font-size: 30px;
                line-height: 30px;
            }

            .header-banner .full-width-header .content-layer h2 {
                font-size: 26px;
                line-height: 26px;
            }

            .header-banner .full-width-header .content-layer h3 {
                font-size: 22px;
                line-height: 22px;
            }

            .header-banner .full-width-header .content-layer h4 {
                font-size: 22px;
                line-height: 22px;
            }
}

@media(max-width:768px) {
    .header-banner .full-width-header .content-layer h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .header-banner .full-width-header .content-layer h2 {
        font-size: 26px;
        line-height: 26px;
    }

    .header-banner .full-width-header .content-layer h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .header-banner .full-width-header .content-layer h4 {
        font-size: 20px;
        line-height: 20px;
    }

    table, tbody, thead, tfoot, tr, td, th {
        display: block;
        height: unset !important;
        width: unset !important;
    }
}


@media(max-width:500px) {
    .header-banner .full-width-header .content-layer h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .header-banner .full-width-header .content-layer h2 {
        font-size: 19px;
        line-height: 19px;
    }

    .header-banner .full-width-header .content-layer h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .header-banner .full-width-header .content-layer h4 {
        font-size: 16px;
        line-height: 16px;
    }
}

.body-content {
    margin: 16px 0;
}

    .body-content hr {
        border-top: solid 1px rgb(45,71,108);
    }

    .body-content .video-wrapper iframe {
        width: 100%;
        height: 30vw;
    }

    .body-content .row-group {
        margin-bottom: 40px;
    }

        .body-content .row-group p:last-of-type {
            margin-bottom: 0;
        }

    .body-content img {
        width: auto !important;
        height: unset !important;
    }

    .body-content .float-right {
    }

        .body-content .float-right img {
            display: block;
            float: right;
            margin: 0 0 20px 20px;
        }

    .body-content .float-left {
        float: left;
        padding: 1em 0 1em;
    }



@media(max-width:768px) {
    .body-content div:empty {
        display: none;
    }

    .body-content .row-group {
        margin-bottom: 0px;
    }

        .body-content .row-group .column {
            margin-bottom: 20px;
        }
}




.tabs {
    position: relative;
    height: 120px;
}

    .tabs .tab {
        position: relative;
        display: inline-block;
        height: 120px;
    }

        .tabs .tab .tab-gfx {
            z-index: 1;
            display: block;
            position: absolute;
            top: 46px;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: #37436b;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            transition-duration: 0.2s;
            transition-timing-function: ease-in;
        }

        .tabs .tab.red .tab-gfx {
            background-color: #9b201f;
        }

        .tabs .tab a {
            font-size: 18px;
            line-height: 24px;
            z-index: 10;
            display: block;
            position: absolute;
            top: 60px;
            left: 18px;
            right: 18px;
            color: #fff;
            text-decoration: none;
            transition-duration: 0.3s;
            transition-timing-function: ease-in;
            text-transform: uppercase;
        }

        .tabs .tab.active a,
        .tabs .tab:hover a {
            top: 35px;
        }

        .tabs .tab:hover {
            cursor: pointer;
        }

            .tabs .tab:hover .tab-gfx,
            .tabs .tab.active .tab-gfx {
                top: 20px;
            }

            .tabs .tab:hover .tab-gfx,
            .tabs .tab.blue.active .tab-gfx {
                background-color: #6b75a9;
            }

        .tabs .tab.red:hover .tab-gfx,
        .tabs .tab.red.active .tab-gfx {
            background-color: #b73b39;
        }

@media(max-width:1400px) {
    .tabs,
    .tabs .tab {
        height: 108px;
    }

        .tabs .tab a {
            font-size: 16px;
            line-height: 20px;
            top: 56px;
            left: 12px;
            right: 12px;
        }
}

@media(max-width:1200px) {
    .tabs,
    .tabs .tab {
        height: 100px;
    }

        .tabs .tab a {
            font-size: 14px;
            line-height: 16px;
            top: 58px;
            left: 10px;
            right: 10px;
        }
}

@media(max-width:992px) {
    .tabs,
    .tabs .tab {
        height: 90px;
    }

        .tabs .tab a {
            font-size: 12px;
            line-height: 14px;
            top: 54px;
            left: 8px;
            right: 8px;
        }

    .tabs {
        display: none;
    }
}

.macro-hamburger {
    position: relative;
}

#HamburgerMenu {
    display: block;
    z-index: 1000;
    position: absolute;
    right: -70px;
    top: -60px;
    width: 50px;
    height: 50px;
}

    #HamburgerMenu .hamburger {
        z-index: 1000;
        cursor: pointer;
    }

        #HamburgerMenu .hamburger img {
            /*width: 100%;*/
        }

        #HamburgerMenu .hamburger .hamburger-icon {
            opacity: 1.0;
            position: absolute;
            left: 0;
            top: 0;
        }

        #HamburgerMenu .hamburger .close-icon {
            display: none;
            opacity: 0.0;
            position: absolute;
            left: 0;
            top: 0;
        }

#HamburgerMenuMenu.hamburger-menu {
    display: none;
    opacity: 1.0;
    position: fixed;
    z-index: 250;
    /*top: 0;*/
    top: 46px;
    /*left: 0;*/
    right: 0;
    /*bottom: 0;*/
    /*height: 100vh;*/
    min-height: 300px;
    /*width: 100%;*/
    width: 500px;
    /*background-color: #fff;*/
    /*padding: 100px 50px;*/
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    overflow: auto;
    padding: 1px;
    background-color: #b73b39;
}

@media(max-width:992px) {
    #HamburgerMenuMenu.hamburger-menu {
        width: 100%;
        height: 100vh;
        top: 0;
        border-radius: 0;
        height: 100%;
    }

        #HamburgerMenuMenu.hamburger-menu li a {
            font-size: 26px;
        }
}

#HamburgerMenuMenu.hamburger-menu .bg-layer {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    background-color: #b73b39;
    display: none;
}

#HamburgerMenuMenu.hamburger-menu .cnt-layer {
    z-index: 2;
    /*position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;*/
    padding: 40px;
    height: auto;
    position: relative;
}

#HamburgerMenuMenu.hamburger-menu ul {
    padding: 0;
}

    #HamburgerMenuMenu.hamburger-menu ul,
    #HamburgerMenuMenu.hamburger-menu ul li {
        list-style-type: none;
        margin: 0;
    }

#HamburgerMenuMenu.hamburger-menu li a {
    text-decoration: none;
    /*color: #000;*/
    color: #fff;
}

    #HamburgerMenuMenu.hamburger-menu li a:hover {
        text-decoration: underline;
        /*color: #37436b;*/
        color: #fff;
    }

#HamburgerMenuMenu.hamburger-menu .group {
    margin-bottom: 30px;
    font-weight: bold;
}

    #HamburgerMenuMenu.hamburger-menu .group.group4 {
        font-weight: normal;
    }

#HamburgerMenuMenu.hamburger-menu .hm-close {
    position: absolute;
    right: 80px;
    top: 20px;
}



@media(max-width:1400px) {
    #HamburgerMenu {
        right: -65px;
        top: -48px;
        width: 40px;
        height: 50px;
    }
}

@media(max-width:1200px) {
    #HamburgerMenu {
        right: -54px;
        top: -40px;
        width: 36px;
        height: 42px;
    }
}

@media(max-width:992px) {
    #HamburgerMenu {
        /*float:right;
        position: relative;
        right: unset;
        top: unset;*/
        position: relative;
        float: right;
        top: 0;
        right: 0;
        background-color: #fff;
        padding: 10px;
        width: 50px;
        height: 50px;
        text-align: center;
    }

        #HamburgerMenu .hamburger .hamburger-icon,
        #HamburgerMenu .hamburger .close-icon {
            position: relative;
            left: unset;
            top: unset;
        }

        #HamburgerMenu .hamburger img {
            width: 80%;
        }
}


/*.body-content .calculator img {
    z-index: 50;
    position: fixed;
    margin-top: -80px;
    width: 155px !important;
}

@media(max-width:1400px) {
    .body-content .calculator img {
        width: 122px !important;
        margin-top: -66px;
    }
}

@media(max-width:1200px) {
    .body-content .calculator img {
        width: 105px !important;
        margin-top: -60px;
    }
}

@media(max-width:992px) {
    .body-content .calculator img {
        position: relative;
        width: unset !important;
        margin-top: unset;
    }
}*/

.body-content .btn-default {
    font-size: inherit;
    background-color: transparent;
    color: #000;
    border: solid 1px #ccc;
}

    .body-content .btn-default:hover {
        background-color: #37436b;
        color: #fff;
    }

        .body-content .btn-default:hover i {
            color: green;
            font-size: 30px;
        }

#ContactForm #Mail1 {
    display: none;
}

.body-content .content-title {
    margin: -16px 0 16px 0;
    background-color: #37436b;
    color: #fff;
    padding: 20px 0 20px 0;
}

    .body-content .content-title h1 {
        color: #fff;
    }

.footer-content {
    padding-top: 30px;
}

    .footer-content .container {
        font-size: 18px;
        background-color: #37436b;
        color: #fff;
        padding: 10px 20px 2px 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .footer-content .container a {
            color: #fff;
            text-decoration: none;
        }

            .footer-content .container a:hover {
                text-decoration: underline;
            }

@media(max-width:768px) {
    .footer-content {
        margin-bottom: 32px;
    }
}

.moments {
    clear: both;
    list-style: none;
    padding: 0 0 0 100px;
}

    .moments .moment {
        margin: 0 0 10px 0;
    }

    .moments:first-of-type > li {
        /* margin: 2em 0;
        padding-top: 1em;
        display: block;*/
        position: relative;
        counter-increment: inst;
    }

    .moments li::before {
        font-family: 'Segoe UI SemiBold';
        content: counter(inst);
        background-color: #9b201f;
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        text-align: center;
        left: -110px;
        position: absolute;
        z-index: -1;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        width: 90px;
        padding: 0 0 6px 0;
    }

    .moments .moment-title {
        z-index: 10;
        width: 100%;
        position: absolute;
        margin-top: -10px;
        font-size: 40px;
        line-height: 56px;
        border-bottom: solid 1px #37436b;
    }

        .moments .moment-title a {
            text-decoration: none;
            color: #37436b;
        }

            .moments .moment-title a:hover {
                font-weight: bold;
            }

    .moments .moment-text {
        z-index: 5;
        height: 0;
        overflow: hidden;
        opacity: 0.0;
        padding: 50px 0 20px 0;
        transition-duration: 0.7s;
        transition-timing-function: ease-out;
    }

        .moments .moment-text.visible {
            /*height: 300px;*/
            height: auto;
            overflow: hidden;
            opacity: 1.0;
            padding: 50px 0 20px 0;
            transition-duration: 0.4s;
            transition-timing-function: ease-out;
        }

    .moments .moment-title a.moment-opener {
        text-decoration: none;
        opacity: 0.0;
        transition-duration: 0.4s;
        transition-timing-function: ease-out;
    }

        .moments .moment-title a.moment-opener.visible {
            opacity: 1.0;
        }

        .moments .moment-title a.moment-opener img {
            float: right;
            width: 46px !important;
            margin-top: 20px;
        }


@media(min-width:1200px) {
    .moments .moment-title {
        font-size: 40px;
    }
}

@media(max-width:1200px) {
    .moments .moment-title {
        font-size: 40px;
    }

    .moments li::before {
        font-size: 24px;
        left: -90px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        width: 80px;
        padding: 0 0 6px 0;
    }
}

@media(max-width:992px) {
    .moments .moment-title {
        font-size: 30px;
    }

    .moments li::before {
        font-size: 22px;
        left: -80px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        width: 60px;
        padding: 0 0 6px 0;
    }
}

@media(max-width:768px) {
    .moments .moment-title {
        font-size: 30px;
    }
}



.cookie-law-wrapper .btn {
    border-radius: 0;
    margin: 0 20px;
}

#CookiePopup {
    box-shadow: #000 0px 0px 10px 2px;
    font-size: 18px;
    display: block;
    z-index: 999999999;
    position: fixed;
    bottom: 5vh;
    right: 30%;
    left: 30%;
    background-color: #37436b;
    border: solid 1px #fff;
    padding: 30px;
    color: #fff;
    opacity: 0.0;
    transition-timing-function: ease-in;
    transition-duration: 0.4s;
    pointer-events: none;
}

    #CookiePopup.visible {
        opacity: 1.0;
        pointer-events: all;
    }

    #CookiePopup h1,
    #CookiePopup h2,
    #CookiePopup h3,
    #CookiePopup h4 {
        color: #fff;
        font-weight: bold;
    }

    #CookiePopup .cookie-popup-buttons {
        /*text-align:center;*/
    }

        #CookiePopup .cookie-popup-buttons .btn {
            border-radius: 0;
            margin: 0 20px;
        }

            #CookiePopup .cookie-popup-buttons .btn.configure {
                background-color: rgb(45,71,108);
            }

            #CookiePopup .cookie-popup-buttons .btn.accept-all {
                width: 50%;
                padding: 20px;
            }

@media(max-width:1250px) {
    #CookiePopup {
        font-size: 17px;
        bottom: 5vh;
        right: 20%;
        left: 20%;
    }
}


@media(max-width:992px) {
    #CookiePopup {
        font-size: 16px;
        bottom: 5vh;
        right: 10%;
        left: 10%;
    }
}

@media(max-width:650px) {
    #CookiePopup {
        font-size: 16px;
        bottom: 25px;
        right: 25px;
        left: 25px;
    }

        #CookiePopup .cookie-popup-buttons .btn {
            margin-bottom: 10px;
        }

            #CookiePopup .cookie-popup-buttons .btn.accept-all {
                width: unset;
            }
}


#CookieSettings {
    font-size: 16px;
    line-height: 18px;
    display: block;
    z-index: 9999999999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 0.0;
    transition-timing-function: ease-in;
    transition-duration: 0.4s;
    pointer-events: none;
}

    #CookieSettings.visible {
        pointer-events: all;
        opacity: 1.0;
    }

    #CookieSettings h1,
    #CookieSettings h2,
    #CookieSettings h3,
    #CookieSettings h4 {
        color: #212529;
        font-weight: bold;
    }

    #CookieSettings .cookie-settings-background {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.7;
    }

    #CookieSettings .cookie-settings-content {
        overflow-y: auto;
        position: absolute;
        z-index: 2;
        top: 10vh;
        right: 30%;
        left: 30%;
        bottom: 10vh;
        background-color: #fff;
        opacity: 1.0;
        padding: 30px;
        color: #212529;
    }

    #CookieSettings .enable-disable {
        color: #9b201f;
        text-align: right;
    }

        #CookieSettings .enable-disable #EnablePerformanceCookies {
        }

            #CookieSettings .enable-disable #EnablePerformanceCookies input {
                cursor: pointer;
            }

            #CookieSettings .enable-disable #EnablePerformanceCookies label {
                color: #9b201f;
                font-weight: 100;
                cursor: pointer;
            }

                #CookieSettings .enable-disable #EnablePerformanceCookies label.enabled {
                    color: #9b201f;
                    font-weight: bold;
                }

    #CookieSettings .btn {
        margin: 0;
    }

        #CookieSettings .btn.accept-settings {
            padding: 14px 20px;
        }

    #CookieSettings .popup-closer {
        text-align: right;
    }

@media(max-width:1250px) {
    #CookieSettings .cookie-settings-content {
        right: 20%;
        left: 20%;
    }
}


@media(max-width:992px) {
    #CookieSettings .cookie-settings-content {
        right: 10%;
        left: 10%;
    }
}

@media(max-width:650px) {
    #CookieSettings .cookie-settings-content {
        top: 25px;
        bottom: 25px;
        right: 25px;
        left: 25px;
    }
}


.xf-calculator {
    display: block;
    position: absolute;
    z-index: 200;
    margin-top: 130px;
    margin-left: -150px;
    width: 140px;
}

    .xf-calculator a img {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .xf-calculator a img.xf-primary {
            z-index: 1;
        }

        .xf-calculator a img.xf-secondary {
            z-index: 2;
            opacity: 0.0;
            transition-timing-function: ease-in-out;
            transition-duration: 0.7s;
        }


    .xf-calculator img.xf-secondary:hover,
    .xf-calculator a:hover img.xf-secondary {
        opacity: 1.0;
    }



@media(max-width:1200px) {
    .xf-calculator {
        width: 120px;
        margin-left: -130px;
    }
}

@media(max-width:992px) {
    .xf-calculator {
        /*width: 100px;
        margin-top: 70px;
        margin-left: -50px;*/
        position: absolute;
        left: 10px;
        top: 10px;
        width: unset;
        width: 100px;
        margin: unset;
    }
}


@media(max-width:768px) {
    .xf-calculator {
        position: absolute;
        left: 3px;
        top: 3px;
        width: unset;
        width: 35px;
        margin: unset;
    }
}


















.multimin-calculator {
    position: relative;
}


    .multimin-calculator input.mmdecimal,
    .multimin-calculator input.mminteger {
        text-align: right;
    }

    /* .multimin-calculator .dynafield,
    .multimin-calculator .dynafield-slider {
        letter-spacing: 0.1em;
    }*/

    .multimin-calculator table {
        width: 100%;
        margin: 0;
    }

        .multimin-calculator table tr {
            border-top: solid 1px #37436b;
            border-bottom: solid 1px #37436b;
        }

            .multimin-calculator table tr th {
                font-family: 'Segoe UI SemiBold';
            }

            .multimin-calculator table tr th,
            .multimin-calculator table tr td {
                font-size: 15px;
            }

                .multimin-calculator table tr th.cell-bg-grey,
                .multimin-calculator table tr td.cell-bg-grey {
                    background-color: #e1e4ec;
                }

                .multimin-calculator table tr th.cell-tar,
                .multimin-calculator table tr td.cell-tar {
                    text-align: right;
                }


    .multimin-calculator strong.title {
        font-size: 15px;
        font-family: 'Segoe UI SemiBold';
        display: block;
        clear: both;
        /*padding: 10px 0;*/
    }

        .multimin-calculator strong.title.blue {
            color: #37436b;
        }

        .multimin-calculator strong.title.red {
            color: #9b201f;
        }

    .multimin-calculator .do-not-show-calculations {
        display: none;
    }

    .multimin-calculator .calculation-tables {
        margin-top: 50px;
    }

    .multimin-calculator table.calculation-table tr td,
    .multimin-calculator table.calculation-table tr th {
        font-size: 13px;
    }

    .multimin-calculator input.dynafield,
    .calculator-reproduction-loss input.dynafield {
        font-size: 15px;
        border: none;
        padding: unset;
        margin: unset;
        background-color: unset;
        width: auto;
        display: inline-block;
        box-sizing: unset;
        max-width: 80px;
        float: right;
    }

    .multimin-calculator .value-skin,
    .calculator-reproduction-loss .value-skin {
        display: inline;
    }

    .multimin-calculator .slider-skin,
    .calculator-reproduction-loss .slider-skin {
        width: 100%; /* Width of the outside container */
    }

        .multimin-calculator .slider-skin input[type=range],
        .calculator-reproduction-loss .slider-skin input[type=range] {
            width: 70%;
        }

        .multimin-calculator .slider-skin span.dynafield,
        .calculator-reproduction-loss .slider-skin span.dynafield {
            display: inline-block;
            width: 20%;
            text-align: right;
        }

        .calculator-reproduction-loss .slider-skin span.dynafield {
            text-align: left;
        }


            .calculator-reproduction-loss .slider-skin span.dynafield.warn-wrong {
                color: #9b201f;
                font-weight: bold;
            }

                .calculator-reproduction-loss .slider-skin span.dynafield.warn-wrong:after {
                    /*content: '!!!';*/
                    content: ' *';
                }

    /* WEBKIT */
    .multimin-calculator input[type=range],
    .calculator-reproduction-loss input[type=range] {
        -webkit-appearance: none;
        background: none;
        border: 0;
        border-radius: 0;
        display: inline-block;
    }

        .multimin-calculator input[type=range]::-webkit-slider-runnable-track,
        .calculator-reproduction-loss input[type=range]::-webkit-slider-runnable-track {
            height: 5px;
            background: #fff;
            border: none;
            border-radius: 0;
        }

        .multimin-calculator input[type=range]::-webkit-slider-thumb,
        .calculator-reproduction-loss input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            border: none;
            height: 16px;
            width: 3px;
            border-radius: 0;
            background: #000;
            margin-top: -5px;
            cursor: pointer;
        }

        .multimin-calculator input[type=range]:focus,
        .calculator-reproduction-loss input[type=range]:focus {
            outline: none;
        }

            .multimin-calculator input[type=range]:focus::-webkit-slider-runnable-track,
            .calculator-reproduction-loss input[type=range]:focus::-webkit-slider-runnable-track {
                background: #fff;
            }


    .multimin-calculator table.result {
        float: left;
        width: 49%;
        margin-right: 5px;
        border: 0;
    }

        .multimin-calculator table.result,
        .multimin-calculator table.result tr,
        .multimin-calculator table.result tr td {
            border: 0;
        }


            .multimin-calculator table.result td {
                color: #fff;
                padding: 6px 10px 6px 4px;
                border: 0;
            }

                .multimin-calculator table.result td.br-col1 {
                    width: 40%;
                    text-align: left;
                }

                .multimin-calculator table.result td.br-col2 {
                    width: 60%;
                    text-align: right;
                }

            .multimin-calculator table.result.blue-result {
                background-color: #37436b;
            }

            .multimin-calculator table.result.red-result {
                background-color: #9b201f;
            }

            .multimin-calculator table.result.lightred-result {
                background-color: #b73b39;
            }

    .multimin-calculator table tr.tfoot-header td {
        font-family: 'Segoe UI SemiBold';
    }

.calculator-form input {
    background-color: #ebedf3;
    color: #37436b;
    border: none;
    width: 100%;
    margin: 0 0 4px 0;
    padding: 4px 14px;
    font-size: 17px;
}

.calculator-form {
    position: relative;
    margin-top: 20px;
}

    .calculator-form .title {
        margin-top: 10px;
        font-family: 'Segoe UI SemiBold';
        color: #37436b;
        font-size: 18px;
    }

    .calculator-form h2 {
        font-style: italic;
        margin: 16px 0;
    }

    .calculator-form button.btn-danger {
        padding: 14px 35px;
        border-radius: 12px;
        margin: 10px 0 0 0;
        float: right;
        background-color: #b73b39;
        font-size: 18px;
    }

        .calculator-form button.btn-danger:hover {
            background-color: #9b201f;
            font-weight: bold;
        }


.overlay,
.overlay-feedback {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.overlay-feedback {
}

    .overlay .overlay-background,
    .overlay-feedback .overlay-background {
        position: absolute;
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px;
        z-index: 101;
        opacity: 0.85;
        background-color: #37436b;
    }

    .overlay-feedback .overlay-background {
        top: 30px;
        left: -10px;
        right: -10px;
        bottom: -10px;
    }

    .overlay .overlay-content,
    .overlay-feedback .overlay-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 102;
    }

    .overlay-feedback .overlay-content {
        margin: 55px 25px 25px 25px;
        padding: 15px 25px;
        background-color: #37436b;
        color: #fff;
    }

.multimin-calculator .overlay .overlay-background {
    bottom: -10px;
}

.multimin-calculator .overlay .overlay-content {
    text-align: center;
    padding: 20vh;
}

.calculator-form .overlay .overlay-background {
    top: -10px;
}

.calculator-form .overlay .overlay-content {
    text-align: center;
    padding: 15vh;
}

.calculator-form .vet-send input[type='checkbox'] {
    width: unset;
}

.calculator-form .vet-send label {
    display: inline;
    cursor: pointer;
    font-size: 17px;
}


.multimin-calculator.management-mode input {
    border: dotted 1px #37436b;
}




.dose-rate-calculator {
}

    .dose-rate-calculator img.cow {
        width: unset !important;
        height: 120px !important;
        max-width: 100% !important;
        margin: 15px 0;
    }

    .dose-rate-calculator .data-input {
        font-size: 15px;
        padding-bottom: 20px;
    }

        .dose-rate-calculator .data-input .dose {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .dose-rate-calculator .data-input .dose-top {
            padding-top: 8px;
        }

    .dose-rate-calculator .warning {
        color: #9b201f;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        font-style: italic;
    }





.calculator-reproduction-loss {
    font-size: 15px;
}

    .calculator-reproduction-loss .title {
        /*padding: 16px 30px;*/
        font-size: 17px;
    }


        .calculator-reproduction-loss .title span {
            font-weight: normal;
        }

    .calculator-reproduction-loss .blue {
        /*  background-color: #37436b;
        color: #fff;*/
        background-color: #ebedf3;
        color: #000;
    }

    .calculator-reproduction-loss .grey {
        /* background-color: #e1e4ec;
        color: #000;*/
        background-color: #fff;
        color: #000;
        padding: 8px 16px;
        /*font-weight: bold;*/
    }

    .calculator-reproduction-loss .red {
        /*background-color: #9b201f;
        color: #fff;*/
        background-color: #ebedf3;
        color: #000;
        border-left: solid 1px #fff;
        padding: 8px 16px;
    }

        .calculator-reproduction-loss .red.light-red {
            /*background-color: #b73b39;*/
            background-color: #ebedf3;
            color: #000;
        }

        .calculator-reproduction-loss .red input {
            /*background-color: #9b201f;
            color: #fff;*/
            background-color: #ebedf3;
            color: #000;
            border: 0;
            text-align: center;
        }

    .calculator-reproduction-loss .align-right {
        text-align: right;
    }

    .calculator-reproduction-loss .result {
        /*background-color: #000;
        color: #fff;*/
        /*background-color: #ebedf3;
        color: #000;*/
        padding: 8px 16px;
        text-align: center;
        border-left: solid 1px #fff;
    }


    .calculator-reproduction-loss .centered {
        text-align: center;
    }

    .calculator-reproduction-loss .input-here {
        font-weight: bold;
        padding: 8px 16px;
    }

    .calculator-reproduction-loss .col-md-2,
    .calculator-reproduction-loss .col-md-4,
    .calculator-reproduction-loss .col-md-6,
    .calculator-reproduction-loss .col-md-8,
    .calculator-reproduction-loss .col-md-10,
    .calculator-reproduction-loss .col-md-12 {
        border-bottom: solid 1px #ccc;
    }

    .calculator-reproduction-loss .no-line {
        border: 0 !important;
    }


    .calculator-reproduction-loss .result-title {
        /*color: #ff0;*/
        color: #fff;
        font-weight: bold;
        padding: 8px 16px;
        border-left: solid 1px #fff;
    }

        .calculator-reproduction-loss .result-title.bg-red {
            background-color: #9b201f;
        }

    .calculator-reproduction-loss .result-row {
        /*border: solid 1px #9b201f;*/
        background-color: #37436b;
    }

    .multimin-calculator input[type=number]::-webkit-inner-spin-button,
    .multimin-calculator input[type=number]::-webkit-outer-spin-button,
    .calculator-reproduction-loss input[type=number]::-webkit-inner-spin-button,
    .calculator-reproduction-loss input[type=number]::-webkit-outer-spin-button {
        opacity: 1;
    }


    .multimin-calculator .dynafield.display.markup,
    .calculator-reproduction-loss .dynafield.display.markup {
        display: none;
    }

span.numeric-value-group,
span.nfg {
    padding: 0 1.3px;
}




#HamburgerMenuMenu .hamburger-language-selection {
    display: none;
    margin-bottom: 30px;
    color: #fff;
    font-size: 22px;
}

    #HamburgerMenuMenu .hamburger-language-selection a {
        color: #fff;
        text-decoration: none;
    }

        #HamburgerMenuMenu .hamburger-language-selection a:hover {
            text-decoration: underline;
        }

@media(max-width:992px) {
    #HamburgerMenuMenu .hamburger-language-selection {
        display: block;
    }
}



/*.calculator-reproduction-loss.pdf-rendering * {
    font-size: 13px;
}

.calculator-reproduction-loss.pdf-rendering {
    width: 100%;
}

    .calculator-reproduction-loss.pdf-rendering .row,
    .calculator-reproduction-loss.pdf-rendering .col-md-12 {
        display: block;
        width: 90%;
        clear: both;
    }

    .calculator-reproduction-loss.pdf-rendering .col-md-8 {
        display: block;
        float: left;
        width: 62%;
    }

    .calculator-reproduction-loss.pdf-rendering .col-md-6 {
        display: block;
        float: left;
        width: 45%;
    }

    .calculator-reproduction-loss.pdf-rendering .col-md-4 {
        display: block;
        float: left;
        width: 27%;
    }

    .calculator-reproduction-loss.pdf-rendering .col-md-3 {
        display: block;
        float: left;
        width: 20%;
    }

    .calculator-reproduction-loss.pdf-rendering .col-md-2 {
        display: block;
        float: left;
        width: 12%;
    }

    .calculator-reproduction-loss.pdf-rendering .result-row .result-title {
        background-color: #37436b;
    }

    .calculator-reproduction-loss.pdf-rendering .col-md-4 {
        text-align: center !important;
    }

    .calculator-reproduction-loss.pdf-rendering input {
        display: none !important;
    }

    .calculator-reproduction-loss.pdf-rendering .display {
        display: inline !important;
    }

        .calculator-reproduction-loss.pdf-rendering .display.markup {
            display: none !important;
        }*/

.calculator-reproduction-loss .align-right input {
    text-align: right;
}

.calculator-reproduction-loss .col-md-2,
.calculator-reproduction-loss .col-md-3,
.calculator-reproduction-loss .col-md-4,
.calculator-reproduction-loss .col-md-6,
.calculator-reproduction-loss .col-md-8,
.calculator-reproduction-loss .col-md-12 {
    border-bottom: solid 1px #ccc;
}

.calculator-reproduction-loss #PercentageWarning {
    font-weight: bold;
    color: #9b201f;
    margin: 8px 0 0 0;
}

.calculator-reproduction-loss .col-md-12.centered.blue.title {
    padding: 8px 16px;
}


.c1-results {
}

    .c1-results strong.title {
        color: #fff;
    }

    .c1-results .col-md-3,
    .c1-results .col-md-6 {
        border-left: solid 1px #fff;
        border-bottom: solid 1px #ccc;
        font-size: 15px;
        padding: 8px 16px;
    }

        .c1-results .col-md-3.blue,
        .c1-results .col-md-6.blue {
            background-color: #37436b;
        }

        .c1-results .col-md-3.red,
        .c1-results .col-md-6.red {
            background-color: #9b201f;
            color: #fff;
        }

        .c1-results .col-md-3.white,
        .c1-results .col-md-6.white {
        }



.row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
















.pdf-rendering * {
    font-size: 13px;
}

.pdf-rendering {
    width: 100%;
}

    .pdf-rendering .row,
    .pdf-rendering .col-md-12 {
        display: block;
        width: 90%;
        clear: both;
    }

    .pdf-rendering .col-md-8 {
        display: block;
        float: left;
        width: 62%;
    }

    .pdf-rendering .col-md-6 {
        display: block;
        float: left;
        width: 45%;
    }

    .pdf-rendering .col-md-4 {
        display: block;
        float: left;
        width: 27%;
    }

    .pdf-rendering .col-md-3 {
        display: block;
        float: left;
        width: 20%;
    }

    .pdf-rendering .col-md-2 {
        display: block;
        float: left;
        width: 12%;
    }

    .pdf-rendering .result-row .result-title {
        background-color: #37436b;
    }

    .pdf-rendering .col-md-4 {
        text-align: center !important;
    }

    .pdf-rendering input {
        display: none !important;
    }

    .pdf-rendering .display {
        display: inline !important;
    }

        .pdf-rendering .display.markup {
            display: none !important;
        }





    /* fix for AbcPdf cell heights */
    .pdf-rendering .row {
        overflow: hidden;
    }
    /* fix for AbcPdf cell heights */
    .pdf-rendering .col-md-3,
    .pdf-rendering .col-md-6 {
        margin-bottom: -99990px;
        padding-bottom: 99999px;
    }



.distributor-item {
    border: solid 1px #dddddd;
    text-align: center;
    color: #2e476c;
    margin : 0 0 40px 0;
}

    .distributor-item .countries .col-md-4,
    .distributor-item .countries .col-md-5 {
        text-align: right;
    }
    .distributor-item .countries .col-md-6,
    .distributor-item .countries .col-md-7 {
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        padding-top:2px;
    }

    .distributor-item .top-part {
        background-color: #ececec;
        border-bottom: solid 1px #dddddd;
        padding: 20px 0;
    }

    .distributor-item .bottom-part {
        background-color: #f9f8f8;
        padding:20px 10px;
    }

    .distributor-item .distributor-logo {
        max-width: 100%;
        max-height: 60px;
        margin:20px 0 0 0;
    }

    .distributor-item .distributor-name {
        padding:0 10px 10px 10px;
        font-size:30px;
        font-weight:bold;
    }

    .distributor-item span.distributor-bar,
    .distributor-item a.distributor-bar {
        display: block;
        margin: 10px;
        background-color: #c32132;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        color: #fff;
        padding: 5px;
        text-decoration: none;
        transition-duration: 0.2s;
        transition-timing-function: ease-in;
    }

    .distributor-item a.distributor-bar:hover {
        background-color:#6b75a9;
    }

    @media(max-width:768px){
        .distributor-item .countries .col-md-4,
        .distributor-item .countries .col-md-5 {
            text-align: center;
        }

        .distributor-item .countries .col-md-6,
        .distributor-item .countries .col-md-7 {
            text-align: center;
        }
    }