@charset "utf-8";
body{
	font-family: Arial, sans-serif;
	line-height: 1.6;
}

.navbar-nav .nav-link:hover {
    color: #80A321;
    text-decoration: none;
}
.navbar-nav .nav-link.active {
    color: #80A321;
    font-weight: bold;
}

.hero-section{
	height: 550px;
	background-image: url("../../images/banner/platanus-banner.webp");
	background-size: cover;
	background-position: center;
	color: #d9c1a0;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	text-align: left;
	padding: 60px 20px;
}
.hero-title{
	color:#C1947B;
	font-size: 3rem;
	font-weight: bold;
	padding-top: 100px;
}
.hero-subtitle{
	color:#C7AE87;
	font-size: 5rem;
}
@media (max-width: 1200px) {
	.hero-subtitle{
		font-size: 4rem;
	}
}
@media (max-width: 700px) {
	.hero-title{
		padding-top: 40px;
	}
}
@media (max-width: 500px) {
	.hero-title{
		padding-top: 35px;
	}
}
@media (max-width: 400px) {
	.hero-title{
		padding-top: 25px;
	}
	.hero-subtitle{
		font-size: 3.5rem;
		padding-top: 30px;
	}
}
@media (max-width: 300px) {
	.hero-title{
		padding-top: 70px;
		font-size: 2.5rem;
	}
	.hero-subtitle{
		font-size: 2rem;
	}
}
@media (max-width: 300px) {
	.hero-title{
		font-size: 1.6rem;
	}
	.hero-subtitle{
		font-size: 1.3rem;
	}
}

.section-text{
	font-size: 1.3rem;
	color: #C7AE87;
	margin-top: 20px;
	text-align: justify;
}
.section-text1{
	font-size: 1.3rem;
	color: #C7AE87;
	margin-top: 0px;
	text-align: justify;
}
.section-text1 a{
	font-size: 1.3rem;
	color: #C7AE87;
	text-align: justify;
	padding: 0 0 0 15px;
	margin: 0;
}

.section-text-contact{
	font-size: 1.3rem;
	color: #C7AE87;
	text-align: justify;
	padding: 0 0 0 15px;
	margin: 0;
}
.section-text-contact1{
	font-size: 1rem;
	color: #C7AE87;
	text-align: justify;
}
.section-text-contact2{
	font-size: 1.3rem;
	color: #C7AE87;
	text-align: justify;
	padding: 0 0 0 0;
	margin: 0;
}
.section-text-contact span{
	display: inline-block;
	font-weight: bold;
}
.section-text-contact a{
	font-size: 1.3rem;
	color: #C7AE87;
	text-align: justify;
	padding: 0 0 0 15px;
	margin: 0;
}
.section-text-contact a:hover{
	color: #000;
}

.section-list {
    list-style-type:disc;
}
.section-list li {		
	font-size: 1.3rem;
	color: #C7AE87;
	margin-top: 20px;
	text-align: justify;	
}


.white{
	color: #fff;
}
.section-title{
	color: #425712;
	font-size: 1.5rem;
	margin: 20px 0 20px 0;
	font-weight: bold;
}
.section-title-sub{
	color: #C7AE87;
	font-size: 1.3rem;
	margin: 20px 0 20px 0;
	font-weight: bold;
}
.section-btn {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}
.section-btn:hover{
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
}

.img-text{
	width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    overflow: hidden;
}

