body {
   background: #696969;
   font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
   font-size: 20px;
   color: #222;
   margin: 0;
   padding: 0;
   min-width: 320px;
}

a { color: blue; }

.flex-container, .flex-item {
   font-size: 20px;
}

.topStrip {
   height: 10px;
   background: #e2e2e2;
   width: 100%;
}

.workArea {
   background-color: #ffffff;
   width: 100%;
   min-height: 500px;
   padding-bottom: 10px;
}

.footerWorkArea {
   background: #e2e2e2;
   padding-top: 10px;
   padding-bottom: 10px;
}

.footerWorkArea .sectionTitle {
   display: flex;
   background: white;
   margin-bottom: 10px;
   padding: 10px;
   overflow: hidden;
}

.footerWorkArea .sectionTitle h2 {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   max-width: 100%;
}

.footerWorkArea .sectionWorkArea {
   background: white;
}

main, header, footer, section, nav, .container {
   max-width: 978px;
   margin: 0 auto;
   padding: 0;
}

.clearfix::after {
   content: "";
   clear: both;
   display: table;
}

.nw {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.center {
   text-align: center;
}

.button {
   display: inline-block;
   margin-bottom: 0;
   font-weight: bold;
   text-align: center;
   vertical-align: middle;
   touch-action: manipulation;
   cursor: pointer;
   background-image: none;
   border: 0;
   white-space: nowrap;
   padding: 10px 18px;
   font-size: 75%;
   line-height: 1.42857143;
   text-transform: uppercase;
   background-color: #696969;
   color: #fff;
   font-family: arial;
   text-decoration: none;
}

.buttonHighlighted {
   background-color: #3D6F2D;
}

.button:hover {
   background-color: #ee7d00 !important;
}

p, h1, h2, h3 {
   margin: 0;
   padding: 0;
   font-size: 100%;
   font-weight: normal;
}

.sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border: 0;
}

.long-description {
   padding: 10px;
   font-size: 90%;
   color: #444;
   position: relative;
}

.long-description--collapsed .long-description__content {
   max-height: 0;
   overflow: hidden;
}

.long-description__toggle {
   display: block;
   text-align: center;
   position: relative;
   z-index: 2;
   background: none;
   border: none;
   padding: 0;
   cursor: pointer;
   font-family: inherit;
   font-size: 100%;
   color: blue;
   text-decoration: underline;
}

.long-description__toggle:hover {
   color: #ee7d00;
}

.long-description p { margin: 0; }
.long-description p + p { margin-top: 5px; }

.place-attractions { margin-top: 8px; }

.place-attractions h2 {
   font-weight: bold;
   font-size: 100%;
   margin-bottom: 4px;
}

.place-attractions ul {
   list-style: disc;
   padding-left: 24px;
}

.place-attractions li {
   margin-bottom: 2px;
}

.visible { display: block; }
.hidden { display: none; }

.pX { padding: 10px; }
.p2X { padding: 20px; }

.pbX { padding-bottom: 10px; }
.pb2X { padding-bottom: 20px; }

.ptX { padding-top: 10px; }
.pt2X { padding-top: 20px; }

.plX { padding-left: 10px; }
.pl2X { padding-left: 20px; }

.prX { padding-right: 10px; }
.pr2X { padding-right: 20px; }

.header-web {
    display: none;
}

.header-web__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header-web__logo-title {
    display: flex;
    align-items: center;
}

.header-web__logo img {
    height: 40px;
    padding: 5px 30px 0 5px;
}

.header-web__title-container {
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
}

.header-web__title {
    font-size: 120%;
    line-height: 80%;
}

.header-web__subtitle {
    font-size: 90%;
}

.header-web__actions {
    display: flex;
}

.header-web__search-icon,
.header-web__host {
    margin-right: 10px;
}

.header-web__host:last-child,
.header-web__search-icon:last-child {
    margin-right: 0;
}

