/*
 * 11.08.2026: 19 tote Selektoren entfernt, gemessen ueber alle 98 Seiten.
 * News-Block (Extension ausgebaut), #TestimonialCarousel samt allem darunter,
 * .logo, #page-28 .flyout-menu-search.
 *
 * .logo/.nav_white .logo waren schon vor diesem Aufraeumen tot: lib.mainlogo
 * setzt id="logo", keine Klasse - ein Klassen- gegen Id-Selektor-Fehler aus
 * einer frueheren Fassung, keine Folge dieses Commits.
 *
 * Zwei Funde am 31.08.2026 nachgetragen, weil faelschlich mit in der obigen
 * Liste: Beide Felder existieren als Content-Block-Optionen und rendern nur
 * dann, wenn eine Redaktion sie tatsaechlich benutzt - an dem Stichtag tat
 * das keine der 98 gemessenen Seiten.
 *
 *   .messehinweis/.messerow - Feld tx_mask_slidermessehinweis im
 *   videoslider-startseite-Content-Block. Am 31.08.2026 aus www.ewikon.com
 *   nachgezogen, dort steht der Fakuma-Hinweis.
 *
 *   .number - Feld tx_mask_text_element im mediatextbuttonlist-Content-Block.
 *   Einzige Verwendung stand auf der versteckten Referenzseite
 *   /inhaltselemente (uid 69, hidden=1) und fiel deshalb ebenfalls durch die
 *   98-Seiten-Messung. Am 31.08.2026 wiederhergestellt.
 *
 * #page-28 hat nie gegriffen: <body> traegt gar keine Kennung. Wer die
 * Suchseite besonders behandeln will, muss die erst setzen.
 *
 * Bei den vier .frame-space-*-Regeln blieb die lebende Haelfte stehen —
 * section.less-space-before und Geschwister kommen im HTML der
 * Content-Block-Elemente vor. Die .frame-space-*-Schreibweise des Kerns kam
 * damals ebenfalls nicht vor, allerdings aus einem anderen Grund als bei
 * .messehinweis/.number: der TSconfig-Wert heisst "less-space"/"more-space",
 * nicht "less"/"more" - .frame-space-before-less konnte darum nie treffen,
 * auch nicht vor diesem Commit. Am 31.08.2026 mit dem richtigen Namen
 * (.frame-space-before-less-space usw.) ergaenzt, fuer klassische
 * tt_content-Typen wie text/textpic; die Content-Block-Typen liefen schon
 * ueber section.less-space-before.
 */

@font-face {
  font-family: 'usuzi';
  font-style: normal;
  src: url('../fonts/usuziv2.ttf');
}

@font-face {
  font-family: 'usuzi';
  font-style: italic;
  src: url('../fonts/usuziv2i.ttf');
}

/* -----------------------Neustart----------------------------------- */
body {
  font-weight: 300;
  padding: 80px 0 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden !important;
  font-size: 14px;
  letter-spacing: 0.075em;
  color: #333333
}

/********** Typografie **********/

h1,
h2,
h3,
h4 {
  margin: 0px;
  font-weight: 700;
}

h1 {
  font-size: 2.5em;
  line-height: 1.5;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2rem;
}

.more-text {
  color: #a80532;
  font-family: 'usuzi';
  font-style: italic;
  font-size: 1.5em;
  font-weight: 300;
  margin-inline-end: 10px;
}

.custom-headline>h2 {
  margin-bottom: 10px;
  color: #797979;
  font-weight: 500;
  font-size: 1.5rem;
  hyphens: auto;
  line-height: 1.5;
}

/***********************   Navbar  ***********************/

nav {
  width: 100%;
  padding: 0em;
  background-color: #fff;
  position: fixed;
  top: 0px;
  z-index: 999;
  transition: 0.4s;
  display: table;
  padding-left: 100px;
  padding-right: 100px;
  /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); */
  border-bottom: 1px solid #f0f0f0;
}

.navbar {
  position: fixed !important;
  padding: 0 !important;
}

