
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
    font-family: 'Quincy CF';
    src: url('font/QuincyCF/QuincyCF-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quincy CF';
    src: url('font/QuincyCF/QuincyCF-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quincy CF';
    src: url('font/QuincyCF/QuincyCF-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quincy CF';
    src: url('font/QuincyCF/QuincyCF-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quincy CF';
    src: url('font/QuincyCF/QuincyCF-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quincy CF';
    src: url('font/QuincyCF/QuincyCF-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quincy CF';
    src: url('font/QuincyCF/QuincyCF-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quincy CF';
    src: url('font/QuincyCF/QuincyCF-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* 
@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-ExtraBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('font/Figtree/Figtree-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
  */

/** tag **************************************************************************************/

html {
	--pagewidth-max: 1152px;
	--pagewidth: min(90vw, var(--pagewidth-max));
	--section-spacing: 5rem;

    --color-terracotta: #ad6533;
	--color-terracotta-opacity: #ad653380;
	--color-terracotta-opacity-2: #ad663348;
    --color-mustard: #d1a95c;
    --color-grey: #514a47;
    --color-sand: #dfdacf;
    --color-blue: #738495;
    --color-mint: #a3bab3;
    --color-peach: #d4b19b;
    --color-violet: #a798ab;
    --color-was-blue: #FFFFFF;
    --color-was-text: #ad6533;
    --color-was-pink: #ad6533;
    --color-was-pink2: #a3bab3;
    --color-background: #dfdacf;
    --color-was-white-text: #ad6533;

	--color-primary: var(--color-terracotta);

	--color-links: var(--color-terracotta);
	--color-text: var(--color-terracotta);
}
body { 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	height: 100%;
	font-size: 100%;
	font-size: 16px;
	font-family: Figtree, sans-serif;
	line-height: 1.5;
	/* color: var(--color-was-text); */
	color: var(--color-text);
	background-color: #FFFFFF;
	background-color: var(--color-background);
	overflow-y: scroll;
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}
table {border-collapse: collapse;}
img, video { max-width: 100%; height: auto; display: block; }
a:link { color: var(--color-links); text-decoration: none; }
a:visited { color: var(--color-links); text-decoration: none; }
a:hover { color: var(--color-links); text-decoration: underline; }
h1, h2, h3, .h3, h4, h5 {
	font-family: 'Quincy CF'; 
	font-weight: 900;
	/* letter-spacing: 3px;  */
	line-height: 1.25em;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{ text-decoration: none; }
h1, .h1 { font-size: 3.75rem; }
h2, .h2 { font-size: 3rem; letter-spacing: 1px; color: var(--color-was-pink); }
h3, .h3 {
	font-family: "Quincy CF";
	font-size: 2.25rem;
	font-weight: 900;
	line-height: 125%;
	letter-spacing: -0.72px;
}
h4, .h4 { font-size: 1.625rem; font-weight: normal; }
h5, .h5 { font-size: 1.4375rem; font-weight: normal; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
pre.pp { background-color: #DDD; }

input[type=text], input[type=email], input[type=password], input[type=number], textarea, select {
	padding: 0.5em 0.5em;
	border-radius: 1em;
	border: 0;
	background-color: #FFFFFF;
	/* border-bottom: 1px #e3e3e3 solid; */
	/* outline: none; */
	/* -webkit-outline: none; */
	/* -moz-outline: none; */
}
input.datepicker {
	background-image: url(images/date.png);
	background-position: 0px 7px;
	background-size: 17px;
	padding-left: 28px!important;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
button, .button, a.button, input[type=button], input[type=submit] {
	display: inline-block;
	background-color: transparent;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.875em;
	letter-spacing: 1px;
	color: #000000;
	position: relative;
	padding: 1rem 2rem;
	outline: none;
	background: var(--color-mustard);
	color: #FFF;
	border: 0;
	border-radius: 40px;
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s; 
}
button:hover, .button:hover, a.button:hover, input[type=button]:hover, input[type=submit]:hover {
	text-decoration: none;
	box-shadow: 3px 4px 50px 0px rgba(67.8, 39.6, 20.0, 0.3);
	-webkit-box-shadow: 3px 4px 50px 0px rgba(67.8, 39.6, 20.0, 0.3);
	-moz-box-shadow: 3px 4px 50px 0px rgba(67.8, 39.6, 20.0, 0.3);
}
button.bg-r:hover, .button.bg-r:hover, a.button.bg-r:hover, input[type=button].bg-r:hover, input[type=submit].bg-r:hover {
	box-shadow: 3px 4px 50px 0px var(--color-terracotta-opacity-2);
	-webkit-box-shadow: 3px 4px 50px 0px var(--color-terracotta-opacity-2);
	-moz-box-shadow: 3px 4px 50px 0px var(--color-terracotta-opacity-2);
}
.pswp .button:hover, .pswp button:hover { box-shadow: unset; -webkit-box-shadow: unset; -moz-box-shadow: unset; }
.button.prev { margin-left: 10px; }
.button-dark {
	color: #FFF!important;
	background-color: #000;
	padding: 13px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 90%;
	letter-spacing: 2px;
}
.button-dark:hover { text-decoration: none; }
.button-mustard {
	background-color: var(--color-mustard);
	color: #FFF;
}

.link-button {
	cursor: pointer;
	display: inline-block;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
	border: 0;
	position: relative;
	padding-left: 0;
	outline: none;
}
.link-button:after {
	content: '›';
	display: block;
	position: absolute;
	font-size: 175%;
	top: -3px;
	right: -20px;
	line-height: 1;
}
.link-button.textU80:after { top: -3px; }
.link-button.prev { margin-left: 10px; }
.link-button.prev:after {
	content: '‹';
	top: -3px;
	left: -20px;
}
.link-button-dark {
	color: #FFF!important;
	background-color: #000;
	padding: 13px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 90%;
	letter-spacing: 2px;
}
.link-button:hover { text-decoration: none; }
.link-button-dark:hover { text-decoration: none; }

.input-set {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
	gap: 0.5rem;
}
.padding-section {
	margin-top: var(--section-spacing);
	margin-bottom: var(--section-spacing);
}
.margin-section {
	margin-top: var(--section-spacing);
	margin-bottom: var(--section-spacing);
}
section {
	clear: both;
	position: relative;
	padding-top: var(--section-spacing);
	padding-bottom: var(--section-spacing);
	/* z-index: 1; ? */
}
section.inverse {
	background-color: var(--color-terracotta);
	color: #FFF;
}
section.inverse * {
	color: #FFF;
}
section.inverse .inverse-reset p, section.inverse .inverse-reset div, section.inverse .inverse-reset label, section.inverse .inverse-reset a, section.inverse .inverse-reset input, section.inverse .inverse-reset span, section.inverse .inverse-reset u {
	color: var(--color-text);
}
section.inverse.color-blue {
	background-color: var(--color-blue);
}
section.color-mustard {
	background-color: var(--color-mustard);
	color: #FFF;
}
section.color-white {
	background-color: #FFF;
	color: var(--color-text);
}
section:empty {
	display: none;
}

table { border-collapse: collapse; }
hr { height: 1px; border-top: 1px #000 solid; }

/** class **************************************************************************************/

.pagewidth {
	display: block;
	width: var(--pagewidth);
	margin-left: calc((100vw - var(--pagewidth)) / 2);
	margin-right: calc((100vw - var(--pagewidth)) / 2);
}
.pagewidth.padding .content-inner { padding: 2.5rem; box-sizing: border-box; }
.pagewidth.innerthin .content-inner { max-width: 600px; margin: auto; }
.display-none { display: none; }
.position-relative { position: relative; }
.clear { clear: both; }
.table { display: table; }
.tr,.row { display: table-row; }
.td,.cell { display: table-cell; }
.kiemelt { color: #0000FF; }
.raquo { font-size: 1.3em; }
.opacity-50 { -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }
.opacity-25 { -moz-opacity:.25; filter:alpha(opacity=50); opacity:.25; }
.opacity-0 { -moz-opacity:.0; filter:alpha(opacity=0); opacity:.0; }
.szurke { color: grey; }
.apro { font-size: 85%; }
.aprobb { font-size: 75%; }
.nagy { font-size: 120%; }
.halvany { opacity:0.65; filter:alpha(opacity=40); }
.halovany { opacity:0.4; filter:alpha(opacity=40); }
.displayb { display: block; }
.alignc { text-align: center; }
.alignr { text-align: right; }
.alignj { text-align: justify; }
.alignl { text-align: left; }
.valignt { vertical-align: top; }
.valignm { vertical-align: middle; }
.valignb { vertical-align: bottom; }
.uppercase { text-transform: uppercase; }
.width-fit-content { width: fit-content; }
.w100 { width: 100%; }
.w90{width:90%;}
.w85{width:85%;}
.w80{width:80%;}
.w75{width:75%;}
.w70{width:70%;}
.w65{width:65%;}
.w60{width:60%;}
.w59{width:59%;}
.w53_5{width:53.5%;}
.w52{width:52%;}
.w50{width:50%;}
.w49{width:49%;}
.w48{width:48%;}
.w46_5{width:46.5%;}
.w46{width:46%;}
.w45{width:45%;}
.w43{width:43%;}
.w42{width:42%;}
.w40{width:40%;}
.w39{width:39%;}
.w35{width:35%;}
.w33{width:33%;}
.w30{width:30%;}
.w28{width:28%;}
.w27{width:27%;}
.w25{width:25%;}
.w20{width:20%;}
.w15{width:15%;}
.w10{width:10%;}
.w3{width:3%;}
.max750{max-width:750px;}
.h200{height:200px;}
.h150{height:150px;}
.pl0, input.pl0{padding-left: 0;}
.pt120{padding-top: 120px;}
.pt80{padding-top: 80px;}
.pt0{padding-top: 0px;}
.pb80{padding-bottom: 80px;}
.pb30{padding-bottom: 30px;}
.pb0{padding-bottom: 0;}
.mt120{margin-top: 120px;}
.mt80{margin-top: 80px;}
.mt60{margin-top: 60px;}
.mt50{margin-top: 50px;}
.mt40{margin-top: 40px;}
.mt30{margin-top: 30px;}
.mt25{margin-top: 25px;}
.mt0{margin-top: 0;}
.mb200 {margin-bottom: 200px;}
.mb120 {margin-bottom: 120px;}
.mb80 {margin-bottom: 80px;}
.mb50 {margin-bottom: 50px;}
.mb40 {margin-bottom: 40px;}
.mb30 {margin-bottom: 30px;}
.mb10 {margin-bottom: 10px;}
.mb0 {margin-bottom: 0;}
.br10{border-radius: 1rem;}
.co-r, a.co-r{color: var(--color-was-pink);}
.co-g, a.co-g{color: #666666;}
.bg-r, input.bg-r{background-color: var(--color-was-pink2);}
.nono-26-reg-ro{font-size: 26px; font-weight: normal; color: var(--color-was-pink);}
.c4i{width:22.5%; margin-right: 3.3%; display: inline-block; white-space: normal; }
.c4i:nth-child(4n) { margin-right: 0; }
.textU80 { font-size: 80%; text-transform: uppercase; letter-spacing: 1px; }
.normal { font-size: 15px; font-weight: normal; }
.bsbb { box-sizing: border-box; }
.salonSlider1 .c4i:nth-child(4n) { margin-right: 3.3%; }
.nowrap{ white-space: nowrap; }
.noselect {
  -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; 
  -moz-user-select: none; -ms-user-select: none; user-select: none; 
}
.rotate90 {
  -webkit-transform: rotate(90deg);  
      -ms-transform: rotate(90deg);  
          transform: rotate(90deg); 
}
.rotate180 {
  -webkit-transform: rotate(180deg);  
      -ms-transform: rotate(180deg);  
          transform: rotate(180deg); 
}
.ajax_loader {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(images/loader.gif);
	position: relative; 
	top: 2px; 
}
.sprite-16 {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 0;
	background: url(images/sprite.png) no-repeat;
}
.sprite-16.user { background-position: -16px -16px; }
.sprite-16.search { background-position: -32px -16px; }
.shaddow {
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.shaddow2 {
	box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
}
.shaddow2h {
	transition: all .25s;
	-moz-transition: all .25s; 
	-webkit-transition: all .25s; 
	-o-transition: all .25s; 
}
.shaddow2h.akt,
.shaddow2h:hover {
	box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
}
.dropshadow {
	-webkit-filter: drop-shadow(5px 5px 20px #AAA );
	filter: drop-shadow(5px 5px 20px #AAA);
}
.containbg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.coverbg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.column2 {
	-webkit-column-count: 2; 
	-moz-column-count: 2; 
	column-count: 2;
	column-gap: 4%;
	text-align: justify;
}
.column3 {
	-webkit-column-count: 3; 
	-moz-column-count: 3; 
	column-count: 3;
	column-gap: 3%;
	text-align: justify;
}
.column2 > p:first-child, .column3 > p:first-child {
	margin-top: 0;
}
.column2 > p:last-child, .column3 > p:last-child {
	margin-bottom: 0;
}

.margina, .margin-center { margin: auto; }
.columnHalf { width: 48%; }
.mobilhide { display: block; }
.mobilview { display: none; }
.overflowXH { overflow-x: hidden; }
.inverse, a.inverse, .inverse *, .inverse a:link, .inverse a:visited, .inverse a:hover, .inverse a:active, .inverse input {
	/* color: var(--color-was-white-text); */
	/* border-color: var(--color-was-white-text); */
}
.inverse option { color: #686868; }
.inverse.pagewidth {
	/* background-color: var(--color-was-blue); */
}
.failure, .success {
	width: 100%;
	color: #FFF!important;
	padding: 7px 20px;
	display: none;
	margin-bottom: 7px;
	text-align: left;
	border-radius: 0.25em;
}
.failure { background-color: #db4437; }
.success { background-color: #0eb38e; }
/* .abovewave {
	position: relative;
	z-index: 100;
}
.abovewave.inverse {
	color: #FFFFFF;
} */
.back-link {
	display: block;
}
.bgPattern {
	position: absolute;
	z-index: 50;
}

.section-wrap-bezs {
	background-color: #fcead3;
	padding-top: 5%;
	padding-bottom: 5%;
	margin: 5% 0;
}
.section-wrap-bezs h1:nth-child(1) {
	margin-top: 0;
}

/* start _components.css */
  .video-wrapper { position: relative; padding-bottom: 56.25%; /* 16:9 képarány (9 / 16 = 0.5625) */ height: 0; overflow: hidden; max-width: 100%; }
  .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; border-radius: 1rem; }
  .sIcons { display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0.85rem; align-items: center; }
  a.to-icon{--to-icon-size: 28px;}
  a.to-icon[href^="https://www.youtu.be"], a.to-icon[href^="https://www.youtube.com"], a.to-icon[href^="https://www.facebook.com"], a.to-icon[href^="https://www.instagram.com"], a.to-icon[href^="https://www.pinterest.com"], a.to-icon[href^="https://www.twitter.com"], a.to-icon[href^="https://twitter.com"], a.to-icon[href^="https://www.linkedin.com"], a.to-icon[href^="https://www.spotify.com"], a.to-icon[href^="mailto"], a.to-icon[href^="tel"], a[href^="skype:"] { display: inline-block; vertical-align: middle; overflow: hidden; width: var(--to-icon-size); height: var(--to-icon-size); visibility: hidden; margin-top: 0em; margin-right: 0.4em; }
  a.to-icon[href^="https://www.youtu.be"], a.to-icon[href^="https://www.youtube.com"] { width: calc(var(--to-icon-size) + 4px); }
  a.to-icon[href^="https://www.youtu.be"]:before, a.to-icon[href^="https://www.youtube.com"]:before, a.to-icon[href^="https://www.facebook.com"]:before, a.to-icon[href^="https://www.instagram.com"]:before, a.to-icon[href^="https://www.pinterest.com"]:before, a.to-icon[href^="https://www.twitter.com"]:before, a.to-icon[href^="https://twitter.com"]:before, a.to-icon[href^="https://www.linkedin.com"]:before, a.to-icon[href^="https://www.spotify.com"]:before, a.to-icon[href^="mailto"]:before, a.to-icon[href^="tel"]:before, a[href^="skype:"]:before { visibility: visible; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Brands"; font-weight: 400; font-size: var(--to-icon-size); width: 100%; text-align: center; line-height: var(--to-icon-size); content: "\f082"; margin-right: 0.5em; }
  a.to-icon[href^="https://www.youtu.be"]:before { content: "\f167"; }
  a.to-icon[href^="https://www.youtube.com"]:before { content: "\f167"; }
  a.to-icon[href^="https://www.facebook.com"]:before { content: "\f082"; }
  a.to-icon[href^="https://www.instagram.com"]:before { content: "\e055"; }
  a.to-icon[href^="https://www.pinterest.com"]:before { content: "\f0d3"; }
  a.to-icon[href^="https://www.twitter.com"]:before { content: "\f081"; }
  a.to-icon[href^="https://twitter.com"]:before { content: "\f081"; }
  a.to-icon[href^="https://www.linkedin.com"]:before { content: "\f08c"; }
  a.to-icon[href^="https://www.spotify.com"]:before { content: "\f1bc"; }
  a.to-icon[href^="mailto"]:before { font-family: "Font Awesome 5 Free"; content: "\f0e0"; }
  a.to-icon[href^="tel"]:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3cd"; }
  a[href^="skype:"]:before { content: "\f17e"; font-size: 135%; vertical-align: -2px; }
  a[href^="skype:"] { font-size: 18px; border-radius: 20px; background-color: #00aff0; color: #FFF; padding: 5px 15px; }
  /* ikonok <br> esetén is egysorba */ a.to-icon + br { display: none; }
  a.to-icon + br + a:not(.to-icon):before { content: " "; display: block; height: 0; }
  .inline-label { position: relative; }
  .inline-label input, .inline-label textarea { position: relative; background-color: transparent; z-index: 1; padding-left: 0; transition: all .1s; -moz-transition: all .1s; -webkit-transition: all .1s; -o-transition: all .1s; }
  .inline-label input:focus, .inline-label textarea:focus { padding-left: 10px; }
  .inline-label input + label, .inline-label textarea + label { position: absolute; color: var(--light-font-color); z-index: 0; left: 0px; top: 2px; transition: all .25s; -moz-transition: all .25s; -webkit-transition: all .25s; -o-transition: all .25s; }
  .inline-label input:focus + label, .inline-label textarea:focus + label, .inline-label input:not(:placeholder-shown) + label, .inline-label textarea:not(:placeholder-shown) + label { font-size: 0.85rem; color: var(--light-font-color); top: -25px; left: 0; }
  .inline-label input:focus + label:after, .inline-label textarea:focus + label:after, .inline-label input:not(:placeholder-shown) + label:after, .inline-label textarea:not(:placeholder-shown) + label:after { content: ":"; }
  .draw-x { position: relative; --size: 30px; --color: #000; width: var(--size); height: var(--size); }
  .draw-x:before, .draw-x:after { content: " "; width: 100%; position: absolute; display: block; margin-top: calc(var(--size) / 2); border-top: 2px var(--color) solid; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; }
  .draw-x:before { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
  .draw-x:after { -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
  .draw-arrow { position: relative; display: inline-block; --size: 16px; --color: #000; --line-width: 1px; width: var(--size); height: var(--size); box-sizing: border-box; }
  .draw-arrow:before, .draw-arrow:after { content: " "; display: block; position: absolute; top: 0px; left: calc(var(--size) * 0.3); width: 69%; height: 69%; margin: 0; padding: 0; border-top: var(--line-width) var(--color) solid; }
  .draw-arrow:before { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); transform-origin: top left; }
  .draw-arrow:after { -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transform-origin: 0 0; top: calc(var(--size) - var(--line-width) * 0.7); margin-left: calc(var(--line-width) * -0.7); }
  .draw-arrow.arrow-left { -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
  .draw-arrow.arrow-bottom { -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .draw-triangle { position: relative; --size: 16px; --color: #000; --line-width: 1px; width: var(--size); height: var(--size); border-left: var(--line-width) var(--color) solid; box-sizing: border-box; }
  .draw-triangle:before, .draw-triangle:after { content: " "; display: block; position: absolute; top: 0; left: 0; width: var(--size); height: var(--size); margin: 0; padding: 0; border-top: var(--line-width) var(--color) solid; }
  .draw-triangle:before { -moz-transform: rotate(30deg); -webkit-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); transform-origin: top left; }
  .draw-triangle:after { -moz-transform: rotate(-30deg); -webkit-transform: rotate(-30deg); -o-transform: rotate(-30deg); transform: rotate(-30deg); transform-origin: 0 0; top: var(--size); left: calc(var(--line-width) * -1); }
  .thinscrollbar { scrollbar-width: thin; }
  .thinscrollbar::-webkit-scrollbar { width: 2px; }
  .thinscrollbar::-webkit-scrollbar-track { box-shadow: inset 0 0 2px grey; border-radius: 10px; }
  .thinscrollbar::-webkit-scrollbar-thumb { background: #000; border-radius: 10px; }
  .thinscrollbar::-webkit-scrollbar-thumb:hover { background: #333; }
  .triple-btn{--size: 44px; --thickness: 2px; --gap: 8px; --color: var(--color-terracotta);--duration: 320ms;--easing: cubic-bezier(.2,.9,.3,1);--w: var(--size);--h: calc(var(--thickness) * 3 + var(--gap) * 2);width:var(--w);height:var(--w);display:inline-grid;place-items:center;background:transparent;border:0;padding:6px;cursor:pointer;border-radius:8px;}
  .triple-btn:focus{outline:2px solid #cbd5e1;outline-offset:3px}
  .triple-btn-inner{position:relative;width:calc(var(--w) - 10px);height:calc(var(--thickness) * 3 + var(--gap) * 2);display:block;}
  .triple-btn i{position:absolute;left:0; right:0; margin:auto;height:var(--thickness);background:var(--color);border-radius:999px;transform-origin: center;transition: transform var(--duration) var(--easing), opacity var(--duration) var(--easing), top var(--duration) var(--easing), bottom var(--duration) var(--easing);width:100%;display:block;}
  .triple-btn .i1{ top:0 }
  .triple-btn .i2{ top: calc(var(--thickness) + var(--gap)) }
  .triple-btn .i3{ top: calc((var(--thickness) + var(--gap)) * 2) }
  .triple-btn[aria-expanded="true"] .i1{transform: translateY(calc(var(--thickness) + var(--gap))) rotate(45deg);}
  .triple-btn[aria-expanded="true"] .i2{opacity:0;transform: scaleX(0.2);}
  .triple-btn[aria-expanded="true"] .i3{transform: translateY(calc(-1 * (var(--thickness) + var(--gap)))) rotate(-45deg);}
  .triple-btn:hover i{transform-origin:center}
  .grid-30-4 { display: grid; grid-gap: 4%; grid-template-columns: 30% 66%; }
  .grid-30-4 > div p:nth-of-type(1) { margin-top: 1rem; }
  .checkbox { display: block; position: relative; padding-left: 35px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
  .checkbox input[type=checkbox] { position: absolute; opacity: 0.1; cursor: pointer; height: 2px; /* > 0px a required funkció miatt "látszódjon"! */ width: 2px; /* > 0px a required funkció miatt "látszódjon"! */ }
  .checkbox .checkmark { position: absolute; margin-top: 2px; top: 0; left: 0; height: 1.2rem; width: 1.2rem; background-color: transparent; border: 1px #FFF solid; border-radius: 3px; }
  .checkbox:hover input ~ .checkmark { background-color: rgba(255, 255, 255, 0.2); transition: all .25s; -moz-transition: all .25s; -webkit-transition: all .25s; -o-transition: all .25s; }
  .checkbox input:checked ~ .checkmark { background-color: transparent; }
  .checkbox .checkmark:after { content: ""; position: absolute; display: none; }
  .checkbox input:checked ~ .checkmark:after { display: block; }
  .checkbox .checkmark:after { left: 7px; top: 1px; width: 2px; height: 9px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  .radiobutton { --color: var(--color-terracotta); display: block; position: relative; padding-left: 1.75em; cursor: pointer; user-select: none; }
  .radiobutton input[type=radio] { position: absolute; opacity: 0.1; cursor: pointer; height: 2px; width: 2px; /* widh és height > 0px a required miatt "látszódjon"! */ }
  .radiobutton .radiomark { position: absolute; top: 0.15em; left: 0; height: 1em; width: 1em; background-color: transparent; border: 1px var(--color) solid; border-radius: 50%; }
  .radiobutton:hover input:not([disabled]) ~ .radiomark { transition: all .25s; -moz-transition: all .25s; -webkit-transition: all .25s; -o-transition: all .25s; }
  .radiobutton:hover input:not([disabled]) ~ .radiomark:after { display: block; opacity: 0.3; }
  .radiobutton:hover input:not([disabled]):focus ~ .radiomark:after { display: block; opacity: 0.6; }
  .radiobutton .radiomark:after { content: ""; position: absolute; display: none; }
  .radiobutton .radiomark:after { border: solid var(--color); border-width: 0.35em; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 0px; height: 0px; }
  .radiobutton input:checked ~ .radiomark { background-color: transparent; }
  .radiobutton input:checked ~ .radiomark:after { display: block; opacity: 1; }
  /* <div class="layout-media-text"> <div class="media">_____</div> <div class="texts"> <div class="titles"> <h3 class="title">_____</h3> <div class="subtitle">_____</div> </div> <div class="lead">_____</div> </div> </div> */ .layout-media-text { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 2rem; justify-content: space-between; }
  .layout-media-text .title, .layout-media-text h3 { margin: 0; }
  .layout-media-text .subtitle { font-family: Figtree; font-size: 1.2rem; font-style: normal; font-weight: 600; line-height: 150%; }
  .layout-media-text .texts, .layout-media-text .media { flex: 1 1 0; }
  .layout-media-text .media img, .layout-media-text .media video { border-radius: 1rem; }
  .layout-media-text .texts { padding: 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
  .layout-media-text .lead > p:first-child, .layout-media-text .text > p:first-child { margin-top: 0; }
  .layout-media-text .lead > p:last-child, .layout-media-text .text > p:last-child { margin-bottom: 0; }
  .layout-media-text .subtitle:empty { display: none; }
  .layout-media-text .button { width: fit-content; }
  .media-text-align-items-start { align-items: flex-start; }
  .media-text-align-items-start .texts { padding-top: 0; }
  @media (max-width: 950px) { .layout-media-text > .texts:first-child { padding-left: 0; }
  .layout-media-text .texts { padding: 1rem; }
  .layout-media-text { flex-direction: column; gap: 1rem; max-width: 100vw; }
  .layout-media-text .media img, .layout-media-text .media svg, .layout-media-text .media video { width: 100%; }
  }
/* end _components.css */

/** spec **************************************************************************************/

/* start _header.css */
  #header-wrap { position: fixed; padding-bottom: 1px; z-index: 1000; width: 100%; top: 0; transition: all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s; -o-transition: all 0.25s; }
  body.fixheader #header-wrap { background-color: var(--color-background); }
  header { display: flex!important; display: grid!important; grid-template-columns: 1fr 1fr; justify-content: space-between; align-items: center; }
  .site-logo { display: flex; flex-direction: row; align-items: center; gap: 0; }
  .site-logo-image { width: 120px; height: auto; padding-right: 1.5rem; }
  .site-logo-text { display: flex; flex-direction: column; gap: 0; padding-left: 2rem; white-space: nowrap; position: relative; font-family: 'Quincy CF'; font-size: 1.25rem; line-height: 1.1em; }
  .site-logo-text:before { content: ''; display: block; width: 1px; height: 180%; border-left: 1px solid var(--color-terracotta); position: absolute; left: 0; top: -40%; }
  .site-logo-text div:nth-child(1) { font-weight: 900; }
  .menu { list-style-type: none; display: flex; flex-direction: row; gap: 1.5rem; font-size: 0.875em; justify-content: flex-end; align-items: center; }
  .menu a { white-space: nowrap; font-weight: 700; }
  /*html block vagy html contentpage*/ .fullPageInverse .content.html { width: 90%; max-width: 1152px; margin: auto; }
  body.invertheader:not(.invertheaderdisabled) #header-wrap { /*position: relative;*/ background-color: transparent; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2); }
  header { width: 100%; margin-top: 60px; /* margin-bottom: 60px; */ transition: all 0.35s; -moz-transition: all 0.35s; -webkit-transition: all 0.35s; -o-transition: all 0.35s; }
  body.fixheader.invertheaderdisabled header, body.fixheader:not(.invertheader) header { margin-top: 15px; margin-bottom: 10px; }
  body.invertheader:not(.invertheaderdisabled) header { filter: invert(100%); }
  body.invertheader:not(.invertheaderdisabled) .act .border { display: none; }
  #header-spacer { height: 120px; }
/* end _header.css */


.page-head {
	margin-top: var(--section-spacing);
	border-radius: 1.5rem;
	z-index: unset;
	font-weight: 500;
}
section .page-head {
	margin-top: 0;
}
.page-head:before, .page-head:after {
	z-index: -1!important;
}
.page-head.inverse {
	background-color: var(--color-terracotta);
	padding: 2.5rem;
}
.page-head.inverse * {
	color: #FFF;
}
.page-head h1, .page-head h2 {
	/* font-size: 43px; */
	line-height: 1;
}
.page-head .subtitle {
	font-size: 25px;
	letter-spacing: 1px;
}
.page-head .cell {
	vertical-align: top;
}
.page-head img {
	max-width: 100%;
}
.page-head .content-inner {
	display: grid;
	grid-template-columns: 46% 50%;
	grid-gap: 4%;
	position: relative;
}
.page-jegyek .page-head .content-inner {
	align-items: center;
}
.page-head h1, .page-head h2, .page-head p:first-child {
	margin: 0;
}


.block-texts {

}
.block-texts .image img,
.block-texts .image video {
	width: 100%;
	height: auto;
}
/* 
@media (max-width: 425px)
{
	body.page-programok.contenturl {
		background-image: url(images/colorspace-73bbe1-x400.png);
		background-repeat: repeat-x;
	}
	.page-head.inverse.pagewidth.abovewave {
	    padding: 12% 12% 0 12%;
	    margin: 0;
	    box-sizing: border-box;
	    width: 100%;
	}
} */

#programs {
		
	}
	#programs .section-stage-programs h2,
	#programs .section-szinpadi-programok h2,
	#programs .section-stand-programs h2,
	#programs .section-standprogramok h2 {
		font-size: 1.75rem;
		margin: 2.5rem 0;
	}
	#programs .section-stand-programs h2,
	#programs .section-standprogramok h2 {
			color: var(--color-was-white-text);
			font-weight: bold;
		}
		.section-stand-programs .item,
		.section-standprogramok .item {
			display: inline-block;
			vertical-align: top;
			width: 31.3%;
			margin-right: 3%;
			margin-bottom: 2rem;
			transition: all  .25s;
			background-color: #FFF;
			border-radius: 0.8em;
			overflow: hidden;
		}
		.section-stand-programs .item:nth-child(3n+1),
		.section-standprogramok .item:nth-child(3n+1) {
			margin-right: 0;
		}
		.section-stand-programs .item img,
		.section-standprogramok .item img {
			width: 100%;
			height: calc(var(--pagewidth) / 4.75);
			object-fit: cover;
			-moz-transition: all  .15s; 
			-webkit-transition: all  .15s; 
			-o-transition: all  .15s;
			border-radius: 0.8em 0.8em 0 0;
		}
		.section-stand-programs .item:hover img,
		.section-standprogramok .item:hover img {
			transform: scale(1.025, 1.025);
			transform-origin: bottom;
			/* box-shadow: 0px 5px 45px -9px var(--color-terracotta); */
			/* -webkit-box-shadow: 0px 5px 45px -9px var(--color-terracotta); */
			/* -moz-box-shadow: 0px 5px 45px -9px var(--color-terracotta); */
		}
		.section-stand-programs .title,
		.section-standprogramok .title {
			display: block;
			margin: 1em;
			font-weight: 600;
		}
	.section-stage-programs h2,
	.section-szinpadi-programok h2 {
			font-weight: normal;
		}
		.section-stage-programs .day,
		.section-szinpadi-programok .day {
			display: inline-block;
			vertical-align: top;
			width: 31.3%;
			margin-right: 3%;
			position: relative;
			background-color: #FFF;
			box-shadow: 0px 0px 50px 0px rgba(10, 36, 68, 0.13);
			-webkit-box-shadow: 0px 0px 50px 0px rgba(10, 36, 68, 0.13);
			-moz-box-shadow: 0px 0px 50px 0px rgba(10, 36, 68, 0.13);
		}
		.section-stage-programs .day:nth-child(3n+1),
		.section-szinpadi-programok .day:nth-child(3n+1) {
			margin-right: 0;
		}
		.section-stage-programs img,
		.section-szinpadi-programok img {
			width: 100%;
		}
		.section-stage-programs .label,
		.section-szinpadi-programok .label {
			position: absolute;
			width: 65px;
			height: 44px;
			height: 44px;
			margin-top: -36px;
			right: 30px;
			background-image: url(images/point.svg);
			background-size: contain;
			background-repeat: no-repeat;
			text-align: center;
			padding-top: 21px;
			font-size: 20px;
			font-family: 'Quincy CF';
			font-weight: normal;
			color: #FFF;
		}
		.section-stage-programs .item,
		.section-szinpadi-programok .item {
			display: block;
			margin-right: 5%;
		}
		.section-stage-programs .stage,
		.section-szinpadi-programok .stage {
			font-size: 24px;
			font-family: 'Quincy CF';
			font-weight: normal;
		}
		.section-stage-programs .text,
		.section-szinpadi-programok .text {
			margin: 7% 0% 20% 10%;
		}
		.section-stage-programs .name,
		.section-szinpadi-programok .name {
			padding-bottom: 10%;
			margin-bottom: 10%;
			border-bottom: 1px #e6e6e6 solid;
		}
		.section-stage-programs .time,
		.section-szinpadi-programok .time {
			font-family: 'Quincy CF';
			font-weight: normal;
			margin-bottom: 10px;
		}

#program {
		
}
#program .title {
	font-size: 2.5rem;
	font-family: 'Quincy CF';
	/* font-weight: normal; */
}
#program .content .layout-media-text {
	align-items: flex-start;
}
#program .content img {
	/*width: 46%;*/
	margin-right: 4%;
	display: inline-block;
	vertical-align: middle;
}
#program .content .text {
	/*width: 46%;*/
	margin-right: 3%;
	display: inline-block;
	vertical-align: middle;
}
#program .more-programs {
	position: relative;
}
#program .more-programs .link-button.donly {
	position: absolute;
	top: 7px;
	right: 25px;
}
#program .more-programs .item {
	display: inline-block;
	vertical-align: top;
	width: 31.1%;
	margin-left: 3.3%;
}
#program .more-programs .items .item:nth-child(1) {
	margin-left: 0;
}
#program .more-programs .item img {
	width: 100%;
/*		height: calc(var(--pagewidth) / 4.75);*/
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
#program .more-programs .item .title {
	display: block;
	margin: 2% 0% 20% 2%;
	font-size: 1.2rem;
	font-family: Figtree;
	/* text-transform: uppercase; */
}
#program .back-link {
	margin-bottom: 1rem;
}

#galeria .items .item { 
	margin-bottom: 6%;
	position: relative;
	display: inline-block;
}
#galeria .items img { 
	width: 100%; 
	height: auto;
	margin-bottom: 1%;
}
#galeria .items .title { 
	display: none;
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s; 
	line-height: 1.2em;
}
#galeria .items .title { 
	position: absolute; 
	text-transform: uppercase; 
	font-size: 28px; 
	font-family: 'Quincy CF'; 
	letter-spacing: 2px; 
	position: absolute; 
	display: block; 
	left: 36px; 
	bottom: 34px; 
	color: #FFF;
}
#galeria .items .item:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 96%;
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,000000+0,000000+100&0+53,0.4+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 53%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,000000+0,000000+100&0.14+2,0.4+100
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.14) 0%, rgba(0,0,0,0.14) 2%, rgba(0,0,0,0.4) 100%); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(0,0,0,0.14) 2%,rgba(0,0,0,0.4) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.14) 0%,rgba(0,0,0,0.14) 2%,rgba(0,0,0,0.4) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24000000', endColorstr='#66000000',GradientType=0 ); 
	*/
	transition: opacity .25s; 
	-moz-transition: opacity .25s; 
	-webkit-transition: opacity .25s; 
	-o-transition: opacity .25s; 
}
#galeria .items .item:hover:before { opacity: 0.4; }
/*#galeria .items .item:hover .title { opacity: 0; }*/



.list-3-col {
		
	}
	.list-3-col .items .item {
		display: inline-block;
		vertical-align: top;
		width: 32%;
		margin-left: 2%;
		margin-bottom: 4%;
		min-height: 330px;
	}
	.list-3-col .items .item:nth-child(3n-2) {
		margin-left: 0;
	}
	.list-3-col .items .item .image {
		display: block;
		width: 100%;
		height: 246px;
		/*overflow: hidden;*/
	}
	.list-3-col .items .item img {
		width: 100%;
/*	    height: calc(var(--pagewidth) / 4.75);*/
		aspect-ratio: 3 / 2;
		object-fit: cover;
		transition: all 0.25s;
		-moz-transition: all 0.25s; 
		-webkit-transition: all 0.25s; 
		-o-transition: all 0.25s; 
	}
	.list-3-col:not(.skiphover) .items .item:hover img {
		/* box-shadow: 0px 5px 45px -9px rgba(248, 193, 205, 1.05);
		-webkit-box-shadow: 0px 5px 45px -9px rgba(248, 193, 205.25, 1.05);
		-moz-box-shadow: 0px 5px 45px -9px rgba(248, 193, 205.25, 1.05); */
	}
	.list-3-col .items .item .title {
		display: block;
		margin: 5% 5% 5% 5%;
		font-weight: 600;
	}
	body.page-ujdonsagok .list-3-col .items .item:not([href]) {
		cursor: default;
	}
	body.page-ujdonsagok .list-3-col .items .item:not([href]):hover {
		text-decoration: none;
	}
	body.page-ujdonsagok .list-3-col .items .item img {
		/*height: 200px;*/
	}
	body.page-ujdonsagok .list-3-col .items .item .title {
		color: #2d2d2d;
		text-transform: none;
	}

#galeria-box {
	/*overflow: auto;*/
}
#galeria-box img {
	width: 53%;
	margin-left: -3%;
	max-width: 606px;
	position: absolute;
}

.price-val { font-size: 43px; font-style: normal; font-weight: bold; white-space: nowrap; }

#ticketPurchase { margin-top: 70px; }
#ticketPurchase .title { margin-bottom: 4%; }
#ticketPurchase td { vertical-align: middle; }
#ticketPurchase .price-val { display: block; margin-bottom: 15px; }
#ticketPurchase .jegyarak td { text-align: right; }
#ticketPurchase .jegyarak .button { margin-right: 20px; }
/*#ticketPurchase .space { width: 5%; }*/

#postList2 {
	clear: both;
	overflow: visible;
}
#postList2 .pagewidth {
	position: relative;
	overflow: visible;
}
#postList2 .items {
	position: relative;
	overflow: visible;
}

#postList2 a:hover {
	text-decoration: none;
}
#postList2 .head {
	margin-bottom: 40px;
	position: relative;
}
#postList2 .head .link-button {
	position: absolute;
	right: 20px;
	bottom: 0;
}
#postList2 .item {
	width: 26.5%;
	padding-top: 14.5%;
	padding-top: 20%;
	display: inline-block;
	vertical-align: top;
	margin-right: 3.5%;
	margin-bottom: 2.5%;
	position: relative;
	z-index: 2;
}
#postList2 .item:nth-child(1) {
	padding-top: 31.5%;
	padding-top: 42.5%;
	width: 40%;
	float: left;
	margin-right: 3.5%;
}
#postList2 .item:before {
	content: ' ';
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.04+0,0.41+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.04) 1%, rgba(0,0,0,0.41) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#69000000',GradientType=0 ); /* IE6-9 */
	transition: opacity .25s; 
	-moz-transition: opacity .25s; 
	-webkit-transition: opacity .25s; 
	-o-transition: opacity .25s;
	border-radius: 10px;
}
#postList2 .item:hover:before {
	-moz-opacity:0.5; 
	filter:alpha(opacity=50); 
	opacity:0.5;
}
#postList2 .item img {
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
}
#postList2 .item:nth-child(1) img {
	position: absolute;
	top: 0;
	height: 100%;
	object-fit: cover;
}
#postList2 .item:nth-child(3) { margin-right: 0; }
#postList2 .item:nth-child(5) { margin-right: 0; }

