
/* package bsandbcs */


html,
body {
  margin: 0;
  padding: 0;
  min-height: calc(100vh + 161px);
  background: #596788;
  font-size: .95rem;
  font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
html.opaque,
body.opaque {
  overflow: hidden;
}

a,
a:visited,
a:hover,
a:active {
  color: black;
  text-decoration: none;
}

h3 {
  margin-top: 0;
}

#main-wrap {
  display: none;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  #main-wrap {
    padding-bottom: 10px;
  }
}


/* Header Filter */

.filterwrap {
  grid-template-columns: 1fr;
  grid-column: 1/2;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: calc(50vh - 88px) auto calc(50vh - 88px);
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
}

.page_logo {
  height: 140px;
  width: 250px;
  /* background-image: url("../img/bcs_logo.jpg"); */
  background-size: 280px;
  grid-row-start: span 3;
  background-position: top left;
  background-repeat: no-repeat;
}
.page_logo.bs_logo {
  background-size: 236px;
  background-position: top center;
  height: 101px;
  background-color: white;
}

.k-auswahl-wrap,
.k-start-wrap {
  background: white;
  grid-column-start: 2;
  grid-column-end: -1;
}

#feld-bez,
#feld-wota,
#feld-ven {
  display: none;
  background: white;
  position: relative;
}

#feld-bez a.markierter,
#feld-wota a.markierter,
#feld-ven a.markierter {
  border: 2px solid #292c33;
}

#feld-bez:after,
#feld-wota:after,
#feld-ven:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: calc(50vw - 5px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #6a7081;
}

.k-text-wrap {
  background: white;
}

.felder_wrap {
  grid-column-start: 2;
  grid-column-end: -1;
}

h1 {
  text-align: center;
  font-family: 'zillah_modern_regular';
  font-size: 45px;
}


/* AUSWAHL */
.k-auswahl-wrap {
  text-align: center;
  /* font-size: 16px; */
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, auto);
}
.k-auswahl-wrap .k-auswahl {
  display: inline-block;
  position: relative;
  padding: 10px 2px;
  background: #292c33;
  color: white;
  transition: color 0.9s ease, background-color 0.7s ease;
  cursor: pointer;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  margin-top: 2px;
}
@media only screen and (max-width: 480px) {
  .k-auswahl-wrap .k-auswahl {
    margin: 8px 0px 0 0px;
  }
}
/* .k-auswahl-wrap .k-auswahl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #292c33;
  transition: border-color .6s ease;
} */
/* .k-auswahl-wrap .k-auswahl.selektiert::after {
  border-bottom-color: white;
}
.k-auswahl-wrap .k-auswahl:hover::after {
  border-bottom-color: white;
} */
/* .k-auswahl-wrap .k-auswahl:nth-of-type(1)::before {
  content: '';
  display: block;
  width: 80px;
  background-image: linear-gradient(to right, white, #292c33);
  height: 100%;
  left: -40px;
  position: absolute;
  top: 0;
  margin-left: -10px;
}
@media only screen and (max-width: 480px) {
  .k-auswahl-wrap .k-auswahl:nth-of-type(1)::before {
    border: 1px solid grey;
    content: unset;
  }
} */
.k-auswahl-wrap .k-auswahl:nth-of-type(4) {
  margin-right: 0;
}
.k-auswahl-wrap #ausw_ven.selektiert {
  font-size: 16px;
}


a.ausw_lang,
.ausw_lang {
  position: unset;
  top: 4px;
  right: 14px;
  padding: 2px 10px 2px 6px;
  background: white;
  color: black;
  font-weight: bold;
  /*! border-radius: 0; */
  transition: color 0.9s ease, background-color 0.7s ease;
  cursor: pointer;
  /*! z-index: 1000; */
  text-align: right;
}
.ausw_lang::before {
  content: "\279C";
  margin-right: 4px;
  color: #000;
  position: relative;
  right: 300px;
  transition: right 0.4s ease;
}
.ausw_lang:hover::before {
  right: 0px;
}


.k-x-wrap {
  text-align: center;
  padding: 8px 0 14px 0;
  display: none;
}

.k-links {
  display: inline-block;
  padding: 1px 6px;
  min-width: 50px;
  margin: 2px 0;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  color: black;
  border-radius: 4px;
  transition: color 0.5s ease, background-color 0.4s ease;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .k-wota, .k-bezirke, .k-venues {
    border: 1px solid #bfbfbf;
  }
}
/* .k-wota:hover,
.k-bezirke:hover,
.k-venues:hover {
  background: #6a7081;
  color: white;
} */

