:root {
  --hrsl-color-lightGrey-01: #e6e6e6;
  --hrsl-color-lightGreen-01: #1bd89e;
  --hrsl-color-hoverGrey-01: #fbfbfb;
  
  --hrsl-color-lightRed-01: #fe667b;
  --hrsl-color-lightYellow-01: #fba76f;
  --hrsl-wristband-color-rot: #e1291f;
  --hrsl-wristband-color-blau: #276193;
  --hrsl-wristband-color-gelb: #ffde00;
  --hrsl-wristband-color-grün: #00a988;
  --hrsl-wristband-color-schwarz: #302c29;
  --hrsl-bbsc-blue: #38b5cf;
  --hrsl-bbsc-orange: #ff9858;
  --hoersaal-blau: rgb(34, 113, 177);
  --hoersaal-schwarz: #3c434a;
  --hoersaal-grau-text: #999;
  --hrsl-table-border-01: 1px solid var(--hrsl-color-lightGrey-01);
  --hrsl-border-radius-01: 4px;
  --hrsl-blue: rgb(34, 113, 177);
  --hrsl-border-grey: #e6e6e6;
  --hrsl-document-white: white;
  --hrsl-text-black: black;
  --hrsl-text-grey-01: #303133;
  --hrsl-green-01: #1bd89e;
  --hrsl-red-01: #fe667b;
  --hrsl-orange-01: #fb7b26;
  --hrsl-section-shadow: 0 2px 18px 0 #e2e6ec;
}

.hoersaal_staedte html {
  height: inherit !important;
}

.hoersaal_staedte .staedte_mainReiter_sortable{
  cursor: pointer;
}

/* Mobile Navigation */

.staedte-navigation-mobile {
  display:block;
}

.staedte-navigation-mobile-toggle {
 
  display:flex; 
  justify-content: center;
  align-items: center;
  color: black;
  background-color: transparent;
  margin:0;
  padding: 0;

 
 
  text-align: center;

  border:none;
  outline:none;
}


 
.staedte-navigation-mobile-burger {
  display: inline;
  font-size: 4em;
}

.staedte-navigation-mobile-burger.inactive {
    display: none;
  }

 
.staedte-navigation-mobile-close {
  border-radius: 50%;
  display: none;
  padding: 20px;
 
}

.staedte-navigation-mobile-close.active{
  display: flex;

}


.staedte-navigation-mobile-menu > button {
    border: none;
    background-color: transparent;
    color: var(--hoersaal-schwarz);
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid var(--hrsl-color-lightGrey-01);
}

#staedte-navigation-mobile-city-buttons {
  display:flex;
  justify-content: space-between;
  align-items: center;
}
/* .hoersaal_staedte */

.hoersaal-events #staedte_einstellungen_invoice_table td {
  vertical-align: middle;
}

.hoersaal-events .staedte-scroll-box,
.hoersaal_staedte .staedte-scroll-box {
  overflow-y: scroll;
  scrollbar-width: none;
}
.hoersaal_staedte .pp_location_settings {
  position: relative;
  margin: 50px 0 0 30px;
}

.hoersaal_staedte .pp_packend_form_label {
  display: block;
  margin: 10px 0;
}

.hoersaal_staedte .pp_backend_table {
  border-spacing: 0;
}

.hoersaal_staedte .pp_backend_table td {
  padding: 10px;
  margin: 0;
}

.hoersaal_staedte .pp_backend_tr_head td {
  border-bottom: 1px solid #ccc;
}

.hoersaal_staedte .pp_backend_row {
  overflow: hidden;
  margin: 0 -20px;
}

.hoersaal_staedte .pp_backend_col {
  position: relative;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}

.hoersaal_staedte .pp_backend_col.col-6 {
  width: 50%;
}

.hoersaal_staedte .pp_backend_email_variables_list li {
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 6px;
  display: inline-block;
  padding: 5px;
}

.hoersaal_staedte .pp_backend_notice {
  background: red;
  padding: 10px;
  color: #fff;
  display: block;
  font-size: 16px;
}

.hoersaal_staedte .pp_backend_good {
  background: green;
  padding: 10px;
  color: #fff;
  display: block;
  font-size: 16px;
}

.hoersaal_staedte .pp_backend_col input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}

.hoersaal_staedte * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hoersaal_staedte .staedte_tooltip {
  position: absolute;
  display: contents;
}

/* Tooltip text */
.hoersaal_staedte .staedte_tooltip .staedte_tooltiptext {
  visibility: hidden;
  background-color: whitesmoke;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 11px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  width: 120px;
  margin-top: 30px;
  margin-left: -70px;
}

.staedte_tooltip:hover .staedte_tooltiptext {
  visibility: visible;
}

/* WP Footer aus dem Weg raeumen*/
.hoersaal_staedte #wpfooter {
  position: inherit;
}

/*wp-editor-area hatte Text weiss gemacht -> jetzt schwarz. Liegt evtl. an einem anderen Theme/Plugin */
.hoersaal_staedte #container .wp-editor-area {
  color: #000000;
}

/* Style the tab */

.hoersaal_staedte .tab {
  display: block;
  float: left;
  background-color: #ffffff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-right: -1px;
}

/* Style the buttons that are used to open the tab content */

.hoersaal_staedte .tab button {
  display: block;
  background-color: inherit;
  color: grey;
  padding: 13px 15px;
  width: 100%;
  border: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  cursor: pointer;
  transition: 0s;
  font-size: 13px;
  outline: none;
}

/* Create an active/current "tab button" class */

.hoersaal_staedte .tab button.active {
  /*background-color: #dadada;*/
  /*margin-top: -1px;*/
  color: black;
  font-weight: bold;
}

/* Style the tab content */

.hoersaal_staedte .tabcontentStaedte {
  float: left;
  display: none;
}

/*Dropdown Menu */

.hoersaal_staedte .dropdown_menu {
  font-size: 14px;
  line-height: 2;
  padding: 7px;
  color: #2c3338;
  border-color: #8c8f94;
  box-shadow: none;
  background: rgb(255, 255, 255) url(select.png) no-repeat right center;
  position: relative;
}

/*Buttons in der Desktop-Navigationsleiste */

.hoersaal_staedte .navButton {
  display: block;
  background-color: white;
  color: grey;
  padding: 13px 15px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
}

.hoersaal_staedte .tab input {
  border-right: 1px solid #e5e5e5;
}

/*Buttons in der Mobile-Navigationsleiste */

/*////////////////////////////Beim Testen mobil gar keinen Unterschied gesehen ////////////////////*/
.hoersaal_staedte .smallNavButton {
  display: block;
  background-color: white;
  color: grey;
  padding: 13px 15px;
  width: 100%;
  border: none;
  text-align: left;
  text-decoration: none;
  color: grey;
  padding: 10px 10px;
  width: 100%;
  font-size: medium;
}

.hoersaal_staedte .wrap_ueberschrift {
  background-color: #ffffff;
  margin: 0px;
  font-size: 23px;
  font-weight: 400;

  /* padding: 9px 0 4px 0;*/

  line-height: 1.3;
  display: block;
}

.hoersaal_staedte .row button.active {
  background-color: white;
  font-weight: bold;
  color: black;
}

/*Allumspannendes div für den gesamten Seiteninhalt, fuer z.B. Abstand zum Rand halten */

.hoersaal_staedte #container {
  display: flex;
 
}

.hoersaal_staedte #bigScreenNav {
  min-width: 22ch;
  transition: all 0.3s ease-in-out;
}

/*Mobile-Navigationsleiste */
.hoersaal_staedte #smallScreenNav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: white;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.3s;
}

.hoersaal_staedte .subNav-content {
  display: none;
  float: left;
  background-color: #ffffff;
}

.hoersaal_staedte .bigSubNav-content {
  display: none;
  float: left;
  background-color: #ffffff;
}

/* buttons inside the mobile subNav dropdown */

.hoersaal_staedte .subNav-content button {
  display: block;
  background-color: #f1f1f19c;
  color: grey;
  padding: 10px 10px 10px 35px;
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: medium;
}

/* buttons inside the desktop subNav dropdown */

.hoersaal_staedte .bigSubNav-content button {
  display: block;
  background-color: #f1f1f19c;
  color: grey;
  padding: 13px 20px 13px 25px;
  margin-top: -2px;
  width: 104%;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

.hoersaal_staedte .mobile-dropdown .subDropBtn {
  display: block;
  background-color: white;
  color: grey;
  padding: 10px 10px;
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: medium;
}

/* CSS für Inhalte der Tabellen*/

.hoersaal_staedte .widefat_content {
  text-align: center !important;
  border: none !important;
  border-top: 1px solid #e6e6e6 !important; /* old color: #C0C0C0 */
  padding: 8px 10px !important;
}

.hoersaal_staedte .left {
  text-align: left !important;
}

.hoersaal_staedte .center {
  text-align: center;
}
.hoersaal_staedte .text_right {
  text-align: right !important;
}
.hoersaal_staedte .no_deco {
  text-decoration: none !important;
}

.hoersaal_staedte .no_padding_right {
  padding-right: 0px !important;
}

.hoersaal_staedte .no_padding_left {
  padding-left: 0px !important;
}
.hoersaal_staedte .show {
  display: block;
  width: 96%;
}

.hoersaal_staedte .box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.hoersaal_staedte .staedte-history-part {
  margin: 50px 5px;
}

.hoersaal_staedte .staedte-history {
  padding: 18px 30px;
}

/*#region Formulare*/
.hoersaal_staedte .hide-content * {
  display: none !important;
}

.hoersaal_staedte .display-none {
  display: none;
}

.hoersaal_staedte .border-bottom-grey {
  border-bottom: 1px solid #e6e6e6 !important;
  padding: 5px 0 !important;
  margin-bottom: 0 !important;
}

/* Zahlenfelder Hoch/Runter-Pfeile abschalten*/
/* Chrome, Safari, Edge, Opera */
.hoersaal_staedte input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
/* Chrome */
.hoersaal_staedte input[type="number"]::-webkit-inner-spin-button,
.hoersaal_staedte input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hoersaal_staedte .form-headline {
  display: inline-block;
  color: #23282d;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 10px 10px;
}

.hoersaal_staedte .form-contactline {
  margin: 0 0 10px 10px;
  color: #23282d;
}

.hoersaal_staedte .form-image {
  margin-left: 60px;
}

.hoersaal_staedte form fieldset {
  margin: 0 0 1.4em 0;
}

.hoersaal_staedte form fieldset legend {
  color: #23282d;
  font-size: 1.3em;
  font-weight: 600;
  margin: 0;
}

.hoersaal_staedte .flex-area {
  flex: 0 1 auto;
  padding: 0 10px;
}

.hoersaal_staedte .flex-cont {
  display: flex;
  justify-content: space-between; /* space-between; */
  flex-wrap: wrap;
  align-items: center;
}

.hoersaal_staedte .space-around {
  justify-content: space-around !important;
}

.hoersaal_staedte .space-between {
  justify-content: space-between !important;
}

.aw_strasse {
    border-top: 1px solid #000;
}
.hoersaal_staedte .staedte-versandliste table .tr-no-border td {
    /* padding-top: 0px; */
    line-height: 1.1em;
}
.hoersaal_staedte .staedte-versandliste table .tr-no-border td.td-top-border {
  border-top: 1px dotted #e6e6e6;
}
.hoersaal_staedte .staedte-versandliste table td.address-remove-border {
    border: none;
}

@media screen and (max-width: 1099px) {
  .hoersaal_staedte #el_form_uhrzeiten > .flex-cont {
    justify-content: left;
  }
}

.hoersaal_staedte .align-start {
  align-items: flex-start;
}

.hoersaal_staedte .form-label-pre {
  width: 200px;
  margin-bottom: 0 !important;
}

.hoersaal_staedte .form-input {
  width: 220px;
  font-size: 0.875em !important;
  height: 40px !important;
}

.hoersaal_staedte .form-input-plz {
  width: 65px;
  font-size: 0.875em !important;
  height: 40px !important;
  /*float: left;*/
}

.hoersaal_staedte .form-label-font {
  color: #555;
  font-size: 1em !important;
}

.hoersaal_staedte .form-label-check {
  /* width: 120px; */
  margin: 8px 0px 8px 0;
}

.hoersaal_staedte .form-label-post {
  margin-left: 10px;
  margin-bottom: 0 !important;
}

.hoersaal_staedte .form-small {
  color: #ccc;
  margin-left: 10px;
}
div.wrap.hoersaal_staedte
  div#container
  div#popup_bg_edit_loc.popup-bg
  div#popup_edit_loc.popup
  form#location_edit
  div.flex-cont.align-start
  div.flex-area
  fieldset#loc_form_loc_details.justify-left.lbl-pre-w120
  div.border-bottom-grey.flex-cont
  input#loc_foom_send_mail {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hoersaal_staedte .form-label-pre.form-label-font {
  width: 30% !important;
}

@media screen and (max-width: 600px) {
  .hoersaal_staedte .mobile-100p {
    width: 100% !important;
  }
  .hoersaal_staedte .mobile-66p {
    width: 66%;
    padding-right: 5px;
  }
  .hoersaal_staedte .mobile-33p {
    width: 33%;
  }
  .hoersaal_staedte .form-label-pre.form-label-font {
    width: 100% !important;
  }
  .hoersaal_staedte .form-label-post {
    margin-left: 5px;
  }
  .hoersaal_staedte .form-label-pre.form-label-post {
    margin-left: 0;
  }
  .hoersaal_staedte .form-label-check {
    width: 75%;
  }
  .hoersaal_staedte .form-input {
    width: 100%!important;
  }
}

.hoersaal_staedte .button-primary {
  font-size: 13px !important;
  color: #fff !important;
  box-shadow: none !important;
  padding: 5px 48px !important;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799,
    -1px 0 1px #006799 !important;
  background-color: #006799;
  border-color: #3b8dc1 !important;
  margin-right: 24px !important;
  margin-left: 24px !important;
  margin-top: 2% !important;
  margin-bottom: 2% !important;
  text-align: center;
  min-width: 180px;
  height: 40px;
}

