/* cmsms stylesheet: ZaronPhoto_MAINSTYLE modified: 22.10.2021 17:46:28 */
:root {
    --default-text: #c3c3c3;
    --dark: #171717;
    --dark-transparent: rgba(0,0,0,0.75);
    --dark-transparent-hard: rgba(0,0,0,0.85);
    --dark-transparent-soft: rgba(0,0,0,0.5);
    --titlehead-transparent: rgba(0,0,0,0.25);
    --black: #000;
    --primary: #33b0ff;
    --primary-dark: #016aad;
    --white: #fff;
    --white-transparent: rgba(255,255,255,0.075);
}

html {
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    color: var(--default-text);
    background-color: var(--dark);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

body.show-menu {
    overflow: hidden !important;
}

body#home, body#home-en, body#home-de {
    display: block;
}

body.loading header, body.loading content, body.loading footer, body.loading section.slider, body.loading #cookie-box,
body.block-ie header, body.block-ie content, body.block-ie footer, body.block-ie section.slider, body.block-ie #cookie-box {
    display: none;
}

.block-ie-text {
    display: none;
}

.noscript {
    margin: 2em 1em 1em 1em;
    font-size: 1.1em;
    color: var(--primary);
    padding: 1em;
    border: 1px solid var(--primary);
    border-radius: .5em;
}

body.block-ie .block-ie-text {
    display: inline-block;
    text-align: center;
    padding: 1em;
}

.big_container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big_container img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.btn-shadow {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.75) inset;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.75) inset;
}

.noselecttext {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    border-radius: 0;
    background-color: var(--dark-transparent-soft);
}

body::-webkit-scrollbar {
    width: 16px;
    background-color: var(--dark-transparent-soft);
}

body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.5);
    background-color: var(--primary);
}

content {
    flex: 1;
}

b, strong {
    font-weight: 800;
}

h1 {
    font-family: 'Bitter', serif;
    font-weight: 300;
    margin: 0;
    padding: .2em 0;
    font-size: 3.5em;
    color: var(--primary);
}

body.loading h1.home, body.block-ie h1.home {
    display: none;
}

h1.home {
    background-color: var(--white-transparent);
    padding: 1em;
    font-size: 0.7em;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
    font-family: 'Bitter', serif;
    font-weight: 500;
    margin: 0;
    padding: .25em 0;
    font-size: 2.5em;
    color: var(--white);
}

h3 {
    font-weight: 900;
    margin: 0;
    padding: .3em 0;
    font-size: 1.6em;
    color: var(--white);
}

h4 {
    font-weight: 100;
    margin: 0;
    padding: .4em 0;
    font-size: 1.5em;
    color: var(--white);
}

h5 {
    font-family: 'Bitter', serif;
    font-weight: 300;
    margin: 0;
    padding: .4em 0;
    font-size: 2.3em;
    font-style: italic;
    color: var(--primary);
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:hover {
    color: var(--white);
    text-decoration: none;
}

a.jump {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    opacity: 0 !important;
    bottom: 90px !important;
}

a.jump2 {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    opacity: 0 !important;
    top: -90px !important;
}

a.scrolltop {
    display: block;
    background-color: var(--primary);
    color: var(--black);
    width: 65px;
    height: 65px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    font-size: 2em;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    z-index: 50;
    opacity: 1;

    -webkit-box-shadow: 0 0 30px var(--dark-transparent);
    -moz-box-shadow: 0 0 30px var(--dark-transparent);
    box-shadow: 0 0 30px var(--dark-transparent);
}

a.scrolltop.jump-up {
    bottom: 130px;
}

a.scrolltop:hover {
    opacity: .8;
}

.gyorsgombok {
    display: none;
}

.btn.inactive {
    opacity: 0.7;
}

.btn-primary {
    color: var(--dark);
    background-color: var(--primary);
    border-color: var(--primary);
    opacity: 1;
    transition: all 0.25s ease-in-out;
}

.btn-primary:hover {
    color: var(--dark);
    background-color: var(--primary);
    border-color: var(--primary);
    opacity: .85;
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:hover {
    color: var(--dark);
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary.focus, .btn-primary:focus {
    color: var(--dark);
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: unset;
}

content img {
    max-width: 100%;
    height: auto;
}

content ul {
    display: inline-block;
}

img.content-photo {
    float: left;
    max-width: 30%;
    margin: 0 2em .75em 0;
}

section#hamarosan, section#loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 5px solid var(--primary);
    text-align: center;
}

section#hamarosan h2 {
    margin-top: 1em;
}

svg.logo {
    height: auto;
    width: 100%;
}

svg.logo .fil0 {
    fill: var(--white);
}

section#hamarosan div.logo svg.logo, section#loading div.logo svg.logo {
    height: auto;
    width: 30vw;
}

