/*
Theme Name: Twenty Twenty-Four Child
Description: Twenty Twenty-Four Child Theme
Author: Nenad
Template: twentytwentyfour
Version: 1.0.0
*/

form {
    padding-bottom: 50px;
}
.wp-block-image {
    margin-bottom: 100px;
}
.wp-block-image img {
    filter: brightness(0.5);
}
a:focus {
    outline: none;
}
.wp-block-group {
    height: 10px;
}

header, .wp-block-template-part {
    display: none !important;
}
.reservierung-form {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.reservierung-form select {
    border: 1px solid #701316;
    padding: 12px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.reservierung-form input {
    border: 1px solid #701316;
    padding: 12px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.reservierung-form select, .reservierung-form input:focus {
    outline: none;
}
.wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-list-item label {
    display: flex;
    align-items:flex-start;
}
.reservierung-form input[type="checkbox"] {
    width: 30px;
    margin-right: 10px;
}
.wpcf7-list-item-label {
    font-size: 16px;
}
.reservierung-form input[type="submit"] {
    margin-top: 20px;
    color: #701316;
    background: #fff;
    border: 1px solid #701316;
    max-width: 200px;
    cursor: pointer;
}
.reservierung-form input[type="submit"]:hover {
    color: #fff;
    background: #701316;
}