#postList2 .item .title {
	letter-spacing: 1px;
}

#postList2 .item .text {
	position: absolute;
	z-index: 3;
	bottom: 0px;
	padding: 5.5% 6%;
	color: #FFF;
}

#postList3 {
		clear: both;
		padding-top: 80px;
		overflow: auto;
	}
	#postList3 a:hover {
		text-decoration: none;
	}
	#postList3 .head {
		margin-bottom: 40px;
		position: relative;
	}
	#postList3 .head .link-button {
		position: absolute;
		right: 20px;
		bottom: 0;
	}
	#postList3 .item {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 2.5% 0;
		margin-left: 4%;
		width: 48%;
		position: relative;
		box-sizing: border-box;
	}
	#postList3 .item {
		padding-top: 31.5%;
		float: left;
	}
	#postList3 .item:first-child {
		margin-left: 0;
	}
	#postList3 .item:before {
		content: ' ';
		z-index: 2;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.04+0,0.41+100 */
		background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.04) 1%, rgba(0,0,0,0.41) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#69000000',GradientType=0 ); /* IE6-9 */
		transition: opacity .25s; 
		-moz-transition: opacity .25s; 
		-webkit-transition: opacity .25s; 
		-o-transition: opacity .25s; 
		border-radius: 10px;
	}
	#postList3 .item:hover:before {
		-moz-opacity:0.5; 
		filter:alpha(opacity=50); 
		opacity:0.5;
	}
	#postList3 .item img {
		width: 100%;
		height: 100%;
		z-index: 1;

	}
	#postList3 .item img {
		position: absolute;
		top: 0;
		height: 100%;
		object-fit: cover;
	}

	#postList3 .item .title {
		font-size: 16px;
		letter-spacing: 1px;
	}

	#postList3 .item .text {
		position: absolute;
		z-index: 3;
		bottom: 0px;
		padding: 5.5% 6%;
		color: #FFF;
	}

