#phone-message{
    display:none;
    width:100%;
    top:80px;
    position: absolute;
    z-index:9999;
    font-size:14px;
}
#phone-message .wrapper{
    padding:20px;
}
.iframe .hide-me{
    display:none !important;
}
.iframe body{
    width:620px;
}
.light-message{
    opacity:.9;
    margin-bottom:5px;
}
#ios-modal{
    position: absolute;
    top: 70px;
    z-index: 99999;
    width: 300px;
    margin: 0 auto;
    left: 50%;
    margin-left: -150px;
    background:rgba(255,255,255,.85);
    border:1px solid #eee;
    display:none;
}
#ios-modal .wrapper{
    padding:20px;
    text-align:center;
}
#ios-modal select{
    margin-top: 10px;
    width: 100%;    
}
#ios-overlay{
    width:100%;
    height:100%;
    position:absolute;
    background:rgba(255,255,255,.5);
    z-index:99998;
    top:30%;
    display:none;
}
#erststimmen-tooltip{
    display:none;
    position:absolute;
    padding:10px;
}
#erststimmen-tooltip .name{
    font-weight: bold;
}
#erststimmen-tooltip .kandidat{
    margin-bottom:3px;
}
.tooltip-text {display: none;}
#fact-tooltip{
    width: 300px;
    position: absolute;
    bottom: 95px;
    z-index: 99998;
    border: 1px solid #eeeeee;
    background: rgba(255,255,255,.85);
    padding: 10px;
    display:none;
    left:50%;
    margin-left:-160px;
}
#fact-tooltip.active{
    display:block;
}
#fact-tooltip:after {
  position: absolute;
  left: 15px;
  top: -10px;
  border-top: 7px solid #ff0000;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: none;
}
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot');
    src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('fonts/icomoon.woff') format('woff'),
        url('fonts/icomoon.ttf') format('truetype'),
        url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon-plus, .icon-minus, .icon-compass, .icon-search, .icon-contract, .icon-expand, .icon-menu, .icon-info, .icon-spinner {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-plus:before {
    content: "\e003";
}
.icon-minus:before {
    content: "\e004";
}
.icon-compass:before {
    content: "\e006";
}
.icon-search:before {
    content: "\e005";
}
.icon-contract:before {
    content: "\e002";
}
.icon-expand:before {
    content: "\e001";
}
.icon-menu:before {
    content: "\e000";
}
.icon-info:before {
    content: "\e007";
}
.icon-spinner:before {
    content: "\e008";
}


#mobile-menu{
    display:none;
}
.twitter-share-button{
    width:110px !important;
}
* {
    margin:0;
    padding:0;
}
 html {
    height:100%;
}
 body {
    font-size:12px;
    font-family:Arial;
    height:auto;
    width:100%;
    overflow:hidden;
    background:white;
    color:#222;
}
 a {
    text-decoration:none;
    color:#1E580A;
    font-family:Arial;
    font-size:12px;
}
.no-touch a:hover {
    text-decoration:underline;
}
 /*HEADER*/
 #header {
    width:100%;
    border-bottom:1px solid #eeeeee;
    font-size:19px;
    font-family:Georgia, "Times New Roman", Times, serif;
    padding:10px 0 10px 0;
}
 #headline {
    margin-left:20px;
    float:left;
    line-height: 30px;

}
#headline .btw{
    color:#888;
}
 #logo {
    float:left;
    margin-left:20px;
  }
#socialstuff{
    float: right; 
    margin-top: -25px;
}
 /*HEADER ENDE*/
 /*KARTE*/
 #content{
    position:relative;
 }
 #berlin-map {
    height:90%;
    width:100%;
}

