@import url("https://fonts.googleapis.com/css?family=PT Sans Narrow");
html {
    font-size: 18px;
    scroll-padding-bottom: 100px;
}

body {
    color: #ddd;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: grey;
    background-blend-mode: multiply;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphenate-limit-before: 4;
    -webkit-hyphenate-limit-after: 4;
}

.body:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

section {
    width: 100%;
    min-height: 100vh;
    min-height: calc(100vh - 54px);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.container {
    max-width: 800px;
    z-index: 1;
}

.container-hv-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

li {
    white-space: nowrap;
}

a,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
}

img {
    border-radius: 0.5rem;
}

h2 {
    font-size: 130%;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    /* background: #03C4EB; */
    color: #fff !important;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    top: 15px;
    transition: background 0.5s;
    z-index: 997;
}

@media (max-width: 768px) {
    .back-to-top {
        top: 15px;
    }
}

.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #03C4EB;
    color: #fff;
}


/* Others */

.light-background {
    background-color: #fff;
    color: #212529;
}

.light-background-2 {
    background-color: #dbd4bf;
    color: #212529;
}

.dark-background {
    background-color: #c9c1a7;
}

.badge-back {
    color: #ada07b;
}

.link {
    text-decoration: underline;
}

.nav-item {
    transition: display 1s linear;
}

.nav-link.dropdown-toggle-split {
    padding: 0px !important;
}

.vr {
    height: 100%;
}

.hr {
    background-color: #555;
    height: 1px;
}

.contact-detail {
    /* font-size: 90%; */
    width: 15rem;
}

.amenity-detail {
    width: 15rem;
    text-align: left;
    font-size: 90%;
    /* font-stretch: condensed; */
    /* font-family: 'PT Sans Narrow', sans-serif !important; */
}

.card>img {
    object-fit: cover;
    width: 10rem;
    height: 10rem;
}

.btn-group button {
    border: none;
    padding-left: 0px;
    padding-top: 0.5rem;
    color: #888;
}

.form-check-input {
    float: unset !important;
}

.form-check-input.collapsed {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.iBig {
    font-size: 1.1rem;
    width: 2rem;
    text-align: center;
}

.badged-list {
    width: 13rem;
    font-size: 80%;
    font-stretch: condensed;
    font-family: 'PT Sans Narrow', sans-serif !important;
    /* background-color: #d9d3c1; */
    color: #212529;
    line-height: 0.3rem;
}

.list-group-item {
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.bg-none {
    background-color: rgba(0, 0, 0, 0);
}

.map {
    border: 0;
    width: 100%;
    max-width: 600px;
    height: 40vh;
    border-radius: 0.5rem;
}

.ba-container,
.ba-container img {
    max-width: 600px;
    max-height: 338px;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}

.top {
    justify-content: start !important;
}

#cookie-consent2 {
    width: 100vw;
    height: 100vh;
    top: 0px;
    position: fixed;
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.7);
}

#cookie-consent-inner2 {
    width: 95vw;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    justify-content: center;
    background-color: #333;
    padding: 2rem;
    border-radius: 0.5rem;
}

#cookie-consent {
    width: 100vw;
    top: 0px;
    left: 0px;
    position: fixed;
    overflow: hidden;
    display: none;
    /* justify-content: center; */
    /* text-align: center; */
    z-index: 1040;
    font-size: 90%;
}

#cookie-consent-inner {
    height: auto;
    width: 100vw;
    object-fit: cover;
    /* justify-content: center; */
    color: #999;
    background-color: #333;
    padding: 1rem;
    margin-left: 0px;
    /* padding-right: 1.5rem; */
}

.cookie-left,
.cookie-right {
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    margin-top: auto;
    margin-bottom: auto;
}

.cookie-left,
.cookie-middle {
    padding-left: 0px;
}

.cookie-right {}

.btn-close-me {
    float: right;
    /* padding-right: 1.5rem; */
}

.btn-reject {
    border-color: #666;
    color: #ddd;
}

.btn-reject:hover {
    background-color: #b87272;
    color: #ddd;
}

