/* cmsms stylesheet: Lévai Barbi NEW - CSS modified: 2023. december 12., kedd 16:06:12 */
:root {
    --rose: #faadb5;
    --rose-dark: #89555b;
    --rose-transparent: #c778814d;
    /* --rose-dark-transparent: #a55c634d; */
    --rose-dark-transparent: #6f373d4d;
    --rose-darkest-transparent: #ad747acf;

    --green: #65b9b2;
    --green-dark: #3e4134;

    --font-size: 17px;
    --line-height: 1.5;
    --font-color: #373737;
    --header-height: 80px;
    --pageslider-height: 35vh;
}

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--font-color);
}

a {
    cursor: pointer;
}

header {
    z-index: 2;
}

body:not(.scrolled) header {
    height: calc( var(--header-height) + 20px);
    transition-duration: 350ms;
}

body.scrolled header {
    height: var(--header-height);
    transition-duration: 350ms;
}

body:not(.scrolled) nav {
    background-color: transparent;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    transition-duration: 350ms;
}

body.scrolled nav {
    background-color: var(--rose-dark-transparent);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    transition-duration: 350ms;
}

.btn-rose {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: var(--rose);
    --bs-btn-border-color: var(--rose);
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: var(--rose);
    --bs-btn-hover-border-color: var(--rose);
    --bs-btn-focus-shadow-rgb: var(--rose);
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: var(--rose);
    --bs-btn-active-border-color: var(--rose);
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: var(--rose);
    --bs-btn-disabled-border-color: var(--rose);
}

nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0.2em;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

nav .nav-link.active, nav .nav-link.show, nav .nav-link:hover, nav .nav-link:focus {
    /* color: var(--rose-dark) !important; */
    color: #fff !important;
    border-bottom: 3px solid var(--rose);
}

nav ul.dropdown-menu.show {
    border-radius: 0;
    border: 0;
    background-color: var(--green);
    color: #fff;
    font-size: 1.05em;
    -webkit-box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.5); 
    box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.25);
}

nav ul.dropdown-menu a.dropdown-item {
    color: #fff;
    font-weight: 300;
}

nav ul.dropdown-menu a.dropdown-item.active, nav ul.dropdown-menu a.dropdown-item:active {
    background-color: rgba(255,255,255,0.2);
}

nav ul.dropdown-menu a.dropdown-item:focus, nav ul.dropdown-menu a.dropdown-item:hover {
    background-color: rgba(255,255,255,0.8);
    color: var(--green-dark);
}

section.csempe-menu a, .gallery a.gallery-img {
    display: block;
    position: relative;
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
    overflow: hidden;
    min-height: 200px;
    text-decoration: none;
    background-position: center;
    background-size: cover;
}

section.csempe-menu a h3, .gallery a.gallery-img h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 25%;
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    opacity: 1;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--rose-transparent);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    transition-duration: 350ms;
}

section.csempe-menu a:hover h3, .gallery a.gallery-img:hover h3 {
    min-height: 100%;
    transition-duration: 350ms;
}

.gallery a.gallery-img.group:hover {
    opacity: 0.7;
}

button.navbar-toggler, button.navbar-toggler:hover, button.navbar-toggler:focus, button:focus-visible {
    border: 0 !important;
    outline: unset !important;
    box-shadow: unset !important;
    color: #fff;
}

button.navbar-toggler i {
    color: #fff;
}

.navbar-brand img {
    height: calc(var(--header-height) - 1rem);
    width: auto;
    margin-right: 1.5rem;
}

.navbar-brand, .navbar-brand:hover {
    color: #fff;
    padding: 0;
    line-height: normal;
    transition-duration: 350ms;
}

body:not(.scrolled) .navbar-brand {
    font-size: 2.75em;
}

body.scrolled .navbar-brand {
    font-size: 2.5em;
}

content {
    flex: 1;
    z-index: 1;
}

body:not(.scrolled) content section:first-child:not(#slider) {
    margin-top: calc( var(--header-height) + 20px);
}

body.scrolled content section:first-child:not(#slider) {
    margin-top: var(--header-height);
}

content p a:not(.btn) {
    color: var(--rose);
    font-weight: 400;
    text-decoration: none;
}

content p a:not(.btn):hover {
    color: var(--rose-dark);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .navbar-brand {
    font-family: 'Meow Script', cursive;
}

h6, .h6 {
    font-size: 1.5em;
    opacity: 0.5;
}

h5, .h5 {
    font-size: 1.75em;
    opacity: 0.5;
}

h4, .h4 {
    font-size: 2em;
    opacity: 0.6;
}

h3, .h3 {
    font-size: 2.5em;
    opacity: 0.7;
}

h2, .h2 {
    font-size: 3em;
    color: var(--green);
}

h1, .h1 {
    font-size: 3.5em;
    color: var(--rose);
}

img {
    max-width: 100% !important;
}

.content-img, .pic-block {
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
}

.pic-block {
    background-color: #efefef;
}

.minimal-menu, .minimal-menu div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.minimal-menu a {
    padding: 0.75em 1em;
    line-height: normal;
    background-color: var(--rose);
    color: #fff;
    margin: 0 3px 3px 0;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.minimal-menu a i {
    font-size: 0.7em;
    margin-right: 0.5em;
    opacity: 0.5;
}

.minimal-menu a.currentpage {
    background-color: var(--green);
}

#slider .content-img {
    object-fit: unset !important;
    height: auto !important;
}

#slider .content-img.no-radius {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

section#slider {
    height: var(--slider-height);
}

