#body{
    background-color: #ffffff;
    text-align: center;
    font-family: Arial;
}


#header{
    background-color: #ffffff;
    color: #6ac2c4;
}

#logo{
    margin-left: 5vw;
    margin-top: 2vh;
}

#headertext{
    position: relative;
    color: #ffffff;
    background-color: #6ac2c4;
    text-align: center;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-family: Arial;
}

.input{
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

h1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

#login{
    text-align: center;
    margin-top: 5vh;
    font-family: Arial;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.btn{
    background-color: white;
    width: 70px;
    height: 25px;
    border-radius: 3px;
}

.container{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.btnwrd{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    font-size: 20px;
    color: #6ac2c4;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 10px;
    align-items: center;
}


.pic{
    height: 10vh;
}


#Tabelle {
    width: 90%;
    border: 1px solid black;
    font-family: Arial;
  }

  #Tabelle2{
    margin-top: 20px;
    margin-bottom: 20px;

    width: 60%;
    border: 1px solid black;
    font-family: Arial;
  }
  
  table {
    font-family: Arial;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    border: 2px solid #ddd;
  }
  
  th, td {
    text-align: center;
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    word-wrap: break-word; /* Umbruch der Zelleninhalte bei Bedarf */
    max-width: 150px; /* Maximale Breite der Zellen */
  }
  
  th, td {
    text-align: center;
    vertical-align: middle;
  }
  
  th {
    background-color: #f2f2f2;
  }
  
  tr:hover {
    background-color: #f5f5f5;
  }
  
  #TabelleBewerber {
    width: 90%;
    border: 1px solid black;
  }
  

  .button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    background-color: #6ac2c4;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
  }

  /* Hover-Effekt */
  .button:hover {
    background-color: #5baeb0;
  }

  #Tabelle2 {
    width: 50%;
    border: 1px solid black;
    font-family: Arial;
  }
  
  table {
    font-family: Arial;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    border: 2px solid #ddd;
  }
  
  td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    word-wrap: break-word;
    max-width: 200px;
  }
  
  td input[type="text"] {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
  }
  
  tr:last-child td {
    border-bottom: none;
  }
  
  tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
  }
  
  tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
  }
  
  #zeile4 input[type="text"],
  #zeile5 input[type="text"],
  #zeile6 button {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-family: Arial;
  }
  
  #zeile6 button {
    background-color: #6ac2c4;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  #zeile6 button:hover {
    background-color: #5baeb0;
  }
  

  #nameContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    overflow-y: scroll;
  }