/* Large devices (large desktops, 1200px and up) */

.fce9Columns-first, .fce9Columns-second, .fce9Columns-third, .fce9Columns-fourth {
    float: left;
    width: 100%;
}


/**/
.container {
    max-width: 970px;
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Frutiger LT Cyrillic 45 Light', Arial, sans-serif;
}

a {
    line-height: 22px;
    font-size: 16px;
    color: #004598;
    text-decoration: underline;
    outline: 0;
}

a:hover {
    color: #6691C2;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.nav-pills > li > a {
    border-radius: 0;
}

/******************************************************
 * Head
*****************************************************/

#head {
    margin-top: 22px;
}

@media (max-width: 767px) {
    #head {
        margin-top: 0;
        position: relative;
        padding-bottom: 70px;
    }
}

#headerLineTwo {
    margin-top: 89px;
}

@media (max-width: 767px) {
    #headerLineTwo {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-default {
        min-height: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        margin-top: 0;
        position: absolute;
        float: none;
    }
}

/******************************************************
 * Logo
*****************************************************/

#logoContainer #logo {
    margin-top: 12px;
}

/******************************************************
 * Country Selector
 *****************************************************/

#countrySelector {
    margin-top: 8px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    position: relative;
    z-index: 1001;
}

@media (max-width: 767px) {
    #countrySelector {
        margin-top: 0;
    }
}

#countrySelector .countryname {
    font-weight: bold;
    margin-top: 7px;
}

#countrySelector .modal-content {
    z-index: 1100;
}

#countrySelector .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

#countrySelector .input-group,
#countrySelector input,
#countrySelector span {
    background-color: #EAEAEA;
    box-shadow: none;
}

@media (max-width: 767px) {
    #countrySelector .input-group {
        position: absolute;
        left: 15px;
        top: 70px;
        margin-right: 15px;
    }
}

#countrySelector input,
#countrySelector span {
    border-color: #EAEAEA;
}

#countrySelector input {
    border-right: none;
}

#countrySelector .navbar-toggle {
    top: 11px;
    left: 15px;
    width: 44px;
    height: 34px;
    background: url(../img/locationMarker_gray.png) no-repeat center center transparent !important;
    z-index: 1;
}

/******************************************************
 * Quick Search
 *****************************************************/

#quickSearchContainer-lg {
    margin-top: 9px;
}

#quickSearchContainer-sm {
    margin-top: 9px;
}

@media (max-width: 767px) {
    #quickSearchContainer-sm.navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent !important;
    }

    #quickSearchContainer-sm .navbar-toggle {
        z-index: 999;
    }

}

#quickSearchContainer-sm.navbar-default {
    background-color: transparent;
    border: none;
}

#quickSearchContainer-lg span.input-group-btn,
#quickSearchContainer-sm span.input-group-btn {
    vertical-align: top;
}

#quickSearchContainer-lg span.input-group-btn .btn,
#quickSearchContainer-sm span.input-group-btn .btn {
    font-size: 15px;
    border-left: none;
}

#quickSearchContainer-lg input,
#quickSearchContainer-sm input {
    border-right: none;
    box-shadow: none;
}

#quickSearchContainer-lg span.input-group-btn input,
#quickSearchContainer-sm span.input-group-btn input {
    background: url(../img/search.png) no-repeat left center transparent;
    background-color: #EAEAEA;
    text-indent: -9999px;
    padding-left: 20px;
    width: 20px;
}

#quickSearchContainer-lg input.quickSearchSubmit,
#quickSearchContainer-lg input,
#quickSearchContainer-sm input.quickSearchSubmit,
#quickSearchContainer-sm input {
    background: #EAEAEA;
    border-color: #EAEAEA;
}

@media (max-width: 767px) {
    #quickSearchContainer-sm .input-group {
        position: absolute;
        left: 15px;
        top: 70px;
        margin-right: 15px;
    }
}

#quickSearchContainer-sm .navbar-toggle {
    top: 0;
    left: 68px;
    width: 44px;
    height: 34px;
    background: url(../img/search.png) no-repeat center center transparent;
}

body > table.gstl_50 {
    display: none !important;
}

/******************************************************
 * Meta Nav
*****************************************************/

#metaNav {
    margin-top: 5px;
}

#metaNav a {
    color: #A4A4A4;
    text-decoration: none;
    font-size: 14px;
}

/******************************************************
 * Main Nav
 *****************************************************/

#mainNavContainer {
    background-color: transparent;
    border-radius: 0;
    border: 0 !important;
}

#head #mainNavContainer nav {
    padding-left: 0;
}

#mainNav .navbar-collapse.in {
    overflow-y: none;
}

@media (max-width: 767px) {
    #mainNav {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {

    #mainNav li.level1 .dropdown-menu {
        position: static !important;
    }

    .navbar-collapse {
        overflow-x: hidden;
    }

    .dropdown-menu.row {
        padding-right: 40px !important;
    }

    #mainNav li.level1.open ul.dropdown-menu {
        padding-top: 0 !important;

    }

    #mainNav li.level1 ul.dropdown-menu li.level2 a.level2 {
        padding: 0 0 0 12px !important;
    }

    #mainNav li.level2 {
        margin: 0 0 10px 0 !important;
        padding-left: 0 !important;
        padding-right: 40px !important;
    }

    #mainNav li.level2 li.level3 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #mainNav li.level2 li.level3 a.level3 {
        padding-left: 12px !important;
    }

    #mainNav a.level1 {
        padding-left: 10px !important;
    }

    .dropdown-menu {
        border: none;
        box-shadow: none;

    }

    .modal-backdrop.in,
    .modal-backdrop1.in {
        opacity: 0 !important;
    }

    div.modal-backdrop.in,
    div.modal-backdrop1.in {
        display: none;
        background-color: transparent;
    }

    #mainNav .level1 a.level1:hover,
    #mainNav .level1 a.level1:active,
    #mainNav .level1 a.level1:focus,
    #mainNav .open > a,
    #mainNav .open > a:hover,
    #mainNav .open > a:focus {
        background: none !important;
    }

    #mainNav div.ctElement img {
        display: none;

    }

    #mainNavContainer .collapse.navbar-collapse.mainnav-collapse {
        /*display: block;*/
    }

}

#mainNav a {
    color: #004799;
    text-decoration: none;
    line-height: 22px;
}

#mainNav li.first.level1 a.level1 {
    padding-left: 15px;
}

#mainNavContainer {
    padding-left: 0;
}

#mainNav li.level1 {
    position: static;
}

#mainNav li.level1 a.level1,
#mainNav li.level2 a.level2 {
    font-family: "FrutigerBold", Arial, sans-serif;
}

#mainNav li.level1 .dropdown-menu {
    border-top: none;
    width: 100%;
    position: absolute;

}

#mainNav li.level1.open ul.dropdown-menu {
    padding-top: 31px;
    margin-left: -1px;
    box-shadow: none;
    padding-bottom: 30px;
}

#mainNav .level1 a.level1:hover,
#mainNav .level1 a.level1:active,
#mainNav .level1 a.level1:focus,
#mainNav .open > a,
#mainNav .open > a:hover,
#mainNav .open > a:focus {
    color: #6691C2;
    background-color: #FFFFFF;
}

#mainNav a.level1 {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;

}

#mainNav li.level2 {
    font-size: 16px;
    position: relative;
    float: left;
    margin: 0 0 20px 0;
}

#mainNav li a {
    display: block;
}



#mainNav li.level1 ul.dropdown-menu li.level2 a.level2 {
    padding: 4px 15px 4px 12px;
    margin-bottom: 2px;
    background-color: #EEEEEE;
    white-space: normal;
}

#mainNav li.level2:hover,
#mainNav li.level2:focus {
    font-size: 16px;
}

#mainNav a.level2:hover,
#mainNav a.level2:focus {
    color: #6691C2;
    background-color: #EEEEEE;
    font-size: 16px;
}

#mainNavContainer .navbar-toggle {
    top: -51px;
    left: 120px;
    z-index: 1;
}

.modal-backdrop {
    z-index: 950 !important;
}

#mainNavContainer .modal-backdrop1.fade.in {

    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}

#mainNavContainer li.level1.open a.level1 {
    opacity: 1;
    background-color: #FFFFFF;
}

