/* ============================================================
   BAUMANN BEFESTIGUNGSTECHNIK — Jimdo Custom CSS
   Design System v1 · Schrift: Inter · Stand: Juni 2026
   ============================================================

   TOKENS (zur Referenz)
   --color-primary:   #0067B1
   --color-ink:       #19222C
   --color-body:      #46535F
   --color-muted:     #878787
   --color-line:      #E4E8EC
   --color-bg:        #F4F6F8
   --font:            'Inter', system-ui, sans-serif
   ============================================================ */

/* ============================================================
   0 · GOOGLE FONTS IMPORT
   In Jimdo: Einstellungen → Eigener Code → <head>
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
   ============================================================ */


/* ============================================================
   1 · RESET & BASE
   ============================================================ */

html, body {
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

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

body {
  background: #ffffff;
  margin: 0;
  padding: 35px 0 0 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #46535F;
  -webkit-font-smoothing: antialiased;
}


/* ============================================================
   2 · TYPOGRAFIE
   ============================================================ */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
  color: #19222C !important;
  line-height: 1.2;
  margin: 0 0 0.75em 0;
}

h1 {
  font-weight: 800 !important;
  font-size: 28px !important;
  letter-spacing: -0.02em;
}

h2 {
  font-weight: 700 !important;
  font-size: 22px !important;
  letter-spacing: -0.01em;
}

h3 {
  font-weight: 700 !important;
  font-size: 18px !important;
}

p {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #46535F;
  margin: 0 0 1em 0;
}

/* Obertitel / Eyebrow (z.B. <span class="eyebrow"> oder <p class="eyebrow">) */
.eyebrow {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0067B1 !important;
  line-height: 1 !important;
  margin-bottom: 0.5em !important;
}

table, th, td {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #46535F;
}


/* ============================================================
   3 · LINKS
   ============================================================ */

a:link,
a:visited {
  text-decoration: none !important;
  color: #0067B1;
  transition: color 0.15s ease;
}

a:hover {
  text-decoration: none;
  color: #004E89;
}

a:active {
  text-decoration: underline;
}


/* ============================================================
   4 · LAYOUT — CONTAINER
   Jimdo-IDs beibehalten, aber flexibel + zentriert
   ============================================================ */

#wide,
#wide2 {
  width: 100%;
  float: none;
}

#content1,
#content3,
#container {
  margin: 0 auto;
  width: 1140px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

#content {
  float: left;
  width: 1140px;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
}

#sidebar {
  width: 100%;
  clear: both;
  max-width: 100%;
  float: left;
  padding-top: 25px;
  padding-bottom: 40px;
}

#bread {
  padding: 8px 0;
  font-size: 13px;
  color: #878787;
}

#test {
  width: 1200px;
  height: 420px;
  margin-left: -40px;
}


/* ============================================================
   5 · HEADER & LOGO-BEREICH
   ============================================================ */

#header {
  float: left;
  width: 250px;
  margin-top: 15px;
}

#header h1,
#header a {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.3;
  color: #0067B1;
  text-align: left;
  padding: 0;
}

#header a:hover {
  text-decoration: none;
  color: #004E89;
}

#connection {
  float: right;
  width: 700px;
  height: 60px;
}


/* ============================================================
   6 · NAVIGATION
   ============================================================ */

#navigation {
  float: right;
  width: 950px;
  height: 75px;
  margin-top: 30px;
}

#mainnavigation {
  float: right;
  text-align: right;
  width: 800px;
  height: 40px;
  margin-top: 15px;
}

/* 2. + 3. Ebene verstecken (Jimdo-Systemvariablen) */
#mainnavigation #mainNav1 ul,
#mainnavigation .level_3 {
  display: none;
}

#subnavigation {
  position: absolute;
  margin-top: 490px;
  width: 200px;
  float: left;
  z-index: 1;
}

#subnavigation #mainNav2 ul,
#subnavigation .level_1 {
  display: none;
}

/* Listen-Reset */
ul.mainNav1,
ul.mainNav2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.mainNav1 li,
ul.mainNav2 li {
  display: inline;
  margin: 0;
  padding: 0;
}

/* Hauptnavi-Links */
ul.mainNav1 li a {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-decoration: none;
  display: inline;
  color: #19222C;
  padding: 4px 8px;
  margin-left: 32px;
  transition: color 0.15s ease;
}

ul.mainNav1 li a:hover,
ul.mainNav1 a.current {
  color: #0067B1;
}

/* Subnavi-Links */
ul.mainNav2 li a {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  color: #46535F;
  padding: 4px 4px 4px 14px;
  transition: color 0.15s ease;
}

ul.mainNav2 li a:hover,
ul.mainNav2 a.current {
  color: #0067B1;
}

ul.mainNav3 li a {
  padding: 4px 4px 4px 24px;
}


