body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
@charset "UTF-8";
/* Colors */
:root {
  --ocean-blue: #0066b3;
  --ocean-blue-hover: #002d67;
  --marine-blue: #002d67;
  --marine-blue-hover: #004f94;
  --bright-orange: #ff6600;
  --bright-orange-hover: #b34700;
  --very-light-blue: #e1ebf5;
  --dirty-orange: #b34700;
  --powder-blue: #bed7f0;
  --white: #ffffff;
  --light-grey-blue: #96bee6;
  --black: #000000;
  --brown-grey: #828282;
  --brownish-grey: #5a5a5a;
  --true-green: #009900;
  --very-light-pink: #dcdcdc;
  --red: #cc0000;
  --very-light-pink: #bebebe;
  --brownish-grey-80: rgba(90, 90, 90, 0.8);
  --light-grey: #f6f6f6;
  --medium-grey: #bebebe;
  --dark-grey: #828282;
  --dark-blue: #001b3d;
  --mediumlight-grey: #dcdcdc;
  --column: 6.89%;
  --gap: 1.57%;
  --col1: var(--column);
  --col2: 15.35%;
  --col3: 23.81%;
  --col4: 32.27%;
  --col5: 40.73%;
  --col6: 49.19%;
  --col7: 57.65%;
  --col8: 66.11%;
  --col9: 74.57%;
  --col10: 83.03%;
  --col11: 91.49%;
  --col12: 99.95%;
  --col20p: 20%;
}

/* Raster */
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: flex-start;
}
.flex.sb {
  justify-content: space-between;
}
.flex.sa {
  justify-content: space-around;
}
.flex.se {
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .flex {
    flex-direction: row;
  }
}

.flex-start {
  justify-content: flex-start;
}

.noflex {
  display: block;
  flex: 0 0 100%;
}

.col-gap {
  margin-right: var(--column);
}

.col {
  margin-right: var(--gap);
}

.col1 {
  width: var(--col1);
}

.col2 {
  width: var(--col2);
}

.col3 {
  width: var(--col3);
}

.col4 {
  width: var(--col4);
}

.col4-nogap {
  width: calc(var(--col4) - var(--gap));
  min-width: calc(var(--col4) - var(--gap));
}

.ce_image.img_bleed.col4 {
  width: 45%;
}

.col5 {
  width: var(--col5);
}

.col5:nth-of-type(2n + 2) {
  margin-right: var(--col1) !important;
}

.col5 .col1 {
  width: 15%;
  padding: 0 3%;
}
@media (min-width: 768px) {
  .col5 .col1 {
    width: 13%;
  }
}

.col5 .col2 {
  width: 14%;
  padding: 0 3%;
}

.col6 {
  width: var(--col6);
}

.col7 {
  width: var(--col7);
}

.col7 .col1 {
  width: 15%;
}

.col7 .col6 {
  width: 77%;
}

.col8 {
  width: var(--col8);
}

.col8 .col1 {
  width: 8.5%;
  padding: 0 2%;
}

.col8-bleed {
  width: calc(var(--col8) - 100px);
  height: 100%;
}
.col8 .col4 {
  width: var(--col6);
}

.col9 {
  width: var(--col9);
}

.col10 {
  width: var(--col10);
}

.col10 .col2 {
  width: calc(var(--col12) / 5);
}

.col11 {
  width: var(--col11);
}

.col12 {
  width: var(--col12);
  margin-right: 0px;
}

.placeholder {
  padding-left: 8.46%;
}

.col20p {
  width: var(--col20p);
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .col {
    margin-right: 0;
  }
  .col1 {
    width: 12%;
    margin-right: 2%;
  }
  .col2 {
    width: var(--col4);
  }
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8,
  .col8 .col4 {
    width: var(--col12);
  }
  .placeholder {
    padding-left: 12%;
  }
  .col5:nth-of-type(2n + 2),
  .col5 {
    margin-right: 0 !important;
  }
  .col6.placeholder {
    padding-left: 0;
  }
  .col20p {
    width: 50%;
  }
}
/* ----------------------------------- */
/* Aussenabstände  */
/* ----------------------------------- */
.outer-distance.col8 {
  width: inherit;
}

@media (min-width: 768px) {
  .outer-distance.col8 {
    width: var(--col8);
  }
}
/* ----------------------------------- */
/* 2-spaltiger Artikel (Text / Tabelle  */
/* ----------------------------------- */
.responsive iframe {
  border: 0;
}

/* rotation svg*/
.deg90 svg {
  transform: rotate(90deg);
}

.deg180 svg {
  transform: rotate(180deg);
}

.deg270 svg {
  transform: rotate(270deg);
}

/* Hilfsklassen */
/* Abstand zum äußeren Seitenrand */
.outer-distance {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 1276px !important;
}
@media (min-width: 1180px) {
  .outer-distance {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media (min-width: 1276px) {
  .outer-distance {
    max-width: 1276px;
  }
}
.outer-distance.teaser {
  max-width: 1436px !important;
}

.outer-distance-l {
  padding-left: 30px !important;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .outer-distance-l {
    padding-left: 80px !important;
  }
}
.outer-distance-l.teaser {
  max-width: 1436px !important;
}

.outer-distance-r {
  padding-right: 30px !important;
  max-width: 1276px !important;
}
@media (min-width: 768px) {
  .outer-distance-r {
    padding-right: 80px !important;
  }
}
.outer-distance-r.teaser {
  max-width: 1436px !important;
}

/* Reihenfolge */
.fd-row {
  flex-direction: row !important;
}

.fd-row-r {
  flex-direction: row-reverse !important;
}

.fd-col {
  flex-direction: column !important;
}

.fd-col-r {
  flex-direction: column-reverse !important;
}

/* Artikel Elemente Reihenfolge */
.order-66 {
  flex-direction: column !important;
}
/* No Padding */
.np-t {
  padding-top: 0 !important;
}

.np-b {
  padding-bottom: 0 !important;
}

/* No Margin */
.nm-t {
  margin-top: 0 !important;
}

.nm-b {
  margin-bottom: 0 !important;
}

.mb20,
.m-b-20 {
  margin-bottom: 20px !important;
}

.mb30,
.m-b-30 {
  margin-bottom: 30px !important;
}

.mb40,
.m-b-40 {
  margin-bottom: 40px !important;
}

.mb60,
.m-b-60 {
  margin-bottom: 60px !important;
}

.mb80,
.m-b-80 {
  margin-bottom: 80px !important;
}

.mt0,
.m-t-0 {
  margin-top: 0px !important;
}

.mt20,
.m-t-20 {
  margin-top: 20px !important;
}

.mt30,
.m-t-30 {
  margin-top: 30px !important;
}

.mt30-60 {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .mt30-60 {
    margin-top: 60px !important;
  }
}

.mt40,
.m-t-40 {
  margin-top: 40px !important;
}

.mt80,
.m-t-80 {
  margin-top: 80px !important;
}

.mt100,
.m-t-100 {
  margin-top: 100px !important;
}

.mr20,
.m-r-20 {
  margin-right: 20px !important;
}

.ml80,
.m-l-80 {
  margin-left: 80px !important;
}

.mr80,
.m-r-80 {
  margin-right: 80px !important;
}

.ml0,
.m-l-0 {
  margin-left: 0 !important;
}

.pl0,
.p-l-0 {
  padding-left: 0 !important;
}

.p20 {
  padding: 20px !important;
}

.pt20,
.p-t-20 {
  padding-top: 20px !important;
}

.pb20,
.p-b-20 {
  padding-bottom: 20px !important;
}

.pt40,
.p-t-40 {
  padding-top: 40px !important;
}

.pt80,
.p-t-80 {
  padding-top: 80px !important;
}

.pb40,
.p-b-40 {
  padding-bottom: 40px !important;
}

.pb80,
.p-b-80 {
  padding-bottom: 80px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.mr-gap {
  margin-right: var(--gap) !important;
}

.mr-gap2 {
  margin-right: calc(var(--gap) * 2) !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.plr-s {
  padding-left: 40px;
  padding-right: 40px;
}

.plr-m {
  padding-left: 80px;
  padding-right: 80px;
}

.plr-l {
  padding-left: 120px;
  padding-right: 120px;
}

.sb {
  justify-content: space-between !important;
}

.div-right .hyperlink_txt {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.div-center .hyperlink_txt {
  margin: 0 auto !important;
}

.txt-large,
.text-large {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.txt-small,
.text-small {
  font-size: 0.75rem;
  line-height: 1rem;
}

.txt-center,
.text-center {
  text-align: center;
}

.txt-left,
.text-left {
  text-align: left;
}

strong {
  font-family: genosbold;
}

.quote {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.quote-name {
  font-size: 1rem;
  font-family: genosbold;
  margin-bottom: 0;
}

.quote-title {
  font-size: 1rem;
}

.img-max-50 img {
  max-height: 50px;
  width: auto;
}

.img-max-35 img {
  max-height: 35px;
  width: auto;
}

.img-max-100 img {
  max-height: 100px;
  width: auto;
}

.pr {
  position: relative;
}

hr {
  border-top: 1px solid var(--white);
  border-bottom: none;
}

.clearfix {
  clear: both;
}

/* container */
body {
  font-family: genosregular;
  color: var(--marine-blue);
  font-size: 16px;
  line-height: 20px;
}

#wrapper {
  position: relative;
  min-height: 96vh;
  padding: 0;
}
@media (min-width: 768px) {
  #wrapper {
    position: relative;
    min-height: 96vh;
    padding: 0 2% 0 2%;
    padding: 0;
  }
}

#container {
  padding-bottom: 0;
}

.ce_image.col12 {
  margin-top: 15px;
  margin-bottom: 50px;
}

#shopmodule .imgshop {
  max-height: 30px;
}

#shopmodule .trow-border:first-of-type {
  border-top: none;
}

#shopmodule .tcell {
  padding-top: 10px;
  padding-bottom: 5px;
}

@media all and (max-width: 960px) {
  .ce_text ul,
  .ce_text ol {
    padding-left: 24px;
  }
  .ce_text ul.check-white li::before {
    left: 20px;
  }
}
/* ----------------- Accordion Einzelelement ---------------------- */
.ce_accordionSingle {
  border-top: 0px solid var(--medium-grey);
  margin-top: 15px;
  overflow: visible;
  text-align: left;
}

.ce_accordionSingle .toggler {
  background-color: transparent;
  border-radius: 16px;
  display: inline-block;
  color: var(--marine-blue);
  position: relative;
  top: -20px;
  padding: 2px 20px 2px 0px !important;
}

#main .ce_accordionSingle .toggler.ui-accordion-header {
  background-color: transparent;
}

.ce_accordionSingle .toggler:before {
  content: url(../../files/x_theme/img/css-icons/ico-arrow-toggler.svg);
  line-height: 1px;
  transform: rotate(270deg) !important;
  transform-origin: 50% 50%;
  margin: 0 5px 0 0;
  transition: 0.25s;
  display: inline-flex;
  position: relative;
  top: 1px;
  justify-content: center;
  align-items: center;
  background-color: var(--marine-blue);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.ce_accordionSingle .toggler.active {
  content: "Weniger anzeigen";
}

.ce_accordionSingle .toggler.active:before {
  transform: rotate(90deg) !important;
  background-color: var(--bright-orange);
  /*margin-right:0px;
    margin-left:5px;*/
}

.ui-accordion-content {
  text-align: left;
}

.ce_accordionSingle .ui-accordion-content {
  border-bottom: 1px solid var(--medium-grey);
  margin-bottom: 40px;
}

/* forms & buttons */
.ce_form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.ce_form .widget-select select.select {
  color: #fff;
  padding: 12px 15px;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  background-color: var(--ocean-blue);
  margin-left: 5px;
  font-family: genosregular;
}

.ce_form .widget-select .select option {
  background-color: #fff;
  color: var(--marine-blue);
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.ce_form .widget-select::after {
  content: url(../../files/x_theme/img/css-icons/ico-arrow.svg);
  filter: invert(100%) sepia(100%) saturate(18%) hue-rotate(214deg) brightness(103%) contrast(101%);
  margin-left: -24px;
  display: inline-block;
  transform: scale(0.8) rotate(-90deg);
}

.start a.hyperlink_txt:hover,
p.back a:hover,
.menue .submit:hover,
.slider .ce_text a:hover,
.mod_article.stage .ce_text a:hover,
.mod_article.teaser a.hyperlink_txt:hover,
.ce_hyperlink a:hover {
  background-color: var(--dirty-orange);
}

.mod_article.teaser a.hyperlink_txt,
.ce_hyperlink a {
  padding-left: 12px;
  padding-right: 12px;
}

.menue .submit {
  max-width: 300px;
  margin-top: 40px;
}

button:hover,
button.submit:hover,
input.button:hover,
.start a.hyperlink_txt:hover,
.menue .submit:hover,
.slider .ce_text a:hover,
.ce_hyperlink a:hover,
.ce_hyperlink a:hover,
a.hyperlink_txt:hover {
  background-color: var(--dirty-orange);
  text-decoration: none;
}

.ce_hyperlink.btn {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}

/* ----------------------------------- */
/* Call to action: Wir sind für sie da */
/* ----------------------------------- */
.cta.mod_article {
  margin-top: 40px !important;
}
.cta.mod_article .col7.flex {
  margin-right: var(--gap);
  height: -moz-min-content;
  height: min-content;
}
.cta.mod_article hr {
  margin: 20px 20px 20px 20px !important;
}
@media (min-width: 768px) {
  .cta.mod_article hr {
    margin: 20px 80px 0 80px !important;
  }
}
.cta.mod_article .ce_image {
  max-width: 100%;
}
@media (min-width: 768px) {
  .cta.mod_article .ce_image {
    max-width: var(--col4);
    max-width: var(--col6);
  }
  .cta.mod_article .ce_image.col4 {
    width: var(--col6);
  }
}
.cta.mod_article .ce_image img {
  -o-object-position: center;
     object-position: center;
  max-height: 40vh;
}
@media (min-width: 768px) {
  .cta.mod_article .ce_image img {
    max-height: inherit;
  }
}
.cta.mod_article .ce_image.icon_h {
  max-height: 64px !important;
  height: 64px !important;
  min-height: 64px !important;
  margin: 20px !important;
  width: auto;
}
@media (min-width: 500px) {
  .cta.mod_article .ce_image.icon_h {
    margin: 20px !important;
  }
}
@media (min-width: 768px) {
  .cta.mod_article .ce_image.icon_h {
    margin: 50px 20px 20px 20px !important;
  }
}
@media (min-width: 1180px) {
  .cta.mod_article .ce_image.icon_h {
    max-height: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
    margin: 50px 20px 20px 80px !important;
  }
}
.cta.mod_article .ce_text {
  margin: 20px 0px 0px 0px !important;
  padding: 0 !important;
  width: var(--col8) !important;
}
@media (min-width: 500px) {
  .cta.mod_article .ce_text {
    width: var(--col9) !important;
  }
}
@media (min-width: 768px) {
  .cta.mod_article .ce_text {
    margin: 50px 20px 0px 0px !important;
    width: var(--col7) !important;
  }
}
@media (min-width: 1180px) {
  .cta.mod_article .ce_text {
    width: var(--col8) !important;
  }
}
.cta.mod_article .ce_text h2,
.cta.mod_article .ce_text p {
  color: white !important;
}

/* ----------------------------------- */
/* downloads*/
/* ----------------------------------- */
.ce_downloads {
  margin-bottom: 20px;
}

.ce_downloads ul {
  padding-left: 0px;
  list-style: none;
}

.ce_downloads ul li,
.ce_download p {
  border-top: 1px solid var(--medium-grey);
  padding: 10px 0 10px 0;
}

.ce_downloads ul li:last-child,
.ce_download p {
  border-bottom: 1px solid var(--medium-grey);
}

li.download-element,
p.download-element {
  display: flex;
  justify-content: space-between;
  position: relative;
}

li.download-element a,
p.download-element a {
  display: flex;
  max-width: 70%;
}

span.size {
  width: 15%;
  color: var(--dark-grey);
  font-family: genosregular;
  position: absolute;
  right: 5%;
}

p.download-element span.size {
  right: 15%;
}

#main .mod_article ul li.download-element a:before,
p.download-element a::before {
  content: url("../../files/x_theme/img/css-icons/ico-document.svg") !important;
  padding-right: 15px;
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%); /* bright-orange */
  width: 25px;
  position: relative;
}

#main .mod_article ul li.download-element:after,
p.download-element:after {
  float: right;
  color: var(--dark-grey);
  font-family: genosregular;
}

#main .mod_article ul li.ext-pdf:after,
p.ext-pdf:after {
  content: "PDF";
}

#main .mod_article ul li.ext-ppt:after {
  content: "PPT";
}

#main .mod_article ul li.ext-pptx:after {
  content: "PPTX";
}

#main .mod_article ul li.ext-xlsx:after {
  content: "XLSX";
}

#main .mod_article ul li.ext-xls:after {
  content: "XLS";
}

#main .mod_article ul li.ext-doc:after {
  content: "DOC";
}

#main .mod_article ul li.ext-docx:after {
  content: "DOCX";
}

#main .mod_article ul li.ext-pdf:after {
  content: "PDF";
}

#main .mod_article ul li.ext-zip:after {
  content: "ZIP";
}

#main .mod_article ul li.ext-dotx:after {
  content: "DOTX";
}

#main .mod_article ul li.ext-rtf:after {
  content: "rtf";
}

@media all and (max-width: 1276px) {
  span.size {
    width: 25%;
  }
}
@media all and (max-width: 500px) {
  #main .mod_article ul li.download-element::after {
    content: "";
  }
  #main .mod_article ul li.download-element span {
    display: none;
  }
}
/* Content */
.icon_h.ce_image {
  text-align: right;
}

.oneline.icon_h.ce_image {
  margin-top: -14px;
}

.icon_h img {
  width: 54px;
  height: 54px;
}

.colors {
  height: 80px;
  margin-bottom: 30px;
}

.shadow {
  box-shadow: 1px 2px 3px 1px #424242;
  -moz-box-shadow: 1px 2px 3px 1px #424242;
  -webkit-box-shadow: 1px 2px 3px 1px #424242;
}

.mobile {
  display: block;
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media (min-width: 768px) {
  .desktop {
    display: block;
  }
}

@media all and (max-width: 500px) {
  .icon_h.ce_image {
    margin-left: 0%;
    margin-right: 0%;
    text-align: left;
  }
  .ap.col5.last {
    margin-left: 12%;
  }
}
/* Tabelle */
.tabelle {
  width: 100%;
}

.tabelle p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: genosbold;
}

.tabelle .greybg p,
.tabelle p span,
.tabelle div.theader p {
  font-family: genosregular;
}

.tabelle .greybg p {
  text-align: right;
  margin-right: 15px;
}

.tabelle .greybg {
  background-color: var(--light-grey);
}

