/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 16 2025 | 12:06:55 */
#page {
	max-width: 100% !important;
}
#main {
	margin-bottom: 0;
}
.inside-article {
	padding: 0 !important;
}
.boxed {
	max-width: 1200px;
	margin: 0 auto;
}
.boxed.mobil {
	display: none;
	text-align: center;
}
.boxed.mobil img {
	width: 100%;
}

.fekete-cimsor {
	margin-bottom: 20px;
}
.szoveg {
	max-width: 800px;
}

#masthead {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
    background: unset !important;
	padding-top: 15px;
	z-index: 100;
}

#main {
	margin-top: 0 !important;
}

.fooldal-szolgaltatasok {
	background-image: url("https://regioland.hu/wp-content/uploads/szolgaltatasok-hatter.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    color: white;
    text-align: center;
}
.fooldal-szolgaltatasok .fekete-cimsor,
.fooldal-szolgaltatasok .szoveg {
	color: white !important;
}

.fejlodunk {
	margin-top: 70px;
	grid-template-columns: repeat(3, auto) !important;
    max-width: fit-content !important;
    grid-gap: 50px !important;
}
.fejlodunk .wp-block-group-is-layout-grid {
	gap: 75px !important;
}
.fejlodunk figure {
	text-align: center;
	max-width: 200px;
    /* filter: grayscale(0.75); */
	transition: all 0.3s ease-in-out;
}
/*
.fejlodunk figure:hover {
    filter: grayscale(0);
}
*/
.fejlodunk figure img {
	width: 100%;
}

.elvalaszto {
	border-top-width: 1px;
	max-width: 400px;
	margin: 40px auto;
}

.ezert-valassz-minket {
	max-width: unset;
    margin: 0;
    padding: 75px 0;
	background-image: url("https://regioland.hu/wp-content/uploads/building-background.png");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.ezert-valassz-minket .wp-block-group__inner-container {
	gap: 50px;
}
.ezert-valassz-minket .wp-block-columns .wp-block-column {
	text-align: center;
	padding: 40px;
	background-color: white;
	border-radius: 10px;
    box-shadow: 0 4px 6px 0 #00000026;
}
.ezert-valassz-minket .wp-block-columns .wp-block-column h4 {
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 20px;
    margin-top: 20px;
}

.terkep {
	text-align: center;
}

.custom-hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	min-height: 100vh;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("https://regioland.hu/wp-content/uploads/banner.png");
}
.custom-hero::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
    /*
	background-color: white;
    clip-path: polygon(0 0, 100% 0, 0 150%);
	*/
    z-index: 1;
}
.custom-hero h1,
.custom-hero h2 {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto !important;
	z-index: 10;
	color: #1b2744 !important;
}
.custom-hero h1 {
	font-family: Lato; 
	font-weight: 700; 
	font-size: 48px; 
	margin: 0;
	text-transform: uppercase;
	text-shadow: 0 0 20px #fff;
}
.custom-hero h2 {
	font-family: "Open Sans"; 
	font-weight: 300; 
	font-size: 20px;
	margin-bottom: 75px !important;
}

