@charset "UTF-8";
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2013 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Reset the margin and padding of the block elements
 */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
}

/**
 * Basic element formatting
 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th, td {
  text-align: left;
  text-align: start; /* see #4596 */
  vertical-align: top;
}

abbr, acronym {
  font-variant: normal;
  border-bottom: 1px dotted #666;
  cursor: help;
}

blockquote, q {
  quotes: none;
}

fieldset, img {
  border: 0;
}

ul {
  list-style-type: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

/**
 * Default font settings
 */
input, button, textarea, select {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit;
}

pre, code {
  font-family: Monaco, monospace;
}

table {
  font-size: inherit;
}

caption, th {
  font-weight: bold;
}

body, form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

header, footer, nav, section, aside, article, figure, figcaption {
  display: block;
}

#main {
  width: 100%;
}

#main .inside {
  min-height: 1px; /* see #4893 */
}

/**
 * Flexible images (videos see #4896)
 *
 * @see http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries
 */
img {
  border: 0;
  padding: 0;
  margin: 0;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ie8 img {
  width: auto; /* see #5789 */
}

/**
 * Format the Contao image galleries (now rendered as unordered lists)
 */
.ce_gallery ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.ce_gallery li {
  float: left;
}

.ce_gallery li.col_first {
  clear: left;
}

/**
 * Clear floats
 */
.clear, #clear {
  height: 1px;
  clear: both;
  margin-top: -1px;
}

/**
 * Custom layout sections
 */
.custom {
  display: block;
}

#container:after, .custom:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.schatten-1 {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.padding-article-1 {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 61.875em) {
  .padding-article-1 {
    padding-top: 3.5rem;
    padding-bottom: 3.8rem;
  }
}

.padd-1 {
  padding: 0.75rem 1rem;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 73.75em) {
  .padd-1 {
    padding: 1.25rem 1.5rem;
    padding-bottom: 0.75rem;
  }
}

.padd-2 {
  padding: 2rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 61.875em) {
  .flex {
    display: flex;
  }
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.grid-gap {
  column-gap: 2.7%;
}

.grid-container {
  display: grid;
  column-gap: 2.7%;
  grid-template-columns: repeat(12, 1fr);
}

.grid-center {
  align-items: center;
}

.grid-bottom {
  align-items: end;
}

@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .order-1 {
    order: 1;
  }
}

@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .order-2 {
    order: 2;
  }
}

@media screen and (max-width: 47.99em) {
  .col-2 h3,
  .col-2 .text-xl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.col-1 {
  grid-column: auto/span 6;
}

.col-2-2 {
  grid-column: auto/span 4;
}

.col-2 {
  grid-column: auto/span 12;
}

.col-3 {
  grid-column: auto/span 12;
}

.col-3-2 {
  grid-column: auto/span 4;
}

.col-4 {
  grid-column: auto/span 12;
}

.col-5 {
  grid-column: auto/span 12;
}

.col-6 {
  grid-column: auto/span 12;
}

.col-6-2 {
  grid-column: auto/span 12;
}

.col-7 {
  grid-column: auto/span 12;
}

.col-7-2 {
  grid-column: auto/span 12;
}

.col-8 {
  grid-column: auto/span 12;
}

.col-8-2 {
  grid-column: auto/span 12;
}

.col-9 {
  grid-column: auto/span 12;
}

.col-10 {
  grid-column: auto/span 12;
}

.col-10-2 {
  grid-column: auto/span 12;
}

.col-11 {
  grid-column: auto/span 12;
}

.col-12 {
  grid-column: auto/span 12;
}

.col-center {
  grid-column: auto/span 12;
}

.col-center-2 {
  grid-column: auto/span 12;
}

@media screen and (min-width: 32.5em) {
  .col-2 {
    grid-column: auto/span 6;
  }
}
@media screen and (min-width: 31.25em) {
  .col-50 {
    grid-column: auto/span 6;
  }
}
@media screen and (min-width: 61.875em) {
  .col-1 {
    grid-column: auto/span 6;
  }
  .col-2 {
    grid-column: auto/span 6;
  }
  .col-2-2 {
    grid-column: auto/span 2;
  }
  .col-3 {
    grid-column: auto/span 6;
  }
  .col-3-2 {
    grid-column: auto/span 2;
  }
  .col-4 {
    grid-column: auto/span 6;
  }
  .col-5 {
    grid-column: auto/span 6;
  }
  .col-6 {
    grid-column: auto/span 6;
  }
  .col-6-2 {
    grid-column: auto/span 10;
  }
  .col-7 {
    grid-column: auto/span 12;
  }
  .col-7-2 {
    grid-column: auto/span 10;
  }
  .col-8 {
    grid-column: auto/span 12;
  }
  .col-8-2 {
    grid-column: auto/span 10;
  }
  .col-9 {
    grid-column: auto/span 12;
  }
  .col-10 {
    grid-column: auto/span 12;
  }
  .col-10-2 {
    grid-column: auto/span 10;
  }
  .col-11 {
    grid-column: auto/span 12;
  }
  .col-12 {
    grid-column: auto/span 12;
  }
  .col-center {
    grid-column: auto/span 12;
  }
  .col-center-2 {
    grid-column: auto/span 12;
  }
}
@media screen and (min-width: 80em) {
  .col-1 {
    grid-column: auto/span 1;
  }
  .col-2 {
    grid-column: auto/span 2;
  }
  .col-3 {
    grid-column: auto/span 3;
  }
  .col-3-2 {
    grid-column: auto/span 3;
  }
  .col-4 {
    grid-column: auto/span 4;
  }
  .col-5 {
    grid-column: auto/span 5;
  }
  .col-6 {
    grid-column: auto/span 6;
  }
  .col-6-2 {
    grid-column: auto/span 6;
  }
  .col-7 {
    grid-column: auto/span 7;
  }
  .col-7-2 {
    grid-column: auto/span 7;
  }
  .col-8 {
    grid-column: auto/span 8;
  }
  .col-8-2 {
    grid-column: auto/span 8;
  }
  .col-9 {
    grid-column: auto/span 9;
  }
  .col-10 {
    grid-column: auto/span 10;
  }
  .col-11 {
    grid-column: auto/span 11;
  }
  .col-12 {
    grid-column: auto/span 12;
  }
  .col-center {
    grid-column: auto/span 10;
    grid-column-start: 2;
  }
  .col-center-2 {
    grid-column: auto/span 8;
    grid-column-start: 3;
  }
}
@media screen and (min-width: 102.5em) {
  .offset-1 {
    grid-column-start: 2;
  }
  .offset-2 {
    grid-column-start: 3;
  }
  .offset-3 {
    grid-column-start: 4;
  }
  .offset-4 {
    grid-column-start: 5;
  }
  .offset-5 {
    grid-column-start: 6;
  }
  .offset-6 {
    grid-column-start: 7;
  }
  .offset-7 {
    grid-column-start: 8;
  }
  .offset-8 {
    grid-column-start: 9;
  }
  .offset-9 {
    grid-column-start: 10;
  }
  .offset-10 {
    grid-column-start: 11;
  }
  .offset-11 {
    grid-column-start: 12;
  }
  .offset-right-1 {
    grid-column-end: span 1;
  }
  .offset-right-2 {
    grid-column-end: span 2;
  }
  .offset-right-3 {
    grid-column-end: span 3;
  }
  .offset-right-4 {
    grid-column-end: span 4;
  }
  .col-center {
    grid-column: auto/span 8;
    grid-column-start: 3;
  }
  .col-center-2 {
    grid-column-start: 3;
  }
}
@media screen and (min-width: 61.875em) {
  .grid-33 {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2.7%;
  }
}

.nav-02 ul {
  margin-bottom: 0;
}
@media screen and (min-width: 61.875em) {
  .nav-02 ul {
    text-align: right;
  }
}
.nav-02 ul li {
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 61.875em) {
  .nav-02 ul li {
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0rem;
  }
}
.nav-02 ul li:last-child {
  margin-right: 0;
}

.nav-10 {
  margin-top: -3rem;
  position: relative;
  z-index: 99;
  margin-bottom: 6rem;
}
@media screen and (min-width: 48em) {
  .nav-10 {
    margin-top: -7rem;
  }
}
.nav-10 ul {
  display: grid;
}
@media screen and (min-width: 48em) {
  .nav-10 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 1rem;
  }
}
.nav-10 ul li {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  .nav-10 ul li {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}
.nav-10 ul li a {
  display: block;
  width: 100%;
  background-color: #cf1a1b;
  color: #fff;
  padding: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .nav-10 ul li a {
    height: 8rem;
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 80em) {
  .nav-10 ul li a {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 2.2rem;
  }
}
.nav-10 ul li a:hover {
  text-decoration: underline;
  background-color: rgb(170.7527896996, 21.4472103004, 22.2721030043);
  box-shadow: 3px 4px 8px 1px rgba(0, 0, 0, 0.16);
  transition: all 0.4s ease;
}

.mod_breadcrumb ul li {
  display: inline-block;
}
.mod_breadcrumb ul a {
  color: #cf1a1b;
  font-weight: 700;
}

.nav-03 ul li {
  display: block;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.nav-03 ul li a,
.nav-03 ul li strong {
  padding: 15px 10px 15px 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #cf1a1b;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
.nav-03 ul li strong {
  background-color: #f4f4f4;
}
.nav-03 ul li a:hover {
  background-color: #f4f4f4;
  transition: all 0.35s ease;
}

@media screen and (min-width: 61.875em) {
  #header .sticky-2 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
  }
}

#header {
  position: relative;
}
@media screen and (min-width: 61.875em) {
  #header {
    height: 144px;
  }
}
#header .inside {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #cf1a1b;
}
@media screen and (min-width: 61.875em) {
  #header .inside {
    padding-bottom: 1.8rem;
    padding-top: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
  }
}
#header .logo {
  line-height: auto;
  text-align: left;
}
#header .logo a {
  line-height: 0;
  display: block;
}
#header .logo img {
  width: 130px;
  height: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  #header .nav-01 {
    order: 3;
  }
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  #header .mod_changelanguage {
    order: 2;
  }
}
#header .mod_changelanguage ul {
  display: grid;
  margin-bottom: 0;
  grid-template-columns: 1fr 1fr;
}
#header .mod_changelanguage ul li {
  text-align: center;
}
#header .mod_changelanguage ul li strong,
#header .mod_changelanguage ul li a {
  display: block;
  padding: 0.5rem 0.5rem 0.6rem 0.5rem;
}
#header .mod_changelanguage ul li a {
  background-color: #fff;
  text-decoration: underline;
}
#header .mod_changelanguage ul li strong {
  background-color: rgb(223.6, 223.6, 223.6);
}
#header .social {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  #header .social {
    display: none;
  }
}
#header .social .social-border {
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
#header .social .grid-social {
  background-color: #900d0d;
  width: 6.8rem;
  display: grid;
  grid-template-columns: 20px 20px;
  column-gap: 1.45rem;
  justify-content: center;
  padding: 0.65rem 1.3rem;
}
#header .social .grid-social a {
  line-height: 0;
}
#header .social .grid-social svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  line-height: 0;
}
#header .social .grid-social svg:hover {
  fill: #808080;
  transition: all 0.35s ease;
}
#header .grid-header {
  column-gap: 1rem;
  margin-top: -0.35rem;
  display: grid;
  grid-template-columns: 1fr 100px 50px;
  align-items: center;
}
@media screen and (min-width: 61.875em) {
  #header .grid-header {
    grid-template-columns: 130px 1fr 80px;
  }
}
@media screen and (min-width: 80em) {
  #header .grid-header {
    grid-template-columns: 218px 1fr 80px;
  }
}

