/* -- - standard.css -- */

body {
    font-family: 'FrutigerLTPro-Roman';
    padding: 0;
    margin: 0;
    background-color: white;
    height: 100%;
}

#page {
    position: relative;
    width: 100%;
    background-color: white;
}

div.clear {
    clear: both;
}

#footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: url(../../images/gif/footer.gif) repeat-x 0 0;
    background-color: #eaeae9;
    border-top: 1px solid #dadada;
    padding: 3em 0 0 0;
}

body.cms_editpage #footer {
    display: none;
}

#copyright {
    height: 3em;
    background-color: #323232;
    margin-top: 3em;
}


#footer .linkgroup {
    flex: 1;
    display: flex;
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid white;
}

    #footer .linkgroup:last-child {
        border-right: none;
    }


#footer .center {
    display: flex;
    justify-content: space-between;
}

#footernavigation {
    flex: 3 1 auto;
    display: flex;
}

#quicklinks {
    display: table-cell;
    padding-right: 2em;
    padding-left: 2em;
    border-right: 1px solid white;
}

/*#footer .linkgroup.dropdown {
    display: table-cell;
    padding-right: 2em;
    padding-left: 2em;
    color: #969696;
}*/

#contact {
    flex: 1 1 auto;
    text-align: right;
    margin-right: 1.50%;
}

#socialicons img {
    height: 35px;
}

#menu-toggle {
    display: none;
}


/* Screens up to 800px  /  Mobile-View */

@media only screen and (max-width: 800px) {


    html {
        height: 100%;
    }

    body {
        height: 100%;
    }

    img {
        -ms-interpolation-mode: bicubic; /* avoids poor quality for scaled images in IE below 9 */
    }

    #page {
        min-height: 100%;
    }

    body.menu #header {
        width: 100%;
        padding-top: calc(22px + 3rem);
    }

    #logo {
        width: 70%;
        min-width: 80px;
        height: auto;
        margin-left: 1em;
        position: fixed;
        top: 11px;
        z-index: 102;
    }

        #logo a img {
            max-width: 100%;
            max-height: 3rem;
        }

    #leftcol {
        margin: 0 5%;
    }

    #rightcol {
        margin: 0 5%;
    }

    body.menu #footer {
        display: none;
    }

    #breadcrumb {
        display: none;
    }

    body.menu #footer .linkgroup {
        display: block; /* display dividion on menu */
    }

    #menu-toggle-container {
        position: fixed;
        width: 100%;
        background-color: #fff;
        z-index: 100;
        box-shadow: 0px 0px 4px #aaa;
        left: 0;
        right: 0;
    }

    #menu-toggle {
        z-index: 105;
        display: block;
        position: relative;
        margin: 11px;
        margin-left: calc(100% - 3rem - 11px);
        height: 3em;
        width: 3em;
        background: url("../../images/svg/menu-toggle.svg") no-repeat scroll center center;
        background-size: contain;
    }
        body.menu #menu-toggle {
            background: url("../../images/png/close.png");
            background-size: cover;
            background-repeat: no-repeat;
        }

    #mainnavigation {
        display: none;
    }
    body.menu #mainnavigation {
        display: block;
        font-size: 87%;
        width: 100%;
    }

    div#main {
        padding: 2em 0 0 0;
        margin: 100px auto 0 auto;
    }

    #footernavigation {
        margin-left: 5%;
        width: 40%;
    }

    #quicklinks {
        padding-right: 1em;
        padding-left: 1em;
    }

    #quicklinks_top {
        display: none;
    }

    #footer .linkgroup {
        padding-right: 1em;
        margin-right: 1em;
    }

    #contact {
        margin-right: 5%;
        width: 50%;
    }

    #copyright {
        padding: 0 5%;
    }

    #socialicons {
        position: absolute;
        top: 0;
        right: 5%;
    }

    div#language {
        position: fixed;
    }
}

/* Screens very small, up to 560px /  Mobile-View */

@media only screen and (max-width: 560px) {

    /* Remove Group-floating */
    div.cmsGroup,
    div.nofloat,
    div.contact-img,
    div.contact-txt {
        float: none !important;
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 5% 0 !important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        div.cmsGroup.boxcontainer {
            float: none !important;
            display: block !important;
            width: 100% !important;
            padding: 0 !important;
            margin: 0 0 1em !important;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }



    /* Remove Gallery-floating */
    div.cmsGalleryOuterDiv {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin: 0 0 5% 0 !important;
        padding: 0 0 0 0 !important;
    }

    div.cmsGalleryMiddleDiv {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    #footer .linkgroup {
        display: none;
    }

    #footernavigation {
        display: none;
    }

    #quicklinks,
    #quicklinks_top {
        display: none;
    }

    #contact {
        float: right;
        text-align: right;
        width: 100%;
    }
}



/* Screens larger than 800px */

@media only screen and (min-width: 801px) {

    html {
        height: 100%;
    }

    body {
        height: 100%;
    }

    #page {
        min-height: 100%;
    }

    #header {
        background-color: white;
        
    }

    #logo {
        width: 100%;
    }


        #logo a img {
            margin: 30px auto 5px auto;
            display: block;
            height: 70px;
        }

    #navigationcontainer {
        height: 40px;
        border-bottom: 1px solid #F7F7F7;
    }

    #mainnavigation {
        width: 100%;
    }

    /* -- quicklinks_top.css -- */

    #quicklinks_top {
        font-size: 0.9em;
        margin-top: 0.4em;
        line-height: 2.5em;
    }

        #quicklinks_top ul {
            padding: 0;
            margin: 0;
        }

            #quicklinks_top ul li {
                list-style: none;
                float: left;
            }

                #quicklinks_top ul li a {
                    list-style: none;
                    float: left;
                    color: #969696;
                    text-decoration: none;
                    padding: 0 10px;
                }

                    #quicklinks_top ul li a:hover {
                        color: #000;
                    }

    #language {
        margin-top: 0.2em;
        margin-right: 0.2em;
        float: right;
        position: relative;
    }


    #search {
        margin-top: 0.2em;
        float: right;
    }

    #subheader {
        padding-top: 5em; /* shrinked header height */
        height: 20.375em;
        position: relative;
    }

    #headerimage {
        width: 100%;
        height: 14em;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
    }

    /*#headerimage {
        position: relative;
        width: 100%;
        height: 20.375em;
        background-position: center 70px;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    
    #headerimage.fix {
        position: fixed;
        width: 1200px;
        left: 50%;
        margin-left: -600px;
        height: 20.375em;
        background-position: center 70px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        z-index: 2;
    }
    
    #headerimage.fix.bt1 {
        background-position: center 97px;
    }*/

    body.shrinked #headerimage.fix {
        margin-top: -70px;
    }

        body.shrinked #headerimage.fix.bt1 {
            margin-top: -97px;
        }

    #headerimage a {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    #headerimage .txt {
        position: absolute;
        margin-top: 130px;
        font-size: 35px;
        color: white;
        padding-left: 93px;
        text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.4);
    }

    #breadcrumb {
        overflow: hidden;
    }

        /*#breadcrumb:hover  {
        overflow: visible;
    }*/

        #breadcrumb.fixed {
            width: 1200px;
            overflow: hidden;
            height: 2.1875em;
        }

            #breadcrumb.fixed:hover {
                overflow: visible;
            }

        #breadcrumb.shadow {
            background-color: white;
            left: 0;
            padding-left: 7.8334%;
            box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.15);
            -webkit-box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.15);
            -moz-box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.15);
            box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.15);
        }

        #breadcrumb.fix {
            z-index: 3;
            position: fixed;
            width: 1200px !important;
            padding-left: 94px !important;
            top: 23.2em;
            z-index: 50;
            left: 50% !important;
            margin-left: -600px !important;
            overflow: visible;
            height: 2.1875em;
        }

    body.shrinked #breadcrumb.fix {
        top: 18.8em !important;
    }


    body.shrinked #breadcrumb.fixed {
        padding-left: 0% !important;
    }

    body.shrinked #breadcrumb.fix.shadow {
        top: 18.8em !important;
        left: 50% !important;
        padding-left: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    /*body.shrinked #breadcrumb.fix.fixed.shadow */
    body.shrinked #breadcrumb.fix.fixed {
        left: 50% !important;
    }

    body.shrinked #breadcrumb.fix.bt1 {
        top: 274px !important;
        /*left: 50% !important;*/
        /*padding-left: 7% !important;*/
    }

    /*	body.shrinked #breadcrumb.fix.fixed.shadow.bt1*/
    body.shrinked #breadcrumb.fix.fixed.bt1 {
        left: 50% !important;
    }

    #main {
        padding: 2em 7% 0 7%;
        padding-bottom: 15em; /* expected footer height */
    }

    .center {
        width: 85%;
        margin: auto;
        padding: 0 7.5%;
        position: relative;
    }

    #socialicons {
        position: absolute;
        top: -49px;
        right: 7.5%;
    }

    /* header shrinking */

    body.shrinked #header {
        height: 5em;
        -moz-transition: height 0.3s ease;
        -webkit-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }

        body.shrinked #header #logo {
            position: absolute;
            width: 63px;
            height: 63px;
            top: 9px;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    body.shrinked #search,
    body.shrinked #language,
    body.shrinked #quicklinks_top {
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        display: none;
    }
}