.tabelle .col5.flex {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  width: 45.7%;
  margin-bottom: 20px;
}

.tabelle div div {
  border-top: 1px solid var(--medium-grey);
}

.tabelle div.last {
  border-bottom: 1px solid var(--medium-grey);
}

.tabelle div.theader {
  border-top: 0px solid #fff;
  width: 100%;
  padding: 0 0 10px 0;
}

.tabelle .col-2 {
  width: 50%;
}

.tabelle .col-1 {
  width: 100%;
}

.tabelle div .col-2.greybg p {
  margin-left: 20px;
}

.tabelle p span {
  color: var(--dark-grey);
}

.tabelle .flex {
  width: 100%;
}

.ce_accordion .tabelle .col5.flex {
  width: 48%;
}

.col8 .tabelle .col5.last {
  margin-left: 4%;
}

@media all and (max-width: 500px) {
  .tabelle .col5.flex,
  .tabelle .col-2 {
    width: 100%;
    margin: 0;
  }
  .tabelle .col-2 {
    max-width: 50%;
  }
}
/*Accordion 1 */
/* alte Version als Backup */
/*#main .toggler { color:var(--marine-blue); margin-top:5px; padding:10px 50px 10px 0px; cursor:pointer;line-height:28px; font-family:genosbold; clear:both; }*/
#main .toggler {
  color: white;
  margin-top: 5px;
  padding: 5px 20px 5px 0px;
  cursor: pointer;
  line-height: 26px;
  font-family: genosbold;
  clear: both;
}

#main .toggler.ui-accordion-header {
  display: inline-block;
  color: var(--marine-blue);
  background-color: transparent;
  border-radius: 20px;
}

#main .toggler.ui-accordion-content {
  background-color: transparent;
}

#main .toggler.ui-accordion-header-active {
  color: var(--bright-orange) !important;
}
#main .toggler.ui-accordion-header-active .toggler-img {
  background-color: var(--bright-orange) !important;
}

#main .toggler-img {
  width: 29px;
  height: 26px;
  text-align: center;
  padding-top: 3px;
  margin-right: 5px;
  margin-left: 5px;
  display: block;
  float: left;
  background-color: var(--marine-blue);
  border-radius: 50%;
}

#main .toggler-img svg {
  color: #fff;
  transform: rotate(-90deg);
  transition: 0.25s;
}

#main .active .toggler-img svg {
  transform: rotate(90deg);
}

/* Pagenavi */
/* Accordion Pagenav */
#main .pagenavi .ui-accordion-header-icon {
  padding-left: 10px;
  display: block;
}

#main .pagenavi .toggler {
  height: 32px !important;
  color: var(--bright-orange);
  margin-top: 5px;
  padding: 4px 20px 4px 20px;
  cursor: pointer;
  font-weight: bold;
  line-height: 32px;
  background-color: var(--light-grey);
  border-radius: 50px;
  width: 215px;
}

#main .pagenavi .toggler::after {
  margin-left: 5px;
  content: url(../../files/x_theme/img/css-icons/ico-arrow.svg);
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
  transform: rotate(-90deg);
  padding-top: 1px;
  display: inline-block;
}

#main .pagenavi .toggler.ui-accordion-header-active::after {
  filter: invert(100%) sepia(100%) saturate(18%) hue-rotate(214deg) brightness(103%) contrast(101%);
  transform: rotate(90deg);
}

#main .pagenavi .toggler.ui-accordion-header-active {
  background-color: var(--bright-orange);
  color: #fff !important;
}

#main .pagenavi ul li {
  list-style: none;
}

#main .pagenavi ul li:before {
  content: url(../../files/x_theme/img/css-icons/ico-arrow.svg);
  display: inline-block;
  vertical-align: 8%;
  margin-right: 10px;
  transform: rotate(-90deg);
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
}

#main .pagenavi ul li a {
  color: var(--bright-orange);
}

ul.onepage_navigation__list {
  padding-left: 35px;
}

#main .pagenavi .toggler:hover {
  background-color: var(--mediumlight-grey);
}

#main .pagenavi .toggler.ui-accordion-header-active:hover {
  background-color: var(--dirty-orange);
}

/* mod_faqpage */
.mod_faqpage input {
  display: none;
}

.mod_faqpage section label {
  font-family: genosbold;
}

.mod_faqpage h2 {
  display: none;
}

.ce_text.block.tab-content {
  margin: 8px 0 16px 0px;
}

/* .ce_toplink {} */
.ce_toplink a {
  width: 40px;
  height: 40px;
  display: block;
  pointer-events: none;
  background: url("../../files/x_theme/img/css-icons/ico-arrow.svg") no-repeat center;
  filter: invert(100%) sepia(100%) saturate(18%) hue-rotate(214deg) brightness(103%) contrast(101%);
}

.ce_toplink {
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  border-radius: 20px;
  position: fixed;
  bottom: 21vh;
  right: 1vw;
  transform: rotate(90deg);
  opacity: 0;
  transition: all 600ms ease 0s;
  z-index: 2000;
  background: var(--marine-blue);
}

.ce_toplink:hover {
  background-color: var(--dark-blue);
}

.ce_toplink.fixed {
  opacity: 100;
  transition: all 600ms ease 0s;
}

.ce_toplink.fixed a {
  pointer-events: auto;
}

/* Ankerlink */
/* Loesungsfinder */
.loesungsfinder .col4 .ce_text {
  min-height: 240px;
  margin-bottom: 15px;
}
.loesungsfinder a:hover {
  text-decoration: none;
}
.loesungsfinder .loesung img {
  max-width: 50px;
  margin-bottom: 30px;
}
.loesungsfinder h2 {
  margin-bottom: 20px;
}
.loesungsfinder h3 {
  margin-bottom: 10px;
  color: white;
}

/* ----------------------------- */
/* Tables */
/* ----------------------------- */
.mobile .table-wrapper h3 {
  margin: 30px 0 20px 0;
}

.trow {
  clear: both;
  display: flex;
}

.tcell {
  min-width: inherit;
  float: left;
  text-align: left !important;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .tcell {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .tcell.sub {
    padding-top: 8px !important;
    padding-left: 0 !important;
    padding-bottom: 8px !important;
  }
}

.tcell h4,
.tcell p {
  margin: 0 !important;
}

.mobile .tcell h4 {
  margin-top: 20px !important;
}

.tcell h4 {
  font-size: 18px;
}

.tfirst {
  padding-left: 0;
  padding-right: var(--gap);
}
.tcell-bg {
  background-color: var(--light-grey);
  padding-left: var(--gap);
  padding-right: var(--gap);
  margin-right: var(--gap);
  margin-right: 0;
}

.trow-border {
  border-bottom: 1px solid var(--medium-grey);
}

.mobile br {
  display: block;
}

@media (max-width: 500px) {
  .ttable .ico-marine-blue {
    float: right;
    margin-right: 20px;
    background-color: fuchsia !important;
  }
  .ttable strong {
    padding-right: 3px;
  }
}
/* Services: Immer für Sie da */
.mod_article.services .ce_text {
  width: var(--col12);
}
@media (min-width: 1180px) {
  .mod_article.services .ce_text {
    width: var(--col10);
  }
}
.mod_article.services .ce_text img {
  max-width: 50px;
}
@media (min-width: 768px) {
  .mod_article.services .ce_text img {
    max-width: 80px;
  }
}
@media (min-width: 1180px) {
  .mod_article.services .ce_text img {
    max-width: inherit;
  }
}
.mod_article.services .ce_text a {
  color: var(--bright-orange) !important;
  /* font-size: 16px; */
  letter-spacing: -0.4px;
  text-decoration: none;
  background-color: transparent;
  max-height: inherit;
  height: inherit;
  border-radius: 0;
  padding: 0;
  display: block !important;
  align-items: center;
  transition: 200ms all ease-in-out;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.mod_article.services .ce_text a:hover {
  background-color: transparent !important;
}
.mod_article.services .ce_text a,
.mod_article.services .ce_text p,
.mod_article.services .ce_text strong {
  line-height: 20px !important;
  font-family: "genosregular";
}
@media (min-width: 768px) {
  .mod_article.services .ce_text a,
  .mod_article.services .ce_text p,
  .mod_article.services .ce_text strong {
    font-family: "genosbold";
  }
}

/* Fonts.css */
@font-face {
  font-family: "genosregular";
  src: url("../../files/x_theme/font/GenosGFG-Regular.eot");
  src: url("../../files/x_theme/font/GenosGFG-Regular.eot?#iefix") format("embedded-opentype"), url("../../files/x_theme/font/GenosGFG-Regular.woff") format("woff"), url("../../files/x_theme/font/GenosGFG-Regular.ttf") format("truetype"), url("../../files/x_theme/font/GenosGFG-Regular.svg#GenosGFG-Regular") format("svg");
}
@font-face {
  font-family: "genosbold";
  src: url("../../files/x_theme/font/GenosGFG-Bold.eot");
  src: url("../../files/x_theme/font/GenosGFG-Bold.eot?#iefix") format("embedded-opentype"), url("../../files/x_theme/font/GenosGFG-Bold.woff") format("woff"), url("../../files/x_theme/font/GenosGFG-Bold.ttf") format("truetype"), url("../../files/x_theme/font/GenosGFG-Bold.svg#GenosGFG-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "vr-payment";
  src: url("../../files/x_theme/font/VR-Payment.eot");
  src: url("../../files/x_theme/font/VR-Payment.eot?#iefix") format("embedded-opentype"), url("../../files/x_theme/font/VR-Payment-Bold.woff") format("woff"), url("../../files/x_theme/font/VR-Payment-Bold.ttf") format("truetype"), url("../../files/x_theme/font/VR-Payment-Bold.svg#VR-Payment") format("svg");
  font-weight: bold;
  font-style: normal;
}
.btn,
.button {
  background-color: var(--marine-blue);
  height: 40px !important;
  padding: 0 20px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  letter-spacing: 0px;
  display: inline-grid;
  align-content: center;
  justify-content: center;
  border-radius: 20px;
  color: var(--white);
  transition: 0.25s;
}
.btn:hover,
.button:hover {
  text-decoration: none;
}
.btn.marine,
.button.marine {
  color: var(--white);
}
.btn.marine:hover,
.button.marine:hover {
  background-color: var(--dark-blue);
}
.btn.orange,
.button.orange {
  background-color: var(--bright-orange);
  color: var(--white);
}
.btn.orange:hover,
.button.orange:hover {
  background-color: var(--dirty-orange);
}

button,
button.submit,
input.button {
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding: 5px 20px 0 20px;
  background-color: var(--bright-orange);
  border: 0px solid #fff;
  border-radius: 20px;
  max-height: 40px;
  height: 40px;
  font-size: 16px;
  font-family: genosbold;
  color: #fff;
  background-image: none;
  cursor: pointer;
  transition: 0.25s;
}
@media (min-width: 768px) {
  button,
  button.submit,
  input.button {
    padding: 5px 20px 0px 20px;
  }
}

/* Besonderheiten: 
    eventuell auf button allgemein übertragen
 */
button.btn.btn-primary.w-100 {
  display: initial;
}

/* Cookiebar */
.contao-cookiebar .highlight .cc-btn.success {
  background: var(--bright-orange);
  border-color: var(--bright-orange);
  color: #fff;
}

.contao-cookiebar .highlight .cc-btn.success:hover {
  background: var(--dirty-orange);
  border-color: var(--dirty-orange);
}

.contao-cookiebar input:checked + label:before {
  background: #fee6d8;
  border-color: var(--bright-orange);
}

.contao-cookiebar input:checked + label:after {
  background: var(--bright-orange);
  margin-left: 17px;
}

.contao-cookiebar input:disabled + label:before {
  background: #f4f4f4;
  border-color: #c8c7c5;
}

.contao-cookiebar input:disabled + label:after {
  background: #c8c7c5;
}

/* Text Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: genosbold;
  margin: 0 0 0 0;
}

p {
  font-family: genosregular;
  margin: 0 0 0 0;
}

/* mobile */
h1 {
  font-size: 30px;
  color: var(--marine-blue);
  letter-spacing: -0.25px;
  line-height: 29.4px;
  font-weight: 700;
  margin-bottom: 40px;
}

h2 {
  font-size: 21px;
  color: var(--marine-blue);
  letter-spacing: -0.25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

h3 {
  font-size: 18px;
  color: var(--marine-blue);
  letter-spacing: -0.25px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

h4 {
  font-size: 16px;
  color: var(--marine-blue);
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 700;
}

p {
  color: var(--marine-blue);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
p .lead {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 22px;
}

.bold {
  font-family: genosbold !important;
}

/* Ende Mobile */
/* Start Desktop */
.mod_article.stage p {
  margin-bottom: 40px;
  font-size: 18px;
  color: #002d67;
  letter-spacing: 0px;
  line-height: 22px;
  font-weight: 400;
}

/* desktop */
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
    letter-spacing: -0.25px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 60px;
  }
  h2 {
    font-size: 26px;
    letter-spacing: -0.25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 20px;
    letter-spacing: -0.25px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  p {
    color: var(--marine-blue);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  p .lead {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 25px;
  }
  ul {
    font-size: 16px;
    font-family: genosregular;
    color: var(--marine-blue);
    letter-spacing: 0px;
    line-height: 20px;
  }
  ul.strong, ul.bold {
    font-weight: 700;
    font-family: genosbold !important;
  }
  li {
    margin-bottom: 10px;
  }
  a {
    font-family: genosbold;
    color: var(--bright-orange);
  }
  li {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  li {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .mod_article.stage p {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 25px;
  }
}
/* Abweichungen vom Standard */
.mod_article.stage.ocean h1,
.mod_article.stage.ocean p {
  color: var(--white);
}

a {
  text-decoration: none;
  color: var(--marine-blue);
}

a:hover {
  text-decoration: underline;
  color: var(--dark-blue);
}

.ce_text a,
.ce_hyperlink a,
.pagenavi ul li a,
li.download-element a,
p.download-element a {
  font-family: genosbold;
  color: var(--bright-orange);
}

.ce_hyperlink.marine {
  background-color: transparent !important;
}

.ce_hyperlink.marine a {
  background-color: var(--marine-blue) !important;
}

.ce_hyperlink.marine a:hover {
  background-color: var(--dark-blue) !important;
}

strong,
.pagenavi ul li a:hover,
li.download-element a:hover {
  font-family: genosbold;
}

.ce_hyperlink.extern a {
  background-color: transparent;
  text-align: left;
  color: var(--bright-orange);
  margin-left: 0;
  max-width: 100%;
}

.ce_hyperlink.extern a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.ce_hyperlink.extern a:before {
  content: url(../../files/x_theme/img/css-icons/ico-link-ext.svg);
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
  margin-right: 8px;
}

a,
a:link,
a:visited,
.toggler {
  outline: none;
  color: var(--bright-orange);
  text-decoration: none;
}

.ce_headline .vrp-icon {
  margin-left: -10px;
}

/* List Styles */
.ce_text ul,
.ce_text ol {
  padding-left: 30px;
  position: relative;
}

.ce_text ol li,
.ce_text ul li {
  margin-bottom: 5px;
  list-style: none;
}

.ce_text ul li::before {
  content: url(../../files/x_theme/img/css-icons/ico-bullet_dot.svg);
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
  display: inline-block;
  transform: scale(1) rotate(0deg);
  position: absolute;
  left: 0px;
}

.ce_text ul.dot-orange li::before {
  content: url(../../files/x_theme/img/css-icons/ico-bullet_dot.svg);
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
  display: inline-block;
  transform: scale(1) rotate(0deg);
  position: absolute;
  left: 0px;
}

.ce_text ul.check-white {
  position: inherit;
  margin-top: 0px;
  margin-bottom: 15px;
}

.ce_text ul.check-white li::before {
  content: url("../../files/x_theme/img/css-icons/ico-bullet.svg");
  margin-right: 5px;
  display: inline-block;
  transform: scale(1) rotate(0deg);
  filter: invert(100%) sepia(100%) saturate(18%) hue-rotate(214deg) brightness(103%) contrast(101%);
  position: absolute;
  left: 0px;
}

.txt-white p,
.txt-white h1,
.txt-white h2 {
  color: #fff !important;
}

figcaption.caption {
  line-height: 20px;
  font-size: 13px;
  color: var(--dark-grey);
  margin-top: 10px;
}

.datenschutz .ce_text ol li {
  list-style-type: decimal;
}
.datenschutz .ce_text ol ul li {
  list-style-type: none;
}

#footer h2 {
  margin-top: 0px;
}
@media (min-width: 768px) {
  #footer h2 {
    margin-top: 10px;
  }
}

.footer .socialicons li {
  background: var(--bright-orange);
}
.footer .socialicons li:hover {
  background: var(--dirty-orange);
}

.ico-facebook {
  background-image: url(/files/x_theme/img/css-icons/ico-facebook.svg);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.ico-twitter {
  background-image: url(/files/x_theme/img/css-icons/ico-twitter.svg);
  width: 40px;
  height: 40px;
  display: inline-block;
}

.ico-linkedin {
  background-image: url(/files/x_theme/img/css-icons/ico-linkedin.svg);
  width: 40px;
  height: 40px;
  display: inline-block;
}

.ico-xing {
  background-image: url(/files/x_theme/img/css-icons/ico-xing.svg);
  width: 40px;
  height: 40px;
  display: inline-block;
}

.ico-youtube {
  background-image: url(/files/x_theme/img/css-icons/ico-youtube.svg);
  width: 40px;
  height: 40px;
  display: inline-block;
}

.ico-instagram {
  background-image: url(/files/x_theme/img/css-icons/ico-instagram.svg);
  width: 40px;
  height: 40px;
  display: inline-block;
}

.ico-phone {
  background-image: url(/files/x_theme/img/css-icons/ico-phone.svg);
  width: 13px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.ico-mail {
  background-image: url(/files/x_theme/img/css-icons/ico-mail.svg);
  width: 16px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.ico-link-ext {
  background-image: url(/files/x_theme/img/css-icons/ico-link-ext.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

/* Farbwerte als Filter https://css-tricks.com/change-color-of-svg-on-hover/ */
.ico-ocean-blue {
  filter: invert(26%) sepia(95%) saturate(3948%) hue-rotate(191deg) brightness(85%) contrast(101%);
}

.ico-very-light-blue {
  filter: invert(100%) sepia(57%) saturate(896%) hue-rotate(173deg) brightness(99%) contrast(94%);
}

.ico-bright-orange {
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
}

.ico-dirty-orange {
  filter: invert(29%) sepia(77%) saturate(5512%) hue-rotate(30deg) brightness(95%) contrast(100%);
}

.ico-marine-blue {
  filter: invert(12%) sepia(38%) saturate(5433%) hue-rotate(201deg) brightness(92%) contrast(106%);
}

.ico-powder-blue {
  filter: invert(78%) sepia(57%) saturate(159%) hue-rotate(179deg) brightness(101%) contrast(88%);
}

.ico-white {
  filter: invert(100%) sepia(100%) saturate(18%) hue-rotate(214deg) brightness(103%) contrast(101%);
}

.ico-light-grey-blue {
  filter: invert(76%) sepia(27%) saturate(433%) hue-rotate(171deg) brightness(92%) contrast(96%);
}

.ico-black {
  filter: invert(0%) sepia(4%) saturate(0%) hue-rotate(293deg) brightness(102%) contrast(105%);
}

.ico-brown-grey {
  filter: invert(62%) sepia(0%) saturate(115%) hue-rotate(261deg) brightness(83%) contrast(90%);
}

.ico-brownish-grey {
  filter: invert(36%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(93%) contrast(89%);
}

.ico-true-green {
  filter: invert(41%) sepia(80%) saturate(5923%) hue-rotate(112deg) brightness(98%) contrast(107%);
}

.ico-red {
  filter: invert(10%) sepia(94%) saturate(6034%) hue-rotate(6deg) brightness(86%) contrast(115%);
}

.ico-medium-grey {
  filter: invert(89%) sepia(0%) saturate(0%) hue-rotate(150deg) brightness(88%) contrast(87%);
}

.ico-light-grey {
  filter: invert(99%) sepia(84%) saturate(33%) hue-rotate(280deg) brightness(115%) contrast(93%);
}

.ico-dark-grey {
  filter: invert(57%) sepia(0%) saturate(1252%) hue-rotate(135deg) brightness(89%) contrast(92%);
}

.ico-dark-blue {
  filter: invert(10%) sepia(81%) saturate(1092%) hue-rotate(184deg) brightness(100%) contrast(110%);
}

.ico-mediumlight-grey {
  filter: invert(99%) sepia(5%) saturate(103%) hue-rotate(95deg) brightness(116%) contrast(73%);
}

@font-face {
  font-family: "VR-Payment";
  src: url("../../files/x_theme/css/files/x_theme/font/VR-Payment.eot");
}
@font-face {
  font-family: "VR-Payment";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.vrp-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "VR-Payment" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  letter-spacing: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vrp-icon-check:before {
  content: "\e900";
}

.vrp-icon-cross:before {
  content: "\e901";
}

.vrp-icon-arrow_left:before {
  content: "\e902";
  color: #002d67;
}

.vrp-icon-arrow_right:before {
  content: "\e903";
}

.vrp-icon-blank:before {
  content: "\e904";
}

.vrp-icon-blank1:before {
  content: "\e905";
}

.vrp-icon-blank2:before {
  content: "\e906";
}

.vrp-icon-blank3:before {
  content: "\e907";
}

.vrp-icon-blank4:before {
  content: "\e908";
}

.vrp-icon-contact .path1:before {
  content: "\e909";
  color: #002d67;
}

.vrp-icon-contact .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: #0066b3;
}

.vrp-icon-contact .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: #ff6600;
}

.vrp-icon-faq .path1:before {
  content: "\e90c";
  color: #002d67;
}

.vrp-icon-faq .path2:before {
  content: "\e90d";
  margin-left: -1em;
  color: #0066b3;
}

.vrp-icon-faq .path3:before {
  content: "\e90e";
  margin-left: -1em;
  color: #ff6600;
}

.vrp-icon-overview .path1:before {
  content: "\e90f";
  color: #002d67;
}

.vrp-icon-overview .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: #0066b3;
}

.vrp-icon-overview .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: #ff6600;
}

.vrp-icon-search .path1:before {
  content: "\e912";
  color: #002d67;
}

.vrp-icon-search .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: #0066b3;
}

.vrp-icon-search .path3:before {
  content: "\e914";
  margin-left: -1em;
  color: #ff6600;
}

vrp-icon-colon .path1:before {
  content: "\e915";
  color: #0066b3;
}

.vrp-icon-colon .path2:before {
  content: "\e916";
  margin-left: -0.3333333333em;
  color: #ff6600;
}

.vrp-icon-colon.icon-inverted .path1:before {
  content: "\e915";
  color: #002d67;
}

.vrp-icon-colon .path4:before {
  content: "\e916";
  margin-left: -0.3333333333em;
  color: #fff;
}

/* Doppelpunkt */
.icon {
  display: inline-flex;
}
@media (min-width: 768px) {
  .icon {
    margin-left: 1px;
  }
}

h1 svg {
  height: 16px;
}
@media (min-width: 768px) {
  h1 svg {
    height: 21px;
  }
}

h2 svg {
  height: 11px;
}
@media (min-width: 768px) {
  h2 svg {
    height: 13px;
  }
}

h3 svg {
  height: 9px;
}
@media (min-width: 768px) {
  h3 svg {
    height: 11px;
  }
}

/* externer Link */
a.link-ext::before {
  content: "";
  background-image: url(/files/x_theme/img/css-icons/ico-link-ext.svg);
  color: var(--bright-orange);
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
}

/* header */
header#header {
  max-width: calc(100% - 40px);
  margin: 0 20px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 5002;
  padding-bottom: 0px;
  padding-top: 0px;
  height: 126px;
  z-index: 1999;
}
@media (min-width: 768px) {
  header#header {
    margin: 0 auto;
    height: 88px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
  }
}
@media (min-width: 1180px) {
  header#header {
    padding-top: 0px;
    padding-left: 80px;
    padding-right: 80px;
    height: 88px;
    z-index: 1999;
  }
}
@media (min-width: 1436px) {
  header#header {
    padding-left: 0px;
    padding-right: 0px;
    width: 1276px;
    max-width: fill-available;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
  }
}
header#header #logo {
  float: left;
  position: relative;
  z-index: 2001;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  header#header #logo {
    margin-top: 27px;
  }
}
header#header #logo img {
  width: 180px;
}
header#header .btn-list button {
  padding: 0;
}

