/*


fonts: font-family: 'Open Sans', sans-serif;

font-family: 'Alex Brush', cursive;


font-family: 'Pacifico', cursive;
font-family: 'Chivo', sans-serif;
*/

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans',
        sans-serif;
    font-size: 18px;
    color: black;
    background-color: #9cbc91;
    position: relative;

}

h1 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 45px;
    color: darkred;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    /* border-bottom: darkred solid 2px; */
}

h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: darkred;
}

.title-text {
    font-family: 'Alex Brush', cursive;
    color: darkred;
}





h3 {
    font-family: 'Signika-Light, Century Gothic, Arial;
text-align: center;
}

a {
    color: darkred;
}

a:hover {
    text-decoration: none;
}

p {
    margin-top: 20px;
    margin-bottom: 20px;
}


.header {
    z-index: 5;
    width: 100%;
    height: 20px;
    position: relative;
    background-color: #7a5b50;

    margin-top: 0;
    height: 60px;
    -webkit-box-shadow: 0 8px 6px -6px gray;
    -moz-box-shadow: 0 8px 6px -6px gray;
    box-shadow: 0 8px 6px -6px gray;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;


}


.top-container img {
    display: block;
    width: 100%;


}

#title-box a {
    font-size: 40px;
    text-decoration: none;
}

#title-box {

    position: absolute;
    bottom: 0;
    left: 5%;
    text-align: center;
    padding: 30px;
    font-size: 41px;
    color: #8b0000;
    background-color: #f2ebe8;
    border-radius: 15px 15px 0px 0px;
    /* font-weight: bold; */
}

#title-box-scroll {

    background-color: #f2ebe8;
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    z-index: 6;
    text-align: center;
    height: 20px;
    margin-top: 0;
    color: #7c7875;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}

#title-box-scroll a {
    font-size: 20px;
    text-decoration: none;
}


.flower-icons {
    position: absolute;
    right: 5%;
    bottom: 20%;
    width: 25%;
    height: auto;

}

.flower-icons img {
    float: left;
    width: 25%;
    padding: 2%;
}





.btn1 {
    min-width: 100px;
    width: auto;
    margin: 0 auto;
    background-color: darkred;
    text-align: center;
    color: white;
    border: darkred solid 1px;
    border-radius: 5px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
}

.btn1:hover {
    cursor: pointer;
}

.btn1 a {
    color: white;
    text-decoration: none;
}

.btn1:hover a {



    color: darkred;
}

.btn1:hover {


    background-color: white;
    color: darkred;
}

#LangMenu a:last-child {
    margin-left: 20px;
}

#LangMenu a {
    line-height: 20px;
    padding: 5px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 17px;
}

#LangMenu a.active {
    background-color: white;
    color: #7a5b50;
}

#LangMenu a:first-child {
    margin-right: 20px !important;
}

.nav {
    padding: 16px 0px;
    width: 70%;
    float: right;
}

.header a {
    margin-right: 20px;
    float: right;
    text-decoration: none;
    color: white;
    font-size: 20px;

}

.quote {
    font-style: italic;
    color: darkred;

    padding: 10px;

    border: 1px solid darkred;
    text-align: center;
    background-color: beige;
    border: solid darkred 2px;
    border-style: dotted;
}

.header a:hover {
    text-decoration: underline;
}


/* ##### OTHER ##### */
.clearfix {

    content: " ";
    clear: both;
    display: block;


}

