@font-face {
    /*font-family: "EB Garamond";
    src: url('../fonts/ebgaramond-regular-webfont.eot');
    src: url('../fonts/ebgaramond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ebgaramond-regular-webfont.woff2') format('woff2'),
         url('../fonts/ebgaramond-regular-webfont.woff') format('woff'),
         url('../fonts/ebgaramond-regular-webfont.ttf') format('truetype'),
         url('../fonts/ebgaramond-regular-webfont.svg#eb_garamondregular') format('svg');
    font-weight: normal;
    font-style: normal;
    */
}


@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/EBGaramond.eot?#iefix') format('embedded-opentype'),  
         url('../fonts/EBGaramond.woff') format('woff'), 
         url('../fonts/EBGaramond.ttf')  format('truetype'), 
         url('../fonts/EBGaramond.svg#EBGaramond') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Gudea";
    src: url('../fonts/gudea-regular-webfont.eot');
    src: url('../fonts/gudea-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gudea-regular-webfont.woff2') format('woff2'),
         url('../fonts/gudea-regular-webfont.woff') format('woff'),
         url('../fonts/gudea-regular-webfont.ttf') format('truetype'),
         url('../fonts/gudea-regular-webfont.svg#gudearegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gudea";
    src: url('../fonts/gudea-bold-webfont.eot');
    src: url('../fonts/gudea-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gudea-bold-webfont.woff2') format('woff2'),
         url('../fonts/gudea-bold-webfont.woff') format('woff'),
         url('../fonts/gudea-bold-webfont.ttf') format('truetype'),
         url('../fonts/gudea-bold-webfont.svg#gudeabold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Gudea";
    src: url('../fonts/gudea-italic-webfont.eot');
    src: url('../fonts/gudea-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gudea-italic-webfont.woff2') format('woff2'),
         url('../fonts/gudea-italic-webfont.woff') format('woff'),
         url('../fonts/gudea-italic-webfont.ttf') format('truetype'),
         url('../fonts/gudea-italic-webfont.svg#gudeaitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@-ms-viewport {
  width: auto !important;
}

.hyphenate {
    hyphens: auto; 
    -webkit-hyphens: auto; 
    -moz-hyphens: auto; 
    -ms-hyphens: auto;
}

.donthyphenate {
    hyphens: none; 
    -webkit-hyphens: none; 
    -moz-hyphens: none; 
    -ms-hyphens: none;
}

.indent {
    padding-left: 31px;
}


/* Bootstrap overrides and helper classes */
body {
    counter-reset: item;
}

*:focus {
    outline: none !important;
}

p {
    line-height: 22px;
}

p:empty {
    display: none;
}

p a.internal-link {
    margin-left: 5px;
}

p a.intern {
    margin-left: 5px;
}

p br + a.internal-link {
    margin-left: 0;
}

p br + a.intern {
    margin-left: 0;
}

h1, .h1 {
    line-height: 36px;
    margin-bottom: 17px;
}

h2, .h2 {
    line-height: 30px;
    margin-top: 13px;
}

h3, .h3 {
    line-height: 28px;
}

h4, .h4 {
    line-height: 20px;
}

h4 {
    margin-top: 26px;
    margin-bottom: 24px;
}

h5, .h5 {
    font-family: "Gudea","Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 16px;
    color: #a8a8a8; 
    text-transform: uppercase;    
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 8px;
}

h5.underlinedBoxHeadline {
    border-bottom: 3px solid #0171bc;
    line-height: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 1px;
    margin-bottom: 5px;
}

    .bg-info h5, .bg-info .h5, .bg-danger h5, .bg-danger .h5 {
        color: #505050;
    } 

p.componentHeadline {
    font-size: 16px;
    letter-spacing: 0.05px;
    padding-top: 8px;
    padding-bottom: 18px;
    font-weight: bold;
}

p.componentHeadline.tableHeadline {
    padding-bottom: 6px;
}
    
pre {
    margin-top: 20px;
}

small, .small {
    font-size: 13px;
    line-height: 18px;
}

/* Ursprüngliche Definition

blockquote {
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    color: #000;
    border-left: none;
    quotes: '“' '”';
    padding-left: 31px;
    margin-bottom: 3px;
}

    blockquote p {
        font-size: 22px;
        line-height: 30px;
        font-style: italic;
        position: relative;
        margin-bottom: 25px;
    }
    
        blockquote p:before, blockquote p:after {
            font-size: 50px;
            color: #0171bc;
            position: absolute;
        }
    
        blockquote p:before {
            content: open-quote;
            left: -35px;
        }
        
        blockquote p:after {
            content: close-quote;
            bottom: -5px;
        }

    blockquote footer {
        font-family: "Gudea","Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #666;    
    }

        blockquote footer:before {
            content: '- '
        }
        
        blockquote footer:after {
            content: ' -'
        }
*/

blockquote {
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 24px;
    color: #505050;
    border-left: none;
    quotes: '“' '”';
    padding-left: 31px;
    margin-bottom: 5px;
}

blockquote p {
     position: relative;
}

.container-fluid {
    max-width: 970px;
    min-width: 320px;
}

.navbar {
    border: none;
}

.navbar-default {
    background: linear-gradient(180deg, #fefefe, #f0f0f0);
}

.page-container .navbar-default {
    border-bottom: 2px solid #ccccc3;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
}

.navbar-header {
    float: none;
}

    .navbar-brand {
        height: auto;
        padding-left: 0;
        padding-top: 7px;
        padding-bottom: 44px;
        max-width: 400px;
    }     
        .page-container .navbar-brand {
           max-width: 272px;
           padding-top: 21px;
           padding-bottom: 21px; 
           padding-right: 27px;
           padding-left: 0;
        }
    
    .navbar-toggle {
        float: none;
        border: none;
        margin-right: 0;
    }
    
    .navbar-default .navbar-nav > .open > a.navbar-toggle {
        background-color: transparent;
    }
    
        .navbar-toggle .icon-bars {
            float: left;
            margin-top: 17px;
            padding-right: 10.5px;
        }
        
            .navbar-toggle .icon-bar {
                width: 17px;
                height: 1px;
            }

.input-group .form-control {
    border-right: none;
    box-shadow: none;
}

.input-group input[type="text"].form-control {
    -webkit-appearance: none;
}

    .input-group-addon, .input-group-btn {
        width: auto;
    }

    .input-group .form-control {
        width: 181px;
    }

    .input-group .form-control:focus {
        box-shadow: none;
    }

        .input-group .form-control:focus + .input-group-btn > .btn {
            border-color: #0171bc;
        }
        
        .input-group-btn {
            position: static;
        }
        
            .input-group-btn > .btn {
                padding: 0;
                line-height: 35px;
                width: 40px;
                height: 35px;
                transition: border-color ease-in-out .15s
            }
        
            .form-control + .input-group-btn > .btn {
                border-left: none;
            }
            
            .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active,
            .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, 
            .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, 
            .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
                background-color: #fff;
                border-color: #c7c7c7;
                box-shadow: none;
            }
            
                .input-group-btn .dropdown-menu {
                    width: 100%;
                    border-top: none;
                    border-color: #a8a8a8;
                    margin-top: 0;
                    z-index: 1900;
                }
                
                    .input-group-btn .dropdown-menu > li > a {
                        padding-left: 50px;
                        padding-right: 15px;
                        font-size: 14px;
                    }
                
                        .input-group-btn .dropdown-menu > li > a:hover, .input-group-btn .dropdown-menu > li > a:focus, .input-group-btn .dropdown-menu > li > a:active {
                            background-color: transparent;
                            color: #005791;
                            text-decoration: underline;
                        }

.form-control {
    font-size: 14px;
}

.nav-tabs {
    margin-bottom: 33px;
    background: linear-gradient(180deg, #fff, #fff 66.6666%, #ebebeb);
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

        .nav-tabs > li > a {
            color: #666;
            font-style: italic;
            margin: 0;
            font-size: 22px;
            line-height: 30px;
            border: none;
            padding-left: 20px;
            padding-right: 20px;
        }
        
        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            border: none;
        }
        
        .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
            color: #fff;
            background-color: #0171bc;
        }

.pager {
    text-align: right;  
    margin: 0;
    position: relative;
}

.pager:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

    .pager li > a, .pager li > span {
        color: #fff; 
        padding: 0;
        width: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 5px;
        background-color: #0171bc;
        border: none;
    }
    
        .pager li > a:hover, .pager li > a:focus, .pager li > a:active {
            background-color: #005791;
        }
    
.pagination {
    width: 100%;
    position: relative;
}

    .pagination > li {
        display: inline-block;
    }
    
        .pagination > li > a, .pagination > li > span {
            padding: 0;
            min-width: 36px;
            height: 36px;
            text-align: center;
            line-height: 36px;
        }

        .pagination > li > span {
            border: none;
        }
        
        .pagination > li > span:hover {
            color: #505050;
        }
        
        .pagination > li.prev > a, .pagination > li.next > a {
            color: #fff;
            background-color: #0171bc;
            border: none;
            line-height: 22px;  
            min-width: 75px;
            height: auto;
            padding: 6px 12px;
            margin-top: 1px;
        }
        
        .pagination > li.next > a {
            margin-left: 15px;
        }
        
        .pagination > li.prev > a:hover, .pagination > li.next > a:hover,
        .pagination > li.prev > a:focus, .pagination > li.next > a:focus,
        .pagination > li.prev > a:active, .pagination > li.next > a:active {
            background-color: #005791;   
        }
    
.panel-group {
    margin-bottom: 0;
}
    
    .panel {
        box-shadow: none;
    }
    
    .panel-group .panel + .panel {
        margin-top: 0;
    }
    
        .panel-default > .panel-heading {
            padding-top: 0;
            padding-bottom: 0;
        }
    
            #accordion .panel-title, #accordion1 .panel-title, #accordion2 .panel-title, 
            #accordion3 .panel-title, #accordion4 .panel-title {
                font-size: 22px;
                line-height: 30px;
                padding-top: 27px;
                padding-bottom: 27px;
                margin-top: 0;
                margin-bottom: 0;
            }
            
            .panel + .panel .panel-title {
                border-top: 1px solid #cdcdcd;
            }

                .panel-title > a {
                    display: block;
                    padding-right: 40px;
                    position: relative;
                }

                .panel-title > a:hover, .panel-title > a:focus, .panel-title > a:active {
                    color: #0171bc;
                    text-decoration: none;
                }
                
                    .panel-title > a > .accordionArrow {
                        position: absolute;
                        right: 0;
                        top: 0;
                        color: #fff;
                        padding: 0;
                        width: 25px;
                        line-height: 25px;
                        text-align: center;
                        font-size: 5px;
                        border: none;
                        background-color: #0171bc;
                        display: block;
                        margin-top: 2.5px;
                    }
                
                    .panel-title > a:hover > .accordionArrow, .panel-title > a:focus > .accordionArrow, .panel-title > a:hover > .accordionArrow {
                        background-color: #005791;
                    }
                    
            .panel-body {
                padding-top: 0;
            }
            
table {
    table-layout: fixed;
    margin-bottom: 13px;
    width: 100%;
    max-width: 100%;
}

.page-container .table-responsive {
    margin-bottom: 18px;
    -webkit-overflow-scrolling: auto;
}

/* Fix hidden vertical scrollbars in webkit browsers */
.page-container .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 3px;
}
.page-container .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}