section#slider .carousel-item {
    position: relative;
    height: var(--slider-height);
}

section#slider.page-header {
    height: var(--pageslider-height);
}

section#slider.page-header .carousel-item {
    height: var(--pageslider-height);
}

section#slider .carousel-item img {
    object-fit: cover;
    height: var(--slider-height);
}

section#slider.page-header .carousel-item img {
    height: var(--pageslider-height);
}

section#slider.page-header .title-block {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

section#slider.page-header .title-block h1 {
    color: #fff !important;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 2.1em;
    text-align: center;
    padding: 0 1em;
}

section#slider .carousel-item .carousel-main-fade, .csempe-main-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--rose);
    opacity: 0.6;
}

section#slider .carousel-item .carousel-main-fade.first-slide {
    opacity: 0.3;
    background: var(--rose);
    background: -moz-linear-gradient(360deg, var(--rose) 0%, var(--rose-dark) 100%);
    background: -webkit-linear-gradient(360deg, var(--rose) 0%, var(--rose-dark) 100%);
    background: linear-gradient(360deg, var(--rose) 0%, var(--rose-dark) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--rose)",endColorstr="var(--rose-dark)",GradientType=1);
}

.green-main-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--green);
    opacity: 0.6;
}

section.grey {
    background-color: #efefef;
}

section.green {
    color: #fff !important;
    background-color: var(--green);
}

section.slogan.home-spec1 {
    position: relative;
    background-image: url('https://levainagybarbi.hu/uploads/images/Slider/flat-lay-transparent-leaves-lamina2.jpg');
    background-position: center;
    background-size: cover;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

section.slogan.home-spec1 h3, section.slogan.home-spec1 p {
    opacity: 1;
}

section#news .hir:first-child {
    margin-top: 0 !important;
}

section#news .hir:last-child {
    margin-bottom: 0 !important;
}

section#news .hir a:not(.btn) {
    color: inherit;
    text-decoration: none;
}

section#news .hir .hir-header {
    /* background-color: #efefef;
    border-radius: 2em; */
    opacity: 0.6;
    border-bottom: 2px dotted #cbcbcb;
}

section#news .hir .hir-header .head-big {
    font-size: 1.1em;
    font-weight: 600;
    color: var(--rose-dark);
}

body#home section#news .hir h2 {
    font-size: 1.7em;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}

svg#headerMotivum {
    margin-bottom: 1em;
    width: 150px;
    height: auto;
}

svg#headerMotivum .fil0 {
    fill: #fff;
}

.ytvideo {
    width: 100%;
    height: 250px;
}

.ytvideo.big-video {
    width: 100%;
    height: 350px;
}

.ytvideo.big-video2 {
    width: 100%;
    height: 420px;
}

#rolamMondtak p {
    font-size: 0.95em;
}

#rolamMondtak .card {
    border-radius: 1em;
}

#rolamMondtak span {
    font-family: 'Meow Script', cursive;
    font-size: 1.85em;
}

#rolamMondtak span i {
    font-size: 0.6em;
    opacity: 0.4;
}

#rolamMondtak .card i.fa-quote-right {
    font-size: 5em;
    opacity: 0.075;
}

.contact-block {
    color: var(--font-color);
    border-top-left-radius: 2em;
    border-bottom-right-radius: 2em;
    border-left: 6px solid var(--rose);
    text-decoration: none;
    text-align: center;
}

iframe.contact-block {
    height: 40vh;
}

.contact-block i {
    font-size: 3.25em;
    opacity: 0.35;
}

.contact-block span {
    font-size: 1.1em;
    font-weight: 400;
}

.contact-block:hover {
    background-color: var(--rose);
}

.contact-block:hover i, .contact-block:hover span {
    color: #fff;
}

.prices-block {
    border-top-left-radius: 2em;
    border-bottom-right-radius: 2em;
    border-left: 6px solid var(--rose) !important;
}

.prices-block hr {
    min-width: 20px;
}

.price-number {
    text-wrap: nowrap;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    max-height: 70vh;
    overflow-y: auto;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    /* max-width: 140px; */
    max-height: 80px;
    object-fit: contain;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.freeprivacypolicy-com---nb-simple {
    right: 1em;
    bottom: 1em;
    border-radius: 1em;
    overflow: hidden;
}

.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
    background-color: rgba(255,255,255,0.9);
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--font-color);

    -webkit-box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.5); 
    box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.25);
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 2rem;
}

