/* ===== Final Optimiert: imprint.css ===== */


.content-container {
  max-width: 700px;
  margin: 0 auto;
}

/* Impressum-spezifische Styles */
.imprint-paragraph { color: #ff6b00; font-weight: bold; }
.imprint-text { color: #fff; margin-bottom: 1.5em; line-height: 1.6; }
.imprint-title { font-size: 1.8rem; margin-top: 2em; margin-bottom: 1em; color: #ff6b00; text-align: center; }
.imprint-subtitle { font-size: 1.4rem; margin-top: 1.5em; margin-bottom: 1em; color: #ff6b00; text-align: center; }
#email-js, #tel-js { color: inherit; text-decoration: none; cursor: default; }
#email-js a, #tel-js a { pointer-events: none; color: inherit; text-decoration: none; }
h1, h2, h3 { text-align: center; font-size: 1.3rem; }
p { margin-bottom: 1rem; }

/* ============================================= */
/* 📱📲💻🖥 RESPONSIVE BREAKPOINTS – 5 STUFEN BASIS */
/* ============================================= */

/* 📱 1. XS – Kleine Smartphones */
@media (max-width: 480px) {

}

/* 📱 2. S – Normale Smartphones */
@media (min-width: 481px) and (max-width: 768px) {

}

/* 📲 3. M – Tablets */
@media (min-width: 769px) and (max-width: 1023px) {

}

/* 💻 4. L – Laptops / kleine Desktops */
@media (min-width: 1025px) and (max-width: 1440px) {

}

/* 🖥 5. XL – große Desktops */
@media (min-width: 1441px) {

}
