* { 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
}

html, body {
margin: 0;
padding: 0;
font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
font-family: "Myriad Pro","Myriad Web Pro Regular","Lucida Grande","Geneva","Trebuchet MS","sans-serif";
  color: #330000;
}

#timeslider {
  padding: 10px;
  background-color: #FFF;
  width: 100%;
  height: 55px;
  position: absolute;
  z-index: 12;
  overflow: hidden;
  bottom: 0;
  text-align: center;
}
#jahr {
  font-size: 16px;
  font-family: monospace;
  font-weight: bold;
  color: #330000;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
#heute{
  float:right;
}
#heute, #j1970 {
  font-size: 12px;
  padding-top: 4px;
}
#sliderouter {
  width: 490px;
  margin-left: 20px;
  margin-top: 10px;
  display: inline-block;
  text-align:left;
}
#allediv {
  width: 20px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
}

#infobox {
  background-color: white;
  width: 360px; 
  max-height: 325px;
  position: absolute;
  top: 70px;
  right: 15px;
  z-index: 1000;
  padding: 15px;
  display: none;
}
#infobox h1{
  margin-top: 0;
}
#infobox h2 {
  margin: 0;
}

#map .wml-zoom-handle {
  background-image: none;
}

#map .wml-zoom-handle,
#slider.ui-widget-content,
#slider.ui-widget-content a {
  border: 1px solid #330000;
  background-color: #EEE;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#slider.ui-widget-content {
  height: .8em;
  position: relative;
  text-align: left;
}

#slider.ui-widget-content a {
  width: 1.2em;
  height: 1.5em;
  top: -.5em;
  margin-left: -0.6em;
  text-align: left;
  position: absolute;
  z-index: 2;
}

#topbar {
  width: 100%; 
  height: 55px;
  padding: 10px;
  overflow: hidden;
  vertical-align: middle;
}

#description,
#logo {
  float: left;
}

#logo {
  margin-left: 10px;
  margin-top: 7px;
}

#description {
  left: 40px;
  top: 8px;
}
#primary-links li,
#description {
  position: relative;
}
#footer {

}
#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #9f2f48;
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index:13;
}
#footer li {
  display: inline;
}
#primary-links {
  float: right;
  list-style-type: none;
  margin: 0;
  color: #9f2f48;
  font-size: 16px;
  top: 4px;
}
#primary-links li {
  color: #9f2f48;
  display: inline;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 150%;
}
#secondary-menu li.active,
#primary-links li.active {
  background-color: #eee;
}
#primary-links li a {
  color: #9f2f48;
  text-decoration: none;
  line-height: 28px;
}

#map {
  width: 100%; 
  height: 600px;
  position: relative;
  background-color: #ccc;
}
.infobox-content {
  max-height: 380px;
  overflow: auto;
}
#liste ul {
  list-style: none;
  padding-left: 0;
}
a {
  color: #9f2f48;
  text-decoration: none;
}

#legende {
  z-index: 10;
  background-color: #FFF;
  border-top: 1px solid #DDD;
  text-align: center;
  padding: 10px;
  /*position: absolute;*/
  bottom: 65px;
  left: 10px;
  vertical-align: top;
  display: none;
  font-size: 0.9em;
}
#legende h1,
#legende h2 {
  margin: 0 10px 0 0;
}
#farbstrahl th{
  border-left: 1px solid white;
  border-spacing: 1px;
  height: 8px;
}
#legende #farbstrahl{
  margin: 0;
  width: 100%;
}
#legende table {
  text-align: left;
  width: 70%;
  max-width: 940px;
  margin: 0 auto;
}
#legende table .legende-icon {
  text-align: right;
}
#legende table .top {
  vertical-align: top;
}
#legende table .gray {
  background-color: #DDD;
  padding: 0 4px;
}
#legende table th {
  font-weight: bold;
}
#legende .dotted td {
  border-bottom: 2px dotted #DDD;
}
.close {
  float: right;
  font-size: 2em;
  color: #DDD;
  padding-right: 10px;
  cursor: pointer;
}

#medien {
  position: absolute;
  top: 55px;
  left: 0;
  background-color: #fff;
  width: 100%;
  overflow-y: scroll;
  z-index: 5000;
  height: 650px;
  display: none;
  text-align: center;
}
#medien #main {
  max-width: 960px;
  text-align: left;
  margin: 0 auto;
}
#medien .view-content ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#medien .view-content li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 300px;
}
#secondary-menu ul,
ul.pager {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#secondary-menu ul li,
ul.pager li {
  list-style: none;
  display: inline-block;
}
#secondary-menu ul li {
  padding: 5px 10px;
}
#medien form div {
  display: inline;
}

#map .leaflet-popup-content-wrapper{
  border: 1px solid #330000;
}

.squat-popup {
  width: 290px;
  min-height: 100px;
  max-height: 460px;
  color: #330000;
  font-size: 13px;
  overflow-y: auto;
  overflow-x: hidden;
}
.leaflet-popup-content-wrapper .squat-popup a,
.leaflet-popup-content-wrapper .squat-popup a:hover {
  color: #9f2f48;
}
.squat-popup::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
}
.squat-popup::-webkit-scrollbar-thumb {
  border: 2px solid white;
  background-color: #330000;
}
.squat-popup h2 {
  font-size: 1.7em;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1em;
}
.squat-popup .navigation ul {
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 0;
}
.squat-popup .navigation li {
  display: inline;
  cursor: pointer;
  font-weight: bold;
  border-top: 1px solid #330000;
  border-left: 1px solid #330000;
  padding: 0 5px;
}
.squat-popup .navigation li.active {
  background-color: #330000;
}
#map .squat-popup .navigation li.active a {
  color: #fff;
}
.squat-popup .navigation li:last-child {
  border-right: 1px solid #330000;
}
.squat-popup .address {
  margin-bottom: 15px;
}
.squat-popup .besetzung,
.squat-popup .raeumung {
  display: inline-block;
  padding-right: 10px;
  width: 160px;
}
.squat-popup .nutzung, 
.squat-popup .besetzungen {
  margin-bottom: 10px;
}
.squat-popup .bild {
  margin-bottom: 20px;
}
.squat-popup .bild img {
  max-width: 290px;
}
.wml-container .squat-popup .plakate,
.wml-container .squat-popup .flugblaetter,
.wml-container .squat-popup .videos,
.wml-container .squat-popup .bilder {
  display: none;
}

#view-id-Zeitschriftenz-page_1 .views-field-view {
  float: right;
  width: 300px;
}
#view-id-Zeitschriftenz-page_1 .views-field-body{
  max-width: 600px;
}
#view-id-Zeitschriftenz-page_1 .views-field-body p{
  margin-bottom: 0;
}
#view-id-Zeitschriftenz-page_1 > div > div > .views-row {
  margin-bottom: 60px;
  clear:both;
}
.views-admin-links {
  display: none;
}
