@charset "UTF-8";
/*
Description: CSS fuer die Sehrbrock GmbH - HTML5, CSS3
Author: Ralph Segert
Date: 07/2023 
Neucodierung: 09/2026
Author URI: https://segert.net
*/

:root {
  --schrift-regular: "Lato Regular", Arial, sans-serif;
  --schrift-light: "Lato Light", Arial, sans-serif;
  --schrift-medium: "Lato Medium", Arial, sans-serif;
  --schrift-bold: "Lato Bold", Arial, sans-serif;
}


@font-face {
  font-family: "Lato Regular";
  font-style: normal;
  font-weight: normal;
  src:
    local("Lato Regular"),
    url("font/lato/Lato-Regular.woff") format("woff");
}

@font-face {
  font-family: "Lato Light";
  font-style: normal;
  font-weight: normal;
  src:
    local("Lato Light"),
    url("font/lato/Lato-Light.woff") format("woff");
}

@font-face {
  font-family: "Lato Medium";
  font-style: normal;
  font-weight: normal;
  src:
    local("Lato Medium"),
    url("font/lato/Lato-Medium.woff") format("woff");
}

@font-face {
  font-family: "Lato Bold";
  font-style: normal;
  font-weight: normal;
  src:
    local("Lato Bold"),
    url("font/lato/Lato-Bold.woff") format("woff");
}

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

* {
  margin: 0;
  padding: 0;
}

body {
  color: #14495a;
  background-color: #fff;
  font-family: var(--schrift-light);
}

a {
  border: 0;
  text-decoration: none;
  transition: 200ms;
}

a:focus {
  outline: none;
}

img {
  vertical-align: middle;
  border: 0;
}

strong {
  font-family: var(--schrift-bold);
}

.beitragstext a:is([href^="http://"], [href^="https://"])::after {
  content: "↗";
  display: inline-block;
  margin-left: .25em;
  font-size: .85em;
  line-height: 1;
  text-decoration: none;
  transform: translateY(-.08em);
  transition: transform .2s ease;
}

.beitragstext a:is([href^="http://"], [href^="https://"]):hover::after {
  transform: translate(.12em, -.2em);
}

/* Keine externen Pfeile in der Update-, Kategorie- und Edit-Zeile */

.beitragstext .artikel-update a::after {
  content: none;
}

/* Bilder innerhalb redaktioneller Texte */

.beitragstext img {
  display: block;
  max-width: 100%;
  height: auto;
}

.beitragstext figure,
.beitragstext picture {
  max-width: 100%;
}

/* Header und mobile Navigation */

.header .logo img {
  width: 220px;
  height: auto;
  transition: .3s;
}

.first-nav img {
  width: 200px;
  height: auto;
  margin-top: 5%;
  margin-bottom: 4%;
  filter: brightness(10);
  transition: .3s;
}

.first-nav img:hover {
  opacity: .6;
}

.header .logo img:hover {
  opacity: .7;
  transition: .3s;
}

.header-white .logo img {
  width: 160px;
  height: auto;
  transition: .3s;
}

.header .hc-nav-trigger,
.header .hc-nav-trigger span {
  width: 60px;
}

.header-white .hc-nav-trigger,
.header-white .hc-nav-trigger span {
  width: 70px;
}

.hc-nav-trigger:hover {
  filter: invert(100%);
}

.header .hc-nav-trigger span,
.header .hc-nav-trigger span::before,
.header .hc-nav-trigger span::after {
  position: absolute;
  left: 0;
  display: block;
  height: 6px;
  background: #7f8690;
  transition: all .3s ease;
}

.header-white .hc-nav-trigger span,
.header-white .hc-nav-trigger span::before,
.header-white .hc-nav-trigger span::after {
  position: absolute;
  left: 0;
  display: block;
  height: 4px;
  background: #eee;
  transition: all .3s ease;
}

.hc-offcanvas-nav .nav-item-wrapper {
  margin: 1% 0;
  color: #fff;
  background-color: #7f8690;
  border: 0;
  font-family: var(--schrift-light);
  font-size: 1.3em;
  letter-spacing: 1px;
  transition: .2s background ease;
}

.hc-offcanvas-nav:not(.touch-device)
li:not(.nav-item-custom)
a:not([disabled]):hover {
  color: #fff;
}

.hc-offcanvas-nav .nav-wrapper-1 .nav-item-link {
  color: #fff;
  background-color: #333;
  font-family: var(--schrift-light);
  font-size: .8em;
}

.hc-offcanvas-nav a.nav-next::before {
  top: 2px;
  left: -7px;
  width: 2px;
  height: 35px;
  background: transparent;
  border-radius: 2px;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-wrapper::before,
.hc-offcanvas-nav.nav-levels-none li .nav-wrapper::before {
  background: transparent;
}

.hc-offcanvas-nav ul li ul {
  margin-bottom: 5%;
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  background-color: #7f8690;
  background-image: url("../images/bg-menu3.jpg");
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: cover;
  transition-delay: .05s;
}

.hc-offcanvas-nav.nav-levels-expand
.nav-wrapper.nav-wrapper-0 > .nav-content {
  overflow-x: visible;
  overflow-y: auto;
  max-height: 100vh;
  box-sizing: border-box;
  background-color: #7f8690;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background-color: #7f8690;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  z-index: 1;
  padding: 10px;
  color: #cdd9eb;
  background: rgb(0 0 0 / 0%);
  border-radius: 5px;
  font-size: 1.1em;
  transition: .05s background ease;
}

.nav-item .active a {
  color: #fff;
}

#main-nav {
  display: none;
}

.hc-offcanvas-nav .nav-close-button span,
.hc-offcanvas-nav .nav-parent .nav-next,
.hc-offcanvas-nav .nav-back span {
  display: inline-block;
}

#desktop-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.nav-next {
  display: none;
}

.hc-nav-trigger {
  margin: 30px 0 0 40px;
}

.header {
  position: fixed;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100px;
  background: transparent;
}

.logo {
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  width: 20%;
  padding: 20px 0 0 30px;
}

.header-white {
  position: fixed;
  z-index: 25;
  height: 90px;
  background: #7f8690;
  opacity: 1;
  transition-duration: .8s;
  transition-property: background;
}

.header .headernav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 80%;
  padding: 2px 30px 0 0;
}

.header-white .headernav {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}


/* Startseite */

.startseite {
  width: min(calc(100% - 180px), 1320px);
  margin-inline: auto;
  padding-block: 180px 100px;
}

.startseite > h1 {
  margin: 0 0 70px;
  color: #164e64;
  font-family: var(--schrift-bold);
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: normal;
  line-height: 1.12;
  text-align: center;
}

.kacheln {
  --abstand: 56px;
  --kreis: 220px;
  --rahmen: 1px;
  --kachelhoehe: 440px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--abstand);
  width: 100%;
}

.kachel {
  position: relative;
  display: flex;
  flex: 0 0 calc((100% - var(--abstand)) / 2);
  height: var(--kachelhoehe);
  overflow: hidden;
  background-color: #fff;
  border: var(--rahmen) solid #aaa;
}

.kachel > a {
  position: relative;
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  color: #fff;
}

.kachel img {
  position: absolute;
  top: var(--bildoben, 50%);
  left: var(--bildlinks, 50%);
  z-index: 1;
  display: block;
  width: var(--bildbreite, 100%);
  max-width: none;
  height: var(--bildhoehe, 100%);
  object-fit: var(--bildanpassung, cover);
  object-position: var(--bildposition, center);
  transform:
    translate(-50%, -50%)
    scale(var(--bildzoom, 1));
  transition: transform .4s ease;
}

.kachel > a:hover img {
  transform:
    translate(-50%, -50%)
    scale(calc(var(--bildzoom, 1) + .03));
}

.k-or {
  --bildbreite: 88%;
  --bildhoehe: 88%;
  --bildoben: 53%;
  --bildlinks: 50%;
  --bildanpassung: contain;
  border-radius: 0 18px 0 0;
}

.k-ol {
  --bildbreite: 82%;
  --bildhoehe: 82%;
  --bildoben: 59%;
  --bildlinks: 52%;
  --bildanpassung: contain;

  border-radius: 18px 0 0;
}

.k-ul {
  --bildbreite: 90%;
  --bildhoehe: 88%;
  --bildoben: 56%;
  --bildlinks: 48%;
  --bildanpassung: contain;
}

.k-ur {
  --bildbreite: 100%;
  --bildhoehe: 100%;
  --bildoben: 50%;
  --bildlinks: 50%;
  --bildanpassung: contain
  ;
}