.k-filter-wrap {
  font-size: 14px;
  /*! font-family: 'Pacifico'; */
  text-align: center;
  grid-column-start: 2;
  grid-column-end: -1;
  padding: 18px 0 0;
}
.summeses {
  padding: 10px 0 16px;
}
.k-subline {
  font-size: 14px;
  padding: 8px 16px 2px 0px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .k-subline {
    padding: 6px 12px 2px 7px;
  }
}

.k-datum-wrap {
  margin-bottom: 12px;
  padding-top: 16px;
}
.k-datum-wrap .k-datum {
  text-align: center;
}

h1.wert {
  margin-bottom: 8px;
  background: #596788;
  font-size: 52px;
}

.ausw_mappy_wrap {
  text-align: center;
}

.ausw_mappy {
  background: #596788;
  border: 2px solid black;
  display: inline-block;
  padding: 2px 6px;
  margin-bottom: 22px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .6s ease;
}

.ausw_mappy:hover {
  background: white;
}

.valles_link {
  background: white;
  padding: 4px 6px;
}

/* BCS fonts meaning icons */
.k-ausstattung-wrap {
  position: relative;
  height: 32px;
  margin: 6px 10px;
  text-align: center;
  font-size: 34px;
}
.k-ausstattung-wrap .kleener {
  font-size: 28px;
}
.k-ausstattung-wrap .grosser {
  font-size: 40px;
}
.k-ausstattung-wrap .grosser .instr {
  margin: 0px 0px 4px 0px;
}
.k-ausstattung-wrap .k-ausstattung-headline {
  position: absolute;
  top: -12px;
  left: 73px;
  background: white;
  padding: 0 5px;
  font-size: .93rem;
}
.k-ausstattung-wrap .instr {
  display: inline-block;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 9px 6px 4px 6px;
}

.bcsf-inger {
  background-image: url(../img/infos/inger.png);
  width: 27px;
}

.bcsf-ineng {
  background-image: url(../img/infos/ineng.png);
  width: 27px;
}

.bcsf-inspan {
  background-image: url(../img/infos/inspan.png);
  width: 27px;
}

.bcsf-opmi {
  background-image: url(../img/infos/opmi.png);
  width: 12px;
}

.bcsf-mixsh {
  background-image: url(../img/infos/mixsh.png);
  width: 39px;
}

.bcsf-voranm {
  background-image: url(../img/infos/voranm.png);
  width: 19px;
}

.bcsf-goup {
  background-image: url(../img/infos/goup.png);
  width: 20px;
}

.bcsf-spende {
  background-image: url(../img/infos/spende.png);
  width: 30px;
}

.bcsf-eintritt {
  background-image: url(../img/infos/eintritt.png);
  width: 29px;
}

/* Legende */
#last_card {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}
#last_card .leg-headline {
  font-family: 'zillah_modern_regular';
  font-size: 45px;
  flex: 0 1 100%;
  padding: 20px;
  text-align: center;
}
#last_card .leg-headline-scratch {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 50%;
  background-image: url(../img/bsu-scratch.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#last_card .k-legende {
  display: grid;
  grid-template-columns: auto auto;
  flex: 0 1 100%;
  padding: 12px;
}
#last_card .k-legende .legende {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px -1px 8px -1px;
  height: 18px;
  justify-self: center;
}
#last_card .k-legende .legende.abschnitt {
  margin: 1px -1px 7px -1px;
  height: 12px;
}
#last_card .k-legende .leg-name {
  display: inline-block;
  padding-left: 6px;
  font-size: 12.5px;
}
#last_card .k-legende .leg-name.abschnitt {
  margin-left: -18px;
  letter-spacing: 4px;
}