#mainNav li.level1 ul.dropdown-menu li.level2 ul.level3UL,
#mainNav li.level1 ul.dropdown-menu li.level3 ul.level4UL {
    list-style: none;
    padding-left: 0;
}

#mainNav li.level1 ul.dropdown-menu li.level2 ul.level3UL li.level3 {
    margin-top: 2px;
    background-color: #f6f6f6;
    padding: 0 15px 0 12px;
}

#mainNav li.level1 ul.dropdown-menu li.level2 ul.level3UL li.level3,
#mainNav li.level1 ul.dropdown-menu li.level3 ul.level4UL li.level4 {
    padding-bottom: 4px;
    padding-top: 4px;
}

#mainNav li.level3 a.level3,
#mainNav li.level4 a.level4 {
    line-height: 22px;
}

#mainNav li.level1 ul.dropdown-menu li.level2 ul.level3UL li.level3.icon {
    padding-bottom: 0;
}

#mainNav li.level1 ul.dropdown-menu li.level2 ul.level3UL li.level3.icon {
    background-color: #f3f3f3;
}

#mainNav li.level1 ul.dropdown-menu li.level3 ul.level4UL {
    background-color: #FFFFFF;
    border-top: 2px solid #FFFFFF;
    margin: 0 -15px 0 -12px;
}

#mainNav li.level1 ul.dropdown-menu li.level3 ul.level4UL li.level4 {
    background-color: #f8f8f8;
    padding-left: 12px;
    margin-bottom: 2px;
}

#mainNav li.ctElement {
    display: block;
    max-height: 180px;
    overflow: hidden;
}

#mainNav li.ctElement img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -10;

}

.modal-open {
    overflow: visible;
}

/******************************************************
 * MidCol / Header image
 *****************************************************/

.headerImage {
    margin-top: 1px;
    position: relative;
    overflow: hidden;
}

.headerImage div.text {
    position: absolute;
    left: 5%;
    top: 20px;
    width: 50%;
    font-size: 40px;
    line-height: 48px;
    color: #004598
}

@media (max-width: 1200px) {
    .headerImage div.text {
        font-size: 26px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {
    .headerImage div.text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 450px) {
    .headerImage div.text {
        font-size: 14px;
        line-height: 18px;
        top: 10px;
    }
}

@media (max-width: 300px) {
    .headerImage div.text {
        display: none;
    }
}

/******************************************************
 * MidCol / Rootline
 *****************************************************/

.rootlineNav {
    padding-top: 13px;
    margin-bottom: 15px;
}

.ie8 .rootlineNav,
.ie9 .rootlineNav {
    padding-top: 12px;
    margin-bottom: -4px;
}

.rootlineNav a {
    color: #A4A4A4;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    background: url(../img/arrow_gray.png) no-repeat 100% 1px;
    padding-right: 16px;
    margin-right: 5px;
}

.ie8 .rootlineNav a,
.ie9 .rootlineNav a {
    background-position: 100% 3px;
}

.rootlineNav a.act {
    background-image: none;
    padding-right: 0;
}

/******************************************************
 * MidCol / CtArea
 *****************************************************/

#midCol .ctArea {
    margin-top: 20px;
}

#page_3534 #midCol .ctArea,
#page_4552 #midCol .ctArea {
    margin-top: 0;
}

.root_.parent_1 #midCol .ctArea {
    margin-top: 0;
}

/******************************************************
 * Footer
 *****************************************************/

#footer {
    margin-bottom: 22px;
}

.copytight,
#footerNav,
.footerNavli,
.footerAddress {
    float: left;
}

.copytight {
    margin-left: 15px;
    background: url(../img/footer_li_bg.png) no-repeat right 2px;
    padding-right: 5px;
}

#footerNav {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -1px;
}

.ie9 #footerNav,
.ie10 #footerNav {
    margin-top: -4px;
}

.footerNavli {
    list-style: none;
    background: url(../img/footer_li_bg.png) no-repeat right 3px;
}

.ie10 .footerNavli {
    background-position: right 6px;
}

.footerNavli.last {
    background: none;
}

.footerNavli a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    padding: 0 5px;
}

.footerNavli a:hover {
    color: #6691C2;
}

.footerAddress {
    margin-left: 15px;
    clear: left;
}

.footerAddress a {
    font-size: 14px;
}

.footerAddress_span {
    background: url(../img/footer_li_bg.png) no-repeat right 2px;
    height: 17px;
    width: 1px;
    display: inline-block;
}

.copytight,
#footerNav .footerNavli a,
.footerAddress {
    color: #A4A4A4;
}


#lastUpdate {
    margin-bottom: 20px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 20px;
}

/******************************************************
 * Scroll overlay
 *****************************************************/

#head.logoFixed {
    z-index: 998;
    background: url(../img/navscroll_bg.png) repeat-x 0 100% #FFF;
    width: 100%;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    height: 63px;
}

#head.logoFixed #headerLineOne,
#head.logoFixed #headerLineTwo {
    width: 970px;
    left: 50%;
    margin-left: -485px;
    position: absolute;
}

#head.logoFixed #countrySelector,
#head.logoFixed #countrySelector .country-selector-collapse,
#head.logoFixed #quickSearchContainer-sm,
#head.logoFixed #metaNavContainer,
#head.logoFixed #quickSearchContainer-lg {
    display: none !important;
}

#head.logoFixed #logoContainer #logo {
    margin-right: -565px;
    margin-top: 10px;
}

.ie8 #head.logoFixed #logoContainer #logo {
    margin-right: -337px;
}

#head.logoFixed #mainNavContainer {
    margin-top: -93px;
    margin-left: 0;
}

.ie8 #head.logoFixed #mainNavContainer {
    margin-left: -15px;
}

@media (max-width: 992px) {
    #head.logoFixed #headerLineTwo {
        left: 0;
        margin-left: 0;
        position: relative;
        width: auto;
    }

    #head.logoFixed #headerLineOne {
        left: auto;
        margin-left: 0;
        right: 0;
        z-index: 999;
        width: auto;
        /*float: right !important;
        width: 33%;*/
    }

    #head.logoFixed #logoContainer #logo {
        margin-right: 0;
    }

    #head.logoFixed #mainNavContainer {
        margin-left: 0;
    }
}

@media (max-width: 766px) {
    #head.logoFixed #logoContainer #logo {
        margin-right: 0px;
    }

    #head.logoFixed #mainNavContainer {
        display: none;
    }
}

@media (max-width: 450px) {
    /* 2017-09-01 #40668 */
    #footerNav {
        margin-left: 10px;
    }

    #head.logoFixed #headerLineOne,
    #head.logoFixed #headerLineTwo {
        width: 450px;
        left: 0;
        margin-left: 0;
        position: absolute;
    }

    #head.logoFixed #logoContainer #logo {
        margin-right: 100px;
    }
}

#head.logoFixed #mainNav .level1 a.level1:hover,
#head.logoFixed #mainNav .level1 a.level1:active,
#head.logoFixed #mainNav .level1 a.level1:focus,
#head.logoFixed #mainNav .open > a,
#head.logoFixed #mainNav .open > a:hover,
#head.logoFixed #mainNav .open > a:focus {
    background-color: transparent;
}

/*Removes link-target and description from Annual Reports page */

#page_3564 span.csc-uploads-fileName, #page_3564 span.csc-uploads-description {
    display: none;
}

#page_3564 ul.csc-uploads li {
    background: none;
}

/* #38931 */

.legale_info {
    overflow: hidden;
    padding-right: 15px;
}

.legale_info .date {
    margin-left: 15px;
}

@media (max-width: 992px) {
    .legale_info {
        padding-top: 5px;
        clear: left;
        margin-right: 0;
    }
}

div#cookie-bar {
    position: fixed;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: white;
    bottom: 0;
    z-index: 10000;
    background: black;
}

div#cookie-bar p {
    margin: 4px auto;
    font-size: 16px;
    max-width: 970px;
}

@media (max-width: 991px) {
    div#cookie-bar p {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    div#cookie-bar p {
        margin-left: 15px;
        margin-right: 15px;
    }
}