#map-zoom{
    position:absolute;
    right:15px;
    bottom:20px;
    display:none;
    z-index:9;
}
#map-zoom div{
    font-size: 20px;
    padding:10px;
    background:rgba(255,255,255,.85);
    border:1px solid #ccc;
    cursor:pointer;
    margin-bottom:5px;
    width:25px;
    height:25px;
    line-height:30px;
    text-align: center;
    opacity:0.75;
    user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
}
#fullscreen{
    display:none;
}
.no-touch #map-zoom div:hover{
    background:#eee;
}
#map-zoom .zoom{
    font-size:16px;
}
 #googLegend {
    background:rgba(255,255,255,0.95);
    margin-top:15px;
    margin-right:20px;
    -moz-box-shadow:1px 2px 3px #C7C7C7;
    -webkit-box-shadow:1px 2px 3px #C7C7C7;
    box-shadow:1px 2px 3px #C7C7C7;
    width:275px;
    font-size:12px;
    font-family:Arial;
    padding:20px;
}
.innerwrapper{
    padding:10px
}
.boxinfo{
    font-size: 12px;
    margin-bottom: 10px;
}
 #detailbox {
    width:315px;
    font-size:12px;
    font-family:Arial;
    overflow:auto;
    position:absolute;
    right:20px;
    top:20px;
    display:none;
    background: white;
}
#detailbox .toggleButton{
    border:none;
    border-top: 1px solid #eee;
    background:none;
    padding-left:20px;
    margin-top:5px;
}
#result-change{
    border-top:1px solid #eee;
}
.change-button{
    cursor: pointer;
    padding:5px 10px;
}
.no-touch .change-button:hover{
    background:#eee;
}
#detail-header{
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}
#detail-header .street{
    font-weight:normal;
}
 .box .close {
    position:absolute;
    right:0;
    top:0;
    text-align: center;
    cursor:pointer;
    font-size:16px;
    cursor:pointer;
    color:#555;
    line-height: 25px;
    padding:0 8px;
    border-left:1px solid #eee;
}
.no-touch .box .close:hover {
    background:#eee;
}
 #visualization09 {
    height:25px;
}
 .visualization {
    background:#999;
    width:100%;
    height:40px;
    overflow:hidden;
    margin:3px 0 10px 0;
}
 .viz-party {
    float:left;
    height:100%;
}
.detailList{
    margin-top:10px;
}
.detailList ol {
    padding-left:25px;
}
.detailList li {
    padding:3px 0 3px 0;
}
.detailList li:nth-child(even) {
    background:#eee;
}
.sonstige{
    display:none;
}
.detailed .sonstige{
    display:block;
}
.kompakt .kompakt-text,.detailed .detail-text{
    display:block;
}
.detailed .kompakt-text,.detailed .kompakt-text,.detail-text{
    display:none;
}
.kompakt-text{
    display:block;
    background:url('../img/aufklappen.png') no-repeat center right transparent;
}
.detail-text{
    background:url('../img/einklappen.png') no-repeat center right transparent;
}
 #legend {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9999;
    pointer-events:none;
}
#legend .innerwrapper{
    background:rgba(255,255,255,0.85);
    border:1px solid #eeeeee;
    -moz-box-shadow:1px 2px 3px rgba(255,255,255,.5);
    -webkit-box-shadow:1px 2px 3px rgba(255,255,255,.5);
    box-shadow:1px 2px 3px rgba(255,255,255,.5);
    z-index:9999;
    pointer-events:all;
}
 #address {
    background-color:#f8f8f8;
    border:1px solid #eee;
    color:#4c4d4d;
    height:34px;
    width:305px;
    padding:0 0 0 5px;
    font-size:14px;
    line-height:20px;
    font-family:Arial,Helvetica,sans-serif;
    vertical-align:top;
}
#address-warning{
    font-size: 11px;
    margin-bottom: 2px;
    color: #ff1111;
    display:none;
}
#input-wrapper,#button-wrapper{
    float:left;
}
.btn span{
    color: #ffffff;
    border: 1px solid #eeeeee;
    background: #555;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
    height: 35px;
    display: block;
    width: 80px;
    cursor: pointer;
}