.page-container table {
    margin-top: 13px;
    table-layout: auto;
    padding-bottom: 20px;
}

.page-container table.layout-fixed {
    table-layout: fixed;
}

    table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
        padding-top: 8px;
        padding-bottom: 8px;
    } 
    
    table tr:first-child > th  {
        border-bottom-color: #0171bc;
    }
    
    table tr:first-child > td {
        border-top-color: #0171bc;
    }
    
    table tr:first-child > th {
        border-top: none;
    }
    
    table tr:last-child > * {
        border-bottom: 1px solid #cdcdcd
    }
    
    table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
        padding: 15px;
        line-height: 1.42857143;
        vertical-align: top;
        border: 1px solid #cdcdcd;
    }
    
    .page-container table > thead > tr > th, .page-container table > tbody > tr > th, .page-container table > tfoot > tr > th, .page-container table > thead > tr > td, .page-container table > tbody > tr > td, .page-container table > tfoot > tr > td {
        vertical-align: middle;
    }
    
    table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th {
        font-weight: bold;
    }
    
    .table-unseparated > thead > tr > th, .table-unseparated > tbody > tr > th, .table-unseparated > tfoot > tr > th, .table-unseparated > thead > tr > td, .table-unseparated > tbody > tr > td, .table-unseparated > tfoot > tr > td {
        border-left: none;
        border-right: none;
    }
    
    /* Ursprüngl. Definition ohne :not(:only-child) -> Problem bei Tabellen mit rowspan und dann dort die Folgezeilen */
    table > thead > tr > th:first-child, table > tbody > tr > th:first-child, table > tfoot > tr > th:first-child, table > thead > tr > td:first-child:not(:only-child), table > tbody > tr > td:first-child:not(:only-child), table > tfoot > tr > td:first-child:not(:only-child) {
        /* padding-left: 0;        Am 18.4.2021 nach Tests von Mi.S. und D.W auskommentiert. Grund: Ausrichtungsprobleme bei rowspan in der ersten Spalte */
        border-left: none;
    }
    
    table > thead > tr > th:last-child, table > tbody > tr > th:last-child, table > tfoot > tr > th:last-child, table > thead > tr > td:last-child, table > tbody > tr > td:last-child, table > tfoot > tr > td:last-child {
        /* padding-right: 0;        Am 18.4.2021 nach Tests von Mi.S. und D.W auskommentiert. Grund: Ausrichtungsprobleme bei rowspan in der ersten Spalte */
        border-right: none;
    }
    
.modal-open .modal {
    overflow-y: hidden;
}
      
    .modal-content {
        border: none;
        border-radius: 0;
    }

        .modal-dialog {
            position: absolute;
            left: 50%;
            max-height: 100%;
            max-width: 940px;
            width: 100%;
            margin: 0;
        }

            .modal.fade .modal-dialog {
                -webkit-transform: translateX(-50%) translateY(-50%);
                   -moz-transform: translateX(-50%) translateY(-50%);
                        transform: translateX(-50%) translateY(-50%);
                
                -webkit-transition: top 0.3s ease-out;
                     -o-transition: top 0.3s ease-out;
                        transition: top 0.3s ease-out;
            }

            .modal.in .modal-dialog {
                top: 50%;
                margin-top: 0;
                margin-bottom: 0;
                overflow-y: auto;
            }
            
                .modal-header {
                    border: none;
                    padding: 0;
                    position: absolute;
                    width: 100%;
                    z-index: 200;
                    top: 2px;
                }
                
                    .modal button.close {
                        width: 30px;
                        height: 30px;
                        background-color: #0171bc;
                        color: #fff;
                        opacity: 1 !important;
                    }
                    
                        .modal button.close:hover, .modal button.close:focus, .modal button.close:active {
                            background-color: #005791;
                        }
                
                .modal-body {
                    padding: 0;
                }

.bg-white {
    background-color: #fff;
}

.bg-info {
    background-color: #eaf4fa;
}

.bg-primary {
    background-color: #0171bc;
}

.container-block {
    display: block;
}

.btn {
    line-height: 22px;
    padding-left: 22px;
    padding-right: 22px;
}

.btn-primary {
    margin-left: 15px;
}

.btn-primary.backLinkButton {
    margin-left: 0;
    margin-right: 15px;
}

.btn-primary:before {
    content: '';    
    background-image: url('../img/polygon.svg');
    background-repeat: no-repeat; 
    background-size: 15px 200%;
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;   
}

.btn-primary.backLinkButton:before {
    display: none;
}

.btn-primary.backLinkButton:after {
    content: '';    
    background-image: url('../img/polygon_revers.svg');
    background-repeat: no-repeat; 
    background-size: 15px 200%;
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
}

    .btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before,
    .btn-primary:active:hover:before, .btn-primary.active:hover:before, .open > .dropdown-toggle.btn-primary:hover:before, 
    .btn-primary:active:focus:before, .btn-primary.active:focus:before, .open > .dropdown-toggle.btn-primary:focus:before, 
    .btn-primary.focus:active:before, .btn-primary.active.focus:before, .open > .dropdown-toggle.btn-primary.focus:before,
    .btn-primary.backLinkButton:hover:after, .btn-primary.backLinkButton:focus:after, .btn-primary.backLinkButton:active:after,
    .btn-primary.backLinkButton:active:hover:after, .btn-primary.backLinkButton.active:hover:after, .open > .dropdown-toggle.btn-primary.backLinkButton:hover:after, 
    .btn-primary.backLinkButton:active:focus:after, .btn-primary.backLinkButton.active:focus:after, .open > .dropdown-toggle.btn-primary.backLinkButton:focus:after, 
    .btn-primary.backLinkButton.focus:active:after, .btn-primary.backLinkButton.active.focus:after, .open > .dropdown-toggle.btn-primary.backLinkButton.focus:after
    {
        background-position: 0 100%;  
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, 
    .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, 
    .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        background-color: #005791; 
        box-shadow: none;
    }
    
.btn-primary {
    position: relative;
    border: none;
}

.btn-sm {
    font-size: 15px;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

/* general settings */
.boxContainer {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;    
}

    .box {
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);  
        height: 100%; 
        position: relative;  
        padding-bottom: 20px;
    }
    
    .contentBox {
        /*padding-bottom: 20px;*/
    }
    
    .boxContainer.smallHeight .box {
        min-height: 220px;
    }

    .boxContainer.mediumHeight .box {
        min-height: 390px;
    }

    .boxContainer.largeHeight .box {
        min-height: 440px;
    }
    
        .boxContainer .box h1 {
            margin-top: 77px;
            margin-bottom: 30px;
        }
        
        .boxContainer .box h5.underlinedBoxHeadline + h1 {
            margin-top: 21px;
        }
        
        .boxContainer .box h1:first-child {
            margin-top: 13px;
        }
        
        .boxContainer .box h5 + h4, .textPicContainer .textContainer > *:first-child {
            margin-top: 14px;
            margin-bottom: 13px;
        }
        
        .boxContainer .box .fullWidthImageContainer img {
            padding-bottom: 5px;
        }
        
        .boxContainer .box .separator {
            display: block;
            border-bottom: 1px dashed #a8a8a8;
            padding-top: 20px;
        }
        
ul {
    
}
        
    ul > li {
        padding: 5px 0 5px 17px;
        position: relative;
    }
    
    ul > li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        width: 7px;
        height: 7px;
        display: inline-block;
        background-color: #0171bc;
    }
        
ul li > p:last-child {
    margin-bottom: 0;
}

ul.col-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

    ul.col-count-2 li {
        page-break-inside: avoid;  
        break-inside: avoid-column; 
        -webkit-column-break-inside: avoid;
    }


.nav > li, .slick-arrow, .dropdown-menu > li, .mainNavigationMobile li, .pagination > li {
    padding: 0;
    position: static;
}

.nav > li:before, .slick-arrow:before, .slick-dots > li:before, .dropdown-menu > li:before, .mainNavigationMobile li:before, .pagination > li:before {
    display: none;
}

/*         
.discList {
    
}
        
    .discList > li {
        padding: 5px 0 5px 10px;
        position: relative;
    }
    
    .discList > li:before {
        content: '•';
        position: absolute;
        left: 0;
    }
 
  
.squareList {
    
}
        
    .squareList > li {
        padding: 5px 0 5px 17px;
        position: relative;
    }
    
    .squareList > li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        width: 7px;
        height: 7px;
        display: inline-block;
        background-color: #0171bc;
    }
*/
    

    
.linkList {
    
}
       
    .linkList > li {
        line-height: 24px;
        padding: 3px 0;
    }
    
    .linkList > li:before {
        display: none;
    }

        .linkList > li > a.internal-link:before {
            color: #0171bc;
        }
        
        .linkList > li > a.intern:before {
            color: #0171bc;
        }

        .linkList > li > a.internal-link:hover:before, .navbar-nav .linkList > li > a.internal-link:focus:before, .navbar-nav .linkList > li > a.internal-link:active:before {
            color: #005791;
        }
        
        .linkList > li > a.intern:hover:before, .navbar-nav .linkList > li > a.intern:focus:before, .navbar-nav .linkList > li > a.intern:active:before {
            color: #005791;
        }
        
        
