@charset "utf-8";
figure.anfrage {
    height: 100%;
    display: none;
}
figure.anfrage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    vertical-align: middle;
}
figure.anfrage figcaption h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 11.25rem;
    color: #fff;
    font-size: clamp(3.125rem, 3vw, 4.375rem);
}
article.form-content {
    max-width: 64rem;
    padding: 3.75rem 1.25rem;
    margin: auto;
    line-height: 1.8;
}
article.form-content h3 {
    background-color: #fff;
    font-weight: 100;
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 0.08em;
    color: #998D85;
    padding-left: 0.4em;
    margin: 1.7rem 0;
}
p {
    margin-bottom: 2rem;
}
textarea {
    width: 100%;
    font-family: roc-grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-weight: 300;
    background-color: #FFFFFF;
    font-size: 1em;
    border: 0.1px solid #333;
}
select, input[type="text"] {
    height: 2.5rem;
    color: #333;
    font-family: roc-grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-weight: 300;
    background-color: #FFFFFF;
    width: 100%;
    font-size: 1em;
    min-width: 15rem;
    border: 0.1px solid #333;
}

input[type="date"] {
    height: 2.5rem;
    color: #333;
    font-family: roc-grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-weight: 300;
    background-color: #FFFFFF;
    width: 100%;
    font-size: 1em;
    min-width: 15rem;
    border: 0.1px solid #333;
}
input[type="submit"] {
    cursor: pointer;
}
span.pflichtfeld {
    font-size: 0.8rem;
    color: red;
}
article.form-content a {
    font-weight: 600;
    color: #333;
}
article.form-content a:hover {
    font-weight: 600;
    color: #B4B4B4;
}
.verpflegung {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.anfrageart {
    flex-basis: 30%;
    padding-right: 3rem;
    line-height: 1.5
}
.reisedaten {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.reisedaten div {
    flex-basis: 30%;
    padding-right: 3rem;
    line-height: 1.5
}
.zimmerkategorie {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zimmerkategorie div {
    flex-basis: 40%;
    padding: 1.5rem 0;
}
.kontaktdaten {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kontaktdaten div {
    padding-top: 1.5rem;
    width: 40%;
}
.kontaktdaten div:nth-of-type(9) {
    flex-basis: 100%;
}
.privacy {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.privacy div {
    flex-basis: 100%;
    padding: 0.5rem 0;
}
input:focus, textarea:focus, select:focus {
    /*background: #F0DDDD;'*/
    outline: none; /* Entfernt die oft störende Browser-Umrandung */
    border: solid 2px;
  }
.danke {
    margin-top: 80px;
    padding-bottom: 20px;
}
label {
         
 }
@media(max-width: 599px) {
article.form-content {
    padding: 3rem 1.25rem;
    line-height: 1;
}
.anfrageart {
    flex-basis: 70%;
}
.reisedaten div {
    flex-basis: 70%;
}
.kontaktdaten div {
    padding-top: 1.5rem;
    width: 100%;
}
}