/* Falls Header kleiner sein soll */
/* Mobile Nav */
#dark-layer {
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 200vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  transition: 1000ms all !important;
  margin-left: -200px;
}
@media (min-width: 1180px) {
  #dark-layer {
    display: none !important;
  }
}

.btn-list {
  display: block;
  position: absolute;
  right: 0px;
  top: 24px;
  top: 1px;
  margin-top: 16px;
}
@media (min-width: 1180px) {
  .btn-list {
    display: none;
  }
}
.btn-list button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-list .slide-menu-control {
  min-width: 40px;
  width: 100px;
  height: 40px;
  cursor: pointer;
  background-color: var(--very-light-blue);
  border-radius: 20px;
  margin-top: 0px;
  font-family: "genosregular";
  color: var(--marine-blue);
}
.btn-list .slide-menu-control svg {
  margin-right: 10px;
  pointer-events: none;
}
.btn-list .menu-close {
  background-image: url("../../files/x_theme/img/css-icons/ico-close.svg");
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-color: var(--white);
}

.slide-menu {
  background: var(--light-grey);
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  position: fixed;
  width: 320px;
  max-width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateX(100%);
  overflow-y: auto;
}
@media (min-width: 1180px) {
  .slide-menu {
    display: none !important;
  }
}
.slide-menu ul {
  padding-top: 78px;
  position: relative;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.slide-menu ul li {
  border-top: 1px solid var(--medium-grey);
  margin: 0 10px 0 10px !important;
}
.slide-menu ul li.last {
  border-bottom: 1px solid var(--medium-grey);
}
.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
.slide-menu ul a {
  display: flex;
  justify-content: space-between;
  color: var(--marine-blue);
  padding: 16px 0px;
  font-family: genosregular;
  cursor: pointer;
}
.slide-menu ul a:hover {
  text-decoration: none;
}
.slide-menu ul li strong {
  color: var(--marine-blue);
  padding: 16px 0px;
  display: block;
}
.slide-menu__slider {
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  width: 100%;
  transform: translateX(0);
}
.slide-menu__decorator img {
  width: 7px;
}
.slide-menu__backlink {
  margin-left: 0;
  justify-content: start !important;
}
.slide-menu__backlink img {
  width: 7px;
  margin-right: 5px;
}

/* Main Navi */
#cssmenu {
  display: none;
  overflow: visible;
  width: 100%;
  position: absolute;
  z-index: 2000;
  clear: both;
}
@media (min-width: 1180px) {
  #cssmenu {
    display: block;
  }
}
#cssmenu a {
  color: var(--marine-blue);
  font-family: genosregular;
}
#cssmenu ul {
  display: flex;
  align-content: flex-start;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}

#cssmenu > ul.level_1 {
  padding-right: 20px;
  float: right;
  width: 530px;
}

#cssmenu > ul.level_1 > li {
  flex-grow: 0; /* default 0 */
}

#cssmenu > ul.level_1 > li.active,
#cssmenu > ul.level_1 > li.trail > a {
  color: var(--bright-orange);
  color: var(--bright-red);
}

#cssmenu > ul.level_1 > li.trail::after {
  content: url("../../files/x_theme/img/css-icons/ico-arrow.svg");
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
}

#cssmenu ul li {
  color: var(--marine-blue);
  padding: 39px 2% 29px 2%;
  clear: both;
}

#cssmenu li.submenu {
  padding-top: 37px;
}

#cssmenu ul li:hover {
  background-color: var(--light-grey);
}

#cssmenu > ul.level_1 > li.trail,
#cssmenu ul li:hover a,
#cssmenu ul li.trail:hover {
  color: var(--bright-orange);
}

#cssmenu > ul.level_1 > li.trail:hover::after {
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
}

#cssmenu ul li a {
  text-decoration: none;
}

.mm_dropdown ul.level_2,
.mm_dropdown ul.level_1 {
  flex-direction: column;
  padding: 0;
}

#cssmenu .mm_dropdown ul.level_2 li {
  padding: 0 0 5px 0;
}

.mod_navigation li.mm_container .mm_dropdown > .inner {
  background: var(--light-grey);
  border: 0px solid #fff;
  padding: 40px 0;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1276px) {
  .mod_navigation li.mm_container .mm_dropdown > .inner {
    max-width: 1276px;
  }
}

.mod_navigation li.mm_container:hover > a:after,
.mod_navigation li.mm_container:hover > span:after {
  height: 0px;
}

/* .mm_dropdown .inner .mod_navigation, .mm_dropdown .inner .mod_customnav {margin: 0 15.5% 0 15.5%;} */
li.start {
  display: none;
}

li.mm_container::after {
  content: url("../../files/x_theme/img/css-icons/ico-arrow.svg");
  vertical-align: 2px;
  display: inline-block;
  transform: scale(0.5) rotate(-90deg);
  filter: invert(12%) sepia(38%) saturate(5433%) hue-rotate(201deg) brightness(92%) contrast(106%);
}

li.mm_container:hover::after {
  content: url("../../files/x_theme/img/css-icons/ico-arrow.svg");
  vertical-align: 2px;
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
}

.mod_navigation li.mm_container .mm_dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  padding-top: 29px;
  margin-left: -50%;
  margin-right: -50%;
  background-color: var(--light-grey);
  margin-top: 28px;
}

#cssmenu .mm_subnav_head,
#cssmenu .mm_subnav_links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#cssmenu .mm_dropdown ul.level_1 > li {
  width: 100%;
  margin-right: 0;
  padding: 0 0 8px 0;
  margin-bottom: 5px !important;
}

#cssmenu .mm_dropdown ul.level_1 > li a {
  color: var(--bright-orange);
  font-family: genosbold;
}

#cssmenu .mm_dropdown ul.level_1 > li a:hover {
  color: var(--dirty-orange);
}

#cssmenu .mm_dropdown ul.level_1 > li.active {
  text-decoration: underline;
  color: var(--bright-orange);
  font-family: genosbold;
}

#cssmenu .mm_dropdown ul.level_1 > li.last {
  margin-right: 0;
}

#cssmenu .mm_dropdown .ce_text {
  padding-top: 40px;
}

#cssmenu .mm_dropdown .ce_text h4 {
  border-bottom: 1px solid var(--medium-grey);
  margin-bottom: 10px;
  padding-bottom: 15px;
  margin-top: 10px;
  color: var(--marine-blue);
}

#cssmenu .mm_dropdown .ce_text p {
  color: var(--dark-grey);
}

#cssmenu .mm_dropdown .image_container {
  margin-top: -10px;
  margin-right: 10px;
}

#cssmenu .mm_dropdown .image_container img {
  width: 40px;
}

#cssmenu .nonavlink,
#cssmenu .nonavlink > a,
.mod_breadcrumb .nonavlink,
.mod_breadcrumb .nonavlink a {
  cursor: unset;
  pointer-events: inherit;
}

/* Breadcrumb # */
.mod_breadcrumb {
  display: none;
  color: var(--dark-grey);
  font-size: 14px;
  max-width: 1276px;
  margin: 0 auto 0 auto;
  margin: 0 80px;
  clear: both;
  border-top: 1px solid var(--medium-grey);
}
@media (min-width: 768px) {
  .mod_breadcrumb {
    display: flex;
    margin: 0 20px;
  }
}
@media (min-width: 1180px) {
  .mod_breadcrumb {
    margin: 0 80px;
  }
}
@media (min-width: 1436px) {
  .mod_breadcrumb {
    margin: auto;
  }
}
.mod_breadcrumb ul {
  list-style: none;
  padding: 0;
}
.mod_breadcrumb li {
  float: left;
  margin-right: 5px;
  list-style: none;
  line-height: 2rem;
}
.mod_breadcrumb li:before {
  content: url(../../files/x_theme/img/css-icons/ico-arrow.svg);
  margin-right: 5px;
  /*vertical-align: 7%;*/
  display: inline-block;
  transform: scale(0.7) rotate(180deg);
  filter: invert(57%) sepia(0%) saturate(1252%) hue-rotate(135deg) brightness(89%) contrast(92%); /*dark-grey*/
  line-height: 0.8;
}
.mod_breadcrumb li a, .mod_breadcrumb li.active, .mod_breadcrumb li.last {
  text-decoration: none;
  color: var(--dark-grey);
  font-family: genosregular;
}

.start .mod_breadcrumb li.first {
  content: "";
  display: none;
}

.login .mod_breadcrumb li:before,
.subpage .mod_breadcrumb li:nth-child(2) {
  content: "";
}

.mod_breadcrumb li.first:before,
.start .mod_breadcrumb li:before {
  content: "";
}

.login .mod_breadcrumb {
  margin-top: 15px;
}

.mod_article {
  position: relative;
  max-width: 1436px;
  margin: 20px auto 0 auto;
  overflow: visible;
  margin: 0 auto 40px auto;
  /*-------------------------------------------*/
  /* Ausnahmen für margin bottom */
  /*-------------------------------------------*/
}
@media (min-width: 768px) {
  .mod_article {
    margin: 0px auto 80px auto;
  }
}
.mod_article.cta, .mod_article.ppower, .mod_article.newsletter {
  margin-bottom: 0;
}
.mod_article .ce_hyperlink.button, .mod_article .ce_hyperlink.btn, .mod_article .ce_hyperlink.btn a, .mod_article .ce_hyperlink.button a, .mod_article .ce_hyperlink.btn .ce_text, .mod_article .ce_hyperlink.button .ce_text {
  border-radius: 20px;
  color: white !important;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 25px;
  text-decoration: none;
  background-color: var(--bright-orange);
  max-height: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  display: inline-flex !important;
  align-items: center;
  transition: 200ms all ease-in-out;
}
.mod_article .ce_hyperlink.button:hover, .mod_article .ce_hyperlink.btn:hover, .mod_article .ce_hyperlink.btn a:hover, .mod_article .ce_hyperlink.button a:hover, .mod_article .ce_hyperlink.btn .ce_text:hover, .mod_article .ce_hyperlink.button .ce_text:hover {
  background-color: var(--dirty-orange) !important;
}
@media (min-width: 768px) {
  .mod_article .ce_hyperlink.button, .mod_article .ce_hyperlink.btn, .mod_article .ce_hyperlink.btn a, .mod_article .ce_hyperlink.button a, .mod_article .ce_hyperlink.btn .ce_text, .mod_article .ce_hyperlink.button .ce_text {
    border-radius: 35px;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 25px;
    padding: 0 20px;
  }
}
.mod_article a.normal {
  background-color: transparent;
  color: var(--bright-orange) !important;
  border: none;
  padding: 0;
  height: auto;
}
.mod_article a.normal:hover {
  text-decoration: underline;
  background-color: transparent !important;
}

.lesegeraete {
  justify-content: space-between;
}
.lesegeraete .image {
  width: var(--col12);
}
@media (min-width: 768px) {
  .lesegeraete .image {
    width: var(--col5);
    margin-right: var(--gap);
  }
}
.lesegeraete .image .img {
  width: 40%;
}
.lesegeraete .image .title {
  width: 55%;
  margin-left: 5%;
}
.lesegeraete .table {
  width: var(--col12);
}
@media (min-width: 768px) {
  .lesegeraete .table {
    width: var(--col7);
  }
}
@media (min-width: 1180px) {
  .lesegeraete .table {
    width: var(--col6);
    margin-right: var(--col1);
  }
}
.lesegeraete .table .tfirst {
  width: var(--col5);
}
.lesegeraete .table .tsecond {
  width: var(--col7);
}
.lesegeraete .col5 {
  flex-direction: column-reverse;
}
.lesegeraete .col5 div {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .lesegeraete .col5 {
    flex-direction: row;
  }
  .lesegeraete .col5 div {
    margin-left: unset !important;
  }
}

.lesegeraete ul.check-ocean li {
  padding-left: 30px;
}

.lesegeraete ul.check-ocean li::before {
  margin-left: -30px;
}

.ocean .ce_text ul.check-ocean li,
.ocean .ce_text ul.check-white li {
  margin-bottom: 15px;
  color: white !important;
}
@media (min-width: 768px) {
  .ocean .ce_text ul.check-ocean li,
  .ocean .ce_text ul.check-white li {
    margin-bottom: 20px;
  }
}

ul.check-ocean li::before {
  content: url(../../files/x_theme/img/css-icons/ico-bullet.svg);
  margin-right: 10px;
  display: inline-block;
  transform: scale(1) rotate(0deg);
  filter: invert(26%) sepia(95%) saturate(3948%) hue-rotate(191deg) brightness(85%) contrast(101%);
}

ul.check-ocean li {
  list-style-type: none;
  letter-spacing: -0.25px;
}

.mod_article .tcell-bg {
  margin-right: 0;
}

ul.check-ocean li::before {
  content: url(../../files/x_theme/img/css-icons/ico-bullet.svg);
  margin-right: 10px;
  display: inline-block;
  transform: scale(1) rotate(0deg);
  filter: invert(26%) sepia(95%) saturate(3948%) hue-rotate(191deg) brightness(85%) contrast(101%);
}

ul.check-ocean li {
  list-style-type: none;
}

.mod_article .tcell-bg {
  margin-right: 0;
}

