html {
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    
    
}

body {
    background-color: rgb(240, 240, 240);
    background-image: url("../images/sky2.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgb(192, 214, 250);
    
}
hr{
  width: 50%;

}

li {
  margin-top: 5px;
}

h1 {

  margin-bottom: 5px;
  margin-top: 5px;
}

h2 {

    text-align: center;
    font-size: 25px;
    margin-top: 10px;
    opacity: 1;
}


h3 {
  color: #ff0015;
}

h4 {
  background-color: #4CAF50;
  padding: 10px;
}

h5 {
  margin-top: 10px;
}

h6 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}



header {
    
    background-color: #eceef0;
    opacity: .7;
    margin-top: 0cm;
    font-size: 30px;
    text-align: center;
    height: 150px;
    width: auto;
    margin-bottom: 20px;
    margin-top: 5px;
    display: block;
    border-radius: 15px;
    
    
    
      
}

.spanbox {
  
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: auto;
  width: 300px;
  background: #eceef0;
  opacity: .7;
  padding-bottom: 10px;
  padding-top: 5px;
  border-radius: 15px;

  }

  .spanbox-csv {
  
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    width: 1400px;
    background: #eceef0;
    opacity: .7;
    padding-bottom: 10px;
    padding-top: 5px;
    
  
    }

  .spanbox-imp {
  
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    width: 450px;
    background: #eceef0;
    opacity: .7;
    padding-bottom: 10px;
    padding-top: 20px;
  
    }

  .spanbox-flugbuch {
  
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 1200px;
    background: #eceef0;
    opacity: .7;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 20px;
    text-align: left;  
    border-radius: 15px;
    }

    .spanbox-maehliste {
  
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: auto;
      width: 550px;
      background: #eceef0;
      opacity: .7;
      padding-bottom: 10px;
      padding-top: 20px;
      padding-left: 20px;
      text-align: center;
      border-radius: 15px;
  
    
      }

    .spanbox-mitgliederliste {
  
      display: block;
      height: auto;
      width: auto;
      background: #eceef0;
      opacity: .7;
      padding-bottom: 10px;
      padding-top: 20px;
      padding-left: 20px;
      text-align: left;
      border-radius: 15px;
    
    
      }

    .multi-checkin {
  
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      height: auto;
      width: 300px;
      background: #eceef0;
      opacity: .7;
      padding-bottom: 10px;
      padding-top: 5px;
      border-radius: 15px;
      }

      .inner-multi-checkin {
        margin-left: 30px;
        margin-top: 5px;
        border-radius: 4px;
        width: 20px;
        height: 20px;
        
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        
      }

  .gast-input {
      text-align: left;
      margin-left: 17px;
    }

div {

    text-align: center;
  }

footer {
    text-align: center;   
}



table, th, td { 
  border-collapse: collapse;
  padding: .3em .5em; 
}

table {
 margin-left: 0em;
 

}

th, caption { 
  background-color: #666; 
  color: #fff; 
  border: thin solid #666;
}

