﻿body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
* {
  box-sizing: border-box;
}

.felso {
  background: #0f2821;
  height: 200px;
  flex-shrink: 0;
  border-radius: 0 0 10px 10px;
  padding-top: 20px;
 }
.felso_szoveg {
  margin-left: 20px;
  color: #f8dcb7;
  font-weight: bold;
  font-size: 25px;
  font-family: Helvetica;
  letter-spacing: 2px;
}
.felso_kisdoboz {
  border-radius: 10px 10px 0 0;
  position: relative;
  margin-top: -100px;
  left: 20px;
  width: calc(100% - 40px);
   background-color: #f8dcb7;
  background-image:
    radial-gradient(circle at 15% 25%, rgba(120, 80, 40, 0.12), transparent 40%),
    radial-gradient(circle at 70% 60%, rgba(140, 90, 50, 0.10), transparent 45%),
    radial-gradient(circle at 40% 80%, rgba(90, 60, 30, 0.08), transparent 50%),
    linear-gradient(120deg,
      rgba(255,255,255,0.15),
      rgba(0,0,0,0.05),
      rgba(255,255,255,0.10)
    );
  color: #0f2821;
  padding: 50px 50px;
  flex: 0;
}

.kep {
  float: left;
  margin: 0 15px 10px 0;
  display: block;
}
.kep2 {
  float: right;
  margin: 0 15px 10px 0;
  display: block;
}
p {
  margin: 0;
}


.felso_kisdoboz2 {
  margin: 0 20px;
   background-color: #f7f1eb;
  color: #0f2821;
  padding: 20px 20px;
  flex: 1;
}

.also_kisdoboz {
  height: 50px;
  border-radius: 10px 10px 0 0;
  position: relative;
  margin-top: -50px;
  margin-left: 50px;
  width: calc(100% - 100px);
  background: #0f2821;
  background-image:
    radial-gradient(circle at 15% 25%, rgba(120, 80, 40, 0.12), transparent 40%),
    radial-gradient(circle at 70% 60%, rgba(140, 90, 50, 0.10), transparent 45%),
    radial-gradient(circle at 40% 80%, rgba(90, 60, 30, 0.08), transparent 50%),
    linear-gradient(120deg,
      rgba(255,255,255,0.15),
      rgba(0,0,0,0.05),
      rgba(255,255,255,0.10)
    );
  color: #0f2821;
 display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0;
  padding: 0 50px;
}
.also_szoveg {
  margin-left: 50px;
  color: #f8dcb7;
  font-weight: bold;
  font-size: 25px;
  font-family: Helvetica;
  letter-spacing: 2px;
}
.doboz {
  display:flex;
align-items: stretch; 
}

.vonal {
  width: 1px;
  height: 40px;
  background: #f7f1eb;
}
.item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.szoveg {
  display: flex;
  flex-direction: column;
  font-size: 25px;
  color: #f7f1eb;
   font-size: 15px;
  font-family: Helvetica;
  letter-spacing: 2px;
}
.item img {
  width: 30px;
  height: 30px;
}

.kereso {
  flex-shrink: 0;
  border-radius: 0 0 10px 10px;
  margin-top: 50px;
 }

.kereso input {
  flex: 1;
  padding: 10px 15px;
  border: none;
  border-radius: 6px 0 0 6px;
  font-size: 14px;
  outline: none;
  width: 500px;
}
.kereso button {
  padding: 10px 15px;
  border: none;
  background: #f8dcb7;
  color: #0f2821;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
}
.talalatok {
  margin-left: 20px;
background-color: #fff1eb;
  padding: 10px;
  width: calc(100% - 40px);
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
}
}
.talalatok.active {
  display: flex; /* vagy grid */
}
.talalat {
  display: flex;
  align-items: center;
  gap: 15px;

  background: #f7f1eb;
  border-radius: 10px;
  padding: 10px;

  transition: 0.2s;
}
.talalat:hover {
  background: #efe6db;
}
.talalat_kep {
  width: 90px;
  height: 70px;
  object-fit: contain;

  border-radius: 6px;
  padding: 4px;
  border: 1px solid rgba(0,0,0,0.08);
}
.info {
  display: flex;
  flex-direction: column;
}

.cim {
  font-weight: bold;
  color: #0f2821;
}

.meta {
  font-size: 12px;
  opacity: 0.7;
}
.reszletek {
  width: 700px;
  margin: 20px auto;
  padding: 20px;
  font-size: 15px;
  font-family: Helvetica;
  color: #041813;
  background: #f7f2ec;
}

.fo_kep img {
  width: 100%;
  border-radius: 10px;
}

.hatlap {
  margin-top: 20px;
}

.hatlap img {
  width: 100%;
  border-radius: 10px;
}

.reszletek_info {
  background: #f3ece5;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
  border: 2px solid #e4ded5;
  object-fit: contain;
}
.reszletek_evszam {
  background: #e7dfd4;
  color: #041813;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 15px;
  font-family: Arial;
  letter-spacing: 1px;  
  display: inline-block;
}

.leiras {
  margin-top: 20px;
  line-height: 1.5;
}




.reszletek {
  max-width: 900px;
  margin: 20px auto;
}


.galeria {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.thumb {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: #fff;
  padding: 4px;
  border-radius: 6px;
  cursor: pointer;
}


.reszletek_info {
  background: #f7f1eb;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

.leiras {
  margin-top: 20px;
  line-height: 1.5;
}