nav:after {
  content: "";
  width: 60%;
  display: block;
  height: 2px;
  opacity: 0;
  position: absolute;
  left: 10%;
  bottom: -2px;
  transition: 0.8s ease-in-out;
}


.navigation-desktop {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
}

.navigation-desktop ul {
  list-style: none;
  margin: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
  padding: 0px;
  /* padding-bottom: 0px; */
}

.navigation-desktop ul li {
  display: inline-block;
  margin: 0px;
  margin-left: -2px;
  margin-right: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  padding: 15px 10px;
  position: relative;
}

.navigation-desktop ul li.has-children i {
  margin-left: 2px;
}

.navigation-desktop ul li li {
  text-transform: none;
}

.navigation-desktop ul li a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s ease-in-out;
  /* padding: 15px; */
}

.navigation-desktop ul li.active {
  position: relative;
}

/*
 * Volle Unterkante wie ursprünglich, unverändert scharfkantig. Zusätzlich
 * für .active: bisher stand dort nur `position: relative` ohne jede
 * sichtbare Wirkung, die aktuelle Seite war im Menü nicht zu erkennen.
 */
.navigation-desktop ul li:hover,
.navigation-desktop ul li.active {
  border-bottom: 2px solid #a80532;
  padding-bottom: 13px;
}

.navigation-desktop ul li .dropdown {

  /*
   * 200% des jeweiligen Menuepunkts war die Breite - bei kurzen Wortern wie
   * "Service" reichte das nicht fuer lange Untereintraege (z. B.
   * "Nadelverschluss-Seitenanspritzung" unter "Produkte", 219px Text in nur
   * 199px verfuegbarem Platz). max-content richtet die Breite stattdessen
   * am laengsten Eintrag aus; min-width haelt kurze Dropdowns (z. B.
   * "Service", 3 Eintraege) auf der bisherigen Mindestbreite, max-width
   * verhindert ein ausuferndes Flyout bei einem kuenftigen sehr langen
   * Eintrag - dort wird wieder umgebrochen, aber erst deutlich spaeter.
   */
  width: max-content;
  min-width: 200%;
  max-width: 320px;
  transform-origin: top;
  transform: scaleY(0);
  top: 51px;
  display: block;
  position: absolute;
  background-color: white;
  left: 0px;
  transition: 0.2s ease-in-out;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.navigation-desktop ul li:hover .dropdown {
  width: max-content;
  min-width: 200%;
  max-width: 320px;
  height: auto;
  transform-origin: top;
  transform: scaleY(1);
  position: absolute;
  display: block;

  background-color: white;
  left: 0px;
  transition: 0.2s ease-in-out;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

.navigation-desktop ul li .dropdown li {
  display: block;
  padding: 6px;
  border-bottom: 2px solid #f5f5f5;
  margin: 0px;
  background-color: #fff;
  color: #000;
  transition: 0.4s ease-in-out;
}

.dropdown li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
  transition: 0s !important;
}

.dropdown li a:hover {
  transition: 0s !important;
}

.navigation-desktop .dropdown ul {
  margin-top: unset;
  padding: 15px;
}

.navigation-desktop ul li .dropdown li:hover {
  border-bottom: 2px solid #a80532;
  transition: 0.4s ease-in-out;
}

.navigation-desktop ul li .dropdown li::after {
  display: none;
}

.navigation-desktop ul li .dropdown li:hover::after {
  display: none;
}

/****** MOBILE MENU *********/


.navigation {
  display: none;
  margin-top: 35px;
  margin-bottom: 20px;
  margin-right: 20px;
}

#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #333333;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
  background 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0),
  opacity 0.55s ease;
}


#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, 0px);
  background-color: #333333;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
  background-color: #333333;
}


#menuToggle>ul {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 80px;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  transform: translateY(-550px);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  transition: 0.4s;
  z-index: 1;
  padding-left: 22px;
  padding-bottom: 5px;
  /* border-top: 2px solid #1f3984; */
}

#menuToggle ul li::before {
  content: none;
}