section#hamarosan div.logo svg.logo .fil0, section#loading div.logo svg.logo .fil0 {
    fill: var(--white);
}

body.loaded section#loading {
    display: none;
}

body.loading section#loading {
    border-top: 0;
    animation-name: loading-opacity;
    animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation: loading-opacity 1s 1 alternate;
}

@keyframes loading-opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body.loading section#loading .spinner-border {
    color: var(--primary);
    width: 3rem;
    height: 3rem;
    margin-top: 2em;
}

header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    padding: 2em 0;
    background: var(--black);
    background: -moz-linear-gradient(180deg, var(--black) 0%, transparent 100%);
    background: -webkit-linear-gradient(180deg, var(--black) 0%, transparent 100%);
    background: linear-gradient(180deg, var(--black) 0%, transparent 100%);
    transition: all 0.25s ease-in-out;
}

body.scrolled header {
    padding: .5em 0;
    background: var(--dark-transparent);
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header svg.logo {
    max-width: 250px;
    height: auto;
}

header svg.logo .fil0 {
    fill: var(--white);
}

body:not(#home, #home-en, #home-de) section#header-title {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 50vh;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

body:not(#home, #home-en, #home-de) section#header-title img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}

body:not(#home, #home-en, #home-de) section#header-title.no-select-pic {
    height: auto;
    min-height: 280px;
}

body:not(#home, #home-en, #home-de) section#header-title .blur-bcg {
    margin-top: 130px;
    background-color: var(--titlehead-transparent);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 2;
}

body:not(#home, #home-en, #home-de) section#header-title .blur-bcg h1 {
    padding: .4em 0 .2em 0;
    text-shadow: 0px 0px 8px #000;
}

.mobil-menu-button, .mobil-menu-close {
    display: none;
}

nav {
    font-weight: 500;
}

nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

nav > ul > li {
    display: flex;
    position: relative;
}

nav > ul > li:first-child {
    display: none;
}

nav > ul > li > a {
    padding: 1em;
    text-transform: uppercase;
    color: var(--white);
    transition: all 0.25s ease-in-out;
    text-shadow: 0px 0px 8px #000;
}

nav > ul > li > a:hover {
    color: var(--primary);
    text-decoration: none;
}

nav > ul > li > a.active {
    color: var(--primary);
}

/* ------------------ A menü 3. szintjét elrejtjük! ------------------ */
nav > ul > li > ul > li ul, nav > ul > li > ul > li a::after {
    display: none !important;
}

nav ul li a i {
    font-size: 1.5em;
    padding-top: .2em;
}

nav li.parent > a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}

nav ul.dropdown {
    display: flex;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 3.5em;
    margin: 0;
    padding: 0;
    bottom: 3.5em;
    left: 0;
    list-style: none;
    flex-direction: column;
    background-color: var(--dark-transparent);
    color: var(--white);
    min-width: 240px;
    transition: all 0.25s ease-in-out;
}

nav ul.dropdown li:first-child {
    margin-top: 1em;
}

nav ul.dropdown li:last-child {
    margin-bottom: 1em;
}

nav > ul > li:last-child ul.dropdown {
    right: 0;
    left: unset;
}

nav > ul > li:hover ul.dropdown {
    bottom: unset;
    height: auto;
    opacity: 1;
}

nav ul.dropdown li a {
    padding: .4em 1em;
    display: block;
    color: var(--white);
    transition: all 0.5s ease-in-out;
}

nav ul.dropdown li a:hover {
    background-color: var(--primary);
    color: var(--black);
    text-decoration: none;
}

nav ul.dropdown li a.active {
    color: var(--primary);
}

nav ul.dropdown li a.active:hover {
    color: var(--black);
}

section.slider {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100vh;
}

section.slider .carousel-item .picture {
    height: 100vh;
    -webkit-animation: slide-zoom 20s infinite alternate;
}

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

section.slider .carousel-item .picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

section.slider .arrow-down {
    bottom: -1px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 16;
}

section.slider .arrow-down.scroll-top {
    position: fixed;
}

section.slider .arrow-down.scrolled {
    position: absolute;
}

section.slider .arrow-down a {
    display: inline-block;
    padding: 0 1.5em;
    background-color: var(--dark);
    color: var(--white);
    font-size: 1.8em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

section.slider .arrow-down a:hover {
    color: var(--primary);
}

section.slider .arrow-down.scroll-top a i {
    animation: downarrow-pulse 1.5s infinite;
}
@keyframes downarrow-pulse {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1.0);
    }
}

section.slider .carousel-indicators {
    bottom: 3em;
}

content section:first-child {
    padding: 2.5em 0;
}

body:not(#home, #home-en, #home-de) content section:nth-child(2) {
    padding: 2.5em 0;
}

content section {
    padding-bottom: 2.5em;
    position: relative;
}

content section#content ul.menu {
    margin: 0 -.5em;
    margin-bottom: 3em;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

content section#content ul.menu li {
    width: 25%;
    position: relative;
    height: 190px;
}