.k-service {
  --bildbreite: 100%;
  --bildhoehe: 100%;
  --bildoben: 50%;
  --bildlinks: 50%;
  --bildanpassung: cover;
  --bildposition: center;

  flex-basis: 100%;
  width: 100%;
  height: 400px;
  min-height: 400px;
  border-radius: 0 0 18px 18px;
}

.kachel h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  margin: 0;
  padding: 25px 20px;
  color: #fff;
  background-color: rgb(55 58 60 / 78%);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.k-ol > a {
  border-radius: 16px 0 0;
}

.k-or > a {
  border-radius: 0 16px 0 0;
}

.k-service > a {
  border-radius: 0 0 16px 16px;
}

.kacheln::before,
.kacheln::after {
  position: absolute;
  top: calc(var(--kachelhoehe) + var(--abstand) / 2);
  left: 50%;
  width: var(--kreis);
  aspect-ratio: 1;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.kacheln::before {
  z-index: 10;
  background-color: #fff;
}

.kacheln::after {
  z-index: 11;
  background: conic-gradient(
    from -90deg,
    transparent 0deg 14deg,
    #aaa 14deg 76deg,
    transparent 76deg 104deg,
    #aaa 104deg 166deg,
    transparent 166deg 194deg,
    #aaa 194deg 256deg,
    transparent 256deg 284deg,
    #aaa 284deg 346deg,
    transparent 346deg 360deg
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - var(--rahmen)),
    #000 calc(100% - var(--rahmen))
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - var(--rahmen)),
    #000 calc(100% - var(--rahmen))
  );
}


/* Aktuelles auf der Startseite */

.startaktuell {
  width: 100%;
  padding-block: 150px 80px;
}

.startaktuell > h2 {
  margin: 0 0 90px;
  color: #515860;
  font-family: var(--schrift-bold);
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  font-weight: normal;
  line-height: 1.15;
  text-align: center;
}

.startteaser {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 3rem;
  width: 100%;
}

.startkarte {
  display: flex;
  flex: 0 0 calc((100% - 6rem) / 3);
  min-width: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgb(0 0 0 / 8%);
  transition:
    box-shadow .25s ease,
    transform .25s ease;
}

.startkarte:hover {
  box-shadow: 0 9px 22px rgb(0 0 0 / 13%);
  transform: translateY(-3px);
}

.startkarte > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  color: inherit;
}

.startkarte img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: fill;
}

.startkarteninhalt {
  flex: 1;
  padding: 1.7rem 1.5rem 2.2rem;
  border-top: 1px solid #ddd;
}

.startdatum {
  margin-bottom: .75rem;
  color: #999;
  font-family: var(--schrift-light);
  font-size: .9rem;
  line-height: 1.2;
  letter-spacing: .15em;
}

.startkarte h3 {
  margin: 0;
  color: #222;
  font-family: var(--schrift-light);
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.35;
  overflow-wrap: break-word;
  hyphens: auto;
}


/* Systempartner auf der Startseite */

.partnerbereich {
  width: 100%;
  padding-block: 120px 100px;
}

.partnerbereich > h2 {
  margin: 0 0 80px;
  color: #515860;
  font-family: var(--schrift-bold);
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  font-weight: normal;
  line-height: 1.15;
  text-align: center;
}

.partnerkarten {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
}

.partnerkarte {
  display: flex;
  flex: 0 0 calc((100% - 6rem) / 3);
  min-width: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgb(0 0 0 / 8%);
  transition:
    box-shadow .25s ease,
    transform .25s ease;
}

.partnerkarte:hover {
  box-shadow: 0 9px 22px rgb(0 0 0 / 13%);
  transform: translateY(-3px);
}

.partnerkarte > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  color: inherit;
}

.partnerlogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 2 / 1;
  padding: 1rem;
  overflow: hidden;
  background-color: #eee;
  border-bottom: 0;
}

.partnerlogo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
}

.partnerinhalt {
  flex: 1;
  padding: 1.8rem 1.6rem 2.2rem;
}

.partnerkarte h3 {
  margin: 0 0 1.4rem;
  color: #343a40;
  font-family: var(--schrift-medium);
  font-size: 1.35rem;
  font-weight: normal;
  line-height: 1.3;
}

.partnerkarte p {
  margin: 0;
  color: #222;
  font-family: var(--schrift-light);
  font-size: 1.1rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  hyphens: auto;
}


/* Bohrvorschubeinheiten auf der Startseite */

.bohrbereich {
  width: 100%;
  padding-block: 120px 100px;
}

.bohrbereich > h2 {
  margin: 0 0 80px;
  color: #515860;
  font-family: var(--schrift-bold);
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  font-weight: normal;
  line-height: 1.15;
  text-align: center;
}

.bohrkarte {
  width: 100%;
  padding: 26px 26px 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgb(0 0 0 / 9%);
  transition:
    box-shadow .25s ease,
    transform .25s ease;
}

.bohrkarte:hover {
  box-shadow: 0 9px 24px rgb(0 0 0 / 14%);
  transform: translateY(-3px);
}

.bohrbild {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
}

.bohrbild img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: inherit;
  transition: transform .4s ease;
}

.bohrbild:hover img {
  transform: scale(1.015);
}

.bohrkarte > p {
  margin: 0;
  padding: 70px 50px 75px;
  color: #515860;
  font-family: var(--schrift-light);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.55;
  text-align: left;
}

.bohrkarte > p a {
  color: #1670c5;
  font-family: var(--schrift-regular);
  white-space: nowrap;
}

.bohrkarte > p a:hover,
.bohrkarte > p a:focus-visible {
  color: #0e4f91;
}



/* Aktuell */

.subsite {
  display: flex;
  align-items: flex-start;
  gap: clamp(3rem, 5vw, 5rem);
  width: min(calc(100% - 80px), 1320px);
  min-width: 0;
  margin-inline: auto;
  padding-block: 175px 120px;
}

.seitenspalte {
  flex: 0 0 280px;
  padding-top: .5rem;
  min-width: 0;
}



.artikelpfad {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: .4rem;
  width: 100%;
  margin: .65rem 0 0;
  padding: 0;
  overflow: hidden;
  font-family: "Lato", Verdana, sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  font-weight: normal;
  line-height: 1.4;
  color: #777d85;
  white-space: nowrap;
}

.artikelpfad a {
  flex: 0 0 auto;
  color: #555c66;
  text-decoration: none;
  text-transform: none;
}

.artikelpfad a:hover,
.artikelpfad a:focus-visible {
  text-decoration: underline;
}

.artikelpfad-titel {
  min-width: 0;
  overflow: hidden;
  color: #777d85;
  text-overflow: ellipsis;
  white-space: nowrap;
}



/* Suche – Desktop */

