body {
    font-family: Arial, sans-serif;
    margin: 20px;
    color: white;
    background-image: url("img/Technord_club_bild.png") !important;
    background-size: cover;
}

form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #000;
    border-radius: 5px;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: #fff;
    color: #000;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
}


input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
}

input[type="submit"] {
    background-color: red;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

input[type="submit"]:hover {
    background-color: grey;
}

input[type="range"] {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5px;
    border-style: solid;
    border-radius: 10px;
    height: 7px;
    background-color: rgb(125, 0, 0);
    appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(255, 0, 0);
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgb(255, 0, 0);
    cursor: pointer;
}

.vorfreudeRange {
    display: flex;

    align-items: center;

    margin-bottom: 20px;
}

.vorfreudeRange p {
    margin: 0px 10px 0px 10px;
}

.vorfreudeLabel {
    display: flex;
    align-items: baseline;

    margin: 0;
}

.vorfreudeLabel p {
    margin-left: 5px;
}

.danke {
    text-align: center;
    font-size: 2em;
}