.hoersaal_staedte .popupButton-mod{
  margin-bottom: 15px!important; 
}

.button-primary.invisible-button {
  display: none;
}

.hoersaal_staedte .staedte_paginationButtonRow {
  padding: 10px;
  display: flex;
  justify-content: right;
}
.hoersaal_staedte .staedte_paginationButton.active {
  background-color: var(--hoersaal-blau);
  color: white;
}
.hoersaal_staedte .staedte_paginationButton {
  flex: 0 1 auto;
  width: 90px;
  background-color: white;
  color: var(--hoersaal-schwarz);
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  padding: 0px;
  margin: 0 0px 0 16px;
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  border-top: none;
  border-right: 1px solid #dadce1;
  border-bottom: none;
  border-left: none;
  border-radius: 5px;
}

.hoersaal_staedte .title-clickable {
  cursor: pointer;
}

.hoersaal_staedte .button-pop {
  min-width: 140px !important;
  padding: 6px 40px !important;
}

.hoersaal_staedte .button-small {
  font-size: 0.8em !important;
  line-height: 1.8 !important;
}

.hoersaal_staedte .button-large {
  padding: 5px 10px !important;
  margin: 0 0 10px 0 !important;
}

.hoersaal_staedte .w100p {
  width: 100% !important;
}

.hoersaal_staedte .w40 {
  width: 40px !important;
}
.hoersaal_staedte .w50 {
  width: 50px !important;
}
.hoersaal_staedte .w60 {
  width: 60px !important;
}

.hoersaal_staedte .w70 {
  width: 70px !important;
}

.hoersaal_staedte .w80 {
  width: 80px !important;
}
.hoersaal_staedte .w100 {
  width: 100px !important;
}
.hoersaal_staedte .w110 {
  width: 110px !important;
}
.hoersaal_staedte .w120 {
  width: 120px !important;
}
.hoersaal_staedte .w140 {
  width: 140px !important;
}
.hoersaal_staedte .w150 {
  width: 150px !important;
}
.hoersaal_staedte .w160 {
  width: 160px !important;
}
.hoersaal_staedte .w170 {
  width: 170px !important;
}
.hoersaal_staedte .w190 {
  width: 190px !important;
}
.hoersaal_staedte .w200 {
  width: 200px !important;
}
.hoersaal_staedte .w250 {
  width: 250px !important;
}
.hoersaal_staedte .w280 {
  width: 280px !important;
}
.hoersaal_staedte .w800 {
  width: 800px !important;
}
@media screen and (min-width: 525px) {
  .hoersaal_staedte .w360 {
    width: 360px !important;
  }
}

.hoersaal_staedte .lbl-pre-w100 .form-label-pre {
  width: 100px;
}
.hoersaal_staedte .lbl-pre-w120 .form-label-pre {
  width: 120px;
}
.hoersaal_staedte .lbl-pre-w140 .form-label-pre {
  width: 140px;
}
.hoersaal_staedte .lbl-pre-w160 .form-label-pre {
  width: 160px;
}
.hoersaal_staedte .lbl-pre-w180 .form-label-pre {
  width: 180px;
}
.hoersaal_staedte .lbl-pre-w200 .form-label-pre {
  width: 200px;
}

.hoersaal_staedte .lbl-pre-w800 .form-label-pre {
  width: 800px;
}

.hoersaal_staedte .form-btn-cont {
  margin: 10px 0 0;
  justify-content: center;
  width: 100%;
}
.hoersaal_staedte .form-btn {
  margin: 0 5% 20px !important;
  text-align: center;
  width: 160px;
  height: 40px;
}

/* CSS-Tabelle innerhalb von Formularen */
.hoersaal_staedte .form-table {
  display: table;
  margin-bottom: 15px;
}
.hoersaal_staedte .form-table > div {
  display: table-row;
}

.hoersaal_staedte .form-table > div > div {
  display: table-cell;
  /* text-align: center; */
  vertical-align: middle;
  height: 40px;
  border-bottom: 1px solid #e6e6e6 !important;
}

/* Letzte Zeile einer Tabelle ohne Unterstrich */
.hoersaal_staedte .form-table > div:last-of-type > div {
  border-bottom: none !important;
}

.hoersaal_staedte .form-table a,
.hoersaal_staedte .tabcontentStaedte a,
.hoersaal_staedte .table-container a {
  cursor: pointer;
}

/* Initial unsichtbare Inhalte */
.hoersaal_staedte #inactive_endloc {
  display: none;
}

.hoersaal_staedte #el_form_uhrzeiten .form-time-cont {
  margin: 15px 20px 15px 0;
}

.hoersaal_staedte #el_form_uhrzeiten .form-time-cont:last-of-type {
  margin: 15px 0 15px 0;
}

/*#endregion Formulare*/
.hoersaal_staedte .row button {
  display: inline;
  background-color: white;
  color: darkgrey;
  padding: 10px 5px;
  margin-right: -4px;
  border: none;
  border-bottom: 1px solid grey;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

.hoersaal_staedte .row button.active {
  background-color: white;
  font-weight: bold;
  color: black;
}

.hoersaal_staedte #wpbody-content {
  padding-bottom: 0px;
}

.hoersaal_staedte .striped {
  margin-top: 50px;
}

.hoersaal_staedte .striped > .row {
  border-top: 1px solid #e6e6e6 !important;
  padding: 5px 0 5px 0;
  margin-bottom: 0;
}

.hoersaal_staedte .striped div:nth-child(even) {
  background-color: #f9f9f9;
}

.hoersaal_staedte .striped div:nth-child(odd) {
  background-color: #fff;
}

.hoersaal_staedte .striped .row div:nth-child(even) {
  background-color: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.hoersaal_staedte .striped .row div:nth-child(odd) {
  background-color: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.hoersaal_staedte .input {
  -webkit-appearance: none;
  height: 35px !important;
  width: 100%;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  font-size: inherit !important;
  appearance: none;
}

.hoersaal_staedte .input-select {
  padding-left: 10px !important;
  background-image: url("../media/arrows.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 16px 18px;
  background-position: 98% 50%;
  cursor: auto;
}

.hoersaal_staedte .input-field {
  width: 100%;
}

.hoersaal_staedte .submitbutton {
  width: 100%;
}

.hoersaal_staedte .input-error {
  border: 2.5px solid red !important;
}

.hoersaal_staedte .error-text {
  background-color: #ff6666 !important;
  text-align: center;
}

.hoersaal_staedte .wp-admin .striped select {
  height: 40px;
}

.hoersaal_staedte .mobile-dropdown-content {
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  .hoersaal_staedte table.responsive-table tbody {
    white-space: normal;
  }
}

/*Drag & Drop Verträge-Upload (Dropzone)*/

.hoersaal_staedte #rechnungen-dropzone {
  margin-top: 30px;
  margin-right: 30px;
}

.hoersaal_staedte .dropzone .dz-preview {
  margin: 16px 0 16px 0 !important;
  width: 100%;
}

.hoersaal_staedte .dropzone .dz-preview .dz-image {
  vertical-align: top;
  width: 100% !important;
  height: 120px !important;
  display: inline-block;
  background: #48a6c7 !important;
  opacity: 0.8;
}

.hoersaal_staedte .dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 2em !important;
}

.hoersaal_staedte .email_container {
  position: fixed;
  width: 75%;
  right: 10%;
  top: 100px;
  z-index: 1002;
  background-color: white;
  padding: 0 20px 20px 20px;
  border: 1px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
  display: none;
}

.hoersaal_staedte .email_container > input[type="text"] {
  border: 1px solid lightgrey;
  border-radius: var(--hrsl-border-radius-01);
  width: 100%;
}

.hoersaal_staedte .email_container > textarea {
  border: 1px solid lightgrey;
  border-radius: var(--hrsl-border-radius-01);
  width: 100%;
}

.hoersaal_staedte .email_titel {
  margin: 10px 0 10px 0;
}

.hoersaal_staedte .email_background_blur {
  background-color: grey;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1001;
  display: none;
}

/*upload Ende*/

.hoersaal-events #staedte_einstellungen_invoice_table {
  display: block;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hoersaal-events #staedte_einstellungen_invoice_table::-webkit-scrollbar {
  display: none;
}

.hoersaal-events #staedte_einstellungen_invoice_table tbody {
  display: inline-block;
  min-width: 1280px;
  width: 100%;
}

/* START
 * - Navigation
 * START
 */

.hoersaal-events #staedte_sliderNav_outerBox,
.hoersaal-events #staedte_sliderNav_outerBox #staedte_drinksNav_outerBox {
  overflow: hidden;
  outline: 0;
  color: #354052;
  background-color: white;
}

.hoersaal-events #staedte_sliderNav_tabBox {
  white-space: nowrap;
  position: relative;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  float: left;
  z-index: 2;
  display: flex;
  margin: 0 10px;
  width: 100%;
  overflow-y: hidden;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.hoersaal-events .staedte_sliderNav_NavEntry a {
  color: #303133;
}

.hoersaal-events .staedte_sliderNav_NavEntry a:link {
  text-decoration: none;
}

.hoersaal-events .staedte_sliderNav_NavEntry a:visited {
  text-decoration: none;
}

.hoersaal-events .staedte_sliderNav_NavEntry a:hover {
  text-decoration: none;
}

.hoersaal-events .staedte_sliderNav_NavEntry a:active {
  text-decoration: none;
}

.hoersaal-events #staedte_sliderNav_tabBox::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Safari and Chrome */
}

.hoersaal-events #staedte_sliderNav_borderBottom {
  width: 100%;
  position: relative;
  float: left;
  z-index: 1;
  padding: 10px 20px;
}

.hoersaal-events #staedte_sliderNav_activeBarSlider {
  width: 100px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  background-color: rgb(34, 113, 177);
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  list-style: none;
}

.hoersaal-events .staedte_sliderNav_NavEntry {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-weight: 500;
  color: #303133;
  position: relative;
}

.hoersaal-events
  .staedte_sliderNav_NavEntry.staedte_sliderNav_activeNavEntry
  a {
  color: rgb(34, 113, 177);
}

.hoersaal-events .staedte_sliderNav_NavEntry:hover {
  cursor: pointer;
  color: rgb(34, 113, 177);
}

.hoersaal-events #staedte_sliderNav_borderBottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e4e7ed;
  z-index: 1;
}

.hoersaal-events div#staedte_sliderNav_container_right {
  cursor: default;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: end;
  align-items: end;
}

.hoersaal-events #staedte_sliderNav_logout a:hover {
  color: rgb(34, 113, 177);
  text-decoration: none;
}

/**
  __  __       _     _ _      
 |  \/  |     | |   (_) |     
 | \  / | ___ | |__  _| | ___ 
 | |\/| |/ _ \| '_ \| | |/ _ \
 | |  | | (_) | |_) | | |  __/
 |_|  |_|\___/|_.__/|_|_|\___|
                              
*/

.hoersaal-events .staedte_navigationArrows {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 15px;
  font-size: 12px;
  color: #909399;
  height: 38px;
}

.hoersaal-events .staedte_navigationArrows a {
  line-height: 38px;
}

.hoersaal-events #staedte_clickRightArrow a {
  float: right;
}

.hoersaal-events select {
  color: #303133 !important;
}

@media only screen and (max-width: 1000px) {
  .hoersaal-events .staedte_navigationArrows {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .hoersaal-events {
    padding-top: 0 !important;
  }
}

/* END
 * - Navigation
 * END
 */

/* START:
 * - Rechnung CSS
 * START
 */

.hoersaal_staedte #rng-add-line {
  display: inline-block;
  color: #32373c;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 6px 25px;
  font-size: 14px;
  border-radius: 8px;
}
.hoersaal_staedte #rng-add-line:hover {
  opacity: 0.7;
}
.hoersaal_staedte .rng-total {
  font-weight: bold;
}
.hoersaal_staedte .wp-list-table-rng-line {
  background: #fff;
}
.hoersaal_staedte .wp-list-table-rng-line.ui-sortable-helper {
  border: 1px solid #0099d5;
}
.hoersaal_staedte .sortHandle {
  display: inline-block;
  margin-right: 20px;
  color: #0099d5;
  cursor: move;
}
.hoersaal_staedte .rng-error {
  border-color: red !important;
  color: red !important;
}

.hoersaal_staedte .rng_create_new {
  margin-bottom: 20px;
}
.hoersaal_staedte .rng-padder {
  padding: 10px;
}

.hoersaal-events .staedte_nav_section table,
.hoersaal-events table.staedte_nav_section {
  border: none;
}

.hoersaal-events .std_rng_yearRow td {
  background-color: #e6e6e6;
}

.hoersaal-events .std_rng_quartalRow td {
  background-color: #e6e6e680;
}

.hoersaal-events .std_rng_monthRow td {
  background-color: #e6e6e640;
}

.bbsc_invoice tr{
	background: #FFF;
}

.bbsc_invoice tr:hover{
	background: #FBFBFB;
}

.backend-einstellungen-allReiter-tbody-rowHover tr:hover{
  background: var(--hrsl-color-hoverGrey-01);
}

.template-zuordnung-div:hover{
  background: var(--hrsl-color-hoverGrey-01);
}

.bbsc_invoice tr:first-child:hover {
    background: #FFF;
}

.hoersaal_staedte .rechnungen_erstellen_buttons {
  padding: 13px 8px;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}

.hoersaal_staedte .rechnungen_erstellen_buttons {
  padding: 13px 8px;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}

/* Hover Effect for Table in Städte */
.staedte-table tr{
	background: #FFF;
}

.staedte-table tr:hover{
	background: #FBFBFB;
}

.staedte-table tr:first-child:hover{
    background: #FFF;
}

