@charset "UTF-8";
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 0.8rem;
  }
}
main {
  margin-bottom: 50px;
}

h1 {
  font-size: 35px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}

address {
  font-style: inherit;
}

.rouge-falken {
  color: #DD0915;
}

header {
  position: relative;
  border-bottom: 5px solid #DD0915;
}

[id=menu-desktop] .header-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}
[id=menu-desktop] [id=header-box] {
  background-color: #f8f9fa;
}

[id=menu-mobile] {
  z-index: 1;
  --burger-width: 60px;
}
[id=menu-mobile] [id=header-box] {
  display: flex;
  align-items: center;
}
[id=menu-mobile] [id=header-box] .toggle-menu {
  width: var(--burger-width);
  min-height: var(--burger-width);
  display: flex;
  justify-content: center;
  align-items: center;
}
[id=menu-mobile] [id=header-box] .toggle-menu:not(.is-active) {
  margin-left: 1.25rem;
}
[id=menu-mobile] [id=header-box] .toggle-menu.is-active {
  position: absolute;
  background-color: #ffffff;
  left: min(576px, calc(100% - var(--burger-width)));
}
[id=menu-mobile] [id=header-box] .shop-logo {
  max-width: 150px;
  margin: auto;
}
[id=menu-mobile] nav[role=navigation] {
  position: absolute;
  z-index: 2;
  width: calc(100% - var(--burger-width));
  max-width: 576px;
  min-height: 100vh;
  background-color: #f8f9fa;
}
[id=menu-mobile] nav[role=navigation] > * {
  margin: 0.5rem 0;
}
[id=menu-mobile] nav[role=navigation] .menu-1 {
  border-bottom: 3px solid #DD0915;
}

.shop-logo {
  max-width: 200px;
}

.shop-navigation {
  margin-bottom: 0.5rem;
}
.shop-navigation li {
  padding: 0.313rem;
}
@media (min-width: 992px) {
  .shop-navigation {
    display: flex;
    padding: 5px;
    margin-bottom: unset;
  }
  .shop-navigation li {
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .shop-search {
    margin-left: 1.5rem;
  }
}
.shop-search form {
  position: relative;
}
.shop-search input[type=search] {
  width: 100%;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.shop-search input[type=search]:not(:valid) ~ button[type=reset] {
  display: none;
}
.shop-search input[type=search]:focus::-webkit-search-cancel-button, .shop-search input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.shop-search button {
  position: absolute;
  height: 100%;
  width: 2.25rem;
}
.shop-search button[type=reset] {
  top: 0;
  right: 0;
}
.shop-search button[type=submit] {
  top: 0;
  left: 0;
}

[id=sub_main_menu] {
  border-top: 5px solid #DD0915;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #f8f9fa;
}
[id=sub_main_menu] > div {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
[id=sub_main_menu] > div > div {
  margin: 2.25rem 0;
}

nav[role=navigation] {
  padding: 1rem 0;
}
nav[role=navigation] .menu-1 li {
  padding: 0.313rem;
}

@media (min-width: 992px) {
  nav[role=navigation] {
    display: flex;
    align-items: center;
  }
  nav[role=navigation] .shop-logo {
    margin-right: 1rem;
  }
  nav[role=navigation] .menu {
    width: 100%;
  }
  .menu-1 {
    display: flex;
    align-items: center;
  }
  .menu-1 li {
    flex: 1 0 auto;
    padding: 0 0.5rem;
    text-align: center;
  }
  .menu-1 li + li {
    border-left: 1px solid #454d5d;
  }
  .menu-1 a {
    width: 100%;
    text-align: center;
  }
}
.grid-navigation .box-grid {
  position: relative;
  background-color: black;
  overflow: hidden;
}
.grid-navigation .box-image {
  width: 100%;
}
.grid-navigation .box-image img {
  width: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
.grid-navigation .box-grid:hover img {
  transform: scale(1.1);
}
.grid-navigation .box-link {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  border-radius: 1rem;
  background-color: #f8f9fa;
  padding: 1rem;
}
.grid-navigation .box-link * {
  margin: 0;
}
@media (min-width: 992px) {
  .grid-navigation .box-link {
    bottom: 2.25rem;
    left: 2.25rem;
  }
}

#produkt_navigation {
  background-color: black;
}
#produkt_navigation ul {
  display: flex;
  flex-wrap: wrap;
}
#produkt_navigation li {
  text-align: center;
}
#produkt_navigation li a {
  display: block;
  padding: 0.5rem 1rem;
  color: white;
}
#produkt_navigation li.current {
  background-color: white;
}
#produkt_navigation li.current a {
  color: #DD0915;
}
@media (max-width: 575px) {
  #produkt_navigation li {
    width: 50%;
  }
}