td {
 background-image: linear-gradient(#f9f9f9, #e3e3e3);
 border-right: thin solid #666;
}

tfoot {
  border-bottom: thin solid #666;
}

caption {
  font-size: 1.5em;
  border-radius: .5em .5em 0 0;
  padding: .5em 0 0 0;
  
}

.tablebox {
  display: flex;
  margin-top: 10px;
  text-align: left;
}

.tablebox-fl {
  display: flexbox;
  margin-top: 10px;
  text-align: left;
}

.tablebox-inhalt {
  display: block;
  margin-top: 10px;
  text-align: left;
}

.gast-box {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}


.loginformular {
    text-align: center;
    margin: 0.5cm;
    margin-bottom: 1em;
    

  }

p {
    margin-top: 0cm;
    margin-bottom: 0cm;
    
  }

  .infotext-klein-green {
    font-size: 14px;
    color: #2c8b49;
  }

  .check-title {
    text-align: left;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-decoration-line: underline;
  }

  .infotext-klein-red {
    font-size: 14px;
    color: #a03737;
  }
  
  .infotext-klein-yellow {
    font-size: 14px;
    color: #929008;
  }


.button {
    border: none;
    color: rgb(17, 14, 14);
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    margin: 10px 2px;
    transition-duration: 0.4s;
    cursor: pointer; 
    width: 150px;
    
    
  }
  
  .button1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(59, 181, 14, 0.45);
    width: 150px;
    align-items: center;
    justify-content: center;
  }
  
  .button1:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
  }
  
  .button2 {
    background-color: rgb(148, 32, 32);
    color: black;
    border: 2px solid #e62e2e;
    border-radius: 10px;
  }
  
  .button2:hover {
    background-color: #b80917;
    color: white;
    }

  .button3 {
    background-color: #d7dadd;
    color: black;
    border: 2px solid #a7a3a3;
    border-radius: 10px;
    font-size: 20px;
    padding: 2px 3px;
    width: 130px;
    box-shadow: 2px 2px 5px 1px rgba(218, 68, 68, 0.3);

    
    
  }
  
  .button3:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(13, 13, 13);
    
  }
  .button3-edit {
    background-color: rgb(238, 79, 79);
    color: black;
    border: 2px solid #e62e2e;
    border-radius: 8px;
    font-size: 20px;
    width: 157px;
    height: 33px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
    margin-top: 20px;
    
    
  }
  
  .button3-edit:hover {
    background-color: #b80917;
    color: white;
    
  }

  .button4-edit {
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 8px;
    box-shadow: 2px 2px 5px 1px rgba(252, 19, 19, 0.582);
    font-size: 20px;
    width: 200px;
    height: 33px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    
    
  }
  
 

  .button5-edit {
    background-color: rgb(101, 230, 97);
    color: black;
    border: 2px solid #626962;
    border-radius: 8px;
    font-size: 20px;
    width: 200px;
    height: 33px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    
    
  }
  
  .button5-edit:hover {
    background-color: #58e65d;
    color: white;
    
  }

  .button4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(190, 11, 11, 0.318);
  }
  
  .button4:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
  }

  .button5 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(24, 56, 233, 0.3);
    
  }
  
  .button5:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
    
  }

  .button6 {
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    font-size: 25px;
    padding: 2px 3px;
    width: 160px;
    box-shadow: 2px 2px 5px 1px rgba(222, 199, 28, 0.3);
    margin-top: 10px;
    
    
  }
  
  .button6:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
    
  }

  .button7 {
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    font-size: 25px;
    padding: 2px 3px;
    width: 160px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    margin-top: 10px;
    
    
  }
  
  .button7:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
    
  }

  .button8 {
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    font-size: 25px;
    padding: 2px 3px;
    width: 250px;
    box-shadow: 2px 2px 5px 1px rgba(59, 181, 14, 0.45);
    margin-top: 20px;
    margin-bottom: 10px;
    
    
  }
  
  .button8:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
  }

  .button9 {
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    font-size: 25px;
    padding: 2px 3px;
    width: 160px;
    box-shadow: 2px 2px 5px 1px rgba(222, 199, 28, 0.3);
    margin-top: 10px;
    
    
  }
  
  .button9:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
    
  }

  .button10 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(34, 34, 34, 0.45);
    width: 150px;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  
  .button10:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);

  }

  .button11 {
    text-align: center;
    font-size: 20px;
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(59, 181, 14, 0.45);
    width: 200px;
    align-items: center;
    justify-content: center;
  }
  
  .button11:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);

  }

  .button12 {
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    font-size: 25px;
    padding: 2px 3px;
    width: 160px;
    box-shadow: 2px 2px 5px 1px rgba(222, 199, 28, 0.3);
    margin-top: 40px;
    
    
  }
  
  .button12:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
    
  }

  .button13 {
    background-color: #d71717;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    font-size: 20px;
    padding: 2px 3px;
    width: 200px;
    height: 35px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.786);
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    
    
  }

  .button13:hover {
    background-color: rgb(234, 16, 16);
    color: rgb(232, 221, 221);
    
  }

  
  .button14 {
    text-align: center;
    font-size: 20px;
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(59, 181, 14, 0.45);
    margin-top: 10px;
    padding: 8px;
 
    
 
  }
  
  .button14:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);

  }
  
  .button15 {
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    font-size: 25px;
    padding: 2px 3px;
    width: 160px;
    box-shadow: 2px 2px 5px 1px rgba(59, 181, 14, 0.45);
    margin-top: 10px;
    
    
  }
  
  .button15:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
  }

  .button16 {
    background-color: #d7dadd;
    color: black;
    border: 2px solid #a9aeab;
    border-radius: 10px;
    font-size: 20px;
    padding: 2px 3px;
    width: 170px;
    box-shadow: 2px 2px 5px 1px rgba(59, 181, 14, 0.45);
    margin-top: 10px;
    
    
  }
  
  .button16:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
    
  }

  .button17 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(59, 181, 14, 0.45);
    width: 200px;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  
  .button17:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
  }

  .button18 {
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    font-size: 25px;
    padding: 2px 3px;
    width: 160px;
    box-shadow: 2px 2px 5px 1px rgba(222, 199, 28, 0.3);
    margin-top: 10px;
    
    
  }
  
  .button18:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
    
  }

  .button19 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(59, 181, 14, 0.45);
    width: 250px;
    align-items: center;
    justify-content: center;
    margin-left: 23px;
    
  }
  
  .button19:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
  }

  .button20 {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(181, 167, 14, 0.45);
    width: auto;
    align-items: center;
    justify-content: center;
    
    
  }
  
  .button20:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
  }
  
  .statusanzeige-green{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #22c854;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(59, 181, 14, 0.45);
    width: 200px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;

  }

  .button-maehliste {
    
    font-size: 20px;
    font-weight: bold;
    background-color: #d7dadd;
    color: black;
    border: 1px solid #979899;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 1px rgba(21, 173, 34, 0.45);
    width: 120px;
    margin-left: auto;
    margin-top: 15px;
    margin-right: auto; 
  }
  .button-maehliste:hover {
    background-color: rgb(59, 165, 60);
    color: rgb(0, 0, 0);
  }

  .button-maehliste-delete {
    
    font-size: 20px;
    font-weight: bold;
    background-color: #d7dadd;
    color: black;
    border: 1px solid #979899;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 1px rgba(202, 59, 59, 0.836);
    width: 120px;
    margin-left: auto;
    margin-top: 15px;
    margin-right: auto; 
  }
  .button-maehliste-delete:hover {
    background-color: rgb(242, 101, 101);
    color: rgb(0, 0, 0);
  }
 

  .statusanzeige-red {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #f94b4b;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(59, 181, 14, 0.45);
    width: 200px;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;

  }

  .statusanzeige-yellow {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #f2b825;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(59, 181, 14, 0.45);
    width: 200px;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;

  }

  .button-box {

    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 15px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: rgb(84, 221, 141);
    color: black;
    border: 2px solid #4CAF50;
    border-radius: 10px;
    font-size: 25px;
    padding: 2px 3px;
    width: 130px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    

  }

  .button-box:hover {
    background-color: rgb(84, 221, 141);
    color: black;
    border: 2px solid #4CAF50;
    border-radius: 10px;
  }

  .button-box-hangar {
    
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    box-shadow: 2px 2px 5px 1px rgba(222, 199, 28, 0.3);
    border-radius: 8px;
    font-size: 20px;
    width: 200px;
    height: 33px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    

  }

  

  .button-box-statistik {

    border: none;
    text-align: center;
    text-decoration: none;
    display: block;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: rgb(182, 235, 163);
    color: black;
    border: 2px solid #989d99;
    border-radius: 10px;
    font-size: 20px;
    padding: 2px 3px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    

  }

  .button-box-statistik:hover {
    background-color: rgb(239, 241, 236);
    color: black;
    border: 2px solid #979a97;
    border-radius: 10px;
  }

  .input-box {
    background-color: #d7dadd;
    border: 2px solid rgb(92, 91, 91);
    padding: 10px 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    margin: 15px 2px;
    border-radius: 10px;
    width: 150px;
    outline: none;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    
    
  }

  .info-chin-ohneflieger {
    margin: 10px;
  }

  .input-hoehe {
    background-color: #d7dadd;
    border: 2px solid rgb(92, 91, 91);
    padding: 10px 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    margin: 15px 2px;
    border-radius: 10px;
    width: 150px;
    height: 40px;
    outline: none;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  }