.staedte-table table.no-bckgrnd-change tr{
  background: transparent;
}
.staedte-table table.no-bckgrnd-change{
  background: transparent;
}

#jsGrid_werbemittel .jsgrid-grid-body .jsgrid-table tr:first-child:hover,
#jsGrid_sponsoren_stadt .jsgrid-grid-body .jsgrid-table tr:first-child:hover,
#Reiter34 .staedte-table tr:first-child:hover,
#Reiter12 column-right .staedte-table tbody tr:first-child:hover,
#Reiter5 .jsgrid-grid-body tr:first-child:hover,
#Reiter29 .jsgrid-grid-body tr:first-child:hover,
#Reiter30 .jsgrid-grid-body tr:first-child:hover,
#Reiter31 .jsgrid-grid-body tr:first-child:hover,
#Reiter40 tbody tr:first-child:hover{
  background: #FBFBFB;
}

.staedte-table.std-no-hover tr:hover,
#orga-studi-infos .staedte-table tr:first-child:hover{
  background: #FFF!important;
}

/* Hover Effect for Table in Städte */
.jsgrid-grid-body tr{
	background: #FFF;
}
.jsgrid-grid-body tr:hover{
	background: #FBFBFB;
}
.jsgrid-grid-body tr:first-child:hover {
    background: #FFF;
}

/**
    Submenu - Reports
*/

.hoersaal-events #stadteRP_fullContentBox {
  overflow-y: hidden;
}

.hoersaal-events #stadteRP_fullContentBox div.staedte_nav_section {
  min-width: 1000px;
}

.hoersaal-events .success-notification {
  display: none;
  background-color: rgb(68, 207, 126);
  width: 70%;
  height: 50px;
  color: white;
  position: fixed;
  transform: translate3d(-50%, 0, 9999990px);
  z-index: 9999999;
  left: 50%;
  text-align: center;
  padding: 13px;
  border-radius: 7px;
}

.hoersaal-events .error-notification {
  background-color: rgb(207, 68, 68) !important;
}

.hoersaal-events #staedteRP_de_rightTableHeader {
  position: absolute;
}

.hoersaal-events .staedteRP_sortableHeader {
  cursor: pointer;
}

.hoersaal-events #staedteRP_de_leftTableHeaderRow th {
  padding: 8px;
}

.hoersaal-events #staedteRPloadPanel,
.hoersaal_staedte #staedteRPloadPanel {
  display: none;
  position: absolute;
  top: 50vh;
  left: 42vw;
  z-index: 1000;
  width: 15em;
  height: 3em;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding-top: 4em;
  text-align: center;
}

.hoersaal_staedte #staedteRPloadPanel {
  height: fit-content;
}

.hoersaal-events #staedteRNGloadPanel {
  display: none;
  position: absolute;
  top: 50vh;
  left: 30vw;
  z-index: 1000;
  width: 15em;
  height: 3em;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding-top: 4em;
  text-align: center;
}

.hoersaal-events #staedteRPloadPanel:before,
.hoersaal_staedte #staedteRPloadPanel:before,
.hoersaal-events #staedteRNGloadPanel:before {
  content: " ";
  position: absolute;
  top: 1em;
  left: 50%;
  margin-left: -1em;
  width: 2em;
  height: 2em;
  border: 2px solid #009a67;
  border-right-color: rgb(0, 154, 103);
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: indicator 1s linear infinite;
  animation: indicator 1s linear infinite;
}

.hoersaal-events .staedteRP_halver {
  width: 50%;
}

.hoersaal-events .staedteRP_quarter {
  width: 25%;
}

.hoersaal-events .staedteRP_threeQuarter {
  width: 75%;
}

.hoersaal-events .staedteRP_oneOfThree {
  width: 33%;
}

.hoersaal-events .staedteRP_twoOfThree {
  width: 66%;
}

.hoersaal-events .staedteRP_hover:hover {
  color: var(--hrsl-wristband-color-blau);
}

.hoersaal-events .staedteRP_de_rightTableRow td,
.hoersaal-events .staedteRP_aktiv_rightTableRow td,
.hoersaal-events .staedteRP_all_rightTableRow td {
  border-top: 1px solid #c0c0c0;
  padding: 8px;
}

.hoersaal-events #staedteRP_deutschland_rightTable,
.hoersaal-events #staedteRP_aktiv_rightTable,
.hoersaal-events #staedteRP_all_rightTable {
  position: absolute;
}

.hoersaal-events .staedteRP_de_leftTableRow {
  cursor: pointer;
}

.hoersaal-events .staedteRP_de_leftTableRow.active,
.hoersaal-events .staedteRP_openCityClicker.active {
  background-color: var(--hrsl-color-lightGrey-01);
}

.hoersaal-events #staedteRP_deutschland_right,
.hoersaal-events #staedteRP_all_right,
.hoersaal-events #staedteRP_aktiv_right {
  display: none;
}

.hoersaal-events #staedteRP_de_rightTableHeaderRow,
.hoersaal-events #staedteRP_aktiv_rightTableHeaderRow,
.hoersaal-events #staedteRP_all_rightTableHeaderRow {
  background-color: var(--hrsl-color-lightGrey-01);
}

.hoersaal-events .stadteRP_linkToCity {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.hoersaal-events .stadteRP_linkToCity:hover {
  color: var(--hrsl-wristband-color-blau);
}

.hoersaal-events #staedteRP_de_rightTableHeaderRow th,
.hoersaal-events #staedteRP_aktiv_rightTableHeaderRow th,
.hoersaal-events #staedteRP_all_rightTableHeaderRow th {
  text-align: left;
  padding: 8px;
}

.hoersaal-events #staedteRP_deutschland_section,
.hoersaal-events #staedteRP_aktiv_section,
.hoersaal-events #staedteRP_all_section,
.hoersaal-events #staedteRP_bars_section,
.hoersaal-events #staedteRP_aktive_bars_section {
  background-color: white;
  display: flex;
}

.hoersaal-events .staedte_einstellungen_reports_table span:hover {
  cursor: pointer;
  color: rgb(34, 113, 177);
}

.hoersaal-events #staedteRP_error_msg {
  height: 25px;
  width: 50%;
}

.hoersaal-events .staedte_einstellungen_reports_table td,
.hoersaal-events .staedte_einstellungen_reports_table th {
  border-bottom: 1px solid #0000001a;
}

@media screen and (max-width: 1130px) {
  .hoersaal-events .staedteRPrightPartMobile {
    position: relative !important;
    top: inherit !important;
    margin-top: 30px;
  }
}

.hoersaal_staedte #einstellungen_reiter5 {
  overflow-x: hidden;
}

.hoersaal_staedte .staedte-uebersicht-weitereanzeigen-mobileButton {
  display: none;
}

.hoersaal_staedte .staedte-uebersicht-weitereanzeigen-mobileButton a::before {
  vertical-align: middle;
  display: inline;
}

.hoersaal_staedte .staedte-uebersicht-weitereanzeigen-mobileButton a {
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
}

.hoersaal_staedte .staedte-uebersicht-weitereanzeigen-mobileButton a:hover {
  color: #135e96;
}

@media screen and (max-width: 769px) {
  .hoersaal_staedte #einstellungen_reiter5 {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 1500px) {

  .hoersaal_staedte .striped {
    margin-top: 0px;
  }
}
@media screen and (min-width: 769px) {
  .staedte-navigation-mobile {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .hoersaal_staedte table.fixed {
    table-layout: auto !important;
  }
  
  .hoersaal_staedte #container {
    flex-direction: column;
  }

  .hoersaal_staedte #bigScreenNav {
    position: fixed;
    transform: translateX(+100vw);
    transition: transform 0.5s ease-in-out; 
    padding-top: 42px;
    width: 100%;
    top:0;
    left:0;
    z-index: 3;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y:auto;
  }

  .hoersaal_staedte #bigScreenNav.open {

    transform: translateX(0);

  }

  .hoersaal_staedte #backendEinstellungenBigScreenNav {
    display: none;

  }
  
  .hoersaal_staedte #bigScreenNav button:last-child {
    margin-bottom: 100px;
  }
  
  .mobile-dropdown {
    display: block;
  }
  .hoersaal_staedte .tabcontentStaedte {
    width: 100%;
    /*width: 98%;*/
  }
  .hoersaal_staedte #wpbody-content {
    padding-bottom: 0px;
  }
  .hoersaal_staedte .staedte-uebersicht-weitereanzeigen-button {
    display: none;
  }

  .hoersaal_staedte .staedte-uebersicht-weitereanzeigen-mobileButton {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .hoersaal_staedte .back-button {
    margin-right: -100px !important;
  }
  .hoersaal_staedte .pp_backend_col {
    width: 100% !important;
    float: none;
    margin-bottom: 20px;
  }
  .hoersaal_staedte .pp_location_settings {
    margin: 0;
  }
  .hoersaal_staedte .pp_location_settings table td {
    display: block;
  }
  .hoersaal_staedte .pp_locations_buttons {
    margin-top: 30px;
  }
}

.hoersaal_staedte .pp_location_settings {
  position: relative;
  margin: 50px 0 0 30px;
}

.hoersaal_staedte .pp_packend_form_label {
  display: block;
  margin: 10px 0;
}

.hoersaal_staedte .pp_backend_table {
  border-spacing: 0;
}

.hoersaal_staedte .pp_backend_table td {
  padding: 10px;
  margin: 0;
}

.hoersaal_staedte .pp_backend_col {
  position: relative;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}

.hoersaal_staedte .pp_backend_col.col-6 {
  width: 50%;
}

.hoersaal_staedte .pp_backend_email_variables_list li {
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 6px;
  display: inline-block;
  padding: 5px;
}

.hoersaal_staedte .pp_backend_notice {
  background: red;
  padding: 10px;
  color: #fff;
  display: block;
  font-size: 16px;
}

.hoersaal_staedte .pp_backend_good {
  background: green;
  padding: 10px;
  color: #fff;
  display: block;
  font-size: 16px;
}

.hoersaal_staedte .pp_backend_col input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .hoersaal_staedte table.fixed {
    table-layout: auto !important;
  }
  .hoersaal_staedte .email_container {
    width: 75%;
    right: 15%;
    top: 100px;
  }
  .hoersaal_staedte .success-notification {
    width: calc(90% - 90px);
    left: calc(45px + 50%);
    max-width: 487px;
  }

  .shrinkCheckboxPhone{
    height: 1.1625rem !important;
    width: 1.1625rem !important;
  }

  .shrinkCheckboxPhone::before{
    width: 1.45rem !important;
    height: 1.45rem !important;
    margin: -.1775rem -.2525rem !important;
  }
}
@media screen and (max-width: 550px) {
  .hoersaal_staedte .pp_backend_col {
    width: 100% !important;
    float: none;
    margin-bottom: 20px;
  }
  .hoersaal_staedte .pp_location_settings {
    margin: 0;
  }
  .hoersaal_staedte .pp_location_settings table td {
    display: block;
  }
  .hoersaal_staedte .pp_locations_buttons {
    margin-top: 30px;
  }
  .hoersaal_staedte .staedte-success-notification {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .hoersaal_staedte .download_button {
    padding: 0.2em 0.4em;
  }
}

/*CSS fuer jsGrid Tabellen damit die so tun wie wir wollen haben aussehen // "_he" = Hoersaal Events-- C.A. 11.10.2019*/
.hoersaal_staedte .jsgrid-grid-header,
.hoersaal_staedte .jsgrid-grid-body {
  overflow-y: hidden;
} /*Das hier entfernt die Scrollbar bei allen jsGrid. Falls ungewollt hier anpacken/entfernen */
.hoersaal_staedte .jsGrid_werbemittel {
  width: auto !important;
}
.hoersaal_staedte .widefat_header {
  background: white !important;
  border: none !important;
  font-weight: 600 !important;
}

@media only screen and (max-width: 992px) {
  .hoersaal_staedte table.responsive-table_he {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  .hoersaal_staedte table.responsive-table_he td:empty:before {
    content: "\00a0";
  }
  .hoersaal_staedte table.responsive-table_he th,
  .hoersaal_staedte table.responsive-table_he td {
    margin: 0;
    vertical-align: top;
  }
  .hoersaal_staedte table.responsive-table_he th {
    text-align: left;
  }
  .hoersaal_staedte table.responsive-table_he thead {
    display: block;
    float: left;
  }
  .hoersaal_staedte table.responsive-table_he thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  .hoersaal_staedte table.responsive-table_he thead tr th::before {
    content: "\00a0";
  }
  .hoersaal_staedte table.responsive-table_he tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .hoersaal_staedte table.responsive-table_he tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .hoersaal_staedte table.responsive-table_he th {
    display: block;
    text-align: right;
  }
  .hoersaal_staedte table.responsive-table_he td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .hoersaal_staedte table.responsive-table_he tr {
    border-bottom: none;
    padding: 0 10px;
  }
  .hoersaal_staedte table.responsive-table_he thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .hoersaal_staedte .widefat_content,
  .hoersaal_staedte .widefat_header {
    font-size: 13px;
  }
}


.hoersaal_staedte .small-dot {
  height: 18px !important;
  width: 18px !important;
  border-radius: 15px !important;
  margin: auto auto 1px auto !important;
  display: inline-block;
  vertical-align: middle;
}



.hoersaal_staedte .mini-dot-text {
  height: 10px !important;
  width: auto;
  border-radius: 15px !important;
  margin: auto auto 1px 5px !important;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 5px;
  color: white;
  line-height: 0 !important;
}

.hoersaal_staedte .super-marked {
  
  width: auto;
  border-radius: 15px !important;
  margin: auto auto 1px 5px !important;
  display: inline-block;

  padding: 6px 5px;

  line-height: 0 !important;
}

.hoersaal_staedte .staedte_pic_hover_box a {
  position: relative;
  cursor: default;
  text-decoration: none;
  color: white !important;
}
.hoersaal_staedte .staedte_pic_hover_box a span {
  position: absolute;
  display: none;
  z-index: 99;
  width: auto;
  height: 35px;
  position: fixed;
  left: 25%;
  top: 30%;
}
.hoersaal_staedte .staedte_pic_hover_box a:hover span {
  display: block;
}

.hoersaal_staedte .preDot_number_fixed_length {
  min-width: 35px;
  display: inline-block;
}

.hoersaal_staedte #drink-prices-col div {
  cursor: pointer;
}

@media only screen and (max-width: 782px) {
  .hoersaal_staedte #bar-count-col,
  .hoersaal_staedte #start-end-col,
  .hoersaal_staedte #logos-col,
  .hoersaal_staedte #prices-bars-col {
    min-width: 80px;
  }
}