.btn-consent {
    border-color: var(--bs-green);
    color: var(--bs-green);
}

.btn-consent:hover {
    background-color: var(--bs-green);
}

#enlarger {
    width: 100vw;
    height: 100vh;
    top: 0px;
    position: fixed;
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.7);
}

#enlarger-inner .carousel,
#enlarger-inner .imgBig {
    width: 95vw;
    height: 45vw;
    object-fit: cover;
}

.enlarge-button-container {
    z-index: 2;
}

.enlarge-close-button {
    font-size: 2em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.enlarge-button {
    font-size: 1.2em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    /* margin-bottom: 0.2em; */
    color: #aaa;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.enlarge-button:hover {
    color: #fff;
}

.enlarged {
    position: inherit !important;
}

.enlarged .carousel-indicators {
    bottom: auto;
}


/* Carousel */

.carousel {
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
}

.carousel-container {
    position: relative;
}

.carousel-item,
.carousel-inner {
    height: 100%;
}

.carousel-control-next.top,
.carousel-control-prev.top {
    width: 4rem;
    height: 2rem;
    margin: 2rem 4rem 0 4rem;
}

.carousel-in-background .enlarge-button.top {
    margin-top: 2rem !important;
    margin-left: 50%;
    width: 4rem;
    transform: translateX(-50%);
}

.carousel-in-background:not(.enlarged) button {
    display: none;
}

#carousel-testimonials {
    width: 100%;
    max-width: 600px;
    padding: 10px;
}

#carousel-testimonials .carousel-inner {
    height: 10rem;
    background-color: rgb(219, 212, 191);
    border-radius: 0.5rem;
}

.carousel-caption-only {
    color: #444 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: -0.3rem;
}

.carousel-enlarge-button {
    position: absolute;
    z-index: 1000;
    width: 100%;
    text-align: center;
    margin-top: 1rem !important;
}

.carousel,
.imgBig {
    width: 600px;
    height: 270px;
    display: inline-block;
    object-fit: cover;
}

.imgContact,
.imgAccordionHead {
    width: 50vw;
    height: 50vw;
    max-width: 150px;
    max-height: 150px;
}

.bw {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.8;
}

.carousel.auto-height {
    height: auto;
}

#c-surroundings-container {}


/* mobil képernyő esetén ugrások lesznek az álló háttérben a böngészősáv elrejtése/megjelenítése miatt, ezért ott nem lehet fix a háttér */

@media only screen and (max-width: 700px) {
    .carousel,
    .imgBig {
        width: 100%;
        height: 40vw;
        object-fit: cover;
    }
    .carousel-in-background {
        width: 95%;
    }
    .carousel-caption-only {
        font-size: 90%;
    }
    .youtube-video {
        width: 90vw;
        height: 52vw;
    }
    .enlarge-button {
        display: none;
    }
    .carousel-in-background .carousel-enlarge-button {
        display: grid;
    }
    .carousel-in-background .enlarge-button {
        display: grid;
    }
}

@media only screen and (min-width: 1200px) {
    .max50 {
        max-width: 50vw;
    }
    #enlarger-inner .carousel,
    #enlarger-inner .imgBig {
        width: 70vw;
        height: 32vw;
    }
}

@media ((orientation: landscape) and (min-width: 800px) and (min-height: 550px)) {
    .container-hv-center-large-screen {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .carousel-in-background {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .carousel-in-background.carousel-cover {
        top: 0px;
        z-index: 0 !important;
        object-fit: cover;
        background-color: #000;
        opacity: 0.4;
    }
    .carousel-in-background .carousel-buttons {
        display: none;
    }
    .carousel-in-background .carousel {
        width: 100%;
        height: 100%;
    }
    .carousel-in-background .carousel-inner {
        background-color: #000;
    }
    .carousel-in-background .carousel-caption {
        color: #666;
    }
    .carousel-in-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
    }
    section.with-carousel-in-background {
        color: #ddd !important;
        background-color: rgba(0, 0, 0, 0) !important;
    }
}

@media only screen and (max-width: 991px) {
    .navbar .vr {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .navbar .hr {
        display: none;
    }
}