#menuToggle ul li {
  padding: 10px 0;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  transition: 0.4s;
  position: relative;
}

#menuToggle ul li li {
  text-transform: none;
}

#menuToggle ul li:before {
  opacity: 0;
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  left: 45%;
  top: 0px;
  transition: 0.5s ease-in-out;
  z-index: -1;
}

#menuToggle ul li:hover:before {
  opacity: 1;
  left: 0%;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
}

#menuToggle ul li:hover {
  transition-delay: 0.4s;
  transition: 0.4s;
  border-bottom: 2px solid #a80532;
}

#menuToggle ul li:hover a {}

#menuToggle ul a {
  font-style: normal;
  transition: 0.4s;
  color: #000;
}

#menuToggle ul a:hover {
  text-decoration: none;
}

#menuToggle input:checked~ul {
  opacity: 1;
  transition: 0.4s;
  transform: translateY(0px);
}

.navigation {
  right: 15px;
  top: 15px;
}

.has-children {
  position: relative;
}

.has-children .mobile-dropdown-icon {
  text-align: center;
  padding-left: 8px;
  padding-bottom: 4px;
  padding-top: 7px;
  padding-right: 5.5px;
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.5s ease-in-out;
  z-index: 999;
  cursor: pointer;
}

/* .has-children:hover .mobile-dropdown-icon {
  text-align: center;
  padding-left: 8px;
  padding-bottom: 4px;
  padding-top: 7px;
  padding-right: 5.5px;
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.5s ease-in-out;
} */

#menuToggle .has-children .mobile-dropdown {
  transform: scaleY(0);
  padding: 0px;
  position: absolute;
  background-color: #fff;
  margin-top: 11px;

}

#menuToggle .has-children .mobile-dropdown {
  padding-left: unset;
}

#menuToggle .has-children .mobile-dropdown.show {
  width: 100%;
  height: auto;
  transform-origin: top;
  transform: translateY(0px);
  position: relative;
  background-color: #f5f5f5;
  padding: 15px;
  transition: 0.2s ease-in-out;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

#menuToggle ul li .mobile-dropdown li a {
  text-transform: none;
  font-weight: 500;
  margin: 12px;
  padding: 6px;
  margin: 0;
  display: block;
}

#menuToggle ul li:hover .mobile-dropdown li a {}

#menuToggle ul li .mobile-dropdown li {
  list-style: none;
  padding: 0;
}

#menuToggle ul li:hover .mobile-dropdown li:hover {}

#menuToggle ul li:hover .mobile-dropdown li:hover a {}

/***********************   Sprachen  ***********************/

/*
 * Kleine Karte statt frei schwebender Links: heller Hintergrund, dezenter
 * Schatten, abgerundet - passend zur Kartensprache der Seite
 * (.card-content, .divider:has(h4)), nur deutlich kleiner. Trennstriche
 * zwischen den Sprachen statt der bisherigen reinen Abstands-margin, und die
 * aktive Sprache ist jetzt sichtbar (vorher keinerlei Unterschied zu den
 * anderen).
 */
ul.language-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 9px 18px;
  background-color: #fff;
  /* nur die freie Ecke rundet - oben und rechts sitzt sie an der Kante */
  border-radius: 0 0 0 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

ul.language-menu li {
  position: relative;
  margin: 0;
  list-style: none;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
}

ul.language-menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1px;
  right: -6px;
  width: 1px;
  height: 9px;
  background-color: #ddd;
}

ul.language-menu li a {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
  transition: color 0.2s ease;
}

ul.language-menu li a:hover {
  color: #9d0826;
}

ul.language-menu li.active a {
  color: #9d0826;
}

ul.language-menu li.text-muted {
  color: #ccc;
}

/***********************   Header  ***********************/

.breadcrumb p {
  color: #7b7b7b;
  font-size: 12px;
}

#page-header {
  background-color: #f5f5f5;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}

#page-header .container {
  padding-top: 30px;
  padding-bottom: 10px;
}

#page-header .section-title h1 {
  margin-bottom: 10px;
  hyphens: auto;
}