.no-touch .btn:hover .icon-search,.no-touch #search-address:hover{
    background-color:#777;
}
#search-location{
    display:none;
}
  #fact_box .close, #partei_box .close{
    display:none;
  }
 #fact-slider {
    height:80px;
    width: 100%;
    border-top: 1px solid #eee;
    background: rgba(255, 255, 255, 0.85);
    font-family: Georgia, "Times New Roman", Times, serif;
    user-select:none;
    -webkit-user-select: none;
    -moz-user-select: none;
  }

.slider-wrapper{
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 60px;
    background: rgba(255, 255, 255, 0.85);
}
#fact-slider .slider-btn{
    position: absolute;
    height: 60px;
    background: white;
    width: 100px;
    text-align: center;
    z-index:9;
    cursor: pointer;
}
.no-touch #fact-slider .slider-btn:hover img{
    opacity:1;
}
#fact-slider .slider-btn img{
    padding-top:15px;
    opacity:0.5;
}
#prev-slide{
     left:0;
     border-right: 1px solid #999;
}
#next-slide{
    right:0;
    border-left: 1px solid #999;
}
.fact-desc{
    float:left;
    width:175px;
    padding-top: 5px;
    position: relative;
}
.fact-headline{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3px;
}
.fact-subline{
    color: #333;
}
#factfooter{
    display:none !important;
}
 #fact-slider ul {
    position: absolute;
    list-style:none;
    padding:0;
    width:2730px;
    left: 100px;
}
 #fact-slider li{
    float: left;
    width: 245px;
    padding-left: 10px;
    cursor: pointer;
    border-right: 1px solid #ddd;
    opacity:.75;
    position: relative;
}
 #fact-slider li .close{
    position: absolute;
    right: 3px;
    top: 0;
    font-weight: bold;
    font-size: 20px;
    display:none;
 }
 #fact-slider li.active .close{
    display:block;
 }
.no-touch #fact-slider li:hover {
    background:#eee;
}
 #fact-slider li.active {
    background:#eee;
    opacity:1;
}
.button-icon {
    background:url('../img/symbole.png') no-repeat 0 0 transparent;
    width:55px;
    height:60px;
    display:block;
    float: left;    
    margin-right: 5px;
}
 .button-icon.berlin {
    background-position:-67px -3px;
}
 .button-icon.deutsch {
    background-position:-3px -4px;
}
 .button-icon.schwaben {
    background-position:-271px -6px;
}
 .button-icon.interesse {
    background-position:-144px -7px;
}
 .button-icon.muede {
    background-position:-212px -7px;
}
 .button-icon.knapp {
    background-position:-1083px -6px;
}
 .button-icon.treue {
    background-position:-388px -7px;
}
 .button-icon.wechsel {
    background-position: -331px -7px;
}
 .button-icon.klein {
    background-position:-1012px -5px;
}
 .button-icon.kandidaten {
    background-position:-511px -1px;
}
 .button-icon.hartz {
    background-position:-446px -1px;
}
 .button-icon.multi {
    background-position:-940px -6px;
}
 .button-icon.senioren {
    background-position:-717px -6px;
}
 .button-icon.jung {
    background-position:-1151px -6px;
}

