@charset "UTF-8";

/* = 
Atelier Geyer Boltenhagen 
atelier-geyer.css 
= */

/* 01. VARIABLEN UND RESET */ 
:root { 
--bg: #f4f4f4; 
--surface: #ffffff; 
--text: #333333; 
--muted: #777777; 
--dark: #252525; 
--gold: #b78e49; 
--gold-dark: #a77d3f; 
--border: #ded8ce; 
--serif: Baskerville, "Palatino Linotype", Palatino, "Times New Roman", serif; 
--heading: Georgia, "Times New Roman", serif; 
--sans: Arial, Helvetica, sans-serif; 
--content: 1200px; 
--wide: 1180px; 
--text-width: 980px; 
}

*, 
*::before, 
*::after { 
box-sizing: border-box; 
}

html { 
scroll-behavior: smooth; 
}

body, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
figure, 
ul, 
ol, 
dl, 
dd { 
margin: 0; 
}

ul, 
ol { 
padding: 0; 
}

img { 
display: block; 
max-width: 100%; 
}

button, 
input, 
textarea, 
select { 
font: inherit; 
}

body { 
min-height: 100vh; 
display: flex; 
flex-direction: column; 
color: var(--text); 
background: var(--bg); 
font-family: var(--serif); 
line-height: 1.5; 
}

a { 
color: inherit; 
}

/* 02. GRUNDLAYOUT */ 
main { 
flex: 1; 
margin-top: 20px; 
padding: 20px; 
}

.container { 
width: 100%; 
max-width: var(--content); 
margin-inline: auto; 
}

h1, 
h2, 
h3 { 
line-height: 1.2; 
text-transform: uppercase; 
}

h1 { 
font-size: 3rem; 
letter-spacing: 3px; 
}

h2 { 
font-size: 2rem; 
letter-spacing: 3px; 
}

h3 { 
font-size: 2rem; 
letter-spacing: 2px; 
}

/* 03. ALTER HEADER / BOOTSTRAP-NAVIGATION */ 
header:not(.site-header) { 
display: flex; 
flex-direction: column; 
align-items: center; 
gap: 20px; 
margin-bottom: 80px; 
padding: 20px 10px; 
color: #fff; 
background: #333; 
text-align: center; 
}

.header-inner { 
display: flex; 
flex-direction: column; 
align-items: center; 
gap: 15px; 
}

.header-inner h1 { 
font-size: 2.5rem; 
letter-spacing: 5px; 
}

.navbar-nav { 
position: relative; 
z-index: 1050; 
gap: 30px; 
}

.navbar-nav .nav-link { 
display: block; 
padding: 0.75rem 1rem; 
color: #fff !important; 
font-size: 2rem; 
text-align: right; 
text-transform: uppercase; 
}

.nav-link { 
position: relative; 
z-index: 10; 
cursor: pointer; 
pointer-events: auto; 
}

.hero{
    min-height:540px;
    background:#181818;
    position:relative;
    overflow:visible;
   
}

.hero-image img { 
position: relative; 
top: 80px; 
width: 80%; 
height: auto; 
margin-inline: auto; 
}

/* 04. ALLGEMEINE BEREICHE */ 
section.services { 
min-height: auto; 
display: flex; 
flex-direction: column; 
align-items: center; 
justify-content: flex-start; 
margin-bottom: 20px; 
padding: 45px 20px 20px; 
scroll-margin-top: 100px; 
}

.about, 
.contact, 
.location { 
margin-bottom: 100px; 
}

/* 05. TITEL UND GOLDLINIEN */ 
.section-title { 
margin-bottom: 10px; 
font-family: var(--heading); 
font-size: clamp(2rem, 4vw, 2.8rem); 
font-weight: 400; 
line-height: 1.2; 
letter-spacing: 4px; 
text-align: center; 
text-transform: uppercase; 
}

.gold-divider, 
.atelier-divider { 
position: relative; 
width: min(100%, var(--wide)); 
height: 18px; 
margin-inline: auto; 
}

.gold-divider { 
width: min(90%, 1100px); 
margin-bottom: 28px; 
}

.atelier-divider { 
margin-bottom: 10px; 
}

.gold-divider::before, 
.gold-divider::after, 
.atelier-divider::before, 
.atelier-divider::after { 
content: ""; 
position: absolute; 
top: 50%; 
width: calc(50% - 12px); 
height: 1px; 
background: var(--gold); 
}

.gold-divider::before, 
.atelier-divider::before { 
left: 0; 
}

.gold-divider::after, 
.atelier-divider::after { 
right: 0; 
}

.gold-divider span, 
.atelier-divider span { 
position: absolute; 
top: 50%; 
left: 50%; 
width: 10px; 
height: 10px; 
background: var(--gold); 
transform: translate(-50%, -50%) rotate(45deg); 
}

/* =========================================================
   GEMEINSAME RUBRIK-EINLEITUNG
   ========================================================= */

