/*
----------------
EOR01
130418 bla
----------------
*/


/* ----------- */
/* - GENERAL - */
/* ----------- */

body {
    font-size: 100%;
    font-family:  Arial, Helvetica, sans-serif;
    background: url('../img/bg-page.png');
    color: #333;
}

a,
a:visited {
    color: #337ebb;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: underline;
}

img {
    border: 0;
}


.offscreen {
    position: absolute !important;
    top: -5000px !important;
}

.invisible{
    width:0;
    height:0;
    left:-10000px;
    top:-10000px;
    position:absolute;
    overflow:hidden;
    display:inline;
}

.clear,
.clearing {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    min-height: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

sub,
span.sub {
    vertical-align: sub;
    font-size: smaller;
    line-height: 1em;
}

/* ------------- */
/* - STRCUTURE - */
/* ------------- */

#page-container {
    width: 958px;
    margin: 0 auto;
}

#page-header {
    position: relative;
    height: 280px;
    margin-bottom: 45px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    z-index: 10;
}

#nav-and-search {
    position: fixed;
    background: #333;
    height: 50px;
    width: 100%;
    left: 0;
    box-shadow: 0 0px 6px rgba(0,0,0,.8);
}

#nav-and-search-inner {
    width: 958px;
    margin: 0 auto;
    position: relative;
}

#content-container {
    position: relative;
    background: #fff;
    padding: 60px 55px;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    z-index: 1;
}

#page-footer {
    position: relative;
    width: 100%;
    height: 280px;
    background-color: #333;
    box-shadow: 0 0px 6px rgba(0,0,0,.5);
    z-index: 10;
}

#page-footer-inner {
    width: 958px;
    margin: 0 auto;
    position: relative;
}


/* -------------- */
/* - NAV-ACCESS - */
/* -------------- */
#nav-access .access-nav-item a {
    width:0;
    height:0;
    left:-10000px;
    top:-10000px;
    position:absolute;
    overflow:hidden;
    display:inline;
}



/* ------------ */
/* - NAV-MAIN - */
/* ------------ */

#nav-main ul.level_1 {
    padding: 0 37px;
    margin: 0 auto;
}

#nav-main ul.level_1 > li {
    display: inline-block;
}

.ie7 #nav-main ul.level_1 > li {
    display: block;
    float: left;
}

#nav-main ul.level_2 {
    position: absolute;
    box-shadow: 0 0px 6px rgba(0,0,0,.5);
    background: #333 url('../img/bg-nav-main-level2-shadow.png') repeat-x top left;
    padding: 6px 0;
    /*
    opacity: 0;
    max-height: 0;
    -webkit-transition: max-height 1s ease;
    */
    display: none;
}

.ie7 #nav-main ul.level_2 {
    top: 50px;
    clear: both;
}

#nav-main ul.level_1 > li:hover ul.level_2 {
    /*
    opacity: 1;
    max-height: 250px;
    -webkit-transition: max-height 1s ease;
    */
    display: block;
}

#nav-main a,
#nav-main a:visited,
#nav-main span {
    color: #fff;
    display: inline-block;
    padding: 18px;
    font-size: .875em;
}

.ie7 #nav-main a,
.ie7 #nav-main a:visited,
.ie7 #nav-main span {
    display: block;
}

#nav-main a:hover,
#nav-main a:focus,
#nav-main a:active,
#nav-main a.trail,
#nav-main span.active {
    color: #337ebb;
    text-decoration: none;
    background: #333;
}


#nav-main ul.level_2 a,
#nav-main ul.level_2 a:visited,
#nav-main ul.level_2 span.active {
    font-size: .8125em;
    padding: 6px 18px;
}

#nav-main ul.level_2 span.active {
    padding-left: 36px;
    background: url('../img/bg-nav-main-sub-active.png') no-repeat 18px 5px;
}


/* --------------- */
/* - NAV-SERVICE - */
/* --------------- */
#nav-service {
    position: absolute;
    top: 80px;
    left: 480px;
}