.visuellversteckt {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.artikelsuche {
display: flex;
width: calc(100% + .3rem);
margin: 0 0 2rem -.3rem;
  gap: .5rem;
}

.artikelsuche input {
  flex: 1 1 auto;
  min-width: 0;
  height: 3rem;
  padding: 0 .9rem;
  color: #34373b;
  font: inherit;
  font-size: 1rem;
  font-weight: 300;
  background: #fff;
  border: 1px solid #aeb1b5;
  border-radius: .25rem;
  outline: none;
}

.artikelsuche input:focus {
  border-color: #59616e;
  box-shadow: 0 0 0 .15rem rgb(89 97 110 / 15%);
}

.artikelsuche button {
  flex: 0 0 auto;
  width: auto;
  height: 3rem;
  padding: 0 1.15rem;
  color: #fff;
  font: inherit;
  font-size: .95rem;
  font-weight: 500;
  background: #59616e;
  border: 1px solid #59616e;
  border-radius: .25rem;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease;
}

.artikelsuche button:hover,
.artikelsuche button:focus-visible {
  background: #444b55;
  border-color: #444b55;
}


.themennavigation {
  margin-top: 5rem;
}

.themennavigation ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.themennavigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: .75rem 1rem;
  color: #333;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 9px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
  font-family: var(--schrift-light);
  font-size: .95rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .035em;
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.themennavigation a:hover,
.themennavigation a:focus-visible {
  color: #222;
  border-color: #999;
  box-shadow: 0 5px 12px rgb(0 0 0 / 11%);
  font-family: var(--schrift-regular);
  transform: translateY(-1px);
}

.themennavigation a.aktiv {
  font-family: var(--schrift-medium);
}

.visuell-versteckt {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.subsite .contentbox {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}

.contentboxaktuell > h1 {
  width: 100%;
  margin: 0 0 2.5rem;
  color: #515860;
  font-family: var(--schrift-bold);
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-weight: normal;
  line-height: 1.15;
  text-align: left;
}

.contentboxaktuell > p {
  margin: 0;
  padding: 0 0 4rem 0;
  color: #000;
  font-family: var(--schrift-light);
  font-size: 1.35rem;
  line-height: 1.65;
  text-align: left;
}

.teaser-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 3.75rem;
  width: 100%;
  margin-top: .5rem;
}

.teaser-card {
  display: flex;
  flex: 0 0 calc((100% - 3.75rem) / 2);
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
  font-size: 1rem;
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.teaser-card:hover {
  box-shadow: 0 8px 18px rgb(0 0 0 / 12%);
  transform: translateY(-3px);
}

.teaser-card > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: inherit;
}

.teaser-card img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.teaser-meta {
  padding: 1.4rem 1.25rem .55rem;
  color: #999;
  border-top: 1px solid #ddd;
  font-family: var(--schrift-light);
  font-size: .9rem;
  letter-spacing: .15em;
}

.teaser-title {
  padding: 0 1.25rem .65rem;
  color: #222;
  font-family: var(--schrift-light);
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.3;
  overflow-wrap: break-word;
  hyphens: auto;
}

.teaser-text {
  margin: 0;
  padding: 0 1.25rem 1.6rem;
  color: #000;
  font-family: var(--schrift-light);
  font-size: 1rem;
  line-height: 1.45;
  overflow-wrap: break-word;
  hyphens: auto;
}


/* Teamseite – Desktop */

.teamseite .contentboxteam {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}

.contentboxteam > h1 {
  width: 100%;
  margin: 0 0 3.5rem;
  color: #515860;
  font-family: var(--schrift-bold);
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-weight: normal;
  line-height: 1.15;
  text-align: left;
}


.teamkarten {
  --teamabstand: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: var(--teamabstand);
  width: 100%;
}

.teamkarte {
  display: flex;
  flex: 0 0 calc((100% - (2 * var(--teamabstand))) / 3);
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgb(0 0 0 / 8%);
  transition: box-shadow .25s ease, transform .25s ease;
}

.teamkarte:hover {
  box-shadow: 0 9px 22px rgb(0 0 0 / 13%);
  transform: translateY(-3px);
}

.teamkarte > img {
  display: block;
  width: 100%;
  height: clamp(15rem, 20vw, 21rem);
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1);
}

.teaminhalt {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 2rem 2rem 2.3rem;
  border-top: 1px solid #eee;
}

.teaminhalt h2 {
  margin: 0 0 .6rem;
  color: #515860;
  font-family: var(--schrift-medium);
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.25;
}

.teamfunktion {
  margin: 0;
  color: #164e64;
  font-family: var(--schrift-light);
  font-size: 1.1rem;
  line-height: 1.4;
  text-transform: uppercase;

}

.teamkontakt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .3rem;
  margin-top: 1rem;
}

.teamkontakt a,
.teamkontakt p {
  margin: 0;
  color: #515860;
  font-family: var(--schrift-light);
  font-size: 1.1rem;
  line-height: 2.2;
  overflow-wrap: anywhere;
}

.teamkarte .teamemail,
.teamkarte .teamemail a {
  font-family: "Lato Light", Verdana, serif;
  font-size: .95rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.teamkontakt a {
  border-bottom: 1px dotted #aaa;
}

.teamkontakt a:hover,
.teamkontakt a:focus-visible {
  color: #164e64;
  border-bottom-color: #164e64;
}

.teamkontakt .teamtelefon,
.teamkontakt .teamtelefon:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}

.teamkontakt .teamtelefon:hover {
  color: #515860;
  text-decoration: none;
  border-bottom: 0;
}


/* Unternehmensübersicht */

.unternehmensseite {
  align-items: flex-start;
}

.contentboxunternehmen {
  min-width: 0;
}

.unternehmenintro {
  margin: 0 0 4rem;
}

.unternehmenintro h1 {
  margin: 0 0 1.5rem;
  color: #59606a;
  font-size: clamp(2.4rem, 3vw, 3.5rem);
  font-weight: 600;
  line-height: 1.12;
}

.unternehmenintro p {
  max-width: 64rem;
  margin: 0;
  color: #34373b;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.65;
}

.unternehmensteaser {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 3.5rem 4rem;
}

.unternehmenskarte {
  display: flex;
  flex: 0 1 calc(50% - 2rem);
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 .65rem 1.5rem rgba(48, 55, 64, .09);
  transition: box-shadow .25s ease, transform .25s ease;
}

.unternehmenskarte > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.unternehmensbild {
  width: 100%;
  aspect-ratio: 16 / 8.75;
  overflow: hidden;
  background: #f4f5f6;
}

.unternehmensbild img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unternehmensbildlogo img {
  padding: 8%;
  object-fit: contain;
}

.unternehmensinhalt {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.7rem 1.8rem 1.9rem;
}

.unternehmensinhalt h2 {
  margin: 0 0 1rem;
  color: #25282c;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.3;
}

.unternehmensinhalt p {
  margin: 0;
  color: #45484c;
  font-size: 1.08rem;
  font-weight: 300;
  line-height: 1.55;
}

.mehrlink {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 1.5rem;
  color: #59616e;
  font-size: .98rem;
  font-weight: 500;
}

.mehrlink::after {
  content: " →";
}

.unternehmenskarte:hover,
.unternehmenskarte:focus-within {
  transform: translateY(-.2rem);
  box-shadow: 0 .9rem 2rem rgba(48, 55, 64, .14);
}



/* Automatisierungstechnik – Desktop */

.automatisierungsseite {
  align-items: flex-start;
}

.automatisierungsinhalt {
  min-width: 0;
}

.seitenintro,
.leistungsbereiche,
.themenaktuell {
  width: 94%;
}

.seitenintro {
  margin: 0 0 5rem;
}

.seitenintro h1 {
  margin: 0 0 1.7rem;
  color: #59606a;
  font-size: clamp(2.2rem, 2.8vw, 3.3rem);
  font-weight: 600;
  line-height: 1.12;
}

.seitenintro p.bereichshead {
  max-width: none;
  margin: 0 0 1.7rem;
  padding: 0;
  color: #59606a;
  font-size: clamp(2.2rem, 2.8vw, 3.3rem);
  font-weight: 600;
  line-height: 1.12;
}

.seitenintro p.bereichshead a,
.seitenintro p.bereichshead a:visited,
.seitenintro p.bereichshead a:hover,
.seitenintro p.bereichshead a:focus-visible {
  color: inherit;
  border: 0;
  text-decoration: none;
}

.seitenintro p {
  max-width: 62rem;
  margin: 0;
  padding: 0;
  color: #34373b;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.65;
}


/* Leistungsbereiche */

.leistungsbereiche {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}

.leistungsbeitrag {
  scroll-margin-top: 3rem;
}

.leistungsbeitrag h1,
.leistungsbeitrag h2 {
  margin: 0 0 2.75rem;
  color: #34383d;
  font-size: clamp(1.55rem, 1.9vw, 2.05rem);
  font-weight: 500;
  line-height: 1.25;
}



.beitragsbild {
  width: 100%;
  margin: 0 0 2.75rem;
}

.beitragsbild img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid rgb(153 153 153 / 35%);
}

.beitragsbild figcaption {
  margin-top: .6rem;
  color: #777b80;
  font-size: .85rem;
  font-weight: 300;
  line-height: 1.4;
}

.beitragstext {
  max-width: 62rem;
}

.beitragstext p {
  margin: 0 0 1.1rem;
  color: #34373b;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
}

.beitragstext p:last-child {
  margin-bottom: 0;
}


/* Aktuelle Beiträge – Desktop */

.themenaktuell {
  width: 100%;
  margin-top: 7rem;
  padding-top: 4rem;
  border-top: 1px solid #dfe1e4;
}

.themenaktuell > h2 {
  margin: 0 0 2.75rem;
  color: #59606a;
  font-size: clamp(1.7rem, 2.1vw, 2.25rem);
  font-weight: 500;
  line-height: 1.25;
}


.aktuellteaser {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
}

.aktuellkarte {
  display: flex;
  flex: 0 0 calc((100% - 4rem) / 3);
  min-width: 0;
  max-width: calc((100% - 4rem) / 3);
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid rgb(153 153 153 / 25%);
  border-radius: .6rem;
  box-shadow: 0 .5rem 1.25rem rgb(48 55 64 / 8%);
  transition: box-shadow .25s ease, transform .25s ease;
}

.aktuellkarte > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.aktuellbild {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f4f5f6;
  border-bottom: 1px solid rgb(153 153 153 / 20%);
}

.aktuellbild img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.aktuellinhalt {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.4rem 1.5rem 1.6rem;
}