/* Screens larger than 990px */

@media only screen and (min-width: 990px) {

    #leftcol {
        float: left;
        width: 70.92%; /* 732px */
        margin-right: 5.43%; /* 56px */
    }

    #rightcol {
        float: left;
        width: 23.64%; /* 244px */
    }
}


/* Screens larger than 1200px */

@media only screen and (min-width: 1200px) {

    #page {
        overflow: hidden;
    }

    #subheader {
        width: 1200px;
        margin: auto;
        position: relative;
    }

    #breadcrumb.fixed {
        left: inherit;
        padding-left: 0;
    }

    #header {
    }

    #main {
        width: 1032px;
        margin: auto;
        padding-bottom: 15em; /* expected footer height */
    }

    .center {
        width: 1010px;
        margin: auto;
        padding: 0 11px;
        position: relative;
    }

    #socialicons {
        position: absolute;
        top: -49px;
        right: 12px;
    }
}



/* -- breadcrumb.css -- */

/* Screens up to 800px */
@media only screen and (max-width: 800px) {
}


/* Screens larger than 800px */

@media only screen and (min-width: 801px) {

    #breadcrumb {
        white-space: nowrap;
        line-height: 2.2em;
        padding: 0.5em 0;
    }

        #breadcrumb ul {
            margin: 0;
            padding: 0;
        }

            #breadcrumb ul > li {
                list-style: none;
                float: left;
                margin: 0;
                padding: 0 0.5em 0 0;
            }

                #breadcrumb ul > li > a, #breadcrumb li > span {
                    background-image: url('../../images/gif/breadcrumb-separator.gif');
                    background-position: center right;
                    background-repeat: no-repeat;
                }

                #breadcrumb ul > li.last > a, #breadcrumb li.last > span {
                    background: none !important;
                }

        #breadcrumb a.home img {
            width: 23px;
            vertical-align: bottom;
            padding-bottom: 0.55em;
        }

        #breadcrumb.fixed a.home {
            /*margin-right: 1px;*/
        }

        #breadcrumb a, #breadcrumb span {
            font-size: 1em;
            color: #888;
            text-decoration: none;
            padding: 1em 1em 1em 0;
        }

        #breadcrumb ul li.deepest ul {
            position: absolute;
            margin: 0;
            padding: 0;
            border-left: 1px solid #bababa;
            z-index: 2;
        }

        #breadcrumb li.deepest ul li {
            list-style: none;
            float: none;
            display: block;
            background-image: none;
            display: none;
        }

            #breadcrumb li.deepest ul li a {
                padding-left: 0.8em;
                background-image: none;
                display: block;
                padding-top: 0;
                padding-bottom: 0;
            }

            #breadcrumb li.deepest ul li.active {
                display: block;
                padding-right: 1em;
                background-color: white;
            }

                #breadcrumb li.deepest ul li.active a {
                    background-image: url('../../images/gif/menu-opener.gif');
                    background-position: center right;
                    background-repeat: no-repeat;
                    padding-right: 1.5em;
                    color: #CE1126;
                }

        /* open menu */

        #breadcrumb li.deepest ul:hover {
            position: absolute;
            background-color: #e0e0e0; /* fallback background color */
            background: -webkit-linear-gradient(top, #fcfdfc 0, #e9e9e9 100%);
            background: -o-linear-gradient(top, #fcfdfc 0, #e9e9e9 100%);
            background: -ms-linear-gradient(top, #fcfdfc 0, #e9e9e9 100%);
            background: linear-gradient(to bottom, #fcfdfc 0, #e9e9e9 100%);
        }

            #breadcrumb li.deepest ul:hover li {
                display: block;
                background-color: none;
            }

                #breadcrumb li.deepest ul:hover li.active {
                    background-color: transparent;
                }

                #breadcrumb li.deepest ul:hover li:hover a {
                    color: black;
                }

                #breadcrumb li.deepest ul:hover li.active a {
                    background-image: url('../../images/png/menu-active.png');
                    color: #CE1126;
                }
}

/* Screens larger than 800px and smaller than 1200px */

@media only screen and (min-width: 801px) and (max-width: 1199px) {
    body #page #breadcrumb.fix,
    body #page #breadcrumb.fix.fixed,
    body #page #breadcrumb.fix.fixed.bt1 {
        margin-left: 0 !important;
        left: 0 !important;
    }

    body.shrinked #page #breadcrumb.fix,
    body.shrinked #page #breadcrumb.fix.fixed,
    body.shrinked #page #breadcrumb.fix.fixed.bt1 {
        margin-left: 8% !important;
    }
}


/* Screens larger than 1200px */

@media only screen and (min-width: 1200px) {

    #breadcrumb.fixed > ul {
        padding-left: 7.8334%;
    }
}


/* -- countries.css -- */