/* Karten */
.kartenwrap {
  position: relative;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kartenwrap .karte {
  position: relative;
  width: 280px;
  height: 400px;
  margin: 16px;
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3), -1px -1px 2px rgba(0, 0, 0, 0.2);
  /* Ersten Karten */
}
.kartenwrap .karte .penny-wrap {
  width: 100%;
  text-align: right;
  position: absolute;
  z-index: 500;
}
.kartenwrap .karte .penny-wrap .penny {
  display: inline-block;
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  transition: transform 0.7s ease;
}
.kartenwrap .karte .penny-wrap .penny:hover {
  transform: scale(1.1);
}
.kartenwrap .karte .k-name-wrap {
  height: 170px;
  position: relative;
}
.kartenwrap .karte .k-name-wrap .k-name {
  position: absolute;
  top: 50%;
  left: 5%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 52px;
  width: 90%;
  line-height: 50px;
  /* font-family: 'zillah_modern_regular'; */
  text-align: center;
}
.kartenwrap .karte .k-name-wrap .k-name.viel {
  font-size: 30px;
  line-height: 40px;
}
.kartenwrap .karte .k-name-wrap .k-name-scratch {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/bsu-scratch.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.kartenwrap .karte .k-venue-wrap {
  width: 100%;
  height: 50px;
  padding: 10px;
  background: #292c33;
  color: white;
  overflow: hidden;
  position: relative;
}
.kartenwrap .karte .k-venue-wrap .k-venue {
  position: relative;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}
.kartenwrap .karte .k-venue-wrap .k-venue .bs4-gruenh {
  display: inline-block;
  font-size: 23px;
  position: absolute;
  left: -5px;
  top: 4px;
}
.kartenwrap .karte .k-venue-wrap .k-venue.zulang {
  font-size: 17px;
}
.kartenwrap .karte .k-venue-wrap.gesichert {
  background: #4d8d39;
}
.kartenwrap .karte .k-venue-wrap .k-venue-scratch {
  position: absolute;
  width: 280px;
  height: 190px;
  top: -80px;
  left: 0px;
  opacity: 0.42;
  background-image: url(../img/bsu-scratch.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.kartenwrap .karte .k-infos-wrap {
  width: 100%;
  padding: 6px 10px 4px 10px;
}
.kartenwrap .karte .k-infos-wrap .k-wota {
  display: inline-block;
}
.kartenwrap .karte .k-infos-wrap .k-bezirk {
  margin: 0;
}
.kartenwrap .karte .k-infos-wrap .k-bezirk.adrlink {
  cursor: pointer;
}
.kartenwrap .karte .k-infos-wrap .k-bezirk .k-adresse {
  font-size: 12px;
  text-align: right;
  line-height: 5px;
}
.kartenwrap .karte .k-infos-wrap .k-link {
  display: inline-block;
  width: 43%;
  cursor: pointer;
  border-radius: 4px;
  padding: 4px 1px;
  margin: 10px 2px;
  text-align: center;
  transition: color 0.9s ease, background-color 0.7s ease;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.kartenwrap .karte .k-infos-wrap .k-link:hover {
  background: #6a7081;
  color: white;
}
@media only screen and (max-width: 480px) {
  .kartenwrap .karte .k-infos-wrap .k-link {
    border: 1px solid grey;
  }
  .kartenwrap .karte .k-infos-wrap .k-link:hover {
    background: none !important;
    color: black !important;
  }
}
.kartenwrap .karte .k-infos-wrap .k-boden-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 97px;
}
.kartenwrap .karte .k-infos-wrap .k-boden-wrap .k-boden {
  flex: 0 0 100%;
}
.kartenwrap .karte .k-webl {
  padding: 20px;
}
.kartenwrap .karte .k-logo-wrap {
  position: relative;
}
.kartenwrap .karte .k-logo-wrap .k-logo {
  display: inline-block;
  height: 280px;
  width: 281px;
  margin: -1px;
  background-image: url("../img/bcs_logo.jpg");
  background-size: 400px;
  background-repeat: no-repeat;
}
.kartenwrap .karte .k-logo-wrap .k-logo.user {
  height: 108px;
  background-size: 270px;
}
.kartenwrap .karte .k-willkommen-wrap {
  padding: 12px 22px;
  font-size: .8rem;
  hyphens: auto;
  text-align: justify;
}
.kartenwrap .karte .k-willkommen-wrap .k-willkommen-head {
  font-size: 35px;
  line-height: 32px;
  margin-bottom: 35px;
  font-family: 'zillah_modern_regular';
  text-align: center;
  hyphens: none;
}
.kartenwrap .karte a.gesichtsbuch {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: black;
  border-radius: 50%;
}
.kartenwrap .karte a.gesichtsbuch::before {
  height: 25px;
  width: 25px;
  background-image: url(../img/button_fb.png);
  background-size: contain;
  position: relative;
  content: '';
  display: block;
  border: 0px solid black;
  border-radius: 50%;
  background-position: 0 0px;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.kartenwrap .karte a.gesichtsbuch:hover::before {
  animation-name: fratzenbuch;
}
.kartenwrap .karte .k-bezirke-wrap {
  position: absolute;
  height: 182px;
  width: 100%;
  font-size: 22px;
  text-align: center;
  display: none;
  overflow: scroll;
}
.kartenwrap .karte .k-bezirke-wrap .k-bezirke {
  display: block;
  height: 28px;
  width: 97%;
  transition: transform 0.7s ease;
  cursor: pointer;
}
.kartenwrap .karte .k-bezirke-wrap .k-bezirke:hover {
  transform: scale(1.05);
}
.kartenwrap .karte .k-bezirke-wrap .k-bezirke a {
  border-top: 1px solid grey;
}
.kartenwrap .karte .k-venues-wrap {
  position: absolute;
  height: 182px;
  width: 100%;
  font-size: 18px;
  text-align: center;
  display: none;
  overflow: scroll;
}
.kartenwrap .karte .k-venues-wrap .k-venues {
  display: block;
  height: 28px;
  width: 97%;
  transition: transform 0.7s ease;
  cursor: pointer;
}
.kartenwrap .karte .k-venues-wrap .k-venues:hover {
  transform: scale(1.05);
}
.kartenwrap .karte .k-venues-wrap .k-venues a {
  border-top: 1px solid grey;
}
.kartenwrap .karte .k-instr-wrap {
  position: absolute;
  text-align: center;
  padding: 20px 0 8px 0;
  display: none;
}
.kartenwrap .karte .k-instr-wrap .k-instr {
  display: inline-block;
  background: black;
  color: white;
  padding: 5px;
  border-radius: 10px;
  min-width: 50px;
  margin: 0px;
  height: 50px;
  line-height: 37px;
  font-size: 20px;
  transition: transform 0.7s ease;
  cursor: pointer;
}
.kartenwrap .karte .k-instr-wrap .k-instr:hover {
  transform: scale(1.05);
}
.kartenwrap .karte .k-start-wrap {
  font-size: 20px;
  text-align: center;
  padding: 0;
  margin-top: 15px;
}
.kartenwrap .karte .k-start-wrap .k-maplink {
  display: inline-block;
  height: 50px;
  width: calc(100% - 24px);
  line-height: 28px;
  color: black;
  padding: 10px;
  border-radius: 10px;
  margin: 4px;
  font-size: 20px;
  transition: color 0.9s ease, background-color 0.7s ease;
  cursor: pointer;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .kartenwrap .karte .k-start-wrap .k-maplink {
    border: 1px solid grey;
  }
  .kartenwrap .karte .k-start-wrap .k-maplink:hover {
    background: none !important;
    color: black !important;
  }
}
.kartenwrap .karte .k-start-wrap .k-maplink:hover {
  background: #6a7081;
  color: white;
}
.kartenwrap .karte .k-start-wrap .summeses {
  font-size: 1.1rem;
}
.kartenwrap .karte .u-auswahl-wrap {
  text-align: center;
  font-size: 20px;
  text-align: center;
  margin: 0px 6px 6px 6px;
}
.kartenwrap .karte .u-auswahl-wrap .u-auswahl {
  display: inline-block;
  height: 50px;
  width: calc(100% - 7px);
  padding: 10px 0;
  line-height: 28px;
  background: none;
  color: black;
  border-radius: 10px;
  transition: color 0.9s ease, background-color 0.7s ease;
  cursor: pointer;
  margin-bottom: 4px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.kartenwrap .karte .u-auswahl-wrap .u-auswahl:hover {
  color: white;
}
.kartenwrap .karte .u-auswahl-wrap .u-auswahl#ausw_logout:hover {
  background: red;
}
.kartenwrap .karte .u-auswahl-wrap .u-auswahl#ausw_passw:hover {
  background: #6a7081;
}
.kartenwrap .karte .u-auswahl-wrap .u-auswahl#ausw_neuer:hover {
  background: green;
}
.kartenwrap .karte .u-willk {
  font-size: 1rem;
  padding: 2px 12px 12px 12px;
}
#hinweis {
  text-align: center;
  margin: 12px;
  font-size: .8rem;
}
.counter_box {
  background: black;
  color: white;
  padding: 1px 2px;
  font-weight: bold;
}
.kartenwrap.durchsichtig .karte {
  opacity: 0.3;
}
.kartenwrap.durchsichtig #info_overlay {
  font-size: 125px;
  position: absolute;
  top: 288px;
  left: 92px;
  color: #eaeaea;
}
.kartenwrap.deleted .karte {
  opacity: 0.15;
}
.kartenwrap.deleted #info_overlay {
  font-size: 125px;
  position: absolute;
  top: 267px;
  left: 88px;
  color: #eaeaea;
}