/* ============================================================
   7 · BUTTONS
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
  background-color: #0067B1;
  border: 1.5px solid #0067B1;
  border-radius: 4px;
  padding: 11px 22px;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
/* Jimdo Cookie-Banner Buttons NICHT mit .btn stylen */
button#cookie-settings-all,
button#cookie-settings-selected,
button#cookie-settings-reject-all,
button[id*="cookie"],
[class*="cc-"] button,
[class*="cookie-consent"] button {
  color: inherit !important;
  background-color: inherit !important;

}
.btn:hover {
  background-color: #004E89;
  border-color: #004E89;
  color: #ffffff !important;
  text-decoration: none;
}

/* Sekundär-Variante: .btn-secondary */
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: #19222C;
  background-color: #ffffff;
  border: 1.5px solid #E4E8EC;
  border-radius: 4px;
  padding: 11px 22px;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.btn-secondary:hover {
  border-color: #0067B1;
  color: #0067B1;
  text-decoration: none;
}


/* ============================================================
   8 · TRENNER & SEKTIONEN
   ============================================================ */

#trenner {
  float: left;
  height: auto;
  min-height: 120px;
  width: 100%;
  background-color: #F4F6F8;
  border-top: 1px solid #E4E8EC;
  border-bottom: 1px solid #E4E8EC;
  padding: 32px 0;
}

#trenner-footer {
  background-color: #ffffff;
  min-height: 360px;
  padding-top: 40px;
  padding-bottom: 40px;
  clear: both;
}

/* Footertexte hell */
#trenner-footer,
#trenner-footer p,
#trenner-footer a,
#trenner-footer h1,
#trenner-footer h2,
#trenner-footer h3 {
  color: #9AA4AC !important;
}

#trenner-footer a:hover {
  color: #ffffff !important;
}


/* ============================================================
   9 · FOOTER
   ============================================================ */

#footer {
  clear: both;
  margin-top: 25px;
  height: auto;
  min-height: 65px;
  border-top: 1px solid #E4E8EC;
  padding: 16px 0;
}

#footer .gutter {
  height: auto;
  padding: 10px 0;
  font-size: 13px;
  color: #878787;
}


/* ============================================================
   10 · NIVO SLIDER (unverändert — Funktionslogik)
   ============================================================ */

.nivoSlider { position: relative; }
.nivoSlider img { position: absolute; top: 0; left: 0; }

.nivoSlider a.nivo-imageLink {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0; padding: 0; margin: 0;
  z-index: 60; display: none;
}

.nivo-slice {
  display: block; position: absolute;
  z-index: 50; height: 100%;
}

.nivo-caption {
  position: absolute; left: 0; bottom: 0;
  background: #19222C;
  color: #ffffff;
  opacity: 0.85;
  width: 100%; z-index: 89;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
}
.nivo-caption p { padding: 8px 12px; margin: 0; color: #ffffff !important; font-size: 14px !important; }
.nivo-caption a { display: inline !important; color: #DCEAF5; text-decoration: underline; }
.nivo-html-caption { display: none; }

.nivo-directionNav a { position: absolute; top: 45%; z-index: 99; cursor: pointer; }
.nivo-prevNav { left: 0; }
.nivo-nextNav { right: 0; }
.nivo-controlNav a { position: relative; z-index: 99; cursor: pointer; }
.nivo-controlNav a.active { font-weight: bold; }

#slider {
  width: 697px;
  height: 400px;
  background: url(http://www.vollmer-kd.de/jimdo/loading.gif) no-repeat 50% 50%;
}
#slider img { position: absolute; top: 0; left: 0; display: none; }
#slider a { border: 0; display: block; }

.nivo-controlNav {
  position: absolute;
  left: 500px;
  bottom: -32px;
}
.nivo-controlNav a {
  display: block; width: 22px; height: 22px;
  background: url(http://www.vollmer-kd.de/jimdo/bullets.png) no-repeat;
  text-indent: -9999px; border: 0; margin-right: 3px; float: left;
}
.nivo-controlNav a.active { background-position: 0 -22px; }

.nivo-directionNav a {
  display: block; width: 30px; height: 30px;
  background: url(http://www.vollmer-kd.de/jimdo/arrows.png) no-repeat;
  text-indent: -9999px; border: 0;
}
a.nivo-nextNav { background-position: -30px 0; right: 15px; }
a.nivo-prevNav { left: 15px; }


/* ============================================================
   11 · RESPONSIVE — TABLET (≤ 1160px)
   ============================================================ */

@media (max-width: 1160px) {

  #content1,
  #content3,
  #container,
  #content,
  #sidebar {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  #header,
  #connection,
  #navigation,
  #mainnavigation {
    width: 100% !important;
    float: none !important;
    height: auto !important;
  }

  #test {
    width: 100% !important;
    margin-left: 0 !important;
    height: auto;
  }
}


/* ============================================================
   12 · RESPONSIVE — KLEINES TABLET (≤ 980px)
   ============================================================ */

@media (max-width: 980px) {

  /* Floats auflösen */
  #header,
  #connection,
  #mainnavigation,
  #content,
  #sidebar {
    float: none !important;
  }

  /* Hauptnavigation: vertikal, zentriert */
  #mainnavigation {
    text-align: center !important;
    margin-top: 20px;
  }

  ul.mainNav1 {
    width: 100%;
  }

  ul.mainNav1 li {
    display: block;
  }

  ul.mainNav1 li a {
    display: block;
    margin-left: 0 !important;
    padding: 14px 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center;
    border-bottom: 1px solid #E4E8EC;
  }

  ul.mainNav1 a.current,
  ul.mainNav2 a.current {
    color: #0067B1;
    font-weight: 700 !important;
  }

  /* Subnavigation */
  #subnavigation {
    position: static !important;
    width: 100% !important;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #E4E8EC;
    text-align: center;
    writing-mode: horizontal-tb !important;
    transform: none !important;
  }

  ul.mainNav2 li {
    display: block;
  }

  ul.mainNav2 li a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    text-align: center;
  }

  /* Kontaktbereich */
  #connection {
    text-align: center;
  }

  #connection > div {
    float: none !important;
    width: 100% !important;
    margin: 10px auto !important;
    display: inline-block;
  }

  #connection > div > div {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
  }
}


