body{
    font-family: sans-serif;
    background-image: repeating-linear-gradient(90deg, #88b3f7, #3f77d1);
    line-height: 1;
}
.thumb {
    height: 100px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.thumb:hover {
    height: 300px
}
.button{
    font-size: 20px;
}
.doo, .edt{
    font-size: 12px;
    margin-bottom: 1px;
}
.loeschen.button.small{
    font-size: 8px;
    margin-bottom: 1px;
}
table{
    border-collapse: separate;
}
#dialog td, #dialog1 td, #dialog3 td{
    padding:0;
    margin-left: 14px;
}
#dialog td input, #dialog1 td input, #dialog3 td input{
    margin:0;
    font-size: 10px;
    height: 25px;
    padding: 0;
    width: 250px;
}

.datetime{
    width: 100px;
}
tbody td{
    padding:0;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#rechtetabelle td{
    padding-right: 15px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0 0 0rem;
}
#rechtetabelle td input{
    margin: 0;
}

.bildervorschau{
    height:80px;
    padding:5px;
}

.galerie_table input{
    max-width: 900px;
    margin: 0;
    height: 30px;
    margin-right: 5px;
}
/*Für Register, Login und Reset Password Seiten:*/
.invalid-feedback{ 
    color: red;
    font-size: 15px;
}
.form-control {
    width: 300px;
}
.dialog{
    border-radius: 15px;
    background-color: white;
    font-size: 12px;
    box-shadow: 5px 5px 15px 5px #444444;
    padding:30px;
    visibility: hidden;
}
.legende{
    padding: 5px;
    font-size: 12px;
    border: 1px solid #555555;
    display: inline-block;
    margin-bottom: 4px;
}
.agenda{
    width: 500px;
    display: inline;
}
.a_date{
    width: 200px;
    display: inline;
}
.pfeile, .pfeile1{
    width: 40px;
    cursor: pointer;
}

.pfeile:hover, .pfeile1:hover{
    border: 2px solid white;
}
#myTable{
    .table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
} 

}
#sponsortabelle td{
    font-size: 12px;
}

.sponsorentabelle td{
    font-size: 12px;
}

h5{
    font-size: 16px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.card {
  width: 100%;
  max-width: 500px;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 3px;
  line-height: 1;
  font-size: 13px;
}

.card h4 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .card {
    width: 48%; /* Zwei Cards nebeneinander */
  }
}
.erste{
    width:120px;
    color:grey;
}
.delete-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: red;
}
.delete-btn::before {
    content: "🗑️"; /* oder "❌" */
}
.delete-btn:hover {
    color: darkred;
    transform: scale(1.2);
}

.member-list-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 320px;
    margin: -130px 0 12px;
}

.member-list-toolbar label {
    margin: 0;
    white-space: nowrap;
}

.member-list-toolbar select {
    margin: 0;
}

.member-list-legend {
    font-size: 15px;
    text-align: left;
    margin-bottom: 8px;
}

.member-list-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    border: 1px solid #555555;
    background-color: #87B2F7;
    padding: 8px 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.member-list-table {
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
}

.member-list-table th,
.member-list-table td {
    padding: 4px 5px;
    line-height: 1.35;
    vertical-align: top;
    word-break: normal;
    overflow-wrap: anywhere;
}

.member-list-table th:nth-child(1) {
    width: 15%;
}

.member-list-table th:nth-child(2) {
    width: 15%;
}

.member-list-table th:nth-child(3) {
    width: 20%;
}

.member-list-table th:nth-child(4)
{
    width: 8%;
}
.member-list-table th:nth-child(5){
    width: 5%;
}
.member-list-table th:nth-child(6) {
    width: 15%;
}

.member-list-table th:nth-child(7) {
    width: 4%;
}

.member-list-table th:nth-child(8),
.member-list-table th:nth-child(9) {
    width: 4%;
}

.member-export-table {
    position: absolute;
    top: 0;
    left: -10000px;
}

.schnupper-member {
    background-color: #8ff6f7;
}

.member-home {
    padding-bottom: 30px;
}

.member-home-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin: 20px 0 24px;
}

.member-home-header h3 {
    margin-bottom: 4px;
}

.member-home-header p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
}

.member-home-back {
    flex: 0 0 auto;
    margin: 0;
}

.member-home-sections {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.member-home-section {
    padding: 18px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.88);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.member-home-section-wide {
    grid-column: 1 / -1;
}

.member-home-section h5 {
    margin: 0 0 14px;
    padding-bottom: 9px;
    border-bottom: 3px solid #87B2F7;
    font-size: 18px;
    font-weight: bold;
}

.member-home-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
}

.member-home-actions .button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin: 0;
    padding: 10px 14px;
    font-size: 17px;
    line-height: 1.25;
}

@media (max-width: 767px) {
    .member-list-toolbar {
        max-width: none;
        margin-top: -110px;
    }

    .member-home-header {
        display: block;
    }

    .member-home-back {
        margin-top: 14px;
    }

    .member-home-sections {
        grid-template-columns: 1fr;
    }

    .member-home-section-wide {
        grid-column: auto;
    }
}
