* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  background: #000000;
}

body {
  min-height: 100vh;
  background-image: url("Hintergrundbild_Patisserie_Kortyka_Webvisitenkarte_DESKTOP_1920x1080px.jpg");
  background-size: cover;
  background-position: center 95%;
  background-repeat: no-repeat;
}

.page {
  position: relative;
  min-height: 100vh;
  padding: 90px 90px;
}


.content {
  position: absolute;
  left: 90px;
  bottom: 90px;
  max-width: 420px;
}

h1 {
  margin: 0 0 34px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.services {
  margin-bottom: 62px;
}

.services p {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}

.contact-block {
  padding-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover,
a:active {
  color: #d6c18a;
}
.contact-block a,
.instagram {
    display: flex;
    align-items: center;
    gap: 18px;               /* Abstand Icon → Text */
    color: #fff;
    text-decoration: none;
}

.contact-block a,
.instagram {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.contact-block a:hover,
.instagram:hover {
    color: #8e877a;  
}

.contact-block img,
.instagram img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    display: block;
}

/* Mobile */
@media (max-width: 768px) {
    body {

    background-image: url("Patisserie_Kortyka_Webvisitenkarte_MOBILE_1080x1920px.jpg");

    background-size: cover;

    background-position: center 95%;

    background-repeat: no-repeat;

  }

  .page {

    padding: 40px 28px;

  }

  .page {
    padding: 40px 28px;
  }


  .content {
    left: 28px;
    right: 28px;
    bottom: 42px;
    max-width: none;
  }

  h1 {
    font-size: 19px;
    margin-bottom: 26px;
  }

  .services {
    margin-bottom: 42px;
  }

  .services p,
  .contact-block a,
  .instagram {
    font-size: 20px;
  }

  .contact-block {
    gap: 20px;
    padding-top: 28px;
  }

  .instagram {
    margin-top: 0px;
    padding-top: 0px;
  }

  .icon {
    width: 28px;
    min-width: 28px;
    font-size: 25px;
  }
}