/* Ende kartenwrap */




/* während der POST Verarbeitung */
#changes-screen {
  font-size: 30px;
  position: relative;
  top: 100px;
  width: 100%;
  text-align: center;
}

/* Editor für single.php */
.k-editor-wrap {
  margin: 0 auto;
  min-width: 310px;
  max-width: 900px;
  font-size: 1rem;
}
.k-editor-wrap input, .k-editor-wrap select {
  font-size: 14px;
}
.k-editor-wrap .ke-reihe {
  margin: 10px;
  background: lightgray;
  padding: 15px;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
}
.k-editor-wrap .ke-reihe .ke-info {
  flex: 0 1 50%;
}
@media only screen and (max-width: 480px) {
  .k-editor-wrap .ke-reihe .ke-info {
    flex: 0 1 100%;
  }
}
.k-editor-wrap .ke-reihe .ke-editor {
  flex: 0 1 50%;
  padding-left: 20px;
}
@media only screen and (max-width: 480px) {
  .k-editor-wrap .ke-reihe .ke-editor {
    flex: 0 1 100%;
    padding-left: 0px;
    margin-top: 15px;
  }
}
.k-editor-wrap .ke-reihe .ke-editor .ke-tag {
  font-size: 24px;
  margin: 20px 60px;
}
.k-editor-wrap .ke-reihe .ke-editor .ke-ven, .k-editor-wrap .ke-reihe .ke-editor .ke-adr {
  margin-bottom: 12px;
}
.k-editor-wrap .ke-reihe .k-h3 {
  flex: 0 1 100%;
}
.k-editor-wrap .ke-reihe .spec-code {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  border: 1px solid gray;
  padding: 2px;
  border-radius: 4px;
}
.k-editor-wrap .ke-reihe.ke-task {
  display: flex;
  justify-content: center;
}
.k-editor-wrap .ke-reihe.ke-task button {
  flex: 0 1 32%;
  height: 60px;
  margin: 0 2px;
  border-style: none;
  background: none;
  color: black;
  font-size: 1.2rem;
  border-radius: 10px;
  transition: color 0.9s ease, background-color 0.7s ease;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .k-editor-wrap .ke-reihe.ke-task button {
    flex: 0 1 30%;
    font-size: 1rem;
  }
}
.k-editor-wrap .ke-reihe.ke-task button:hover {
  color: white;
}
.k-editor-wrap .ke-reihe.ke-task button.ke-but-can:hover {
  background: #6a7081;
}
@media only screen and (max-width: 480px) {
  .k-editor-wrap .ke-reihe.ke-task button.ke-but-can {
    background: #6a7081;
    color: white;
  }
}
.k-editor-wrap .ke-reihe.ke-task button.ke-but-sav:hover {
  background: green;
}
@media only screen and (max-width: 480px) {
  .k-editor-wrap .ke-reihe.ke-task button.ke-but-sav {
    background: green;
    color: white;
  }
}
.k-editor-wrap .ke-reihe.ke-task button.ke-but-del:hover {
  background: red;
}
@media only screen and (max-width: 480px) {
  .k-editor-wrap .ke-reihe.ke-task button.ke-but-del {
    background: red;
    color: white;
  }
}
.k-editor-wrap .ke-reihe.ke-task button.ke-but-trash:hover {
  background: red;
  flex: 0 1 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 480px) {
  .k-editor-wrap .ke-reihe.ke-task button.ke-but-trash {
    background: red;
    color: white;
  }
}
.k-editor-wrap .ke-reihe #ruckmelder {
  flex: 0 1 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: red;
}
.k-editor-wrap .ke-reihe #input-wt {
  margin: 40px 70px;
  font-size: 22px;
}
@media only screen and (max-width: 480px) {
  .k-editor-wrap .ke-reihe #input-wt {
    margin: 40px 0px;
    width: 82vw;
  }
}