.box-registerAndWin {
	min-height: 400px;
	margin: auto;
	color: var(--color-grey);
}
.box-registerAndWin .text {
	width: 90%;
}
.box-registerAndWin .layout-media-text .texts {
	gap: 1.75rem;
}
.box-registerAndWin .pagewidth {
}
.box-registerAndWin .box-registerAndWin-image {
	position: relative;
}
.box-registerAndWin .box-registerAndWin-image img, .box-registerAndWin .box-registerAndWin-image svg {
	z-index: 10;
	position: relative;
}

.salonSlider1 {
		
	}
	.salonSlider1 .items {
		white-space: nowrap;
		overflow: hidden;
	}
	.salonSlider1 .item {
		vertical-align: top;
	}
	.salonSlider1 .item img {
		width: 100%;
		height: auto;
	}

.salonSlider02-wrap { 
	overflow-x: hidden;
}
.salonSlider02 { 
		
	}
	.salonSlider02 .items,
	.salonSlider02 .item { 
		/*height: 600px;*/
		position: relative;
	}
	.salonSlider02 .item { 
		position: absolute;
		/*overflow: hidden;*/
		width: 22%;
		vertical-align: top;
		transition: all  0.65s;
		-moz-transition: all  0.65s; 
		-webkit-transition: all  0.65s; 
		-o-transition: all  0.65s; 
		display: none;
	}
	.salonSlider02 .item.prev { 
		z-index: 10;
		height: 100%;
		display: block;
		-moz-opacity:0.4; filter:alpha(opacity=40); opacity:0.4;
		-webkit-transform: scale(0.8);  
		-ms-transform: scale(0.8);  
		transform: scale(0.8);
		/*margin-top: 3%;*/
	}
	.salonSlider02 .item.next { 
		z-index: 10;
		height: 100%;
		display: block;
		-moz-opacity:0.4; filter:alpha(opacity=40); opacity:0.4;
		-webkit-transform: scale(0.8);  
		-ms-transform: scale(0.8);  
		transform: scale(0.8);
		/*margin-top: 3%;*/
	}
	.salonSlider02 .item.akt { 
		z-index: 20;
		height: 100%;
		display: block;
		-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
		box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 20px 80px -10px rgba(0, 0, 0, 0.3);
	}
	.salonSlider02.brandImagesSlider .item.akt { 
		-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
	}
	.salonSlider02 .item img {
		width: 100%;
		height: auto;
		position: absolute;
	}
	.salonSlider02 .text {
		position: absolute;
		margin: 14% 25%;
		color: #FFF;
	}
	.salonSlider02 .points {
		padding: 40px;
		text-align: center;
	}
	.salonSlider02 .point {
		display: inline-block;
		width: 13px;
		height: 13px;
		border-radius: 20px;
		border: 1px #000 solid;
		margin: 0 6px;
		cursor: pointer;
		transition: all  .25s;
		-moz-transition: all  .25s; 
		-webkit-transition: all  .25s; 
		-o-transition: all  .25s; 
		-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; 
		-moz-user-select: none; -ms-user-select: none; user-select: none; 
	}
	.salonSlider02 .point:hover {
		background-color: #000;
	}
	.salonSlider02 .point.akt {
		background-color: #000;
		-webkit-transform: scale(0.85);  
		-ms-transform: scale(0.85);  
		transform: scale(0.85); 
	}
	.salonSlider02 .point.inakt {
		cursor: default;
		color: #CCC;
	}
	.salonSlider02 .point.next,
	.salonSlider02 .point.prev {
		width: auto;
		height: auto;
		border: 0;
		font-size: 30px;
	}
	.salonSlider02 .point.next:hover,
	.salonSlider02 .point.prev:hover {
		background-color: transparent;
	}

