span.pager {
    text-decoration:none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size:1.250em;
}
span.pager span {
    color: #000;
}
span.pager a {
    text-decoration:none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size:1.063em;
    text-transform:lowercase;
}
span.pager a:first-child {
    margin-right:0.5em;
}
span.pager a:last-child {
    margin-left:0.5em;
}

#sb-site {
    background-color: #f5f1e8;
}

.full_width {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#balkboven {
    width: 100%;
    /*height: 2.8em;*/
    /*padding-top: 0.5em;*/
    padding:0.5em 0;
    background-color: #2646b5;
}

#socials {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
    font-family: Raleway;
    font-weight: 400;
    color: #f5f0e8;
}

    #socials img {
        display: block;
    }

    #socials ul {
        margin: 0;
        padding: 0;
    }

    #socials li {
        display: inline-block;
        margin: 0 0 0 1em;
        vertical-align: middle;
    }

    #socials a {
        font-family: Raleway;
        font-weight: 700;
        font-size: 0.8125em;
        text-decoration: none;
        color: #f5f0e8;
    }

        #socials a.lang_selector {
            font-weight: 400;
            font-size: 0.875em;
        }

    #socials div.vertical-line {
        display: block;
        width: 1px;
        height: 36px;
        background-color: white;
    }

.lang_block a:not(:last-child):after {
    content:' | ';
}

.full_wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    background: none;
}

#festival_wrapper {
    text-align: right;
    padding: 1em 2.9em 0 0;
}

    #festival_wrapper a {
        display: block;
        line-height: 1em;
        font-family: Raleway;
        font-weight: 700;
        font-size: 0.875em;
        text-decoration: none;
        color: #2645b5;
    }

#header_wrapper {
    position: relative;
    border-bottom: 1px solid #000;
    padding: 0;
    margin-bottom:1.32em;
}

#containerLogo {
    position: relative;
    float: left;
    /*width: 18%;*/
    width:18%;
    padding-left:3%;
}

    #containerLogo img {
        display: block; /* else default inline with a space below */
        width: 100%;
        padding-bottom: 1em;
    }

#containerMenu {
    position: absolute;
    bottom: 0;
    right: 0;
    float: left;
    /*width: 82%;*/
    width:79%;
}

/* MAINMENU */
#mnav, #dlmenu {
    font-family: Raleway;
    font-weight: 700;
    font-size: 1em;
}

    #mnav ul {
        margin: 0;
        padding: 0;
    }

    #mnav li {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #mnav li a {
            display: block;
            padding: 0 1em;
        }

    /* first level */
    #mnav > ul {
        height: 3em;
    }

        #mnav > ul > li {
            height: 100%;
            float: right;
        }

            #mnav > ul > li > a {
                padding: 0 3em 0 1.5em;
                height: 100%;
                text-align: left;
                line-height: 3.1em;
                color: #000;
                text-decoration: none;
                text-transform: uppercase;
            }

            #mnav > ul > li:hover > a,
            #mnav > ul:not(:hover) > li > a.current {
                color: #2645b5;
            }

    /* second level */
    #mnav li ul {
        background-color: #2645b5;
        display: none;
        position: absolute;
        min-width: 12em;
        z-index:99999
    }

    #mnav li:hover ul {
        display: block;
        left: 0;
        right: 0;
    }

    #mnav li ul a {
        padding: 0.5em 1.5em;
        line-height: 1.5em;
        color: #f5f0e8;
        text-decoration: none;
        text-transform: lowercase;
        white-space: nowrap;
    }

    #mnav li ul li a:hover,
    #mnav li ul:not(:hover) li a.current {
        color:#000;
    }

/* RESPONSIVE MENU -> more styles in dlmenu.css */
#rnav {
    display: none;
    /*position: fixed;*/
    position:absolute;
    /*top: 12px;*/
    top:0;
    left: 2%;
    width: 26px;
    height: 21px;
    cursor: pointer;
    z-index: 999;
}

#dlmenu ul li a:hover,
#dlmenu ul:not(:hover) li a.current {
    background: #2646b5;
}

#dlmenu ul li a.current {
    /*color:#2645b5;*/
}

#content_wrapper {
    min-height: 28em;
}

.containerContentImg {
    position: relative;
    float: left;
    /*width: 18%;*/
    width:21%;
    padding-right:1%;
    /*padding-top: 1em;*/
    min-height:1px;
}
.containerContentImg img {
    width:100%;
}

.containerContentTxt {
    position: relative;
    float: left;
    /*width: 81%;*/
    width:78%;
    margin-bottom:2em;
}