.list-inline {
    margin-left: -12px;
}

    .list-inline > li {
        padding-left: 12px;
        padding-right: 12px;
    }
        
ol { 
    counter-reset: item;
}

    ol > li {  
        position: relative;
        padding-left: 18px;
    }
    
    ol > li:before {
        counter-increment: item;
        content: counter(item) ". ";
        position: absolute;
        left: -1.2em;
        width: 2em;
        text-align: right;
        top: 1px;
        color: #0171bc;
        font-weight: bold;
    } 
    
    ol[type="a"] > li:before {
        content: counter(item, lower-alpha) ") ";
    } 

    ol[type="i"] > li:before {
        content: counter(item, lower-roman) ") ";
    } 

/* stylings */

#header .logo {
    color: #648473;
    line-height: 32px;
    display: block;
    margin-top: 16px;
    margin-bottom: 19px;
    letter-spacing: 0.75px;
}

    #header .logo img {
        max-height: 64px;
        float: left;
        margin-right: 15px;
    }
    
    .page-container #externalHintContainer {
        background-color: #ebebeb;
        border-bottom: 1px solid #d9d9cf;
        display: none;
    }
    
        .page-container #externalHint {
            max-width: 1430px;
            min-width: 320px;
            margin: auto;
            padding-top: 19px;
            padding-left: 15px;
            padding-right: 15px;
        }
        
            .page-container #externalHint p {
                margin-bottom: 24px;
                padding-right: 15px;
                width: calc(100% - 175px);
            }
            
                .page-container #externalHint p a {
                    color: #505050;
                    text-decoration: underline;
                }
                
            .page-container #externalHint #closeExternalHint  {
                margin-bottom: 24px;
                width: 150px;
            }
    
    .page-container #header .navbarInner {
        max-width: 1400px;
        margin: auto;
        height: 70px;
    }
    
        .page-container #header .containerTitleOuterContainer {
            height: 100%;
            float: left;
            width: calc(100% - 400px);
        }
            
            .page-container #header .navbarBrandContainer {
                position: relative;
                z-index: 200;
                float: left;
            }
        
            .page-container #header .containerTitleContainer {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                float: left;
                width: calc(100% - 272px);
            }
        
                .page-container #header .containerTitleContainer .containerTitle {
                    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
                    color: #000;
                    margin-bottom: 0;
                    display: inline-block;
                    font-size: 16px;
                    line-height: 17px;
                    padding-left: 53px;
                    position: relative;
                }
                
                .page-container #header .containerTitleContainer .containerTitle:hover, .page-container #header .containerTitleContainer .containerTitle:focus, .page-container #header .containerTitleContainer .containerTitle:active {
                    text-decoration: none;
                }
                    
             .page-container #header #serviceNavigationContainer {
                float: right;
            }

    #serviceNavigation {
        margin: 0;
        font-size: 14px;
    }
    
        #serviceNavigation > li {
            float: right;
            position: relative;
        }
        
        .page-container #serviceNavigation > li {
            float: left;
        }

            #serviceNavigation > li > a {
                color: #4d4d4d;
                line-height: 40px;
                display: block;
                padding: 0 20px;
            }
            
            .page-container #serviceNavigation > li > a {
                line-height: 70px;
                padding: 0 10px;
            }
            
            .page-container #serviceNavigation > li > a.container-close-link {
                display: none;
            }
            
            .internalReferrer.page-container #serviceNavigation > li > a.container-close-link {
                display: block;
            }
            
            .internalReferrer.page-container #serviceNavigation > li > a.portal-link {
                display: none;
            }
            
            .externalReferrer.page-container #serviceNavigation > li > a.container-close-link {
                display: none;
            }
            
            .externalReferrer.page-container #serviceNavigation > li > a.portal-link {
                display: block;
            }
            
            .page-container .mobilePortalLinkContainer {
                clear: both;
            }
            
                .page-container .mobilePortalLinkContainer a.portal-link {
                    display: none;
                    line-height: 40px;
                    padding-left: 0;
                    margin-bottom: 10px;
                }
            
            .page-container #serviceNavigation > li > a.portal-link, .page-container #serviceNavigation > li > a.container-close-link {
                color: #0171bc;
                font-size: 15px;
            }
            
            .page-container #serviceNavigation > li > a.portal-link:hover, .page-container #serviceNavigation > li > a.portal-link:focus, .page-container #serviceNavigation > li > a.portal-link:active,
            .page-container #serviceNavigation > li > a.container-close-link:hover, .page-container #serviceNavigation > li > a.container-close-link:focus, .page-container #serviceNavigation > li > a.container-close-link:active {
                text-decoration: none;
            }
            
            #serviceNavigation > li + li > a {
                margin-right: -20px;
            }
            
            .page-container #serviceNavigation > li + li > a {
                margin-right: 0;
            }
            
            #serviceNavigation > li > a:hover, #serviceNavigation > li > a:focus, #serviceNavigation > li > a:active {
                color: #005791;
                text-decoration: underline;
            }
            
            #serviceNavigation > li:first-child > a {
                padding-right: 0;
            }
            
            .page-container #serviceNavigation > li:first-child > a {
                padding-right: 10px;
                margin-right: 0;
            }
            
                #serviceNavigation > li > .dropdown-menu {
                    min-width: 100%;
                    padding-top: 9px;
                    padding-bottom: 13px;
                    border: none;
                    z-index: 2000;
                    right: 0;
                    left: auto;
                }
                
                .page-container #serviceNavigation > li > .dropdown-menu {
                    margin-top: -15px;
                    left: 50%;
                    right: auto;
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    transform: translateX(-50%);
                }
                
                    #serviceNavigation > li > .dropdown-menu > li > a {
                        line-height: 30px;
                    }
                    
                    #serviceNavigation > li > .dropdown-menu > li > a:hover, #serviceNavigation > li > .dropdown-menu > li > a:focus, #serviceNavigation > li > .dropdown-menu > li > a:active {
                        background-color: transparent;
                        color: #005791;
                        text-decoration: underline;
                    }

    #quicksearch {
        margin-top: 10px;
        float: right;
    }
    
    #mainNavigationContainer {
        display: block;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        border-top: 3px solid #0171bc;
    }
    
    .page-container #mainNavigationContainer {
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 20px;
        border-bottom: none;
    }
        
        .navbar-nav .dropdown-menu li a:hover, .navbar-nav .dropdown-menu li a:focus, .navbar-nav .dropdown-menu li a:active,
        .navbar-default .navbar-nav .dropdown-menu li a:hover, .navbar-default .navbar-nav .dropdown-menu li a:focus, .navbar-default .navbar-nav .dropdown-menu li a:active {
            color: #005791; 
        }
        
        .navbar-default .navbar-nav > li > a.h4 {
            margin-top: 0;
            margin-bottom: 0;   
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 0;
            padding-bottom: 0;
            letter-spacing: 0.5px;
            line-height: 43px;
            min-height: 45px;
            border-radius: 0;
        }
        
        .navbar-default .navbar-nav:hover > .active > a {
            background-color: transparent;
        }
        
        .navbar-default .navbar-nav:hover > .active > a:hover, .navbar-default .navbar-nav:hover > .active.open > a {
            background-color: #ddd;
        }
        
            /*.navbar-default .navbar-nav > li.dropdown:hover .dropdown-menu {
                display: block;
            }*/
        
        #mainNavigationContainer .dropup, #mainNavigationContainer .dropdown {
            position: static;
        }
        
            .navbar-nav .linkListWithArrows > li  {
                padding-bottom: 0;
                padding-left: 16px;
            }
            
                .navbar-nav .linkListWithArrows > li > a:before {
                    top: 10px;
                } 
                
            .navbar-nav .linkList > li {
                padding-bottom: 0;
                padding-top: 0;
            }
            
                .navbar-nav .linkList > li > a.internal-link {
                    padding-left: 16px;
                } 
                
                .navbar-nav .linkList > li > a.intern {
                    padding-left: 16px;
                } 

            .navbar-nav > li > .dropdown-menu {
                border: 0;
                width: 100%;
                float: none;
                margin-top: 0; 
                padding: 0;  
                box-shadow: 0 0 13px rgba(0, 0, 0, 0.36);     
                border-radius: 0;
            }
            
                .navbar-nav > li > .dropdown-menu a {
                    color: #000; 
                    margin-top: 0;
                    margin-bottom: 0;
                    display: block;
                } 
            
                .navbar-nav.mainNavigation > li > .dropdown-menu .level2, .navbar-nav > li > .dropdown-menu .highlighted {
                    padding: 0 38px;
                } 
                
                .navbar-nav.mainNavigation > li > .dropdown-menu .level2 {
                    padding-top: 19px;
                    padding-bottom: 26px;    
                }
                
                    .navbar-nav.mainNavigation > li > .dropdown-menu .level2 > li {
                        padding: 0 15px;
                    }
                    
                    .navbar-nav.mainNavigation > li > .dropdown-menu .level2 > li:nth-child(4n+1) {
                        clear: both;
                    }
                    
                    .navbar-nav.mainNavigation > li > .dropdown-menu .level2 > li:before {
                        display: none;
                    }
                    
                        .navbar-nav.mainNavigation > li > .dropdown-menu .level2 > li > a {
                            padding-left: 2px;  
                            padding-top: 10px;
                            padding-bottom: 10px;
                            margin-bottom: 10px;
                        }
                
                .navbar-nav.mainNavigation > li > .dropdown-menu .highlighted {
                    padding-top: 35px;
                    padding-bottom: 36px;
                }
                
                    .navbar-nav.mainNavigation > li > .dropdown-menu .highlighted.linkListWithArrows > li > a:before {
                        top: 4px;
                    }                                         
                
                        .navbar-nav.mainNavigation > li > .dropdown-menu .level3 a {
                            padding-top: 5px;
                            padding-bottom: 5px;
                            line-height: 20px;
                            color: #505050;
                        } 
                        
                        .navbar-nav.mainNavigation > li > .dropdown-menu .level3 a:before {
                            top: 10px;
                        }
                        
                        .navbar-nav.mainNavigation > li > .dropdown-menu .level3 a:hover, .navbar-nav.mainNavigation > li > .dropdown-menu .level3 a:focus, .navbar-nav.mainNavigation > li > .dropdown-menu .level3 a:active {
                            color: #005791;
                        }
                        
            .closeDropDownContainer {
                clear: both;
                padding-bottom: 20px;
                display: block;
            }
            
        .mainNavigationMobile  {
            margin: 0;
            width: 100%;
            float: none;
        }
            
