/* Küchen-Kachel */

/* Kleine Küche mit detailliertem Backofen */
.kachel_kueche_klein {
  position: relative;
  overflow: hidden;
  background-color: #242b35;
  width: 100%;
  height: 100%;
}

.kueche_wand_k {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to bottom, #2c3e50, #1e2732);
}

.kueche_boden_k {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #161c24;
  border-top: 2px solid #0f131a;
}

/* Aufbau der Küchenzeile */
.kuechenzeile_k {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 35px;
  z-index: 5;
}

.arbeitsplatte_k {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.4);
  z-index: 6;
}

.schrank_links_k, .schrank_rechts_k {
  position: absolute;
  top: 4px;
  width: 25%;
  height: 31px;
  background-color: #34495e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.schrank_links_k { left: 0; border-radius: 0 0 0 3px; border-right: 1px solid #1e2732; }
.schrank_rechts_k { right: 0; border-radius: 0 0 3px 0; border-left: 1px solid #1e2732; }

.schrank_tuer {
  width: 80%;
  height: 85%;
  border: 1px solid #2c3e50;
  border-radius: 2px;
  position: relative;
}
.schrank_tuer::after {
  content: "";
  position: absolute;
  top: 10%;
  width: 2px;
  height: 10px;
  background-color: #ffffff;
}
.schrank_links_k .schrank_tuer::after { right: 2px; }
.schrank_rechts_k .schrank_tuer::after { left: 2px; }

/* Der neue Herd und Backofen */
.herd_einheit_k {
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 35px;
  background-color: #111111;
  display: flex;
  flex-direction: column;
  z-index: 5;
}

.kochfeld_k {
  width: 100%;
  height: 4px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

.kochzone_glanz {
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  background: radial-gradient(ellipse, rgba(255, 51, 51, 0.8), transparent 70%);
  animation: induktion_pulsieren 3s infinite alternate;
}

@keyframes induktion_pulsieren {
  0% { opacity: 0.5; }
  100% { opacity: 1; }
}

.backofen_k {
  width: 100%;
  height: 31px;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  box-sizing: border-box;
}

.ofen_panel {
  width: 100%;
  height: 8px;
  background-color: #2a2a2a;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.herd_display_k {
  color: #ff3333;
  font-family: 'Courier New', Courier, monospace;
  font-size: 6px;
  font-weight: bold;
  text-shadow: 0 0 2px rgba(255,51,51,0.8);
  letter-spacing: 0.5px;
}

.ofen_tuer {
  width: 85%;
  height: 20px;
  margin-top: 1.5px;
  border: 1px solid #444;
  border-radius: 2px;
  background-color: #0a0a0a;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ofen_griff {
  width: 70%;
  height: 2px;
  background-color: #888;
  margin-top: 2px;
  border-radius: 1px;
}

.ofen_fenster {
  width: 80%;
  height: 12px;
  margin-top: 2px;
  background-color: #000;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
}

.ofen_hitze {
  position: absolute;
  bottom: -5px;
  left: 10%;
  width: 80%;
  height: 15px;
  background: radial-gradient(ellipse at bottom, rgba(255, 100, 0, 0.6), transparent 70%);
  animation: backofen_flackern 4s infinite alternate;
}

@keyframes backofen_flackern {
  0% { opacity: 0.7; }
  50% { opacity: 0.9; }
  100% { opacity: 0.6; }
}

/* Der Topf auf dem Herd */
.topf_komplex_k {
  position: absolute;
  bottom: calc(10% + 25px);
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 24px;
  z-index: 7;
}

.topf_bodengruppe_k {
  position: absolute;
  bottom: 0;
  left: 4px;
  width: 28px;
  height: 16px;
}

.topf_koerper_k {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  border-radius: 0 0 3px 3px;
  box-shadow: inset -4px 0 0 rgba(0,0,0,0.15);
}

.topf_griff_k {
  position: absolute;
  top: 3px;
  width: 5px;
  height: 5px;
  border: 1.5px solid #e0e0e0;
  border-radius: 2px;
}
.tg_links_k { left: -5px; border-right: none; border-radius: 2px 0 0 2px; }
.tg_rechts_k { right: -5px; border-left: none; border-radius: 0 2px 2px 0; }

/* Der aufsteigende Dampf */
.dampf_komplex_k {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 15px;
}

.dampf_wolke_k {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  filter: blur(1px);
  animation: dampf_steigt_k 2.5s infinite linear;
  opacity: 0;
}

.dw1_k { width: 6px; height: 6px; left: 0px; animation-delay: 0s; }
.dw2_k { width: 8px; height: 8px; left: 6px; animation-delay: 0.8s; }
.dw3_k { width: 5px; height: 5px; left: 14px; animation-delay: 1.5s; }

@keyframes dampf_steigt_k {
  0% { transform: translateY(0) scale(0.8); opacity: 0; }
  20% { opacity: 0.6; }
  60% { transform: translateY(-12px) translateX(2px) scale(1.3); opacity: 0.3; }
  100% { transform: translateY(-20px) translateX(-2px) scale(1.6); opacity: 0; }
}

/* Oregano Blätter */
.oregano_zweig_k {
  position: absolute;
  bottom: calc(10% + 25px);
  right: 12%;
  width: 12px;
  height: 10px;
  z-index: 6;
}

.o_blatt_k {
  position: absolute;
  background-color: #2ecc71;
  border-radius: 50% 0 50% 0;
}

.ob1_k { width: 6px; height: 6px; bottom: 0; left: 0; transform: rotate(20deg); }
.ob2_k { width: 5px; height: 5px; bottom: 3px; left: 5px; transform: rotate(60deg); }

/* Beleuchtung der Küche */
.haengelampe_komplex_k {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 50px;
  z-index: 8;
}

.lampe_kabel_k {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background-color: #ffffff;
}

.lampe_kopf_leitung_k {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 1px;
}

.lampe_schirm_k {
  position: absolute;
  top: 0;
  left: -12px;
  width: 24px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 12px 12px 0 0;
}

.lichtkegel_kueche_k {
  position: absolute;
  top: 8px;
  left: -25px;
  width: 50px;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 200, 0.35), transparent);
  clip-path: polygon(35% 0, 65% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