/* Screens up to 800px */
@media only screen and (max-width: 800px) {

    #footer .linkgroup.dropdown {
        display: none;
    }

    #player_1 {
        width: 100% !important;
        height: 380px;
    }
}


/* Screens larger than 800px */

@media only screen and (min-width: 801px) {

    #footer .linkgroup.dropdown p {
        padding-bottom: 7px;
    }

    #footer .linkgroup ul {
        padding: 0.1em 0 0.5em 0;
        margin: 0;
        min-width: 8em;
        overflow: auto;
    }

    #footer .linkgroup.dropdown ul.dropdown {
        max-height: 150px;
    }

        #footer .linkgroup.dropdown ul.dropdown li {
            list-style: none;
            padding: 0.2em 0;
            margin: 0;
            display: none;
        }

            #footer .linkgroup.dropdown ul.dropdown li a {
                font-size: 1em;
                color: #888;
                text-decoration: none;
                padding-right: 1.5em;
            }

            #footer .linkgroup.dropdown ul.dropdown li.open {
                display: block;
            }

                #footer .linkgroup.dropdown ul.dropdown li.open a {
                    background-image: url('../../images/gif/menu-opener.gif');
                    background-position: center right;
                    background-repeat: no-repeat;
                    color: #3c3c3c;
                }

        #footer .linkgroup.dropdown ul.dropdown:hover li {
            display: block;
            background-color: none;
        }

            #footer .linkgroup.dropdown ul.dropdown:hover li.open {
                background-color: transparent;
            }

                #footer .linkgroup.dropdown ul.dropdown:hover li.open a {
                    background-image: url('../../images/png/menu-active.png');
                    color: #3c3c3c;
                }

                #footer .linkgroup.dropdown ul.dropdown:hover li.open.dummy a {
                    background-image: none;
                }
}



/* -- content.css -- */

p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    outline: 0;
}

a {
    border: 0;
    outline: 0;
}

    a.thickbox {
        line-height: 0;
    }

#content ul {
    list-style: none;
    padding: 0;
}

    #content ul > li {
        padding-left: 1em;
        background-image: url('../../images/gif/overlaymenu-listitem.gif');
        background-position: left 0.4em;
        background-repeat: no-repeat;
    }

#content p,
#content li,
#content td {
    font-size: 1em;
    color: #323232;
}

#content p,
#content li {
    line-height: 1.25em;
}

#content a {
    color: #CE1126;
    text-decoration: none;
}

#content h1 {
    font-size: 2.1875em;
    line-height: 1.125em;
    margin: 0 0 0.375em 0;
    padding: 0 0 0 0;
    color: #323232;
    font-weight: normal;
    text-decoration: none;
}

    #content h1.plugins {
        margin: 0 0 1em 0;
    }

#content h2 {
    font-family: 'FrutigerLTPro-Bold';
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
    color: #323232;
    font-weight: normal;
    text-decoration: none;
}

#content h3 {
    font-family: 'FrutigerLTPro-Bold';
    font-size: 1em;
    line-height: 1.25em;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #323232;
    font-weight: normal;
    text-decoration: none;
}

#content ol {
    margin: 0;
    overflow: auto;
}

#content td ul.list li {
    padding: 0 0 0 0.75em !important;
}

#content hr {
    background-color: #cccccc; /* Farbe für Opera und Firefox */
    color: #cccccc; /* Farbe für Internet Explorer (IE) */
    border: 0;
    height: 1px;
}

#content a img {
    border: 0px;
}


#content table tr td {
    border-right: 1px solid #cdcdcd;
    ;
    border-bottom: 1px solid #cdcdcd;
}

#content table {
    border: 1px solid #cdcdcd;
    border-right: 0;
    border-bottom: 0;
}

#content strong {
    font-family: 'FrutigerLTPro-Bold';
    font-weight: normal;
}

#content div.contact-img {
    float: left;
    margin-right: 3.2%;
    width: 31.2%;
}

#content div.contact-txt {
    float: left;
    width: 65.6%;
}

#content .boxcontainer {
    background: linear-gradient(to bottom, #f8f8f8 0px, #ebebeb 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #bababa;
    margin: 0 1.50275% 1em;
    padding: 1em 2% !important;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#content .boxtitel a {
    background-image: url("../../images/gif/more.gif");
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    padding: 0.5em 3em 0.5em 0;
}

    #content .boxtitel a.open {
        background-image: url("../../images/gif/less.gif");
    }

#content .boxinhalt {
    padding-top: 1em;
}

/* -- footer.css -- */

#copyright {
    font-size: 0.75em;
}

    #copyright p#pittsburgh {
        float: left;
        color: white;
        margin: 0;
        padding: 0.875em 0 0 0;
    }

    #copyright a#mirusys {
        float: right;
        color: white;
        margin: 0;
        padding: 0;
        text-decoration: none;
        padding: 0.875em 0 0 0;
    }

#contact p,
#contact a {
    color: #969696;
    text-decoration: none;
}

/* -- footernavigation.css -- */

#quicklinks ul,
#quicklinks li,
#footer .linkgroup ul,
#footer .linkgroup li li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .linkgroup li {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

/* JUST FOR QUICKLINKS */
#quicklinks > ul.level1 > li {
    display: none;
}

    #quicklinks > ul.level1 > li.quicklinks {
        display: block;
    }
    /* JUST FOR QUICKLINKS */

    #quicklinks > ul.level1 > li > a,
    #footer .linkgroup > ul.level1 > li > a {
        display: block;
        color: #969696;
        padding-bottom: 10px;
    }

        #quicklinks > ul.level1 > li > a:hover,
        #quicklinks > ul.level1 > li.open > a,
        #footer .linkgroup > ul.level1 > li > a:hover,
        #footer .linkgroup > ul.level1 > li.open > a {
            color: #3c3c3c;
        }

    #quicklinks > ul.level1 > li > ul.level2 > li > a,
    #footer .linkgroup > ul.level1 > li > ul.level2 > li > a {
        color: #969696;
        padding: 0 0 0 20px;
        background: url(../../images/png/list_item.png) no-repeat 0 6px;
        text-decoration: none;
    }

        #quicklinks > ul.level1 > li:hover a,
        #quicklinks > ul.level1 > li > ul.level2 > li.open > a,
        #quicklinks > ul.level1 > li > ul.level2 > li > a:hover,
        #footer .linkgroup > ul.level1 > li:hover a,
        #footer .linkgroup > ul.level1 > li > ul.level2 > li.open > a,
        #footer .linkgroup > ul.level1 > li > ul.level2 > li > a:hover {
            color: #3c3c3c;
        }


        #quicklinks > ul.level1 > li > ul.level2 > li > a.active,
        #footer .linkgroup > ul.level1 > li > ul.level2 > li > a.active {
            color: #CE1126 !important;
        }

/* -- language.css -- */