/* Unterwegs kassieren Scroll Mobil  */
.scroll.mod_article {
  max-width: 1276px;
}
.scroll .ce_image.block {
  overflow-x: scroll !important;
  max-width: 100%;
}
.scroll .ce_image .image_container {
  width: 1275px;
}
.scroll .ce_image img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: inherit !important;
     object-position: inherit !important;
  width: 100%;
  height: inherit;
}
@media (min-width: 768px) {
  .scroll.outer-distance-l {
    padding-right: 80px !important;
  }
  .scroll .ce_image.block {
    overflow-x: hidden !important;
  }
  .scroll .ce_image .image_container {
    width: 100%;
  }
  .scroll .ce_image img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: inherit !important;
       object-position: inherit !important;
    width: 100%;
    height: inherit;
  }
}

.cta-xl {
  margin-bottom: 0;
}
.cta-xl .ce_text {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: var(--col10);
}
@media (min-width: 768px) {
  .cta-xl .ce_text {
    margin-top: 60px;
    margin-bottom: 60px;
    width: var(--col4);
    min-width: 350px;
  }
}
@media (min-width: 1180px) {
  .cta-xl .ce_text {
    margin-left: 80px;
  }
}

/* Stellenangebote Jobs */
.jobs .mod_article {
  justify-content: space-between;
}
.jobs .mod_article .apply {
  margin-top: 0;
}
.jobs .mod_article .apply:before {
  background-image: url(../../files/x_theme/img/css-icons/ico-mail.svg);
  background-size: 20px 30px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 25px;
  position: relative;
  top: 1px;
  content: "";
  margin-right: 0px;
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
}

.mod_article .button-boxes {
  flex-direction: column;
  display: flex;
}
@media (min-width: 768px) {
  .mod_article .button-boxes {
    flex-direction: row;
  }
}
.mod_article .button-boxes .button-box {
  flex-direction: row;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 500px) {
  .mod_article .button-boxes .button-box {
    justify-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .mod_article .button-boxes .button-box {
    justify-content: flex-start;
  }
}
.mod_article .button-boxes .button-box .left {
  display: flex;
  align-items: center;
  width: var(--col2);
  margin-right: var(--col1);
}
.mod_article .button-boxes .button-box .left img {
  min-width: 40px;
  height: inherit;
}
@media (min-width: 768px) {
  .mod_article .button-boxes .button-box .left img {
    min-width: 40px;
  }
}
@media (min-width: 1180px) {
  .mod_article .button-boxes .button-box .left img {
    min-width: 60px;
  }
}
.mod_article .button-boxes .button-box .right {
  width: var(--col6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .mod_article .button-boxes .button-box .right {
    width: auto;
  }
}

.mod_article.whitepaper {
  display: flex;
  flex-direction: row;
}
.mod_article.whitepaper .ce_image {
  padding-right: var(--gap);
}
.mod_article.whitepaper .image_container {
  text-align: left;
}

.webinare .flex p {
  margin-right: 20px;
}

.mod_article.first {
  margin-top: 0 !important;
}
/* nur template .mod_article.stage */
.mod_article.stage .ce_text {
  padding: 30px 20px 0px 20px;
  width: var(--col11);
}
@media (min-width: 768px) {
  .mod_article.stage .ce_text {
    margin: 120px 20px 20px 20px;
    padding: 0px;
    width: var(--col11);
  }
}
@media (min-width: 1180px) {
  .mod_article.stage .ce_text {
    margin: 120px 20px 20px 80px;
    width: var(--col4);
  }
}
.mod_article.stage .ce_image {
  width: var(--col12);
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .mod_article.stage .ce_image {
    width: var(--col7);
  }
}
@media (min-width: 1180px) {
  .mod_article.stage .ce_image {
    width: var(--col8);
  }
}

.mod_article.teaser {
  min-height: auto;
  padding: 0px;
  padding-right: 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .mod_article.teaser {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.mod_article.stage,
.mod_article.teaser {
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  background-color: var(--ocean-blue);
  min-height: auto;
}
@media (min-width: 768px) {
  .mod_article.stage,
  .mod_article.teaser {
    padding: 0px;
    min-height: 420px;
    flex-direction: row;
    align-items: flex-start;
  }
}
.mod_article.stage .pagelink,
.mod_article.teaser .pagelink {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  right: calc(50% - 20px);
  transform: rotate(-90deg);
  transition: 200ms ease all;
  z-index: 100;
  background: var(--marine-blue);
}
.mod_article.stage .pagelink:hover,
.mod_article.teaser .pagelink:hover {
  background-color: var(--dark-blue);
}
.mod_article.stage .pagelink ul,
.mod_article.teaser .pagelink ul {
  padding: 0;
  margin: 0;
}
.mod_article.stage .pagelink ul li a,
.mod_article.teaser .pagelink ul li a {
  width: 40px;
  height: 40px;
  display: block;
  background: url("../../files/x_theme/img/css-icons/ico-arrow.svg") no-repeat center;
  filter: invert(100%) sepia(100%) saturate(18%) hue-rotate(214deg) brightness(103%) contrast(101%);
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}
.mod_article.stage .ce_headline,
.mod_article.teaser .ce_headline {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .mod_article.stage .ce_headline,
  .mod_article.teaser .ce_headline {
    margin-top: 60px;
  }
}
.mod_article.stage .ce_text,
.mod_article.teaser .ce_text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 1000;
  /* TODO spezifizieren */
}
.mod_article.stage .ce_text h1,
.mod_article.teaser .ce_text h1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mod_article.stage .ce_text h1,
  .mod_article.teaser .ce_text h1 {
    margin-bottom: 30px;
  }
}
.mod_article.stage .ce_text a,
.mod_article.teaser .ce_text a {
  border-radius: 20px;
  color: white !important;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 25px;
  text-decoration: none;
  background-color: var(--bright-orange);
  max-height: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  display: inline-flex !important;
  align-items: center;
  transition: 200ms all ease-in-out;
}
.mod_article.stage .ce_text a:hover,
.mod_article.teaser .ce_text a:hover {
  background-color: var(--dirty-orange) !important;
}
@media (min-width: 768px) {
  .mod_article.stage .ce_text a,
  .mod_article.teaser .ce_text a {
    border-radius: 35px;
    letter-spacing: 0px;
    line-height: 25px;
    padding: 0 20px;
  }
}
.mod_article.stage li.check-ocean p,
.mod_article.teaser li.check-ocean p {
  margin-top: 0;
}

.ce_image,
.col8-bleed {
  position: relative;
  height: 100%;
  z-index: 1;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .ce_image,
  .col8-bleed {
    position: relative;
    max-height: inherit;
    min-height: 100%;
    height: inherit;
    display: flex;
    justify-content: stretch;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0;
  }
}
.ce_image .image_container {
  text-align: right;
}
.ce_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  height: inherit;
}
@media (min-width: 768px) {
  .ce_image img {
    width: 100%;
  }
}

.start .mod_article.stage {
  align-items: stretch !important;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .start .mod_article.stage {
    flex-direction: row;
  }
}
.start .mod_article.stage .ce_text {
  margin: 0px;
  padding: 30px 30px 20px 20px;
}
@media (min-width: 768px) {
  .start .mod_article.stage .ce_text {
    margin: 80px 20px 20px 20px;
    padding: 0px;
  }
}
@media (min-width: 1180px) {
  .start .mod_article.stage .ce_text {
    margin: 80px 20px 20px 80px;
    padding: 0px;
  }
}
.start .mod_article.stage .ce_text h1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .start .mod_article.stage .ce_text h1 {
    margin-bottom: 30px;
  }
}
.start .mod_article.stage .ce_text p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .start .mod_article.stage .ce_text p {
    margin-bottom: 10px;
  }
}
.start .mod_article.stage .ce_text a {
  border-radius: 20px;
  height: 40px !important;
  max-height: 40px !important;
  padding: 0 20px;
  margin-bottom: 40px;
  background-color: var(--marine-blue);
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: 200ms all ease-in-out;
  margin-top: 10px;
}
.start .mod_article.stage .ce_text a:hover {
  background-color: var(--dark-blue) !important;
}
@media (min-width: 768px) {
  .start .mod_article.stage .ce_text a {
    border-radius: 35px;
    margin-top: 50px;
    height: 70px !important;
    max-height: 70px !important;
    padding: 0 40px;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 25px;
  }
}
.start .mod_article.stage .ce_image {
  position: relative;
}
@media (min-width: 768px) {
  .start .mod_article.stage .ce_image {
    position: relative;
  }
}
.start .mod_article.stage .ce_image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 250px;
}
@media (min-width: 768px) {
  .start .mod_article.stage .ce_image img {
    height: 100%;
  }
}

.teaser .ce_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  width: 100%;
  height: inherit;
}

.stage.resize .ce_image,
[class*=bleed] {
  max-width: 100%;
}
@media (min-width: 768px) {
  .stage.resize .ce_image,
  [class*=bleed] {
    max-width: none;
  }
}

.ce_image .generic {
  padding-right: 6vw;
  padding-bottom: 1.1vw;
  max-width: 10vw;
}
.ce_image .ce_image.small {
  max-width: 28vw;
}

/* damit das Bild auf 100% height skaliert */
.stage.resize,
.teaser.resize {
  align-items: unset;
  flex-wrap: inherit;
  color: #fff;
}

.mod_article.teaser {
  min-height: auto;
  padding: 0px;
  padding-right: 0;
}

.ce_image.small {
  max-width: 23vw;
  margin-top: 0px;
  z-index: 1;
}

/* Farben der Teaser */
.mod_article.orange {
  background-color: var(--bright-orange);
}

/* Teaser mit vollflächigen Hintergrund z.B. #PaymentPower Magazin */
.mod_article.teaser.full-bg {
  background-color: transparent;
}
.mod_article.teaser.full-bg .ce_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  max-height: 200px;
  display: block !important;
}
@media (min-width: 768px) {
  .mod_article.teaser.full-bg .ce_headline {
    margin-top: 30px;
  }
}

/* Small Teaser: Ist einfach nur weniger hoch */
.mod_article.teaser.small {
  padding: 50px 20px;
}
@media (min-width: 1180px) {
  .mod_article.teaser.small {
    padding: 50px 80px;
  }
}
.mod_article.teaser.small .ce_image {
  display: none;
}
@media (min-width: 768px) {
  .mod_article.teaser.small .ce_image {
    display: flex;
    margin-right: -80px;
    margin-top: -50px;
    margin-bottom: -50px;
  }
}

/* Video Teaser */
.mod_article.teaser.video {
  padding-top: 30px;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 30px;
}
.mod_article.teaser.video .ce_headline {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mod_article.teaser.video {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.mod_article.teaser.video .ce_hyperlink {
  margin-top: 40px;
}

/* Testomonial */
.testimonial {
  display: flex;
  align-items: unset;
  max-width: 1276px !important;
  padding: 0px;
  min-height: 420px;
  background-color: transparent !important;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .testimonial {
    margin-top: 40px;
    padding: 0 20px;
  }
}
@media (min-width: 1180px) {
  .testimonial {
    padding: 0 80px;
  }
}
.testimonial .ce_rsce_testimonial {
  display: flex;
  background-color: var(--ocean-marine);
}
.testimonial .ce_rsce_testimonial .ce_image {
  width: calc(var(--col4) - var(--gap));
  display: none !important;
}
@media (min-width: 768px) {
  .testimonial .ce_rsce_testimonial .ce_image {
    display: block !important;
  }
}
.testimonial .ce_rsce_testimonial .ce_image .image_container {
  height: 100%;
}
.testimonial .ce_rsce_testimonial .ce_image .image_container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: inherit;
}
.testimonial .ce_rsce_testimonial .ce_text {
  width: var(--col7);
  margin-left: 40px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .testimonial .ce_rsce_testimonial .ce_text {
    width: var(--col5);
    margin-left: var(--col1);
  }
}
.testimonial .ce_rsce_testimonial .ce_text p {
  color: #fff !important;
}

/*News Events Startseite */
.mod_article.ppower {
  display: flex;
  flex-direction: column !important;
  background-color: var(--light-grey);
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .mod_article.ppower {
    padding: 60px 80px;
  }
}
.mod_article.ppower .ce_text {
  margin: 0;
  padding: 0;
}
.mod_article.ppower .ce_text p {
  margin-bottom: 0;
}
.mod_article.ppower .ce_text p a {
  font-family: genosbold;
  color: var(--bright-orange) !important;
  background-color: transparent !important;
  padding: 0;
  margin: 0;
  height: inherit !important;
}
.mod_article.ppower .ce_text p a:hover {
  background-color: transparent !important;
  text-decoration: underline;
}

.mod_newslist {
  width: 100%;
}

.mod_eventlist h3 {
  margin-top: 40px;
}

.mod_eventlist h3:first-child {
  margin-top: 0px;
}

.mod_eventlist .header span,
.event-teaser-div .header span {
  color: var(--dark-grey);
}

.layout_short,
.event-teaser-div {
  width: var(--col5);
  margin-right: 10.03%;
}

.layout_short.odd {
  margin-right: var(--col1) !important;
}

.mod_eventlist.flex {
  justify-content: space-between;
}

.layout_short h2,
.layout_teaser h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.layout_short p,
.layout_teaser p {
  margin-top: 2px;
}

.layout_short p.more {
  margin-bottom: 40px;
}

.layout_short a,
.layout_teaser a {
  font-family: genosbold;
  color: #ff6600;
}

p.back a {
  padding-right: 20px;
  padding-left: 20px;
}

.event-teaser-div {
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .layout_short,
  .event-teaser-div {
    width: 100%;
  }
  .layout_short.odd,
  .event-teaser-div:nth-child(2n) {
    margin-left: 0%;
    margin-top: 25px;
  }
}
/* PaymentPower Generic NewsTeaser */
.ppower .layout_latest h2,
.ppower .layout_latest a,
.ppower .layout_latest p,
.ppower .layout_latest li {
  color: var(--white);
}

.ppower .layout_latest h2 a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 20px;
  font-size: 20px;
}

.ppower .layout_latest:nth-of-type(4n + 1) {
  background-color: var(--marine-blue);
}

.ppower .layout_latest:nth-of-type(4n + 2) {
  background-color: var(--ocean-blue);
}

.ppower .layout_latest:nth-of-type(4n + 3) {
  background-color: var(--bright-orange);
}

.ppower .layout_latest:nth-of-type(4n + 4) {
  background-color: var(--marine-blue);
}

.ppower .layout_latest:nth-of-type(3n + 3) {
  margin-right: 0;
}

.ppower .layout_latest:hover {
  filter: opacity(90%);
}

.mod_newslist_infinite_scroll {
  justify-content: space-between;
}

.ppower .layout_latest.image .image_container img,
.ppower .layout_latest.image:nth-of-type(4n + 3) {
  background-color: rgb(0, 102, 179);
}

.ppower .layout_latest {
  min-height: 192px;
  position: relative;
  margin-bottom: 20px;
  padding: 2% 2% 0.8% 2%;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (min-width: 500px) {
  .ppower .layout_latest {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .ppower .layout_latest {
    width: 28.2%;
    width: calc(var(--col12) / 3 - 5.4%);
    margin-right: 2%;
  }
}
.ppower .layout_latest .ce_text {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.ppower .layout_latest h2,
.layout_latest p,
.layout_latest .ce_text {
  position: relative;
  z-index: 2000;
  max-width: 100%;
}

.ppower .layout_latest h2 {
  font-size: 21px;
  margin-bottom: 5px;
}

.ppower .layout_latest a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1000;
}

.ppower .layout_latest a:hover {
  text-decoration: none;
}

.ppower .layout_latest .image_container {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.ppower .layout_latest .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ppower .layout_latest.image .image_container img {
  opacity: 0.6;
}

.ppower .layout_latest .category.noflex {
  z-index: 20;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  position: absolute;
  left: 5%;
  top: 10%;
  background-image: url("../../files/x_theme/img/css-icons/ico-article.svg");
  filter: invert(100%) sepia(100%) saturate(18%) hue-rotate(214deg) brightness(103%) contrast(101%);
  background-repeat: no-repeat;
  background-position: left top;
}

.ppower .news_category_25.layout_latest .category.noflex,
.ppower .news_category_25.layout_latest.image .category.noflex {
  background-image: url("../../files/x_theme/img/css-icons/ico-video.svg") !important;
  background-position: 5% 5%;
}

.ppower .news_category_27.layout_latest .category.noflex {
  background-image: url("../../files/x_theme/img/css-icons/ico-podcast.svg") !important;
}

.ppower p.more {
  display: none;
}

.ppower.teaser .mod_newscategories {
  display: none;
}

@media all and (max-width: 768px) {
  .ppower.teaser .layout_latest {
    padding: 20px;
    width: 100%;
    margin-right: 0;
  }
  .pp-list .ce_youtube.block img {
    max-width: 190%;
  }
}
.infothek .layout_full h1 {
  display: none;
}

.infothek .layout_full .ce_text h1 {
  display: block;
}

@media (min-width: 768px) {
  .ppower .flex {
    flex-direction: row;
    justify-content: flex-start;
  }
}
/* z.B. Pressemeldungen */
.mod_newsreader .ce_hyperlink a.hyperlink_txt {
  background-color: var(--marine-blue);
  padding: 0 40px;
  margin-bottom: 20px;
  height: 40px;
  background-color: var(--marine-blue);
  display: inline-flex;
  color: white;
  border-radius: 20px;
  justify-content: center;
  align-content: center;
  line-height: 40px;
  transition: 250ms all ease-in-out;
}
.mod_newsreader .ce_hyperlink a.hyperlink_txt:hover {
  background-color: var(--dark-blue);
}
.mod_newsreader .back:first-of-type {
  margin-top: 0px;
  margin-bottom: 40px;
}
.mod_newsreader .back:last-of-type {
  margin-top: 40px;
  margin-bottom: 20px;
}
.mod_newsreader .back a {
  color: var(--marine-blue);
  border-radius: 20px;
  justify-content: center;
  align-content: center;
  transition: 250ms all ease-in-out;
  padding-left: 0;
}
.mod_newsreader .back a:before {
  content: url(../../files/x_theme/img/css-icons/ico-arrow.svg);
  float: left;
  margin-right: 7px;
}
.mod_newsreader .back a:hover {
  background-color: transparent;
  color: var(--dark-blue);
}

/* PaymentPower.css */
/* colors.css */
.white,
.white h1,
.white h2 {
  color: #fff;
}

.black {
  color: #262626;
}

.blue {
  color: #0066b3;
}

.darkblue {
  color: #003a5f;
}

.bg-blue {
  background-color: #0066b3;
}

.bg-orange {
  background-color: #f60;
}

.bg-darkblue {
  background-color: #002d67;
}

.ppower .layout_latest h2,
.ppower .layout_latest a,
.ppower .layout_latest p,
.ppower .layout_latest li {
  color: var(--white);
}

.ppower .layout_latest h2 {
  line-height: 20px;
}

.ppower .layout_latest:nth-of-type(4n + 1) {
  background-color: var(--marine-blue);
  transition: 250ms ease-in-out all;
}
.ppower .layout_latest:nth-of-type(4n + 1):hover {
  background-color: var(--marine-blue-hover);
}

.ppower .layout_latest:nth-of-type(4n + 2) {
  background-color: var(--ocean-blue);
  transition: 250ms ease-in-out all;
}
.ppower .layout_latest:nth-of-type(4n + 2):hover {
  background-color: var(--ocean-blue-hover);
}

.ppower .layout_latest:nth-of-type(4n + 3) {
  background-color: var(--bright-orange);
  transition: 250ms ease-in-out all;
}
.ppower .layout_latest:nth-of-type(4n + 3):hover {
  background-color: var(--bright-orange-hover);
}

.ppower .layout_latest:nth-of-type(4n + 4) {
  background-color: var(--marine-blue);
  transition: 250ms ease-in-out all;
}
.ppower .layout_latest:nth-of-type(4n + 4):hover {
  background-color: var(--marine-blue-hover);
}

/* PP-Startseite Video-header & NewsList */
.pp-list .stage .ce_image {
  margin-left: -78px;
  margin-right: -78px;
  margin-top: 40px;
}

.pp-list #article-970 {
  max-width: 100% !important;
}

/*
.pp-list .mod_article.first .ce_text {
  margin-top: 20px;
  width: 1216px;
  margin: 40px auto 0 auto;
}

.pp-list .mod_article.first .ce_text.first {
  width: 1276px;
  margin-top: 0;
}
*/
/*
.pp-list .ce_youtube.block {
  width: 104%;
  text-align: center;

  margin: 0 -2%;
}
*/
.inf-scr-load-more-btn-container.text-center {
  width: 100%;
  margin-bottom: 80px;
}

/* filter_nav.css */
/*Filter*/
ul.level_1 li.news_category_20,
ul.level_1 li.news_category_25,
ul.level_1 li.news_category_27 {
  display: none;
}

.filter_art {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: rgba(0, 102, 179, 0.15);
  border-radius: 20px;
  font-size: 18px;
  list-style-type: none;
}

ul.level_1 li a.active {
  border-radius: 20px;
  background-color: var(--bright-orange);
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 10px 20px;
}

.art_filter button.active {
  background-color: var(--bright-orange) !important;
  color: white !important;
}

.filter_art a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #002e66;
}

li.filter_art.active {
  background-color: #dbdbdb;
}

li.filter_art.active a {
  background-color: #dbdbdb;
  font-weight: bold;
  font-family: genosbold;
  color: #8c8c8c;
  font-size: 16px;
}

/* die Filter-Kategorien aus dem Modil ausblenden */
.active-categories li.news_category_20,
.active-categories li.news_category_25,
.active-categories li.news_category_27,
.inactive-categories li.news_category_20,
.inactive-categories li.news_category_25,
.inactive-categories li.news_category_27 {
  display: none;
}

a.cat_selector.active {
  background-color: var(--bright-orange);
  color: white;
  border-radius: 20px;
}

/* die Fake Filter-Kategorien einblenden */
ul.li.filter_art {
  display: block !important;
}

.mod_newscategories {
  margin-bottom: 50px;
}

button#art_alle {
  padding: 10px 20px !important;
  max-width: inherit !important;
}
button#art_alle:hover {
  background-color: var(--bright-orange);
  color: white;
}