.page-hitvallas .salonSlider02 .item img {
	position: relative;
}


.decor-01, .decor-02, .decor-03, .decor-04, .decor-05, .decor-06, .decor-07, .decor-08, .decor-09, .decor-10, .decor-11, .decor-12, .decor-13, .decor-14, .decor-15, .decor-16, .decor-17, .decor-18, .decor-19, .decor-20 {
	position: relative;
	overflow: visible;
}
.decor-01:before, .decor-02:before, .decor-03:before, .decor-04:before, .decor-05:before, .decor-06:before, .decor-07:before, .decor-08:before, .decor-09:before, .decor-10:before, .decor-11:before, .decor-12:before, .decor-13:before, .decor-14:before, .decor-15:before, .decor-16:before, .decor-17:before, .decor-18:before, .decor-19:before, .decor-20:before {
	content: '';
	display: block;
	position: absolute;
	top: -5rem;
	left: -5rem;
	width: 257px;
	height: 241px;
	background-image: url(images/shape-9.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.decor-01:after, .decor-02:after, .decor-03:after, .decor-04:after, .decor-05:after, .decor-06:after, .decor-07:after, .decor-08:after, .decor-09:after, .decor-10:after, .decor-11:after, .decor-12:after, .decor-13:after, .decor-14:after, .decor-15:after, .decor-16:after, .decor-17:after, .decor-18:after, .decor-19:after, .decor-20:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -12rem;
	right: 12rem;
	width: 257px;
	height: 241px;
	background-image: url(images/shape-9.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

.decor-01:before {
	background-image: url(images/shape-9.svg);
	top: -0rem;
	left: -5rem;
	width: 257px;
	height: 241px;
}
.decor-01:after {
    background-image: url(images/shape-2.svg);
    right: -12rem;
    top: unset;
    bottom: -7rem;
    width: 357px;
    height: 341px;
}

.decor-02:before {
	background-image: url(images/shape-20.svg);
	left: -6rem;
	top: -2.5rem;
	width: 212px;
	height: 101px;
}
.decor-02:after {
	background-image: url(images/shapes/Vector-4.svg);
	width: 310px;
	height: 257px;
	top: unset;
	bottom: -8rem;
	right: -10rem;
}

.decor-03:before {
	background-image: url(images/shape-22.svg);
	width: 171px;
	height: 128px;
	top: unset;
	bottom: -3rem;
	left: -3rem;
}
.decor-03:after {
	background-image: unset;
	width: 171px;
	height: 128px;
	top: unset;
	bottom: -3rem;
	left: -3rem;
}

.decor-04:before {
	background-image: url(images/shape-23.svg);
	width: 205px;
	height: 169px;
	top: -4rem;
	left: -4rem;
}
.decor-04:after {
	background-image: url(images/shape-24.svg);
	width: 361px;
	height: 290px;
	bottom: -1rem;
	right: -5rem;
}

.decor-05:before {
	background-image: unset;
	width: 332px;
	height: 420px;
	top: -12rem;
	right: 12rem;
}
.decor-05:after {
	background-image: url(images/shape-27.svg);
	width: 332px;
	height: 420px;
	top: calc(var(--section-spacing) * -1 - 10rem);
	right: -12rem;
}

.decor-06:before {
	background-image: url(images/shapes-400x/Bm_shape_11-400x.png);
	top: -5rem;
	left: -7rem;
	width: 180px;
	height: 241px;
}
.decor-06:after {
    background-image: url(images/shape-2.svg);
    right: -8rem;
    top: unset;
    bottom: -9rem;
    width: 297px;
    height: 341px;
    z-index: 100;
}
.decor-06 .content-inner:before {
    content: '';
    display: block;
    position: absolute;
    transform: rotate(180deg);
    top: 4%;
    left: 39%;
    background-image: url(images/shapes-400x/Bm_shape_7-white-2-400x.png);
    background-repeat: no-repeat;
    background-position: 30% 60%;
    background-size: contain;
    width: 77px;
    height: 100px;
    z-index: 0;
}

.decor-07:before {
    background-image: url(images/shape-23.svg);
    width: 205px;
    height: 169px;
    top: unset;
    bottom: -1rem;
    left: -6rem;
    filter: brightness(3.5);
    opacity: 0.5;
}
.decor-07:after {
    background-image: url(images/shapes/Bm_shape_4.png);
    width: 113px;
    height: 87px;
    top: -1rem;
    right: 6rem;
    filter: brightness(2.4);
    opacity: 0.5;
}

.decor-08:before {
	background-image: url(images/shape-9.svg);
	top: -0rem;
	left: -5rem;
	width: 257px;
	height: 241px;
}
.decor-08:after {
    background-image: url(images/shape-2.svg);
    right: -12rem;
    top: unset;
    bottom: -7rem;
    width: 357px;
    height: 341px;
}
.decor-09:before {
    background-image: url(images/shapes-400x/Bm_shape_8-mustard-400x.png);
    top: -12rem;
    left: -7rem;
    width: 241px;
    height: 185px;
}
.decor-09:after {
    background-image: url(images/shapes/Vector-3.svg);
    right: -5rem;
    top: 36%;
    /* bottom: -7rem; */
    width: 357px;
    height: 341px;
}
.decor-10:before {
    background-image: unset;
    top: -12rem;
    left: -7rem;
    width: 241px;
    height: 185px;
}
.decor-10:after {
    background-image: url(images/shapes/Vector.svg);
    left: 34%;
    /* top: 40%; */
    bottom: 0%;
    width: 107px;
    height: 141px;
    transform: rotate(-228deg);
    filter: brightness(5);
    opacity: 0.5;
	z-index: -1;
}
.decor-11:before {
    background-image: url(images/shapes-400x/Bm_shape_1-400x.png);
    background-size: 100% 100%;
    top: -28rem;
    left: 34%;
    width: 120px;
    height: 142px;
    filter: brightness(5);
    opacity: 0.2;
}
.decor-11:after {
    background-image: url(images/shapes-400x/Bm_shape_8-mustard-400x.png);
    top: -13.5rem;
    left: 87%;
    width: 241px;
    height: 185px;
}
.decor-12:before {
    background-image: url(images/shapes-400x/Bm_shape_6-400x.png);
    top: -9%;
    left: 67%;
    width: 263px;
    height: 185px;
    filter: brightness(1.2);
    transform: rotate(90deg);
}
.decor-12:after {
    background-image: url(images/shapes-400x/Bm_shape_6-400x.png);
    top: 7rem;
    left: -40rem;
    width: 141px;
    height: 185px;
    filter: brightness(1.1);
    /* transform: rotate(90deg); */
}
.decor-13:before {
    background-image: url(images/shapes-400x/Bm_shape_7-400x.png);
    top: 62%;
    left: -8rem;
    width: 272px;
    height: 215px;
    filter: brightness(1.2);
    transform: rotate(90deg);
	z-index: -1;
}
.decor-13:after {
    background-image: url(images/shapes-400x/Bm_shape_4-400x.png);
    top: 0rem;
    right: -7rem;
    width: 141px;
    height: 185px;
    filter: brightness(1.1);
    z-index: 25;
}
.decor-14:before {
	background-image: url(images/shapes/Bm_shape_5.png);
	top: -7.5rem;
	left: -9rem;
	width: 272px;
	height: 215px;
	filter: brightness(1.2);
	transform: rotate(-13deg);
	z-index: -1;
}
.decor-14::after {
	background-image: url(images/shapes/Vector-1.svg);
	top: calc(var(--pagewidth) / 2.25);
	right: -5rem;
	width: calc(var(--pagewidth) / 5);
	height: calc(var(--pagewidth) / 5);
	transform: rotate(137deg);
	/* filter: brightness(1.1); */
	z-index: -1;
}
.decor-15:before {
    background-image: url(images/shapes/Vector.svg);
    top: -4rem;
    left: 45%;
    width: 198px;
    height: 159px;
    filter: brightness(1.2);
    transform: rotate(-164deg);
    z-index: 0;
}
.decor-15:after {
    background-image: url(images/shapes/Group_14.svg);
    bottom: -9rem;
    right: -3rem;
    width: 301px;
    height: 305px;
    /* transform: rotate(110deg); */
    filter: brightness(1.5);
    opacity: 0.5;
    z-index: 0;
}

#firstSliderClone {
	position: absolute;
	width: 100%;
	z-index: 22;
	padding-top: 60px; 
	padding-bottom: 55px;
	overflow: hidden;

}
#firstSliderClone a, #firstSliderClone h3 {
	text-decoration: none;
	color: var(--color-was-white-text);
}
#firstSliderClone .items {
	border-radius: 10px;
}
#firstSliderClone .points,
#firstSliderClone .item img {
	display: none;
}
#firstSlider.synclone_orig .item.akt {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#firstSlider.synclone_orig .item .text {
	display: none;
}


#firstSlider, #firstSlider-wrap {
	position: relative;	
	overflow: visible;
	padding-top: calc(var(--section-spacing) / 2);
}
#firstSlider .items {
	border-radius: 1.5rem;
}
#firstSliderClone .item img,
#firstSliderClone .item video,
#firstSlider .item img,
#firstSlider .item video {
	border-radius: 1.5rem;
	border-collapse: separate;
	border-collapse: collapse;
	width: 100%;
    height: 100%;
	object-fit: cover;
}
#firstSlider .item {
	position: relative;
	/* margin-top: 3rem; */
	-moz-opacity:0; filter:alpha(opacity=0); opacity:0;
	transition: all  0.85s;
	-moz-transition: all  0.85s; 
	-webkit-transition: all  0.85s; 
	-o-transition: all  0.85s; 
}
#firstSliderClone .item {
	margin-top: 0;
}
#firstSlider .item,
#firstSlider .item.next2,
#firstSlider .item.next,
#firstSlider .item.prev2,
#firstSlider .item.prev { 
	width: 100%;
	height: 100%;
	-moz-opacity:0; filter:alpha(opacity=0); opacity:0;
	-webkit-transform: scale(1);  
	-ms-transform: scale(1);  
	transform: scale(1);
	border-radius: 1.5rem;
}
#firstSlider .item .overlay { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1.5rem;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25));
	z-index: 10;
}
#firstSlider .item.video .overlay { 
	display: none;
}
#firstSlider .item.akt { 
	z-index: 20;
	height: 100%;
	display: block;
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}
#firstSlider .texts {
	width: 100%;
	max-width: 625px;
	padding: 10% 10%;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	z-index: 20;
	top: 50%;
	transform: translateY(-50%);
}
#firstSlider .texts * { 
	color: #FFF;
}
#firstSlider .titles {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
#firstSlider .title, #firstSlider .texts h3 { 
	font-family: "Quincy CF";
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.96px;
	margin: 0;
}
#firstSlider .texts .subtitle {
	font-family: Figtree;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 30px */
}
#firstSlider .lead { 
	margin-top: 1.25rem;
}
#firstSlider .button { 
	background-color: var(--color-blue);
}
#firstSlider .button:empty { 
	display: none;
}

#firstSlider .arrows  {
	position: absolute;
	display: block;
	width: 100%;
	/* top: calc(50% - 35px); */
}
#firstSlider .arrows .prev, #firstSlider .arrows .next {
	display: inline-block;
	position: absolute;
	left: -2.25rem;
	top: 0;
}
#firstSlider .arrows .next {
	right: -2.25rem;
	left: unset;
}
#firstSlider .arrows .next img, #firstSlider .arrows .next svg {
	transform: rotate(180deg);
}
#firstSliderClone .arrows {
	display: none!important;;
}
#firstSliderClone .arrows {
	display: block;
}

@media (max-width: 950px)
{
	#firstSlider .arrows .prev img, #firstSlider .arrows .next img, #firstSlider .arrows .prev svg, #firstSlider .arrows .next svg {
		width: 37px;
		height: 37px;
	}
	#firstSlider.imgnav .arrows .prev, #firstSlider.imgnav .arrows .prev svg {
		left: -26px;
	}
	#firstSlider.imgnav .arrows .next, #firstSlider.imgnav .arrows .next svg {
		right: -26px;
	}
}

.section-style-blue {
	background-color: var(--color-blue);
}
.section-style-blue *:not(input) {
	color: #FFF;
}
.section-style-blue .button {
	background-color: var(--color-was-pink);
}

.section-style-kiallitoknak {
	background-color: var(--color-mint);
}
.section-style-kiallitoknak * {
	color: #FFF;
}
.section-style-galeria {
	background-color: var(--color-mustard);
}
.section-style-galeria * {
	color: #FFF;
}
.section-style-galeria .button {
	background-color: var(--color-terracotta);
}