.aktuellinhalt time {
  display: block;
  margin: 0 0 .8rem;
  color: #85898e;
  font-size: .88rem;
  font-weight: 300;
  line-height: 1.3;
}

.aktuellinhalt h3 {
  margin: 0;
  color: #25282c;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.4;
}

.aktuellkarte:hover,
.aktuellkarte:focus-within {
  transform: translateY(-.2rem);
  box-shadow: 0 .8rem 1.75rem rgb(48 55 64 / 13%);
}


/* Aktuell – Einzelartikel Desktop
################################## */

.aktuellseite .seitenintro h1 a,
.aktuellseite .seitenintro h1 a:visited,
.aktuellseite .seitenintro h1 a:hover {
  color: #515860;
  border: 0;
  text-decoration: none;
}


/* Artikelcontainer */

.aktuellartikel {
  width: 100%;
  margin-top: 0;
}


/* Datum */

.aktuellartikel .entry-meta {
  margin: 2.5rem 0 .5rem;
  padding: 0;
  font-family: "Lato Light", Verdana, serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: .1em;
  color: #333;
  text-align: left;
  border: 0;
  text-decoration: none;
}

.aktuellartikel:first-of-type .entry-meta {
  margin-top: .11rem;
}

/* Hauptüberschrift des Artikels */

.aktuellartikel > h2 {
  width: 100%;
  margin: 1rem 0 .5rem;
  padding: 0;
  font-family: "Lato Bold", Verdana, serif;
  font-size: 1.8rem;
  line-height: 1.35;
  color: #222;
  text-align: left;
  border: 0;
  text-decoration: none;
}


/* Großes Artikelbild */

.aktuellartikel > .beitragsbild {
  width: 100%;
  margin: 2.5rem 0 0;
  padding: 0;
}

.aktuellartikel > .beitragsbild img {
  display: block;
  width: 100%;
  height: auto;
}

.aktuellartikel > .beitragsbild figcaption {
  margin: .5rem 0 0;
  padding: 0;
  font-family: "Lato Light", Verdana, serif;
  font-size: .9rem;
  line-height: 1.4;
  color: #666;
}


/* Gesamter Artikeltext */

.aktuellartikel .beitragstext {
  width: 100%;
  color: #000;
  text-align: left;
}


/* Einleitung des Artikels */

.aktuellartikel .beitragstext > .entry-text {
  margin: 2rem 0 0;
  padding: 0 0 2%;
  font-family: "Lato Light", Verdana, serif;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000;
  text-align: left;
}


/* Lauftext */

.aktuellartikel .beitragstext > p {
  margin: 0;
  padding: 0 0 2%;
  font-family: "Lato Light", Verdana, serif;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000;
  text-align: left;
}


/* Zwischenüberschriften aus langtext */

.aktuellartikel .beitragstext > h3 {
  width: 100%;
  margin: 2rem 0 1.5rem;
  padding: 0;
  font-family: "Lato Medium", Verdana, serif;
  font-size: 1.8em;
  line-height: 1.4;
  color: #515860;
  text-align: left;
  border: 0;
  text-decoration: none;
}


/* Aufzählungen */

.aktuellartikel .beitragstext > ul,
.aktuellartikel .beitragstext > ol {
  margin: 0 0 2% 3%;
  padding: 0;
  font-family: "Lato Light", Verdana, serif;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000;
  text-align: left;
}

.aktuellartikel .beitragstext > ul {
  list-style-type: square;
}

.aktuellartikel .beitragstext > ul li,
.aktuellartikel .beitragstext > ol li {
  margin: 0;
  padding: 0;
  line-height: 2em;
}


/* Links im Artikel ohne Unterstreichung */

.aktuellartikel .beitragstext a,
.aktuellartikel .beitragstext a:visited,
.aktuellartikel .beitragstext a:hover {
  color: #333;
  border: 0;
  text-decoration: none;
}

.aktuellartikel .beitragstext a:hover {
  color: #666;
}


/* Praxiskasten wie im alten CSS */

.aktuellartikel .beitragstext > figure:has(.praxiskasten) {
  width: 92%;
  margin: 2.5rem 0 3rem 4%;
  padding: 1.6rem 2rem 1.4rem;
  background: #f3f4f5;
  border-left: 6px solid #7e8690;
  border-radius: 0 14px 14px 0;
}

.aktuellartikel .beitragstext > figure:has(.praxiskasten) .praxiskasten {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.aktuellartikel .beitragstext > figure:has(.praxiskasten) h3 {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
  font-family: "Lato Medium", Verdana, serif;
  font-size: 1.35rem;
  line-height: 1.4;
  color: #515860;
  text-align: left;
}

.aktuellartikel .beitragstext > figure:has(.praxiskasten) ul {
  margin: 0 0 0 1.2rem;
  padding: 0;
  font-family: "Lato Light", Verdana, serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #14495a;
  list-style-type: square;
}

.aktuellartikel .beitragstext > figure:has(.praxiskasten) li {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.aktuellartikel .beitragstext > figure:has(.praxiskasten) strong {
  font-family: "Lato Bold", Verdana, serif;
}

.aktuellartikel .beitragstext > figure:has(.praxiskasten) a,
.aktuellartikel .beitragstext > figure:has(.praxiskasten) a:visited,
.aktuellartikel .beitragstext > figure:has(.praxiskasten) a:hover {
  color: #000;
  font-family: "Lato Bold", Verdana, serif;
  border: 0;
  text-decoration: none;
}


/* Änderungsdatum ohne Linie */

.aktuellartikel .artikel-update {
  margin: 2.5rem 0 0;
  padding: 0;
  font-family: "Lato Light", Verdana, serif;
  font-size: .9rem;
  line-height: 1.4;
  color: #666;
  border: 0;
  text-decoration: none;
}

.leistungsbeitrag .artikel-update {
  margin: 1.8rem 0 0;
  padding: 0;
  font-family: "Lato Light", Verdana, serif;
  font-size: .9rem;
  line-height: 1.4;
  color: #666;
  border: 0;
  text-decoration: none;
}

.aktuellartikel .artikel-update small, .leistungsbeitrag .artikel-update small {
  display: block;
  margin: .5rem 0 0;
  padding: 0;
  font-family: "Lato Light", Verdana, serif;
  font-size: .9rem;
  line-height: 1.4;
  color: #666;
  border: 0;
  text-decoration: none;
}

.aktuellartikel .artikel-update a,
.aktuellartikel .artikel-update a:visited,
.aktuellartikel .artikel-update a:hover {
  color: #666;
  border: 0;
  text-decoration: none;
}



/* Suchergebnisse
################# */

.suchergebnisse > h1 {
  width: 100%;
  margin: 0 0 2.5rem;
  padding: 0;
  font-family: "Lato Bold", Verdana, serif;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #515860;
  text-align: left;
}

.contentboxaktuell .suchergebnis {
  margin: 0 0 0 1.5rem;
  padding: 0 0 0 1.25rem;
  list-style-type: square;
  color: #515860;
}

.contentboxaktuell .suchergebnis > li {
  margin: 0 0 2.75rem;
  padding: 0 0 0 .4rem;
}

.contentboxaktuell .suchergebnis > li:last-child {
  margin-bottom: 0;
}

.contentboxaktuell .suchergebnis h2 {
  width: 100%;
  margin: 0 0 .8rem;
  padding: 0;
  font-family: "Lato Medium", Verdana, serif;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: left;
}

.contentboxaktuell .suchergebnis h2 a,
.contentboxaktuell .suchergebnis h2 a:visited {
  color: #34373b;
  border: 0;
  text-decoration: none;
}

.contentboxaktuell .suchergebnis h2 a:hover {
  color: #7e8690;
}

.contentboxaktuell .suchauszug {
  margin: 0 0 .75rem;
  padding: 0;
  font-family: "Lato Light", Verdana, serif;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #222;
  text-align: left;
}

.contentboxaktuell .suchdatum {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Lato Light", Verdana, serif;
  font-size: .85rem;
  line-height: 1.4;
  color: #666;
}


.seitennavigation {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 3rem;
}

.seitennavigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seitennavigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.7rem;
  min-height: 2.7rem;
  padding: .55rem .8rem;
  color: #59606a;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  border: 1px solid #d2d5d9;
  border-radius: .35rem;
}

.seitennavigation a:hover,
.seitennavigation a:focus-visible {
  color: #25282c;
  background: #f4f5f6;
  border-color: #aeb3b9;
}

.seitennavigation a.aktiv {
  color: #fff;
  background: #59606a;
  border-color: #59606a;
}





/* Footer – Desktop */

.footer {
  position: static;
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 6% 5% 5% 18%;
  color: #fff;
  background-color: #8b929d;
  font-family: var(--schrift-light);
  letter-spacing: 0;
  text-align: left;
  opacity: 1;
}

.footerinhalt {
  width: min(100%, 1440px);
  margin-inline: auto;
}

.footerinhalt {
  width: min(100%, 1440px);
  margin-inline: auto;
}

.footeroben {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7%;
  width: 100%;
}

.zertifikat {
  flex: 0 1 52%;
  max-width: 660px;
  min-width: 0;
}

.zertifikat img {
  display: block;
  width: 100%;
  max-width: 660px;
  height: auto;
  padding: 0;
}

.footerlogos {
  display: flex;
  flex: 0 1 18%;
  flex-direction: column;
  align-items: flex-start;
  max-width: 230px;
  min-width: 0;
  padding-top: 1%;
  gap: clamp(1.75rem, 3vw, 3rem);
}

.footerlogos a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  transition: transform .2s ease;
}