.sub-hoehe{
    text-align: center;
    font-size: 20px;
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(59, 181, 14, 0.45);
    width: 150px;
    align-items: center;
    justify-content: center;

}

.sub-hoehe:hover {
  background-color: rgb(253, 253, 253);
  color: rgb(0, 0, 0);
  
}

  .input-box:hover {
    background-color: rgb(253, 253, 253);
    color: black;
    border: 2px solid #4CAF50;
    border-radius: 10px;
    
  }

  .input-box:focus {
    background-color: rgb(255, 255, 255);
  }

  #checkbox {

    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 10%;
    vertical-align: middle;
    border: 2px solid rgb(92, 91, 91);
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    
  }

  #checkbox:checked {
    background-color: rgb(84, 221, 141);
    background-image: url("../images/checkbox.png");
    align-items: center;
    
  }

  .dropdown {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    width: 300px;
    background: #eceef0;
    opacity: .7;
    margin-top: 22px;
    padding-top: 10px;
    border-radius: 15px;
  }
  .dropdown-statistik {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    width: 350px;
    background: #eceef0;
    opacity: .7;
    margin-top: 22px;
    padding-top: 10px;
    border-radius: 15px;
  }

  .dropdown-register {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    width: 300px;
    background: #eceef0;
    opacity: .7;
    margin-top: 22px;
    padding-top: 10px;
    border-radius: 15px;
  }

  .dropdown-flughoehe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    width: 300px;
    background: #eceef0;
    opacity: .7;
    margin-top: 22px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
  }

  .dropdown-checkin {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    width: 300px;
    background: #eceef0;
    opacity: .7;
    margin-top: 22px;
    padding-top: 10px;
  }

  .flughoehe-liste {
    text-align: left;
  }

  .label {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
  }

  .selecter {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    font-size: 20px;
    padding: 2px 3px;
    width: 280px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-shadow: 2px 2px 5px 1px rgba(24, 56, 233, 0.3);
    
  }

  .selecter:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
  }

  .submit-in {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    font-size: 30px;
    padding: 2px 3px;
    width: 200px;
    height: 45px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-shadow: 2px 2px 5px 1px rgba(59, 181, 14, 0.45);
    
  }

  .submit-in:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
  }

  .submit-out {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: #d7dadd;
    color: black;
    border: 2px solid #979899;
    border-radius: 10px;
    font-size: 30px;
    padding: 2px 3px;
    width: 200px;
    height: 45px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-shadow: 2px 2px 5px 1px rgba(190, 11, 11, 0.318);
    
  }

  .submit-out:hover {
    background-color: rgb(253, 253, 253);
    color: rgb(0, 0, 0);
  }

  .editbackground {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: auto;
    width: 300px;
    border-radius: 15px;
    background: #eceef0;
    opacity: .7;
    margin-top: 22px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .flugzeuginputfield {
    display: block;
  }

  .flugzeug-entry-input {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 250px;
    background-color: #ced0d5;
    border: 0.0625rem solid #a4a6a5;
    color: #66676c;
    font-family: inherit;
    line-height: 1.5em;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
    margin-top: 0.25rem;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  }

  .flugzeug-entry-input:focus {
    outline: none;
    background-color: #ffffff;
  }

  .flugzeug-entry-input-text {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 200px;
    background-color: #ced0d5;
    border: 0.0625rem solid #a4a6a5;
    color: #9ea0a2;
    font-family: inherit;
    line-height: 1.5em;
    font-size: 15px;
    border-radius: 0.5rem;
    margin-bottom: 5px;
    margin-top: 0.25rem;
    margin-left: 5px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  }

  .flugzeug-entry-input-text:focus {
    outline: none;
    background-color: #ffffff;
  }


  .button-input-field {
    background-color: #ced0d5;
    text-align: left;
    display: block;
    width: 250px;
    border: 1px solid rgb(83, 81, 81);
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-input-field-freq {
    background-color: #ced0d5;
    text-align: left;
    display: block;
    width: 250px;
    height: auto;
    border: 1px solid rgb(83, 81, 81);
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    margin-top: 10px;
    margin-bottom: 10px;
  }

  
.edit-submitfield {
  text-align: center;
}

.member-entry-input {
  -webkit-appearance: none;
  appearance: none;
  display: flexbox;
  width: 250px;
  background-color: #ced0d5;
  border: 0.0625rem solid #a4a6a5;
  color: #66676c;
  font-family: inherit;
  line-height: 1.5em;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 20px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}

.member-entry-input:focus {
  outline: none;
  background-color: #ffffff;
}

.member-entry-input-veranstaltungen {
  -webkit-appearance: none;
  appearance: none;
  display: flexbox;
  width: 280px;
  background-color: #ced0d5;
  border: 0.0625rem solid #a4a6a5;
  color: #66676c;
  font-family: inherit;
  line-height: 1.5em;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 20px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}

.member-entry-input-veranstaltungen:focus {
  outline: none;
  background-color: #ffffff;
}

.date-entry-input {
  -webkit-appearance: none;
  appearance: none;
  display: flexbox;
  width: 200px;
  height: 40px;
  background-color: #ced0d5;
  border: 0.0625rem solid #a4a6a5;
  color: #66676c;
  font-family: inherit;
  line-height: 1.5em;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 10px;
  margin-top: 10px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}

.date-entry-input-hinweise {
  -webkit-appearance: none;
  appearance: none;
  display: flexbox;
  width: 280px;
  height: 40px;
  background-color: #ced0d5;
  border: 0.0625rem solid #a4a6a5;
  color: #66676c;
  font-family: inherit;
  line-height: 1.5em;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 10px;
  margin-top: 10px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}

.date-entry-input:focus {
  outline: none;
  background-color: #ffffff;
}

.index-info-box1 {
  background-image: url("../images/kompasssw.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 200px;
  height: 130px;
  background-color: #ced0d5;
  border: 0.0625rem solid #a4a6a5;
  justify-content: left;
  color: #121218;
  font-family: inherit;
  line-height: 1.5em;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);

}

.index-info-box2 {
  -webkit-appearance: none;
  appearance: none;
  display: flexbox;
  width: 250px;
  background-color: #ced0d5;
  border: 0.0625rem solid #a4a6a5;
  color: #414144;
  font-family: inherit;
  line-height: 1.5em;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);

}

.index-info-box3 {
  -webkit-appearance: none;
  appearance: none;
  display: flexbox;
  width: 200px;
  height: 200px;
  background-color: #ced0d5;
  border: 0.0625rem solid #a4a6a5;
  color: #414144;
  font-family: inherit;
  line-height: 1.5em;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);

}