.section-border {
  margin-bottom: 30px;
  width: 50px;
  height: 3px;
  display: block;
  background-color: #a80532;
  border-radius: 2px;
}

.high-performance {
  overflow: overlay;
  background-color: #a80532;
  min-height: 30px;
  /* border-top: 3px solid #fff; */

}

/***********************   Side Icons  ***********************/

.flyout-button {
  background-color: #004a49;
  color: white;
  padding: 9px 11px 9px 13px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.flyout-button:hover,
.flyout-button:focus {
  background-color: #a80532;
}

/* .flyout-menu-search {
position: relative;
display: inline-block;
} */

.flyout-menu-search {
  position: fixed;
  display: inline-block;
  top: 200px;
  right: 0px;
  z-index: 13;
}

.flyout-menu-phone {
  position: fixed;
  display: inline-block;
  top: 100px;
  right: 0px;
  z-index: 11;
}

.flyout-menu-email {
  position: fixed;
  display: inline-block;
  top: 150px;
  right: 0px;
  z-index: 12;
}

.flyout-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 330px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
  top: 0;
  height: 48px;
  padding: 0 48px 0 28px;
}

.flyout-content a {
  color: black;
  text-decoration: none;
  color: #333333;
  /* display: block;
  padding: 12px 16px; */
}

.flyout-content a:hover {
  color: #333333;
}

.flyout-menu-search a:hover {
  background-color: #ddd;
}

.show {
  display: block;
  animation-duration: 3s;
  animation-name: slidein;
  animation-iteration-count: infinite;
}

.tx-indexedsearch-searchbox .contact-form {
  display: flex;
}

.flyout-menu-search #tx-indexedsearch-searchbox-button-submit {
  padding: 3px 10px;
  margin: 10px 0 0 0;
  background-color: #999999;
  border-radius: 6px;
  border: 0;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.flyout-menu-search #tx-indexedsearch-searchbox-button-submit:hover {
  background-color: #a80532;
}

.flyout-menu-search .tx-indexedsearch-searchbox .contact-form input[type="text"],
.flyout-menu-search .tx-indexedsearch-searchbox .contact-form input[type="email"] {
  margin: 10px 10px 0 0;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 3px 9px;
  width: 100%;
  max-width: 150px;
  float: left;
}

.flyout-menu-search .tx-indexedsearch-searchbox label {
  float: left;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 10px;
  margin: 7px 0 0 0;
}

.flyout-content-text {
  line-height: 34px;
  text-transform: uppercase;
  font-size: 10px;
  margin: 7px 0 0 0;
}

#myFlyoutEmail .flyout-content-text {
  text-transform: none;
}

.flyout-content-text strong {
  font-size: 14px;
}

/***********************   Sections  ***********************/

section,
.frame-default {
  padding: 50px 0px;
}

section.no-space-before,
.frame-space-before-no-space {
  padding-top: 0px;
}

section.no-space-after,
.frame-space-after-no-space {
  padding-bottom: 0px;
}

section.less-space-before,
.frame-space-before-less-space {
  padding-top: 25px;
}

section.less-space-after,
.frame-space-after-less-space {
  padding-bottom: 25px;
}

section.more-space-before,
.frame-space-before-more-space {
  padding-top: 75px;
}

section.more-space-after,
.frame-space-after-more-space {
  padding-bottom: 75px;
}

section.layout-grey {
  background-color: #f5f5f5;
}

.section-title {
  margin: 0 0 10px 0;
}

.list-col {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px !important;
}

.list-col .border-bottom {
  height: 100%;
  padding-bottom: 10px;
}

.list-col figure {
  padding: 0 15px;
  /* margin: 0px; */
}

.list-col .btn {
  margin-bottom: 0px;
}

/***********************   Media  ***********************/

.banner-image {
  height: auto;
  float: right;
  margin: 8px 0;
  max-width: 400px;
  width: 100%;
}