/* global buttons einstellen, für ult.members */
.um input[type="submit"].um-button, .um input[type="submit"].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
  color: black;
  background: none !important;
  border-radius: 3px;
  padding: 6px;
  transition: color 0.9s ease, background-color 0.7s ease;
}
.um input[type="submit"].um-button:hover, .um input[type="submit"].um-button:focus:hover, .um a.um-button:hover, .um a.um-button.um-disabled:hover:hover, .um a.um-button.um-disabled:focus:hover, .um a.um-button.um-disabled:active:hover {
  background: white !important;
}

@media only screen and (max-width: 480px) {
  #um-submit-btn {
    border: 1px solid black !important;
  }
}

/* Registrierung Seite */
.registrierung-wrap {
  padding-top: 30px;
}
.registrierung-wrap h2 {
  font-family: 'zillah_modern_regular';
  text-align: center;
}
.registrierung-wrap p {
  max-width: 450px;
  margin: 0 auto;
}
.registrierung-wrap .um-field-label label {
  color: #eaeaea;
}
.registrierung-wrap .um-postmessage {
  color: #eaeaea;
  margin-top: 70px;
}
.registrierung-wrap input {
  border-radius: 5px !important;
  border-style: none !important;
}

/* Login Seite */
.login-wrap {
  max-width: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .login-wrap {
    padding-bottom: 20px;
  }
}
.login-wrap .login-logo {
  display: block;
  height: 160px;
  width: 97%;
  margin: 27px 5px;
  background-image: url(../img/bcs_preview.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.login-wrap .login-felder {
  padding: 0 10px;
  margin-bottom: 20px;
}
.login-wrap .login-back-link {
  width: 100%;
  text-align: right;
}
.login-wrap .login-back-link a {
  color: black;
  border-radius: 3px;
  padding: 6px;
  transition: color 0.9s ease, background-color 0.7s ease;
}
@media only screen and (max-width: 480px) {
  .login-wrap .login-back-link a {
    border: 1px solid black;
  }
}
.login-wrap .login-back-link a:hover {
  background: white;
}
.login-wrap .um .um-field-label, .login-wrap a.um-link-alt {
  color: #111 !important;
}
.login-wrap input {
  border-radius: 5px !important;
  border-style: none !important;
}

.um-field-block {
  color: white !important;
}

/* Kontakt Seite */
.kontakt-wrap {
  max-width: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .kontakt-wrap {
    padding-bottom: 20px;
  }
}
.kontakt-wrap .kontakt-logo {
  display: block;
  height: 160px;
  width: 97%;
  margin: 27px 5px;
  background-image: url(../img/bcs_preview.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.kontakt-wrap .kontakt-felder {
  padding: 0 10px;
  margin-bottom: 20px;
}
.kontakt-wrap .kontakt-back-link {
  width: 100%;
  text-align: right;
}
.kontakt-wrap .kontakt-back-link a {
  color: black;
  border-radius: 3px;
  padding: 6px;
  transition: color 0.9s ease, background-color 0.7s ease;
}
@media only screen and (max-width: 480px) {
  .kontakt-wrap .kontakt-back-link a {
    border: 1px solid black;
  }
}
.kontakt-wrap .kontakt-back-link a:hover {
  background: white;
}
.kontakt-wrap textarea {
  width: 100%;
  border-radius: 12px;
  border-style: none;
  padding: 10px;
}
.kontakt-wrap input {
  border-radius: 4px;
  border-style: none;
  padding: 3px;
}
.kontakt-wrap .wpcf7-submit, .kontakt-wrap .ke-but-can {
  width: 100%;
  height: 50px;
  border-style: none;
  border-radius: 14px;
  font-size: 16px;
  margin: 10px;
  background: none;
  color: black;
  cursor: pointer;
  transition: color 0.9s ease, background-color 0.7s ease;
}
.kontakt-wrap .wpcf7-submit:hover, .kontakt-wrap .ke-but-can:hover {
  background: white;
}
.kontakt-wrap .um .um-field-label, .kontakt-wrap a.um-link-alt {
  color: #111 !important;
}

/*  Benutzer Seite (für admin)*/
.admin-wrap .user-infos-wrap {
  height: 35px;
  background: white;
  padding: 4px;
  border-top: 1px solid grey;
  transition: background-color .6s ease;
}
.admin-wrap .user-infos-wrap:hover {
  background: #dbdbdb;
}
.admin-wrap .user-infos-wrap.openend {
  height: auto;
}
.admin-wrap .user-infos-wrap .user-infos {
  display: inline-block;
  border-right: 1px solid grey;
  padding-right: 10px;
  cursor: pointer;
}
.admin-wrap .user-infos-wrap .user-infos.nachrechts {
  float: right;
}
.admin-wrap .user-infos-wrap .user-infos .bgc_red {
  border-radius: 3px;
  border-style: none;
  padding: 4px;
  background: red;
  color: white;
}
.admin-wrap .user-infos-wrap .user-infos .bgc_green {
  border-radius: 3px;
  border-style: none;
  padding: 4px;
  background: green;
  color: white;
}
.admin-wrap .usr-ses {
  display: none;
}
.admin-wrap .usr-ses-trash .trash-name {
  position: relative;
  display: inline-block;
  color: white;
  font-size: 30px;
}

/* Trash */
.bs4-bin {
  cursor: pointer;
}
.bs4-bin:hover div {
  opacity: 1;
}
.bs4-bin div {
  opacity: 0;
  position: absolute;
  top: -165px;
  color: white;
  font-family: 'zillah_modern_regular';
  font-size: 36px;
  text-align: center;
  transition: opacity .7s ease;
}

/* Maps */
.leaflet-container {
  height: 100vh !important;
  grid-column: span 2;
}
.leaflet-popup-content {
  cursor: pointer;
}

#closer {
  position: fixed;
  top: 15px;
  right: 15px;
  color: black;
  cursor: pointer;
  font-weight: 600;
  font-size: 40px;
  padding: 3px;
  z-index: 2000;
}

#map-wrap, #edit-wrap {
  display: none;
  position: fixed;
  z-index: 1210;
  top: 0;
  left: 250px;
  right: 0;
  bottom: 0;
  /* background: rgba(255, 255, 255, 0.8); */
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 0;
}

#map-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#map-wrap #map-fenster, #edit-fenster {
  height: 96%;
  width: 96%;
  max-width: 1500px;
  max-height: 1250px;
  z-index: 1000;
  border-radius: 18px;
  border: 0px solid black;
  /* background: #dddddd; */
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  /*! margin-right: 32px; */
  /*! z-index: 1000000000; */
}
@media only screen and (max-width: 480px) {
  #map-wrap #map-fenster, #edit-fenster {
    height: 100%;
    width: 100%;
    margin-top: 0%;
  }
}