.section-intro {
  width: 90%;
  max-width: 1180px;

  margin: 70px auto 55px;
  padding: 52px 6vw 46px;

  text-align: center;

  box-sizing: border-box;
}

.section-intro--dark {
  color: #f5f5f5;

  background:
    linear-gradient(
      135deg,
      rgba(20, 20, 20, 0.99),
      rgba(45, 45, 45, 0.99)
    );

  border: 1px solid rgba(193, 160, 111, 0.3);

  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.18);
}

.section-intro-kicker {
  margin: 0 0 18px;

  color: var(--gold, #c1a06f);

  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 4px;

  text-transform: uppercase;
}

.section-intro-title {
  margin: 0;

  color: #ffffff;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: 3px;

  text-transform: uppercase;
}

.section-intro-divider {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 850px;

  gap: 15px;
  margin: 30px auto 32px;
}

.section-intro-divider span {
  display: block;
  flex: 1;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--gold, #c1a06f)
    );
}

.section-intro-divider span:last-child {
  background:
    linear-gradient(
      90deg,
      var(--gold, #c1a06f),
      transparent
    );
}

.section-intro-divider i {
  display: block;

  width: 11px;
  height: 11px;

  background: var(--gold, #c1a06f);

  transform: rotate(45deg);
}

.section-intro-text {
  max-width: 820px;

  margin: 0 auto;

  color: #d8d8d8;

  font-size: 18px;
  line-height: 1.75;
}

.section-intro-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  gap: 14px 34px;
  margin-top: 34px;

  color: #c3c3c3;

  font-size: 15px;
}

.section-intro-features span {
  position: relative;

  padding-left: 18px;
}

.section-intro-features span::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 0;

  width: 7px;
  height: 7px;

  background: var(--gold, #c1a06f);

  transform:
    translateY(-50%)
    rotate(45deg);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 950px) {

  .section-intro {
    margin-top: 50px;
    padding: 44px 5vw 40px;
  }

  .section-intro-title {
    font-size: 39px;
  }

  .section-intro-text {
    max-width: 740px;
    font-size: 17px;
  }
}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media (max-width: 760px) {

  .section-intro {
    width: 90%;

    margin: 35px auto 32px;
    padding: 34px 22px 30px;
  }

  .section-intro-kicker {
    margin-bottom: 14px;

    font-size: 11px;
    letter-spacing: 2.7px;
  }

  .section-intro-title {
    font-size: 29px;
    line-height: 1.25;
    letter-spacing: 2px;
  }

  .section-intro-divider {
    gap: 10px;
    margin: 23px auto 25px;
  }

  .section-intro-divider i {
    width: 9px;
    height: 9px;
  }

  .section-intro-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .section-intro-features {
    align-items: flex-start;
    flex-direction: column;

    gap: 12px;
    margin-top: 28px;

    text-align: left;
  }
}

/* 06. GLASHÜTTE UND ATELIER */ 
#glashuetteUhren { 
margin-bottom: 20px; 
text-align: center; 
}

#glashuetteUhren .section-description { 
width: 100%; 
max-width: var(--text-width); 
margin: 0 auto 38px; 
font-family: var(--sans); 
font-size: clamp(1rem, 1.6vw, 1.2rem); 
line-height: 1.75; 
text-align: left; 
text-transform: none; 
}

#glashuetteUhren .section-description p { 
margin-bottom: 18px; 
}

#glashuetteUhren .section-description p:last-child { 
margin-bottom: 0; 
}

.restoration-example { 
width: 100%; 
max-width: var(--wide); 
margin: 20px auto 50px; 
}

.restoration-example img { 
width: 100%; 
height: auto; 
border-radius: 12px; 
box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24); 
}

.restoration-example figcaption { 
max-width: 900px; 
margin: 16px auto 0; 
color: #4b4b4b; 
font-family: var(--heading); 
font-size: clamp(0.95rem, 1.5vw, 1.15rem); 
font-style: italic; 
line-height: 1.55; 
text-align: center; 
}

.atelier-watch-row { 
width: 100%; 
max-width: var(--wide); 
margin: 5px auto 8px; 
text-align: center; 
}

.atelier-watch-row img { 
width: 100%; 
height: auto; 
margin-inline: auto; 
object-fit: contain; 
}

.atelier-heading { 
margin: 0 auto 15px; 
text-align: center; 
}

.atelier-heading h2, 
.atelier-heading h3 { 
margin: 0; 
color: #222; 
font-family: var(--heading); 
font-weight: 400; 
line-height: 1.2; 
letter-spacing: 8px; 
text-transform: uppercase; 
}

.atelier-heading h2 { 
font-size: clamp(2rem, 3vw, 2.8rem); 
}

.atelier-heading h3 { 
font-size: clamp(1.6rem, 3vw, 2.2rem); 
}