.header-web__button {
    background-color: #e2e2e2;
    height: 20px;
    color: #222;
    padding: 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 75%;
    text-transform: uppercase;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.header-web__button:hover {
    color: #fff;
    background-color: #ee7d00;
}

.header-web__button img {
    width: 20px;
    height: 20px;
}

.header-web__places ul {
    background-color: #222;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 43px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header-web__places a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.header-web__places a:hover {
    background-color: #ff8000;
}

.header-web__place-groups ul {
    display: flex;
    gap: 20px;
    height: 30px;
    font-size: 80%;
    background-color: #f5f5f5;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.header-web__place-groups a:hover {
    text-decoration: none;
}

.header-web__place-groups a:visited {
    color: blue;
}

.header-web__place-groups li::before {
    content: "#";
    color: #9d9d9d;
}

@media (min-width: 810px) {
    .header-web {
        display: block;
    }
}

@media (max-width: 978px) {
    .header-web__place-groups ul li:last-child,
    .header-web__places ul li:last-child {
        display: none;
    }
}

.header-mobile {
    background-color: #222;
    display: block;
}

.header-mobile__top {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.header-mobile__logo-domain {
    display: flex;
    align-items: center;
    max-width: 80%;
}

.header-mobile__logo-img {
    padding: 10px 10px 5px 10px;
}

.header-mobile__domain {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-mobile__domain a {
    color: #fff;
    text-decoration: none;
}

.header-mobile__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-mobile__icon {
    display: block;
    width: 20px;
    height: 20px;
}

.header-mobile__search-icon {
    padding-right: 20px;
}

.header-mobile__menu-toggle {
    cursor: pointer;
    padding-right: 10px;
}

.header-mobile__menu {
    display: none;
}

.header-mobile__menu ul {
    padding: 0;
    margin: 0;
}

.header-mobile__menu li {
    list-style-type: none;
    border-bottom: 1px solid #333;
}

.header-mobile__menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    background-color: #222;
}

.header-mobile__menu li a:hover {
    background-color: #ff8000;
    text-decoration: none;
}

.header-mobile__host {
    text-align: center;
    background: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.header-mobile__host a:link {
    padding: 20px;
    display: block;
    color: yellow;
    text-decoration: underline;
}

.header-mobile__host a:hover {
    background-color: #ff8000;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 810px) {
    .header-mobile {
        display: none;
    }
}

footer {
    padding-top: 30px;
    margin-bottom: 90px;
    color: #fff;
    text-align: center;
}

footer a,
footer a:visited {
    color: white;
    text-decoration: none;
}

footer a:hover,
footer a:focus {
    text-decoration: underline;
}

footer nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer__advertiser {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer__places {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer__legal {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}

.footer__copyright {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.footer__jump-to-top {
    margin-top: 50px;
}

.footer__jump-to-top a.linkBold:link,
.footer__jump-to-top a.linkBold:visited {
    text-decoration: underline;
    font-weight: bold;
    color: white;
}

.footer__jump-to-top a.linkBold:hover {
    text-decoration: none;
}

@media (min-width: 810px) {
    .footer__places {
        flex-direction: row;
        gap: 20px;
    }
}

.modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    z-index: 9999;
}

.modal a {
    color: #000;
}

.modal a:hover,
.modal a:focus {
    color: #000;
    text-decoration: none;
}

.modalContent {
    text-align: center;
    margin: auto;
    padding: 0;
    width: auto;
    color: #000;
}

.modalContent p {
    padding: 20px;
}

.modal.modalError {
    background-color: #ee7d00;
}

.modalError .modalContent {
    color: #fff;
}

.modalError a {
    color: #fff;
}

.modalError a:hover,
.modalError a:focus {
    color: #fff;
    text-decoration: none;
}

.modalError .modalClose:hover,
.modalError .modalClose:focus {
    color: #fff;
}

.modalClose {
    text-decoration: underline;
    cursor: pointer;
}

.modalClose:hover,
.modalClose:focus {
    color: #000;
    text-decoration: none;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 5000;
}

.loading-overlay__spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #ee7d00;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: loading-overlay-spin 1s linear infinite;
}

@keyframes loading-overlay-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#q {
    vertical-align: middle;
    line-height: 1.42857143;
    text-transform: uppercase;
    font-size: 15px;
    border: 0;
    padding: 10px 18px;
    width: 200px;
    background-color: #fff;
    margin-right: 5px;
}

.section-title {
    height: 50px;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.section-title h1 {
    font-size: 100%;
    font-weight: normal;
    padding: 10px;
    padding-bottom: 0px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb {
    height: 30px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    list-style: none;
    overflow: hidden;
}

.breadcrumb ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    max-width: 100%;
}

.breadcrumb li {
    white-space: nowrap;
}

.breadcrumb li:nth-child(2) a {
    font-weight: bold;
}

.breadcrumb li:nth-child(2) a:hover {
    text-decoration: none;
}

.breadcrumb li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.breadcrumb__icon {
    width: 20px;
    height: 20px;
    padding-left: 10px;
    padding-top: 2px;
}

.breadcrumb li:not(:first-child)::before {
    content: "/\00a0";
    padding-left: 10px;
    color: #ccc;
}

.pager {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    color: #ccc;
}

.pager__link:link,
.pager__link:visited {
    color: #00f;
    text-decoration: none;
}

.pager__link:hover {
    text-decoration: underline;
}

.pager__bold-link:link,
.pager__bold-link:visited {
    color: #00f;
    text-decoration: underline;
    font-weight: bold;
}

.pager__bold-link:hover {
    text-decoration: none;
}

.pager__disabled {
    color: #ccc;
}

.pager__jump-to-top {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.house-card {
    background-color: #f5f5f5;
    margin-top: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.house-card__image {
    overflow: hidden;
    width: 100%;
}

.house-card__image img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    object-fit: cover;
    margin: 0 auto;
}



.house-card__price-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding-top:20px;
}

.house-card__capacity {
    font-weight: bold;
    font-size: 110%;
    line-height: 100%;
}

.house-card__address {
    margin-top: 5px;
    font-style: italic;
}

.house-card__headline {
    margin-top: 10px;
    font-size: 90%;
    margin-bottom: 0;
    padding: 0;
    font-weight: normal;
}

.house-card__text-first::after {
    content: '...';
}

.house-card__text-second {
    display: none;
}

.house-card__badges {
    margin-top: 10px;
}

.house-card__badge {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    background: #ffeb3b;
    padding: 3px 5px;
    color: #000;
    margin-right: 5px;
    font-weight: bold;
}

.house-card__badge--szep {
    background: #ab121d;
    color: #fff;
}

@media (min-width: 710px) {

    .house-card__info {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .house-card--premium {
        background-color: #dcffd1;
    }

    .house-card--premium .button {
        background-color: #3d6f2d;
    }

    .house-card {
        flex-direction: row;
        gap: 10px;
    }

    .house-card__image {
        min-width: 300px;
        max-width: 300px;
        overflow: hidden;
        width: 300px;
    }

    .house-card__image img {
        min-width: 300px;
    }
}

@media (min-width: 810px) {
    .house-card__headline {
        font-size: 100%;
    }

    .house-card__text-first::after {
        content: '';
    }

    .house-card__text-second {
        display: inline;
    }
}

.house-cards-small {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0 10px;
    margin: 0 0 0 10px;
    gap: 10px;
}

.house-card-sm {
    width: calc(50% - 10px);
    margin-top: 10px;
    background-color: #fff;
}

.house-card-sm__image {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
}

.house-card-sm__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.house-card-sm__capacity {
    margin-top: 5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.house-card-sm__person-label::before {
    content: ' fő ';
}

.house-card-sm__description,
.house-card-sm h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.house-card-sm__price {
    font-weight: bold;
}

.house-card-sm__text {
    font-size: 80%;
}

@media (min-width: 510px) {
    .house-card-sm__person-label::before {
        content: ' férőhely ';
    }
}

@media (min-width: 610px) {
    .house-card-sm {
        width: calc(25% - 10px);
    }
}

.house-card-md {
    display: flex;
    flex-direction: row;
    background-color: #f5f5f5;
    padding: 10px;
    padding-right: 0;
    margin-top: 10px;
    gap: 10px;
    align-items: flex-start;
}

.house-card-md--premium {
    background-color: #dcffd1;
}

.house-card-md--premium .button {
    background-color: #3d6f2d;
}

.house-card-md__image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    background-color: #eee;
    border-radius: 10px;
}

.house-card-md__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.house-card-md__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.house-card-md__top {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 100%;
}

.house-card-md__capacity {
    font-weight: bold;
    font-size: 90%;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.house-card-md__address {
    font-style: italic;
    font-size: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.house-card-md__person-label::before {
    content: ' fő ';
}

.house-card-md__bottom {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.house-card-md__description {
    width: 100%;
    flex: 2;
}

.house-card-md__badge {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60%;
    background: #ffeb3b;
    padding: 3px 5px;
    color: #000;
    margin-right: 5px;
    font-weight: bold;
}

.house-card-md__badge--szep {
    background-color: #ab121d;
    color: #fff;
}

.house-card-md__text {
    font-size: 80%;
    line-height: 100%;
    margin-top: 5px;
}

.house-card-md__room-summary {
    display: none;
}

.house-card-md__price-button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.house-card-md__price,
.house-card-md__price-note,
.house-card-md__price-button .button {
    align-self: flex-start;
}

.house-card-md__price {
    font-weight: bold;
    font-size: 90%;
}

.house-card-md__price-note {
    font-size: 80%;
    color: #666;
}

.house-card-md__price-button .button {
    margin-top: 3px;
    display: inline-block;
}

@media (min-width: 769px) {
    .house-card-md__room-summary {
        display: inline;
    }

    .house-card-md__badge {
        font-size: 90%;
    }

    .house-card-md__person-label::before {
        content: ' férőhely ';
    }

    .house-card-md__description {
        width: 70%;
        padding-right: 50px;
    }

    .house-card-md__price-button {
        width: 30%;
    }

    .house-card-md__bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .house-card-md__text,
    .house-card-md__badges,
    .house-card-md__price-button .button {
        margin-top: 10px;
    }

    .house-card-md__capacity {
        font-size: 110%;
    }

    .house-card-md__text,
    .house-card-md__address,
    .house-card-md__price {
        font-size: 100%;
    }
}

.footer-work-area {
    background: #e2e2e2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-work-area__title {
    display: flex;
    background: white;
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
}

.footer-work-area__title h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.footer-work-area__content {
    background: white;
}

.footer-work-area__place {
    padding-top: 10px;
}

.footer-work-area__place a:hover {
    text-decoration: none;
}

.footer-work-area__places {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 10px;
    padding-bottom: 10px;
}

@media (min-width: 610px) {
    .footer-work-area__places {
        grid-template-columns: repeat(4, 1fr);
    }
}

.place-intro { padding: 10px; font-size: 90%;}
.place-intro p { margin: 0; }
.place-intro p + p { margin-top: 5px; }

.faq-section-wrapper { /*background: #ebe6dc;*/ background: #e2e2e2; max-width: none; padding-top:40px;padding-bottom:40px;margin-top:10px; margin-bottom: -10px; }
.faq-section { padding: 10px; }
.faq-section__title { font-size: 100%; font-weight: bold; padding-bottom: 10px;  }
.faq-section__item { font-size: 100%; border-bottom: 1px dotted #999999; padding-top: 30px; padding-bottom:20px; }
.faq-section__item:last-child { border-bottom: none; }
.faq-section__question {  font-weight: bold; margin: 0; }
.faq-section__answer { padding-top: 5px; }
.faq-section__answer p { margin: 0; }

/* House Gallery */
.house-gallery__carousel {
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
    overflow: hidden;
}

@media (min-width: 810px) {
    .house-gallery__carousel {
        aspect-ratio: auto;
        height: 489px;
    }
}

.house-gallery__cell {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    margin: 0;
}

.house-gallery__cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.house-gallery__caption {
    text-align: center;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: bold;
}

/* Flickity core */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.house-gallery__carousel .flickity-viewport {
    height: 100% !important;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing;
}

@media (min-width: 810px) {
    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: pointer;
    }
    .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
        cursor: grabbing;
    }
}

/* Flickity buttons */
.flickity-button {
    position: absolute;
    border: none;
    background-color: yellow;
    color: #3d6f2d;
}

.flickity-button:hover {
    color: #fff;
    background-color: #ff8000;
    cursor: pointer;
}

.flickity-button:disabled {
    display: none;
}

.flickity-button-icon {
    fill: currentColor;
}

/* Prev/next buttons */
.flickity-prev-next-button {
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
}

/* Page dots */
.flickity-page-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.flickity-page-dots .dot.is-selected {
    background: #fff;
    border-color: #fff;
}

/* Fullscreen */
.flickity-enabled.is-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.9);
    padding-bottom: 35px;
    z-index: 2000;
}

html.is-flickity-fullscreen {
    overflow: hidden;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
    bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
    background: white;
}

/* Fullscreen buttons — larger */
.flickity-enabled.is-fullscreen .flickity-prev-next-button {
    width: 48px;
    height: 48px;
}

.flickity-enabled.is-fullscreen .flickity-prev-next-button.previous {
    left: 20px;
}

.flickity-enabled.is-fullscreen .flickity-prev-next-button.next {
    right: 20px;
}

.flickity-enabled.is-fullscreen .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 32px;
    height: 32px;
}

/* Fullscreen toggle button */
.flickity-fullscreen-button {
    display: none;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
}

@media (min-width: 810px) {
    .flickity-fullscreen-button {
        display: block;
    }
}

.flickity-fullscreen-button-exit {
    display: none;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
    display: block;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
    display: none;
}

.flickity-fullscreen-button .flickity-button-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 4px;
    top: 4px;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button {
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button .flickity-button-icon {
    width: 32px;
    height: 32px;
    left: 8px;
    top: 8px;
}

/* Fullscreen gallery cell — scale-down prevents upscaling beyond natural size */
.flickity-enabled.is-fullscreen .house-gallery__cell img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
}

.flickity-enabled.is-fullscreen .house-gallery__caption {
    font-size: 30px;
    font-weight: bold;
    padding: 12px 16px;
}

.house-title h1 {
    font-size: 120%;
    font-weight: bold;
}

.house-address {
    background-color: #f5f5f5;
    padding: 10px;
    align-items: center;
    display: flex;
}

.house-address h2 {
    font-weight: bold;
}

.house-address__share {
    margin-left: 10px;
    font-weight: bold;
}

.house-address__share:hover {
    text-decoration: none;
}

.house-address__heart {
    padding-left: 5px;
}

.house-unit-table__row {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
}

.house-unit-table__name {
    font-weight: bold;
    padding: 10px;
    background-color: #e2e2e2;
}

.house-unit-table__box {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.house-unit-table__box--padded {
    padding: 10px;
}

.house-unit-table__box--padded p {
    margin: 0;
}

@media (min-width: 510px) {
    .house-unit-table__row {
        flex-direction: row;
    }

    .house-unit-table__box {
        width: 33%;
    }
}

.house-promotion {
    display: flex;
    flex-direction: column;
    background-color: #ebe6dc;
    padding: 10px;
}

.house-promotion__label,
.house-promotion__text {
    width: 100%;
}

@media (min-width: 510px) {
    .house-promotion {
        flex-direction: row;
    }

    .house-promotion__label {
        width: 33%;
    }

    .house-promotion__text {
        width: 66%;
    }
}

.house-szep-card {
    display: flex;
    flex-direction: column;
    background-color: #ebe6dc;
    padding: 10px;
}

.house-szep-card__icon,
.house-szep-card__text {
    width: 100%;
}

@media (min-width: 510px) {
    .house-szep-card {
        flex-direction: row;
    }

    .house-szep-card__icon {
        width: 33%;
    }

    .house-szep-card__text {
        width: 66%;
    }
}

.house-map {
    display: flex;
    flex-direction: column;
    background-color: #ececed;
    padding: 10px;
}

.house-map__info {
    padding-bottom: 10px;
}

#mapid {
    height: 300px;
    width: 100%;
}

.house-map__info,
#mapid {
    width: 100%;
}

@media (min-width: 810px) {
    .house-map {
        flex-direction: row;
    }

    .house-map__info {
        width: 33%;
    }

    #mapid {
        width: 66%;
    }
}

.offer-request {
    background-color: #dcffd1;
    min-height: 296px;
    font-family: Arial, sans-serif;
    font-size: 90%;
}

.offer-request__row {

    display: flex;
    flex-direction: row;
    gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.offer-request__row--ptx { padding-top: 10px; }
.offer-request__row--pt2x { padding-top: 20px; }
.offer-request__row--pt3x { padding-top: 30px; }
.offer-request__row--pt4x {
    padding-top: 40px;
}
.offer-request__row--pb2x { padding-bottom: 20px; }

.offer-request__title {
font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.offer-request__box {
    display: flex;
    flex: 1;
}

.offer-request__box40 {
    display: flex;
    flex: 40%;
}

.offer-request__box60 {
    display: flex;
    flex: 60%;
}

.offer-request__nowrap { white-space: nowrap; }

.offer-request__field {
    position: relative;
}

.offer-request__field-label {
    position: absolute;
    top: -15px;
    left: 0px;
    padding: 0 3px;
    font-size: 80%;
    line-height: 1;
    color: #555;
    background-color: #dcffd1;
    pointer-events: none;
}

.offer-request input[type=text] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    border: 1px solid #c0c0c0;
    height: 38px;
    padding: 0 0 0 6px;
    font-size: 90%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.06);
    border-bottom: 2px solid #a8a8a8;
    border-radius: 4px;
}

.offer-request input[type=text]::placeholder {
    color: #cbcbcb;
}

.offer-request select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    border: 1px solid #c0c0c0;
    height: 38px;
    padding-left: 5px;
    font-size: 90%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.06);
    border-bottom: 2px solid #a8a8a8;
    border-radius: 4px;
}

.offer-request input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #888;
    border-radius: 50%;
    background: #fff;
    margin: 1px 5px 5px 3px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.offer-request input[type="radio"]:checked {
    border-color: blue;
}

.offer-request input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2563eb;
}

