/* cmsms stylesheet: VT - CSS modified: 2024. április 11., csütörtök 13:23:50 */
:root {
    --vt-theme-color: #9F974F;
    --vt-title-color: #686242;
    --vt-text: #534f47;
    --vt-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28159, 151, 79, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.font-theme {
    font-family: "Fredoka", sans-serif;
}

.font-theme-color {
    color: var(--vt-theme-color);
}

.font-title-color {
    color: var(--vt-title-color);
}

body.loading .loading-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    background-color: #fff;
}

body.loading .loading-page img {
    width: 50vw;
    max-width: 350px;
    height: auto;
}

body:not(.loading) .loading-page {
    display: none !important;
}

body.loading header, body.loading main {
    display: none !important;
}

body:not(.loading) header {
    display: block !important;
}

body:not(.loading) main {
    display: flex !important;
}

body {
    font-family: "Noto Serif Georgian", serif;
    font-weight: 400;
    font-size: 17px;
    color: var(--vt-text);
}

a:not(.btn):not(.nav-link):not(.dropdown-item) {
    color: var(--vt-theme-color);
    text-decoration: none;
    font-weight: 600;
}

a:not(.btn):not(.nav-link):not(.dropdown-item):hover {
    text-decoration: underline;
}

b, strong {
    font-weight: 800;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}

.btn {
    font-family: "Fredoka", sans-serif;
    text-transform: uppercase;
    --bs-btn-padding-x: 2em;
    border-radius: 3em !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--vt-theme-color);
    --bs-btn-border-color: var(--vt-theme-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--vt-title-color);
    --bs-btn-hover-border-color: var(--vt-title-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--vt-theme-color);
    --bs-btn-active-border-color: var(--vt-theme-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--vt-theme-color);
    --bs-btn-disabled-border-color: var(--vt-theme-color);
}

header {
    max-height: 100vh;
}

header #headerText {
    font-family: "Fredoka", sans-serif;
    background-color: var(--vt-theme-color);
    color: #fff;
}

header #headerText a {
    text-decoration: none;
}

.m-6 {
    margin: 4rem !important;
}

.ms-6 {
    margin-left: 4rem !important;
}

.me-6 {
    margin-right: 4rem !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.mx-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.p-6 {
    padding: 4rem !important;
}

.ps-6 {
    padding-left: 4rem !important;
}

.pe-6 {
    padding-right: 4rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.logo {
    height: 55px;
    width: auto;
    margin-top: -13px;
}

.profile-icon {
    font-size: 2em;
}

.text-white a:not(.btn) {
    color: #fff !important;
}

.profile-icon:hover {
    text-decoration: none !important;
}

.navbar-toggler {
    color: var(--vt-theme-color);
    background-color: transparent;
    border: 0;
    border-radius: unset;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-toggler-icon {
    background-image: var(--vt-toggler-icon-bg);
}

.navbar-nav {
    font-family: "Fredoka", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-link {
    color: var(--vt-text);
}

.nav-link.active, .nav-link:hover {
    color: var(--vt-theme-color) !important;
}

.navbar-collapse.collapsing, .navbar-collapse.collapse.show {
    position: fixed;
    right: 0;
    top: 6.5em;
    bottom: 0;
    left: 0;
}

.navbar-collapse.collapsing > div, .navbar-collapse.collapse.show > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 5em;
    background-color: #fff;
    padding: 2em;
    overflow-y: auto;
    border-top-left-radius: 3em;
    -webkit-box-shadow: -4px 17px 29px 0px rgba(0,0,0,0.55); 
    box-shadow: -4px 17px 29px 0px rgba(0,0,0,0.55);
}

.dropdown-menu.show {
    border-radius: 0;
    border: 0;
    box-shadow: var(--bs-box-shadow) !important;
}

.dropdown-item {
    color: var(--vt-text);
    font-size: 0.95em;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--vt-theme-color);
}

#langMenu {
    list-style: none;
    font-family: "Fredoka", sans-serif;
}

#vtSlider h3 {
    line-height: 1.5;
}

footer {
    font-family: "Fredoka", sans-serif;
    background-color: var(--vt-title-color);
    color: #fff;
    /* font-size: 0.9em; */
}

footer a {
    color: #fff !important;
    font-weight: inherit !important;
}

footer a:hover {
    text-decoration: none !important;
}

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

#footer2 {
    background-color: rgba(0,0,0,0.2);
}

.title-h1 {
    padding: 1.5em 0 3.5em 0;
}