/*  mrhide.de */
.k-mrhide-card {
  background: #ee9d48;
  padding: 20px;
  background-size: contain;
  height: 100%;
  width: 100%;
}

/* FOOTER */
.footer-wrap {
}
.footer-wrap a {
  display: block;
  /*! padding: 1px 6px; */
  margin: 4px;
}
.footer-wrap a:hover {
  color: #596788;
  background: white;
}
@media only screen and (max-width: 480px) {
  .footer-wrap a {
    padding: 4px;
  }
  .footer-wrap a:hover {
    background: none;
    color: #596788;
  }
}


/* In Webseite enthaltenes Stil-Dokument #25 | https://berlinercomedyshows.de/?schlussel=wochentag&wert=Freitag */

footer ul {
  list-style: none;
}

footer ul li a {
  padding: 6px 4px;
  font-size: 11.6px;
  display: block;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: space-around;
}


/* .footer-wrap .f-left {
  display: inline-block;
  width: 57%;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .footer-wrap .f-left {
    display: inline;
    width: auto;
  }
}
.footer-wrap .f-right {
  display: inline-block;
  width: 42%;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .footer-wrap .f-right {
    display: inline;
    width: auto;
  }
} */

.sec_header {
  display: flex;
  position: fixed;
  top: -40px;
  width: 100vw;
  height: 38px;
  background: right url(../img/bcs_footer.jpg);
  background-size: 140%;
  background-repeat: no-repeat;
  transition: top .6s ease;
  z-index: 500;
}
@media only screen and (max-width: 480px) {
  .sec_header {
    background-size: 240%;
  }
}
.sec_header > div {
  margin: 4px;
  border-radius: 5px;
}
.sec_header .sec_bcs_logo {
  width: 170px;
  background: #596788 center url(../img/bcs_logo_sec.png);
  background-size: 159px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  .sec_header .sec_bcs_logo {
    width: 139px;
    background-size: 113px;
  }
}
.sec_header .bcs_breadcr {
  padding: 4px 8px;
  color: white;
  background: #596788;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .sec_header .bcs_breadcr {
    padding: 5px 4px;
    overflow: hidden;
    font-size: 12px;
  }
}
.sec_header.sec_h_ein {
  top: 0;
}