div#cookie-bar a.cb-disable,
div#cookie-bar a.cb-enable {
    background: #EAEAEA;
    color: black;
    margin-left: 10px;
    padding: 4px;
    border-radius: 5px;
    text-decoration: none;
}

#footer .footer-right {
    margin-top: 10px;
}
/******************************************************
 * Basic Content Styles
 *****************************************************/
html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}
#midCol h1,
#midCol h2,
#midCol h3,
#midCol h4 {
    color: #004598;
    margin-top: 0;
}

#midCol h1 {
    margin-bottom: 11px;
}

#midCol h1,
#midCol h1 a {
    line-height: 48px;
    font-size: 40px;
    text-decoration: none;
}

#midCol h1.csc-firstHeader {
    margin-top: 33px !important;
    font-size: 40px;
}

#midCol .fce2Columns h1.csc-firstHeader {
    margin-top: 0 !important;
}



#midCol h2,
#midCol h2 a {
    line-height: 34px;
    font-size: 30px;
    text-decoration: none;
    color: #054793 !important;
}

#midCol h3,
#midCol h3 a {
    line-height: 24px;
    font-size: 20px;
    text-decoration: none;
}

#midCol h3 span {
    display: none;
}

.ctArea p,
.ctArea td,
.ctArea th,
.ctArea li {
    line-height: 22px;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ctArea p.subheader {
    font-size: 20px;
    line-height: 26px;
    color: #004799;
    margin-bottom: 19px;
}

.ctArea ul,
#countrySelector ul,
.ctArea ol {
    padding-left: 0;
}

.ctArea ul.indent {
    padding-left: 20px;
}

.fce2Columns ul {
    padding: 15px 0;
    margin-bottom: 0;
}

.ctArea li {
    list-style: none;
    background:url(../img/listSquare.png) no-repeat left center transparent;
    padding-left: 25px;
}

.ctArea li a {
    margin-left: -25px;
    display: block;
    padding-left: 20px;
    background: url("../img/ol_li.png") no-repeat scroll 2px 5px #FFFFFF !important;
    text-decoration: none;
}

.ctArea .csc-sitemap li {
    background-position: 0 5px;
}

.ctArea .csc-sitemap li a {
    margin-left: 0 !important;
    display: inline;
    padding-left: 0;
    background-image: none;
}


/******************************************************
 * ctElement positioning
 *****************************************************/

.ctArea .ctElement {
    margin-bottom: 25px;
}

.ctArea .fce2Columns .ctElement,
.ctArea .fce3Columns .ctElement,
.ctArea .fce4Columns .ctElement,
.ctArea .fce6Columns .ctElement,
.ctArea .fce9Columns .ctElement {
    margin-bottom: 0;
}


/******************************************************
 * ToTop
 *****************************************************/

.ctArea .csc-linkToTop {
    position: relative;
    top: -10px;
    z-index: 1;
    float: right;
}

.ctArea .csc-linkToTop a {
    margin-top: 4px;
    display: block;
    text-indent: -9999px;
    width: 17px;
    height: 15px;
    background: url("../img/totop_bg.png") no-repeat 0 0 transparent;
}

/******************************************************
 * FCE teaser
 *****************************************************/

.teaser {
    position: relative;
    padding-bottom: 29px;
    padding-top: 19px;
}

.fceRightCol .teaser {
    border-right: none;
}

.teaser-link a {
    background: url(../img/trans_bg.png) repeat 0 0 transparent;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    font-size:0px;
}

.teaser:hover {
    background: #f6f6f6;
}

.title-wrap {
    position: relative;
    margin-right: -10px;
    background: transparent;
}

.title-wrap h2 {
    position: relative;
    bottom: 0;
    left: 0;
}

.ie8 .title-wrap h2 {
    display: inline-block;
}

.title-wrap h2.absolute {
    /* position: absolute; */
}

#main .teaser-title,
#main .teaser-title-internal {
    padding-right: 20px;
    margin-bottom: 14px;
}

/* xp@cabag.ch 2014-12-12 #12393 */
.root_.parent_1 #main .teaser-title {
    margin-bottom: 0;
}

#main .teaser-title span,
#main div.noLink span {
    display: none;
}

#main div.internalLink span,
#main .teaser-title-internal span {
    display: inline-block;
    width: 15px;
    height: 17px;
    margin-left: 8px;
    background: url(../img/teaser_arrow_internal.png) no-repeat 0 0;
}

#main div.externalLink span,
#main .teaser-title-external span {
    display: inline-block;
    width: 15px;
    height: 17px;
    margin-left: 8px;
    background: url(../img/teaser_arrow.png) no-repeat 0 0;
}


#page_3534 #main .teaser-title-internal span {
    background: none;
}

#main .ctArea .news-amenu-container ul li  {
    background-image: none !important;
    background-color: #C9DAEC !important;
    text-decoration: none;
    margin-left: 0;
    padding: 2px 15px;
    cursor: pointer;
}
.news-amenu-container ul li.act {
    color: #428BCA;
}
.newsListWrap{
    display: none;
}
.newsListWrap.active{
    display: block;
}
.teaser-img {
    margin-bottom: 17px;
}

.fce6Columns .teaser,
.fce3Columns .teaser {
    border-right: 1px solid #dddddd;
}

.fce6Columns .fceRightCol .teaser,
.fce3Columns .fceRightCol .teaser,
#page_3534 .fce3Columns .fceMidCol .teaser,
#page_3685 .fce3Columns .fceMidCol .teaser {
    border-right: none;
}

#main .fce6Columns .fceLeftCol .teaser,
#main .fce3Columns .fceLeftCol .teaser {
    padding-right: 10px !important;
    padding-left: 10px !important;

}

#main .fce6Columns .fceMidCol .teaser,
#main .fce3Columns .fceMidCol .teaser {
    padding-right: 10px !important;
    padding-left: 10px !important;

}

#main .fce6Columns .fceRightCol .teaser,
#main .fce3Columns .fceRightCol .teaser {
    padding-right: 0 !important;
    padding-left: 10px !important;

}

#main div.externalLink span, #main .teaser-title-external span {
    display: inline-block;
    width: 15px;
    height: 17px;
    margin-left: 8px;
    background: url(../img/teaser_arrow2.png) no-repeat 0 0 !important;
}
.csc-textpic-imagewrap img {
    width: auto;
    height: auto;
    max-width: 100%;
}


/******************************************************
 * FCE FAQ
 *****************************************************/

.sectionFrame1Open {
    display: block;
}

.sectionFrame1 .frq-description {
    display: none;
}

.frq-title {
    cursor: pointer;
}


/******************************************************
 * FCE 3-Columns
 *****************************************************/

.fce3Columns {
    margin: 0 !important;
    border-bottom: 1px solid #dddddd;
}

.sectionFrame3 .fce3Columns {
    border-bottom: none;
}

.fce3Columns .row {
    padding: 0 5px;
}

.fce3Columns .fceLeftCol,
.fce3Columns .fceMidCol,
.fce3Columns .fceRightCol {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* #page_3534 .fce3Columns .fceLeftCol {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

#page_3534 .fce3Columns .fceMidCol .teaser {
  padding-right: 7px !important;
  padding-left: 10px !important;
}

#page_3534 .fce3Columns .fceRightCol .teaser {
  padding-left: 10px;
}
*/

.root_.parent_1 .fce3Columns .fceLeftCol {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.root_.parent_1  .fce3Columns .fceMidCol .teaser {
    padding-right: 7px !important;
    padding-left: 10px !important;
}

.root_.parent_1  .fce3Columns .fceRightCol .teaser {
    padding-left: 10px;
}


.fce3Columns .ctElement {
    padding-top: 20px;
}

@media (max-width: 992px) {
    .fce3Columns {
        padding-bottom: 0;
        border-bottom: none;
    }
}

.fce3Columns .fceLeftCol h2.csc-firstHeader {
    margin-bottom: 0;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 6px !important;
}

.fce3Columns .fceLeftCol h2.csc-firstHeader a {
    display: inline-block;
    padding-bottom: 13px;
}

/* #page_3534 .fce3Columns .fceLeftCol h2.csc-firstHeader a {
  margin-top: 13px !important;
  padding-bottom: 15px !important;
} */

.root_.parent_1 .fce3Columns .fceLeftCol h2.csc-firstHeader a {
    margin-top: 13px !important;
    padding-bottom: 15px !important;
}

/******************************************************
 * FCE 4-Columns
 *****************************************************/

.fce4Columns h3 {
    padding-right: 22px;
}

#midCol .fce4Columns h3 span {
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    width: 16px;
    background: url("../img/teaser_arrow.png") no-repeat 0 0;
    display: none;
}