#nav-service a,
#nav-service a:visited,
#nav-service span.active {
    color: #fff;
    font-size: .9375em;
    line-height: 1.375em;
}

#nav-service a:hover,
#nav-service a:focus,
#nav-service a:active {
    background: #333;
}

#nav-service span.active {
    color: #337ebb;
}


/* --------- */
/* - LOGOS - */
/* --------- */

#eor-logo {
    position: absolute;
    top: 109px;
    left: 54px;
}

#logo-goethe-uni {
    position: absolute;
    top: 120px;
    right: 55px;
}

#logo-goethe-uni-inv {
    position: absolute;
    top: 25px;
    right: 55px;
}


/* --------------- */
/* - SMALLSEARCH - */
/* --------------- */
#smallsearch {
    position: absolute;
    top: 0px;
    right: 32px;
    color: #fff;
}

#smallsearch .headline {
    padding: 18px;
    font-size: .875em;
    cursor: pointer;
}

#smallsearch .headline a,
#smallsearch .headline a:visited {
    color: #fff;
}

#smallsearch .headline a:hover,
#smallsearch .headline a:focus,
#smallsearch .headline a:active,
#smallsearch.hover .headline a,
#smallsearch.hover .headline a:visited {
    color: #337ebb;
    text-decoration: none;
}

#smallsearch form {
    position: absolute;
    right: 0;
    top: 50px;
    width: 270px;
    padding: 10px 18px 18px 18px;
    box-shadow: 0 0px 6px rgba(0,0,0,.5);
    background: #333 url('../img/bg-nav-main-level2-shadow.png') repeat-x top left;

    display: none;
}

#smallsearch.hover form {
    display: block;
}

#smallsearch .formbody {
    border-bottom: 1px solid #000;
}

#smallsearch .form-inner {
    border-bottom: 1px solid #444;
}

#smallsearch input.type-text {
    background: none;
    color: #fff;
    width: 238px;
    border: 0;
    -webkit-appearance: none;
    font-family: arial, helvetica, sans-serif;
    font-size: .9375em;
    padding: 5px 0;
    margin: 0;
}

#smallsearch input.type-image {
    position: relative;
    top: 5px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

#smallsearch input.type-text:focus {
    outline: 0;
}


/* ---------- */
/* - SEARCH - */
/* ---------- */

#search .formbody {
    margin-bottom: 30px;
}

#search input.type-text {
    -webkit-appearance: none;
    width: 500px;
    font-size: 1.25em;
    padding: 3px;
    color: #888;
    border-radius: 2px;
    border: 1px solid #888;
}

#search input.type-text:focus {
    outline: 0;
    border-color: #333;
}

#search input.submit {
    position: relative;
    top: 5px;
}

#search .teaser-excerpt {
    padding: 35px 0 12px 0;
    background: url('../img/bg-deco-border.png') no-repeat bottom left;
}

#search li:last-child .teaser-excerpt {
    background: none;
}


/* ---------- */
/* - FOOTER - */
/* ---------- */

#page-footer {
    color: #fff;
}

#page-footer h2 {
    font-size: 1em;
    margin-bottom: 10px;
}

#page-footer-inner .ce_mwa_ce_textblock {
    position: relative;
    left: 55px;
    top: 22px;
    margin-right: 55px;
}

#page-footer-inner .ce_mwa_ce_textblock h2 {
    margin-bottom: 15px;
}

#page-footer-inner .ce_mwa_ce_textblock a,
#page-footer-inner .ce_mwa_ce_textblock a:visited {
    color: #fff;
}

#page-footer-inner .ce_mwa_ce_textblock .richtext p {
    line-height: 1.375em;
    margin-bottom: 15px;
}

#page-footer-rcmd,
#page-footer-print {
    position: absolute;
    left: 480px;
}

#page-footer-rcmd {
    top: 22px;
}

#page-footer-print {
    top: 180px;
}

