@charset "utf-8";
/* CSS Document */


.web{
	padding: 10px;
	margin:10px;
	
}

.aktiv{
	color: black !important;
	padding: 10px;
	margin:10px;
	border: solid;
	border-color: #9A9A9A;
}

.menupont{
	color: black !important;
	padding: 10px;
	margin:10px;
	border: solid;
	border-color: #f0f1f2;
	font-size: 18px;
	
}

.menupont:hover{
	padding: 10px;
	margin:10px;
	border: solid;
	border-color: #486f34;
	color: black !important;
	font-size:18px;
}

@keyframes animacio {
  from {background-color:none;}
  to {background-color: #98ca42;}
}


.carousel_cim{
	padding: 20px;
	margin:20px;
	border: solid;
	border-color: #FFFFFF;
	animation-name: animacio;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	color: white;
	border-radius:5px;
}

.sav{
	height: 70px;
}

.feher_hatter{
	background-color:#ffffff; 
}

.szurke{
	background-color:#f0f1f2; 
	padding:10px;
	margin:10px;
}
.szurke_hatter{
	background-color:#f0f1f2; 
}

.cim3{
	color:#486f34;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 70px;
	margin-bottom: 45px;
	
}

.feher{
	background-color: #FFFFFF;
	padding:10px;
	margin:10px;
	
}

.lablec{
	 background-color: #58585b;
	height: 150px;
	padding:40px;
	
}

.magas{
	height:100px;
}

.zold_div{
	background-color: #486f34;
	
}

.cim4{
	color:white;
	font-size: 30px;
	
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.feher_korvonal{
	border: solid;
	border-color: white;
	border-radius: 5px;
	padding: 10px;
}

.cim5{
	color:white;
	font-size: 20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.szoveg{
	color:white;
	font-size: 15px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.kis_padding{
	padding: 5px;
}


.ajanlat{
	background-color:#212529;
	padding:10px;
	border-radius: 10px;
	
}

.arajanlat_kep{
	border:solid;
	border-color:#FFFFFF ;
	
}

.hr{
  border: 2px solid #9A9A9A;
	color:white;

}
.hr2{
  border: 2px solid #212529;
	color:#212529;

}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}



/*megint sajat*/

.fekete_szoveg {
	color:black;
	text-decoration: none;
	padding: 10px;
	margin:10px;
}

.fekete_szoveg:hover{
	color:black;
	text-decoration: underline;
	padding: 10px;
	margin:10px;
}

.balra{
	margin-right: 140px;
}

.kozepes_betumeret{
	font-size: 20px;
}

.felkover_cim{
	font-size:25px;
	font-weight: bold;
}

.felkover_cim_vilagos_zold{
	font-size:25px;
	font-weight: bold;
	color:#98ca42;
}


.res{
	padding: 0 30px;
	margin: 0;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: auto;
  text-align: center;
}

.title {
  color: grey;
	font-weight: bold;
  font-size: 20px;
	
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #486f34;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

button:hover, a:hover {
  opacity: 0.7;
}

.felkover_cim_kicsi{
	font-size:21px;
	font-weight: bold;
}

.felkover_cim_kisebb{
	font-size:21px;
	font-weight: bold;
}

.container {
  position: relative;
  width: 70%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
	border-radius:30px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: red;
}

.overlay_positive {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #486f34;
}

.container:hover .overlay {
  opacity: 1;
}

.container:hover .overlay_positive {
  opacity: 1;
}

.text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.kerekitett_kep{
	
}

.ures_ter{
	padding-left: 5%;
	padding-right: 5%;
}
.szoveoszlop_res{
	padding-left: 4%;
	padding-right: 4%;
}

.szechenyi-paragraph{
	padding-left: 3%;
	padding-right: 3%;
}

.sotet_szurke{
	background-color:#58585b; 
	padding:10px;
	margin:10px;
}
.sotet_szurke_hatter{
	background-color:#58585b; 
}

.sotet_zold{
	background-color:#486f34; 
	padding:10px;
	margin:10px;
}
.sotet_zold_hatter{
	background-color:#486f34; 
}

.kozepes_betumeret_feher{
	font-size: 20px;
	color: white;
}

.kozepes_betumeret_feher_cim3{
	font-size: 23px;
	color: white;
	font-weight: bold;
}

.cim3_vilagos_zold{
	color:#98ca42;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 70px;
	margin-bottom: 45px;
}

.felkover_cim_kicsi_vilagos_zold{
	font-size:21px;
	font-weight: bold;
	color:#98ca42;
}

.kozepmagas{
	height: 5%;
}


.paddinges{
	padding:20px;
}


.kicsi_paddinges{
	padding-left:10px;
}

.jobbra{
	padding-right: 10px;
}

.jobbra_igazit{

}

.belul_padding{
	padding: 20px;
}


.nagy_betumeret{
	font-size: 25px;
}

.nagy_betumeret_feher{
	font-size: 20px;
	color:white;
}

.contact{
	padding: 40px;
}
.fix_meret{
	height: 90px;
}

.about-us-content{
    display: none;
}

.mologo {
    bottom: 0;
    right: 0;
    z-index: 999;
    position: fixed;
    margin: 0px 0px -7px 0px;
}

.logo-image{
	height: 150px;
}

.close {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 2px;
    z-index: 1000;
    color: gray;
	font-size: 30px;
}

.img-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .img-responsive {
        max-width: 100%;
        height: auto;
    }
    .fixed-aspect-ratio {
        position: relative;
        width: 100%;
        padding-top: 56.25%; 
    }
    .fixed-aspect-ratio img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; 
   }


/* Media query for screens smaller than 768px */
@media screen and (max-width: 2499px) {
    #small-screen-content {
        display: block;
    }
}

/* Media query for screens larger than 768px */
@media screen and (min-width: 2500px) {
    #large-screen-content {
        display: block;
    }
}