#content {
    margin-bottom: 55px;
}

    #breadcrumbContainer {
        font-size: 14px;
        line-height: 24px;
        color: #5f5f5f;
        max-width: 1430px;
        margin-left: auto;
        margin-right: auto;
        min-width: 320px;
    }
    
    .page-container #breadcrumbContainer {
        padding-left: 15px;
        padding-right: 15px;
    }
    
        .breadcrumbHint {
            padding-right: 5px;
        }

        .breadcrumb {
            margin-top: 22px;
            margin-bottom: 11px;
        }
        
        .page-container .breadcrumb {
            margin-bottom: 14px;
            margin-top: 19px;
        }

            .breadcrumb > li {
                padding-right: 5px;
                padding-left: 0;
            }
            
            .breadcrumb > li:before {
                content: '';
            }

                .breadcrumb a {
                    color: #5f5f5f;
                }
                
                    .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
                        color: #005791;
                    }

                    .breadcrumb li + li a:before {
                        content: '\0000bb';
                        display: inline-block;
                        padding-right: 4px;
                        text-decoration: underline;
                    } 
                    
                    .breadcrumb a:before, .breadcrumb a:hover:before, .breadcrumb li + li a:before, .breadcrumb li + li a:hover:before {
                        text-decoration: none;
                    }
                    
    #stageContainer + h1 {
        margin-top: 34px;
    }
    
    #stageContainer {
        padding-bottom: 8px;
    }

        #stage {
            padding-bottom: 0;
        }
        
            #stage.bigImagesWithTeaserContainer .bigImagesWithTeaser .teaser {
                padding-top: 15px;
                padding-bottom: 53px;
            }
            
                #stage.bigImagesWithTeaserContainer .bigImagesWithTeaser .teaser h5 + h2 {
                    margin-top: 11px;
                }
            
            #stage.bigImagesWithTeaserContainer .bigImagesWithTeaser .more-link {
                position: absolute;
                bottom: 19px;
                right: 15px;
            }
            
                #stage.bigImagesWithTeaserContainer .bigImagesWithTeaser .bigImageWithTeaser {
                    position: relative;
                }
                
            #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows {
                position: absolute;
                width: 75%;
                height: 0;
                top: 50%;
                margin-top: -23px;
                margin-bottom: 0;
            }
            
                #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows li.prev {
                    float: left;
                }
                
                #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows li.next {
                    float: right;
                }
            
                    #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows li a {
                        display: block;
                        width: 46px;
                        height: 46px;
                        background-color: rgba(255, 255, 255, 0.8);
                        text-align: center;
                        line-height: 46px;
                    }
                    
                        #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows li a:hover, #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows li a:focus, 
                        #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows li a:active {
                            text-decoration: none;
                        }
                    
            #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots {
                position: absolute;
                width: 75%;
                bottom: 12px;
                margin-bottom: 0;
                padding-right: 16px;
                text-align: right;
                line-height: 1.0em;
            }
            
                #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots li {
                    display: inline-block;
                    padding: 0 4px;
                }
            
                    #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots li a {
                        display: block;
                        width: 12px;
                        height: 12px;
                        background-color: rgba(178, 178, 170, 0.5);
                        border-radius: 50%;
                    }
                    
                    #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots li a:hover, #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots li a:focus,
                    #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots li a:active, #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots li.slick-active a {
                        background-color: #b2b2aa;
                    }
            
    #contentHeaderContainer h1 {
        margin-top: 27px;
        margin-bottom: 2px;
    }

    #contentMainContainer {
        padding-top: 7px;
    }
    
        /* News */ 
        .news.box {
            padding-bottom: 0;
        }
                   
        .news .categoryName {
            color: #a8a8a8;
            padding-top: 14px;     
            margin: 0;
            display: block;
        }
        
        .news .articles, .downloads, .news .categories {
            padding-bottom: 52px;
        }
        
            .news .article.slick-active, .news .article + .article.slick-active {
                border-top: none;
            }
            
            .news .article + .article, .news .article.slick-active + .article.slick-active {
                border-top: 1px dashed #a8a8a8;
            } 
                
                .news .article a {
                    color: #505050;
                    display: block;
                }
                
                    .news .article a:hover, .news .article a:focus, .news .article a:active,
                    .news .article a:hover .headline, .news .article a:focus .headline, .news .article a:active .headline,
                    .news .article a:hover .date, .news .article a:focus .date, .news .article a:active .date {
                        color: #005791;
                        text-decoration: none;
                    }
                
                .news .article .h3 {
                    padding-top: 22px;
                    padding-bottom: 8px;
                    margin: 0;
                }
            
                .news.articlesWithCategoryLabel .article .h3 {
                    padding-top: 3px;
                    padding-bottom: 14px;
                }
                
                .news .article .teaser {
                    margin-bottom: 0;
                }
                
                .news .article .date {
                    padding-bottom: 24px;
                    margin-bottom: 0;
                    color: #a5a5a5;
                    display: block;
                }
                
            .news.articlesWithImage {
                padding-top: 10px;
            }
            
                .news.articlesWithImage .articles {
                    padding-bottom: 4px;
                }

                    .news.articlesWithImage .article + .article {
                        padding-top: 20px;
                    }
                    
                        .news.articlesWithImage .articleImageContainer {
                            padding-top: 4px;
                            padding-bottom: 19px;
                        }
                        
                        .news.articlesWithImage .articleTextContainer {
                            padding-left: 0;
                        }
                
                            .news.articlesWithImage .headline {
                                margin-top: 0;
                            }
                            
                            .news.articlesWithImage .date {
                                font-size: 13px;
                                padding-bottom: 19px;
                            }
                
            .additionalLinks {
                position: absolute;
                bottom: 0;
                padding-bottom: 10px;
            }
            
                .additionalLinks ul.linkList {
                    margin-bottom: 0;
                }
                
                .additionalLinks .pager {
                    line-height: 0;
                    padding-top: 3px;
                    padding-bottom: 3px;
                }
                
        .teaserWithImageLeft {
            padding-bottom: 0;
        }
        
            .teaserContainer .teaserTextContainer {
                padding-bottom: 20px;
            }
            
                .teaserContainer .teaserTextContainer .teaserText {
                    max-width: 75%;
                }
                
                    .teaserContainer .teaserTextContainer .teaserText h4 {
                        margin-top: 18px;
                        margin-bottom: 10px;
                    }
                
                    .teaserContainer .teaserTextContainer .teaserText p:last-child {
                        margin-bottom: 0;
                    }
                    
        .accordionContainer {
            padding-bottom: 0;
        }
        
        .textPicContainer.picLeft .picContainer {
            float: left;
            padding-right: 15px;
            display: table;
            width: 250px;
        }
        
        .textPicContainer.picRight .picContainer {
            float: right;
            padding-left: 15px;
            display: table;
            width: 250px;
        }
            
            .textPicContainer.picLeft .picContainer img, .textPicContainer.picRight .picContainer img {
                padding-bottom: 5px;
            }
            
        .galleryContainer {
            position: relative;
        }
        
            .galleryContainer .galleryPagerContainer {
                position: absolute;
                top: 0;
                width: 100%;
            }
            
                .galleryContainer .galleryPager {
                    position: relative;
                    display: block;
                    height: 0;
                    padding: 0;
                    overflow: hidden;
                    padding-bottom: 51.0638%;
                }
        
                    .galleryContainer .galleryPagerContainer .galleryPagerArrows {
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        border: 0;
                        margin-top: 0;
                        margin-bottom: 0;
                    }
                    
                        .galleryContainer .galleryPagerContainer .galleryPagerArrows li {
                            position: relative;
                            top: 50%;
                            margin-top: -23px;
                        }
                    
                        .galleryContainer .galleryPagerContainer .galleryPagerArrows li.prev {
                            float: left;
                        }
                        
                        .galleryContainer .galleryPagerContainer .galleryPagerArrows li.next {
                            float: right;
                        }
                        
                            .galleryContainer .galleryPagerContainer .galleryPagerArrows li a {
                                display: block;
                                width: 46px;
                                height: 46px;
                                background-color: rgba(255, 255, 255, 0.8);
                                text-align: center;
                                line-height: 46px;
                            }
                            
                                .galleryContainer .galleryPagerContainer .galleryPagerArrows li a:hover, .galleryContainer .galleryPagerContainer .galleryPagerArrows li a:focus,
                                .galleryContainer .galleryPagerContainer .galleryPagerArrows li a:active {
                                    text-decoration: none;
                                }
            
                .galleryContainer .galleryPagerContainer .slick-dots {
                    position: absolute;
                    width: 100%;
                    bottom: 12px;
                    margin-bottom: 0;
                    padding-right: 16px;
                    text-align: right;
                    line-height: 1.0em;
                }
                
                    .galleryContainer .galleryPagerContainer .slick-dots li {
                        display: inline-block;
                        padding: 0 4px;
                    }
                    
                        .galleryContainer .galleryPagerContainer .slick-dots li a {
                            display: block;
                            width: 12px;
                            height: 12px;
                            background-color: rgba(178, 178, 170, 0.5);
                            border-radius: 50%;
                        }
                        
                            .galleryContainer .galleryPagerContainer .slick-dots li a:hover, .galleryContainer .galleryPagerContainer .slick-dots li a:focus, 
                            .galleryContainer .galleryPagerContainer .slick-dots li a:active, .galleryContainer .galleryPagerContainer .slick-dots li.slick-active a {
                                background-color: #b2b2aa;
                            }
                            
            .page-container #contentMainInner ul, .page-container #contentMainInner ol {
                padding-left: 20px;
                padding-right: 20px;
            }
                    
        .sidebarContainer #sidebarNavigationContainer {
            box-shadow: none;
            padding-bottom: 0;
            height: auto;
        }
            
            .sidebarContainer #sidebarNavigation {
                box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
                margin-bottom: 30px;
            }

                .sidebarContainer #sidebarNavigation li a {
                    color: #005791;
                }
                
                .page-container .sidebarContainer #sidebarNavigation li a {
                    line-height: 20px;
                }
                
                /*
                .sidebarContainer #sidebarNavigation li.hasSub > a {
                    padding-right: 25px;
                }
                */
                
                .sidebarContainer #sidebarNavigationContainer .nav > li > a {
                    padding-top: 14px;
                    padding-bottom: 14px;
                }
                
                    .sidebarContainer #sidebarNavigation li a:hover {
                        background-color: #fff;
                    }
                    
                    .sidebarContainer #sidebarNavigation li.open > a:hover {
                        background-color: #fff;
                        font-weight: bold;
                    }
                    
                    .sidebarContainer #sidebarNavigation li.active > a, #content .sidebarContainer #sidebarNavigation li.active.open > a {
                        background-color: #0171bc;
                        color: #fff;
                        border-bottom: none;
                        font-weight: normal;
                    }
                    
                    .page-container .sidebarContainer #sidebarNavigation li.active > a, .page-container .sidebarContainer #sidebarNavigation li.active.open > a {
                        /*background-color: transparent;
                        font-weight: bold;
                        color: #005791;*/
                    }
                    
                        .sidebarContainer #sidebarNavigation li.active > a:hover, .sidebarContainer #sidebarNavigation li.active > a:focus, .sidebarContainer #sidebarNavigation li.active > a:active, 
                        .sidebarContainer #sidebarNavigation li.active.open > a:hover, .sidebarContainer #sidebarNavigation li.active.open > a:focus, .sidebarContainer #sidebarNavigation li.active.open > a:active {
                            background-color: #0171bc;
                            margin-top: 0;
                            padding-top: 14px;
                        }
                        
                        .page-container .sidebarContainer #sidebarNavigation li.active > a:hover, .page-container .sidebarContainer #sidebarNavigation li.active > a:focus, .page-container .sidebarContainer #sidebarNavigation li.active > a:active, 
                        .page-container .sidebarContainer #sidebarNavigation li.active.open > a:hover, .page-container .sidebarContainer #sidebarNavigation li.active.open > a:focus, .page-container .sidebarContainer #sidebarNavigation li.active.open > a:active {
                            /*background-color: #fff;*/
                        }
                        
                            .sidebarContainer #sidebarNavigation li.active > a > .border-bottom, .sidebarContainer #sidebarNavigation li.active.open > a > .border-bottom {
                                border-bottom: 0;
                            }
                
                .sidebarContainer #sidebarNavigation li.subHeadline {
                    padding-left: 15px;
                    padding-right: 15px;
                    color: #666666;
                    text-align: center;
                    line-height: 22px;
                    padding-top: 5px;
                    padding-bottom: 5px;
                }
                
                .sidebarContainer #sidebarNavigation .level2 > li.subHeadline {
                    border-bottom: 1px solid #c4d9e6; 
                }
                
                    .sidebarContainer #sidebarNavigation li.subHeadline:before {
                        content: '-';
                        display: inline;
                        position: static;
                        top: 0;
                        left: 0;
                        width: auto;
                        height: auto;
                        background-color: transparent;
                    }
                    
                    .sidebarContainer #sidebarNavigation li.subHeadline:after {
                        content: ' -';
                    }
                    
                .sidebarContainer #sidebarNavigation li.blankLine {
                    padding: 5px 15px;
                }
                
                    .sidebarContainer #sidebarNavigation .level2 > li.blankLine {
                        border-bottom: 1px solid #c4d9e6; 
                        padding: 6px 15px;
                    }
            
                .sidebarContainer ul > li > ul {
                    border-bottom: 1px solid #c4d9e6; 
                }
                
                .page-container .sidebarContainer ul > li > ul {
                    border: none;
                }
                    
                .sidebarContainer #sidebarNavigation > li > a, .sidebarContainer #sidebarNavigation.level2 > li > a, .sidebarContainer #sidebarNavigation .level2 > li > a {
                    border-bottom: 1px solid #c4d9e6; 
                }
                 
                    .sidebarContainer #sidebarNavigation > li > a:hover, .sidebarContainer #sidebarNavigation.level2 > li > a:hover, .sidebarContainer #sidebarNavigation .level2 > li > a:hover,
                    .sidebarContainer #sidebarNavigation > li > a:focus, .sidebarContainer #sidebarNavigation.level2 > li > a:focus, .sidebarContainer #sidebarNavigation .level2 > li > a:focus,
                    .sidebarContainer #sidebarNavigation > li > a:active, .sidebarContainer #sidebarNavigation.level2 > li > a:active, .sidebarContainer #sidebarNavigation .level2 > li > a:active {
                        border-color: transparent;
                    }
                    
                    .sidebarContainer #sidebarNavigation > li + li > a:hover, .sidebarContainer #sidebarNavigation.level2 > li + li > a:hover, .sidebarContainer #sidebarNavigation .level2 > li > a:hover,
                    .sidebarContainer #sidebarNavigation > li + li > a:focus, .sidebarContainer #sidebarNavigation.level2 > li + li > a:focus, .sidebarContainer #sidebarNavigation .level2 > li > a:focus,
                    .sidebarContainer #sidebarNavigation > li + li > a:active, .sidebarContainer #sidebarNavigation.level2 > li + li > a:active, .sidebarContainer #sidebarNavigation .level2 > li > a:active {
                        padding-top: 15px;
                        margin-top: -1px;
                    }
                    
                .sidebarContainer #sidebarNavigation li > a > .border-bottom {
                    border-bottom: 1px solid #c4d9e6; 
                    display: block;
                    position: relative;
                    top: 14px; /* same as padding-bottom of parent a-tag */
                }
                
                    .sidebarContainer #sidebarNavigation.level2 li:last-child > a > .border-bottom, .sidebarContainer #sidebarNavigation .level2 > li:last-child > a,
                    .sidebarContainer #sidebarNavigation li > a:hover > .border-bottom, .sidebarContainer #sidebarNavigation li > a:focus > .border-bottom, .sidebarContainer #sidebarNavigation li > a:active > .border-bottom {
                        border-color: transparent;
                    }
                 
                .sidebarContainer #sidebarNavigation.level2 > li:last-child > a {
                    border-bottom: none;
                }

                    .sidebarContainer #sidebarNavigation ul.level4 li > a > .border-bottom {
                        border-bottom-color: #d2e7f4;
                    }
                         
                .sidebarContainer #sidebarNavigation.level1 {
                    /*background-color: #0171bc;*/
                    background-color: #eaf4fa;
                }
                
                    .sidebarContainer #sidebarNavigation.level1 > li > a {
                        /*color: #fff;
                        border: none;*/
                        background-color: transparent;
                        font-weight: bold;
                    }
                    
                        .sidebarContainer #sidebarNavigation.level1 > li > a:hover, .sidebarContainer #sidebarNavigation.level1 > li > a:focus, .sidebarContainer #sidebarNavigation.level1 > li > a:active {
                            border-color: transparent;
                            background-color: #fff;
                        }
                        
                        .sidebarContainer #sidebarNavigation.level1 > li.active > a, .sidebarContainer #sidebarNavigation.level1 > li.active.open > a {
                            background-color: #0171bc;
                            font-weight: normal;
                        }

                        .sidebarContainer #sidebarNavigation.level2 > li.open > a, .sidebarContainer #sidebarNavigation .level2 > li.open > a {
                            background-color: #d2e7f4;
                            font-weight: bold;
                            border-color: transparent;
                        }
                        
                        .page-container .sidebarContainer #sidebarNavigation .level2 > li.open > a {
                            padding-bottom: 5px;
                        }
                        
                            .sidebarContainer #sidebarNavigation.level2 > li.open > a:hover, .sidebarContainer #sidebarNavigation .level2 > li.open > a:hover,
                            .sidebarContainer #sidebarNavigation.level2 > li.open > a:focus, .sidebarContainer #sidebarNavigation .level2 > li.open > a:focus,
                            .sidebarContainer #sidebarNavigation.level2 > li.open > a:active, .sidebarContainer #sidebarNavigation .level2 > li.open > a:active {
                                background-color: #fff;
                            }
                        
                            .sidebarContainer #sidebarNavigation .level3 {
                                background-color: #d2e7f4;
                            }
                            
                                .page-container .sidebarContainer #sidebarNavigation .level3 li a {
                                    padding-top: 5px;
                                    padding-bottom: 5px;
                                }
                                
                                .page-container .sidebarContainer #sidebarNavigation .level3 > li:last-child > a {
                                    padding-bottom: 10px;
                                }
                                
                                .page-container .sidebarContainer #sidebarNavigation .level3 > li > a {
                                    padding-left: 24px;
                                }
                            
                                .sidebarContainer #sidebarNavigation .level3 > li.open > a {
                                    background-color: #c0d7e5;
                                    font-weight: bold;
                                    margin-top: -1px;
                                    padding-top: 15px;
                                }
                                
                                .page-container .sidebarContainer #sidebarNavigation .level3 > li.open > a {
                                    margin-top: 0;
                                    padding-top: 7px; 
                                }
                                
                                    .sidebarContainer #sidebarNavigation .level3 > li.open > a:hover, .sidebarContainer #sidebarNavigation .level3 > li.open > a:focus, .sidebarContainer #sidebarNavigation .level3 > li.open > a:active {
                                        background-color: #fff;
                                    }
                                    
                                    .page-container .sidebarContainer #sidebarNavigation .level3 > li.open > a:hover, .page-container .sidebarContainer #sidebarNavigation .level3 > li.open > a:focus, .page-container .sidebarContainer #sidebarNavigation .level3 > li.open > a:active {
                                        padding-top: 7px;
                                    }
                                    
                                    .sidebarContainer #sidebarNavigation .level3 li.active a, .sidebarContainer #sidebarNavigation .level3 li a:hover,
                                    .sidebarContainer #sidebarNavigation .level3 li a:focus, .sidebarContainer #sidebarNavigation .level3 li a:active {
                                        margin-top: -1px;
                                        padding-top: 15px;
                                    }
                                    
                                    .page-container .sidebarContainer #sidebarNavigation .level3 li.active a, .page-container .sidebarContainer #sidebarNavigation .level3 li a:hover,
                                    .page-container .sidebarContainer #sidebarNavigation .level3 li a:focus, .page-container .sidebarContainer #sidebarNavigation .level3 li a:active {
                                        margin-top: 0;
                                        padding-top: 5px;
                                    }
                                    
                                .sidebarContainer #sidebarNavigation .level4 {
                                    background-color: #c0d7e5;
                                }
         
                                    .sidebarContainer #sidebarNavigation .level4 > li > a {
                                        padding-left: 25px;
                                    }
                                    
                                    .page-container .sidebarContainer #sidebarNavigation .level4 > li > a {
                                        padding-left: 33px;
                                    }
                                    
                                    .page-container .sidebarContainer #sidebarNavigation .level4 > li:last-child > a {
                                            padding-bottom: 10px;
                                        }
                                    
                                        .sidebarContainer #sidebarNavigation .level4 > li.open > a {
                                            background-color: #a6c7da;
                                            font-weight: bold;
                                        }
                                        
                                        .page-container .sidebarContainer #sidebarNavigation .level4 > li.open > a {
                                            padding-top: 7px;
                                        }
                                        
                                            .sidebarContainer #sidebarNavigation .level4 > li.open > a:hover, .sidebarContainer #sidebarNavigation .level4 > li.open > a:focus, .sidebarContainer #sidebarNavigation .level4 > li.open > a:active {
                                                background-color: #fff;
                                            }
                                    
                                    .sidebarContainer #sidebarNavigation .level5 {
                                        background-color: #a6c7da;
                                    }
                                    
                                        .sidebarContainer #sidebarNavigation .level5 > li > a {
                                            padding-left: 35px;
                                        }
                                        
                                        .page-container .sidebarContainer #sidebarNavigation .level5 > li > a {
                                            padding-left: 42px;
                                        }
                                        
                                        .page-container .sidebarContainer #sidebarNavigation .level5 > li:last-child > a {
                                            padding-bottom: 10px;
                                        }
            
            .sidebarContainer h5 + p {
                padding-top: 12px;
            }
            
            .sidebarContainer .downloads p {
                margin: 0;
                padding-bottom: 10.5px;
            }
        
    #contentMoreInfoContainer .box {
        padding-bottom: 20px;
    }
        
    #contentMoreInfoContainer .contentMoreInfoContent .contentMoreInfoContentInnerContainer {
        height: 100%;
        position: relative;
    }
    
        #contentMoreInfoContainer .contentMoreInfoContent .contentMoreInfoContentInner {
            position: relative;
            top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
        }
        
    #contentMoreInfoContainer img {
        padding-bottom: 16px;
    }
    