.span-30 {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .span-30 {
    width: 32%;
  }
}

.span-100 {
  width: 100%;
}

.span-50 {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .span-50 {
    width: 48.5%;
  }
}

.span-60 {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .span-60 {
    width: 64%;
  }
}

button {
  cursor: pointer;
}

p.confirm {
  background-color: green;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  padding: 0.35rem;
}

p.error {
  background-color: red;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  padding: 0.35rem;
}

.flex-form {
  display: grid;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .flex-form {
    grid-template-columns: 120px 1fr 120px;
  }
}

.form-1 .flex-center {
  justify-content: space-between;
}
.form-1 .formbody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.form-1 .widget {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-1 .widget-checkbox .checkbox_container > span,
.form-1 .widget-radio .checkbox_container > span {
  grid-template-columns: 35px 1fr;
  display: grid;
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.form-1 .widget-checkbox .checkbox_container > span input,
.form-1 .widget-radio .checkbox_container > span input {
  width: 20px;
  height: 20px;
}
.form-1 .widget-checkbox .checkbox_container > span label,
.form-1 .widget-radio .checkbox_container > span label {
  margin-top: 1px;
}
.form-1 .widget-radio > span {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-1 .widget-radio legend {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.form-1 .widget-extended-checkbox a,
.form-1 .widget-explanation a {
  color: #000;
  text-decoration: underline;
}
.form-1 .widget-textarea label {
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
}
.form-1 .widget-textarea textarea:focus {
  border: 2px solid #cfefff;
  background-color: #fff;
  outline: none;
  transition: all 0.2s ease;
}
.form-1 .widget-textarea textarea {
  display: block;
  padding: 0.5rem;
}
.form-1 .widget-textarea textarea:not(:placeholder-shown) {
  border: 2px solid #646b52;
  font-weight: 500;
}
.form-1 select,
.form-1 input,
.form-1 textarea {
  border: 2px solid #efefef;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #fff;
}
.form-1 .widget-captcha,
.form-1 .widget-select,
.form-1 .widget-password,
.form-1 .widget-text {
  position: relative;
}
.form-1 .widget-captcha input,
.form-1 .widget-captcha label,
.form-1 .widget-select input,
.form-1 .widget-select label,
.form-1 .widget-password input,
.form-1 .widget-password label,
.form-1 .widget-text input,
.form-1 .widget-text label {
  transition: all 0.2s ease;
}
.form-1 .widget-captcha label,
.form-1 .widget-select label,
.form-1 .widget-password label,
.form-1 .widget-text label {
  margin-bottom: 6px;
  display: block;
}
.form-1 .widget-captcha select,
.form-1 .widget-captcha input,
.form-1 .widget-select select,
.form-1 .widget-select input,
.form-1 .widget-password select,
.form-1 .widget-password input,
.form-1 .widget-text select,
.form-1 .widget-text input {
  height: 56px;
  padding-left: 9px;
  padding-right: 0.5rem;
  width: 100%;
}
.form-1 .widget-captcha .select-check:focus,
.form-1 .widget-captcha .select-check:focus-visible,
.form-1 .widget-captcha input:focus,
.form-1 .widget-select .select-check:focus,
.form-1 .widget-select .select-check:focus-visible,
.form-1 .widget-select input:focus,
.form-1 .widget-password .select-check:focus,
.form-1 .widget-password .select-check:focus-visible,
.form-1 .widget-password input:focus,
.form-1 .widget-text .select-check:focus,
.form-1 .widget-text .select-check:focus-visible,
.form-1 .widget-text input:focus {
  border: 2px solid #808080;
  background-color: #fff;
  outline: none;
  transition: all 0.2s ease;
}
.form-1 .widget-captcha select.selected,
.form-1 .widget-select select.selected,
.form-1 .widget-password select.selected,
.form-1 .widget-text select.selected {
  border: 2px solid #646b52;
  font-weight: 500;
}
.form-1 .widget-captcha input[type=text]:not(:placeholder-shown),
.form-1 .widget-select input[type=text]:not(:placeholder-shown),
.form-1 .widget-password input[type=text]:not(:placeholder-shown),
.form-1 .widget-text input[type=text]:not(:placeholder-shown) {
  border: 2px solid #646b52;
  font-weight: 500;
}
.form-1 .widget-captcha input[type=date].has-value,
.form-1 .widget-select input[type=date].has-value,
.form-1 .widget-password input[type=date].has-value,
.form-1 .widget-text input[type=date].has-value {
  border: 2px solid #646b52;
  font-weight: 500;
}
.form-1 .widget-select:focus-within select {
  border: 2px solid #cfefff;
}
.form-1 fieldset.checkbox-fach {
  display: grid;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 1rem 0;
}
@media screen and (min-width: 48em) {
  .form-1 fieldset.checkbox-fach {
    grid-template-columns: 1fr 1fr;
    column-gap: 0.5rem;
  }
}

.widget-produkt fieldset {
  display: grid;
}
@media screen and (min-width: 48em) {
  .widget-produkt fieldset {
    grid-template-columns: 1fr 1fr;
    column-gap: 0.5rem;
  }
}
.widget-produkt fieldset .checkbox-wrapper {
  grid-template-columns: 35px 1fr;
  display: grid;
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.widget-produkt fieldset .checkbox-wrapper input {
  width: 20px;
  height: 20px;
}

.widget-select select {
  background-color: #fff;
}

.widget-submit button {
  background-color: #cf1a1b;
  border: 2px solid #cf1a1b;
  color: #fff;
  padding: 0.85rem 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
}
.widget-submit button:hover {
  background-color: rgb(170.7527896996, 21.4472103004, 22.2721030043);
  box-shadow: 3px 4px 8px 1px rgba(0, 0, 0, 0.16);
  transition: all ease 0.6s;
}

.bg-1 .entry {
  background-image: url("../../files/daten/icon/TKW-Armaturen_lightGrey_51.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 61.875em) {
  .mod_liste_liste.col-12 .liste-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 32.5em) {
  .mod_liste_liste .liste-grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    column-gap: 2.7%;
  }
}
@media screen and (min-width: 61.875em) {
  .mod_liste_liste .liste-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.mod_liste_liste .liste-grid .entry {
  margin-top: 0rem;
  margin-bottom: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #cf1a1b;
  padding: 1rem;
  padding-bottom: 0.75rem;
}
.mod_liste_liste .liste-grid .entry h3 {
  color: #cf1a1b;
  hyphens: auto;
}
.mod_liste_liste .liste-grid .entry .content_image {
  width: 100%;
  display: block;
}
.mod_liste_liste .liste-grid .entry .content_image img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.mod_liste_liste .liste-grid .entry p {
  margin-bottom: 0.35rem;
}
.mod_liste_liste .liste-grid .entry p a {
  text-decoration: underline;
}
.mod_liste_liste .liste-grid .entry .btn {
  display: block;
  width: 100%;
}
.mod_liste_liste .liste-grid .entry .btn a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.25rem;
  padding-left: 0.65rem;
  height: 3.5rem;
}

.mod_liste_download form {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 8rem;
  column-gap: 0.5rem;
}
.mod_liste_download form label {
  display: none;
}
.mod_liste_download form input {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #808080;
  padding: 0.5rem;
  height: 42px;
}
.mod_liste_download form button {
  background-color: #cf1a1b;
  color: #fff;
  border: 1px solid #cf1a1b;
  padding: 0.5rem;
  height: 42px;
}
.mod_liste_download h2 {
  margin-bottom: 0;
}
.mod_liste_download .entry {
  background-color: #f4f4f4;
  padding: 0.5rem;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
}
.mod_liste_download .entry h3 {
  color: #cf1a1b;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  .mod_liste_download .entry h3 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.mod_liste_download .entry .grid-downloads {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 48em) {
  .mod_liste_download .entry .grid-downloads {
    display: grid;
    grid-template-columns: 1fr 200px;
  }
}
.mod_liste_download .entry .grid-downloads p {
  font-size: 13px;
  font-size: 0.8125rem;
}
.mod_liste_download .entry .grid-downloads a {
  font-size: 13px;
  font-size: 0.8125rem;
}
.mod_liste_download .entry .grid-downloads .subheadline {
  padding: 0.5rem 0;
}
.mod_liste_download .entry .grid-downloads .text-grid {
  display: flex;
  justify-content: flex-end;
}
.mod_liste_download .entry .grid-downloads .text-grid .text {
  padding: 0.5rem;
  display: inline-block;
}
.mod_liste_download .entry .grid-downloads .text-grid .pdfs a {
  display: inline-block;
  padding: 0.5rem;
  margin-left: 0.25rem;
  font-weight: 700;
  background-color: #ccc;
}
.mod_liste_download .entry .grid-downloads .text-grid .pdfs a:hover {
  background-color: #cf1a1b;
  color: #fff;
  transition: all 0.3s ease;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-italic {
  font-style: italic;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-900 {
  font-weight: 900;
}

h1 {
  font-weight: 700;
  line-height: 1.9rem;
  font-size: 24px;
  font-size: 1.5rem;
  color: #cf1a1b;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 2.2rem;
  }
}

.headline-bg {
  color: #fff;
  background-color: #cf1a1b;
  padding: 7px 12px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

h2 {
  font-weight: 700;
  line-height: 1.8rem;
  color: #fff;
  background-color: #cf1a1b;
  padding: 7px 12px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  font-size: 18px;
  font-size: 1.125rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

.text-xs {
  font-size: 13px;
  font-size: 0.8125rem;
}

.text-s {
  font-size: 16px;
  font-size: 1rem;
}

.text-m {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.text-l {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}

.text-ll {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2rem;
}
@media screen and (min-width: 80em) {
  .text-ll {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.text-xl {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2rem;
}
@media screen and (min-width: 80em) {
  .text-xl {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.text-xxl {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 2rem;
}
@media screen and (min-width: 80em) {
  .text-xxl {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.text-info {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

figcaption {
  font-style: italic;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: 700;
}

hr {
  border: none;
  border-top: 1px solid #000;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #808080;
  transition: color 0.3s ease;
}

.underline a,
a.underline {
  text-decoration: underline;
}

li,
p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4rem;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.seo-text h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.seo-text h3,
.seo-text p {
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  line-height: 1.4rem;
}
.seo-text h3 {
  margin-bottom: 0rem;
}

.seo-text h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.seo-text h3,
.seo-text p {
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  line-height: 1.4rem;
}
.seo-text h3 {
  margin-bottom: 0rem;
}

.rte h3 + p {
  margin-top: -1rem;
}

.btn button,
.btn a {
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 31.25em) {
  .btn button,
  .btn a {
    display: inline-block;
    width: auto;
  }
}
.btn button:hover,
.btn a:hover {
  transition: border ease 0.6s;
  transition: background-color ease 0.6s;
}

.btn-s button,
.btn-s a {
  cursor: pointer;
  padding: 0.35rem 1rem;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  font-weight: 400;
  min-height: 15px;
}

.btn-1 button,
.btn-1 a {
  color: #fff;
  background-color: #cf1a1b;
  position: relative;
  z-index: 100;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.btn-1 button:hover,
.btn-1 a:hover {
  background-color: rgb(170.7527896996, 21.4472103004, 22.2721030043);
  box-shadow: 3px 4px 8px 1px rgba(0, 0, 0, 0.16);
}

.btn-2 button,
.btn-2 a {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
}
.btn-2 a:hover {
  background-color: #fafafa;
  color: #1f3b72;
  box-shadow: 3px 4px 8px 1px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease;
}

.btn-3 button,
.btn-3 a {
  background-color: #1f3b72;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  color: #000;
}
.btn-3 a:hover {
  background-color: rgb(39.7227586207, 75.6013793103, 146.0772413793);
  color: #000;
  box-shadow: 3px 4px 8px 1px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease;
}

.btn-4 button,
.btn-4 a {
  background-color: #fafafa;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  color: #000;
}
.btn-4 a:hover {
  background-color: rgb(229.6, 229.6, 229.6);
  color: #000;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

#main a.grid-btn {
  display: inline-block;
}
#main a.grid-btn svg {
  width: 8px;
  line-height: 0;
}
#main a.grid-btn .text {
  margin-left: 0.35rem;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

#main .swiper-center .controls {
  justify-content: center !important;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper .swiper-button-prev {
  transform: rotate(180deg);
}

.list-1 ul li {
  list-style: disc;
  list-style-position: outside;
  padding-left: 0rem;
  margin-left: 1rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.list-1 ul li:first-child {
  margin-top: 0;
}

.list-2 ul li {
  position: relative;
  padding-left: 1.75rem;
  list-style: none;
  line-height: 1.5rem;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.list-2 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../files/daten/icon/icons-haken.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-position: left top;
}
.list-2 ul ul li:before {
  content: "—";
  background-image: none;
}

.list-3 ul li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  list-style: none;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

ul.normen li {
  display: inline-block;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
ul.normen li span, ul.normen li a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  background-color: #fff;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  padding: 0.2rem 0.65rem;
}
ul.normen li span:hover, ul.normen li a:hover {
  background-color: #1f3b72;
  transition: all 0.3s ease;
  color: #000;
}

.color-1 {
  color: #cf1a1b;
}

.color-3 {
  color: #1f3b72;
}

.black {
  color: #000;
}

.grau-1 {
  color: #fafafa;
}

.grau-2 {
  color: #f4f4f4;
}

.grau-3 {
  color: #808080;
}

.grau-4 {
  color: #333;
}

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-color-3,
.bg-color-1 {
  background-color: #cf1a1b;
  color: #fff;
}
.bg-color-3 h1, .bg-color-3 h2, .bg-color-3 h3, .bg-color-3 h4, .bg-color-3 h5, .bg-color-3 h6, .bg-color-3 li, .bg-color-3 a, .bg-color-3 p,
.bg-color-1 h1,
.bg-color-1 h2,
.bg-color-1 h3,
.bg-color-1 h4,
.bg-color-1 h5,
.bg-color-1 h6,
.bg-color-1 li,
.bg-color-1 a,
.bg-color-1 p {
  color: #fff;
}

.bg-color-2 {
  background-color: #cfefff;
}

.bg-color-3 {
  background-color: #1f3b72;
}

.bg-color-4 {
  background-color: #f0eee6;
}

.bg-color-5 {
  background-color: #646b52;
}

.bg-grau-1 {
  background-color: #fafafa;
}

.bg-grau-2 {
  background-color: #f4f4f4;
}

.bg-grau-3 {
  background-color: #808080;
}
.bg-grau-3 h1, .bg-grau-3 h2, .bg-grau-3 h3, .bg-grau-3 h4, .bg-grau-3 h5, .bg-grau-3 h6, .bg-grau-3 li, .bg-grau-3 a, .bg-grau-3 p {
  color: #fff;
}

.content-player video {
  width: 100%;
  height: auto;
}

.ce_youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
.ce_youtube iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.col-1 {
  margin-top: 1rem;
}

.col-2 {
  margin-top: 1rem;
}

.col-3 {
  margin-top: 1rem;
}

.col-4 {
  margin-top: 1rem;
}

.col-5 {
  margin-top: 1rem;
}

.col-6 {
  margin-top: 1rem;
}

.col-7 {
  margin-top: 1rem;
}

.col-8 {
  margin-top: 1rem;
}

.col-9 {
  margin-top: 1rem;
}

.col-10 {
  margin-top: 1rem;
}

.col-11 {
  margin-top: 1rem;
}

.col-12 {
  margin-top: 1rem;
}

.col-13 {
  margin-top: 1rem;
}

.col-14 {
  margin-top: 1rem;
}

.col-15 {
  margin-top: 1rem;
}

.col-16 {
  margin-top: 1rem;
}

.margin-1 img {
  margin-bottom: -0.35rem;
}

.col-center,
.col-2-2,
.col-3-2,
.col-5-2,
.col-4-2,
.col-6-2,
.col-7-2,
.col-8-2,
.col-9-2,
.col-10-2 {
  margin-top: 1rem;
}

h1, h2, h3, h4, h5, h6, p, ul, img, table {
  margin-bottom: 1rem;
}

h2.no-margin {
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 61.865em) {
  h1.no-margin-m,
  h2.no-margin-m,
  h3.no-margin-m {
    margin-bottom: 0;
  }
}

p.m-s {
  margin-bottom: 0.25rem;
}

.no-margin img {
  margin-bottom: -6px;
}

img.no-margin {
  margin-bottom: -6px;
}

p.no-margin {
  margin-bottom: 0;
}

.mt--1 {
  margin-top: -0.65rem;
}

.mt-1-2 {
  margin-top: 2rem;
}
@media screen and (min-width: 61.875em) {
  .mt-1-2 {
    margin-top: 2rem;
  }
}

.mt-1,
.mt-2,
.mt-3,
.mt-4 {
  margin-top: 1rem;
}

.mt-1-s {
  margin-top: 0.5rem;
}

@media screen and (min-width: 61.875em) {
  .mt-2 {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 61.875em) {
  .mt-3 {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 61.875em) {
  .mt-4 {
    margin-top: 4rem;
  }
}

.mb-1,
.mb-2,
.mb-3,
.mb-4 {
  margin-bottom: 1rem;
}

.mb-s {
  margin-bottom: 0.5rem;
}

.mb-s-25 {
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 61.875em) {
  .mb-2 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 61.875em) {
  .mb-3 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 61.875em) {
  .mb-4 {
    margin-bottom: 4rem;
  }
}

.spacer-1 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-2 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-3 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-4 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-5 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-6 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

@media screen and (min-width: 61.875em) {
  .spacer-1 {
    height: 1rem;
  }
  .spacer-2 {
    height: 2rem;
  }
  .spacer-3 {
    height: 3rem;
  }
  .spacer-4 {
    height: 4rem;
  }
  .spacer-5 {
    height: 5rem;
  }
  .spacer-6 {
    height: 6rem;
  }
}
.padd-1 {
  padding: 1rem;
  padding-bottom: 0.001rem;
}

.padd-2 {
  padding: 2rem;
  padding-bottom: 1rem;
}

.padd-4 {
  padding: 1.5rem 2rem 1rem 2rem;
}

.padd-3 {
  padding: 0.5rem 2rem 1rem 2rem;
}

.leg {
  padding-bottom: 0.35rem;
  margin-bottom: 0.5rem;
}

.padd-10,
.mod_article .page {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 61.875em) {
  .padd-10,
  .mod_article .page {
    padding-top: 3.5rem;
    padding-bottom: 3.8rem;
  }
}

.padd-s .page,
.mod_article.padd-s .page {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 61.875em) {
  .padd-s .page,
  .mod_article.padd-s .page {
    padding-top: 2rem;
    padding-bottom: 2.2rem;
  }
}

.padd-m .page,
.mod_article.padd-m .page {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 80em) {
  .padd-m .page,
  .mod_article.padd-m .page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.no-padd.page,
.mod_article.no-padd,
.mod_article.no-padd .page {
  padding-top: 0;
  padding-bottom: 0;
}

.page.page-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.padding-article-1 {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 61.875em) {
  .padding-article-1 {
    padding-top: 3.5rem;
    padding-bottom: 3.8rem;
  }
}

.mod_article.no-padd-t .page {
  padding-top: 1rem;
}

.page.no-padd-b {
  padding-bottom: 1rem;
}

.mod_article.padd-top .page {
  padding-top: 0;
  margin-top: -4rem;
  position: relative;
  z-index: 99;
}

.mod_article.bg-1 {
  background-image: url("../../files/daten/icon/TKW-Armaturen_lightGrey_50.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

#main .content-header {
  height: 500px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 48em) {
  #main .content-header {
    height: 600px;
  }
}
#main .content-header .page-2 {
  display: flex;
  align-items: center;
  height: 500px;
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  #main .content-header .page-2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 48em) {
  #main .content-header .page-2 {
    height: 600px;
    padding: 50px;
    max-width: 1310px;
  }
}
#main .content-header .page-2 .relative {
  z-index: 99;
}
#main .content-header .page-2 h1 {
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 80em) {
  #main .content-header .page-2 h1 {
    font-size: 55px;
    font-size: 3.4375rem;
    line-height: 3.8rem;
  }
}
#main .content-header .page-2 h2 {
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 80em) {
  #main .content-header .page-2 h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 2rem;
  }
}
#main .content-header .page-2 .btn a {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
#main .content-header .img-header .content-image {
  display: block;
}
#main .content-header .img-header .content-image video,
#main .content-header .img-header .content-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.content-box-1 {
  background-color: #fff;
  padding: 1.5rem 1rem 0.5rem 1rem;
  text-align: center;
  margin-bottom: 1rem;
  box-shadow: 3px 4px 8px 1px rgba(0, 0, 0, 0.16);
}

.ce_cta {
  height: 310px;
  overflow: hidden;
  position: relative;
}
.ce_cta .img-header .content-image {
  display: block;
}
.ce_cta .img-header .content-image video,
.ce_cta .img-header .content-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.ce_cta .relative {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 310px;
  margin-right: 2rem;
}
.ce_cta .relative .text a {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.ce_cta .relative .text .text-ll {
  margin-top: 1rem;
  display: block;
}
@media screen and (min-width: 80em) {
  .ce_cta .relative .text .text-ll {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.ce_cta .relative .text .text-xl {
  display: block;
}
@media screen and (min-width: 80em) {
  .ce_cta .relative .text .text-xl {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}
.ce_cta .relative .text p.btn {
  margin-top: 2rem;
}
.ce_cta .relative .col {
  text-align: right;
}

#main .content-cta-katalog {
  margin-bottom: 1rem;
  padding: 1.3rem;
  padding-bottom: 0.6rem;
}
#main .content-cta-katalog .text-xl {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.9rem;
  letter-spacing: 0;
}
#main .content-cta-katalog figure {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding-top: 1rem;
  margin-top: 1rem;
}
#main .content-cta-katalog img {
  width: 100%;
  height: auto;
}
#main .content-cta-katalog .btn a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
}

#main .content-cta-katalog.bg-color-1 .btn a {
  padding: 0.8rem 0.3rem;
  color: #000;
}

.img-radius img {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  overflow: hidden;
}

.image-icons-m img {
  width: 150px;
  height: auto;
}
@media screen and (min-width: 61.875em) {
  .image-icons-m img {
    width: 100%;
    height: auto;
  }
}

.image100 img {
  width: 100%;
  height: auto;
}

.image80 img {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  height: auto;
}

.image50 img {
  width: 50%;
  height: auto;
  margin-left: 25%;
  margin-right: 25%;
}

.image50-2 img {
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .image50-2 img {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.image420 {
  text-align: center;
}
.image420 img {
  width: 300px;
  height: auto;
}
@media screen and (min-width: 48em) {
  .image420 img {
    width: 420px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.ce_accordion {
  margin-bottom: 0.3rem;
}
.ce_accordion .toggler {
  background-color: #fff;
  width: 100%;
  border-radius: 0.15rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid transparent;
  text-align: left;
  cursor: pointer;
}
.ce_accordion .toggler h4,
.ce_accordion .toggler h3 {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.ce_accordion .toggler h4 {
  font-weight: 400;
  margin-left: 0.5rem;
}
.ce_accordion .toggler .ui-icon {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 15'%3E%3Crect x='2' y='6.2' width='11.1' height='2.6' transform='translate(15 0) rotate(90)'/%3E%3Crect x='2' y='6.2' width='11.1' height='2.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  line-height: 1.5rem;
  margin-top: 0.25rem;
  transition: all 0.2s ease;
}
.ce_accordion .toggler .toggler:hover {
  background-color: #646b52;
}
.ce_accordion .toggler:focus {
  background-color: #646b52;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #f0eee6;
  outline-offset: -1px;
}
.ce_accordion .toggler.active {
  background-color: #646b52;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #f0eee6;
  outline-offset: -1px;
}
.ce_accordion .toggler.active:after {
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.ce_accordion .accordion.ui-accordion-content-active {
  outline: 1px solid #f0eee6;
  outline-offset: -1px;
  margin-top: -1px;
}
.ce_accordion .accordion {
  padding: 1rem 1.5rem;
  padding-bottom: 0.015rem;
  background-color: #fff;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.ce_accordion:first-child .toggler {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.ce_accordion:last-child .toggler {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.ce_accordion:last-child .toggler.active {
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.ce_accordion:last-child .accordion.active {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.handorgel {
  margin-bottom: 0.3rem;
}
.handorgel .toggler button {
  background-color: #fff;
  width: 100%;
  border-radius: 0.15rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid transparent;
  text-align: left;
}
.handorgel .toggler button h4,
.handorgel .toggler button h3 {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.handorgel .toggler button h4 {
  font-weight: 400;
  margin-left: 0.5rem;
}
.handorgel .toggler button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 15'%3E%3Crect x='2' y='6.2' width='11.1' height='2.6' transform='translate(15 0) rotate(90)'/%3E%3Crect x='2' y='6.2' width='11.1' height='2.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  line-height: 1.5rem;
  margin-top: 0.25rem;
  transition: all 0.2s ease;
}
.handorgel .toggler button:hover {
  background-color: #646b52;
}
.handorgel .toggler button:focus {
  background-color: #646b52;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #f0eee6;
  outline-offset: -1px;
}
.handorgel .toggler.open button {
  background-color: #646b52;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #f0eee6;
  outline-offset: -1px;
}
.handorgel .toggler.open button:after {
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.handorgel .accordion.open {
  outline: 1px solid #f0eee6;
  outline-offset: -1px;
  margin-top: -1px;
}
.handorgel .accordion {
  padding: 1rem 1.5rem;
  padding-bottom: 0.015rem;
  background-color: #fff;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.handorgel:first-child .toggler button {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.handorgel:last-child .toggler button {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.handorgel:last-child .toggler.open button {
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.handorgel:last-child .accordion.open {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.border-1 {
  border: 1px solid #808080;
}

.border-2 {
  border: 1px solid #f0eee6;
}

.border-b {
  border-bottom: 2px dotted #000;
}

.schatten-1 {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.schatten-2 {
  box-shadow: 3px 4px 8px 1px rgba(0, 0, 0, 0.16);
}

.border-radius-1 {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}

.border-radius-3 {
  border-radius: 0.2rem;
}

.overflow-hidden {
  overflow: hidden;
}

#main .opening {
  display: grid;
  grid-template-columns: 6rem 1fr;
  font-variant-numeric: tabular-nums;
}

.kreis-1 {
  background-color: #cfefff;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 1.1rem;
  -moz-border-radius: 1.1rem;
  -webkit-border-radius: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kreis-1 svg,
.kreis-1 img {
  margin-bottom: 0;
}

.bg-start {
  background-image: url("../../files/daten/icon/bg-start-sw.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 61.875em) {
  .bg-start {
    height: 90vh;
  }
}

@media screen and (min-width: 73.75em) {
  .flyout {
    display: none;
    visibility: hidden;
  }
  li[aria-expanded=false] > .flyout,
  li[data-focus=false] > .flyout {
    display: none;
  }
  ul.level_2 li[aria-expanded=false] .flyout,
  ul.level_1 li[aria-expanded=true] .flyout {
    display: block;
    visibility: visible;
  }
  .nav-01 .menu-liste > ul {
    display: flex;
    justify-content: left;
  }
  .nav-01 {
    width: 100%;
  }
  .nav-01 .menu-toggle {
    display: none;
  }
  .nav-01 ul {
    margin-bottom: 0;
  }
  .nav-01 ul button[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
  .nav-01 ul li.submenu {
    display: grid;
    grid-template-columns: 1fr 24px;
  }
  .nav-01 ul li.submenu a {
    padding-right: 0.65rem;
  }
  .nav-01 ul li.submenu a:focus-visible {
    outline: 2px solid #cf1a1b;
    background-color: #fafafa;
  }
  .nav-01 ul li.submenu button {
    border: transparent;
    background-color: transparent;
    outline: 2px solid transparent;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    outline-offset: -2px;
  }
  .nav-01 ul li.submenu button svg {
    transition: transform 0.25s ease-in;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    width: 18px;
    height: auto;
  }
  .nav-01 ul li.submenu button:focus svg {
    stroke: #cf1a1b;
  }
  .nav-01 ul li.submenu button:focus-visible {
    outline: 2px solid #cf1a1b;
    background-color: #fafafa;
  }
  .nav-01 ul li.submenu.trail a.trail:after {
    background-color: #cf1a1b;
    width: 100%;
    transition: width 0.25s ease;
  }
  .nav-01 ul li {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
@media screen and (min-width: 73.75em) and (min-width: 102.5em) {
  .nav-01 ul li {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
  }
}
@media screen and (min-width: 73.75em) {
  .nav-01 ul li strong,
  .nav-01 ul li a {
    color: #fff;
    text-transform: uppercase;
    outline: 2px solid transparent;
    padding: 0.65rem 0.65rem;
    display: block;
    font-weight: 700;
    letter-spacing: 0.01rem;
    outline-offset: -2px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .nav-01 ul li a:hover {
    text-decoration: none;
  }
  .nav-01 ul li a:focus-visible {
    outline: 2px solid #cf1a1b;
    background-color: #fafafa;
  }
  .nav-01 ul li strong:after,
  .nav-01 ul li a:after {
    display: block;
    content: "";
    height: 2px;
    width: 0px;
    background-color: #fff;
  }
  .nav-01 ul li a:hover:after {
    background-color: #fff;
    width: 100%;
    transition: width 0.25s ease;
  }
  .nav-01 ul li strong.active:after {
    background-color: #fff;
    width: 100%;
    transition: width 0.25s ease;
  }
  .nav-01 ul li ul.level_2 {
    position: absolute;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    min-width: 15rem;
    padding: 0.5rem;
    padding-bottom: 1rem;
    z-index: 99999;
  }
  .nav-01 ul li ul.level_2 li:hover {
    background: none;
  }
  .nav-01 ul li ul.level_2 li {
    display: block;
    margin-top: 1rem;
    background: none;
  }
  .nav-01 ul li ul.level_2 li button {
    display: none;
  }
  .nav-01 ul li ul.level_2 li strong,
  .nav-01 ul li ul.level_2 li a {
    display: block;
    padding-left: 0;
    text-decoration: none;
    margin-bottom: 5px;
    outline: 2px solid #fff;
    padding: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    text-align: left;
    padding-left: 3px;
    text-transform: uppercase;
  }
  .nav-01 ul li ul.level_2 li strong {
    color: #cf1a1b;
  }
  .nav-01 ul li ul.level_2 li a.active {
    color: #f0eee6;
  }
  .nav-01 ul li ul.level_2 li a:after {
    display: none;
  }
  .nav-01 ul li ul.level_2 li a:hover {
    color: #cf1a1b;
    background: transparent;
  }
  .nav-01 ul li ul.level_2 li a:focus-within {
    outline-offset: 0px;
    outline: 2px solid #000;
  }
  .nav-01 ul li ul.level_2 ul.level_3 {
    display: block;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-01 ul li ul.level_2 ul.level_3 li {
    margin-top: 0.25rem;
    margin-left: 0;
    margin-right: 0;
  }
  .nav-01 ul li ul.level_2 ul.level_3 li a {
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    font-weight: 300;
  }
  .nav-01 ul li ul.level_2 ul.level_3 li a:focus {
    outline-offset: 0px;
    outline: 2px solid #000;
  }
  .nav-01 ul li ul.level_2 ul.level_3 li a.active {
    font-weight: 600;
    color: #fafafa;
  }
  .nav-01 ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 73.74em) {
  #header .box {
    height: 70px;
  }
  .nav-01 button.menu-toggle-close {
    display: none;
  }
  .nav-01 button.menu-toggle {
    float: right;
    width: 50px;
    height: 50px;
    background-color: #cf1a1b;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border: transparent;
    outline: 1px solid transparent;
    outline-offset: -1px;
    color: #fff;
    display: grid;
    place-content: center;
    cursor: pointer;
  }
  .nav-01 button.menu-toggle .m-toggle {
    grid-area: text;
  }
  .nav-01 button.menu-toggle .m-toggle .linie {
    height: 4px;
    width: 32px;
    background-color: #fff;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .nav-01 button.menu-toggle .m-toggle .linie:nth-child(1) {
    transform-origin: center bottom;
  }
  .nav-01 button.menu-toggle .m-toggle .linie:nth-child(2) {
    transform-origin: center center;
  }
  .nav-01 button.menu-toggle .m-toggle .linie:nth-child(3) {
    transform-origin: center top;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .m-toggle {
    margin-left: -2px;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie {
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie:nth-child(1) {
    transform: rotate(-45deg) translateY(4px);
    transform-origin: center bottom;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie:nth-child(2) {
    opacity: 0; /* Versteckt die mittlere Linie */
    transform: scale(0);
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie:nth-child(3) {
    transform: rotate(45deg) translateY(-3px);
    transform-origin: center;
    transform-origin: top center;
  }
  .nav-01 button.menu-toggle:focus {
    outline: 1px solid transparent;
  }
  .nav-01 button.menu-toggle[aria-expanded=false] + .menu-liste {
    display: block;
    transform: translateX(0) translateY(-5%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    transition: right 0.5s ease;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] + .menu-liste {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(0);
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.2s ease;
    position: absolute;
    width: 100%;
    left: 0;
  }
  .nav-01 .menu-liste {
    position: absolute;
    width: 100%;
    right: 0;
    top: 100%;
    transition: right 1s ease;
    z-index: 9999;
    background: rgb(80, 80, 80);
    background: rgba(80, 80, 80, 0.8);
    height: 100vh;
  }
  .nav-01 .menu-liste > ul {
    border-top: 1px solid #fff;
    width: 100%;
    background-color: #cf1a1b;
    overflow: hidden;
    height: 100vh;
    overflow-y: auto;
    z-index: 9999;
    padding-left: 5%;
    padding-right: 5%;
  }
  .nav-01 .menu-liste hr {
    display: none;
  }
  .nav-01 .menu-liste ul {
    margin-bottom: 0;
  }
  .nav-01 .menu-liste ul ul {
    border: none;
  }
  .nav-01 .menu-liste ul strong,
  .nav-01 .menu-liste ul a {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    font-size: 1.1875rem;
    text-transform: uppercase;
  }
  .nav-01 .menu-liste ul a, .nav-01 .menu-liste ul button, .nav-01 .menu-liste ul strong {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-01 .menu-liste ul strong {
    font-weight: 700;
  }
  .nav-01 .menu-liste ul a.extern2 {
    background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 17 17'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: none; stroke: %23000; stroke-linecap: round; stroke-linejoin: round; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='st0' points='7.8 5.2 1.3 5.2 1.3 15.9 11.9 15.9 11.9 9.3'/%3E%3Cpolyline class='st0' points='8 1.1 15.7 1.1 15.7 8.7'/%3E%3Cline class='st0' x1='15.7' y1='1.1' x2='6.8' y2='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: right 14px;
    background-size: 23px 17px;
    padding-right: 25px;
    border-right: 13px solid transparent;
  }
  .nav-01 .menu-liste ul a.active {
    color: #1f3b72;
  }
  .nav-01 .menu-liste ul li {
    display: block;
  }
  .nav-01 .menu-liste ul li.btn-1 {
    margin: 1rem;
    border-bottom: none;
  }
  .nav-01 .menu-liste ul li.submenu button[aria-expanded=false] + .flyout {
    display: none;
  }
  .nav-01 .menu-liste ul li.submenu button[aria-expanded=true] + .flyout {
    display: block !important;
  }
  .nav-01 .menu-liste ul li.submenu button[aria-expanded=true] svg {
    transform: rotate(180deg);
    transition: transform 0.25s ease-in;
  }
  .nav-01 .menu-liste ul li.submenu button svg {
    transition: transform 0.25s ease-in;
  }
  .nav-01 .menu-liste ul li a:focus-visible {
    background-color: hsl(359.6685082873, 77.6824034335%, 110.6862745098%);
    outline: 2px solid #000;
    outline-offset: -4px;
  }
  .nav-01 .menu-liste ul li.submenu {
    display: grid;
    grid-template-columns: 1fr 50px;
    align-items: center;
  }
  .nav-01 .menu-liste ul li.submenu button {
    border: transparent;
    background-color: transparent;
    outline: 2px solid transparent;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    outline-offset: -3px;
  }
  .nav-01 .menu-liste ul li.submenu button svg {
    transition: transform 0.25s ease-in;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    width: 60%;
    height: auto;
  }
  .nav-01 .menu-liste ul li.submenu .flyout {
    width: 100%;
    grid-column: auto/span 2;
    display: block;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li:last-child {
    border-bottom: none;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul li a {
    color: #fff;
    text-decoration: none;
    padding-left: 0.5rem;
    padding-left: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu {
    grid-template-columns: 40px 1fr 50px;
    align-items: center;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu .image {
    background-color: #cf1a1b;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu .image img {
    margin-bottom: 0;
    margin-left: 0.15rem;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu .flyout {
    grid-column: auto/span 3;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu a {
    border-left: 0;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu ul li a {
    border-left: 10px solid #808080;
  }
}
.content-gallery ul {
  display: grid;
  column-gap: 2.7%;
}
.content-gallery ul li img {
  width: 100%;
  height: auto;
}
.content-gallery ul li a {
  display: block;
  margin-bottom: 1rem;
  line-height: 0;
}
.content-gallery ul li a img {
  margin-bottom: 0;
}
.content-gallery ul.gall1 {
  grid-template-columns: 1fr;
}

.content-gallery.content-gallery--cols-2 ul,
.content-gallery.content-gallery--cols-4 ul,
.content-gallery.content-gallery--cols-5 ul,
.content-gallery.content-gallery--cols-6 ul {
  grid-template-columns: 1fr 1fr;
}

.content-gallery.content-gallery--cols-7 ul {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.content-gallery.content-gallery--cols-3 ul {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 48em) {
  .content-gallery.content-gallery--cols-3 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  .content-gallery.content-gallery--cols-3 ul li:last-child {
    grid-column: auto/span 2;
  }
}

@media screen and (min-width: 48em) {
  .content-gallery.content-gallery--cols-4 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-5 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-6 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-7 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
#main .gall-2 ul {
  margin-bottom: 0;
  column-gap: 0;
}
#main .gall-2 ul li {
  margin-bottom: 0;
}
#main .gall-2 ul figure {
  line-height: 0;
}
#main .gall-2 ul img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}

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

.page {
  padding-left: 5%;
  padding-right: 5%;
}

#main {
  overflow: hidden;
}

@media screen and (min-width: 80em) {
  .page {
    padding-left: 0;
    padding-right: 0;
    width: 1120px;
  }
}
.page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page:after {
  content: " ";
  display: block;
  clear: both;
}

.rtl {
  float: right;
}

#footer {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background-color: #cf1a1b;
  color: #fff;
}
#footer .logo {
  text-align: left;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 130px 130px;
  column-gap: 2rem;
}
@media screen and (min-width: 48em) and (max-width: 79.99em) {
  #footer .col-kontakt {
    grid-column: auto/span 2;
  }
}
#footer .copy-inner {
  padding-top: 1.5rem;
  display: grid;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 61.875em) {
  #footer .copy-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  #footer .copy-inner nav {
    order: 1;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  #footer .copy-inner div {
    order: 2;
  }
}
#footer .grid-footer {
  column-gap: 2.7%;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 48em) {
  #footer .grid-footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 80em) {
  #footer .grid-footer {
    grid-template-columns: 11rem 1fr 1fr 1fr 14rem;
  }
}
#footer .grid-footer-3 {
  column-gap: 2.7%;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 80em) {
  #footer .grid-footer-3 {
    grid-template-columns: 11rem 1fr;
  }
}
#footer .grid-footer-3 .mod_liste_download ul li {
  display: block;
  border-bottom: 1px solid #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#footer .grid-footer-3 .mod_liste_download ul li a:before {
  content: "";
  display: inline-block;
  background-image: url("../../files/daten/icon/icon-download.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}
#footer .grid-footer-3 .mod_liste_download ul li:first-child {
  padding-top: 0;
}
#footer .grid-footer-3 .mod_liste_download ul li:last-child {
  border-bottom: 1px solid transparent;
}
#footer .grid-footer-2 {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 48em) {
  #footer .grid-footer-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 80em) {
  #footer .grid-footer-2 {
    grid-template-columns: 11rem 1fr;
  }
}
#footer .grid-footer-2 .bor {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
#footer .grid-footer-2 .grid-nav-d {
  column-gap: 2.7%;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 48em) {
  #footer .grid-footer-2 .grid-nav-d {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 80em) {
  #footer .grid-footer-2 .grid-nav-d {
    grid-template-columns: 12rem 1fr 1fr 16rem;
  }
}
#footer .grid-footer-2 .grid-nav-d .mod_liste_liste .text-l {
  font-size: 15px;
  font-size: 0.9375rem;
}
#footer .grid-footer-2 .grid-nav-d .mod_liste_liste ul li a:before {
  content: "";
  display: inline-block;
  background-image: url("../../files/daten/icon/icon-download.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}
#footer .mod_liste_liste ul li {
  font-size: 13px;
  font-size: 0.8125rem;
}
#footer .mod_liste_liste a:hover {
  text-decoration: underline;
}
#footer p {
  font-size: 13px;
  font-size: 0.8125rem;
}
#footer p a {
  font-weight: 700;
}

.border-w-10 {
  border-bottom: 10px solid #fff;
  padding-bottom: 2rem;
}

:focus {
  outline: revert;
  outline-offset: revert;
}

.no-view {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a[href*="#skip"].invisible:focus {
  display: inline-block;
  clip: auto;
  outline: 2px dotted #000;
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 999;
}

a[href*="#skip"].invisible.invisible-header:focus {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
  z-index: 999;
}

body.landing #footer {
  background-color: #333;
}
body.landing #footer .bg-color-1 {
  background-color: #333;
}

body.medical #header .mod_changelanguage ul li strong {
  background-color: rgb(145.8, 218.6, 255);
}
body.medical #header .inside {
  background-color: #cfefff;
}
body.medical #header .grid-social {
  background-color: #1f3b72;
}
body.medical #header .nav-01 ul li a,
body.medical #header .nav-01 ul li strong {
  color: #1f3b72;
}
body.medical #header .nav-01 ul li strong:after,
body.medical #header .nav-01 ul li a.trail:after {
  background-color: #1f3b72;
}
body.medical #header .nav-01 ul li a:hover:after {
  background-color: #1f3b72;
}
body.medical #header .nav-01 ul li button svg {
  stroke: #1f3b72;
}
body.medical #main .form-1 .widget-submit button {
  background-color: #1f3b72;
  border: 1px solid #1f3b72;
}
body.medical #main .headline-bg {
  background-color: #1f3b72;
}
body.medical #main .mod_breadcrumb a {
  color: #1f3b72;
}
body.medical .nav-03 ul li a, body.medical .nav-03 ul li strong {
  color: #1f3b72;
}
body.medical .nav-03 ul li strong {
  background-color: #cfefff;
}
body.medical .nav-03 ul li a:hover {
  background-color: #cfefff;
}
body.medical .content-cta-katalog.bg-color-1 {
  background-color: #1f3b72;
}
body.medical .mod_liste_download .btn-1 a,
body.medical .mod_liste_liste .btn-1 a {
  background-color: #1f3b72;
}
body.medical .mod_liste_download h2,
body.medical .mod_liste_liste h2 {
  background-color: #1f3b72;
}
body.medical .mod_liste_download .entry,
body.medical .mod_liste_liste .entry {
  border: 1px solid #1f3b72;
}
body.medical .mod_liste_download .entry a,
body.medical .mod_liste_download .entry h3,
body.medical .mod_liste_liste .entry a,
body.medical .mod_liste_liste .entry h3 {
  color: #1f3b72;
}
body.medical .mod_liste_download .entry .grid-downloads .text-grid .pdfs a:hover,
body.medical .mod_liste_liste .entry .grid-downloads .text-grid .pdfs a:hover {
  background-color: #1f3b72;
}
body.medical .mod_liste_download form button,
body.medical .mod_liste_liste form button {
  background-color: #1f3b72;
}
body.medical #footer {
  background-color: #cfefff;
  color: #1f3b72;
}
body.medical #footer div, body.medical #footer p, body.medical #footer a, body.medical #footer strong {
  color: #1f3b72;
}
body.medical #footer .bg-color-1 {
  background-color: #cfefff;
}
body.medical #footer a:hover {
  text-decoration: underline;
}
body.medical #footer .mod_liste_download ul li {
  border-bottom: 1px solid #1f3b72;
}
body.medical #footer .mod_liste_download ul li a:before {
  background-image: url("../../files/daten/icon/icon-download-m.svg");
  background-repeat: no-repeat;
}

.trigger-active.active {
  transform: translateY(0rem);
  transition: all 1s ease;
  opacity: 1;
}

.trigger-active {
  transform: translateY(6rem);
  opacity: 0;
  transition: all 1s ease-in-out;
}

/* noto-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 900;
  src: url("../../files/daten/fonts/noto-sans-v42-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-size: 100%;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  color: #000;
  line-height: 1.5rem;
}

/*# sourceMappingURL=styles.css.map */