.freeprivacypolicy-com---palette-light .cc-nb-title {
    color: var(--font-color);
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree {
    color: #fff;
    background-color: var(--rose);
}

.freeprivacypolicy-com---nb .cc-nb-title {
    font-size: 1.3em;
    line-height: normal;
    font-weight: 600;
}

footer {
    background-color: var(--green);
    color: #fff;
    font-size: 0.95em;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul.contacts li {
    font-size: 1.1rem;
}

footer ul.contacts i {
    opacity: 0.5;
    margin-right: 0.25em;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer li a {
    display: inline-block;
    margin: 0.1em 0;
}

footer li a:hover {
    text-decoration: underline;
}


@media (max-width: 1399.98px) {
    :root {
        --header-height: 70px;
    }

    body:not(.scrolled) .navbar-brand {
        font-size: 2.5em;
    }

    body.scrolled .navbar-brand {
        font-size: 2.25em;
    }

}

@media (max-width: 1199.98px) {
    nav .nav-link {
        font-size: 0.85em;
    }

    h6, .h6 {
        font-size: 1.7em;
    }

    h5, .h5 {
        font-size: 1.8em;
    }

    h4, .h4 {
        font-size: 2em;
    }

    h3, .h3 {
        font-size: 2.2em;
    }

    h2, .h2 {
        font-size: 2.5em;
    }

    h1, .h1 {
        font-size: 2.7em;
    }

    section#slider.page-header .title-block h1 {
        font-size: 1.8em;
    }

    body:not(.scrolled) .navbar-brand {
        font-size: 2.1em;
    }

    body.scrolled .navbar-brand {
        font-size: 1.9em;
    }

    .contact-block span {
        font-size: 0.9em;
    }

}

@media (max-width: 991.98px) {
    :root {
        --header-height: 60px;
    }
    nav .nav-link {
        font-size: 1em;
        margin: 0 1em;
    }

    .navbar-brand {
        font-size: 2em !important;
    }

    #navbarNavDropdown {
        background-color: var(--green);
        position: absolute;
        right: 0;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        transition-duration: 350ms;
        min-width: 60vw;
        -webkit-box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.5); 
        box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.25);
    }

    #navbarNavDropdown .nav-link.active, nav .nav-link.show, nav .nav-link:hover {
        color: var(--rose) !important;
    }

    body:not(.scrolled) #navbarNavDropdown {
        top: calc( var(--header-height) + 20px);
    }

    body.scrolled #navbarNavDropdown {
        top: var(--header-height);
    }

    nav ul.dropdown-menu.show {
        background-color: transparent;
        padding-top: 0;
        margin-top: 0;
        width: 100%;
    }

    .minimal-menu {
        padding-top: 1em;
        flex-direction: column;
    }

    .minimal-menu a {
        margin: 2px 0;
        width: 100%;
        border-radius: 2em;
    }

    section.csempe-menu a, .gallery a.gallery-img {
        min-height: 175px;
    }

    section.csempe-menu a h3, .gallery a.gallery-img h3 {
        min-height: 28%;
    }

    section#news .hir .hir-header {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .ytvideo.big-video2 {
        height: 380px;
    }
}

@media (max-width: 767.98px) {
    :root {
        --header-height: 50px;
    }

    body {
        font-size: 0.95rem;
    }

    h6, .h6 {
        font-size: 1.7em;
    }

    h5, .h5 {
        font-size: 1.8em;
    }

    h4, .h4 {
        font-size: 1.9em;
    }

    h3, .h3 {
        font-size: 2em;
    }

    h2, .h2 {
        font-size: 2.1em;
    }

    h1, .h1 {
        font-size: 2.3em;
    }

    body#home section#news .hir h2 {
        font-size: 1.5em;
    }

    section#slider.page-header .title-block h1 {
        font-size: 1.75em;
    }

    .navbar-brand {
        font-size: 1.8em !important;
    }

    section.csempe-menu a, .gallery a.gallery-img {
        min-height: 145px;
        border-top-right-radius: 1.55em;
        border-bottom-left-radius: 1.55em;
    }

    section.csempe-menu a h3, .gallery a.gallery-img h3 {
        min-height: 30%;
    }

    .ytvideo.big-video2 {
        height: 320px;
    }
}

@media (max-width: 575.98px) {
    section.csempe-menu a, .gallery a.gallery-img {
        min-height: 120px;
    }

    section.csempe-menu a h3, .gallery a.gallery-img h3 {
        min-height: 35%;
        border-top-right-radius: 1.25em;
        border-bottom-left-radius: 1.25em;
    }

    .ytvideo.big-video2 {
        height: 240px;
    }
}

@media (max-width: 991.98px) AND (orientation: landscape) {
    .slider-flex > div {
        width: 100% !important;
    }
    .slider-flex > div p {
        font-size: 1.35em !important;
    }

    .slider-flex .content-img {
        display: none !important;
    }
}

@media (orientation: landscape) {
    :root {
        --slider-height: 60vh;
    }
}

@media (orientation: portrait) {
    :root {
        --slider-height: 80vh;
    }

    .slider-flex {
        flex-direction: column !important;
    }

    .slider-flex > div {
        width: 100% !important;
    }

    .slider-flex .content-img {
        max-width: 60% !important;
        margin-bottom: 1em;
    }
}