#topfooterContainer {
    padding-top: 33px;
    padding-bottom: 36px;
}
        
    #topfooterContainer h5 {
        border-bottom: 1px solid #0171bc;
        padding: 7px 0;
    }

    #topfooterContainer a {
        color: #4d4d4d;
        position: relative;
        padding-right: 20px;
    }
    
        #topfooterContainer a:hover, #topfooterContainer a:focus, #topfooterContainer a:active {
            color: #005791;
        }
        
    #topfooterContainer .nav > li > a:hover, #topfooterContainer .nav > li > a:focus {
        text-decoration: underline;
    }
    
    #topfooterContainer .footerNavContainer {
        padding-top: 15px;
    }
    
        #topfooterContainer .footerNavContainer .level2 {
            padding-top: 6px;
        }
        
            #topfooterContainer .footerNavContainer .level2 > li > a {
                line-height: 16px;
                display: block;
                padding: 6.5px 0;
            }
        
            #topfooterContainer .footerNavContainer .level3 {
                padding-top: 3px;
                padding-bottom: 3px;
            }
            
                #topfooterContainer .footerNavContainer .level3 > li > a {
                    display: block;
                    padding: 5px 0;
                    line-height: 16px;
                }
                
    #topfooterContainer .footerAdditionalLinks {
        padding: 2px 0;
    }
    
       #topfooterContainer .footerAdditionalLinks > li > a {
           padding: 5px 0;
           display: block;
       } 
        