/* ============================================================
   13 · RESPONSIVE — SMARTPHONE (≤ 600px)
   ============================================================ */

@media (max-width: 600px) {

  body {
    padding-top: 16px;
  }

  h1 { font-size: 22px !important; }
  h2 { font-size: 18px !important; }
  h3 { font-size: 16px !important; }

  #connection > div {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  .btn,
  .btn-secondary {
    width: 100%;
    max-width: 320px;
    display: flex;
  }

  /* Slider Seitenverhältnis beibehalten */
  #slider {
    width: 100% !important;
    height: auto;
    aspect-ratio: 697 / 400;
  }

  .nivo-controlNav {
    left: 50% !important;
    transform: translateX(-50%);
  }

  /* Jimdo-Textcontainer absichern */
  .cc-m-textcontent,
  .j-text,
  #content,
  #container p,
  #container h1,
  #container h2,
  #container h3 {
    padding-left: 16px;
    padding-right: 16px;
  }
}


/* ============================================================
   14 · KONTAKT-CHIPS (#connection)
   Mit Hover, Focus und Transitions aus Design System
   ============================================================ */

.contact-chip {
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease;
  cursor: pointer;
}

.contact-chip:hover {
  border-color: #0067B1;
  box-shadow: 0 2px 8px rgba(0, 103, 177, 0.12);
  transform: translateY(-1px);
}

.contact-chip:focus-within {
  outline: 2px solid #0067B1;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Sekundärvariante: Mail */
.contact-chip--secondary {
  background: #ffffff;
  border-color: #E4E8EC;
}

.contact-chip--secondary:hover {
  border-color: #0067B1;
  box-shadow: 0 2px 8px rgba(0, 103, 177, 0.12);
}

.contact-chip--secondary a {
  transition: color 0.15s ease;
}

.contact-chip--secondary a:hover {
  color: #0067B1 !important;
}

/* Primärvariante: Telefon */
.contact-chip--primary {
  background: #ffffff;
  border-color: #E4E8EC;
}

.contact-chip--primary:hover {
  border-color: #004E89;
  box-shadow: 0 2px 8px rgba(0, 67, 137, 0.15);
}

.contact-chip--primary a {
  transition: color 0.15s ease;
}

.contact-chip--primary a:hover {
  color: #004E89 !important;
}

/* Responsive */
@media (max-width: 980px) {
  .contact-chip {
    float: none !important;
    display: inline-flex;
    margin: 8px 6px;
  }
}

@media (max-width: 600px) {
  .contact-chip {
    width: 100%;
    max-width: 320px;
    margin: 6px auto;
    display: flex;
  }
}


/* ============================================================
   15 · FOKUS & ACCESSIBILITY
   ============================================================ */

:focus-visible {
  outline: 2px solid #0067B1;
  outline-offset: 2px;
  border-radius: 2px;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}



.pcard:hover {
  box-shadow: 0 10px 30px rgba(25, 34, 44, 0.10);
  transform: translateY(-3px);
  border-color: #DCEAF5;
}

.pcard a:hover {
  color: #004E89;
  transform: translateX(4px);
}


/* Ausschließen von Cookie-Banner */
.jmdo-cookie-consent,
.jmdo-cookie-consent *,
[data-cookie] {
  color: inherit !important;
}

.cc-individual-cookie-settings.ui-dialog .cc-individual-cookie-settings-actions .btn
{
  background-color: #111;
}