*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
     tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
          text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

@font-face{
  font-family: "HelveticaNeueLTW0555Roman";
  src:url("../fonts/HelveticaNeueLTW0555Roman.woff"),
    url("../fonts/HelveticaNeueLTW0555Roman.woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family:"HelveticaNeueW01-75Bold";
  src:url("../fonts/692716/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
  src:url("../fonts/692716/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot"),url("../fonts/692716/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"),url("../fonts/692716/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"),url("../fonts/692716/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
}

:root {
  --grey-dark: #98999D;
  --grey-light: #b1b1b0;
  --grey-light-bg: #EDEDED;

  --grey-bg: #f6f8f9;

  --dark-bg: #4a4a49;
  --dark: rgb(74,74,73);
  --dark-neu: #000000;

  --red: #e41f13;
  --orange-alt: #f1883d;
  --orange: #e95000;
  --blau: #00b1eb;

  --bold: 'HelveticaNeueW01-75Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --normal: 'HelveticaNeueLTW0555Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  
  --hellgrau: rgb(152, 153, 157);
  --dunkelgrau: rgb(78, 80, 85);
}

.color-orange {
  color: var(--orange);
}
.color-blue {
  color: var(--blau);
}

.bg-orange {
  background-color: var(--orange);
}
.bg-blue {
  background-color: var(--blau);
}

body {
  margin: 0;
  font-family: 'HelveticaNeueLTW0555Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.5px;
  height: 100vh;
  background-color: #000000;
}
body.white-bg {
  background-color: #fff;
  color: #000;
}

.white-bg .header {
  box-shadow: 0 0 10px rgba(0,0,0,.6);
}
.white-bg .content-wrapper {max-width: 900px;}
.white-bg .frame-default {padding: 0!important;}
h1 {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--bold);
}
h2 {
  font-size: 20px;
  margin: 0 0 16px 0;
  font-weight: 400;
  font-family: var(--bold);
}
h3, h4, h5, h6 {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--bold);
}
p {
  font-size: 18px;
  margin: 0 0 1em 0;
}
p:last-of-type {
  margin: 0;
}
.content_text-block ul,
.content_text-block li {
  font-size: 18px;
  margin: 0 0 10px 0;
}

a {
  text-decoration: none;
  color: var(--hellgrau);
}
.blog-detail-info-container a {color:#000}
.news-content a:before {
  content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»';
  display: inline-block;
  padding: 0 5px 0 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

img.full-width,
video.full-width {
  max-width: none;
  width: 100%;
}
video.full-width {
  height: 100%;
  object-fit: cover;
}

b, strong {
  font-weight: 400;
  font-family: var(--bold);
}

hr {
  border: 0;
  border-top: 1px solid var(--grey-light);
  height: 0;
  margin: 0 0 40px 0;
}

.contenttable {
  margin: 0 0 24px 0;
}
.contenttable td {
  border: 1px solid var(--dark-neu);
  padding: 5px;
}

.content_text-block ul,
.content_text-block ol {
  margin: 0 0 24px 0;
}

.container,
.frame-type-news_pi1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Header */
.container-header {
  max-width: 1800px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
.container-header {padding: 0 60px;}
}
.header-info {
  background-color: #000000;
}
.header-info .container-header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-info .claim,
.header-info span,
.header-info a {
  color: var(--hellgrau);
  font-size: 12px;
}
.header-info ul {
  display: flex;
  gap: 10px;
  padding: 0;
}
.header-info li:first-child a:after {
  content: '|';
  display: inline-block;
  padding: 0 0 0 10px;
}
.header-info .active a {
  color: #fff;
}
.header-nav {
  background-color: #fff;
}
.header.header--scrolled {
  padding-bottom: 135px;
}
.header.header--scrolled .header-info {
  display: none;
}
.header.header--scrolled .header-nav {
  height: 65px;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0,0,0,.6);
  transition: all -.2s ease-in-out;
}
.header.header--scrolled .header-nav > .container-header {
  height: 65px;
}

.header-nav.fixed {
  height: 65px;
  position: fixed;
  width: 100%;
  z-index: 2;
  transition: all -.2s ease-in-out;
}
.header-nav > .container-header {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav.fixed > .container-header {
  height: 65px;
  transition: all -.2s ease-in-out;
}
.fixed .logo {
  width: 145px;
  transition: all -.2s ease-in-out;
}
.btn-mobile-menu {
  display: block;
  position: absolute;
  right: 30px;
}
.btn-menu {
  cursor: pointer;
  width: 50px;
  height: 28px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: url(../images/icons/Menu-Icon.svg) center center no-repeat;
}
.btn-menu.open-nav {
  width: 41px;
  height: 41px;
  background: url(../images/icons/Schliessen-Menu-Icon.svg) center center no-repeat;
}
.nav-main {
  display: none;
}
.nav-main.open {
  display: block;
}
.nav-main_ul {
  position: absolute;
  top: 135px;
  width: 100%;
  left: 0;
  z-index: 2;
  background-color: #fff;
}
.fixed .nav-main_ul {
  top: 65px;
}
.nav-main-item {
  color: var(--dark-neu);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--bold);
  display: block;
  padding: 15px 10px;
}
.nav-main-item.active {
  text-decoration: underline;
}
.dropdown-product-menu {
  display: none;
}
.main > .container_large-image {
  padding: 0 0 30px 0;
}
.language-menu {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.language-menu li {
  display: none;
  line-height: 1;
}
.language-menu li:not(.active) {
  position: absolute;
  padding: 10px 15px 6px 15px;
  top: 20px;
}
.language-menu li.active,
.language-menu li.visible {
  display: block;
  background-color: #98999D;
}
.language-menu li.active a:before {
  content: '|';
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 0 12px 0 0;
}

/* Header Images */
.large-image {
  position: relative;
}
.large-image_shadow:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: transparent linear-gradient(0, #000000CB 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}
.large-image .container,
.container_large-video .container {
  position: relative;
}
.large-image_text {
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 1;
  max-width: 1080px;
}
.large-image_text p,
.large-image_text a {
  color: #fff;
}
.large-image_text a {
  border: 2px solid #fff;
  padding: 5px 20px;
  display: inline-block;
}
.large-image_text p:first-of-type {
  font-size: 18px;
  margin: 0 0 18px;
  line-height: 1.2;
  font-weight: 400;
  font-family: var(--bold);
}
.large-image_text p:last-of-type {
  font-size: 16px;
  margin: 0;
}
/* Header Video */
.header-video {
  height: calc(100vh - 145px);
  position: relative;
  margin: 0 0 30px 0;
}
.container_large-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*.main {*/
/*  position: relative;*/
/*}*/
/* Content */
.content_text-block {
  padding: 0 0 30px 0;
}
.content_text-block_principle,
.content_text-block_corporate-values {
  padding: 0 0 30px 0;
}
.content_text-block_image {
  margin: 0 0 45px 0;
}
.content_text-block h1 {
  font-size: 24px;
  margin: 0 0 16px 0;
}
.content_text-block h2 {
  margin: 50px 0 30px 0;
}
.content_text-block p {
  margin: 0 0 35px 0;
}
.content_text-block p:last-of-type {
  margin: 0;
}

.content_text-block li {
  position: relative;
  padding: 0 0 0 40px;
}
.content_text-block li:before {
  content: '';
  background: url(../Images/icons/icon_daliup_vorteile.svg) left top no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0;
  background-size: 26px;
}
.content_text-block_list {
  /*display: flex;*/
  /*gap: 90px;*/
  margin: 0 0 30px 0;
}

.content_text-block_list h2,
.content_text-block_list h3 {
  font-size: 20px;
  margin: 35px 0 20px 0;
}

.content_text-block_list_corporate-values {
  display: flex;
  gap: 40px;
  margin: 0 0 100px 0;
}
.content_text-block_list_corporate-values_item {
  max-width: 270px;
}
.content_text-block_list_corporate-values h3,
.content_text-block_list_corporate-values h4 {
  font-size: 30px;
  margin: 35px 0 20px 0;
}
.content_text-block_list_item {
  margin: 0 0 50px 0;
}
.container_product-brands {
  padding: 0 0 30px 0;
}
.teaser_product-brands {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.teaser_product-brand {
  position: relative;
}
.product-brand_image {
  position: relative;
}
.product-brand_image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 290px;
  bottom: 0;
  background: transparent linear-gradient(0, #000000CB 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}
.product-brand_image img {
  max-width: none;
  width: 100%;
}
.product-brand_content {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.product-brand_content span,
.product-brand_content h3,
.product-brand_content p {
  color: #fff;
}
.product-brand_content span {
  font-size: 20px;
}
.product-brand_content h3 {
  font-size: 24px;
  margin: 10px 0;
}
.product-brand_content p {
  font-size: 20px;
}
/* Teaser */
.teaser-statement {
  padding: 0 0 100px 0;
  position: relative;
}
.teaser-statement_content {
  padding: 20px 0 0 0;
}
.teaser-statement_content h2,
.teaser-statement_content h3,
.teaser-statement_content h4 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
.teaser-statement_content p {
  font-size: 20px;
}
.teaser-statement_content p:first-of-type {
  margin: 0 0 40px 0;
}
.teaser-statement_content a {
  font-size: 20px;
  display: inline-block;
  border: 2px solid #fff;
  padding: 5px 20px;
}

.teaser-image-text-container {
  margin: 0 0 30px 0;
}
.teaser-image-text {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #fff;
}

.teaser-image-text_reverse {

}
.teaser-image-text_image {
  order: 1;
}
.teaser-image-text_text {
  padding: 15px 15px;
  display: flex;
  align-items: end;
  order: 2;
}
.teaser-image-text_reverse .teaser-image-text_image {
  order: 2;
}
.teaser-image-text_reverse .teaser-image-text_text {
  order: 1;
}
.teaser-text_icon {
  margin: 0 0 20px 0;
}
.teaser-image-text_text h2,
.teaser-image-text_text h3,
.teaser-image-text_text h4 {
  font-size: 24px;
  margin: 0 0 16px 0;
}
.teaser-image-text_text p {
  font-size: 18px;
}
.teaser-image-text_text p:first-of-type {
  margin: 0 0 25px 0;
}
.teaser-image-text_text p:first-of-type:has(> i) {
  margin: 0 0 10px 0;
}
.teaser-image-text_text i {
  font-style: normal;
}
.teaser-image-text_text a {
  font-size: 20px;
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid var(--dark-neu);
}

.container_teaser-product-details {
  margin: 0 0 60px 0;
}
.teaser-product-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.teaser-product-detail {
  position: relative;
}
.teaser-product-detail h3 {
  font-size: 20px;
  color: #fff;
}
.teaser-product-detail_headline {
  position: absolute;
  bottom: 25px;
  left: 20px;
}
.container_teaser-product-website {
  background-color: var(--dark-neu);
  padding: 40px;
}
.teaser-product-website {
  /*display: flex;*/
  /*align-items: end;*/
  /*gap: 100px;*/
}
.teaser-product-website_text {
  padding: 30px 0;
}
.teaser-product-website_text h4 {
  font-weight: 400;
  font-family: var(--bold);
  font-size: 22px;
  color: #fff;
  margin: 0 0 20px 0;
}
.teaser-product-website_text p {
  font-size: 18px;
  color: #fff;
}
.teaser-product-website_text a {
  font-size: 18px;
  display: inline-block;
  border: 2px solid #fff;
  padding: 5px 20px;
  color: #fff;
}

.teaser-dalip-up {
  display: grid;
  grid-template-columns: minmax(auto, 520px) 1fr;
  gap: 20px;
  align-items: center;
  padding: 0 0 30px 0;
}
.teaser-dalip-up h2,
.teaser-dalip-up h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
}
/*.teaser-dalip-up ul {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/
.teaser-dalip-up li {
  font-size: 20px;
  margin: 0 0 30px 0;
  padding: 0 0 0 70px;
  position: relative;
}
.teaser-dalip-up li:before {
  content: '';
  background: url(../Images/icons/icon_daliup_vorteile.svg) left center no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0;
}

.container_career-accordion {
  padding: 0 0 100px 0;
}
.career-accordion_list {
  padding: 30px 0;
}
.accordion-trigger {
  display: block;
}
details > summary {
  list-style: none;
}

details > summary::marker, /* Latest Chrome, Edge, Firefox */
details > summary::-webkit-details-marker /* Safari */ {
  display: none;
}
.accordion-item {
  border-top: 2px solid #707070;
}
.accordion-item:last-of-type {
  border-bottom: 2px solid #707070;
}
.accordion-item h3 {
  font-size: 22px;
  font-weight: 400;
  font-family: var(--bold);
  padding: 30px 30px 30px 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.accordion-item h3:after {
  content: '';
  width: 21px;
  height: 12px;
  background: url(../Images/icons/icon_akkordeon.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 40px;
}
.accordion-item[open] h3:after {
  transform: rotate(-180deg);
}
.accordion-content {
  padding: 0 0 40px 0;
}

.social-media-content {
  background-color: #98999D;
  padding: 80px 0;
}
.social-media-content h4 {
  font-size: 30px;
  font-weight: 400;
  font-family: var(--bold);
  margin: 0 0 52px 0;
  color: #fff;
}
.social-media-content_icons {
  display: flex;
  justify-content: space-between;
}

.container_job-list {
  padding: 30px 0 90px 0;
}
.job-list_item {
  padding: 27px 28px;
  background-color: #fff;
  margin: 0 0 10px 0;
}
.job-list_item h3 {
  font-size: 20px;
  margin: 0;
  max-width: 700px;
}
.job-list_item span {
  font-size: 20px;
  display: inline-block;
  padding: 5px 0;
}

.job-advantages {
  background-color: #4E5055;
  padding: 30px 0;
  margin: 0 0 30px 0;
}
.job-advantages_text h2,
.job-advantages_text h3 {
  margin: 0 0 52px 0;
  color: #fff;
}
/*.job-advantages_list {*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr;*/
/*}*/
.job-advantages_list li {
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: start;
  gap: 20px;
  margin: 0 0 30px 0;
}

.company-facts {
  background-color: #4E5055;
  padding: 90px 0 110px 0;
  margin: 0 0 30px 0;
}
.company-facts_text h2 {
  margin: 0 0 25px 0;
  color: #fff;
}
/*.company-facts ul {*/
/*  !*display: grid;*!*/
/*  !*grid-template-columns: 1fr 1fr;*!*/
/*  !*gap: 0 130px;*!*/
/*}*/
.company-facts li {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
.company-facts li:nth-child(3),
.company-facts li:nth-child(4) {
  border-bottom: 1px solid #fff;
}
.container_company-history {
  padding: 0 40px 100px 40px;
}
.company-history-list {
  position: relative;
}
.company-history-entry {
  position: relative;
  max-width: 580px;
}
.company-history-entry:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 290px;
  bottom: 0;
  background: transparent linear-gradient(0, #000000CB 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}
.company-history-entry_text {
  z-index: 1;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.company-history-entry_text h3,
.company-history-entry_text h4 {
  color: #fff;
}
.company-history-entry_text p {
  color: #fff;
  font-size: 16px;
}

.container_downloads {
  padding: 0 0 100px 0;
}
.teaser-downloads {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.teaser-download {
  position: relative;
}
.teaser-download_image {
  position: relative;
}
.teaser-download_image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 290px;
  bottom: 0;
  background: transparent linear-gradient(0, #000000CB 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}
.teaser-download_image img {
  max-width: none;
  width: 100%;
}
.teaser-download_content {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.teaser-download_content h3 {
  color: #fff;
  font-size: 22px;
  margin: 30px 0 20px 0;
}
.teaser-download_content a {
  display: inline-block;
  padding: 5px 20px;
  border: 2px solid #fff;
  color: #fff;
}
.teaser-application {
  padding: 0 0 80px 0;
}
.teaser-application h3 {
  font-size: 22px;
  margin: 0 0 16px 0;
}
.teaser-application_column {
  margin: 0 0 15px 0;
}
.teaser-application a {
  background-color: var(--blau);
  padding: 5px 20px;
  color: #fff;
}
.contact-map {
  display: none;
}

.swiper-pagination {
  display: block;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: var(--grey-dark);
}
.swiper-button-next, .swiper-button-prev {
  color: #4E5055;
}
.swiper-button-prev,
.swiper-button-next {
  width: 25px;
  height: 42px;
  background: url(../Images/icons/icon_slider.svg) center center no-repeat;
}
.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev {
  left: -30px;
}
.swiper-button-next {
  right: -30px;
}

/* Form */
.frame-type-form_formframework {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 10px;
}
/*#c60 {*/
/*  padding: 0 0 60px 0;*/
/*}*/
form .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: 0 0 25px 0;
}
form > .form-group {
  margin: 0 0 45px 0;
}
#bewerbungsformular-60 .row:nth-of-type(3),
#bewerbungsformular-60 .row:nth-of-type(4),
#applicationform-60 .row:nth-of-type(3),
#applicationform-60 .row:nth-of-type(4) {
  grid-template-columns: 1fr 1fr;
}
form label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bold);
  padding: 0 0 5px 0;
}

form input::placeholder,
form textarea::placeholder {
  color: #98999D;
  font-size: 16px;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form select,
form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #4E5055;
  background-color: #fff;
}
form select {
  padding: 16px;
}
form textarea {
  height: 300px;
}
form input[type=checkbox] {
  width: 40px;
  height: 40px;
  border: 1px solid #4E5055;
  background-color: #fff;
}
input,
select {
  font-family: var(--normal);
  font-size: 16px;
}
.form-check-label {
  display: flex;
  align-items: center;
  gap: 15px;
}
.submit button {
  display: block;
  padding: 4px 60px;
  border: 2px solid var(--dark-neu);
  background-color: var(--dark-neu);
  color: #fff;
  font-size: 20px;
}
/* News */
/*
.news-list-view {
  display: flex;
  gap: 40px;
}
*/
.container_news {
  padding: 0 0 50px 0;
}
.teaser-news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.teaser-news {
  position: relative;
}
.teaser-news_image {
  position: relative;
}
.teaser-news_image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 290px;
  bottom: 0;
  background: transparent linear-gradient(0, #000000CB 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}
.teaser-news_image img {
  max-width: none;
  width: 100%;
}
.teaser-news_content {
  position: absolute;
  bottom: 40px;
  left: 30px;
  padding: 0 30px 0 0;
}
.teaser-news_content h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 10px 0;
}
.teaser-news_content p {
  color: #fff;
  margin: 0 0 20px 0;
}
.teaser-news_content a {
  display: inline-block;
  padding: 5px 20px;
  border: 2px solid #fff;
  color: #fff;
}
.news-single {
  padding: 30px 0;
}
.news-single h1 {
  margin: 0 0 35px 0;
}
.news-content {
  margin: 0 0 20px 0;
}
.news-backlink-wrap {
  margin: 20px 0 0 0;
}
.news-backlink-wrap a {
  font-size: 18px;
  display: inline-block;
  margin: 20px 0 0 0;
  
}
.news-backlink-wrap-tags a {
  color: white;
}
/* Icons Aside */
.aside-icons {
  position: fixed;
  right: 0;
  top: 60%;
  width: 50px;
  /*padding: 10px 0;*/
  display: flex;
  /*gap: 5px;*/
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #6A6C71;
}
.aside-icons a {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.aside-icons a:last-of-type {
  border-bottom: 0;
}
.aside-social-media {
  z-index: 1;
  position: fixed;
  right: 50px;
  top: calc(60% + 88px);
  width: 250px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #6A6C71;
  height: 46px;
  display: none;
}
.aside-social-media.visible {
  display: flex;
}
.frame-type-youtubevideo_pi1 {
  max-width: 1200px;
  margin: 0 auto 80px auto;
}
.frame-type-youtubevideo_pi1 h3 {
  margin: 0 0 40px 0;
}
.youtubevideo .playbutton {
  display: none;
}
  /* Footer */
.footer {
  background-color: #000;
  padding: 25px 0;
}
.footer hr {
  margin: 10px 0;
}
.footer-top .footer-hl {
  font-size: 13px;
  font-weight: 400;
  font-family: var(--bold);
  margin: 0 0 20px 0;
  display: block;
}
.product-brands {
  display: flex;
  gap: 33px;
}
.product-brands-container {
  margin: 0 0 15px 0;
}
.product-brands-container .footer-hl {
  margin: 0 0 10px 0;
}
.product-brands a {
  font-size: 13px;
}
.memberships {
  display: flex;
  gap: 33px;
}
.footer-info {
  padding: 40px 0 30px 0;
}
.footer-info p {
  font-size: 13px;
}
.footer-social-media {
  display: flex;
  gap: 10px;
}
.copyright_footer-nav {
  padding: 15px 0;
}
.copyright_footer-nav span,
.copyright_footer-nav a {
  font-size: 13px;
  padding: 0 5px;
}

@media screen and (min-width: 540px) {
  .teaser-product-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .large-image_text {
    bottom: 50px;
  }
  .large-image_text p:first-of-type {
    font-size: 28px;
    margin: 0 0 18px;
  }
  .large-image_text p:nth-child(2) {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 680px) {
  .header-info .container {
    height: 50px;
  }
  .header-info .products-links {
    gap: 20px;
    padding: 0 10px 0 0;
  }
  .teaser_product-brands {
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
  }
  .teaser_product-brand {
    max-width: 580px;
  }
  .teaser-downloads {
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
  }
  .teaser-download {
    max-width: 580px;
  }
  form .row {
    grid-template-columns: 1fr 1fr;
    margin: 0 0 45px 0;
  }
  form .row:nth-of-type(3) {
    grid-template-columns:
    minmax(100px, 464px)
    minmax(50px, 90px)
    1fr 1fr;
  }
  form .row:nth-of-type(4) {
    grid-template-columns: 1fr 1fr;
  }
  .teaser-news-list {
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
  }
  .teaser-news {
    max-width: 580px;
  }
  .teaser-dalip-up {
    gap: 40px;
    padding: 0 0 170px 0;
  }
  .teaser-dalip-up h2,
  .teaser-dalip-up h3 {
    font-size: 40px;
    margin: 0 0 50px 0;
  }
  .teaser-dalip-up li {
    font-size: 30px;
    margin: 0 0 50px 0;
  }
}
@media screen and (min-width: 720px) {
  .teaser-image-text {
    grid-template-columns: minmax(100px, 50%) 1fr;
  }
  .teaser-image-text.teaser-image-text_reverse  {
    grid-template-columns: 1fr minmax(100px, 50%);
  }
}
@media screen and (min-width: 780px) {
  .header-info .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-video {
    height: calc(100vh - 135px);
    margin: 0 0 90px 0;
  }
  .content_text-block {
    padding: 30px 0;
    margin: 0 0 70px 0;
  }
  .teaser-image-text_text p {
    font-size: 20px;
  }
  .container_product-brands {
    padding: 0 0 100px 0;
  }
  .company-facts {
    margin: 0 0 150px 0;
  }
  .company-facts_text h2 {
    margin: 0 0 75px 0;
  }
  .company-facts ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 130px;
  }
  .company-facts li {
    font-size: 30px;
    padding: 30px 0;
  }
  .company-history-entry_text {
    left: 35px;
    right: 35px;
    bottom: 35px;
  }
  .company-history-entry_text p {
    font-size: 20px;
  }
  .container_teaser-product-details {
    margin: 0 0 100px 0;
  }
  .news-single {
    padding: 90px 0;
  }
  .white-bg .news-single {padding: 0;}
  .news-content {
    display: grid;
    grid-template-columns: minmax(auto, 290px) 1fr;
    gap: 40px;
  }
  .teaser-image-text_text {
    padding: 40px;
  }
  .teaser-image-text_text h2,
  .teaser-image-text_text h3,
  .teaser-image-text_text h4 {
    font-size: 30px;
    margin: 0 0 24px 0;
  }
  .teaser-download_content h3 {
    font-size: 30px;
  }
  .job-list_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .job-list_item h3 {
    width: 60%;
  }
  .job-list_item span {
    padding: 0;
  }
  .accordion-item h3 {
    font-size: 30px;
    padding: 30px 50px 30px 0;
  }
  .accordion-item h3:after {
    width: 42px;
    height: 25px;
  }
  .job-advantages {
    padding: 90px 0;
    margin: 0 0 150px 0;
  }
  .job-advantages_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .job-advantages_list li {
    font-size: 30px;
  }
  .teaser-application_cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .teaser-application_column {
    margin: 0;
  }
  .teaser-application a {
    padding: 5px 20px;
  }
  .teaser-image-text-container {
    margin: 0 0 60px 0;
  }
  .contact-map {
    display: block;
    height: 721px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .contact-map .container {
    position: relative;
  }
  .contact-map_text {
    position: absolute;
    top: 349px;
    left: 310px;
    background-color: #fff;
    padding: 30px;
  }

  .contact-map_text:before {
    position: absolute;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #4E5055;
    content: '';
    top: -34px;
  }
  .copyright_footer-nav {
    display: flex;
    gap: 30px;
    padding: 0;
  }
  .copyright_footer-nav span,
  .copyright_footer-nav a {
    padding: 0;
  }
  .product-brands-container {
    margin: 0;
  }
  .product-brands-container .footer-hl {
    margin: 0 0 25px 0;
  }
}
@media screen and (min-width: 920px) {
  h1 {
    font-size: 38px;
  }
  .content_text-block h1 {
    font-size: 40px;
    margin: 0 0 35px 0;
  }
  h2 {
    font-size: 38px;
    margin: 0 0 30px 0;
  }
  h3, h4, h5, h6 {
    font-size: 30px;
  }
  .teaser-news_content h3 {
    font-size: 30px;
  }
  .product-brand_content h3 {
    font-size: 30px;
  }
  .teaser-application h3 {
    font-size: 40px;
    margin: 0 0 30px 0;
  }
  p {
    font-size: 20px;
  }
  .large-image_text p:first-of-type {
    font-size: 60px;
    line-height: 1.1;
    margin: 0 0 25px 0;
  }
  .large-image_text p:nth-child(2) {
    font-size: 30px;
  }
  .content_text-block ul,
  .content_text-block li {
    font-size: 20px;
  }
  .teaser-statement_content {
    position: absolute;
    bottom: 155px;
    max-width: 690px;
    padding: 0;
  }
  .teaser-statement_content h2,
  .teaser-statement_content p,
  .teaser-statement_content a {
    color: #fff;
  }
  .teaser-statement_content h2,
  .teaser-statement_content h3,
  .teaser-statement_content h4 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 16px 0;
  }
  .teaser-product-details {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  .content_text-block_list {
    display: flex;
    gap: 90px;
    margin: 0 0 80px 0;
  }
  .content_text-block_list_item {
    max-width: 240px;
    margin: 0;
  }
  .content_text-block_list h2,
  .content_text-block_list h3 {
    font-size: 30px;
    margin: 35px 0 20px 0;
  }
  form .row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  form label {
    font-size: 20px;
  }
  .form-check-label {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .checkbox .inputs-list {
    display: flex;
    gap: 80px;
  }
  form input::placeholder,
  form textarea::placeholder,
  input,
  select {
    font-size: 20px;
  }
}
@media screen and (min-width: 980px) {
  .footer {
    padding: 100px 0 0 0;
  }
  .footer-top {
    display: flex;
    height: 80px;
    gap: 80px;
  }
  .footer-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .footer {
    padding: 160px 0 0 0;
  }
}
@media screen and (min-width: 820px) {
  .btn-mobile-menu {
    display: none;
  }
  .nav-main,
  .nav-main.open {
    display: block;
  }
  .nav-main_ul {
    position: inherit;
    display: flex;
    gap: 0;
    background-color: transparent;
  }
  .nav-main-item {
    padding: 30px 25px;
    position: relative;
  }
  .fixed .nav-main-item {
    padding: 20px 25px;
    position: relative;
  }
  .nav-main-item.active {
    text-decoration: none;
  }
  .nav-main-item:hover:after,
  .nav-main-item.active:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #707070;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .container,
  .frame-type-news_pi1 {
    padding: 0;
  }
  .container_news {
    padding: 0 0 100px 0;
  }
  .nav-main_li:hover .dropdown-product-menu {
    display: block;
  }
  .dropdown-product-menu {
    z-index: 2;
    position: absolute;
    top: 135px;
    left: 0;
    width: 100%;
    background-color: #E0E0E0;
    padding: 40px 0 80px 0;
  }
  .fixed .dropdown-product-menu {
    top: 65px;
  }
  .dropdown-menu {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr;
    gap: 35px;
  }
  .dropdown-menu_item_name {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--bold);
    display: block;
    margin: 0 0 16px 0;
  }
  .dropdown-menu_item_desc {
    display: block;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--bold);
    margin: 0 0 0 0;
    min-height: 80px;
  }
  .dropdown-menu_item_links a {
    display: block;
    font-size: 15px;
    color: #4E5055;
    border-top: 1px solid #4E5055;
    padding: 11px 0;
    background: url(../Images/icons/icon_menu_externer_link.svg) right center no-repeat;
    background-size: 12px;
  }
  .dropdown-menu_item_links a:last-of-type {
    border-bottom: 1px solid #4E5055;
  }
  .large-image_text {
    bottom: 100px;
    left: 0;
  }
  .teaser-image-text {
    grid-template-columns: minmax(100px, 580px) 1fr;
  }
  .teaser-image-text.teaser-image-text_reverse  {
    grid-template-columns: 1fr minmax(100px, 580px);
  }
  .frame-type-form_formframework {
    padding: 100px 0;
  }
  .container_teaser-product-website {
    padding: 110px 100px 0 100px;
  }
  .teaser-product-website {
    display: flex;
    align-items: end;
    gap: 100px;
  }
  .teaser-product-website_text {
    padding: 0 0 60px 0;
  }
  .teaser-product-website_text h4 {
    font-size: 40px;
  }
  .teaser-product-website_text p {
    font-size: 30px;
  }
  .teaser-product-website_text a {
    font-size: 20px;
  }
  .content_text-block_list_item {
    max-width: 360px;
  }
}
@media screen and (min-width: 1600px) {
  .main > .container_large-image {
    padding: 0 0 100px 0;
  }
  .large-image_text {
    bottom: 200px;
  }
  .container_large-video .large-image_text {
    bottom: 100px;
  }
  .content_text-block {
    padding: 0 0 50px 0;
  }
  .content_text-block_principle,
  .content_text-block_corporate-values {
    padding: 0 0 60px 0;
  }
  .container_teaser-product-website {
    padding: 110px 200px 0 120px;
  }
}
@media screen and (min-width: 1800px) {
  .container_teaser-product-website {
    padding: 110px 260px 0 200px;
  }
}


.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (min-width: 1220px) {
  .content-wrapper {
    padding: 0;
  }
}


.nav-main ul {
  padding: 10px 30px 30px 30px;
}

.nav-main a {
  display: inline-block;
  padding: 5px 0;
  font-size: 18px;
  color: var(--dunkelgrau);
  position: relative;
}
.nav-main a:hover,
.nav-main a.active {
  color: #000;
}

@media screen and (min-width: 820px) {
.nav-main ul {
  display: flex;
  gap: 20px;
  padding: 0;
}  
  .nav-main a {
    padding: 0;
  }
  .nav-main a.active::after, 
  .nav-main a:hover::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
}

.led-slider-container {
  position: relative;
  height: 500px;
}
@media screen and (min-width: 1200px) {
.led-slider-container {
  height: 700px;
}
}
.led-slider-container img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.led-slider-container .led-slider-hl {
  position: absolute;
  bottom: 80px;
}

.led-slider-container h1 {
  font-size: 30px;
  line-height: 1;
}
@media screen and (min-width: 820px) {
  .led-slider-container h1 {
  font-size: 50px;
}
}
@media screen and (min-width: 1200px) {
 .led-slider-container .led-slider-hl {
  bottom: 120px;
}
  .led-slider-container h1 {
  font-size: 60px;
}
}
@media screen and (min-width: 1800px) {
  .led-slider-container h1 {
  font-size: 90px;
}
}
.led-slider-searchbox-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.led-slider-searchbox {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 40px;
  min-width: 600px;
  max-width: 600px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.led-slider-searchbox input[type=text] {
  width: 92%;
  color: var(--dunkelgrau);
  padding: 5px 10px;
  border: 0;
}
.led-slider-searchbox input[type=submit] {
  background: url(../images/icons/Icon-Lupe-Suchfeld.svg) no-repeat center center #fff;
  width: 43px;
  height: 43px;
}
.led-slider-searchbox input::placeholder {
  color: var(--dunkelgrau);
}
.news-tags {
  margin: 40px 0 0px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-tags li {
  display: inline-block;
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  margin: 0;
}
.news-tags li a {
  color: var(--dunkelgrau);
  font-size: 14px;
}
@media screen and (min-width: 920px) {

}

.led-home-teaser-container,
.content-container,
.frame-default:not(#c4780) {
  max-width: 1800px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .led-home-teaser-portal-container {
  display: flex;
  justify-content: space-between;
    gap: 20px;
}
.led-home-teaser-portal {
  width: 50%;
}
.news-tags {
  gap: 15px 20px;
}  
.news-tags li {
  padding: 5px 20px;
  border-radius: 20px;
}
  .news-tags li a {
  font-size: 18px;
}  
}

@media screen and (min-width: 1600px) {
.led-home-teaser-container,
.content-container,
.frame-default:not(#c4780) {
  padding: 0 60px;
}
}

.frame-default h1 {
  font-size: 40px;
  font-weight: 400;
  font-family: var(--bold);
  padding: 60px 0 30px 0;
}
.led-slider-container .led-slider-hl h2 {
  font-family: var(--normal)
  font-size: 28px
}
@media screen and (min-width: 920px) {
  .frame-default h1 {
  font-size: 54px;
  }
}
@media screen and (min-width: 1400px) {

  .led-slider-container .led-slider-hl h1 {font-size: 90px}
}

.led-home-teaser-container {
  margin: 0 auto 80px auto;
}
.teaser-vlog-bg {
   background-color: #2c2b2b; 
}
.led-home-teaser-container.teaser-vlog {
 padding: 0 60px;
}
.teaser-vlog-bg .led-home-teaser-container.teaser-vlog {
 padding: 60px;
}
.led-home-teaser-container.teaser-vlog .led-home-teaser-item {
 background-color: #fff;
 padding: 30px;
    display: flex;
  justify-content: center;
}
@media screen and (min-width: 1500px) {
.led-home-teaser-container.teaser-vlog .led-home-teaser-item {
 padding: 60px;
}
}
.led-home-teaser-text {
  margin: 0 0 20px 0;
  max-width: 940px;
}
.led-home-teaser-text h2,
.led-home-teaser-portal h2,
.led-home-teaser-portal-projekt h2 {
  font-size: 35px;
  font-weight: 400;
  font-family: var(--bold);
  padding: 30px 0 0 0;
}
.led-home-teaser-portal-projekt h2 {
  padding: 0;
}
@media screen and (min-width: 1024px) {
.led-home-teaser-container {
  margin: 0 auto 60px auto;
}  
  .led-home-teaser-container.teaser-vlog {
    margin: 0 auto;
  }  
.led-home-teaser-text h2,
.led-home-teaser-portal h2,
.led-home-teaser-portal-projekt h2  {
  font-size: 40px;
  padding: 60px 0 0 0;
}
.led-home-teaser-portal-projekt h2 {
  padding: 0;
}  
}
@media screen and (min-width: 1400px) {
.led-home-teaser-container {
  margin: 0 auto 60px auto;
}
  .led-home-teaser-container.teaser-vlog {
    margin: 0 auto;
  }
.led-home-teaser-text h2,
.led-home-teaser-portal h2,
.led-home-teaser-portal-projekt h2 {
  font-size: 54px;
}
}
.led-home-teaser-text p {
  font-size: 18px;
  font-family: var(--normal)
}

.led-home-teaser {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 620px) {
  .led-home-teaser {
  grid-template-columns: 1fr 1fr;
}
}

@media screen and (min-width: 1024px) {
.led-home-teaser {
  grid-template-columns: 1fr 1fr 1fr;
}
}

.led-home-teaser-portal-projekt {
  background: #98999d;
  padding: 30px;
  max-width: 520px;
  height: 520px;
  margin: 75px 0 0 0;
  position: relative;
}
@media screen and (max-width: 920px) {
  .led-home-teaser-portal-projekt {
    margin-bottom: 100px;
  }
}
.led-home-teaser-portal-projekt a {
  display: block;
  background-color: #fff;
  color: var(--dark);
  padding: 20px;
  border-radius: 40px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.led-home-teaser-portal-image {
  max-width: 520px;
  height: 520px;
  margin: 75px 0 0 0;
}

/*
.led-home-teaser {
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
}
.led-home-teaser-item {
  flex: 0 0 48%;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1024px) {
.led-home-teaser {
  display: flex;
  gap: 30px;
}
.led-home-teaser-item {
  flex: 1;
  margin: 0;
}
}
*/
.led-home-teaser h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--bold);
  line-height: 1.2;
  margin: 20px 0 16px 0;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  .led-home-teaser h3 {
    font-size: 36px;
  }
}
.led-home-teaser p {
  font-size: 18px;
  font-family: var(--normal);
  color: #fff;
  margin: 20px 0 16px 0;
}
.led-home-teaser span {
  font-size: 18px;
  font-family: var(--bold);
  color: #fff;
}
.led-home-teaser-item .led-home-teaser-item-link {
  opacity: 0;
}
.led-home-teaser-item:hover .led-home-teaser-item-link {opacity: 1;}
.teaser-vlog .led-home-teaser p {
  font-size: 24px;
  font-family: var(--bold);
  color: #000;
  margin: 16px 0;
}
@media screen and (min-width: 1400px) {
  .teaser-vlog .led-home-teaser p {
    font-size: 38px;
  }
}
.teaser-vlog .led-home-teaser span {
  margin: 20px 0 0 0;
  display: block;
  font-size: 18px;
  font-family: var(--normal);
  color: #000;
}
.teaser-vlog .led-home-teaser a {
  font-size: 17px;
  font-family: var(--normal);
  background-color: var(--orange);
  color: #fff;
  display: block;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 30px 0 0 0;
  max-width: 240px;
  text-align: center;
}

.footer-container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 1600px) {
.footer-container {
  padding: 0 60px;
}
}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.footer-icons {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}
.footer-col a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 0 0 6px 0;
}
.footer-info p {
  font-size: 12px;
  margin: 0 0 20px 0;
  /*color: rgb(211,211,211);*/
  color: var(--hellgrau);
}
@media screen and (min-width: 680px) {
.footer-row {
  display: flex;
  gap: 20px;
}
.footer-col {
  width: 25%;
}
.footer-icons {padding: 0;}
}




.article-details {
  padding:20px 0;
  overflow-x: hidden;
}
.article-details h1 {
  margin:0;
  padding: 0 0 30px 0;
  font-family: var(--bold);
  font-weight: 400;
  font-size:24px
}
.article-details h2 {
  margin:0 0 26px;
  padding:0 0 60px;
  font-size:18px;
  font-family:var(--normal);
  border-bottom:1px solid #363635
}
.article-details .news-list-date {display: none;}
.news-text-wrap strong {
  font-family: var(--normal)
  font-size:20px
}
.article-img,
.article-img-slider,
.ce-gallery,
.youtubeVideo {
  margin:40px 0
}
.article-meta {
  position:relative;
  margin:0;
  height:80px
}
.article-category {
  color:#989897;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  margin: 0;
  font-size: 18px;
}
.article-share {
  display:none
}
.article-details .article-share_link {
  height:41px;
  padding:0 10px 0 0;
  font-size:18px;
  width:90px;
  line-height:41px;
  color:#000;
  right:0;
  z-index:2;
  text-align:right;
  position:absolute;
  background: url(../images/icons/share/Icon-Teilen.svg) 10px 12px no-repeat #fff;
  background-size:16px;
  border:1px solid #000;
  text-decoration:none;
  border-radius: 20px;
}
.article-share_links {
  height:41px;
  transition:all .3s ease-in-out;
  text-align:center;
  position:absolute;
  border:1px solid #000;
  padding: 0p;
  right:-110px;
  top:0;
  width:110px;
}
.article-share_links.active,
.article-share_links:hover {
  right:100px;
}
.article-share_links a {
  display:inline-block;
  margin:0;
  border-right:1px solid #000;
  height:100%;
  width:35px
}
.article-share_links a.ic-fb {
  padding:12px 0 0 12px
}
.article-share_links a.ic-li {
  padding:10px 0 0 8px
}
.article-share_links a.ic-pt {
  border-right:0;
  padding:12px 0 0 9px;
}
@media screen and (min-width:820px) {

  .article-details {
    padding:60px 0
  }
  .article-details h1 {
    font-size:54px
  }
  .article-details h2 {
    font-size:20px
  }
  .article-share {
    position:absolute;
    right:0;
    top:0;
    width:200px;
    display:block
  }
}
.tns-outer {
  position:relative;
  padding:0!important
}
.tns-outer [hidden] {
  display:none!important
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor:pointer
}
.tns-slider {
  -webkit-transition:all 0s;
  transition:all 0s
}
.tns-slider>.tns-item {
  position:relative
}
.tns-horizontal.tns-subpixel {
  white-space:nowrap
}
.tns-horizontal.tns-subpixel>.tns-item {
  display:inline-block;
  vertical-align:top;
  white-space:normal
}
.tns-horizontal.tns-no-subpixel:after {
  content:"";
  display:table;
  clear:both
}
.tns-horizontal.tns-no-subpixel>.tns-item {
  float:left
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right:-100%
}
.tns-gallery,
.tns-no-calc {
  position:relative;
  left:0
}
.tns-gallery {
  min-height:1px
}
.tns-gallery>.tns-item {
  position:absolute;
  left:-100%;
  -webkit-transition:transform 0s,opacity 0s;
  -webkit-transition:opacity 0s,-webkit-transform 0s;
  transition:opacity 0s,-webkit-transform 0s;
  transition:transform 0s,opacity 0s;
  transition:transform 0s,opacity 0s,-webkit-transform 0s
}
.tns-gallery>.tns-slide-active {
  position:relative;
  left:auto!important
}
.tns-gallery>.tns-moving {
  -webkit-transition:all .25s;
  transition:all .25s
}
.tns-autowidth {
  display:inline-block
}
.tns-lazy-img {
  -webkit-transition:opacity .6s;
  transition:opacity .6s;
  opacity:.6
}
.tns-lazy-img.tns-complete {
  opacity:1
}
.tns-ah {
  -webkit-transition:height 0s;
  transition:height 0s
}
.tns-ovh {
  overflow:hidden
}
.tns-visually-hidden {
  position:absolute;
  left:-10000em
}
.tns-transparent {
  opacity:0;
  visibility:hidden
}
.tns-fadeIn {
  opacity:1;
  filter:alpha(opacity=100);
  z-index:0
}
.tns-fadeOut,
.tns-normal {
  opacity:0;
  filter:alpha(opacity=0);
  z-index:-1
}
.tns-vpfix {
  white-space:nowrap
}
.tns-vpfix>div,
.tns-vpfix>li {
  display:inline-block
}
.tns-t-subp2 {
  margin:0 auto;
  width:310px;
  position:relative;
  height:10px;
  overflow:hidden
}
.tns-t-ct {
  width:2333.33333333%;
  width:2333.33333%;
  position:absolute;
  right:0
}
.tns-t-ct:after {
  content:"";
  display:table;
  clear:both
}
.tns-t-ct>div {
  width:1.4285714286%;
  width:1.42857%;
  height:10px;
  float:left
}
.tns-nav {
  text-align:center;
  margin:0;
  position:absolute;
  bottom:60px;
  width:100%;
  z-index:1
}
.tns-nav>[aria-controls] {
  width:14px;
  height:14px;
  padding:0;
  margin:0 5px;
  border-radius:50%;
  background:#fff;
  border:0
}
.tns-nav>[aria-controls]:focus {
  outline:none
}
.tns-nav>.tns-nav-active {
  background:#989897
}
button[data-action=start],
button[data-action=stop] {
  display:none
}

.beer-slider {
  display:inline-block;
  overflow:hidden;
  position:relative
}
.beer-slider *,
.beer-slider:after,
.beer-slider :after,
.beer-slider:before,
.beer-slider :before {
  box-sizing:border-box
}
.beer-slider img,
.beer-slider svg {
  vertical-align:bottom
}
.beer-slider>* {
  height:100%
}
.beer-slider>img {
  height:auto;
  max-width:100%
}
.beer-reveal {
  left:0;
  opacity:0;
  overflow:hidden;
  position:absolute;
  right:50%;
  top:0;
  transition:opacity .35s;
  z-index:1
}
.beer-reveal>:first-child {
  height:100%;
  max-width:none;
  width:200%
}
.beer-reveal>img:first-child {
  height:auto
}
.beer-range {
  -moz-appearance:none;
  -ms-touch-action:auto;
  -webkit-appearance:slider-horizontal!important;
  bottom:0;
  cursor:pointer;
  height:100%;
  left:-1px;
  margin:0;
  opacity:0;
  position:absolute;
  top:0;
  touch-action:auto;
  width:calc(100% + 2px);
  z-index:2
}
.beer-range::-webkit-slider-thumb {
  -webkit-appearance:none;
  height:300vh
}
.beer-range::-moz-range-thumb {
  -webkit-appearance:none;
  height:300vh
}
.beer-range::-ms-tooltip {
  display:none
}
.beer-handle {
  background:hsla(0,0%,100%,.5);
  border-radius:50%;
  box-shadow:0 0 6px transparent;
  color:#000;
  height:48px;
  left:50%;
  opacity:0;
  pointer-events:none;
  position:absolute;
  top:50%;
  transform:translate3d(-50%,-50%,0);
  transition:background .3s,box-shadow .3s,opacity .5s .25s;
  width:48px;
  z-index:2
}
.beer-handle:after,
.beer-handle:before {
  border-left:2px solid;
  border-top:2px solid;
  content:"";
  height:10px;
  position:absolute;
  top:50%;
  transform-origin:0 0;
  width:10px
}
.beer-handle:before {
  left:10px;
  transform:rotate(-45deg)
}
.beer-handle:after {
  right:0;
  transform:rotate(135deg)
}
.beer-range:focus~.beer-handle {
  background:hsla(0,0%,100%,.85);
  box-shadow:0 0 3px rgba(0,0,0,.4)
}
.beer-reveal[data-beer-label]:after,
.beer-slider[data-beer-label]:after {
  background:hsla(0,0%,100%,.75);
  border-radius:.125rem;
  content:attr(data-beer-label);
  line-height:1;
  padding:.5rem;
  position:absolute;
  top:1.5rem
}
.beer-slider[data-beer-label]:after {
  right:1.5rem
}
.beer-reveal[data-beer-label]:after {
  left:1.5rem
}
.beer-reveal[data-beer-label=""]:after,
.beer-slider[data-beer-label=""]:after {
  content:none
}
.beer-ready .beer-handle,
.beer-ready .beer-reveal {
  opacity:1
}

.ce-bodytext {
  max-width: 900px;
}
.blog-detail-info-container {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }