 body {
    padding: 0;
    margin: 0;
}
html, body, #map {
    height: 100%;
    width: 100%;
}
.map {
    z-index:1;
}
    
.legend {
    background: white;
    padding: 10px;
    line-height: 18px;
    color: #333;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.legend i {
    width: 18px; height: 18px;
    float: left; margin-right: 8px;
    opacity: 0.8;
}

.leaflet-attribution-flag {
    display:none !important;
}

.leaflet-popup-close-button {
    font-size: 30px !important;
    
    right: 5px !important;
    top: 5px !important;
}


.splasScreen {
    position: absolute;
    top: 0px; 
    left: 0px; 
    height:100vh; 
    width:100vw; 
    z-index:1001;
    background-color: rgba(255,255,255,0.5);
    display:grid; 
    place-items:center; 
    padding-top: 200px;
}

.rText {
    font-family: Arial;
    font-size: 20px;
    color: rgba(120,120,120,1);
}

a {
    text-decoration: none;

}

.tel {
    font-size: 30px;
    text-decoration: none;
    color: rgba(130,130,130,1);
    transition: 0.2s;
}
.tel:hover {
    color: rgba(0,134,124,1);
}
.mob {
    font-size: 30px;
    text-decoration: none;
    color: rgba(130,130,130,1);
    transition: 0.2s;
}
.mob:hover {
    color: rgba(0,134,124,1);
}

.advName {
    font-size: 30px;
    color: rgba(80,80,80,1);
}

.advTelMob{
    color: rgba(130,130,130,1);
}

.advRegion {
    font-size: 14px;
    color: rgba(130,130,130,1);
}

.advEmail {
    text-decoration: none;
    color: rgba(130,130,130,1);
    transition: 0.2s;
}
.advEmail:hover {
    color: rgba(0,134,124,1);
}

.legend {
    display: none;
}

.legendToggle {
    font-family: Arial;
    font-size: 14px;
    position: absolute; 
    top: 60px; 
    right: 0px; 
    z-index:20;
    color: rgba(100,100,100,1);
    transition: 0.2s;
    cursor: pointer;
    background-color: rgba(255,255,255,1);
    padding-right: 16px;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px rgba(130,130,130,1) solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  
}
.legendToggle:hover {
    color: rgba(0,134,124,1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
    border: 1px rgba(80,80,80,1) solid;
}

.topperLogo {
    position: absolute; 
    top: 0px; 
    right: 5px; 
    width: 100px;
    z-index:20;
}
.green {
    color: rgba(0,134,124,1);
}
.gray {
    color: rgba(100,100,100,1);
}

.leftTitle {
    font-family: Arial;
    font-size: 20px;
    position: absolute; 
    top: 10px; 
    left: 50px;  
    z-index:20;
}
.leftTitleUnder {
    font-family: Arial;
    font-size: 12px;
    position: absolute; 
    top: 25px; 
    left: 0px;  
    z-index:20;
}

.legendGebiete {
    font-size: 20px;
    color: rgba(100,100,100,1);
}

.legendMobileLink {
    color: rgba(100,100,100,1);
    transition: 0.2s;
}
.legendMobileLink:hover {
    color: rgba(0,134,124,1);
    transition: 0.2s;
}
.legendCloser {
    position: relative;
    top: -10px;
    font-size: 20px;
    color: rgba(100,100,100,1);
    cursor:pointer;
    transition: 0.2s;
}
.legendCloser:hover {
    color: rgba(0,134,124,1);
}


.custom_input {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
}

.input {
  font-size: 18px;
  padding: 5px 10px;
  width: 100%;
  outline: none;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #C4D1EB;
  border-radius: 5px;
  transition: .3s ease;
  padding-left: 35px;
  box-shadow: 1px 1px 0px 0px #E2E2E2;
}

.input:focus {
  border: 1px solid rgba(0,134,124,1);
  border-radius: 5px;
}

.input::placeholder {
  color: #DDDDDD;
}
.svg_icon {
  position: absolute;
  fill: rgba(0,134,124,1);
  width: 18px;
  height: 18px;
  left: 10px;
}

.sucheToggle {
    font-family: Arial;
    font-size: 14px;
    position: absolute; 
    top: 95px; 
    right: 0px; 
    z-index:20;
    color: rgba(100,100,100,1);
    transition: 0.2s;
    cursor: pointer;
    background-color: rgba(255,255,255,1);
    padding-right: 16px;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px rgba(130,130,130,1) solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  
}
.sucheToggle:hover {
    color: rgba(0,134,124,1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
    border: 1px rgba(80,80,80,1) solid;
}


.sucheButton {
  min-width: 130px;
  height: 40px;
  color: #fff;
  padding: 5px 5px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: 1px solid rgba(0,134,124,1);
  background: rgba(0,134,124,1);
}
.sucheButton:hover {
  background: #fff;
  color: rgba(0,134,124,1);
  border: 1px solid rgba(80,80,80,1);
}


#searchBox {
    position: absolute;
    top: 120px;
    right: 0px;
    z-index: 1000;
    font-size: 30px;
    background-color: rgba(255,255,255,1);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    transition: 0.2s;
    white-space: nowrap;
    border: 1px rgba(130,130,130,1) solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    min-width: 300px;
}
    
.noContentMsg {
    font-family: Arial;
    font-size: 20px;
    color: rgba(80,80,80,1);
    position:relative;
    top: 150px;
}
.uiSettingsCall {
    color: rgba(0,134,124,1);
}
.uiSettingsCall:hover {
    color: rgba(0,134,124,0.8);
    cursor: pointer;
}

@media screen and (max-width: 980px) {
    .legendToggle {
        display: none;
    }
    .leftTitle {
        display: none;
    }
    .leftTitleUnder {
        display: none;
    }
    .topperLogo {
        position: absolute; 
        top: 0px; 
        right: 5px; 
        width: 50px;
        z-index:20;
    }
    
    .sucheToggle {
        top: 35px; 

    }
    #searchBox {
        top: 60px; 
    }

}