/* cmsms stylesheet: QueRy - CSS modified: 2022. július 8., péntek 15:58:26 */
html {
    height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: min-content;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    background-color: #fff;
    line-height: 1.8;
    font-weight: 300;
    color: #525252;
    padding-bottom: 4em;
}

body#emlek {
    background-color: #12110e;
    color: #c3c3c3;
}

.body-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-image: url(https://query.zalaszamteszt.hu/uploads/images/default-bcg.jpg);
    opacity: 0.3;
}

body#emlek .body-background {
    background-image: url(https://query.zalaszamteszt.hu/uploads/images/emlek-bcg.jpg);
    opacity: 1;
}

body#info .body-background {
    background-image: url(https://query.zalaszamteszt.hu/uploads/images/pet-bcg.jpg);
    opacity: 1;
}

body#info.targy .body-background {
    background-image: url(https://query.zalaszamteszt.hu/uploads/images/targy-bcg.jpg);
    opacity: 0.3;
}

body#group .body-background {
    background-image: url(https://query.zalaszamteszt.hu/uploads/images/group-bcg.jpg);
    opacity: 0.2;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    display: inline-block;
    font-weight: 800;
    word-break: break-word;
    line-height: 1.1;
}

body#info.pet .h1, body#info.pet .h2, body#info.pet .h3, body#info.pet .h4, body#info.pet .h5, body#info.pet .h6, body#info.pet h1, body#info.pet h2, body#info.pet h3, body#info.pet h4, body#info.pet h5, body#info.pet h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 900;
}

body#emlek .h1, body#emlek .h2, body#emlek .h3, body#emlek .h4, body#emlek .h5, body#emlek .h6, body#emlek h1, body#emlek h2, body#emlek h3, body#emlek h4, body#emlek h5, body#emlek h6 {
    font-family: 'Quattrocento', serif;
    font-weight: 700;
    line-height: 1.0;
}