/******************************************************
 * FCE 6-Columns (Overview page)
 *****************************************************/

.fce6Columns .row {
    padding: 0 5px;
}

#main .fce6Columns .fceLeftCol,
#main .fce6Columns .fceMidCol,
#main .fce6Columns .fceRightCol {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fce6Columns .borderRow .border {
    height: 1px !important;
    background-color: #dddddd;
}

.fce6Columns .ctElement .teaser {
    padding-bottom: 30px;
    height: 100%;
}

.fce6Columns .secondRow .ctElement .teaser {
    padding-top: 30px;
}

@media (max-width: 992px) {
    .fce6Columns .borderRow .fceRightCol .border {
        display: none;
    }
    .fce6Columns .secondRow .ctElement .teaser {
        padding-top: 19px;
    }
    .fce6Columns .ctElement .teaser {
        border-left: 1px solid #DDDDDD;
    }

    .fce6Columns .ctElement {
        margin-left: -1px;
    }
}

@media (max-width: 768px) {
    .fce6Columns .borderRow  {
        display: none;
    }
}


/******************************************************
 * FCE 9-Columns (Members FCE)
 *****************************************************/

.fce9Columns .row {
    padding: 0 5px;
}

.fce9Columns .ctElement {
    padding-top: 20px;
}

.fce9Columns .fceLeftCol {
    padding-left: 10px !important;
}

/******************************************************
 * FCE 2-Columns
 *****************************************************/

.fce2Columns {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 23px;
}

.sectionFrame2 .fce2Columns {
    padding-bottom: 0;
    border-bottom: none;
}


/******************************************************
 * Country Selector
 *****************************************************/

#countrySelector p {
    color: #666666;
}

#countrySelector .fce2Columns{
    padding: 0 21px 21px 21px !important;
    border-bottom: none !important;
}

#countrySelector h3 {
    font-size: 16px;
    margin-bottom: 24px;
    font-family: "FrutigerBold", Arial, sans-serif;
}

#countrySelector table tr td {
    vertical-align:top;
}

#countrySelector .country_selector_left {
    padding-right: 15px;
}

#countrySelector .country_selector_right {
    padding-left: 15px;
}

#countrySelector  ul {
    margin-top: -5px;
}

#countrySelector  ul li {
    list-style: none;
    margin-bottom: 3px;
}

#countrySelector  ul li a {
    text-decoration: none;
    color: #205ea6;
    background: url("../img/ol_li.png") no-repeat scroll left center;
    display: block;
    padding-left: 20px;
    font-size: 16px;
}

.country-group {
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}

div.country-selector {
    background: #EEEEEE;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.country-icon {
    cursor: pointer;
    background: url(../img/locationMarker_gray.png) no-repeat 5px 6px #EEEEEE !important;
    border: none;
}

.modal-title {
    color: #999999;
    font-weight: 300;
    font-size: 30px;
    margin-left: 6px;
    margin-top: 6px;
}

.modal-header {
    border-bottom: none;
}

.modal {
    display: none;
    margin: 20px 0 0 0;
    overflow-y: hidden!important;
    overflow: visible;
}

@media (max-width: 992px) {
    .modal {
        width: 670px;
    }
}

@media (max-width: 767px) {
    .modal {
        width: auto;
        right: 0;
        overflow-y: scroll !important;
    }
    .modal-dialog {
        overflow-x: auto;
        padding-right: 0;
    }

}

#countrySelector .modal {
    z-index: 9999 !important;
}

.modal-dialog {
    padding-bottom: 30px;
    padding-top: 0;
    padding-left: 0 !important;
    width: 670px;
}

.modal-content {
    padding-bottom: 0px;
    padding-top: 0;

    /* right:24%;*/
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

@media (max-width: 767px) {
    .modal-dialog {
        margin-left: 0;
        width: 100%;
    }
    #headerLineOne div#countrySelector {
        padding-left: 0!important;
    }

}

#countrySelector {
    position: static;
    z-index: auto;
}


/******************************************************
 * Powermail
 *****************************************************/

.defaultForm input,
.defaultForm select,
.defaultForm textarea,
.defaultForm button,
input.tx-powermail-pi1_mandatory_submit {
    background-color: #EAEAEA;
    border: 1px solid #EAEAEA;
    color: #000000;
}

.form-horizontal .control-label {
    text-align: left;
}

.tx_powermaol_pure_html,
.tx_powermail_reset ,
.tx_powermail_pi1_fieldwrap_html_label,
.powermail_captcha,
.tx_powermail_submit {
    margin-left: 15px;
}

.tx_powermail_pi1_rainhtml {
    margin-left: 15px !important;
}


/******************************************************
 * News
 *****************************************************/

.newsLatestItem {
    position: relative;
    padding-bottom: 14px;
    padding-top: 12px;
    border-bottom: 1px solid #DDDDDD;
}

#midCol .ctArea .newsLatestItem * {
    font-size: 14px;
    line-height: 20px;
}

.newsLatestItem p img {
    padding-left: 6px;
}

.newsSecondLatestItem {
}

.newsListItem {
    position: relative;
}

.newsLatestItem:hover {
    background: #F6F6F6;
}

.newsLatestItem h3 {
    margin-bottom: 8px;
}

.newsLatestItem h3 a {
    /*font-family: Arial, sans-serif !important;*/
    text-decoration: none;
}

#midCol .newsLatestItem h3 a span {
    color: #000;
    display: inline;
}

.newsSingleBacklink a {
    background: url("../img/ol_li_inverted.png") no-repeat scroll left center;
    padding-left: 20px;
    font-size: 16px;
}

.newsLatestItem .morelink a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 100%;
    background: url(../img/trans_bg.png) repeat 0 0 transparent;
}

.newsSingleDate {
    padding-top: 2px;
    display: block;
    padding-bottom: 4px;
    font-size: 16px;
}

.news-single-files img,
.news-single-files a{
    margin-right: 5px;
}

.news-single-imgcaption {
    margin-bottom: 10px !important;
}

.news_crop {
    background: url(../img/news_crop.png) no-repeat 0 7px;
    height: 20px;
    width: 11px;
    display: inline-block;
    margin-left: 5px;
}

.news-amenu-container ul {
    padding-left: 0;
    border-bottom: 5px solid #E0EAF4;
    height: 31px;
}

.news-amenu-container ul li {
    float: left;
    list-style: none;
    background: none;
    padding-left: 0;
    margin-right: 2px;
}

#main .ctArea .news-amenu-container ul li a {
    background-image: none !important;
    background-color: #C9DAEC !important;
    text-decoration: none;
    margin-left: 0;
    padding: 2px 15px;
}

.news-amenu-container ul li a:hover {
    background: #E0EAF4;
}

.news-amenu-container ul li.act a {
    background: #E0EAF4;
    color: #428BCA;
}

