/** {
    text-shadow: none;
    font-family: TheMix,Thesis,arial,roboto,"droid sans",helvetica,sans-serif;
    color: #3C3C3B;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

main {
    width: 100%;
}*/

body, input, select, textarea, button, .ui-btn {
    font-family: TheMix, Thesis, helvetica, roboto, "droid sans", arial, sans-serif;
    font-weight: 400;
}

@media (min-width: 768px) {
    * {
        font-size: 18px;
    }
}

@media (min-width: 1920px) {
    * {
        font-size: 20px;
    }
}

*{
    text-shadow: none;
}

/*html {
    font-size: 112.5%;
    line-height: 1.15;
    !* 1 *!
    -ms-text-size-adjust: 100%;
    !* 2 *!
    -webkit-text-size-adjust: 100%;
}*/

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background-color: white !important;
}

.ui-content {
    padding: 1em 0 0 0 !important;
}

.imageCls {
    max-width: 996px;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.alignCenter {
    margin: auto;
}

.mainImgContainer {
    position: relative;
    max-width: 996px;
}

.floatingBtnContainer {
    box-sizing: border-box;
    position: absolute;
    opacity: 0.7;
    top: calc(50% - 45px);
    width: 100%;
    text-align: center;
    height: 90px;
    display: flex;
    justify-content: space-between;
}

.primary-btn-headline {
    display: none;
    margin: 0 !important;
    height: 100%;
    width: calc(100% - 104px);
    line-height: 62px;
    font-size: 14px;
    font-weight: 600;
}

.primary-header-text-index {
    font-size: 16px;
    font-weight: 600;
    color: #868382;
}

.primary-header-text-date {
    font-size: 14px;
    font-weight: 400;
    color: #868382;
}


@media screen and (max-width: 767px) {
    .primary-header-text-date {
        font-size: 14px;
    }

    .primary-header-text-index {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    /*.floatingBtnContainer {*/
    /*    position: relative;*/
    /*    opacity: 1;*/
    /*    width: 100%;*/
    /*}*/
    /*.primaryViewFloatingBtnRightCls:after{
        background-image: url('../resources/icons/2017_11_09_BR24_Icons__pfeil_rechts.svg')!important;
    }
    .primaryViewFloatingBtnRightCls:hover{

    }
    .primaryViewFloatingBtnLeftCls:after{
        background-image: url('../resources/icons/2017_11_09_BR24_Icons__pfeil_links.svg')!important;
    }
    .primaryViewFloatingBtnLeftCls:hover{
        background-color: initial!important;
    }*/
    .horizontalLayout {
        display: none;
    }

    .primary-btn-headline {
        display: block;
    }

    /*.primary-headline {
        display: none;
    }*/
    .primary-header-text-date {
        font-size: 12px;
    }

    .primary-header-text-index {
        font-size: 14px;
    }
}

.horizontalLayout {
    max-width: 996px;
    position: relative;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
}

.horizontalImgCls {
    border: 4px solid transparent;
    display: inline;
    width: 25%;
    box-sizing: border-box;
}

.overflowMenu {
    display: none;
}

.overflowMenuCls {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.navbarCls {
    display: initial;
    max-width: 996px;
}

#tabNav {
    max-width: 996px;
    margin-top: 40px;
}

@media screen and (max-width: 635px) {
    .overflowMenu {
        display: block;
        font-weight: initial !important;
        line-height: 1.25em;
    }

    .navbarCls {
        display: none;
    }
}

.ui-tabs-panel {
    max-width: 996px;
}

.footerHeaderActive {
    border: 4px solid transparent;
    border-top: 4px solid #494949
}

.footerHeaderInactive {
    border: 4px solid transparent;
}

.analyseImg {
    width: 100%;
    height: auto;
    display: block;
}

.footerImg {
    width: 100%;
    height: auto;
    border: 2px solid #eeee;
}

.analyseImgWrapper {
    width: 25%;
    position: relative;
    float: left;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 35px;
    border-right: 10px solid transparent;
    background-color: rgba(0, 0, 0, .03);
}

.analyseImgWrapper:hover{
    background-color: rgba(0, 0, 0, .1);
}

.footerImgWrapper {
    width: 33.33%;
    box-sizing: border-box;
    max-width: 480px;
    padding: 4px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: #494949!important;
}

.footerImgWrapper:first-child{
    padding-left: 0;
}

.footerImgWrapper:last-child{
    padding-right: 0;
}

/*@media screen and (max-width: 1900px) {
    .footerImgWrapper {
        width: calc(33% - 5px);
    }
}

@media screen and (max-width: 1009px) {
    .footerImgWrapper {
        width: calc(33% - 5px);
    }
}

@media screen and (max-width: 767px) {
    .footerImgWrapper {
        border: none;
    }
}
*/
@media screen and (max-width: 479px) {
    .footerImgWrapper {
        width: 100%;
        padding: 0;
    }

    .dimap-footer {
        display: inline-block;
    }
}

@media screen and (min-width: 1901px) {
    .analyseImgWrapper {
        width: 25%;
    }
}

@media screen and (max-width: 1009px) {
    .analyseImgWrapper {
        width: 33%;
    }
}

@media screen and (max-width: 767px) {
    .analyseImgWrapper {
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    .analyseImgWrapper {
        width: 100%;
    }
}

.wkrCounterContainerCls {
    width: 100%;
    max-width: 300px;
}

.wkr-buttons-container {
    margin-top: 0;
}


.meinOrtClsBw {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url(../resources/BW_Mein_Ort.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.meinOrtClsRp {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url(../resources/RP_Mein_Ort.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 479px) {
    .meinOrtClsBw {
        height: 500px;
    }

    .meinOrtClsRp {
        height: 500px;
    }
}

@media screen and (max-width: 767px) {
    .meinOrtClsBw {
        height: 500px;
    }

    .meinOrtClsRp {
        height: 500px;
    }

    .wkr-buttons-container {


    }
}

@media screen and (max-width: 1009px) {
    .meinOrtClsBw {
        height: 500px;
    }

    .meinOrtClsRp {
        height: 500px;
    }

    .wkr-buttons-container {


    }
}


@media screen and (min-width: 1901px) {
    .meinOrtClsBw {
        height: 600px;
    }

    .meinOrtClsRp {
        height: 600px;
    }

    .wkr-buttons-container {


    }
}

.svgPath {
    border: 1px solid black;
}

.svgPath:hover {
    fill: #75C1DE;
    opacity: 0.7;
    cursor: pointer;
}

.ui-btn {
    box-shadow: none !important;
}

.ui-btn-active {
    background-color: #05556a !important;
    border-color: #05556a !important;
    box-shadow: none !important;
    text-shadow: none !important;
    /*font-weight: initial!important;*/
}

.ui-btn-pressed {
    background-color: #747474 !important;
    border-color: #747474 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-weight: initial !important;
}

.headline {
    line-height: 1;
    border: none;
    background-color: #F6F6F6 !important;
    padding: .5em 0;
}

.margin45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.ui-btn-active.headline {
    color: white !important;
    background-color: #05556A !important;
}

.searchfieldContainer {
    position: absolute;
    top: 50%;
    left: 46%;
    width: 340px;
}

@media screen and (max-width: 767px) {
    .searchfieldContainer {
        position: relative;
        top: 0;
        max-width: 340px;
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 479px) {
    .searchfieldContainer {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
    }
}

div.OverflowTable {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

div.OverflowTable table {
    width: 100%;
}

.tableContainer {
    max-width: 996px;
    margin: auto;
}

.tableCellSmallCls {
    width: 100px;
}

.cellAlignRightCls {
    text-align: right !important;
}

.alertMsg {
    padding: 5px;
/ / color: #a94442;
    color: black;
    background-color: #b2dfe2;
    border-color: #b2dfe2;
    border-radius: 4px;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0
}

.gridCellInnerCls {
    text-align: right!important;
}

.gridCellCls {
    text-align: center;
    width: 25%;
}

.infoGridCellCls {
    text-align: center;
    width: 25%;
}


.wkrCounterCls {
    color: #868484;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.375em;
}

.ui-loader-background {
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    position: fixed;
    z-index: 100;
}

.ui-loader .ui-loader-background {
    display: block;
}

.ui-input-search {
    border-color: #b3b3b3;
}

.wkrmapContainerCls {
    font-size: 0.8em;
    margin-top: 20px;
}

.wkrmapSearchfieldCls {
    max-height: 200px;
    overflow: auto;
}

.resultGridHeaderBtnCls {
    background: none!important;
    cursor: pointer;
    border: none;
    position: relative;
    padding-right: 4px;
    margin: 0;
    font-size: inherit;
}
.resultGridHeaderBtnCls:focus{
    outline: rgb(16, 16, 16) auto 1px!important;
}


.thumbActiveCls {
    border: 7px solid #05556A;
}

.thumbCls {
    border: 4px solid transparent;
}

.primaryViewFloatingBtnLeftCls, .primaryViewFloatingBtnRightCls {
    width: 40px;
    border: none;
    margin: 0;
    height: 100%;
    background: rgba(67, 67, 67, 0.65);
    cursor: pointer;
}

.primaryViewFloatingBtnRightCls:after {
    content: url('../resources/icons/2017_11_09_BR24_Icons__pfeil_rechts_white.svg');
    position: absolute;
    width: 80px;
    height: 80px;
    top: 5px;
    right: -20px;
}
.primaryViewFloatingBtnLeftCls:hover,
.primaryViewFloatingBtnRightCls:hover{
    background: rgba(67, 67, 67, 0.95)!important;
}


.primaryViewFloatingBtnLeftCls:after {
    content: url('../resources/icons/2017_11_09_BR24_Icons__pfeil_links_white.svg');
    position: absolute;
    width: 80px;
    height: 80px;
    top: 5px;
    left: 0;
    margin-left: -20px;
    margin-top: 0;
}

@media screen and (max-width: 635px) {
    .primaryViewFloatingBtnRightCls {
        height: 50px !important;
        width: 22px !important;
    }

    .primaryViewFloatingBtnRightCls:after {
        width: 40px;
        height: 40px;
        top: 5px;
        right: -10px;
    }

    .floatingBtnContainer {
        height: 50px;
        top: calc(50% - 25px);
    }

    .primaryViewFloatingBtnLeftCls {
        height: 50px !important;
        width: 22px !important;
    }

    .primaryViewFloatingBtnLeftCls:after {
        width: 40px;
        height: 40px;
        top: 5px;
        left: 12px;
    }

}

.bottomNavi {
    font-weight: initial !important;
    font-size: 12.5px;
}

.wkr-map-legend-colorBox {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.wkr-map-legend-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.wkr-map-legend {
    position: absolute;
    top: 8px;
    background-color: white;
    padding: 5px;
    opacity: 0.9;
    right: 0;
    position: absolute;
}

.wkr-map-right-content-cls {

}

.ui-mobile .ui-page-active {
    overflow: hidden;
}

.rasterHeadline {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    /*position:relative;
    z-index:0;
    float:unset;
    font-size:1.1875em;
    text-transform:uppercase;
    line-height:1.25em;
    margin-right:8px;
    padding:10px 105px 8px 8px;
    color:#494949;
    overflow:hidden;
    clear: both;*/
}

.rasterHeadline:after {
    /*position:absolute;
    z-index:-1;
    content:'';
    bottom:16px;
    width:100%;
    height:8px;
    margin-left:10px;
    background-color:#eee;
    overflow:hidden;
*/
}

.primary-headline {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.topNaviHome a:hover {
    color: #494949 !important;
}

.display-type-cls {
    border-color: transparent !important;
    border-width: 0 0 3px 0 !important;
    background-color: white !important;
}

.cdu-btn {
    color: #121212 !important;
}

.ui-radio-on.cdu-btn {
    border-color: #121212 !important;
}

.spd-btn {
    color: #D71F1D !important;
}

.ui-radio-on.spd-btn {
    border-color: #D71F1D !important;
}

.linke-btn {
    color: #BE3075 !important;
}

.ui-radio-on.linke-btn {
    border-color: #BE3075 !important;
}

.gruene-btn {
    color: #78BC1B !important;
}

.ui-radio-on.gruene-btn {
    border-color: #78BC1B !important;
}

.fdp-btn {
    color: #F1AB00 !important;
}

.fw-btn {
    color: #1D4394 !important;
}

.ui-radio-on.fw-btn {
    border-color: #1D4394 !important;
}

.csu-btn {
    color: #121212 !important;
}

.ui-radio-on.csu-btn {
    border-color: #121212 !important;
}

.ui-radio-on.fdp-btn {
    border-color: #F1AB00 !important;
}

.afd-btn {
    color: #0020c8 !important;
}

.ui-radio-on.afd-btn {
    border-color: #0020c8 !important;
}

.afd-btn {
    color: #0020c8 !important;
}

.ui-radio-on.afd-btn {
    border-color: #0020c8 !important;
}

.firstvote-btn {
    color: black !important;
}

.ui-radio-on.firstvote-btn {
    border-color: #05556A !important;
}

.secondvote-btn {
    color: black !important;
}

.ui-radio-on.secondvote-btn {
    border-color: #05556A !important;
}

.ui-corner-all {
    border-radius: 0;
}

.voter-turnout-btn {
    color: #0a1e3c !important;
}

.ui-radio-on.voter-turnout-btn {
    border-color: #05556A !important;
}

.color-bar-legend {

}

.color-bar-legend-item {
    width: 25px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.color-bar-legend-text {
    vertical-align: middle;
    font-size: 13px;
    margin-left: 2px;
    margin-right: 2px;
}

.teasertext {
    float: none;
    font-size: 1em;
    line-height: 1.375em;
    width: auto;
    padding: 0 8px;
    color: #494949;
    margin: 12px 0 12px 0;
}

.bwSvgCntCls {
    margin: auto;
    width: calc(100% - 20px);
    height: 100%;
    max-width: 560px;
    max-height: 580px;
    float: left;
    position: relative;
    padding: 5px;
}

@media screen and (max-width: 1009px) {
    .bwSvgCntCls {
        float: none;
        clear: both;

    }
}

@media screen and (max-width: 767px) {
    .bwSvgCntCls {
        float: none;
        clear: both;
        padding: 0;
        margin: 0;
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 479px) {
    .bwSvgCntCls {
        float: none;
        clear: both;
    }

    .map-zoom {
        border: 1px solid #05556A;
    }
}

.ieSvgCntCls {
    height: 580px;
}

@media screen and (min-width: 1901px) {
    .ieSvgCntCls {
        height: 580px;
    }
}

@media screen and (max-width: 479px) {
    .ieSvgCntCls {
        float: none;
        clear: both;
        height: 350px;
    }
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

main {
    position: relative;
}

/* social sharing */
/*.socialSharing {
    position: fixed;
    z-index: 29;
    left: 50%;
    margin-left: 520px;
    display: block;
    top: 0;
}*/

.socialSharing {
    left: 0;
    bottom: 0;
    margin: 0;
    top: auto;
    background: #fff;
    /*background: rgba(67, 67, 67, 0.65);*/
}

/*@media screen and (min-width: 1901px) {
    .socialSharing {
        margin-left: 400px;
    }
}*/

/*@media screen and (max-width: 1110px) {
    .socialSharing {
        left: 0;
        bottom: 0;
        margin: 0;
        top: auto;
        background: #fff;
        background: rgba(67, 67, 67, 0.65);
    }
}*/

.socialSharingList {
    /*padding-top: 10px;*/
    padding: 0;
    max-width: 400px;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
}

/*@media screen and (max-width: 1110px) {
    .socialSharingList {
        padding: 0;
    }
}*/

.socialSharingList:after {
    content: ".";
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
    display: block;
}

.socialSharingList li {
    margin-bottom: 30px;
    display: block;
}

/*@media screen and (max-width: 1110px) {
    .socialSharingList li {
        float: left;
        margin: 0 20px;
        padding-top: 14px;
    }
}*/

.socialSharingList .walink {
    display: none;
}

/*@media screen and (max-width: 1009px) {
    .socialSharingList .walink {
        display: block;
    }
}*/

.socialSharingList a {
    clear: left;
    float: left;
    position: relative;
    z-index: 0;
    left: 0;
    font-size: 0.8125em;
    text-align: right;
    width: auto;
    height: 14px;
    margin: 8px auto 21px;
    padding: 5px 22px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

.socialSharingList a:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -11px;
    left: -1px;
    text-indent: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    background-color:#05556A;
}

.socialSharingList a:hover::before {
    background-color: #0992b6;
}

.socialSharingList .fblink a:before {
    content: url(https://www.swr.de/assets/images/swr/icons/facebook.svg);
}

.socialSharingList .twlink a:before {
    content: url(https://www.swr.de/assets/images/swr/icons/twitter.svg);
}

.socialSharingList .walink a:before {
    content: url(https://www.swr.de/assets/images/swr/icons/whatsapp.svg);
}

.socialSharingList .mailink a:before {
    content: url(https://www.swr.de/assets/images/swr/icons/mail.svg);
}

.socialSharing {
    width: 100%;
}

.socialSharingList .sharelink a:before {
    content: '';
    background-size: 26px 26px;
    background-position: center;
    background-image: url(../resources/shareWhite.svg);
    background-repeat: no-repeat;
}

.socialSharingList {
    width: 100%;
    display: table;
}

.socialSharingList .walink {
    display: none;
}

@media screen and (max-width: 767px) {
    .socialSharingList li, .socialSharingList li.walink {
        float: none;
        text-align: center;
        margin: 0;
        vertical-align: middle;
        display: table-cell;
    }
}

.socialSharingList li.walink {
    float: none;
    text-align: center;
    margin: 0;
    vertical-align: middle;
}

.socialSharingList li {
    float: none;
    text-align: center;
    margin: 0;
    vertical-align: middle;
    display: table-cell;
}

.socialSharingList a {
    float: none;
    width: 0;
    margin: 8px auto 21px;
    padding: 5px 22px;
    border: none;
}
.socialSharingList a:hover {
    float: none;
    width: 0;
    margin: 8px auto 21px;
    padding: 5px 22px;
    border: none;
}


/*@media screen and (max-width: 767px) {
    .socialSharing {
        width: 100%;
    }

    .socialSharingList {
        width: 100%;
        display: table;
    }

    .socialSharingList li, .socialSharingList li.walink {
        float: none;
        text-align: center;
        width: 25%;
        margin: 0;
        vertical-align: middle;
        display: table-cell;
    }

    .socialSharingList a {
        float: none;
        width: 0;
        margin: 8px auto 21px;
        padding: 5px 22px;
        background: transparent;
        border: none;
    }
}*/

.hidden {
    position: absolute !important;
    top: auto;
    left: -999em;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
}

.contentSection {
    background-color: white;
}

.contentSection {
    width: 100%;
    display: block;
}

@media screen and (max-width: 767px) {

    .drop-down-content {
        width: 100%;
    }
}

#dimapcontent {
    max-width: 996px;
    padding: 2px 0px 8px;
}


.navbarCls {
    padding: 0;
    background-color: #F6F6F6;
}

.selected {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    top: 0;
    color: white;
    font-weight: bold;
}

.not-selected {
    display: none;
}

.center-text {
    top: 50%;
    position: absolute;
    color: white;
    left: 50%;
    transform: translate(-50%, -50%);
}

#br24FootNav a:visited {
    color: #a3a3a3;
}

#br24FootNav a:hover {
    color: white;
}

.pulldown-container .ui-mini {
    margin: .446em 1em .446em 0 !important;
}


#selectedWkrNode {
    color: #868484;
    background-color: white;
    padding: 5px 0;
    text-align: left;
}

.is-hover {
    background-color: #05556A !important;
    color: white !important;
    text-align: center !important;
}

.section_head {
    margin-top: 45px;
    margin-bottom: 45px;
}

.br24LinkList header {
    display: block;
    padding: 0.5rem 0 0.5rem 0;
    font-weight: 600;
}

.br24LinkList h6 {
    color: white;
}

.ui-navbar li .ui-btn {
    font-size: inherit;
    font-weight: 500;
    margin-left: 5px;
    border: 2px solid black;
}
.ui-navbar li:first-child .ui-btn {
    margin-left: 0;
}

@media only screen and (max-width: 1023px) and (min-width: 481px) {
    .ui-navbar li .ui-btn {
        font-size: 14px;
        font-weight: 700;
    }

    .drop-down-content {
        width: 30em;
    }
}

@media only screen and (max-width: 480px) {
    .drop-down-content {
        width: 100%;
    }
}

.ui-btn.ui-corner-all {
    border-radius: 0 !important;
}

#select-native-2-button:after {
    background-image: url('../resources/icons/2017_11_09_BR24_Icons__pfeil_rechts.svg');
    background-color: transparent;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 40px;
    height: 40px;
    top: 30%;
}

/*.footerImgWrapper:first-child {
    border-left: 0;
}*/

.ui-radio.ui-mini {
    font-size: 14px;
    font-weight: 700;
}

.ui-input-search {
    border: 2px solid #979797;
}


.karte-headline {
    font-weight: 700;
    font-size: 26px;
    margin: 0 !important;
}

.alle-bezirksergebnis {
    color: #3C3C3B;
    font-weight: 600;
    line-height: 24px;
    width: 286px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
}

.wkr-display {
    margin-top: 20px;
    height: 80px;
    font-size: 25px;
}

@media only screen and (min-width: 768px) {
    .rasterHeadline {
        font-size: 26px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .karte-headline {
        font-size: 32px;
    }

    .alle-bezirksergebnis {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .wkr-display {
        margin-top: 50px;
    }

    #selectedWkrNode {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 1009px) {
    .wkr-display {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1920px) {
    .rasterHeadline {
        font-size: 31px;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    #selectedWkrNode {
        font-size: 22px !important;
    }

    .karte-headline {
        font-size: 40px;
    }

    .alle-bezirksergebnis {
        margin-bottom: 50px;

    }

    .wkr-display {
        margin-top: 50px;
    }

}


.wkr-map-main {
    margin-top: 0;
}

.header-wrapper {
    flex-grow: 1;
    flex-basis: calc(100% - 50px);
}

.navigation {
    position: absolute;
    right: 0px;
    top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mainNavigationContainer {

}

mainNavigation {
    padding: 10px 0;
}

.staticNavContainer {
    display: block;
    margin-bottom: 0.7em;
}

.navigationItems__item {
    width: 100%;
}

.navigationItems__item__icon {
    width: 15%;
    position: relative;
}

.navigationItems__item__icon svg {
    width: 50px;
    float: right;
}

.navigationItems__item__text,
.navigationItems__item__text__sub {
    width: 80%;
    letter-spacing: 0.03125em;
    padding-left: 1em;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 2.3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.navigationItems__item__text__sub {
    font-weight: 400;
    font-size: 1.2em;
}

.navigationItems__item a {
    width: 100%;
    display: inline-block;
}

.breadcrumb {
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 0 0 0 1rem;
    text-transform: uppercase;
}

.breadcrumbDesktop {
    display: none;
}

.breadcrumbMobile {
    font-size: 0.875em;
    font-weight: 700;
    color: #ffffff;
    padding: 0;
}

.header {
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
}

.header a {
    color: #ffffff;
    text-decoration: none;
}

.header #br24Logo {
    float: left;
}

.header ul {
    margin: 0;
    padding: 0;
}

.header li {
    list-style: none;
}


.backButton:after {
    width: 40px;
    height: 40px;
    top: 12px;
    left: 0;
    background: white url('../resources/icons/2017_11_09_BR24_Icons__pfeil_links.svg');
}

.margin0 {
    margin: 0;
}

.ui-table-reflow td, .ui-table-reflow th {
    text-align: right;
}

@media (max-width: 35em) {
    .ui-table-reflow td, .ui-table-reflow th {
        text-align: left;
    }
}

.drop-down-content {
    position: absolute;
    background-color: #434343;
    right: 0;
    top: 50px;
    color: white;
    width: 23em;
    display: none;
    z-index: 100;
    padding-bottom: 30px;
}

.close {
    position: absolute;
    right: 10px;
    color: #f1f1f1;
    font-size: 40px;
    transition: 0.3s;
}

@media only screen and (max-width: 1023px) and (min-width: 481px) {
    .drop-down-content {
        width: 23em;
    }

    .menu-svg {
        /*width: 45px;
        right: 0;
        position: absolute;*/
    }
}

@media only screen and (max-width: 480px) {
    .drop-down-content {
        width: 100%;
    }

    .hamburger-container {
        position: initial;
    }

}

#select-native-2-button {
    border: none;
}

.overflowMenu .ui-field-contain, .ui-select {
    padding: 0;
    margin: 0;
}

.menu-entry {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.menu-text {
    color: white;
    letter-spacing: 0.03125em;
    font-weight: 600;
    font-size: 1em;
    line-height: 2em;
    width: 80%;
    padding-left: 1em;
}

.menu-text-sub {
    color: #a2a2a2;
    font-weight: 400;
    font-size: 0.8em;
}

@media only screen and (max-width: 768px) {
    .menu-text {
        font-size: 18px;
        line-height: 2em;
    }

    .menu-svg {
        font-size: 18px;
    }
}

.stext:hover {
    color: #a3a3a3;
}

.menu-text-sub:hover {
    color: white;
}

.menu-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    border-radius: 50%;
    background-color: rgb(11, 159, 216);
}

.sport {
    background-color: rgb(244, 183, 59);
}

.wirtschaft {
    background-color: rgb(53, 184, 115);
}

.kultur {
    background-color: rgb(121, 206, 46);
}

.wissen {
    background-color: rgb(253, 143, 37);
}

.netzwelt {
    background-color: rgb(223, 24, 104);
}

.wahl {
    background-color: rgb(125, 125, 125);
}

.fuchs {
    background-color: rgb(142, 68, 173);
}

.menu-svg {
    /*width: 35px;*/
    right: 0;
    position: absolute;
    height: 2em;
}

.bullet-container {
    width: 15%;
    position: relative;
}

@media only screen and (max-width: 1023px) and (min-width: 481px) {
    .menu-svg {
        right: 0;
        position: absolute;
    }
}

#br24Head {
    max-width: 1536px;
}

@media screen and (min-width: 1020px) {
    .menu-svg {
        right: 0;
        position: absolute;
    }

    /*#br24Head {
        height:100px;
    }
    .headroom-wrapper{
        height: 100px;
    }
    #br24Head #br24Logo{
        width:100px;
        height:100px;
        border-bottom: 10px solid rgb(11, 159, 216);
    }
    #br24Head #br24Logo svg{
        width:80px;
        margin:10px;
    }
    #br24Text{
        margin-top:-85px;
    }*/
    .br24LinkList {
        flex: 1 1 auto;
        padding: 5px;
    }

    .br24Hidden {
        display: block;
    }

    .br24LinkList header h6 {
        font-weight: 600;
    }

    .br24LinkList header svg {
        display: none;
    }

    .br24FooterLine {
        display: none;
    }

    .br24Align {
        text-align: right;
    }

    .br24Align h6 {
        width: 100%;
    }
}

.analyse-thumb-text {
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 600;
    font-size: 18px;
    word-break: break-word;
    word-wrap: break-word;
}

.ui-content .ui-listview, .ui-panel-inner > .ui-listview {
    margin: -1em 0 0;
}

.x-button:after {
    /* background-image: url('../resources/icons/cancel.svg');*/
    background-color: black;
    /* width: 80px;
     height: 80px;
     top: -15px;
     left: 10%;
     margin-left: -20px;
     margin-top: 0;*/
}

.ui-selectmenu .ui-header .ui-title {
    margin: 0.1em 2.875em;
}

.analyze-header {
    margin-bottom: 22px;
}

.image-counter {
    text-align: right;
}

.analyseImgWrapper-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 62px;
    justify-content: space-between;
}

.struct-bar-cnt {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.struct-bar {
    height: 14px;
}

.struct-text {
    width: 30px;
}

@media (min-width: 768px) {
    .struct-bar {
        height: 18px;
    }

    .struct-text {
        width: 36px;
    }
}

@media (min-width: 1920px) {
    .struct-bar {
        height: 20px;
    }

    .struct-text {
        width: 40px;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.tooltip {
    transform: translate(-50%, -200%);
    display: none;
    position: absolute;
    color: white;
    background-color: #05556A;
    border: none;
    border-radius: 4px;
    padding: 15px 10px;
    z-index: 10;
    width: 100%;
    max-width: 200px;
    top: 50px;
    left: 50%;
    text-align: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.resultDescription{
    /*padding: 1em 0;*/
}

.neighbor{
    font-size: 0.8em;
    font-weight: 600;
    text-decoration: none;
    height: 40px;
    padding: 0.8em 1em;
    color: #494949!important;
    border: 1px solid #999;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px 4px;
}
.neighbor:hover{
    color: #fff!important;
    background-color: #494949;
    border-color: #494949;
}

.share-btn{
    position: absolute;
    right:2%;
    top: 2%;
    cursor: pointer;
    background-color: transparent;
    opacity: 0.6;
    height: 40px;
    border: none;
    text-align: center;
    vertical-align: middle;
    border-radius: 5%;
    padding: 5px;
}

#site-footer a {
    color: white;
    font-weight: inherit;
}
.footer-statement{
    color: white;
    font-weight: inherit;
}

/*
TODO: JMobile raus*/

.topnav {
    margin-top: 1em;
    overflow: hidden;
    display: flex;
}

.topnav a {
    float: left;
    flex: 1;
    margin-left: 5px;
    display: block;
    color: rgb(0, 24, 58);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    background: rgb(206,211,217);
}
.topnav a:first-child{
    margin-left: 0
}

.topnav a:hover, .topnav a:visited {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #05556a;
    color: white;
}

.topnav .icon {
    display: none;
}

/*@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive #foldout-menu:before {
        right: 9px;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}*/

.foldout-title{
    color: white;
    margin: auto;
}

.foldout-container{
    margin-top: 1em;
    position: relative;
    display: none;
}

@media (max-width: 767px){
    .topnav{
        display: none;
    }

    .foldout-container{
        display: block;
    }
}

.foldout-btn-container{
    background-color: #05556A;
    width: 100%;
    display: flex;
}

#foldout-menu{
    background-color: #05556A;
    border: none;
    height: 50px;
    width: 50px;
    margin-left: 1em;
    color: white;
    margin: 0;
}

.foldout-menu{
    background-color: #05556A;
    display: inline-block;
}

.foldout-menu:focus{
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 1px;
}

.foldout-menu:before{
    position: absolute;
    content: "";
    text-indent: 0;
    top: 14px;
    left: 9px;
    width: 28px;
    height: 21px;
    transition: none;
    background-image: linear-gradient(to top,#fff 0,#fff 3px,transparent 3px,transparent 9px,#fff 9px,#fff 12px,transparent 12px,transparent 18px,#fff 18px,#fff 21px);
}

.foldout-menu-open:before{
    content: "\00d7";
    text-indent: 0;
    top: -10px;
    font-size: 3em;
    font-weight: 300;
    background-image: none;
    transition: all 0.25s ease-in;;
}

.foldout-list {
    max-height: 0;
    list-style-type: none;
    margin: 0;
    position: absolute;
    padding: 0;
    width: 100%;
    background-color: #f1f1f1;
    overflow: hidden;
    z-index: 1;
    transition: max-height 0.25s ease-in;
}

.foldout-list-first{
    border-top: 2px dashed white;
}

.foldout-list li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}
.foldout-list li a:visited {
    background-color: #ddd;
    color: black;
}
.foldout-list li a.active {
    background-color: #05556A;
    color: white;
}

.foldout-list li a:hover:not(.active) {
    background-color: #555;
    color: white;
}

.responsive{
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}

.info-box{
    margin-top: 20px;
    border: 1px solid grey;
    padding: 24px calc(10% + 1px) 0 calc(10% - 6px);
    border-left: 8px solid #05556a;
    color: #494949;
}

.result-image-container{
    position: relative;
}

.news-heading{
    font-size: 1.1em;
}

.news-paragraph{
    font-size: 0.8em;
    text-align: left;
}