#pnlSearchResult div.row {
    margin: 5% 0 2.5%;
}
#pnlSearchResult div.row div.column:first-child {
    padding-left:0;
}
#pnlSearchResult div.row div.column:last-child {
    padding-right:0;
}

div.newscorrection, div.eventscorrection, div.workcorrection {
    position: relative;
    left: -28.15%;
    width: 128.1%;
    margin-bottom:2em;
}
    div.newscorrection > div.column, div.eventscorrection > div.column, div.workcorrection > div.column {
        padding: 0;
    }
.column {
    padding-left: 1.5%;
    padding-right: 1.5%;
}
.column > img, .column > figure, .column > .embed-responsive {
    /*margin:0;*/
    display:block;
}
div.row {
    /*margin-bottom: 1.32em;*/
}
#footer_wrapper {
    background-color: #2646b5;
    color: #f5f0e8;
    /*margin-top: 1.32em;*/
}

#addressfooter {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f5f0e8;
    padding: 1.125em 0;
    font-family: Raleway;
    font-weight: 600;
    font-size: 0.75em;
    line-height: 1.5em;
    letter-spacing: 0.075em;
}

    #addressfooter #btnExpand {
        position: absolute;
        right: 2.2em;
        bottom: 0em;
        width: 6em;
        height: 2.4em;
        display:none;
    }

        #addressfooter #btnExpand img.flipped {
            -moz-transform: scaleY(-1);
            -o-transform: scaleY(-1);
            -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
            filter: FlipV;
            -ms-filter: "FlipV";
        }

#menufooter {
    /*margin: 0 auto;*/
    font-family: Raleway;
    font-weight: 400;
    font-size: 0.875em;
    text-align:center;
}

    #menufooter div.qcolumn {
        /*float: left;*/
        display:inline-block;
        vertical-align:top;
        text-align:left;
        padding: 0 2.5em;
        white-space: nowrap;
    }

    #menufooter table {
        margin: 0 auto;
    }

    #menufooter td {
        white-space: nowrap;
        vertical-align: top;
        padding: 0 2.5em;
    }

    #menufooter ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #menufooter li {
        width: 100%;
        list-style: none;
    }

        #menufooter li a {
            display: block;
            text-decoration: none;
            color: #f5f0e8;
            line-height: 1.4em;
        }

        #menufooter li.heading a {
            padding-top: 1.5em;
            text-transform: uppercase;
            font-weight: 700;
        }

#partnerfooter {
    text-align: center;
    position: relative;
}

#partners_footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #partners_footer li {
        display: inline-block;
        padding: 0.875em 2em;
    }

    #partners_footer a, #partners_footer img {
        display: block;
    }

#socialfooter {
    text-align: center;
    position: relative;
    padding: 1.125em 0 0.5em 0;
}

#socials_footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #socials_footer li {
        display: inline-block;
        padding: 0 1em;
    }

    #socials_footer a, #socials_footer img {
        display: block;
    }

#socialfooter div.dev_sign {
    float: left;
    width: 25%;
    position:relative;
    text-align:left;
}

#socialfooter #bottom_socials {
    float: left;
    width: 50%;
    text-align: center;
}

#socialfooter #bottom_news-trans {
    float: left;
    width: 25%;
    position:relative;
    text-align:center;
}

    #socialfooter #bottom_news-trans div.positioner {
        position:absolute;
        bottom:0;
        right:0;
        font-family: Raleway;
        font-weight: 700;
        line-height: 1em;
    }

        #socialfooter #bottom_news-trans #newsletter a {
            font-size: 0.8125em;
            text-decoration: none;
            color: #f5f0e8;
        }

    #socialfooter #bottom_news-trans #lang_selector {
        margin-left: 1.5em;
    }

        #socialfooter #bottom_news-trans #lang_selector a {
            font-weight: 400;
            font-size: 0.875em;
            text-decoration: none;
            color: #f5f0e8;
        }

#dev_sign {
    font-family: Raleway;
    font-weight: 700;
    line-height: 1em;
    font-size: 0.5625em;
    color: #f5f0e8;
    position:absolute;
    bottom:0;
}

    #dev_sign a {
        text-decoration: none;
        color: #f5f0e8;
    }

#searchMain {
    margin: 1.5% 0 0 0; /*1.5%;*/
}
#searchSub {
    margin: 1em 0 1em 0; /* 1.5%;*/
}

.workFilter .ui-button {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1em;
    background: #2645b5 none no-repeat;
    border: 0;
    color: #f5f0e8;
    margin-right: 2em;
    border-radius:0 !important;
}
.workFilter .active, .workFilter .ui-state-active {
    color: #000 !important;
}
label span.ui-button-text {
    padding: 0.5em 0.4em !important;
}
label.ui-corner-right span.ui-button-text {
    padding-right: 1.250em !important;
}
label.ui-corner-left span.ui-button-text {
    padding-left: 1.250em !important;
}
#pnlSearchInstrument label.ui-corner-left span.ui-button-text {
    padding-left: 0.4em !important;
}