.footerlogos img {
  display: block;
  height: auto;
  opacity: 1;
  object-fit: contain;
  object-position: left center;
  transition: opacity .2s ease;
}

/* Simco-Ion */

.footerlogos a:nth-child(1) img {
  width: 56%;
}

/* Desoutter */

.footerlogos a:nth-child(2) img {
  width: 94%;
}

/* SMC */

.footerlogos a:nth-child(3) img {
  width: 56%;
}


/* Mouseover */

.footerlogos a:hover,
.footerlogos a:focus-visible {
  transform: translateY(-2px);
}

.footerlogos a:hover img,
.footerlogos a:focus-visible img {
  opacity: .85;
}

.footerunten {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  margin-top: 120px;
}

.footerlinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.footerlinks span,
.footerlinks a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-inline: 18px;
  color: #fff;
  font-family: var(--schrift-light);
  font-size: 1rem;
  line-height: 1.6;
  white-space: nowrap;
}

.footerlinks span {
  padding-left: 0;
}

.footerlinks a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 32px;
  content: "";
  background-color: rgb(255 255 255 / 75%);
  transform: translateY(-50%);
}

.footerlinks a:hover,
.footerlinks a:focus-visible {
  color: #e0e3e7;
}

.socialmedia {
  display: flex;
  flex: 0 0 auto;
  align-items: left;
  gap: 1rem;
}

.socialmedia a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  transition: opacity .2s ease, transform .2s ease;
}

.socialmedia a:hover,
.socialmedia a:focus-visible {
  opacity: .7;
  transform: translateY(-2px);
}

.socialmedia img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}


#back-to-top {
  position: fixed;
  right: 5.5%;
  bottom: 12%;
  z-index: 1000;
  display: none;
  width: auto;
  padding: 10px 18px 12px;
  color: #eeede4;
  background: #60646c;
  border-radius: 15%;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out .3s;
}

#back-to-top:hover {
  bottom: 13%;
}


/* Seitenspalte oberhalb des Inhalts bis 960 px */