#offer-alt-label::after {
    content: 'Ha foglalt, ajánlhatunk szabad időszakot?';
}

#offer-alt-yes::after {
    content: 'IGEN';
}

#offer-alt-no::after {
    content: 'NEM';
}

.offer-request__privacy {
    flex-grow: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 90%;
    line-height: 1.42857143;
    text-transform: uppercase;
    font-weight: bold;
}

.offer-request__privacy a:link,
.offer-request__privacy a:visited {
    color: #3d6f2d;
}

.offer-request__privacy a:hover {
    text-decoration: none;
}

.offer-request #offer-submit-btn,
.offer-request #offer-already-sent {
    flex-grow: 1;
}

.offer-request button {
    width: 100%;
    font-size: 90%;
    background-color: #3D6F2D;
}

/* CTA button variant — rounded, with send icon and shimmer animation */
.offer-request button.button--cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.18), 0 1px 1px rgba(0,0,0,0.12);
    border-bottom: 2px solid #2d5420;
    transition: box-shadow 0.1s, border-bottom-width 0.1s, transform 0.1s;
}

.offer-request button.button--cta:active {
    box-shadow: none;
    border-bottom-width: 0;
    transform: translateY(2px);
}

.button--cta__icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

/* Shimmer sweep — GPU-accelerated via transform */
.offer-request button.button--cta::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        110deg,
        transparent 30%,
        rgba(255,255,255,0.2) 48%,
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.2) 52%,
        transparent 70%
    );
    transform: translateX(-100%);
    animation: cta-shimmer 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    pointer-events: none;
}

