﻿@font-face {
    font-family: BelfiusAlternative;
    src: url('/common/NL/fw/fonts/belfiusalternative_regular.eot');
    src: url('/common/NL/fw/fonts/belfiusalternative_regular.eot') format('embedded-opentype'), url('/common/NL/fw/fonts/belfiusalternative_regular.otf') format('opentype'), url('/common/NL/fw/fonts/belfiusalternative_regular.woff') format('woff'), url('/common/NL/fw/fonts/belfiusalternative_regular.ttf') format('truetype'), url('/common/NL/fw/fonts/belfiusalternative_regular.svg') format('svg');
}

@font-face {
    font-family: BelfiusBlack;
    src: url('/common/NL/fw/fonts/belfiusalternative-black.eot');
    src: url('/common/NL/fw/fonts/belfiusalternative-black.eot') format('embedded-opentype'), url('/common/NL/fw/fonts/belfiusalternative-black.otf') format('opentype'), url('/common/NL/fw/fonts/belfiusalternative-black.woff') format('woff'), url('/common/NL/fw/fonts/belfiusalternative-black.ttf') format('truetype'), url('/common/NL/fw/fonts/belfiusalternative-black.svg') format('svg');
}

@font-face {
    font-family: BelfiusIconFont;
    src: url('/common/NL/fw/fonts/belfius_iconfont.eot');
    src: url('/common/NL/fw/fonts/belfius_iconfont.eot') format('embedded-opentype'), url('/common/NL/fw/fonts/belfius_iconfont.woff') format('woff'), url('/common/NL/fw/fonts/belfius_iconfont.ttf') format('truetype'), url('/common/NL/fw/fonts/belfius_iconfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}

html {
    min-height: 100%;
    overflow-y: scroll;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: BelfiusAlternative, Arial, Helvetica, "Nimbus Sans L", sans-serif;
    color: #435c6b;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    background: url("Images/background_language.png") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    body[data-os="ios"] {
        cursor: pointer;
    }

a {
    text-decoration: none;
}

    a, a:link {
        color: #7a8d9b;
    }

        a:hover, a:active {
            color: #00a7a6;
        }

        a:visited {
            color: #435C6B;
        }

.hidden {
    display: none !important;
}

.mobile_show {
    display: none !important;
}

.container_header#logo-belfius {
    width: 221px;
    height: 48px;
    background-image: url("/common/nl/fw/lib/css/img/logo-belfius-desktop.png");
    margin: 40px auto 20px auto;
}

.container_choose_language {
    width: 130px;
    margin: 0 auto 20px auto;
}

#icon {
    font-family: BelfiusIconFont;
}

#language_page {
    font-family: BelfiusAlternative, Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: 11px;
    color: #435c6b;
    text-decoration: none;
}

.dot {
    height: 30px;
    width: 30px;
    border: #7a8d9b 1px solid;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin: 15px 0 0 8px;
}

    .dot:hover, .dot.selected {
        background-color: #d1184d;
        border: #d1184d 1px solid;
    }

    .dot span {
        top: 8px;
        position: relative;
    }

        .dot span:hover, .dot.selected span {
            color: white;
        }

.belfius_red {
    color: #d1184d;
}

.container {
    margin: auto auto;
    max-width: 1300px;
    min-width: 660px;
    margin-left: 30%;
    padding-bottom: 40px;
}

.title {
    margin: 0 auto 40px auto;
    font-size: 30px;
    text-align: center;
}

    .title .welcome {
        font-family: BelfiusBlack;
        color: #415c6c;
    }

    .title .subtitle {
        font-size: 20px;
    }

/* DropDown */
.dropdown {
    position: relative;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: left;
    width: 500px;
    display: flex;
    font-size: 26px;
    line-height: 1.7;
}

    .dropdown .dropbtn {
        background-color: #ffffff;
        font-size: 26px;
        line-height: 1.7;
        padding: 10px;
        border: none;
        flex-grow: 1;
        cursor: pointer;
    }

    .dropdown:focus-visible .chevron_down {
        outline: black auto 1px;
    }

    .dropdown .chevron_down {
        position: relative;
        min-width: 50px;
        font-size: 26px;
        line-height: 1.7;
        background-color: #ffffff;
        text-align: center;
        cursor: pointer;
    }

        .dropdown .chevron_down:after {
            content: '\E647';
            font-family: BelfiusIconFont;
            color: #435c6b;
            padding: 10px;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            pointer-events: none;
        }

    .dropdown .dropdown-content {
        position: absolute;
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        margin-top: 60px;
        background-color: #ffffff;
        width: 100%;
        max-height: 410px;
        overflow-y: auto;
        left: 0;
    }

        .dropdown .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

            .dropdown .dropdown-content a:hover {
                background-color: #ddd;
            }

button.go:hover {
    background-color: #d54d7d;
}

button.go {
    display: block;
    text-align: center;
    border: none;
    margin: 30px auto 24px auto;
    cursor: pointer;
    background-color: #C30045;
    border-radius: 4px;
    height: 40px;
    font-family: arial, -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    padding: 6px;
}

.language-banner {
    background-color: #ffffff;
    margin: 0px auto 0px auto;
    width: 500px;
    display: flex;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

    .language-banner a {
        font-size: 20px;
        padding: 20px;
        flex-grow: 1;
        margin: auto;
    }

    .language-banner img {
        -ms-transform: skewX(-7deg);
        -webkit-transform: skewX(-7deg);
        transform: skewX(-7deg);
        width: 150px;
        height: 120px;
        padding: 15px;
        margin-right: 7px;
    }

@media all and (max-width:959px) {
    .container {
        margin-left: auto;
    }
}

@media all and (max-width:485px) {

    body {
        background: url("Images/background_language_mobile.png") no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media all and (max-width:485px), all and (max-width: 800px) and (max-height:485px) and (orientation: landscape) {

    .container_header#logo-belfius {
        width: 202px;
        height: 44px;
        background-image: url("/common/nl/fw/lib/css/img/logo-belfius-mobile.png");
        margin: 20px auto 15px auto;
        background-repeat: no-repeat;
    }

    .container {
        width: 100%;
        margin: 0;
        max-width: 100%;
        min-width: 100%;
        margin-left: 0px;
    }

        .container .title {
            margin-bottom: 10px;
        }

            .container .title .welcome {
                font-size: 22px;
            }

            .container .title .subtitle {
                font-size: 18px;
            }

    .dropdown,
    .language-banner {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

        .language-banner img {
            width: 110px;
            height: 88px;
        }
}

.dropdown {
    font-size: 20px;
}

    .dropdown .dropbtn {
        font-size: 20px;
    }

    .dropdown .chevron_down {
        font-size: 20px;
    }