.image-section {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.image-section img {
    object-fit: cover;
    height: auto;
}




.form-section {
    background-color: #f8f9fa;
}
.form-section h2 {
    color: #4d6b3c;
    font-weight: bold;
}
.form-control {
    border-radius: 0.5rem; /* Lekerekített sarkok */
    border: 2px solid #ccc;
	border-color: #C7AE87;
}
.form-control:focus {
	border-color: #C7AE87;
	box-shadow: 0 0 5px rgba(199, 174, 135, 0.5);
}
.form-check-input {
	border-color: #C7AE87;
}
.form-check-input:checked {
	background-color: #C7AE87;
	border-color: #C7AE87;
}
.form-check-label {
	font-size: 1rem;
    color: #C7AE87;
}
.form-check-label a {
    color: #C7AE87;
    text-decoration: underline;
}
.form-check-label a:hover {
    color: #b29375;
}

.form-control::placeholder {
    color: #C7AE87;
    opacity: 1;
}


.btn-success {
    background-color: #6b8e23;
    border: none;
    transition: background-color 0.3s ease;
}
.btn-success:hover {
    background-color: #556b2f;
}

.projektrol .drapp{
	background-color: #c7ae87;
}
.projektrol .drapp .container{
	padding: 20px 0 20px 0;
}
.projektrol a {
    display: inline-block;
    border-radius: 10px;
    background-color: #C7AE87;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
	margin-top: 10px;
    transition: color 0.3s ease;
    font-size: 0.8rem;
}
.projektrol a:hover{
	color: #000;
}

.gap{
	margin-top:30px;
}


.footer{
    padding: 40px 0;
    background-color: #424242;
}
.footer .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer .row{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.footer .col{
    flex: 1;
    padding: 20px;
    text-align: center;
}
.footer p{
    color: #C7AE87;
    font-size: 1rem;
    margin-bottom: 0;
    text-align: left;
}
.footer p.mini{
    color: #C7AE87;
    font-size: .7rem;
    margin-bottom: 0;
    text-align: center;
}
.footer a{
    color: #C7AE87;
    font-size: 1rem;
    margin-bottom: 0;
    text-align: left;
	text-decoration: none;
}
.footer a:hover{
	color: #fff;
}
.footer img{
	margin-right: 10px;
}
@media (max-width: 768px) {
    .footer .row .col {
        text-align: center; /* Középre igazítás mobilon */
    }
    .footer .row .col img {
        margin-bottom: 10px; /* Távolság az ikonok alatt */
    }
}


.lakaslistacim {
    border-top: 1px solid #C7AE87;
    border-bottom: 2px solid #C7AE87;
	padding-top: 7px;
    padding-bottom: 7px;
	margin-bottom: 7px;
}
.lakaslistacim p{
	color: #C7AE87;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.lakaslista{
	color: #C7AE87;
}
/*
.lakaslista p{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
*/

.lakaslista .row {
	display: flex;
    align-items: center;	
    border: none;
    padding-bottom: 2px;
}
.lakaslista .row:nth-child(odd) {
    background-color: #C7AE87;
}
.lakaslista .row:nth-child(even) {
    background-color: #ffffff;
}
.lakaslista .row p {
    margin: 0;
}
.lakaslista .row:nth-child(odd) p {
    color: #ffffff;
}
.lakaslista .row:nth-child(even) p {
    color: #C7AE87;
}

.lakaslista .row a.letoltes {
    margin: 0;
}
.lakaslista .row:nth-child(odd) a.letoltes {
    color: #ffffff;
	background-color: #C7AE87;
}
.lakaslista .row:nth-child(even) a.letoltes {
    color: #C7AE87;
	background-color: #ffffff;
}




.lakaslistakicsi{
	color: #C7AE87;
}
.lakaslistakicsi p{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.lakaslistakicsi .row{
	border:none;
	padding-bottom:2px;
}
.lakaslistakicsi a{
	display: inline-block;
    border-radius: 10px;
    background-color: #C7AE87;
    color: #fff;
    text-decoration: none;
    padding: 3px 8px;
    transition: color 0.3s ease;
	font-size: 0.8rem;
}
.lakaslistakicsi a:hover{
	color:#000;
}


.galeria img{
	margin: 8px;
}



.otthonstart ul {
	list-style: none;
	margin: -5px 0 15px 0;
	padding: 0 0 0 0;
	text-align: left;
}
.otthonstart ul li {
	font-size: 1.3rem;
	color: #C7AE87;
	padding: 5px 12px;
	line-height: 1.3;
}

.elvalaszto{
	heigt:50px;
	min-height: 50px;
}


.latvanytervek ul {
	list-style: none;
	margin: -5px 0 15px 0;
	padding: 0 0 0 0;
	text-align: left;
}
.latvanytervek ul li {
	font-size: 1.3rem;
	color: #C7AE87;
	padding: 5px 12px;
	line-height: 1.3;
}
.latvanytervek a{
	font-size: 1.3rem;
	color: #C7AE87;
	text-align: justify;
	padding: 0 0 0 15px;
	margin: 0;
}
.latvanytervek a:hover{
	color: #000;
}



.customModal .popupcol img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.customModal .popupcol{
	background-color: #C7AE87;
}

.customModal .cim{
	color: #425712;
	font-size: 25px;
	text-align: center;
	font-weight: 700;
}
.customModal .cim1{
	color: #425712;
	font-size: 25px;
	text-align: center;
	font-weight: 700;
	margin-top:45px;
}
.customModal .szoveg{
	color: #000000;
	font-size: 20px;
	text-align: center;
}
.customModal .section-btn {
	color: #fff;
  background-color: #198754;
  border-color: #198754;
  display: block;        /* hogy a margin-auto működjön */
  width: fit-content;    /* csak akkora legyen, mint a tartalma */
  margin: 10px auto;     /* vízszintesen középre helyezi */
  text-align: center;
}
.customModal .section-btn:hover{
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	text-align: center;
}



.kep {
	width: 250px;
	margin: 40px auto 20px auto;
}
.picture2-dragon {
    display: none;
}
.thumbnail-dragon:hover .picture1-dragon {
    display: none;
}
.thumbnail-dragon:hover .picture2-dragon {
    display: block;
}
.picture2-dingi {
    display: none;
}
.thumbnail-dingi:hover .picture1-dingi {
    display: none;
}
.thumbnail-dingi:hover .picture2-dingi {
    display: block;
}

.picture2-fregatt {
    display: none;
}
.thumbnail-fregatt:hover .picture1-fregatt {
    display: none;
}
.thumbnail-fregatt:hover .picture2-fregatt {
    display: block;
}
@media only screen and (max-width: 1400px) {
	.kep {
		width: 220px;
	}	
}
@media only screen and (max-width: 1200px) {
	.kep {
		width: 185px;
	}	
}
.tovabb{
	color: #000000;
	padding: 5px 15px 5px 15px;
	border:#000000 solid;
	border-width: 1px;
	text-decoration: none;
}
.tovabb:hover{
	color: #ffffff;
	border:#ffffff solid;
	border-width: 1px;
}

.valaszto {
	background-color: #C7AE87;
}