.custom-featured {
	display: grid;
	grid-template-columns: repeat(4, 23%);
    grid-column-gap: calc(8% / 3);
    max-width: 1200px;
    margin: 50px auto 0;
}
.custom-featured div a {
	text-decoration: none;
}
.custom-featured div a:hover img {
	filter: brightness(1.065);
}
.custom-featured div {
	display: flex;
	flex-direction: column;
}
.custom-featured div div {
	position: relative;
	display: flex;
}
.custom-featured div div img {
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.custom-featured div div span {
	position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 6px 12px;
    background-color: #BD984F;
    border-radius: 8px;
    color: white;
    font-size: 17px;
    line-height: 1;
	font-weight: 700;
}
.custom-featured div h4 {
	font-family: Lato;
    font-weight: 600;
    font-size: 24px;
    color: #222;
    margin: 15px 0 5px;
    line-height: 1;
}
.custom-featured div p:nth-of-type(1) {
	font-family: Lato;
    font-weight: 300;
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
    line-height: 1;
}
.custom-featured div p:nth-of-type(2) {
	font-family: "Open Sans";
    font-weight: 300;
    font-size: 20px;
    color: #222;
    margin-bottom: 25px;
    line-height: 1;
}
.custom-featured a.button {
	width: fit-content;
	padding: 8px 24px;
	margin-top: auto;
	border-radius: 5px;
	background: linear-gradient(90deg, #BD9850 0%, #D9BD87 100%);
	font-family: "Open Sans";
	color: white;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.custom-featured a.button:hover {
	filter: brightness(0.9);
}

.custom-rent {
	display: grid;
	grid-template-columns: repeat(3, calc(100% / 3 - 80px / 3));
    grid-gap: 40px;
    max-width: 1200px;
    margin: 50px auto 0;
}
.custom-rent > div {
	background-color: #f1f1f1;
    border-radius: 10px;
}
.custom-rent a {
	display: flex;
    flex-direction: column;
    height: 100%;
	text-decoration: none;
}
.custom-rent a div {
	display: flex;
	position: relative;
}
.custom-rent img {
	border-radius: 10px 10px 0 0;
	transition: all 0.3s ease-in-out;
}
.custom-rent span.area {
	position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 6px 12px;
    background-color: #BD984F;
    border-radius: 8px;
    color: white;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
}
.custom-rent h4 {
	font-family: "Open Sans";
	font-weight: 400;
    font-size: 24px;
    color: #222;
    margin: 0;
	padding: 15px;
    line-height: 1;
	text-decoration: none;
}
.custom-rent p {
	margin: 0;
    color: black;
    font-size: 15px;
    padding: 0 15px 15px;
    line-height: 1;
}
.custom-rent span.button {
	padding: 0 15px 15px;
    line-height: 1;
    margin-top: 20px;
    color: black;
    font-weight: 500;
    font-size: 20px;
}
.custom-rent span.button::after {
	content: ' \2192';
    margin-left: 10px;
}
.custom-rent .button {
	grid-column: 1 / 4;
	background: unset;
    border-radius: unset;
}
.custom-rent .button a {
	margin: 0 auto;
    width: fit-content;
	padding: 8px 24px;
	border-radius: 5px;
	background: linear-gradient(90deg, #BD9850 0%, #D9BD87 100%);
	font-family: "Open Sans";
	color: white;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.custom-rent .button a:hover {
	filter: brightness(0.9);
}
.custom-rent a:hover img {
	filter: brightness(1.065);
}

.fooldal-terkep .wp-block-column {
	overflow: hidden;
}
.fooldal-terkep iframe {
	margin-top: -67px;
}

@media only screen and (max-width: 1230px) {
	.boxed,
	.custom-hero h1,
	.custom-hero h2 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1000px) {
	.custom-featured,
	.custom-rent {
		grid-template-columns: repeat(2, 48%);
		grid-gap: 30px 4%;
	}
	.custom-rent .button {
		grid-column: 1 / 3;
	}
	.ezert-valassz-minket .wp-block-columns .wp-block-column {
		padding: 20px;
	}
}
@media only screen and (max-width: 781px) {
	.fooldal-szolgaltatasok .wp-block-columns .wp-block-column {
		flex-basis: 45% !important;
	}
	.fejlodunk {
		grid-template-columns: repeat(2, auto) !important;
	}
	.fejlodunk figure {
		filter: grayscale(0);
	}
	/*
	.fejlodunk .wp-block-group-is-layout-grid {
		padding: 20px 0 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-gap: 40px 10px !important;
	}
	.fejlodunk .wp-block-group-is-layout-grid figure:last-of-type {
		grid-column: 1 / 3;
	}
	.fejlodunk .wp-block-group-is-layout-grid figure:last-of-type img {
		width: 32%;
	}
	*/
	.ertekeink {
		grid-template-columns: 100% !important;
	}
	.ezert-valassz-minket .wp-block-group__inner-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 20px;
		gap: 30px;
	}
}
@media only screen and (max-width: 500px) {
	.boxed.mobil {
		display: block;
	}
	
	.boxed.asztali {
		display: none;
	}
	.custom-featured,
	.custom-rent  {
		grid-template-columns: 100%;
	}
	.custom-rent .button {
		grid-column: 1 / 2;
	}
	.fejlodunk .wp-block-group-is-layout-grid {
		grid-template-columns: 100%;
		grid-gap: 30px 0 !important;
	}
	.fejlodunk .wp-block-group-is-layout-grid figure:last-of-type {
		grid-column: unset;
	}
	.fejlodunk .wp-block-group-is-layout-grid figure:last-of-type img {
		width: 70%;
	}
	.ezert-valassz-minket .wp-block-group__inner-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}