content section#content ul.menu li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: .5em;
    overflow: hidden;
}

content section#content ul.menu li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: grayscale(0%);
    transition: all 0.35s ease-in-out;
}

content section#content ul.menu li a:hover img {
    filter: grayscale(100%);
}

content section#content ul.menu li a .menu-szoveg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    padding: .3em .6em;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    font-size: .9em;
    background-color: var(--titlehead-transparent);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    text-shadow: 0px 0px 8px #000;
    transition: all 0.35s ease-in-out;
}

content section#content ul.menu li a:hover .menu-szoveg {
    bottom: 20%;
    color: var(--primary);
}

.gallery .navigation-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.5em;
    background-color: var(--white-transparent);
    border-radius: 3em;
    text-align: center;
}

.gallery .pagenavigation {
	/* height: 50px; */
        display: flex;
        align-items: center;
}

.gallery .prevpage a, .gallery .prevpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0;
	text-indent: -1000px;
	background: url(https://zaronphoto.hu/uploads/images/gallery-prev.svg) transparent no-repeat 0 0;
        background-size: cover;
	overflow: hidden;
}

.gallery .nextpage a, .gallery .nextpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0 6px 0 0;
	text-indent: -1000px;
	background: url(https://zaronphoto.hu/uploads/images/gallery-next.svg) transparent no-repeat 0 0;
        background-size: cover;
	overflow: hidden;
}