.index-info-box4 {
  -webkit-appearance: none;
  appearance: none;
  display: flexbox;
  width: 200px;
  height: 170px;
  background-color: #ced0d5;
  border: 0.0625rem solid #a4a6a5;
  color: #414144;
  font-family: inherit;
  line-height: 1.5em;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);

}

.index-info-box5 {
  -webkit-appearance: none;
  appearance: none;
  display: flexbox;
  width: 220px;
  height: 420px;
  background-color: #ced0d5;
  border: 0.0625rem solid #a4a6a5;
  color: #414144;
  font-family: inherit;
  line-height: 1.5em;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);

}

.calendar .day {
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}


.index-info-box1-in {
  text-align: left;
}

.wetterwidget {
  display: block;
  margin-left: 30px;


}

 .start-button {
  background-color: #22c854;
  color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin-left: 20px;
  font-size: 20px;


 }

 .flugzeit-button {
  background-color: #b7c822;
  color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin-left: 20px;
  font-size: 20px;


 }

 .stop-button {
  background-color: #c82222;
  color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin-left: 100px;
  font-size: 20px;
  

 }

.Changelog {
  display: block;
  text-align: left;
  padding-left: 10px;
}

.spanbox-hangar {
  
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  height: auto;
  width: 300px;
  background: #eceef0;
  opacity: .7;
  padding-bottom: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 15px;
  

  }

  .spanbox-hangar-inh {
  
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: auto;
    width: auto;
    background: #eceef0;
    padding-bottom: 10px;
    padding-top: 5px;
  
    }

  .spanbox-hinweise {
  
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: auto;
    width: 800px;
    background: #eceef0;
    opacity: .7;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 10px;
    border-radius: 15px;
  
    }

    .hinweis-input {
      -webkit-appearance: none;
      appearance: none;
      display: block;
      width: 550px;
      height: 8em;
      background-color: #ced0d5;
      border: 0.0625rem solid #a4a6a5;
      color: #040404;
      font-family: inherit;
      line-height: 1.5em;
      font-size: 1rem;
      padding: 0.5rem 1rem;
      border-radius: 0.5rem;
      margin-bottom: 0.75rem;
      margin-top: 0.25rem;
      box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
   }
   .hinweis-input:focus {
   outline: none;
    background-color: #ffffff;
   }

   .veranstaltungen-input {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 280px;
    height: 100px;
    background-color: #ced0d5;
    border: 0.0625rem solid #a4a6a5;
    color: #040404;
    font-family: inherit;
    line-height: 1.5em;
    font-size: 1rem;
    padding: 10px;
    border-radius: 0.5rem;
    margin-top: 0.35rem;
    margin-left: 10px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
 }
 .hinweis-input:focus {
 outline: none;
  background-color: #ffffff;
 }

   .telnr {
      -webkit-appearance: none;
      appearance: none;
      display: flex;
      justify-content: center;
      text-decoration: none;
      width: 210px;
      height: 20px;
      background-color: #ced0d5;
      border: 0.0625rem solid #a4a6a5;
      color: #040404;
      font-size: 20px;
      padding: 0.5rem 1rem;
      border-radius: 0.5rem;
      margin-bottom: 0.75rem;
      margin-top: 15px;
      margin: 0 auto;
      box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
   }

   .Input-Verbrenner {
    text-align: left;
   }

   #qrCode {
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f1f1f1;
  padding: 10px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

