@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
#map {
  height: 100%;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "barlow", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  font-weight: 400;
}

#deselect {
  width: 240px;
  box-shadow: 2px 1px 10px 5px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 2px 1px 10px 5px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 2px 1px 10px 5px rgba(0, 0, 0, 0.27);
}

#denaam {
  display: none;
}

@media only screen and (min-device-width: 667px) {
  #denaam {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    background-color: #fff;
    opacity: 0.8;
    padding: 5px;
    z-index: 99999;
    font-weight: bold;
  }
}
input, select {
  font-size: 14px !important;
}

.radio {
  border: #FFFFFF 0px solid;
}

#terug {
  position: absolute;
  right: 0;
  bottom: 0;
}

#deselect {
  padding: 5px;
  border-radius: 4px;
  position: absolute;
  right: 6px;
  top: 3px;
  z-index: 99999;
  width: 260px;
  background-color: #ffffff;
  opacity: 0.9;
  border: #ccc 1px solid;
}
#deselect.breed {
  width: 360px;
}

#bodyContent {
  font-family: "barlow", "pt sans", "lucida sans unicode", "lucida grande", sans-serif !important;
  font-size: 13px !important;
}
#bodyContent a {
  color: #ce0a0a;
}

h2#firstHeading.firstHeading,
h1#firstHeading.firstHeading {
  margin-bottom: 0;
  margin-top: 4px;
}

h2#firstHeading.firstHeading,
h2#firstHeading.firstHeading a,
h1#firstHeading.firstHeading,
h1#firstHeading.firstHeading a {
  font-family: "barlow", "pt sans", "lucida sans unicode", "lucida grande", sans-serif !important;
  font-size: 13px !important;
  color: #ce0a0a !important;
}

.klein {
  width: 90px;
  height: auto;
  float: right;
  margin-left: 5px;
}

@media only screen and (max-device-width: 667px) {
  .klein {
    width: 90px;
    height: auto;
    float: right;
    margin-left: 5px;
    margin-right: 25px;
  }
}
#content {
  min-width: 250px;
}
#content.breed {
  min-width: 300px;
}

/*# sourceMappingURL=molenkaart.css.map */