.hoersaal_staedte #popup_bg_edit_stadt {
  cursor: pointer;
}

/*
    CSS - Einstellungen alle Reiter Start
    Search-Code: CSSEaRS
*/

.hoersaal_staedte .edit_location_slider {
  cursor: pointer;
}

.hoersaal_staedte .staedte_overflowEllipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hoersaal_staedte .bs-button-primary-mod {
  margin: 2% 12px !important;
}

.hoersaal_staedte #bs-contentContainer {
  position: static;
}

.hoersaal_staedte #backend-einstellungen-confirm-alert-text-orga {
  text-align: left !important;
}

.hoersaal_staedte .backend-einstellungen-alert-popup {
  margin: auto;
  display: none;
  height: auto;
  width: 428px;
  scrollbar-width: none;
  padding: 10px;
  position: relative;
  overflow-y: scroll;
  z-index: 9999990;
  background: #fff;
  border-radius: 5px;
  border: none;
}

.hoersaal_staedte .backend-einstellungen-alert-popup hr {
  margin: 0.5rem 0;
}

.hoersaal_staedte .backend-einstellungen-alert-popup::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

.hoersaal_staedte .backend-einstellungen-bar-popup,
.hoersaal_staedte .r44-bar-popup {
  margin: auto;
  width: calc(90% - 160px);
  max-width: auto;
  height: auto;
  max-height: calc(100% - 80px);
  scrollbar-width: none;
  padding: 1.4em;
  position: relative;
  overflow-y: scroll;
  z-index: 9999990;
  background: #fff;
  border-radius: 5px;
}
.hoersaal_staedte .preislisten_location_div {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 20px 0;
}

.hoersaal_staedte .backend-einstellungen-bar-popup::-webkit-scrollbar,
.hoersaal_staedte .r44-bar-popup::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

.hoersaal_staedte .backend-einstellungen-block-label-i {
  width: 37%;
}
.hoersaal_staedte .backend-einstellungen-block-label-ii {
  width: 20%;
}
.hoersaal_staedte .backend-einstellungen-block-label-iii {
  width: 42%;
}

.hoersaal_staedte .backend-einstellungen-input-size-i {
  width: 60%;
}
.hoersaal_staedte .backend-einstellungen-input-size-ii {
  width: 76%;
}
.hoersaal_staedte .backend-einstellungen-input-size-iii {
  width: 55%;
}

.hoersaal_staedte .backend-einstellungen-big-bar {
  display: block;
  width: 31.33%;
  margin: 0 1% 2% 1%;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #e5e5e5;
}

.hoersaal_staedte .backend-einstellungen-centered-button {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.hoersaal_staedte .backend-einstellungen-confirm-alert-text {
  margin: 0 1%;
  padding: 0 10px;
  text-align: center;
}

.hoersaal_staedte .backend-einstellungen-edit-line {
  float: right;
}

.hoersaal_staedte .backend-einstellungen-h2 {
  font-size: 23px;
  padding: 10px;
}

.hoersaal_staedte .backend-einstellungen-h3 {
  font-size: 18px;
}

.hoersaal_staedte .backend-einstellungen-input-block {
  font-size: 15px;
  align-items: center;
  margin: 8px 0;
}

.hoersaal_staedte .backend-einstellungen-mobile-button {
  text-align: left;
}

.hoersaal_staedte .backend-einstellungen-main-large-nav {
  min-width: 180px !important;
}

.hoersaal_staedte .backend-einstellungen-main-no-table-style {
  background: #fff;
  width: 100%;
  margin-left: 1px;
  height: auto;
/*  padding: 10px; */
}

.hoersaal_staedte .backend-einstellungen-own-header-ii {
  margin: 0;
}

.hoersaal_staedte .backend-einstellungen-popup-background,
.hoersaal_staedte .r44-popup-background {
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 80px;
  background: rgba(0, 0, 0, 0.5);
}

.hoersaal_staedte #backend-einstellungen-popup-table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  border-bottom: none;
}

.hoersaal_staedte .backend-einstellungen-split-screen {
  width: 45%;
}

.hoersaal_staedte .backend-einstellungen-surrounding-div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.hoersaal_staedte .backend-einstellungen-text-content {
  white-space: pre-wrap;
  margin: 6% 0;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.hoersaal_staedte .backend-einstellungen-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hoersaal_staedte .backend-einstellungen-table-mod {
  border: 0 !important;
  box-shadow: none !important;
}

.hoersaal_staedte .backend-einstellungen-editable {
  margin: 1% 0;
  font-size: 15px;
  border-color: #8c8f94;
  color: #2c3338;
  background: #ffffff;
}

.hoersaal_staedte .backend-einstellungen-input-style,
.hoersaal_staedte .r44-input-style {
  width: 100%;
  border-radius: var(--hrsl-border-radius-01);
  box-shadow: none;
  border: 1px solid #8c8f94;
  overflow: auto;
  padding: 2px 6px;
  line-height: 1.42857143;
  resize: vertical;
  min-height: 30px;
  font-size: 14px !important;
  margin: 1em 0 1em 0;
}

.hoersaal_staedte .backend-einstellungen-input-style:focus,
.hoersaal_staedte .r44-input-style:focus {
  outline: 1px solid blue;
}

.hoersaal_staedte .be-button-primary-grey {
  background-color: #e5e5e5 !important;
  color: #000 !important;
  text-shadow: none !important;
  border-color: #e5e5e5 !important;
}

.hoersaal_staedte .backend-einstellungen-mobile-dropdown-content {
  width: 100%;
  display: none;
  z-index: 2;
  margin: 0 0 2% 0;
  background-color: #f9f9f9;
  float: left;
  border: 1px solid #e5e5e5;
  position: relative;
  box-shadow: none;
}
.hoersaal_staedte .backend-einstellungen-button-box {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 5% 0 0 0;
  position: relative;
}
.hoersaal_staedte .backend-einstellungen-extended-button-box {
  display: flex;
  text-align: center;
  margin: 40px 0 0 0;
  position: relative;
}

.hoersaal_staedte .bs-teampflege-bar-mod {
  width: 100%;
  margin: 0 0 0 60px;
  padding: 20px;
}

.hoersaal_staedte .bs-down-right-button-mod {
  display: block;
  margin-top: 0 !important;
  margin-right: 3% !important;
  float: right;
}

.hoersaal_staedte .bs-down-right-button-mod-top-margin {
  display: block;
  margin-top: 15px !important;
  margin-right: 3% !important;
  float: right;
}

.hoersaal_staedte .bs-down-right-button-mod-right-margin {
  display: block;
  margin-top: 15px !important;
  margin-right: 7% !important;
  float: right;
}

.hoersaal_staedte .bs-dashicon-mod:hover {
  color: #3784b5;
}
.hoersaal_staedte .bs-close-icon-mod,
.hoersaal_staedte .r44-close-icon-mod {
  float: right;
  cursor: pointer;
  position: relative;
  width: 100%;
  text-align: right;
  height: 20px;
}

.hoersaal_staedte .bs-center-div {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
}

.hoersaal_staedte .flex-cont-no-space {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/*
Following CSS Mods minimize the wordpress Text Editor
*/
.hoersaal_staedte .bs-white-background {
  background: #fff !important;
}
.hoersaal_staedte .bs-no-border {
  border-bottom: 0 !important;
}
.hoersaal_staedte .bs-hide-element {
  display: none !important;
}
.hoersaal_staedte .bs-margin-mod {
  margin: 0 5px 0 5px !important;
  float: right !important;
}
.hoersaal_staedte .bs-ninty100 {
  width: 90%;
}
.hoersaal_staedte #code-popup-controls,
.hoersaal_staedte #mail-popup-controls,
.hoersaal_staedte #brewery-popup-controls,
.hoersaal_staedte #bs-uebersichtmail-popup-controls {
  text-align: center;
}

.hoersaal_staedte .justify-left .flex-cont {
  justify-content: left;
}

@media screen and (max-width: 1400px) {
  .hoersaal_staedte #bs-contentContainer {
    position: relative;
  }

  /*reiter1_uebersicht*/

  .hoersaal_staedte .bs-button-primary-mod {
    margin: 2% 24px !important;
  }

  .hoersaal_staedte .backend-einstellungen-alert-popup {
    width: 600px;
  }
  .hoersaal_staedte .backend-einstellungen-big-bar {
    width: 100%;
	padding: 10px;
	margin: 10px;
  }

  .hoersaal_staedte .backend-einstellungen-bar-popup,
  .hoersaal_staedte .r44-bar-popup {
    width: calc(90% - 10px);
    padding: 1.4em;
  }

  .hoersaal_staedte .backend-einstellungen-confirm-alert-text {
    margin: 0 1%;
    padding: 0 10px;
  }

  .hoersaal_staedte .backend-einstellungen-table-mod {
    width: 100% !important;
  }

  .hoersaal_staedte .backend-einstellungen-mobile-button {
    text-align: center;
  }

  .hoersaal_staedte .bs-mobile-primary-mod {
    width: 100%;
    padding: 0 !important;
    margin: 2% 0 !important;
  }

  .hoersaal_staedte .backend-einstellungen-button-box {
    display: block;
    flex-wrap: wrap;
    margin: 5% 0 0 0;
  }
  .hoersaal_staedte .backend-einstellungen-extended-button-box {
    display: block;
    flex-wrap: wrap;
    margin: 70px 0 0 0;
  }

  .hoersaal_staedte .backend-einstellungen-surrounding-div {
    display: block;
    flex-wrap: unset;
    width: 100%;
    overflow: scroll;
    scrollbar-width: none;
  }

  .hoersaal_staedte #backend-einstellungen-uebersicht-surrounding-div {
    padding-right: 20px;
  }

  .hoersaal_staedte #backend-einstellungen-mailTemplateTable tbody {
    min-width: 850px;
    display: inline-table;
  }

  .hoersaal_staedte .backend-einstellungen-mobile-table-mod {
    padding: 8px 4px !important;
  }

  .hoersaal_staedte #team-pflege-left-side {
    margin-bottom: 10px;
  }

  .hoersaal_staedte #team-pflege-right-side {
    max-width: 97%;
  }

  .hoersaal_staedte .bs-teampflege-bar-mod {
    max-width: 100%;
    margin: 0;
    padding: 10px;
  }

  .hoersaal_staedte .backend-einstellungen-split-screen {
    max-width: 45%;
    width: 100%;
  }

  .hoersaal_staedte .backend-einstellungen-input-size-i {
    width: 100%;
  }
  .hoersaal_staedte .backend-einstellungen-input-size-ii {
    width: 100%;
  }
  .hoersaal_staedte .backend-einstellungen-input-size-iii {
    width: 100%;
  }

  .hoersaal_staedte .backend-einstellungen-block-label-i {
    width: 100%;
  }
  .hoersaal_staedte .backend-einstellungen-block-label-ii {
    width: 100%;
  }
  .hoersaal_staedte .backend-einstellungen-block-label-iii {
    width: 100%;
  }

  .hoersaal_staedte .bs-down-right-button-mod {
    margin-left: 3% !important;
    float: left;
  }
  .hoersaal_staedte .bs-center-div {
    display: block;
  }

  .hoersaal_staedte .bs-button-box-mobile-mod {
    width: 100%;
  }

  .hoersaal_staedte .bs-reduced-mobile-mod {
    width: 20em;
  }

  .hoersaal_staedte .bs-ninty100 {
    width: 100%;
  }
  .hoersaal_staedte .backend-einstellungen-popup-background,
  .hoersaal_staedte .r44-popup-background {
    left: 0px;
    padding-left: 160px;
  }

  .hoersaal_staedte #code-popup-controls,
  .hoersaal_staedte #mail-popup-controls,
  .hoersaal_staedte #bs-uebersichtmail-popup-controls {
    flex-direction: column;
  }

  .hoersaal_staedte #mail-popup-controls {
    margin-top: 20px;
  }

  .hoersaal_staedte #code-popup-controls *,
  .hoersaal_staedte #mail-popup-controls *,
  .hoersaal_staedte #bs-uebersichtmail-popup-controls * {
    margin: auto !important;
  }

  .hoersaal_staedte #code-popup-controls #code-popup-return,
  .hoersaal_staedte #mail-popup-controls #mail-popup-return,
  .hoersaal_staedte #bs-uebersichtmail-popup-controls #uebersicht-popup-return {
    margin-bottom: 1.4em !important;
  }
}

.hoersaal_staedte .staedte_settingsR5_checkboxBox {
  margin: 1em 0;
}

.hoersaal_staedte .staedte_settingsR5_checkboxBox label {
  margin-right: 5px;
}

.hoersaal_staedte .staedte_settingsR5_checkboxBox input {
  margin-bottom: -5px;
}

.hoersaal_staedte #staedte-settings-updater-container {
  text-align: end;
}

.hoersaal_staedte .toggle-margins {
  /*margin-top: 8px !important;*/
  margin-bottom: 0px !important;
}

.hoersaal_staedte .time-over-toggles-margins {
  margin-left: 5px;
}

.hoersaal_staedte .staedte-druck-margin-right {
  margin-right: 186px !important;
}

.hoersaal_staedte .staedte-druck-margin-halbesjahr {
  margin-right: 13px !important;
}

