/* styles.css – Kameramann St. Gallen */

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #f7f7f7;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.page {
  max-width: 800px;
  width: 100%;
  padding: 5rem;
  border: 1px solid black;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}

.logo-container {
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.logo-container img {
  width: 300px;
  height: auto;
}

h1 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: normal;
}

p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  letter-spacing: 0.0825rem;
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0rem;
  transition: background 0.3s ease;
  margin-top: 1rem;
letter-spacing: 0.0832rem;
}

.btn:hover {
  background: #555;
}

.footer-links {
  margin-top: 2rem;
  font-size: 0.85rem;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  margin: 0 0.5rem;
letter-spacing: 0.0832rem;
}

.footer-links a:hover {
  color: #A00101;
}

.footer-links span {
  color: #aaa;
}

.img-wrapper {
  display: inline-block;
  pointer-events: none;
  user-select: none;
}

.img-wrapper img {
  width: 160px;
  height: auto;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none; /* Safari & Chrome */
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}



@media (max-width: 600px) {
  .page {
    padding: 2rem;
  }

  h1 {
    font-size: 1.8rem;
  }

  p {
    font-size: 1rem;
  }
.logo-container img {
  width: 220px;
}

.page {
  max-width: 800px;
  width: 100%;
  margin:2rem;
}

img {
  pointer-events: none;
  user-select: none;
}

}
