.body-container {
    padding-left: 10px;
}

/* Inline group for horizontal alignment of checkboxes */
.inline-group {
    display: inline-flex;
    align-items: center;
}

/* Styling checkboxes */
.inline-group input[type="checkbox"] {
    margin-right: 5px;
}

/* Styling labels */
.inline-group label {
    margin: 0;
}

/* Name styling */
.name {
    width: 90%;
    color: #c1002b;
    font-size: 12px;
    font-family: Verdana;

}

.header h1 {
    margin: 10px 0;
    color: #c1002b;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-left: 2px;
}

/* Container styling */
.container {
    margin: 20px auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    padding: 10px;
    padding-left: 15px;
}

/* Menu icon styling */
.menu-icon {
    cursor: pointer;
    order: 3;
}

/* Menu line styling */
.menu-line {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Center the lines */
}

.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
    /* padding-left: 2px; */
}

/* Form input and textarea styling */
.container input[type="text"],
.container input[type="email"],
.container textarea,
.container select,
.container input[type="file"] {
    width: calc(100% - 22px);
    padding: 10px;
    padding-left: 5px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}



/* Prevent textarea resize */
.container textarea {
    resize: none;
    padding-left: 5px;
}

/* Radio button styling */
.container input[type="radio"] {
    margin-right: 10px;
}

/* Radio and general label styling */
.radio-label,
.label {
    display: flex;
    align-items: center;
}

.submit-button {
    width: 100%;
    padding: 5px;
    background-color: #c1002b;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

/* Submit button hover */
.submit-button:hover {
    background-color: #a30024;
}

/* Navbar styling*/
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    background-color: rgb(39, 39, 39);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Navbar links styling */
.navbar a,
.navbar span {
    color: white;
    text-decoration: none;
    padding: 14px 16px;
    font-size: 17px;
}

/* Specific styling for Kontakt link */
.navbar .left {
    background-color: rgb(39, 39, 39);
    color: white;
    border-radius: 4px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

/* styling for Login link */
.navbar .right {
    background-color: rgb(39, 39, 39);
    color: white;
    border-radius: 4px;
    margin-left: auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

/* Hover effect links */
.navbar a:hover {
    background-color: #a30024;
}



.left-image {
    width: 100%;
    height: 350px;
}

.name {
    color: #c1002b;
    font-size: 12px;
    font-family: Verdana;
}


.container label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-family: Verdana;
    font-size: 15px;
    padding-left: 2px;
}

.container input[type="text"],
.container input[type="email"],
.container textarea,
.container select,
.container input[type="file"] {
    width: calc(100% - 22px);
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: Verdana;
}



.datenschutz {
    text-align: center;
}

.inline-group {
    display: inline-flex;
    align-items: center;
}

.inline-group label {
    position: relative;
    margin-left: 2px;
    text-align: left;
}

.inline-group input[type="checkbox"] {
    align-self: flex-start;
    transform: scale(1.3);
    margin-right: 5px;/
}


.navbar a {
    font-size: 14px;
    padding: 10px 12px;
}

.menu-icon {
    order: 1;
}




@media only screen and (min-width:360px) and (max-width:768px) {
    .h1 {
        font-size: 13px;
    }

    body {
        font-family: Verdana;
        background-color: #f5f5f5;
        text-align: left;
        /* padding-left: 10px; */

    }

    .left-image {
        width: 100%;
        height: auto;
        min-width: 100%;
        object-fit: cover;
        display: block;
        box-sizing: border-box;
    }

    .name {
        color: #c1002b;
        font-size: 15px;
        font-family: Verdana;
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
        background-color: rgb(39, 39, 39);
        object-fit: fill;
    }

    .navbar .left {
        background-color: rgb(39, 39, 39);
        color: white;
        border-radius: 4px;
        font-size: 15px;
        font-family: Verdana;
    }

    .navbar .right {
        background-color: rgb(39, 39, 39);
        color: white;
        border-radius: 4px;
        font-size: 15px;
        font-family: Verdana;
    }

    .container {
        margin: 20px auto;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .container {
        padding: 10px;
    }

    .container label {
        display: block;
        font-weight: bold;
        font-size: 15px;
        font-family: Verdana;
        padding-left: 2px;
    }

    .container input[type="text"],
    .container input[type="email"],
    .container textarea,
    .container select,
    .container input[type="file"] {
        width: calc(100% - 22px);
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: 15px;
        font-family: Verdana;
    }

    .header h1 {
        padding: 2px;
        margin: 10px 0;
        color: #c1002b;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 15px;
        font-weight: bold;
        padding-left: 2px;
    }

    .datenschutz {
        text-align: center;
    }

    .inline-group {
        display: inline-flex;
        align-items: center;
    }

    .inline-group label {
        position: relative;
        margin-left: 2px;
        text-align: left;
        font-size: 15px;
    }

    .inline-group input[type="checkbox"] {
        align-self: flex-start;
        transform: scale(1.3);
        margin-right: 5px;/
    }

    .submit-button {
        padding: 5px;
        width: 95%;
        background-color: #c1002b;
        color: white;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
    }

    .navbar a {
        font-size: 15px;
        padding: 10px 12px;
    }

    .menu-icon {
        order: 1;
    }
}

@media only screen and (min-width:801px)and (max-width:1281px) {

    body {
        font-family: Verdana;
        background-color: #f5f5f5;
        text-align: left;
    }

    .left-image {
        width: 100%;
        object-fit: fill;
    }

    .name {
        color: #c1002b;
        font-size: 15px;
        font-family: Verdana;
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        padding: 1rem 2rem;
        border-bottom: 1px solid #ccc;
        font-size: 1rem;
    }

    .navbar a {
        text-decoration: none;
        padding: 0.5rem;
    }

    .navbar a.left {
        margin-right: auto;
    }

    .navbar a.right {
        margin-left: auto;
    }

    .container {
        margin: 20px auto;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .container {
        padding: 10px;
    }

    .container label {
        display: block;
        font-weight: bold;
        font-size: 20px;
        font-family: Verdana;
        padding-left: 2px;
    }

    .container input[type="text"],
    .container input[type="email"],
    .container textarea,
    .container select,
    .container input[type="file"] {
        width: calc(100% - 22px);
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: 15px;
        font-family: Verdana;
    }

    .header h1 {
        font-size: 23px;
        /* margin: 5px 0; */
    }

    .datenschutz {
        text-align: center;
    }

    .inline-group {
        display: inline-flex;
        align-items: center;
    }

    .inline-group label {
        position: relative;
        margin-left: 2px;
        text-align: left;
        font-size: 15px;
    }

    .inline-group input[type="checkbox"] {
        align-self: flex-start;
        transform: scale(1.3);
        margin-right: 5px;/
    }

    .submit-button {
        padding: 5px;
        width: 95%;
        background-color: #c1002b;
        color: white;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
    }

    .navbar a {
        font-size: 15px;
        padding: 10px 12px;
    }

    .menu-icon {
        order: 1;
    }

}