@font-face {
  font-family: "Apfel Grotesk";
  src: url("fonts/ApfelGrotezk-Regular.woff2") format("woff2"),
       url("fonts/ApfelGrotezk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apfel Grotesk";
  src: url("fonts/ApfelGrotezk-Mittel.woff2") format("woff2"),
       url("fonts/ApfelGrotezk-Mittel.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apfel Grotesk";
  src: url("fonts/ApfelGrotezk-Fett.woff2") format("woff2"),
       url("fonts/ApfelGrotezk-Fett.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apfel Grotesk";
  src: url("fonts/ApfelGrotezk-Satt.woff2") format("woff2"),
       url("fonts/ApfelGrotezk-Satt.woff") format("woff");
  font-weight: 900; /* schwere Schnitte → 900 */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apfel Grotesk Brukt";
  src: url("fonts/ApfelGrotezk-Brukt.woff2") format("woff2"),
       url("fonts/ApfelGrotezk-Brukt.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Apfel Grotesk";
  overflow-x: hidden;
  color: #dfd9d8;
  font-size: 20px;
}

a {
  color: #fc8f8f;
}



.page-frame {
  position: fixed;
  inset: 0;
  border: 20px solid #fc8f8f;
  pointer-events: none; /* lässt Inhalte anklickbar */
  z-index: 999;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  
  background: #b44446;

  display: flex;
  justify-content: flex-end;

  padding: 0 60px;
  z-index: 998;
}

.top-bar nav {
  display: flex;
  align-items: center;   
}

.top-bar a {
  margin-left: 25px;
  color: #dfd9d8;
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
  padding: 40px 0 20px 0;
}

.hero-image {
  width: 400px;
  margin: -105px 1px -20px -3px;
}

.content-area {
    background: #64242f;
    min-height: 200vh;
    padding: 180px 40px 40px 100px;
    box-sizing: border-box;
}

.image-text-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 50px;
}

.image-grid {
  display: grid;
  grid-template-columns: 150px 300px;
  grid-template-rows: 222px 150px;
  gap: 15px;
  margin-bottom: 50px;
}

.image-grid img {
  object-fit: contain;
}

.a {
  width: 100%;
  height: 100%;
  grid-column: 1;
  grid-row: 1;
}

.b {
  width: 100%;
  height: 100%;
  grid-column: 2;
  grid-row: 1;
}

.c {
  width: 130%;
  height: 98%;
  grid-column: 1;
  grid-row: 2;
}

.d {
  width: 154%;
  height: 100%;
  grid-column: 2;
  grid-row: 2;
}

.image-grid2 {
  display: grid;
  grid-template-columns: 15fr 15fr;
  grid-template-rows: 15fr 15fr;
  gap: 15px;
  width: 1000px;
}

.image-grid2 img.img-normal {
  width: 100%;
}

.text-block {
  max-width: 500px;
  text-align: left;
  margin-top: -18px;
}

.content-column {
  max-width: 500px;
  margin-right: 242px;
}

.fullscreen-image {
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto; 
  margin-bottom: 20px;
}

.row {
  display: flex;
  justify-content: center; 
  gap: 20px;               /* Abstand zwischen den Bildern */
  margin-bottom: 20px;     /* Abstand zwischen den Reihen */
}

.row img {
  max-width: 45%;  /* zwei Bilder nebeneinander passen auf ~90% Breite */
  height: auto;
}

.portfolio-text p {
  max-width: 500px;
  margin: 50px auto 40px;
  text-align: justify; 
  text-align-last: center;
  hyphens: auto;
}
