body {
    margin: 0;
    background-color: #ffffff;
    font-family: Noto Sans;
    font-size: 16px;
    line-height: 28px;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Regular'),local('Montserrat-Regular'),
 url('../media/font/montserrat-regular.woff2') format('woff2'),
 url('../media/font/montserrat-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    src: local('Montserrat Bold'),local('Montserrat-Bold'),
 url('../media/font/montserrat-semi-bold-600.woff2') format('woff2'),
 url('../media/font/montserrat-semi-bold-600.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: normal;
    src: local('Montserrat Italic'),local('Montserrat-Italic'),
 url('../media/font/montserrat-regular-italic.woff2') format('woff2'),
 url('../media/font/montserrat-regular-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: bold;
    src: local('Montserrat Bold Italic'),local('Montserrat-Bold-Italic'),
 url('../media/font/montserrat-semi-bold-italic-600.woff2') format('woff2'),
 url('../media/font/montserrat-semi-bold-italic-600.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Noto Sans Regular'),local('Noto-Sans-Regular'),
 url('../media/font/noto-sans-v9-latin-regular.woff2') format('woff2'),
 url('../media/font/noto-sans-v9-latin-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: bold;
    src: local('Noto Sans Bold'),local('Noto-Sans-Bold'),
 url('../media/font/noto-sans-v9-latin-700.woff2') format('woff2'),
 url('../media/font/noto-sans-v9-latin-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: normal;
    src: local('Noto Sans Italic'),local('Noto-Sans-Italic'),
 url('../media/font/noto-sans-v9-latin-italic.woff2') format('woff2'),
 url('../media/font/noto-sans-v9-latin-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: bold;
    src: local('Noto Sans Bold Italic'),local('Noto-Sans-Bold-Italic'),
 url('../media/font/noto-sans-v9-latin-700italic.woff2') format('woff2'),
 url('../media/font/noto-sans-v9-latin-700italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Alex Brush';
    font-style: normal;
    font-weight: normal;
    src: local('Alex Brush'),local('Alex-Brush-Regular'),
 url('../media/font/alex-brush-v11-latin-regular.woff2') format('woff2'),
 url('../media/font/alex-brush-v11-latin-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: normal;
    src: local('Dancing Script Regular'),local('Dancing-Script-Regular'),
 url('../media/font/dancing-script-regular.woff2') format('woff2'),
 url('../media/font/dancing-script-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Satisfy';
    font-style: normal;
    font-weight: normal;
    src: local('Satisfy Regular'),local('Satisfy-Regular'),
 url('../media/font/satisfy-regular.woff2') format('woff2'),
 url('../media/font/Satisfy-Regular.ttf') format('truetype');
}

p {
    font-family: Noto Sans;
    font-size: 16px;
    line-height: 28px;
    color: #736e60;
}

h1 {
    font-family: Alex Brush;
    font-weight: normal;
    font-size: 40px;
    color: #9a8556;
}

h2 {
    font-family: Satisfy;
    font-size: 30px;
    color: #9a8556;
    font-weight: normal;
    line-height: 40px;
}

h3 {
    font-family: Noto Sans;
    color: #9a8556;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

h4 {
    font-family: Noto Sans;
    color: #7d673e;
    font-size: 20px;
    font-weight: bold;
}

h5 {
    font-family: Noto Sans;
}

h6 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

a {
    font-family: Noto Sans;
    text-decoration: none;
    color: #9a8556;
}

a:hover {
    text-decoration: none;
    color: #9a8556;
}

a:focus {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

span {
    color: #000000;
}

ul {
    list-style-type: none;
    padding-left: 0px;
    font-family: Open Sans;
}

li {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #736e60;
}

label {
    color: #736e60;
    font-weight: normal;
}

input {
    color: #000000;
    font-weight: normal;
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #9a8556;
    background-color: #ffffff;
    border-radius: 0;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

input::placeholder {
    color: #808080;
    font-size: 16px;
}

textarea {
    color: #000000;
    font-weight: normal;
    padding: 5px 10px;
    height: 75px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #9a8556;
    background-color: #ffffff;
    border-radius: 0;
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    position: relative;
    min-width: 25px;
    min-height: 25px;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 0;
    padding: 0;
    margin-right: 5px;
    margin-left: 0;
    cursor: pointer;
}

input[type=checkbox]:checked {
    background-color: #7d673e;
}

input[type=checkbox]:checked:before {
    content: url('/media/Check.svg');
    color: #ffffff;
    position: absolute;
    left: 3px;
    width: 13px;
    height: 13px;
    top: 2px;
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: none;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 0;
    font-size: 16px;
    border: 2px solid #9a8556;
}

select {
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    border: 1px solid #808080;
    background-image: url('/media/SelectArrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    background-color: #ffffff;
    border-radius: 0;
}

input[type=radio] {
    border: 1px solid #808080;
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    padding: 0;
    margin-left: 0;
    margin-right: 5px;
}

input[type=radio]:checked {
    background-color: #7d673e;
}

input[type=radio]:checked:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

table {
    border-collapse: collapse;
}

th {
    border: 1px solid #000000;
    padding: 5px 10px;
    font-weight: bold;
    background-color: #f0f0f0;
    text-align: center;
}

td {
    padding: 5px 10px;
    border: 1px solid #000000;
}

tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.Button {
    color: #ffffff;
    text-decoration: none;
    background-color: #9a8556;
    padding: 10px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-flex;
    margin-bottom: 15px;
}

.Button:hover {
    background-color: #f2e9d8;
    text-decoration: none;
    color: #9a8556;
}

.Button:active {
    background-color: #f2e9d8;
    text-decoration: none;
    color: #9a8556;
}

.Button:focus {
    background-color: #f2e9d8;
    text-decoration: none;
    color: #9a8556;
}

.RechtsTextWrap {
    padding: 50px 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

@media (min-width: 501px) and (max-width: 999px) {
    .RechtsTextWrap {
        padding: 80px 25px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
    }
}

@media (min-width:1000px) {
    .RechtsTextWrap {
        padding: 100px 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
    }
}

.H1Recht {
    margin-bottom: 40px;
}

.H2Recht {
    margin-top: 50px;
    margin-bottom: 25px;
}

.HeaderUpperWrap {
    width: 100%;
    display: flex;
    height: 100px;
}

@media (max-width:749px) {
    #TelIcnHeaderDesktop {
        display: none;
    }
}

@media (min-width:750px) {
    #TelIcnHeaderMobile {
        display: none;
    }
}

#TelIconHeaderNummer {
    /* display: none */
}

@media (max-width:999px) {
    .HeaderMenuTrennstrich {
        display: none;
    }
}

.FooterLColumnM ul a {
    line-height: 28px;
}

.HeaderLHMenuLinks li {
    margin-top: 0;
    margin-bottom: 0;
    color: #9a8556;
}

@media only screen and (max-width:749px) {
    .HeaderLHMenuLinks {
        margin-top: 0;
    }
}

@media only screen and (max-width:500px) {
    .HeaderLContactWrap {
        flex-wrap: wrap;
        width: 100px;
        row-gap: 10px;
        margin-top: -15px;
    }

    .HeaderIcon {
        width: 30px;
        height: 30px;
    }
}

.HeaderLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width:999px) {
    .HideMobileMenu {
        display: none;
    }
}

.FooterLWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (min-width:501px) {
    .FooterLColumnL {
        width: 40%;
        min-width: 250px;
        margin-right: 50px;
        margin-bottom: 50px;
    }
}

@media (max-width:500px) {
    .FooterLColumnL {
        width: 100%;
        margin-bottom: 50px;
    }
}

.FooterLColumnM {
    margin-right: 50px;
    margin-bottom: 50px;
}

.FooterLColumnR {
    margin-bottom: 50px;
}

.FooterLLogoWrap {
    width: 300px;
    height: auto;
}

.FooterLLogo {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:500px) {
    .FooterLLogoWrap {
        width: auto;
    }
}

.TitleImgOverlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgb(87, 71, 43) 0%, rgba(87, 71, 43, 0) 100%);
    opacity: 0.75;
}

.TitleImgTop {
    object-position: center 20%;
}

.TitleImgTitle {
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.TitleImgTitle h1 {
    color: #ffffff;
    margin-bottom: 0;
}

.TxtImgFullText {
    text-align: center;
}

@media only screen and (max-width:749px) {
    .TxtImgFullBG {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.TxtImgFullStart {
    margin-top: 100px;
}

@media only screen and (max-width:749px) {
    .TxtImgFullStart {
        margin-top: 50px;
    }
}

.ParallaxWrap {
    overflow: hidden;
}

.Parallax {
    height: 125%;

    /* margin-top: -12.5% */
    max-height: 125%;
}

.HeadingLine1 {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
}

.HeadingLineWrap {
    position: relative;
}

.HeadingLine3 {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
}

.HeadingLine2 {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
}

.ButtonOverview {
    background-color: #fff7ed;
    border: 2px solid #9a8556;
    padding: 5px 10px;
    border-radius: 25px;
    color: #9a8556;
    font-size: 18px;
    white-space: nowrap;
}

.RoomsButtonsWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.RoomsButtonsWrap .ButtonOverview {
    width: 130px;
}

.TxtonImgWrap p {
    color: #777777;
}

.PersonenzahlWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 50px auto 25px;
}

.PersonenzahlWrap {
    text-align: center;
    width: 80px;
}

.PersonenzahlImg {
    width: 40px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.PersonenzahlDescrTxt {
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
    color: #9a8556 !important;
}

.PersonenzahlTxt {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.PersonenzahlNote {
    text-align: right;
    font-style: italic;
    font-size: 14px;
}

@media only screen and (min-width:750px) and (max-width:1575px) {
    .PersonenzahlWrapper {
        max-width: 385px;
    }
}

@media (max-width:500px) {
    .RoomsWrapper {
        padding-right: 0;
        padding-left: 0;
    }

    .RoomsWrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.RoomsImg {
    width: 100%;
}

.RoomsImgDiv {
    width: 100%;
    aspect-ratio: 5/3;
    position: relative;
}

@media (min-width:750px) {
    .RoomsIngDivMobile {
        display: none;
    }
}

.RoomsImgDivDesktop {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 800px;
}

@media only screen and (max-width:749px) {
    .RoomsImgDivDesktop {
        display: none;
    }
}

.RoomSteinernersaal {
    background-color: #ffb2b4;
    position: absolute;
    width: 28%;
    height: 55%;
    top: 24%;
    left: 3%;
    opacity: 0.5;
}

.RoomGartensaal {
    background-color: #ffb2b4;
    position: absolute;
    width: 20%;
    height: 37%;
    top: 20%;
    left: 32%;
    opacity: 0.5;
    display: none;
}

.RoomGewoelbehalle {
    background-color: #ffb2b4;
    position: absolute;
    width: 20%;
    height: 25%;
    top: 60%;
    left: 32%;
    opacity: 0.5;
    display: none;
}

.RoomSchlossbar {
    background-color: #ffb2b4;
    position: absolute;
    width: 27%;
    height: 22%;
    top: 24%;
    left: 54%;
    opacity: 0.5;
    display: none;
}

@media only screen and (min-width:501px) and (max-width:749px) {
    .PersonenzahlWrapper {
        max-width: 380px;
    }
}

.Hide {
    display: none;
}

.ButtonOverviewActive {
    background-color: #9a8556;
    color: #fff7ed;
}

.ButtonOverview.ButtonOverviewActive:hover {
    color: #fff7ed;
}

.BGGold {
    background-image: linear-gradient(135deg, rgb(255, 247, 237) 0%, #ffe3bf 100%);
}

.EventImg {
    width: 100%;
    max-width: 500px;
}

.TinyHochzeitBadgeStartseiteWrap {
    background-color: rgba(154, 133, 86, 0.9);
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -50px;
    right: 30px;
    z-index: 10;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.BGLightGold {
    background-color: #fff7ed;
}

.AppContent {
    display: flex;
    justify-content: center;
    column-gap: 50px;
}

.AppSmartphoneImg {
    width: 230px;
    height: auto;
    display: block;
    object-fit: contain;
}

.AppDownloadLable {
    width: 135px;
}

.AppDownloadLableWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}

.AppContentWrap {
    max-width: 500px;
    margin-top: 50px;
}

@media only screen and (max-width:500px) {
    .AppContent {
        flex-direction: column;
        align-items: center;
    }
}

.TextAlignLeft {
    text-align: left;
}

.KontaktKarte {
    width: 100%;
    margin-top: 10px;
}

.KontaktAppWrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 30px;
}

.KontaktAppSmartphone {
    height: 75px;
    margin-right: 10px;
}

.KontaktParallaxWrap {
    max-height: 750px;
}

.TxtGrey {
    color: #736e60;
}

.ImageContain {
    object-fit: contain;
}

.AppDownloadIcon {
    height: 75px;
    display: block;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
}

.TxtGold {
    color: #9a8556;
}

.pgia-gallery-grid {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    grid-auto-rows: minmax(100px, 330px);
}

@media only screen and (max-width:500px) {
    .pgia-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        grid-auto-rows: minmax(100px, 150px);
    }
}

.Quote {
    font-size: 28px;
    font-family: Satisfy;
    color: #9a8556;
    line-height: 40px;
}

.MarginBottom150px {
    margin-bottom: 150px;
}

.Width100prc {
    width: 100%;
}

.FlexColumnCenter {
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.pgia-slide {
    background: unset !important;
}

.pgia-slider {
    height: auto;
}

.pgia-control {
    background-color: rgba(154, 133, 86, 0.9);
    color: #ffffff;
    box-shadow: unset;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.SliderLocationContentWrap {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 25px;
}

.pgia-pagination-item {
    opacity: 1;
    background-color: transparent;
    border: 3px solid #9a8556;
    width: 12px;
    height: 12px;
    margin-left: 8px;
}

#TinyHochzeitMehr {
    margin-top: -150px;
}

@media (max-width:749px) {
    #TinyHochzeitMehr {
        margin-top: -100px;
    }
}

.FontFamiliyHandwritten {
    font-family: Satisfy;
}

.InfoText {
    padding: 15px;
    border: 2px solid #9a8556;
    border-radius: 15px;
}

.FontSize14px {
    font-size: 14px;
    line-height: 22px;
}

.MarginTop10px {
    margin-top: 10px;
}

.CenterObj {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:750px) {
    .HochzeitsformImg {
        top: 20px;
        position: sticky;
    }
}

@media (max-width:749px) {
    .HochzeitsanfrageWrap {
        padding-top: 50px;
    }
}

@media (min-width:1000px) {
    .HochzeitsanfrageWrap {
        width: 100%;
        max-width: 500px;
    }
}

.Icons6Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    row-gap: 30px;
    margin-left: auto;
    margin-right: auto;
}

.Icon6Wrap {
    width: 140px;
}

.Icons6Image {
    width: auto;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:501px) and (max-width:999px) {
    .Icons6Wrap {
        max-width: 550px;
    }
}

.IconsAppartementWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    row-gap: 30px;
    margin-left: auto;
    margin-right: auto;
}

.IconAppartementWrap {
    width: 140px;
}

.IconAppartementImg {
    width: auto;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
}

.AppartementWohnflaecheTxt {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    height: 50px;
    line-height: 45px;
    color: #7f6a31;
}

.AppartementsGallerieVorschauWrap {
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.AppartementsGallerieThumbnailsWrap {
    position: relative;
    flex-wrap: wrap;
    overflow: auto;
    height: auto;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.AppartementsGallerieThumbnailsWrap img {
    width: 100px;
    height: 100px;
}

.AppartementGallerieVorschauWrapper {
    height: auto;
    aspect-ratio: 4/3;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.ContactAreaFormItmWrap label {
    text-align: left;
    color: #9a8556;
}

.AppartementBuchungWrap {
    padding: 10px;
    display: none;
}

.BGLightGold input {
    border: 1px solid #f0ece2;
}

.BGLightGold textarea {
    border: 1px solid #f0ece2;
}

.ContactAreaFormFlexWrap {
    display: flex;
    gap: 15px;
}

.ContactAreaFormItmFlex50 {
    width: 50%;
}

.TxtLightGrey {
    color: #a8a8a8;
}

.TextAlignLeft {
    text-align: left;
}

@media (max-width:500px) {
    .ContactAreaFormFlexWrap {
        display: block;
    }

    .ContactAreaFormItmFlex50 {
        width: auto;
    }
}

@media (min-width:750px) {
    .AppartementWrap {
        display: flex;
    }

    .AppartementWrap:nth-child(even) {
        flex-direction: row-reverse;
    }
}

.AppartementWrap {
    border-bottom: 2px solid #9a8556;
}

.KontaktKarteBig {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}