@keyframes cta-shimmer {
    0%, 65% { transform: translateX(-100%); }
    35% { transform: translateX(100%); }
}

#offer-already-sent {
    padding: 10px 0;
    font-size: 90%;
    line-height: 1.42857143;
    text-transform: uppercase;
    font-weight: bold;
}

.mezo_hiba {
    background: #ffffaf;
    border: 1px solid #ee7d00 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.06);
    border-bottom: 2px solid #cc6600 !important;
}

.offer-request__field:has(.mezo_hiba) .offer-request__field-label {
    color: #ee7d00;
    font-weight: bold;
}

@media (min-width: 978px) {
    #offer-alt-label::after { content: 'Ha foglalt, küldhetünk ajánlatot más szabad időszakra?'; }
    #offer-alt-yes::after { content: 'IGEN, küldhetnek'; }
    #offer-alt-no::after { content: 'NEM, csak a megadott jó'; }
}

@media (min-width: 810px) {
    .offer-request {
        box-sizing: border-box;
        border: 2px solid #3d6f2d;
    }

    .offer-request__row {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 360px) {
    #offer-alt-label::after {
        content: 'Más időpont is jó lehet?';
    }
}

.offer-request-info {
    font-size: 80%;
    box-sizing: border-box;
    text-align: left;
    padding: 10px;
    background: #0000ff;
    color: white;
    position: relative;
    display: inline-block;
}