.image-embed-item {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/*
 * Optische Auffrischung 18.08.2026: abgerundete Ecken und weicher Schatten
 * statt hartem 2px-Rahmen. Für Bilder im Fließtext (.image-border) bleibt
 * das eine reine Bildregel; .card-image bekommt seinen Schatten stattdessen
 * über die ganze Karte (.card-content), siehe „Info Karten" unten — sonst
 * rahmte es sich doppelt.
 */
.image-border .image-embed-item {
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

/*
 * border-radius nicht am iframe selbst: direkt am Video-iframe gerundet
 * rendert Chromium die YouTube-Vorschau spuerbar unschaerfer, vermutlich
 * weicht der Compositor dafuer auf einen langsameren Pfad aus. Die
 * Rundung liegt deshalb am Wrapper, der das iframe nur zuschneidet.
 */
.video-embed {
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.video-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*
 * YouTube, cookie-gesperrt: Vorschaubild und iframe liegen deckungsgleich
 * übereinander, das iframe unsichtbar und ohne Klicks, bis dp_cookieconsent
 * es nach der Zustimmung mit der Klasse dp--loaded aufdeckt (siehe
 * main.js, executeIframe). Kein Layoutsprung dabei, beide liegen schon an
 * derselben Stelle.
 */
.video-embed-consent {
  position: relative;
  aspect-ratio: 16/9;
}

.video-embed-consent img,
.video-embed-consent iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.video-embed-consent iframe {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.video-embed-consent iframe.dp--loaded {
  opacity: 1;
  pointer-events: auto;
}

.parallax {
  height: 30rem;
  background-size: cover;
  background-attachment: fixed;
  background-position-y: 50px;
}

/***********************   Slider  ***********************/

#home-carousel .carousel-inner {
  height: 650px;
}

.messehinweis {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: auto;
  background-color: #fff;
  z-index: 5;
  margin: 60px;
  opacity: 0.85;
  font-size: 11px;
}

.messehinweis p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  /* Zeilenhoehe bewusst nicht gesetzt: erbt 21px von body (1.5 * 14px).
     www.ewikon.com hat hier "line-hight" stehen, ein Tippfehler ohne
     Wirkung - eine gueltige Deklaration wuerde daher vom Original abweichen. */
}

.messehinweis figure {
  /* Bootstrap 5 setzt figure { margin: 0 0 1rem } (Reboot). Auf
     www.ewikon.com bleibt figure selbst ohne Rand. */
  margin: 0;
}

.messehinweis .ce-gallery {
  /* Der eigentliche Abstand zwischen Bild und Text auf www.ewikon.com sitzt
     hier, nicht an figure - dort betraegt er 10px margin-bottom. */
  margin-bottom: 10px;
}

.messerow {
  padding: 15px 0;
}

/*
 * www.ewikon.com steht noch auf Bootstrap 3: dort traegt .col-sm-12 seinen
 * Seitenabstand immer, unabhaengig vom Elternelement. Bootstrap 5 vergibt ihn
 * nur noch ueber .row > * - und .messerow heisst nicht .row. Ohne diese Regel
 * sitzen Bild und Text am 31.08.2026 flach an der Kastenkante, seitlich ohne
 * jeden Abstand.
 */
.messerow .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.btn-readmore {
  background-color: #a80532;
  border-radius: 6px;
  border: 0;
  color: #fff;
  padding: 8px 14px;
  margin-top: 20px;
  transition: all 0.2 ease-in-out;
}

.btn-readmore:hover {
  text-decoration: none;
  background-color: #fff;
  color: #a80532;
}

/***********************   Info Karten  ***********************/

.card-content {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  border-bottom: 2px solid #9d0826;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.card-image {
  position: relative;
  overflow: hidden;
}

.card-image figure {
  margin-bottom: 0px;
}

.card-image .image-embed-item {
  transition: transform 0.4s ease;
}

.card-content:hover .card-image .image-embed-item {
  transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
  .card-content,
  .card-content:hover,
  .card-image .image-embed-item,
  .card-content:hover .card-image .image-embed-item {
    transition: none;
    transform: none;
  }
}

.link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(168, 5, 50, 0.8);
  color: white;
  left: 0;
  top: 0;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  transform: scale(0.5);
}

.card-content:hover .link-overlay {
  opacity: 1;
  transform: scale(1);
}

.link-overlay a {
  position: static;
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 42% 0 80% 0;
}

.link-overlay a:hover {
  color: #fff;
}

.col-sm-4 .link-overlay a {
  position: static;
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 24% 0 50% 0;
}

.card-info {
  /*
   * .card-content ist jetzt ein Flex-Container (fuer gleich hohe Karten in
   * einer Reihe, ueber Bootstraps .row-Streckung + h-100). .card-info nimmt
   * den restlichen Platz und zentriert seinen Inhalt darin senkrecht - sonst
   * haeuft sich bei unterschiedlich langen Texten (z. B. Kontaktkarten mit
   * mal nur Telefon, mal Telefon+Mobil+Mail) der ganze Leerraum als ein
   * grosser Klotz unten an.
   */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.card-info h4 {
  margin-bottom: 6px;
}

/***********************  Scroll-up   ***********************/

.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 1.8em;
  right: 1.8em;
}

.scroll-up ul {
  margin: 0;
  padding: 0;
}

.scroll-up li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.scroll-up a {
  background-color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 38px;
  box-shadow: 0px 0px 6px #ccc;
}

/***********************  News   ***********************/

[itemprop="description"] {
  margin-bottom: 15px;
}

/*********************** Bulletpoints   ***********************/

.bullet-points ol {
  list-style: none;
  counter-reset: item;
  padding: unset;
}

.bullet-points ol li {
  counter-increment: item;
  display: flex;
}

.bullet-points ol li:before {
  margin-right: 15px;
  content: counter(item);
  background: #9d0826;
  border-radius: 100%;
  color: white;
  height: 26px;
  text-align: center;
  display: inline-block;
  padding: 3px 8px 2px 9px;
  font-weight: bold;
}

.bullet-points ul {
  list-style: none;
  padding: unset;
}

.bullet-points ul li {
  display: flex;
}

.bullet-points ul li:before {
  margin-right: 15px;
  content: '+';
  font-weight: bold;
  font-size: 14px;
  background: #9d0826;
  border-radius: 100%;
  color: white;
  height: 26px;
  text-align: center;
  display: inline-block;
  padding-top: 3px;
  padding-left: 1px;
  min-width: 26px;
  max-width: 26px;
}

.bullet-points li {
  margin-bottom: 10px !important;
}

.bullet-points li div {
  margin-bottom: 10px;
}

.bullet-points li p {
  margin: unset;
}

.text ul,
#c323 ul,
#c530 ul,
#c803 ul{
  padding-left: unset;
}