.title-hover {
    background: rgb(159,151,79);
    background: -moz-linear-gradient(270deg, rgba(159,151,79,1) 0%, rgba(104,98,66,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(159,151,79,1) 0%, rgba(104,98,66,1) 100%);
    background: linear-gradient(270deg, rgba(159,151,79,1) 0%, rgba(104,98,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f974f",endColorstr="#686242",GradientType=1);
    opacity: 0.6;
}

.slider-hover {
    background: rgb(87 83 45);
    background: -moz-linear-gradient(270deg, rgba(87 83 45) 0%, rgba(33 21 0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(87 83 45) 0%, rgba(33 21 0) 100%);
    background: linear-gradient(270deg, rgba(87 83 45) 0%, rgba(33 21 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57532d",endColorstr="#211500",GradientType=1);
    opacity: 0.6;
}

.slider-hover.no-slider-text {
    opacity: 0.3;
}

.carousel-item {
    overflow: hidden;
}

.carousel-item img.slider-pic {
    -webkit-animation: slide-zoom 18s infinite alternate;
}

@keyframes slide-zoom {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.12);
    }
    100% {
        transform: scale(1.0);
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
}

.carousel-indicators {
    bottom: 2rem;
}

.carousel-caption {
    bottom: 4.5rem;
}

.gallery-box a:hover {
    text-decoration: none !important;
}

.gallery-box a img, .news-picture a img {
    transition: transform .2s;
    opacity: 1;
}

.gallery-box a:hover img, .news-picture a:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.gallery-box-title {
    background-color: var(--vt-title-color);
}

.lb-details {
    display: none !important;
}

.news-picture {
    height: 268px;
}

.news-summary {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 7; /* number of lines to show */
           line-clamp: 7;
   -webkit-box-orient: vertical;
}

.news-summary.summary-right {
   -webkit-line-clamp: 5;
           line-clamp: 5;
}

a.backlink, .pagi a {
    text-decoration: none !important;
}

.g-maps {
    width: 100%;
}

.contact-blokk:hover, .contact-blokk:hover i {
    color: #fff !important;
    background-color: var(--vt-theme-color) !important;
}

.person-img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
}

.person-text-block {
    margin-top: -1em;
}

.person-text-block .person-name {
    word-wrap: break-word;
}

textarea, input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="checkbox"], .form-control {
    border: 2px solid var(--vt-theme-color);
    border-radius: 1.5em;
}

textarea:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="checkbox"]:focus, .form-control:focus {
    border-color: var(--vt-theme-color);
    box-shadow: 0 0 0 0.25rem rgb(159 151 79 / 30%);
}

@media (orientation: landscape) {
    .carousel-item {
        height: 65vh;
    }

    .g-maps {
        height: 40vh;
    }
}

@media (orientation: portrait) {
    .carousel-item {
        height: 55vh;
    }

    .g-maps {
        height: 60vh;
    }
}

@media (max-width: 1399.98px) {
    .news-picture {
        height: 228px;
    }
}

@media (max-width: 1199.98px) {
    .news-picture {
        height: 268px;
    }
}

@media (max-width: 991.98px) {
    body {
        font-size: 16px;
    }

    .dropdown-menu.show {
        box-shadow: unset !important;
    }

    .title-h1 {
        padding: 1.2em 0 2.2em 0;
    }

    .carousel-indicators {
        bottom: 1.75rem;
    }

    .carousel-caption {
        bottom: 4rem;
    }

    .news-picture {
        height: 228px;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 15px;
    }

    .logo {
        height: 50px;
    }

    .title-h1 {
        padding: 1em 0 2em 0;
    }

    .carousel-indicators {
        bottom: 1.5rem;
    }

    .carousel-caption {
        bottom: 3.5rem;
    }

    #vtSlider h3 {
        line-height: 1.3;
        font-size: 1.2em;
    }

    .news-picture {
        height: 268px;
    }

    .news-header.no-photo {
        border-top: 7px solid var(--vt-theme-color);
    }

    .news-header.no-photo.brd-tagoknak {
        border-top: 7px solid var(--bs-success);
    }

    .news-summary.summary-right {
       -webkit-line-clamp: 4;
               line-clamp: 4;
    }

    .person-img {
        width: 135px;
        height: 135px;
        border-radius: 135px;
    }
}

@media (max-width: 575.98px) {
    .logo {
        height: 45px;
    }

    .title-h1 {
        padding: 1em 0 1.75em 0;
    }

    .carousel-indicators {
        bottom: 1.25rem;
    }

    .carousel-caption {
        bottom: 3rem;
    }

    #vtSlider h3 {
        line-height: 1.25;
        font-size: 1.1em;
    }

    .news-picture {
        height: 228px;
    }

    .person-img {
        width: 120px;
        height: 120px;
        border-radius: 120px;
    }
}

@media (min-width: 992px) {
    .nav-link {
        padding-left: 0.75em !important;
        padding-right: 0.75em !important;
    }
}