button#art_alle,
button#art_artikel,
button#art_video,
button#art_podcast {
  border-radius: 30px;
  cursor: pointer;
  color: var(--bright-orange);
  background-color: #f2f2f2;
  min-width: 42px !important;
  max-width: 42px;
  max-height: 42px;
  vertical-align: middle;
  padding: 0;
}

button#art_artikel:hover,
button#art_video:hover,
button#art_podcast:hover {
  background-color: var(--bright-orange);
}

button#art_artikel img,
button#art_video img,
button#art_podcast img {
  line-height: 0;
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
}

button#art_artikel:hover img,
button#art_video:hover img,
button#art_podcast:hover img,
button#art_artikel.active img,
button#art_video.active img,
button#art_podcast.active img {
  filter: invert(100%) sepia(100%) saturate(18%) hue-rotate(214deg) brightness(103%) contrast(101%);
}

/*
button#art_video:hover { background-image: url("../../files/img/ico-video_white.svg") !important;}

button#art_podcast:hover { background-image: url("../../files/img/ico-podcast_white.svg")  !important ; }
 */
button#art_alle,
button#art_artikel,
button#art_video,
button#art_podcast,
button#categoryPath {
  margin-top: 0px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  font-family: "genosregular";
}

button#art_alle {
  min-width: 65px;
  padding: 0 20px;
  float: left;
}

button#categoryPath {
  float: left;
  margin-right: 10px;
  margin-bottom: 16px;
}

.mod_newscategories h3,
.art_filter h3 {
  font-size: 16px;
  margin-bottom: 16px;
}

.mod_newscategories ul {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.mod_newscategories ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border-radius: 20px;
  font-size: 18px;
  list-style-type: none;
  font-family: genosregular;
}

.mod_newscategories ul li:hover {
  background-color: var(--bright-orange);
  color: white;
}

.mod_newscategories ul li.active {
  background-color: var(--bright-orange);
  font-size: 16px;
  color: white;
  padding: 10px 20px;
}
.mod_newscategories ul li.active strong {
  font-family: genosregular !important;
}

.mod_newscategories h6 {
  display: none;
}

.mod_newscategories ul li a {
  display: block;
  font-size: 16px;
  font-family: genosregular;
  color: #f60;
  padding: 10px 20px;
}

.mod_newscategories ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.news_category_4 {
  clear: both;
  float: left;
}

.btn.btn-primary.w-100 {
  background-color: var(--marine-blue);
  min-width: 235px;
}

.btn.btn-primary.w-100:before {
  display: inline-block;
  transform: scale(1) rotate(-90deg);
  content: url(../../files/x_theme/img/css-icons/ico-arrow.svg);
  margin-right: 10px;
  filter: invert(100%) sepia(100%) saturate(18%) hue-rotate(214deg) brightness(103%) contrast(101%);
}

@media all and (max-width: 740px) {
  .placeholder.mod_newscategories {
    padding-left: 0;
  }
  .mod_newscategories.col8 {
    width: 100%;
  }
  button#art_alle,
  button#art_artikel,
  button#art_video,
  button#art_podcast {
    width: auto;
    min-width: auto;
  }
  .art_filter,
  .mod_newscategories {
    margin-bottom: 21px;
  }
}
/* PaymentPower Socialbar */
/*
.pp-list .socialicons li {
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: var(--white);
  border-radius: 20px;
}
*/
/* Paymentpower Newsletter */
.newsletter {
  display: flex;
  padding: 0 40px;
  background-color: red;
}

.newsletter,
.newsletter h2,
.newsletter p {
  color: #fff;
}

input#text4959932 {
  height: 40px;
  border-radius: 20px 0px 0px 20px;
  width: 170px;
  padding-left: 20px;
  border: 0px solid;
}
@media (min-width: 768px) {
  input#text4959932 {
    width: 280px;
  }
}

.cr_button,
.newsletter p {
  margin-top: 0;
}

.cr_button {
  border-radius: 0px 20px 20px 0px;
  height: 42px;
}

@media all and (max-width: 1436px) {
  .newsletter {
    display: flex;
    padding: 0;
  }
}
@media all and (max-width: 740px) {
  .newsletter {
    display: block;
  }
  .newsletter h2 {
    font-size: 20px;
  }
}
/* PaymentPower Inhaltsseite */
.ppower.mod_article.teaser {
  max-width: 1436px !important;
}
.ppower.mod_article.teaser .ce_headline {
  margin-top: 0;
}

.ppower.mod_article {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 1276px !important;
}
@media (min-width: 1180px) {
  .ppower.mod_article {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

.pp-reader .mod_newsreader .ce_text {
  width: var(--col12);
}
@media (min-width: 768px) {
  .pp-reader .mod_newsreader .ce_text {
    width: var(--col8);
  }
}

.pp-reader .mod_newslist .ce_text p {
  margin-top: 0;
}

.pp-reader .social-bar.mod_article.teaser {
  margin-top: 0;
}

.pp-reader #main {
  background: url(../../files/files/img/bg_news.png) center bottom no-repeat;
}

.pp-reader #container {
  padding: 0;
}

.pp-reader .mod_newslist,
.pp-reader .layout_full .image_container {
  margin-bottom: 40px;
}

.pp-reader .mod_newsreader p.back a {
  background: transparent;
  color: var(--dark-blue);
  text-align: left;
  padding: 0;
}

.pp-reader .mod_newsreader .ce_hyperlink a,
.pp-reader .mod_newsreader .ce_text a {
  font-weight: normal;
  font-family: genosregular;
  text-decoration: underline;
  color: var(--bright-orange) !important;
  background-color: transparent !important;
  padding: 0;
  display: unset;
  width: unset;
  height: unset;
}
.pp-reader .mod_newsreader .ce_hyperlink a:hover,
.pp-reader .mod_newsreader .ce_text a:hover {
  color: var(--dirty-orange) !important;
}