.h1, h1 {
    font-size: 3.5em;
    background: linear-gradient(298deg, #EB5E00 0%, #FFC300 100%);
    background: -webkit-linear-gradient(298deg, #EB5E00 0%, #FFC300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

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

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

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

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

section {
    padding: 3em 0;
}

img {
    max-width: 100%;
}

.shadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 18%);
}

.button-container {
    text-align: center;
}

.btn {
    line-height: 1.2;
    padding: 0.75em 1em;
    cursor: pointer;
}

.btn-primary {
    color: #7e3800;
    background: linear-gradient(298deg, #EB5E00 0%, #FFC300 100%) !important;
    background: -webkit-linear-gradient(298deg, #EB5E00 0%, #FFC300 100%) !important;
    border: 0 !important;
    font-weight: 500;
}

.btn-primary:hover {
    color: #7e3800;
    background: linear-gradient(298deg, #FFC300 0%, #EB5E00 100%) !important;
    background: -webkit-linear-gradient(298deg, #FFC300 0%, #EB5E00 100%) !important;
    border: 0 !important;
}

.contact-button i {
    font-size: 1.2em;
    opacity: 0.4;
    margin-right: 0.5em;
}

.contact-button span {
    text-align: left;
}

.profile-div {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 0.75em;
}

body#emlek .profile-div {
    background-color: #000;
    border-radius: 0;
}

.profile-div img {
    width: 100%;
}

body#emlek .profile-div img {
    border: 3px solid #1a1a1a;
    filter: grayscale(100%);
}

.profile-div img.no-image {
    width: auto;
    border: 0;
    opacity: 0.15;
    filter: grayscale(100%);
}

.datum {
    text-align: center;
    background-color: #000;
    font-size: 1.5em;
    font-weight: 700;
}

.datum > div {
    background: linear-gradient(298deg, #EB5E00 0%, #FFC300 100%);
    background: -webkit-linear-gradient(298deg, #EB5E00 0%, #FFC300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.on-content .idezet {
    position: relative;
    font-family: 'Quattrocento', serif;
    font-weight: 100;
    line-height: 1.5em;
    font-size: 1.2em;
    padding: 2em;
    color: #787878;
}

.on-content .idezet i {
    position: absolute;
    font-size: 5em;
    opacity: 0.1;
    z-index: -1;
}

.on-content .idezet i.fa-quote-left {
    left: 0;
    top: 0;
}

.on-content .idezet i.fa-quote-right {
    right: 0;
    bottom: 0;
}

.badge {
    background-color: rgb(0 0 0 / 6%);
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    color: inherit;
    text-align: left;
    white-space: unset;
    border-left: 6px solid #EB5E00;
}

body#emlek .badge {
    background-color: rgb(255 255 255 / 10%);
    text-align: center;
    border-left: 0;
}

.badge-text {
    font-weight: 500;
    padding: 0.7em 1.3em;
    line-height: 1.2;
}

body#emlek .badge-text {
    font-weight: 300;
}

.badge .badge-text span.label {
    margin-right: 0.75em;
    font-size: 1.2em;
    flex: 2;
}

body#emlek .badge .badge-text span.label {
    margin-bottom: 0.3em;
    margin-right: 0;
    font-size: 1em;
    flex: unset;
}

.badge .badge-text span.data {
    font-size: 1.3em;
    font-weight: 700;
    flex: 3;
}

body#emlek .badge .badge-text span.data {
    font-weight: 600;
    background: linear-gradient(298deg, #EB5E00 0%, #FFC300 100%);
    background: -webkit-linear-gradient(298deg, #EB5E00 0%, #FFC300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex: unset;
}

.badge a.badge-button {
    background: linear-gradient(298deg, #EB5E00 0%, #FFC300 100%);
    background: -webkit-linear-gradient(298deg, #EB5E00 0%, #FFC300 100%);
    color: #000;
    padding: 0.5em;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    text-decoration: none;
    font-size: 1.3em;
}

.galeria {
    background-color: rgb(255 255 255 / 10%);
    padding: 0 0.5em;
}

.galeria a img {
    filter: grayscale(80%);
}

.galeria a:hover img {
    filter: grayscale(0%);
}

.picture {
    height: 100%;
    background-color: rgb(255 255 255 / 80%);
    padding: 6px;
    text-align: center;
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: transform .4s;
}

.picture:hover {
    transform: scale(1.06);
}

.picture .pic-text {
    flex: 1;
    text-align: center;
    overflow: hidden;
    word-break: break-word;
    line-height: 1.2;
}

.picture .pic-text .gallery-title {
    font-weight: 700;
    margin: 0.5em 0;
    background: linear-gradient(298deg, #EB5E00 0%, #FFC300 100%);
    background: -webkit-linear-gradient(298deg, #EB5E00 0%, #FFC300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.picture .pic-text .gallery-comment {
    font-size: 0.9em;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.picture .btn {
    width: 100%;
}

.fotogaleria {
    padding: 0 0.5em;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 0.5em;
}

header, footer {
    background-color: #fff;
    padding: 1em 0;
    font-size: 0.9em;
}

header {
    padding: 0.5em 0;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

body:not(#emlek) header img.dark, body:not(#emlek) footer img.dark {
    display: none;
}

body:not(#emlek) header img.light, body:not(#emlek) footer img.light {
    display: block;
}

body#emlek header img.dark, body#emlek footer img.dark {
    display: block;
}

body#emlek header img.light, body#emlek footer img.light {
    display: none;
}

body#emlek header, body#emlek footer {
    background-color: rgb(22 22 22 / 90%);
}

footer .links a {
    display: flex;
    align-items: center;
    color: #4c4c4c;
    text-decoration: none;
    margin-left: 1em;
}

body#emlek footer .links a {
    color: #c3c3c3;
}

footer .links a:not(:first-child)::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 0.5em;
    font-weight: 900;
    margin-right: 2em;
    color: #EB5E00;
}

footer .links a:hover {
    color: #EB5E00;
}

body#emlek footer .links a:hover {
    color: #FFC300;
}

footer .links a:first-child {
    margin-left: 0;
}

header img, footer img {
    width: 150px;
}

body#emlek .modal-content {
    background-color: #262626;
}

label.form-label {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.6em;
}

body#emlek .form-control {
    color: #a9a9a9;
    background-color: #ffffff1c;
    border: 1px solid #00000000;
}

@media screen and (max-width: 991.9px) {
    body {
        font-size: 0.95em;
        line-height: 1.6;
    }

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

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

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

    .badge a.badge-button {
        font-size: 1.6em;
    }

    header img, footer img {
        width: 120px;
    }
}

@media screen and (max-width: 575.9px) {
    body {
        padding-bottom: 6em;
    }

    .badge a.badge-button {
        font-size: 1.8em;
    }

    footer .links a {
        margin-left: 0;
    }

    footer .links a:not(:first-child)::before {
        content: "";
        font-size: 0;
        margin-right: 0;
        color: transparent;
    }

    header img, footer img {
        width: 110px;
    }
}
/* cmsms stylesheet: QueRy - Lightbox CSS modified: 2022. július 8., péntek 1:35:27 */
/* LIGHTBOX  -  version 2.8.2 */

/* Preload images */
body:after {
  content: url(https://query.zalaszamteszt.hu/modules/Gallery/templates/lightbox/images/close.png) url(https://query.zalaszamteszt.hu/modules/Gallery/templates/lightbox/images/loading.gif) url(https://query.zalaszamteszt.hu/modules/Gallery/templates/lightbox/images/prev.png) url(https://query.zalaszamteszt.hu/modules/Gallery/templates/lightbox/images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 0;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: black;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 0;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://query.zalaszamteszt.hu/modules/Gallery/templates/lightbox/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://query.zalaszamteszt.hu/modules/Gallery/templates/lightbox/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://query.zalaszamteszt.hu/modules/Gallery/templates/lightbox/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://query.zalaszamteszt.hu/modules/Gallery/templates/lightbox/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