.marvany {
	margin-top: 120px;
	padding: 120px 0;
	background: url(images/marvany.jpg);
	background-size: cover;
}
.box-followUs .media {
	aspect-ratio: 1/0.6;
	position: relative;
	display: flex;
}
.box-followUs .media:before {
	content: '';
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 75%;
	height: 75%;
	aspect-ratio: 1/1;
	background-image: url(images/shapes-400x/Bm_shape_3-400x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	z-index: 1;
	opacity: 0.9;
	/* mix-blend-mode: multiply; */
	/* mix-blend-mode: hard-light; */
}
.box-followUs .media:after {
    content: url(images/shapes-400x/Bm_shape_7-white-400x.png);
    content: '';
    position: absolute;
    top: 46%;
    left: 46%;
    transform: translateX(-50%) translateY(-50%) rotate(27deg);
    width: 71%;
    height: 81%;
    aspect-ratio: 1/1;
    background-image: url(images/shapes-400x/Bm_shape_7-white-400x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 0;
    opacity: 0.25;
}
.box-followUs .buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -47%);
	z-index: 2;
}
.box-followUs .text {
	max-width: 350px;
}


.box-followUs2 .layout-media-text {
	justify-content: flex-start;
	position: relative;
}
.box-followUs2 .texts {
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 100%;
	position: absolute;
	left: 75%;
	transform: translateX(-50%);
	padding: 4rem;
	box-sizing: border-box;
	aspect-ratio: 1/1;
	width: 20rem;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0;
	z-index: 1;
}
.box-followUs2 .texts::after {
    content: '';
    position: absolute;
    top: unset;
    top: -5rem;
    right: unset;
    left: -6rem;
    width: 160px;
    height: 160px;
    background-image: url(images/shapes/Bm_shape_4.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
    transform: rotate(180deg);
    /* opacity: 0.5; */
    z-index: 0;
}
.box-followUs2 .texts::before {
    content: '';
    position: absolute;
    top: unset;
    bottom: -4rem;
    right: -5rem;
    width: 165px;
    height: 111px;
    background-image: url(images/shapes-400x/Bm_shape_11-400x.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
    transform: rotate(180deg);
    opacity: 0.5;
    z-index: 0;
}
.box-followUs2 .buttons {
	position: relative;
	z-index: 1;
}
.box-followUs2 .buttons a {
	display: inline-block;
}
.box-followUs2 .buttons img {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}


.newsletter-signup {
	
}
.newsletter-signup h3 {
	margin: 0;
}
.newsletter-signup .texts {
	padding: 3rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.newsletter-signup .inputs {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
}
.newsletter-signup .inputs input {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* width: 100%; */
}

/* #exhibitors { 

} */
/* #exhibitors .head { 
	width: 100%;
	display: grid;
	grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
	grid-template-rows: 50% 50%;
}
#exhibitors .head .text { margin-top: 10%; } */
#exhibitors .gc1 { grid-column: span 3; grid-row: span 1; }
#exhibitors .gc2 { grid-column: span 2; grid-row: span 2; }
#exhibitors .gc3 { grid-column: span 5; grid-row: span 1; }
#exhibitors .gc4 { grid-column: span 3; grid-row: span 1; }
#exhibitors .gc5 { grid-column: span 5; grid-row: span 1; }
.exhibitors-head {
	background-color: var(--color-mint);
	padding: var(--section-spacing) 0;
	color: #FFF;
	margin-bottom: var(--section-spacing);
	/* margin-top: var(--section-spacing); */
}
.exhibitors-head .page-head {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: var(--section-spacing);
}
.exhibitors-head .texts {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1rem;
}
.exhibitors-head .title a {
	color: #FFF;
}
.exhibitors-head .functions {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
.exhibitors-head .categories .button:after {
	top: 0px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.exhibitors-head .categories .list {
    display: none;
    position: absolute;
    z-index: 100;
    margin: 0.5em 0 0.5em -0.5em;
    padding: 1em;
    background-color: rgba(255, 255, 255, 1);
    column-count: 3;
    column-gap: 50px;
    border-radius: 1em;
}
.exhibitors-head .categories .list li {
	list-style: none;
	background-color: rgba(255, 255, 255, 0.8);
}
.exhibitors-head .search,
.exhibitors-head .categories {
	flex: 1 1 0;
}
.exhibitors-head .search {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;

}
.exhibitors-head .search button {
	width: 1px;
	height: 1px;
	display: none;
}
.exhibitors-head .noResults {
	padding: 50px;
	text-align: center;
}
.exhibitors-head .categories {
	bottom: 44px;
}
.exhibitors-head .categories .button {
	cursor: pointer;
}
.exhibitors-head .exhibitor-brand-filter {
	width: auto;
}
.exhibitors-head .exhibitor-brand-filter * {
	vertical-align: middle;
	padding: 0;
}
.exhibitors-head .exhibitor-brand-filter .modulfilter {
	color: #CDCDCD;
}
.exhibitors-head .exhibitor-brand-filter .modulfilter:hover,
.exhibitors-head .exhibitor-brand-filter .modulfilter.akt {
	color: #000;
}
.exhibitors-head .exhibitor-brand-filter .modulfilter:hover {
	
}
#exhibitors-list .title {
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Quincy CF';
	margin-top: 1.5rem;
}
#exhibitors-list .item {
	/*width: 22.5%;*/
	/*margin-right: 3.3%;*/
	/*display: inline-block;*/
	margin-bottom: 100px;
	vertical-align: top;
}
#exhibitors-list .items .item:nth-child(4n) {
	/*margin-right: 0;*/
}
#exhibitors-list .item img {
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	/*bugfix iphone xs chrome*/
		-webkit-transform: translateZ(0);
		-webkit-perspective: 1000;
		-webkit-backface-visibility: hidden;
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s;
	padding: 25px;;
	border: 1px solid var(--color-was-pink2);
	box-sizing: border-box;
	object-fit: contain;
	min-height: 200px;
	background-color: #FFF;
	/*box-shadow: 0px 5px 20px -9px rgba(0, 0, 0, 0.25);*/
	/*-webkit-box-shadow: 0px 5px 20px -9px rgba(0, 0, 0, 0.25);*/
	/*-moz-box-shadow: 0px 5px 20px -9px rgba(0, 0, 0, 0.25);*/
	/*margin-bottom: 15px;*/
}
#exhibitors-list .item:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	box-shadow: 0px 5px 45px -9px var(--color-terracotta-opacity);
	-webkit-box-shadow: 0px 5px 45px -9px var(--color-terracotta-opacity);
	-moz-box-shadow: 0px 5px 45px -9px var(--color-terracotta-opacity);
}

#forExhibitorsLink table {
	min-height: 190px;
}
#forExhibitorsLink td {
	position: relative;
	bottom: 0;
}
#forExhibitorsLink .text {
	padding-bottom: 50px;
}
#forExhibitorsLink .button {
	position: absolute;
	bottom: 0;
}

#forExhibitors .content {
	display: flex;
	flex-direction: row;
	gap: 5rem;
	position: relative;
}
#forExhibitors .content .texts, #forExhibitors .content .interest {
	flex: 1 1 0;
}
#forExhibitors .content-inner > * {
	flex: 1 1 0;
}
#forExhibitors > .content:before, #forExhibitors .image:before {
    content: '';
    position: absolute;
    top: -7rem;
    right: -8%;
    transform: translateX(-50%);
    width: 213px;
    height: 123px;
    background-image: url(images/shapes-400x/Bm_shape_12-400x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(-37deg);
    opacity: 0.5;
    z-index: 0;
    filter: brightness(2.9);
}
#forExhibitors .image img {
    position: relative;
	z-index: 1;
}
#forExhibitors .image:before {
    top: 5rem;
    right: unset;
    left: -7rem;
    transform: rotate(-70deg);
}

#aboutUs h1 div {
	font-size: 25px;
	letter-spacing: 1px;
}

#exhibitor {
		
}
#exhibitor .titles { 
	width: 100%;
	padding: 1.5rem 5%;
	background: var(--color-mint);
	color: #FFF;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: var(--section-spacing);
	position: relative;
	z-index: 10;
}
#exhibitor .titles a { 
	color: #FFF;
}
#exhibitor .titles .cell { 
	vertical-align: middle;
}
#exhibitor .title { 
	margin: 0;
}
#exhibitor .titles .logo { 
	background: #FFF;
	padding: 1rem;
	border-radius: 1rem;
}
#exhibitor .titles .logo img { 
	max-width: 205px;
	max-height: 115px;
}
#exhibitor .titles .category {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 15px;
	display: inline-block;
}
#exhibitor .content-inner {
    min-height: 400px;
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    align-items: flex-start;
}
#exhibitor .text {
	margin-left: 5%;
	flex: 1 1 0;
}
#exhibitor .text p:first-child {
	margin-top: 0;
}
#exhibitor .image { float: right; }
#exhibitor .data  { margin-top: 60px; }
#exhibitor .data td {
	padding-right: 10%;
	vertical-align: top;
	font-weight: bold;
	text-transform: uppercase;
}
#exhibitor .data p {
	font-weight: normal; 
}
#exhibitor {
	font-weight: normal; 
}
#exhibitor .datalabel {
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.exhibitorSlider {
	overflow: hidden;
	position: relative;
}
.exhibitorSlider {
	overflow: hidden;
}
.exhibitorSlider .points {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.exhibitorSlider .item.prew,
.exhibitorSlider .item.next {
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
}
.exhibitorSlider .item.akt {
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
}
.exhibitorSlider .point {
	display: none;
	position: absolute;
}
.exhibitorSlider .point.inakt {
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
}
.exhibitorSlider .point.prev, .exhibitorSlider .point.next {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
	width: 25px;
	height: 25px;
	font-size: 80px;
	font-family: 'Quincy CF';
	font-weight: 300;
	color: #FFF;
	line-height: 0;

	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}
.exhibitorSlider .point.prev {
	left: 10px;
}
.exhibitorSlider .point.next {
	right: 10px;
}

/*#tickets .text { margin-bottom: 10px; }*/
/*#tickets .describe .text { min-height: 260px; }*/
/*#tickets .opening { margin-top: 40px; }*/
/*#tickets .opening tr > td:nth-child(1) { width: 28%; }*/
/*#tickets .opening tr > td:nth-child(3) { width: 45%; }*/
/*#tickets .hours, .page-helyszin .hours {*/
	/*width: 92%;*/
	/*height: 90px;*/
/*}*/

.jegyek {
		/* margin-top: 110px; */
		text-align: center;
	}
	.jegy {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 30%;
		margin-left: 3%;
		background: #FFF;
		padding: 2%;
		/* padding-bottom: 75px; */
		min-height: 425px;
		/* box-shadow: 0px 0px 60px 3px rgba(10, 36, 68, 0.15); */
		/* -webkit-box-shadow: 0px 0px 60px 3px rgba(10, 36, 68, 0.15); */
		/* -moz-box-shadow: 0px 0px 60px 3px rgba(10, 36, 68, 0.15); */
	}
	.jegyek .jegy:nth-child(1) {
		margin-left: 0;
	}
	.jegyek .jegy:nth-child(2),
	.jegyek .jegy:nth-child(4) {
		margin-top: -60px;
	}
	.jegy .text {
		min-height: 81px;
	}
	.jegy .title {
		font-family: 'Quincy CF';
		/* font-weight: normal; */
		margin-bottom: 0;
		/* font-size: 25px; */
	}
	.jegy .subtitle {
		/* font-family: 'Quincy CF'; */
		/* font-weight: normal; */
		/* line-height: 130%; */
		padding: 5px 0;
		/* text-transform: lowercase; */
	}
	.jegy hr {
		margin: 20px 0;
		border: 0;
		border-bottom: 1px #e6e6e6 solid;
	}
	.jegy .price {
		font-family: 'Quincy CF';
		font-weight: normal;
		font-size: 48px;
		text-align: center;
	    padding-bottom: 25px;
	}
	.jegy .price.counter-2 {
		font-size: 40px;
	}
	.jegy .price .label {
		font-family: Figtree;
		font-weight: normal;
		font-size: 1rem;
		text-align: center;
	    margin-bottom: 0.8em;
	}
	.jegy .button {
		/* position: absolute; */
		width: 100%;
		width: 82%;
		box-sizing: border-box;
		margin-bottom: 25px;
		bottom: 10px;
	}

.page-helyszin .hours {
	width: 37%;
	height: 60px;
	margin-top: 15px;
}
.page-helyszin .hours td {
	white-space: nowrap; 
}
.page-helyszin .hours tr td:nth-child(1) {
	padding-right: 5%; 
}
.page-helyszin .hours tr td:nth-child(2) {
	text-align: right; 
}

/* #forExhibitors td { position: relative; } */
/* #forExhibitors .head .button { position: absolute; left: 0; bottom: 0; } */

.imageTitle {
	position: relative;
	/* margin-top: 80px; */
}
.imageTitle img {
	width: 100%;
}
.imageTitle .overlay {
	position: absolute; 
	bottom: 0;
	width: 100%; 
	height: 100%; 
	/*background-color: #000;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.04+0,0.41+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.04) 1%, rgba(0,0,0,0.41) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#69000000',GradientType=0 ); /* IE6-9 */
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s; 
}
.imageTitle .text {
	position: absolute;
	top: 0%;
	margin: 14% 25%;
	color: #FFF;
}
.imageTitle .title {
	font-size: 45px;
	line-height: 1.4em;
	margin: 0;
}
.imageTitle .category,
.imageTitle .date,
.imageTitle.inspiracio {
	margin-top: 0px;
}
.imageTitle.inspiracio .text {
	top: auto; 
	margin: auto; 
	bottom: 51px;
	left: 63px;
}
.imageTitle.inspiracio .title {
	line-height: 1.2em;
	font-size: 37px;
	width: 74%;
}
.imageTitle.inspiracio:hover .overlay {
	-moz-opacity:.0; filter:alpha(opacity=0); opacity:.0;
}

.forExhibitors02 {
	margin-top: -8%;
}
.forExhibitors02 .image {
	display: inline-block;
	vertical-align: bottom;
}
.forExhibitors02 .text {
	padding: 10% 1% 0 10%;
	background-color: #FFF;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}
.forExhibitors02 .title {
	margin-top: 0;
}
.forExhibitors02 .inner {
	position: relative;
	margin-top: 0;
	padding-bottom: 40px;
	min-height: 275px;
}
.forExhibitors02 .button {
	position: absolute;
	bottom: -5px;
	left: 0;
}

.forExhibitors03 {
	
}
.forExhibitors03 img {
	display: inline-block;
	padding: 2.2% 0 0 2.2%;
	background-image: url(images/ls_02.png);
	background-repeat: no-repeat;
	vertical-align: top
}
.forExhibitors03 .text {
	display: inline-block;
	padding-right: 10%;
	margin-top: -3%;
}

#jelentkezes .text .title {
	text-transform: uppercase;
	font-weight: bold;
}
#jelentkezes label { display: block; }
#jelentkezes .inputs {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	justify-content: space-between;
}
#jelentkezes .inputs .input-set {
	flex: 1;
}

#partners .item {
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	margin-bottom: 40px;
	text-align: center;
	border: 1px #bfbfbf solid;
	padding: 25px;
	margin: 25px;
	box-sizing: border-box;
	width: 250px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center ;
}
#partners .items.catid-1 .item,
#partners .items.catid-2 .item,
#partners .items.catid-3 .item {
	background-color: #ffffff;
}
/*#partners .items.catid-2 .item { width: 40%; }*/
/*#partners .items.catid-3 .item { width: 30%; }*/
/*#partners .item img { height: auto; vertical-align: middle; }*/