/* --------------------------------------- */
/* sharebuttons_default.html5 */
/* --------------------------------------- */
.pp-reader .mod_sharebuttons {
  width: var(--col12);
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin: 30px 0 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .pp-reader .mod_sharebuttons {
    width: var(--col8);
    padding-top: 20px;
    margin: 30px 0 60px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.pp-reader .mod_sharebuttons .sharebuttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pp-reader .mod_sharebuttons .sharebuttons div {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pp-reader .mod_sharebuttons .sharebuttons div {
    margin-bottom: 0;
  }
}

.pp-reader .mod_sharebuttons h4 {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  width: var(--col4);
}
@media (min-width: 768px) {
  .pp-reader .mod_sharebuttons h4 {
    margin-top: 20px;
  }
}

.pp-reader .mod_sharebuttons ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.pp-reader .mod_sharebuttons ul li {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0 !important;
}
.pp-reader .mod_sharebuttons ul li span {
  display: flex;
  align-items: center;
}

.pp-reader .mod_sharebuttons a {
  width: calc(100% + 50px);
  height: 30px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: left;
  font-family: genosregular;
  color: var(--bright-orange);
  margin-right: 40px;
}
.pp-reader .mod_sharebuttons a:hover {
  text-decoration: none;
}

.pp-reader h1 {
  margin-bottom: 20px;
}

.pp-reader h1 span {
  font-family: genosregular;
}

.pp-reader .layout_full h1 + h2 {
  font-family: genosregular;
  font-size: 20px;
  font-weight: 500;
}

.pp-reader p.more {
  display: table;
  padding: 6px 20px;
  background-color: #f60;
  border-radius: 20px;
  font-weight: bold;
  color: #002d67 !important;
  display: none;
}

.pp-reader .ce_youtube {
  margin-bottom: 40px;
}

.pp-reader .mod_article {
  margin-bottom: 0;
}

.pp-reader .block {
  overflow: visible !important;
}

.pp-reader h2.ce_headline {
  background-color: var(--light-grey);
  margin: 30px -80px 0 -80px;
  padding: 60px 80px 0 80px;
}
@media (min-width: 768px) {
  .pp-reader h2.ce_headline {
    margin: 30px -20px 0 -20px;
    padding: 60px 20px 0 20px;
  }
}
@media (min-width: 1180px) {
  .pp-reader h2.ce_headline {
    margin: 30px -80px 0 -80px;
    padding: 60px 80px 0 80px;
  }
}

.pp-reader .mod_newslist {
  background-color: var(--light-grey);
  margin: 0 -80px 0 -80px;
  padding: 50px 80px 0 80px;
}
@media (min-width: 768px) {
  .pp-reader .mod_newslist {
    margin: 0 -20px 0 -20px;
    padding: 50px 20px 0 20px;
  }
}
@media (min-width: 1180px) {
  .pp-reader .mod_newslist {
    margin: 0 -80px 0 -80px;
    padding: 50px 80px 0 80px;
  }
}

.ppower p.back:first-of-type {
  margin-bottom: 50px;
}

.ppower p.back:last-of-type {
  background-color: var(--light-grey);
  margin-left: -80px;
  margin-right: -80px;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .ppower p.back:last-of-type {
    margin: 0 -20px 0 -20px;
    padding: 0 20px 60px 20px;
  }
}
@media (min-width: 1180px) {
  .ppower p.back:last-of-type {
    margin: 0 -80px 0 -80px;
    padding: 0px 80px 60px 80px;
  }
}

.ppower .mod_article.newsletter {
  max-width: 1436px !important;
}

/* PaymentPower Inhaltsseite  Newslist */
@media all and (max-width: 740px) {
  .layout_full .layout_latest {
    width: 100%;
  }
}
/* FAQ */
.accordion .mod_faqlist h2 {
  display: none;
}

.pp-list .video_container {
  margin-bottom: -8.25%;
}
@media (min-width: 768px) {
  .pp-list .video_container {
    margin-bottom: -28.25%;
  }
}
@media (min-width: 1180px) {
  .pp-list .video_container {
    margin-bottom: -38.25%;
  }
}

/* ce_podcast */
.ce_podcast {
  margin-bottom: 40px;
}
.ce_podcast iframe {
  min-width: 350px !important;
}

.slider {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .slider {
    margin-bottom: 40px;
  }
}

.content-slider .slider-wrapper {
  display: flex;
  color: #fff;
}
.content-slider .ce_text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
  margin: 0px 0px;
}
@media (min-width: 768px) {
  .content-slider .ce_text {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.content-slider .ce_text .image {
  box-sizing: border-box;
  margin-bottom: 0px;
  padding: 0px 0px;
  width: 100%;
}
.content-slider .ce_text .image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-slider .ce_text .text {
  box-sizing: border-box;
  padding: 40px 20px;
  color: white;
  background-color: var(--ocean-blue);
}
@media (min-width: 768px) {
  .content-slider .ce_text .text {
    padding: 40px 20px 40px 20px;
    width: calc(var(--col4) + 2 * var(--gap));
    min-width: calc(var(--col4) + var(--gap) + 25px);
  }
}
@media (min-width: 1180px) {
  .content-slider .ce_text .text {
    padding: 40px 20px 40px 80px;
    min-width: calc(var(--col4) + var(--gap));
  }
}
.content-slider .ce_text .text h2 {
  margin-bottom: 20px;
  color: white;
}
.content-slider .ce_text .text h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: genosregular;
  color: white;
}
.content-slider .ce_text .text p {
  margin-bottom: 30px;
  color: white;
}
.content-slider .ce_text .text p:last-of-type {
  margin-bottom: 0;
}
.content-slider .ce_text .text p a {
  color: white;
  background-color: var(--bright-orange);
  max-height: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: 200ms all ease-in-out;
}
.content-slider .ce_text .text p a:hover {
  background-color: var(--dirty-orange);
}
@media (min-width: 1180px) {
  .content-slider .ce_text .text {
    padding: 80px 80px;
  }
  .content-slider .ce_text .text h4 {
    margin-top: 0px;
    padding-top: 0px;
    font-family: genosregular;
    color: var(--white);
  }
}
.content-slider .ce_text .text .stoerer {
  position: absolute;
  left: -90px;
  right: inherit;
  top: 20px;
}
@media (min-width: 768px) {
  .content-slider .ce_text .text .stoerer {
    left: inherit;
    right: var(--col5);
  }
}
@media (min-width: 1180px) {
  .content-slider .ce_text .text .stoerer {
    right: var(--col5);
  }
}
.content-slider .ce_text .text .stoerer img {
  width: 120px;
  height: auto;
  transform: rotate(-15deg);
}

/*  Content Slider */
.mod_article.slider {
  max-width: 1436px;
}

.slider-next {
  padding: 6px 0 0 0;
}

.slider-control {
  width: 100%;
  height: 40px;
}
.slider-control a {
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: initial;
}
.slider-control .slider-next,
.slider-control .slider-prev {
  border-radius: 50%;
  background-color: var(--light-grey);
  transition: all 0.2s ease-in-out;
}
.slider-control .slider-next:hover,
.slider-control .slider-prev:hover {
  background-color: var(--medium-grey);
}
.slider-control .slider-next span,
.slider-control .slider-prev span {
  display: contents;
}
.slider-control .slider-next img {
  transform: rotate(180deg);
  position: relative;
  left: 1px;
}
.slider-control .slider-prev img {
  position: relative;
  left: -1px;
}
.slider-control .slider-menu {
  position: inherit;
  max-width: 100%;
  top: inherit;
  right: inherit;
  display: inherit;
  box-sizing: border-box;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
.slider-control .slider-menu a {
  cursor: pointer;
}
.slider-control .slider-menu ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.slider-control .slider-menu ul a {
  display: block;
}
.slider-control .slider-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

.slider-control .slider-menu {
  position: inherit;
  top: inherit;
  left: inherit;
  display: inherit;
  width: -moz-min-content;
  width: min-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: initial;
  text-align: center;
}
.slider-control .slider-menu a {
  top: inherit;
}
.slider-control .slider-menu b {
  color: var(--mediumlight-grey);
  transition: all 0.2s ease-in-out;
  text-indent: 100000000em;
  background-color: var(--mediumlight-grey);
  border-radius: 50%;
  width: 0.4em;
  height: 0.4em;
  margin: 0 0.125em;
}
.slider-control .slider-menu b:hover {
  color: var(--medium-grey);
  background-color: var(--medium-grey);
}
.slider-control .slider-menu b.active {
  color: var(--marine-blue);
  background-color: var(--marine-blue);
}

.slider-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 1276px;
  width: calc(100% - 40px);
  margin: 10px 20px 0 20px;
}
@media (min-width: 768px) {
  .slider-control {
    margin: 10px 20px 0;
  }
}
@media (min-width: 1180px) {
  .slider-control {
    margin: 10px 80px 0;
    width: auto;
  }
}
@media (min-width: 1276px) {
  .slider-control {
    margin: 10px auto 0;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.slider-control .slider-prev {
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.slider-control .slider-menu {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.slider-control .slider-next {
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

/* Header Search rs */
.searchpanel {
  background-color: transparent;
  width: 100%;
  height: auto;
  position: absolute;
  top: 70px;
  right: 0px;
  overflow-x: hidden;
  padding-top: 0px;
}
@media (min-width: 500px) {
  .searchpanel {
    width: 30%;
    height: auto;
    position: absolute;
    top: 17px;
    right: 120px;
    overflow-x: hidden;
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (min-width: 1180px) {
  .searchpanel {
    display: none;
    width: 550px;
  }
  .searchpanel.active {
    background-color: rgb(255, 255, 255);
    display: flex !important;
    right: 0;
    height: 40px !important;
    top: 0;
    overflow: hidden;
    background-color: white;
    display: flex !important;
    right: 0;
    height: 88px !important;
    overflow: hidden;
    justify-items: auto;
    align-items: center;
  }
}
.searchpanel .outer-search {
  max-width: 1276px;
  padding: 0;
}
@media (min-width: 768px) {
  .searchpanel .outer-search {
    padding: 0 2%;
  }
}
.searchpanel .mod_search {
  margin: 0;
}
.searchpanel .mod_search .formbody {
  display: flex;
}
.searchpanel .mod_search .formbody .widget-text {
  display: inline-block;
  width: 100%;
  width: 400px;
  padding-top: 0;
}
.searchpanel .mod_search .formbody .widget-text input {
  outline: none;
  background-color: var(--light-grey) !important;
  padding: 0 0 0 15px;
  -webkit-appearance: none;
}
.searchpanel .mod_search .formbody .widget-text input:focus-visible {
  background-color: var(--light-grey) !important;
}
@media (min-width: 1180px) {
  .searchpanel .mod_search .formbody .widget-text input {
    width: 400px;
  }
}
.searchpanel .mod_search .formbody .widget-submit {
  display: inline-block;
}
.searchpanel .mod_search .formbody .widget-submit .submit {
  padding-top: 0;
  margin: 0;
  background-color: var(--light-grey) !important;
  color: var(--marine-blue) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: none !important;
}
.searchpanel .mod_search .formbody .widget-submit .submit svg {
  fill: var(--white);
}
.closebtn {
  display: none;
}
@media (min-width: 1180px) {
  .closebtn {
    display: grid;
    position: absolute;
    padding: 15px;
    top: 22px;
    right: 0px;
  }
}
.mod_search .widget button:hover svg {
  color: var(--bright-orange) !important;
}

.openbtn {
  display: none;
  cursor: pointer;
  background-color: transparent;
  color: var(--marine-blue);
  padding: 0px;
  margin: 0;
  border: none;
  z-index: 9000;
  right: 0;
  top: 27px;
  position: absolute;
  height: 40px;
  width: 40px;
  align-content: center;
  justify-content: center;
  transition: none;
}
.openbtn:hover {
  background-color: var(--bright-orange);
}
@media (min-width: 768px) {
  .openbtn {
    top: 17px;
    right: 60px;
  }
}
@media (min-width: 1180px) {
  .openbtn {
    display: grid;
    top: 27px;
    right: 0px;
  }
}
.openbtn button {
  transition: none;
}

.openbtn:hover {
  background-color: var(--light-grey);
}

/* Mobile Suche */
.mod_search.mobile {
  width: 100%;
}
@media (min-width: 768px) {
  .mod_search.mobile {
    position: absolute;
    right: 60px;
    top: 16px;
    max-width: 300px;
  }
}
@media (min-width: 1180px) {
  .mod_search.mobile {
    display: none;
  }
}

.mod_search.formbody {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
.mod_search.formbody .widget-text {
  width: 100%;
}
.mod_search.formbody .widget-text input {
  width: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 40px;
  margin: 0px;
  background-color: var(--light-grey);
}
.mod_search.formbody .widget-text input:focus-visible {
  outline-color: transparent;
}
.mod_search.formbody .widget-submit button {
  margin-top: 0;
  min-width: 40px;
  line-height: 0;
  border-radius: 0 25px 25px 0;
  background-color: var(--light-grey);
  background-position: center center !important;
  background-repeat: no-repeat;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0;
  transition: none;
}
.mod_search.formbody .widget-submit button:hover {
  height: 40px;
  background-position: center center;
}
/* Desktop Suche */
#header .ce_accordionStart {
  /*  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 89px;
  width: 50px;
  z-index: 2000;
  overflow: visible;

  @media (min-width: $breakpoint-desktop) {
    display: block;
  }*/
}

/*
.searchpage #header .ce_accordionStart {
  display: none;
}
*/
/*
#header .search #ui-id-2 {
  position: absolute;
  top: 0px;
  z-index: 3001;
  right: 50px;
  //   padding-top: 24px;
  background-color: var(--light-grey);
  //   padding-bottom: 11px;
  padding: 20px 20px;
  width: 700px;
  //   padding-right: 12px;
}
*/
/*Search */
.mod_article .mod_search .formbody {
  display: flex;
  justify-content: flex-start;
}

.mod_article .mod_search .formbody .widget-text {
  width: 60%;
  margin-right: 2%;
}

/* ----------------- SVG ---------------------- */
#header .search.ce_accordion .toggler span {
  position: relative;
  top: 10px;
}

#header .search.ce_accordion .toggler svg {
  color: var(--marine-blue);
}

#header .search.ce_accordion .toggler.active {
  z-index: 3000;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  margin-top: 0;
  background-color: var(--light-grey);
}

#header .search .widget button {
  margin-top: 0;
  margin-left: 0px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-color: var(--marine-blue);
  min-width: 40px;
  height: 40px;
  transition: none;
}

#header .search .widget button svg {
  color: var(--light-grey);
}

#header .search .widget button:hover {
  background-color: var(--ocean-blue);
}

#header .search .widget button:hover svg {
  color: var(--bright-orange);
}

#header .search input.text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  outline: none;
}

@media all and (max-width: 1180px) {
  #header .ce_accordionStart {
    display: none;
  }
}
.toggle-close,
.toggle-open {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.ui-accordion-header-icon .toggle-close {
  display: none;
}

.active .ui-accordion-header-icon .toggle-close {
  display: block;
}

.ui-accordion-header-icon .toggle-open {
  display: block;
}

.active .ui-accordion-header-icon .toggle-open {
  display: none;
}

/* Suchergebnisse */
mark.highlight {
  background-color: transparent;
  font-family: genosbold;
  color: var(--marine-blue);
}

.mod_search div.even,
.mod_search div.odd {
  margin-bottom: 60px;
}
.mod_search div.even h3,
.mod_search div.odd h3 {
  margin-bottom: 10px;
}
.mod_search.col8 {
  /* Suchschlitz ausblenden */
}
.mod_search.col8 form {
  display: none;
}
.mod_search .url a {
  font-family: genosregular;
  color: var(--dark-grey);
}

.price-table {
  display: grid;
  grid-template-columns: 100%;
  max-width: calc(100vw - 40px);
}

@media (min-width: 768px) {
  .price-table {
    grid-template-columns: 25% 25% 25% 25%;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.price-table h2,
.price-table h3,
.price-table h4,
.price-table p {
  margin: 15px 0 0 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.price-table h4,
.price-table h3,
.price-table .cell p {
  margin: 0 0 0 0;
}

.price-table .title p {
  margin-bottom: 20px;
}

.price-table .suggest {
  display: block;
  border-bottom: 1px solid white;
  padding: 10px 0;
  margin: 10px 0;
  height: 30px;
}

.price-table div[class^=paket-] {
  display: grid;
  grid-template-columns: 40% 60%;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .price-table div[class^=paket-] {
    grid-template-columns: auto;
  }
}
.price-table .paket-s {
  background-color: var(--light-grey);
}

.price-table .paket-s .cell.title {
  background-color: var(--marine-blue);
}

.price-table .paket-m {
  background-color: var(--white);
}

.price-table .paket-m .cell.title {
  background-color: var(--ocean-blue);
}

.price-table .paket-l {
  background-color: var(--light-grey);
}

.price-table .paket-l .cell.title {
  background-color: var(--marine-blue);
}

.price-table .paket-xl {
  background-color: var(--light-grey);
}

.price-table .paket-xl .cell.title {
  background-color: var(--marine-blue);
}

.price-table .cell h4.desktop {
  margin-bottom: 5px;
  display: none;
}

@media (min-width: 768px) {
  .price-table .cell h4.desktop {
    display: block;
  }
}
.price-table .description-desktop .descriptor,
.price-table .description-mobile .descriptor,
.price-table .paket-s .conditions,
.price-table .paket-m .conditions,
.price-table .paket-l .conditions,
.price-table .paket-xl .conditions {
  display: grid;
  grid-template-rows: 180px 70px 70px 70px 70px 70px;
}

@media (min-width: 768px) {
  .price-table .description-desktop .descriptor,
  .price-table .description-mobile .descriptor,
  .price-table .paket-s .conditions,
  .price-table .paket-m .conditions,
  .price-table .paket-l .conditions,
  .price-table .paket-xl .conditions {
    display: grid;
    grid-template-rows: 200px 80px 80px 80px 80px 100px;
  }
}
.price-table .description-mobile .descriptor.small,
.price-table .conditions.small {
  grid-template-rows: 100px 70px 70px 70px 70px 70px;
}

@media (min-width: 768px) {
  .price-table .description-mobile .descriptor.small,
  .price-table .conditions.small {
    grid-template-rows: 200px 80px 80px 80px 80px 100px;
  }
}
.price-table .cell.title {
  background-color: var(--marine-blue);
}

.price-table .cell.title h2,
.price-table .cell.title p {
  color: white;
}

.price-table .cell.marine {
  color: var(--marine-blue);
}

.price-table .cell.ocean {
  color: var(--ocean-blue);
}

.price-table .descriptor h4 {
  color: var(--marine-blue);
}

.price-table .conditions .total {
  color: var(--ocean-blue);
}

.price-table .description-mobile .descriptor .cell {
  max-width: calc(40% - 40px);
  padding: 0 20px;
}

.price-table .description-mobile .descriptor .cell.title {
  width: calc(100vw - 80px);
  max-width: 100%;
}

.price-table .mobile-grey {
  background-color: var(--light-grey);
}

@media (min-width: 768px) {
  .price-table .mobile-grey {
    background-color: transparent;
  }
}
.price-table .conditions .cell.title {
  visibility: hidden;
}

@media (min-width: 768px) {
  .price-table .conditions .cell.title {
    visibility: visible;
  }
}
.price-table .conditions .cell.title.border {
  border-top: 64px solid white;
}

.price-table .conditions .cell.total sup {
  display: none;
}

.price-table .conditions .cell.total h3 {
  font-size: 30px;
}

@media (min-width: 1180px) {
  .price-table .conditions .cell.total h3 {
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .price-table .conditions .cell.total h3 span {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .price-table .conditions .cell.total sup {
    display: block;
  }
}
.price-table .cell {
  border-bottom: 1px solid var(--medium-grey);
  min-height: 49px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-table .cell:last-of-type {
  border-bottom: none;
}

.price-table .cell.legend {
  background-color: white;
  border-bottom: 1px solid var(--medium-grey);
}

.price-table .conditions .cell {
  padding: 0 20px;
}

.price-table .description-desktop {
  display: none;
}

.price-table .description-mobile {
  display: block;
}

@media only screen and (min-width: 768px) {
  .price-table .description-mobile {
    display: none;
  }
  .price-table .description-desktop {
    display: block;
  }
}
.dark-grey {
  background-color: var(--dark-grey);
}

.medium-grey {
  background-color: var(--medium-grey);
}

.light-grey {
  background-color: var(--light-grey);
}

.white {
  background-color: white;
}

:focus-visible {
  outline: none;
}

.formbody .widget-text input {
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 40px;
  margin: 0px;
  background-color: var(--light-grey);
}

.mod_search .formbody .widget-text input {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.mod_search .formbody .widget-submit button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.formbody .widget-submit button {
  border-radius: 25px;
  background: var(--ocean-blue);
  color: var(--white);
  height: 40px;
  margin-bottom: 0;
  transition: none;
}

.ce_form form {
  display: inline-block;
  width: 100%;
}

input.text,
input#bankensuche_plz {
  border-radius: 20px;
  height: 40px;
  font-size: 15px;
  padding-left: 5%;
  background: var(--light-grey);
  border: 0px solid #fff;
  margin: 2px;
  width: 95%;
}

.ce_form input.text {
  padding-left: 0 20px;
  width: var(--col10);
}

.widget-checkbox a {
  color: var(--bright-orange);
}

p.error {
  color: var(--red);
}

.contact input.text,
.contact textarea {
  margin-bottom: 16px;
  font-family: genosregular;
}

.contact textarea {
  padding: 20px;
}

.contact input.text {
  padding: 0 20px;
}

textarea {
  width: var(--col10);
  min-height: 200px;
  border-radius: 25px;
  padding: 5%;
  background-color: var(--light-grey);
  border: 0px solid #fff;
  margin-left: 2px;
  font-family: genosregular;
  resize: none;
}

.contact .widget.widget-checkbox {
  margin-left: 0px;
}

.contact fieldset,
.contact .widget-select {
  border: none;
  margin: 0 0 16px 0;
  padding: 0;
}

button,
button.submit,
input.button {
  margin-bottom: 20px;
  margin-top: 4px;
}

@media all and (max-width: 500px) {
  button,
  button.submit {
    min-width: auto;
    width: 100%;
  }
  form {
    width: 100%;
  }
}
/* Kontaktformular auf https://stage.payment-strategy.de/einfache-integration*/
#kontakt .formbody {
  display: initial;
}
@media (min-width: 768px) {
  #kontakt .formbody {
    display: flex;
  }
}
#kontakt .widget input {
  width: var(--col10);
  margin-bottom: 20px;
  font-family: "genosregular";
}
#kontakt .widget input:focus-visible {
  background-color: var(--very-light-blue);
  outline-color: transparent;
}
#kontakt .widget-checkbox fieldset {
  border: none;
}
#kontakt .widget-checkbox fieldset span {
  display: block;
}
#kontakt .widget-checkbox .checkbox {
  width: auto;
}
#kontakt .widget-checkbox input.checkbox {
  border: none;
  background-color: var(--light-grey);
  border-bottom-color: red;
}
#kontakt .widget-textarea textarea {
  border-radius: 20px;
  background: var(--light-grey);
  border: none;
  font-family: "genosregular";
  padding: 20px;
}

.checkbox_container {
  border: 0px;
}

/* Lightbox Forms */
#lightcase-content form {
  display: inline-block;
  width: 100%;
}

.lightcase-icon-close::before {
  content: url("../../files/x_theme/img/css-icons/ico-close.svg");
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
}

a[class*=lightcase-icon-] {
  height: 40px;
  width: 40px;
  font-size: 30px;
}

.lightcase-icon-close {
  background-color: var(--light-grey);
  border-radius: 25px;
  display: flex;
  align-content: center;
  justify-content: center;
}

#lightcase-case textarea {
  min-height: 80px;
}

#lightcase-case .ce_form {
  margin-top: 0;
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  opacity: 1 !important;
  background: #fff;
}
@media (min-width: 768px) {
  #lightcase-overlay {
    background: #333;
    opacity: 0.7 !important;
  }
}

#lightcase-case {
  text-shadow: none;
}

/* Footer*/
#footer {
  max-width: 1436px;
  background-color: var(--light-grey);
  margin: 0 auto;
  /* Typo */
  /* Container */
}
#footer .flex {
  justify-content: flex-start;
}
#footer .flex ul.flex {
  justify-content: space-between;
}
#footer .section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px var(--medium-grey) solid;
}
#footer h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
#footer p {
  margin-top: 0px;
  margin-bottom: 5px;
}
#footer ul li strong {
  line-height: 28px;
}
#footer ul li strong.active {
  color: var(--dark-grey);
}
#footer ul {
  list-style: none;
  padding-left: 0;
  margin-block: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #footer ul.level_1 li {
    margin-bottom: 5px !important;
  }
}

.main #footer,
.main #footer {
  border: 1px solid fuchsia;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid fuchsia;
}

#footer .footer-logo {
  text-align: right;
}

#footer .col4,
.start .social-bar .col4 {
  width: 24%;
  margin-right: 1.2%;
}

#footer .col4.last {
  margin-right: 0;
}

#footer .legal.mod_customnav {
  width: 100%;
}

#footer .legal.mod_customnav ul li {
  float: left;
  margin-right: 20px;
  list-style: none;
}

#footer .mod_navigation a,
#footer a {
  color: var(--bright-orange);
  font-family: "genosbold";
  line-height: 2em;
}

#footer .inside a {
  color: var(--bright-orange);
}

#footer .mod_subscribe .formbody.flex {
  justify-content: space-between;
}

#footer .mod_subscribe .widget-checkbox fieldset {
  border: 0px solid;
  padding: 0;
  margin-top: 14px;
}

#footer .mod_subscribe .widget-checkbox label {
  display: none;
}

#footer .mod_subscribe form {
  max-width: 79%;
}

#footer .mod_subscribe .widget-checkbox {
  margin: 0;
  float: left;
}

#footer .mod_subscribe .widget-explanation,
#footer .mod_subscribe .widget-checkbox {
  align-self: flex-start;
}

#footer .mod_subscribe .widget-explanation {
  margin: 0px;
  padding: 0;
  margin-right: 25%;
}

#footer .footer-logo > img {
  width: 100%;
}

#footer .inside {
  margin: 0px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  #footer .inside {
    padding: 50px 20px 30px 20px;
  }
}
@media (min-width: 1180px) {
  #footer .inside {
    padding: 50px 80px 30px 80px;
  }
}

#footer .footer-logo {
  text-align: center;
  margin-top: 40px;
}

#footer .footer-logo > img {
  width: auto;
}

#footer .section {
  padding-bottom: 20px;
}

#footer .col4,
.start .social-bar .col4 {
  width: 100%;
}

footer select {
  margin-bottom: 0;
}

#footer h5 {
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
}

#footer input.button {
  margin-top: 5px;
  min-width: auto;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  #footer .footer-logo {
    text-align: center;
    margin-top: 40px;
  }
  #footer .footer-logo > img {
    width: auto;
  }
  #footer .section {
    padding-bottom: 20px;
  }
  #footer .col4,
  .start .social-bar .col4 {
    width: 24%;
  }
  footer select {
    margin-bottom: 18px;
  }
  #footer h5 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
/* Footer Newsletter */
.newsletter,
.newsletter h2,
.newsletter p {
  color: #fff;
}

input#text4959932,
.newsletter form input[type=email] {
  height: 40px;
  max-height: 40px;
  border-radius: 20px 0px 0px 20px;
  padding: 0 10px 0 20px;
  width: 170px;
  border: 0px solid;
}
@media (min-width: 768px) {
  input#text4959932,
  .newsletter form input[type=email] {
    width: 280px;
  }
}

.cr_button,
.newsletter p {
  margin-top: 0;
}

.cr_button {
  border-radius: 0px 20px 20px 0px;
  height: 42px;
  margin-left: 0;
}

@media all and (max-width: 1436px) {
  .newsletter {
    display: flex;
    padding: 0;
  }
}
.mod_article.teaser.newsletter {
  padding: 40px 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--marine-blue);
}
@media (min-width: 768px) {
  .mod_article.teaser.newsletter {
    flex-direction: row;
  }
}
@media (min-width: 1180px) {
  .mod_article.teaser.newsletter {
    padding: 40px 80px;
  }
}
.mod_article.teaser.newsletter .terms {
  padding-left: 20px;
}
.mod_article.teaser.newsletter .terms input {
  margin-left: -20px;
  margin-right: 8px;
}
.mod_article.teaser.newsletter .terms a {
  color: var(--light-grey);
  text-decoration: underline;
  font-family: genosregular;
}