.fancybox-close {
    right: 25px !important;
    top: 15px !important;
}

.mailingSubscribePopup {
    background-color:#2645B5;
}
.mailingSubscribePopup #centerBox {
    width:94%;
    max-width:344px;
    margin: 0 auto;
}
    .mailingSubscribePopup h1 {
        color:#f5f0e8;
        text-transform:none;
        letter-spacing:1px;
    }
    .mailingSubscribePopup h1:after {
        content: '';
    }
    .mailingSubscribePopup input[type=text] {
        border: 0 none;
        border-radius: 0;
        color: #2645b5;
        margin-bottom: 0.850em;
        padding: 3% 5%;
        width: 89%;
        background-color:#f5f0e8;
    }
    .mailingSubscribePopup button[type=submit] {
        background-color: transparent;
        border: none;
        cursor: pointer;
        font-family: 'Raleway', sans-serif;
        font-size:1.25em;
        font-weight:700;
        line-height:1em;
        color:#f5f0e8;
        text-transform:lowercase;
        letter-spacing:1px;
        padding:0;
        margin-top:0.850em;
    }
    .mailingSubscribePopup button[type=submit]:focus {
        outline: none;
    }
    .mailingSubscribePopup button[type=submit]:before {
        content: url( "../../layout/images/more_arrow_white.png" ) ;
        display:inline-block;
        position:relative;
        top:0.125em;
        right:0.750em;
    }

.hidden {
    display:none;
}
.searchtextbox {
        border: 1px solid #2646b5;
        background-color: #f5f0e8;
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        font-weight: 400;
        text-transform: none;
        color: #333;
        outline: none;
        box-shadow: none;
        display: inline-block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0.3em 1em 0.4em;
        width: 100%;
        min-width: 14em;
        max-width: 18em;
}

.searchbutton {
        border: 0;
        background-color: #2646b5;
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        font-weight: 600;
        text-transform: lowercase;
        color: #f5f0e8;
        outline: none;
        box-shadow: none;
        display: inline-block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0.30em 1em 0.45em;
        cursor: pointer;
}

/*  RESPONSIVE  */
@media only screen and (min-width:0px) and (max-width: 767px) {
    html,body,form {
        /*font-size: 0.875em;*/
    }

    .full_wrapper {
        width: 98%;
    }

    #rnav {
        display: block;
    }
    
    #socials {
        right:0.5em;
    }

    #socials li.rhide {
        display:none;
    }

    #festival_wrapper {
        padding: 1em 0.5em 1em 0;
    }

    #header_wrapper {
        display: none;
    }

    #content_wrapper {
        margin: 0 1%;
        font-size: 0.875em;
    }

    .containerContentImg {
        display:none;
    }

    .containerContentTxt {
        width: 100%;
    }
    div.newscorrection, div.eventscorrection, div.workcorrection {
        position: relative;
        left: 0;
        width: 100%;
    }
    #addressfooter {
        text-align: left;
    }

    #addressfooter #btnExpand {
        bottom: 0;
        height: 2.4em;
        position: absolute;
        right: 0;
        width: 3em;
        text-align:right;
    }

    #menufooter {
        padding-bottom: 1em;
        border-bottom: 1px solid #f5f0e8;
    }

    #menufooter div.qcolumn {
        width:49.2%;
        padding:0;
    }

    #partners_footer {
        display:none;
    }

    #socialfooter {
        text-align: left;
    }
    #socialfooter div.dev_sign {
        display:none;
    }
    #socialfooter #bottom_socials {
        text-align: center;
        width: 100%;
    }
    #socials_footer li {
        padding: 0 0.5em;
    }
    #socialfooter #bottom_news-trans {
        text-align: center;
        width: 100%;
        line-height:1.5em;
    }
    #socialfooter #bottom_news-trans div.positioner {
        position:relative;
    }
    #socialfooter #bottom_news-trans #lang_selector {
        display:none;
    }
    .news .two-third img {
        margin-bottom: 0.5em;
    }
}

@media only screen and (min-width:768px) and (max-width: 1279px) {
    html,body,form {
        font-size: 0.875em;
    }
    .full_wrapper {
        width: 98%;
    }
    #mnav > ul > li > a {
        padding: 0 2.8em 0 1em;
    }
    #dev_sign2 {
        font-size: 0.75em;
    }
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */
