:root {	
	--max-width: 1600px;
	--bordo: #a71338;/*a71338*/
	--vilagos-szurke: #ddd;
	--rozsaszin: #eed0d7;
	--vilagos-rozsaszin: #f9eef1;
	--ciklamen: #a71438; /*a71438*/
	--circlecolor: #9a1732;/*9a1732*/
	--bgcolors: #fbf3f5;
	--buttonhover: #7f0f2f;/*#7f0f2f*/
}

@font-face {
	font-family: 'carlito-regular';
	src: url("../fonts/Carlito/Carlito-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'notosans-regular';
	src: url("../fonts/NotoSans/NotoSans_Condensed-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserrat-regular';
	src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'playfair-bold';
	src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'playfair';
	src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'poppins';
	src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'poppins-light';
	src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'poppins-medium';
	src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'poppins-bold';
	src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}



* {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
}

p {
	color: #333;
}

article {
	flex: 1;
	min-height: 75vh;
}



body {
	font-family: 'poppins', serif;
}



.pop-med {
	font-family: 'poppins-medium', serif !important; 
}

.center {
	text-align: center;
}

.ft20 {
	font-size: 20px;
}

.nyil {
	display: inline-block; 
	transform: rotate(-90deg);
	font-family: 'poppins-light', serif;
}



.nyil.open {
	transform: rotate(90deg);
}

.alert {
	width: 100%;
    height: 100vh;
    position: fixed;
	/*background-color: rgba(0, 0, 0, 0.7);*/
	z-index: 1111;
	backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
	display: flex;
    align-items: center;
    justify-content: center;
	display: none;
	transition: 2.5s;
}

.alert-text {
	font-size: 2em;
	border-radius: 15px;
	transition: 2.5s ease;
    padding: 10px 20px;
	text-align: center;
}

.alert-success {
	
}

.alert-danger {
	
}

.container{
	width: 100%;
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 50px;
}



.header-section{
	background-image: url("/../../images/cute-family-playing-summer-field.jpg");
	display: flex;
	align-items: center;
	flex-flow: column;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 2;
}

.header-section::before{
	content: '';
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	mix-blend-mode: overlay;
	z-index: -1;
	inset: 0;
}

.header-section-logo{
	display:flex;
	justify-content: center;
	width: 100%;
	text-decoration:none;
	background-image: linear-gradient(rgba(255,255,255,1),transparent);	
}

.header-section-logo a:hover {
	cursor: pointer;
}

.header-section-logo img{
	height: 100px;
	margin-top: 30px;
}

.header-section-belso{
	display: flex;
	width: 100%;
	max-width: var(--max-width);
	margin: 0 auto;
	min-height: 700px;
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
	grid-gap: 30px;
}

.header-gomb{
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--bordo);
	background-image: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,1));
	padding: 15px 30px;
	border-radius: 10px;
	grid-gap: 20px;
	width: fit-content;
	text-decoration: none;
	cursor: pointer;
}

.header-gomb.transparent{
	background-image: unset;
	background-color: transparent;
}

.header-gomb img{
	width: 60px;
	aspect-ratio: 1;
	object-fit: contain;
}

.header-gomb .bordo{
	background: var(--bordo);
	width: 40px;
	border-radius: 50%;
	padding: 5px;
}

.header-gomb .text-column{
	display: flex;
	flex-flow: column;
	width: 100%;
	grid-gap: 5px;
}

.header-gomb .text-column .vastag{
	font-family: 'playfair-bold';
	font-size: 30px;
	font-weight: 900;
	text-align: left;
}

.header-gomb .text-column .vastag.kicsi{
	font-family: 'playfair-bold';
	font-size: 24px;
	font-weight: 900;
	color: #fff;
}

.header-gomb .text-column .vekony{
	font-family: 'montserrat-regular';
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}