@media only screen and (max-width: 60em) {
  
  
  .startaktuell {
    padding-block: 120px 70px;
  }
  
  .startaktuell > h2 {
    margin-bottom: 65px;
    font-size: clamp(2rem, 5vw, 2.6rem);
  }
  
  .startteaser {
    gap: 2.5rem;
  }
  
  .startkarte {
    flex-basis: calc((100% - 2.5rem) / 2);
  }
  
  .startkarte img {
    height: 240px;
  }
  
  .subsite {
    flex-direction: column;
    gap: 3.5rem;
    width: calc(100% - 48px);
    padding-block: 150px 110px;
  }

  .seitenspalte {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

 .artikelsuche {
   display: flex;
   flex-direction: row;
   width: min(100%, 620px);
 }
 
 .artikelsuche input {
   flex: 1 1 auto;
   width: auto;
   min-width: 0;
   height: 48px;
 }
 
 .artikelsuche button {
   flex: 0 0 130px;
   min-height: 48px;
   padding: .65rem 1rem;
 }

  /* Horizontal scrollbare Unterseitennavigation bis 960 Pixel */
  
  .themennavigation {
    width: 100%;
    margin-top: 3rem;
    overflow: hidden;
  }
  
  .themennavigation ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: .65rem;
    width: 100%;
    margin: 0;
    padding: .2rem;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    scroll-padding-inline: .2rem;
    scroll-snap-type: inline proximity;
    overscroll-behavior-inline: contain;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .themennavigation ul::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  
  .themennavigation li {
    display: block;
    flex: 0 0 clamp(9rem, 42%, 20rem);
    min-width: 0;
    margin: 0;
    scroll-snap-align: start;
  }
  
  .themennavigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 3rem;
    padding: .65rem .85rem;
    font-size: 1rem;
    line-height: 1.2;
    white-space: nowrap;
  }
  
  .themennavigation a:hover {
    color: #333;
    border-color: #bbb;
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    font-family: var(--schrift-light);
    transform: none;
  }
  
  .themennavigation a.aktiv,
  .themennavigation a.aktiv:hover {
    font-family: var(--schrift-medium);
  }
  
  
  

  .contentboxaktuell > h1 {
    margin-bottom: 2rem;
  }

  .contentboxaktuell > p {
    font-size: 1.2rem;
  }

 .teaser-flex {
   gap: 3rem;
   margin-top: 3rem;
 }
 
 .teaser-card {
   flex-basis: calc((100% - 3rem) / 2);
 }

  .teaser-card img {
    height: 210px;
  }

  .teaser-title {
    font-size: 1.35rem;
  }
  
  .partnerbereich {
    padding-block: 100px 80px;
  }
  
  .partnerbereich > h2 {
    margin-bottom: 60px;
    font-size: clamp(2rem, 5vw, 2.6rem);
  }
  
  .partnerkarten {
    gap: 2.5rem;
  }
  
  .partnerkarte {
    flex-basis: calc((100% - 2.5rem) / 2);
  }
  
  .bohrbereich {
    padding-block: 100px 80px;
  }
  
  .bohrbereich > h2 {
    margin-bottom: 60px;
    font-size: clamp(2rem, 5vw, 2.6rem);
  }
  
  .bohrkarte {
    padding: 22px 22px 0;
    border-radius: 14px;
  }
  
  .bohrbild {
    border-radius: 12px;
  }
  
  .bohrbild img {
    height: clamp(360px, 50vw, 500px);
  }
  
  .bohrkarte > p {
    padding: 50px 35px 55px;
    font-size: 1.3rem;
  }
  
  .footer {
    padding: 75px 32px 40px;
  }
  
  .footeroben {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  
  .zertifikat {
    flex: 0 0 auto;
    width: min(100%, 820px);
    margin-top: 0;
  }
  
  .zertifikat img {
    width: 100%;
  }
  
  
  .contentboxteam > h1 {
    margin-bottom: 3rem;
    font-size: clamp(2rem, 5vw, 2.6rem);
  }
  
  .teamkarten {
    --teamabstand: 2.5rem;
  
    gap: var(--teamabstand);
  }
  
  .teamkarte {
    flex-basis: calc((100% - var(--teamabstand)) / 2);
  }
  
  .teamkarte > img {
    height: clamp(16rem, 34vw, 21rem);
    object-fit: cover;
    object-position: center top;
  }
  
  .teaminhalt {
    padding: 1.75rem 1.5rem 2rem;
  }
  
  .teaminhalt h2 {
    font-size: 1.55rem;
  }
  
  .teamfunktion {
    font-size: 1.05rem;
  }
  
  .teamkontakt {
    margin-top: 1.75rem;
  }
  
  .teamkontakt a,
  .teamkontakt p {
    font-size: 1.05rem;
  }
  
  .themennavigation li.navextra {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    margin-top: 1.5rem;
  }
  
  .themennavigation li.navextra a {
    width: min(100%, 20rem);
  }
  
  
  
  /* Automatisierungstechnik – bis 940 Pixel */
  
  .seitenintro,
  .leistungsbereiche,
  .themenaktuell {
    width: 100%;
  }
  
  .seitenintro {
    margin-bottom: 4rem;
  }
  
  .seitenintro h1 {
    font-size: clamp(2.2rem, 5vw, 2.9rem);
  }

  .seitenintro p.bereichshead {
    font-size: clamp(2.2rem, 5vw, 2.9rem);
  }
  
  .seitenintro p {
    max-width: 58rem;
    font-size: 1.14rem;
  }
  
  .leistungsbereiche {
    gap: 5.5rem;
  }
  
  .leistungsbeitrag h1,
  .leistungsbeitrag h2 {
    margin-bottom: 2.25rem;
    font-size: clamp(1.6rem, 3vw, 2rem);
  }
  
  .beitragsbild {
    margin-bottom: 2.5rem;
  }
  
  .beitragstext {
    max-width: 58rem;
  }
  
  .beitragstext p {
    font-size: 1.06rem;
    line-height: 1.68;
  }
  
  .themenaktuell {
    margin-top: 6rem;
    padding-top: 3.5rem;
  }
  
  .themenaktuell > h2 {
    margin-bottom: 2.5rem;
    font-size: clamp(1.65rem, 3vw, 2.1rem);
  }
  
  .aktuellteaser {
    gap: 1.5rem;
  }
  
  .aktuellinhalt {
    padding: 1.3rem 1.25rem 1.5rem;
  }
  
  .aktuellinhalt h3 {
    font-size: 1.08rem;
  }
  
  
  .footerlogos {
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 30px;
  }
  
  .footerlogos a {
    justify-content: center;
    width: calc((100% - 60px) / 3);
    max-width: 190px;
  }
  
  .footerlogos img {
    height: 76px;
    object-position: center;
  }
  
  .footerunten {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 110px;
  }
  
  .footerlinks {
    justify-content: center;
  }
  
  .footerlinks span,
  .footerlinks a {
    font-size: 1.15rem;
  }
  
  
/* Aktuell – Einzelartikel bis 960 Pixel
  ######################################## */
  
  .aktuellartikel .entry-meta {
    margin: 2rem 0 .5rem;
  }
  
  .aktuellartikel > h2 {
    margin: 1rem 0 .5rem;
    font-size: 1.6rem;
    line-height: 1.35;
  }
  
  .aktuellartikel > .beitragsbild {
    margin-top: 2rem;
  }
  
  .aktuellartikel .beitragstext > .entry-text,
  .aktuellartikel .beitragstext > p {
    font-size: 1.1rem;
    line-height: 1.65;
  }
  
  .aktuellartikel .beitragstext > h3 {
    margin: 1.8rem 0 1.25rem;
    font-size: 1.55rem;
    line-height: 1.4;
  }
  
  .aktuellartikel .beitragstext > ul,
  .aktuellartikel .beitragstext > ol {
    font-size: 1.1rem;
    line-height: 1.65;
  }
  
  .aktuellartikel .beitragstext > figure:has(.praxiskasten) {
    width: 96%;
    margin: 2.25rem 0 2.5rem 2%;
    padding: 1.5rem 1.75rem 1.35rem;
  }
  
  .aktuellartikel .beitragstext > figure:has(.praxiskasten) h3 {
    font-size: 1.3rem;
  }
  
  .aktuellartikel .beitragstext > figure:has(.praxiskasten) ul {
    font-size: 1.05rem;
  }
  
  .aktuellartikel .artikel-update {
    margin-top: 2rem;
  }
  
.zurueck-navigation {
    display: none !important;
  }
  
}


/* Anpassungen bis 800 px */

@media only screen and (max-width: 50em) {
  .header .hc-nav-trigger,
  .header .hc-nav-trigger span {
    width: 50px;
  }

  .header-white .hc-nav-trigger,
  .header-white .hc-nav-trigger span {
    width: 40px;
  }

  .hc-nav-trigger {
    min-height: 10px;
  }

  .hc-nav-trigger:hover {
    filter: invert(100%);
  }

  .header .hc-nav-trigger span,
  .header .hc-nav-trigger span::before,
  .header .hc-nav-trigger span::after {
    height: 5px;
  }

  .header-white .hc-nav-trigger span,
  .header-white .hc-nav-trigger span::before,
  .header-white .hc-nav-trigger span::after {
    height: 4px;
    transition: all .3s ease;
  }

  .hc-offcanvas-nav .nav-item-wrapper {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 0;
  }

  .hc-offcanvas-nav .nav-item-link,
  .hc-offcanvas-nav li.nav-close a,
  .hc-offcanvas-nav .nav-back a {
    padding: .3rem 0 .3rem 30px;
    line-height: 1.35;
    color: #fff;
    font-size: 1.1em;
  }

  .header .logo img {
    width: 150px;
  }

  .header-white .logo img {
    width: 130px;
  }

  .header {
    height: 80px;
  }

  .header-white {
    height: 75px;
  }


  /* Startseite */

  .startseite {
    width: calc(100% - 32px);
    padding-block: 130px 80px;
  }

  .startseite > h1 {
    margin-bottom: 42px;
    font-size: clamp(1.7rem, 8vw, 2.15rem);
    line-height: 1.2;
  }

  .kacheln {
    --abstand: 24px;
    --kachelhoehe: 360px;

    flex-direction: column;
  }

  .kachel,
  .k-service {
    flex: 0 0 auto;
    width: 100%;
    height: var(--kachelhoehe);
    min-height: var(--kachelhoehe);
    border-radius: 14px;
  }

  .kachel > a,
  .k-service > a {
    border-radius: 12px;
  }

  .kachel h2 {
    min-height: 88px;
    padding: 20px;
    font-size: 1.15rem;
  }

  .kacheln::before,
  .kacheln::after {
    display: none;
  }


.startaktuell {
    padding-block: 100px 60px;
  }
  
  .startaktuell > h2 {
    margin-bottom: 50px;
    font-size: clamp(1.8rem, 6vw, 2.25rem);
  }
  
  .startteaser {
    gap: 2rem;
  }
  
  .startkarte {
    flex-basis: calc((100% - 2rem) / 2);
  }
  
  .startkarte img {
    height: 210px;
  }
  
  .startkarteninhalt {
    padding: 1.4rem 1.2rem 1.8rem;
  }
  
  .startkarte h3 {
    font-size: 1.2rem;
  }
  
  
  .partnerbereich {
    padding-block: 90px 70px;
  }
  
  .partnerbereich > h2 {
    margin-bottom: 50px;
    font-size: clamp(1.8rem, 6vw, 2.25rem);
  }
  
  .partnerkarten {
    gap: 2rem;
  }
  
  .partnerkarte {
    flex-basis: calc((100% - 2rem) / 2);
  }
  
  .partnerinhalt {
    padding: 1.5rem 1.25rem 1.8rem;
  }
  
  .partnerkarte h3 {
    margin-bottom: 1.1rem;
    font-size: 1.25rem;
  }
  
  .partnerkarte p {
    font-size: 1rem;
  }
  
  .bohrbereich {
    padding-block: 90px 70px;
  }
  
  .bohrbereich > h2 {
    margin-bottom: 50px;
    font-size: clamp(1.8rem, 6vw, 2.25rem);
  }
  
  .bohrkarte {
    padding: 18px 18px 0;
  }
  
  .bohrbild img {
    height: clamp(300px, 52vw, 420px);
  }
  
  .bohrkarte > p {
    padding: 40px 25px 45px;
    font-size: 1.2rem;
  }

  /* Aktuell */

  .subsite {
    width: calc(100% - 32px);
    padding-block: 125px 100px;
  }

  .contentboxaktuell > h1 {
    margin-bottom: 1.75rem;
    font-size: clamp(1.9rem, 5vw, 2.3rem);
    line-height: 1.2;
  }

  .contentboxaktuell > p {
    font-size: 1.15rem;
    line-height: 1.6;
  }

  .teaser-flex {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  
  .teaser-card {
    flex-basis: calc((100% - 2.5rem) / 2);
  }

  .teaser-card img {
    height: 190px;
  }

  .teaser-meta {
    padding: 1.25rem 1.1rem .5rem;
  }

  .teaser-title {
    padding: 0 1.1rem .5rem;
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .teaser-text {
    padding: 0 1.1rem 1.5rem;
    font-size: 1rem;
  }



.contentboxteam > h1 {
    margin-bottom: 2.5rem;
    font-size: clamp(1.9rem, 5vw, 2.3rem);
    line-height: 1.2;
  }
  
  .teamkarten {
    --teamabstand: 2rem;
  
    gap: var(--teamabstand);
  }
  
  .teamkarte {
    flex-basis: calc((100% - var(--teamabstand)) / 2);
  }
  
  .teamkarte > img {
    height: clamp(14rem, 36vw, 18rem);
  }
  
  .teaminhalt {
    padding: 1.5rem 1.2rem 1.75rem;
  }
  
  .teaminhalt h2 {
    margin-bottom: .5rem;
    font-size: 1.4rem;
  }
  
  .teamfunktion {
    font-size: .95rem;
    letter-spacing: .06em;
  }
  
  .teamkontakt {
    gap: .55rem;
    margin-top: 1.5rem;
  }
  
  .teamkontakt a,
  .teamkontakt p {
    font-size: 1rem;
  }
  
  
  /* Automatisierungstechnik – bis 800 Pixel */
  
  .seitenintro {
    margin-bottom: 3.5rem;
  }
  
  .seitenintro h1 {
    margin-bottom: 1.25rem;
  }

  .seitenintro p.bereichshead {
    margin-bottom: 1.25rem;
  }
  
  .seitenintro p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  
  .leistungsbereiche {
    gap: 4.75rem;
  }
  
  .leistungsbeitrag h1,
  .leistungsbeitrag h2 {
    margin-bottom: 2rem;
    font-size: 1.75rem;
  }
  
  .beitragsbild {
    margin-bottom: 2.25rem;
  }
  
  .beitragsbild figcaption {
    margin-top: .55rem;
    font-size: .82rem;
  }
  
  .beitragstext p {
    margin-bottom: 1.35rem;
    font-size: 1.03rem;
    line-height: 1.65;
  }
  
  .themenaktuell {
    margin-top: 5rem;
    padding-top: 3rem;
  }
  
  .themenaktuell > h2 {
    margin-bottom: 2.25rem;
    font-size: 1.85rem;
  }
  
  .aktuellteaser {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  
  .aktuellkarte {
    flex: 0 1 calc(50% - .75rem);
  }
  
  .aktuellinhalt {
    padding: 1.3rem 1.25rem 1.45rem;
  }
  
  .aktuellinhalt time {
    margin-bottom: .7rem;
    font-size: .85rem;
  }
  
  .aktuellinhalt h3 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  
  .aktuellkarte:hover,
  .aktuellkarte:focus-within {
    transform: none;
    box-shadow: 0 .5rem 1.25rem rgb(48 55 64 / 8%);
  }
  
  
  
  /* Aktuell – Einzelartikel bis 800 Pixel
  ######################################## */
  
  .aktuellseite .automatisierungsinhalt {
    width: 100%;
  }
  
  .aktuellartikel .entry-meta {
    margin: 2rem 0 .5rem;
  }
  
  .aktuellartikel > h2 {
    font-size: 1.5rem;
    line-height: 1.35;
  }
  
  .aktuellartikel > .beitragsbild {
    margin-top: 1.8rem;
  }
  
  .aktuellartikel .beitragstext > .entry-text,
  .aktuellartikel .beitragstext > p {
    font-size: 1.08rem;
    line-height: 1.65;
  }
  
  .aktuellartikel .beitragstext > h3 {
    margin: 1.8rem 0 1.2rem;
    font-size: 1.45rem;
    line-height: 1.4;
  }
  
  .aktuellartikel .beitragstext > ul,
  .aktuellartikel .beitragstext > ol {
    font-size: 1.08rem;
    line-height: 1.65;
  }
  
  .aktuellartikel .beitragstext > figure:has(.praxiskasten) {
    width: 96%;
    margin: 2.25rem 0 2.5rem 2%;
    padding: 1.4rem 1.5rem 1.3rem;
  }
  
  .aktuellartikel .beitragstext > figure:has(.praxiskasten) h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  
  .aktuellartikel .beitragstext > figure:has(.praxiskasten) ul {
    font-size: 1.02rem;
    line-height: 1.6;
  }
  
  .aktuellartikel .artikel-update {
    margin-top: 2rem;
  }

  /* Footer und Zurück-nach-oben */

  .footer {
    min-height: auto;
    padding: 3%;
    font-size: .9em;
    line-height: 1.8;
    letter-spacing: 0;
  }

  #back-to-top {
    right: 5%;
    bottom: 12%;
    padding: 6px 8px 7px;
    border-radius: 5%;
    font-size: 140%;
  }
  
  
  
  .footer {
    padding: 60px 24px 35px;
  }
  
  .footeroben {
    gap: 48px;
  }
  
  .footerlogos {
    gap: 20px;
  }
  
  .footerlogos a {
    width: calc((100% - 40px) / 3);
    min-height: 76px;
  }
  
  .footerlogos img {
    height: 66px;
  }
  
  .footerunten {
    gap: 2rem;
    margin-top: 80px;
  }
  
  .footerlinks span,
  .footerlinks a {
    min-height: 46px;
    padding-inline: 11px;
    font-size: 1rem;
    letter-spacing: 0;
  }
  
  .footerlinks span {
    padding-left: 0;
  }
  
  .footerlinks a::before {
    height: 25px;
  }
  
  .socialmedia {
    gap: 24px;
  }
  
  .socialmedia a,
  .socialmedia img {
    width: 48px;
    height: 48px;
  }
  
}


/* Zusätzliche Anpassungen bis 640 px */

@media only screen and (max-width: 40em) {
  /* Startseite */

  .startseite {
    width: calc(100% - 34px);
    padding-block: 115px 70px;
  }

  .startseite > h1 {
    margin-bottom: 34px;
    font-size: clamp(1.55rem, 7.5vw, 1.9rem);
  }

  .kacheln {
    --abstand: 18px;
    --kachelhoehe: 320px;
  }

  .kachel h2 {
    min-height: 80px;
    padding: 18px 16px;
    font-size: 1.05rem;
  }


 .startaktuell {
    padding-block: 85px 50px;
  }
  
  .startaktuell > h2 {
    margin-bottom: 40px;
    font-size: 1.75rem;
    line-height: 1.2;
  }
  
  .startteaser {
    gap: 1.75rem;
  }
  
  .startkarte {
    flex-basis: 100%;
  }
  
  .startkarte img {
    height: 230px;
  }
  
  .startkarteninhalt {
    padding: 1.3rem 1rem 1.6rem;
  }
  
  .startdatum {
    margin-bottom: .65rem;
    font-size: .82rem;
  }
  
  .startkarte h3 {
    font-size: 1.15rem;
    line-height: 1.35;
  }
  
  
  .partnerbereich {
    padding-block: 80px 60px;
  }
  
  .partnerbereich > h2 {
    margin-bottom: 40px;
    font-size: 1.75rem;
  }
  
  .partnerkarten {
    gap: 1.75rem;
  }
  
  .partnerkarte {
    flex-basis: 100%;
  }
  
  .partnerlogo {
    padding: 1.25rem;
  }
  
  .partnerinhalt {
    padding: 1.4rem 1rem 1.6rem;
  }
  
  .partnerkarte h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  
  .partnerkarte p {
    font-size: 1rem;
    line-height: 1.55;
  }
  
  
  .bohrbereich {
    padding-block: 80px 60px;
  }
  
  .bohrbereich > h2 {
    margin-bottom: 40px;
    font-size: 1.75rem;
    line-height: 1.2;
  }
  
  .bohrkarte {
    padding: 12px 12px 0;
    border-radius: 12px;
  }
  
  .bohrbild {
    border-radius: 10px;
  }
  
  .bohrbild img {
    height: clamp(230px, 58vw, 340px);
  }
  
  .bohrkarte > p {
    padding: 30px 15px 35px;
    font-size: 1.05rem;
    line-height: 1.5;
  }
  

  /* Aktuell */



  
  
  .subsite {
    width: calc(100% - 34px);
    padding-block: 110px 90px;
  }

  .contentboxaktuell > h1 {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .contentboxaktuell > p {
    font-size: 1.1rem;
    line-height: 1.55;
  }

  .teaser-flex {
    gap: 2rem;
    margin-top: 2.25rem;
  }
  
  .teaser-card {
    flex-basis: 100%;
  }

  /* Unterseitennavigation bis 640 Pixel */
  
  .unternehmensteaser {
    gap: 2rem;
  }
  
  .unternehmenskarte {
    flex: 0 0 100%;
    width: 100%;
  }
  
  /* Unternehmen – Typografie bis 640 Pixel */
  
  .unternehmenintro {
    margin-bottom: 3rem;
  }
  
  .unternehmenintro h1 {
    margin-bottom: 1.25rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  
  .unternehmenintro p {
    font-size: 1.05rem;
    line-height: 1.6;
  }
  
  .unternehmensseite .seitenintro h1 {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .unternehmensseite .seitenintro p.bereichshead {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  
  .themennavigation ul {
    gap: .65rem;
    padding: .2rem;
  }
  
  .themennavigation li {
    flex: 0 0 65%;
    min-width: 0;
  }
  
  .themennavigation a {
    width: 100%;
    min-width: 0;
    min-height: 3rem;
    padding: .65rem 1.4rem;
    font-size: .92rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .teaser-card img {
    height: 210px;
  }

  .teaser-meta {
    padding: 1.1rem 1rem .45rem;
    font-size: .82rem;
  }

  .teaser-title {
    font-family: var(--schrift-medium);
    padding: 0 1rem .45rem;
    font-size: 1.1rem;
  }

 .teaser-text {
   padding: 0 1rem 1.8rem;
   font-size: .95rem;
 }
 
 /* Abstand zwischen Suche und Themennavigation */
 
 .seitenspalte .artikelsuche {
   margin-bottom: 0;
 }
 
 .seitenspalte .themennavigation {
   margin-top: 2.6rem;
 }
 
 .artikelsuche {
   width: 100%;
 }
 
 .artikelsuche input {
   height: 46px;
 }
 
 .artikelsuche button {
   flex-basis: 105px;
   min-height: 46px;
   padding-inline: .65rem;
   font-size: .95rem;
 }
 
 .footer {
   padding: 45px 16px 30px;
 }
 
 .footeroben {
   gap: 38px;
 }
 
 .zertifikat {
   width: 100%;
 }
 
 
 
 .contentboxteam > h1 {
   margin-bottom: 2.25rem;
   font-size: 1.75rem;
   line-height: 1.2;
 }
 
 .teamkarten {
   --teamabstand: 1.75rem;
 
   gap: var(--teamabstand);
 }
 
 .teamkarte {
   flex-basis: 100%;
 }
 
 .teamkarte > img {
   height: clamp(27rem, 78vw, 32rem);
   object-fit: cover;
   object-position: center top;
 }
 
 .teaminhalt {
   padding: 1.4rem 1rem 1.6rem;
 }
 
 .teaminhalt h2 {
   margin-bottom: .45rem;
   font-size: 1.35rem;
 }
 
 .teamfunktion {
   font-size: .9rem;
   line-height: 1.4;
   letter-spacing: .05em;
 }
 
 .teamkontakt {
   gap: .5rem;
   margin-top: 1.3rem;
 }
 
 .teamkontakt a,
 .teamkontakt p {
   font-size: .95rem;
   line-height: 1.45;
 }
 
 .themennavigation li.navextra {
   flex-basis: 100%;
   margin-top: 1rem;
 }
 
 .themennavigation li.navextra a {
   width: min(100%, 18rem);
 }
 
 
 /* Automatisierungstechnik – bis 640 Pixel */
 
 .seitenintro {
   margin-bottom: 3rem;
 }
 
 .seitenintro h1 {
   margin-bottom: 1rem;
   font-size: 2rem;
   line-height: 1.15;
 }

 .seitenintro p.bereichshead {
   margin-bottom: 1rem;
 }
 
 .seitenintro p {
   font-size: 1.05rem;
   line-height: 1.58;
 }
 
 .leistungsbereiche {
   gap: 4rem;
 }
 
 .leistungsbeitrag h1,
 .leistungsbeitrag h2 {
   margin-bottom: 1.5rem;
   font-size: 1.55rem;
   line-height: 1.3;
 }
 
 .beitragsbild {
   margin-bottom: 2rem;
 }
 
 .beitragsbild img {
   width: 100%;
   height: auto;
 }
 
 .beitragsbild figcaption {
   margin-top: .5rem;
   font-size: .8rem;
 }
 
 .beitragstext p {
   margin-bottom: 1.25rem;
   font-size: 1rem;
   line-height: 1.62;
 }
 
 .themenaktuell {
   margin-top: 4.5rem;
   padding-top: 2.5rem;
 }
 
 .themenaktuell > h2 {
   margin-bottom: 1.75rem;
   font-size: 1.5rem;
   line-height: 1.3;
 }
 
 .aktuellteaser {
   display: block;
   width: 100%;
 }
 
 .aktuellkarte {
   flex: none;
   width: 100%;
   max-width: none;
   margin-bottom: 1.5rem;
 }
 
 .aktuellkarte:last-child {
   margin-bottom: 0;
 }
 
 .aktuellbild {
   aspect-ratio: 4 / 3;
 }
 
 .aktuellinhalt {
   padding: 1.25rem 1.2rem 1.4rem;
 }
 
 .aktuellinhalt time {
   margin-bottom: .65rem;
   font-size: .83rem;
 }
 
 .aktuellinhalt h3 {
   font-size: 1.12rem;
   line-height: 1.4;
 }
 
 
 /* Aktuell – Einzelartikel bis 640 Pixel
 ######################################## */
 
 .aktuellseite .seitenintro h1 {
   text-align: left;
 }
 
 .aktuellseite .seitenintro p {
   text-align: left;
 }
 
 .aktuellartikel .entry-meta {
   margin: 1.75rem 0 .5rem;
   font-size: .9rem;
   letter-spacing: .08em;
 }
 
 .aktuellartikel > h2 {
   margin: .75rem 0 .5rem;
   font-size: 1.35rem;
   line-height: 1.4;
 }
 
 .aktuellartikel > .beitragsbild {
   margin: 1.75rem 0 0;
 }
 
 .aktuellartikel > .beitragsbild figcaption {
   margin-top: .4rem;
   font-size: .8rem;
 }
 
 .aktuellartikel .beitragstext > .entry-text {
   margin-top: 1.5rem;
   font-size: 1.05rem;
   line-height: 1.6;
 }
 
 .aktuellartikel .beitragstext > p {
   font-size: 1.05rem;
   line-height: 1.6;
   padding-bottom: 4%;
 }
 
 .aktuellartikel .beitragstext > h3 {
   margin: 1.75rem 0 1rem;
   font-size: 1.3rem;
   line-height: 1.4;
 }
 
 .aktuellartikel .beitragstext > ul,
 .aktuellartikel .beitragstext > ol {
   margin: 0 0 4% 1.25rem;
   font-size: 1.05rem;
   line-height: 1.6;
 }
 
 .aktuellartikel .beitragstext > ul li,
 .aktuellartikel .beitragstext > ol li {
   line-height: 1.6;
 }
 
 .aktuellartikel .beitragstext > figure:has(.praxiskasten) {
   width: 100%;
   margin: 2rem 0 2.25rem;
   padding: 1.3rem 1.25rem 1.2rem;
   border-left-width: 5px;
   border-radius: 0 10px 10px 0;
 }
 
 .aktuellartikel .beitragstext > figure:has(.praxiskasten) h3 {
   margin-bottom: .9rem;
   font-size: 1.2rem;
   line-height: 1.4;
 }
 
 .aktuellartikel .beitragstext > figure:has(.praxiskasten) ul {
   margin-left: 1rem;
   font-size: 1rem;
   line-height: 1.55;
 }
 
 .aktuellartikel .beitragstext > figure:has(.praxiskasten) li {
   line-height: 1.55;
 }
 
 .aktuellartikel .artikel-update {
   margin-top: 1.75rem;
   font-size: .85rem;
 }
 
 .aktuellartikel .artikel-update small {
   font-size: .85rem;
 }
 
 
 /* Artikeltexte bis 640 Pixel */
 
 .aktuellartikel .beitragstext > .entry-text,
 .aktuellartikel .beitragstext > p {
   font-size: .98rem;
   line-height: 1.6;
 }
 
 .aktuellartikel .beitragstext > ul,
 .aktuellartikel .beitragstext > ol {
   margin-left: 1.15rem;
   font-size: .95rem;
   line-height: 1.6;
 }
 
 .aktuellartikel .beitragstext li {
   line-height: 1.6;
 }
 
 
 .footerlogos {
   align-items: center;
   width: min(82%, 22rem);
   margin-inline: auto;
   gap: clamp(1.5rem, 7vw, 2.25rem);
 }
 
 .footerlogos a {
   justify-content: center;
   width: 100%;
 }
 
 .footerlogos img {
   object-position: center;
 }
 
 .footerlogos a:nth-child(1) img {
   width: 68%;
 }
 
 .footerlogos a:nth-child(2) img {
   width: 100%;
 }
 
 .footerlogos a:nth-child(3) img {
   width: 74%;
 }
 
 .footerunten {
   gap: 1.75rem;
   margin-top: 60px;
 }
 
 .footerlinks {
   justify-content: center;
   row-gap: 10px;
 }
 
 .footerlinks span,
 .footerlinks a {
   min-height: 34px;
   padding-inline: 9px;
   font-size: .95rem;
   line-height: 1.4;
   white-space: normal;
 }
 
 .footerlinks span {
   justify-content: center;
   width: 100%;
   padding: 0 0 8px;
 }
 
 .footerlinks a::before {
   height: 21px;
 }
 
 .footerlinks a:first-of-type::before {
   display: none;
 }
 
 .socialmedia {
   gap: 20px;
 }
 
 .socialmedia a,
 .socialmedia img {
   width: 44px;
   height: 44px;
 }
 
}