#cookie-consent p {
  margin: 0;
  display: inline-block;
}

#cookie-consent button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
}

.green {
  color: green;
}

.red {
  color: red;
}

.blinking {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
      opacity: 0;
  }
}

.zusagen {
  background-color: green;
  color: white;
  border: none;
  padding: 5px;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.absagen {
  background-color: rgb(196, 187, 13);
  color: white;
  border: none;
  padding: 5px;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.loeschen {
  background-color: red;
  color: white;
  border: none;
  padding: 5px;
  border-radius: 10px;
  margin-top: 5px;
}

.edit {
  background-color: rgb(98, 185, 247);
  color: white;
  border: none;
  padding: 5px;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.bearbeiten {
  background-color: #d7dadd;
  color: rgb(7, 7, 7);
  border: 1px solid #979899;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.45);
  padding: 5px;
  border-radius: 5px;
  margin-top: 5px;
}

.container-eventsbuttons {
  display: flex; /* Flexbox verwenden */
  flex-direction: row; /* Elemente in einer Reihe anordnen */
  justify-content: center; /* Horizontal zentrieren */
  align-items: center; /* Vertikal zentrieren */
}


.container-eventsbuttons .element {
  margin: 0px; /* Abstand zwischen den Elementen */
}

.container-statistik {
  max-height: 400px; /* Maximale Höhe des Containers */
  overflow: auto; /* Scrollleiste wird angezeigt, wenn der Inhalt die maximale Höhe überschreitet */
  padding: 10px; /* Beispiel-Padding */
 
}

/* Button-Farben basierend auf den Belegungsstatus */
.button-free {
  background-color: green;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.45);
  margin-top: 5px;
}

.button-one-taken {
  background-color: yellow;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.45);
  margin-top: 5px;
}

.button-full {
  background-color: red;
}

.button-unregister {
  background-color: rgb(208, 207, 207);
  border-radius: 5px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.45);
  margin-top: 5px;
}