.hirek-grid-desc-splash .hirek-grid-content {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-keret{
	display:flex;
	flex-flow: row nowrap;
	width: 100%;
	align-items: center;
}

.upper{
	text-transform: uppercase;
}

.row-keret.center{
	justify-content: center;
}

.ggap5{
	grid-gap: 5px;
}

.ggap10{
	grid-gap: 10px;
}

.ggap15{
	grid-gap: 15px;
}

.ggap20{
	grid-gap: 20px;
}.ggap30{
	grid-gap: 30px;
}

.mb30{
	margin-bottom: 30px !important;
}



.mb15{
	margin-bottom: 15px;
}

.mb40{
	margin-bottom: 40px;
}

.mb50{
	margin-bottom: 50px !important;
}

.mb60{
	margin-bottom: 60px !important;
}

.mb70{
	margin-bottom: 70px;
}

.mb80{
	margin-bottom: 80px;
}

.mb90{
	margin-bottom: 90px !important;
}

.mb100{
	margin-bottom: 100px;
}

.mt80{
	margin-top: 80px;
}

.mt30{
	margin-top: 30px !important;
}

.mt0{
	margin-top: 0px !important;
}

.mt50{
	margin-top: 50px !important;
}

.mr30 {
	margin-right: 30px;
}

.pt50 {
	padding-top: 50px;;
}

.h1-upper {
	text-transform: uppercase;
}

.text-decoration-none {
	text-decoration: none;
}

.erdekel-a {
	margin-left: 20px	
}

.erdekel-a:hover {
	cursor: pointer;
	color: black;
}

.map-h1 {
	margin: 10px 0;
    font-family: 'playfair-bold', serif;
    font-size: 36px;
    color: var(--ciklamen);
}

.splash-map-button button:hover {
	cursor: pointer;
}

.page-header {
	width: 100%;
	display: inline-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-family: 'playfair-bold', serif;
	color: var(--bordo);
	font-size: 225%;
	position: relative;
	z-index: 1;
	gap: 1rem;
	font-size: 30px;
}



.page-header::after {
	content: "";
	flex-shrink: 0;
	height: 1px;
	bottom: 50%;
	width: 150px;
	background-color: var(--vilagos-szurke);
	margin-top: 7px;
}



.page-header::before {
	content: "";
	flex-shrink: 0;
	height: 1px;
	bottom: 50%;
	width: 150px;
	background-color: var(--vilagos-szurke);
	margin-top: 7px;
}



.category-filter {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}



.category-filter-button {
	background-color: var(--vilagos-szurke);
	color: black;
	text-decoration: none;
	font-family: 'poppins', serif;
	font-size: 15px;
	height: 30px;
	padding: 0 30px;
	border-radius: 20px;
	margin: 0 7px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}


.category-filter-button.selected {
	background: var(--rozsaszin);
	color: var(--bordo);
}

.img-full-width {
	width: 100%;
}

.hirek-grid-container {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.hirek-grid-elem {
	/*height: 175px;*/
	/*display: grid;
	grid-template-columns: 45fr 55fr;
	margin: 15px;
	width: calc(100% - 30px);*/
	height: auto;
    display: grid;
    grid-template-columns: 260px calc(100% - 260px - 15px);
    margin: 0;
    padding: 30px 0;
    width: 100%;
}

.hirek-grid-kep img {
	height: 175px;
	object-fit: cover;
	border-radius: 10px;
	width: 260px;
}

.hirek-grid-kep {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	align-items: flex-start;
	margin-right: 15px;
}

.hirek-grid-title {
	font-size: 22px;
	line-height: 1.2;
	color: var(--bordo);
	margin-bottom: 5px;
}

.hirek-grid-title h2 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family: 'poppins';
	font-weight: 100;
	font-size: 22px;
}

.hirek-grid-title a {
	text-decoration: none;
	color: black;
}

.hirek-grid-date {
	margin-top: 9px;
    font-size: 14px;
    font-family: 'carlito-regular';
    margin-bottom: 9px;
	color: #555;
}

.hirek-grid-desc {
	font-size: 15px;
	font-family: 'poppins-light', serif;
	color: #333;
	/*height: 120px;*/
	/*overflow: hidden;*/
}


.hirek-grid-content {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hirBovebb {
	padding: 15px;
    background: var(--bgcolors);
    border-radius: 5px;
    color: var(--ciklamen);
    font-family: 'poppins-medium', serif;
    font-size: 15px;
	text-decoration: none;
}

.hirek-grid-elem.tovabbi{
	grid-column: 1 / span 2 !important;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: var(--bordo);
}

.hirek-grid-elem.tovabbi div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.hirek-grid-elem.tovabbi span {
	text-transform: uppercase;	

}

.hirek-grid-elem.tovabbi:hover {
	cursor: pointer;
}

.hirek-grid-elem .nyil {
	display: inline-block; 

	transform: rotate(90deg);
	font-family: 'poppins-light', serif;
}

.nincs-kep {
	visibility: hidden;
}

.allaslehetoseg-container {
	width: 100%;
	padding: 60px 50px;
	display: flex;
	position: relative;
	z-index: 1;
	box-shadow: inset 0px 10px 20px #f2f2f2;
	background: #fff;
}

.allaslehetoseg-inner {
	max-width: var(--max-width);
	margin: auto;
	display: flex;
}

.allaslehetoseg-kep {
	background: var(--bordo);
	padding: 30px 50px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	color: #fff;
}

.allaslehetoseg-kep img {
	width: 80px;
}

.allaslehetoseg-kep h1 {
	font-family: 'playfair-bold', serif;
	font-size: 34px;
	font-weight: 100;
	margin-bottom: 10px;
	margin-top: 5px;
}

.allaslehetoseg-kep h2 {
	font-family: 'poppins-medium', serif;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
}

.allaslehetoseg-szoveg {
	padding: 40px;

	font-size: 20px;
	padding-top: 25px;
}

.allaslehetoseg-title {
	font-family: 'poppins-bold', serif;
	padding: 0 40px;
	margin-bottom: 40px;
	font-size: 20px;
}

.allaslehetoseg-desc {
	font-family: 'poppins-light', serif;
	padding: 0 40px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allaslehetoseg-btn {
	display: flex;
	justify-content: flex-end;
	margin: 25px 40px 0;
	

}

.allaslehetoseg-btn button {
	font-family: 'poppins-light', serif;
	height: 40px;
	padding: 0 30px;
	border-radius: 20px;
	margin: 0 7px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--bordo);
	color: #fff;
	font-size: 20px;
}

.allaslehetoseg-btn a {
	text-decoration: none;
}

.allaslehetoseg-btn a:hover {
	cursor: pointer;
}

.allaslehetoseg-btn a button:hover {
	cursor: pointer;
}

.mainbuttons {
	text-decoration: none;
	color: white;
}

.mainbuttons .gomb2 {
	width: 250px;
    height: 45px;
    background: var(--ciklamen);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 10px 13px 10px;
}


.faq-container {
	box-shadow: inset 0px 60px 60px var(--bgcolors);
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 100%;
}

.faq {
	padding: 0px 20px;
	max-width: 800px; 
	width: 100%;
	margin: auto;
}

.question-title {
	font-family: 'playfair-bold', serif;
	color: var(--bordo);
	cursor: pointer;
	max-width: 800px;
	width: 100%;
	font-size: 80%;
	display: inline-flex;
	text-align: center;
	align-items: center;
	justify-content: flex-start;
}



.question-szoveg {
	display: none;
	margin: 10px 0 20px 25px;
	font-family: 'poppins-light', serif;
	font-size: 16px;
}



.felhivas-container {
	width: 100%;
	display: flex;
	background: var(--bgcolors);
	height: 475px;
}

.felhivas-kep img {
	height: 475px;
}

.felhivas-szoveg {
	margin: 70px;
}

.felhivas-title {
	font-family: 'playfair-bold', serif;
	color: var(--bordo);
}

.felhivas-desc {
	font-family: 'poppins-light', serif;
	font-size: 22px;
}

.felhivas-elerhetoseg {
	display: flex;
	width: 100%;
	gap: 60px;
}



.felhivas-elerhetoseg a {
	font-family: 'playfair-bold', serif;
	color: var(--bordo);
	font-size: 24px;
	text-decoration: none;
}

.visszajelzes-container {
	width: 100%;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
	max-width: var(--max-width);
}



.visszajelzes-banner {
	background: var(--bordo);
	color: #fff;
	border-radius: 10px;
	padding: 0 30px;
	flex: 1 1 300px;
	max-width: 440px;
	width: 100%;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: column;
}



.visszajelzes-banner h1 {
	font-family: 'playfair-bold', serif;
	font-size: 24px;
	margin: 0 0 5px 0;
}



.visszajelzes-banner p {
	font-family: 'poppins', sans-serif;
	font-size: 13px;
	margin: 0;
	color: #fff;
}



.visszajelzes-action {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}



.visszajelzes-action input {
	padding: 10px 15px;
	font-family: 'poppins', sans-serif;
	font-size: 14px;
	border-radius: 5px;
	border: none;
	box-shadow:
		inset 0 2px 2px #ede6e8,
		inset 0 -2px 2px #ede6e8,
		inset 2px 0 2px #ede6e8;
	background: #fff;
	margin: 0 20px;
}



.visszajelzes-action input[name=nev] {
	width: 240px;
}

.visszajelzes-action input[name=email] {
	width: 200px;
}

.visszajelzes-action input:focus {
	background: var(--bgcolors);
	color: #000;
}

.visszajelzes-action input[type=submit] {
	background: var(--bordo);
	color: white;
	padding: 5px 40px;
	border-radius: 5px;
	border: none;
	font-family: 'playfair-bold', serif;
	font-size: 24px;
	cursor: pointer;
	transition: background 0.2s ease;
}



.visszajelzes-action input[type=submit]:hover {
	background: var(--buttonhover);
}



.visszajelzes-action {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}



.visszajelzes-action input {
	padding: 10px 15px;
	font-family: 'poppins', sans-serif;
	font-size: 14px;
	border-radius: 5px;
	border: none;
	box-shadow:
		inset 0 2px 2px #ede6e8,
		inset 0 -2px 2px #ede6e8,
		inset 2px 0 2px #ede6e8;
	background: #fff;
	margin: 0 20px;
}



.regisztracio-action {
	display: flex;
	flex-direction: column;;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 20px;
}

.regisztracio-action input {
	width: 100%;
	padding: 10px 15px;
	font-family: 'poppins', sans-serif;
	font-size: 14px;
	border-radius: 5px;
	border: none;
	box-shadow:
		inset 0 2px 2px #ede6e8,
		inset 0 -2px 2px #ede6e8,
		inset 2px 0 2px #ede6e8;
	background: #fff;
	/*margin: 0 10px;*/
}

.regisztracio-action input:focus {
	background: var(--bgcolors);
	color: #000;
}

.regisztracio-action textarea {
	/*margin: 0 10px;*/
	width: 100%;
    min-height: 100px;
    padding: 10px 15px;
    font-size: 14px;
    font-family: inherit;
    color: #444;
    background: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    resize: vertical;
    box-shadow:
		inset 0 2px 2px #ede6e8,
		inset 0 -2px 2px #ede6e8,
		inset 2px 0 2px #ede6e8;
}

.regisztracio-action textarea:focus {
	background: var(--bgcolors);
	color: #000;
}

.regisztracio-action input[type=submit] {
	background: var(--bordo);
	color: white;
	padding: 5px 40px;
	border-radius: 5px;
	border: none;
	font-family: 'playfair-bold', serif;
	font-size: 24px;
	cursor: pointer;
	transition: background 0.2s ease;
}



.regisztracio-action input[type=submit]:hover {
	background: var(--buttonhover);
}



footer {
	position: relative;
	height: calc(140px + 90px + 80px);
}
footer p{
	color: #fff;
}



.fentarto-container {
	background: #333;
	padding: 20px 50px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 140px;
}

.fentarto-container img {
	height: 40px;
}

.fentarto-container a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}



.fentarto-container-bordo {
	background: var(--bordo);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	position: absolute;
	bottom: calc(140px + 90px);
}



.footer {
	font-size: 14px;
	font-family: 'poppins', serif;
	height: 90px;
	width: 100%;
	background: #333;
	color: #fff;
	margin-bottom: 140px;
	position: absolute;
	bottom: 0;
}



.footer ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 15px;
}



.footer ul li {
	padding: 0 10px;
}

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



.copyright {
	color: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	

}



.join-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: var(--bordo, #a0143a);
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	padding: 40px 50px;
}

.join-banner div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.join-banner div button {
	background: #333;
	font-family: 'poppins-bold', serif;
	font-size: 18px;
	border: none;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.join-banner p {
	line-height: 2;
}

.join-banner h1 {
	font-family: 'playfair-bold', serif;
	font-size: 36px;	

}



.erdeklodj {
	padding: 0 25px;
	height: 70px;
	width: 100%;
}

.erdeklodj:hover {
	cursor: pointer;
}


.map {
	width: 70px;
	height: 70px;
	stroke: #fff;
	fill: #fff;
}

.header {
	height: 90px;
	font-family: 'Noto Sans';
	display: flex;
	justify-content: space-between

}



.header-img img {
	height: 60px;
}

.header-img {
	height: 90px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 50px;
}

.header-img:hover {
	cursor: pointer;
}




.header .header-title {
	width: 250px;
	height: 60px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	font-size: 11.75px;
	color: var(--bordo);
	font-family: "Times New Roman";
	margin-left: 10px;
	

}

.header .header-title img {
	height: 15px;
}

.header-link-tree {
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-link-tree a {
	text-decoration: none;
	text-transform: uppercase;
}

.header-link-tree .gomb {
	height: 50px;
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--bordo);
	color: #fff;
	border-radius: 5px;
	margin: 0 50px;
	font-family: 'notosans-regular';
}

.gomb:hover {
	color: #fff;
	cursor: pointer;
}

.header-link-tree {
	color: #fff;
}

.social-media {
	height: 30px;
	width: 30px;
	margin-left: 30px;
}

#navbar {
	height: 40px;
	width: 100%;
	display: flex;
	background: #eee;
}



#navbar a {
	text-decoration: none;
	/*padding: 15px;*/
	color: #000;
}

.nav-padding {
	padding: 15px;
}



#navbar ul {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	font-family: 'poppins', serif;
	font-size: 15px;
	margin: 0;
	padding: 0 30px;
}



#navbar ul li {
	position: relative;
    z-index: 1000;
	/*padding: 0 15px;*/
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 1000;
	margin-left: 5px;
}



#navbar ul.subnav {
	font-family: 'poppins-light', serif; 

	display: none;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: 160px;
	padding: 0;
	margin: 0;
	z-index: 1000;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}



#navbar ul.subnav li {
	padding: 0 15px;
	justify-content: flex-start;
	margin-left: 0px;
	height: 40px;
	background: #eee;
}



#navbar ul li:hover > ul.subnav {
	display: flex;
}



#navbar > ul > li.selected,

#navbar > ul > li:hover {
	background: var(--bordo);
}



#navbar > ul > li.selected > a,

#navbar > ul > li:hover > a,

#navbar > ul > li.selected,

#navbar > ul > li:hover {
	color: #fff;
}



#navbar ul.subnav li:hover {
	background: var(--bordo);
}



#navbar ul.subnav li:hover a {
	color: #fff;
}

#navbar li.selected::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 20px;
	background: var(--bordo);
	border-radius: 5px;
	z-index: -1;
}



.main-page-header {
	position: relative;
	min-height: 700px;
	width: 100%;
	overflow-y: hidden;
}

.header-keret {
	max-width: var(--max-width);
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}



.main-page-header img {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 700px;
	left: 0;
	object-fit: cover;
	object-position: bottom;
	z-index: -1;
}



.motto {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% + 20px));
	width: 100%;
	text-align: center;
	font-family: 'playfair-bold', serif;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}



.motto-aposztrof {
	font-size: 200px;
	opacity: .5;
	color: var(--bordo);
	transform: rotate(180deg) translate(-20px, -52px);
	z-index: 10;
	letter-spacing: -14px

}



.motto-szoveg {
	font-size: 30px;
	color: #fff;
	z-index: 11;
}





.cards {
	max-width: var(--max-width);
	margin: auto;
	width: 100%;
	padding: 0 125px;
	margin: auto;
	height: 160px;
	color: #fff;
	font-family: 'carlito-regular';
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 100px;
}



.card {
	height: 160px;
    padding: 20px 35px;
    max-width: 320px;
    background: rgba(0, 0, 0, .3);
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}



.card h1{
	font-size: 50px;
	font-weight: 100;
	line-height: 40px;
	font-family: 'carlito-regular';
}



.card h3{
	font-size: 20px;
	font-weight: 100;
	line-height: 35px;
	margin-bottom: 10px;
	font-family: 'carlito-regular';
}

.gomb2 {
	width: 250px;
	height: 45px;
	background: var(--ciklamen);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 10px 13px 10px;
}



.gomb2 a {
	color: #fff;
	text-decoration: none;
	font-family: 'carlito-regular';
}



.dual-container {
	width: 100%;
	display: flex;
	/* padding: 0 50px; */

	gap: 45px;
	max-width: var(--max-width);
	margin: auto;
	height: calc(100% - 40px);
}



.dual-container .hirek {
	flex: 60%;
	background: #fff;
	border-radius: 10px;
	/*padding: 5px 0 15px 20px;*/
}

.dual-container h1 {
	font-family: 'playfair-bold', serif;
	font-size: 40px;
	color: var(--ciklamen);
}



.dual-container .hirek-grid-container {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}

.hirek-grid-szoveg p img {
	display: none;
    /*max-width: 700px;*/
}



.dual-container .hirek-grid-elem {
	/*height: calc(175px + 2 * 30px);*/
	height: auto;
	display: grid;
	grid-template-columns: 260px calc(100% - 260px - 15px);
	margin: 0;
	padding: 30px 0;
	padding-bottom: 50px;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}



.dual-container .hirek-grid-elem:last-of-type {
	border-bottom: none;
}



.nyil.jobb {
	transform: rotate(0);
}

.dual-container .hirek .gomb{
	padding: 15px;
	background: var(--bgcolors);
	float: right;
	border-radius: 5px;
	color: var(--ciklamen);
	font-family: 'poppins-medium', serif;
	font-size: 15px;
}

.dual-container .hirek .gomb a{
	text-decoration: none;
	color: var(--ciklamen);
}

.more-gallerys {
	width: 100%;
	display: flex;
    justify-content: flex-end;
}

.more-gallerys .gomb{
	padding: 15px;
	background: var(--bgcolors);
	float: right;
	border-radius: 5px;
	color: var(--ciklamen);
	font-family: 'poppins-medium', serif;
	font-size: 15px;
}

.more-gallerys .gomb a{
	text-decoration: none;
	color: var(--ciklamen);
}

.galeria-grid-container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;

}


.dual-container .koszonto {
	flex: 30%;
	background: #fdfdfd;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}





.koszonto-header {
	position: absolute;
	top: 0;
	left: 0;
	/* padding: 20px 15px; */

	width: 210px;
	z-index: 3;
	background: #fff;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}



.koszonto-kep {
	/*min-height: 300px;*/
	width: 100%;
	background: #444;
	margin-bottom: 35px;
	border-radius: 10px;
	z-index: 1

}



.koszonto-desc {
	padding: 30px;
	gap: 30px;
}



.koszonto-desc p {
	font-family: 'poppins-light', serif;
	font-size: 15px;
	margin-bottom: 20px;
	color: #333;
}



.koszonto-desc p:last-child {
	margin-bottom: 0;
}



hr {
	background: #e8e8e8;
	margin: 40px auto;
	max-width: var(--max-width);
	height: 1px;
	opacity: .1;
}



.galeria {
	width: 100%;
	margin-bottom: 15px;
	padding: 0 20px;
}

.galeria-header h1 {
	font-family: 'playfair-bold', serif;
	font-size: 40px;
	color: var(--ciklamen);
}



.galeria-header {
	margin-bottom: 30px;
}

.galeria-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.triplecolumn-container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
	align-content: flex-start;
}

.triplecolumn-container img {
	width: 270px;
	height: 270px;
	object-fit: cover;
	margin-bottom: 15px;
	margin-left: 15px;
}

.triplecolumn-container img:hover {
	cursor: pointer;
}

.admininput {
	width: 100%;
    padding: 10px 14px;
    font-size: 16px;

    border: 1px solid #ccc;
    border-radius: 6px;

    background: black;
    color: #333;

    outline: none;
}

.galeria-elem {
	height: 200px;
	min-width: 260px;
	max-width: 260px;
	margin: 0 5px;
	margin-bottom: 30px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.galeria-elem a {
	text-align: center;
	text-decoration: none;
}



.galeria-kep {
	object-fit: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 100%;
}

.galeria-cim {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.galeria-cim-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: var(--ciklamen);
	opacity: .5;
	z-index: 0;
}



.galeria-cim h2 {
	color: #fff;
	z-index: 1;
	font-family: 'playfair-bold', serif;
	font-size: 20px;
}



.munkatars-grid-container {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.munkatars-grid-elem {
	/*height: calc(200px + 2 * 30px);*/
	display: grid;
	/*grid-template-columns: 26fr 74fr;*/
	grid-template-columns: 5fr 74fr;
	margin-bottom: 30px;
	width: calc(100% - 30px);
	padding: 30px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.munkatars-grid-elem:last-of-type {
	border-bottom: none;
}

.munkatars-grid-kep img {
	height: 200px;
	width: 200px;
	object-fit: cover;
	border-radius: 10px;
}

.munkatars-grid-kep {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	height: 200px;
}

.munkatars-grid-title {
	font-size: 22px;
	line-height: 1.2;
	color: var(--bordo);
}

.munkatars-grid-title h2 {
	font-weight: 100;
}

.munkatars-grid-titulus {
	font-size: 14px;
	margin-bottom: 20px;
	color: #555;
	transform: translateY(-5px);
}

.munkatars-grid-desc {
	font-size: 15px;
	font-family: 'poppins-light', serif;
	color: #333;
}

.dokumentums-container {

}

.dokumentums-elem {
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.dokumentums-elem i {
	font-size: 1.5em;
	color: var(--ciklamen);
	margin-right: 10px;
}

.dokumentums-elem a {
	text-decoration: none;
	color: var(--ciklamen);
}

.dual-container-2-1 {
	display: flex;
	gap: 60px;
}



.dual-container-2-1:first-child {
	display: flex;
	flex: 15;
}



.dual-container-2-1:last-child {
	display: flex;
	flex: 8;
}





.side-container .allaslehetoseg-container {
	width: 100%;
	padding: 0;
	display: flex;
	position: relative;
	z-index: 1;
	box-shadow: none;
	background: #fff;
	flex-flow: column;
}

.side-container .allaslehetoseg-desc {
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
}

.side-container .allaslehetoseg-title {
	text-align: center;
	padding: 0;
	margin: 30px 0;
}

.side-container .allaslehetoseg-btn {
	justify-content: center;
}

.more-news-splash {
	font-family: 'poppins-light', serif;
}

.side-container .allaslehetoseg-btn button {
	height: 40px;
	font-size: 20px;
}







.side-container .hirek-grid-container {
	grid-template-columns: 1fr;
	margin-bottom: 40px;
}



.side-container .hirek-grid-kep {
	align-items: flex-start;
	justify-content: flex-start;
	margin-right: 0;
}



.side-container .hirek-grid-kep img {
	height: 90px;
	width: 90px;
	object-fit: cover;
	border-radius: 10px;
	margin-right: 15px;
}

.side-container .hirek-grid-elem {
	grid-template-columns: 20fr 80fr;
	margin: 40px 0 0 0;
	width: 100%;
	/*height: 200px;*/
	height: auto;
}

.side-container .hirek-grid-elem:last-child {
	margin-bottom: 40px;
}

.side-container .hirek-grid-date {
	margin-top: 9px;
    font-size: 14px;
	font-family: 'carlito-regular';
	margin-bottom: 9px;
}

.side-container .side-container-cim {
	font-size: 30px;
	font-family: 'playfair-bold', serif;
	color: var(--ciklamen);
}

.desktop {
	display: flex;
}


.side-container .kis-vonal {
	height: 1px;
	width: 80px;
	background: #000;
	opacity: .1;
	content: '';
	margin: 0 ;
	margin-bottom: 20px;
}



.kis-vonal {
	height: 1px;
	width: 140px;
	background: #000;
	opacity: .1;
	content: '';
	margin: auto;
	margin-bottom: 30px;
}

.side-container {
	flex: 40%;
}

.hirek-main-container, .about-container, .association-container, .triplecolumn-container, .kapcsolat-container {
	flex: 60%;
}

.about-container h3, .triplecolumn-container h3, .kapcsolat-container h3 {
	font-size: 24px;
	font-family: 'playfair-bold', serif;
	margin-bottom: 30px;
}



.about-container p, .kapcsolat-container p {
	font-size: 18px;
	font-family: 'poppins-light', serif;
	margin-bottom: 30px;
}

.about-container img {
	margin-bottom: 30px;
}

.about-container p img {
	max-width: 100%;
}

.kapcsolat-container p a {
	text-decoration: none;
	color: black;
}

.kapcsolat-container img {
	margin-top: 50px;
	width: 100%;
}

#map {
    height: 450px;
    width: 100%;
    border-radius: 8px;
}

.page-cim {
	margin: 60px 0;
	font-family: 'playfair-bold', serif;
	font-size: 36px;
	color: var(--ciklamen);
}



.lakasotthon-header {
	width: 100%;
	height: 100px;
	border-radius: 5px;
	padding: 0 30px;
	display: flex;
	background: var(--bordo);
	align-items: center;
	font-family: 'playfair-bold', serif;
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}



.icon {
	width: 15px;
	height: 15px;
	transform: translateY(1px);
	margin-right: 15px;
}



.lakasotthon-header img {
	width: 60px;
	height: 60px;
	margin-right: 30px;
}



.lakasotthon-cards {
	display: flex;
	flex-flow: column;
	width: 100%;
	margin-bottom: 40px;
}



.lakasotthon-card {
	/*height: 110px;*/
	border-radius: 5px;
	background: #f3f3f3;
	margin-bottom: 10px;
	padding: 15px 20px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}



.lakasotthon-card p {
	font-family: 'poppins-light', serif;
	font-size: 18px;
	color: #333;
}



.lakasotthon-card p a {
	text-decoration: none;
	color: #333;
}



.lakasotthon-card p a:hover {
	color: var(--ciklamen);
}



label[for=map] {
	font-weight: 400;
}



.erdeklodes-btn {
	display: flex;
	justify-content: flex-start;
	margin: 0;
}

.erdeklodes-btn button:hover {
	cursor: pointer;
}

.erdeklodes-btn button {
	font-family: 'poppins-light', serif;
	font-size: 20px;
	height: 35px;
	padding: 0 30px;
	border-radius: 20px;
	margin: 0 7px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;	

	background: var(--bordo);
	color: #fff;
}

.erdeklodes-btn a {
	text-decoration: none;
}


.association-container p {
	font-family: 'poppins-light', serif;
	margin-bottom: 30px;
}



.association-container h2 {
	font-size: 30px;
	font-family: 'playfair-bold', serif;
	color: var(--ciklamen);
	margin-bottom: 30px;
}

.egyutt {
	font-family: 'playfair', serif;
	background: var(--vilagos-rozsaszin);
	padding: 45px 30px;
	font-size: 24px;
	line-height: 2;
	color: #333;
	border-radius: 5px;
}



.erdeklodes-container {
	gap: 50px;
	display: flex;
}



.association-container .allaslehetoseg-container {
	width: 100%;
	padding: 0;
	display: flex;
	position: relative;
	z-index: 1;
	box-shadow: none;
	background: #fff;
}

.association-container .allaslehetoseg-kep {
	background: var(--bordo);
	/*padding: 0;*/
	padding: 30px 50px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	color: #fff;
}

.association-container .allaslehetoseg-kep {
	/*width: 200px;
	height: 160px;*/
}

.association-container .allaslehetoseg-kep img {
	width: 45px;
}

.association-container .allaslehetoseg-kep h1 {
	font-family: 'playfair-bold', serif;
	font-size: 24px;
	font-weight: 100;
}

.association-container .allaslehetoseg-kep h2 {
	font-family: 'poppins-medium', serif;
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	margin-bottom: 0;
}

.association-container .allaslehetoseg-szoveg {
	padding: 0;
	font-size: 18px;
	max-width: 860px;
	
	padding-left: 20px;
}

.association-container .allaslehetoseg-title {
	font-family: 'poppins-bold', serif;
	padding: 0;
	margin-bottom: 30px;
	font-size: 18px;
}

.association-container .allaslehetoseg-desc {
	font-family: 'poppins-light', serif;
	padding: 0;
}

.association-container .allaslehetoseg-btn {
	display: flex;
	justify-content: center;
	margin: 20px auto 0;
	width: 170px;
}

.association-container .allaslehetoseg-btn button {
	font-family: 'poppins-light', serif;
	height: 30px;
	padding: 0 30px;
	border-radius: 20px;
	margin: 0 7px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--bordo);
	color: #fff;
	font-size: 20px;
}





.hirek-main-container {
	flex-flow: column;
}



.hirek-main-container .hirek-grid-container {
	grid-template-columns: 1fr;
}



.hirek-main-container .hirek-grid-kep {
	height: 175px;
}



.hirek-main-container .hirek-grid-kep img {
	max-width: 260px;
}



.hirek-main-container .hirek-grid-elem {
	grid-template-columns: 25fr 75fr;
	margin:	0;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	/*height: calc(200px + 2 * 30px);*/
}


.about-container p a {
	color: var(--ciklamen);
	text-decoration: none;
}


.side-container .koszonto {
	margin-top: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
} 



.side-container .koszonto-cim {
	font-family: 'playfair-bold', serif;
	font-size: 40px;
	color: var(--ciklamen);
}



.hirek-main-container .hirek-grid-elem:last-of-type {
	padding: 30px 0;
	border-bottom: none;
	/*height: calc(175px + 2 * 30px);*/
}

.oldal-szamok {
	/*margin-top: 40px;*/
	width: 100%;
	display: flex;
	gap: 20px;
	margin-bottom: 35px;
}



.oldal-szam {
		background: #eaeaea;
		color: #333;
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		font-family: 'Playfair', serif;
		font-size: 26px;
		text-decoration: none;
		transition: 0.2s ease;
}



.oldal-szam:hover {
		background: #ddd;
		cursor: pointer;
}

.oldal-szam span {
	transform: translateY(-4px);
}

.oldal-szam.selected {
		background: #f6e7eb;
		color: var(--ciklamen);
}
.desktop-szuro { display: flex; gap: 20px; }
.szuro-mobile-wrap { display: none; }

.szuro-con {
    padding: 20px;
	display: flex;
	gap: 20px;
	font-family: 'poppins', serif;
	font-size: 16px;
	align-items: center;
}

.szuro-header {
	color: #bababa;
}

.szuro {
	color: #333;
	text-decoration: none;
	height: 26px;
}

.szuro.selected {
	background: var(--ciklamen);
	color: #fff;
	border-radius: 30px;
	padding: 0 30px 0 10px;
	position: relative;
	z-index: 1;
}

.szuro.selected::after {
	content: '×';
	display: flex;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	background: var(--rozsaszin);
	position: absolute;
	right: 2px;
	top: 3px;
	justify-content: center;
	align-items: center;
	color: var(--ciklamen);
	font-family: 'poppins-medium', serif;
}



.dual {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.dual .oszlop {
	width: 50%;
}

.dual .oszlop p{
	margin-bottom: 40px;
}


.kep-kisero-szoveg {
	padding: 50px;
	display: flex;
	flex-flow: column;
}
.kep-kisero-szoveg .sor {
	/*height: 400px;*/
}
.kep-kisero-szoveg .sor-szoveg {
	padding: 30px 40px;
	width: 50%;
	/*height: 400px;*/
}
.kep-kisero-szoveg .sor-szoveg p {
	margin-bottom: 30px;
	font-size: 15px;
	font-family: 'poppins-light', serif;
}
.kep-kisero-szoveg .sor-szoveg h2 {
	margin-bottom: 30px;
	font-size: 24px;
	font-family: 'poppins', serif;
	color: var(--bordo);
}


.link-tree {
	display: flex;
}
.link-tree a{
	display: flex;
	align-items: center;
}



/*.about-container img, .association-container img {*/
.about-container-img, .association-container img {
	width: 100%;
}

.erdeklodes-container img {
	width: 290px;
	height: 100%;
}


.gyermekotthon-con {
	width: 100%;
	box-shadow: inset 0px 10px 20px #f2f2f2;
	display: flex;
	justify-content: center;
}
.gyermekotthon-inner {
	max-width: var(--max-width);
	display: flex;
	flex-flow: column;
}
.gyermekotthon-inner .sor {
	display: flex;
	width: 100%;
}
.gyermekotthon-inner .sor img{
	width: 50%;
	/*height: 400px;*/
	object-fit: cover;
}


.nevelo-con {
	width: 100%;
	display: flex;
}
.nevelo-szoveg {
	width: 50%;
	padding-right: 60px;
} 
.nevelo-szoveg h2 {
	font-family: 'playfair-bold', serif;
	font-size: 26px;
	color: var(--bordo);
	margin-bottom: 20px;
	margin-top: 20px;
}
.nevelo-szoveg p {
	font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 30px;
	color: #333;
}
.nevelo-szoveg ul li {
    list-style-type: square; 
    list-style-position: inside;
    margin-left: 5px; 
    margin-bottom: 15px;
	font-size: 15px;
	font-family: 'poppins-light', serif;
}
.nevelo-szoveg ul li::marker {
	color: var(--bordo);
}
.nevelo-con img {
	/*height: 310px;*/
	margin: 0 auto;
	width: 600px;
	margin: auto;
}


.halozat-con {
	width: 100%;
	box-shadow: inset 0px 10px 20px #f2f2f2;
	display: flex;
	justify-content: center;
}
.halozat-inner {
	max-width: var(--max-width);
	width: 100%;
	padding: 0 50px;
}
.halozat-con .steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.halozat-con .step {
    text-align: center;
    max-width: 200px;
}
.halozat-con .circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--circlecolor);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 10px;
}
.halozat-con .line {
    flex: 1;
    height: 12px;
    background: #eee;
}


.testimonial-carousel {
    max-width: 1000px;
	height: 180px;
    margin: 0 auto;
}


.carousel-cell {
    width: 100%;
	height: 180px;
    padding: 0 120px;
    background: #f7f7f7;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
	margin: 10px;
}



blockquote {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    max-width: 700px;
    position: relative;
    margin: 0;
    font-family: 'poppins-light', serif;
	display: flex;
	align-items: center;
	flex-flow: column;
}

.quote {
	font-size: 180px;
	opacity: .5;
	color: var(--bordo);
	z-index: 10;
	letter-spacing: -14px;
    position: absolute;
    top: -122px;
    left: -66px;
	font-family: 'playfair-bold', serif;
}



cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    color: var(--bordo);
    font-weight: bold;
    text-align: right;
	position: absolute;
	right: 0;
	bottom: -30px;
}

.hamburger-bar {
	display: none;
	width: 40px; 
	height: 40px;
	padding: 12px 7px;
	background: var(--bordo);
	margin-left: 25px;
	justify-content: space-between;
	align-items: center;
	flex-flow: column;
	border-radius: 5px;
}

.hamburger-bar .bar {
	width: 26px;
	height: 1px;
	background: #fff;
}

.mobil {
	display: none !important;
	text-transform: uppercase;
}

.mobil .nyil {
	display: inline-block; 
	transform: rotate(90deg);
	font-family: 'poppins-light', serif;
}
.munkatars-grid-desc p {
	font-size: 15px;
	font-family: 'poppins-light', serif;
	color: #333;
}

.join-banner p {
	color: white;
}

/*splash hirek menü*/
.splash-padding {
	background: var(--rozsaszin);
    color: var(--bordo);
    padding: 5px 40px;
    border-radius: 20px;
	width: 250px;
    text-align: center;
}

#navbar-splash ul {
	display: flex;
	justify-content: center;
	width: 100%;
	font-family: 'poppins', serif;
	font-size: 15px;
	margin: 0;
	padding: 0 30px;
}