.atelier-heading p { 
margin-top: 7px; 
color: var(--gold-dark); 
font-family: var(--sans); 
font-size: clamp(0.85rem, 1.6vw, 1.05rem); 
letter-spacing: 4px; 
text-transform: uppercase; 
}

/* 07. WEITERE PRODUKTBEREICHE */ 
#uhrenarmbaender, 
#schmuckUnikate, 
#bocciaUhren, 
#bocciaSchmuck { 
text-align: center; 
}

#uhrenarmbaender > h1, 
#schmuckUnikate > h1, 
#bocciaUhren > h1, 
#bocciaSchmuck > h1 { 
margin-bottom: 26px; 
font-family: var(--heading); 
font-size: clamp(2rem, 4vw, 2.7rem); 
font-weight: 400; 
letter-spacing: 4px; 
}

#uhrenarmbaender > h2, 
#schmuckUnikate > h2, 
#bocciaUhren > h2, 
#bocciaSchmuck > h2 { 
width: 100%; 
max-width: 900px; 
margin: 0 auto 34px; 
font-family: var(--sans); 
font-size: clamp(1.05rem, 2vw, 1.35rem); 
font-weight: 400; 
line-height: 1.7; 
letter-spacing: 0; 
text-align: left; 
text-transform: none; 
}

/* 08. CAROUSEL UND OPTIONEN */ 
.carousel { 
width: 100%; 
max-width: 1000px; 
margin-inline: auto; 
}

.carousel-inner { 
overflow: hidden; 
border-radius: 10px; 
}

.carousel-item img { 
width: 100%; 
height: auto; 
object-fit: cover; 
}

.carousel-control-prev, 
.carousel-control-next { 
width: 10%; 
}

.carousel-indicators { 
margin-bottom: 12px; 
}

.option-group { 
display: flex; 
align-items: center; 
justify-content: flex-start; 
margin-top: 15px; 
}

.option-group h6 { 
width: 150px; 
margin-right: 20px; 
text-align: left; 
}

.option-selection { 
display: flex; 
flex-wrap: wrap; 
gap: 15px; 
}

.option-circle { 
width: 50px; 
height: 50px; 
display: flex; 
align-items: center; 
justify-content: center; 
border: 2px solid #000; 
border-radius: 50%; 
cursor: pointer; 
font-weight: 700; 
transition: 0.2s ease; 
}

.option-circle:hover { 
transform: scale(1.05); 
}

.option-circle.selected { 
color: #fff; 
background: #000; 
}

/* 09. WARENKORB */ 
.cartSummary { 
width: 100%; 
max-width: 1000px; 
margin: 2rem auto; 
padding: 1rem; 
background: #f8f8f8; 
border: 1px solid #ccc; 
border-radius: 5px; 
}

.cartSummary h3, 
.cartSummary h4 { 
margin-bottom: 1rem; 
font-size: 1.2rem; 
font-weight: 700; 
}

.cartSummary ul, 
.cartItems, 
#cartItems { 
padding-left: 0; 
list-style: none; 
}

.cartSummary ul { 
margin-bottom: 1rem; 
}

.cartSummary li, 
.cartItems li, 
#cartItems li { 
padding: 5px 0; 
border-bottom: 1px solid #ddd; 
}

.cartSummary li { 
margin-bottom: 0.5rem; 
}

.totalPrice, 
#totalPrice { 
font-size: 18px; 
font-weight: 700; 
}

#checkoutForm input, 
#checkoutForm textarea { 
width: 100%; 
max-width: 600px; 
}

/* 10. ÜBER UNS, KONTAKT UND ANFAHRT */ 
.about, 
.contact, 
.location { 
width: 100%; 
max-width: 1000px; 
margin-right: auto; 
margin-left: auto; 
padding: 34px; 
background: var(--surface); 
border-radius: 10px; 
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); 
}

.about h2, 
.contact h2, 
.location h2 { 
margin-bottom: 20px; 
font-family: var(--heading); 
font-size: clamp(1.8rem, 3vw, 2.3rem); 
font-weight: 400; 
letter-spacing: 3px; 
text-align: center; 
}

.about p, 
.contact p, 
.location p { 
margin-bottom: 12px; 
font-family: var(--sans); 
font-size: 1.05rem; 
line-height: 1.7; 
}

/* 11. RARITÄTEN */ 
.rarities-section { 
width: 100%; 
max-width: var(--wide); 
margin: 0 auto 100px; 
padding: 80px 20px; 
scroll-margin-top: 110px; 
}

.rarities-header { 
max-width: 960px; 
margin: 0 auto 70px; 
text-align: center; 
}

.rarities-kicker { 
margin-bottom: 12px; 
color: var(--gold-dark); 
font-family: var(--sans); 
font-size: 0.78rem; 
font-weight: 700; 
letter-spacing: 3.5px; 
text-transform: uppercase; 
}

.rarities-intro { 
max-width: 850px; 
margin-inline: auto; 
color: #4d4d4d; 
font-family: var(--sans); 
font-size: clamp(1rem, 1.5vw, 1.15rem); 
line-height: 1.75; 
}

.rarities-features { 
display: flex; 
flex-wrap: wrap; 
justify-content: center; 
gap: 10px 28px; 
margin-top: 28px; 
color: #555; 
font-family: var(--sans); 
font-size: 0.9rem; 
}

.rarities-features span { 
position: relative; 
padding-left: 17px; 
}

.rarities-features span::before { 
content: "◆"; 
position: absolute; 
top: 4px; 
left: 0; 
color: var(--gold); 
font-size: 0.55rem; 
}

.rarity-product { 
display: grid; 
grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr); 
align-items: start; 
gap: 60px; 
margin-bottom: 110px; 
}

.rarity-product-reverse .rarity-gallery { 
order: 2; 
}

.rarity-product-reverse .rarity-details { 
order: 1; 
}

.rarity-gallery { 
width: 100%; 
min-width: 0; 
}

.rarity-main-image { 
position: relative; 
overflow: hidden; 
display: flex; 
align-items: center; 
justify-content: center; 
width: 100%; 
min-height: 620px; 
padding: 25px; 
background: #eeeae3; 
border: 1px solid rgba(183, 142, 73, 0.28); 
}

.rarity-main-image img { 
width: 100%; 
max-width: 700px; 
height: 570px; 
margin-inline: auto; 
object-fit: contain; 
}

.rarity-badge { 
position: absolute; 
top: 22px; 
left: 22px; 
z-index: 2; 
padding: 8px 15px; 
color: #fff; 
font-family: var(--sans); 
font-size: 0.7rem; 
font-weight: 700; 
letter-spacing: 1.7px; 
text-transform: uppercase; 
}

.rarity-badge.available { 
background: #2f4938; 
}

.rarity-badge.reserved { 
background: #97713b; 
}

.rarity-badge.sold { 
background: #555; 
}

.rarity-thumbnails { 
display: grid; 
grid-template-columns: repeat(4, 90px); 
gap: 12px; 
margin-top: 16px; 
}

.rarity-thumbnail { 
overflow: hidden; 
width: 90px; 
height: 90px; 
padding: 0; 
background: #fff; 
border: 1px solid #d7d0c5; 
cursor: pointer; 
}

.rarity-thumbnail img { 
width: 100%; 
height: 100%; 
object-fit: cover; 
}

.rarity-thumbnail.active { 
border: 2px solid var(--gold-dark); 
}

.rarity-details { 
position: sticky; 
top: 120px; 
}

.rarity-brand { 
margin-bottom: 12px; 
color: var(--gold-dark); 
font-family: var(--sans); 
font-size: 0.8rem; 
font-weight: 700; 
letter-spacing: 2.5px; 
text-transform: uppercase; 
}

.rarity-details h3 { 
margin-bottom: 22px; 
color: #222; 
font-family: var(--heading); 
font-size: clamp(2rem, 3.1vw, 3.2rem); 
font-weight: 400; 
line-height: 1.12; 
letter-spacing: 1px; 
text-transform: none; 
}

.rarity-lead { 
color: #555; 
font-family: var(--sans); 
font-size: 1rem; 
line-height: 1.75; 
}

.rarity-divider { 
width: 100%; 
height: 1px; 
margin: 30px 0; 
background: linear-gradient(90deg, var(--gold), transparent); 
}

.rarity-specifications { 
border-top: 1px solid var(--border); 
}

.rarity-specifications div { 
display: grid; 
grid-template-columns: 145px 1fr; 
gap: 22px; 
padding: 11px 0; 
border-bottom: 1px solid var(--border); 
}

.rarity-specifications dt, 
.rarity-specifications dd { 
font-family: var(--sans); 
font-size: 0.9rem; 
line-height: 1.45; 
}

.rarity-specifications dt { 
color: var(--muted); 
font-weight: 400; 
}

.rarity-specifications dd { 
color: #222; 
font-weight: 600; 
}

.rarity-offer { 
margin-top: 32px; 
}

.rarity-price-block { 
display: flex; 
flex-direction: column; 
gap: 3px; 
}

.rarity-price-label { 
color: var(--muted); 
font-family: var(--sans); 
font-size: 0.76rem; 
letter-spacing: 1.8px; 
text-transform: uppercase; 
}

.rarity-price { 
color: #222; 
font-family: var(--heading); 
font-size: clamp(1.65rem, 2.4vw, 2.15rem); 
font-weight: 400; 
}

.rarity-vat { 
margin-top: 8px; 
color: var(--muted); 
font-family: var(--sans); 
font-size: 0.76rem; 
line-height: 1.5; 
}

.rarity-actions { 
display: grid; 
grid-template-columns: 1fr 1fr; 
gap: 12px; 
margin-top: 26px; 
}