.text ul li,
#c323 ul li,
#c530 ul li,
#c803 ul li{
  padding-left: 26px;
  list-style: none;
  background-image: url("/fileadmin/Resources/Public/Media/chevron-circle-right-solid.png");
  background-repeat: no-repeat;
  background-position: left 3px;
  margin-bottom: 8px;
}

/*********************** Text-Carousel   ***********************/

.text-carousel h3 {
  margin-bottom: 30px;
}

.text-carousel p {
  margin-bottom: 30px;
}

.text-carousel-inner-left {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10%;
}

.text-carousel-inner-right image-embed-item {
  height: 100%;
  width: auto;
}

/*********************** media-link-list   ***********************/

.media-link-list figure {
  margin-bottom: 0px;
}

.media-link-list hr {
  margin: 30px 0px;
}

.media-link-list .image-embed-item {
  box-shadow: 2px 2px 6px #c6c6c6;
}

.media-link-list h5 {
  font-weight: 700;
}

.media-link-list .link-button {
  padding: 3px 12px 3px 0;
}

/***********************   FOOTER  ***********************/

#footer {
  background-color: #999;
  padding-top: 40px;
  padding-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
}

#footer .row {
  margin: 0;
}

#footer a {
  color: white;
}

#footer a:hover {
  text-decoration: none;
}

.links {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
}

