/* CSS Charcounter*/
    .cc_toless {
      color:  red;
      font-weight: 700;
  }
  
     
      /*showthread*/
      .aucp_showthread-wob {
          margin: 10px;
          display: flex;
          align-items: start;
          justify-content: center;
          gap: 20px;
      }
      
      .aucp_showthread-wob__item:last-child {
          align-self: center;
      }
      
      /*Benutzer CP */
      .applucp-con {
          display: grid;
          width: 80%;
          margin: auto;
          gap: 19px 15px;
      }
      
      .app_ucp_label {
          font-weight: 600;
          text-align: left;
      }
      
      .applucp-con__item {
          display: grid;
          margin-block-end: 20px;
      }
      
      .applucp-con__item.applucp-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    /* category-update - kommentar nicht entfernen */
    .cat_tabs {
      margin: 0px;
      padding: 0px;
      list-style: none;
      background:#000;
      border-bottom: 5px #0072BC solid;
    }
    .cat_tabs li{
      display: inline-block;
      margin:0;
      padding: 10px 20px 5px 20px;
      cursor: pointer;
      color:#FFF;
    }
    .cat_tabs li:hover {
      background: #0072BC;
    }

    .cat_tabs li.current{
      background: #0072BC;
      color: #FFF;
    }
    .con_cat_content {
      display: none;
      background: #f2f2f2;
    }
    .con_cat_content.current{
      display: inherit;
    }
      
      /*Display Profil and Postbit */
      .aucp_fieldContainer {
          display: grid;
          grid-template-columns: 1fr;
      }
      
      .aucp_fieldContainer__item {
          display: flex;
          gap: 10px;
      }
          
      /* rangestyling-update - kommentar nicht entfernen */
      .aucp_range {
          height: 20px;
          background-color: #a6a6a6;
      }

      .aucp_range_bar {
          height: 20px;
          background-color: #0072BC;
      }

      /* dynamicfield-update -  kommentar nicht entfernen */
      .aucp_dynamic_controls a {
          display: inline-block;
          padding: 5px 10px;
          margin: 5px;
          border: 1px solid black;
      }
      
      /* rangelabels-update - kommentar nicht entfernen */
      .aucp_range_wrap {
        display: grid;
        grid-template-areas:
            "left right"
            "range range";
        justify-content: space-between
      }

      .aucp_range_labelleft {
        grid-area: left;
      }

      .aucp_range_labelright {
        grid-area: right;
      }

      .aucp_range {
          grid-area: range;
      }
    .reservations-desc {
        text-align: justify;
        padding: 20px 40px;
        }

        .reservations_formularPage form {
        width: 30%;
        margin: 10px auto;
        }

        .reservations_formularShowthread form {
        width: 84%;
        margin: 10px auto;
        }

        .reservations_formular-label {
        font-weight: bold;
        width: 100%;
        }

        .reservations_formular-input {
        margin-bottom: 8px;
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        justify-content: space-between;
        }

        .reservations_formular-select, 
        .reservations_formular-select select,
        .reservations_formular-field,
        .reservations_formular-field input.textbox,
        .reservations_formular-field .select2-container {
        width: 100%;
        box-sizing: border-box;
        }

        .reservationsSingle, 
        .reservations-genderflex {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        }

        .reservations-reservation {
        width: 100%;
        }

        .reservations-genderline {
        font-weight: bold;
        padding: 3px;
        }

        .reservations_entry {
        padding: 5px;
        }

        .reservations_types {
        margin-bottom: 10px;
        }

        /* SHOWTHREAD */
        .reservations_showthread {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        align-items: flex-start;
        }

        .reservations_showthread-guide {
        width: 40%;
        }

        .reservations_showthread-output {
        width: 60%;
        }

        .reservations_showthread-desc {
        text-align: justify;
        padding: 20px 40px;
        }

        /* TABS */
        .reservationTab {
        display: flex;
        flex-wrap: nowrap;
        }

        .reservationTablinks {
        padding: 10px;
        transition: 0.3s;
        cursor: pointer;
        }

        .reservationTablinks:hover {
        background-color: #ddd;
        }

        .reservationTablinks.active {
        background-color: #ccc;
        font-weight: bold;
        }

        .reservationTabcontent {
        display: none;
        }

        .reservations_ownreservations {
        margin-bottom: 20px;
        }

        .reservations_ownreservations-types,
        .reservations_blockedreservations-types {
        display: flex;
        }

        .reservations_ownreservationsBit,
        .reservations_blockedreservationsBit{
        width: 100%;
        }

        .reservations_ownreservations-title,
        .reservations_blockedreservations-title{
        font-weight: bold;
        padding: 3px;
        }

        .reservationsBanner {
        font-size: 14px;
        margin-top: -2px;
        float: right;
        }