.rarity-primary-button, 
.rarity-secondary-button, 
.rarity-search-button { 
display: flex; 
align-items: center; 
justify-content: center; 
min-height: 52px; 
padding: 12px 18px; 
font-family: var(--sans); 
font-size: 0.78rem; 
font-weight: 700; 
letter-spacing: 1.4px; 
text-align: center; 
text-decoration: none; 
text-transform: uppercase; 
transition: 0.2s ease; 
}

.rarity-primary-button { 
color: #fff; 
background: var(--dark); 
border: 1px solid var(--dark); 
}

.rarity-primary-button:hover, 
.rarity-primary-button:focus-visible { 
background: var(--gold-dark); 
border-color: var(--gold-dark); 
}

.rarity-secondary-button { 
color: var(--dark); 
background: transparent; 
border: 1px solid var(--dark); 
}

.rarity-secondary-button:hover, 
.rarity-secondary-button:focus-visible { 
color: #fff; 
background: var(--dark); 
}

.rarity-service-list { 
margin-top: 24px; 
list-style: none; 
}

.rarity-service-list li { 
position: relative; 
padding: 7px 0 7px 22px; 
color: #555; 
font-family: var(--sans); 
font-size: 0.86rem; 
}

.rarity-service-list li::before { 
content: "✓"; 
position: absolute; 
left: 0; 
color: var(--gold-dark); 
font-weight: 700; 
}

.rarities-subheading { 
margin-bottom: 50px; 
text-align: center; 
}

.rarities-subheading h3 { 
font-family: var(--heading); 
font-size: clamp(2rem, 4vw, 3rem); 
font-weight: 400; 
letter-spacing: 2px; 
}

.rarity-search-request { 
display: flex; 
align-items: center; 
justify-content: space-between; 
gap: 45px; 
margin-top: 20px; 
padding: 42px 46px; 
color: #fff; 
background: #272727; 
}

.rarity-search-request h3 { 
margin-bottom: 13px; 
font-family: var(--heading); 
font-size: clamp(1.6rem, 3vw, 2.25rem); 
font-weight: 400; 
letter-spacing: 1px; 
text-transform: none; 
}

.rarity-search-request p:not(.rarities-kicker) { 
max-width: 720px; 
color: #ddd; 
font-family: var(--sans); 
line-height: 1.7; 
}

.rarity-search-button { 
flex: 0 0 auto; 
min-width: 220px; 
color: #222; 
background: #fff; 
border: 1px solid #fff; 
}

.rarity-search-button:hover, 
.rarity-search-button:focus-visible { 
color: #fff; 
background: var(--gold-dark); 
border-color: var(--gold-dark); 
}

/* 12. FOOTER UND COOKIE-BANNER */ 
footer { 
margin-top: 50px; 
padding: 10px; 
color: #fff; 
background: #333; 
text-align: center; 
}

footer a { 
padding-inline: 10px; 
color: #fff; 
text-decoration: none; 
}

footer a:hover { 
text-decoration: underline; 
}

.footer-info { 
padding: 10px 0; 
color: #fff; 
background: #333; 
}

.cookie-banner { 
position: fixed; 
right: 0; 
bottom: 0; 
left: 0; 
z-index: 9999; 
width: 100%; 
padding: 15px 20px; 
color: #fff; 
background: #222; 
font-size: 0.9rem; 
text-align: center; 
}

.cookie-banner a { 
color: #fff; 
text-decoration: underline; 
}

.cookie-banner button { 
margin-top: 10px; 
padding: 6px 12px; 
color: #000; 
background: #fff; 
border: 0; 
border-radius: 5px; 
cursor: pointer; 
font-weight: 700; 
}

/* 13. TABLET */ 
@media (max-width: 1024px) { 
main { 
padding: 16px; 
}

section.services {
    padding: 50px 18px 20px;
}

.section-title {
    font-size: 2.2rem;
    letter-spacing: 3px;
}

#glashuetteUhren .section-description {
    max-width: 850px;
    margin-bottom: 32px;
    font-size: 1.2rem;
    line-height: 1.65;
}

.restoration-example {
    margin-bottom: 42px;
}

.carousel,
.cartSummary {
    max-width: 900px;
}

.rarities-section {
    padding: 65px 18px;
}

.rarity-product {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-bottom: 85px;
}

.rarity-product-reverse .rarity-gallery,
.rarity-product-reverse .rarity-details {
    order: initial;
}

.rarity-details {
    position: static;
}

.rarity-main-image {
    min-height: 540px;
}

.rarity-main-image img {
    height: 500px;
}
}

@media only screen 
and (min-width: 768px) 
and (max-width: 1024px) 
and (orientation: landscape) { 
.navbar-nav { 
gap: 10px !important; 
}

.navbar-nav .nav-link {
    padding: 0.3rem 0.6rem !important;
    font-size: 1rem !important;
}
}