.links li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.links li:last-child {
  border: none;
}

.footer-social-icons a {
  margin: 0 5px;
  font-size: 20px;
}

/***********************   Nummerierte Liste  ***********************/

.number {
  background-color: #9d0826;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 0 0 2px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  float: left;
  margin-right: 15px;
}

/***********************   BLOCKQUOTE  ***********************/
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/***********************   BOOTSTRAP OVERRIDES  ***********************/
.link-button {
  position: relative;
  display: inline-block;
}

.link-list>.link-button {
  display: block;
}

.btn-info,
.accordion-button {
  background-color: #999999 !important;
  color: white;
  /* border-radius: 0 !important; */
  border: none !important;
  padding: 8px 14px;
  margin: 0 0 12px;
  white-space: nowrap;
  font-size: 0.9rem;
}

.btn-info i {
  font-size: 1rem;
}

.accordion-button {
  margin: 0 0 4px;
}

.btn-info:hover,
.btn-info:focus,
.accordion-button:hover,
.accordion-button:focus {
  background-color: #a80532 !important;
  text-decoration: none !important;
  color: white;
  margin: 0 0 12px;
}

.accordion-button:hover,
.accordion-button:focus {
  margin: 0 0 4px;
}

.accordion-button:focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.1rem black;
}

.accordion-button:not(.collapsed) {
  background-color: #a80532 !important;
  color: white !important;
  border: none !important;
  font-weight: bold !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button,
.accordion-button:hover {
  padding: 14px 24px;
}

.accordion-button:hover {
  font-weight: bold !important;
}

.accordion-item {
  border: none !important;
}

.accordion-button::after {
  background-image: none !important;
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  content: "\f13a";
  text-align: center;
  transition: transform .2s ease-in-out;
  font-size: 1.1rem;
}

a {
  color: #9d0826;
  text-decoration: none;
}

a:hover {
  color: #9d0826;
  text-decoration: underline;
}

.solid {
  border-top: 1px solid #333;
  margin-bottom: 1rem;
}

strong {
  font-weight: bold;
}

/* BOOTSTRAP OVERRIDES END*/

/* Bulletpoints */
.bullet-points>ul>li,
.bullet-points>ol>li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2px;
}


@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1400px) {}

@media only screen and (max-width:1200px) {

  .navigation-desktop ul li {
    padding: 15px 7px;
  }

#page-header {
  background-size: 70% auto;
}
}

@media only screen and (max-width:1080px) {
  .navigation-desktop {
    display: none;
  }

.navigation {
  display: block;
  top: 31px;
  right: 30px;
  transition: 0.4s;
}

/*
 * Die Sprachauswahl sitzt fest oben rechts (top: 14px), im Desktop-Menue
 * neben Logo und Navigation genug Platz. Unter 1080px stehen dort aber Logo
 * und Hamburger-Button dicht beieinander - die volle Kartenoptik (weisser
 * Hintergrund, Schatten) wuerde beides ueberdecken. Deshalb hier unter die
 * Kopfzeile (80px hoch) verschoben, wo sie ueber den Seiteninhalt schwebt -
 * dasselbe Prinzip wie die .messehinweis-Box.
 */
ul.language-menu {
  top: 88px;
}

.messehinweis {
  margin: 30px;
}
}

@media only screen and (max-width:992px) {
  #page-header {
    background-size: auto 100%;
  }
}

@media only screen and (max-width:787px) {

  .navbar .container {
    margin: 0;
    width: 200px;
  }

.card-content {
  margin: 20px 0px;
}

.messehinweis {
  margin: 0;
  width: 100%;
  position: relative;
}
}

@media only screen and (max-width:580px) {}

@media only screen and (max-width:380px) {}

/********** Dirty Test ************/
div[class*='col-']:last-child {
  margin-bottom: 0px;
}