#breadcrumb {
  padding: 0.5rem 0 1rem;
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 40px;
  margin-bottom: 0;
}
#breadcrumb ul li {
  padding: 0 0.5rem;
}
#breadcrumb ul li, #breadcrumb ul li a {
  color: rgba(0, 0, 0, 0.5);
}
#breadcrumb ul li:first-child {
  padding-left: 0;
}
#breadcrumb ul li:last-child {
  color: #000000;
  font-weight: 700;
}
@media (max-width: 991px) {
  #breadcrumb .breadcrumb-description {
    max-width: 20em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  #breadcrumb ul {
    display: none;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .close {
  position: absolute;
  top: 0;
  left: min(100% + 1em, 90vw);
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.modal .close:hover {
  cursor: pointer;
}
.modal .close > * {
  display: inline-flex;
  vertical-align: top;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 45px;
  width: 45px;
  padding: 0;
  background-color: transparent;
}
.modal .close:hover {
  background-color: transparent;
}
.modal .close > *::before, .modal .close > *::after {
  content: "";
  height: 5px;
  background: #ffffff;
}
.modal .close > *::before {
  transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
}
.modal .close > *::after {
  transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
}

.modal-wrapper {
  position: relative;
  width: 100%;
  max-height: min(681px, 80vh);
  max-width: min(1024px, 80vw);
  aspect-ratio: 3/2;
  margin: auto;
  padding: 30px 45px;
  background-color: white;
}

[class|=modal-content] {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
}

.modal-content-slider {
  aspect-ratio: 3/2;
  height: 100%;
  --taille-button: calc(2 * 0.625rem);
  --font-size-button: 0.8rem;
}
@media (min-width: 768px) {
  .modal-content-slider {
    --font-size-button: 1rem;
    --taille-button: calc(2 * 1.25rem);
  }
}
.modal-content-slider .slick-prev, .modal-content-slider .slick-next {
  background: white;
  padding: calc(var(--taille-button) / 2);
  border-radius: 50%;
  z-index: 1;
}
.modal-content-slider .slick-prev::before, .modal-content-slider .slick-next::before {
  display: inline-block;
  line-height: inherit;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: var(--font-size-button);
  color: #DD0915;
}
.modal-content-slider .slick-prev {
  left: unset;
  right: min(100vw - 1.5 * var(--taille-button), 100% + 0.5 * var(--taille-button));
}
.modal-content-slider .slick-prev::before {
  content: "\f053";
}
.modal-content-slider .slick-next {
  right: unset;
  left: min(100vw - 1.5 * var(--taille-button), 100% + 0.5 * var(--taille-button));
}
.modal-content-slider .slick-next::before {
  content: "\f054";
}
.modal-content-slider .slick-dots button::before, .modal-content-slider .slick-dots button:before {
  opacity: 1;
  color: #000000;
  font-size: var(--font-size-button);
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
}
.modal-content-slider .slick-dots li.slick-active button::before, .modal-content-slider .slick-dots li.slick-active button:before {
  color: #DD0915;
}
.modal-content-slider .slick-prev, .modal-content-slider .slick-next {
  border: 1px solid #DD0915;
}

.contentList {
  list-style: none;
  padding: 0;
}
.contentList li {
  display: flex;
  align-items: center;
}
.contentList li:before {
  font: 700 0.5em "Font Awesome 5 Free";
  content: "\f45c";
  color: #DD0915;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  [id=page_produktion] li, [id=page_produktion] p {
    font-size: 1.1rem;
  }
}
[id=page_produktion] address p {
  margin-bottom: 0;
}
[id=page_produktion] .address-usine img {
  max-width: 50%;
}
[id=page_produktion] .open-modal {
  cursor: pointer;
}

[id=page_produkt] [id=content_top] {
  padding: 50px 0;
  background-color: #f8f9fa;
}
[id=page_produkt] [id=content_top] > div {
  margin-left: auto;
  width: min(100%, 768px);
}
[id=page_produkt] .box-grid {
  aspect-ratio: 1;
}
@media (min-width: 1392px) {
  [id=page_produkt] .box-link {
    left: 1.5rem;
    bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  [id=page_produkt] .box-link {
    left: 1.25rem;
    bottom: 1.25rem;
  }
}

.bandeau-titre, [id=page_downloads] [id=download-header], [id=page_nouveautes] [id=neuheiten-header], [id=page_umwelt] [id=umwelt-header] {
  padding: 50px 0;
  background-color: #f8f9fa;
}
.bandeau-titre > div, [id=page_downloads] [id=download-header] > div, [id=page_nouveautes] [id=neuheiten-header] > div, [id=page_umwelt] [id=umwelt-header] > div {
  margin-left: auto;
  width: min(100%, 768px);
}

[id=page_umwelt] [id=bloc-content] > div {
  margin: 2.25rem 0;
}
[id=page_umwelt] figure {
  max-width: 170px;
}
@media (max-width: 575px) {
  [id=page_umwelt] figure {
    margin: auto;
  }
}

[id=page_downloads] [id=left_column] {
  border-right: 3px solid #DD0915;
}
@media (max-width: 991px) {
  [id=page_downloads] [id=left_column] {
    border-right: none;
    grid-column: 1/-1;
  }
  [id=page_downloads] .tabs-menu {
    display: flex;
    border-bottom-color: #DD0915;
  }
}
@media (min-width: 992px) {
  [id=page_downloads] .tabs-menu {
    border-bottom: none;
  }
}
[id=page_downloads] .tabs-menu-link {
  width: 100%;
  border-bottom-width: 0;
  text-decoration: none;
}
[id=page_downloads] .tabs-menu-link:hover {
  font-weight: 700;
}
[id=page_downloads] .tabs-content-item .link-youtube {
  color: #DD0915;
  margin-left: 1rem;
}
[id=page_downloads] .tabs-content-item .link-youtube i {
  font-size: 5em;
}
@media (min-width: 576px) {
  [id=page_downloads] .tabs-content-item .link-youtube i {
    font-size: 7em;
  }
}
[id=page_downloads] .list-links {
  margin-top: 1rem;
}
[id=page_downloads] .list-links i {
  font-size: 1.1em;
}
[id=page_downloads] .list-links table {
  width: auto;
}
[id=page_downloads] .list-links td {
  padding: 0.125rem 2.25rem 0.125rem 0;
}
[id=page_downloads] .list-links table ~ h3 {
  margin-top: 1.5rem;
}
[id=page_downloads] .calameo-wrapper > a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
[id=page_downloads] .calameo-wrapper .modal-wrapper {
  height: 100%;
  aspect-ratio: unset;
  max-width: calc(100vw - 60px);
  max-height: 100vh;
  padding: 0;
  margin-left: 0;
}
[id=page_downloads] .calameo-wrapper .modal-wrapper .close {
  left: 100%;
}
[id=page_downloads] .calameo-canvas, [id=page_downloads] .calameo-canvas iframe {
  width: 100%;
  height: 100%;
}
[id=page_downloads] figure {
  max-width: 100px;
}
[id=page_downloads] .modal-content {
  height: 100%;
}

@media (max-width: 991px) {
  [id=page_ueber_uns] [id=left_column] {
    grid-column: 1/-1;
  }
  [id=page_ueber_uns] [id=top_column] {
    margin-bottom: 0.5rem;
  }
}
[id=page_ueber_uns] .esf-plus {
  font-weight: bold;
}

[id=ueber_uns_navigation] li {
  padding: 0.5rem;
  font-size: 1.1em;
}
[id=ueber_uns_navigation] li.is-active a {
  font-weight: 700;
  color: #DD0915;
}
[id=ueber_uns_navigation] .esf-plus {
  font-weight: bold;
}
[id=ueber_uns_navigation] a:hover, [id=ueber_uns_navigation] a:focus {
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 767px) {
  [id=ueber_uns_navigation] ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  [id=ueber_uns_navigation] {
    border-bottom: 3px solid #DD0915;
  }
  [id=ueber_uns_navigation] ul {
    display: flex;
  }
}
@media (min-width: 992px) {
  [id=ueber_uns_navigation] {
    border-right: 3px solid #DD0915;
  }
  [id=ueber_uns_navigation] li {
    padding: 0.5rem 1.25rem;
  }
}

.agb-wrapper {
  counter-reset: section;
}
.agb-wrapper section {
  counter-reset: paragraphe;
  margin: 1.5rem 0;
}
.agb-wrapper h2::before {
  counter-increment: section;
  content: "§" counter(section) " ";
}
.agb-wrapper section p::before {
  font-weight: 700;
  counter-increment: paragraphe;
  content: counter(paragraphe) ". ";
}
.agb-wrapper ul {
  counter-reset: list;
  list-style-type: none;
}
.agb-wrapper li::before {
  font-weight: 700;
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
}

.agb-files {
  margin-top: 1rem;
}
.agb-files a {
  color: #DD0915;
}

.datenschutz-wrapper section {
  margin: 1.5rem 0;
  counter-reset: paragraphe;
}
.datenschutz-wrapper section > div {
  counter-reset: list;
}
.datenschutz-wrapper h3::before {
  counter-increment: paragraphe;
  content: counter(paragraphe, decimal) ". ";
}
.datenschutz-wrapper ul {
  margin-left: 1rem;
  list-style-type: decimal;
}
@media (min-width: 992px) {
  .datenschutz-wrapper {
    font-size: 1.2em;
  }
}

[id=map-wrapper] {
  width: 100%;
}
[id=map-wrapper] .googlemaps_embed {
  width: 100%;
  aspect-ratio: 600/450;
}
[id=map-wrapper] .googlemaps_embed iframe {
  width: 100%;
  height: 100%;
}

footer {
  margin-top: auto;
  background-color: #f8f9fa;
}

.footer-top {
  padding: 2.25rem 1.25rem;
  border-bottom: 3px solid #DD0915;
}

.footer-bottom {
  padding: 1rem 1.25rem;
  width: 100%;
}
.footer-bottom p {
  margin-bottom: inherit;
}
.footer-bottom .social a {
  display: inline-block;
  font-size: 1.9em;
  width: 1.1em;
  height: 1em;
  line-height: 1em;
  color: inherit;
  overflow: hidden;
}

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