/* 14. SMARTPHONE */ 
@media (max-width: 767px) { 
body { 
line-height: 1.45; 
}

main {
    margin-top: 10px;
    padding: 10px;
}

section.services {
    padding: 38px 12px 16px;
    scroll-margin-top: 80px;
}

.services {
    margin-bottom: 15px;
}

.about,
.contact,
.location {
    margin-bottom: 50px;
}

h1 {
    font-size: 2rem;
    letter-spacing: 2px;
}

h2 {
    font-size: 1.6rem;
    letter-spacing: 2px;
}

h3 {
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.section-title {
    font-size: 1.75rem;
    letter-spacing: 2px;
}

.gold-divider {
    width: 92%;
    margin-bottom: 24px;
}

#glashuetteUhren .section-description {
    margin-bottom: 26px;
    font-size: 1rem;
    line-height: 1.65;
}

.restoration-example {
    margin-top: 10px;
    margin-bottom: 32px;
}

.restoration-example img {
    border-radius: 8px;
}

.atelier-heading h2,
.atelier-heading h3 {
    letter-spacing: 4px;
}

.option-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.option-group h6 {
    width: auto;
    margin-right: 0;
}

.option-circle {
    width: 44px;
    height: 44px;
    font-size: 0.85rem;
}

.about,
.contact,
.location {
    padding: 24px 18px;
}

.rarities-section {
    margin-bottom: 60px;
    padding: 45px 12px;
    scroll-margin-top: 85px;
}

.rarities-header {
    margin-bottom: 45px;
}

.rarities-features {
    align-items: flex-start;
    flex-direction: column;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.rarity-product {
    gap: 28px;
    margin-bottom: 65px;
}

.rarity-main-image {
    min-height: 400px;
    padding: 12px;
}

.rarity-main-image img {
    height: 370px;
}

.rarity-thumbnails {
    grid-template-columns: repeat(3, 72px);
}

.rarity-thumbnail {
    width: 72px;
    height: 72px;
}

.rarity-specifications div {
    grid-template-columns: 115px 1fr;
    gap: 14px;
}

.rarity-actions {
    grid-template-columns: 1fr;
}

.rarity-search-request {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
    padding: 30px 22px;
}

.rarity-search-button {
    width: 100%;
    min-width: 0;
}
}

/* 15. KLEINE SMARTPHONES */ 
@media (max-width: 390px) { 
.section-title { 
font-size: 1.5rem; 
letter-spacing: 1.5px; 
}

#glashuetteUhren .section-description {
    font-size: 0.96rem;
}

.option-circle {
    width: 40px;
    height: 40px;
}

.rarity-main-image {
    min-height: 330px;
}

.rarity-main-image img {
    height: 305px;
}

.rarity-specifications div {
    grid-template-columns: 1fr;
	  gap:3px;

}

}


/* =========================================================
   ATELIER GEYER BOLTENHAGEN
   HEADER, NAVIGATION UND SEITENLAYOUT
   ========================================================= */


/* =========================================================
   GRUNDEINSTELLUNGEN
   ========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --black: #141414;
  --black2: #222;
  --gold: #c1a06f;
  --gold2: #b28a55;
  --white: #fff;
  --text: #1c1c1c;
  --muted: #666;
  --line: #d8d8d8;
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;

  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #f5f5f5;
}

a {
  color: inherit;
}


/* =========================================================
   HEADER
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 2000;

  width: 100%;
  height: 100px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
  padding: 0 4vw;

  color: var(--white);
  background: linear-gradient(90deg, #111, #232323);

  border-bottom: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);

  overflow: visible;
}


/* =========================================================
   LOGO
   ========================================================= */

.logo {
  height: 100%;

  display: flex;
  align-items: center;
  flex-shrink: 0;

  padding-top: 12px;
}

.logo img {
  display: block;

  width: 260px;
  height: auto;

  background: transparent;
  transform: translateY(8px);
}


/* =========================================================
   DESKTOP-NAVIGATION
   ========================================================= */

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;

  gap: 30px;
}

.main-nav a {
  padding: 38px 0 11px;

  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;

  border-bottom: 3px solid transparent;

  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}


/* =========================================================
   TELEFON
   ========================================================= */

.phone-block {
  display: flex;
  align-items: center;
  flex-shrink: 0;

  gap: 13px;

  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
}

.phone-block svg {
  width: 36px;
  height: 36px;

  fill: var(--white);
}

.phone-block strong {
  display: block;
  font-size: 24px;
}

.phone-block small {
  display: block;
  font-size: 15px;
}


/* =========================================================
   HAMBURGER-MENÜ
   ========================================================= */

.menu-toggle {
  display: none;

  width: 42px;
  height: 42px;

  padding: 6px;

  background: none;
  border: 0;

  cursor: pointer;
}

.menu-toggle span {
  display: block;

  width: 100%;
  height: 3px;

  margin: 7px 0;

  background: var(--white);
  border-radius: 5px;
}