.hoersaal_staedte .neue-location-button {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  /*margin-right: 10px;  */
}

.hoersaal_staedte .email-versenden-button {
  display: flex;
  justify-content: flex-end;
  display: none;
  /*padding-bottom: 7px !important;*/
}

.hoersaal_staedte .button-oben-rechts {
  padding: 9px !important;
  line-height: 0px;
}

.hoersaal_staedte .button-oben-rechts-mobile-neue-location {
  margin-top: 10px !important;
  margin-right: 10px !important;
  margin-top: 0px;
}

.hoersaal_staedte .button-oben-rechts-mobile-weitere-sehen {
  margin-top: 12px !important;
  margin-right: 10px !important;
  transform: scale(1.3);
  margin-top: 0px;
  color: black;
}

.hoersaal_staedte .button-oben-rechts-mobile-massenmail {
  margin-top: 10px !important;
  margin-right: -14px !important;

  /* margin-right: 20px; */
  margin-top: 15px;
  transform: scale(1.2);
  /* line-height: 0px; */
}

@media only screen and (max-width: 960px) {
  .hoersaal_staedte .backend-einstellungen-popup-background,
  .hoersaal_staedte .r44-popup-background {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 782px) {
  .hoersaal_staedte .backend-einstellungen-popup-background,
  .hoersaal_staedte .r44-popup-background {
    padding-left: 0px;
  }

  .hoersaal_staedte #staedte-task-container {
    border-right: unset!important;
  }
}

/* @media only screen and (min-width: 600px) { */
.hoersaal_staedte .buttons-vertical {
  display: flex;
  flex-direction: row;
}

.hoersaal_staedte .neue-location-button {
  margin-left: 26px !important;
}
/* } */

/*
Rechte Settings
*/
.hoersaal_staedte .staedte_options_rechte_surrounding_div .form-table th {
  display: none;
}

.hoersaal_staedte .staedte_rechte_settings {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 12px 0;
}
.hoersaal_staedte .staedte_rechte_settings_name {
  width: 200px;
}

.hoersaal_staedte #staedte-task-container .task-text{
  margin: 10px 0;
  width: 95%;
  min-width: unset;
}

.hoersaal_staedte #staedte-task-container #r37_header_row{
  margin: 10px 0;
  width: 95%;
  min-width: unset;
}

.hoersaal_staedte .r37_checkBoxwidth{
  width: 5%;
  min-width: 5%;
}

@media screen and (max-width: 782px) {

  .hoersaal_staedte .r37_checkBoxwidth{
    width: 10%;
    min-width: 10%;
  }

  .hoersaal_staedte #staedte-task-container .task-checkbox{
    min-width: 1.5625rem;
    margin-right: 0;
  }

  .hoersaal_staedte #staedte-task-container .task-checkbox::before{
    margin: -.1875rem 0 0 -.25rem;
  }

  .hoersaal_staedte #staedte-task-container #r37_header_row{
    width: 90%;
    justify-content: space-between;
    padding-left: 10px;
    margin-left: 0;
    margin-right: 0;
    min-width: unset;
  }

  .hoersaal_staedte #staedte-task-container .task-text{
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    min-width: unset;
  }

  .hoersaal_staedte #staedte-task-container .task-text-right{
    width: 40%;
  }

  .hoersaal_staedte #staedte-task-container .task-text-left{
    width: 60%;
  }
}

@media screen and (max-width: 520px) {
  
  .hoersaal_staedte #staedte-task-container .task-text-right{
    width: 40%;
  }

  .hoersaal_staedte #staedte-task-container .task-text-left{
    width: 59%;
  }

}


@media screen and (max-width: 326px) {
  
  .hoersaal_staedte #staedte-task-container .task-text-right{
    width: 50%;
  }

  .hoersaal_staedte #staedte-task-container .task-text-left{
    width: 49%;
  }

}

/*
Task Settings
*/

.hoersaal_staedte .add_task_td {
  text-align: left;
}

.hoersaal_staedte .edit_task_input {
  width: 100%;
  text-align: left;
}
.hoersaal_staedte #staedte-task-settings .dashicons-plus,
.hoersaal_staedte #staedte-task-settings .dashicons-saved,
#staedte-packliste-items-settings {
  color: #3fae49;
  cursor: pointer;
  font-size: 35px;
  margin-right: 15px;
}

.hoersaal_staedte .edit_task,
.hoersaal_staedte .delete_task,
.hoersaal_staedte .edit_packliste_item,
.hoersaal_staedte .delete_packliste_item {
  cursor: pointer;
}

.hoersaal_staedte .edit_comment_input {
  width: 60%;
}

.hoersaal_staedte .align-right {
  text-align: right !important;
}

.hoersaal_staedte .edit_vorlaufszeit {
  width: 65px;
}

@media screen and (max-width: 1175px) {
  .hoersaal_staedte #staedte-task-container #r36_tasks_headerButtonsRow .p-3 .button-primary{
    padding: 5px 24px !important;
    min-width: 140px;
  }

  .hoersaal_staedte #staedte-task-container #r36_tasks_headerButtonsRow .ms-auto.p-3{
    margin-left: 1rem !important;
  }

  .hoersaal_staedte #r36_tasks_headerButtonsRow .dropdown-item div.flex-row{
    justify-content: space-between;
  }

  .hoersaal_staedte #r36_tasks_headerButtonsRow .dropdown-item div.flex-row label{
    margin-right: 0!important;
  }

  .hoersaal_staedte #r36_tasks_headerButtonsRow .dropdown-item div.flex-row input{
    margin-left: 0!important;
  }
}

@media screen and (max-width: 784px) {
  .hoersaal_staedte #staedte-task-container #r36_tasks_headerButtonsRow .p-3 .button-primary{
    padding: 5px 12px !important;
    min-width: 100px;
  }

  .hoersaal_staedte #staedte-task-container #r36_tasks_headerButtonsRow .ms-auto.p-3{
    margin-left: 0 !important;
  }

  .hoersaal_staedte #r36_tasks_headerButtonsRow .dropdown-item div.flex-row input{
    width: 1rem;
    height: 1rem;
  }

  .hoersaal_staedte #r36_tasks_headerButtonsRow .dropdown-item div.flex-row input:before{
    margin: -.1875rem 0 0 -.25rem;
    height: 1.3125rem;
    width: 1.3125rem;
  }
}

@media screen and (max-width: 520px) {
  .hoersaal_staedte #staedte-task-container #r36_tasks_headerButtonsRow .p-3 .button-primary{
    padding: 5px 5px !important;
    min-width: unset;
    width: 100%;
  }
  .hoersaal_staedte #staedte-task-container #r36_tasks_headerButtonsRow .p-3{
    width: 33%;
  }
}


@media screen and (max-width: 326px) {
  .hoersaal_staedte #staedte-task-container #r36_tasks_headerButtonsRow .p-3 .button-primary{
    font-size: 10px !important;
    height: 34px;
  }

  .hoersaal_staedte #staedte-task-container #r36_tasks_headerButtonsRow .p-3{
    padding: 5px !important;
  }
}
/*
Tasks Stadt Ebene
*/

.hoersaal_staedte .staedte-tasks {
  height: 100%;
  border: #e6e6e6;
}

.hoersaal_staedte .r37_taskDate_LineThrough{
  text-decoration: line-through;
  opacity: 50%;
}

.hoersaal_staedte .task-label input[type="checkbox"]:checked + .task-col {
  text-decoration: line-through;
  opacity: 50%;
}

.hoersaal_staedte
  .task-label-big-table
  input[type="checkbox"]:checked
  + .task-col-big-table {
  text-decoration: line-through;
  opacity: 50%;
}

.hoersaal_staedte .task-label {
  align-items: center;
  display: flex;
  margin-bottom: unset;
  justify-content: space-between;
  padding: 5px 5px;
  border-bottom: 1px solid #e6e6e6;
}

.hoersaal_staedte label.task-label:hover {
  background: #FBFBFB;
}

.hoersaal_staedte .task-label-big-table {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: unset;
  align-items: center;
}
.hoersaal_staedte .interne_mitarbeiter_table {
  margin-bottom: 100px;
}
.hoersaal_staedte .verantwortlichkeit-entfernen {
  cursor: pointer;
}
.hoersaal_staedte .add_verantwortlichkeit_to_user {
  cursor: pointer;
}
.hoersaal_staedte .verantwortlich_staedte_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 40px 8px 0px;
}
.hoersaal_staedte .task-header {
  font-weight: 800;
}
.hoersaal_staedte #staedte-task-container {
  margin: 18px 30px;
  font-size: 13px;
}
.hoersaal_staedte .task-col {
  margin: 10px;
  display: flex;
  justify-content: space-between;
  min-width: 95%;
}

.hoersaal_staedte .task-col-big-table {
  margin: 0 10px;
  display: flex;
}

.hoersaal_staedte .task-text-left {
  width: 80%;
}

.hoersaal_staedte .task-text-right {
  width: 15%;
  text-align: right;
}

.hoersaal_staedte input[type="checkbox"]:not(:checked) + .ueberfaellig {
  color: red;
}

.hoersaal_staedte .map {
  width: 100%;
  height: 600px;
  justify-content: center;
  display: flex;
}

@media only screen and (max-device-width: 560px) {
  .hoersaal_staedte .task-header-left {
    min-width: 10px !important;
  }
}

.hoersaal_staedte .task-header-left {
  position: sticky;
  left: 0px;
  min-width: 250px;
  width: 250px;
  background-color: white;

  word-break: break-word;
  overflow: hidden;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.hoersaal_staedte #Reiter37 {
  width: 100%;
}

.hoersaal_staedte .already_checked {
  opacity: 50%;
  text-decoration: line-through;
}

.hoersaal_staedte .backend-einstellungen-mobile-table-mod {
  vertical-align: middle;
}

.hoersaal_staedte #popup_tasks {
  max-width: 1300px !important;
  padding: unset !important;

  max-height: calc(100% - 100px);
  top: calc(50%);
}

/*
.custom_gmap_marker_label{
    display: none;
}*/
.custom_gmap_marker_label {
  display: block;
  color: #006a9d;
  font-size: 10px;
  background-color: whitesmoke;
  z-index: 10;
  border: 1px solid #000;
  font-family: "Lucida Grande", "Arial", sans-serif;
  text-align: center;
  white-space: nowrap;
  padding: 2px 10px;
  border-radius: 10px;
}

.hoersaal_staedte .staedte-task-table td {
  vertical-align: middle;
}

.hoersaal_staedte .close_alert_icon {
  position: absolute;
  right: 2%;
  top: 2%;
  color: black;

  cursor: pointer;
}
#bars_selection_th_loc_name {
  text-align: left;
}

.flex-right {
  display: flex;
  justify-content: flex-end !important;
  margin-right: 24px !important;
  margin-left: auto;
}

.backend-einstellungen-bar-popup #settingsCodesPopupIdCheckbox,
.hoersaal_staedte .r44-bar-popup #settingsCodesPopupIdCheckbox {
  margin-right: 10px;
  margin-left: 150px;
}

#backend-einstellungen-code-surrounding-div td,
#backend-einstellungen-code-surrounding-div th {
  padding: 8px 6px;
  max-width: 78px;
}

@media screen and (max-width: 600px) {
  .backend-einstellungen-bar-popup #settingsCodesPopupIdCheckbox,
  .hoersaal_staedte .r44-bar-popup #settingsCodesPopupIdCheckbox {
    margin-left: 0;
  }

  .backend-einstellungen-bar-popup #settingsCodesPopupIdRow,
  .hoersaal_staedte .r44-bar-popup #settingsCodesPopupIdRow {
    justify-content: left;
  }
}

/*
* START
*
* Alert-Message CSS
*
* START
*/

.std-notification {
  display: block;
  opacity: 0;
  width: 95%;
  color: white;
  position: fixed;
  transform: translate3d(-50%, 0, 9999990px);
  z-index: 9999999;
  left: 50%;
  text-align: center;
  padding: 13px;
  border-radius: 7px;
  font-size: 15px;
  word-break: break-all;
}

/* Small - Pop-Up-Breite 490px */
@media screen and (min-width: 525px) {
  /*and (max-width: 783px)*/

  .std-notification {
    width: 90%;
  }
}

/* Wordpress Medium - Wordpress Menü links 90px Breit */
@media screen and (min-width: 784px) {
  /* and (max-width: 960px) */

  .std-notification {
    width: calc(90% - 90px);
    left: calc(45px + 50%);
    max-width: 487px;
  }
}

/* Wordpress Large - Wordpress Menü links 160px Breit */
@media screen and (min-width: 961px) {
  .std-notification {
    width: calc(90% - 160px);
    left: calc(80px + 50%);
    max-width: 530px;
  }
}

/* XL - Pop-Up-Breite 880px */
@media screen and (min-width: 1175px) {
  .std-notification {
    max-width: 1200px;
  }
}

/*
* END
*
* Alert-Message CSS
*
* END
*/

/*
* START
*
* Reiter 23 CSS
* - Social Media
*
* START
*/

.hoersaal_staedte #r23_sm_firstBox_tableDevider{
  display: flex;
}

.hoersaal_staedte #r23_sm_firstBox_tableDevider table{
  border: unset!important;
  margin-top: 10px;
  width: 50%;
}

.hoersaal_staedte .r23_sm_firstBox_mobileRow{
  display: none;
}

.hoersaal_staedte .r23_sm_firstBox_desktopRow{
  display: table-row;
}

.hoersaal_staedte .r23_sm_firstBox_fixedCellSize{
  width: 250px;
}

@media (max-width:1150px) {
  .hoersaal_staedte .r23_sm_firstBox_mobileRow{
    display: table-row;
  }
  
  .hoersaal_staedte .r23_sm_firstBox_desktopRow{
    display: none;
  }
}