/* Screens up to 800px */
@media only screen and (max-width: 800px) {

        #language ul {
            padding: 0.1em 0 0.5em 0;
            margin: 0 0 0 6em;
        }

        #language li {
            list-style: none;
            padding: 0.2em 1em;
            margin: 0;
            display: none;
        }

            #language li a {
                font-size: 1em;
                color: #888;
                padding: 0.1em;
                text-decoration: none;
            }

            #language li.open {
                display: block;
            }

                #language li.open a {
                    background-image: url('../../images/gif/menu-opener.gif');
                    background-position: center right;
                    background-repeat: no-repeat;
                    padding-right: 1.5em;
                    color: #3c3c3c;
                }

        #language ul:hover {
            background-color: #e0e0e0; /* fallback background color */
            background: -webkit-linear-gradient(top, #fcfdfc 0, #e9e9e9 100%);
            background: -o-linear-gradient(top, #fcfdfc 0, #e9e9e9 100%);
            background: -ms-linear-gradient(top, #fcfdfc 0, #e9e9e9 100%);
            background: linear-gradient(to bottom, #fcfdfc 0, #e9e9e9 100%);
        }

            #language ul:hover li {
                display: block;
                background-color: none;
            }

                #language ul:hover li.open {
                    background-color: transparent;
                }

                    #language ul:hover li.open a {
                        background-image: url('../../images/png/menu-active.png');
                        color: #3c3c3c;
                    }

                #language ul:hover li:hover a {
                    color: #3c3c3c;
                }
}


/* Screens larger than 800px */

@media only screen and (min-width: 801px) {

    #language {
        z-index: 1000;
    }

        #language ul {
            position: absolute;
            right: 0;
            padding: 0.1em 0 0.5em 0;
            margin: 0;
        }

        #language li {
            list-style: none;
            padding: 0.2em 1em;
            margin: 0;
            display: none;
            white-space: nowrap;
        }

            #language li a {
                font-size: 1em;
                color: #888;
                text-decoration: none;
            }

            #language li.open {
                display: block;
            }

                #language li.open a {
                    background-image: url('../../images/gif/menu-opener.gif');
                    background-position: center right;
                    background-repeat: no-repeat;
                    padding-right: 1.5em;
                    color: #3c3c3c;
                }

        /* open menu */

        #language ul:hover {
            background-color: #e0e0e0; /* fallback background color */
            background: -webkit-linear-gradient(top, #fcfdfc 0, #e9e9e9 100%);
            background: -o-linear-gradient(top, #fcfdfc 0, #e9e9e9 100%);
            background: -ms-linear-gradient(top, #fcfdfc 0, #e9e9e9 100%);
            background: linear-gradient(to bottom, #fcfdfc 0, #e9e9e9 100%);
        }

            #language ul:hover li {
                display: block;
                background-color: none;
            }

                #language ul:hover li.open {
                    background-color: transparent;
                }

                    #language ul:hover li.open a {
                        background-image: url('../../images/png/menu-active.png');
                        color: #3c3c3c;
                    }

                #language ul:hover li:hover a {
                    color: #3c3c3c;
                }
}

/* -- mainnavigation.css -- */

#mainnavigation ul.level1 > li.quicklinks {
    display: none;
}

#menu-close {
    position: absolute;
    display: none;
    top: 11em;
    bottom: 0;
    right: 2em;
    left: 85%;
    bottom: -18px;
    z-index: 110;
    cursor: pointer;
}


/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */


@media only screen and (max-width: 800px) {

    #main, #header {
        max-width: 100%;
        margin: 0px auto;
        overflow: hidden;
        width: 100%;
    }

    #navigationcontainer {
        visibility: hidden;
        position: absolute;
        left: -100%;
        top: 0;
        padding-top: 100px;
        width: 100%;
        margin-left: 0;
        height: 0;
        overflow: hidden;
    }

    body.menu #navigationcontainer {
        margin-left: 100%;
        visibility: visible;
        height: auto;
        position: relative;
        padding: 0;
    }

    #language {
        visibility: hidden;
    }

    body.menu #language {
        visibility: visible;
        transition: all 0.5s ease;
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        position: relative;
    }

    body.menu #main {
        display: none;
    }

    /* ///////////////////////////////// GLOBAL ///////////////////////////////// */

    #mainnavigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
        /* max-height may be altered using transitions */
        max-height: 0;
        transition: all 0.3s ease;
    }

        #mainnavigation ul li {
            line-height: 2em;
            position: relative;
        }

            #mainnavigation ul li a {
                text-decoration: none;
                font-size: 1.2em;
                color: #a0a0a0;
                display: block;
                padding-top: 1em;
                padding-bottom: 1em;
                padding-right: 4em;
                margin: 0 !important;
                background-color: #3c3c3c; /* fallback background color */
                background: -webkit-linear-gradient(top, #5a5a5a 0, #3c3c3c 100%);
                background: -o-linear-gradient(top, #5a5a5a 0, #3c3c3c 100%);
                background: -ms-linear-gradient(top, #5a5a5a 0, #3c3c3c 100%);
                background: linear-gradient(to bottom, #5a5a5a 0, #3c3c3c 100%);
            }

        #mainnavigation ul.level1,
        #mainnavigation li.open > ul,
        #mainnavigation li.open > div > ul {
            /* max-height may be altered using transitions */
            max-height: 100em;
            transition: all 2s ease;
        }
            body.menu #mainnavigation ul.level1,
            body.menu #mainnavigation li.open > ul,
            body.menu #mainnavigation li.open > div > ul {
                max-height: 1000rem;
            }

        /* plus sign if child nodes (created using jquery) */
        #mainnavigation ul li > span.more {
            position: absolute;
            width: 2.5em;
            height: 2.5em;
            background: url("../../images/gif/more.gif") no-repeat scroll center center;
            top: 1em;
            right: 5%;
            cursor: pointer;
        }

        #mainnavigation ul li.open > span.more {
            background: url("../../images/gif/less.gif") no-repeat scroll center center;
        }

        #mainnavigation ul li.open > a,
        #mainnavigation ul li.active > a {
            color: white;
            font-family: 'FrutigerLTPro-Bold';
            font-weight: normal;
        }

        /* ///////////////////////////////// LEVEL 1 ///////////////////////////////// */
        #mainnavigation ul.level1 > li {
        }

            #mainnavigation ul.level1 > li > a {
                padding-left: 5%;
            }

        /* ///////////////////////////////// LEVEL 2 ///////////////////////////////// */

        #mainnavigation ul.level2 > li > span.more {
            top: 0.375em;
            right: 5%;
        }

        #mainnavigation ul.level2 > li {
        }

            #mainnavigation ul.level2 > li > a {
                padding-left: 5%;
                background: none;
                background-color: #f0f0f0;
                border-bottom: 1px solid lightgray;
                color: #969696;
                padding-top: 1em;
                padding-bottom: 1em;
                font-size: 1em;
                line-height: 1.25em;
            }

            #mainnavigation ul.level2 > li.open > a {
                color: #3c3c3c;
            }

            #mainnavigation ul.level2 > li.active > a {
                color: #CE1126;
            }

        /* ///////////////////////////////// LEVEL 3 ///////////////////////////////// */

        #mainnavigation ul.level3 > li {
        }

            #mainnavigation ul.level3 > li > a {
                padding-left: 8%;
                background: none;
                background-color: white;
                border-bottom: 1px solid lightgray;
                color: #969696;
                background-image: url(/_local/images/list_item.png);
                background-repeat: no-repeat;
                background-position: 5% center;
                font-size: 1em;
                background-position: 5% center;
                padding-top: 1.125em;
                padding-bottom: 1em;
                line-height: 1.125em;
            }

            #mainnavigation ul.level3 > li.open > a {
                color: #3c3c3c;
            }

            #mainnavigation ul.level3 > li.active > a {
                color: #CE1126;
            }
}