.offer-request-info::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 25%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0000ff;
}

@media (min-width: 810px) {
    .offer-request-info {
        font-size: 100%;
        text-align: center;
    }

    .offer-request-info::after {
        top: -15px;
        left: 63%;
        transform: translateX(-50%);
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #0000ff;
        border-top: none;
    }
}

.breadcrumb,
#apartmentSections,
.house-title,
.house-address,
.house-description,
.house-promotion,
.house-szep-card,
.house-note,
.house-map {
   margin-top: 10px;
}

.house-address {
   align-items: center;
   display: flex;
}

.house-address__share {
   margin-left: 10px;
   font-weight: bold;
}

.house-address__share:hover {
   text-decoration: none;
}

#apartmentSections {
   display: flex;
   flex-direction: column;
}

#house-gallery {
   background-color: #f5f5f5;
   width: 100%;
}

.offer-request {
   width: 100%;
}

.offer-request-info {
   width: 100%;
}

.house-title,
.house-description,
.house-note {
   padding-left: 10px;
   padding-right: 10px;
}

@media (min-width: 810px) {
   #apartmentSections {
      flex-direction: row;
      flex-wrap: wrap;
   }

   #house-gallery,
   .offer-request {
       width: 50%;
       order: 1;
   }

   .offer-request-info {
      width: 100%;
      order: 3;
   }
}