@media (max-width:767px) {
  .hoersaal_staedte #r23_sm_firstBox_tableDevider{
    display: block;
  }
  
  .hoersaal_staedte #r23_sm_firstBox_tableDevider table{
    width: 100%;
  }

  .hoersaal_staedte #r23_sm_firstBox_rightTable tr{
    float: left;
    width: 100%;
  }
}

/*
* END
*
* Reiter 23 CSS
* - Social Media
*
* END
*/

/*
* START
*
* Reiter 10 CSS
* - VVK
*
* START
*/

.hoersaal_staedte #Reiter10 tbody tr{
  display: flex;
}

/*
* END
*
* Reiter 10 CSS
* - VVK
*
* END
*/


/*
* START
*
* Reiter 25 CSS
* - Rechnungen
*
* START
*/

.hoersaal_staedte #alle_markierten_herunterladen{
  padding: 5px 0 !important;
  margin:0 !important;
}

#table_rechnungen1_button_container #alle_rechnungen_herunterladen {
  margin: 0px !important;
}

#staedte-reiter-25-rechnungen-filters-container {
  display: flex;
  flex-direction: row;
}

#staedte-reiter-25-rechnungen-filters-container .stadte-reiter-25-rechnungen-filter-button {
  text-decoration: none;
  font-size: 16px;
  margin-left: 30px;
  color: black;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
}

.stadte-reiter-25-rechnungen-filter-button.selected {
  color: rgb(34, 113, 177) !important;
  border-bottom: 2px solid rgb(34, 113, 177);
}

tr.staedte-view-bars-only,
.staedte-rechnungen-only-bars-year-to-semester-row {
  display: none;
}

#Reiter25 {
  width: 100%;
}

.staedte-generic-sortable-col .dashicons{
  line-height: .8;
}

#staedte-invoices-location-header-cell,
.staedte-generic-sortable-col {
  cursor: pointer;
}

@media (max-width:767px) {
  .hoersaal_staedte .rechnungen_erstellen_input label{
    margin-right: 10px;
  }

  .hoersaal_staedte #rechnungen_erstellen_datum, 
  .hoersaal_staedte #rechnungen_erstellen_betrag{
    width: 140px;
  }

  .hoersaal_staedte .rechnungen_erstellen_buttons div{
    width: 50%;
    text-align: center;
  }

  .hoersaal_staedte .rechnungen_erstellen_buttons input{
    width: 90%;
    margin: 2% !important;
    padding: 5px !important;
  }
}

@media (max-width:500px) {

  .hoersaal_staedte .rechnungen_erstellen_buttons{
    display: block;
  }

  .hoersaal_staedte #table_rechnungen1_button_container{
    display: block !important;
  }

  .hoersaal_staedte #table_rechnungen1_button_container input{
    width: 100%;
  }

  .hoersaal_staedte #alle_markierten_herunterladen{
    margin-bottom: 10px !important;
  }

  .hoersaal_staedte .rechnungen_erstellen_buttons div{
    width: 100%;
  }

  .hoersaal_staedte #rechnungen_erstellen_betreff{
    min-width: 140px;
  }
}

/*
* END
*
* Reiter 25 CSS
* - Rechnungen
*
* END
*/

/*
* START
*
* Reiter 32 CSS
* - Sponsoren
*
* START
*/

.hoersaal_staedte #jsGrid_sponsoren_stadt {
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.hoersaal_staedte #jsGrid_sponsoren_stadt .jsgrid-grid-header,
.hoersaal_staedte #jsGrid_sponsoren_stadt .jsgrid-grid-body {
  overflow: unset;
}

/*
* END
*
* Reiter 32 CSS
* - Sponsoren
*
* END
*/

/*
* START
*
* Reiter 40 CSS
* - Packliste
*
* START
*/

.hoersaal_staedte .r40_packliste_innerScroll{
  overflow: unset;
}

.hoersaal_staedte .r40_packliste_innerScroll table{
  width: unset;
}

.hoersaal_staedte .r40_packliste_subrow td {
  border-bottom: 1px solid var(--hrsl-color-lightGrey-01);
  padding-bottom: 4px !important;
}

.hoersaal_staedte .r40_packliste_contentSubRow {
  border: none !important;
}

.hoersaal_staedte .r40_packliste_contentSubRow td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}


@media screen and (max-width: 1175px) {
  .hoersaal_staedte .r40_packliste_innerScroll{
    overflow: scroll;
  }
  
  .hoersaal_staedte .r40_packliste_innerScroll table{
    width: 550px;
  }
}
/*
* END
*
* Reiter 40 CSS
* - Packliste
*
* END
*/

/*
* START
*
* Reiter 42 CSS
* - Calendar
*
* START
*/

.hoersaal_staedte #Reiter42 {
  background-color: white;
  border: 1px solid #e6e6e6;
  width: 100%;
  color: #555;
}

.hoersaal_staedte #staedte_r42_cHeaderOuterBox {
  padding: 24px;
  background-color: white;
  border-bottom: 2px solid #e6e6e6;
}

.hoersaal_staedte #staedte_r42_cHeaderContentBox {
  /*notfull::check*/
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 42px;
  box-sizing: border-box;
}

.hoersaal_staedte #staedte_r42_cHeaderLeft {
  overflow: hidden;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hoersaal_staedte .r42_HeaderText {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.9;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.hoersaal_staedte #staedte_r42_cHeaderRight {
  text-align: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.hoersaal_staedte #staedte_r42_cHeaderRight .button-primary {
  margin: 0 !important;
  padding: 4px 24px !important;
}

.hoersaal_staedte #staedte_r42_cAddIconBox {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 1000;
}

.hoersaal_staedte #staedte_r42_cAddIconButton {
  border-radius: 40px;
  padding: 20px;
  background-color: #3b8dc1;
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24),
    0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  background-color: #2271b1;
  border: 1px solid #3b8dc1;
  vertical-align: middle;
  cursor: pointer;
  line-height: 0.9;
}

.hoersaal_staedte #staedte_r42_cAddIconButton:hover {
  background-color: #135e96;
}

.staedteDatepicker .ui-state-default {
  border: none !important;
  background: white !important;
  font-weight: normal !important;
  text-align: center;
  border-radius: 35px;
  height: 35px;
  width: 35px;
  line-height: 30px;
}

.staedteDatepicker .ui-state-hover {
  border: none !important;
  background-color: #e6e6e6 !important;
}

.staedteDatepicker .ui-state-highlight {
  border: 1px solid #3b8dc1 !important;
  background: #2271b1 !important;
  color: #fff !important;
}

.staedteDatepicker .ui-state-highlight.ui-state-hover {
  background: #3b8dc1 !important;
}

.staedteDatepicker .ui-state-active {
  border: 1px solid #2271b1 !important;
  color: inherit !important;
}

.staedteDatepicker .ui-widget-header {
  border: #fff;
  background: #fff;
}

.staedteDatepicker .ui-datepicker-next span.ui-icon,
.staedteDatepicker .ui-datepicker-prev span.ui-icon {
  background: #fff !important;
}

.staedteDatepicker .ui-datepicker-calendar thead {
  border-bottom: 1px solid #e6e6e6;
}

.hoersaal_staedte #staedte_r42_cMainToolBar {
  padding: 13px;
  margin-bottom: 0;
}

.hoersaal_staedte #staedte_r42_toolbarMonthNav {
  float: left;
  width: 30%;
}

.hoersaal_staedte #staedte_r42_toolbarMenu {
  float: right;
  width: 20%;
  text-align: end;
}

.hoersaal_staedte #staedte_r42_toolbarMonthNav .button-menu_small {
  position: relative;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 36px;
  padding: 0 16px;
  text-transform: capitalize;
  background-color: #fff;
  cursor: pointer;
}

.hoersaal_staedte #staedte_r42_toolbarMonthNav .button-menu_small span {
  margin: 0 auto;
  line-height: 0.75;
}

.hoersaal_staedte #staedte_r42_toolbarMonthNav .button-menu_centered {
  padding: 0 16px;
}

.hoersaal_staedte #staedte_r42_toolbarMonthNav .button-menu_centered:disabled {
  cursor: default;
}

.hoersaal_staedte #staedte_r42_cMainTable {
  padding: 0px 0px 13px 0px;
}

.hoersaal_staedte #staedte_r42_cMainTable table {
  width: 100%;
  min-height: 100px;
}

.hoersaal_staedte #staedte_r42_tableMainHeader th {
  text-align: center;
}

.hoersaal_staedte #staedte_r42_cMainTable td {
  border: 1px solid #e6e6e6;
  border-bottom: none;
  height: auto;
  width: 14%;
  vertical-align: top;
}

.hoersaal_staedte .staedte_r42_subTable td {
  border: none !important;
  width: 100%;
}

.hoersaal_staedte .staedte_r42_tableField th {
  text-align: right;
  border: none;
  font-weight: normal;
}

.hoersaal_staedte .staedte_r42_subTable {
  height: 100%;
}

.hoersaal_staedte .staedte_r42_subTable thead {
  text-align: right;
  vertical-align: baseline;
}

.hoersaal_staedte .staedte_r42_subTable th a.staedte_r42_todayHighlight {
  border: 1px solid #3b8dc1;
  background: #2271b1;
  color: #fff !important;
  text-align: center;
  border-radius: 35px;
  height: 35px;
  text-align: center;
  height: 28px;
  border-radius: 28px;
  width: 28px;
  display: inline-block;
}

.hoersaal_staedte .staedte_r42_subTable.sideMonth thead a {
  color: lightgrey !important;
}

.hoersaal_staedte #staedte_r42_toolbarDatepicker {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 40%;
}

.hoersaal_staedte #staedte_r42_toolbarDatepicker * {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.hoersaal_staedte #r42_datepicker {
  width: 0px;
  border: none;
  outline: none;
  color: #fff;
  cursor: default;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
}

.hoersaal_staedte #r42_datepicker:focus {
  display: none;
}

.hoersaal_staedte #r42_datepicker_click_arrow {
  vertical-align: middle;
  margin-left: 16px;
  margin-top: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hoersaal_staedte #r42_datepicker_click_arrow.r42_activated {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.hoersaal_staedte .staedte_r42_subTable tbody td {
  vertical-align: top;
}

.hoersaal_staedte .draggableCalendarEvent span {
  font-size: 12px;
  display: block;
  color: #fff;
  width: unset;
}

.hoersaal_staedte .r42_eventHeaderBox span {
  display: inline-block;
}

.hoersaal_staedte .draggableCalendarEvent.jga span {
  color: black;
}

.hoersaal_staedte .draggableCalendarEvent .r42_fullRow {
  width: 100%;
}

.hoersaal_staedte .draggableCalendarEvent .r42_ticketIconRow {
  text-align: right;
}

.hoersaal_staedte .draggableCalendarEvent .r42_ticketIconRow .clickableOVVKdash{
  vertical-align: middle;
  display: inline;
}

.hoersaal_staedte .draggableCalendarEvent .r42_eventBox_line{
  margin: 6px 0 4px 0;
  color: white;
  opacity: 1;
}

.hoersaal_staedte .draggableCalendarEvent {
  background-color: #2271b1;
  border-radius: 4px;
  height: max-content;
  border: 1px solid #2271b1;
  padding: 5px;
  line-height: 12px;
  cursor: pointer;
  margin: 5px 0;
}

.hoersaal_staedte .draggableCalendarEvent.bbsc {
  background-color: #22abc5;
  border: 1px solid #22abc5;
}

.hoersaal_staedte .draggableCalendarEvent.cbsc {
  background-color: #eb6a46;
  border: 1px solid #eb6a46;
}

.hoersaal_staedte .draggableCalendarEvent.jga {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}

.hoersaal_staedte .draggableCalendarEvent span.fatText {
  font-weight: bold;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 15px;
}

.hoersaal_staedte .draggableCalendarEvent span.dashicons {
  width: unset;
}

.hoersaal_staedte span.dashicons.disabled{
  opacity: 0.5;
  cursor: default;
}

.hoersaal_staedte td.no_click{
  cursor: default;
}

.hoersaal_staedte .draggableCalendarEvent:hover > .r42_eventDescription {
  opacity: 1;
}

.hoersaal_staedte .r42_eventHeaderBox {
  display: inline-block;
}

.hoersaal_staedte .download_ical_event {
  float: right;
  text-align: end;
  line-height: 1.2;
}

.hoersaal_staedte .r42_eventDescription {
  text-align: left;
  border: 1px solid #e2e6ec;
  background: #fff;
  bottom: 100%;
  color: #fff;
  display: block;
  /*left: -3px;*/
  opacity: 0;
  padding: 16px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  max-width: 200px;
  min-width: 175px;
  max-height: 250px;
  z-index: 2000;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 120px !important;
}

.hoersaal_staedte .staedte_r42_subTable .r42_eventDescription::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -10px;
  content: " ";
  height: 0;
  margin-left: -13px;
  position: absolute;
  width: 0;
  box-sizing: content-box;
}

.hoersaal_staedte
  .staedte_r42_subTable.staedte_r42_firstSixCol
  .r42_eventDescription::after {
  left: 25px;
}

.hoersaal_staedte
  .staedte_r42_subTable.staedte_r42_lastColum
  .r42_eventDescription::after {
  right: 25px;
}

.hoersaal_staedte .r42_eventDescription::before {
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.hoersaal_staedte .r42_eventDescription span {
  width: 100%;
  color: black;
}

.hoersaal_staedte .staedte_enableOnMobile{
  display: none;
}

.hoersaal_staedte .staedte_r42_mobileOuterTable{
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}

.hoersaal_staedte #staedte_r42_cMobileMainTable{
  margin-top: 40px;
  padding: 13px;
}

.hoersaal_staedte .staedte_r42_mobileOuterTable .staedte_42_mobileOuterRow{
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.hoersaal_staedte .draggableCalendarEvent span.dashicons.staedteR42mobileDashicon{
  display: none;
  float: right;
  text-align: end;
  line-height: 1.2;
  margin-left: 5px;
}

.hoersaal_staedte .r42MobileDate{
  display: none;
}

@media screen and (max-width: 1175px) {
  .hoersaal_staedte #staedte_r42_toolbarMonthNav{
    width:50%;
    text-align: center;
  }

  .hoersaal_staedte #staedte_r42_toolbarDatepicker{
    width: 50%;
  }

  .hoersaal_staedte #r42_datepicker_click_arrow{
    margin-top: 0px;
  }
}