/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */



@media only screen and (min-width: 801px) {

    /* ///////////////////////////////// GLOBAL ///////////////////////////////// */


    #menu-close.display {
        display: block;
    }

    #mainnavigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    #mainnavigation li {
        display: block;
    }

    #mainnavigation a {
        text-decoration: none;
        display: block;
    }

    #mainnavigation ul li > span.more {
        display: none;
    }

    /* ///////////////////////////////// LEVEL 1 ///////////////////////////////// */

    #mainnavigation ul.level1 {
        display: table;
        width: auto;
        margin: 0 auto;
        line-height: 0.5em;
    }

        #mainnavigation ul.level1 > li.first {
        }


        #mainnavigation ul.level1 > li {
            display: table-cell;
            zoom: 1; /* clearing bugfix for IE */
        }

            #mainnavigation ul.level1 > li.first {
                border-left: 0;
            }

            #mainnavigation ul.level1 > li > a {
                margin: 0 0.5em;
            }

            #mainnavigation ul.level1 > li > a {
                padding: 0.8em 0 0.75em 0;
                font-size: 1.4em;
                color: #969696;
            }

        /* clearing - we don't want to use an extra html element: */
        #mainnavigation ul.level1:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        /* appearance for open/active/hover menu item */
        #mainnavigation ul.level1 > li:hover > a,
        #mainnavigation ul.level1 > li.open > a {
            color: #3c3c3c;
        }

        #mainnavigation ul.level1 > li.active > a {
            color: #CE1126;
        }


        /* ////////////////////////////// OVERLAY FX ///////////////////////////////// */


        /* marker */
        #mainnavigation ul.level1 > li.hover:after {
            position: absolute;
            content: ' ';
            z-index: 102;
            margin-left: 10px;
            bottom: -1px; /* hide 1px top line */
            width: 24px;
            height: 13px;
            background-image: url('../../images/gif/overlaymenu-marker.gif');
            background-position: center bottom;
            background-repeat: no-repeat;
        }

    /* overlay menn: hidden by default, hide using a transaction and a delay */
    #mainnavigation div.overlay {
        visibility: hidden;
        opacity: 0;
        -moz-transition: visibility 0.3s step-end, opacity 0.3s ease;
        -webkit-transition: visibility 0.3s step-end, opacity 0.3s ease;
        -o-transition: visibility 0.3s step-end, opacity 0.3s ease;
        transition: visibility 0.3s step-end, opacity 0.3s ease;
        transition-delay: 0.1s;
        -webkit-transition-delay: 0.1s;
    }

    /* mouseover: display menu instantly */
    /* we use the z-index to move current menu to the top - fade out happens behind */
    #mainnavigation ul.level1 > li.hover div.overlay {
        visibility: visible;
        opacity: 1;
        z-index: 101;
        -moz-transition: visibility 0s step-end;
        -webkit-transition: visibility 0s step-end;
        -o-transition: visibility 0s step-end;
        transition: visibility 0s step-end;
    }

    /* ///////////////////////////////// LEVEL 2 ///////////////////////////////// */

    #mainnavigation div.overlay {
        position: fixed;
        z-index: 100;
        left: 0;
        width: 100%;
        padding: 1.2em 0;
        margin-top: 0; /*  use this value for vertical menu positioning! */
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background-color: #f9fbfa; /* fallback background color */
        background: -webkit-linear-gradient(top, #f9fbfa 0, #e8e9e8 16em);
        background: -o-linear-gradient(top, #f9fbfa 0, #e8e9e8 16em);
        background: -ms-linear-gradient(top, #f9fbfa 0, #e8e9e8 16em);
        background: linear-gradient(to bottom, #f9fbfa 0, #e8e9e8 16em);
        box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 6px 6px rgba(0,0,0,0.1);
        box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.1);
    }

    #mainnavigation ul#overlay div.overlay {
        width: calc(100% - 2px);
        border: 1px solid #ccc;
        z-index: 100;
        left: 0;
        position: absolute;
    }

    @media only screen and (min-width: 1400px) {

        #menu-close {
            right: -5em;
        }
    }

    #mainnavigation ul.level2 {
        min-height: 8em;
        max-width: 1250px; /* this value limits level2 to full size without borders  */
        margin: auto;
        line-height: 1.1em;
        display: flex;
    }

        #mainnavigation ul.level2 > li {
            border-left: 1px solid white;
            margin-left: -1px;
            min-height: 4em;
            flex: 1 1 auto;
        }

            #mainnavigation ul.level2 > li.first {
                border-left: 0;
                margin-left: 2.5%;
            }

            #mainnavigation ul.level2 > li > a {
                display: block;
                width: 100%;
                color: #888;
                font-size: 1.2em;
                min-height: 3.5em; /* horizontally top align level 3, at least if level 2 fits into 2 lines */
            }

                #mainnavigation ul.level2 > li > a > span {
                    display: block;
                    padding: 0.5em;
                }

            /* appearance for open/active/hover menu item */
            #mainnavigation ul.level2 > li:hover > a,
            #mainnavigation ul.level2 > li.open > a {
                color: #3c3c3c;
            }

            #mainnavigation ul.level2 > li.active > a {
                color: #CE1126;
            }

    /* ///////////////////////////////// LEVEL 3 ///////////////////////////////// */

    #mainnavigation ul.level3 {
        position: static;
        margin: 0.5em 0;
    }

        #mainnavigation ul.level3 > li {
            margin: 0.6em 0.8em;
            padding-left: 0.8em;
            background-image: url('../../images/gif/overlaymenu-listitem.gif');
            background-position: left 0.4em;
            background-repeat: no-repeat;
        }

            #mainnavigation ul.level3 > li > a {
                color: #888;
                font-size: 1em;
            }

            /* appearance for open/active/hover menu item */

            #mainnavigation ul.level3 > li:hover > a {
                color: #3c3c3c;
            }

            #mainnavigation ul.level3 > li.active > a {
                color: #CE1126;
            }
}

/* -- special for screens with small "height" resolution -- */
@media only screen and (max-width: 1230px) {
    #quicklinks_top {
        position: absolute;
        left: 155px;
    }

    #mainnavigation ul.level1 > li {
        font-size: 90%;
    }

        #mainnavigation ul.level1 > li > a {
            margin: 0 0.4em;
        }
}

@media only screen and (max-width: 1000px) {
    #mainnavigation ul.level1 > li > a {
        margin: 0 0.35em;
    }

    #quicklinks_top {
        font-size: 90%;
    }

    #mainnavigation ul.level1 > li {
        font-size: 80%;
    }
}