#registration .inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 4rem;
	row-gap: 2rem;
}
#registration .inner > *:first-child {
	grid-column: span 2;
}
#registration .titles {
	grid-row-start: 1;
	grid-column-start: 1;
}
#registration .form, #registration .texts {
	flex: 1;
}
#registration .form {
	padding: 2rem;
	font-weight: 600;
    background: #ffffffbf;
    border-radius: 2rem;
	grid-column-start: 2;
	grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
	position: relative;
	z-index: 1;
}
#registration .texts p:first-child {
	margin-top: 0;
}
#registration .form .input {
	display: flex;
	flex-direction: row;
	gap: 1rem;
}
#registration .inputs {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	justify-content: space-between;
}
#registration .inputs .input-set {
	flex: 1;
}



.box-followUs .title,
#pressInquiry .title { margin: 0.4em 0; }
#pressInquiry .text { width: 85%; }
#pressInquiry a {
	font-size: 150%;
	font-weight: bold;
	display: block;
	margin-top: 25px;
}


#postList .salonSlider03 .item { height: 100%; }
/*#postList .salonSlider03 .item.next { margin-top: 4%; }*/
/*#postList .salonSlider03 .item.prev { margin-top: 4%; }*/
#postList .salonSlider03 .title { margin: 15px 0 0 0; font-size: 58px; text-align: center; }
#postList .salonSlider03 .category, #postList .salonSlider03 .date { text-transform: uppercase; vertical-align: middle; }
#postList .salonSlider03 .overlay { position: absolute; width: 100%; height: 100%; background-color: #000; }

.postList .item {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-left: 4%;
	margin-bottom: 8%;
	height: 410px;
}
.postList .item:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: red;
	z-index: 15;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.04+0,0.41+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.04) 1%, rgba(0,0,0,0.41) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.04) 1%,rgba(0,0,0,0.41) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#69000000',GradientType=0 ); /* IE6-9 */
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s; 
	border-radius: 10px;
}
.postList .item:hover:before {
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.postList .item.odd { margin-left: 0; }
.postList .item img { width: 100%; height: 100%; object-fit: cover; position: absolute; z-index: 10; }
.postList .text { padding: 6% 6%; position: absolute; bottom: 0; z-index: 20; }
.postList .text * { color: #FFF; }
.postList .title { margin: 3% 0; line-height: 1.3em; }
.postList .category, .postList .date { display: inline-block; text-transform: uppercase; }
.postList .category:empty { display: none; }
.postList .category { margin-right: 5%; }
/*.postList .click { text-transform: uppercase; }*/
.postList .item:hover .click { text-decoration: underline; }
.postList .item { 
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s; 
}
.postList .item:hover { 
	/*box-shadow: 0px 20px 60px -7px rgba(0, 0, 0, 0.3);*/
	/*-webkit-box-shadow: 0px 20px 60px -7px rgba(0, 0, 0, 0.3);*/
	/*-moz-box-shadow: 0px 20px 60px -7px rgba(0, 0, 0, 0.3);*/
	/*margin-top: -10px;*/
}

/*#publicTransport { margin: 20px auto; }*/
#publicTransport .cell { vertical-align: middle; }
.trafficLines { padding-bottom: 5%; text-align: center; }
#publicTransport .content-inner .text table tr td:nth-child(1) { padding-right: 10%; box-sizing: border-box; }
#publicTransport .content-inner .text table tr td:nth-child(2) p, .trafficLines div {
    display: inline-block;
    text-align: center;
    font-size: 38px;
    font-weight: normal;
    font-family: 'Quincy CF';
    width: 115px;
    height: 113px;
    padding-top: 56px;
    line-height: 1px;
    margin: 10px 15px;
    background: url(images/shapes-400x/Bm_shape_8-400x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFF;
    /* border-radius: 100px; */
    /* border: 4px #000 solid; */
}

#kapcsolatinfo .content-inner .text table tr td:nth-child(1) { padding-right: 5%; box-sizing: border-box; }

#informacio .cell { padding: 0 0 10px 0; }
#informacio .title { margin: 0 0 4% 0; }
#informacio .text { width: 80%; }
#informacio a { text-transform: uppercase; font-size: 115%; display: block; }

#creed .slider1 .text { display: none; }

.pager {
	margin-top: 30px;
	}
	.pager .nav,
	.pager .item {
		width: auto!important;
		display: inline-block;
		padding: 4px 8px;
		margin: 2px;
		font-weight: bold;
		margin-right: 2%;
	}
	.pager .item:hover,
	.pager .item.akt {
		border-bottom: 2px #000 solid;
		text-decoration: none;
	}

#post .content {
	margin: auto;
}
#post .content img {
	width: 200%;
	/*margin: 14% 0 14% -50%;*/
	margin: 7% 0 7% 0;
	position: relative;
}
#post .content h1,
#post .content h2,
#post .content h3 {
	font-size: 30px;
}
#post .content ol,
#post .content ul {
	padding: 0 0 0 2em;
}

.postNav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem; 
	font-size: 25px; 
	font-family: 'Quincy CF';
	margin: 40px auto;
}
.postNav a:hover { text-decoration: none; }
.postNav .cell {
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 2rem;
}
.postNav .prev { text-align: left; }
.postNav .next { text-align: right; }
.postNav .prev img { width: 50px; height: 50px; }
.postNav .next img { width: 50px; height: 50px; transform: rotate(180deg); }

.auth-box {
	margin: 40px auto;
	text-align: center;
	}
	.auth-box table {
		width: 100%;
		margin: auto;
	}
	.auth-box td {
		padding: 5px;
	}
	.auth-box input[type=text],
	.auth-box input[type=email],
	.auth-box input[type=number],
	.auth-box input[type=password],
	.auth-box input.button,
	.auth-box select,
	.auth-box textarea {
		width: 80%;
		max-width: 300px;
		padding: 10px;
		box-sizing: border-box;
	}
	.auth-box .button {
		background: #DDD;
	}

.page-babavarocsomag #firstSlider .lead { font-size: 27px; line-height: 1.4; }
.page-babavarocsomag #firstSlider .title { font-size: 57px; }
#babavarocsomag-nyeremenyek-wrap { background-image: url(images/jatszesnyerj-bg1.png); background-repeat: no-repeat; background-position: 83% 94%; }
#babavarocsomag-nyeremenyek img {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 100%;
}
#babavarocsomag-nyeremenyek .content-inner table { border-bottom: 0; border-spacing: 0; display: inline-table; vertical-align: top; }
/* #babavarocsomag-nyeremenyek.pagewidth.padding .content-inner { padding-right: 1%; } */
#babavarocsomag-nyeremenyek .content-inner table:nth-child(1) { width: 49%!important; margin-right: 4%; }
#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) { width: 46%!important; }
#babavarocsomag-nyeremenyek .content-inner h2 { margin-top: 0; }
#babavarocsomag-nyeremenyek .content-inner td { padding: 0 0 45px 0; }
#babavarocsomag-nyeremenyek .content-inner table tbody tr:last-child td { padding-bottom: 0; }
#babavarocsomag-nyeremenyek .content-inner img { max-width: 70px!important; }
#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) { font-size: 92%; font-style: italic; line-height: 1.4em; }
#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(1),
#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(3) { padding-right: 15px; }
#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(2),
#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(4) { padding-right: 20px; }

/* #babavarocsomag-registration { background-image: url(images/jatszesnyerj-bg2.png); background-repeat: no-repeat; background-position: 95% 55%; } */
#babavarocsomag-registration h2 { margin-top: 0; }
#babavarocsomag-registration form {
	display: grid;
	grid-template-columns: 1fr 1fr 1.1fr;
	/* grid-template-rows: 23% 33% 33%; */
	padding-bottom: 2%;
	grid-gap: 0 2em;
}
#babavarocsomag-registration form .item { padding-bottom: 40px; }
#babavarocsomag-registration form .item.send { align-self: end; text-align: right; }
#babavarocsomag-registration form label { display: block; }
/* #babavarocsomag-registration form input { width: 80%; border-color: #ffffffb5; } */

#babavarocsomag-tudnivalok {
	position: relative;
}
#babavarocsomag-tudnivalok:before {
    content: '';
    display: block;
    position: absolute;
    top: 43%;
    left: 5%;
    width: 158px;
    height: 200px;
    background-image: url(images/shapes-400x/Bm_shape_6-400x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    transform: rotate(-102deg);
}
#babavarocsomag-tudnivalok .content-inner { display: grid; grid-template-columns: 30% 70%; padding-bottom: 0; }
#babavarocsomag-tudnivalok h2 { font-size: 30px; }

#babavarocsomag-partnerek .content-inner { display: grid; grid-template-columns: 30% 70%; padding-bottom: 0; }
#babavarocsomag-partnerek h2 { font-size: 30px; }
#babavarocsomag-partnerek img { box-sizing: border-box; }
#babavarocsomag-partnerek td { text-align: center; }
#babavarocsomag-partnerek td:nth-child(1) { padding: 10px 40px 10px 0px;  }
#babavarocsomag-partnerek td:nth-child(2) { padding: 10px 30px 10px 20px;  }
#babavarocsomag-partnerek td:nth-child(3) { padding: 10px 20px 10px 30px;  }
#babavarocsomag-partnerek td:nth-child(4) { padding: 10px 0px 10px 40px;  }

.accordion-list .text ul ul, .accordion-list .text ul ol, .accordion-list .text ol ul, .accordion-list .text ol ol {
    padding: 0.9em 0 0.4em 0;
    margin-right: 1.2em;
}
.accordion-list .text ul, .accordion-list .text ol {
    list-style-type: none;
}
.accordion-list .text > ul > li, .accordion-list .text > ol > li {
    cursor: pointer;
    font-size: 1.1em;
}
.accordion-list .text ul li > ul, .accordion-list .text ul li > ol, .accordion-list .text ol li > ul, .accordion-list .text ol li > ol {
    display: none;
    font-size: 0.85em;
    /* color: #999999; */
    text-indent: 0;
    margin-left: 30px;
}
.accordion-list .text > ul,
.accordion-list .text > ol {
    padding: 0.3em 0;
}
.accordion-list .text > ul > li,
.accordion-list .text > ol > li {
    position: relative;
    border-bottom: 1px solid #DDD;
    padding-bottom: 0.8em;
    padding-top: 0.8em;
    padding-left: 0;
    padding-right: 25px;
    /*text-indent: -1.9em;*/
    line-height: 1.3em;
    transition: all .25s;
    -moz-transition: all .25s; 
    -webkit-transition: all .25s; 
    -o-transition: all .25s; 
}
.accordion-list .text > ul > li:hover,
.accordion-list .text > ol > li:hover {
    color: #000000;
}
.accordion-list .text > ul > li:after,
.accordion-list .text > ol > li:after {
    content: " ";
    border: solid #ACAEAF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 17px;
    transition: all .25s;
    -moz-transition: all .25s; 
    -webkit-transition: all .25s; 
    -o-transition: all .25s; 
}
.accordion-list .text > ul > li:hover:after,
.accordion-list .text > ol > li:hover:after {
    border-color: #666666;
}
.accordion-list .text > ul > li.open:after,
.accordion-list .text > ol > li.open:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.page-kupon .content { min-height: 300px; }

.page-socialmediakit h1,
.page-socialmediakit h2 {
  font-size: 37px;
  line-height: 1.1em;
}
.page-socialmediakit h3 {
  position: relative;
  font-size: 25px;
  line-height: 1.1em;
  margin: 0;;
}
.page-socialmediakit h2 {
  text-align: center;
}
.page-socialmediakit .page-head h2 {
  text-align: left;
}
.mediakit-linkek {
	padding-top: 5%;;
}
.mediakit-linkek img {
	margin-right: 5px;
}
.mediakit-linkek table {
	font-size: 110%;
}
.mediakit-linkek h1,
.mediakit-kreativ-javaslatok h1,
.mediakit-szovegek h1 {
	text-align: center;
}
.mediakit-linkek p:first-of-type,
.mediakit-kreativ-javaslatok p:nth-of-type(1),
.mediakit-kreativ-javaslatok p:nth-of-type(2),
.mediakit-szovegek p:first-of-type {
	text-align: center;
	max-width: 560px;
	max-width: 650px;
	margin: 1.5em auto;
}
.mediakit-linkek h2 {
	text-align: center;
}
.mediakit-linkek p:first-of-type {
	max-width: 560px;
	margin-bottom: 3.5em;
}
.mediakit-linkek strong {
	font-size: 25px;
  line-height: 1.1em;
}
.mediakit-szovegek td p:first-of-type {
	text-align: left;
}
.mediakit-kreativ-javaslatok {
	margin-top: 250px;
}
.mediakit-kreativ-javaslatok .button {
	min-width: 300px;
	box-sizing: border-box;
}
.mediakit-kreativ-javaslatok table strong {
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 20px;
	margin: 10px 0;
	position: relative;
	color: var(--color-was-pink);
	background-color: #FFFFFF;
}
.mediakit-kreativ-javaslatok table>tbody>tr>td>table>tbody>tr:nth-child(1)>td {
	position: relative;
}
.mediakit-kreativ-javaslatok table>tbody>tr>td>table>tbody>tr:nth-child(1)>td:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	border-top: 1px solid var(--color-was-pink);
	top: 23px;
}
.mediakit-kreativ-javaslatok .content-inner .text > table tbody tr:last-child p {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-gap: 5%;
}
.mediakit-kreativ-javaslatok .content-inner .text > table tbody tr:last-child p img {
	width: 100%!important;
}
.page-socialmediakit h3 strong {
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	padding-right: 20px;
	color: var(--color-was-pink);
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
}
.page-socialmediakit h3 strong:before {
	content: "";
	width: 100%;
	/*border-top: 1px solid var(--color-was-pink);*/
	top: 12px;
	position: absolute;
	z-index: 0;
}


.sIcon {
	width: 2.5rem;
	height: 2.5rem;
	vertical-align: middle;
	margin-left: 7px;
}
.sIcon.small {
	width: 1.75rem;
	height: 1.75rem;
}
.sIcon.large {
	width: 4rem;
	height: 4rem;
}
.sIcon:hover {
	transform: scale(1.1);
}
.langIcon {
	transition: all  .25s;
	-moz-transition: all  .25s; 
	-webkit-transition: all  .25s; 
	-o-transition: all  .25s; 
	font-family: 'Quincy CF';
	font-weight: 300;
	font-size: 16px;
}
.langIcon.act,
.langIcon:hover {
	font-family: 'Quincy CF';
	/*fill: white;*/
    /*background-color: #000;*/
}
.langs.donly {
    margin-left: 25px;
	min-width: 73px;
	display: inline-block;
}
.langs.monly {
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px #8fc8e6 solid;
}
.langs.monly a:first-child img {
    margin-left: 0;
}