#navbar-splash ul li {
	position: relative;
    z-index: 1000;
	/*padding: 0 15px;*/
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 1000;
	margin-left: 5px;
}



#navbar-splash ul.splashsubnav {
	font-family: 'poppins-light', serif; 
	display: none;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: 160px;
	padding: 0;
	margin: 0;
	z-index: 1000;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	background: transparent;
}



#navbar-splash ul.splashsubnav li {
	border-radius: 20px;
	padding: 0 15px;
	justify-content: flex-start;
	margin-left: 0px;
	height: 40px;
	background: #eee;
	
	display: flex;
    justify-content: center;
}

#navbar-splash ul.splashsubnav li a {
	text-decoration: none;	
	color: black;
}



#navbar-splash ul li:hover > ul.splashsubnav {
	display: flex;
}



#navbar-splash > ul > li.selected,




#navbar-splash > ul > li.selected > a,

#navbar-splash > ul > li:hover > a,

#navbar-splash > ul > li.selected,

#navbar-splash > ul > li:hover {
	color: #fff;
}



#navbar-splash ul.splashsubnav li:hover {
	background: var(--bordo);
}



#navbar-splash ul.splashsubnav li:hover a {
	color: #fff;
}

#navbar-splash li.selected::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 20px;
	background: var(--bordo);
	border-radius: 5px;
	z-index: -1;
}