/* ----------- */
/* - CONTENT - */
/* ----------- */

#page-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5em;
    color: #333;
    line-height: 1.25em;
    margin-bottom: 58px;
}

.topic,
.headline {
    display: block;
}

.topic {
    margin-bottom: 5px;
}

#content-main hr {
    height: 3px;
    max-height: 3px;
    background: transparent url('../img/bg-deco-border.png') no-repeat center;
    border: 0;
    margin-top: 0;
    padding: 20px;
    clear: both;
}

#content-main h2 {
    padding-top: 20px;
    margin-bottom: 35px;
}

#content-main h2 .topic {
    font-size: 1.25em;
}

#content-main h2 .headline {
    font-size: 1.875em;
    font-weight: bold;
    line-height: 1.125em;
}

#content-main h3 {
    padding-top: 15px;
    margin-bottom: 20px;
}

#content-main h3 .headline,
#content-main .richtext h3 {
    font-size: 1.55em;
    font-weight: bold;
    line-height: 1.125em;
}

#content-main h4 {
    padding-top: 15px;
    margin-bottom: 15px;
}

#content-main h4 .headline,
#content-main .richtext h4 {
    font-size: 1.375em;
    font-weight: bold;
    line-height: 1.125em;
}

.richtext p,
.richtext ol,
.richtext ul,
.richtext hr,
.extra-link {
    font-size: .9375em;
    line-height: 1.875em;
    margin-bottom: 20px;
}

.extra-link a,
.extra-link a:visited {
    font-weight: bold;
}

.richtext ol,
.richtext ul {
    line-height: 1.425em;
}

.pub-list #content-main .richtext p,
.pub-list #content-main .richtext ul,
.pub-list #content-main .richtext ol {
    line-height: 1.375em;
}

.richtext ul,
.richtext ol {
    position: relative;
}

.richtext ul li,
.richtext ol li {
    margin-bottom: 10px;
}

.richtext ul {
    left: 18px;
    padding-right: 18px;
    list-style: disc;
}

.richtext ol {
    left: 22px;
    padding-right: 22px;
    list-style: decimal;
}

.article-teaser .richtext p {
    line-height: 1.375em;
    padding-right: 210px;
    margin-bottom: 40px;
}

.ce_mwa_ce_textblock,
.ce_headline {
    padding-right: 210px;
}

#content-main .ce_mwa_ce_textblock:first-child h2 {
    padding-top: 0;
}

#content-main .ce_accordion .ui-accordion-header {
    cursor: pointer;
    margin-bottom: 20px;
}

#content-main .ce_accordion .ui-accordion-header:focus {
    outline: 0;
}

#content-main .ce_accordion .ui-accordion-header .ui-accordion-header-icon {
    width: 14px;
    height: 14px;
    background: url('../img/bg-sprite-accordion.png') no-repeat;
    display: block;
    float: left;
    position:relative;
    top: 5px;
}

#content-main .ce_accordion .ui-accordion-header-active .ui-accordion-header-icon {
    background-position: -14px 0;
}


#content-main .ce_accordion .ui-accordion-header .headline {
    font-size: 1.5em;
    padding-left: 40px;
}

#content-main .ce_accordion .ui-accordion-header-active .headline {
    color: #337ebb;
}

#content-main .ce_accordion .accordion {
    margin-bottom: 20px;
    padding-top: 20px;
}

#content-main .ce_accordion .richtext {
    padding-bottom: 5px;
}

#content-main .ce_accordion .accordion-with-img .image_container {
    float: left;
}

#content-main .ce_accordion .accordion-with-img .richtext {
    margin-left: 250px;
    min-height: 250px;
}

#content-main .ce_accordion .accordion-with-img .richtext p,
#content-main .ce_accordion .accordion-with-img .richtext ul,
#content-main .ce_accordion .accordion-with-img .richtext ol {
    line-height: 1.25em;
}

.search-results .highlight {
    font-weight: bold;
}

