*{
  box-sizing: border-box;
}
select {
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,1);
  margin:3px 0;
}

@media (max-width: 768px){
  select{
    max-width: 200px;
  }
}

@media (min-width: 769px){
  /*#filterEinklappen{
    visibility: hidden;
  }*/
  .filter{
    padding: 0 20px;
  }
}

.leaflet-popup-content{
  word-wrap: break-word;
}

#filterButton{
  font-size: 16px;
  background-color: #5cb85c;
  padding: 4px;
  border-radius: 3px;
}
#el, #sc, #ju, #er{
  margin:3px 0;
}

#mapid{ 
  height: 100vh;
  width: 100%;
  /*min-height: 400px;*/
  /*min-width: 300px;*/
  }

.filter{
  background-color:AntiqueWhite;
  /*padding:10px;*/
  border-radius: 10px;
  max-width: 550px;
  margin: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c5c5c5;
}

#chkKinder{
  color: black;
}

#chkJugendliche{
  color: black;
}
#chkErwachsene{
  color:black;
}
#chkÄltere{
  color:black;
}

#chkKinder input,
#chkJugendliche input,
#chkErwachsene input,
#chkÄltere input, 
#el input,
#sc input,
#ju input,
#er input{
   width: 12px;
   height:20px;
}

#chkKinder span {
  height: 18px;
  width: 18px;
  float: right;
  background-color: #96b5cc;
  border-radius: 100%;
}

#chkJugendliche span {
  height: 18px;
  width: 18px;
  float: right;
  background-color:  #a1d3c3;
  border-radius: 100%;
}

#chkErwachsene span {
  height: 18px;
  width: 18px;
  float: right;
  background-color:  #c68067;
  border-radius: 100%;
}
#chkÄltere span {
  height: 18px;
  width: 18px;
  float: right;
  background-color:  #c6c6c6;
  border-radius: 100%;
}

.icon {
  background: url(img/user.png);
  background-size: 238px;
  border-radius: 100%;
}

.icon.kinder {
  background-position: 0px 0px;
}

.icon.jugendliche {
  background-position: -39px 0px;
}

.icon.erwachsene {
  background-position: -79px 0px;
}
.icon.kinder.jugendliche {
  background-position: 0px -39px;
}
.icon.jugendliche.erwachsene {
  background-position: -39px -39px;
}
.icon.kinder.jugendliche.erwachsene.ältere {
  background-position: 0px -120px;
}
.icon.kinder.jugendliche.erwachsene{
  background-position: 0px -80px;
}

.icon.jugendliche.erwachsene.ältere{
  background-position: -39px -80px;
}

a:link {
    color: #b80c1e;
}

a:visited {
    color: #b80c1e;
}

a:hover {
    color: #b80c1e;
}

a:active {
    color: #b80c1e;
} 

.informiert{
  color: #b80c1e;
  font-size: 15px;
}

/* New Styles Björn Wieland 09/2018 */

.leaflet-top.leaflet-right {
    height: 100%;
}

.info.legend.filter.leaflet-control {
  height: 100%;
  background-color: white;
  width: 310px;
  font-size: 14px;
  margin: 0px;
  border-radius: 0px;
}

label {
  width: 100%;
  float: left;
  margin-left: 0px !important;
  padding: 0px;
  box-shadow: none !important;
  margin: 0px !important;
}

label input {
  margin-right: 10px;
}

div#counterAndSearchbar,
div#beforschteGruppe,
div#forschungsBereich,
div#dropdownselections{
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}

div#counterAndSearchbar input{
  text-align: center;
}

input#suchen {
  padding: 11px;
  border-radius: 5px;
  border: 1px solid lightgray;
  width: 100%;
  
}

input#button {
  width: 100%;
  padding: 10px;
  background: white;
  border: 1px solid #B22222;
  border-radius: 5px;
  color: #B22222;
  margin-top: 5px;
  margin-left: 0px;
  height: inherit;
  line-height: 18px;
}
  
}

form {
  width: 100%;
}

span#counter {
  font-size: 50px;
}

select {
  width: 100%;
  height: 39px;
  background: white;
  border: 1px solid lightgray;
  box-shadow: none;
  font-size: 14px;
}

input[type="button"] {
  width: 100%;
  padding: 10px;
  background: white;
  border: 1px solid #B22222;
  border-radius: 5px;
  color: #B22222;
  margin-top: 5px;
}

.ng-pristine{
  margin: 0px;
}