.newsListItem {
    padding-bottom: 19px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.newsListWrap .newsListDate {
    margin-bottom: 5px;
}


/******************************************************
 * felogin
 *****************************************************/

.tx-felogin-pi1 legend {
    border-bottom: none;

}

.tx_felogin_submit {
    margin-left: 15px;
}

.loginForm {
    margin-top: 15px;
}


/******************************************************
 * sr_feuser_reg
 *****************************************************/

.tx_srfeuserregister_edit_submit {
    margin-left: 10px;
}

.tx-srfeuserregister-pi1-submit {
    margin-left: 15px;
}

.regFormNotice,
.disclaimer {
    margin-left: 0 !important;
}

.tx-srfeuserregister-pi1 .userData {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .tx-srfeuserregister-pi1 .userData {
        padding-left: 15px;
    }
    .tx-srfeuserregister-create-account {
        margin-left: 0px;
    }
}


/******************************************************
 * FAQ
 *****************************************************/

.frq-description {
    margin-bottom: 10px;
}

.sectionFrameFAQ {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
}


/******************************************************
 * Sectionframe Black Box
 *****************************************************/

.sectionFrame6 {
    border: 3px solid #000000;
    padding: 10px;
}


/******************************************************
 * cabag_jobs
 *****************************************************/

.tx_jobs_submit,
.tx_jobs_header {
    margin-left: 15px;
}

.tx_cabagjobs_pi1 .pagerLink  {
    float: left;
}

.ctArea .tx_cabagjobs_pi1 li.pagerLink  a {
    outline: none;
    background-image: none !important;
    padding-left: 0;
    margin-left: 0;
    display: inline;
}

.tx_cabagjobs_pi1 .prev {
    margin-top: 0px;
    padding-right: 14px;
}

.tx_cabagjobs_pi1 .next {
    margin-top: -10px;
    margin-left: -2px;
}

.tx_cabagjobs_pi1 ul.pages li {
    float: left;
    background: none;
    padding-left: 0;
}

.tx_cabagjobs_pi1 ul.pages li a {
    background: none;
    border: none !important;
    outline: none;
}

.tx_cabagjobs_pi1 .firstItem {
    margin-top: 20px;
    border-top: 1px solid #dddddd;
    padding-top: 10px;
}

.tx_cabagjobs_pi1 .item {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

.tx_cabagjobs_pi1 .singleView p.jobDate {
    padding-bottom: 5px;
}

.tx_cabagjobs_pi1 .singleView p.bodytext b {
    color: #004799;
}

.jobSingleBacklink a {
    background: url("../img/ol_li_inverted.png") no-repeat left center;
    font-size: 16px;
    padding-left: 20px;
}


/******************************************************
 * Google Custom Search
 *****************************************************/

.gcse-container input.gsc-search-button,
#google-custom-search input.gsc-search-button,
#google-custom-search-sm input.gsc-search-button {
    background: url("../img/search.png") no-repeat scroll left center #EAEAEA !important;
    text-indent: -9999px;
    width: 0px !important;
    min-width: 20px !important;
    -moz-user-select: none;
    border: none !important;
    border-radius: 4px 4px 4px 4px !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-left: -5px !important;
    padding: 6px 12px 6px 25px !important;
    height: 34px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.gcse-container input.gsc-search-button {
    background: url("../img/gcse_searchButton_midCol_bg.png") no-repeat scroll left center #EAEAEA !important;
    border-radius: 0 4px 4px 0 !important;
    padding: 6px 12px 6px 137px !important;
    margin-left: -140px !important;
}

.langkey_de .gcse-container input.gsc-search-button {
    background-image: url("../img/gcse_searchButton_midCol_bg_de.png") !important;
}

.gcse-container td.gsc-input,
#google-custom-search td.gsc-input,
#google-custom-search-sm td.gsc-input {
    background: none repeat scroll 0 0 #EAEAEA !important;
    border-color: #EAEAEA;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 0 0 0 15px !important;

}

.gcse-container td.gsc-input {
    width: 100%;
}


.gcse-container td.gsc-input input.gsc-input,
#google-custom-search td.gsc-input input.gsc-input,
#google-custom-search-sm td.gsc-input input.gsc-input {
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px 6px 0;
    vertical-align: middle;
    width: 100%;
}

#google-custom-search table.gsc-search-box,
#google-custom-search-sm table.gsc-search-box {
    position: relative;
}

#google-custom-search .gsc-clear-button,
#google-custom-search-sm .gsc-clear-button {
    display: none;
}

@media (max-width: 767px) {

    .quicksearch-google-collapse {
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0 !important;
        margin-right: 15px !important;
        overflow: hidden;
    }

    .quicksearch-google-collapse #google-custom-search,
    .quicksearch-google-collapse #google-custom-search-sm {
        width: 100%;
    }
}

.navbar-header-google .navbar-toggle {
    top: 0;
    left: 68px;
    width: 44px;
    height: 34px;
    background: url(../img/search.png) no-repeat center center transparent;
}

.gsc-control-cse {
    padding: 0 !important;
}

.gcse-container div.gsc-clear-button {
    background: url(../img/gcse_reset_bg.png) no-repeat top left transparent !important;
    padding-left: 15px !important;
    margin-left: 8px !important;
}

.gcse-container table.gsc-search-box {
    margin-left: 17%;
    margin-right: 13%;
    position: relative;
    width: 70%;
}

@media (max-width: 767px) {

    .gcse-container {
        margin-left: 0;
        margin-right: 0;
    }
    .gcse-container table.gsc-search-box {
        margin-left: 0;
        margin-right: 0;
        position: relative;
        width: 100%;
    }
}


/* search results */

.gs-bidi-start-align, .gs-visibleUrl, .gs-visibleUrl-long {
    color: #666 !important;
}

.gs-bidi-start-align.gs-snippet {
    color: #000 !important;
}

a.gs-title {
    font-size: 20px !important;
}

.gsc-cursor-current-page {
    color: #000 !important;
}

.gsc-wrapper {
    margin-top: 10px;
}

.gcsc-branding-text {
    color: #666 !important;
}

.gsc-above-wrapper-area {
    border-top: 1px solid #dddddd;
    margin-top: 40px;
    border-bottom: none !important;
}

@media (min-width: 1199px)  {
    .gs-result .gs-snippet ,
    .gs-visibleUrl {
        width: 75% !important;
    }
}

/* ie8 */

.ie8 #google-custom-search input.gsc-search-button,
.ie8 #google-custom-search-sm input.gsc-search-button {
    min-width: 10px !important;
    padding-right: 0px !important;

}

.ie8 #midCol .gcse-container input.gsc-search-button {
    min-width: 10px !important;
    padding-right: 0px !important;
}

.gcse-container input.gsc-search-button,
#google-custom-search input.gsc-search-button,
#google-custom-search-sm input.gsc-search-button {
    box-shadow: none !important;
    border-radius: 0 4px 4px 0 !important;
}

.gcse-container td.gsc-input input.gsc-input,
#google-custom-search td.gsc-input input.gsc-input,
#google-custom-search-sm td.gsc-input input.gsc-input {
    border-top: none !important;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
    height: 22px !important;
}

.gcse-container td.gsc-input,
#google-custom-search td.gsc-input,
#google-custom-search-sm td.gsc-input {
    box-shadow: none !important;
}

.gcse-container td.gsc-input,
#google-custom-search td.gsc-input,
#google-custom-search-sm td.gsc-input {
    padding: 0 0 0 10px !important;
}

.gcse-container input.gsc-search-button,
#google-custom-search input.gsc-search-button,
#google-custom-search-sm input.gsc-search-button {
    height: 30px !important;
}


/******************************************************
 * Tip a friend
 *****************************************************/

.csc-mailform-label {
    margin-left: 0 !important;
}

.tx_tipafriend_captcha img ,
.tx_tipafriend_submit,
.tiprequired {
    margin-left: 15px;
}



/******************************************************
 * Slider content
 *****************************************************/

.bx-wrapper {
    margin: 0 auto -19px !important;
}

.bx-wrapper .bx-viewport {
    border: none !important;
    box-shadow: none !important;
    left: 0 !important;
}

.bx-wrapper .bx-viewport li {
    position: relative !important;
}

.slider-home-iframe li,
.slider-home li {
    background: none;
    padding-left: 0;
}

.slider-home-iframe li {
    display: none;
}

.slider-home-iframe li .caption,
.slider-home li .caption,
.bx-wrapper .bx-viewport li .caption {
    color: #004598;
    font-size: 40px;
    line-height: 48px;
    left: 50%;
    position: absolute;
    top: 20px;
    width: 40%;
    z-index: 100;
}

.slider-home-iframe a,
.slider-home a {
    left: 50%;
    position: absolute;
    top: 20px;
    width: 35%;
    height: 50%;
    background: none !important;
    display: block;
    text-indent: -9999px;
    z-index: 9999 !important;
    outline: none;
    display: block;
}

.slider-home-iframe a,
.slider-home li a {
    background: url(../img/sliderAlink_bg.png) !important;
}

.ie8 .slider-home-iframe li a,
.ie8 .slider-home li a {
    position: absolute !important;
    width: 35%;
    height: 50%;
    display: block !important;
    z-index: 9999 !important;
}

