body {
    margin: 0px;
    background-color: #eff3ff;
    font-family: Arial;
    font-size: 13px;
}

.row-1 {
    background-color: #7b97af;
}

.row-2 {
    background: linear-gradient(#cbc7c8, #dfe0db);
    height: 24px;
    border-top: 3px solid #dcd8d9;
    border-bottom: 1px solid #ffffff;
}

.row-3 {
    background-color: #b4d2ea;
    height: 110px;
}

    .row-3 .trein-bg {
        background-image: url('/portals/1010/skins/trein/trein.gif');
        background-repeat: no-repeat;
        background-position: right;
    }

.row-4 {
    background-color: #98adc0;
}

.row-5 {
    border-top: 1px solid #c7d7e4;
    background-color: #98adc0;
}

    .row-5 .gray-bg {
        background-color: #e3e3e3;
        min-height: 325px;
    }

.row-6 {
    background-color: #93a9be;
    border-top: 1px solid #b6c7d7;
    color: #344a88;
    font-weight: bold;
}

    .row-6 a {
        color: #344a88 !important;
    }

.row-7 {
    background-color: #b0c0cf;
    height: 16px;
}

.row-8 {
    background-color: #b0c0cf;
    border-top: 1px solid #c7d7e4;
    height: 4px;
}

.container {
    max-width: 900px;
}

.container-fluid .col,
.container-fluid [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 767.98px) {
    .container {
        width: 100%;
        max-width: none;
    }
}

.SkinObject, .SkinObject A {
    font-family: Arial;
    font-size: 13px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: normal;
}

A, A:link, A:visited {
    text-decoration: underline;
    color: #1c1818;
}

    A:active, A:hover {
        text-decoration: underline;
        color: #50639a;
    }


.Head {
    font-size: 20px;
    font-weight: bold;
    color: #1c2b56;
}

.Normal {
    font-size: 13px;
    color: #404040;
}

.NormalRed {
    font-size: 12px;
    color: #ff0000;
    line-height: 0.5cm;
    font-weight: bold;
}

.portfolio {
    font-family: Arial;
    font-size: 13px;
    color: #E4EBFF;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 7px;
    padding-top: 3px;
}


input {
    font-family: Arial !important;
    font-size: 12px !important;
    color: #000000 !important;
    font-weight: bold !important;
    margin-bottom: 2px;
}


.SubHead {
    font-family: Arial;
    font-size: 13px;
    color: #000000;
    line-height: 0.5cm;
    font-weight: bold;
}

.commandbutton {
    font-family: Arial;
    font-size: 13px;
    color: #000000;
}

input.StandardButton {
    border: 1px solid #7b97af;
    background-color: #b4d2ea;
    font-weight: bold;
    color: #000000 !important;
    font-family: Arial;
    cursor: hand;
    cursor: pointer;
}


/* Main Menu */

.navbar-toggler {
    width: 20px;
    height: 20px;
    margin: 6px 0px 10px 10px;
    background: no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItbWVudSI+PGxpbmUgeDE9IjMiIHkxPSIxMiIgeDI9IjIxIiB5Mj0iMTIiPjwvbGluZT48bGluZSB4MT0iMyIgeTE9IjYiIHgyPSIyMSIgeTI9IjYiPjwvbGluZT48bGluZSB4MT0iMyIgeTE9IjE4IiB4Mj0iMjEiIHkyPSIxOCI+PC9saW5lPjwvc3ZnPg==);
}

.navbar {
    padding: 0;
}

    .navbar .nav-item {
        font-size: 13pt;
        font-weight: bold;
        font-style: normal;
        border-right: 1px solid transparent;
    }

.navbar-nav {
    margin-left: 0px;
}

.navbar .nav-item:hover {
    background-color: #8c9fb0 !important
}

.navbar .nav-item a {
    color: #344a88;
    text-decoration: none;
    padding: 5px 10px;
}


.navbar .dropdown-menu {
    border-radius: 0;
    border: 0;
    padding: 5px;
    margin: 0;
    margin-left: -1px;
    background-color: #98adc0;
    min-width: 200px;
    border: 0px;
    padding-left: 25px;
}

    .navbar .dropdown-menu a {
        font-size: .8rem;
        font-family: Arial;
        font-weight: bold;
        padding: .4rem .5rem
    }

        .navbar .dropdown-menu a:hover {
            background-color: #8c9fb0;
        }

.navbar-collapse {
    margin: 0 -6px !important
}

    .navbar-collapse.collapsing, .navbar-collapse.show {
        padding-bottom: 7px
    }

        .navbar-collapse.collapsing .nav-item, .navbar-collapse.show .nav-item {
            padding-left: 7px
        }

        .navbar-collapse.show .dropdown-menu {
            margin-left: -7px;
            margin-top: 3px
        }

.navbar-nav {
    display: flex;
    flex-wrap: wrap
}


@media (min-width: 991.98px) {
    .navbar .dropdown-menu {
        border: 1px solid #b6c7d7;
        padding-left: 5px;
    }

    .navbar .nav-item {
        border-right: 1px solid #b6c7d7;
    }
}