.headline{
    font-weight:bold;
    margin-bottom:10px;
}
 #partei_box {
    font-size:12px;
    font-family:Arial;
    width:60%;
    border-left:none;
    border-right: none;
    border-bottom: none;
    z-index:99999;
    pointer-events:all;
    overflow:auto;
    margin-top:10px;
}
#partei_box.active{
    display: block;
}
#partei_box .innerwrapper{
    border-top:none;
}
#infobox-btn{
    font-size: 28px;
    margin-left:5px;
    position:absolute;
    right: 20px;
    top: 22px;
    z-index:8;
    cursor: pointer;
    opacity:.6;
}
#info-modal{
    display: none;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 100px;
    line-height: 20px;
    width: 400px;
    margin-left: -200px;
    background: rgba(255,255,255,.95);
    z-index: 99999;
    border: 1px solid#eee;
    font-size: 14px;
    width: 500px;
    margin-left: -250px;
}
#info-modal .close{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    border-left: 1px solid #ddd;
    padding: 1px 5px;
    border-bottom: 1px solid#ddd;
    cursor:pointer;
}
#info-modal .close:hover{
    background: #eee;
}
#info-modal.active{
    display:block;
}
#info-modal h2{
    margin-bottom:10px;
}
#infobox-btn:hover{
    opacity:1;
}
.parteien-sonstige{
    display:none;
}
.parteien-sonstige.active{
    display:block;
}
.bordered-list{
    border-top:1px solid #eee;
    margin-top:4px;
    padding-top:4px;
}
.toggleButton{
    background: rgba(255,255,255,0.85);
    padding:5px 10px;
    cursor: pointer;
    border:1px solid #eee;
    border-top:none;
}
.no-touch .toggleButton:hover{
     background: rgba(255,255,255,1);
}
.toggleButton img{
    float:right;
    width:10px;
}
.boxfooter{
    margin-top:5px;
    font-size:10px;
    background:#eee;
    padding:5px;
    display:none;
}

#partei_box ol {
    padding-left: 20px;
}
#partei_box li {
    cursor:pointer;
    margin-bottom: 5px;
}
#partei_box li .close{
    display: none;
    float: right;
    font-size: 16px;
    color: #555;
    line-height: 15px;
}
.no-touch #partei_box li:hover .close{
    color:#222;
}
#partei_box li.active{
    padding:5px;
    background:#eee;
    border:1px solid #ccc;
}
#partei_box li.active .close{
    display:block;
}
.no-touch #partei_box li:hover {
    text-decoration:underline;
}
.no-touch #partei_box li.active:hover {
    text-decoration:none;
    background:#efefef;
}
 .parteifarbe {
    margin-right:3px;
    width:10px;
    height:10px;
    display:inline-block;
}
 .parteifarbe.spd {
    background-color:#f40502;
}
 .parteifarbe.cdu {
    background-color:#000;
}
 .parteifarbe.linke {
    background-color:#8b1b62;
}
 .parteifarbe.gruene {
    background-color:#42a62a;
}
 .parteifarbe.afd {
    background-color:#009de0;
}
 .parteifarbe.piraten {
    background-color:#f68920;
}
 .parteifarbe.fdp {
    background-color:#feed01;
}
#firstwinner-box{
    margin-top:10px;
    background:rgba(255,255,255,.85);
    padding:5px 10px;
    border:1px solid #eee;
}
#firstwinner-box ul{
    margin-top:5px;
}
#firstwinner{
    list-style: none;
}

 #left-legend {
    position:absolute;
    left:20px;
    top:105px;
    width:410px;
    z-index:9999;
    display:block;
}
.box{
    background:rgba(255,255,255,0.85);
    border:1px solid #eeeeee;
    -moz-box-shadow:1px 2px 3px rgba(255,255,255,.5);
    -webkit-box-shadow:1px 2px 3px rgba(255,255,255,.5);
    box-shadow:1px 2px 3px rgba(255,255,255,.5);
    z-index:9999;
}
 /*KARTE ENDE*/
 /*GOOGLE STYLES*/
 .googft-info-window {
    width:400px;
    min-height:175px;
    position:relative;
}
 .googft-info-plain {
    min-height:90px;
}
 .googft-info-window h2 {
    height:15px;
    line-height:15px;
    font-size:15px;
    display:block;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    text-transform:uppercase;
    margin:0px 0px 10px;
}
 .googft-info-window .googft-video, .googft-info-window .googft-image {
    margin-right:20px;
    width:200px;
    height:150px;
}
 .googft-info-image p, .googft-info-video p {
    height:150px;
    float:right;
}
 .googft-info-image p {
    width:180px;
}
 .googft-info-video p {
    width:114px;
}
 /*GOOGLE STYLES ENDE*/