.place {
   padding-top: 10px;
}

.place a {
   text-decoration: none;
}

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

.place svg {
   width: 10px;
   height: 10px;
}

.place circle {
   fill: #ff0000;
}

.place .bold {
   font-weight: bold;
}

.placeContainer {
   min-height: 1000px;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   padding-left: 10px;
   padding-bottom: 10px;
}

@media (min-width: 610px) {
   .placeContainer {
      grid-template-columns: repeat(4, 1fr);
   }
}

#mainImage {
   padding: 0;
   overflow: hidden;
   max-height: 280px;
}

#mainImage img {
   margin-top: -50px;
   margin-left: 0;
}

#mainImageText {
   min-height: 50px;
   padding: 10px;
   text-align: center;
   background: #f5f5f5;
}

#mainImageText h1,
#mainImageText h2 {
   padding: 0;
   margin: 0;
   line-height: 100%;
}

#mainImageText h1 {
   font-weight: bold;
   font-size: 140%;
}

#mainImageText h2 {
   font-size: 100%;
   font-weight: normal;
}

.info p,
.info h1,
.info h2,
.info h3 {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
}

.info h1 {
   font-size: 120%;
   font-weight: bold;
}

.info h2 {
   font-size: 115%;
   font-weight: bold;
}

.info h3 {
   font-size: 110%;
   font-weight: bold;
}

.info ul {
   padding-left: 30px;
   padding-right: 10px;
   padding-top: 10px;
}

.info li {
   padding-top: 5px;
}

.info a {
   color: #00f;
}