/*
 * Anwendungen-Tabelle, nur fuer Tabellen mit der Klasse content-table (die
 * eine Redaktion im RTE bewusst setzt, siehe README "Zwei Klassen stehen
 * auch in Redaktionsinhalten").
 *
 * Stand bis 31.08.2026: `.text table td` traf zusaetzlich JEDE Tabelle in
 * einer Text-Spalte, auch die hr-getrennten Downloadlisten (z. B.
 * /service/download#c246) - Padding, Mindestbreite und ein Rahmen, den
 * www.ewikon.com dort nicht zeigt (dort: padding 0, min-width 0, kein
 * Rahmen). Der Patch dagegen (`.col-md-10.text td { border-top: unset }`)
 * traf nur die col-2-10-Spaltenaufteilung von fuenf moeglichen
 * (Mediatext.html: col-2-10/col-3-9/col-5-7/col-6-6/Standard) - bei den
 * anderen vier waere dieselbe Tabelle weiterhin falsch gerahmt gewesen.
 * Deshalb auf die tatsaechliche Absicht (content-table) eingeschraenkt statt
 * spaltenweise nachgezogen.
 */
.content-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
  border-top: 1px solid #dadada;
  min-width: 150px;
}

.content-table p , .text table p {
  margin-bottom: unset;
}

/*
 * Namenskollision: CKEditor packt jede RTE-Tabelle in <figure class="table">
 * - die Klasse markiert dort nur "das ist eine Tabelle", kein Wunsch nach
 * Bootstrap-Tabellenstil. Bootstraps eigener Selektor kennt den Unterschied
 * nicht: `.table > :not(caption) > * > *` (bootstrap.min.css) trifft von
 * <figure class="table"> aus genau die <tr> (figure.table > table > tbody >
 * tr) und setzt dort `border-bottom-width: var(--bs-border-width)` - ein
 * 1px-Rahmen unter jeder Zeile jeder RTE-Tabelle, unabhaengig vom
 * content-table-Fix oben (der greift an td, nicht an tr). Am 31.08.2026
 * gefunden an /service/download#c246.
 */
figure.table tr {
  border-bottom-width: 0;
}

/* Trenner */

.divider {
  border-bottom: solid 1px #CCCCCC;
}

/*
 * Kartenoptik fuer .divider-Bloecke mit eigener Ueberschrift (h4) - das sind
 * die Standort-/Vertretungslisten (z. B. /kontakt „Vertrieb Europa"), nicht
 * die Textbausteine ohne h4 auf /ewikon/karriere, die dieselbe Klasse teilen.
 * Gleiche Optik wie .card-content (Kontaktkarten, „Unsere Produkte"): heller
 * Hintergrund, Schatten, roter Strich unten. :has() greift ab Firefox 121,
 * Chrome/Edge/Safari laenger - aeltere Browser sehen weiterhin nur die
 * duenne graue Linie von oben, keinen Bruch.
 */
.divider:has(h4) {
  background-color: #f5f5f5;
  background-image: url("../Images/dot-pattern-corner.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 180px 150px;
  border-bottom: 2px solid #9d0826;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.divider:has(h4):hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

@media (prefers-reduced-motion: reduce) {
  .divider:has(h4),
  .divider:has(h4):hover {
    transition: none;
    transform: none;
  }
}

hr {
  height: 3px;
  margin: 0;
}

/**********TESTIMONIAL*********/

/* STARTSEITE SLIDER NEU */
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

100% {
  transform: scale(1);
  opacity: 1;
}
}

@keyframes zoomDown {
  0% {
    transform: translateY(-150px)scale(0.8);
    opacity: 0;
  }

100% {
  transform: translateY(0px)scale(1);
  opacity: 1;
}
}

@keyframes zoomUp {
  0% {
    transform: translateY(150px)scale(0.8);
    opacity: 0;
  }

100% {
  transform: translateY(0px)scale(1);
  opacity: 1;
}
}

@keyframes zoomLeft {
  0% {
    transform: translateX(-150px)scale(0.8);
    opacity: 0;
  }

100% {
  transform: translateX(0px)scale(1);
  opacity: 1;
}
}

#TestimonialCarousel a.btn-readmore:hover {
  background-color: white;
  color: #a80532;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}