@media screen and (min-width: 0px) and (max-width: 479px) {
    .bx-wrapper .bx-viewport li .caption {
        top: 20px;
        left: 25%;
        width: 50%;
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (min-width: 480px) and (max-width: 779px) {
    .bx-wrapper .bx-viewport li .caption {
        top: 20px;
        left: 45%;
        width: 40%;
        font-size: 26px;
        line-height: 32px;
    }
}

.bx-wrapper .bx-prev {
    background: url(../img/slider_prev.png) no-repeat scroll left top !important;
    left: 0 !important;
}

.bx-wrapper .bx-next {
    background: url(../img/slider_next.png) no-repeat scroll left top !important;
    right: 0 !important;
}

.bx-wrapper .bx-prev:hover {
    background: url(../img/slider_prev.png) top left no-repeat;
    opacity: 0.7;
}

.bx-wrapper .bx-next:hover {
    background: url(../img/slider_next.png) top left no-repeat;
    opacity: 0.7;
}

.bx-wrapper .bx-controls-direction .bx-prev,
.bx-wrapper .bx-controls-direction .bx-next {
    height: 60px;
    width: 60px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 99 !important;
    outline: none;
}

.bx-wrapper .bx-pager {
    bottom: 40px !important;
    z-index: 100;
}

.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
    background: #ffffff;
    opacity: 0.5;
    width: 8px;
    height: 8px;
}

.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active,
.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:hover {
    background: #ffffff;
    opacity: 1;
}

.bx-wrapper img {
    width: 100%;
    /*height: 100%;*/
}

.ie8 .bx-wrapper img {
    height: 100%;
}

@media (max-width: 767px) {
    .slider-home-iframe .caption,
    .slider-home .caption {
        display: none !important;
    }
}

/* video player */

.ctArea .tx-cabag-jplayer  li a {
    margin-left: 0;
    padding-left: 0;
}

div.jp-video ul.jp-toggles {
    margin-right: 13px;
    width: auto;
}

div.jp-video a.jp-mute, div.jp-video a.jp-unmute {
    left: 10px !important;
}

div.jp-video div.jp-volume-bar {
    left: 26px !important;
}

div.jp-video a.jp-volume-max {
    left: 80px !important;
}

.ctArea .tx-cabag-jplayer  li a.jp-play {
    background: url(../img/jplayer.blue.monday.jpg) no-repeat  0 0 !important;
}

.ctArea .tx-cabag-jplayer  li a.jp-mute {
    background: url(../img/jplayer.blue.monday.jpg) no-repeat 0 -170px !important;
}

@media (max-width: 767px) {
    div.jp-video div.jp-volume-bar,
    .ctArea .tx-cabag-jplayer li a.jp-volume-max,
    .ctArea .tx-cabag-jplayer  li a.jp-mute {
        display: none !important;
    }
}

.ctArea .tx-cabag-jplayer  li a.jp-pause {
    background: url(../img/jplayer.blue.monday.jpg) no-repeat 0 -42px !important;;
}

.ctArea .tx-cabag-jplayer  li a.jp-stop {
    background: url(../img/jplayer.blue.monday.jpg) no-repeat 0 -83px !important;
}

.ctArea .tx-cabag-jplayer  li a.jp-unmute {
    background: url(../img/jplayer.blue.monday.jpg) no-repeat -60px -170px !important;
}

.ctArea .tx-cabag-jplayer  li a.jp-volume-max {
    background: url(../img/jplayer.blue.monday.jpg) no-repeat 0 -186px !important;
}

.ctArea .tx-cabag-jplayer  li a.jp-full-screen {
    background: url(../img/jplayer.blue.monday.jpg) no-repeat 0 -310px !important;
}

.ctArea .tx-cabag-jplayer  li a.jp-restore-screen {
    background: url(../img/jplayer.blue.monday.jpg) no-repeat scroll -60px -310px !important;
}

.tx-cabag-jplayer  a.jp-video-play-icon {
    margin-top: -71px !important;
}

.tx_cabagjplayer_down {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .jp-current-time,
    .jp-duration,
    .jp-progress {
        display: none !important;
    }
    div.jp-volume-bar-value,
    div.jp-volume-bar,
    a.jp-volume-max,
    a.jp-mute {
        /*display: block !important;*/
    }

    div.jp-video div.jp-type-single ul.jp-controls {
        margin-left: 10px !important;
    }

    .jp-controls-holder {
        margin-top: -8px !important;
    }
}

@media (max-width: 480px) {
    .tx-cabag-jplayer  a.jp-video-play-icon {
        margin-top: 0 !important;
    }
}


/* Linkstyle */

a.morelink {
    color:#004889;
    background:url(../img/arrow.png) no-repeat right 5px transparent;
    padding-right:15px;
    text-decoration:none;
    line-height: 100%;
}

/* =slider-home with iframe #24412 = */

.video-container {
    position: relative;
    padding-bottom: 41.30%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: none;
}

.slider-home-iframe li iframe {
    max-height: 390px;
    min-height: 390px;
    max-width: 940px;
}

/* = #25045 = */
@media (min-width: 1200px) {
    .bx-viewport:not(.slider-home) {
        max-height: 390px;
        min-height: 390px;
    }
}

/* = #25934 = */
@media (max-width: 767px) {
    .slider-home-iframe li iframe {
        min-height: 0;
    }
}

@media (max-width: 480px) {

    .bx-wrapper .bx-controls-direction a {
        z-index: 999 !important;
        outline: none;
    }

    .bx-wrapper .bx-pager {
        bottom: 0 !important;
    }
}

.slider-home-iframe li iframe[src=""],
.slider-home li iframe[src=""] {
    display: none;
}

.ctArea .slider-home-iframe li a,
.slider-home-iframe li.embed-responsive a,
.slider-home-iframe a {
    background: none !important;
}
.oct-map-container {
    position: relative;
}
#map_canvas {
    width: 100%;
    height: 470px;
}

.oct-map-overlay {
    display: none;
    padding: 10px;
    position: absolute;
    top: 30px;
    right: 10px;
    background: #ffffff;
    opacity: 0.9;
}
.oct-map-overlay h3 {
    font-size: 16px;
    color: #004598;
    font-weight: bold;
}
.oct-map-overlay ul {
    display: block;
    float: left;
    vertical-align: top;
}
.oct-map-overlay ul li {
    font-size: 14px;
    color: #004598;
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 5px;
    background: url('../img/ol_li.png') 0 4px no-repeat;
}
.oct-map-overlay ul li a {
    font-size: 14px;
    line-height: 18px;
    color: #004598;
    text-decoration: none;
}
.oct-map-overlay ul li a:hover {
    text-decoration: underline;
}

/* countrySelector link */

.ie8 .modal-dialog {
    width: 670px !important;
}

#countrySelector h2.teaser-title {
    font-family: "FrutigerBold",Arial,sans-serif;
    font-size: 16px;
    margin-bottom: 24px;
}

.input-group.country-group {
    border: none !important;
}

#countrySelector .form-control {
    height: 18px !important;
    padding: 6px 12px 4px !important;
}

#page-country-selector .fceRightCol a.internal-link {
    background: url(../img/cs_link.png) no-repeat 0 6px;
    text-indent: -9999px !important;
    display: inline-block;
    width: 11px;
    margin-left: 5px;
}

#countrySelector .fce2Columns {
    padding: 0 21px 19px;
}

#countrySelector .country_selector_left {
    padding-right: 10px !important;
}

.modal-header {
    padding-top: 14px;
    padding-bottom: 10px;
}

.modal-title {
    margin-top: 0px !important;
    line-height: 35px;
}

#countrySelector ul li a {
    background: url(../img/ol_li.png) no-repeat 0 4px;
}

.modal-content .fceRightCol .fceCtArea .ctElement {
    margin-bottom: -17px;
}

.modal-content .fceLeftCol ul {
    padding-top: 0;
    padding-bottom: 0;
}

#countrySelector ul li {
    margin-bottom: 2px !important;
}

@media (max-width: 766px) {
    .modal-backdrop.in {
        opacity: 0.5 !important;
    }
    div.modal-backdrop.in {
        display: block !important;
    }
}


/* content */

.teaser {
    background: url("../img/sliderAlink_bg.png") repeat;
    display: block;
}

