﻿/*Modal Pop Up - Line 1 to Line 235*/
.fade {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    z-index: 100 !important;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
/*HomeCardCss - teaser Line 237 to Line 1946*/
@media all and (max-width:767px) 
{
    .mod-Content_copy 
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mod-Content_copy .teaserheadline .icon 
{
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    margin-right: 8px;
}

.mod-Content_copy .teasersubheadline .icon 
{
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    margin-right: 8px;
}

.featured-label.mod-Content_copy 
{
    border-bottom-color: rgb(0, 0, 102);
    border-bottom-width: 6px;
    border-bottom-style: solid;
    position: relative;
}

.featured-label.mod-Content_copy .label 
{
    top: 0px;
    right: 0px;
    position: absolute;
}

.media-image {
    width: 100%;
    height: auto;
}

.in-text.media-container {
    padding-bottom: 15px;
}

    .in-text.media-container img {
        height: auto;
        max-width: 100%;
    }

@media all and (max-width:767px) {
    .pull-left.in-text.media-container {
        float: none !important;
    }

    .pull-right.in-text.media-container {
        float: none !important;
    }
}

@media all and (min-width:768px) {
    .in-text.media-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pull-left.in-text.media-container {
        margin-right: 15px;
        margin-left: -15px;
        max-width: 50%;
    }

    .pull-right.in-text.media-container {
        margin-right: -15px;
        margin-left: 15px;
        max-width: 50%;
    }
}

.skin-c2.mod {
    padding-top: 30px;
    padding-bottom: 30px;
}

.skin-c3.mod {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media all and (max-width:767px) {
    .skin-c2.mod {
        padding-right: 15px;
        padding-left: 15px;
    }

    .skin-c3.mod {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media all and (min-width:768px) {
    .skin-c2.mod {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media all and (min-width:768px) {
    .skin-c3.mod {
        padding-right: 16px;
        padding-left: 16px;
    }
}

.skin-c4.mod {
    border: 1px solid rgb(230, 230, 230);
    border-image: none;
}

.skin-c5.mod {
    border: 1px solid rgb(230, 230, 230);
    border-image: none;
}

@media all and (max-width:767px) {
    .skin-c4.mod {
        margin-right: 15px;
        margin-left: 15px;
    }

    .skin-c5.mod {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.skin-c4.mod {
    padding: 15px;
}

.skin-c5.mod {
    padding: 29px 15px;
}
@media all and (max-width:767px) {
    .link-bar-bottom-aligned.mod {
        padding-bottom: 0px;
    }

        .link-bar-bottom-aligned.mod .link-bar {
            margin-right: -15px;
            margin-left: -15px;
        }
}

.link-bar {
    background: rgb(230, 230, 230);
    padding: 11px 15px;
    margin-bottom: 20px;
}

    .link-bar li {
        margin-right: 36px;
        display: inline;
        list-style-type: none;
    }

        .link-bar li:last-child {
            margin-right: 0px;
        }

@media all and (min-width:768px) {
    .link-bar-bottom-aligned.mod {
        padding-bottom: 40px;
        position: relative;
    }

        .link-bar-bottom-aligned.mod.skin-c2 {
            padding-bottom: 50px;
        }

        .link-bar-bottom-aligned.mod.skin-c3 {
            padding-bottom: 50px;
        }

        .link-bar-bottom-aligned.mod .link-bar {
            left: 0px;
            width: 100%;
            right: 0px;
            bottom: 0px;
            overflow: hidden;
            margin-bottom: 0px;
            white-space: nowrap;
            position: absolute;
        }
}

.cta-bottom-aligned.mod .cta-2 {
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    white-space: nowrap;
    position: absolute;
}

@media all and (max-width:767px) {
    .cta-bottom-aligned.mod {
        padding-bottom: 0px;
    }
}

@media all and (min-width:768px) {
    .cta-bottom-aligned.mod {
        padding-bottom: 40px;
        position: relative;
    }
}
.type-notification.mod-Teaser_errormessages {
    display: none !important;
}
.mod-Teaser_contact .media-container {
    margin-bottom: 20px;
}

@media all and (max-width:767px) {
    .mod-Teaser_contact .media-container {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media all and (max-width:767px) {
    .skin-c3.mod-Teaser_contact :first-child.media-container {
        margin-top: -30px;
    }

    .skin-c5.mod-Teaser_contact :first-child.media-container {
        margin-top: -30px;
    }
}

@media all and (min-width:768px) {
    .skin-c3.mod-Teaser_contact :first-child.media-container {
        margin-top: -10px;
    }

    .skin-c5.mod-Teaser_contact :first-child.media-container {
        margin-top: -10px;
    }
}

.mod-Teaser_focus_area {
    counter-reset: Ebene01;
    background-color: rgb(230, 230, 230);
}

    .mod-Teaser_focus_area .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .mod-Teaser_focus_area .focus-cell {
        color: rgb(62, 62, 62);
        padding-top: 30px;
        padding-bottom: 10px;
        display: block;
    }

    .mod-Teaser_focus_area :first-child.focus-cell {
        background-color: rgb(0, 0, 102);
    }

@media all and (max-width:767px) {
    .mod-Teaser_focus_area :first-child.focus-cell {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

.mod-Teaser_focus_area a.focus-cell {
    transition: background-color 0.2s;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
}

.no-touch .mod-Teaser_focus_area a.focus-cell:hover {
    cursor: pointer;
    background-color: rgb(205, 205, 205);
}

.touch .mod-Teaser_focus_area a.focus-cell:active {
    cursor: pointer;
    background-color: rgb(205, 205, 205);
}

@media all and (max-width:767px) {
    .mod-Teaser_focus_area .focus-cell {
        border-bottom-color: rgb(205, 205, 205);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
}

@media all and (max-width:991px) and (min-width:768px) {
    .mod-Teaser_focus_area :nth-of-type(2n+1).focus-cell {
        border-left-color: rgb(205, 205, 205);
        border-left-width: 1px;
        border-left-style: solid;
    }

    .mod-Teaser_focus_area :nth-of-type(n+2).focus-cell {
        border-top-color: rgb(205, 205, 205);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .msie8 .mod-Teaser_focus_area {
        overflow: hidden;
    }

        .msie8 .mod-Teaser_focus_area .row {
            margin-top: -1px;
            margin-left: -1px;
        }

        .msie8 .mod-Teaser_focus_area .focus-cell {
            border-top-color: rgb(205, 205, 205);
            border-left-color: rgb(205, 205, 205);
            border-top-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-left-style: solid;
        }
}

@media all and (min-width:992px) {
    .mod-Teaser_focus_area .focus-cell {
        height: 100%;
    }

        .mod-Teaser_focus_area .focus-cell + .focus-cell {
            border-top-color: currentColor;
            border-left-color: rgb(205, 205, 205);
            border-top-width: medium;
            border-left-width: 1px;
            border-top-style: none;
            border-left-style: solid;
        }

    .mod-Teaser_focus_area .clearfix {
        clear: both;
        border-top-color: rgb(205, 205, 205);
        border-top-width: 1px;
        border-top-style: solid;
    }
}

.mod-Teaser_focus_area h2 {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

    .mod-Teaser_focus_area h2::after {
        background: rgb(255, 255, 255);
        width: 28px;
        height: 1px;
        margin-top: 15px;
        display: block;
        content: "";
    }

@media all and (min-width:768px) {
    .mod-Teaser_focus_area h2::after {
        width: 33px;
    }
}

.mod-Teaser_focus_area h3 {
    color: rgb(64, 102, 179);
}

.show-numbers.mod-Teaser_focus_area h3::before {
    color: rgb(0, 0, 102);
    line-height: inherit;
    font-family: Zurich Sans,"Helvetica Neue",Arial,sans-serif;
    font-size: 20px;
    margin-right: 5px;
    content: "0" counter(Ebene01,decimal);
    counter-increment: Ebene01;
}

@media all and (max-width:991px) and (min-width:768px) {
    .show-numbers.mod-Teaser_focus_area h3::before {
        line-height: 26px;
        font-size: 24px;
    }
}

@media all and (min-width:992px) {
    .show-numbers.mod-Teaser_focus_area h3::before {
        line-height: 28px;
        font-size: 26px;
    }
}

@media all and (max-width:767px) {
    .show-numbers.mod-Teaser_focus_area .hidden-xs h3::before {
        content: " 0" counter(Ebene01,decimal);
    }
}

.mod-Teaser_focus_area .action-cell {
    padding-top: 13px;
    padding-bottom: 13px;
}

@media all and (max-width:767px) {
    .mod-Teaser_highlight {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mod-Teaser_highlight .media-container {
    margin-bottom: 20px;
}

@media all and (max-width:767px) {
    .mod-Teaser_highlight .media-container {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.no-touch .skin-c3.mod-Teaser_highlight:hover {
    background-color: rgb(230, 230, 230);
}

.touch .skin-c3.mod-Teaser_highlight:active {
    background-color: rgb(230, 230, 230);
}

@media all and (max-width:767px) {
    .skin-c3.mod-Teaser_highlight .media-container {
        margin-top: -30px;
    }
}

@media all and (min-width:768px) {
    .skin-c3.mod-Teaser_highlight .media-container {
        margin-top: -14px;
    }
}

@media all and (max-width:767px) {
    .mod-Teaser_home {
        padding-right: 15px;
        padding-left: 15px;
    }

        .mod-Teaser_home .media-container {
            margin-right: -15px;
            margin-left: -15px;
        }
}

.mod-Teaser_home .media-container {
    margin-bottom: 20px;
}

.mod-Teaser_large {
    position: relative;
}

    .mod-Teaser_large .teaser-headline {
        margin: 0px;
        left: 16px;
        top: 30px;
        color: rgb(142, 142, 142);
        position: absolute;
        paddding: 0;
    }

.colortheme-2.mod-Teaser_large .teaser-headline {
    color: rgb(64, 102, 179);
}

.colortheme-3.mod-Teaser_large .teaser-headline {
    color: rgb(255, 255, 255);
}

.mod-Teaser_large .link-bar {
    clear: both;
}

.mod-Teaser_large .teaser-body {
    padding: 30px 15px;
}

    .mod-Teaser_large .teaser-body h3 {
        margin: 0px 0px 20px;
        color: rgb(255, 255, 255);
    }

    .mod-Teaser_large .teaser-body p {
        margin: 0px 0px 20px;
        color: rgb(255, 255, 255);
    }

    .mod-Teaser_large .teaser-body *:last-child {
        margin-bottom: 0px;
    }

@media all and (max-width:767px) {
    .mod-Teaser_large {
        padding-right: 15px;
        padding-left: 15px;
    }

        .mod-Teaser_large .media-container {
            margin-right: -15px;
            margin-bottom: 0px;
            margin-left: -15px;
        }

        .mod-Teaser_large .teaser-body {
            margin-right: -15px;
            margin-bottom: 0px;
            margin-left: -15px;
        }

        .mod-Teaser_large .link-bar {
            margin-right: -15px;
            margin-bottom: 0px;
            margin-left: -15px;
        }
}

@media all and (min-width:768px) {
    .mod-Teaser_large .teaser-body {
        left: 75%;
        top: 0px;
        right: 0px;
        bottom: 40px;
        position: absolute;
    }

    .mod-Teaser_large .media-container {
        width: 75%;
        margin-bottom: 0px;
        display: block;
        position: relative;
    }

        .mod-Teaser_large .media-container img {
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            bottom: 0px;
            position: absolute;
        }

        .mod-Teaser_large .media-container::before {
            width: 100%;
            padding-bottom: 50%;
            display: block;
            content: "";
        }
}

.mod-Teaser_lead .link-list {
    padding-bottom: 10px;
}

.mod-Teaser_lead :last-child.link-list {
    padding-bottom: 0px;
}

.mod-Teaser_lead .link-list .last-child {
    padding-bottom: 0px;
}

.mod-Teaser_lead .link-list li {
    width: 32%;
    margin-left: 2%;
    float: left;
    background-color: rgb(255, 255, 255);
}

    .mod-Teaser_lead .link-list li:first-child {
        margin-left: 0px;
    }

    .mod-Teaser_lead .link-list li a {
        padding: 5px 15px;
        border: 1px solid rgb(64, 102, 179);
        border-image: none;
        height: 100px;
        text-align: center;
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .mod-Teaser_lead .link-list li a .icon {
            width: 40px;
            height: 44px;
            line-height: 44px;
        }

        .mod-Teaser_lead .link-list li a .icon-label {
            display: block;
        }

    .mod-Teaser_lead .link-list li.one-item {
        width: 100%;
    }

    .mod-Teaser_lead .link-list li.two-items {
        width: 49%;
    }

@media all and (max-width:767px) {
    .mod-Teaser_lead .link-list li {
        margin: 10px 0px 0px;
        float: none;
    }

        .mod-Teaser_lead .link-list li:first-child {
            margin-top: 0px;
        }

        .mod-Teaser_lead .link-list li a {
            padding: 5px 10px;
            height: 44px;
            text-align: left;
        }

            .mod-Teaser_lead .link-list li a .icon {
                height: 34px;
                line-height: 34px;
                margin-right: 5px;
                vertical-align: middle;
            }

            .mod-Teaser_lead .link-list li a .icon-label {
                height: auto;
                line-height: 34px;
                vertical-align: middle;
                display: inline-block;
            }

        .mod-Teaser_lead .link-list li.one-item {
            width: 100%;
        }

        .mod-Teaser_lead .link-list li.two-items {
            width: 100%;
        }

        .mod-Teaser_lead .link-list li.three-items {
            width: 100%;
        }
}

@media all and (max-width:767px) {
    .mod-Teaser_link_info {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mod-Teaser_link_info .teaser-section::before {
    display: table;
    content: " ";
}

.mod-Teaser_link_info .teaser-section::after {
    display: table;
    content: " ";
}

.mod-Teaser_link_info .teaser-section::after {
    clear: both;
}

.mod-Teaser_link_info .teaser-section .teaser-subtitle {
    margin-top: -4px;
    margin-bottom: 16px;
}

    .mod-Teaser_link_info .teaser-section .teaser-subtitle + p {
        top: -10px;
        margin-top: -4px;
        margin-bottom: 6px;
        position: relative;
    }

.mod-Teaser_link_info .media-container {
    width: 25%;
    margin-bottom: 20px;
    border-right-color: transparent;
    border-right-width: 6px;
    border-right-style: solid;
    float: left;
}

    .mod-Teaser_link_info .media-container + .teaser-body {
        width: 75%;
        padding-left: 6px;
        float: left;
    }

@media all and (max-width:767px) {
    .mod-Teaser_list {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mod-Teaser_list .media-container {
    margin-bottom: 20px;
}

@media all and (max-width:767px) {
    .mod-Teaser_list .media-container {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media all and (max-width:767px) {
    .skin-c3.mod-Teaser_list :first-child.media-container {
        margin-top: -30px;
    }

    .skin-c5.mod-Teaser_list :first-child.media-container {
        margin-top: -30px;
    }
}

@media all and (min-width:768px) {
    .skin-c3.mod-Teaser_list :first-child.media-container {
        margin-top: -10px;
    }

    .skin-c5.mod-Teaser_list :first-child.media-container {
        margin-top: -10px;
    }
}

.mod-Teaser_list .link-list {
    padding-bottom: 10px;
}

.mod-Teaser_list :last-child.link-list {
    padding-bottom: 0px;
}

.mod-Teaser_list .link-list .last-child {
    padding-bottom: 0px;
}

.mod-Teaser_list .link-list li {
    padding-top: 10px;
}

.mod-Teaser_list .link-list .icon {
    color: rgb(62, 62, 62);
}

.mod-Teaser_list .download-list {
    padding-top: 8px;
    list-style-type: none;
}

    .mod-Teaser_list .download-list .icon::before {
        color: rgb(62, 62, 62);
    }

    .mod-Teaser_list .download-list li {
        margin-top: -4px;
        margin-bottom: 16px;
    }

.mod-Teaser_list .download-list-label {
    text-indent: -34px;
    padding-left: 30px;
    margin-right: -10px;
    margin-bottom: 0px;
}

    .mod-Teaser_list .download-list-label .icon {
        width: 30px;
        text-indent: 0px;
        display: inline-block;
    }

    .mod-Teaser_list .download-list-label + .link-list-inline {
        margin-left: 30px;
    }

.mod-Teaser_list .download-size {
    white-space: nowrap;
}

.mod-Teaser_navigation_slider {
    padding: 0px 40px;
    position: relative;
}

    .mod-Teaser_navigation_slider p {
        margin-top: 0px;
    }

    .mod-Teaser_navigation_slider h1 {
        margin-top: 0px;
    }

    .mod-Teaser_navigation_slider h2 {
        margin-top: 0px;
    }

    .mod-Teaser_navigation_slider h3 {
        margin-top: 0px;
    }

    .mod-Teaser_navigation_slider h4 {
        margin-top: 0px;
    }

    .mod-Teaser_navigation_slider p {
        color: rgb(62, 62, 62);
    }

    .mod-Teaser_navigation_slider .cell {
        width: 100%;
        overflow: hidden;
        float: left;
        display: block;
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .mod-Teaser_navigation_slider .first.cell-clone {
        width: 100%;
        overflow: hidden;
        float: left;
        display: block;
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .mod-Teaser_navigation_slider .last.cell-clone {
        position: absolute;
    }

    .mod-Teaser_navigation_slider .cell-image {
        padding-right: 0px;
    }

    .mod-Teaser_navigation_slider .single-cell {
        width: 50%;
        overflow: hidden;
        float: left;
        display: block;
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .mod-Teaser_navigation_slider .single-cell .row {
            margin: 0px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .mod-Teaser_navigation_slider .left.single-cell .row {
        border-right-color: rgb(205, 205, 205);
        border-right-width: 1px;
        border-right-style: solid;
    }

    .mod-Teaser_navigation_slider .scrollable-container {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .mod-Teaser_navigation_slider .scrollable-content {
        left: 0px;
        top: 0px;
        height: 100%;
        position: absolute;
    }

    .mod-Teaser_navigation_slider .next-button {
        outline: 0px;
        top: 50%;
        width: 35px;
        height: 100%;
        display: block;
        position: absolute;
    }

    .mod-Teaser_navigation_slider .prev-button {
        outline: 0px;
        top: 50%;
        width: 35px;
        height: 100%;
        display: block;
        position: absolute;
    }

    .mod-Teaser_navigation_slider .next-button::after {
        outline: 0px;
        top: -35%;
        color: rgb(142, 142, 142);
        line-height: 1em;
        font-family: "zurich-icons";
        font-size: 65px;
        vertical-align: middle;
        display: block;
        position: absolute;
    }

    .mod-Teaser_navigation_slider .prev-button::after {
        outline: 0px;
        top: -35%;
        color: rgb(142, 142, 142);
        line-height: 1em;
        font-family: "zurich-icons";
        font-size: 65px;
        vertical-align: middle;
        display: block;
        position: absolute;
    }

    .mod-Teaser_navigation_slider .prev-button {
        left: 0px;
    }

        .mod-Teaser_navigation_slider .prev-button::after {
            transition: 200ms linear;
            left: -16px;
            content: "?";
            opacity: 0.6;
            -webkit-transition: all 200ms linear;
            -o-transition: all 200ms linear;
        }

        .mod-Teaser_navigation_slider .prev-button:hover::after {
            left: -22px;
            opacity: 1;
        }

    .mod-Teaser_navigation_slider .next-button {
        right: 0px;
    }

        .mod-Teaser_navigation_slider .next-button::after {
            transition: 200ms linear;
            right: -16px;
            content: "?";
            opacity: 0.6;
            -webkit-transition: all 200ms linear;
            -o-transition: all 200ms linear;
        }

        .mod-Teaser_navigation_slider .next-button:hover::after {
            right: -22px;
            opacity: 1;
        }

    .mod-Teaser_navigation_slider .page-indicator {
        margin: 20px 0px 0px;
        left: 0px;
        height: 12px;
        text-align: center;
        right: 0px;
        line-height: 12px;
        font-size: 0px;
        position: relative;
    }

        .mod-Teaser_navigation_slider .page-indicator li {
            width: auto;
            height: 100%;
            display: inline-block;
        }

        .mod-Teaser_navigation_slider .page-indicator a {
            outline: 0px;
            transition: 200ms linear;
            width: 14px;
            height: 14px;
            line-height: inherit;
            font-size: inherit;
            display: inline-block;
            opacity: 0.6;
            -webkit-transition: all 200ms linear;
            -o-transition: all 200ms linear;
        }

            .mod-Teaser_navigation_slider .page-indicator a::after {
                outline: 0px;
                width: 14px;
                height: 14px;
                color: rgb(142, 142, 142);
                font-family: "zurich-icons";
                font-size: 14px;
                display: inline-block;
                content: "?";
                -ms-user-select: none;
                -webkit-user-select: none;
                -moz-user-select: -moz-none;
                user-select: none;
                -khtml-user-select: none;
            }

            .mod-Teaser_navigation_slider .page-indicator a:hover {
                opacity: 1;
            }

            .mod-Teaser_navigation_slider .page-indicator a.active {
                opacity: 1;
            }

        .mod-Teaser_navigation_slider .page-indicator li + li {
            margin-left: 6px;
        }

@media all and (max-width:767px) {
    .mod-Teaser_navigation_slider .left.single-cell .row {
        border: 0px currentColor;
        border-image: none;
    }

    .mod-Teaser_navigation_slider .cell-image {
        padding-bottom: 20px;
    }
}

.mod-Teaser_service {
    color: rgb(255, 255, 255);
    overflow: hidden;
    background-color: rgb(0, 51, 153);
}

    .mod-Teaser_service .teaser-copy {
        padding: 30px 16px 20px;
    }

    .mod-Teaser_service .teaser-copy {
        color: rgb(255, 255, 255);
    }

        .mod-Teaser_service .teaser-copy * {
            color: rgb(255, 255, 255);
        }

    .mod-Teaser_service .teaser-legal {
        padding: 10px 16px 30px;
    }

    .mod-Teaser_service .link-icons {
        width: 100%;
        display: table;
    }

    .mod-Teaser_service .one-icon .link-icon {
        width: 100%;
    }

    .mod-Teaser_service .two-icons .link-icon {
        width: 50%;
    }

    .mod-Teaser_service .three-icons .link-icon {
        width: 33%;
    }

    .mod-Teaser_service .three-icons :last-child.link-icon {
        width: 34%;
    }

    .mod-Teaser_service .link-icon {
        padding: 20px 0px;
        text-align: center;
        color: rgb(255, 255, 255);
        vertical-align: middle;
        border-top-color: rgb(102, 133, 194);
        border-right-color: rgb(102, 133, 194);
        border-top-width: 1px;
        border-right-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        display: table-cell;
        -ms-word-break: break-all;
    }

        .mod-Teaser_service .link-icon:hover {
            background-color: rgb(64, 102, 179);
        }

    .mod-Teaser_service :last-child.link-icon {
        border-right-color: currentColor;
        border-right-width: medium;
        border-right-style: none;
    }

    .mod-Teaser_service .link-icon .icon {
        width: auto;
        height: 36px;
        line-height: 36px;
        font-size: 28px;
        font-weight: 100;
        display: block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .mod-Teaser_service .link-icon .icon-label {
        font-size: 12px;
        font-weight: bold;
        display: block;
    }

.mod-Teaser_square_image::before {
    display: table;
    content: " ";
}

.mod-Teaser_square_image::after {
    display: table;
    content: " ";
}

.mod-Teaser_square_image::after {
    clear: both;
}

.mod-Teaser_square_image .media-container {
    width: 40%;
    padding-right: 15px;
    float: left;
}

.mod-Teaser_square_image .teaser-body {
    width: 60%;
    padding-left: 15px;
    float: left;
}

    .mod-Teaser_square_image .teaser-body h3 {
        color: rgb(0, 0, 102);
    }

.mod-Teaser_square_image .link-bar {
    clear: both;
}

@media all and (max-width:767px) {
    .link-bar-bottom-aligned.mod-Teaser_square_image .media-container {
        margin-bottom: 30px;
    }

    .link-bar-bottom-aligned.mod-Teaser_square_image .teaser-body {
        margin-bottom: 10px;
    }
}

@media all and (min-width:768px) {
    .link-bar-bottom-aligned.mod-Teaser_square_image .media-container {
        margin-bottom: 20px;
    }
}

@media all and (max-width:767px) {
    .mod-Teaser_standard {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mod-Teaser_standard .media-container {
    margin-bottom: 20px;
}

@media all and (max-width:767px) {
    .mod-Teaser_standard .media-container {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.no-touch .skin-c3.mod-Teaser_standard:hover {
    background-color: rgb(230, 230, 230);
}

.touch .skin-c3.mod-Teaser_standard:active {
    background-color: rgb(230, 230, 230);
}

@media all and (max-width:767px) {
    .skin-c3.mod-Teaser_standard .media-container {
        margin-top: -30px;
    }
}

@media all and (min-width:768px) {
    .skin-c3.mod-Teaser_standard .media-container {
        margin-top: -14px;
    }
}

.image-left.mod-Teaser_standard::before {
    display: table;
    content: " ";
}

.image-left.mod-Teaser_standard .teaser-link::before {
    display: table;
    content: " ";
}

.image-left.mod-Teaser_standard::after {
    display: table;
    content: " ";
}

.image-left.mod-Teaser_standard .teaser-link::after {
    display: table;
    content: " ";
}

.image-left.mod-Teaser_standard::after {
    clear: both;
}

.image-left.mod-Teaser_standard .teaser-link::after {
    clear: both;
}

@media all and (max-width:767px) {
    .image-left.mod-Teaser_standard .media-container {
        margin-bottom: 20px;
    }
}

@media all and (min-width:768px) {
    .image-left.mod-Teaser_standard .media-container {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 0px;
        float: left;
    }

        .image-left.mod-Teaser_standard .media-container + .teaser-body {
            width: 50%;
            padding-left: 15px;
            float: left;
        }
}

.skin-c3.image-left.mod-Teaser_standard .media-container + .teaser-body {
    margin-top: -14px;
}

.skin-c4.image-left.mod-Teaser_standard .media-container {
    width: 30%;
    padding-right: 10px;
    margin-bottom: 0px;
    float: left;
}

    .skin-c4.image-left.mod-Teaser_standard .media-container + .teaser-body {
        width: 70%;
        padding-left: 10px;
        float: left;
    }

@media all and (max-width:767px) {
    .skin-c4.mod-Teaser_standard .media-container {
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media all and (max-width:767px) {
    .mod-Teaser_agent_profile {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mod-Teaser_agent_profile .media-container {
    margin-bottom: 20px;
}

@media all and (max-width:767px) {
    .mod-Teaser_agent_profile .media-container {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.no-touch .skin-c3.mod-Teaser_agent_profile:hover {
    background-color: rgb(230, 230, 230);
}

.touch .skin-c3.mod-Teaser_agent_profile:active {
    background-color: rgb(230, 230, 230);
}

@media all and (max-width:767px) {
    .skin-c3.mod-Teaser_agent_profile .media-container {
        margin-top: -30px;
    }
}

@media all and (min-width:768px) {
    .skin-c3.mod-Teaser_agent_profile .media-container {
        margin-top: -14px;
    }
}

.mod-Teaser_agent_widget::before {
    display: table;
    content: " ";
}

.mod-Teaser_agent_widget::after {
    display: table;
    content: " ";
}

.mod-Teaser_agent_widget::after {
    clear: both;
}

.mod-Teaser_agent_widget .media-container {
    margin-bottom: 20px;
}

@media all and (max-width:767px) {
    .mod-Teaser_agent_widget .media-container {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.mod-Teaser_agent_widget .pull-right.media-container {
    width: 30%;
    margin-right: 0px;
    margin-left: 16px;
}

.mod-Teaser_agent_widget .button-discard {
    margin-top: -18px;
}

    .mod-Teaser_agent_widget .button-discard + h2 {
        margin-top: 16px;
    }

.mod-Teaser_agent_widget .form-group {
    clear: both;
}

    .mod-Teaser_agent_widget .form-group .control-label {
        margin-bottom: 14px;
    }

    .mod-Teaser_agent_widget .form-group .icon {
        color: rgb(64, 102, 179);
    }

.mod-Teaser_agent_widget .highlighted {
    color: rgb(0, 51, 153);
}

@media all and (max-width:767px) {
    .variant3.mod-Teaser_agent_widget {
        padding-top: 50px;
    }
}

.variant3.mod-Teaser_agent_widget td {
    vertical-align: top;
}

    .variant3.mod-Teaser_agent_widget td:first-child {
        padding-right: 10px;
    }

@media all and (max-width:767px) {
    .variant3.mod-Teaser_agent_widget .media-container {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media all and (min-width:768px) {
    .variant3.mod-Teaser_agent_widget .media-container {
        width: 50%;
        float: left;
    }
}

.variant3.mod-Teaser_agent_widget .buttonwrap {
    padding-left: 0px;
}

.variant3.mod-Teaser_agent_widget .cta-2 {
    width: 100%;
    position: relative;
}

.variant3.mod-Teaser_agent_widget h3 {
    margin-top: 0px;
}

@media all and (max-width:767px) {
    .variant3.mod-Teaser_agent_widget .ask {
        margin-top: 30px;
    }
}

.variant3.mod-Teaser_agent_widget .icon {
    color: rgb(64, 102, 179);
}

.variant3.mod-Teaser_agent_widget label {
    margin-bottom: 20px;
}

.variant3.mod-Teaser_agent_widget .newsearch {
    top: 40px;
    right: 15px;
    position: absolute;
}

@media all and (max-width:767px) {
    .variant3.mod-Teaser_agent_widget .newsearch {
        top: 30px;
        width: 100%;
        right: 30px;
    }
}

.variant3.mod-Teaser_agent_widget h3 {
    color: rgb(0, 51, 153);
}

@media all and (min-width:768px) {
    .variant3.mod-Teaser_agent_widget .address-content {
        width: 50%;
        padding-left: 30px;
        float: left;
    }
}

.variant3.mod-Teaser_agent_widget .mod-Teaser_lead {
    margin-top: 30px;
}

.variant3.mod-Teaser_agent_widget .visit-homepage {
    margin-top: 18px;
}

.mod-Teaser_errormessages {
    margin: 0px !important;
    position: relative;
}

@media all and (max-width:767px) {
    .mod-Teaser_errormessages {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.type-notification.mod-Teaser_errormessages {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgb(230, 230, 230);
}

.type-error.mod-Teaser_errormessages {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: rgb(243, 243, 243);
}

.js .error-no-js.mod-Teaser_errormessages {
    display: none;
}

.no-js .mod-Teaser_errormessages .btn-close {
    display: none;
}

.no-js .error-no-js.mod-Teaser_errormessages {
    display: block;
}

.mod-Teaser_errormessages .btn-close {
    top: 10px;
    right: 15px;
    position: absolute;
    z-index: 10;
}

@media all and (max-width:767px) {
    .mod-Teaser_errormessages .container .i-error.icon + h3 {
        margin-top: -18px;
        margin-left: 32px;
    }
}

@media all and (min-width:768px) {
    .mod-Teaser_errormessages .container {
        position: relative;
    }

        .mod-Teaser_errormessages .container .i-error.icon {
            margin: 0px 0px 0px 100px;
            top: -4px;
            position: absolute;
        }

        .mod-Teaser_errormessages .container > * {
            margin-right: 150px;
            margin-left: 150px;
        }
}

.mod-Teaser_errormessages .container .cta + .cta {
    margin-left: 30px;
}

.mod-Teaser_errormessages .container .actions {
    margin-top: 22px;
    margin-bottom: 35px;
}

.mod-Teaser_iframe iframe {
    border: 0px currentColor;
    border-image: none;
}

@media all and (max-width:767px) {
    .mod-Teaser_iframe {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media all and (max-width:767px) {
    .mod-Teaser_jobs {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mod-Teaser_jobs .teaser-section::before {
    display: table;
    content: " ";
}

.mod-Teaser_jobs .teaser-section::after {
    display: table;
    content: " ";
}

.mod-Teaser_jobs .teaser-section::after {
    clear: both;
}

.mod-Teaser_jobs .teaser-section .teaser-subtitle {
    margin-top: -4px;
    margin-bottom: 16px;
}

    .mod-Teaser_jobs .teaser-section .teaser-subtitle + p {
        top: -10px;
        margin-top: -4px;
        margin-bottom: 6px;
        position: relative;
    }

@media all and (max-width:767px) {
    .mod-Teaser_latest_news {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mod-Teaser_latest_news .teaser-section::before {
    display: table;
    content: " ";
}

.mod-Teaser_latest_news .teaser-section::after {
    display: table;
    content: " ";
}

.mod-Teaser_latest_news .teaser-section::after {
    clear: both;
}

.mod-Teaser_latest_news .teaser-section .teaser-subtitle {
    margin-top: -4px;
    margin-bottom: 16px;
}

    .mod-Teaser_latest_news .teaser-section .teaser-subtitle + p {
        top: -10px;
        margin-top: -4px;
        margin-bottom: 6px;
        position: relative;
    }

.mod-Teaser_latest_news .media-container {
    width: 25%;
    margin-bottom: 20px;
    border-right-color: transparent;
    border-right-width: 6px;
    border-right-style: solid;
    float: left;
}

    .mod-Teaser_latest_news .media-container + .teaser-body {
        width: 75%;
        padding-left: 6px;
        float: left;
    }

@media all and (max-width:767px) {
    .mod-Teaser_publications {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mod-Teaser_publications .teaser-section {
    margin-top: -4px;
    margin-bottom: 16px;
}

    .mod-Teaser_publications .teaser-section p {
        margin: 0px;
    }

@media all and (max-width:767px) {
    .mod-Teaser_upcoming_event_list {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mod-Media_image .bg-01.caption {
    color: rgb(142, 142, 142);
}
.bg-01 {
    background-color: rgb(243, 243, 243);
}

.bg-02 {
    background-color: rgb(230, 230, 230);
}

.bg-03 {
    color: rgb(255, 255, 255);
    background-color: rgb(79, 144, 200);
}

.bg-04 {
    color: rgb(255, 255, 255);
    background-color: rgb(64, 102, 179);
}

.bg-05 {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 102);
}

.bg-05 a:hover {
    color: rgb(255, 255, 255);
}
/*HomeCardCss - teaser Line 237 to Line 1946*/
/*added by soo - Modal Pop Up Bootstrap 4.1 - Line 1948 to Line 2093*/
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding-top:40px;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
/*editted by soo*/
/*.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}*/
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0.5;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -20px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size:18px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30vh auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
/*added by soo - Modal Pop Up Bootstrap 4.1 - Line 1948 to Line 2093*/

.formPaddingSize {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*added by soo - Paging*/
.gridPaging a {
    font-size: 12px;
    text-decoration: none;
    transition: background 250ms;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 3px 6px;
    height: 30px;
    min-width: 30px;
    border-radius: 5px;
    border: 2px solid #4066B3;
    line-height: 26px;
    padding: 0;
    color: #4066B3;
    font-weight: 700;
    letter-spacing: .03em;
    text-align: center;
}

.gridPaging .prevNextPages {
    padding: 0 6px;
    margin: 0 12px 6px;
}

.gridPaging a:hover {
    color: #006;
    border-color: #006;
    transform: scale(1.1)
}

.gridPaging a.active {
    color: #FFF;
    border-color: #006;
    background-color: #006;
    transform: scale(1.1)
}

/*add by Ong*/
.notification .badge {
    border-radius: 50%;
    position: relative;
    color: #FFF;
    padding: 1px 5px;
    font-size: 75%;
    white-space: nowrap;
    min-width:22px;
    min-height: 22px;
    text-align: center;
    font-weight: 500;
    background-color: red;
    bottom: 5px;
    right: 5px;
}