@media only screen and (max-height: 700px) {


    #mainnavigation div.overlay {
        overflow-y: auto;
        max-height: 400px;
    }

    #mainnavigation > ul > li > div > ul.level2 > li > ul.level3 > li.last {
        margin-bottom: 100px;
    }

    body.display {
        overflow: hidden;
    }

    #player_1 {
        height: 360px;
    }
}

/* -- search.css -- */

#search input {
    font-family: inherit;
    font-size: 1em;
    line-height: 1.8em;
    color: #969696;
    display: block;
    height: 1.8em;
}

    #search input.submit {
        border: 1px solid #ccc;
        border-left: 0;
        width: 2em;
        padding: 0;
        margin: 0;
        background-image: url('../../images/png/search-magnifier.png');
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    #search input.textfield {
        border: 1px solid #ccc;
        width: 8em;
        padding: 0 0.5em;
        margin: 0;
    }


/* Screens up to 800px */

@media only screen and (max-width: 800px) and (max-height: 700px) {

    #mainnavigation div.overlay {
        overflow-y: visible;
        max-height: none;
    }

    #mainnavigation > ul > li > div > ul.level2 > li > ul.level3 > li.last {
        margin-bottom: 0px;
    }

    body.display {
        overflow: visible;
    }
}



@media only screen and (max-width: 800px) {

    #search {
        border-top: 1px solid #bababa;
        padding: 1.25em 5% 1.25em 5%;
    }

        #search form {
            display: block;
            position: relative;
            margin-right: 2.5em;
        }

        #search input.textfield {
            display: block;
            height: 2.5em;
            width: 100%;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

        #search input.submit {
            display: block;
            position: absolute;
            height: 2.5em;
            width: 2.5em;
            right: -2.5em;
            top: 0;
        }
}


/* Screens larger than 800px */

@media only screen and (min-width: 801px) {

    #search input {
        float: left;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
}


@media only screen and (max-width: 680px) {
    #movies .bx-wrapper {
        max-width: 90% !important;
    }

    #player_1 {
        height: 300px;
    }

    #movies .bx-wrapper {
        max-width: 90% !important;
    }
}


@media only screen and (max-width: 500px) {
    #movies .bx-wrapper {
        max-width: 80% !important;
    }

    #player_1 {
        height: 240px;
    }
}

@media only screen and (max-width: 450px) {


    #player_1 {
        height: 200px;
    }

    #movies {
        margin-left: 0;
    }

        #movies .bx-wrapper .bx-caption span {
            font-size: 0.7em !important;
        }


        #movies ul li {
            float: left !important;
            position: relative !important;
            width: 46% !important;
            margin-right: 4% !important;
            margin-bottom: 20px !important;
            height: 140px !important;
            background: none !important;
            box-sizing: border-box;
        }

        #movies .bx-wrapper {
            margin: 0 !important;
            max-width: 100% !important;
            width: 100% !important;
        }

        #movies ul {
            clear: both !important;
            overflow: hidden !important;
            height: auto !important;
            padding: 0 !important;
            width: 105% !important;
            float: left !important;
            margin: 0 !important;
            left: 0 !important;
            position: static !important;
            margin: auto !important;
            transform: translate3d(0px, 0px, 0px) !important;
        }

        #movies .bx-wrapper .bx-viewport {
            overflow: hidden;
            width: 100% !important;
            height: auto !important;
        }

        #movies .bx-wrapper .bx-caption span {
            bottom: 0;
            color: #fff;
            display: block;
            font-family: Arial;
            font-size: 0.9em;
            padding: 10px;
            position: absolute;
        }

        #movies .bx-wrapper .bx-controls-direction,
        .bx-clone {
            display: none !important;
        }
}

@media only screen and (max-width: 330px) {
    #player_1 {
        height: 160px;
    }
}

/* -- teaser.css -- */

#teaser p,
#teaser li,
#teaser td {
    font-size: 1em;
    color: #323232;
}

#teaser p,
#teaser li {
    line-height: 1.25em;
}

#teaser a {
    color: #CE1126;
    text-decoration: none;
}

#teaser h1 {
    font-size: 2.1875em;
    line-height: 1.125em;
    margin: 3em 0 0.25em 0;
    padding: 0 0 0 0;
    color: #323232;
    font-weight: normal;
    text-decoration: none;
}

    #teaser h1:first-child {
        margin: 0 0 0.25em 0;
    }

#teaser h2:first-child {
    margin: 0 0 1em 0;
}

#teaser h3 {
    font-family: 'FrutigerLTPro-Bold';
    font-size: 1em;
    line-height: 1.25em;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #323232;
    font-weight: normal;
    text-decoration: none;
}

#teaser ol {
    margin: 0;
    overflow: auto;
}

#teaser ul {
    padding: 0 0 0 0.75em;
    margin: 0.75em 0 0 0;
}

    #teaser ul li {
        list-style: disc;
        padding: 0.25em 0 0 0;
    }

#teaser hr {
    background-color: #cccccc; /* Farbe für Opera und Firefox */
    color: #cccccc; /* Farbe für Internet Explorer (IE) */
    border: 0;
    height: 1px;
}

#teaser a img {
    border: 0px;
}


#teaser table tr td {
    border-right: 1px solid #cdcdcd;
    ;
    border-bottom: 1px solid #cdcdcd;
}

#teaser table {
    border: 1px solid #cdcdcd;
    border-right: 0;
    border-bottom: 0;
}

#teaser strong {
    font-family: 'FrutigerLTPro-Bold';
    font-weight: normal;
}



/* -- events.css -- */

#events {
    /* same width and padding as teaser */
    width: 90.9836%;
    padding: 4.5082%;
}

    #events p,
    #events li,
    #events td {
        font-size: 1em;
        color: #323232;
    }

    #events p,
    #events li {
        line-height: 1.25em;
    }

    #events a {
        color: #CE1126;
        text-decoration: none;
    }

    #events h1 {
        font-size: 2.1875em;
        line-height: 1.125em;
        margin: 3em 0 1em 0;
        padding: 0 0 0 0;
        color: #323232;
        font-weight: normal;
        text-decoration: none;
    }

        #events h1:first-child {
            margin-top: 0;
        }

#rightcol #events h2 {
    margin: 0.625em 0 1.8125em 0;
    border-bottom: 1px solid #dadada;
}

#events h3 {
    font-family: 'FrutigerLTPro-Bold';
    font-size: 1em;
    line-height: 1.25em;
    margin: 0.5em 0 0 0;
    padding: 0 0 0 0;
    color: #323232;
    font-weight: normal;
    text-decoration: none;
}

#events hr {
    background-color: #cccccc; /* Farbe für Opera und Firefox */
    color: #cccccc; /* Farbe für Internet Explorer (IE) */
    border: 0;
    height: 1px;
}

#events .eventImage {
    margin-top: 0.5em;
}

#events a img {
    border: 0px;
}

#events strong {
    font-family: 'FrutigerLTPro-Bold';
    font-weight: normal;
}


/* sitemap */

#content ul.cmsSitemapLevel1 {
    font-size: 140%;
}