.margin-v-small {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-h-small {
    margin-left: 20px;
    margin-right: 20px;
}

.margin-v-medium {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin-h-medium {
    margin-left: 40px;
    margin-right: 40px;
}

.margin-v-large {
    margin-top: 60px;
    margin-bottom: 60px;
}

.margin-h-large {
    margin-left: 60px;
    margin-right: 60px;
}

.padding-v-small {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-h-small {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-v-medium {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-h-medium {
    padding-left: 40px;
    padding-right: 40px;
}

.padding-v-large {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-h-large {
    padding-left: 60px;
    padding-right: 60px;
}



.content {
    background-color: #e8f7e3;
    box-sizing: border-box;
    width: 75%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    padding: 30px;
    min-height: 80vh;
}

.parallax1 {
    border-radius: 20px;
    /* The image used */
    background-image: url("../images/Haus/Haus.jpg");

    /* Set a specific height */
    height: 550px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.box.text-left,
.two.text-left,
.one.text-left {
    text-align: left !important;
}



.box .one,
.box .two {
    box-sizing: border-box;
}


.box h2 {
    margin-top: 50px;
    margin-bottom: 0px;

}

.info-box {
    background-color: beige;
    width: 40%;
    text-align: left;
    margin: 0 auto;
    padding: 1%;
    border: solid darkred 2px;
    border-style: dotted;
    margin-bottom: 10px;
    margin-top: 10px;
}

.feedback-box {
    background-color: beige;
    width: 98%;
    text-align: left;
    margin: 0 auto;
    padding: 1%;
    border: solid darkred 2px;
    border-style: dotted;
    margin-bottom: 30px;

}



.one {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;

}

.one iframe {
    width: 100%;
}

.img-effect1 {
    width: 100%;
    box-shadow: 8px 8px 10px #aaa;
    border-radius: 20px;
}

.two {
    padding: 10px;
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
}

.two img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;

}



.three {
    float: left;
    padding: 2%;
    width: 33.333%;
    text-align: justify;
    box-sizing: border-box;
}

.three img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    box-shadow: 8px 8px 10px #aaa;
    border-radius: 20px;
}

.three li {
    text-align: left;
}

.gallery {
    width: 100%;
    margin-bottom: 100px;

}

.gallery img {
    width: 100%;

}

.gallery_img {

    overflow: hidden;

    padding: 36px;
    width: 50%;
    box-sizing: border-box;
    height: 350px;
    float: left;
}




footer {
    background-color: white;

    background-color: darkseagreen;
    -webkit-box-shadow: 0 -5px 5px -5px #333;
    -moz-box-shadow: 0 -5px 5px -5px #333;
    box-shadow: 0 -5px 5px -5px #333;

}

#FooterTop {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;
    align-items:center;
}

#FooterTop a {
    color: black;
}

#FooterBottomLeft {
    align-items: center;
    display: flex;

}

#FooterBottomRight li:first-child:after {
    content: "|";
    margin-left: 30px;
    color: black;
}

#FooterBottom {
    background: #7a5b50;
    padding: 5px 50px;
    text-align: center;
    -webkit-box-shadow: 0 -5px 5px -5px #333;
    -moz-box-shadow: 0 -5px 5px -5px #333;
    box-shadow: 0 -5px 5px -5px #333;
    display: flex;
    justify-content: space-between;
}

#Footer a {
    color: black;
}

#FooterBottom a {
    color: black;
}


footer li {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    padding: 5px;

}


.formular1 {
    margin: 0 auto;
    width: 50%;
    text-align: left;

}

.formular1 select {
    margin-bottom: 20px;
}

.formular1 textarea {
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
    padding: 20px;
}

.formular1 :is(input,select, textarea) {
    margin-bottom: 20px;
    outline: 0;
    border: 0;
    border-radius: 20px;
    border: 1px solid #9cbc91 !important;
    box-sizing: border-box;;
    min-height:45px;
}

.formular1 label {

    display: inline-block;
    gap: 10px;flex-wrap: wrap;

}

.textarea-schutz {
    width: 100%;
    height: 300px;

}

.formular1 input[type="text"] {
    width: 100%;
    font-size: 18px;
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 20px;
    
}

.formular1 input[type="number"] {
    width: 100%;
    font-size: 18px;
    height: 30px;
    font-family: 'Open Sans', sans-serif;  padding: 10px 20px;
}

.formular1 input[type="date"] {
    width: 100%;
    font-size: 18px;
    height: 30px;
    font-family: 'Open Sans', sans-serif;padding: 10px 20px;
}

.formular1 select {
    width: 200px;
    padding: 10px 20px;
    height: 30px;
}

.formular1 input[type="checkbox"] {
    width: 15px;
    height: 15px;
min-height: unset;
border-radius: 50%;
}





.table1 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.table1 th,
td {
    text-align: center;
    padding: 8px;
}

.table1 tr:nth-child(even) {
    background-color: #f2f2f2
}

.table1 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.table1 th,
td {
    text-align: center;
    padding: 8px;
}

.table1 tr:nth-child(even) {
    background-color: #f2f2f2
}

.table1 a {
    color: darkred;
}

.table1 a:hover {
    text-decoration: none;
}

#info {

    color: darkred;

    font-size: 25px;
    text-align: center;
}



iframe {
    margin: 0 auto;
    width: 400px;
    height 300px;
}



.wetter {
    width: 80%;
    margin: 0 auto;
}




.nav a.icon {
    display: none;
}


#rhLogoCont{
    margin-top: 30px;
}