#navbar-splash {
	display: none;
}

.news-gallery-list {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

.news-gallery-content h1 {
	font-family: 'playfair-bold', serif;
    color: var(--ciklamen);
}

@media only screen and (max-width: 1250px) {
	.news-gallery-list {
		justify-content: center	
	}
	.news-gallery-content img {
		margin: 0px !important;
	}
}

@media only screen and (min-width: 1600px) {
	.main-page-header img {
		object-position: center calc(100% + 160px);
	}
}



@media only screen and (max-width: 1650px) {
	.lakasotthon-card p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1250px) {
	#navbar {
		display: flex;
	}
}

@media only screen and (max-width: 1250px) {
	.more-gallerys {
		display: none;
	}
	.galeria-grid-container {
		display: flex;
	    justify-content: center;
	}
	.desktop {
		display: none !important;
	}
	article {
		overflow-x: hidden;
	}
	.mobil {
		display: flex !important;
	}
	.container {
		padding: 0 25px;
		transform: none;
	}
	.header {
		height: 75px;
		padding: 0 16px;
		align-items: center;
	}
	.header-img {
		padding: 0;
	}
	.header-img img {
		width: 50px;
		height: 50px;
	}
	.social-media {
		width: 20px;
		height: 20px;
		margin-left: 25px;
	}
	.header .gomb {
		display: none;
	}
	.hamburger-bar {
		display: flex;
	}
	#navbar {
		display: none;
	}
	.header .header-title h1 {
		width: calc(100vw - 32px - 50px - 40px - 2 * 45px - 25px - 10px);
	}
	.header .header-title {
		font-size: 1.7vw;
		width: calc(100vw - 32px - 50px - 40px - 2 * 45px - 25px - 10px);
	}
	.header .header-title img {
		width: calc(100vw - 32px - 50px - 40px - 2 * 45px - 25px - 10px);
		height: auto;
	}
	.header-link-tree a {
		height: 20px; 
	}
	
	#navbar {
        width: 100%;
        flex-flow: column;
        background: #eee;
        height: auto;
		position: absolute;
		top: 75px;
		z-index: 10000;
    }
	#navbar a, #navbar span{
        color: #333;
    }
	#navbar a:hover {
		color: #333;
	}
    #navbar ul {
        width: 100%;
        flex-flow: column;
    }
    #navbar ul li {
        width: 100%;
        justify-content: center;
		align-items: center;
        padding: 12px 20px;
		flex-flow: column;
    }
    #navbar ul li.selected,
	#navbar ul li.selected a,
    #navbar ul li:hover,
	#navbar ul li:hover a,
	#navbar ul li.selected:hover a{
        background: #eee;
        color: #333;
    }
    #navbar > ul > li > a {
        width: 100%;
        display: block;
        color: #333;
		text-align: center
    }
    #navbar ul.subnav {
        display: none;
        flex-direction: column;
        width: 100%;
        position: static;
        background: #eee;
        border-radius: 0;
		padding-top: 12px;
    }
    #navbar ul li.open > ul.subnav {
        display: flex !important;
    }
    #navbar ul.subnav li {
        padding: 12px 20px;
        background: #eee;
    }
    #navbar ul.subnav li {
        background: #eee;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
    }
    #navbar ul.subnav li:hover a {
        color: #333;
    }
	#navbar ul.subnav li:hover {
		background: #eee;
	}
    #navbar ul li.selected::after {
        display: none;
    }
	.header-keret {
		height: auto;
	}
	.main-page-header {
		height: auto;
		width: 100%;
		min-height: 300px;
	}
	.main-page-header img {
		height: auto;
		width: 100%;
		min-height: 300px;
	}
	.motto {
        margin: 0 auto;
		width: calc(100% - 70px);
    }
	.motto-szoveg {
        font-size: 20px; 
    }
	.motto-aposztrof {
        font-size: 70px; 
		transform: rotate(180deg) translate(-65%, -5px);
		letter-spacing: -4px;
    }
	.cards {
		width: calc(100% - 70px);
		margin: auto;
		padding: 0;
		height: 80px;
		bottom: 10px;
	}
	.card {
		height: 80px;
		padding: 20px 35px;
		max-width: 100px;
		background: rgba(0, 0, 0, .5);
		border-radius: 7px;
	}
	.card .gomb2 {
		display: none;
	}
	.card h1{
		margin-top: 15px;
		margin-bottom: 10px;
		font-size: 26px;
		font-weight: bold;
	}
	.card h3{
		font-size: 13px;
		margin-bottom: 15px;
		line-height: 0;
	}
	.dual-container {
		flex-flow: column;
	}
	.dual-container-cim {
		width: 100%;
		display: inline-flex;
		text-align: center;
		align-items: center;
		justify-content: center;
		font-family: 'playfair-bold', serif;
		color: var(--bordo);
		font-size: 225%;
		position: relative;
		z-index: 1;
		gap: 1rem;
	}
	.dual-container-cim::after {
		content: "";
		flex-shrink: 0;
		height: 1px;
		bottom: 50%;
		width: 50px;
		background-color: var(--vilagos-szurke);
		margin-top: 7px;
	}	
	.dual-container-cim::before {
		content: "";
		flex-shrink: 0;
		height: 1px;
		bottom: 50%;
		width: 50px;
		background-color: var(--vilagos-szurke);
		margin-top: 7px;
	}
	.hirek {
		/*padding: 20px 0 15px 0;*/
		padding: 0;
	}
	.hirek-grid-container {
		grid-template: 1fr;
		justify-content: center;
	}
	.dual-container .hirek-grid-elem {
		border-bottom: none;
	}
	.hirek-grid-elem {
		grid-template-columns: 125px calc(100% - 125px - 10px) !important;
	}
	.hirek-grid-kep {
		align-items: flex-start;
	}

	.hirek-grid-kep img {
		height: 100px;
		width: 100px;
	}

	.hirek-grid-title h2 {
		font-size: 22px;
	}

	.hirek-grid-date {
		font-size: 14px;
		margin-bottom: 5px !important;
	}

	.hirek-grid-desc {
		font-size: 15px;
	}

	.hirek-grid-elem.tovabbi{
		display: flex !important;
		height: 60px;
	}
	
	.tovabbi a {
		text-decoration: none;
		color: var(--bordo);
	}
	.dual-container {
		gap: 85px;
	}
	
	.dual-container .koszonto {
		width: 100%;
		background: #fff;
		border-radius: 10px;
		position: relative;
		overflow: hidden;
		z-index: 0;
		overflow: visible;
		margin-bottom: 40px;
	}
	.dual-container .koszonto::before {
		content: '';
		background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
		display: block;
		height: 200px;
		width: 100vw;
		position: absolute;
		top: -55px;
		left: -25px;
		z-index: -1;
	}
	.dual-container .koszonto .koszonto-header {
		border-top-left-radius: 10px;
	}
	.dual-container .koszonto .koszonto-kep {
		margin-bottom: 0;
	}
	.dual-container .koszonto .koszonto-szoveg {
		border-bottom: none;
	}
	.dual-container .koszonto .koszonto-header .dual-container-cim::before, .dual-container .koszonto .koszonto-header .dual-container-cim::after {
         display: none;
    }
	
	.galeria {
		padding: 0;
		margin-bottom: 60px;
	}
	.triplecolumn-container {
		justify-content: center;
	}
	.triplecolumn-container img {
		width: 150px;
		height: 150px;
	}
	.galeria-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		justify-items: center;
		gap: 20px;
		width: 100%;
	}
	.galeria-elem{
		min-width: 0;
		/*height: 200px;*/
		height: auto;
	}
	.galeria-elem.tovabbi{
		margin: auto;
		grid-column: 1 / span 2 !important;
		display: flex !important;
		justify-content: center;
		height: 60px;
	}
	.galeria-cim {
		/*height: auto;*/
		height: 45px;
		width: auto;
		display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
	}
	.galeria-cim h2{
		color: #333;
		font-size: 15px;
		font-family: 'poppins', serif;
	}
	.galeria-kep {
		/*height: 160px;*/
		position: static;
		border-radius: 5px;
	}
	.galeria-kep img{
		height: 160px;
		position: static;
		border-radius: 5px;
	}
	.galeria-cim-bg {
		display: none;
	}
	.galeria-elem.tovabbi a {
		text-decoration: none;
		color: var(--bordo);
	}
	.allaslehetoseg-container {
		background: #fff !important;
		padding: 60px 25px !important;
		flex-flow: column;
	}
	.allaslehetoseg-inner {
		flex-flow: column !important;
	}
	.allaslehetoseg-title, .allaslehetoseg-desc {
		padding: 0 !important;
		text-align: center !important;
	}
	.allaslehetoseg-btn {
		justify-content: center !important;
	}
	.margin-top-20 {
		margin-top: 20px;
	}
	.felhivas-container {
		flex-flow: column;
		height: auto;
	}
	.felhivas-kep img {
		height: auto;
		width: 100%;
	}
	.felhivas-szoveg {
		/*margin: 50px 30px;*/
		/*margin: 50px;*/
		margin: 50px 0px;
		text-align: center;
	}
	.felhivas-elerhetoseg {
		flex-flow: column;
		gap: 20px;
	}
	.felhivas-elerhetoseg .link-tree {
		display: flex;
		justify-content: center;
		gap: 40px; 
	}
	.felhivas-elerhetoseg .link-tree img:first-child {
		margin: 0;
		width: 30px;
		height: 30px;
	}
	.visszajelzes-container {
		flex-flow: column;
		padding: 0 25px;
	}
	.visszajelzes-banner {
		height: auto;
		width: 100%;
		flex: none;
		max-width: 1000px;
		padding: 10px 30px;
		text-align: center;
		align-items: center;
	}
	.visszajelzes-banner h1 {
		font-size: 30px;
		margin: 0;
	}
	.visszajelzes-banner p {
		font-size: 13px;
	}
	
	.visszajelzes-action input{
		width: 100% !important;
		margin-bottom: 10px; 
	}
	.visszajelzes-action {
		flex-flow: column;
		width: 100%;
	}
	.fentarto-container-bordo img {
		width: calc(100% - 60px);
	}
	.fentarto-container-bordo {
		align-items: center;
		justify-content: center;
		bottom: calc(260px + 140px);
		padding: 0 30px;
	}
	footer {
		height: calc(140px + 90px + 260px);
		width: 100%;
	}
	.footer {
		height: 260px;
		flex-flow: column;
		font-size: 17px;
		padding: 0 25px;
		width: 100%;
		text-align: center;
	}
	.footer ul {
		flex-flow: column;
		gap: 15px;
		margin: 30px 0;
	}
	.copyright {
		font-size: 14px;
	}
	.join-banner p {
		display: none;
	}
	.join-banner h1 {
		font-size: 28px;
	}
	.join-banner h1 br {
		display: none;
	}
	.join-banner {
		flex-flow: column;
		padding: 20px 30px;
	}
	.map {
		height: 50px;
		width: 50px;
	}
	.map svg {
		height: 35px;
		width: 35px;
	}
	.erdeklodj {
		height: 50px;
		padding: 0 20px;
		/*width: calc(100% - 50px);*/
		font-size: 16px;
	}
	.join-banner div button{
		font-size: 16px;
	}
	#more-galery .nyil {
		transform: rotate(0deg);
	}
	#more-koszonto {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-content: center;
	}
	.koszonto-elem {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.koszonto-desc {
		height: 200px;
		overflow: hidden;
		position: relative;
		transition: height 0.5s ease;
	}

	.koszonto-desc::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
		pointer-events: none;
	}

	.koszonto-desc.expanded {
		height: auto;
		transition: height 0.5s ease;
	}

	.koszonto-desc.expanded::after {
		display: none;
	}

	#more-koszonto {
		cursor: pointer;
		text-align: center;
		color: var(--bordo);
	}
	.page-cim {
		text-align: center;
	}
	.side-container .side-container-cim {
		margin-top: 30px;
	}
	.dual-container-2-1 {
		flex-flow: column;
		gap:0;
	}
	.side-container-cim {
		width: 100%;
		display: inline-flex;
		text-align: center;
		align-items: center;
		justify-content: center;
		font-family: 'playfair-bold', serif;
		color: var(--bordo);
		font-size: 225%;
		position: relative;
		z-index: 1;
		gap: 1rem;
	}
	.side-container-cim::after {
		content: "";
		flex-shrink: 0;
		height: 1px;
		bottom: 50%;
		width: 50px;
		background-color: var(--vilagos-szurke);
		margin-top: 7px;
	}	
	.side-container-cim::before {
		content: "";
		flex-shrink: 0;
		height: 1px;
		bottom: 50%;
		width: 50px;
		background-color: var(--vilagos-szurke);
		margin-top: 7px;
	}
	.kis-vonal {
		display: none;
	}
	.dual-container-2-1 .hirek-grid-elem.tovabbi {
        grid-column: 1 !important;
		margin: 0 0 30px 0 !important;
    }
	.side-container .hirek-grid-container {
		margin-bottom: 0px;
	}
	.munkatars-grid-kep {
		height: 80px;
		width: 80px;
	}
	.munkatars-grid-kep img {
		height: 80px;
		width: 80px;
	}
	.munkatars-grid-elem {
		position: relative;
	}
	.munkatars-grid-desc {
		width: calc(100vw - 50px);
		/*position: absolute;*/
		left: 0;
		margin-top: 10px;
		font-size: 17px;
		margin-left: -90px;
	}
	.munkatars-grid-title h2 {
		font-size: 24px;
	}
	.munkatars-grid-elem:last-of-type {
		margin-bottom: 0;
	}
	.lakasotthon-container{
/*		margin-bottom: 30px;*/
	}	
	.lakasotthon-elem{
		transform: translateY(-30px);
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}	
	.lakasotthon-elem .nyil{
		transform: translateY(-10px) rotate(90deg);
/*		margin-bottom: 40px;*/ 
	}	
	.lakasotthon-cards{
		height: 500px;
		overflow: hidden;
	}
	.lakasotthon-header {
		margin-bottom: 20px;
	}
	.lakasotthon-cards {
		gap: 20px;
	}
	.lakasotthon-card {
		margin-bottom: 0;
	}
	.dual-container-2-1 .allaslehetoseg-container {
		position: relative;
		z-index: 0;
		margin-bottom: 60px;
		flex-flow: column;
	}
	.dual-container-2-1 .allaslehetoseg-container::before {
		content: '';
		background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
		display: block;
		height: 200px;
		width: 100vw;
		position: absolute;
		top:  0px;
		left: -25px;
		z-index: -1;
	}
	.lakasotthon-elem {
		width: auto;
	}
	.dual-container-2-1 .lakasotthon-elem .nyil {
		width: 22px;
	}
	.dual-container-2-1 .lakasotthon-elem.tovabbi div{
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		margin-top: 15px;
	}
	.egyutt {
		padding: 20px;
		line-height: 1.5;
		font-size: 22px;
	}
	.erdeklodes-container {
		flex-flow: column;
		gap: 80px;
		margin-bottom: 40px;
	}
	.erdeklodes-btn {
		/*transform: translateY(-390px);*/
	}
	.erdeklodes-btn button{
		margin: 0;
	}
	.erdeklodes-desc p:first-of-type {
		margin-bottom: 0 !important;
	}
	.erdeklodes-kep {
		display: flex;
		justify-content: center;
	}
	.erdeklodes-kep img{
		margin: auto;
	}
	.dual-container-2-1 hr {
		display: none;
	}
	.association-container .allaslehetoseg-container {
		margin-bottom: 0;
	} 
	.association-container .allaslehetoseg-kep {
		background: var(--bordo);
		padding: 30px 50px;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		line-height: 1.5;
		color: #fff;
		width: 100%;
		height: auto;
		margin-bottom: 35px;
	}

	.association-container .allaslehetoseg-kep img {
		width: 80px;
	}

	.association-container .allaslehetoseg-kep h1 {
		font-family: 'playfair-bold', serif;
		font-size: 34px;
		font-weight: 100;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.association-container .allaslehetoseg-kep h2 {
		font-family: 'poppins-medium', serif;
		font-size: 20px;
		font-weight: 100;
	}
	.association-container .mr30 {
		margin-right: 0;
	}
	
	.kis-vonal.lathato {
		width: 140px;
		margin: auto;
		display: block;
	}
	.kis-vonal.gyermekotthon {
		margin-bottom: 25px;
	}
	
	.nevelo-con {
		flex-flow: column-reverse;
	}
	.nevelo-con.mb60 {
		margin-bottom: 30px !important;
	}
	.nevelo-con img {
		width: 100%;
	}
	.nevelo-szoveg {
		width: 100%;
	}
	.mb70 {
		margin-bottom: 10px;
	}
	.halozat-con .steps {
		flex-flow: column;
		width: 100%;
	}
	.halozat-con .steps.mb80 {
		margin-bottom: 50px;
	}
	.halozat-con .step {
		max-width: 420px;
	}
	.halozat-con .line {
		height: 30px;
		width: 12px;
		flex: none;
	}
	.halozat-inner {
		padding: 0 25px;
	}
	.halozat-con .page-cim {
		font-size: 30px;
	}
	.testimonial-carousel {
		height: 300px;
	}
	.carousel-cell {
		height: 300px;
		padding: 0 25px;
	}
	.quote {
		font-size: 130px;
		top: -110px;
		left: -10px;
	}
	.nevelo-szoveg {
		margin: auto;
		padding-right: 0;
		
	}
	.nevelo-szoveg h2 {
		text-align: center;
	}
	.nevelo-szoveg ul li{
		list-style-position: outside;
		margin-left: 25px;
		font-size: 18px;
	}
	.nevelo-szoveg ul li::marker {
		text-align: left;
	}
	.dual {
		flex-flow: column;
		gap: 0;
	}
	.dual .oszlop {
		width: 100%;
	}
	.gyermekotthon-con {
		box-shadow: none;
	}
	.gyermekotthon-inner .sor {
		flex-flow: column;
		height: auto;
	}
	.gyermekotthon-inner .sor:nth-child(2) {
		flex-flow: column-reverse;
	}
	.gyermekotthon-inner .sor img {
		width: 100%;
		height: auto;
	}
	.gyermekotthon-inner .sor p {
		font-size: 18px;
	}
	.gyermekotthon-inner .sor h2 {
		font-size: 24px;
	}
	.gyermekotthon-inner .sor-szoveg {
		width: 100%;
		height: auto;
		padding: 30px 0;
	}
	.kep-kisero-szoveg {
		padding: 0 25px;
	}
	.desktop-szuro {
		display: none;
	}
	.desktop-szuro { display: none; }
    .szuro-mobile-wrap {
        display: block;
        position: relative;
    }

    .szuro-mobile {
        padding: 8px 40px 8px 15px;
        font-size: 16px;
        font-family: 'poppins', serif;
        border-radius: 30px;
        border: 1px solid #ddd;
        background-color: #fff;
        color: #333;
        appearance: none;
    }
    .szuro-mobile-wrap::after {
        content: '❯';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        font-size: 25px;
        color: var(--ciklamen);
        pointer-events: none;
		font-family: 'poppins-light', serif;
    }
	.szuro-con {
		justify-content: center;
	}
	.hirek-main-container .page-cim {
		margin: 40px 0 15px;
	}
	.hirek-main-container .hirek-grid-elem{
		border-bottom: none;
		padding-bottom: 0;
		height: auto;
	}
	.hirek-grid-elem {
		justify-content: center;
	}
	.oldal-szamok {
		justify-content: center;
	}
}

