@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
* {
	font-family: 'Poppins', sans-serif;
}

/*index.php css kezdet*/
/*header kezdet*/
.header-div
{
	background-color: white;
}

.logo-div{
	text-align: center;
	position: relative;
	background-color: white;
	z-index: 10;
}

.tel-email-fontsize{
	font-size: 13px;
}

.navbar-brand img {
	height: 40vmin;
	animation: fadeIn 1s;
	margin-top: 15px;
	transition: height 0.2s; 
}

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

.languages
{
	position: absolute;
  	left: 0;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

.inf-table{
  	right: 0;
	margin: 0px;
	padding: 0;
	padding-left: 50px;
	float: right;
}

.main-div{
	border-bottom: 1px solid rgb(86, 173, 211);
}

.main{
	position: relative;
	z-index: 0;
	color: black;
	background-color: white;
	width: 100%;
	float: left;
	display: block;
}

.secondary{
	width: 100%;
	position: relative;
}

.nav-link{
	font-size: 20px;
}

.nav-link:hover{
	text-decoration: underline;
}
/*header vége*/

.head{
	margin-top: 50px;
	margin-bottom: 50px;
	height: 50vmin;
	background-image: url(banner.jpg);
	background-position: center;
	background-size:cover;
	border-radius: 15px;
	background-repeat: no-repeat;
	box-shadow: 5px 10px rgb(211, 132, 58);
	color: white;
}

.head h1{
	font-size: 10vmin;
	padding-top: 15vmin;
	font-weight: 900;
}

.head h3{
	font-size: 5vmin;
}

.head h1,h3{
	padding-left: 10vmin;
}

.introduction{
	opacity: 0%;
	transition: 0.5s;
	margin-top: 50px;
}

#giordano {
	height: 50vmin;
	border-radius: 5px;
	box-shadow: 5px 10px rgb(226, 110, 110);
}

.content-houses-div{
	margin-top: 160px;
	margin-bottom: 160px;
	opacity: 0%;
	transition: 0.5s;
}

.content-houses{
	display: inline-block;
	margin-top: 30px;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	margin-right: 15px;
}

.imgborder{
	height: 160px;
   	border: 1px solid rgb(86, 173, 211);
  	width:100%;
  	object-fit:cover;
  	object-position:50% 50%;
  	margin-top: 15px;
  	margin-bottom: 15px;
}

.statistic{
	height: 250px;
	width: 100%;
	background-color: rgb(105, 212, 105);
	margin-bottom: 50px;
}

.statistic-table{
	position: relative;
	top: 50px;
	width: 100%;
}

.statistic-table td{
	text-align: center;
	padding-bottom: 50px;
}

.bigger-td{
	font-size: 28px;
}

.smaller-td{
	font-size: 20px;
}

/*index.php css vége*/

/*footer.php css*/

.footer {
	bottom: 0;
	width: 100%;
	background-color: rgb(119, 119, 119);
	color: white;
}

#footer-table{
	margin: auto;
	width: 90%;
}

#footer-table td{
	padding-top: 20px;
}

#footer-table a{
	text-decoration: none;
	color: white;
}

/*hulp.php css*/

.help-text{
	margin-top: 50px;
	margin-bottom: 50px;
}

.help-text p{
	transition: 0.2s;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	margin-bottom: 50px;
	border-radius: 5px;
	border-bottom: 6px solid rgb(86, 173, 211);
	border-left: 3px solid rgb(86, 173, 211);
	border-right: 3px solid rgb(86, 173, 211);
	font-weight: 600;
}

.help-text p:hover{
	font-size: 18px;
	transition: 0.2s;
}

.help-text h1{
	text-align: center;
	margin-bottom: 50px;
	background-color: rgb(86, 173, 211);
	color: white;
	border-radius: 10px;
	padding: 20px;
}

.help-list p{
	font-weight: 600;
	font-size: 18px;
}

.help-list li{
	padding: 5px;
	padding-left: 15px;
	transition: 0.1s;
}

.help-list li:hover{
	background-color: rgb(109, 208, 250);
	transition: 0.1s;
	border-radius: 5px;
	font-weight: 600;
}

.help-list li::marker{
	content: "\27A4";
	font-size: 1.2em;
}

.help-text-end {
	margin-top: 50px;
	font-weight: 900;
	text-align: center;
}

/*contacteer.php css*/

.contact-div{
	margin-top: 30vmin;
	margin-bottom: 30vmin;
}

.form-div-inputs{
	width: 100%;
}

.form-div{
	background-color: rgb(86, 173, 211);
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	font-weight: 600;
}

.form-div span{
	color: rgb(255, 255, 255);
	font-weight: 600;
}

.contact-text{
	text-align: center;
	margin-left: 5vmin;
	margin-right: 5vmin;
	padding: 15px;
	border-left: 4px solid rgb(86, 173, 211);
	border-right: 4px solid rgb(86, 173, 211);
	border-top: 4px solid rgb(86, 173, 211);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.contact-text h3{
	margin: 0;
	padding: 0;
}

.contact-text:hover{
	text-decoration: underline;
}


/*aanbod.php css*/

.forsale-div h1{ 
	text-align: center;
}

.borderimg{
	height: 130px;
   	border: 1px solid rgb(86, 173, 211);
  	width:100%;
  	object-fit:cover;
  	object-position:50% 50%;
}

.bold{
	font-weight: 900;
}

.border-top{
	margin-top: 30px;
}

.border-middle{
	padding-top: 5px;
	padding-bottom: 5px;
}

.border-bottom{
	margin-bottom: 30px;
}

.nextprevious{
	margin-top: 25px;
	text-decoration: none;
	word-spacing: 20px;
}

.nextprevious a{
	text-decoration: none;
	color: black;
}

/*detail.php css*/

.detail-img{
	width: 80vmin;
}

.house-detail td{
	padding: 4vmin;
}

.detail-text{
	word-spacing: 5px;
}

.detail-div{
  margin-top: 50px;
}