.oEmbed-container {
    background: #eee;
    padding: 1em;
    border-radius: 3px;
}

.oEmbed-container .fluid-oEmbed-wrapper {
    position: relative;
    height: 0;
}

.oEmbed-container .fluid-oEmbed-wrapper iframe {
    position: absolute;
    top: 0;
}


/* ------------- */
/* - HOT-SPOTS - */
/* ------------- */

#hot-spots {
    height: 500px;
    position: relative;
    padding-bottom: 93px;
    background: url('../img/bg-deco-border.png') no-repeat bottom center;
    margin-bottom: 90px;
}

#hot-spots .ce_mwa_ce_textblock {
    position: absolute;
    width:  240px;
    height: 240px;
    color: #fff;
    padding: 0;
    cursor: pointer;
}

.ie7 #hot-spots .ce_mwa_ce_textblock,
.ie8 #hot-spots .ce_mwa_ce_textblock {
    background: url('../img/bg-bubble.png') no-repeat;
    width: 244px;
    height: 244px;
}

#hot-spots .ce_mwa_ce_textblock h2 {
    text-align: center;
}

#hot-spots .ce_mwa_ce_textblock .topic,
#hot-spots .ce_mwa_ce_textblock .headline,
#hot-spots .ce_mwa_ce_textblock .richtext {
    position: absolute;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

#hot-spots .ce_mwa_ce_textblock .topic {
    width: 160px;
    padding: 0 40px;
    top: 40px;
    font-size: 1.125em;
    line-height: 1.125em;
}

#hot-spots .ce_mwa_ce_textblock .headline {
    width: 200px;
    padding: 0 20px;
    top: 70px;
    font-size: 1.875em;
    font-weight: normal;
}

#hot-spots .ce_mwa_ce_textblock .richtext {
    width: 180px;
    padding: 0 30px;
    top: 135px;
}

#hot-spots .ce_mwa_ce_textblock .richtext p {
    line-height: 1.5em;
    font-size: .9375em;
}

#hot-spots .ce_mwa_ce_textblock .extra-link {
    display: none;
}

#hot-spot-1 {
    top: 0;
    left: 0;
}

#hot-spot-2 {
    top: 0;
    left: 300px;
}

#hot-spot-2 .topic {
    top: 25px !important;
}

#hot-spot-3 {
    top: 0;
    left: 600px;
}

#hot-spot-3 .topic {
    top: 30px !important;
}

#hot-spot-3 .headline {
    top: 55px !important;
}

#hot-spot-4 {
    top: 260px;
    left: 150px;
}

#hot-spot-4 .topic {
    top: 25px !important;
}

#hot-spot-5 {
    top: 260px;
    left: 450px;
}

/* -------------- */
/* - NEWSLETTER - */
/* -------------- */

#tl_subscribe input.text,
#tl_unsubscribe input.text {
    width: 500px;
    font-size: 1.25em;
    padding: 3px;
    color: #888;
    border-radius: 2px;
    border: 1px solid #888;
}

#tl_subscribe input.text:focus,
#tl_unsubscribe input.text:focus {
    outline: 0;
    border-color: #333;
}

#tl_subscribe input.submit,
#tl_unsubscribe input.submit {
    padding: 5px 8px 4px 8px;
    border-radius: 2px;
    border: 1px solid #888;
    font-size: 1em;
    position: relative;
    top: -1px;
    cursor: pointer;
    color: #888;
}

#tl_subscribe input.submit:hover,
#tl_unsubscribe input.submit:hover {
    color: #333;
}


/* ------------------------ */
/* - SOCIAL SHARE PRIVACY - */
/* ------------------------ */

#rcmd-ssp {
    position: absolute;
}

#ssp-expander {
    position: absolute;
    left: 0px;
    top: -23px;
    width: 280px;
    height: 65px;
    background: url('../img/ssp-btn-rcmd.png') no-repeat bottom left;
    cursor: pointer;
}

#ssp-expander:hover,
#ssp-expander.hover {
    background-image: url('../img/ssp-btn-rcmd-active.png');
}