#bottomfooterContainer, #bottomfooterContainer a {
    color: #fff;
}

    #bottomfooter {
        padding-top: 34px;
        padding-bottom: 38px;
        letter-spacing: 0.3px;
        position: relative;
    }
    
        #bottomfooterContainer a:hover, #bottomfooterContainer a:focus, #bottomfooterContainer a:active {
            text-decoration: underline;
        }

        #bottomfooterContainer .toTop-link {
            padding: 10px 15px 10px 0;
            display: block;
        }
        
        #bottomfooterContainer #metaNavigation {
            margin-right: -10px;
        }
         
        #bottomfooterContainer #metaNavigation > li > a {
            padding-left: 10px;
            padding-right: 10px;
        }
        
        #footerServiceNavigation {
            font-size: 14px;
            padding-top: 2px;
            margin-left: -11px;
            margin-right: -11px;
        }
        
            #footerServiceNavigation .flag-icon {
                margin-right: 6px;
                width: 14px;
            }
        
            #footerServiceNavigation > li {
                padding-left: 0;
                padding-right: 0;
            }
        
                #footerServiceNavigation > li > a {
                    padding-left: 11px;
                    padding-right: 11px;
                }
                 
                    #footerServiceNavigation > li > a .icon-caret-up {
                        font-size: 5px;
                        padding-left: 7px;
                        top: -3px;
                        position: relative;
                        display: inline-block;
                    }
                    
                #footerServiceNavigation > li > .dropdown-menu {
                    min-width: 100%;
                    padding-top: 9px;
                    padding-bottom: 13px;
                    border: none;
                    z-index: 2000;
                    left: 0;
                    margin-left: -9px;
                }
                
                    #footerServiceNavigation > li > .dropdown-menu > li > a {
                        line-height: 30px;
                        color: #333;
                    }
                    
                        #footerServiceNavigation > li > .dropdown-menu > li > a:hover, #footerServiceNavigation > li > .dropdown-menu > li > a:focus, #footerServiceNavigation > li > .dropdown-menu > li > a:active {
                            background-color: transparent;
                            color: #005791;
                            text-decoration: underline;
                        }
        
.slick-vertical .slick-slide {
    border: none;
}

.slick-arrow {
    z-index: 10;
    position: relative;
}

.slick-arrow.slick-disabled {
    z-index: 0;
    opacity: 0.7;
}


/* icons */
.input-group .ss-search {
    font-size: 20px;
    position: relative;
    top: 1px;
}

.input-group .dropdown-toggle .icon-caret-down {
    font-size: 5px;
    position: relative;
    top: -3px;
}

#serviceNavigation .icon-caret-down {
    font-size: 5px;
    padding-left: 7px;
    top: -3px;
    position: relative;
    display: inline-block;
}

#serviceNavigation .flag-icon {
    margin-right: 6px;
    width: 14px;
}

.news .ss-clock {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

#bottomfooterContainer .toTop-link .icon-caret-up {
    font-size: 5px;
    padding-left: 8px;
    position: relative;
    top: -3px;
    display: inline-block;
}

.btn-sm .icon-close {
    font-size: 12px;
    position: relative;
    left: -5px;
}

.bg-lion:before {
    content: '\e906';
    position: absolute;
    color: #fff;
    opacity: 0.15;
    font-size: 120px;
    right: 0;
    bottom: 0;
    margin-bottom: -24px;
    
    font-family: 'iconfont-bw' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rss-feed-link .icon-rss {
    font-size: 15px;
    position: relative;
    top: 2px;
    color: #a8a8a8;
}

    .rss-feed-link:hover .icon-rss, .rss-feed-link:focus .icon-rss, .rss-feed-link:active .icon-rss {
        color: #005791;  
        display: inline-block;  
    }

.footerNavContainer .icon-caret-down {
    font-size: 5px;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 0;
}

    .footerNavContainer .open .icon-caret-down:before {
        content: "\e902";
    }

#sidebarNavigation .icon-caret-down, #sidebarNavigation .icon-caret-up {
    font-size: 5px;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 10px;
}

/*
    #sidebarNavigation .open > .icon-caret-down:before {
        content: "\e902";    
    }
*/

.mainNavigationMobile .dropdown-toggle .icon-close {
    font-size: 12px;
    position: relative;
    top: 17px;
    left: 2px;
    padding-right: 15px;
}

.mainNavigationMobile li.hasSub > a > .icon-caret-right {
    font-size: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
    color: #0171bc;
}

.mainNavigationMobile li.hasSub > ul > li.backlinkContainer > a.back-link:before {
    top: 3px;
}

.panel-title > a.collapsed > .accordionArrow:before {
    content: "\e903";
}

#header .containerTitleContainer .containerTitle:before  {
    content: "\e876";
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    display: inline-block;
    color: #ccccc3;
    font-size: 34px;
    padding-right: 19px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -53px;
}

