.clubdata{
    background-color: lightgrey;
}

.clubdata input[type=text]{
    width: 300px;
}
/* Stil für die ClubData Tabelle von Daten */
  
  .clubdata-table td {
    padding: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}


.uni-style-button {
    text-align: center;
    height: 35px;
    margin-top: 10px;
    text-decoration: none;
    border: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
    background-color: #2da9dc;
    color: white;
}

/* Style the header with a grey background and some padding */
.header {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 20px 10px;
}

/* Style the header links */
.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 1px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
    font-size: 25px;
    font-weight: bold;
}

.header a.logo-right img {
    height: auto;
    width: 100vw;
    max-width: 100%;
    vertical-align: middle;
}

.header a.logo img {
    width: 100%;
    height: 100%;
}

/* Change the background color on mouse-over */
.header a.logo:hover {
    background-color: #ddd;
    color: black;
}

/* Style the active/current link*/
.header a.active {
    background-color: #2da9dc;
    color: white;
}

/* Float the link section to the right */
.header-right {
    float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
    .header-right {
        float: none;
    }
}

.header ul {
    list-style-type: none;
    padding: 5px;
    margin-left: 5%;
  }

  .header ul a {
    background-color: #2da9dc;
  }
  .header ul a:hover {
    background-color: white;
  }

/* Footer */

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

body {
    font-family: acumin-pro, system-ui, sans-serif;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    font-size: 14px;
    background-color: #f4f4f4;
    align-items: start;
    min-height: 100vh;
}

.footer {
    display: flex;
    /* flex-flow: row; */
    /* align-items: flex-end; */
    /* padding: 30px 30px 20px 30px; */
    padding-left: 30px;
    color: #2f2f2f;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
}

.footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: fit-content;
    background-color: rgb(33, 33, 33, 0.07);
    border-radius: 100px;
    color: #2f2f2f;
    line-height: 0;
    margin: 0.6em 0;
    margin-right: 10px;
    font-size: 1rem;
    padding: 0 1.3em;
}

.footer > * {
    /* flex: 1 100%; */
}

.footer__addr {
    margin-right: 1.25em;
    margin-bottom: 2em;
}

.footer__logo {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 1.5rem;
}

.footer__addr h2 {
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
}

.nav__title {
    font-weight: 400;
    font-size: 15px;
}

.footer address {
    font-style: normal;
    color: #999;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer li {
    line-height: 2em;
}

.footer a {
    text-decoration: none;
}

.footer__nav {
    display: flex;
    flex-flow: row wrap;
}

.footer__nav > * {
    flex: 1 50%;
    margin-right: 1.25em;
}

.nav__ul a {
    color: #999;
}

.nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
}

.legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
}

.legal__links {
    display: flex;
    align-items: center;
}

.heart {
    color: #2f2f2f;
}

@media screen and (min-width: 24.375em) {
    .legal .legal__links {
        margin-left: auto;
    }
}

@media screen and (min-width: 40.375em) {
    .footer__nav > * {
        flex: 1;
    }

    .nav__item--extra {
        flex-grow: 2;
    }

    .footer__addr {
        flex: 1 0px;
    }

    .footer__nav {
        flex: 2 0px;
    }
}

/* Footer end */

/* Landing page */

.landing-container {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* width: 50%; */
}

.left-container {
    display: flex;
    text-align: left;
    margin-left: 5%;
    align-items: center;
    /* width: 50%; */
}


.landing-explanation {
    font-size: medium;
}

.landing-ul {
    list-style-type: none;
    font-size: large;
    margin: auto;
}

#landing-start-button {
    /* float: left; */
    text-align: center;
    width: 400px;
    height: 30px;
    margin-top: 10px;
    text-decoration: none;
    border: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
    background-color: #2da9dc;
    color: white;
}

#landing-start-button:disabled {
    background-color: #ccc;
    color: #999;
}

.consent-item {
    margin-top: 7px;
}

.auth-container {
    font-size: 24px;
    /* Center vertically and horizontally */
    /* display: flex; */
    /* justify-content: center; */
    text-align: center;
    /* align-items: center; */
}

.mid-container-landing {
    font-family: arial;
    font-size: 24px;
    /* Center vertically and horizontally */
    /* display: flex; */
    /* justify-content: center; */
    text-align: center;
    /* align-items: center; */
    margin-top: 100px;
    margin-bottom: 100px;
}

#emailConsent {
    width: 250px;
    /* height: 30px; */
}

#start-mooney-example-img {
    margin-top: 8rem;
}

/* End landing page */

/* Admin page */

#filter-button {
    /* float: left; */
    text-align: center;
    width: 90px;
    height: 30px;
    margin-top: 10px;
    text-decoration: none;
    border: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
    background-color: #2da9dc;
    color: white;
}
/* End Admin Page*/



/* START ADMIN */

.center-div-results {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.results-table {
    margin-top: 30px;
    margin-bottom: 30px;
}

.results-table,
.results-th,
.results-td {
    border: 1px solid black;
    border-collapse: collapse;
    height: auto;
    text-align: center;
}

/* END ADMIN */


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    text-align: left;
    line-height: 2;
}

.table-funktionaere thead {
    font-weight: bold;
}
.table-funktionaere td {
    border-width: 10px;
    border: 2px solid #ccc;
    padding: 5px 5px 5px 5px;
}

.error-message {
    color: red;
    font-weight: bold;
}

.input-info {
    font-size: 12px;
    color: gray;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.rekord-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .rekord-explanation {
    width: 100%;
    max-width: 1200px;
  }

  .rekord-explanation .table-container {
    overflow-x: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
  }

  table thead {
    background-color: #2da9dc;
    color: #fff;
  }

  table th, table td {
    padding: 12px 15px;
    text-align: left;
  }

  table th {
    font-weight: bold;
    text-transform: uppercase;
    pointer-events: none;
  }

  table tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  table tr:hover {
    background-color: #f1f1f1;
  }


  table td {
    border-bottom: 1px solid #ddd;
  }

  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .pagination button {
    padding: 10px 15px;
    margin: 0 5px;
    border: none;
    border-radius: 4px;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
  }

  .pagination button:hover {
    background-color: #0056b3;
  }

  .pagination button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
  }




  .rekord-container label {
    font-weight: bold;
    margin-right: 5px;
    color: #333;
  }

  .rekord-container select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
  }

  .rekord-container select:hover {
    border-color: #007BFF;
  }

  .rekord-container select:focus {
    border-color: #0056b3;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }
 /* Tabelle zentrieren */
table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

/* Zentrierung in den Zellen */
td {
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

/* Basis-Styling für Checkbox */
/* Flexbox für exakte Zentrierung der Checkboxen */
.checkbox-container {
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center;    /* Vertikal zentrieren */
    height: 100%;           /* Sicherstellen, dass die Höhe der Tabelle verwendet wird */
}

/* Basis-Styling für Checkbox */
.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

/* Checkbox selbst verstecken */
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Styling der sichtbaren Box */
.custom-checkbox span {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #eee;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Grüne Checkbox */
.custom-checkbox.green span {
    border-color: green;
}

/* Rote Checkbox */
.custom-checkbox.red span {
    border-color: red;
}

/* Aktivierte Checkbox */
.custom-checkbox input[type="checkbox"]:checked + span {
    background-color: #4caf50; /* Grün */
    border-color: green;
}

.custom-checkbox.red input[type="checkbox"]:checked + span {
    background-color: #f44336; /* Rot */
    border-color: red;
}

/* Häkchen-Symbol */
.custom-checkbox input[type="checkbox"]:checked + span::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}