#ssp-expanded {
    position: absolute;
    bottom: 64px;
    left: -30px;
    width: 330px;
    cursor: auto;

    display: none;
}

#ssp-expander:hover #ssp-expanded,
#ssp-expander.hover #ssp-expanded {
    display: block;
}

#ssp-container {
    background: #333;
    color: #fff;
    font-size: .75em;
    line-height: 1.25em;
    box-shadow: 0 0px 6px rgba(0,0,0,.8);
}

#ssp-info {
    position: relative;
    top: 110px;
    left: 0;
    padding: 10px 30px;
}

#ssp-content {
    padding: 20px 30px;
    border-bottom: 1px solid #000;
}

#ssp-content .facebook,
#ssp-content .twitter,
#ssp-content .gplus {
    position: relative;
    height: 30px;
    top: -100px;
    margin-bottom: 5px;
}

#ssp-content .switch {
    display: block;
    position: relative;
    top: 3px;
    width: 24px;
    height: 12px;
    float: left;
    clear: both;
    background: url('../img/ssp-btn-switch-sprite.png') no-repeat top left;
    margin-right: 10px;
    cursor: pointer;
}

#ssp-content .on {
    background-position: bottom left;
}

#ssp-content .dummy_btn img {
    position: relative;
    top: 1px;
    left: 1px ;
    cursor: pointer;
}

#ssp-content .settings_info_menu a,
#ssp-content .settings_info_menu .settings {
    display: none;
}

#ssp-content .settings_info_menu form legend {
    margin-bottom: 5px;
}

.ie #ssp-content .settings_info_menu form legend {
    width: 260px;
}

#ssp-content .settings_info_menu form label {
    margin-right: 10px;
    font-weight: bold;
    cursor: pointer;
}

#ssp-content .settings_info_menu form input {
    cursor: pointer;
}


.rcmd-mail {
    border-top: 1px solid #444;
    padding: 20px 30px;
}


.ipad #ssp-container {
    position: absolute;
    bottom: 68px;
    left: -30px;
    width: 330px;
    cursor: auto;

    display: none;
}

.ipad #mobile-nav-exp-btn-ssp-container {
    width: 20px;
    height: 20px;
    background: url('../img/ssp-btn-rcmd.png') no-repeat bottom left;
}

.ipad #mobile-nav-exp-btn-ssp-container.active {
    background-image: url('../img/ssp-btn-rcmd-active.png');
}


/* --------- */
/* - PRINT - */
/* --------- */

@media print {

    #nav-and-search,
    #page-footer-rcmd,
    #nav-service,
    #page-footer-print {
        display: none;
    }

}


/* -------------- */
/* - RESPONSIVE - */
/* -------------- */

@media (max-width: 958px) {

    #page-container,
    #nav-and-search-inner,
    #page-footer-inner {
        width: auto;
        min-width: 768px;
    }

    #nav-main a,
    #nav-main a:visited,
    #nav-main span,
    #smallsearch .headline {
        padding: 18px 8px;
    }

    #nav-service,
    #page-footer-rcmd,
    #page-footer-print {
        left: 400px;
    }

    #logo-goethe-uni-inv {
        right: auto;
        left: 580px;
    }

    .ce_mwa_ce_textblock,
    .ce_headline {
        padding-right: 55px;
    }

    #page-footer-inner .ce_mwa_ce_textblock {

    }
}

@media (max-width: 850px) {

    #eor-logo {
        left: 19px;
    }

    #logo-goethe-uni {
        right: 22px;
    }

    #content-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #nav-main ul.level_1 {
        padding-left: 12px;
        padding-right: 12px;
    }

    #smallsearch {
        right: 12px;
    }

    #hot-spot-2 {
        left: 260px;
    }

    #hot-spot-3 {
        left: 520px;
    }

    #hot-spot-4 {
        left: 125px;
    }

    #hot-spot-5 {
        left: 400px;
    }
}