@media only screen and (min-width: 1250px) {
	.dual-container .hirek {
		padding: 5px 0 15px 20px;
	}
}

@media only screen and (max-width: 400px) {
	.felhivas-elerhetoseg a {
		font-size: 22px;
	}
	/*p .icon {
		width: 12px;
		height: 12px;
	}*/
	.allaslehetoseg-container {
		padding: 60px 10px !important;
	}
	
	
	.hirek-hirek-grid-elem {
		grid-template-columns: 125px calc(100% - 125px) !important;
	}
	.main-hirek-grid-elem {
		grid-template-columns: 125px calc(100% - 245px) !important;
	}
}

@media only screen and (max-width: 1100px) {
	.row-keret-splash {
		flex-direction: column;
	}
	.row-keret-splash .header-gomb .text-column .vastag {
		font-size: 24px;
		text-align: left;
	}
	.row-keret-splash .header-gomb .text-column .vekony {
		font-size: 13px;
		text-align: left;
	}
	.row-keret-splash .header-gomb {
		width: 340px;
		padding: 10px 10px;
		border-radius: 10px;
	}
}

@media only screen and (max-width: 800px) {
	.hirek-grid-container {
		display: flex;
    	flex-direction: column;
	}
	#navbar-splash {
		display: block;
	}
	#navbar-splash-pc {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	.fentarto-container {
		    justify-content: center;
		align-items: center;
		margin-bottom: 140px;
		flex-direction: column;
	}
	
	.fentarto-container img {
    	height: 30px;
	}
}

@media only screen and (max-width: 1500px) {
	.visszajelzes-banner {
		flex: none;
	}
	.visszajelzes-container {
		flex-direction: column;
	}
}