bold {
  font-weight: bold;
}

@keyframes fratzenbuch {
  0% {
    background-position: 0 0px;
  }
  100% {
    background-position: 0 -25px;
  }
}
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .k-auswahl-wrap .k-auswahl:nth-of-type(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .filterwrap {
    grid-template-columns: 1fr;
  }

  .page_logo {
    grid-row-start: span 1;
    height: 190px;
    width: 100%;
    background-size: 100%;
  }

  .k-auswahl-wrap, .k-start-wrap {
    grid-column-start: 1;
  }

  .felder_wrap {
    grid-column-start: 1;
  }
}



/*
    ÄNDERUNGEN 21
*/

html, body {
  display: grid;
  grid-template: auto / 250px 1fr;
  width: 100vw;
}

#main-wrap {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, 280px);
  padding: 14px 24px;
}

/* FILTER  */

.k-auswahl-wrap,
.k-start-wrap {
  grid-column-start: 1;
}

.felder_wrap {
  grid-column-start: 1;
}

.k-auswahl-wrap {
  display: flex;
  flex-direction: column;
}
/* footer.k-auswahl-wrap {
  flex-grow: 1;
  justify-content: flex-end;
} */
/* FILTERBUTTONS */

.k-auswahl-wrap .k-auswahl:nth-of-type(1)::before {
  content: unset;
}

