@font-face {
  font-family: 'Robotos';
  src: url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
    overflow-y:scroll;
    min-height: 100%;
}
body {
    min-height: 100%;
    background-color: #fff;
    color: #3f3f3f;
    font-family: 'Robotos', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}
.clear {
    margin: 0px;
    padding: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    clear: both;
    overflow: hidden;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #1a171b;
}



select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip:padding-box;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    -webkit-appearance:none;
    background-color:#fff;
    color:#000;
    outline:0;
    margin:0;
    padding:0;
    text-align: left;
    font-size:1em;
    height: 1em;
    vertical-align: middle;
}
select {
    background:#fff url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: 97% center;
    padding:0 25px 0 8px;
    font-size: .875em
}

ul {
    list-style-type: square;
    list-style-position: outside;
    margin: 0;
    padding: 0 0 0 8px;
}
li {
    
}

/* layout */
a {
  color: #454344;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #454344;
}
.pink {
  color: #e10078;
}
.textlink {
    text-decoration: underline !important;
}
#content h1 {
    font-family: verdana, arial, sans-serif;
    font-size: 63px;
    line-height: 63px;
    padding-bottom: 30px;
}
#content h3 {
    font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 34px;
    padding: 0;
    margin: 0;
}
#content h4 {
    font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0 0 20px 0;
}
/* overlay */
.button_overlay {
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    border: none;
}
.button-overlay :hover,
.button-overlay :active,
.button-overlay .hover {
    background-color: #faf494;
}
.ssi-modalWrapper {
    margin: 140px auto 20px;
}
.menuopen .ssi-modalOuter {
    left: 136px !important;
}
@media only screen and (max-width: 825px) {
    .menuopen .ssi-modalOuter {
        left: 0 !important;
    }
}



.ssi-modalWindow {
    padding: 18px 0px 4px 0px;
}



.ssi-buttons .ssi-rightButtons {
    float: none;
}
.ssi-buttons .ssi-modalBtn {
    margin: 2px auto 2px auto;
    display: block;
    position: relative;
    top: 30px;
    padding-bottom: 20px;
}
.ssi-buttons {
    position: relative;
    bottom: 0;
    padding: 0;
    border-top: none;
    height: 1px;
}
.ssi-modalContent {
    padding: 5px 15px 15px 15px;
}
.ssi-topIcons {
    display: none;
}


.ssi-modalWrapper.small, .ssi-modalWrapper .ssi-modalWindow.small {
    width: 500px;
}
@media only screen and (max-width: 540px) {
    .ssi-modalWrapper.small, .ssi-modalWrapper .ssi-modalWindow.small {
        width: 99%;
    }
    .overlay_topic {
        
    }
}

.overlay_topic {
    width: 100%;
    padding-bottom: 5px;
    color: #3a7a01;
    border-bottom: solid 2px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
.overlay_image {
    padding-bottom: 11px;
}
.overlay_image img {
    display: block;
    width: 100%;
}
.overlay_value {
    padding-bottom: 10px;
}
.overlay_content b {
    font-weight: bold;
}
.overlay_link {
    color: #5fb8ac;
}
.overlay_link:hover {
    text-decoration: underline;
}
.overlay_topic_2 {
    width: 100%;
    padding-bottom: 5px;
    color: #8dc84c;
    border-bottom: solid 2px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
.overlay_content a {
    text-decoration: none;
    color: #3a7a01;
    font-weight: bold;
}
.overlay_content a:hover {
    text-decoration: underline;
}

.overlay_content ul {
    margin: 0;
    padding: 0 0 0 17px;
    list-style: none;
}
.overlay_content ul li::before {
    content: "\25FC";
    display: inline-block;
    width: 17px;
    margin-left: -17px;
}
.overlay_content h1, .overlay_content h1 * {
	font-size:19px;
    font-weight: bold !important;
}
.overlay_content h2, .overlay_content h2 * {
	font-size:14px;
    font-weight: bold !important;
}

.overlay_streetview {
    float: left;
}
.overlay_date {
    width: 100%;
    padding-bottom: 11px;
    display: inline-block;
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    height: 36px;
}
.overlay_date_vote {
    margin: auto;
    width: fit-content;
}
.overlay_date_vote span {
    font-size: 14px;
}
.overlay_date_day, .overlay_date_month, .overlay_date_year  {
    float: right;
}
.overlay_detail {
    padding-top: 11px;
    margin: auto;
    width: fit-content;
}
.overlay_detail a:hover {
    text-decoration: underline;
}

.overlay_downloads_topic {
    width: 100%;
    padding-bottom: 11px;
    display: inline-block;
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    height: 36px;
    padding-top: 11px;
}
.overlay_downloads_cont {
    padding-top: 5px;
}


/* overlay location */
.overlay_location_image {
    float: left;
    width: 270px;
    height: 180px;
    background-size: 100% auto;
    background-position: 0 center;
}
.overlay_location_content_1 {
    float: left;
    width: 190px;
    padding-left: 15px;
}
.overlay_location_topic {
    float: left;
    width: 100%;
    font-size: 16px;
    padding-bottom: 15px;
}
.overlay_location_footer {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 15px 0 0 0;
    margin-top: 15px;
}
.overlay_col_50 {
    float: left;
    width: 50%;
}


/* menu */
#menu_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    bottom: 0;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
}
#menu_toggle_header {
    cursor: pointer;
}
#menu_container_1 {
    padding: 10px 16px 16px 16px;
}
.facebook_link, .facebook_link:hover, .facebook_link:active, .facebook_link:visited {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-decoration: none;
}