.icon-C {
    position: relative;
    top: 1px;
    display: inline-block;
}

.icon-CC {
    position: relative;
    top: 1px;
    display: inline-block;
}

.lnr-envelope {
    padding-right: 6px;
    font-size: 16px;
    position: relative;
    top: 1px;
    display: inline-block;
}

.modal button.close .icon-close {
    font-size: 14px;
    top: -2px;
    position: relative;
}

/* link variations */
.internal-link, .back-link, .zurueck, .intern {
    position: relative;
    padding-left: 11px;
    display: inline-block;
}

.internal-link:before, .intern:before {
    content: "\e900";
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 7px;
    display: inline-block;
    text-decoration: none;
    
    font-family: 'iconfont-bw' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
}

.h4.internal-link:before, .h4.intern:before {
    top: 6px;
}

.back-link:before, .zurueck:before {
    content: "\e901";
    font-size: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
    
    font-family: 'iconfont-bw' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
}

#mainNavigationContainer .back-link:before {
    left: 10px; 
}

    .external-link.lion-mirrored:before, .extern.lion-mirrored:before {
        content: '\e905';
        font-size: 11px;
        padding-right: 10px;
        position: relative;
        top: -2px;
        
        font-family: 'iconfont-bw' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .external-link.crest:before, .extern.crest:before {
        content: url('../img/crest.png');
        position: relative;
        top: 0;
        display: inline-block;
        float: left;
        width: 36px;
        height: 20px;
        margin-top: 11px;
        margin-right: 13px;
        padding-left: 4px;
    }
    
.zip-archive-link, .download-link, .download, .txt-download-link, .pdf-download-link, .spreadsheet-link, .presentation-link, 
.audio-file-link, .video-file-link, .external-link, .extern, .mail-link, .phone-link, .container-link, .fax-link,
.zoom-link, .jump-back-link, .jump-up-link, .jump-down-link, .doc-download-link, .portal-link, .container-close-link {
    position: relative;
    display: inline-block;
    padding-left: 21px;
    
}

.zip-archive-link:hover, .download-link:hover, .download:hover, .txt-download-link:hover, .pdf-download-link:hover, .spreadsheet-link:hover, .presentation-link:hover, 
.audio-file-link:hover, .video-file-link:hover, .external-link:hover, .extern:hover, .mail-link:hover, .phone-link:hover, .container-link:hover, .fax-link:hover,
.zoom-link:hover, .jump-back-link:hover, .jump-up-link:hover, .jump-down-link:hover, .internal-link:hover, .intern:hover, .back-link:hover, .doc-download-link:hover, .portal-link:hover, .container-close-link:hover {
    text-decoration: none;
}

    .zip-archive-link:hover > span, .download-link:hover > span, .download:hover > span, .txt-download-link:hover > span, .pdf-download-link:hover > span, .spreadsheet-link:hover > span, .presentation-link:hover > span, 
    .audio-file-link:hover > span, .video-file-link:hover > span, .external-link:hover > span, .extern:hover > span, .mail-link:hover > span, .phone-link:hover > span, .container-link:hover > span, .fax-link:hover > span,
    .zoom-link:hover > span, .jump-back-link:hover > span, .jump-up-link:hover > span, .jump-down-link:hover > span, .internal-link:hover > span, .intern:hover > span, .back-link:hover > span, .doc-download-link:hover > span, .portal-link:hover > span, .container-close-link:hover > span {
        text-decoration: underline;
    }
    
.download-link:before, .download:before, .presentation-link:before,
.audio-file-link:before, .video-file-link:before, .external-link:before, .extern:before, .mail-link:before, .phone-link:before, .fax-link:before,
.zoom-link:before, .jump-back-link:before, .jump-up-link:before, .jump-down-link:before {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    position: absolute;
    left: 0;
    top: 0.2em;
}

.zip-archive-link:before, .txt-download-link:before, .spreadsheet-link:before, .pdf-download-link:before, .container-link:before, .container-link:after, .doc-download-link:before, .portal-link:before, .container-close-link:before {
    font-family: 'iconfont-bw' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
    
    position: absolute;
    left: 0;
    top: 0.2em;
}

.zip-archive-link:before {
    content: "\e908";
}

.download-link:before, .download:before {
    content: "\e865";
}

.txt-download-link:before {
    content: "\e909";
}

.pdf-download-link:before {
    content: "\e90c";
    font-size: 1.1em;
}

.doc-download-link:before {
    content: "\e90e";
}

.spreadsheet-link:before {
    content: "\e90a"; 
    left: -2px;
}

.presentation-link:before {
    content: "\e843";
}

.audio-file-link:before {
    content: "\e823";
}

.video-file-link:before {
    content: "\e824";
    top: 0.33333em;
}

.external-link:before, .extern:before {
    content: "\e86b";
    top: 0.2666667em;
}

.mail-link:before {
    content: "\e818";
}

.phone-link:before {
    content: "\e830";
}

.container-link:before {
    content: "\e90d";
}

.fax-link:before {
    content: "\e81c";
}

/*.container-link:after {
    content: "\e90e";
    color: #fff;
}*/

.zoom-link:before {
    content: "\e88c";
}

.jump-back-link:before {
    content: "\e875";
} 

.jump-up-link:before {
    content: "\e873";
} 

.jump-down-link:before {
    content: "\e874";
}

.portal-link:before {
    content: "\e90f";
    font-size: 26px;
    position: relative;
    top: 7px;
    padding-right: 7px;
}

.container-close-link:before {
    content: "\e904";
    font-size: 14px;
    position: relative;
    top: 1px;
    padding-right: 7px;
}
     
    
@media (min-width: 768px) {
    .footerNavContainer .level2.collapse {
        display: block;
        visibility: visible;
        height: auto !important;
    }
    
    .footerNavContainer .col-sm-customWidth {
        width: 16.6%;
    }
}

@media (max-width: 1150px) {
    .page-container #header .navbarInner {
        height: auto;
    }
    
        .page-container #header #serviceNavigationContainer {
            padding-top: 0;   
            padding-bottom: 0;
        }
        
            .page-container #serviceNavigation > li {
                float: right;
                clear: both;
            }
        
                .page-container #serviceNavigation > li > a {
                    line-height: 40px;
                }
                
                .page-container #serviceNavigation > li > .dropdown-menu {
                    margin-top: -7px;
                }
    
        .page-container #header .containerTitleOuterContainer {
            position: relative;
            width: calc(100% - 280px);
        }
        
            .page-container #header .navbarBrandContainer {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%); 
            }
        
                .page-container .navbar-brand {
                    padding-bottom: 15px;
                    padding-top: 15px;   
                }
        
            .page-container #header .containerTitleContainer {
                width: 100%;
                max-width: none;
                position: static;
                top: 0;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none; 
                padding-left: 272px;
            }
            
                .page-container #header .containerTitleContainer .containerTitle {
                    margin-top: 15px;
                    margin-bottom: 15px;
                }
}