/* =========================================================
   HERO
   SCHWARZER HINTERGRUND GENAUSO BREIT WIE NAVIGATION
   ========================================================= */

.hero {
  position: relative;

  width: 100vw;
  min-height: 540px;

  margin-right: calc(50% - 50vw);
  margin-bottom: 170px;
  margin-left: calc(50% - 50vw);

  background: #181818;

  overflow: visible;
}


/* =========================================================
   HERO-BILD
   ========================================================= */

.hero-image {
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 1;

  width: 90%;
  max-width: 1188px;
  height: 560px;

  background-image: url("/images/hero-uhrenservice.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);

  transform: translateX(-50%);
}


/* =========================================================
   HERO-TEXT
   MOMENTAN AUSGEBLENDET
   ========================================================= */

.hero-inner {
  position: relative;
  z-index: 2;

  display: none;

  width: 100%;
  max-width: 1050px;

  margin: 0 auto;
  padding: 80px 20px 35px;

  color: var(--white);
  text-align: center;
}

.hero h1 {
  margin: 0 0 165px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 4px;

  text-transform: uppercase;

  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.7);
}

.hero p {
  margin: 0 0 12px;

  color: var(--gold);

  font-size: clamp(20px, 2.3vw, 28px);
  font-weight: 700;
  text-align: left;

  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}

.hero-services {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  gap: 10px 30px;

  font-size: 18px;

  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}




/* =========================================================
   BUTTONS
   ========================================================= */