.gallery .parentlink a {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	text-indent: -1000px;
	background: url(https://zaronphoto.hu/uploads/images/gallery-parent.svg) transparent no-repeat 0 0;
        background-size: cover;
	overflow: hidden;
}

.gallery .pagenavigation a:hover {
	background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em {
	background-position: 0 -80px;
}

.gallery .pagelinks a, .gallery .pagelinks em {
    padding: .5em;
    font-weight: 400;
}

.gallery .pagelinks em {
    color: #fff;
    font-style: normal;
}

.gallery .row {
    margin-right: -7px;
    margin-left: -7px;
}

.gallery div[class^="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}

.gallery .img {
    margin-bottom: 14px;
}

.gallery .gallery-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0.2em 0.75em;
    background-color: var(--titlehead-transparent);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    text-shadow: 0px 0px 8px #000;
    transition: all 0.35s ease-in-out;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    font-size: .9em;
}

.gallery a:hover .gallery-title {
    bottom: 10%;
    color: var(--primary);
}

.gallery.second .img {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.gallery .img a {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: var(--dark-transparent);
}

.gallery .img a img {
    border-radius: 0;
    transition: all 0.25s ease-in-out;
}

.gallery .img a:hover img {
    opacity: 0.55;
}

.gallery.second .img a img {
    opacity: 1;
}

.gallery.second .img a:hover img {
    border-radius: 0;
    opacity: 0.8;
}

.gallery .img img {
    width: 100%;
}

.gallery .gallerycomment {
    margin-bottom: 2em;
}

.gallery.second .mobile {
    display: none;
}

.gallery.second .no-mobile {
    display: block;
}

.gallery .gombok {
    display: none;
}

.gallery.second .gombok.aktiv {
    display: block;
}

.gallery .drive-extratext {
    text-align: center;
    font-weight: 600;
    color: var(--primary);
    margin-top: 1em;
}

.hir {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.hir:not(:last-child) {
    margin-bottom: 3em;
}

.hir .kep {
    width: 30%;
    overflow: hidden;
}

.hir .kep img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 220px;
}

.hir .kep a:hover img {
    opacity: .8;
}

.hir .szoveg {
    flex: 1;
    margin-left: 2em;
}

.hir .szoveg .cimsor {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
}

.hir .szoveg .cimsor h2 a {
    color: var(--white);
}

.hir .szoveg .cimsor h2 a:hover {
    color: var(--primary);
}

.hir .szoveg .cimsor .datum {
    margin-left: .5em;
    padding-left: .5em;
    font-weight: 600;
    border-left: 3px solid var(--primary);
}

.hir .szoveg .osszefoglalo {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(2em * 5);
}

.hiroldal .tartalom {
    display: inline-block;
}

.hiroldal img {
    max-width: 100%;
}

.hiroldal h2 a {
    padding-right: .5em;
}

.hiroldal .kep {
    float: left;
    width: 35%;
    margin: 0 2em 1em 0;
}

.hiroldal .kep img {
    width: 100%;
}

.hiroldal .datum {
    margin-bottom: 1.5em;
    padding-bottom: .5em;
    font-weight: 600;
    border-bottom: 1px solid var(--primary);
    text-align: left;
}

.hiroldal .osszefoglalo {
    margin-bottom: 1.5em;
}

.hiroldal .back-link {
    margin-top: 1.5em;
}

footer {
    font-size: .9em;
    line-height: normal;
    padding: 3em 0;
    background-color: var(--dark-transparent-soft);
}

footer svg.logo {
    max-width: 300px;
}

footer p {
    margin-bottom: .6em;
}

.cookie-box {
  position: fixed;
  line-height: normal;
  background: var(--dark-transparent-hard);
  padding: 1em 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size: .8em;
  font-weight: 300;
  text-align: center;
  border-top: 2px solid var(--white);
  -webkit-box-shadow: 0 1px 40px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 40px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.75);
}

.cookie-box p {
  text-align: left;
  margin-bottom: 0;
}

.cookie-box a {
  text-align: center;
  margin-bottom: .5em;
}

.cookie-box a.btn {
  font-size: 1.1em;
}

.cookie-box a.btn i {
  animation: cookie-pulse 1.5s infinite;
  margin-left: .5em;
}

.cookie-box a:hover:not(.btn) {
  color: #fff;
}

@keyframes cookie-pulse {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.0);
    }
}

.slide-in {
    opacity: 0;
}

.come-in {
    transform: translateY(300px);
    opacity: 0;
    animation: come-in 0.8s ease forwards;
    animation-delay: 0.1s;
}

@keyframes come-in {
    to {
        transform: translateY(0);
        opacity: 1.0;
    }
}

.already-visible {
    transform: translateY(0);
    opacity: 1.0;
    animation: none;
}

.pagi {
    text-align: center;
    margin-bottom: 2em;
}

.pagi.bottom {
    margin-top: 2em;
    margin-bottom: 0;
}

.pagi ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.pagi ul li {
    overflow: hidden;
    display: flex;
}

.pagi ul li:first-child {
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
}

.pagi ul li:last-child {
    border-top-right-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}

.pagi ul li a {
    padding: .5em;
    background-color: var(--dark-transparent-soft);
}

.pagi ul li:first-child a {
    padding-left: 1em;
}

.pagi ul li:last-child a {
    padding-right: 1em;
}

.pagi ul li a.nolink {
    cursor: default;
    color: var(--white);
}

.pagi ul li a.nolink span {
    color: var(--default-text);
    font-size: .9em;
}