.fl-buttons-flugbuch {
  display: inline-block;

}

.fl-formbutton-flugbuch {
  display: inline-block;
    margin-right: 20px; /* Optional: Abstand zwischen den Formularen */
    
    
}

#downloadQRCodeButton {
  /* Hintergrundfarbe */
  background-color: #4CAF50; /* Green */
  /* Textfarbe */
  color: white;
  /* Schriftgröße und -art */
  font-size: 16px;
  font-family: Arial, sans-serif;
  /* Abstand um den Text */
  padding: 10px 20px;
  /* Abrundung der Ecken */
  border-radius: 10px;
  /* Cursor-Stil */
  cursor: pointer;
  /* Kein Rahmen */
  border: 2px solid #979899;
  margin-bottom: 10px;
}

#downloadQRCodeButton:hover {
  /* Änderungen beim Überfahren mit der Maus */
  background-color: #45a049; /* Dunkleres Grün */
}

#sendLoginEmailButton {
  /* Hintergrundfarbe */
  background-color: #4CAF50; /* Green */
  /* Textfarbe */
  color: white;
  /* Schriftgröße und -art */
  font-size: 16px;
  font-family: Arial, sans-serif;
  /* Abstand um den Text */
  padding: 10px 20px;
  /* Abrundung der Ecken */
  border-radius: 10px;
  /* Cursor-Stil */
  cursor: pointer;
  /* Kein Rahmen */
  border: 2px solid #979899;
  margin-bottom: 10px;
}

#sendLoginEmailButton:hover {
  /* Änderungen beim Überfahren mit der Maus */
  background-color: #45a049; /* Dunkleres Grün */
}


.marquee-container {
  width: 180px; /* Feste Breite für den sichtbaren Bereich */
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; /* Verhindert, dass der Text außerhalb des Containers sichtbar ist */
  white-space: nowrap; /* Verhindert Zeilenumbrüche */
  border: 1px solid rgb(147, 147, 147); /* Optional: fügt einen Rand hinzu, um den Container sichtbar zu machen */
  border-radius: 5px;
  display: flex; /* Verwende Flexbox für das Zentrieren */
  align-items: center; /* Vertikale Zentrierung */
  justify-content: center; /* Horizontale Zentrierung */
}

.marquee {
  display: inline-block;
  padding-left: 150%; /* Startet den Text außerhalb des sichtbaren Bereichs */
  animation: marquee 8s linear infinite; /* Dauer der Animation anpassen */
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