.k-auswahl-wrap .k-auswahl {
  position: unset;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-items: flex-start;
  padding-left: 12px;
  overflow: hidden;
}

.k-auswahl-wrap .k-auswahl.selektiert {
  justify-items: flex-end;
  font-size: 26px;
  font-weight: bold;
  background: #292c33;
}

/* ARROW */

.k-auswahl-wrap .filter_arrow {
  display: inline-block;
  justify-self: flex-end;
  transition: left 0.2s ease;
  position: relative;
  left: -4px;
  font-size: 16px;
  transition: left 0.3s ease;
  z-index: 10000;
}

.k-auswahl-wrap .k-auswahl:hover .filter_arrow {
  left: 20px;
}

/* ARROW FÜR MAP */
/* X for map */

.k-auswahl-wrap .filter_arrow > span {
  font-size: 22px;
  line-height: 19px;
  display: inline-block;
  margin-top: -2px;
}


/* SUBMENU */

.filter_submenu_wrap {
  position: absolute;
  left: -350px;
  top: 0px;
  left: 250px;
  bottom: 0;
  max-width: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: max-width 0.3s 0s ease;
  z-index: 1000;
}
.k-auswahl:hover .filter_submenu_wrap {
  max-width: 500px;
  transition: max-width 0.3s 0.15s ease;
}

.filter_submenu {
  background: white;
  display: flex;
  flex-direction: column;
  padding: 1vw;
  margin: 0 18px;
  border-radius: 12px;
  box-shadow: 0px 0px 6px 2px black;
  overflow: hidden;
}

.filter_submenu li {
  text-align: right;
}

/* ARROW SUBMENU */

.k-links::before {
  content: "\279C";
  margin-right: 2px;
  color: #000;
  position: relative;
  right: 100px;
  transition: right 0.3s ease;
}

.k-links:hover::before {
  right: 0;
}

.k-auswahl:hover .k-links.markierter::before {
  right: 0;
}

.k-links::before:hover {
  transition: right 0.4s 0s ease;
}


/* ÄNDERUNGEN KARTE */

/* style.css | https://berlinercomedyshows.de/wp-content/themes/bsandbcs/css/style.css?ver=1.0 */

.kartenwrap .karte {
  /* width: 280px; */
  /* height: 400px; */
  width: 256px;
  height: 368px;
}

html, body {
  /* font-size: .95rem; */
  /* line-height: 1.5; */
  font-size: 13.6px;
  line-height: 1.2;
}

.kartenwrap .karte .k-name-wrap .k-name {
  /* font-size: 52px; */
  font-size: 42px;
}

.kartenwrap .karte .k-venue-wrap .k-venue {
  /* font-size: 21px; */
  font-size: 20px;
}

.kartenwrap .karte .k-name-wrap {
  /* height: 170px; */
  height: 150px;
}

.kartenwrap .karte .k-infos-wrap {
  /* height: 100px; */
}

.kartenwrap .karte .k-infos-wrap .k-boden-wrap {
  /* height: 97px; */
  height: 85px;
}

.k-ausstattung-wrap {
  /* margin: 10px 10px 14px 10px; */
  margin: 6px 10px 6px 10px;
}