#content ul.cmsSitemapLevel2 {
    margin-top: 10px;
    font-size: 85%;
}

#content ul.cmsSitemapLevel3 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 95%;
}

    #content ul.cmsSitemapLevel3 li {
        margin-top: 0px;
        font-size: 95%;
        line-height: 15px;
    }

#content ul.cmsSitemapLevel1 li,
#content ul.cmsSitemapLevel1 li a {
    color: #555;
}

#content ul.cmsSitemapLevel2 li,
#content ul.cmsSitemapLevel2 li a {
    color: #777;
}

#content ul.cmsSitemapLevel3 li,
#content ul.cmsSitemapLevel3 li a {
    color: #999;
}

/* -- fonts.css -- */

@import url(/hello.myfonts.net/count/2accb7);

@font-face {
    font-family: 'FrutigerLTPro-Bold';
    src: url('/Design/css/webfonts/2ACCB7_0_0.eot');
    src: url('/Design/css/webfonts/2ACCB7_0_0.eot?#iefix') format('embedded-opentype'), url('/Design/css/webfonts/2ACCB7_0_0.woff') format('woff'), url('/Design/css/webfonts/2ACCB7_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'FrutigerLTPro-Roman';
    src: url('/Design/css/webfonts/2ACCB7_1_0.eot');
    src: url('/Design/css/webfonts/2ACCB7_1_0.eot?#iefix') format('embedded-opentype'), url('/Design/css/webfonts/2ACCB7_1_0.woff') format('woff'), url('/Design/css/webfonts/2ACCB7_1_0.ttf') format('truetype');
}

#news a {
    color: #CE1126;
    text-decoration: none;
}

#rightcol #news h2 {
    border-bottom: 1px solid #dadada;
    margin: 0.625em 0 1.8125em;
}

#news h2 {
    color: #323232;
    font-family: "FrutigerLTPro-Bold";
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.25em;
    margin: 1em 0 0;
    padding: 0;
    text-decoration: none;
}

#news p, #news li {
    line-height: 1.25em;
}

#news p, #news li, #news td {
    color: #323232;
    font-size: 1em;
}

#news h1.plugins {
    margin: 0 0 1em;
}

#news h1 {
    color: #323232;
    font-size: 2.1875em;
    font-weight: normal;
    line-height: 1.125em;
    margin: 0 0 0.375em;
    padding: 0;
    text-decoration: none;
}

#news strong {
    font-family: 'FrutigerLTPro-Bold';
    font-weight: normal;
}

.box-leave-site {
    position: fixed;
    left: 50%;
    display: block;
    z-index: 1000000000;
    top: 25%;
    text-align: center;
}

    .box-leave-site .box-leave-wrapper {
        background: white;
        border: 1px solid #CCC;
        border-radius: 8px;
        margin: 60px auto 30px auto;
        padding: 35px 30px 30px 30px;
        width: 400px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
        position: relative;
        left: -75%;
        font-family: 'FrutigerLTPro-Bold';
        font-size: 1em;
        line-height: 2.5em;
        color: #323232;
        font-weight: normal;
        text-decoration: none;
    }

#box-leave-bg {
    position: fixed;
    z-index: 1000;
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
}

.box-leave-site #box-leave-url {
    /**/
}

.box-leave-site #box-leave-counter {
    color: #CE1126;
    font-weight: bold;
}


/* -- - CSS FOR CHINESE TYPEFACE OF CN.FOAMGLAS.COM -- */

body:lang(zh) {
    font-family: Arial, Helvetica, STFangSong, "华文仿宋", "FangSong", "仿宋","STXihei","华文细黑","SimHei","黑体","Hiragino Sans GB","冬青黑体简体中文","Microsoft YaHei","微软雅黑","FrutigerLTPro-Roman", sans-serif;
}

h1:lang(zh),
#content h1:lang(zh) {
    font-family: Arial, Helvetica, "SimHei","黑体","STXihei","华文细黑","Hiragino Sans GB","冬青黑体简体中文","Microsoft YaHei","微软雅黑","FrutigerLTPro-Roman", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

h2:lang(zh),
h3:lang(zh),
#content h2:lang(zh),
#content h3:lang(zh) {
    font-family: Arial, Helvetica, "SimHei","黑体","STXihei","华文细黑","Hiragino Sans GB","冬青黑体简体中文","Microsoft YaHei","微软雅黑","FrutigerLTPro-Roman", sans-serif;
    font-size: 1.1em;
    font-weight: bold;
}

#mainnavigation ul.level1 a:lang(zh) {
    font-weight: bold;
}

#content p:lang(zh),
#news p:lang(zh),
#content h3:lang(zh) {
    line-height: 1.75em;
}

#news strong:lang(zh),
#content strong:lang(zh) {
    font-family: Arial, Helvetica, STFangSong, "华文仿宋", "FangSong", "仿宋","STXihei","华文细黑","SimHei","黑体","Hiragino Sans GB","冬青黑体简体中文","Microsoft YaHei","微软雅黑","FrutigerLTPro-Roman", sans-serif;
    font-weight: bold;
}

/* --------------- */

/* Custom Styles Wijs */

.c-image {
    width: 100%;
}

.c-image--edit {
    padding: 1em;
}

.c-image-gallery-wrapper {
    width: 29.07%;
    margin-right: 6.395%;
}

.c-image-gallery-wrapper-third {
    margin-right: 0;
}

.o-media-embed {
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

    .o-media-embed.vimeo {
        height: initial;
        padding-bottom: 0;
    }

        .o-media-embed.is-in-editing-mode,
        .o-media-embed.vimeo.is-in-editing-mode {
            margin: 1.5em 0;
        }

    .o-media-embed iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.c-news-wrapper h3 {
    margin-bottom: 8px !important;
}

.c-news-wrapper p {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 6px !important;
}

.c-news-wrapper h3 a {
    color: #323232 !important;
}

.c-secondary-text {
    color: #969696 !important;
    font-size: 0.9em !important;
}

.o-contacts {
    display: inline-block;
    width: 40%;
}

    .o-contacts li {
        list-style: none;
    }

.c-contact-card {
    min-height: 2em !important;
    padding: 1em;
    width: 100%;
    margin-bottom: 1em;
}

    .c-contact-card > * {
        display: block;
        width: 100% !important;
        float: none !important;
    }

.c-rich-text > * {
    max-width: 100%;
    display: block;
    text-overflow: ellipsis;
}

.c-rich-text * {
    background-color: transparent !important;
}

.c-rich-text span {
    display: inline-block;
}

.c-contact-row {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1em;
    margin-bottom: 3em;
}

    .c-contact-row:last-child {
        border-bottom: none;
    }

    .c-contact-row:first-child {
        margin-top: 2em;
    }

.contact-img img {
    width: 100%;
}

.input input {
    padding: .5em 1em;
}

#newsListWrapper .newsbox {
    clear: left;
    margin-bottom: 1.5em;
}

#newsListWrapper #newslist li {
    background: none;
    padding-left: 0px;
}

#newsListWrapper .newsbox h3 {
    margin: 0.5em 0;
}