@media screen and (max-width: 784px) {

  .hoersaal_staedte #staedte_r42_toolbarMonthNav{
    text-align: left;
  }

  .hoersaal_staedte #staedte_r42_datepickerLabel {
    display: flex;
    width: 100%;
    margin: 0;
    display: block;
  }

  .hoersaal_staedte #staedte_r42_toolbarDatepicker{
    margin-top: 2px;
    text-align: end;
    float: right;
    display: flex;
  }

  .hoersaal_staedte #r42_datepicker_click_arrow{
    margin: -4px 0 0 0;
  }

}

@media screen and (max-width: 520px) {
  .hoersaal_staedte #staedte_r42_toolbarMonthNav .button-menu_small{
    padding: 0;
  }

  .hoersaal_staedte #staedte_r42_toolbarCurrentMonthButton{
    padding: 0 2px!important;
  }

  .hoersaal_staedte #staedte_r42_datepickerLabel {
    margin: 0;
    float: right;
    display: block;
  }

  .hoersaal_staedte #r42_datepicker_click_arrow{
    margin: -4px 0 0 0;
  }

  .hoersaal_staedte .staedte_disableOnMobile{
    display: none;
  }

  .hoersaal_staedte .staedte_enableOnMobile{
    display: block;
  }

  .hoersaal_staedte .mobileSideMonth {
    display: none;
  }

  .hoersaal_staedte .staedte_r42_subTable{
    width: 100%;
  }

  .hoersaal_staedte .staedte_r42_tableField th{
    text-align: left;
    float: left;
  }

  .hoersaal_staedte .r42_eventBox_line,
  .hoersaal_staedte .r42_doubleIconMobil{
    display: none;
  }

  .hoersaal_staedte .draggableCalendarEvent span.dashicons.staedteR42mobileDashicon{
    display: inline-block;
  }

  .hoersaal_staedte .draggableCalendarEvent span.dashicons.staedte42mobileHighCorrection{
    line-height: 1.5;
  }

  .hoersaal_staedte .staedteR42activateEventDropdown.active{
    transform: rotate(90deg) translate(-5px)!important;
    margin-top: 5px;
    margin-left: 10px!important;
  }

  .hoersaal_staedte .r42DesktopDate{
    display: none;
  }
  .hoersaal_staedte .r42MobileDate{
    display: inline-block;
  }
}


@media screen and (max-width: 326px) {
  .hoersaal_staedte #staedte_r42_toolbarMonthNav{
    width:50%;
  }

  .hoersaal_staedte #staedte_r42_toolbarDatepicker{
    width: 50%;
  }
}

/*
* End:
* R42-Calendar CSS
*
*/

/*
* Start:
* R43-Optimisation CSS
*
*/

.hoersaal_staedte #staedte_opt_table #staedte_opt_searchForCity {
  float: right;
}

.hoersaal_staedte
  #staedte_opt_table
  #staedte_opt_citySearchTitleBox.deactivated,
.hoersaal_staedte
  #staedte_opt_table
  #staedte_opt_citySearchInputBox.deactivated {
  visibility: hidden;
  opacity: 0;
  width: 0px;
  display: inline-block;
}

.hoersaal_staedte #staedte_opt_table #staedte_opt_citySearchTitleBox,
.hoersaal_staedte #staedte_opt_table #staedte_opt_citySearchInputBox {
  transition: opacity 0.5s linear;
  visibility: visible;
  opacity: 100;
}

.hoersaal_staedte #staedte_opt_table #staedte_opt_citySearchInput {
  width: 70%;
  font-weight: normal;
  margin-left: -5px;
}

.hoersaal_staedte #staedte_opt_table #staedte_opt_citySearchInput:focus {
  border: 1px solid #555;
  border-radius: 2px;
  padding: 2.5px;
  padding-left: 3px;
  outline: none;
  box-shadow: none;
}

.hoersaal_staedte #staedte_opt_outside {
  margin-top: -50px;
}

.hoersaal_staedte .staedte_opt_addNewOptButtonBox {
  width: 300px;
  height: 50px;
}

.hoersaal_staedte #staedte_opt_addNewOptButton {
  position: absolute;
  width: 300px;
}

.hoersaal_staedte .openOptimisationSlider {
  cursor: pointer;
}

/*
* End:
* R43-Optimisation CSS
*
*/

/*
    CSS - Einstellungen alle Reiter End
*/

.hoersaal_staedte .autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.hoersaal_staedte .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.hoersaal_staedte .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.hoersaal_staedte .autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.hoersaal_staedte .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.hoersaal_staedte .add_mitfahrer_button {
  cursor: pointer;
}

.hoersaal_staedte .staedte-task-city-filter-label{
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;

}

.hoersaal_staedte .team_mitfahrer_names {
  text-align: center;
  background: #091e4214;
  color: #42526e !important;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1em;
  margin: 1px 0;
  padding: 2px 0.5em;
  word-break: keep-all;
  display: inline-block;
}

.hoersaal_staedte #team_mitfahrer td {
  vertical-align: top;
}

.hoersaal_staedte #team_mitfahrer_names_td_ac {
  text-align: left;
}

.hoersaal_staedte #team_mitfahrer #edit_mitfahrer_table td {
  vertical-align: top;
}

.hoersaal_staedte .team_mitfahrer_names_td {
  text-align: left !important;
}

.hoersaal_staedte .delete_mitfahrer_from_city {
  vertical-align: bottom;
  font-size: 14px;
  padding-top: 4px;
}

.hoersaal_staedte .send_mail_to_all_mitfahrer {
  cursor: pointer;
}

/* Toggle slider CSS */
.form-wrap label.switch {
  margin-bottom: 3px;
  padding: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 14px;
  margin-bottom: unset;
}
.switch.medium {
  width: 40px;
  height: 20px;
}

.switch.large {
  width: 52px;
  height: 27px;
}

.switch input {
  opacity: 0 !important;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

input:disabled + .slider {
  opacity: 0.7;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.switch.large .slider:before {
  height: 25px;
  width: 25px;
  left: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}
.switch.medium .slider:before {
  height: 19px;
  width: 20px;
  left: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}

input:checked + .slider {
  background-color: #007cba;
}

input:focus + .slider {
  box-shadow: 0 0 1px #007cba;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.switch.large input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}

.switch.medium input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.large .slider.round {
  height: 25px;
  width: 50px;
}

.medium .slider.round {
  height: 21px;
  width: 42px;
}

.slider.round:before {
  border-radius: 50%;
}

@media screen and (min-width: 525px) {
  .hoersaal_staedte .popup-hinweis {
    max-height: 264px !important;
    max-width: 450px;
  }
}

.hoersaal_staedte .popup-hinweis,
.popup-versand-hinweis {
  top: 264px !important;
  min-width: 1000px;
  max-width: 1200px !important;
  width: auto !important;
  height: auto !important;
  padding: 12px !important;
}

.hoersaal_staedte .hinweis-popup-zurueck-btn {
  margin: 0;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  bottom: -8px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-bottom: -13px !important;
  margin-left: 13px !important;
  position: relative;
  margin-top: 110px !important;
}

.hoersaal_staedte .hinweis-close-icon-mod {
  /* position: relative; */
  cursor: pointer;
  float: right;
  /* margin-top: -10px; */
  margin-top: 0px;
  margin-right: 0px;
}

.hoersaal_staedte .hinweis-pop-table {
  padding: 0 25px;
  text-align: left;
}

@media screen and (max-width: 525px) {
  .hoersaal_staedte .hinweis-close-icon-mod {
    /* position: relative; */
    cursor: pointer;
    float: right;
    /* margin-top: -10px; */
    margin-top: -96px;
    margin-right: 0px;
  }
}

.hoersaal_staedte .hinweis-versand-close-icon-mod {
  /* position: relative; */
  cursor: pointer;
  float: right;
  /* margin-top: -45%; */
}

.hoersaal_staedte .close-task-mod {
  position: sticky;
  right: 3%;
  cursor: pointer;
  border-radius: 50%;
  align-self: flex-start;
  float: left !important;
  top: 15px;
  left: 97.5%;
}

@media screen and (max-width: 1000px) {
  .hoersaal_staedte .close-task-mod {
    position: sticky;
    border-radius: 50%;
    right: 3%;
    cursor: pointer;
    align-self: flex-start;
    float: left !important;
    top: 15px;
    left: 94%;
  }

  .mobile-full-width {
    width: 80% !important;
  }
}

.hoersaal_staedte .large .slider.round {
  height: 27px !important;
  width: 53px !important;
}

.hoersaal_staedte .download_ical_stadt {
  cursor: pointer;
}

#staedte-task-table-id {
  margin-top: 45px !important;
}

.hoersaal_staedte .semester_schriftgroesse {
  font-size: 20px;
}



@media only screen and (max-device-width: 1280px) {
  .hoersaal_staedte .semester_schriftgroesse {
    font-size: 15px !important;
  }
}

@media only screen and (max-device-width: 550px) {
  .hoersaal_staedte .hide-spacer-for-mobile {
    display: none;
  }
  .first-column-sticky-for-other {
    background-color: white;
  }
  tr:hover > .first-column-sticky-for-other {
    background-color: inherit !important;
  }
  .second-column-sticky-for-other {
    background-color: white;
  }
  tr:hover > .second-column-sticky-for-other {
    background-color: inherit !important;
  }
}

.first-column-sticky-for-other {
  position: sticky;
  left: 0px;
  margin-left: 0px;
  padding-left: 0px;
  border-left: 0px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left !important;
  hyphens: auto;
  z-index: 2;
}

#Reiter10 .first-column-sticky-for-other,
#Reiter11 .first-column-sticky-for-other,
#Reiter5 .first-column-sticky-for-other,
#Reiter5 .second-column-sticky-for-other {
  border-bottom: none;
}

.second-column-sticky-for-other {
  position: sticky;
  left: 25px;
  margin-left: 0px;
  padding-left: 0px;
  border-left: 0px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left !important;
  hyphens: auto;
  z-index: 2;
}

.first-column-sticky {
  position: sticky;
  left: 0px;
  margin-left: 0px;
  padding-left: 0px;
  border-left: 0px;
  min-width: 300px;
  width: 300px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left !important;
  hyphens: auto;
}

.first-column-packliste-druck-row {
  position: sticky;
  left: 0px;
  margin-left: 0px;
  padding-left: 0px;
  border-left: 0px;
  min-width: 300px;
  background-color: white;
  text-align: left !important;
}

.hoersaal_staedte .td-packliste {
  text-align: center !important;
  border-bottom: 1px solid #e6e6e6;
  width: 120px;
}

.hoersaal_staedte .td-packliste-druck-btn {
  text-align: center !important;
  width: 120px;
  /* padding: 12px; */
  padding-top: 12px;
  padding-bottom: 12px;
  transform: scale(1.35);
}

.hoersaal_staedte .th-packliste {
  text-align: left !important;
  border-bottom: 1px solid #e6e6e6;
  width: 120px;
}

.label-packliste-positioning {
  margin-bottom: -2px;
}

.hoersaal_staedte .druck-btn-packliste-icon {
  transform: scale(1.5);
  height: 45px;
  padding-top: 11px;
  z-index: 1;
}

.hoersaal_staedte .druck-btn-packliste-stadt {
  min-width: 0px;
  padding-top: 9px !important;
  cursor: pointer;
}

.hoersaal_staedte .druck-btn-packliste {
  min-width: 0px;
  padding-top: 9px !important;
  cursor: pointer;
}

.hoersaal_staedte .margin-top-30px {
  margin-top: 30px;
}

.hoersaal_staedte .add_input_staedte {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 24px;
}

.hoersaal_staedte #rechnungen_erstellen {
  background-color: white;
}

.hoersaal_staedte .rechnungen_erstellen_input {
  padding: 13px 8px;
  border: 1px solid #e6e6e6;
}

.hoersaal_staedte .rechnungen_erstellen_input label {
  min-width: 100px;
  margin-bottom: 0;
  font-weight: 700;
}

.hoersaal_staedte .rechnungen_erstellen_input input.small {
  width: 115px;
}

.hoersaal_staedte .rechnungen_erstellen_input input.large {
  max-width: 100%;
  width: calc(100% - 115px);
}

.hoersaal_staedte .anrede_icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.hoersaal_staedte .anrede_duzen {
  background-color: aquamarine;
}

.hoersaal_staedte .anrede_siezen {
  background-color: #ff6666;
}

#inhalt_ifr {
  height: 30vh !important;
}

.hoersaal_staedte .dashicons {
  cursor: pointer;
}

.hoersaal_staedte #einstellungen_reiter_14_shortcodes td {
  vertical-align: middle;
}

.hoersaal_staedte .dropdown_menu_massenmail {
  font-size: 14px;
  line-height: 2;
  padding: 7px;
  color: #2c3338;
  border-color: #8c8f94;
  box-shadow: none;
  background: rgb(255, 255, 255) url(select.png) no-repeat right center;
  position: relative;
  min-width: 390px;
}

.hoersaal_staedte .button-container-massenmail-vorschau {
  bottom: 4px;
  width: 100%;
  text-align: center;
}

/*
START
    E Reiter 5 CSS
    - Email Vorlagen
START
*/

.hoersaal_staedte .er5_sortable {
  cursor: pointer;
}

/*
END
    E Reiter 5 CSS
    - Email Vorlagen
END
*/

/*
START
    E Reiter 8 CSS
    - Städte Rechte
START
*/

.backend_staedte_rechte {
	border-bottom: 1px solid #e5e5e5;
}