.kartyak {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.kartya {
    display: flex;
    flex-direction: column;
    margin: 1em;
    width: calc(33.33% - 2em);
    background-color: var(--dark-transparent-soft);
    border-radius: .5em;
    overflow: hidden;
}

.kartya:hover {
    -webkit-box-shadow: 0 0 30px rgba(51, 176, 255, 0.75);
    -moz-box-shadow: 0 0 30px rgba(51, 176, 255, 0.75);
    box-shadow: 0 0 30px rgba(51, 176, 255, 0.75);
}

.kartya > div {
    padding: 1em;
}

.kartya-cim {
    text-align: center;
    color: var(--white);
    padding: .2em;
    font-weight: 500;
    font-size: 2.5em;
    background: var(--black);
}

.kartya-cim i {
    font-size: .6em;
    margin-right: .4em;
    color: var(--primary);
}

.kartya-leiras {
    flex: 1;
}

.kartya-leiras p {
    margin: 0;
}

.kartya-leiras ul {
    padding-left: 20px;
    margin: 0;
}

.kartya-ar {
    text-align: center;
    font-size: 1.5em;
    color: var(--primary);
    padding: .5em !important;
    padding-top: 0 !important;
}

.kartya-ar i {
    color: var(--white);
    margin-right: .7em;
}

.kerdes {
    background-color: var(--dark-transparent-soft);
}

.kerdes:not(:last-child) {
    margin-bottom: 1em;
}

.kerdes-fejlec a {
    display: block;
    width: 100%;
    padding: .5em 1em;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.kerdes-fejlec a i {
    color: var(--white);
    margin-right: .5em;
    font-size: 1.2em;
}

.kerdes-fejlec a.collapsed i.kinyit, .kerdes-fejlec a:not(.collapsed) i.bezar {
    display: inline !important;
}

.kerdes-fejlec a.collapsed i.bezar, .kerdes-fejlec a:not(.collapsed) i.kinyit {
    display: none !important;
}

.kerdes-szoveg > div {
    padding: 0 1em 1em 1em;
}

.kerdes-szoveg > div p:last-child {
    margin-bottom: 0;
}

.terkep iframe {
    width: 100%;
    height: 100%;
    min-height: 260px;
    filter: invert(90%);
}

.contact {
    font-size: 1.1em;
    margin-bottom: 1.5em;
}

.contact > div {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    line-height: normal;
}

.contact i {
    width: 30px;
    text-align: center;
    margin-right: 18px;
    font-size: 1.8em;
}

.contact .telefon {
    font-size: 1.7em;
    font-weight: 800;
}

.contact .telefon i {
    font-size: 1.2em;
}

.contact .telefon a {
    color: var(--white);
}

.contact .telefon a:hover {
    color: var(--primary);
}

.rolam-kartya {
    background-color: var(--white);
    display: flex;
    justify-content: stretch;
    align-items: center;
    padding: 1.5em;
}

.rolam-kerdoiv {
    padding-right: 1em;
    flex: 3;
}

.rolam-onarckep {
    flex: 2;
}

.rolam-mondtak {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.rolam-mondtak p {
    position: relative;
    width: calc(50% - .5em);
    margin-bottom: 1em;
    padding: 1em;
    font-style: italic;
    background-color: var(--white-transparent);
    overflow: hidden;
}

.rolam-mondtak p:nth-child(even) {
    margin-left: .5em;
}

.rolam-mondtak p:nth-child(odd) {
    margin-right: .5em;
}

#home .rolam-mondtak p, #home-en .rolam-mondtak p, #home-de .rolam-mondtak p {
    margin: 0 !important;
    width: 100% !important;
    margin-bottom: 1em !important;
}

.rolam-mondtak p::before, .rolam-mondtak p::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.6em;
    color: var(--primary);
    position: absolute;
    z-index: -1;
    opacity: .1;
}

.rolam-mondtak p::before {
    content: "\f10e";
    top: 0;
    left: .1em;
}

.rolam-mondtak p::after {
    content: "\f10d";
    bottom: 0;
    right: .3em;
}

.ProductItem .video-block {
    overflow: hidden;
    margin: 1em 0;
}

.ProductItem .video-block iframe {
    width: 100%;
}

.gdrive-iframe {
    width: 100%;
}

@media (orientation: landscape) {
  .ProductItem .video-block iframe {
    height: 60vh;
  }

    .gdrive-iframe {
        height: 50vh;
    }
}

@media (orientation: portrait) {
  .ProductItem .video-block iframe {
    height: 35vh;
  }

    .gdrive-iframe {
        height: 70vh;
    }
}

@media (max-width: 1199px) {
    body {
        font-size: 15px;
        line-height: 1.8;
    }

    h5 {
        font-size: 1.7em;
    }

    a.scrolltop {
        width: 55px;
        height: 55px;
        bottom: 25px;
        right: 25px;
    }

    nav ul li a i {
        padding-top: .1em;
    }

    content section#content ul.menu li {
        width: 33.33%;
        height: 200px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2.45em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.4em;
    }

    a.scrolltop.jump-up {
        bottom: 25px;
    }

    header svg.logo {
        max-width: 150px;
    }

    nav {
        font-size: .9em;
        font-weight: 600;
    }

    nav > ul > li > a {
        padding: 1em .75em;
    }

    body:not(#home, #home-en, #home-de) section#header-title {
        height: 40vh;
    }

    body:not(#home, #home-en, #home-de) section#header-title.no-select-pic {
        height: auto;
        min-height: unset;
    }

    content section#content ul.menu li {
        width: 33.33%;
        height: 160px;
    }

    .hir .kep img {
        min-height: 170px;
    }

    .kartya {
        font-size: .9em;
        margin: .5em;
        width: calc(33.33% - 1em);
    }

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

    #randomGallery .gallery .row > div:nth-child(4) {
        display: none;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.45em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.4em;
    }

    h4 {
        font-size: 1.3em;
    }

    h5 {
        font-size: 1.4em;
    }

    a.scrolltop {
        width: 50px;
        height: 50px;
        font-size: 1.8em;
        -webkit-box-shadow: 0 0 20px var(--dark-transparent);
        -moz-box-shadow: 0 0 20px var(--dark-transparent);
        box-shadow: 0 0 20px var(--dark-transparent);
    }

    img.content-photo {
        max-width: 45%;
    }

    .gyorsgombok {
        position: fixed;
        display: flex;
        bottom: 25px;
        left: 25px;
        z-index: 49;
    }

    .gyorsgombok.fade {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 48;
        height: 75px;
        opacity: 1 !important;
        background: transparent;
        background: -moz-linear-gradient(0deg, var(--black) 0%, transparent 100%);
        background: -webkit-linear-gradient(0deg, var(--black) 0%, transparent 100%);
        background: linear-gradient(0deg, var(--black) 0%, transparent 100%);
    }

    a.gyorsgomb {
        display: block;
        background-color: var(--white);
        color: var(--black);
        width: 50px;
        height: 50px;
        position: relative;
        text-align: center;
        font-size: 1.8em;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        opacity: 1;

        -webkit-box-shadow: 0 0 20px var(--dark-transparent);
        -moz-box-shadow: 0 0 20px var(--dark-transparent);
        box-shadow: 0 0 20px var(--dark-transparent);
    }

    a.gyorsgomb:not(:last-child) {
        margin-right: .5em;
    }

    a.gyorsgomb:hover {
        opacity: .8;
    }

    header {
        padding: 1em 0;
    }

    header svg.logo {
        max-width: 180px;
    }

    section#hamarosan div.logo svg.logo, section#loading div.logo svg.logo {
        width: 70vw;
    }

    .mobil-menu-button {
	display: block;
	font-size: 1.5em;
    	padding-left: .5em;
        color: var(--white);
    }

    .mobil-menu-close {
	position: absolute;
	display: block;
	left: .3em;
	top: .3em;
	color: var(--white);
	font-size: 3em;
    }

    nav {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100vw;
	right: 0;
	transition: all 0.35s ease-in-out;
	z-index: 100;
        background-color: var(--dark-transparent-soft);
    }

    body.show-menu nav {
	left: 0;
	right: 0;
    }

    nav > ul {
	flex-direction: column;
	justify-content: flex-start;
	position: absolute;
	right: 0;
	top: 0px;
	left: 50vw;
	bottom: 0px;
	padding: 1em;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all 0.25s ease-in-out;
	z-index: 2;
        background-color: var(--black);
    }

    nav > ul > li {
	flex-direction: column;
    }

    nav > ul > li:first-child {
        display: flex;
    }

    nav > ul > li > a {
	margin: 0;
	width: 100%;
	padding: .75em 0;
    }

    nav li.parent > a::after {
	text-align: right;
	position: absolute;
	bottom: unset;
	left: unset;
	right: 0;
	margin-left: 0;
	opacity: 1;
    }

    nav ul.dropdown {
	display: flex;
	position: relative;
	top: unset;
	bottom: unset;
	height: auto;
	opacity: 1;
	margin: 0;
	padding: 0;
	left: unset;
	min-width: unset;
	border-bottom: 0 !important;
	background-color: transparent;
	font-size: 1em;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
        font-weight: 500;
    }

    nav ul.dropdown li:first-child {
	margin-top: 0;
    }

    nav .hold.one {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 50vw;
    }

    body.show-menu nav .hold.one {
	display: block;
    }

    content section#content ul.menu li {
        width: 50%;
        height: 170px;
    }

    .hir .szoveg .cimsor {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .hir .szoveg .cimsor .datum {
        margin-left: 0;
        padding-left: 0;
        margin-bottom: .25em;
        padding-bottom: .25em;
        border-left: 0;
        border-bottom: 1px solid var(--primary);
    }

    .hir .szoveg .osszefoglalo {
        -webkit-line-clamp: 4;
        max-height: calc(1.8em * 4);
    }

    .hiroldal .kep {
        width: 40%;
        margin: 0 1em 1em 0;
    }

    .kartya {
        width: calc(50% - 1em);
    }

    #randomGallery .gallery .row > div:nth-child(4) {
        display: block;
    }

    .rolam-kartya {
        flex-direction: column;
        padding: 1em;
    }

    .rolam-kerdoiv {
        padding-right: 0;
        padding-bottom: 1.5em;
        flex: unset;
    }

    .rolam-onarckep {
        flex: unset;
        width: 70%;
    }

    .rolam-mondtak {
        flex-direction: column;
    }

    .rolam-mondtak p {
        width: 100%;
    }

    .rolam-mondtak p:nth-child(even) {
        margin-left: 0;
    }

    .rolam-mondtak p:nth-child(odd) {
        margin-right: 0;
    }

    footer {
        padding: 2em 0;
    }

    footer svg.logo {
        width: 70%;
    }

    footer.szolgaltatas {
        padding: 2em 0 100px 0;
    }

    .gallery .navigation-row {
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 540px) {
    a.scrolltop {
        bottom: 15px;
        right: 15px;
        -webkit-box-shadow: 0 0 15px var(--dark-transparent);
        -moz-box-shadow: 0 0 15px var(--dark-transparent);
        box-shadow: 0 0 15px var(--dark-transparent);
    }

    a.scrolltop.jump-up {
        bottom: 15px;
    }

    img.content-photo {
        float: none;
        max-width: 100%;
        margin: 0 0 1em 0;
    }

    .gyorsgombok {
        bottom: 15px;
        left: 15px;
    }

    .gyorsgombok.fade {
        height: 65px;
    }

    a.gyorsgomb {
        -webkit-box-shadow: 0 0 15px var(--dark-transparent);
        -moz-box-shadow: 0 0 15px var(--dark-transparent);
        box-shadow: 0 0 15px var(--dark-transparent);
    }

    a.gyorsgomb:not(:last-child) {
        margin-right: .3em;
    }

    nav > ul {
	left: 30vw;
    }

    nav .hold.one {
	right: 70vw;
    }

    .hir {
        display: flex;
        flex-direction: column;
    }

    .hir .kep {
        width: 100%;
    }

    .hir .kep img {
        max-height: 250px;
    }

    .hir .kep img.no-pic {
        display: none;
    }

    .hir .szoveg {
        margin-left: 0;
        margin-top: 1em;
    }

    .hir .szoveg .cimsor .datum {
        width: 100%;
        text-align: right;
    }

    .hir .szoveg .osszefoglalo {
        -webkit-line-clamp: 6;
        max-height: calc(1.8em * 6);
    }

    .hiroldal .kep {
        float: none;
        width: 100%;
        margin: 0 0 1em 0;
    }

    .kartya {
        width: 100%;
        margin: 1em 0;
    }

    .rolam-onarckep {
        width: auto;
    }

    .gallery.second .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .gallery.second div[class^="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .gallery.second .img a {
        display: none;
    }

    .gallery.second .img a:hover img {
        border-radius: 0;
        opacity: 1;
    }

    .gallery.second .mobile {
        display: block;
        margin-bottom: 2em;
    }

    .gallery.second .no-mobile {
        display: none;
    }

    .gallery .gombok {
        display: block;
    }

}

@media (max-width: 380px) {
    content section#content ul.menu li {
        width: 100%;
        height: 180px;
    }
}