body.page-vedonoi_igenyles .form_editable input {
	width: 88%;
	box-sizing: border-box;
}

/* start _footer.css */
  footer { --color-text: #FFFFFF; --color-links: #FFFFFF; background-color: var(--color-terracotta); padding-top: var(--section-spacing); padding-bottom: var(--section-spacing); }
  footer * { color: var(--color-text); }
  footer .site-logo { padding-right: 2rem; }
  footer .site-logo-image img, footer .site-logo-text:before { filter: brightness(0) invert(1); border-color: #FFFFFF; }
  footer .footer-top { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding-bottom: 3.5rem; }
  footer .linkek { display: flex; flex-direction: row; flex-wrap: wrap; gap: 0.25rem; }
  footer .linkek a { display: block; margin-right: 1rem; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 3rem; padding-top: 1.75rem; border-top: 1px solid var(--color-mustard); font-size: 0.9rem; }
  .footer-bottom-social { display: flex; flex-direction: row; flex-wrap: wrap; gap: 1rem; }
  .footer-bottom-logos { display: flex; flex-direction: row; flex-wrap: wrap; gap: 1rem; align-items: center; }
  .footer-bottom-logos img { width: 150px; height: auto; filter: brightness(0) invert(1); }
  @media (max-width: 950px) { footer .footer-top { flex-direction: column; }
  .footer-bottom { align-items: flex-start; }
  .footer-bottom p:first-child { margin-top: 0; }
  }
/* end _footer.css */

.ui-dialog, .ui-front {
	z-index: 1000;
}

@media (max-width: 1080px)
{
	#galeria .column3 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
}
@media (min-width: 1050px)
{
	#istablet { display: none; }
	.tonly { display: none!important; }
}
@media (max-width: 1050px)
{
	#istablet { display: block; }
	header { position: relative; }
	#header-wrap {
		/* background-color: var(--color-was-blue); */
	}
	
	body.menu-x #firstSlider.salonSlider02 .item .text {
		/* display: none; */
	}
	#firstSlider.salonSlider02 .text {
		margin: 57% 7%;
	}
	.sIcon { width: 34px; height: 34px; margin-left: 0; margin-right: 0px; }
	.sIcon.large { width: 50px; height: 50px; }
	.sIcon.fb { margin-left: 0; }
}