@media (max-width: 991px) {
    .boxContainer.smallHeight .box {
        min-height: 0;
    }

    .boxContainer.mediumHeight .box {
        min-height: 0;
    }

    .boxContainer.largeHeight .box {
        min-height: 0;
    }
    
    .boxContainer.textPicContainer .textContainer > *:first-child {
        margin-top: 0;
    }
    
    .boxContainer.textPicContainer .picContainer > .row > img {
        padding-left: 15px;
    }
    
    .page-container #header .containerTitleOuterContainer {
        width: 100%;
    }
    
    .page-container #serviceNavigation > li > a.portal-link {
        display: none;
    }
    
    .page-container .mobilePortalLinkContainer a.portal-link, .externalReferrer.page-container .mobilePortalLinkContainer a.portal-link {
        display: block;
    }
    
    .internalReferrer.page-container .mobilePortalLinkContainer a.portal-link {
        display: none;
    }
    
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        background-color: #fff;
        width: 100%;
        overflow: hidden;
    }
    
        .navbar-nav .open .dropdown-menu li {
            border-top: 1px solid #ccccc3;
        }
        
    .navbar-nav > li {
        float: none;
    }
    
    .mainNavigationMobile .dropdown-toggle .icon-close {
        display: none;
    }
    
    .mainNavigationMobile .open .dropdown-toggle .icon-close {
        display: block;
    }
    
    .mainNavigationMobile .open .dropdown-toggle .icon-bars {
        display: none;
    }
    
    .mainNavigationMobile li.subHeadline {
        padding: 15px 25px;
        margin-top: 0;
        margin-bottom: 0;
        color: #a8a8a8;
    }
    
        .mainNavigationMobile li.subHeadline:before {
            content: '-';
            display: inline;
            position: static;
            top: 0;
            left: 0;
            width: auto;
            height: auto;
            background-color: transparent;
        }
        
        .mainNavigationMobile li.subHeadline:after {
            content: ' -';
        }
    
    .mainNavigationMobile li.blankLine {
        padding: 7px 25px;
    }
    
    .mainNavigationMobile li.backLinkContainer > .back-link {
        color: #363636;
        background-color: #f2f2f2;
        position: relative;
        padding-left: 25px;
    }
    
        .mainNavigationMobile li.backLinkContainer > .back-link:hover, .mainNavigationMobile li.backLinkContainer > .back-link:focus, .mainNavigationMobile li.backLinkContainer > .back-link:active {
            background-color: #d9d9d9;
            color: #005791;
        }
        
    .mainNavigationMobile .dropdown-menu li > .mobileNavigationHead {
        background-color: #f2f2f2;
        color: #0171bc;
    }
    
        .mainNavigationMobile .dropdown-menu li > .mobileNavigationHead:hover, .mainNavigationMobile .dropdown-menu li > .mobileNavigationHead:focus, .mainNavigationMobile .dropdown-menu li > .mobileNavigationHead:active {
            background-color: #d9d9d9;
            color: #005791;
        }
    
    .mainNavigationMobile li a {
        line-height: 20px;
        padding: 15px 10px;
    }
    
        .mainNavigationMobile li.hasSub > a {
            padding-right: 25px;
            position: relative;
        }
        
        .mainNavigationMobile li a:hover, .mainNavigationMobile li a:focus, .mainNavigationMobile li a:active {
            background-color: #d9d9d9;
            text-decoration: none;
        }
        
        .mainNavigationMobile li.active > a {
            /*background-color: #d9d9d9;*/
            color: #0171bc;
        }
        
            .mainNavigationMobile .level2 li.active > a {
                /*background-color: #d9d9d9*/
            }
    
     .mainNavigationMobile .level2, .mainNavigationMobile .level3, .mainNavigationMobile .level4, .mainNavigationMobile .level5 {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        visibility: hidden;
    }
    
    .mainNavigationMobile .level1 > .open .level2, .mainNavigationMobile .level2 > .open .level3, .mainNavigationMobile .level3 > .open .level4, .mainNavigationMobile .level4 > .open .level5 {  
        visibility: visible;  
    }

    .mainNavigationMobile.openLevel2 .level1, .mainNavigationMobile.openLevel3 .level1 > .open .level2,  .mainNavigationMobile.openLevel4 .level1 > .open .level3, .mainNavigationMobile.openLevel5 .level1 > .open .level4 {
        visibility: hidden;
    }
    
    .mainNavigationMobile .level1 {
       transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transition: transform 300ms linear;
        -moz-transition: -moz-transform 300ms linear;
        -webkit-transition: -webkit-transform 300ms linear;
        background-color: #f2f2f2;
    }
    
    .mainNavigationMobile.openLevel2 .level1, .mainNavigationMobile.openingLevel2 .level1 {
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
        
    .mainNavigationMobile.openLevel3 .level1, .mainNavigationMobile.openingLevel3 .level1 {
        transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -webkit-transform: translateX(-200%);
    }
    
    .mainNavigationMobile.openLevel4 .level1, .mainNavigationMobile.openingLevel4 .level1 {
        transform: translateX(-300%);
        -moz-transform: translateX(-300%);
        -webkit-transform: translateX(-300%);
    }
    
    .mainNavigationMobile.openLevel5 .level1, .mainNavigationMobile.openingLevel5 .level1 {
        transform: translateX(-400%);
        -moz-transform: translateX(-400%);
        -webkit-transform: translateX(-400%);
    }
    
    #stage.bigImagesWithTeaserContainer .stagePagerContainer {
        position: absolute;
        top: 0;
        width: 100%;
    }
        
        #stage.bigImagesWithTeaserContainer .stagePager {
            position: relative;
            display: block;
            height: 0;
            padding: 0;
            overflow: hidden;
            padding-bottom: 51.0638%;
        }
            
            #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: 0;
                margin-top: 0;
            }
            
            #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows li {
                position: relative;
                top: 50%;
                margin-top: -23px;
            }
    
    #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots {
        display: none !important;
    }
    
    .additionalLinks {
        position: relative;
    }
    
    .news .articles, .downloads, .news .categories {
        padding-bottom: 10px;
    }    
        
    #contentMoreInfoContainer .box {
        padding-bottom: 10px;
    }
    
    #contentMoreInfoContainer .contentMoreInfoContent .contentMoreInfoContentInner {
        position: static;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        margin-top: 0;
        padding-top: 10px;  
    }
    
        #contentMoreInfoContainer .contentMoreInfoContent .contentMoreInfoContentInner .linkListWithArrows {
            margin-bottom: 0;
        }  
        
    .page-container #bottomfooter {
        padding-top: 24px;
        padding-bottom: 18px;
    }
}

@media (max-width: 767px) {
    ul.col-count-2 {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
    
    .table-responsive {
        border: none;
        padding-bottom: 15.75px;
        margin-bottom: 0;
    }
    
        .table-responsive > table {
            table-layout: auto;
            margin-bottom: 0;
        }
        
            .table-responsive > table > thead > tr > th, .table-responsive > table > tbody > tr > th, .table-responsive > table > tfoot > tr > th, .table-responsive > table > thead > tr > td, .table-responsive > table > tbody > tr > td, .table-responsive > table > tfoot > tr > td {
                /*white-space: normal;
                min-width: 300px;*/
                white-space: nowrap;
            }
        
            .table-responsive > table > tbody > tr:last-child > th, .table-responsive > table > tfoot > tr:last-child > th, .table-responsive > table > tbody > tr:last-child > td, .table-responsive > table > tfoot > tr:last-child > td {
                border-bottom: 1px solid #cdcdcd;
            }
            
    .breadcrumb > li {
        display: inline;
    }
        
    .page-container #externalHint p, .page-container #externalHint #closeExternalHint {
        width: auto;
    }
            
    .page-container #contentMainInner ul, .page-container #contentMainInner ol {
        padding-left: 0;
        padding-right: 0;
    }
        
    .page-container #serviceNavigation > li > a {
        padding-left: 0;
        padding-right: 0;
        line-height: 40px;
    }

    .navbarBrandContainer {
        text-align: center;
    }

        .navbar-brand {
            float: none;
            text-align: center;
            display: block;
            padding-left: 15px;
            padding-top: 30px;
            padding-bottom: 15px;
            margin: auto;
        }
        
        .page-container .navbar-brand {
            padding-bottom: 15px;
            padding-top: 15px;
        }
    
    .searchContainer {
        float: none !important;
    }
    
        #quicksearch {
            margin-bottom: 10px;
            float: none;
        }
        
            .input-group-addon, .input-group-btn {
                width: 1%;
            }
        
            .input-group .form-control {
                width: 100%;
            }
    
    .boxContainer.textPicContainer .textContainer > *:first-child {
        margin-top: 14px;
    }
    
    .boxContainer.textPicContainer .picContainer > .row > img {
        padding-left: 0;
    }
    
    .teaserContainer .teaserTextContainer .teaserText {
        max-width: 100%;
    }
    
        .news.articlesWithImage .articleTextContainer {
            padding-left: 15px;
        }
        
        .teaserContainer .teaserTextContainer .more-link {
            margin-top: 15px;
        }

    #topfooterContainer {
        padding-top: 20px;
    }
    
    #bottomfooter, .page-container #bottomfooter {
        padding-top: 0;
        padding-bottom: 10px;
    }

        #toTopContainer {
            width: 100%;
            float: none !important;
            position: relative;
            z-index: 4;
            margin-top: 20px;
        }
        
        #bottomfooterContainer #metaNavigationContainer {
            float: none !important;
            width: 100%;
        }
        
            #bottomfooterContainer #metaNavigation {
                margin-top: 20px;
                /*margin-bottom: 10px;*/
                margin-bottom: 20px;
            }
        
            #bottomfooterContainer #metaNavigation > li {
                float: none;
            }
            
            #bottomfooterContainer #metaNavigation > li + li {
                margin-left: 0;
            }
        
                #bottomfooterContainer #metaNavigation > li > a {
                    display: block;
                    padding-left: 0;
                }
}

@media (max-width: 600px) {
    .page-container #header #serviceNavigationContainer {
        padding-bottom: 7px;
    }  
    
    .page-container #header .navbarBrandContainer {
        position: static;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;      
    }
    
        .page-container .navbar-brand {
            max-width: 320px;
        }
    
    .page-container #header .containerTitleContainer {
        padding-left: 0;
    }
    
        .page-container #header .containerTitleContainer .containerTitle {
            margin-top: 0;
            padding-left: 0;
        }
        
        .page-container #header .containerTitleContainer .containerTitle:before {
            display: none;
        }
    
    .page-container .navbar-default .navbar-nav > li > a.h4 {
        padding-left: 38px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
        
        .page-container .navbar-toggle .icon-bars, .page-container .mainNavigationMobile .dropdown-toggle .icon-close {
            float: none;
            margin-top: 0;
            position: absolute;
            top: 50%;
            left: auto;
            -webkit-transform: translateY(-50%) translateX(-100%);
            -ms-transform: translateY(-50%) translateX(-100%);
            transform: translateY(-50%) translateX(-100%);
        }
        
        .page-container .mainNavigationMobile .dropdown-toggle .icon-close {
            padding-left: 13px;
        }
}

@media (max-width: 480px) {
    .col-xxs-12 {
        width: 100%;
    }
    
    .hidden-xxs {
        display: none !important;
    }
    
    #header .logo img {
        float: none;
        margin: auto;
    }
    
    #header .logo .text {
        float: none !important;
        text-align: center;
        display: block;
    }
    
    .pagination > li.prev > a, .pagination > li.next > a {
        visibility: hidden;
        width: 36px;
        height: 36px;
        padding: 0;
        margin: 0;
        border: none;
        min-width: 0;
    }
    
    .pagination > li.prev > a:after {
        display: none;
    }
    
    .pagination > li.prev > a:before, .pagination > li.next > a:before {
        width: 36px;
        height: 36px;
        line-height: 36px;
        position: relative;
        top: 0;
        left: 0;
        display: block;
        background-image: none;
        background-color: #0171bc;
        visibility: visible;
        font-size: 10px;
        
        font-family: 'iconfont-bw' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;     
    }
    
    .pagination > li.prev > a:before {
        content: "\e901";
    }
    
    .pagination > li.next > a:before {
        content: "\e900";
    }
    
    .additionalLinks .list-inline {
        clear: both;
    }
    
        .additionalLinks .list-inline > li {
            display: block;
        }
        
    .textPicContainer.picLeft .picContainer, .textPicContainer.picRight .picContainer {
        float: none;
        padding-right: 0;
        margin: auto;
    }
}

@media (max-width: 380px) {
    #footerServiceNavigation > li.language {
        float: right;
    }
    
    #footerServiceNavigation > li.language + li {
        clear: both;
    }
    
        #footerServiceNavigation > li > .dropdown-menu {
            left: auto;
            right: 0;
            margin-left: 0;
            margin-right: -4px;
        }
}
    
@media print {

  /** 
    Bootstrap v. Weber hatte hier die Links hinten dran. Definition dazu
    war: content: " (" attr(href) ")"; Hier nun auf 'none' geändert.
   **/
  a[href]:after {
    content: none;
  }

}