.button {
  display: inline-flex;
  align-items: center;

  gap: 22px;

  margin-top: 4px;
  padding: 13px 26px;

  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;

  letter-spacing: 1px;

  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 4px;

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.button:hover {
  background: var(--gold);
  border-color: var(--gold);
}




/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 28px;
  padding: 24px 7vw 14px;

  color: var(--white);
  background: linear-gradient(90deg, #111, #222);
}

.footer-box {
  display: flex;
  align-items: center;

  gap: 18px;
  padding-right: 28px;

  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-box:last-of-type {
  border-right: 0;
}

.footer-icon {
  color: var(--gold);

  font-size: 44px;
  line-height: 1;
}

.footer-box h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.footer-box p {
  font-size: 14px;
  line-height: 1.35;
}

.copyright {
  grid-column: 1 / -1;

  padding-top: 10px;

  color: #ccc;

  font-size: 13px;
  text-align: center;
}


/* =========================================================
   TABLET
   761 BIS 1150 PIXEL
   ========================================================= */

@media (min-width: 761px) and (max-width: 1150px) {

  .site-header {
    min-height: 88px;

    flex-wrap: nowrap;

    gap: 8px;
    padding: 7px 1.5vw 7px 2vw;
  }

  .logo {
    flex: 0 0 auto;

    margin-left: 0;
    padding-top: 0;
  }

  .logo img {
    width: auto;
    height: 62px;
    max-width: 220px;

    object-fit: contain;

    transform: none;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 auto;

    width: 46px;
    height: 40px;

    margin-right: 0;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 2100;

    display: none;
    width: 100%;

    flex-direction: column;
    align-items: stretch;

    gap: 0;
    padding: 10px 5vw 18px;

    background: #242321;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 14px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .phone-block {
    flex: 0 0 auto;

    gap: 5px;

    margin-right: 8px;
    margin-left: 0;
  }

  .phone-block svg {
    width: 25px;
    height: 25px;
  }

  .phone-block strong {
    font-size: 16px;
  }

  .phone-block small {
    display: block;
    font-size: 10px;
  }

  .location-section {
    width: 90%;
    max-width: none;

    padding: 0;
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 0;
  }

  .service-box {
    padding: 0 26px;
    border-right: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-box {
    padding-bottom: 18px;

    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .footer-box:last-of-type {
    border-bottom: 0;
  }
}


/* =========================================================
   SMARTPHONE
   BIS 760 PIXEL
   ========================================================= */

@media (max-width: 760px) {

  .site-header {
    height: 76px;
    min-height: 76px;

    gap: 8px;
    padding: 7px 4vw;
  }

  .logo {
    height: auto;

    padding-top: 0;
  }

  .logo img {
    width: 210px;
    max-width: 55vw;

    transform: none;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 auto;

    width: 42px;
    height: 40px;

    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    z-index: 2100;

    display: none;
    width: 100%;

    flex-direction: column;
    align-items: stretch;

    gap: 0;
    padding: 10px 5vw 18px;

    background: #242321;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 14px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .phone-block {
    flex: 0 0 auto;

    width: auto;
    gap: 4px;
  }

  .phone-block svg {
    width: 21px;
    height: 21px;
  }

  .phone-block strong {
    font-size: 14px;
    line-height: 1;
  }

  .phone-block small {
    margin-top: 3px;

    font-size: 8px;
    line-height: 1;
  }

  .hero {
    min-height: 480px;
    margin-bottom: 180px;
  }

  .hero-image {
    top: 25px;

    width: 90%;
    height: 390px;
  }

  .hero-inner {
    margin-top: 145px;
  }

  .hero-services {
    gap: 12px;
    font-size: 16px;
  }

  .location-section {
    grid-template-columns: 1fr;

    margin-top: -100px;
  }

  .location-card {
    min-height: 320px;

    grid-template-columns: 1fr;

    padding: 28px;
  }

  .button {
    width: 100%;
    justify-content: center;
  }

  .service-grid,
  .two-columns,
  .price-contact {
    grid-template-columns: 1fr;
  }

  .service-box {
    padding: 24px 10px;

    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-box:last-child {
    border-bottom: 0;
  }

  .content-box {
    padding: 28px;
  }

  .site-footer {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}


/* =========================================================
   KLEINE SMARTPHONES
   BIS 390 PIXEL
   ========================================================= */

@media (max-width: 390px) {

  .site-header {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo img {
    width: 175px;
    max-width: 49vw;
  }

  .phone-block strong {
    font-size: 12px;
  }

  .phone-block small {
    font-size: 7px;
  }

  .hero h1 {
    font-size: 31px;
  }

  .hero p {
    font-size: 19px;
  }

  .hero-image {
    height: 350px;
  }

  .location-card {
    padding: 24px;
  }

  .location-card h2 {
    font-size: 25px;
  }
}


/* =========================================================
   IPHONE HOCHKANT
   ========================================================= */

@media (max-width: 760px) and (orientation: portrait) {

  .hero {
    min-height: 430px;
    margin-bottom: 210px;
  }

  .hero-image {
    top: 24px;
    left: 50%;

    width: 90%;
    max-width: none;
    height: 470px;

    border-radius: 12px;

    transform: translateX(-50%);
  }

  .hero-inner {
    margin-top: 135px;
    padding: 0 14px;
  }

  .location-section {
    width: 90%;
    max-width: none;

    margin: -105px auto 0;
    padding: 0;
  }
}


/* =========================================================
   SMARTPHONE QUERFORMAT
   ========================================================= */

@media
  (min-width: 600px)
  and (max-width: 950px)
  and (orientation: landscape) {

  .site-header {
    height: 68px;
    min-height: 68px;

    padding: 7px 3vw;
  }

  .logo img {
    width: 210px;
    max-width: 36vw;

    transform: none;
  }

  .main-nav {
    top: 68px;
  }

  .hero {
    min-height: 350px;
    margin-bottom: 150px;
  }

  .hero-image {
    top: 20px;
    left: 50%;

    width: 90%;
    max-width: none;
    height: 420px;

    border-radius: 12px;

    transform: translateX(-50%);
  }

  .hero-inner {
    margin-top: 105px;
    padding: 0 18px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero p {
    margin-bottom: 0;

    font-size: 21px;
  }

  .hero-services {
    gap: 10px 22px;
    font-size: 15px;
  }

  .location-section {
    width: 90%;
    max-width: none;

    margin: -50px auto 0;
    padding: 0;
  }
}


/* =========================================================
   IPAD HOCHKANT
   HAMBURGER UND TELEFON KOMPLETT SICHTBAR
   ========================================================= */

@media
  (orientation: portrait)
  and (min-width: 761px)
  and (max-width: 1366px)
  and (pointer: coarse) {

  .site-header {
    position: sticky;
    top: 0;
    z-index: 2000;

    width: 100%;
    height: 88px;
    min-height: 88px;

    display: flex;
    align-items: center;
    flex-wrap: nowrap;

    gap: 10px;
    padding: 7px 18px;

    overflow: visible;
  }

  .logo {
    height: 72px;

    display: flex;
    align-items: center;
    flex: 0 0 auto;

    margin: 0;
    padding: 0;
  }

  .logo img {
    display: block;

    width: auto;
    height: 62px;
    max-width: 220px;
    max-height: 62px;

    object-fit: contain;

    transform: none;
  }

  .main-nav {
    position: absolute;
    top: 88px;
    right: 0;
    left: 0;
    z-index: 2100;

    display: none;
    width: 100%;

    flex-direction: column;
    align-items: stretch;

    gap: 0;
    padding: 10px 22px 18px;

    background: #242321;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 14px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .menu-toggle {
    display: block;
    flex: 0 0 auto;

    width: 44px;
    height: 40px;

    margin-left: auto;
    padding: 7px;
  }

  .phone-block {
    width: auto;

    display: flex;
    align-items: center;
    flex: 0 0 auto;

    gap: 5px;
    margin: 0;
    padding: 0;

    white-space: nowrap;
  }

  .phone-block svg {
    flex: 0 0 auto;

    width: 24px;
    height: 24px;
  }

  .phone-block strong {
    display: block;

    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
  }

  .phone-block small {
    display: block;

    margin-top: 3px;

    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
  }
}