.newsletter {
  display: block;
}

/* Footer Socialbar */
.social-bar {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px var(--medium-grey) solid;
}

.social-bar.mod_article.teaser .txt {
  width: 20%;
}

.socialicons li {
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: var(--bright-orange);
  border-radius: 50%;
}
.socialicons li .ico-white {
  filter: invert(100%) sepia(100%) saturate(18%) hue-rotate(214deg) brightness(103%) contrast(101%);
}

.socialicons li:hover {
  background: var(--mediumlight-grey);
}

.socialicons li a {
  display: block;
  max-width: 40px;
}

.socialicons {
  width: 40%;
}

.socialicons ul {
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 50px;
}

.social-bar h4 {
  margin-top: 10px;
  font-size: 26px;
}

.social-bar.mod_article.teaser {
  padding-top: 0;
}

.social-bar h4 {
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: 20px;
}

.socialicons {
  width: 100%;
  margin-top: 0px;
  max-width: 500px;
}

.social-bar.mod_article.teaser .txt {
  width: 100%;
}

@media (min-width: 768px) {
  .social-bar.mod_article.teaser {
    padding-top: 0;
  }
  .social-bar h4 {
    margin-top: 0px;
    font-size: 20px;
  }
  .socialicons {
    width: var(--col4);
  }
  .socialicons ul {
    margin: 0;
  }
  .social-bar.mod_article.teaser .txt {
    width: 100%;
  }
}
.kontakt .col12 {
  margin-bottom: 10px;
}
.kontakt .select-wrapper {
  position: relative;
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.kontakt .select-wrapper::before {
  color: #002d67;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
  content: url(../../files/x_theme/img/css-icons/ico-arrow.svg);
  transform: rotate(-90deg);
}
.kontakt select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0px solid #bebebf;
  border-radius: 20px;
  color: #002d67;
  background-color: var(--white);
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  max-height: 40px;
  outline: none;
  padding-left: 10px;
  padding-right: 40px;
  width: 100%;
  font-family: genosregular;
}
.kontakt select option {
  color: var(--black);
}
.kontakt select::-ms-expand {
  display: none;
}
.kontakt select:focus::-ms-value {
  background-color: transparent;
}
.kontakt optgroup[label] {
  color: var(--medium-grey);
  background: #ffffff;
}
.footer-newsletter {
  flex-direction: column !important;
}
.footer-newsletter .col3,
.footer-newsletter .col5 {
  width: var(--col12);
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .footer-newsletter {
    flex-direction: row !important;
  }
  .footer-newsletter .col3 {
    width: var(--col3);
    margin-right: 0 !important;
  }
  .footer-newsletter .col5 {
    width: var(--col5);
    margin-right: 0 !important;
  }
  .footer-newsletter .col {
    margin-right: var(--gap) !important;
  }
}

.footer-social .flex {
  flex-direction: row;
}
@media (max-width: 768px) {
  .col3,
  .col6 {
    width: 100%;
  }
}
.footer-kontakt {
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-kontakt {
    flex-direction: row;
  }
}
.footer-kontakt .col12 {
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer-kontakt .col3 {
    width: var(--col3);
  }
}
/* Shop */
/* Allgemein */
/*

.shop .mod_article {
    max-width:70%;
    padding:3px;
    margin:5% auto;
}

.shop .mod_article {
    margin:0 auto
}

.image_container {
    min-height:260px;
}

*/
.product_list .formbody {
  flex-direction: column;
}

.gallery .image_container,
.imagebox {
  float: left;
}

.mod_iso_productlist {
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.product_list .product {
  width: 48%;
  max-width: 400px;
  position: relative;
  display: block;
  padding: 1% 1% 0;
  border-radius: 5px;
}

.product_list h3 a {
  display: block;
  text-decoration: none;
}

.product_list .price {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.7em;
  line-height: 1.2em;
  color: #666;
}

.product_list div.details a {
  display: block;
  text-decoration: none;
  color: var(--bright-orange);
}

.product_list div.details a:hover {
  text-decoration: underline;
  color: var(--dirty-orange);
}

.product_list .quantity_container input {
  width: 60px;
}

.product_list .sku {
  display: none;
}

#artikeldetails {
  margin: 0 auto;
  padding-top: 3%;
}

#artikeldetails .iso_attribute {
  width: 600px;
  float: left;
}

.mod_iso_productreader .options label {
  margin-right: 5px;
}

.mod_iso_productreader .product .teaser {
  left: 0;
  right: auto;
  border-radius: 0 10px 10px 0;
}

.mod_iso_productreader .product .submit_container {
  margin-top: 1%;
  padding: 2% 1% 2% 2%;
  margin-left: 280px;
  max-width: 238px;
}

.mod_iso_productreader #image {
  width: 200px;
  float: left;
  margin-right: 20px;
}

.mod_iso_productreader #content {
  margin-left: 225px;
}

.mod_iso_productreader .offer .price {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.mod_iso_productreader p.sku {
  display: none;
}

.mod_iso_productreader .quantity_container {
  float: left;
  margin-top: 1%;
  margin-right: 5%;
}

.mod_iso_productreader .image_container {
  float: left;
  margin-right: 3%;
}

.mod_iso_productreader .options,
.mod_iso_productreader .variants {
  border-radius: 5px;
  display: none;
}

.sku::before {
  content: "Artikelnr.: ";
}

.order_conditions tbody {
  text-align: right;
}

#fmd41_product_64_images_gallery {
  padding: 5px;
  background-color: #eef0f1;
}

.product .teaser {
  right: 0;
  top: 50%;
  position: absolute;
  padding: 15px;
  background-color: #828282;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 1.2em;
  color: #fff;
  display: none;
}

.product .submit_container {
  max-width: 100%;
  clear: both;
  padding: 1rem;
  background-color: #0066b3;
  color: #fff;
  margin: 1rem auto 0;
  border-radius: 15px;
}

.product .quantity_container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.foot_last .col_4.price.total {
  font-size: 1em;
}

tr.product {
  border-top: 1px solid #ccc;
}

h2.detail,
.attributes .price {
  font-size: 2.4em;
  color: #fafaaf;
}

.attributes {
  float: left;
  margin-left: 6%;
  text-align: left;
}

.options legend {
  display: none;
}

.options .radio_container {
  border: 0px solid;
}

input[type=submit],
.button,
input.button,
a.button {
  min-width: 170px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: var(--bright-orange);
  border: 0px solid #fff;
  border-radius: 24px;
  font-size: 16px;
  font-family: genosbold;
  color: #fff;
  background-image: none;
  cursor: pointer;
}

input[type=text] {
  border: 0px solid #fff;
}

.cart_full table {
  width: 100%;
}

.cart_full .noItems {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
  background-color: #f2f2f2;
  border: 1px solid #d6d5d4;
  font-size: 2em;
  font-weight: bold;
  color: #6e0a0a;
}

.cart_full .col_1 {
  width: auto;
}

.cart_full .col_2 {
  width: 75px;
  text-align: right;
}

.cart_full .col_3 {
  width: 75px;
  text-align: left;
}

.cart_full .submit_container {
  margin-top: 30px;
  text-align: right;
}

.cart_full button.update {
  float: left;
}

.cart_full a.checkout {
  width: 200px;
  float: right;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #000;
  border: 2px solid #fff;
  font-size: 1.5em;
  color: #fff;
  cursor: pointer;
}

.foot_2.foot_last.grandtotal {
  font-size: 1.6em;
  font-weight: bold;
}

.mod_webShop_ArticleList {
  background-color: #ccc;
}

.shop .mod_article.callout {
  max-width: 61%;
  margin-bottom: 50px;
  padding: 2% 3%;
}

#articleImage {
  float: left;
}

.quantity_container input {
  width: 42px;
}

.description {
  padding-left: 280px;
}

.description ul {
  overflow: hidden;
}

.delivery {
  margin-bottom: 7px;
  text-align: center;
  font-size: 12px;
}

.delivery a {
  text-decoration: underline;
  color: #781e04;
}

a.remove,
a.edit,
.remove a,
.edit a {
  width: 30px;
  height: 30px;
  float: left;
  display: block;
  text-indent: -9999px;
}

a.remove,
.remove a {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../files/x_theme/img/css-icons/ico-close.svg");
}

a.edit,
.edit a {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../files/x_theme/img/css-icons/ico-edit.svg");
}

.cart_mini {
  padding: 10px 0;
  position: absolute;
  background: #ccc;
  z-index: 5000;
  right: 0;
  top: 15px;
}

.cart_mini h2 {
  background-color: transparent;
}

.cart_mini h2 a {
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #4f2424;
  text-decoration: none;
}

.cart_mini .product {
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 8px;
}

.cart_mini .noItems {
  font-size: 1em;
  font-style: italic;
}

.cart_mini .subtotal {
  clear: both;
  margin-top: 10px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
}

.cart_mini .checkout {
  display: block;
  margin-top: 5px;
}

.cart_mini div.price {
  min-width: 200px;
  font-size: 1em;
}

.steps {
  margin: 40px 0;
}

/* Checkout */
.mod_iso_checkout .steps ol {
  height: 25px;
  margin: 10px 0;
  padding: 0;
  font-size: 12px;
}
.mod_iso_checkout .steps ol .first {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.mod_iso_checkout .steps ol .last {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.mod_iso_checkout .steps li.active {
  background-color: var(--ocean-blue);
}

.mod_iso_checkout .steps li.last {
  border-right: 0px;
}

.mod_iso_checkout .steps li.passed {
  background-color: var(--marine-blue);
}

.mod_iso_checkout .steps li.passed a {
  text-decoration: none;
  color: #fff;
}

.mod_iso_checkout .steps4 li {
  width: 24%;
  float: left;
  display: block;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: var(--medium-grey);
  border-right: 1px solid #fff;
  color: #fff;
  list-style-type: none;
}

.mod_iso_checkout .formbody .widget {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .mod_iso_checkout .formbody .widget {
    flex-direction: row;
  }
}

.mod_iso_checkout .formbody .widget-radio {
  width: inherit;
}

.mod_iso_checkout .formbody label {
  display: inline-block;
  width: var(--col4);
}
@media (min-width: 768px) {
  .mod_iso_checkout .formbody label {
    max-width: 150px;
  }
}

.mod_iso_checkout .formbody select {
  background-color: var(--ocean-blue);
  color: #fff;
  padding: 0px 20px;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  height: 40px;
}

.mod_iso_checkout input.text {
  background-color: var(--light-grey);
  min-width: 60%;
  width: inherit;
}

.mod_iso_checkout input.error {
  background-color: #f2cece;
  border: 0px solid #850303;
}

.mod_iso_checkout input.button {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}

.mod_iso_checkout p.error {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1px 5px;
  background-color: transparent;
  font-weight: bold;
  color: #c40000;
  font-size: 12px;
}

.mod_iso_checkout .leftBox {
  width: 40%;
  height: 200px;
  float: left;
  display: block;
  margin-right: 15px;
  padding: 10px 20px 20px;
  border: 1px solid #6e6e6e;
}

.mod_iso_checkout .noMethods {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  font-size: 1.5em;
  font-style: italic;
}

.mod_iso_checkout .rightBox {
  width: 40%;
  height: 200px;
  float: left;
  display: block;
  padding: 10px 20px 20px;
  border: 1px solid #6e6e6e;
}

.mod_iso_checkout #billing_address {
  width: 350px;
  float: left;
  margin-right: 40px;
}

.mod_iso_checkout #shipping_address {
  width: 275px;
  float: left;
}

.mod_iso_checkout #shipping_address span {
  display: block;
}

.mod_iso_checkout #shipping_address_new {
  padding-top: 25px;
  padding-bottom: 25px;
}

.mod_iso_checkout fieldset {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 0px;
  border: none;
  padding-left: 0;
}

.mod_iso_checkout .productTable {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.mod_iso_checkout .productTable td {
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 15px;
  vertical-align: top;
  border-bottom: 1px solid #919191;
}

.mod_iso_checkout .productImg {
  width: 75px;
}

.mod_iso_checkout .productInfo {
  width: auto;
}

.mod_iso_checkout .productInfo h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mod_iso_checkout .productQty {
  width: 75px;
  text-align: right;
}

.mod_iso_checkout .qtyModifier {
  width: 30px;
}

.mod_iso_checkout .productTotals {
  width: 100px;
  text-align: left;
  font-weight: bold;
}

.mod_iso_checkout .finalPrices {
  margin-bottom: 15px;
  padding-right: 50px;
  text-align: right;
}

.mod_iso_checkout .finalPrices .label {
  width: 150px;
  float: left;
  display: block;
  padding-left: 325px;
  text-align: right;
}

.mod_iso_checkout .finalPrices .grandTotal {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: bold;
}

.mod_iso_checkout .billing_address {
  width: 250px;
  float: left;
}

.mod_iso_checkout .shipping_address {
  width: 250px;
  float: right;
}

.mod_iso_checkout .payment_form {
  clear: both;
  margin-top: 25px;
  margin-bottom: 15px;
}

.mod_iso_checkout .paymentLogos {
  float: right;
}

.mod_iso_checkout table td {
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  vertical-align: top;
}

.mod_iso_checkout .mod_login {
  padding-bottom: 10px;
}

.mod_iso_checkout .submit_container {
  clear: both;
  margin-right: 15px;
  text-align: right;
}

.mod_iso_checkout .submit_container button.previous {
  float: left;
  margin-right: 20px;
}

.mod_iso_checkout .order_review a.edit {
  font-weight: bold;
  color: #a31515;
}

.mod_iso_checkout .payment .radio_container span {
  display: flex;
  flex-direction: row;
}
.mod_iso_checkout .payment .radio_container span label {
  max-width: 100%;
  width: 100%;
  margin-left: 10px;
}

.mod_iso_checkout .order_review .payment_form {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #baa643;
}

.mod_iso_checkout .order_conditions_container .ce_text {
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f2f1eb;
  border: 1px solid #544625;
  color: #5c3d3d;
  font: 0.9em Helvetica, Arial, sans-serif;
  overflow-y: scroll;
}

.mod_iso_checkout .payment_method ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #faf7e8;
  border: 1px solid #000;
}

.mod_iso_checkout .payment_method li {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.4em;
  font-weight: bold;
  list-style-type: none;
}

.mod_iso_checkout .payment_method .payment_data {
  margin-top: 10px;
  font-size: 0.7em;
  font-weight: normal;
}

.mod_iso_checkout .payment_data input.text {
  width: 175px;
}

.mod_iso_checkout .recoverPassword,
.mod_iso_checkout .register {
  margin-top: 5px;
  padding: 5px 10px;
}

.mod_iso_checkout .order_review,
.mod_iso_orderdetails {
  padding: 5px 20px 20px;
  background-color: #f3f5df;
  border: 2px solid #baa643;
}

.mod_iso_checkout .order_review h3,
.mod_iso_orderdetails h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
}

.review h3 {
  font-size: 16px;
}

.mod_iso_checkout.order_review .info_container,
.mod_iso_orderdetails .info_container {
  width: 45%;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}

.mod_iso_checkout table,
.mod_iso_orderdetails table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mod_iso_checkout .order_review table td,
.mod_iso_orderdetails table td {
  padding: 2px 5px;
}

.mod_iso_checkout .order_review table .quantity,
.mod_isoCheckout .order_review table .price,
.mod_isoCheckout .order_review table .tax,
.mod_isoOrderDetails table .quantity,
.mod_isoOrderDetails table .price,
.mod_isoOrderDetails table .tax {
  text-align: right;
}

.mod_isoCheckout .order_review table tfoot,
.mod_iso_orderdetails table tfoot {
  text-align: right;
  font-weight: bold;
}

.mod_iso_checkout .order_review table .grandtotal td,
.mod_iso_orderdetails table .grandtotal td {
  padding-top: 10px;
  font-size: 1.6em;
  line-height: 1.6em;
}

.mod_iso_checkout .order_review .billing_address,
.mod_iso_checkout .order_review .shipping_address,
.mod_iso_orderdetails .billing_address,
.mod_iso_orderdetails .shipping_address {
  float: left;
}

.mod_iso_checkout .order_review .shipping_method,
.mod_iso_orderdetails .shipping_method {
  float: left;
  clear: left;
}

.mod_iso_checkout .order_review .payment_method,
.mod_iso_orderdetails .payment_method {
  float: right;
}

.removeButton {
  width: 16px;
  height: 16px;
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0px;
  font-size: 1.1em;
  color: #fff;
  cursor: pointer;
}

.mod_iso_cart.cart_full .product .image_container img {
  height: 50px;
  width: auto;
}
.mod_iso_cart.cart_full .product a.remove {
  background-size: 10px;
}
.mod_iso_cart.cart_full .product .row_last {
  margin-bottom: 40px;
}
.mod_iso_cart.cart_full .col_2 {
  text-align: right;
  padding-right: var(--col1);
}
.mod_iso_cart.cart_full .col_3.price,
.mod_iso_cart.cart_full .col_4.price {
  text-align: right;
}
.mod_iso_cart.cart_full .col_2.quantity input.text {
  text-align: center;
  width: 50px;
}
.mod_iso_cart.cart_full a.edit {
  display: none;
}
.mod_iso_cart.cart_full .foot_0 .col_1.name,
.mod_iso_cart.cart_full .foot_1 .col_1.name,
.mod_iso_cart.cart_full .foot_2 .col_1.name,
.mod_iso_cart.cart_full .foot_3 .col_1.name {
  text-align: right;
  padding-right: var(--col1);
}
.mod_iso_cart.cart_full .foot_last .col_4.price.total {
  font-size: 1em;
}
.mod_iso_cart.cart_full .submit_container .button_update {
  margin-right: var(--col1);
}

.mod_iso_checkout .product .image_container img {
  height: 50px;
  width: auto;
}
.mod_iso_checkout .info_container.shipping_method {
  margin-bottom: 30px;
}
.mod_iso_checkout .review.orderinfo.first {
  margin-bottom: 40px;
}
.mod_iso_checkout .review.orderproducts {
  margin-bottom: 40px;
}
.mod_iso_checkout td.col_0.col_first.image img {
  height: 50px;
}