@media (max-width: 992px) {
    .fce3Columns .fceMidCol .teaser,
    .fce6Columns .secondRow .fceLeftCol .teaser,
    .fce6Columns .secondRow .fceRightCol .teaser,
    .fce6Columns .fceMidCol .teaser {
        border-right: none;
    }

    .fce6Columns .borderRow {
        display: none;
    }

    .fce6Columns .secondRow .fceMidCol .teaser,
    .fce6Columns .fceRightCol .teaser {
        border-right: 1px solid #DDDDDD !important;
    }

    .fce6Columns .row:after {
        clear: none;
    }

    .fce6Columns .secondRow:after {
        clear: left;
    }

}

@media (max-width: 768px)  {
    .fce3Columns .teaser {
        border-right: none !important;
    }
}

.fce2Columns .titleRow {
    margin-top: -17px;
}

.fce2Columns .imageBox-img img {
    margin-top: 28px;
}

.fce2Columns ul {
    margin-bottom: 0;
    padding: 8px 0 12px;
}

.fce2Columns .imageBox-img {
    text-align: center;
}

.fourToEight .fceRightCol .ctElement {
    margin-left: -2px;
    padding-top: 8px;
}

.eightToFour .fceLeftCol .ctElement {
    margin-top: -3px;
}
.eightToFour .fceLeftCol li {
    padding-left: 25px;
}

.fourToEight li {
    padding-left: 22px;
    background: url("../img/listSquare.png") no-repeat scroll 0 6px;
}

.fce2Columns li a {
    padding-left: 23px;
}

@media (max-width: 1199px) {
    .fce4Columns .fceFirstCol,
    .fce4Columns .fceSecondCol{
        margin-bottom: 50px;
    }
}

@media (max-width: 992px)  {
    .fce4Columns .fceThirdCol {
        clear: left;
    }
}

@media (max-width: 767px)  {
    .fce4Columns .fceThirdCol {
        margin-bottom: 50px;
    }
}



/* layout logo */
@media (min-width: 767px) {
    #headerLineTwo {
        margin-top: 94px;
    }
}

@media (max-width: 767px) {
    #logoContainer #logo {
        margin-top: 0;
    }
    #mainNavContainer .navbar-toggle {
        top: -136px;
    }
    #headerLineOne {
        height: 53px;
    }
    #countrySelector .navbar-toggle {
        z-index: 100;
    }

}

@media (max-width: 766px) {
    #mainNavContainer .navbar-toggle {
        top: -42px;
    }
}

@media (max-width: 440px) {
    #logo a img {
        width: 120px;
    }
}

@media (max-width: 767px) {
    #mainNav li.level1 ul.dropdown-menu li.level3 ul.level4UL {
        margin-right: 0;
    }
}


/* inhalt */



.ie8 .fce6Columns .teaser .title-wrap,
.ie8 .fce6Columns .teaser,
.ie8 .fce3Columns .teaser {
    display: block !important;
}


@media (max-width: 768px) {
    .fce6Columns .fceRightCol .teaser {
        border-right: none;
    }
}

.ctArea li {
    background: url("../img/listSquare.png") no-repeat 0 7px;
}

.csc-sitemap ul li a {
    background: none !important;
}

/* country selector */
.ie8 .modal-dialog {
    width: 670px !important;
}

.modal-dialog .fceRightCol {
    position: relative;
}


/* layout */
.dropdown-menu .level4 {
    padding-left: 22px !important;
}

#mainNav .level1.act > a {
    color: #8da1c6;
}

/* scroll */

.midFixed .headerImage {
    margin-top: 80px;
}

@media (max-width: 768px) {
    .headerImage img {
        height: auto;
    }
}

/* fce 9 columns */

@media (min-width: 992px) {
    .fce9Columns {
        border-bottom: 1px solid #DDDDDD;
    }
}



@media (max-width: 992px) {
    .fce9Columns-last .fceLeftCol {
        clear: left;
    }
}


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: solid #fff 5px;
    left: -5px;
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    /* background: url(images/bx_loader.gif) center center no-repeat #fff; */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.2 (jPlayer 2.2.0)
 * Date: 22nd October 2012
 */

div.jp-audio,
div.jp-audio-stream,
div.jp-video {

    /* Edit the font-size to counteract inherited font sizing.
     * Eg. 1.25em = 1 / 0.8em
     */

    font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

    font-family:Verdana, Arial, sans-serif;
    line-height:1.6;
    color: #666;
    background-color:#eee;
}
div.jp-audio {
    width:420px;
}
div.jp-audio-stream {
    width:182px;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
    z-index:1000;
}

div.jp-video-full div.jp-jplayer {
    top: 0;
    left: 0;
    position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
    overflow: hidden;
}

div.jp-video-full div.jp-gui {
    position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index:1001; /* 1 layer above the others. */
}

div.jp-video-full div.jp-interface {
    position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
    bottom: 0;
    left: 0;
}

div.jp-interface {
    position: relative;
    background-color:#eee;
    width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
    height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
    height:80px;
}

div.jp-audio-stream div.jp-type-single div.jp-interface {
    height:80px;
}

div.jp-video div.jp-interface {
    border-top:1px solid #009be3;
}

/* @group CONTROLS */

div.jp-interface ul.jp-controls {
    list-style-type:none;
    margin:0;
    padding: 0;
    overflow:hidden;
}

div.jp-audio ul.jp-controls {
    width: 380px;
    padding:20px 20px 0 20px;
}

div.jp-audio-stream ul.jp-controls {
    width: 142px;
    padding:20px 20px 0 20px;
}

div.jp-video div.jp-type-single ul.jp-controls {
    width: 78px;
    margin-left: 200px;
}

div.jp-video div.jp-type-playlist ul.jp-controls {
    width: 134px;
    margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
    display:inline;
    float: left;
}

div.jp-interface ul.jp-controls a {
    display:block;
    overflow:hidden;
    text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
    width:40px;
    height:40px;
}

a.jp-play {
    background: url(../Icons/jplayer.blue.monday.jpg) 0 0 no-repeat;
}
a.jp-play:hover {
    background:url(../Icons/jplayer.blue.monday.jpg) -41px 0 no-repeat;
}
a.jp-pause {
    background:url(../Icons/jplayer.blue.monday.jpg) 0 -42px no-repeat;
    display: none;
}
a.jp-pause:hover {
    background:url(../Icons/jplayer.blue.monday.jpg) -41px -42px no-repeat;
}

a.jp-stop, a.jp-previous, a.jp-next {
    width:28px;
    height:28px;
    margin-top:6px;
}

a.jp-stop {
    background:url(../Icons/jplayer.blue.monday.jpg) 0 -83px no-repeat;
    margin-left:10px;
}

a.jp-stop:hover {
    background:url(../Icons/jplayer.blue.monday.jpg) -29px -83px no-repeat;
}

a.jp-previous {
    background:url(../Icons/jplayer.blue.monday.jpg) 0 -112px no-repeat;
}
a.jp-previous:hover {
    background:url(../Icons/jplayer.blue.monday.jpg) -29px -112px no-repeat;
}