/* filter */
.menuswitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  outline-color: transparent;
  outline-style: none;
}

.menuswitch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.menuslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #78ba3f;
  -webkit-transition: .4s;
  transition: .4s;
  outline-color: transparent;
  outline-style: none;
}

.menuslider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .menuslider {
  background-color: #fff000;
}

input:focus + .menuslider {
  box-shadow: none;
}

input:checked + .menuslider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}






/*
#menu_container .inner {
    position: relative;
    width: 100
}
*/
#menu_opener {
    display: block;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    position: absolute;
    top: 00;
    left: 300px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 15px;
}

/* menu search */
#menu_search_container {
    width: 280px;
    padding: 25px 0 25px 16px;
}
#menu_search_border {
    width: 248px;
    height: 34px;
    background: #f8f8f8 url(../img/menu/search_background.png) right 7px no-repeat;
    border: 1px solid #ddd;
    /*
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    */
}
#menu_search_border input {
    border: none;
    background: transparent;
    width: 211px;
    height: 32px;
    float: left;
    color: #a0a0a0;
    padding-left: 14px;
}
#menu_search_border input::placeholder {
    color: #a0a0a0;
}
#menu_search_button {
    display: block;
    width: 35px;
    height: 32px;
    float: left;
}

/* menu toogle */
#menu_toggle_container {
    width: 100%;
}
#menu_toggle_header {
    width: 280px;
}
/*
#menu_toggle_container .item {
    height: 50px;
    width: 280px;
    padding: 10px 16px 0 16px;
}
#menu_toggle_container .item_last {
    border-bottom: none !important;
}
#menu_toggle_container .item_icon {
    display: none;
    width: 42px;
    height: 34px;
    float: left;
}
#menu_toggle_container .item_text {
    float: left;
    padding: 7px 0 0 0px;
}
#menu_toggle_container .item_toggle {
    float: right;
}
*/
#menu_toggle_container .item {
    min-height: 50px;
    width: 280px;
    padding: 2px 16px 2px 16px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#menu_toggle_container .item_icon {
    display: none;
    height: 34px;
    padding-right: 8px;
}
#menu_toggle_container .item_text {
    flex-grow: 1;
    padding-right: 8px;
}
#menu_toggle_container .item_toggle {
    width: 60px;
}



/* small menu */


.menu_size_1 .menuswitch {
  width: 40px;
  height: 22px;
}

.menu_size_1  .menuslider:before {
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
}

.menu_size_1 input:checked + .menuslider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

#menu_toggle_container .menu_size_1 .item {
    min-height: 22px;
    width: 280px;
    padding: 2px 16px 2px 16px;
}
#menu_toggle_container .menu_size_1 .item_toggle {
    width: 40px;
}








#menu_container_1 a {
    text-decoration: none;
    font-weight: bold;
}
#menu_container_1 a:hover {
    text-decoration: underline;
}

#menu_container_1 ul {
    margin: 0;
    padding: 0 0 0 17px;
    list-style: none;
}
#menu_container_1 ul li::before {
    content: "\25FC";
    display: inline-block;
    width: 17px;
    margin-left: -17px;
}
#menu_container_1 h1, menu_container_1 h1 * {
	font-size:19px;
    font-weight: bold !important;
}
#menu_container_1 h2, menu_container_1 h2 * {
	font-size:14px;
    font-weight: bold !important;
}




/* map */
#map_container {
    position: absolute;
    top: 0;
    left: 280px;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    height: 100%;
}
#map {
    width: 100%;
    height: 100%;
}
#site_info {
    display: block;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
}
#site_suggestion {
    display: block;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    position: absolute;
    top: 80px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
}
#site_imprint {
    display: block;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    position: absolute;
    top: 1400px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
}
#site_gw {
    display: block;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #afca0b url(../img/gw.png) center center no-repeat;
}
#map_zoom {
    display: block;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.27);
    position: absolute;
    bottom: 80px;
    right: 20px;
    width: 40px;
    height: 80px;
}
#map_zoom_plus, #map_zoom_minus {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
}

/* menu years */
#menu_year_container {
    width: 280px;
    padding: 30px 16px 75px 16px;
}
#year-slider {
    border-radius: 0;
    height: 34px;
    box-shadow: none;
    border: none;
}
#year-slider-container {
    background-color: #ffffff;
    padding: 0 17px 0 17px;
}
#year-slider .noUi-handle {
    border-radius: 0;
    background: #2980b9;
    height: 26px;
    width: 26px;
    top: 4px;
    right: -13px;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
#year-slider .noUi-value-horizontal {
    -webkit-transform: translate(-50%, 25px);
    transform: translate(-50%, 25px);
    writing-mode: vertical-lr;
}
#year-slider .noUi-handle:before, #year-slider .noUi-handle:after {
    display: none;
}
#year-slider .noUi-tooltip {
    bottom: 130%;
    border: none;
    padding: 6px 5px 4px 5px;
    font-size: 14px;
    border-radius: 0;
}
#year-slider .noUi-tooltip {
    display: none;
}
#year-slider .noUi-active .noUi-tooltip {
    display: block;
}
#year-title {
    padding-bottom: 3px;
}
#year-slider .noUi-marker-normal {
    display: none;
}