@media (min-width: 950px)
{
	#ismobile { display: none; }
	.monly { display: none!important; }
	#praktikusinfok td h3:nth-child(1) { margin-top: 0; }
}
@media (max-width: 950px)
{
	html {
		--section-spacing: 4rem;
	}
	#ismobile { display: block; }
	.donly { display: none!important; }
	h1, .h1 { font-size: 40px; }
	h2, .h2 { font-size: 35px; }
	h3, .h3 { font-size: 2.25rem; }
	h4, .h4 { font-size: 1.75rem; }
	h5, .h5 { font-size: 16px; }
	td.space { display: none; }
	button, .button, a.button, input[type=button], input[type=submit] {
		padding: 0.75rem 1.5rem;
	}
	.malignc { text-align: center; }
	.mW, .mW tbody, .mW>tbody, .mW>tbody>tr, .mW>tbody>tr>td { width: 100%!important; display: block; }
	.mW50 { width: 49.4%!important; display: inline-block; vertical-align: top; }
	.mpW { width: 86%; display: block; }
	.pagewidth {
		margin-left: calc((100vw - var(--pagewidth)) / 1.5);
		margin-right: calc((100vw - var(--pagewidth)) / 1.5);
	}
	.pagewidth, .fullPageInverse .content.html { width: 86vw; }
	.pagewidth.table { display: block; }
	.pagewidth .pagewidth {margin-left: 0;}
	.auth-box { margin: 10px auto; }
	.column3.mW { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.mcolumn1 {
		-webkit-column-count: 1; 
		-moz-column-count: 1; 
		column-count: 1;
		text-align: justify;
	}
	header { grid-template-columns: 1fr 2.5rem; }
	#header-spacer { height: 110px; }
	.site-logo-image { width: 113px; }
	.site-logo-text { padding-left: 1.8rem; }

	#menu {
		display: none;
		padding: 0;
		opacity: 0;
		transition: padding 0.3s, opacity 0.3s;
	}
	#menu a:not(.button) {
		padding: 0.5rem 1rem;
		display: block;
		width: fit-content;
	}
	#menu a.button {
		margin-top: 1rem;
	}
	body.menu-x #menu {
		display: block;
		position: relative;
		padding: 1rem 0;
		opacity: 1;
	}
	body.menu-x #header-wrap {
		background-color: var(--color-background);
	}

	section:has(.section-overflow-x-hide), #firstSlider-wrap, #exhibitors, #exhibitor, #postList2 {
		max-width: 100vw;
		overflow-x: hidden!important;
	}

	#firstSlider .title, #firstSlider .texts h3 { font-size: 1.7rem; }
	#firstSlider .texts .subtitle { font-size: 1.0rem; }
	#firstSlider .lead { display: none; }
	#firstSlider-wrap, #firstSliderClone { margin-top: 0; }
	#firstSlider.salonSlider02 .points { display: inline-block; }
	#firstSlider-wrap + #outsidelead {
		margin-top: calc(var(--section-spacing) * -0.55); padding-bottom: var(--section-spacing);
	}
	#firstSlider + #outsidelead {
		margin-top: calc(var(--section-spacing) * 0.45);
		margin-bottom: 0;
	}

	.decor-01:before {
		background-image: url(images/shape-9.svg);
		top: -0rem;
		left: -5rem;
		width: 157px;
		height: 141px;
	}
	.decor-01:after {
		background-image: url(images/shape-2.svg);
		right: -5rem;
		top: unset;
		bottom: -3rem;
		width: 157px;
		height: 141px;
	}
	.decor-03:before {
		background-image: url(images/shape-22.svg);
		width: 141px;
		height: 98px;
		top: unset;
		bottom: -3rem;
		left: -3rem;
	}
	.decor-04:before {
		background-image: url(images/shape-23.svg);
		width: 205px;
		height: 169px;
		top: 3rem;
		left: -1rem;
	}
	.decor-04:after {
		background-image: url(images/shape-24.svg);
		width: 245px;
		height: 290px;
		bottom: 0rem;
		right: -1rem;
	}
	.decor-05:after {
		background-image: url(images/shape-27.svg);
		width: 132px;
		height: 120px;
		top: calc(var(--section-spacing) * -1 - 1rem);
		right: -1rem;
	}

	/* programok fejléc dekorok */
	.decor-06 .content-inner:before {
		top: -15%;
		left: unset;
		right: -3rem;
	}
	.decor-06:after {
		bottom: -4rem;
		width: 197px;
		height: 241px;
	}
	.decor-09:before {
		top: -6.8rem;
		left: -0.2rem;
		width: 72px;
		height: 94px;
		z-index: 10;
		opacity: 0.5;
	}
	/* kiállítók fejléc dekorok */
	.decor-11:before {
		left: unset;
		right: -45px;
		top: -25rem;
	}
	.decor-11:after {
		top: -9rem;
		left: -4rem;
		width: 141px;
		height: 105px;
	}
	/* jegyek */
	.decor-12:before {
		top: -11%;
		left: 57%;
		width: 152px;
		height: 185px;
	}
	.decor-12:after {
		top: unset;
		bottom: -9rem;
		left: -2rem;
		width: 141px;
		height: 185px;
	}
	.decor-13:before {
		top: 80%;
		left: -5rem;
		width: 172px;
		height: 165px;
	}
	.decor-13:after {
		top: 0rem;
		right: -2rem;
		width: 62px;
		height: 75px;
	}
	.decor-14::after {
		top: calc(var(--pagewidth) / 2.25);
		right: -0.8rem;
		width: calc(var(--pagewidth) / 5);
		height: calc(var(--pagewidth) / 5);
	}
	
	.newsletter-signup .texts {
		padding: 2rem;
	}
	.newsletter-signup .inputs {
		flex-direction: column;
		gap: 1rem;
	}
	.newsletter-signup .inputs .input-set, .newsletter-signup .inputs input {
		width: 100%;
	}
	.decor-05:after {
		top: calc(var(--section-spacing) * -1 - 3rem);
	}

	.page-head .content-inner {
		grid-template-columns: 1fr;
	}

	.link-button {
		margin-bottom: var(--section-spacing);
	}

	.box-registerAndWin {
		background-color: var(--color-peach);
	}
	.box-registerAndWin .layout-media-text > .texts:first-child {
		padding-left: 1rem;
	}

	#exhibitor .titles, #exhibitor .content-inner {
		flex-direction: column;
	}
	#exhibitor .content-inner .text {
		order: 2;
	}
	#exhibitor .content-inner .mmSlider1-wrap {
		/* margin-top: var(--section-spacing); */
	}
	.decor-10:after {
		left: unset;
		right: 0.5rem;
		top: -4rem;
		bottom: unset;
		width: 88px;
		height: 141px;
		transform: rotate(0);
	}
	.decor-09:after {
		right: -6rem;
		top: 5%;
		width: 357px;
		height: 341px;
		opacity: 0.2;
	}

	.page-babavarocsomag #firstSlider .title { font-size: 26px; margin-top: -13px; }
	.page-babavarocsomag #firstSlider .title br { display: inline; display: none; }


	.list-3-col .items .item {
		width: 49%;
		min-height: 230px
	}
	.list-3-col .items .item:nth-child(3n-2) {
		margin-left: 2%;
	}
	.list-3-col .items .item:nth-child(2n-1) {
		margin-left: 0;
	}

	#galeria-box img { width: 110%; max-width: 110%; position: relative; margin-left: -6%; }
	#galeria-box h3 { margin-top: 0; }
	#galeria-box .lead { margin-top: 25px; }
	#galeria-box .text { width: 100%; }

	#postList2 .item:nth-child(1) {
		padding-top: 54%;
	}
	#postList2 .item {
		padding-top: 54%;
		margin-right: 0;
	}

	.grid-30-4 { display: grid; grid-gap: 1%; grid-template-columns: unset; }

	.jegyek .jegy,
	.jegyek .jegy:nth-child(2),
	.jegyek .jegy:nth-child(4) {
		margin: 30px 0 0 0;
		box-sizing: border-box;
		padding: 10% 10% 95px 10%;
	}
	.jegyek .text {
		min-height: unset;
	}

	/* .page-jegyek .page-head {
		background-color: var(--color-was-blue);
		--pagewidth: 100%;
		padding: 0 7%;
		position: relative;
	}
	.page-jegyek .page-head:before {
		display: block;
		position: absolute;
		content: "";
		background-color: var(--color-was-blue);
		width: 100%;
		height: 100px;
		left: 0%;
		top: -100px;
	} */

	#ticketPurchase { margin-top: 20px; }
	#ticketPurchase .jegyarak { margin-top: 20px; }
	#ticketPurchase .jegyarak td { text-align: left; }
	.text.column2 {
		-webkit-column-count: 1; 
		-moz-column-count: 1; 
		column-count: 1;
		column-gap: 0;
	}
	/*.salonSlider02 .points { display: none; }*/
	
	/* .page-head h1 { font-size: 34px; } */
	/* .page-head .content-inner { display: block; } */

	.imageTitle .text { position: relative; color: #000; width: auto; margin: 0%; }
	.imageTitle .title { font-size: 25px; margin: 1em 0; }
	.imageTitle .overlay { display: none; }
	.imageTitle.inspiracio .overlay { display: block; }
	.imageTitle.inspiracio .text { position: absolute; margin: 0; color: #FFF; bottom: 20px; }
	.imageTitle.inspiracio .title { font-size: 34px; }
	
	
	#post .imageTitle { margin-top: 0; }
	#post .imageTitle img {
		margin-bottom: 0.5rem;
		position: relative;
		z-index: 2;
	}
	#post .imageTitle .title { margin-top: 0.5em; }
	.decor-13:before {
		top: 57%;
		left: -5rem;
		width: 292px;
		height: 355px;
		opacity: 0.2;
		z-index: 1;
		transform: rotate(169deg);
	}
	.postNav .next img {
		transform: rotate(180deg);
	}

	#registration .inner {
		grid-template-columns: 1fr;
	}
	#registration .inner > *:first-child {
		grid-column: unset;
	}
	#registration .titles, #registration .form {
		grid-column-start: unset;
		grid-column-end: unset;
		grid-row-start: unset;
		grid-row-end: unset;
	}
	#registration .titles {
		order: -2;
	}
	#registration .texts {
		order: -1;
	}
	#registration .form	{
		width: 100vw;
		border-radius: 0;
		margin-left: calc((var(--pagewidth) - 100vw) / 1.5);
		padding-left: calc((100vw - var(--pagewidth)) / 1.5);
		padding-right: calc((100vw - var(--pagewidth)) / 1.5);
	}
	#registration .inputs,
	#jelentkezes .inputs {
		flex-direction: column;
		gap: 0;
	}
	.decor-15:before {
		top: -5rem;
		left: UNSET;
		RIGHT: 0REM;
		width: 138px;
		height: 101px;
	}
	.decor-15:after {
		bottom: -9rem;
		right: -1rem;
		width: 244px;
		height: 305px;
	}
	
	#forExhibitors .imageTitle .text { margin: 0%; }
	#forExhibitors .content {
		flex-direction: column;
		gap: 2rem;
	}
	#forExhibitors > .content:before, #forExhibitors .image:before {
		right: -3%;
		width: 172px;
		height: 123px;
	}
	#forExhibitors .image:before {
		top: 3rem;
	}

	.forExhibitors02 { margin: auto; }
	.forExhibitors02 .text { padding-left: 0; padding-right: 0; }


	#postList2 { padding-top: 40px; }
	#postList2 .head .title { font-weight: normal; margin: 15px 0; }
	#postList2 .head { margin-bottom: 10px; }

	#postList3 .item {
		padding-left: 0;
		margin-left: 0;
		padding-top: 55%;
	}

	#postList .salonSlider03 .points { display: block; position: absolute; position: absolute; padding: 0; width: 97%; margin-top: -32%; }
	#postList .salonSlider03 .category { padding-right: 15px; }
	#postList .salonSlider03 .points .point { display: none; }
	#postList .salonSlider03 .points .point.next, #postList .salonSlider03 .points .point.prev { 
		display: inline-block;
		position: absolute;
		left: -34px;
		width: 15px;
		font-size: 35px;
		padding: 20px 5px;
	}
	#postList { width: 100%; overflow-x: hidden; }
	#postList .salonSlider03 .points .point.next { left: auto; right: -31px; text-align: right; }
	#postList .salonSlider03 .item.prev, #postList .salonSlider03 .item.next { -moz-opacity:.0; filter:alpha(opacity=0); opacity:.0; }
	/*#postList .salonSlider03 .text { position: relative; margin: 1% 0; color: #000; }*/
	/*#postList .salonSlider03 .title { font-size: 25px; margin-top: 10px; }*/
	/*#postList .salonSlider03 img { position: relative; }*/
	/* #postList .salonSlider03 .overlay { display: none; } */
	#postList .salonSlider03 .title { font-size: 40px;  }
	#postList .salonSlider03 .text {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	/*#postList .postList.pagewidth { width: 100%; margin-top: 60px; }*/
	/*#postList .postList .item { margin-bottom: 0; }*/
	/*#postList .postList .button { color: #FFF; }*/
	/*#postList .postList img { width: 86%; margin: 7% 7% 0 7%; }*/

	#creed .salonSlider02 .item { width: 100%; display: block; position: relative; margin-bottom: 40px; }
	#creed .salonSlider02 .item img { position: relative; }

	.postList .item { margin-left: 0; }
	.postList .text { height: inherit; }
	#toptile {
		height: 1200px;
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%; /* 25% 25% 25% 25%*/
	}
	#toptile span, #toptile .lt span {
		font-size: 18px;
		left: 15px;
		bottom: 12px;
	}
	#toptile .tile1  { grid-column: span 2; grid-row: span 2; }
	#toptile .tile2  { grid-column: span 1; grid-row: span 1; }
	#toptile .tile3  { grid-column: span 1; grid-row: span 1; }
	#toptile .tile4  { grid-column: span 2; grid-row: span 1; }
	#toptile .tile5  { grid-column: span 1; grid-row: span 1; }
	#toptile .tile6  { grid-column: span 1; grid-row: span 2; }
	#toptile .tile7  { grid-column: span 1; grid-row: span 1; }
	#toptile .tile8  { grid-column: span 2; grid-row: span 2; }

	.marvany {
		margin-top: 60px;
		padding: 60px 0;
	}
	
	.box-followUs {
		margin-top: 0;
		margin-bottom: 60px;
		gap: 3rem;
	}
	.box-followUs .buttons {
		padding: 10%;
		text-align: center;
		box-sizing: border-box;
		position: relative;
	}
	.box-followUs .media:before {
		width: 120%;
		height: 140%;
	}
	.box-followUs .media:after {
		top: -20%;
		left: -30%;
		width: 150%;
		height: 140%;
		transform: rotate(27deg);
	}
	
	.box-followUs2 .texts {
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
		left: unset;
		transform: unset;
		
	}
	.box-followUs2 .texts::before {
		bottom: -4rem;
		right: 1rem;
		width: 170px;
		height: 170px;
		transform: rotate(198deg);
	}

	.page-hitvallas .columnHalf { width: 100%; }
	.page-hitvallas h1 { font-size: 21px; margin: 2.1em 0; }

	/* #exhibitors .head { display: block; } */
	/* #exhibitors .head .text { margin-top: 0; margin-bottom: 20px; } */
	.exhibitors-head .categories { padding-top: 40px; }
	.exhibitors-head input { width: 94%; }
	.exhibitors-head .categories .list {
		column-count: 2;
		width: 95vw;
		position: absolute;
		left: 1rem;
		
		box-shadow: 3px 4px 50px 0px rgba(67.8, 39.6, 20.0, 0.3);
		-webkit-box-shadow: 3px 4px 50px 0px rgba(67.8, 39.6, 20.0, 0.3);
		-moz-box-shadow: 3px 4px 50px 0px rgba(67.8, 39.6, 20.0, 0.3);
	}
	#exhibitor .text { margin-left: 0%; }
	#exhibitor .titlebox .text { margin-bottom: 3%; }
	#exhibitor .salonSlider02-wrap { float: none!important; margin: auto!important; }
	
	#program .content {
		background-color: transparent;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

	.section-stand-programs .item img,
	.section-standprogramok .item img {
		height: unset;
	}

	#program .more-programs .item .title {
		width: auto;
	}
	#program .more-programs .item,
	#program .more-programs .item .title {
		margin-left: 0;
	}

	/*#tickets { margin-top: 15px; }*/
	/*#tickets .describe .text { min-height: auto; }*/

	#partners .title { color: var(--color-was-pink); margin: 40px 0; }
	#partners .items.count-1 .item,
	#partners .items.count-2 .item,
	#partners .items.count-3 .item { width: 90%; }
	#partners .items.count-2 .item { width: 60%; }
	#partners .items.count-3 .item { width: 50%; }
	#partners .items .item { width: 100%; max-width: 350px; }
	#partners .item { margin: auto; margin-bottom: 25px; }
	#partners .item { border-color: var(--color-was-pink); }

	#pressInquiry { margin-bottom: 80px; }

	/* #forExhibitors .head .button { display: block; position: relative; margin-top: 20px; max-width: 85px; } */

	.forExhibitors02 .text { min-height: auto; }
	.forExhibitors02 .button { position: relative; left: 0; display: block; max-width: 85px;  }

	.forExhibitors03 img { padding: 0; }
	.forExhibitors03 .text { margin: auto auto 20px auto ; }

	#post .content { margin-top: 40px; }

	/*#babavarocsomag-registration form { display: grid; grid-template-columns: 30% 30% 40%; grid-template-rows: 23% 33% 33%; padding-bottom: 2%; }*/
	/*#babavarocsomag-tudnivalok .content-inner { display: grid; grid-template-columns: 30% 70%; }*/
	/*#babavarocsomag-partnerek .content-inner { display: grid; grid-template-columns: 30% 70%; }*/
	/*#babavarocsomag-registration form { display: block; }*/
	#babavarocsomag-registration { background-position: right 50px; }
	#babavarocsomag-registration form { display: grid; grid-template-columns: 100%; grid-template-rows: 11%; padding-bottom: 2%; }
	#babavarocsomag-registration form .item { order: 1; padding-bottom: 10px; }
	#babavarocsomag-registration form .item:nth-child(2) { display:none; }
	#babavarocsomag-registration form .item:nth-child(3) { order: 2; }
	#babavarocsomag-registration form .item:nth-child(9) { order: 3; }
	#babavarocsomag-registration form .item.send { align-self: start; text-align: left; }
	#babavarocsomag-tudnivalok { background-position: right 15px; }
	#babavarocsomag-tudnivalok .content-inner { display: block; }
	#babavarocsomag-partnerek .content-inner { display: block; }
	#babavarocsomag-partnerek table, #babavarocsomag-partnerek tbody, #babavarocsomag-partnerek tr, #babavarocsomag-partnerek td { display: block; }
	#babavarocsomag-partnerek td { display: inline-block; width: 48%; font-style: italic; }
	#babavarocsomag-partnerek td img { max-width: 80%!important; }
	#babavarocsomag-partnerek td:nth-child(1) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-partnerek td:nth-child(2) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-partnerek td:nth-child(3) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-partnerek td:nth-child(4) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-nyeremenyek .content-inner table:nth-of-type(1), 
	#babavarocsomag-nyeremenyek .content-inner table:nth-of-type(2) { width: 100%!important; }
	#babavarocsomag-nyeremenyek .content-inner table, 
	#babavarocsomag-nyeremenyek .content-inner tbody, 
	#babavarocsomag-nyeremenyek .content-inner tr, 
	#babavarocsomag-nyeremenyek .content-inner td { display: block; width: 100%; padding: 0; }
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(1),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(2),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(3),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(4) { display: inline-block; width: 48%; padding-bottom: 20px; padding-left: 0; padding-right: 0; }
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(1),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(3) { width: 15%; text-align: center; }
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(2),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(4) { width: 33%; }

	.decor-08:before {
		top: -0rem;
		left: -5rem;
		width: 177px;
		height: 101px;
	}
	.decor-08:after {
		right: -3REM;
		top: unset;
		bottom: 0rem;
		width: 188px;
		height: 180px;
	}
	.decor-07:after {
		width: 113px;
		height: 87px;
		top: -4rem;
		right: -2rem;
	}
	.decor-07:before {
		width: 143px;
		height: 169px;
		top: unset;
		bottom: -4rem;
		left: unset;
		right: 0;
		transform: rotate(131deg);
	}
	#babavarocsomag-tudnivalok:before {
		top: -3rem;
		left: unset;
		right: 0;
		width: 158px;
		height: 200px;
	}

	.section-wrap-grey { padding-top: 10%; padding-bottom: 10%; margin: 10% auto; }
	.mediakit-linkek p:first-of-type, .mediakit-kreativ-javaslatok p:first-of-type, .mediakit-szovegek p:first-of-type { margin-bottom: 3.5em; }
	.mediakit-linkek td p:first-of-type, .mediakit-kreativ-javaslatok td p:first-of-type, .mediakit-szovegek td p:first-of-type { margin-bottom: 1.5em; }
	.page-socialmediakit h1, .page-socialmediakit h2 { font-size: 31px; }
	.page-socialmediakit table, .page-socialmediakit tbody, .page-socialmediakit tr, .page-socialmediakit td { display: block; width: 100%!important; box-sizing: border-box; margin-left: 0; margin-right: 0; }
	.mediakit-linkek td { display: inline-block; width: auto!important; margin-bottom: 10px; max-width: 243px; font-size: 10px; }
	.mediakit-linkek td strong { font-size: 20px; line-height: 1.2em; }
	.mediakit-linkek td img { margin-right: 10px!important; margin-left: -3px; }
	.mediakit-linkek td br { display: none; }
	.page-socialmediakit h3 { font-size: 18px; }
	.page-socialmediakit table br { display: none; }

	#kapcsolatinfo h3 { margin-bottom: 10px; }

	#publicTransport table, #publicTransport tbody, #publicTransport tr, #publicTransport td,
	#kapcsolatinfo table, #kapcsolatinfo tbody, #kapcsolatinfo tr, #kapcsolatinfo td,
	#praktikusinfok table, #praktikusinfok tbody, #praktikusinfok tr, #praktikusinfok td { display: block; width: 100%!important; }
	#praktikusinfok .content-inner .text table tr td:nth-child(2) { display: none; }
	#publicTransport .content-inner .text table tr td:nth-child(1) { padding: 0; }
	#publicTransport h5 { letter-spacing: 1px; }
	#publicTransport .content-inner .text table tr td:nth-child(2) p,
	.trafficLines div { font-size: 28px; width: 70px; height: 70px; padding-top: 36px; margin: 10px 9px; }

}
@media (max-height: 500px)
{
	#firstSlider.salonSlider02 .text {
		margin: 20% 7%;
	}
}
@media (max-width: 850px)
{
	.postList .item { height: 400px; }
	#galeria .column3 { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}
@media (max-width: 800px)
{
	.mediakit-linkek tr td:nth-child(3) { display: block; height: 1px; }
}
@media (max-width: 700px){
	#postList .salonSlider03 .points { margin-top: -35%; }
	#postList .salonSlider03 .points .point.prev { left: -32px; }
	#postList .salonSlider03 .points .point.next { right: -29px; }

	body.page-vedonoi_igenyles .form_editable input { width: 100%; }
}
@media (max-width: 600px){

	header { margin-top: 15px; margin-bottom: 5px; }
	#header-spacer { height: 100px; }

	#firstSlider.salonSlider02 .title { width: 100%; }

	#postList .salonSlider03 .title { font-size: 25px; }
	.postList .item { height: 300px; }

	#babavarocsomag-partnerek .content-inner { display: block; }
	/*#babavarocsomag-partnerek table, #babavarocsomag-partnerek tbody, #babavarocsomag-partnerek tr, #babavarocsomag-partnerek td { display: block; }*/
	/*#babavarocsomag-partnerek td { display: inline-block; width: 100%; }*/
	#babavarocsomag-partnerek td:nth-child(1) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-partnerek td:nth-child(2) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-partnerek td:nth-child(3) { padding-left: 0; padding-right: 0; }
	#babavarocsomag-partnerek td:nth-child(4) { padding-left: 0; padding-right: 0; }

	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(1),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(3) { width: 32%; text-align: center; }
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(2),
	#babavarocsomag-nyeremenyek .content-inner table:nth-child(2) tr td:nth-child(4) { width: 65%; }
}
@media (max-width: 500px){
	/* #logo .cell div { font-size: 21px; } */
	/* #logo .cell span { font-size: 19px; } */

	#postList .salonSlider03 .points { margin-top: -38%; }
	#postList .salonSlider03 .points .point.prev { left: -32px; }
	#postList .salonSlider03 .points .point.next { right: -25px; }

	.pagewidth.padding:not(.inverse) .content-inner { padding-left: 0; padding-right: 0; }

	.list-3-col .items .item {
		width: 100%;
		margin-left: 0;
		min-height: 230px;
	}
	.list-3-col .items .item:nth-child(3n-2) {
		margin-left: 0;
	}
}
@media (max-width: 420px){
	.site-logo {
		transform: scale(0.9);
		transform-origin: 0 50%;
	}
}
@media (max-width: 400px){
	#firstSlider .title.len-gt-60 { font-size: 22px; }
	#postList .salonSlider03 .points { margin-top: unset; top: 50%; }
	#postList .salonSlider03 .points .point.prev { left: -32px; }
	#postList .salonSlider03 .points .point.next { right: -21px; }
	.postList .item { height: 220px; }
	#postList .salonSlider03 .text { width: 86%; }
	.postList .title { line-height: 1.2em; font-size: 1.2em; }
	/* #logo { 
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
		-webkit-transform-origin-x: 0;
	} */
}
/*@media (max-width: 550px) {	#logo { -webkit-transform: scale(1);  -ms-transform: scale(1);  transform: scale(1);	}}*/
/*@media (max-width: 525px) {	#logo { -webkit-transform: scale(0.98);  -ms-transform: scale(0.98);  transform: scale(0.98);	}}*/
/*@media (max-width: 500px) {	#logo { -webkit-transform: scale(0.98);  -ms-transform: scale(0.98);  transform: scale(0.98);	}}*/
/*@media (max-width: 475px) {	#logo { -webkit-transform: scale(0.93);  -ms-transform: scale(0.93);  transform: scale(0.93);	}}*/
/*@media (max-width: 450px) {	#logo { -webkit-transform: scale(0.88);  -ms-transform: scale(0.88);  transform: scale(0.88);	}}*/
/*@media (max-width: 425px) {	#logo { -webkit-transform: scale(0.83);  -ms-transform: scale(0.83);  transform: scale(0.83);	}}*/
/*@media (max-width: 400px) {	#logo { -webkit-transform: scale(0.78);  -ms-transform: scale(0.78);  transform: scale(0.78);	}}*/
/*@media (max-width: 375px) {	#logo { -webkit-transform: scale(0.73);  -ms-transform: scale(0.73);  transform: scale(0.73);	}}*/
/*@media (max-width: 350px) {	#logo { -webkit-transform: scale(0.68);  -ms-transform: scale(0.68);  transform: scale(0.68);	}}*/
/*@media (max-width: 325px) {	#logo { -webkit-transform: scale(0.63);  -ms-transform: scale(0.63);  transform: scale(0.63);	}}*/