a.jp-next {
    background:url(../Icons/jplayer.blue.monday.jpg) 0 -141px no-repeat;
}
a.jp-next:hover {
    background:url(../Icons/jplayer.blue.monday.jpg) -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
    overflow:hidden;
    background-color: #ddd;
}
div.jp-audio div.jp-progress {
    position: absolute;
    top:32px;
    height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
    left:110px;
    width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
    left:166px;
    width:130px;
}
div.jp-video div.jp-progress {
    top:0px;
    left:0px;
    width:100%;
    height:10px;
}
div.jp-seek-bar {
    background:url(../Icons/jplayer.blue.monday.jpg) 0 -202px repeat-x;
    width:0px;
    height:100%;
    cursor: pointer;
}
div.jp-play-bar {
    background:url(../Icons/jplayer.blue.monday.jpg) 0 -218px repeat-x ;
    width:0px;
    height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
    background: url("jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
    width:18px;
    height:15px;
    margin-top:12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
    margin-left: 210px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
    margin-left: 154px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
    margin-left:10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
    margin-left: 56px;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
    position: absolute;
    top:12px;
    margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
    left: 50px;
}

div.jp-video a.jp-volume-max {
    left: 134px;
}

/*a.jp-mute {*/
    /*background:url(../Icons/jplayer.blue.monday.jpg) 0 -170px no-repeat;*/
/*}*/
/*a.jp-mute:hover {*/
    /*background:url(../Icons/jplayer.blue.monday.jpg) -19px -170px no-repeat;*/
/*}*/
/*a.jp-unmute {*/
    /*background:url(../Icons/jplayer.blue.monday.jpg) -60px -170px no-repeat;*/
    /*display: none;*/
/*}*/
/*a.jp-unmute:hover {*/
    /*background:url(../Icons/jplayer.blue.monday.jpg) -79px -170px no-repeat;*/
/*}*/
/*a.jp-volume-max {*/
    /*background:url(../Icons/jplayer.blue.monday.jpg) 0 -186px no-repeat;*/
/*}*/
/*a.jp-volume-max:hover {*/
    /*background:url(../Icons/jplayer.blue.monday.jpg) -19px -186px no-repeat;*/
/*}*/

div.jp-volume-bar {
    position: absolute;
    overflow:hidden;
    /*background:url(../Icons/jplayer.blue.monday.jpg) 0 -250px repeat-x;*/
    width:46px;
    height:5px;
    cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
    top:37px;
    left:330px;
}
div.jp-audio-stream div.jp-volume-bar {
    top:37px;
    left:92px;
}
div.jp-video div.jp-volume-bar {
    top:17px;
    left:72px;
}
div.jp-volume-bar-value {
    background:url(../Icons/jplayer.blue.monday.jpg) 0 -256px repeat-x;
    width:0px;
    height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
    position:absolute;
    top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
    left:110px;
    width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left:166px;
    width:130px;
}

div.jp-current-time,
div.jp-duration {
    width:60px;
    font-size:.64em;
    font-style:oblique;
}
div.jp-current-time {
    float: left;
    display:inline;
}
div.jp-duration {
    float: right;
    display:inline;
    text-align: right;
}

div.jp-video div.jp-current-time {
    margin-left:20px;
}
div.jp-video div.jp-duration {
    margin-right:20px;
}

/* @end */

/* @group playlist */

div.jp-playlist {
    width:100%;
    background-color:#ccc;
    border-top:1px solid #009be3;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
    border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
    list-style-type:none;
    margin:0;
    padding:0 20px;
    font-size:.72em;
}

div.jp-title li {
    padding:5px 0;
    font-weight:bold;
}
div.jp-playlist li {
    padding:5px 0 4px 20px;
    border-bottom:1px solid #eee;
}

div.jp-playlist li div {
    display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
    padding:5px 0 5px 20px;
    border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    list-style-type:square;
    list-style-position:inside;
    padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
    color: #333;
    text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
    color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
    color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    float:right;
    display:inline;
    text-align:right;
    margin-right:10px;
    font-weight:bold;
    color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
    color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
    float:right;
    display:inline;
    text-align:right;
    margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
    color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
    color:#0d88c1;
}
span.jp-artist {
    font-size:.8em;
    color:#666;
}

/* @end */

div.jp-video-play {
    width:100%;
    overflow:hidden; /* Important for nested negative margins to work in modern browsers */
    cursor:pointer;
    background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
    margin-top:-270px;
    height:270px;
}
div.jp-video-360p div.jp-video-play {
    margin-top:-360px;
    height:360px;
}
div.jp-video-full div.jp-video-play {
    height:100%;
}
a.jp-video-play-icon {
    position:relative;
    display:block;
    width: 112px;
    height: 100px;

    margin-left:-56px;
    margin-top:-50px;
    left:50%;
    top:50%;
    /*
        background: url(../../images/jplayer.blue.monday.video.play.png) 0 0 no-repeat;
    */
    text-indent:-9999px;
}

/*
div.jp-video-play:hover a.jp-video-play-icon {
	background: url(../../images/jplayer.blue.monday.video.play.png) 0 -100px no-repeat;
}
*/

div.jp-jplayer audio,
div.jp-jplayer {
    width:0px;
    height:0px;
}

div.jp-jplayer {
    background-color: #000000;
}

/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
    list-style-type:none;
    padding:0;
    margin:0 auto;
    overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
    width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
    width:55px;
    margin: 0;
    position: absolute;
    left: 325px;
    top: 50px;
}

div.jp-video ul.jp-toggles {
    margin-top:10px;
    width:100px;
}

ul.jp-toggles li {
    display:block;
    float:right;
}

ul.jp-toggles li a {
    display:block;
    width:25px;
    height:18px;
    text-indent:-9999px;
    line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
    background:url(../Icons/jplayer.blue.monday.jpg) 0 -310px no-repeat;
    margin-left: 20px;
}

a.jp-full-screen:hover {
    background:url(../Icons/jplayer.blue.monday.jpg) -30px -310px no-repeat;
}

a.jp-restore-screen {
    background:url(../Icons/jplayer.blue.monday.jpg) -60px -310px no-repeat;
    margin-left: 20px;
}

a.jp-restore-screen:hover {
    background:url(../Icons/jplayer.blue.monday.jpg) -90px -310px no-repeat;
}

a.jp-repeat {
    background:url(../Icons/jplayer.blue.monday.jpg) 0 -290px no-repeat;
}

a.jp-repeat:hover {
    background:url(../Icons/jplayer.blue.monday.jpg) -30px -290px no-repeat;
}

a.jp-repeat-off {
    background:url(../Icons/jplayer.blue.monday.jpg) -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
    background:url(../Icons/jplayer.blue.monday.jpg) -90px -290px no-repeat;
}

a.jp-shuffle {
    background:url(../Icons/jplayer.blue.monday.jpg) 0 -270px no-repeat;
    margin-left: 5px;
}

a.jp-shuffle:hover {
    background:url(../Icons/jplayer.blue.monday.jpg) -30px -270px no-repeat;
}

a.jp-shuffle-off {
    background:url(../Icons/jplayer.blue.monday.jpg) -60px -270px no-repeat;
    margin-left: 5px;
}

a.jp-shuffle-off:hover {
    background:url(../Icons/jplayer.blue.monday.jpg) -90px -270px no-repeat;
}

/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
    padding:5px;
    font-size:.8em;
    background-color:#eee;
    border:2px solid #009be3;
    color:#000;
    display:none;
}

.jp-no-solution a {
    color:#000;
}

.jp-no-solution span {
    font-size:1em;
    display:block;
    text-align:center;
    font-weight:bold;
}

/* @end */

.ctArea .ctElement .jp-video li {
    background-image: none;
    padding: 0;
}

.tx-cabag-jplayer {
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
}

.jp-title {
    position: absolute;
    z-index: 9999;
    background: url(../Icons/videoBg.png);
    background-repeat: repeat-x;
    height: 47px;
    bottom: 57px;
    text-align: left;
    padding-left: 20px;
    padding-top: 13px;
    font-size: 20px;
}

.jp-interface {
    height: 60px;
    padding-top: 10px;
}

.jp-video .jp-gui .jp-interface {
    border-top: none;
}

.jp-video-play .jp-video-play-icon {
    background: url(../Icons/play.png);
    height: 142px;
    width: 160px;
    margin-left: -80px;
    background-repeat: no-repeat;
}

.jp-controls-holder {
    clear: both;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -8px;
}

.jp-type-single {
    position: relative;
}

.jp-no-solution {
    position: absolute;
    width: 50%;
    top: 15%;
    left: 25%;
    border: none;
}

.jp-jplayer {
    vertical-align: middle;
    text-align: center;
}

.jp-video + div {
    display: none;
}

.jp-interface div.jp-progress {
    left: 10% !important;
    position: absolute;
    top: 3px !important;
    width: 80% !important;
}

.jp-interface .jp-current-time,
.jp-interface .jp-duration {
    display: block; !important;
    margin: 0 !important;
    position: absolute;
    top: 3px;
}

.jp-interface .jp-current-time {
    left: 5px;
}

.jp-interface .jp-duration {
    right: 5px;
}

.jp-interface .jp-controls-holder {
    top: 10px;
}
/**/
.teaser-title-internal.absolute {
    float: left;
}