body{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    min-width: 350px;
    width: 100vw;
    background-image: url('../images/background.jpg');
    background-position: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: sans-serif;
    min-height: 100vh;
    height: 100%;
    font-family: 'Bahnschrift', 'Segoe UI', sans-serif;
}

.header{
    position: absolute;
    display: flex;
    width: 100%;
    height: 85px;
    background-color: #1f2833;
    z-index: 2;
}

.header a{
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    left: 5px;
}

.header a img{
    background-color: white;
    border-radius: 15px;
    border: 5px solid black;
    height: 55px;
}

.header_headline{
    text-decoration: none;
    color: white;
    font-size: 30px;
    margin-left: 10px;
    transition: 0ms;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
}

.header_menu_items{
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.header_menu_item{
    text-decoration: none;
    color: white;
    transition: 200ms;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 32px;
    padding-top: 32px;
    margin-right: 20px;
}

.header_menu_item:hover{
    color: #969696;
    cursor: pointer;
}

.header_menu_item_tools{
    text-decoration: none;
    color: white;
    transition: 200ms;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 32px;
    padding-top: 32px;
    margin-right: 20px;
}

.header_menu_item_tools:hover{
    color: #969696;
    cursor: pointer;
}

.header_menu_button{
    position: absolute;
    right: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    font-size: 50px;
    color: white;
    background-color: #1f2833;
    border: 0px;
    display: none;
    transition: 200ms;
}

.header_menu_button:hover{
    background-color: #969696;
    cursor: pointer;
}

.menu{
    position: fixed;
    height: 100%;
    width: 250px;
    background-color: #1f2833;
    top: 0px;
    right: 0px;
    transition: 200ms;
    margin-right: -250px;
    z-index: 10;
}

.menu button{
    margin-left: 205px;
    margin-top: 5px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    background-color: #969696;
    border: 0px;
    border-radius: 5px;
    transition: 200ms;
}

.menu_items{
    display: flex;
    flex-direction: column; 
}

.menu_items a{
    width: 100%;
    height: 40px;
    text-align: center;
    padding-top: 20px;
    transition: 200ms;
    text-decoration: none;
    color: white;
}

.menu_items a:hover{
    background-color: #c9c9c9;
}

.menu_siteopacity{
    background-color: black;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 100vw;
    opacity: 0.3;
    border: 0px;
    transition: 200ms;
    visibility: collapse;
}

.tools_dropdown{
    position: absolute;
    display: block;
    top: 85px;
    background-color: #1f2833;
    right: 47px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 2px solid black;
    border-top: 0px;
    margin-top: -160px;
    z-index: 0;
    font-size: 17px;
    transition: 100ms;
}

.tools_dropdown.active{
    margin-top: 0px;
}

.tools_dropdown ul{
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.tools_dropdown ul li{
    list-style-type: none;
    width: 170px;
    margin-bottom: 15px;
}

.tools_dropdown ul li a{
    text-decoration: none;
    color: white;
    transition: 300ms;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tools_dropdown ul li a:hover{
    color: gray;
}

.tools_dropdown_seperator{
    width: 90%;
    height: 1px;
    background-color: gray;
    margin-bottom: 15px;
}

.header_menu_item_tools:hover + .tools_dropdown{
    margin-top: 0px;
}

.body_content{
    opacity: 1;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 125px;
    transition: opacity 0.3s ease;
}

.input_box h1{
    color: white;
}

.input_box form{
    color: white;
}

.input_box{
    width: 120vh;
    margin-left: auto;
    margin-right: auto;
    background-color: #1f2833;
    border: 3px solid black;
    border-radius: 15px;
    padding: 10px;
}

.input_box::after{
    content: "";
    display: block;
    clear: both;
}

.textarea_description{
    width: 99%;
    min-height: 160px;
    margin-left: auto;
    margin-right: auto;
    resize: none;
    font-size: 20px;
    margin-top: 15px;
    transition: 200ms;
    border-radius: 5px;
    background-color: #1b2129;
    color: white;
}

.email_text{
    margin-bottom: 0px;
}

.textarea_email{
    width: 99%;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    resize: none;
    font-size: 20px;
    margin-top: 3px;
    border-radius: 5px;
    background-color: #1b2129;
    color: white;
}

.input_box button{
    float: right;
    width: 10%;
    background-color: #66fcf1;
    border: 3px solid #45a29e;
    border-radius: 8px;
    color: black;
    margin-top: 20px;
    height: 40px;
    width: 200px;
    font-size: 20px;
    transition: 200ms;
}

.input_box button:hover{
    background-color: #45a29e;
    border-color: #66fcf1;
    cursor: pointer;
}

.input_box p{
    margin-top: 5px;
    margin-left: 2px;
    color: white;
}

.input{
    background-color: #1f2833;
    border-radius: 15px;
}

.input_uic{
    margin: 0px;
    display: flex;
    height: 40px;
    border: 2px solid black;
    border-radius: 15px;
}

.input_uic input{
    width: 400px;
    border-radius: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 0px;
    font-size: 20px;
    background-color: #1f2833;
    color: white;
}

.input_uic div{
    width: 1px;
    background-color: #969696;
}

.input_uic button{
    width: 40px;
    border-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 0px;
    background-color: #1f2833;
}

.input_uic button:hover{
    background-color: #969696;
    cursor: pointer;
}

.input_uic input:focus{
    border: 0px;
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px #1f2833;
    outline: 0 none;
}

.input_uic_type{
    display: flex;
    height: 30px;
    display: flex;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.input_uic_type p{
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    color: white;
}

.input_uic_type select{
    background-color: #1f2833;
    border-radius: 5px;
}

.dataTableBody{
    background-color: #1f2833;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    min-width: 300px;
    width: 60%;
    padding: 10px;
    border: 5px solid black;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 50px;
}
th{
    color: white;
}
td{
    height: 30px;
    color: white;
    white-space: pre-line;
}

select{
    color: white;
}

.row-1{
    background-color: #1f2833;
}

.row-0{
    background-color: #303e4e;
}

.uic_number_visual{
    margin-left: auto;
    margin-right: auto;
    border: 5px solid black;
}


@media screen and (max-width: 1500px) {
    body {
        background-attachment: scroll;
    }
    .header_menu_button{
        visibility: visible;
        display: block;
        width: 30px;
    }
    .header_menu_items{
        margin-left: 0px;
        visibility: collapse;
    }
    .header_menu_item{
        visibility: collapse;
        display: none;
    }
    .header_menu_item_tools{
        visibility: collapse;
        display: none;
    }
    .header_headline{
        font-size: 15px;
        margin-top: auto;
        margin-bottom: auto;
    }
    .header a img{
        height: 30px;
    }
    .input_uic input{
        width: 250px;
        font-size: 16px;
    }
    .header{
        height: 65px;
    }
    .header_menu_button{
        width: 55px;
        height: 55px;
    }
    .uic_number_visual img{
        width: 300px;
    }
    .dataTableBody{
        font-size: 10px;
    }
    .input_box h1{
        font-size: 19px;
    }

    .input_box p{
        font-size: 12px;
    }
    .input_box{
        width: 90%;
    }

    .textarea_description{
        min-height: 100px;
        width: 95%;
    } 

    .textarea_email{
        width: 95%;
    }
    .tools_dropdown{
        display: none;
    }
}

.loading_opacity{
    background-color: black;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 100vw;
    opacity: 0.3;
    border: 0px;
    transition: 200ms;
    visibility: collapse;
}

.spinner {
    display: none; /* Standardmäßig ausgeblendet */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #007BFF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.error-message {
    display: none;
    position: absolute;
    top: -30px;
    left: 0;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}

.error-message.active {
    display: block;
}

.beta_banner{
    margin-left: auto;
    margin-right: auto;
    border: 3px solid red;
    background-color: rgb(255, 96, 96);
    margin-top: 120px;
    color: black;
    width: 80%;
    text-align: center;
    border-radius: 15px;
}

.beta_banner button{
    background-color: rgb(255, 96, 96);
    color: black;
    border: 0px;
    height: 35px;
    width: 35px;
    border-radius: 15px;
    font-weight: 200;
    font-size: 25px;
    float: right;
}

.beta_banner button:hover{
    cursor: pointer;
}

input[type="radio"] {
    appearance: none; /* Standard-Styling entfernen */
    width: 20px; /* Größe anpassen */
    height: 20px;
    border: 2px solid gray; /* Rahmenfarbe */
    border-radius: 4px; /* Viereckig machen */
    display: inline-block;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    transition: 200ms;
}

input[type="radio"]:checked {
    background-color: #333; /* Hintergrundfarbe wenn ausgewählt */
}

input[type="radio"]:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px; /* Viereckiges inneres Element */
  }

  .hidden {
    display: none;
  }
  
  #successAnimation {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    z-index: 1000;
  }
  
  .circle {
    width: 80px;
    height: 80px;
    background-color: #28a745; /* Grün */
    border-radius: 50%;
    border: 3px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  
  .show {
    opacity: 1;
    transform: scale(1);
  }
  
  /* Standardzustand für den Haken */
  svg {
    width: 40px;
    height: 40px;
  }
  
  polyline {
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    transition: stroke-dashoffset 0.5s ease-out;
  }
  