@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Nunito Sans";
  font-size: 18px;
}
body.overlay-active {
  overflow: hidden;
}
h1 {
  font-size: 1.8rem;
}
h3 {
  padding-bottom: 0.5rem;
}
a[target="_blank"]:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 1rem;
  padding-left: 5px;
}
a.btn-style {
  display: inline-block;
  border: 2px solid #a6ccea;
  padding: 5px 10px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  background-color: #a6ccea;
  font-weight: bold;
}
a.btn-style.selected {
  background-color: #a6ccea;
}
@media only screen and (max-width: 767px) {
  a.btn-style {
    font-size: 0.95rem;
    padding: 2px 5px;
  }
}
a.btn-style:hover {
  background-color: #fff;
}
i {
  color: #000;
}
i.fa-bolt:before {
  content: "";
  color: yellow;
  text-shadow: -1px 0 black, 1px 0 black, 0 -1px black, 0 1px black;
}
i.fa-running:before {
  content: "";
  color: red;
  text-shadow: -1px 0 black, 1px 0 black, 0 -1px black, 0 1px black;
}
i.fa-trophy {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 300;
}
i.fa-trophy.pb-1 {
  color: #FFD700;
}
i.fa-trophy.pb-2 {
  color: #C0C0C0;
}
i.fa-trophy.pb-3 {
  color: #CD7F32;
}
hr {
  border: 0;
  height: 0;
  border-top: 2px solid #a6ccea;
  margin: 2rem 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
header {
  background: #a6ccea;
  padding: 20px 0;
  text-align: center;
}
header h3 {
  padding-bottom: 0;
}
header nav {
  border-top: 1px solid #000;
  width: fit-content;
  margin: 10px auto 0 auto;
  padding: 10px 20px 0 20px;
}
header nav li {
  display: inline-block;
}
header nav li:not(:last-child):after {
  content: "|";
  padding: 0 5px;
}
header nav li a {
  color: #000;
  text-decoration: none;
}
main {
  margin: 2rem 0;
}
main li {
  margin-left: 20px;
}
form {
  max-width: 900px;
  margin: 0 auto;
}
form h3 {
  padding: 0 40px 20px 40px;
}
form .row {
  padding: 0 40px;
}
form .row:not(:last-child) {
  margin-bottom: 1rem;
}
form .row > div:not(.checkbox) label {
  font-weight: 700;
  display: block;
  padding-bottom: 0.5rem;
}
form .row > div:not(.checkbox) label.error {
  color: red;
  padding: 5px 0 0 20px;
}
form .row > div:not(.checkbox) label.error:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 1.2rem;
  padding-right: 5px;
}
form .row > div.checkbox {
  display: flex;
  align-items: center;
}
form .row > div.checkbox input {
  position: static;
}
form .row input, form .row select, form .row textarea {
  font-family: "Nunito Sans";
  font-size: 18px;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 2px solid #a6ccea;
  border-radius: 0;
}
form .row input[type=checkbox], form .row input[type=radio] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
form .row input[type=checkbox] {
  margin-right: 5px;
}
form .row input[type=radio] {
  margin-right: 10px;
}
form .row input[type=datetime-local] {
  max-width: 100%;
  -webkit-appearance: none;
  appearance: none;
  min-height: 34px;
}
form .row input[type=submit] {
  cursor: pointer;
  background-color: #a6ccea;
  font-weight: 700;
}
form .row input[type=submit]:hover {
  background-color: transparent;
}
form .row option {
  background-color: #e2f1fc;
}
form .row option.category {
  font-weight: bold;
  background-color: #a6ccea;
}
form .row.two-cols {
  display: flex;
  justify-content: space-between;
}
form .row.two-cols .col {
  width: 49%;
}
form .row.three-cols {
  display: flex;
  justify-content: space-between;
}
form .row.three-cols .col {
  width: 32%;
}
form .row .col.checkbox label, form .row .col.radio label {
  display: inline-block;
}
form .row .col.radio {
  display: flex;
  gap: 20px;
}
form .row .col.radio label {
  display: inline-block;
  border: 2px solid #a6ccea;
  padding: 5px 10px;
  cursor: pointer;
}
form .row .col.radio label.selected {
  background-color: #a6ccea;
}
@media only screen and (max-width: 767px) {
  form .row .col.radio label {
    font-size: 0.95rem;
    padding: 2px 5px;
  }
}
form .row .col.radio input {
  display: none;
}
form#koeder-hinzufuegen .hinweis {
  padding: 20px 40px;
}
form #btn-koeder-auswahl, form #btn-letzten-fang-kopieren {
  display: inline-block;
  border: 2px solid #a6ccea;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #a6ccea;
  font-weight: bold;
}
form #btn-koeder-auswahl.selected, form #btn-letzten-fang-kopieren.selected {
  background-color: #a6ccea;
}
@media only screen and (max-width: 767px) {
  form #btn-koeder-auswahl, form #btn-letzten-fang-kopieren {
    font-size: 0.95rem;
    padding: 2px 5px;
  }
}
form #btn-koeder-auswahl:hover, form #btn-letzten-fang-kopieren:hover {
  background-color: #fff;
}
form #koeder-ausgewaehlt {
  margin-top: 1rem;
}
form #koeder-ausgewaehlt .unbekannt {
  padding: 10px;
  text-align: center;
}
form #koeder-ausgewaehlt .kachel {
  display: flex;
  flex-direction: column;
  border: 1px solid #a6ccea;
  border-radius: 10px;
  width: 250px;
  box-sizing: border-box;
  background-color: #fff;
  justify-content: flex-end;
  cursor: pointer;
  width: auto;
}
form #koeder-ausgewaehlt .kachel .header {
  background: #e2f1fc;
  padding: 10px 0 0 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  flex-grow: 1;
}
form #koeder-ausgewaehlt .kachel .header .name {
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}
form #koeder-ausgewaehlt .kachel .header .hersteller {
  margin-bottom: 0;
}
form #koeder-ausgewaehlt .kachel .bild {
  position: relative;
  padding: 10px 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  background-color: #fff;
}
form #koeder-ausgewaehlt .kachel .bild img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}
form #koeder-ausgewaehlt .kachel .bild .kopieren {
  color: #000;
  position: absolute;
  top: 5px;
  right: 5px;
}
form #koeder-ausgewaehlt .kachel .footer {
  background: #e2f1fc;
  padding: 10px 0 0 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 40px;
  box-sizing: border-box;
  flex-grow: 0;
}
form #koeder-ausgewaehlt .kachel .footer .link {
  text-align: center;
  display: flex;
  justify-content: center;
}
form #koeder-ausgewaehlt .kachel .footer .link a {
  font-size: 1.2rem;
  color: #000;
  margin-right: 5px;
  display: inline-block;
}
form #koeder-ausgewaehlt .kachel .footer .link a:after {
  content: unset;
}
form #koeder-ausgewaehlt .kachel .faenge-mit-koeder {
  flex-grow: 0;
}
form #koeder-ausgewaehlt .kachel .farbe, form #koeder-ausgewaehlt .kachel .hersteller {
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
form #koeder-ausgewaehlt .kachel span {
  text-align: center;
  line-height: 100%;
  display: block;
}
form #koeder-ausgewaehlt .kachel span.koeder-infos {
  font-size: 0.8rem;
  padding: 0 10px;
}
form #koeder-ausgewaehlt .kachel span.hersteller {
  font-size: 0.7rem;
  margin-bottom: 0;
}
form #koeder-ausgewaehlt .kachel span.filter-hersteller {
  display: none;
}
form #koeder-ausgewaehlt .kachel .footer {
  text-align: center;
  line-height: 100%;
  padding-bottom: 10px;
  min-height: 40px;
}
form #koeder-auswahl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow-y: scroll;
  display: none;
  padding: 15px 0;
}
form #koeder-auswahl-overlay #close-koeder-auswahl-overlay {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
}
form #koeder-auswahl-overlay .kachel .unbekannt {
  display: flex;
  flex-direction: column;
  border: 1px solid #a6ccea;
  border-radius: 10px;
  width: 250px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 1rem auto 2rem auto;
  cursor: pointer;
  padding: 10px;
  width: fit-content;
}
form #koeder-auswahl-overlay .kachel .unbekannt .header {
  background: #e2f1fc;
  padding: 10px 0 0 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  flex-grow: 1;
}
form #koeder-auswahl-overlay .kachel .unbekannt .header .name {
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}
form #koeder-auswahl-overlay .kachel .unbekannt .header .hersteller {
  margin-bottom: 0;
}
form #koeder-auswahl-overlay .kachel .unbekannt .bild {
  position: relative;
  padding: 10px 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  background-color: #fff;
}
form #koeder-auswahl-overlay .kachel .unbekannt .bild img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}
form #koeder-auswahl-overlay .kachel .unbekannt .bild .kopieren {
  color: #000;
  position: absolute;
  top: 5px;
  right: 5px;
}
form #koeder-auswahl-overlay .kachel .unbekannt .footer {
  background: #e2f1fc;
  padding: 10px 0 0 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 40px;
  box-sizing: border-box;
  flex-grow: 0;
}
form #koeder-auswahl-overlay .kachel .unbekannt .footer .link {
  text-align: center;
  display: flex;
  justify-content: center;
}
form #koeder-auswahl-overlay .kachel .unbekannt .footer .link a {
  font-size: 1.2rem;
  color: #000;
  margin-right: 5px;
  display: inline-block;
}
form #koeder-auswahl-overlay .kachel .unbekannt .footer .link a:after {
  content: unset;
}
form #koeder-auswahl-overlay .kachel .unbekannt .faenge-mit-koeder {
  flex-grow: 0;
}
form #koeder-auswahl-overlay .kachel .unbekannt .farbe, form #koeder-auswahl-overlay .kachel .unbekannt .hersteller {
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
form #koeder-auswahl-overlay #filter-koederauswahl {
  width: 70%;
  margin: 0 auto;
  display: block;
  margin-bottom: 1rem;
}
form #koeder-auswahl-overlay .koedertyp-block:not(:last-child) {
  margin-bottom: 2rem;
}
form #koeder-auswahl-overlay .koedertyp-block h3 {
  color: #fff;
  text-align: center;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel {
  display: flex;
  flex-direction: column;
  border: 1px solid #a6ccea;
  border-radius: 10px;
  width: 250px;
  box-sizing: border-box;
  background-color: #fff;
  justify-content: flex-end;
  cursor: pointer;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .header {
  background: #e2f1fc;
  padding: 10px 0 0 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  flex-grow: 1;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .header .name {
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .header .hersteller {
  margin-bottom: 0;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .bild {
  position: relative;
  padding: 10px 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  background-color: #fff;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .bild img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .bild .kopieren {
  color: #000;
  position: absolute;
  top: 5px;
  right: 5px;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .footer {
  background: #e2f1fc;
  padding: 10px 0 0 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 40px;
  box-sizing: border-box;
  flex-grow: 0;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .footer .link {
  text-align: center;
  display: flex;
  justify-content: center;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .footer .link a {
  font-size: 1.2rem;
  color: #000;
  margin-right: 5px;
  display: inline-block;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .footer .link a:after {
  content: unset;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .faenge-mit-koeder {
  flex-grow: 0;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .farbe, form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .hersteller {
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel span {
  text-align: center;
  line-height: 100%;
  display: block;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel span.koeder-infos {
  font-size: 0.8rem;
  padding: 0 10px 3px 10px;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel span.hersteller {
  font-size: 0.7rem;
  margin-bottom: 0;
}
form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel .footer {
  text-align: center;
  line-height: 100%;
  padding-bottom: 10px;
  min-height: 40px;
}
form#form-eintragen #select-tide-container, form#form-eintragen #select-wasserstand-augenmass-container {
  display: none;
}
.center-content {
  max-width: 1600px;
  margin: 0 auto;
}
.hinweis {
  background-color: red;
  color: #fff;
  margin-bottom: 1rem;
  border: 2px solid red;
  padding: 20px;
}
.hinweis a {
  color: #fff;
  font-weight: 600;
}
.status-meldungen {
  background-color: green;
  color: #fff;
  margin-bottom: 1rem;
  border: 2px solid green;
  padding: 20px;
}
.kacheln.koeder input {
  font-family: "Nunito Sans";
  font-size: 18px;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 2px solid #a6ccea;
  border-radius: 0;
  width: 70%;
  display: block;
}
.kacheln.koeder .link-neuer-koeder {
  display: inline-block;
}
.kacheln.koeder .link-neuer-koeder i {
  font-size: 2rem;
}
.kacheln.koeder h3 {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.kacheln.koeder h3 i {
  margin-right: 0.5rem;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform: rotate(180deg);
}
.kacheln.koeder h3.closed i {
  transform: rotate(0deg);
}
.kacheln.koeder .koedertyp-block {
  margin-bottom: 1rem;
  background: #a6ccea;
  padding: 15px;
  border-radius: 20px;
}
.kacheln.koeder .koedertyp-block .flex-wrapper {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel {
  display: flex;
  flex-direction: column;
  border: 1px solid #a6ccea;
  border-radius: 10px;
  width: 250px;
  box-sizing: border-box;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel .header {
  background: #e2f1fc;
  padding: 10px 0 0 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  flex-grow: 1;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel .header .name {
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel .header .hersteller {
  margin-bottom: 0;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel .bild {
  position: relative;
  padding: 10px 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  background-color: #fff;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel .bild img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel .bild .kopieren {
  color: #000;
  position: absolute;
  top: 5px;
  right: 5px;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel .footer {
  background: #e2f1fc;
  padding: 10px 0 0 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 40px;
  box-sizing: border-box;
  flex-grow: 0;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel .footer .link {
  text-align: center;
  display: flex;
  justify-content: center;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel .footer .link a {
  font-size: 1.2rem;
  color: #000;
  margin-right: 5px;
  display: inline-block;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel .footer .link a:after {
  content: unset;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel .faenge-mit-koeder {
  flex-grow: 0;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel .farbe, .kacheln.koeder .koedertyp-block .flex-wrapper .kachel .hersteller {
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
.kacheln.koeder .koedertyp-block .flex-wrapper .kachel .filter-keywords {
  display: none;
}
#coordpicker_mapOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#coordpicker_mapOverlay .buttons {
  display: flex;
  position: relative;
  gap: 10px;
  top: 15px;
}
#coordpicker_mapOverlay .buttons #coordpicker_closeMapButton, #coordpicker_mapOverlay .buttons #coordpicker_confirmButton {
  display: inline-block;
  border: 2px solid #a6ccea;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #fff;
}
#coordpicker_mapOverlay .buttons #coordpicker_closeMapButton.selected, #coordpicker_mapOverlay .buttons #coordpicker_confirmButton.selected {
  background-color: #a6ccea;
}
@media only screen and (max-width: 767px) {
  #coordpicker_mapOverlay .buttons #coordpicker_closeMapButton, #coordpicker_mapOverlay .buttons #coordpicker_confirmButton {
    font-size: 0.95rem;
    padding: 2px 5px;
  }
}
#coordpicker_map {
  width: 90%;
  height: 90%;
  background-color: white;
  cursor: default;
}
#form-fang-bearbeiten .bilder {
  padding-top: 1rem;
  display: flex;
  gap: 10px;
}
#form-fang-bearbeiten .bilder img {
  width: 200px;
}
#form-fang-bearbeiten .bilder i {
  display: none;
}
#slider-fischgroesse {
  margin-top: 5px;
}
#slider-fischgroesse .noUi-connect {
  background: #a6ccea;
}
#slider-fischgroesse .noUi-tooltip {
  font-size: 0.9rem;
}
.login form > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto 1rem auto;
  text-align: center;
}
.login form label {
  display: block;
  margin-bottom: 1rem;
}
.login form input {
  font-family: "Nunito Sans";
  font-size: 18px;
}
.login form input[type=submit] {
  display: inline-block;
  border: 2px solid #a6ccea;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #a6ccea;
}
.login form input[type=submit].selected {
  background-color: #a6ccea;
}
@media only screen and (max-width: 767px) {
  .login form input[type=submit] {
    font-size: 0.95rem;
    padding: 2px 5px;
  }
}
.faenge, .gewaesser, .angeltage, .angeljahre {
  margin-bottom: 2rem;
  margin: 0 auto;
}
.faenge a[target="_blank"]:after, .gewaesser a[target="_blank"]:after, .angeltage a[target="_blank"]:after, .angeljahre a[target="_blank"]:after {
  content: unset;
}
.faenge h2, .gewaesser h2, .angeltage h2, .angeljahre h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.faenge .notice, .gewaesser .notice, .angeltage .notice, .angeljahre .notice {
  text-align: center;
  font-size: 1.3rem;
  padding: 0 4%;
}
.faenge .notice .bild, .gewaesser .notice .bild, .angeltage .notice .bild, .angeljahre .notice .bild {
  width: 200px;
  margin: 0 auto;
}
.faenge #slider-fischgroesse, .gewaesser #slider-fischgroesse, .angeltage #slider-fischgroesse, .angeljahre #slider-fischgroesse {
  width: 250px;
  max-width: 92%;
  margin-left: 30px;
}
.faenge .liste, .gewaesser .liste, .angeltage .liste, .angeljahre .liste {
  margin: 0 auto;
}
.faenge .liste #minmax, .gewaesser .liste #minmax, .angeltage .liste #minmax, .angeljahre .liste #minmax {
  display: none;
}
.faenge .liste th, .gewaesser .liste th, .angeltage .liste th, .angeljahre .liste th {
  text-align: left;
  padding: 0 10px;
  background-color: #a6ccea;
}
.faenge .liste tbody:not(:last-child):after, .gewaesser .liste tbody:not(:last-child):after, .angeltage .liste tbody:not(:last-child):after, .angeljahre .liste tbody:not(:last-child):after {
  content: "";
  display: block;
  height: 2rem;
  background-color: #fff;
}
.faenge .liste .row, .gewaesser .liste .row, .angeltage .liste .row, .angeljahre .liste .row {
  gap: 20px;
}
.faenge .liste .row:nth-child(odd), .gewaesser .liste .row:nth-child(odd), .angeltage .liste .row:nth-child(odd), .angeljahre .liste .row:nth-child(odd) {
  background-color: #e2f1fc;
}
.faenge .liste .row .col, .gewaesser .liste .row .col, .angeltage .liste .row .col, .angeljahre .liste .row .col {
  padding: 2px 10px;
}
.faenge .liste .row .col.fotos .bilder a:not(:first-child), .gewaesser .liste .row .col.fotos .bilder a:not(:first-child), .angeltage .liste .row .col.fotos .bilder a:not(:first-child), .angeljahre .liste .row .col.fotos .bilder a:not(:first-child) {
  display: none;
}
.faenge .liste .row .col.fischart, .gewaesser .liste .row .col.fischart, .angeltage .liste .row .col.fischart, .angeljahre .liste .row .col.fischart {
  text-align: center;
  min-width: 50px;
  position: relative;
}
.faenge .liste .row .col.fischart img, .gewaesser .liste .row .col.fischart img, .angeltage .liste .row .col.fischart img, .angeljahre .liste .row .col.fischart img {
  position: relative;
  top: 3px;
}
.faenge .liste .row .col.fischart i.entnommen, .gewaesser .liste .row .col.fischart i.entnommen, .angeltage .liste .row .col.fischart i.entnommen, .angeljahre .liste .row .col.fischart i.entnommen {
  position: absolute;
  bottom: 1px;
  right: 5px;
  text-shadow: -1px -1px 2px #FFFFFF, 1px -1px 2px #FFFFFF, -1px 1px 2px #FFFFFF, 1px 1px 2px #FFFFFF;
}
.faenge .liste .row .col .icon-fischart, .gewaesser .liste .row .col .icon-fischart, .angeltage .liste .row .col .icon-fischart, .angeljahre .liste .row .col .icon-fischart {
  height: 25px;
  display: inline-block;
}
.faenge .liste .row .col .btn-more, .gewaesser .liste .row .col .btn-more, .angeltage .liste .row .col .btn-more, .angeljahre .liste .row .col .btn-more {
  cursor: pointer;
}
.faenge .liste .row .col span.zeit, .gewaesser .liste .row .col span.zeit, .angeltage .liste .row .col span.zeit, .angeljahre .liste .row .col span.zeit {
  white-space: nowrap;
}
.faenge .liste .row .col .name, .gewaesser .liste .row .col .name, .angeltage .liste .row .col .name, .angeljahre .liste .row .col .name {
  font-weight: 600;
}
.faenge .liste .row .col .farbe, .gewaesser .liste .row .col .farbe, .angeltage .liste .row .col .farbe, .angeljahre .liste .row .col .farbe {
  display: block;
  font-size: 0.9rem;
  line-height: 0.9;
}
.faenge .liste .row .col a.koeder-foto, .gewaesser .liste .row .col a.koeder-foto, .angeltage .liste .row .col a.koeder-foto, .angeljahre .liste .row .col a.koeder-foto {
  color: #000;
  text-decoration: none;
}
.faenge .liste .gewaesser-header th, .gewaesser .liste .gewaesser-header th, .angeltage .liste .gewaesser-header th, .angeljahre .liste .gewaesser-header th {
  padding: 5px 10px;
}
.faenge .liste .gewaesser-header img, .gewaesser .liste .gewaesser-header img, .angeltage .liste .gewaesser-header img, .angeljahre .liste .gewaesser-header img {
  height: 22px;
}
.faenge .filter .row, .gewaesser .filter .row, .angeltage .filter .row, .angeljahre .filter .row {
  margin: 0 auto 1rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.faenge .filter .row .checkboxes, .gewaesser .filter .row .checkboxes, .angeltage .filter .row .checkboxes, .angeljahre .filter .row .checkboxes {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.faenge .filter .row .checkboxes:not(:last-child), .gewaesser .filter .row .checkboxes:not(:last-child), .angeltage .filter .row .checkboxes:not(:last-child), .angeljahre .filter .row .checkboxes:not(:last-child) {
  margin-right: 20px;
  padding-right: 30px;
  border-right: 3px solid #000;
}
.faenge .filter .row .checkboxes input, .gewaesser .filter .row .checkboxes input, .angeltage .filter .row .checkboxes input, .angeljahre .filter .row .checkboxes input {
  display: none;
}
.faenge .filter .row .checkboxes label, .gewaesser .filter .row .checkboxes label, .angeltage .filter .row .checkboxes label, .angeljahre .filter .row .checkboxes label {
  display: inline-block;
  border: 2px solid #a6ccea;
  padding: 5px 10px;
  cursor: pointer;
  margin: 1rem 0;
}
.faenge .filter .row .checkboxes label.selected, .gewaesser .filter .row .checkboxes label.selected, .angeltage .filter .row .checkboxes label.selected, .angeljahre .filter .row .checkboxes label.selected {
  background-color: #a6ccea;
}
@media only screen and (max-width: 767px) {
  .faenge .filter .row .checkboxes label, .gewaesser .filter .row .checkboxes label, .angeltage .filter .row .checkboxes label, .angeljahre .filter .row .checkboxes label {
    font-size: 0.95rem;
    padding: 2px 5px;
  }
}
.faenge .filter .row .checkboxes#fischart, .gewaesser .filter .row .checkboxes#fischart, .angeltage .filter .row .checkboxes#fischart, .angeljahre .filter .row .checkboxes#fischart {
  gap: 0;
}
.faenge .filter .row .checkboxes#fischart label, .gewaesser .filter .row .checkboxes#fischart label, .angeltage .filter .row .checkboxes#fischart label, .angeljahre .filter .row .checkboxes#fischart label {
  background-color: unset;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  height: 48px;
}
.faenge .filter .row .checkboxes#fischart label img, .gewaesser .filter .row .checkboxes#fischart label img, .angeltage .filter .row .checkboxes#fischart label img, .angeljahre .filter .row .checkboxes#fischart label img {
  height: 30px;
  padding: 9px;
}
.faenge .filter .row .checkboxes#fischart label.selected, .gewaesser .filter .row .checkboxes#fischart label.selected, .angeltage .filter .row .checkboxes#fischart label.selected, .angeljahre .filter .row .checkboxes#fischart label.selected {
  filter: drop-shadow(1px 2px 4px black);
}
.faenge .filter .row .checkboxes#fischart label i.unbekannt, .gewaesser .filter .row .checkboxes#fischart label i.unbekannt, .angeltage .filter .row .checkboxes#fischart label i.unbekannt, .angeljahre .filter .row .checkboxes#fischart label i.unbekannt {
  font-size: 2rem;
  padding: 9px;
}
.faenge .filter .row select, .gewaesser .filter .row select, .angeltage .filter .row select, .angeljahre .filter .row select {
  font-family: "Nunito Sans";
  font-size: 18px;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 2px solid #a6ccea;
  border-radius: 0;
  width: fit-content;
  margin: 0 15px;
}
.faenge .filter .row input[type=submit], .gewaesser .filter .row input[type=submit], .angeltage .filter .row input[type=submit], .angeljahre .filter .row input[type=submit] {
  display: inline-block;
  border: 2px solid #a6ccea;
  padding: 5px 10px;
  cursor: pointer;
  width: fit-content;
}
.faenge .filter .row input[type=submit].selected, .gewaesser .filter .row input[type=submit].selected, .angeltage .filter .row input[type=submit].selected, .angeljahre .filter .row input[type=submit].selected {
  background-color: #a6ccea;
}
@media only screen and (max-width: 767px) {
  .faenge .filter .row input[type=submit], .gewaesser .filter .row input[type=submit], .angeltage .filter .row input[type=submit], .angeljahre .filter .row input[type=submit] {
    font-size: 0.95rem;
    padding: 2px 5px;
  }
}
.faenge .btn-open-notizen, .faenge .btn-close, .gewaesser .btn-open-notizen, .gewaesser .btn-close, .angeltage .btn-open-notizen, .angeltage .btn-close, .angeljahre .btn-open-notizen, .angeljahre .btn-close {
  cursor: pointer;
}
.koeder-liste .koedertyp-block .kachel .faenge-mit-koeder > a {
  background: #e2f1fc;
}
.koeder-liste .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 2rem;
}
.koeder-liste #btn-slide-all-toggle {
  cursor: pointer;
  display: inline-block;
  border: 2px solid #a6ccea;
  padding: 5px 10px;
  cursor: pointer;
}
.koeder-liste #btn-slide-all-toggle.selected {
  background-color: #a6ccea;
}
@media only screen and (max-width: 767px) {
  .koeder-liste #btn-slide-all-toggle {
    font-size: 0.95rem;
    padding: 2px 5px;
  }
}
.koeder-liste #btn-slide-all-toggle i {
  transform: rotate(-45deg);
  position: relative;
  top: 2px;
  left: 5px;
}
.faenge-mit-koeder > a, .faenge-kontakte > a {
  display: flex;
  justify-content: center;
  padding: 10px 5px 5px 5px;
  height: 20px;
  text-decoration: none;
  color: #000;
  gap: 10px;
}
.faenge-mit-koeder > a > div, .faenge-kontakte > a > div {
  display: flex;
  align-items: center;
  gap: 1px;
  font-size: 0.9rem;
  font-weight: 700;
}
.faenge-mit-koeder > a > div img.icon-fischart, .faenge-kontakte > a > div img.icon-fischart {
  height: 17px !important;
}
.faenge-mit-koeder > a > div.kontakt i, .faenge-kontakte > a > div.kontakt i {
  text-shadow: -1px 0 black, 1px 0 black, 0 -1px black, 0 1px black;
}
.faenge-mit-koeder > a > div.kontakt i:nth-child(2), .faenge-kontakte > a > div.kontakt i:nth-child(2) {
  margin-left: -6px;
}
.faenge-mit-koeder > a > div.kontakt i.fa-bolt, .faenge-kontakte > a > div.kontakt i.fa-bolt {
  color: yellow;
}
.faenge-mit-koeder > a > div.kontakt i.fa-running, .faenge-kontakte > a > div.kontakt i.fa-running {
  color: red;
}
.fischart.biss, .fischart.aussteiger {
  position: relative;
}
.fischart.biss span:after, .fischart.aussteiger span:after {
  position: absolute;
  bottom: 4px;
  right: 21px;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 1rem;
}
.fischart.biss span:after {
  content: "";
  color: yellow;
  text-shadow: -1px 0 black, 1px 0 black, 0 -1px black, 0 1px black;
}
.fischart.aussteiger span:after {
  content: "";
  color: red;
  text-shadow: -1px 0 black, 1px 0 black, 0 -1px black, 0 1px black;
}
#gewaesserliste .notizen {
  display: flex;
  flex-direction: column;
  border: 1px solid #a6ccea;
  border-radius: 10px;
  width: 250px;
  box-sizing: border-box;
  position: fixed;
  top: 20vh;
  left: 30vw;
  width: 40vw;
  max-height: 60vh;
  background-color: #fff;
}
#gewaesserliste .notizen .header {
  background: #e2f1fc;
  padding: 10px 0 0 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  flex-grow: 1;
}
#gewaesserliste .notizen .header .name {
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}
#gewaesserliste .notizen .header .hersteller {
  margin-bottom: 0;
}
#gewaesserliste .notizen .bild {
  position: relative;
  padding: 10px 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  background-color: #fff;
}
#gewaesserliste .notizen .bild img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}
#gewaesserliste .notizen .bild .kopieren {
  color: #000;
  position: absolute;
  top: 5px;
  right: 5px;
}
#gewaesserliste .notizen .footer {
  background: #e2f1fc;
  padding: 10px 0 0 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 40px;
  box-sizing: border-box;
  flex-grow: 0;
}
#gewaesserliste .notizen .footer .link {
  text-align: center;
  display: flex;
  justify-content: center;
}
#gewaesserliste .notizen .footer .link a {
  font-size: 1.2rem;
  color: #000;
  margin-right: 5px;
  display: inline-block;
}
#gewaesserliste .notizen .footer .link a:after {
  content: unset;
}
#gewaesserliste .notizen .faenge-mit-koeder {
  flex-grow: 0;
}
#gewaesserliste .notizen .farbe, #gewaesserliste .notizen .hersteller {
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
#gewaesserliste .notizen .body {
  padding: 20px;
}
#gewaesserliste .notizen .header {
  padding: 10px 20px;
  position: relative;
}
#gewaesserliste .notizen .header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.8rem;
  cursor: pointer;
}
.angeljahre .liste a {
  text-decoration: none;
  color: #000;
}
.angeljahre .liste th img {
  height: 24px;
  margin: 5px 10px;
}
.angeljahre .liste td .fa-utensils {
  font-size: 0.9rem;
  position: relative;
  top: -1px;
}
form.filter {
  margin: 0 auto;
  display: flex;
  gap: 10px;
}
#progress-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #f0f0f0;
  z-index: 9999;
  border-top: 1px solid #000;
}
#progress-container #progress-bar {
  width: 0;
  background-color: #4caf50;
  height: 25px;
}
#progress-container .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.95rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  /* Anfang horizontal Scrollbare Tabelle, wenn zu breit */
  .table-scrollable {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
    padding: 20px 0;
  }
  .table-scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  .table-scrollable::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .faenge .filter {
    flex-direction: column;
    margin-bottom: 0;
  }
  .faenge .filter .checkboxes label {
    margin: 0;
  }
  .faenge .filter .checkboxes:not(:last-child) {
    border: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .faenge .filter .checkboxes#fischart {
    margin-top: 1rem;
  }
  .faenge .filter .checkboxes#fischart label img {
    height: 20px;
  }
  .koeder-liste .actions {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1rem;
  }
  .koeder-liste .actions #filter-koederliste {
    width: 92%;
  }
}
.fang-detail {
  border: 1px solid #a6ccea;
  border-radius: 10px;
}
.fang-detail.center-content {
  max-width: 900px;
}
.fang-detail .header {
  background: #e2f1fc;
  padding: 10px 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
}
.fang-detail .header .datum, .fang-detail .header .gewaesser {
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
}
.fang-detail .header .fisch-infos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}
.fang-detail .header .fisch-infos .icon-fischart {
  width: 100px;
}
.fang-detail .header .faenger, .fang-detail .header .pb {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #a6ccea;
  border-right: 1px solid #a6ccea;
  height: 24px;
}
.fang-detail .header .pb {
  left: unset;
  right: 0;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-right: 0;
  border-left: 1px solid #a6ccea;
  min-width: 30px;
}
.fang-detail .header .pb i {
  font-size: 1.6rem;
  position: absolute;
  bottom: 3px;
  top: unset;
  right: 13px;
}
.fang-detail .flex-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fang-detail .flex-wrapper .col-1, .fang-detail .flex-wrapper .col-2 {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.fang-detail .flex-wrapper .col-1 .block:not(:first-child), .fang-detail .flex-wrapper .col-2 .block:not(:first-child) {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #a6ccea;
}
.fang-detail .luftdruck.gleichbleibend:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 1rem;
  padding-left: 5px;
  color: red;
}
.fang-detail .luftdruck.steigend:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 1rem;
  padding-left: 5px;
  color: green;
}
.fang-detail .luftdruck.sinkend:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 1rem;
  padding-left: 5px;
  color: red;
}
.fang-detail #map-fang-detail {
  width: 100%;
  height: 546px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fang-detail .bilder {
  border-radius: 10px;
  overflow: hidden;
}
.fang-detail .bilder a {
  display: block;
  position: relative;
}
.fang-detail .bilder a:not(:first-child) {
  display: none;
}
.fang-detail .bilder a i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-shadow: -1px 0 black, 1px 0 black, 0 -1px black, 0 1px black;
}
.fang-detail .koeder_foto img {
  max-width: 150px;
  margin: 0 auto;
}
.fang-detail .kommentar {
  background-color: #e2f1fc;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.fang-detail .kommentar strong {
  display: block;
}
.fang-detail .wetter-icon {
  position: relative;
  width: fit-content;
  padding-bottom: 10px;
}
.fang-detail .wetter-icon img {
  width: 100px;
}
.fang-detail .wetter-icon .temperatur {
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .fang-detail .flex-wrapper {
    flex-direction: column;
  }
  .fang-detail .flex-wrapper .col-1, .fang-detail .flex-wrapper .col-2 {
    width: 100%;
  }
  .fang-detail .flex-wrapper .col-2 {
    padding-top: 0;
  }
  .fang-detail .flex-wrapper .col-2 .block {
    padding-top: 1rem;
    border-top: 1px solid #a6ccea;
  }
  .fang-detail .header {
    padding-bottom: 20px;
  }
  .fang-detail .header .faenger {
    left: unset;
    top: unset;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid #a6ccea;
    border-left: 1px solid #a6ccea;
  }
}
.map .flex-container {
  display: flex;
  justify-content: space-between;
}
.map .flex-container .filter-container {
  width: 350px;
}
.map .flex-container .filter-container section {
  margin-bottom: 20px;
}
.map .flex-container .filter-container section.checkbox-list {
  border-bottom: 1px solid #a6ccea;
}
.map .flex-container .filter-container section.checkbox-list input {
  margin-right: 10px;
}
.map .flex-container .filter-container section h3, .map .flex-container .filter-container section h4, .map .flex-container .filter-container section legend {
  padding-bottom: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.map .flex-container .filter-container section h3 span.btn, .map .flex-container .filter-container section h4 span.btn, .map .flex-container .filter-container section legend span.btn {
  background-color: #a6ccea;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
}
.map .flex-container .filter-container section h3 span.btn:after, .map .flex-container .filter-container section h4 span.btn:after, .map .flex-container .filter-container section legend span.btn:after {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.map .flex-container .filter-container section h3.open span:after, .map .flex-container .filter-container section h4.open span:after, .map .flex-container .filter-container section legend.open span:after {
  transform: rotate(180deg);
}
.map .flex-container .filter-container section .scrollable {
  display: none;
  height: 130px;
  overflow-y: scroll;
  padding: 5px 0;
}
.map .flex-container .filter-container .checkboxes {
  display: flex;
  gap: 20px;
}
.map .flex-container .filter-container .checkboxes label {
  white-space: nowrap;
  display: inline-block;
  border: 2px solid #a6ccea;
  padding: 5px 10px;
  cursor: pointer;
}
.map .flex-container .filter-container .checkboxes label.selected {
  background-color: #a6ccea;
}
@media only screen and (max-width: 767px) {
  .map .flex-container .filter-container .checkboxes label {
    font-size: 0.95rem;
    padding: 2px 5px;
  }
}
.map .flex-container .filter-container .checkboxes input {
  display: none;
}
.map .flex-container .filter-container .noUi-horizontal .noUi-tooltip {
  bottom: -45px;
}
.map .flex-container #map {
  width: calc(100% - 400px);
  height: calc(100vh - 220px);
}
.map .flex-container .leaflet-popup .leaflet-popup-close-button {
  top: 5px;
  right: 5px;
}
.map .flex-container .leaflet-popup .leaflet-popup-content {
  margin: 0;
}
.map .flex-container .leaflet-popup .leaflet-popup-content .header {
  background: #e2f1fc;
  padding: 10px 0 0 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 5px 25px 5px 10px;
}
.map .flex-container .leaflet-popup .leaflet-popup-content .header a {
  color: #000;
  text-decoration: none;
}
.map .flex-container .leaflet-popup .leaflet-popup-content .footer {
  background: #e2f1fc;
  padding: 10px 0 0 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 5px 25px 5px 10px;
  min-height: 40px;
}
.map .flex-container .leaflet-popup .leaflet-popup-content .content {
  padding: 5px 25px 5px 10px;
}
.map .flex-container .leaflet-popup .leaflet-popup-content .fischart {
  font-size: 1rem;
  font-weight: bold;
}
.map .flex-container .leaflet-marker-icon.custom-icon .icon-wrapper {
  position: relative;
}
.map .flex-container .leaflet-marker-icon.custom-icon .icon-wrapper:after {
  position: absolute;
  bottom: -19px;
  right: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 1.3rem;
}
.map .flex-container .leaflet-marker-icon.custom-icon .icon-wrapper.aussteiger:after {
  content: "";
  color: red;
  text-shadow: -1px 0 white, 1px 0 white, 0 -1px white, 0 1px white;
}
.map .flex-container .leaflet-marker-icon.custom-icon .icon-wrapper.biss:after {
  content: "";
  color: yellow;
  text-shadow: -1px 0 black, 1px 0 black, 0 -1px black, 0 1px black;
}
.map .flex-container .leaflet-marker-icon i {
  color: #e1c0c0;
  font-size: 1.5rem;
  text-shadow: -1px 0 white, 1px 0 white, 0 -1px white, 0 1px white;
}
.map .flex-container .leaflet-marker-icon .biss, .map .flex-container .leaflet-marker-icon .aussteiger {
  position: relative;
}
.map .flex-container .leaflet-marker-icon .biss .fa-bolt, .map .flex-container .leaflet-marker-icon .aussteiger .fa-bolt {
  color: yellow;
  font-size: 1rem;
  position: absolute;
  bottom: -5px;
  right: 5px;
  text-shadow: -1px 0 black, 1px 0 black, 0 -1px black, 0 1px black;
}
.map .flex-container .leaflet-marker-icon .biss .fa-running, .map .flex-container .leaflet-marker-icon .aussteiger .fa-running {
  color: red;
  font-size: 1.3rem;
  position: absolute;
  bottom: -12px;
  right: 1px;
}
.map #locate-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  cursor: pointer;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .map .flex-container {
    flex-direction: column;
  }
  .map .flex-container .filter-container {
    width: 92%;
    padding: 0 4%;
    padding-bottom: 50px;
  }
  .map .flex-container #map {
    width: 100vw;
    height: 100vh;
  }
  .map .flex-container .filter {
    width: 92%;
    padding: 0 4%;
  }
  .map .flex-container .filter section {
    padding-bottom: 0.5rem;
  }
  .map .flex-container .filter section.checkboxes {
    gap: 0.5rem;
  }
  .map .flex-container .filter #region {
    justify-content: flex-start;
  }
  .noUi-horizontal .noUi-handle.noUi-handle-lower {
    transform: translateX(45%);
  }
  .noUi-horizontal .noUi-handle.noUi-handle-upper {
    transform: translateX(-45%);
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  header {
    padding: 10px 0;
  }
  header nav {
    margin-top: 5px;
    padding-top: 5px;
  }
  header nav li a {
    font-size: 0.9rem;
  }
  form h3, form .row {
    padding-left: 4%;
    padding-right: 4%;
  }
  .center-content {
    max-width: 100%;
    width: 100%;
  }
  main {
    margin: 1rem 0;
  }
  form .row.two-cols {
    flex-direction: column;
    gap: 20px;
  }
  form .row.two-cols .col {
    width: 100%;
  }
  form .row .col.radio {
    flex-wrap: wrap;
  }
  #coordpicker_mapOverlay {
    justify-content: flex-start;
  }
  #coordpicker_mapOverlay .buttons {
    display: flex;
    position: relative;
    gap: 10px;
    top: 15px;
  }
  #coordpicker_mapOverlay .buttons #coordpicker_closeMapButton, #coordpicker_mapOverlay .buttons #coordpicker_confirmButton {
    display: inline-block;
    border: 2px solid #a6ccea;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff;
  }
  #coordpicker_mapOverlay .buttons #coordpicker_closeMapButton.selected, #coordpicker_mapOverlay .buttons #coordpicker_confirmButton.selected {
    background-color: #a6ccea;
  }
  #coordpicker_map {
    width: 100%;
    height: calc 90vh;
    background-color: white;
    cursor: default;
  }
  .custom-map-control-button {
    background-color: white;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin: 10px;
    padding: 8px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }
  .custom-map-control-button:hover {
    background-color: #ebebeb;
  }
  .kacheln.koeder .koedertyp-block .flex-wrapper, form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper {
    gap: 5px;
    justify-content: center;
  }
  .kacheln.koeder .koedertyp-block .flex-wrapper .kachel, form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel {
    width: 100%;
  }
  form #koeder-auswahl-overlay .koedertyp-block .flex-wrapper .kachel {
    width: 48%;
  }
  .koeder-liste h3 {
    text-align: center;
  }
  .koeder-liste .koedertyp-block .kachel .faenge-mit-koeder > a > div:not(:last-child) {
    border-right: 0;
  }
  .faenge .notice, .gewaesser .notice {
    font-size: 1.1rem;
  }
  .faenge .notice .bild, .gewaesser .notice .bild {
    width: 100px;
  }
  .faenge-kontakte {
    width: 250px;
    display: block;
  }
  .faenge-kontakte > a {
    padding: 0;
  }
  .faenge-kontakte > a > div:not(:last-child) {
    border-right: 0;
  }
  .faenge .filter .row .checkboxes:not(:last-child) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .faenge .filter .row .checkboxes:not(:last-child) label {
    margin: 0;
  }
  .faenge .filter .row .checkboxes:not(:last-child) label img {
    height: 25px;
  }
  .faenge .filter .row .checkboxes#fischart {
    flex-wrap: wrap;
  }
  .faenge .filter .row .checkboxes#fischart label {
    margin: 0;
  }
  .faenge .filter .row select {
    padding: 2px 5px;
    margin: 10px 15px;
    font-size: 0.95rem;
  }
  .angeljahre .liste .row .col {
    white-space: nowrap;
  }
  .angeljahre .liste th img {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #coordpicker_mapOverlay .buttons #coordpicker_closeMapButton, #coordpicker_mapOverlay .buttons #coordpicker_confirmButton {
    font-size: 0.95rem;
    padding: 2px 5px;
  }
}