/*RESPONSIVE ENDE*/
#tt-wrapper{
    float:left;
}
#specialdata{
    font-family: Georgia, "Times New Roman", Times, serif;
    float: left;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    height: 75px;
    border-left: 1px solid #ddd;
    display:none;
}
 #tooltip {
    position:absolute;
    z-index:9999;
    top:100px;
    left:100px;
    background:rgba(255,255,255,0.85);
    border:#555;
    display:none;
    pointer-events:none;
    font-size:11px;
}
.tt-wrapper{
    padding:10px;
    width:260px;
    float:left;
}
#tooltip .lokal{
   font-weight: bold;
}
#tooltip-viz {
    width:100%;
    height:25px;
    overflow:hidden;
    margin:5px 0;
    background:#999;
}
.isFF #tooltip .bezirk{
    display:none;
}
.viz-party {
    height:100%;
    float:left;
}
.ajaxloader {
    position:absolute;
    left:50%;
    margin-left:-24px;
    margin-top:-24px;
    z-index:999;
}
#overlay {
    background:white;
    position:absolute;
    z-index:998;
    width:100%;
    height:100%;
    opacity:.75;
}
.clearfix:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
 .clearfix {
    display:inline-block;
}
#quell-box{
    position: absolute;
    z-index:9999;
    color:#777;
    font-size:10px;
    bottom: 81px;
    left: 100px;
    background:rgba(255,255,255,.5);
    padding:0 5px;
}
#quell-box a{
    color:#777;
    font-size:10px;
}
#line-canvas{
    position:absolute;
    top:53px;
    left:0;
    pointer-events:none;
}
#ivw{
    height:0;
}
.lazy{
    display:none;
}
@media screen and (max-width:1110px) {
    #socialstuff{
        display:none;
    }
    #partei_box{
        width:42%;
    }
    #detailbox {
        width:285px;
    }
    .parteifarbe{
        width: 10px;
    }
}

@media screen and (max-width:775px) {
    #header{
        padding:0;
    }
    #headline{
        font-size: 16px;
        padding-top:5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;      
    }
    #headline .info{
       display:none;
    }
    #logo{
        padding-top:5px;
    }
    #legend{
        top:10px;
    }
    #mobile-menu {
        font-size: 26px;
        float:right;
        padding: 0 10px;
        background: white;
        line-height: 37px;
        z-index:9999;
        cursor:pointer;
        display:block;
    }
    #mobile-menu:hover{
        background: #eee;
    }
    #mobile-menu.active{
        background: #eee;
    }
    #detail-header{
        height: 15px;
        padding: 10px;
    }
    #detailbox .close{
        height: 35px;
        font-size: 40px;
        line-height: 35px;
    }
}

@media screen and (max-width:550px) {
    #headline{
        font-size: 16px;
    }
    #headline .btw{
        display:none;
    }
    #mobile-menu{
        font-size: 20px;
        line-height:32px;
    }
    #legend{
        width:100%;
        left:0;
        top:0;
        border-top:none;
    }
    #partei_box{
        width:30%;
    }
    #input-wrapper{
        width:60%;
    }
    #button-wrapper{
        width:40%;
    }
    #input-wrapper input{
        width:100%;
    }
    #button-wrapper div{
        width:50%;
        float:left;
    }
    .btn span{
        width: auto;
    }
    #search-location{
        display:block;

    }
    #detailbox{
        width:100%;
        right:0;
        top:60px;
    }
    #quell-box{
        display:none !important;
    }
    #fact-slider{
        height:0;
        display:none;
    }

}

@media screen and (max-width:375px) {
    #headline{
        font-size: 11px;
        text-align:left;
     }
     #headline span{
        display:none;
     }
    #mobile-menu{
        line-height:29px;
     }
    .widget_header {
        font-size: 13px;
    }
    #address_box{
        width:100%;
        left:0;
    }
    #address{
        width: 55%;
    }
    .button{
        padding:10px 5px;
    }

}