.backend_staedte_rechte_column1 {
	padding-left: 8px;
	border-bottom: 1px solid #e5e5e5;
}

/*
START
    Reiter 31 CSS
    - Fachschaften
START
*/

.hoersaal_staedte .open_ftBatch_slider,
.hoersaal_staedte .open_smBatch_slider {
  width: 80px;
  margin: auto !important;
  padding: 5px 10px !important;
  min-width: 60px;
}

.hoersaal_staedte .staedte_inactive_dashicon {
  cursor: default !important;
}

.hoersaal_staedte .staedte_undecorated_dashicons {
  pointer-events: revert;
}

.hoersaal_staedte .staedte_undecorated_dashicons .dashicons::before,
.hoersaal_staedte .staedte_undecorated_dashicons .fa::before {
  text-decoration: none;
}

.hoersaal_staedte #jsGrid_fachschaften_total div {
  padding: 8px 13px;
  text-align: left;
  display: block;
  width: 100px;
}

.hoersaal_staedte div#r31_sumOfErsties {
  width: 60px;
  text-align: center;
}

.hoersaal_staedte .r38_team_memberAmount {
  white-space: nowrap;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.8em;
  margin: 1px;
  padding: 1px 0.3em;
  word-break: keep-all;
  display: inline-block;
}

.hoersaal_staedte #jsGrid_fachschaften_total {
  position: inherit;
  display: flex;
  background-color: white;
  border-left: 1px solid #e6e6e6;
  font-weight: 400;
  line-height: 1.5;
  font-size: 13px;
  min-width: 1600px;
}

.template-zuordnung-padding-bot {
  padding-bottom: 10px;
}

.template-zuordnung-div {
  padding: 8px;
  margin-left: 0px;
  border-bottom: 1px solid #ddd;
}

.template-zuordnung-div td{
  border-bottom: unset!important;
}

.temp-zuordnung-label {
  width: 230px;
}

.temp-zuordnung-select {
  padding-right: 12px;
}

.temp-zuordnung-table {
  border-collapse: collapse;
}

#paste_email_here,
#paste_betreff_here {
  padding-left: 30px;
  padding-right: 30px;
}

.massenmail_vorschau_table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

.hoersaal_staedte #r32_scrollableOuterBox .jsgrid {
  overflow: unset;
}

/* Überschreibe alten JS Grid Code falls der noch anderer Stelle gebraucht wird*/
.hoersaal_staedte #r32_scrollableOuterBox .jsgrid-grid-header,
.hoersaal_staedte #r32_scrollableOuterBox .jsgrid-grid-body {
  overflow-y: unset;
}

.hoersaal_staedte #r31_scrollableOuterBox {
  overflow-y: scroll;
  scrollbar-width: none;
}

.hoersaal_staedte #jsGrid_fachschaften_stadt,
.hoersaal_staedte #jsGrid_insert_fachschaften_stadt {
  /*min-width: fit-content; */
  min-width: 1600px;
}

.hoersaal_staedte .jsGrid_innerInput_160px {
  width: 144px;
}

.hoersaal_staedte .jsGrid_innerInput_150px {
  width: 134px;
}

.hoersaal_staedte .jsGrid_innerInput_100px {
  width: 84px;
}

.hoersaal_staedte .jsGrid_innerInput_125px {
  width: 109px;
}

.hoersaal_staedte .jsGrid_innerInput_80px {
  width: 64px;
}

.hoersaal_staedte .jsGrid_innerInput_60px {
  width: 44px;
}

/*
END
    Reiter 31 CSS
    - Fachschaften
END
*/

/*
START
    Reiter 39 CSS
    - Packliste
START
*/

.hoersaal_staedte td.top_aligned{
  vertical-align: top!important;
}

.hoersaal_staedte #Reiter39 .dashicons-printer,
.hoersaal_staedte #Reiter39 .dashicons-printer::before{
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.hoersaal_staedte .td-packliste-druck-btn.top_aligned{
  transform: scale(1);
}

/*
END
    Reiter 39 CSS
    - Packliste
END
*/

/*
START
    Reiter 44 CSS
    - Team Admin
START
*/

.hoersaal_staedte #r44_contract_info{
  min-width: fit-content;
}

.hoersaal_staedte .r44-contract-flex-row{
  display: flex;
  width: 100%;
}


/*
END
    Reiter 44 CSS
    - Team Admin
END
*/

/*
START
    Reiter 46 CSS
    - Versandlisten
START
*/

.hoersaal_staedte .versandliste_header_mod{
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #555;
}

/*
END
    Reiter 46 CSS
    - Versandlisten
END
*/

/*
START
    Optimierung Submenu
START
*/

.hoersaal_staedte #staedte_opt_header_div {
  margin-bottom: 0.5rm;
  float: left;
  margin-top: 10px;
}

.hoersaal_staedte .staedte_opt_addNewOptButtonBox {
  float: right;
}

.hoersaal_staedte #staedte_opt_table td {
  border-top: var(--hrsl-table-border-01);
}

.hoersaal_staedte #popup_teams_dispo_mail {
  min-width: 1300px !important;
  max-height: calc(100% - 100px);
  top: calc(50%);
}

/*
END
    Optimierung Submenu
END
*/
.partials-main-nav-staedte .tabcontentStaedte{
  overflow-y: hidden !important;
}

.partials-main-nav-staedte {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  background-color: var(--hrsl-document-white);
}

#partials-main-sub-nav-staedte {
  padding: 0 0 25px 0;
  background-color: var(--hrsl-document-white);
}

#partials-main-sub-nav-staedte .nav-item,
.partials-main-nav-staedte  .nav-item {
  color: var(--hrsl-text-grey-01);
  text-decoration: none;
  /*Don't break*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  width: fit-content;
  --webkit-width: fit-content;
  padding-bottom: 10px;
  line-height: 34px;
  border-bottom: 2px solid var(--hrsl-border-grey);
}

#partials-main-sub-nav-staedte   .selected-nav-item,
.partials-main-nav-staedte .selected-nav-item {
  border-bottom: 2px solid var(--hrsl-blue);
}

div.nav-slider-spacer {
  flex-grow: 1;
  border-bottom: 2px solid var(--hrsl-border-grey);
}

.nav-slider-part {
  min-width: 30px;
  width: 30px;
  border-bottom: 2px solid var(--hrsl-border-grey);
}

#partials-main-sub-nav-staedte .selected-nav-item a,
.partials-main-nav-staedte.selected-nav-item a {
  color: var(--hrsl-blue);
}

#partials-main-sub-nav-staedte a:hover,
.partials-main-nav-staedte a.nav-item-link:hover {
  color: var(--hrsl-blue);
}

#partials-main-sub-nav-staedte a:focus,
.partials-main-nav-staedte .nav-item:focus {
  box-shadow: none;
  cursor: wait;
}

#Reiter40 td.first-column-sticky{
  max-width: 500px !important;
  min-width: 500px !important;
  position: unset !important;
}

@media screen and (max-width: 650px) {
  #Reiter40 td.first-column-sticky{
    max-width: 250px !important;
    min-width: 250px !important;
    position: unset !important;
  }
  #Reiter40 td.first-column-sticky span{
      white-space: normal;
      word-wrap: break-word;
  }

  #Reiter40 .hoersaal_staedte .staedte-table {
    display: table;  
      
  }
  
}

@media (max-width:767px) {
  #Reiter40  td.first-column-sticky , #Reiter40  .hoersaal_staedte .staedte-table th {
    position: unset !important;
  }
  #wpbody-content .hoersaal_staedte{
      overflow: hidden !important;
  }    
  #wpbody-content .hoersaal_staedte #container{
      overflow: hidden !important;
  }    
  .hoersaal_staedte .staedte-table{
      overflow: scroll !important;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  #wpbody-content .hoersaal_staedte{
      overflow: hidden !important;
  }    
  #wpbody-content .hoersaal_staedte #container{
      overflow: hidden !important;
  }    
  .hoersaal_staedte .staedte-table{
      overflow: hidden !important;
  }
}

@media screen and (max-width: 554px) {
  #Reiter40 td.first-column-sticky{
    max-width: 200px !important;
    min-width: 200px !important;
  }
}

@media screen and (max-width: 326px) {
  #Reiter40 td.first-column-sticky{
    max-width: 160px !important;
    min-width: 160px !important;
  }
}

.hoersaal_staedte #bs_mail_info{
  min-width: fit-content;
}

.hoersaal_staedte .open_team_slider{
  cursor: pointer;
}

/*
* START
*
* Reiter 45 CSS
* - Team Planung
*/


.r45_filter_arrow{
  vertical-align: middle;
}

.r45_filter_arrow.dashicons-arrow-up{
  display: none;
}

.r45_filter_list{
  display: none;
  position: absolute;
  background: white;
  width: 180px;
  border: 1px solid rgba(0,0,0,0.175);
  border-radius: 10px;
  margin-top: 2px;
  z-index: 10;
  padding-bottom: 8px;
}

.r45-team-align-middle{
  vertical-align: middle !important;
}

@media screen and (max-width: 600px) {
  .r45_filter_list{
    right: 5px;
    width: 140px;
  }

  .r45_filter_list input{
    height: 1rem;
    width: 1rem;
  }

  .r45_filter_list input[type="checkbox"]:checked::before{
    width: 1.2rem;
    height: 1.2rem;
    margin: -.12rem -.18rem;
  }
}

.r45_filter_list li{
  display: block;
  width: 100%;
  padding: 0 1rem 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  margin: 0 0 4px 0;
}

.r45_filter_list li.top_row{
  border-top: 1px solid rgba(0,0,0,0.175);
  padding: 0.5rem 1rem 0.25rem 1rem;
}

.r45_filter_list input{
  margin-top: 2px;
  margin-right: 0;
  float: right;
}

.r45_filter_list .dropdown-item:active{
  background-color: #0d6efd;
}

.staedte_r45_editableRow{
  display: table-row;
}

/*
* END
* 
* Reiter 45 CSS
* - Team Planung
*
* END
*/

.hoersaal-events .std_toggable_arrow{
  margin-right: 5px;
  transition: transform 0.2s ease-in-out 0s;
  transform-origin: 0px 5px;
  transform: rotate(0deg) translate(0px, 0px);
}

.std-cellSpacer.border-0{
  border: 0!important;
}

.hoersaal-events .std_unfoldable_row{
  display:none;
}

/*
* START
*
* Reiter 6 (Einstellungen) CSS
* - Codes
*
* START
*/

#reiter6codesSpec .er6_slider_badInput{
  display: none;
  color: red;
}

#reiter6codesSpec .er6_slider_bI_amounts{
  width: 100%;
  margin-bottom: -10px;
  margin-left: 7px;
  font-size: 14px;
}

/*
* END
*
* Reiter 6 (Einstellungen) CSS
* - Codes
*
* END
*/

/*
* START
*
* Reiter 35 (Einstellungen) CSS
* - Codes
*
* START
*/


#einstellungen_reiter35 {
  background-color: white;
  border: 1px solid #e6e6e6;
  width: 100%;
  color: #555;
}

#einstellungen_reiter35 table {
  border-collapse: collapse;
}

#einstellungen_reiter35 th,
#einstellungen_reiter35 td {
  border-bottom: 1px solid #e6e6e6;
}

#einstellungen_reiter35 .dashicons {
  color: black !important;
}

#staedte-product-groups-container th,
#staedte-product-groups-container td {
  padding-top: 10px;
  padding-bottom: 10px;
}

#einstellungen_reiter35 #einstellungen_reiter35-additional-settings-explaination-active,
#einstellungen_reiter35 #einstellungen_reiter35-additional-settings-explaination-is_collection,
#einstellungen_reiter35 #einstellungen_reiter35-additional-settings-explaination-is_consumable,
#einstellungen_reiter35 #einstellungen_reiter35-additional-settings-explaination-show_price_in_descr {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 5px;
}

#display_order {
  max-width: 100% !important;
}

#std_r35_tbody tr{
  background-color: #FFF;
}
#std_r35_tbody td{
  background-color: unset;
}
#std_r35_tbody tr:hover{
  background-color: var(--hrsl-color-hoverGrey-01)!important;
}

/*
* END
*
* Reiter 35 (Einstellungen) CSS
* - Codes
*
* END
*/

/*
* START
*
* Reiter 47 CSS
* - Versand FS
*
* START
*/

.hoersaal_staedte .toggable_reiter_content{
  display: none;
}

/*
* END
*
* Reiter 47 CSS
* - Versand FS
*
* END
*/

.hoersaal-events .std_toggable_arrow{
  margin-right: 5px;
  transition: transform 0.2s ease-in-out 0s;
  transform-origin: 0px 5px;
  transform: rotate(0deg) translate(0px, 0px);
}

.std-cellSpacer.border-0{
  border: 0!important;
}

.hoersaal-events .std_unfoldable_row{
  display:none;
}

.staedte-invoice-paid-msg {
  text-align: center;
  width: fit-content;
  background-color: var(--hrsl-color-lightGreen-01);
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  color: white;
}

.staedte-toggable-password-icon-wrapper {
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  display: flex;
}

.staedte-toggable-password-icon-wrapper[data-staedte-password-visible="false"] .staedte-toggable-password-icon.dashicons-visibility {
  display: none;
}

.staedte-toggable-password-icon-wrapper[data-staedte-password-visible="false"] .staedte-toggable-password-icon.dashicons-hidden {
  display: block;
}

.staedte-toggable-password-icon-wrapper[data-staedte-password-visible="true"] .staedte-toggable-password-icon.dashicons-visibility {
  display: block;
}

.staedte-toggable-password-icon-wrapper[data-staedte-password-visible="true"] .staedte-toggable-password-icon.dashicons-hidden {
  display: none;
}

.staedte-toggable-password-icon {
  margin-top: auto;
  margin-bottom: auto;
}

.staedte-truncate-after-4-lines {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 4;
}

#orga-studi-anzeigen ul {
  list-style: initial !important;
}