#newsListWrapper .newscontainer {
    width: 100%;
    overflow: auto;
    margin-top: 1em;
}

#newsListWrapper #newsimage {
    float: left;
    margin: 0 0.8em 1em 0;
}

#newsListWrapper .newscontainer div {
    display: table-cell;
}

#newsListWrapper .newscontent a {
    display: block;
    margin-top: 1em;
}

#newsListWrapper div#newsimage {
    width: 30%;
}

    #newsListWrapper div#newsimage img {
        width: 100%;
    }

#newsListWrapper ul#newslist hr {
    margin-top: 10px;
    margin-bottom: 20px;
}

.recentEvents h2 {
    margin-bottom: 10px !important;
}

.recentEvents {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    width: 100%;
}

    .recentEvents p {
        margin-bottom: 10px;
    }

.c-date {
    color: #323232;
}

.u-col-4 {
    width: 32.333333%;
    display: inline-block;
    float: left;
}

.u-col-8 {
    width: 65.666666%;
    display: inline-block;
    float: left;
    margin-right: 2%;
}

@media only screen and (max-width: 800px) {
    .u-col-4,
    .u-col-8 {
        width: 100%;
        margin: 0;
    }

    .c-location-list {
        max-height: none !important;
    }
}

.c-map {
    height: 600px;
    margin-top: 20px;
}

.c-legend {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-legend-item {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    text-align: center;
    padding: 0 .25rem .5rem .25rem;
}

    .c-legend-item:hover,
    .c-legend-item.active {
        cursor: pointer;
        background-color: #ededed;
        border-bottom: 2px solid #CE1126;
    }

    .c-legend-item img {
        display: block;
        margin: 1.5rem auto .5rem auto;
    }

#js-autocomplete.textfield {
    border: 1px solid #ccc;
    padding: .5rem 1rem;
    margin-left: .5rem;
    margin-bottom: 1rem;
}

.activity {
    margin-bottom: 1em;
}

    .activity * {
        display: inline-block;
    }

    .activity img {
        max-height: .8rem;
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .activity span {
        font-size: 0.8em;
    }

.c-location {
    padding: 40px 0;
    border-bottom: 1px solid rgb(186, 186, 186);
}

    .c-location:last-of-type {
        border-bottom: none;
    }

.c-location-image {
    width: 100%;
}

.c-location__content {
    padding: 20px;
}

    .c-location__content ul {
        list-style: none;
    }

#leftcol {
    width: 100% !important;
}

.detailPageTitle {
    margin-bottom: 0.1875em !important;
}

.detailPageSubTitle {
    margin-bottom: 0.4em !important;
}

#c-jobs-list ul li {
    margin-bottom: 50px;
}

#c-jobs-list h3 a {
    color: #323232 !important;
}

#c-jobs-list ul li h3, #c-jobs-list ul li p {
    margin-bottom: 10px;
}

p {
    /*max-width: 40em !important;*/
    margin-bottom: 0.8em;
}

.fielderror {
    display: none;
}

h2 {
    font-family: 'FrutigerLTPro-Bold';
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
    color: #323232;
    font-weight: normal;
    text-decoration: none;
}

.c-image--file {
    vertical-align: middle;
    margin-right: 4px;
}

.c-search-item {
    margin: 2em 0;
}

    .c-search-item .title {
        font-size: 1.16667rem !important;
        line-height: 1.44643em !important;
    }

    .c-search-item .read-more {
        font-size: .83333rem;
        line-height: 1.575em;
    }

    .c-search-item p {
        padding-bottom: 0.5em;
    }

.number-of-results {
    font-size: .83333rem !important;
    line-height: 1.575em !important;
}

.c-search__button {
    position: absolute;
    cursor: pointer;
}

.c-search__button--sm {
    right: 8px;
    top: 8px;
    font-size: .66667rem;
    line-height: 1.6875em;
}

@media only screen and (max-width: 801px) {
    .c-search__button--sm {
        right: 15px;
        top: 12px;
        font-size: .66667rem;
        line-height: 1.6875em;
    }
}

.c-search__button--bg {
    right: 20px;
    top: 24px;
    font-size: .66667rem;
    line-height: 1.6875em;
}

.c-icon--search {
    background-image: url(../../images/png/search-magnifier.png);
}

.c-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: center top;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.c-search-input {
    border: 1px solid #ccc;
    width: 8em;
    padding: 0 0.5em;
    margin: 0;
}

#search {
    position: relative;
}


#searchTerms {
    width: 75%;
    max-width: 400px;
    height: 32.7px;
    float: left;
}

.c-search input {
    font-family: inherit;
    font-size: 1em;
    line-height: 1.8em;
    color: #969696;
    display: block;
    height: 1.8em;
}

    .c-search input.submit {
        border: 1px solid #ccc;
        border-left: 0;
        width: 2em;
        padding: 0;
        margin: 0;
        background-image: url('/../../images/png/search-magnifier.png');
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        height: 32.7px;
    }

    .c-search input.textfield {
        border: 1px solid #ccc;
        width: 8em;
        padding: 0 0.5em;
        margin: 0;
    }

.u-edit-border {
    padding: 10px;
}

.c-row {
    margin-top: 1em;
}

.c-row--big {
    max-width: 1200px;
    margin: 0 auto;
}

.c-row--bigger {
    max-width: 1400px;
    margin: 0 auto;
}

@media only screen and (min-width: 801px) {
    .o-container {
        max-width: 1032px;
        margin: 0 auto;
        padding: 0 7% 0 7%;
    }
}

.u-gray-color {
    background-color: #F7F7F7;
}

.c-search-form {
    position: relative;
}

.c-filter-box p {
    margin-bottom: 0 !important;
}

.c-filters {
    padding: 1em;
    border: 1px solid rgb(186, 186, 186);
}

.c-label--option {
    font-size: 0.8em;
}

.c-filter-title {
    margin-bottom: 0.5em !important;
}

.u-text-small {
    font-size: 0.8em !important;
}

.read-events-link {
    margin-top: 30px;
    text-decoration: underline !important;
    display: block;
}

.u-font-size-beta {
    font-size: 0.9em !important;
}

.u-no-mb {
    margin-bottom: 0 !important;
}

.u-color-alpha {
    color: #CE1126 !important;
}

.home-page-title-line {
    margin-top: 0;
    margin-bottom: 30px;
}

.u-p-alpha {
    padding: 1em;
}

.c-pagelist-image {
    height: 150px;
}

.c-background-image-cover {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}

.u-full-width {
    width: 100%;
}

.cta-image {
    max-width: 100%;
    vertical-align: top;
    border: 0;
}

.c-event-image-wrapper {
    margin: -1px;
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
    margin-left: 0rem;
    margin-right: 0rem;
    padding-top: 0rem;
}

.c-event-image {
    max-width: 100%;
    vertical-align: top;
    border: 0;
}

.c-info {
    color: #CE1126;
    cursor: help;
}

.referenceInfoWrapper {
    display:flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f7f7f7;
    box-shadow: 0px 1px 0px #bababa;
    max-width: 100%;
    padding: 1.5rem 2.5rem;
    box-sizing: border-box;
}