.mod_iso_productreader .formbody {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .mod_iso_productreader .formbody {
    display: block;
  }
}
.mod_iso_productreader .formbody .description {
  padding-left: 0;
}
@media (min-width: 768px) {
  .mod_iso_productreader .formbody .description {
    padding-left: 280px;
  }
}
.mod_iso_productreader .formbody .description ul li {
  margin-bottom: 5px !important;
}
.mod_iso_productreader .formbody .description table.price_tiers {
  width: var(--col12);
  text-align: left;
  border-spacing: 10px 5px;
}
@media (min-width: 1180px) {
  .mod_iso_productreader .formbody .description table.price_tiers {
    width: var(--col8);
  }
}
.mod_iso_productreader .formbody .submit_container {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .mod_iso_productreader .formbody .submit_container {
    max-width: 238px;
    margin-left: 280px;
  }
}
.mod_iso_productreader .formbody .submit_container .quantity_container {
  width: 100%;
}
.mod_iso_productreader p.back a {
  padding-left: 0;
  padding-right: 0;
}
.mod_iso_productreader p.back a:hover {
  background-color: transparent;
  color: var(--dirty-orange);
}

/* Social Wall */
/* Aussehen */
.flockler-posts:not(.flockler-grid-items) a.flockler-btn-load-more {
  background-color: var(--marine-blue);
  background-color: #002d67 !important;
  color: #fff;
  font-weight: 100;
  font-family: genosbold;
  margin: auto;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  border-radius: 22px;
  height: 22px !important;
}

.flockler-btn-load-more:hover {
  background-color: var(--dark-blue) !important;
}

a.flockler-btn-load-more:before {
  content: url(../../files/img/ico-arrow-down_weiss.svg);
  margin-right: 10px;
  width: 20px !important;
  display: inline-block;
}

.flockler-posts:not(.flockler-grid-items) a.flockler-btn-load-more:hover {
  background: var(--dark-blue) !important;
}

.flockler-posts:not(.flockler-grid-items) a.flockler-btn-load-more:hover {
  background: #002d67 !important;
}

.flockler-wall-item__content {
  background: var(--light-grey);
  border: 0px solid #fff;
  margin: 6px;
}

.flockler-wall-item__body,
.flockler-wall-item__body a {
  color: var(--marine-blue);
}

.flockler-wall-item__title {
  display: none;
}

/* Werte überschreiben */
.flockler-posts:not(.flockler-grid-items).flockler-posts--small {
  max-width: inherit !important;
}

.flockler-wall-item__content {
  margin: 0 !important;
}

/* Grid */
.flockler-posts {
  width: 100%;
  margin-top: 0 !important;
  margin-right: 0px !important;
  margin-bottom: 20px !important;
  margin-left: 0 !important;
}
.flockler-posts .flockler-wall-item {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 500px) {
  .flockler-posts .flockler-wall-item {
    width: calc(50% - 20px) !important;
    max-width: calc(50% - 20px) !important;
    margin-right: 10px !important;
    margin-bottom: 20px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .flockler-posts .flockler-wall-item {
    width: calc(33.3333333333% - 20px) !important;
    max-width: calc(33.3333333333% - 20px) !important;
  }
}
/* Ausnahme für Rand rechts */
.socialmedia .col12 {
  margin: 0 -10px 0 -10px;
  width: calc(var(--col12) + 20px);
}

/*
.socialmedia {
  &.outer-distance {
    padding-right: 0 !important;

    @media (min-width: $breakpoint-max) {
      padding-left: 0 !important;
      //padding-right: 0 !important;
    }
  }

  .col12 {
    @media (min-width: $breakpoint-desktop) {
      max-width: calc(var(--col12) + 20px);
    }
    @media (min-width: $breakpoint-max) {
      //width: calc(var(--col12) + 20px);
    }
  }
}
*/
/* background-color */
.ocean {
  background-color: var(--ocean-blue);
}

.ocean_i {
  background-color: var(--ocean-blue) !important;
}

.marine {
  background-color: var(--marine-blue);
}

.marine_i {
  background-color: var(--marine-blue) !important;
}

.orange {
  background-color: var(--bright-orange);
}

.orange_i {
  background-color: var(--bright-orange) !important;
}

.grey {
  background-color: var(--light-grey);
}

.grey_i {
  background-color: var(--light-grey) !important;
}

/* txt-color and icon-color */
.txt-ocean,
.text-ocean {
  color: var(--ocean-blue) !important;
}

.txt-marine,
.text-marine {
  color: var(--marine-blue) !important;
}

.txt-grey,
.text-grey {
  color: var(--dark-grey) !important;
}

.txt-bright-orange,
.text-bright-orange {
  color: var(--bright-orange) !important;
}

.txt-white,
.text-white {
  color: var(--white) !important;
}

.txt-black,
.text-black {
  color: black;
}

.image_container {
  height: 100%;
  line-height: 0;
}

.ce_image.img-center img {
  -o-object-position: center center !important;
     object-position: center center !important;
}

.ce_image.img-right img,
.img-right figure img {
  -o-object-position: center right !important;
     object-position: center right !important;
}

.img_bleed img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

/* Noch nötig ? Z.B. im Testimonial verwendet*/
.img_bleed_left img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}

.no_margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (min-width: 768px) {
  .no_margin {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
@media (min-width: 1180px) {
  .no_margin {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
}

.no_mb {
  margin-bottom: 0px !important;
}

.nowrap {
  white-space: nowrap;
}

/* z-index */
#logo {
  z-index: 1980 !important;
}

.btn-list  {
  z-index: 1981 !important;
}

.slide-menu {
  z-index: 1981 !important;
}

#cssmenu {
  z-index: 1200 !important;
}

#dark-layer {
  z-index: 1980 !important;
}

.searchpanel {
  z-index: 1970 !important;
}

.openbtn {
  z-index: 1350 !important;
}

.ce_toplink {
  z-index: 1800 !important;
}

/* Disabling Viewport Zoom on iOS 14  */
body {
  touch-action: pan-y;
  overflow-x: hidden;
}/*# sourceMappingURL=styles.css.map */
@font-face {
  font-family: "VR-Payment";
  src: url("../../files/x_theme/css/files/x_theme/font/VR-Payment.eot");
}

@font-face {
  font-family: "VR-Payment";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 13, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "VR-Payment" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  letter-spacing: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-check:before {
  content: "\e900";
}

/* line 32, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-cross:before {
  content: "\e901";
}

/* line 35, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-arrow_left:before {
  content: "\e902";
  color: #002d67;
}

/* line 39, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-arrow_right:before {
  content: "\e903";
}

/* line 42, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-blank:before {
  content: "\e904";
}

/* line 45, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-blank1:before {
  content: "\e905";
}

/* line 48, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-blank2:before {
  content: "\e906";
}

/* line 51, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-blank3:before {
  content: "\e907";
}

/* line 54, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-blank4:before {
  content: "\e908";
}

/* line 57, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-contact .path1:before {
  content: "\e909";
  color: #002d67;
}

/* line 61, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-contact .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: #0066b3;
}

/* line 66, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-contact .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: #ff6600;
}

/* line 71, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-faq .path1:before {
  content: "\e90c";
  color: #002d67;
}

/* line 75, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-faq .path2:before {
  content: "\e90d";
  margin-left: -1em;
  color: #0066b3;
}

/* line 80, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-faq .path3:before {
  content: "\e90e";
  margin-left: -1em;
  color: #ff6600;
}

/* line 85, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-overview .path1:before {
  content: "\e90f";
  color: #002d67;
}

/* line 89, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-overview .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: #0066b3;
}

/* line 94, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-overview .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: #ff6600;
}

/* line 99, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-search .path1:before {
  content: "\e912";
  color: #002d67;
}

/* line 103, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-search .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: #0066b3;
}

/* line 108, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-search .path3:before {
  content: "\e914";
  margin-left: -1em;
  color: #ff6600;
}

/* line 113, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-colon .path1:before {
  content: "\e915";
  color: #0066b3;
}

/* line 117, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-colon .path2:before {
  content: "\e916";
  margin-left: -0.33333333333333265em;
  color: #ff6600;
}

/* line 123, ../../../../../Users/roland/Sites/dev_vr-payment/files/x_theme/scss/iconfont.scss */
.vrp-icon-colon.icon-inverted .path1:before {
  content: "\e915";
  color: #002d67;
}

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

/*# sourceMappingURL=icons.css.map */
body.pp-lp-newsletter {

	background-color:#fff;
	color:#fff

}

body.pp-lp-newsletter #wrapper {

	background:url("/files/x_content/vrpayment_bilder/paymentpower-insights-newsletter-anmledung/ppi-newsletter-bg-XS.png"),var(--ocean-blue);
	background-repeat:no-repeat;
	max-width:375px;
	margin:0 auto;
	background-position-y:11%

}

@media(min-width: 768px) {

	body.pp-lp-newsletter #wrapper {

	background:url(/files/x_content/vrpayment_bilder/paymentpower-insights-newsletter-anmledung/ppi-newsletter-bg-S.png),var(--ocean-blue);
	background-repeat:no-repeat;
	max-width:768px;
	background-position-y:12%

}



}

@media(min-width: 1180px) {

	body.pp-lp-newsletter #wrapper {

	background:url(/files/x_content/vrpayment_bilder/paymentpower-insights-newsletter-anmledung/ppi-newsletter-bg-M.png),var(--ocean-blue);
	background-repeat:no-repeat;
	background-position-y:17%;
	max-width:1025px

}



}

@media(min-width: 1276px) {

	body.pp-lp-newsletter #wrapper {

	background:url(/files/x_content/vrpayment_bilder/paymentpower-insights-newsletter-anmledung/ppi-newsletter-bg-L.png),var(--ocean-blue);
	background-repeat:no-repeat;
	background-position-y:17%;
	background-position-x:right;
	max-width:1440px

}



}

body.pp-lp-newsletter #header {

	height:110px;
	background-color:var(--ocean-blue);
	border-bottom:1px solid #fff;
	padding:0 0px;
	margin:0 25px

}

body.pp-lp-newsletter #header #logo img {

	width:200px

}

@media(min-width: 1180px) {

	body.pp-lp-newsletter #header {

	margin:0 25px

}



}

@media(min-width: 1276px) {

	body.pp-lp-newsletter #header {

	max-width:1276px;
	margin:0 80px

}



}

body.pp-lp-newsletter .newsletter_anmeldung {

	color:#fff;
	max-width:375px;
	margin:0 auto;
	margin-bottom:30px

}

@media(min-width: 768px) {

	body.pp-lp-newsletter .newsletter_anmeldung {

	max-width:600px

}



}

@media(min-width: 1180px) {

	body.pp-lp-newsletter .newsletter_anmeldung {

	max-width:1025px

}



}

@media(min-width: 1276px) {

	body.pp-lp-newsletter .newsletter_anmeldung {

	max-width:1276px;
	margin-left:calc(82px + 7.2%)

}



}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text {

	padding-top:30px;
	max-width:335px;
	margin-left:25px

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text h1 {

	color:#fff;
	font-size:35px;
	line-height:35px;
	margin-bottom:140px

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text p {

	font-size:18px;
	line-height:22px;
	color:#fff;
	max-width:200px

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text a {

	margin-top:20px;
	color:#fff;
	font-family:genosregular;
	font-size:14px

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text a:before {

	background-image:url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg viewBox="0 0 879 1068" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g><title>Download</title><path d="m440.6 865.3-310.81-305.23 77.703-76.306 178.16 174.96v-658.72h109.9v658.72l178.16-174.96 77.703 76.306-310.81 305.23h-2e-5zm-439.6 106.03v107.92h879.2v-107.92h-879.2z" fill="%23ffffff"/></g></svg>');
	background-repeat:no-repeat;
	content:"";
	display:inline-block;
	width:20px;
	height:15px;
	margin-right:0px

}

@media(min-width: 768px) {

	body.pp-lp-newsletter .newsletter_anmeldung .ce_text {

	padding-top:40px;
	max-width:600px;
	margin-left:0

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text h1 {

	font-size:50px;
	line-height:50px;
	margin-bottom:200px

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text h1 svg {

	height:32px

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text p {

	font-size:18px;
	line-height:22px;
	max-width:390px

}



}

@media(min-width: 1180px) {

	body.pp-lp-newsletter .newsletter_anmeldung .ce_text {

	padding-top:30px;
	max-width:600px;
	margin-left:9%

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text h1 {

	font-size:50px;
	line-height:50px;
	margin-bottom:250px

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text h1 svg {

	height:32px

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text p {

	font-size:20px;
	line-height:25px;
	max-width:420px

}



}

@media(min-width: 1276px) {

	body.pp-lp-newsletter .newsletter_anmeldung .ce_text {

	padding-top:30px;
	max-width:600px;
	margin-left:0

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text h1 {

	font-size:60px;
	line-height:65px;
	margin-bottom:300px

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text h1 svg {

	height:32px

}



}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text .table {

	display:table;
	max-width:420px;
	margin-top:30px;
	margin-bottom:15px

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text .table .col-1 {

	display:table-cell;
	padding-right:8px

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text .table .col-1 a {

	margin-top:15px;
	display:inline-block

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text .table .col-1 a.plain {

	margin-top:0

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text .table .col-1 a.plain:before {

	background-image:none;
	display:none

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text .table .col-2 {

	display:table-cell;
	padding-left:8px

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text .table .col-2 a {

	margin-top:15px;
	display:inline-block

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text .table .col-2 a.plain {

	margin-top:0

}

body.pp-lp-newsletter .newsletter_anmeldung .ce_text .table .col-2 a.plain:before {

	background-image:none;
	display:none

}

body.pp-lp-newsletter .mod_article.newsletter {

	max-width:1276px;
	border-radius:5px;
	flex-direction:column;
	margin:0 20px

}

body.pp-lp-newsletter .mod_article.newsletter .col9 {

	width:100%

}

body.pp-lp-newsletter .mod_article.newsletter .col9 .editable_content {

	display:grid;
	row-gap:85px

}

body.pp-lp-newsletter .mod_article.newsletter .col9 form input[type=email] {

	border-radius:20px 20px 20px 20px;
	width:calc(100% - 25px);
	height:40px;
	max-height:40px;
	padding:0 10px 0 20px;
	border:0px solid

}

@media(min-width: 768px) {

	body.pp-lp-newsletter .mod_article.newsletter .col9 form input[type=email] {

	border-radius:20px 0px 0px 20px

}



}

body.pp-lp-newsletter .mod_article.newsletter .col9 .cr_button {

	border-radius:20px 20px 20px 20px;
	width:100%;
	margin-bottom:0

}

body.pp-lp-newsletter .mod_article.newsletter .col9 .terms {

	padding-left:20px;
	position:absolute;
	top:135px

}

@media(min-width: 768px) {

	body.pp-lp-newsletter .mod_article.newsletter {

	margin:0 25px;
	padding:40px 60px

}

body.pp-lp-newsletter .mod_article.newsletter .col9 {

	width:var(--col12)

}

body.pp-lp-newsletter .mod_article.newsletter .col9 .editable_content {

	display:flex;
	row-gap:85px

}

body.pp-lp-newsletter .mod_article.newsletter .col9 form input[type=email] {

	border-radius:20px 0px 0px 20px;
	width:calc(100% - 25px)

}

body.pp-lp-newsletter .mod_article.newsletter .col9 .cr_button {

	border-radius:0px 20px 20px 0px;
	width:fit-content;
	margin-bottom:0

}

body.pp-lp-newsletter .mod_article.newsletter .col9 .terms {

	position:inherit;
	margin-top:20px

}

body.pp-lp-newsletter .mod_article.newsletter .cr_ipe_item {

	width:100%

}



}

@media(min-width: 1180px) {

	body.pp-lp-newsletter .mod_article.newsletter {

	max-width:976px;
	flex-direction:row

}



}

@media(min-width: 1276px) {

	body.pp-lp-newsletter .mod_article.newsletter {

	max-width:1276px;
	padding:40px 80px 40px 105px;
	margin-left:80px;
	margin-right:80px

}



}

body.pp-lp-newsletter .mod_article.newsletter .terms p {

	margin-bottom:0 !important

}

body.pp-lp-newsletter #footer {

	background-color:rgba(0,0,0,0)

}

body.pp-lp-newsletter #footer .inside {

	padding:25px 25px 25px 25px

}

@media(min-width: 768px) {

	body.pp-lp-newsletter #footer .inside {

	padding:25px 25px 25px 25px

}



}

@media(min-width: 1180px) {

	body.pp-lp-newsletter #footer .inside {

	padding:25px 25px 25px 25px

}



}

@media(min-width: 1276px) {

	body.pp-lp-newsletter #footer .inside {

	padding:35px 80px 25px 80px

}



}

body.pp-lp-newsletter #footer a {

	color:#fff;
	line-height:inherit

}

body.pp-lp-newsletter #footer .social-bar {

	border-bottom:1px #fff solid;
	margin-bottom:5px;
	padding-bottom:25px;
	width:100%

}

@media(min-width: 768px) {

	body.pp-lp-newsletter #footer .social-bar {

	width:inherit

}



}

body.pp-lp-newsletter #footer .social-bar .socialicons {

	width:inherit

}

body.pp-lp-newsletter #footer .social-bar .socialicons ul {

	flex-wrap:nowrap

}

body.pp-lp-newsletter #footer .social-bar .socialicons ul li {

	background:#fff;
	margin-bottom:0 !important;
	margin-right:0px

}

@media(min-width: 768px) {

	body.pp-lp-newsletter #footer .social-bar .socialicons ul li {

	margin-right:20px

}



}

body.pp-lp-newsletter #footer .legal {

	font-size:16px;
	justify-content:space-between;
	align-items:center

}

body.pp-lp-newsletter #footer .legal .one {

	width:60%

}

body.pp-lp-newsletter #footer .legal .two {

	width:30%

}

body.pp-lp-newsletter #footer .legal .two .flex {

	justify-content:flex-end

}

body.pp-lp-newsletter #footer .legal .three.footer-logo {

	width:100%;
	text-align:center

}

body.pp-lp-newsletter #footer .legal .three.footer-logo img {

	max-width:300px

}

@media(min-width: 768px) {

	body.pp-lp-newsletter #footer .legal .one {

	width:30%

}

body.pp-lp-newsletter #footer .legal .two {

	width:20%

}

body.pp-lp-newsletter #footer .legal .two .flex {

	justify-content:flex-start

}

body.pp-lp-newsletter #footer .legal .three.footer-logo {

	width:40%;
	text-align:right

}

body.pp-lp-newsletter #footer .legal .three.footer-logo img {

	max-width:310px

}



}

@media(min-width: 1180px) {

	body.pp-lp-newsletter #footer .legal {

	font-size:20px

}

body.pp-lp-newsletter #footer .legal .one {

	width:30%

}

body.pp-lp-newsletter #footer .legal .two {

	width:20%

}

body.pp-lp-newsletter #footer .legal .two .flex {

	justify-content:flex-start

}

body.pp-lp-newsletter #footer .legal .three.footer-logo {

	width:40%

}

body.pp-lp-newsletter #footer .legal .three.footer-logo img {

	max-width:350px

}



}

body.pp-lp-newsletter #footer .legal .footer-logo {

	margin-top:0;
	text-align:right

}


