/* Minification failed. Returning unminified contents.
(2298,7): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2305,54): run-time error CSS1039: Token not allowed after unary operator: '-percent'
(2305,75): run-time error CSS1039: Token not allowed after unary operator: '-percent'
(2722,32): run-time error CSS1019: Unexpected token, found '}'
(2763,3): run-time error CSS1019: Unexpected token, found '@keyframes'
(2764,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2781,26): run-time error CSS1019: Unexpected token, found '}'
(2806,3): run-time error CSS1019: Unexpected token, found '@keyframes'
(2807,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2814,23): run-time error CSS1019: Unexpected token, found '}'
 */
.topseller_container .topseller_eintrag_container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap; }

.topseller_container .topseller_eintrag {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-bottom: 2.5rem; }
  .topseller_container .topseller_eintrag > a {
    color: #000000; }
  .topseller_container .topseller_eintrag > a:hover .btn-outline-secondary-orange {
    background: #FF5800;
    color: #fff; }
  .topseller_container .topseller_eintrag p {
    margin-bottom: 1.25rem; }

.topseller_container .topseller_eintrag:nth-child(odd) {
  background: #F9F9F9; }

.topseller_container .topseller_eintrag img {
  max-width: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  height: auto; }

.topseller_container .topseller_eintrag img {
  transform: scale(1);
  transition: 300ms; }

.topseller_container .topseller_eintrag:hover img {
  transform: scale(1.05);
  transition: 300ms; }

.topseller_container .topseller_eintrag:hover > .preiscontainer > .btn {
  background: #FF5800;
  color: #fff; }

.topseller_container .topseller_eintrag .preiscontainer > .preis {
  color: #FF5800;
  font-size: 1.875rem;
  font-family: "SansaPro", Helvetica, Arial, sans-serif;
  font-weight: 800;
  word-spacing: 0rem;
  margin-left: 10px;
  display: block;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center; }

.topseller_container .topseller_eintrag .preiscontainer > .preis > .hochgestellt {
  font-size: 1rem;
  line-height: 1rem;
  margin-right: 4px; }

@media (min-width: 380px) {
  .topseller_container .topseller_eintrag {
    padding-bottom: 3.125rem; }
  .topseller_container .topseller_eintrag img {
    max-width: 70%;
    height: auto; } }

@media (min-width: 768px) {
  .topseller_container .topseller_eintrag {
    padding-bottom: 0rem; }
  .topseller_container .topseller_eintrag:nth-child(odd) {
    background: #fff; }
  .topseller_container .topseller_eintrag img {
    max-width: 100%;
    height: auto; }
  .topseller_container .topseller_eintrag .preiscontainer > .preis {
    font-size: 1.875rem;
    word-spacing: 0rem;
    line-height: 30px; } }

@media (min-width: 1024px) {
  .topseller_container .topseller_eintrag .preiscontainer > .preis {
    font-size: 2.5rem;
    word-spacing: -0.4rem;
    line-height: 40px; }
    .topseller_container .topseller_eintrag .preiscontainer > .preis > .hochgestellt {
      font-size: 1.25rem;
      vertical-align: super; }
  .topseller_container .topseller_eintrag > p {
    min-height: 79px; } }

@media (min-width: 1690px) {
  .topseller_container .topseller_eintrag .preiscontainer > .preis {
    font-size: 3.125rem;
    word-spacing: -0.4rem;
    line-height: 50px; }
    .topseller_container .topseller_eintrag .preiscontainer > .preis > .hochgestellt {
      font-size: 1.5625rem; }
  .topseller_container .topseller_eintrag > p {
    min-height: auto; } }

.titel_mit_untertitel {
  margin-bottom: 1.25rem;
  text-align: center; }
  .titel_mit_untertitel h4, .titel_mit_untertitel .h4 {
    font-weight: 400; }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0; }
  40% {
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0; }
  40% {
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
    transform: scale3d(0.98, 0.98, 0.98); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
    transform: scale3d(0.98, 0.98, 0.98); }
  50% {
    opacity: 1; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
    transform: scale3d(0.98, 0.98, 0.98); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
    transform: scale3d(0.98, 0.98, 0.98); }
  100% {
    opacity: 0; } }

.zoomInKachel {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 1; } }

.zoomOutKachel {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  100% {
    opacity: 0; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.kachelslideout_wrapper {
  min-height: 1px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #e2e2e2;
  width: 100% !important;
  padding: 0;
  display: none; }
  .kachelslideout_wrapper > .kachelslideout_secondlevel {
    background: none;
    box-shadow: none; }

.kachelslideout_secondlevel {
  background: #e2e2e2;
  display: none;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 1; }
  .kachelslideout_secondlevel .produktkachel {
    border: solid 1px #c5c5c5; }

.produktkacheln {
  margin-bottom: 3.75rem;
  padding: 15px 0; }
  .produktkacheln .produktkacheln_container > .row {
    justify-content: space-between; }
  .produktkacheln .kachelslideout_secondlevel {
    display: none; }

.produktkachel {
  border: solid 1px #e2e2e2;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem;
  background: #fff;
  margin-bottom: 15px;
  max-width: calc(50% - 7px);
  border-radius: 10px;
  overflow: hidden; }
  .produktkachel a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    color: #000; }
    .produktkachel a .produktkachel_titel {
      text-align: center;
      color: #000;
      padding: 10px;
      margin: 0rem;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      hyphens: auto;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      line-height: 130%;
      height: auto; }
      .produktkachel a .produktkachel_titel .produktkachel_subtitel {
        text-align: center;
        color: #000;
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 16px; }
    .produktkachel a .produktkachel_content {
      position: relative;
      width: 100%; }
      .produktkachel a .produktkachel_content .produktkachel_bild {
        text-align: center;
        width: 100%;
        align-self: flex-start;
        overflow: hidden; }
        .produktkachel a .produktkachel_content .produktkachel_bild img {
          height: auto;
          width: 100%;
          vertical-align: bottom; }
        .produktkachel a .produktkachel_content .produktkachel_bild video {
          height: auto;
          width: 100%;
          vertical-align: bottom; }
      .produktkachel a .produktkachel_content .produktkachel_info {
        position: absolute;
        width: 100%;
        display: flex;
        height: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 10px; }
        .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_badge {
          padding: 0 6px 0 6px;
          text-transform: uppercase;
          color: #fff;
          background-color: #000;
          justify-self: flex-start;
          align-self: flex-start;
          font-size: 0.75rem;
          line-height: 1rem;
          font-family: "SansaPro", Helvetica, Arial, sans-serif;
          font-weight: 700;
          display: block;
          z-index: 1;
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -8px; }
        .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_detail {
          border: solid 1px #FF5800;
          border-radius: 50%;
          overflow: hidden;
          width: 30%;
          z-index: 1; }
          .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_detail img {
            width: calc(100% + 2px);
            height: auto;
            display: block;
            margin: 0; }
        .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_eigenschaften {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-end;
          max-width: 25px;
          z-index: 1;
          flex-direction: column; }
          .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_eigenschaften img {
            height: auto;
            width: 100%;
            max-width: 100%;
            justify-self: flex-end;
            margin-bottom: 5px; }
          .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_eigenschaften > img:last-child {
            display: none; }
          .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_eigenschaften > img:first-child {
            display: block; }
    .produktkachel a .produktkachel_bestpreissiegel {
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 80px; }
      .produktkachel a .produktkachel_bestpreissiegel img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
    .produktkachel a .slidearrow {
      position: absolute;
      bottom: 10px;
      align-self: center;
      display: none;
      transition: all 0.2s;
      padding: 8px;
      background: #fff;
      border-radius: 20px;
      border: 1px solid #ccc;
      display: none; }
    .produktkachel a .icon-down::before {
      font-size: 20px;
      color: #999999; }

.produktkacheln_container > .sternchentext {
  border-left: 0px;
  font-size: 0.75rem; }
  .produktkacheln_container > .sternchentext > div {
    padding: 0;
    margin-bottom: 15px; }

.startseite_page .produktkachel:last-child, .startseite_page .produktkachel:nth-last-child(2) {
  margin-bottom: 0; }

.kategorieseite_page .produktkacheln, .infoseiten_page .produktkacheln, .seoseiten_page .produktkacheln, .blog .produktkacheln, .serviceundhilfe_page .produktkacheln {
  padding-bottom: 0 !important; }

@media (min-width: 576px) {
  .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_eigenschaften {
    max-width: initial; }
    .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_eigenschaften img {
      width: 30px; }
    .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_eigenschaften > img:last-child {
      display: block; }
  .produktkachel a .produktkachel_bestpreissiegel {
    width: 100px; } }

@media (min-width: 768px) {
  .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_eigenschaften img {
    width: 40px;
    margin-bottom: 10px; }
  .produktkachel a .produktkachel_bestpreissiegel {
    width: 120px; } }

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .main_content > .produktkacheln > .produktkacheln_container {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .main_content > .kachelslideout_wrapper > .kachelslideout_secondlevel {
    width: 100% !important; } }

@media (min-width: 1024px) {
  .titel_mit_untertitel h4, .titel_mit_untertitel .h4 {
    font-size: 1.25rem; }
  .main_content > .produktkacheln {
    width: 100%; }
    .main_content > .produktkacheln > .produktkacheln_container {
      width: 86%; }
  .kachelslideout_wrapper > .kachelslideout_secondlevel {
    width: 86%;
    margin: 0 auto; }
  .kachelaktiv {
    border: 1px solid #f2f2f2 !important;
    box-shadow: #FF5800 2px -1px 0px, #FF5800 -1px 2px 0px, #FF5800 -1px -2px 0px, #FF5800 -2px -1px 0px, #FF5800 1px 2px 0px; }
    .kachelaktiv .icon-down::before {
      color: #FF5800 !important; }
  .produktkacheln .produktkacheln_container > .row {
    justify-content: flex-start; }
  .produktkachel {
    margin-bottom: 15px;
    max-width: calc(25% - 11.26px);
    transition: all .2s ease;
    margin-right: 15px; }
    .produktkachel a .produktkachel_titel {
      padding: 10px 15px; }
    .produktkachel a .produktkachel_content .produktkachel_info {
      padding-right: 15px; }
      .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_eigenschaften img {
        width: 25px;
        margin-bottom: 5px; }
      .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_detail {
        width: 70px;
        max-width: 95px;
        transition: all .2s ease;
        transform-origin: right top; }
    .produktkachel a .produktkachel_content .produktkachel_bild img {
      transition: all .2s ease; }
    .produktkachel a .produktkachel_bestpreissiegel {
      width: 90px; }
  .produktkachel-col-4 {
    max-width: calc(33.33333333% - 11.25px) !important; }
  .slide .slidearrow {
    display: block !important; }
  .produktkachel:hover {
    transition: all .2s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }
    .produktkachel:hover a .produktkachel_titel {
      color: #FF5800; }
    .produktkachel:hover a .produktkachel_content .produktkachel_bild img {
      transform: scale(1.05);
      transition: all .2s ease; }
    .produktkachel:hover a .produktkachel_content .produktkachel_info .produktkachel_detail {
      transform: scale(1.15);
      transition: all .2s ease;
      transform-origin: right top; }
    .produktkachel:hover a .icon-down::before {
      color: #FF5800; }
  .kachelaktiv:hover {
    box-shadow: #FF5800 2px -1px 0px, #FF5800 -1px 2px 0px, #FF5800 -1px -2px 0px, #FF5800 -2px -1px 0px, #FF5800 1px 2px 0px; }
  .startseite_page .main_content > .produktkacheln {
    padding: 25px 15px; }
  .startseite_page .produktkachel:last-child, .startseite_page .produktkachel:nth-last-child(2), .startseite_page .produktkachel:nth-last-child(3), .startseite_page .produktkachel:nth-last-child(4) {
    margin-bottom: 0 !important; }
  .kategorieseite_page .produktkacheln_container .col-lg-4, .infoseiten_page .produktkacheln_container .col-lg-4, .seoseiten_page .produktkacheln_container .col-lg-4, .blog .produktkacheln_container .col-lg-4, .serviceundhilfe_page .produktkacheln_container .col-lg-4 {
    max-width: calc(33.333333333% - 11px) !important; }
  .produktkacheln_container .col-lg-3:nth-child(4n) {
    margin-right: 0; }
  .produktkacheln_container .col-lg-4:nth-child(3n) {
    margin-right: 0; }
  .produktkacheln_container > .row > .col-lg-4 > a > .produktkachel_content > .produktkachel_info > .produktkachel_detail {
    width: 29%; }
  .produktkacheln_container > .sternchentext > div {
    padding: 0rem !important; } }

@media only screen and (min-width: 1330px) {
  .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_eigenschaften img {
    width: 30px;
    margin-bottom: 10px; }
  .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_detail {
    width: 90px; } }

@media only screen and (min-width: 1500px) {
  .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_eigenschaften img {
    width: 35px;
    max-width: 40px; } }

@media (min-width: 1690px) {
  .main_content > .produktkacheln {
    padding: 25px 15px; }
    .main_content > .produktkacheln > .produktkacheln_container {
      width: 100%; }
      .main_content > .produktkacheln > .produktkacheln_container > .row {
        margin: 0; }
  .kachelslideout_wrapper > .kachelslideout_secondlevel {
    width: 100%;
    max-width: 1690px;
    padding-top: 25px; }
  .produktkachel {
    margin-bottom: 25px !important;
    max-width: calc(25% - 19px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin-right: 25px; }
    .produktkachel a .produktkachel_titel {
      font-size: 1.25rem;
      padding: 15px; }
    .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_eigenschaften img {
      width: 100%;
      margin-bottom: 10px; }
    .produktkachel a .produktkachel_content .produktkachel_info .produktkachel_detail {
      max-width: 135px;
      min-width: 135px; }
    .produktkachel a .produktkachel_content .produktkachel_bild img {
      transition: all .2s ease; }
  .produktkacheln_container .col-lg-4 {
    max-width: calc(33.333333333% - 18px) !important;
    margin-bottom: 30px !important; }
  .kategorieseite_page .produktkacheln_container .col-lg-4, .infoseiten_page .produktkacheln_container .col-lg-4, .seoseiten_page .produktkacheln_container .col-lg-4, .blog .produktkacheln_container .col-lg-4, .serviceundhilfe_page .produktkacheln_container .col-lg-4 {
    max-width: calc(33.333333333% - 18px) !important;
    margin-bottom: 25px !important; }
  .produktkacheln_container > .row > .col-lg-4 > a > .produktkachel_content > .produktkachel_info > .produktkachel_detail {
    width: 135px; } }

.zahlungsarten .datenblatt_label_image {
  padding-bottom: 20px; }
  .zahlungsarten .datenblatt_label_image > img {
    max-width: 180px; }

.zahlungsarten .datenblatt_content {
  padding-bottom: 0; }

.zahlungsarten .datenblatt_headline {
  display: none; }

.datenblatt {
  margin-bottom: 0rem; }
  .datenblatt h3 {
    text-align: center;
    margin-bottom: 1.25rem !important;
    padding-left: 15px !important; }
  .datenblatt .datenblatt_eintrag:nth-child(even) {
    background-color: #F2F2F2; }
  .datenblatt .datenblatt_eintrag:nth-child(even) > .row > .datenblatt_label_image img {
    mix-blend-mode: multiply; }

.datenblatt_content {
  line-height: 2.375rem;
  padding-bottom: 25px; }

.spalten {
  display: block;
  column-gap: 1.25rem; }

.spalten_5, .spalten_4, .spalten_3, .spalten_2 {
  column-count: 1; }

.datenblatt_content_label .datenblatt_headline {
  padding-left: 0px;
  padding-top: 0.9375rem; }

.datenblatt_headline {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: "SansaPro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem; }
  .datenblatt_headline > span {
    display: none; }

.datenblatt_label_image {
  margin-top: 20px; }

.datenblatt_label_image img {
  max-width: 100%;
  height: auto; }

.datenblatt_freiformate, .datenblatt_content p {
  margin-bottom: 1.25rem; }

.datenblatt_freiformate:last-child, .datenblatt_content p:last-child {
  margin-bottom: 0rem; }

.datenblatt_freiformate {
  margin-right: 3.125rem; }

.datenblatt_endformat_eintrag_format div {
  background: #FF5800; }

.datenblatt_endformat_eintrag {
  display: flex;
  align-items: center;
  line-height: 0px;
  margin-top: 0.9375rem; }
  .datenblatt_endformat_eintrag > div {
    width: 50%; }

.datenblatt_download_link {
  text-align: center;
  margin-top: 1rem; }

.datenblatt_download_link a span:first-child {
  display: inline-block;
  margin-right: 10px; }

.datenblatt_endformat_eintrag_format_text {
  text-align: right;
  padding-right: 0.5rem; }

.datenblatt_image_und_title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0px; }
  .datenblatt_image_und_title > .datenblatt_image {
    height: 75px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px; }
  .datenblatt_image_und_title > div {
    width: 100%;
    text-align: left; }

.datenblatt_image_und_title:nth-child(n+4) {
  margin-top: 2rem; }

.datenblatt_hinweis {
  margin-bottom: 2.5rem !important;
  text-align: center; }
  .datenblatt_hinweis .datenblatt_hinweis_text {
    margin-top: 4.375rem; }
  .datenblatt_hinweis p {
    margin-bottom: 0px; }
  .datenblatt_hinweis .info {
    position: absolute;
    margin-top: -3.25rem; }

.datenblatt_hinweis_text {
  background-color: #F2F2F2;
  padding: 1.875rem !important; }

.datenblatt_content.kabitalband {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.format_220x306 {
  height: 2.2rem;
  width: 3.06rem; }

.format_225x310 {
  height: 2.25rem;
  width: 3.1rem; }

.format_240x310 {
  height: 2.4rem;
  width: 3.1rem; }

.format_260x310 {
  height: 2.6rem;
  width: 3.1rem; }

.format_216x306 {
  height: 2.16rem;
  width: 3.06rem; }

.format_450x320 {
  height: 4.5rem;
  width: 3.2rem; }

.din_a1_lang, .din_a1lang {
  height: 4.2rem;
  width: 11.88rem; }

.din_a2_lang, .din_a2lang {
  height: 2.97rem;
  width: 8.4rem; }

.din_a0 {
  height: 8.41rem;
  width: 11.89rem; }

.din_a1 {
  height: 5.94rem;
  width: 8.41rem; }

/*.din_a1_lang { 
	height: 2.97rem;
	width:8.2rem;
}*/
.din_a2 {
  height: 4.2rem;
  width: 5.94rem; }

.din_b1 {
  height: 7.07rem;
  width: 10.0rem; }

.format_330x700 {
  height: 3.3rem;
  width: 7rem; }

.format_330x900 {
  height: 3.3rem;
  width: 9rem; }

.format_300x490 {
  height: 3rem;
  width: 4.9rem; }

.format_300x560 {
  height: 3rem;
  width: 5.6rem; }

.drittel_din_a3 {
  height: 0.99rem;
  width: 4.20rem; }

.din_a3 {
  height: 2.97rem;
  width: 4.2rem; }

.din_b2 {
  height: 5.0rem;
  width: 7.07rem; }

.din_b4 {
  height: 2.50rem;
  width: 3.53rem; }

.din_b5 {
  height: 1.76rem;
  width: 2.50rem; }

.format_297x105 {
  height: 2.97rem;
  width: 1.05rem; }

.din_c4 {
  height: 2.29rem;
  width: 3.24rem; }

.din_a4 {
  height: 2.1rem;
  width: 2.97rem; }

.format_148x148 {
  height: 1.48rem;
  width: 1.48rem; }

.format_210x210 {
  height: 2.1rem;
  width: 2.1rem; }

.format_210x280 {
  height: 2.1rem;
  width: 2.8rem; }

.format_183x273 {
  height: 1.83rem;
  width: 2.73rem; }

.format_150x265 {
  height: 1.5rem;
  width: 2.65rem; }

.din_c5 {
  height: 1.62rem;
  width: 2.29rem; }

.din_a5 {
  height: 1.48rem;
  width: 2.1rem; }

.din_a5_lang {
  height: 1.05rem;
  width: 2.97rem; }

.format_125x235 {
  height: 1.25rem;
  width: 2.35rem; }

.format_120x120 {
  height: 1.2rem;
  width: 1.2rem; }

.din_a6 {
  height: 1.05rem;
  width: 1.48rem; }

.din_halb_a6 {
  height: .525rem;
  width: 1.48rem; }

.din_c_lang {
  height: 2.2rem;
  width: 1.1rem; }

.din_lang {
  height: 1.05rem;
  width: 2.1rem; }

.format_105x105 {
  height: 1.05rem;
  width: 1.05rem; }

.format_105x297 {
  height: 1.05rem;
  width: 2.97rem; }

.format_100x100 {
  height: 1rem;
  width: 1rem; }

.format_95x198 {
  height: 0.95rem;
  width: 1.98rem; }

.din_a7 {
  height: 0.74rem;
  width: 1.05rem; }

.format_55x85 {
  height: 0.55rem;
  width: 0.85rem; }

.format_50x90 {
  height: 0.5rem;
  width: 0.9rem; }

.din_a8 {
  height: 0.52rem;
  width: 0.74rem; }

.k120x600 {
  height: 1.5rem;
  width: 4.2rem; }

.k150x420 {
  height: 1.7rem;
  width: 2.97rem; }

.format_100x360 {
  height: 1.0rem;
  width: 3.6rem; }

.format_160x230 {
  height: 1.6rem;
  width: 2.3rem; }

.format_240x320 {
  height: 2.4rem;
  width: 3.2rem; }

.format_240x340 {
  height: 2.4rem;
  width: 3.4rem; }

.format_300x400 {
  height: 3rem;
  width: 4rem; }

.format_310x410 {
  height: 3.1rem;
  width: 4.1rem; }

.format_240x240 {
  height: 2.4rem;
  width: 2.4rem; }

.format_350x350 {
  height: 3.5rem;
  width: 3.5rem; }

.format_310x250 {
  height: 3.1rem;
  width: 2.5rem; }

.format_350x250 {
  height: 3.5rem;
  width: 2.5rem; }

.format_400x300 {
  height: 4rem;
  width: 3rem; }

.format_400x350 {
  height: 4rem;
  width: 3.5rem; }

.format_450x350 {
  height: 4.5rem;
  width: 3.5rem; }

.format_540x450 {
  height: 5.4rem;
  width: 4.5rem; }

.format_800x2000 {
  height: 4.0rem;
  width: 10.0rem; }

.format_850x2000 {
  height: 4.25rem;
  width: 10.0rem; }

.format_850x2020 {
  height: 4.25rem;
  width: 10.1rem; }

.format_850x2200 {
  height: 4.25rem;
  width: 11.0rem; }

.format_1000x2000 {
  height: 5.0rem;
  width: 10.0rem; }

.format_1000x2020 {
  height: 5.0rem;
  width: 10.1rem; }

.format_1200x2000 {
  height: 6.2rem;
  width: 10.0rem; }

.format_1000x2200 {
  height: 5.0rem;
  width: 11.0rem; }

.format_1500x2000 {
  height: 7.5rem;
  width: 10.0rem; }

.format_2000x2000 {
  height: 10.0rem;
  width: 10.0rem; }

.format_2400x2000 {
  height: 12.0rem;
  width: 10.0rem; }

.format_200x1000 {
  height: 1.0rem;
  width: 5.0rem; }

.format_400x600 {
  height: 2.0rem;
  width: 3.0rem; }

.format_500x500 {
  height: 2.5rem;
  width: 2.5rem; }

.format_500x700 {
  height: 2.5rem;
  width: 3.5rem; }

.format_500x1500 {
  height: 2.5rem;
  width: 7.5rem; }

.format_600x800 {
  height: 3.0rem;
  width: 4.0rem; }

.format_700x700 {
  height: 3.5rem;
  width: 3.5rem; }

.format_700x1000 {
  height: 3.5rem;
  width: 5.0rem; }

.format_1000x1400 {
  height: 5.0rem;
  width: 7.0rem; }

@media (min-width: 576px) {
  .spalten {
    display: block; }
  .spalten_2 {
    column-count: 2; }
  .spalten_3 {
    column-count: 3; }
  .spalten_4 {
    column-count: 3; }
  .spalten_5 {
    column-count: 3; } }

@media (min-width: 768px) {
  .datenblatt h3 {
    text-align: center;
    padding: 0px !important; }
  .spalten {
    display: block;
    column-gap: 2.5rem; }
  .spalten_2 {
    column-count: 2; }
  .spalten_3 {
    column-count: 3; }
  .spalten_4 {
    column-count: 4; }
  .spalten_5 {
    column-count: 4; } }

@media (min-width: 1024px) {
  .accordion_eintrag_content .spalten {
    display: none; }
  .accordion_eintrag_content .datenblatt_content {
    display: none; }
  .zahlungsarten .datenblatt_label_image {
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
  .zahlungsarten .datenblatt_headline {
    display: block; }
  .datenblatt {
    width: 90%;
    margin-left: 5%; }
    .datenblatt > .datenblatt_eintrag > .row {
      justify-content: center; }
      .datenblatt > .datenblatt_eintrag > .row > .datenblatt_content > .container > .row {
        justify-content: flex-start; }
  .datenblatt_content {
    display: block;
    width: 66.66667%;
    max-width: 66.66667%;
    padding-top: 0.5rem;
    min-width: 66.66667%; }
  .show {
    display: block !important; }
  .datenblatt_headline {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: solid 1px #CCCCCC;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 16.66667%; }
    .datenblatt_headline > span {
      display: inline-block; }
  .datenblatt_headline:hover {
    cursor: pointer; }
  .datenblatt .datenblatt_eintrag:nth-child(2n) {
    background-color: #FFF; }
  .spalten {
    -webkit-column-gap: 0rem;
    column-gap: 0rem; }
    .spalten > p {
      padding-right: 20px; }
  .datenblatt_endformat_eintrag_format_text {
    font-size: 0.875rem; }
  .datenblatt_content_formate {
    width: 66.66667% !important;
    max-width: 66.66667% !important;
    padding-top: 0rem !important;
    padding-left: 0;
    padding-right: 0; }
  .rotation-wrapper-outer {
    display: block; }
  .rotation-wrapper-inner {
    display: flex;
    justify-content: center; }
  .datenblatt_endformat_content_wrapper {
    display: flex;
    white-space: nowrap;
    flex-direction: column;
    justify-content: center; }
  .datenblatt_endformat_eintrag > .datenblatt_endformat_eintrag_format_text {
    min-width: 150px; }
  .format_220x306 {
    height: calc(2.2rem/1.5);
    width: calc(3.06rem/1.5); }
  .format_225x310 {
    height: calc(2.25rem/1.5);
    width: calc(3.1rem/1.5); }
  .format_240x310 {
    height: calc(2.4rem/1.5);
    width: calc(3.1rem/1.5); }
  .format_260x310 {
    height: calc(2.6rem/1.5);
    width: calc(3.1rem/1.5); }
  .format_216x306 {
    height: calc(2.16rem/1.5);
    width: calc(3.06rem/1.5); }
  .format_450x320 {
    height: calc(4.5rem/1.5);
    width: calc(3.2rem/1.5); }
  .din_a1_lang, .din_a1lang {
    height: calc(4.2rem/1.5);
    width: calc(11.88rem/1.5); }
  .din_a2_lang, .din_a2lang {
    height: calc(2.97rem/1.5);
    width: calc(8.4rem/1.5); }
  .din_a0 {
    height: calc(8.41rem/1.5);
    width: calc(11.89rem/1.5); }
  .din_a1 {
    height: calc(5.94rem/1.5);
    width: calc(8.41rem/1.5); }
  /*.din_a1_lang { 
	height: calc(2.97rem/1.5);
	width:8.2rem/1.5);
}*/
  .din_a2 {
    height: calc(4.2rem/1.5);
    width: calc(5.94rem/1.5); }
  .din_b1 {
    height: calc(7.07rem/1.5);
    width: calc(10.0rem/1.5); }
  .format_330x700 {
    height: calc(3.3rem/1.5);
    width: calc(7rem/1.5); }
  .format_330x900 {
    height: calc(3.3rem/1.5);
    width: calc(9rem/1.5); }
  .format_300x490 {
    height: calc(3rem/1.5);
    width: calc(4.9rem/1.5); }
  .format_300x560 {
    height: calc(3rem/1.5);
    width: calc(5.6rem/1.5); }
  .drittel_din_a3 {
    height: calc(0.99rem/1.5);
    width: calc(4.20rem/1.5); }
  .din_a3 {
    height: calc(2.97rem/1.5);
    width: calc(4.2rem/1.5); }
  .din_b2 {
    height: calc(5.0rem/1.5);
    width: calc(7.07rem/1.5); }
  .din_b4 {
    height: calc(2.50rem/1.5);
    width: calc(3.53rem/1.5); }
  .din_b5 {
    height: calc(1.76rem/1.5);
    width: calc(2.50rem/1.5); }
  .format_297x105 {
    height: calc(2.97rem/1.5);
    width: calc(1.05rem/1.5); }
  .din_c4 {
    height: calc(2.29rem/1.5);
    width: calc(3.24rem/1.5); }
  .din_a4 {
    height: calc(2.1rem/1.5);
    width: calc(2.97rem/1.5); }
  .format_148x148 {
    height: calc(1.48rem/1.5);
    width: calc(1.48rem/1.5); }
  .format_210x210 {
    height: calc(2.1rem/1.5);
    width: calc(2.1rem/1.5); }
  .format_210x280 {
    height: calc(2.1rem/1.5);
    width: calc(2.8rem/1.5); }
  .format_183x273 {
    height: calc(1.83rem/1.5);
    width: calc(2.73rem/1.5); }
  .format_150x265 {
    height: calc(1.5rem/1.5);
    width: calc(2.65rem/1.5); }
  .din_c5 {
    height: calc(1.62rem/1.5);
    width: calc(2.29rem/1.5); }
  .din_a5 {
    height: calc(1.48rem/1.5);
    width: calc(2.1rem/1.5); }
  .din_a5_lang {
    height: calc(1.05rem/1.5);
    width: calc(2.97rem/1.5); }
  .format_125x235 {
    height: calc(1.25rem/1.5);
    width: calc(2.35rem/1.5); }
  .format_120x120 {
    height: calc(1.2rem/1.5);
    width: calc(1.2rem/1.5); }
  .din_a6 {
    height: calc(1.05rem/1.5);
    width: calc(1.48rem/1.5); }
  .din_halb_a6 {
    height: calc(.525rem/1.5);
    width: calc(1.48rem/1.5); }
  .din_c_lang {
    height: calc(2.2rem/1.5);
    width: calc(1.1rem/1.5); }
  .din_lang {
    height: calc(1.05rem/1.5);
    width: calc(2.1rem/1.5); }
  .format_105x105 {
    height: calc(1.05rem/1.5);
    width: calc(1.05rem/1.5); }
  .format_105x297 {
    height: calc(1.05rem/1.5);
    width: calc(2.97rem/1.5); }
  .format_100x100 {
    height: calc(1rem/1.5);
    width: calc(1rem/1.5); }
  .format_95x198 {
    height: calc(0.95rem/1.5);
    width: calc(1.98rem/1.5); }
  .din_a7 {
    height: calc(0.74rem/1.5);
    width: calc(1.05rem/1.5); }
  .format_55x85 {
    height: calc(0.55rem/1.5);
    width: calc(0.85rem/1.5); }
  .format_50x90 {
    height: calc(0.5rem/1.5);
    width: calc(0.9rem/1.5); }
  .din_a8 {
    height: calc(0.52rem/1.5);
    width: calc(0.74rem/1.5); }
  .k120x600 {
    height: calc(1.5rem/1.5);
    width: calc(4.2rem/1.5); }
  .k150x420 {
    height: calc(1.7rem/1.5);
    width: calc(2.97rem/1.5); }
  .format_100x360 {
    height: calc(1.0rem/1.5);
    width: calc(3.6rem/1.5); }
  .format_160x230 {
    height: calc(1.6rem/1.5);
    width: calc(2.3rem/1.5); }
  .format_240x320 {
    height: calc(2.4rem/1.5);
    width: calc(3.2rem/1.5); }
  .format_240x340 {
    height: calc(2.4rem/1.5);
    width: calc(3.4rem/1.5); }
  .format_300x400 {
    height: calc(3rem/1.5);
    width: calc(4rem/1.5); }
  .format_310x410 {
    height: calc(3.1rem/1.5);
    width: calc(4.1rem/1.5); }
  .format_240x240 {
    height: calc(2.4rem/1.5);
    width: calc(2.4rem/1.5); }
  .format_350x350 {
    height: calc(3.5rem/1.5);
    width: calc(3.5rem/1.5); }
  .format_310x250 {
    height: calc(3.1rem/1.5);
    width: calc(2.5rem/1.5); }
  .format_350x250 {
    height: calc(3.5rem/1.5);
    width: calc(2.5rem/1.5); }
  .format_400x300 {
    height: calc(4rem/1.5);
    width: calc(3rem/1.5); }
  .format_400x350 {
    height: calc(4rem/1.5);
    width: calc(3.5rem/1.5); }
  .format_450x350 {
    height: calc(4.5rem/1.5);
    width: calc(3.5rem/1.5); }
  .format_540x450 {
    height: calc(5.4rem/1.5);
    width: calc(4.5rem/1.5); }
  .format_800x2000 {
    height: calc(4.0rem/1.5);
    width: calc(10.0rem/1.5); }
  .format_850x2000 {
    height: calc(4.25rem/1.5);
    width: calc(10.0rem/1.5); }
  .format_850x2020 {
    height: calc(4.25rem/1.5);
    width: calc(10.1rem/1.5); }
  .format_850x2200 {
    height: calc(4.25rem/1.5);
    width: calc(11.0rem/1.5); }
  .format_1000x2000 {
    height: calc(5.0rem/1.5);
    width: calc(10.0rem/1.5); }
  .format_1000x2020 {
    height: calc(5.0rem/1.5);
    width: calc(10.1rem/1.5); }
  .format_1200x2000 {
    height: calc(6.2rem/1.5);
    width: calc(10.0rem/1.5); }
  .format_1000x2200 {
    height: calc(5.0rem/1.5);
    width: calc(11.0rem/1.5); }
  .format_1500x2000 {
    height: calc(7.5rem/1.5);
    width: calc(10.0rem/1.5); }
  .format_2000x2000 {
    height: calc(10.0rem/1.5);
    width: calc(10.0rem/1.5); }
  .format_2400x2000 {
    height: calc(12.0rem/1.5);
    width: calc(10.0rem/1.5); }
  .format_200x1000 {
    height: calc(1.0rem/1.5);
    width: calc(5.0rem/1.5); }
  .format_400x600 {
    height: calc(2.0rem/1.5);
    width: calc(3.0rem/1.5); }
  .format_500x500 {
    height: calc(2.5rem/1.5);
    width: calc(2.5rem/1.5); }
  .format_500x700 {
    height: calc(2.5rem/1.5);
    width: calc(3.5rem/1.5); }
  .format_500x1500 {
    height: calc(2.5rem/1.5);
    width: calc(7.5rem/1.5); }
  .format_600x800 {
    height: calc(3.0rem/1.5);
    width: calc(4.0rem/1.5); }
  .format_700x700 {
    height: calc(3.5rem/1.5);
    width: calc(3.5rem/1.5); }
  .format_700x1000 {
    height: calc(3.5rem/1.5);
    width: calc(5.0rem/1.5); }
  .format_1000x1400 {
    height: calc(5.0rem/1.5);
    width: calc(7.0rem/1.5); }
  .datenblatt {
    margin-bottom: 3.75rem; }
  .datenblatt_download_link a {
    font-size: 1rem; }
    .datenblatt_download_link a span:first-child {
      display: inline-block; }
  .datenblatt_hinweis {
    margin-bottom: 4.375rem !important; }
  .datenblatt_image_und_title {
    flex-direction: row;
    max-width: 50%;
    width: 50%;
    flex-wrap: initial;
    flex: auto;
    margin: 0; }
    .datenblatt_image_und_title .datenblatt_image {
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      width: max-content;
      max-width: max-content; }
    .datenblatt_image_und_title .datenblatt_image_title {
      display: block;
      padding-right: 15px; }
  .datenblatt_image_und_title:first-child {
    margin-left: 0px; }
  .datenblatt_image_und_title:last-child {
    margin-right: 0px;
    padding-right: 0px; }
  .datenblatt_image_und_title > div {
    text-align: left; }
  .datenblatt_image_und_title:nth-child(n+4) {
    margin-top: 0rem; }
  .spalten {
    display: block; }
  .spalten_2 {
    column-count: 2; }
  .spalten_3 {
    column-count: 2; }
  .spalten_4 {
    column-count: 2; }
  .spalten_5 {
    column-count: 2; }
  .datenblatt_content_label .datenblatt_headline {
    padding-left: 0px;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 1.875rem; }
  .datenblatt > h3 {
    margin-bottom: 1.875rem !important; }
  .datenblatt_hinweis {
    margin-bottom: 4.375rem !important; }
  .rotation-wrapper-outer, .datenblatt_freiformate {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center; } }

@media (min-width: 1500px) {
  .datenblatt_image_und_title {
    flex-direction: row;
    max-width: 33.333333333%;
    width: 33.333333333%;
    flex-wrap: initial;
    flex: auto;
    margin: 0; }
  .spalten_4 {
    column-count: 3; }
  .spalten_5 {
    column-count: 3; } }

@media (min-width: 1690px) {
  .zahlungsarten .datenblatt_label_image > img {
    max-width: 200px; }
  .datenblatt_download_link a {
    font-size: 1.125rem; }
    .datenblatt_download_link a span:first-child {
      display: inline-block; }
  .datenblatt_content {
    /*display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;*/ }
    .datenblatt_content strong, .datenblatt_content p {
      display: block;
      width: 100%; }
  .datenblatt_label_image img {
    max-width: 80%; }
  .spalten {
    display: block; }
  .spalten_2 {
    column-count: 2; }
  .spalten_3 {
    column-count: 3; }
  .spalten_4 {
    column-count: 4; }
  .spalten_5 {
    column-count: 5; }
  .datenblatt_content_formate {
    padding-top: 3.125rem; }
  .rotation-wrapper-outer, .datenblatt_freiformate {
    margin-left: 0px; }
  .datenblatt_endformat_eintrag {
    margin-top: 20px;
    min-width: 170px; } }

.produkteigenschaftsbox_mit_auswahl .row {
  align-items: flex-start;
  margin: 0rem; }

.produkteigenschaftsbox_mit_auswahl a {
  cursor: pointer; }

.produkteigenschaftsbox_mit_auswahl_text {
  margin-bottom: 0rem; }

.produkteigenschaftsbox_mit_auswahl.bild_links .produkteigenschaftsbox_mit_auswahl_image {
  transform: scaleX(1); }

.produkteigenschaftsbox_mit_auswahl.bild_links_gespiegelt .produkteigenschaftsbox_mit_auswahl_image {
  transform: scaleX(1); }

.produkteigenschaftsbox_mit_auswahl_konfigurieren {
  margin-top: 1.25rem; }

.produkteigenschaftsbox_mit_auswahl_optionen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .produkteigenschaftsbox_mit_auswahl_optionen input[type=radio] {
    display: none; }
  .produkteigenschaftsbox_mit_auswahl_optionen label {
    cursor: pointer;
    width: 50%;
    text-align: center;
    margin: 1rem 0 1rem 0; }
    .produkteigenschaftsbox_mit_auswahl_optionen label .produkteigenschaft_wrapper {
      margin: auto auto 0.5rem auto;
      border: solid 1px transparent;
      width: 4.75rem;
      height: 4.75rem;
      border-radius: 2.375rem;
      display: flex;
      align-items: center; }
  .produkteigenschaftsbox_mit_auswahl_optionen label.selected .produkteigenschaft_wrapper {
    border: solid 1px #FF5800 !important; }
  .produkteigenschaftsbox_mit_auswahl_optionen .produkteigenschaft_farbe {
    margin: auto; }

.produkteigenschaftsbox_mit_auswahl_button {
  text-align: center; }

.produkteigenschaftsbox_mit_auswahl_image {
  margin-top: 1.25rem;
  padding: 0rem; }
  .produkteigenschaftsbox_mit_auswahl_image img {
    max-width: 100%;
    height: auto; }

@media (min-width: 576px) {
  .produkteigenschaftsbox_mit_auswahl_optionen label {
    width: 33.33%; } }

@media (min-width: 768px) {
  .produkteigenschaftsbox_mit_auswahl_optionen label {
    width: 25%; }
  .produkteigenschaftsbox_mit_auswahl_image {
    position: relative; }
  .produkteigenschaftsbox_mit_auswahl.bild_links .produkteigenschaftsbox_mit_auswahl_image {
    position: relative; }
  .produkteigenschaftsbox_mit_auswahl.bild_links_gespiegelt .produkteigenschaftsbox_mit_auswahl_image {
    position: relative; } }

@media (min-width: 1024px) {
  .produkteigenschaftsbox_mit_auswahl .row {
    display: flex;
    align-items: center; }
  .dreiSpalten label {
    width: 33.33333333%; }
  .produkteigenschaftsbox_mit_auswahl.bild_links .produkteigenschaftsbox_mit_auswahl_image {
    transform: scaleX(1); }
  .produkteigenschaftsbox_mit_auswahl.bild_links_gespiegelt .produkteigenschaftsbox_mit_auswahl_image {
    transform: scaleX(-1); }
  .produkteigenschaftsbox_mit_auswahl_image {
    order: 3;
    padding-left: 70px; }
  .produkteigenschaftsbox_mit_auswahl_text {
    display: flex;
    flex-direction: column; }
  .produkteigenschaftsbox_mit_auswahl_konfigurieren {
    margin-top: 1.875rem; }
  .produkteigenschaftsbox_mit_auswahl_image {
    height: auto;
    top: 0px; }
  .produkteigenschaftsbox_mit_auswahl.bild_links > .row {
    display: flex;
    align-items: center; }
  .produkteigenschaftsbox_mit_auswahl.bild_links .produkteigenschaftsbox_mit_auswahl_image {
    margin-top: 0rem; }
  .produkteigenschaftsbox_mit_auswahl.bild_links .produkteigenschaftsbox_mit_auswahl_konfigurieren {
    margin-right: 0;
    margin-top: 1.875rem; }
  .produkteigenschaftsbox_mit_auswahl.bild_links_gespiegelt > .row, .produkteigenschaftsbox_mit_auswahl.bild_links > .row {
    display: flex;
    flex-direction: row-reverse; }
  .produkteigenschaftsbox_mit_auswahl.bild_links_gespiegelt .produkteigenschaftsbox_mit_auswahl_image, .produkteigenschaftsbox_mit_auswahl.bild_links .produkteigenschaftsbox_mit_auswahl_image {
    margin-top: 0rem; }
  .produkteigenschaftsbox_mit_auswahl.bild_links_gespiegelt .produkteigenschaftsbox_mit_auswahl_konfigurieren, .produkteigenschaftsbox_mit_auswahl.bild_links .produkteigenschaftsbox_mit_auswahl_konfigurieren {
    margin-right: 0;
    margin-top: 1.875rem; } }

.produkt-tabellarische-uebersicht > .row {
  display: block; }

.produkt-tabellarische-uebersicht > .row > div {
  display: flex;
  flex-direction: column; }

.produkt-tabellarische-uebersicht .produkt-tabellarische-uebersicht-content {
  margin: 0px;
  padding-bottom: 3.125rem; }
  .produkt-tabellarische-uebersicht .produkt-tabellarische-uebersicht-content > p:last-child {
    margin: 0rem; }

.produkt-tabellarische-uebersicht .row:nth-child(even) > div {
  background: #F2F2F2; }

.produkt-tabellarische-uebersicht .row:nth-child(even) > div > .produkt-tabellarische-uebersicht-image img {
  mix-blend-mode: multiply; }

.produkt-tabellarische-uebersicht .produkt-tabellarische-uebersicht-image img {
  max-width: 100%;
  height: auto; }

.produkt-tabellarische-uebersicht .produkt-tabellarische-uebersicht-image > .produktkachel_info {
  width: 95%;
  padding: 5% 5% 0 0;
  position: absolute; }
  .produkt-tabellarische-uebersicht .produkt-tabellarische-uebersicht-image > .produktkachel_info .produktkachel_eigenschaften {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%; }
    .produkt-tabellarische-uebersicht .produkt-tabellarische-uebersicht-image > .produktkachel_info .produktkachel_eigenschaften img {
      display: block !important; }

@media (min-width: 768px) {
  .produkt-tabellarische-uebersicht .produkt-tabellarische-uebersicht-content {
    margin: 0px;
    padding: 0 2.5rem 2.5rem 2.5rem; } }

@media (min-width: 1024px) {
  .produkt-tabellarische-uebersicht > .row > div {
    flex-direction: row; }
  .produkt-tabellarische-uebersicht .produkt-tabellarische-uebersicht-content {
    margin: 0px;
    padding: 2.5rem 2.5rem 2.5rem 0; } }

.produktuebersicht .produktuebersicht_content {
  column-count: 1;
  column-width: 95%;
  column-gap: 5%; }
  .produktuebersicht .produktuebersicht_content > div {
    display: inline-flex;
    margin-bottom: 1.25rem;
    flex-grow: 1;
    flex-wrap: wrap;
    width: 100%; }

.produktuebersicht .produktuebersicht_content span {
  display: inline-table;
  width: 100%; }

.produktuebersicht .produktuebersicht_content .h3 {
  margin-top: 0rem;
  margin-bottom: 1.25rem; }

.produktuebersicht .produktuebersicht_content ul li {
  margin-bottom: 15px; }

.produktuebersicht_filter {
  width: 100%;
  margin-bottom: 4rem;
  position: relative; }
  .produktuebersicht_filter #Filter {
    color: #000000;
    position: absolute;
    z-index: 6;
    border-radius: 0px;
    border: 0;
    left: 33px;
    background: none;
    padding: 0;
    height: max-content;
    top: 10px; }
    .produktuebersicht_filter #Filter .icon-search::before {
      font-size: 18px; }

.produktuebersicht_filter input {
  width: 100%;
  border-radius: 25px !important;
  padding-left: 50px !important;
  background: #f0f0f0;
  border: 0px;
  font-weight: 700;
  transition: all .1s ease-in; }

.produktuebersicht_filter input:hover {
  transition: all .1s ease-in;
  background: #e3e3e3; }

@media (min-width: 380px) {
  .produktuebersicht .produktuebersicht_content {
    column-count: 1;
    column-width: 95%;
    column-gap: 5%; } }

@media (min-width: 576px) {
  .produktuebersicht .produktuebersicht_content {
    column-count: 2;
    column-width: 45;
    column-gap: 5%; } }

@media (min-width: 1024px) {
  .produktuebersicht .produktuebersicht_content {
    column-count: 3;
    column-width: 28,3333333333%;
    column-gap: 5%; } }

@media (min-width: 1690px) {
  .produktuebersicht .produktuebersicht_content {
    column-count: 4;
    column-width: 20%;
    column-gap: 5%; } }

.verpackung_waehlen .verpackung_waehlen_aussen_wrapper {
  display: flex;
  flex-direction: column;
  height: max-content; }

.verpackung_waehlen .verpackung_waehlen_content {
  min-height: auto; }
  .verpackung_waehlen .verpackung_waehlen_content .verpackung_waehlen_masse {
    display: flex;
    flex-direction: row;
    margin-top: 1.25rem; }
  .verpackung_waehlen .verpackung_waehlen_content .text {
    line-height: 2.375rem;
    margin-bottom: 0rem; }
  .verpackung_waehlen .verpackung_waehlen_content .verpackung_waehlen_masse > div {
    padding-right: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem; }
    .verpackung_waehlen .verpackung_waehlen_content .verpackung_waehlen_masse > div span {
      display: block;
      width: 100%; }
    .verpackung_waehlen .verpackung_waehlen_content .verpackung_waehlen_masse > div span:nth-child(odd) {
      font-weight: 400; }
    .verpackung_waehlen .verpackung_waehlen_content .verpackung_waehlen_masse > div span:nth-child(even) {
      margin-top: -0.9375rem; }

.verpackung_waehlen .verpackung_waehlen_definierte_masse > div {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 2.5rem;
  padding-left: 15px;
  padding-right: 15px; }

.verpackung_waehlen .verpackung_waehlen_definierte_masse > div > div {
  padding: 0rem 0.625rem 2.5rem 0.625rem;
  width: 100%;
  background: #fff;
  border: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 1rem; }
  .verpackung_waehlen .verpackung_waehlen_definierte_masse > div > div .btn {
    margin-top: 1.25rem; }
  .verpackung_waehlen .verpackung_waehlen_definierte_masse > div > div .individuell_icon, .verpackung_waehlen .verpackung_waehlen_definierte_masse > div > div .small_icon, .verpackung_waehlen .verpackung_waehlen_definierte_masse > div > div .medium_icon, .verpackung_waehlen .verpackung_waehlen_definierte_masse > div > div .large_icon {
    max-width: 128px;
    width: 70%;
    height: auto; }

.verpackung_waehlen .verpackung_waehlen_definierte_masse > div > div:first-child {
  background: #F2F2F2;
  border: 1px solid #F2F2F2; }

.verpackung_waehlen:nth-child(n+2) {
  margin-top: 1.5625rem; }

@media (min-width: 380px) {
  .verpackung_waehlen .verpackung_waehlen_definierte_masse > div > div {
    width: 48%; } }

@media (min-width: 576px) {
  .verpackung_waehlen .verpackung_waehlen_content .verpackung_waehlen_masse > div span:nth-child(odd) {
    display: block;
    width: 40%; }
  .verpackung_waehlen .verpackung_waehlen_content .verpackung_waehlen_masse > div span:nth-child(even) {
    display: block;
    width: 60%;
    margin-top: 0rem; } }

@media (min-width: 768px) {
  .verpackung_waehlen .verpackung_waehlen_definierte_masse > div {
    flex-direction: row; }
  .verpackung_waehlen .verpackung_waehlen_definierte_masse > div > div {
    padding: 0rem 0.625rem 2.5rem 0.625rem;
    width: 24%; } }

@media (min-width: 1024px) {
  .verpackung_waehlen .verpackung_waehlen_content .verpackung_waehlen_masse > div span:nth-child(odd) {
    display: block;
    width: 55%; }
  .verpackung_waehlen .verpackung_waehlen_content .verpackung_waehlen_masse > div span:nth-child(even) {
    display: block;
    width: 45%; }
  .verpackung_waehlen .verpackung_waehlen_aussen_wrapper {
    flex-direction: row; }
  .verpackung_waehlen .verpackung_waehlen_clip {
    margin: 0rem; }
  .verpackung_waehlen .verpackung_waehlen_definierte_masse > div {
    padding-bottom: 3.125rem; } }

@charset "UTF-8";
.datenblattvergleich {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-bottom: 0rem !important;
  overflow: hidden; }
  .datenblattvergleich .datenblattvergleich_aussen_wrapper {
    flex-direction: row;
    white-space: nowrap;
    height: max-content;
    float: left;
    display: flex; }
  .datenblattvergleich .datenblattvergleich_item_wrapper {
    margin-right: 2px;
    flex: 0 0 auto;
    position: relative; }
  .datenblattvergleich .datenblattvergleich_headline {
    writing-mode: tb;
    transform: rotate(-180deg);
    white-space: normal;
    padding-top: 3.125rem;
    font-weight: 400;
    font-size: .875rem;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 3.125rem;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column; }
    .datenblattvergleich .datenblattvergleich_headline br {
      display: none; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > .datenblattvergleich_produktbezeichnung {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    background: #fff !important;
    padding: 0rem !important; }
  .datenblattvergleich .datenblattvergleich_item_headline {
    font-weight: 400;
    font-size: .875rem;
    height: 3.125rem; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > .datenblattvergleich_produktbezeichnung > div {
    height: 156px;
    display: flex;
    align-items: flex-end; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > .datenblattvergleich_produktbezeichnung img {
    width: auto;
    height: 100%; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > .datenblattvergleich_content {
    white-space: normal;
    display: flex;
    flex-wrap: wrap; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > .datenblattvergleich_endformat_eintrag {
    white-space: normal;
    display: flex; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > .datenblattvergleich_content ul li {
    margin-bottom: 1.25rem; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > .datenblattvergleich_content ul li:last-child {
    margin-bottom: 0rem; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > .datenblattvergleich_detail_image {
    display: flex;
    align-items: center;
    justify-content: center; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > .datenblattvergleich_detail_image > div {
    width: 125px;
    height: 125px; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > .datenblattvergleich_detail_image img {
    width: 100%;
    height: auto;
    border: 1px solid #FF5800;
    border-radius: 100px; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > div:nth-child(odd) {
    background: #F2F2F2; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > div:nth-child(even) {
    background: #fff; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > div {
    padding: 1.25rem;
    margin: 0px; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > div:first-child {
    padding: 2.5rem; }
  .datenblattvergleich .fixed-left {
    position: sticky;
    left: -15px;
    z-index: 2;
    height: max-content;
    width: 3.25rem;
    float: left; }
  .datenblattvergleich .fixed-left > div:nth-child(odd) {
    background: #ebebeb; }
  .datenblattvergleich .fixed-left > div:nth-child(even) {
    background: #fff; }
  .datenblattvergleich .fixed-top {
    justify-content: center !important; }
  .datenblattvergleich .datenblattvergleich_headline {
    padding-top: 1.875rem;
    font-weight: 400;
    font-size: 1rem;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 3.25rem;
    padding-left: 0;
    padding-right: 0; }
  .datenblattvergleich .slick-prev, .datenblattvergleich .slick-next {
    line-height: 0;
    top: 90px;
    font-size: 0;
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-shadow: 0 2px #fff;
    cursor: pointer;
    border: 1px solid #333333;
    background: #fff;
    border-radius: 8px; }
  .datenblattvergleich .slick-next::after, .datenblattvergleich .slick-prev::before {
    content: "";
    font-family: "icomoon" !important;
    line-height: 5rem;
    font-size: 5rem; }
  .datenblattvergleich .slick-next::after, .datenblattvergleich .slick-prev::before {
    line-height: 2rem;
    font-size: 2rem; }
  .datenblattvergleich .slick_datenblatt {
    display: flex; }
  .datenblattvergleich .slick_datenblatt > button.slick-next, .datenblattvergleich button.slick-prev {
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center; }
  .datenblattvergleich .slick-next {
    left: 4.5rem;
    transform: rotate(270deg); }
  .datenblattvergleich .slick-prev {
    left: .25rem;
    transform: rotate(90deg); }

.datenblattvergleich_fixedheader {
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  z-index: 3;
  background-color: #fff; }
  .datenblattvergleich_fixedheader .datenblattvergleich {
    margin-bottom: 0rem; }
  .datenblattvergleich_fixedheader .datenblattvergleich_aussen_wrapper {
    display: flex; }
    .datenblattvergleich_fixedheader .datenblattvergleich_aussen_wrapper > div:first-child {
      width: 3.25rem; }
    .datenblattvergleich_fixedheader .datenblattvergleich_aussen_wrapper > div {
      /* display: flex;
            align-content: center;
            justify-content: center;*/
      text-align: center;
      margin-right: 2px;
      border-bottom: 2px solid #ccc; }
    .datenblattvergleich_fixedheader .datenblattvergleich_aussen_wrapper .datenblattvergleich_item_headline {
      font-weight: 600;
      font-size: .875rem;
      margin-bottom: 0rem;
      height: 3.125rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background: #fff !important;
      padding: 0rem !important; }

.datenblattvergleich .slick_datenblatt > button.datenblattvergleich_fixedbutton {
  position: fixed; }
  .datenblattvergleich .slick_datenblatt > button.datenblattvergleich_fixedbutton.slick-next {
    top: 0.3125rem; }
  .datenblattvergleich .slick_datenblatt > button.datenblattvergleich_fixedbutton.slick-prev {
    top: 0.3125rem; }

.nextSlide, .slickNext, .prevSlide, .slickPrev {
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center;
  display: none; }

.nextSlide, .slickNext {
  transform: rotate(270deg); }

.prevSlide, .slickPrev {
  transform: rotate(90deg); }

.slickPrev {
  position: absolute;
  z-index: 5;
  top: 3.5rem; }

.slickNext {
  position: absolute;
  z-index: 5;
  top: 3.5rem;
  right: 0; }

.prevSlide, .nextSlide {
  margin-top: .25rem !important; }

.nextSlide {
  position: absolute;
  right: 0; }

@media (min-width: 1024px) and (hover: hover), (min-width: 1024px) and (-ms-high-contrast: none) {
  .nextSlide {
    right: 14%; } }

@media (min-width: 768px) {
  .datenblattvergleich .datenblattvergleich_item_wrapper > .datenblattvergleich_produktbezeichnung > div {
    max-height: 350px; }
  .datenblattvergleich .datenblattvergleich_item_headline {
    font-size: 1rem; }
  .datenblattvergleich .datenblattvergleich_item_wrapper > .datenblattvergleich_detail_image > div {
    width: 150px;
    height: 150px;
    border-radius: 75px; }
  .datenblattvergleich .datenblattvergleich_headline {
    padding-top: 1.875rem;
    font-weight: 400;
    font-size: 1rem; }
  .datenblattvergleich .row {
    padding-left: 0rem;
    padding-right: 0rem; }
  .datenblattvergleich_fixedheader .datenblattvergleich_aussen_wrapper .datenblattvergleich_item_headline {
    font-size: 1rem; } }

@media (min-width: 1024px) {
  .nextSlide, .slickNext, .prevSlide, .slickPrev {
    display: flex; } }

@media (min-width: 1690px) {
  .nextSlide {
    right: 0; } }

/* IE10+ Hacks */
_:-ms-lang(x),
.datenblattvergleich div.datenblattvergleich_headline {
  transform: rotate(0);
  width: 100%; }

_:-ms-lang(x),
.datenblattvergleich div.fixed-left {
  width: 20% !important; }

_:-ms-lang(x),
.datenblattvergleich_fixedheader .datenblattvergleich_aussen_wrapper > div:first-child {
  width: 50%; }

.produktkatalog .col-12 {
  position: relative;
  padding-bottom: 50%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }
  .produktkatalog .col-12 iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

@charset "UTF-8";
.container-fluid {
  padding: 0;
  width: 100% !important; }

.hook ul > li {
  color: #000;
  background: url(/oc_Styles/Feature/Teaser/-/media/Saxoprint/global/images/styleimages/hook-white.ashx) no-repeat 0px 3px !important;
  background-size: 18px !important;
  padding-left: 25px;
  margin-top: 15px;
  margin-bottom: 0; }

.hook ul > li:first-child {
  margin-top: 0; }

.background_orange {
  margin: 0 !important; }
  .background_orange .einfacher_teaser {
    padding: 0;
    margin-bottom: 0; }
  .background_orange .einfacher_teaser_subline, .background_orange ul > li, .background_orange .text {
    color: #000; }
  .background_orange ul > li {
    color: #000;
    background: url(/oc_Styles/Feature/Teaser/-/media/Saxoprint/global/images/styleimages/list-white.ashx) no-repeat 0px 4px; }
  .background_orange .btn {
    text-decoration: none;
    margin-top: 1.25rem; }
  .background_orange .btn-primary {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .background_orange .btn-primary:hover {
    background: #000;
    border: 1px solid #FF5800;
    color: #FF5800; }
  .background_orange .badgeS, .background_orange .badgeM, .background_orange .badgeL {
    background: #fff;
    opacity: 1; }
    .background_orange .badgeS span, .background_orange .badgeS div.link > span, .background_orange .badgeM span, .background_orange .badgeM div.link > span, .background_orange .badgeL span, .background_orange .badgeL div.link > span {
      color: #000; }

.einfacher_teaser {
  position: relative;
  margin-bottom: 1.875rem; }
  .einfacher_teaser .text b {
    display: contents; }
  .einfacher_teaser .einfacher_teaser_image {
    z-index: 1;
    text-align: center;
    padding: 0rem;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 200px; }
    .einfacher_teaser .einfacher_teaser_image > .badgeL, .einfacher_teaser .einfacher_teaser_image .badgeM, .einfacher_teaser .einfacher_teaser_image .badgeS, .einfacher_teaser .einfacher_teaser_image a {
      position: absolute;
      left: 0rem;
      top: 0rem;
      transition: 200ms; }
    .einfacher_teaser .einfacher_teaser_image > .badgeL, .einfacher_teaser .einfacher_teaser_image .badgeM, .einfacher_teaser .einfacher_teaser_image .badgeS, .einfacher_teaser .einfacher_teaser_image a:hover {
      transform: scale(1.05); }
    .einfacher_teaser .einfacher_teaser_image > .trust-seal-link, .einfacher_teaser .einfacher_teaser_image .trust-seal {
      position: absolute;
      right: 20px;
      bottom: 0px;
      left: unset; }
      .einfacher_teaser .einfacher_teaser_image > .trust-seal-link > .trust-seal, .einfacher_teaser .einfacher_teaser_image .trust-seal > .trust-seal {
        right: 0;
        bottom: 0; }
    .einfacher_teaser .einfacher_teaser_image .trust-seal {
      width: 100px;
      height: 100%;
      display: flex;
      align-items: end; }
      .einfacher_teaser .einfacher_teaser_image .trust-seal > img {
        width: 100%;
        height: auto; }
    .einfacher_teaser .einfacher_teaser_image > .siegel-link, .einfacher_teaser .einfacher_teaser_image .siegel {
      position: absolute;
      right: 20px;
      top: 20px;
      left: unset; }
      .einfacher_teaser .einfacher_teaser_image > .siegel-link > .siegel, .einfacher_teaser .einfacher_teaser_image .siegel > .siegel {
        right: 0;
        top: 0; }
    .einfacher_teaser .einfacher_teaser_image .siegel {
      width: 100px;
      height: auto; }
      .einfacher_teaser .einfacher_teaser_image .siegel > img {
        width: 100%;
        height: auto; }
  .einfacher_teaser .einfacher_teaser_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0rem 3.125rem 2.5rem 3.125rem;
    -moz-hyphens: manual;
    -o-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    position: unset; }
    .einfacher_teaser .einfacher_teaser_content a {
      color: #000;
      text-decoration: underline; }
    .einfacher_teaser .einfacher_teaser_content > .tipp span {
      margin-top: 2px; }
    .einfacher_teaser .einfacher_teaser_content ul {
      margin: 1.25rem 0 0 0; }
      .einfacher_teaser .einfacher_teaser_content ul li {
        margin-bottom: 0;
        margin-top: 15px; }
      .einfacher_teaser .einfacher_teaser_content ul li:first-child {
        margin-top: 0; }
  .einfacher_teaser .einfacher_teaser_content h1 {
    font-size: 1.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    hyphens: auto;
    text-align: center;
    margin-bottom: 0px; }
  .einfacher_teaser .einfacher_teaser_reviews {
    display: flex;
    align-items: center; }
    .einfacher_teaser .einfacher_teaser_reviews .stars {
      --percent: calc(var(--rating) / 5 * 100%);
      display: inline-block;
      font-size: 1.25rem;
      font-family: 'Times New Roman', Times, serif;
      line-height: 1; }
      .einfacher_teaser .einfacher_teaser_reviews .stars::before {
        content: '★★★★★';
        background: linear-gradient(90deg, #000 var(--percent), #fff var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .einfacher_teaser .einfacher_teaser_reviews .text {
      color: #000;
      margin-left: .5rem; }
  .einfacher_teaser .einfacher_teaser_content > .einfacher_teaser_subline {
    line-height: 1.875rem;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;
    font-family: "SansaPro", Helvetica, Arial, sans-serif;
    text-align: center; }
  .einfacher_teaser .einfacher_teaser_content > p {
    text-align: center; }
  .einfacher_teaser .einfacher_teaser_content > .einfacher_teaser_content_headline {
    display: flex;
    flex-direction: column-reverse; }
    .einfacher_teaser .einfacher_teaser_content > .einfacher_teaser_content_headline > .tipp span {
      transform: scale(1.2);
      transform-origin: left top;
      margin-bottom: 5px;
      margin-top: 0; }
  .einfacher_teaser .tipp {
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 0px !important; }

@media (min-width: 576px) {
  .einfacher_teaser .einfacher_teaser_image {
    min-height: 270px; }
    .einfacher_teaser .einfacher_teaser_image .siegel {
      width: 120px; }
  .einfacher_teaser .einfacher_teaser_content h1 {
    font-size: 2.1875rem; }
  .einfacher_teaser .einfacher_teaser_content > .einfacher_teaser_content_headline > .tipp {
    margin-bottom: 15px !important;
    margin-top: 0; }
    .einfacher_teaser .einfacher_teaser_content > .einfacher_teaser_content_headline > .tipp span {
      transform: scale(1.5); } }

@media (min-width: 768px) {
  .hook ul > li {
    color: #000;
    background-size: 20px !important; }
  .einfacher_teaser > .row {
    justify-content: center; }
  .einfacher_teaser .einfacher_teaser_image {
    min-height: 360px; }
    .einfacher_teaser .einfacher_teaser_image .siegel {
      width: 150px; }
    .einfacher_teaser .einfacher_teaser_image .trust-seal {
      width: 133px; }
  .einfacher_teaser .tipp {
    justify-content: flex-start; }
  .einfacher_teaser p:not(.h3) {
    font-size: 1rem; }
  .einfacher_teaser .text {
    font-size: 0.875rem;
    line-height: 170%; }
  .einfacher_teaser .einfacher_teaser_content {
    padding: 0rem 0 3.125rem 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: max-content;
    max-width: 85%; }
    .einfacher_teaser .einfacher_teaser_content > .einfacher_teaser_subline {
      justify-content: flex-start;
      text-align: left;
      font-size: 1.375rem; } }

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .einfacher_teaser {
    width: 100% !important; } }

@media (min-width: 1024px) {
  .einfacher_teaser_wrapper {
    margin-top: -40px !important;
    padding-top: 40px !important; }
    .einfacher_teaser_wrapper .einfacher_teaser_content {
      padding-top: 0 !important; }
      .einfacher_teaser_wrapper .einfacher_teaser_content > div:last-child {
        margin-bottom: 0 !important; }
  .einfacher_teaser {
    overflow: hidden;
    margin-top: 0rem;
    margin-bottom: 0rem;
    width: 86%;
    padding: 0; }
    .einfacher_teaser .btn {
      margin-top: 1.5625rem; }
    .einfacher_teaser > .row {
      justify-content: flex-start;
      margin: 0; }
    .einfacher_teaser .tipp {
      justify-content: flex-start;
      align-items: center; }
    .einfacher_teaser .einfacher_teaser_image {
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: auto; }
      .einfacher_teaser .einfacher_teaser_image > .badgeL, .einfacher_teaser .einfacher_teaser_image .badgeM, .einfacher_teaser .einfacher_teaser_image .badgeS {
        left: 1.25rem;
        top: 0rem; }
      .einfacher_teaser .einfacher_teaser_image > .trust-seal-link, .einfacher_teaser .einfacher_teaser_image .trust-seal {
        position: absolute;
        right: 30px;
        bottom: 20px;
        left: unset; }
        .einfacher_teaser .einfacher_teaser_image > .trust-seal-link > .trust-seal, .einfacher_teaser .einfacher_teaser_image .trust-seal > .trust-seal {
          right: 0;
          bottom: 5px; }
      .einfacher_teaser .einfacher_teaser_image .trust-seal {
        width: 100px;
        height: auto; }
        .einfacher_teaser .einfacher_teaser_image .trust-seal > img {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 90%; }
      .einfacher_teaser .einfacher_teaser_image .siegel {
        width: 130px; }
      .einfacher_teaser .einfacher_teaser_image > .siegel-link, .einfacher_teaser .einfacher_teaser_image .siegel {
        right: 30px;
        top: 15px; }
    .einfacher_teaser .einfacher_teaser_content {
      align-items: flex-start;
      max-width: 100%;
      width: 100%; }
    .einfacher_teaser .bulletlist ul li {
      font-size: 1rem;
      background-size: 0.875rem;
      background-position-y: 5px;
      padding-right: 15px;
      margin-top: 10px; }
    .einfacher_teaser p:not(.h3) {
      font-size: 1rem; }
    .einfacher_teaser .einfacher_teaser_content {
      padding: 40px 0 35px 0rem;
      display: flex;
      justify-content: center; }
    .einfacher_teaser .einfacher_teaser_content h1 {
      position: relative;
      top: 0rem;
      color: #000000;
      font-size: 2.625rem;
      line-height: 3.125rem;
      font-weight: 700;
      padding-left: 0rem;
      height: auto;
      text-align: left; }
    .einfacher_teaser .einfacher_teaser_content > .einfacher_teaser_subline {
      text-align: left;
      margin-top: 5px; }
    .einfacher_teaser .einfacher_teaser_content > p {
      text-align: left; }
    .einfacher_teaser .einfacher_teaser_content > .einfacher_teaser_content_headline > .tipp {
      margin-bottom: 15px !important; } }

@media (min-width: 1690px) {
  .hook ul > li {
    color: #000;
    background-size: 23px !important;
    padding-left: 30px; }
  .einfacher_teaser {
    width: 100%; }
    .einfacher_teaser .einfacher_teaser_image {
      align-items: center; }
      .einfacher_teaser .einfacher_teaser_image > .siegel-link, .einfacher_teaser .einfacher_teaser_image .siegel {
        right: 40px; }
      .einfacher_teaser .einfacher_teaser_image .siegel {
        width: 170px; }
      .einfacher_teaser .einfacher_teaser_image > .trust-seal-link, .einfacher_teaser .einfacher_teaser_image .trust-seal {
        right: 40px; }
      .einfacher_teaser .einfacher_teaser_image .trust-seal {
        width: 140px;
        height: 100%;
        display: flex;
        align-items: end; }
    .einfacher_teaser .bulletlist ul li {
      font-size: 1.125rem;
      background-size: 1rem; }
    .einfacher_teaser p:not(.h3) {
      font-size: 1.125rem; }
    .einfacher_teaser .einfacher_teaser_content h1 {
      font-size: 2.8125rem;
      line-height: 3.25rem; } }

.container-fluid {
  padding: 0;
  width: 100% !important; }

.teaser_ohne_kategoriebild {
  max-width: 1690px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0; }
  .teaser_ohne_kategoriebild > .row {
    margin: 0; }
  .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 0 25px 0; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .siegel {
      width: 190px;
      margin-bottom: 0px;
      z-index: 1; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .siegel img {
        width: 100%;
        height: auto;
        animation: linear; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links .siegel:hover {
      cursor: pointer; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 10px; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline h1, .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline .h1, .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline h2, .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline .h2 {
        margin-bottom: 5px;
        text-align: left; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline .subline {
        color: #FF5800;
        font-size: 1rem;
        font-weight: 600;
        font-family: "SansaPro", Helvetica, Arial, sans-serif;
        line-height: 130%;
        text-align: center;
        margin-bottom: 10px; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links .notvisible {
      animation-name: fadeout;
      animation-duration: 0.2s;
      animation-delay: 0s;
      animation-fill-mode: forwards; }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links .visible {
      animation-name: fadein;
      animation-duration: 0.2s;
      animation-delay: 0s;
      animation-fill-mode: forwards; }

@keyframes fadein {
  0% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links #bestpreis_content_animation {
      transform: translateY(5px);
      position: absolute; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .bestpreis_content_sichtbar {
      visibility: visible !important;
      animation-name: Wait-And-Start-In;
      animation-duration: 0.2s;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      height: max-content !important; }

@keyframes Wait-And-Start-In {
  0% {
    transform: translateY(5px);
    opacity: 0; }
  100% {
    transform: translateY(75px);
    opacity: 1; } }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .bestpreis_content_out {
      visibility: visible !important;
      animation-name: Wait-And-Start-Out;
      animation-duration: 0.2s;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      height: max-content !important; }

@keyframes Wait-And-Start-Out {
  0% {
    transform: translateY(75px);
    opacity: 1; }
  100% {
    transform: translateY(5px);
    opacity: 0; } }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .bestpreis_content {
      display: flex;
      flex-direction: column;
      align-items: center;
      opacity: 0; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .bestpreis_content > span {
        margin-bottom: 13px; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .bestpreis_content ul {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        transform: skew(0deg, -3deg) scale(101%);
        position: relative;
        transform-origin: 52% 50%; }
        .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .bestpreis_content ul li {
          width: max-content;
          background: #fff;
          padding: 5px 36px 3px 10px;
          font-weight: 700;
          line-height: 100%;
          box-shadow: 0px -1px 0px #fff, 0 3px 6px #d6d6d6; }
        .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .bestpreis_content ul li:last-child {
          color: #FF5800;
          padding-bottom: 7px;
          border-bottom-right-radius: 14px; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .bestpreis_content ul::before {
        content: "!";
        color: #FF5800;
        position: absolute;
        top: -3px;
        right: 7px;
        font-size: 75px;
        -webkit-box-shadow: none;
        box-shadow: none;
        line-height: 70px;
        font-weight: 800; }
  .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_rechts {
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_rechts ul {
      margin-bottom: 0; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_rechts ul li {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_rechts ul li > span {
          margin-right: 10px;
          line-height: 170%;
          display: flex;
          height: 22px;
          align-items: center; }
        .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_rechts ul li > span::before {
          font-size: 18px;
          line-height: 0;
          color: #FF5800; }
        .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_rechts ul li b {
          width: max-content;
          white-space: nowrap;
          display: contents; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_rechts ul li:last-child {
        margin-bottom: 0; }

@media (min-width: 576px) {
  .teaser_ohne_kategoriebild {
    padding-bottom: 15px; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links {
      padding: 35px 0 35px 0; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline .subline {
        font-size: 1.25rem;
        margin-bottom: 0; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_rechts ul {
      margin-bottom: 0; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_rechts ul li {
        margin-bottom: 5px; } }

@media (min-width: 768px) {
  .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links {
    padding: 35px 0 45px 0; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline {
      margin-top: 20px; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links .bestpreis_content ul::before {
      top: 0px;
      right: 5px;
      font-size: 85px; } }

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .teaser_ohne_kategoriebild {
    width: 100% !important; } }

@media (min-width: 1024px) {
  .wrapper_teaser_ohne_kategoriebild {
    margin-top: -40px !important; }
  .teaser_ohne_kategoriebild {
    width: 86%;
    padding-top: 20px; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links {
      flex-direction: column;
      padding: 35px 30px 10px 0;
      align-items: center;
      justify-content: center; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .siegel {
        width: 170px;
        margin-right: 0px;
        margin-bottom: 0; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline {
        align-items: center; }
        .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline .subline {
          text-align: left; }
  @keyframes Wait-And-Start-In {
    0% {
      transform: translateY(5px);
      opacity: 0; }
    100% {
      transform: translateY(35px);
      opacity: 1; } }
  @keyframes Wait-And-Start-Out {
    0% {
      transform: translateY(35px);
      opacity: 1; }
    100% {
      transform: translateY(5px);
      opacity: 0; } }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_rechts {
      padding: 35px 0 10px 0;
      align-items: flex-end; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_rechts ul {
        height: max-content; } }

@media only screen and (min-width: 1300px) {
  .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .siegel {
      width: 170px;
      margin-right: 50px;
      margin-bottom: 0;
      display: flex;
      transform: translateX(0px);
      transition: all 0.2s; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links .siegel:hover {
      animation-name: siegelslidein;
      animation-duration: 0.2s;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      transform: translateX(10px);
      transition: all 0.2s; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline {
      align-items: flex-start;
      margin-top: 0; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline h1, .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline .h1, .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline h2, .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline .h2 {
        font-size: 1.875rem; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline .subline {
        text-align: left;
        font-size: 1.125rem; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links #bestpreis_content_animation {
      transform: translateY(0px);
      position: absolute; }
  @keyframes Wait-And-Start-In {
    0% {
      transform: translateY(0px);
      transform: translateX(0px);
      opacity: 0; }
    100% {
      transform: translateY(0px);
      transform: translateX(200px);
      opacity: 1; } }
  @keyframes Wait-And-Start-Out {
    0% {
      transform: translateY(0px);
      transform: translateX(200px);
      opacity: 1; }
    100% {
      transform: translateY(0px);
      transform: translateX(0px);
      opacity: 0; } }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .bestpreis_content {
      flex-direction: row; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .bestpreis_content > span {
        transform: rotate(-90deg);
        margin-right: 20px; }
  .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_rechts {
    align-items: center;
    justify-content: flex-start; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_rechts ul li > span::before {
      font-size: 22px; } }

@media only screen and (min-width: 1500px) {
  .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .siegel {
    margin-right: 60px; }
  .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline h1, .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline .h1, .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline h2, .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline .h2 {
    font-size: 2.25rem; }
  .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .teaser_ohne_kategoriebild_headline .subline {
    text-align: left;
    font-size: 1.25rem; }
  .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links .bestpreis_content .icon-down::before {
    font-size: 30px; } }

@media only screen and (min-width: 1600px) {
  .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links > .siegel {
    width: 215px; }
  @keyframes Wait-And-Start-In {
    0% {
      transform: translateY(0px);
      transform: translateX(0px);
      opacity: 0; }
    100% {
      transform: translateY(0px);
      transform: translateX(250px);
      opacity: 1; } }
  @keyframes Wait-And-Start-Out {
    0% {
      transform: translateY(0px);
      transform: translateX(250px);
      opacity: 1; }
    100% {
      transform: translateY(0px);
      transform: translateX(0px);
      opacity: 0; } } }

@media (min-width: 1690px) {
  .teaser_ohne_kategoriebild {
    width: 100%; }
    .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links {
      padding: 35px 20px 10x 0; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links .teaser_ohne_kategoriebild_headline h1, .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links .teaser_ohne_kategoriebild_headline .h1, .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links .teaser_ohne_kategoriebild_headline h2, .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links .teaser_ohne_kategoriebild_headline .h2 {
        font-size: 2.8125rem;
        margin-bottom: 10px; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links .teaser_ohne_kategoriebild_headline .subline {
        font-size: 1.5625rem; }
      .teaser_ohne_kategoriebild .teaser_ohne_kategoriebild_links .bestpreis_content ul::before {
        top: 2px;
        right: 5px;
        font-size: 95px; } }

.faq_eintrag h4 {
  margin: 0; }

.faq_eintrag a {
  display: inline-block !important; }

.faq > .row > .faq_eintrag:last-child > .faq_eintrag_text {
  margin-bottom: 0rem !important; }

.faq_eintrag_frage {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem; }
  .faq_eintrag_frage span {
    display: block;
    text-align: center;
    margin-right: 1rem;
    font-size: 1.5rem;
    line-height: 1.75rem; }
    .faq_eintrag_frage span .rotate {
      transform: rotate(45deg); }
  .faq_eintrag_frage h3 {
    margin-bottom: 0px;
    margin-top: 0px; }

.faq_eintrag_text {
  margin-bottom: 1.25rem; }
  .faq_eintrag_text ul li {
    display: flex;
    flex-direction: column; }
    .faq_eintrag_text ul li ul {
      margin-top: 10px; }
      .faq_eintrag_text ul li ul li {
        margin-bottom: 0; }
  .faq_eintrag_text a {
    display: contents; }

.faq_eintrag_text.show {
  display: block; }

.faq_eintrag_text.hide {
  display: none; }

.faq_eintrag_text {
  display: none; }

/* FAQ geschlossen START*/
.faq_geschlossen h4 {
  margin-bottom: 5px; }

.faq_geschlossen .faq_eintrag_text {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1.25rem; }
  .faq_geschlossen .faq_eintrag_text ul {
    margin-bottom: 1.875rem; }
    .faq_geschlossen .faq_eintrag_text ul > li {
      background-position: 0px 6px !important; }
      .faq_geschlossen .faq_eintrag_text ul > li ul {
        margin-bottom: 0; }
    .faq_geschlossen .faq_eintrag_text ul li:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .faq_geschlossen .faq_eintrag_text ul li.infolist {
      background: url(/oc_Styles/Feature/Faq/-/media/Apps/Icons/info.svg) no-repeat 0px 6px;
      padding: 2px 0 5px 25px; }

/* FAQ geschlossen ENDE*/
@media (max-width: 575.98px) {
  .faq_eintrag {
    margin-bottom: 0.75rem; } }

@media (max-width: 767.98px) {
  .faq_eintrag_frage h3 {
    font-size: 1.25rem; }
  .faq_eintrag_frage span {
    font-size: 1.25rem; }
  .faq_eintrag .faq_eintrag_text {
    margin-bottom: 1.25rem !important; } }

@media (min-width: 380px) {
  .faq_eintrag_frage span {
    text-align: center;
    margin-right: 1rem;
    font-size: 1rem; }
  .faq_eintrag_text {
    padding-left: 35px; } }

@media (min-width: 768px) {
  .faq_eintrag_text.hide {
    display: block; }
  .faq_eintrag_frage {
    cursor: default; }
    .faq_eintrag_frage span {
      display: none; }
  .faq_eintrag_text {
    padding-left: 0;
    display: block; }
  /* FAQ geschlossen START*/
  .faq_geschlossen h2 {
    text-align: left; }
  .faq_geschlossen .faq_eintrag {
    margin-bottom: 10px; }
  .faq_geschlossen .faq_eintrag_text.hide {
    display: none; }
  .faq_geschlossen .faq_eintrag_frage {
    margin-bottom: 10px;
    cursor: default;
    align-items: center; }
    .faq_geschlossen .faq_eintrag_frage h3 {
      font-size: 1.4375rem; }
    .faq_geschlossen .faq_eintrag_frage h3:hover {
      cursor: pointer; }
    .faq_geschlossen .faq_eintrag_frage span {
      display: block;
      font-size: 20px; }
    .faq_geschlossen .faq_eintrag_frage span::before {
      font-weight: bold; }
  .faq_geschlossen .faq_eintrag_text {
    padding-left: 38px;
    display: none; }
  .faq_geschlossen .faq_eintrag_text.show {
    display: block; }
  /* FAQ geschlossen ENDE*/ }

@media screen and (zoom: 1.25) {
  .faq {
    display: none; } }

@media (min-width: 1024px) {
  .faq_eintrag {
    padding: 0rem !important; }
  .faq_eintrag_text {
    margin-bottom: 2.5rem; }
  /* FAQ geschlossen START*/
  .faq_geschlossen h2 {
    padding-left: 16.66667%; }
  .faq_geschlossen .faq_eintrag_text {
    padding-bottom: 2.5rem; }
  /* FAQ geschlossen ENDE*/ }

.breadcrumb {
  margin-bottom: 0px;
  position: relative;
  z-index: 2; }
  .breadcrumb .breadcrumb_content {
    height: 50px;
    background: #000;
    display: flex;
    align-items: center; }
  .breadcrumb .breadcrumb_content ul {
    display: flex;
    padding-left: 0.9375rem; }
  .breadcrumb .breadcrumb_content ul li {
    font-size: 1rem;
    font-family: "SansaPro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: none; }
  .breadcrumb .breadcrumb_content ul li:nth-last-child(2) {
    display: flex;
    flex-direction: row-reverse; }
    .breadcrumb .breadcrumb_content ul li:nth-last-child(2) span:first-child {
      order: 2; }
  .breadcrumb .breadcrumb_content ul li a {
    color: #000; }
  .breadcrumb .breadcrumb_content ul li span.arrow {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 11px;
    margin: 0 5px 0 0px;
    color: #000;
    display: flex;
    align-items: flex-end; }
  .breadcrumb .breadcrumb_content ul li:last-child span.arrow {
    display: none; }

@media (min-width: 1024px) {
  .wiki_page .breadcrumb .breadcrumb_content ul li a {
    color: #000; }
  .wiki_page .breadcrumb .breadcrumb_content ul li span.arrow {
    color: #000; }
  .breadcrumb {
    padding-top: 0px !important;
    width: 100% !important;
    padding-left: 30px !important;
    max-width: 100%; }
    .breadcrumb .breadcrumb_content {
      height: 40px;
      background: transparent;
      display: flex;
      align-items: center;
      max-width: 1690px;
      margin: 0 auto; }
    .breadcrumb .breadcrumb_content ul {
      display: flex;
      padding: 0 1rem 0 0; }
    .breadcrumb .breadcrumb_content ul li {
      font-size: 0.875rem;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 400;
      display: flex;
      margin-right: 10px; }
    .breadcrumb .breadcrumb_content ul li:nth-last-child(2) {
      flex-direction: row; }
      .breadcrumb .breadcrumb_content ul li:nth-last-child(2) span:first-child {
        order: unset; }
    .breadcrumb .breadcrumb_content ul li a {
      color: #000;
      text-decoration: underline; }
    .breadcrumb .breadcrumb_content ul li span.arrow {
      display: inline-block;
      transform: rotate(-90deg);
      font-size: 11px;
      margin: 0 8px 0 8px;
      color: #000;
      display: flex; }
    .breadcrumb .breadcrumb_content ul li:last-child span.arrow {
      display: none; }
  /* IE10+ Hacks */
  _:-ms-lang(x),
  .breadcrumb .breadcrumb_content ul li:nth-last-child(2) span:first-child {
    order: 0; } }

.onpage {
  display: none;
  margin-bottom: 0;
  height: 40px;
  position: sticky;
  top: 80px;
  z-index: 6; }
  .onpage .onpage_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: 0rem 2.5rem 0rem 2.5rem;
    overflow: hidden;
    padding-left: 7%;
    padding-right: 7%; }
    .onpage .onpage_content > div {
      line-height: 50px;
      position: relative; }
      .onpage .onpage_content > div > .onpageAktiv {
        color: #fff !important; }
      .onpage .onpage_content > div > .onpageAktiv::before {
        content: "";
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 14px;
        left: 0;
        background: #FF5800; }
    .onpage .onpage_content .btn {
      font-size: 0.75rem;
      padding: 0.25rem 0.625rem; }
    .onpage .onpage_content .no_btn {
      display: none; }
  .onpage .onpage_content a:not(.btn) {
    color: #fff;
    text-transform: uppercase; }
  .onpage .onpage_content a:not(.btn):hover::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 14px;
    left: 0;
    background: #FF5800; }

@media (min-width: 768px) {
  .onpage .onpage_content a {
    font-size: 0.8125rem;
    font-weight: 600; } }

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .onpage > .row {
    width: 100% !important;
    margin: 0 auto; } }

@media (min-width: 1024px) {
  .onpage {
    display: block;
    max-width: 100%;
    background: #212121;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2); }
    .onpage > .row {
      width: 86%;
      margin: 0 auto; }
      .onpage > .row > .onpage_content {
        max-width: 1690px;
        margin: 0 auto;
        padding: 0px; }
  .hide_anchor_onpagenav {
    display: none; } }

@media (min-width: 1690px) {
  .onpage > .row {
    width: 100%; }
    .onpage > .row .onpage_content {
      padding: 0 15px; }
  .onpage .onpage-content a {
    font-size: 1.125rem; }
  .hide_anchor_onpagenav {
    display: block; } }

.schrittanleitung_four_items p:last-child, .schrittanleitung_four_items .text:last-child:not(.datenblatt_content), .schrittanleitung_five_items p:last-child, .schrittanleitung_five_items .text:last-child:not(.datenblatt_content) {
  margin-bottom: auto; }

.schrittanleitung_four_items .schrittanleitung_headline, .schrittanleitung_five_items .schrittanleitung_headline {
  margin-bottom: 1.25rem;
  text-align: center; }

.schrittanleitung_four_items .schrittanleitung_content, .schrittanleitung_five_items .schrittanleitung_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap; }
  .schrittanleitung_four_items .schrittanleitung_content .steps, .schrittanleitung_five_items .schrittanleitung_content .steps {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    height: 220px;
    text-align: center;
    padding: 0rem 2.5rem 0rem 2.5rem; }
    .schrittanleitung_four_items .schrittanleitung_content .steps .icon_wrapper, .schrittanleitung_five_items .schrittanleitung_content .steps .icon_wrapper {
      width: 160px;
      height: 160px;
      border-radius: 90px;
      border: 1px solid #FF5800;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.25rem;
      position: relative; }
      .schrittanleitung_four_items .schrittanleitung_content .steps .icon_wrapper .step_number, .schrittanleitung_five_items .schrittanleitung_content .steps .icon_wrapper .step_number {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background: #FF5800;
        color: #fff;
        font-family: "SansaPro", Helvetica, Arial, sans-serif;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0px;
        left: 0px; }
      .schrittanleitung_four_items .schrittanleitung_content .steps .icon_wrapper img, .schrittanleitung_five_items .schrittanleitung_content .steps .icon_wrapper img {
        max-width: 100%;
        height: auto; }
  .schrittanleitung_four_items .schrittanleitung_content .step_arrow, .schrittanleitung_five_items .schrittanleitung_content .step_arrow {
    display: none; }

.schrittanleitung_five_items .schrittanleitung_headline, .schrittanleitung_five_items .schrittanleitung_content {
  padding: 0 15px 0 15px !important; }

@media (min-width: 576px) {
  .schrittanleitung_five_items .schrittanleitung_content {
    flex-direction: row;
    justify-content: center; }
    .schrittanleitung_five_items .schrittanleitung_content .steps {
      width: 40%;
      height: 230px; }
      .schrittanleitung_five_items .schrittanleitung_content .steps .icon_wrapper {
        width: 160px;
        height: 160px;
        border-radius: 90px;
        margin-bottom: 1.25rem; }
  .schrittanleitung_four_items .schrittanleitung_content {
    flex-direction: row;
    justify-content: center; }
    .schrittanleitung_four_items .schrittanleitung_content .steps {
      width: 40%;
      height: 230px; }
      .schrittanleitung_four_items .schrittanleitung_content .steps .icon_wrapper {
        width: 160px;
        height: 160px;
        border-radius: 90px;
        margin-bottom: 1.25rem; } }

@media (min-width: 768px) {
  .schrittanleitung_five_items .schrittanleitung_headline {
    margin-bottom: 2.5rem;
    text-align: center; }
  .schrittanleitung_five_items .schrittanleitung_content .steps {
    width: 30%; }
  .schrittanleitung_four_items .schrittanleitung_headline {
    margin-bottom: 2.5rem;
    text-align: center; }
  .schrittanleitung_four_items .schrittanleitung_content .steps {
    width: 40%; } }

@media (min-width: 1024px) {
  .schrittanleitung_five_items .schrittanleitung_headline {
    margin-bottom: 2.5rem;
    text-align: left; }
  .schrittanleitung_five_items .schrittanleitung_content {
    justify-content: space-between; }
    .schrittanleitung_five_items .schrittanleitung_content .steps {
      width: 16%;
      padding: 0rem;
      height: 255px; }
    .schrittanleitung_five_items .schrittanleitung_content .step_arrow {
      display: none; }
  .schrittanleitung_four_items .schrittanleitung_headline {
    margin-bottom: 2.5rem;
    text-align: center; }
  .schrittanleitung_four_items .schrittanleitung_content {
    justify-content: center; }
    .schrittanleitung_four_items .schrittanleitung_content .steps {
      width: 21%;
      padding: 0rem;
      height: 255px; }
    .schrittanleitung_four_items .schrittanleitung_content .step_arrow {
      display: none; } }

@media only screen and (min-width: 1200px) {
  .schrittanleitung_five_items_with_arrows .schrittanleitung_headline {
    margin-bottom: 2.5rem;
    text-align: left; }
  .schrittanleitung_five_items_with_arrows .schrittanleitung_content {
    justify-content: space-between;
    align-items: flex-start; }
    .schrittanleitung_five_items_with_arrows .schrittanleitung_content .steps {
      width: 12%;
      padding: 0rem; }
    .schrittanleitung_five_items_with_arrows .schrittanleitung_content .step_arrow {
      display: flex !important;
      height: 160px;
      align-items: center; }
      .schrittanleitung_five_items_with_arrows .schrittanleitung_content .step_arrow > span {
        font-size: 60px;
        transform: rotate(-90deg);
        color: #bcbcbc;
        display: block; }
  .schrittanleitung_four_items_with_arrows .schrittanleitung_headline {
    margin-bottom: 2.5rem;
    text-align: left; }
  .schrittanleitung_four_items_with_arrows .schrittanleitung_content {
    justify-content: space-between;
    align-items: flex-start; }
    .schrittanleitung_four_items_with_arrows .schrittanleitung_content .steps {
      width: 16%;
      padding: 0rem; }
    .schrittanleitung_four_items_with_arrows .schrittanleitung_content .step_arrow {
      display: flex !important;
      height: 160px;
      align-items: center; }
      .schrittanleitung_four_items_with_arrows .schrittanleitung_content .step_arrow > span {
        font-size: 60px;
        transform: rotate(-90deg);
        color: #bcbcbc;
        display: block; } }

.iconbar .iconbar_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 15px 0 15px;
  border: 0px;
  flex-wrap: wrap; }

.iconbar .iconbar_content > div {
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 7px);
  justify-content: center;
  border: 1px solid #bcbcbc;
  padding: 0rem 1rem 0rem 1rem;
  margin-bottom: 15px; }

.iconbar .iconbar_content > div img {
  max-height: 60%;
  max-width: 100%;
  width: auto;
  height: auto; }

.iconbar a {
  display: contents; }

@media (min-width: 1024px) {
  .iconbar .iconbar_content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 2.5rem 15px 2.5rem 15px; }
  .iconbar .iconbar_content > div {
    height: 5rem;
    display: flex;
    align-items: center;
    border: 0px !important;
    width: auto;
    padding: 0rem;
    margin-bottom: 0; }
  .iconbar .iconbar_content > div img {
    max-height: 75%; } }

@media (min-width: 1690px) {
  .iconbar .iconbar_content > div img {
    max-height: 85%; } }

_:-ms-lang(x) .iconbar_content > div img,
.iconbar .iconbar_content > div img {
  max-height: 68px;
  width: auto; }

.abgrenzungslinie_container {
  height: 1px;
  background: #999999; }

.accordion_offen > .accordion_eintrag > .accordion_eintrag_content {
  display: block !important; }

.accordion_offen > .accordion_eintrag > .accordion_headline {
  display: none !important; }

.accordion {
  margin-bottom: 3.125rem; }
  .accordion .accordion_headline {
    height: 60px;
    border-bottom: solid 1px #999999;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.875rem 0 0.9375rem;
    text-transform: uppercase; }

.accordion_eintrag_content {
  display: none;
  border-bottom: solid 1px #999999;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  .accordion_eintrag_content .container:last-child {
    margin-bottom: 0rem; }
  .accordion_eintrag_content .btn {
    margin-top: 1.25rem; }
  .accordion_eintrag_content > .verpackung_waehlen:last-child {
    margin-bottom: 3.125rem; }
    .accordion_eintrag_content > .verpackung_waehlen:last-child > .row:last-child > div > div {
      padding-bottom: 0rem !important;
      border-bottom: none; }
  .accordion_eintrag_content > .abgrenzungslinie_container:last-child {
    display: none; }

/*.accordion_eintrag_content > .container div {
padding-left: 0.4375rem;
padding-right: 0.4375rem;    
}*/
.accordion_eintrag_open .accordion_eintrag_content {
  display: block; }

.accordion_eintrag_open .accordion_headline_sticky {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  background-color: #fff; }

.accordion_eintrag_open span.sxp_arrow16 {
  transform: rotate(180deg); }

.demohoch {
  height: 2000px; }

@media (min-width: 768px) {
  /*.accordion_eintrag_content > .container div {
        padding-left: 0rem;
        padding-right: 0rem;    
    }*/ }

@media (min-width: 1024px) {
  .accordion {
    margin-bottom: 0rem; }
    .accordion .accordion_headline {
      display: none; }
  .accordion_eintrag_content {
    display: block;
    border-bottom: 0 none;
    padding-top: 0rem;
    padding-bottom: 0rem; }
    .accordion_eintrag_content .container:last-child {
      margin-bottom: 3.75rem; }
    .accordion_eintrag_content .container > div {
      padding-left: 0rem;
      padding-right: 0rem; }
    .accordion_eintrag_content .container > div > div {
      padding-left: 0rem;
      padding-right: 0rem; }
    .accordion_eintrag_content > .verpackung_waehlen:last-child {
      margin-bottom: 3.75rem; }
      .accordion_eintrag_content > .verpackung_waehlen:last-child > .row:last-child > div > div {
        padding-bottom: 2.5rem !important;
        border-bottom: 1px solid #ddd; }
    .accordion_eintrag_content > .abgrenzungslinie_container:last-child {
      display: block; } }

@media (min-width: 1690px) {
  .accordion_eintrag_content .container:last-child {
    margin-bottom: 4.375rem; }
  .accordion_eintrag_content > .verpackung_waehlen:last-child {
    margin-bottom: 3.75rem; } }

.bereichstrenner_inhalt {
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc; }
  .bereichstrenner_inhalt .content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 3.75rem 0rem 3.75rem 0rem;
    text-align: left; }
  .bereichstrenner_inhalt .content > h3 {
    margin-top: 0rem;
    padding: 0rem !important; }

@media (min-width: 768px) {
  .bereichstrenner_inhalt .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3.75rem 0rem 3.75rem 0rem;
    text-align: center; }
  .bereichstrenner_inhalt .content > h3 {
    margin-top: 0rem; } }

.y_clip > .video_wrapper iframe {
  width: 90%;
  height: 90%; }

.container-fluid > .bild_headline_text_breit {
  padding: 1.25rem 0 1.25rem 0; }

.container-fluid .bild_headline_text_breit_image > img, .container-fluid video {
  mix-blend-mode: normal !important; }

.container-fluid .bild_headline_text_breit_video > video {
  mix-blend-mode: normal !important; }

.bild_headline_text_breit img, .bild_headline_text_breit video {
  max-width: 100%;
  height: auto; }

.bild_headline_text_breit .bulletlist ul {
  width: 100%; }

.bild_headline_text_breit h3 {
  display: inline-block; }

.bild_headline_text_breit .row {
  margin: 0rem; }

.bild_headline_text_breit .bild_headline_text_breit_image, .bild_headline_text_breit .bild_headline_text_breit_video {
  right: 0px;
  background: #f4f4f4;
  margin-top: 1.25rem;
  padding: 0rem; }
  .bild_headline_text_breit .bild_headline_text_breit_image [data-src], .bild_headline_text_breit .bild_headline_text_breit_video [data-src] {
    width: 100%; }

.bild_headline_text_breit .bild_headline_text_breit_image img {
  max-width: 100%; }

.bild_headline_text_breit .bild_headline_text_breit_image > img, .bild_headline_text_breit video {
  mix-blend-mode: multiply; }

.bild_headline_text_breit .bild_headline_text_breit_video > video {
  mix-blend-mode: multiply; }

.bild_headline_text_breit .bild_headline_text_breit_content {
  align-items: flex-start;
  display: flex;
  flex-direction: column; }
  .bild_headline_text_breit .bild_headline_text_breit_content p:last-child {
    margin-bottom: 0rem; }
  .bild_headline_text_breit .bild_headline_text_breit_content .bild_headline_text_breit_button {
    display: flex;
    justify-content: center;
    width: 100%; }
  .bild_headline_text_breit .bild_headline_text_breit_content > .btn {
    margin-top: 0rem; }
  .bild_headline_text_breit .bild_headline_text_breit_content .bulletlist ul:last-child {
    margin-bottom: 0rem; }

.bild_headline_text_breit.bild_links, .bild_headline_text_breit.bild_links_gespiegelt {
  flex-direction: row; }

.bild_headline_text_breit.bild_links .row > .bild_headline_text_breit_image, .bild_headline_text_breit.bild_links .row > .bild_headline_text_breit_video {
  right: 0px; }

.bild_headline_text_breit.bild_links .row > .bild_headline_text_breit_video {
  background: #f4f4f4; }

.bild_headline_text_breit.bild_links .row > .bild_headline_text_breit_image > img {
  transform: scaleX(1); }

.bild_headline_text_breit.bild_links_gespiegelt .row > .bild_headline_text_breit_image > img {
  transform: scaleX(1); }

.bild_headline_text_breit.bild_rechts_gespiegelt .row > .bild_headline_text_breit_image > img {
  transform: scaleX(-1); }

@media (min-width: 768px) {
  .container-fluid > .bild_headline_text_breit {
    padding: 1.5625rem 0 1.5625rem 0; }
  .bild_headline_text_breit img, .bild_headline_text_breit video {
    width: 100%; } }

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .container-fluid > .bild_headline_text_breit {
    width: 100% !important; } }

@media (min-width: 1024px) {
  .y_clip > .video_wrapper iframe {
    width: 97% !important; }
  .container-fluid > .bild_headline_text_breit {
    padding: 2.5rem 0 2.5rem 0;
    width: 86%; }
  .container-fluid .bild_headline_text_breit.bild_links .row > .bild_headline_text_breit_video {
    background: transparent !important; }
  .container-fluid .bild_headline_text_breit_image, .container-fluid .bild_headline_text_breit_video {
    background: transparent !important; }
  .bild_headline_text_breit.bild_links .row > .bild_headline_text_breit_video {
    background: #fff; }
  .bild_headline_text_breit .bulletlist ul > li {
    width: 50%;
    float: left;
    padding-right: 25px; }
  .bild_headline_text_breit .bild_headline_text_breit_content {
    justify-content: center; }
  .bild_headline_text_breit .bild_headline_text_breit.bild_links .row > .bild_headline_text_breit_image > img {
    mix-blend-mode: normal; }
  .bild_headline_text_breit .bild_headline_text_breit_image, .bild_headline_text_breit .bild_headline_text_breit_video {
    background: #fff;
    margin-bottom: 0rem !important; }
  .bild_headline_text_breit .bild_links .row > .bild_headline_text_breit_image, .bild_headline_text_breit .bild_links .row > .bild_headline_text_breit_video {
    margin-bottom: 0rem; }
  .bild_headline_text_breit .row {
    display: flex; }
  .bild_headline_text_breit .bild_headline_text_breit_image, .bild_headline_text_breit .bild_headline_text_breit_video {
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 70px !important;
    margin-top: 0rem; }
  .bild_headline_text_breit.bild_links .row {
    flex-direction: row-reverse; }
  .bild_headline_text_breit.bild_links_gespiegelt .row {
    flex-direction: row-reverse; }
  .bild_headline_text_breit.bild_links .row > .bild_headline_text_breit_image, .bild_headline_text_breit.bild_links .row > .bild_headline_text_breit_video {
    padding-left: 0px !important;
    padding-right: 70px !important;
    justify-content: flex-start; }
  .bild_headline_text_breit.bild_links_gespiegelt .row > .bild_headline_text_breit_image, .bild_headline_text_breit.bild_links_gespiegelt .row > .bild_headline_text_breit_video {
    padding-left: 0px !important;
    padding-right: 70px !important; }
  .bild_headline_text_breit.bild_links .row > .bild_headline_text_breit_image > img {
    transform: scaleX(1); }
  .bild_headline_text_breit.bild_links_gespiegelt .row > .bild_headline_text_breit_image > img {
    transform: scaleX(-1); } }

@media (min-width: 1690px) {
  .container-fluid > .bild_headline_text_breit {
    width: 100%; } }

.bild_headline_text {
  margin: 2.5rem auto 2.5rem auto; }
  .bild_headline_text img {
    max-width: 100%;
    height: auto; }
  .bild_headline_text h3 {
    display: inline-block; }
  .bild_headline_text .row {
    margin: 0rem; }
  .bild_headline_text .row > div {
    padding: 0rem; }
  .bild_headline_text .bild_headline_text_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; }

@media (min-width: 380px) {
  .bild_headline_text {
    margin: 4.375rem auto 4.375rem auto; }
    .bild_headline_text .bild_headline_text_content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; } }

@media (min-width: 1024px) {
  .bild_headline_text .bild_headline_text_content {
    align-items: start; } }

.bild_headline_text_alt2 .bild_headline_text_alt2 {
  margin-top: 20px; }

.bild_headline_text_alt2 .bild_headline_text_alt2:first-child {
  margin-top: 0; }

.bild_headline_text_alt2 .bulletlist ul {
  margin-bottom: 0; }
  .bild_headline_text_alt2 .bulletlist ul > li {
    display: flex;
    flex-direction: column; }
    .bild_headline_text_alt2 .bulletlist ul > li > ul {
      margin: 10px 0 0 0; }
      .bild_headline_text_alt2 .bulletlist ul > li > ul > li {
        background: url(/oc_Styles/Feature/ContentAllgemein/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNC42cHgiIGhlaWdodD0iMTQuNnB4IiB2aWV3Qm94PSIwIDAgMTQuNiAxNC42IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC42IDE0LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzMzMzMzM7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LjMsMEMzLjMsMCwwLDMuMywwLDcuM2MwLDQsMy4zLDcuMyw3LjMsNy4zYzQsMCw3LjMtMy4zLDcuMy03LjNDMTQuNiwzLjMsMTEuMywwLDcuMywweiBNOC43LDExLjRINi44VjYuOA0KCUg1LjlWNS40aDIuOFYxMS40eiBNOC43LDQuNkg2LjhWMy4yaDEuOVY0LjZ6Ii8+DQo8L3N2Zz4NCg==) no-repeat 0px 6px; }
  .bild_headline_text_alt2 .bulletlist ul > li:last-child {
    margin-bottom: 0; }

.bild_headline_text_alt2 .bild_headline_text_alt2_hinweis {
  background: url(/oc_Styles/Feature/ContentAllgemein/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNC42cHgiIGhlaWdodD0iMTQuNnB4IiB2aWV3Qm94PSIwIDAgMTQuNiAxNC42IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC42IDE0LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzMzMzMzM7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LjMsMEMzLjMsMCwwLDMuMywwLDcuM2MwLDQsMy4zLDcuMyw3LjMsNy4zYzQsMCw3LjMtMy4zLDcuMy03LjNDMTQuNiwzLjMsMTEuMywwLDcuMywweiBNOC43LDExLjRINi44VjYuOA0KCUg1LjlWNS40aDIuOFYxMS40eiBNOC43LDQuNkg2LjhWMy4yaDEuOVY0LjZ6Ii8+DQo8L3N2Zz4NCg==) no-repeat 0px 6px;
  padding: 5px 0 5px 25px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC; }

.bild_headline_text_alt2 .bild_headline_text_alt2 h2 {
  text-align: center;
  hyphens: none;
  margin-bottom: 3.75rem; }

.bild_headline_text_alt2 .bild_headline_text_alt2 .bild_headline_text_alt2_image img {
  max-width: 100%;
  height: auto; }

@media (min-width: 1024px) {
  .bild_headline_text_alt2 .space {
    justify-content: space-between; } }

.bild_headline_text_alt3 .bild_headline_text_alt3_content {
  margin-bottom: 3.75rem;
  text-align: center; }

.bild_headline_text_alt3 .bild_headline_text_alt3_headline h2 {
  text-align: center;
  hyphens: none;
  margin-bottom: 3.75rem; }

.bild_headline_text_alt3 .bild_headline_text_alt3 {
  display: flex;
  align-items: left;
  flex-direction: column;
  text-align: left;
  margin-bottom: 3.75rem; }
  .bild_headline_text_alt3 .bild_headline_text_alt3 .bild_headline_text_alt3_headline {
    hyphens: none;
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem;
    padding: 0rem !important;
    font-family: "SansaPro", Helvetica, Arial, sans-serif;
    color: #000000;
    text-align: left;
    display: flex;
    align-items: center; }
    .bild_headline_text_alt3 .bild_headline_text_alt3 .bild_headline_text_alt3_headline > img {
      width: 50px;
      height: max-content; }
    .bild_headline_text_alt3 .bild_headline_text_alt3 .bild_headline_text_alt3_headline > span {
      margin-left: 1.25rem; }
  .bild_headline_text_alt3 .bild_headline_text_alt3 .bild_headline_text_alt3_text {
    margin: 0rem;
    padding-right: 0rem; }

.bild_headline_text_alt3 .bild_headline_text_alt3:last-child {
  margin-bottom: 0; }

@media (min-width: 380px) {
  .bild_headline_text_alt3 .bild_headline_text_alt3 .bild_headline_text_alt3_headline {
    font-size: 1.875rem;
    line-height: 2.5rem; } }

@media (min-width: 768px) {
  .bild_headline_text_alt3 .bild_headline_text_alt3_content {
    margin-bottom: 4.375rem;
    text-align: left; } }

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .main_content > .bild_headline_text_alt3 > .row {
    width: 100% !important; } }

@media (min-width: 1024px) {
  .bild_headline_text_alt3 .bild_headline_text_alt3_headline h2 {
    margin-bottom: 4.375rem; }
  .bild_headline_text_alt3 .col-lg-6:nth-last-child(2), .bild_headline_text_alt3 .col-lg-6:last-child {
    margin-bottom: 0rem; }
  .bild_headline_text_alt3 .bild_headline_text_alt3 .bild_headline_text_alt3_headline {
    width: 100%;
    justify-content: left;
    text-align: left;
    font-size: 1.5625rem;
    line-height: 2.5rem;
    margin-bottom: 1.25rem;
    min-height: 5rem; }
    .bild_headline_text_alt3 .bild_headline_text_alt3 .bild_headline_text_alt3_headline > span {
      margin-top: 10px; }
  .bild_headline_text_alt3 .bild_headline_text_alt3 .bild_headline_text_alt3_text {
    display: flex;
    padding-right: 1.875rem; } }

@media (min-width: 1690px) {
  .bild_headline_text_alt3 .bild_headline_text_alt3 .bild_headline_text_alt3_headline {
    width: 100%; } }

.bild_headline_text_alt3 .bild_headline_text_alt3_link_content {
  margin-bottom: 3.75rem;
  text-align: center; }

.bild_headline_text_alt3 .bild_headline_text_alt3_link_headline h2 {
  text-align: center;
  hyphens: none;
  margin-bottom: 3.75rem; }

.bild_headline_text_alt3 .bild_headline_text_alt3_link {
  display: flex;
  align-items: left;
  flex-direction: column;
  text-align: left;
  margin-bottom: 3.75rem; }
  .bild_headline_text_alt3 .bild_headline_text_alt3_link a {
    color: #000000; }
  .bild_headline_text_alt3 .bild_headline_text_alt3_link .bild_headline_text_alt3_link_headline {
    hyphens: none;
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem;
    padding: 0rem !important;
    font-family: "SansaPro", Helvetica, Arial, sans-serif;
    color: #000000;
    text-align: left;
    display: flex;
    align-items: center; }
    .bild_headline_text_alt3 .bild_headline_text_alt3_link .bild_headline_text_alt3_link_headline img {
      width: 50px;
      height: max-content; }
    .bild_headline_text_alt3 .bild_headline_text_alt3_link .bild_headline_text_alt3_link_headline span {
      margin-left: 1.25rem; }
  .bild_headline_text_alt3 .bild_headline_text_alt3_link .bild_headline_text_alt3_link_text {
    margin: 0rem;
    padding-right: 0rem; }

.bild_headline_text_alt3 .bild_headline_text_alt3_link:last-child {
  margin-bottom: 0; }

@media (min-width: 380px) {
  .bild_headline_text_alt3 .bild_headline_text_alt3_link .bild_headline_text_alt3_link_headline {
    font-size: 1.875rem;
    line-height: 2.5rem; } }

@media (min-width: 768px) {
  .bild_headline_text_alt3 .bild_headline_text_alt3_link_content {
    margin-bottom: 4.375rem;
    text-align: left; } }

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .main_content > .bild_headline_text_alt3_link > .row {
    width: 100% !important; } }

@media (min-width: 1024px) {
  .bild_headline_text_alt3 .bild_headline_text_alt3_link_headline h2 {
    margin-bottom: 4.375rem; }
  .bild_headline_text_alt3 .col-lg-6:nth-last-child(2), .bild_headline_text_alt3 .col-lg-6:last-child {
    margin-bottom: 0rem; }
  .bild_headline_text_alt3 .bild_headline_text_alt3_link .bild_headline_text_alt3_link_headline {
    width: 100%;
    justify-content: left;
    text-align: left;
    font-size: 1.5625rem;
    line-height: 2.5rem;
    margin-bottom: 1.25rem;
    min-height: 5rem; }
    .bild_headline_text_alt3 .bild_headline_text_alt3_link .bild_headline_text_alt3_link_headline span {
      margin-top: 10px; }
  .bild_headline_text_alt3 .bild_headline_text_alt3_link .bild_headline_text_alt3_link_text {
    display: flex; }
  .bild_headline_text_alt3 .col-lg-6 > div {
    padding-right: 30px !important; } }

@media (min-width: 1690px) {
  .bild_headline_text_alt3 .bild_headline_text_alt3_link .bild_headline_text_alt3_link_headline {
    width: 100%; } }

.farbwechsel {
  background: #F2F2F2 !important;
  /*   img {
        mix-blend-mode: multiply;
    }*/ }

.cta_ein_bild {
  background: #d0e1e8;
  padding: 40px 30px 40px 30px; }
  .cta_ein_bild .row {
    margin: 0rem; }
  .cta_ein_bild .bild_links {
    overflow: hidden;
    left: 0px; }
    .cta_ein_bild .bild_links > .badgeL, .cta_ein_bild .bild_links .badgeM, .cta_ein_bild .bild_links .badgeS, .cta_ein_bild .bild_links a {
      position: absolute;
      left: 5px;
      top: 5px;
      transition: 200ms;
      transform-origin: center center;
      transform: scale(1); }
    .cta_ein_bild .bild_links > a > .badgeL, .cta_ein_bild .bild_links .badgeM, .cta_ein_bild .bild_links .badgeS {
      margin: 0rem; }
    .cta_ein_bild .bild_links > .badgeL, .cta_ein_bild .bild_links .badgeM, .cta_ein_bild .bild_links .badgeS, .cta_ein_bild .bild_links a:hover {
      transform: scale(1.05);
      transform-origin: center center; }
  .cta_ein_bild .bild_links img {
    max-width: 120%;
    margin-left: -20px;
    height: auto; }
  .cta_ein_bild .cta_ein_bild_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; }
    .cta_ein_bild .cta_ein_bild_content h3 {
      hyphens: none; }
    .cta_ein_bild .cta_ein_bild_content button {
      margin-top: 1rem;
      align-self: center; }

@media (min-width: 380px) {
  .cta_ein_bild {
    background: #d0e1e8;
    padding: 0px 30px 60px 30px; }
    .cta_ein_bild .bild_links img {
      max-width: 100%;
      margin-left: 0px;
      height: auto; }
    .cta_ein_bild .bild_links > .badgeL, .cta_ein_bild .bild_links .badgeM, .cta_ein_bild .bild_links .badgeS, .cta_ein_bild .bild_links a {
      left: 5px;
      top: 1.25rem; } }

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .cta_ein_bild {
    width: 100% !important; } }

@media (min-width: 1024px) {
  .cta_ein_bild {
    background: #d0e1e8;
    padding: 30px 0 30px 0;
    overflow: hidden;
    width: 86%; }
    .cta_ein_bild .cta_ein_bild_content {
      padding-left: 0rem !important;
      padding-right: 3.75rem !important;
      align-items: flex-start;
      text-align: left; }
      .cta_ein_bild .cta_ein_bild_content h2, .cta_ein_bild .cta_ein_bild_content .h2 {
        text-align: left; }
      .cta_ein_bild .cta_ein_bild_content button, .cta_ein_bild .cta_ein_bild_content .btn {
        align-self: flex-start; }
    .cta_ein_bild .bild_links {
      height: 330px;
      overflow: visible;
      left: 0px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .cta_ein_bild .bild_links > .badgeL, .cta_ein_bild .bild_links .badgeM, .cta_ein_bild .bild_links .badgeS, .cta_ein_bild .bild_links a {
        left: 0;
        top: 0;
        margin-left: 20px; }
    .cta_ein_bild .bild_links img {
      max-width: 100%;
      margin-left: 0px; }
    .cta_ein_bild .content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      margin-top: 0rem; } }

@media (min-width: 1690px) {
  .cta_ein_bild {
    background: #d0e1e8;
    padding: 1.875rem 0 1.875rem 0;
    overflow: hidden;
    width: 100%; }
    .cta_ein_bild .cta_ein_bild_content {
      padding-left: 0rem;
      padding-right: 2.5rem; }
    .cta_ein_bild .bild_links {
      height: 330px;
      overflow: visible;
      left: 0px; }
    .cta_ein_bild .bild_links img {
      max-width: 100%;
      margin-left: 0px; }
    .cta_ein_bild .bild_rechts {
      height: 330px;
      overflow: visible;
      display: block;
      right: 0px; }
    .cta_ein_bild .bild_rechts img {
      max-width: 100%;
      margin-left: 0px; }
    .cta_ein_bild .content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center; } }

.accordion_mit_bild {
  padding-left: 15px !important;
  padding-right: 15px !important; }
  .accordion_mit_bild .accordion_mit_bild_eintrag:hover {
    cursor: pointer; }
  .accordion_mit_bild .accordion_mit_bild_eintrag {
    border-bottom: 1px solid #CCCCCC;
    padding: 1rem 1.875rem 1rem 1rem;
    margin-bottom: 0; }
    .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline {
      display: flex;
      position: relative; }
      .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline .vorlagenicon {
        margin-right: 10px;
        width: 35px;
        line-height: 0; }
        .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline .vorlagenicon > img {
          width: 100%;
          height: auto; }
      .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content {
        display: flex;
        flex-direction: column; }
        .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content h3, .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content .h3 {
          font-size: 1rem;
          line-height: 1rem;
          text-transform: uppercase;
          margin-bottom: 0px;
          font-weight: 700; }
        .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content > span {
          font-size: 14px;
          line-height: 20px;
          color: #FF5800; }
      .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline > span {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 0; }
    .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_content {
      display: none; }
      .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_content > .container {
        padding: 0; }
        .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_content > .container > .row {
          margin: 0; }
      .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_content > .container:last-child {
        margin-bottom: 0; }
      .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_content .seo_text_mit_bildern_umfliessend_content {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
        flex: auto;
        padding: 0;
        margin-top: 20px; }
        .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_content .seo_text_mit_bildern_umfliessend_content ul li {
          width: 100%; }
        .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_content .seo_text_mit_bildern_umfliessend_content .seo_text_mit_bildern_umfliessend_content_image {
          margin-bottom: 15px; }
          .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_content .seo_text_mit_bildern_umfliessend_content .seo_text_mit_bildern_umfliessend_content_image > img {
            max-width: 100%;
            height: auto; }
      .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_content .seo_text_mit_bildern_umfliessend_content > *:last-child {
        margin-bottom: 0; }
      .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_content .seo_text_mit_bildern > .row > .content {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
        flex: auto;
        padding: 0;
        margin-top: 20px; }
        .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_content .seo_text_mit_bildern > .row > .content ul li {
          width: 100%; }
  .accordion_mit_bild .accordion_mit_bild_nur_Headline {
    border-bottom: 0 !important;
    padding: 7px 1.875rem 7px 15px !important; }
    .accordion_mit_bild .accordion_mit_bild_nur_Headline .accordion_mit_bild_eintrag_headline .vorlagenicon {
      display: none; }
    .accordion_mit_bild .accordion_mit_bild_nur_Headline .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content {
      padding-right: 30px; }
      .accordion_mit_bild .accordion_mit_bild_nur_Headline .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content .h3, .accordion_mit_bild .accordion_mit_bild_nur_Headline .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content h3 {
        line-height: 140%; }
      .accordion_mit_bild .accordion_mit_bild_nur_Headline .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content > span {
        display: none; }
    .accordion_mit_bild .accordion_mit_bild_nur_Headline .accordion_mit_bild_eintrag_content {
      display: none;
      border-bottom: 1px solid #CCCCCC;
      padding-bottom: 1.25rem; }

@media (min-width: 1024px) {
  .accordion_mit_bild .accordion_mit_bild_eintrag {
    padding: 1.25rem 0; }
    .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline .vorlagenicon {
      margin-right: 20px; }
    .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content {
      display: flex;
      flex-direction: column;
      padding-top: 3px; }
      .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content h3, .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content .h3 {
        font-size: 1.875rem;
        line-height: initial;
        text-transform: none; }
      .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content > span {
        font-size: 16px; }
    .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_headline > span {
      font-size: 32px;
      margin-top: -16px; }
    .accordion_mit_bild .accordion_mit_bild_eintrag .accordion_mit_bild_eintrag_content .seo_text_mit_bildern_umfliessend_content {
      padding-left: 55px; }
  .accordion_mit_bild .accordion_mit_bild_nur_Headline {
    border-bottom: 0 !important;
    padding: 10px 0 !important; }
    .accordion_mit_bild .accordion_mit_bild_nur_Headline .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content {
      padding-right: 60px;
      padding-top: 0; }
      .accordion_mit_bild .accordion_mit_bild_nur_Headline .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content h3, .accordion_mit_bild .accordion_mit_bild_nur_Headline .accordion_mit_bild_eintrag_headline .accordion_mit_bild_eintrag_headline_content .h3 {
        font-size: 1.25rem;
        line-height: 150%;
        text-transform: none;
        font-weight: 600; }
    .accordion_mit_bild .accordion_mit_bild_nur_Headline .accordion_mit_bild_eintrag_content .seo_text_mit_bildern_umfliessend_content {
      padding-left: 0px !important; } }

.hintergrundbild_mit_zitat {
  background-repeat: no-repeat;
  margin-bottom: 2.5rem; }

.hintergrundbild_mit_zitat_text {
  background-color: #FF5800;
  padding: 2.5rem !important;
  margin-top: 15rem;
  margin-bottom: 8rem; }
  .hintergrundbild_mit_zitat_text blockquote {
    padding: 0rem;
    margin: 0rem;
    color: #fff; }
  .hintergrundbild_mit_zitat_text .text {
    margin-bottom: 0rem; }
  .hintergrundbild_mit_zitat_text .position p {
    color: #000;
    font-weight: 400;
    margin-top: 2.5rem; }

@media (orientation: portrait) {
  /*.hintergrundbild_mit_zitat {
        background-image: url(/oc_Styles/Feature/images/hoch/expertentipp.jpg);
        background-size: 100%;
    }*/
  .hintergrundbild_mit_zitat_text {
    margin-top: 25vh;
    margin-bottom: 0rem; } }

@media (orientation: portrait) and (min-width: 576px) {
  .hintergrundbild_mit_zitat_text {
    margin-top: 25rem;
    margin-bottom: 0rem; } }

@media (orientation: landscape) {
  .hintergrundbild_mit_zitat_text {
    margin-top: 20rem;
    margin-bottom: 8rem; }
  /*.hintergrundbild_mit_zitat {
        background-image: url(/oc_Styles/Feature/images/quer/960x400/expertentipp.jpg);
    }
    
    
    }
    @include media-breakpoint-up(lg) {
        .hintergrundbild_mit_zitat {
            background-image: url(/oc_Styles/Feature/images/quer/1920x800/expertentipp.jpg);
        }
    }*/ }

@media (min-width: 768px) {
  .hintergrundbild_mit_zitat {
    margin-bottom: 4.375rem; } }

@charset "UTF-8";
.seo_text_mit_bildern {
  /* Auskommentier für einhietlichen Abstand */
  /*.row {
        margin: 0rem;
    }*/ }
  .seo_text_mit_bildern .bulletlist ul, .seo_text_mit_bildern .bulletlist ol {
    margin-bottom: 2.5rem;
    margin-top: 0rem;
    display: flex;
    flex-wrap: wrap; }
    .seo_text_mit_bildern .bulletlist ul > li, .seo_text_mit_bildern .bulletlist ol > li {
      width: 100%; }
  .seo_text_mit_bildern .content {
    margin-bottom: 0rem; }
    .seo_text_mit_bildern .content h3, .seo_text_mit_bildern .content .h3 {
      margin-top: 0rem; }
    .seo_text_mit_bildern .content h4, .seo_text_mit_bildern .content .h4 {
      margin: 10px 0 10px 0; }
  .seo_text_mit_bildern .content_images img {
    max-width: 100%;
    height: auto; }
  .seo_text_mit_bildern .content_images {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.25rem; }
  .seo_text_mit_bildern figure {
    margin: 0rem;
    width: 100%; }
  .seo_text_mit_bildern .text_mit_bildern > figure:nth-last-child() {
    margin: 0rem !important; }
  .seo_text_mit_bildern figcaption {
    font-size: 12px;
    color: #999;
    margin: 5px 0 0 0; }
  .seo_text_mit_bildern figure.bild1 {
    order: 1; }
  .seo_text_mit_bildern figure.bild2 {
    order: 3; }
  .seo_text_mit_bildern figure.bild3 {
    order: 2; }
  .seo_text_mit_bildern figure.bild4 {
    order: 4; }

@media (min-width: 768px) {
  .rechtsdokumente_page .seo_text_mit_bildern .bulletlist ul > li {
    width: 100%;
    padding-right: 0px; }
  .seo_text_mit_bildern .bulletlist ul > li {
    width: 50%;
    padding-right: 40px; }
  .seo_text_mit_bildern figure {
    width: 70%; }
  .seo_text_mit_bildern figcaption {
    font-size: 14px;
    color: #999;
    margin: 10px 0rem 0rem 0rem; } }

@media (min-width: 1024px) {
  .seo_text_mit_bildern .bulletlist ul.querverlinkung > li {
    width: max-content;
    padding-right: 40px; }
  .seo_text_mit_bildern .content {
    padding-left: 0;
    padding-right: 0; }
    .seo_text_mit_bildern .content .content_images img {
      max-width: 100%; }
  .seo_text_mit_bildern .content_images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3.75rem; }
  .seo_text_mit_bildern .content_images img.bundversatz {
    max-width: 80%; }
  .seo_text_mit_bildern figure {
    margin: 0rem 0rem 3.125rem 0rem;
    width: 47%; }
  .seo_text_mit_bildern figure:last-child {
    margin: 0rem; }
  .seo_text_mit_bildern figure:nth-last-child(2) {
    margin: 0rem; }
  .seo_text_mit_bildern figure.bild1 {
    order: 1; }
  .seo_text_mit_bildern figure.bild2 {
    order: 2; }
  .seo_text_mit_bildern figure.bild3 {
    order: 3; }
  .seo_text_mit_bildern figure.bild4 {
    order: 4; } }

/*Startseite*/
.startseite_page .seo_text_mit_bildern .content_images {
  padding: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px !important; }
  .startseite_page .seo_text_mit_bildern .content_images > figure {
    width: 100% !important; }
    .startseite_page .seo_text_mit_bildern .content_images > figure > img {
      width: 100%;
      height: auto; }

@media (min-width: 768px) {
  .startseite_page .seo_text_mit_bildern .content_images {
    padding: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px !important; }
    .startseite_page .seo_text_mit_bildern .content_images > figure {
      width: 49% !important;
      margin-bottom: 10px; } }

@media (min-width: 1024px) {
  .startseite_page .seo_text_mit_bildern .content_images {
    padding: 0px; }
    .startseite_page .seo_text_mit_bildern .content_images > figure {
      width: 49% !important;
      margin-bottom: 15px; } }

.y_clip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0; }

.y_clip > .video_wrapper {
  width: 100%;
  height: max-content;
  display: none;
  z-index: 2;
  flex-basis: max-content; }
  .y_clip > .video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.y_clip > .play_button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; }

.y_clip > .play_button > span:hover {
  cursor: pointer; }

.y_clip > .play_button > span {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 2.1875rem;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  display: flex;
  align-items: center;
  justify-content: center; }
  .y_clip > .play_button > span img {
    margin-left: 5px;
    width: 14px !important;
    height: 29px !important; }

.y_clip > .play_button > span:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.y_clip img {
  max-width: 100%;
  height: auto; }

@media (min-width: 380px) {
  .y_clip > .play_button > span {
    width: 4.375rem;
    height: 4.375rem; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate(0, 0, 0);
  -moz-transform: translate(0, 0, 0);
  -ms-transform: translate(0, 0, 0);
  -o-transform: translate(0, 0, 0);
  transform: translate(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  /*display: none;*/ }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide, .einfacher_teaser_content > a, .slick-slider * {
  outline: none; }

/*.slide {
        display: none;
    }

    .mainslide {
        display: block;
    }*/

@charset "UTF-8";
div.slidercontainer {
  padding: 0; }

.galerieslider {
  margin-bottom: 0rem;
  padding: 0rem !important; }
  .galerieslider .ImageS {
    width: 200px; }
  .galerieslider .ImageM {
    width: 250px; }
  .galerieslider .ImageL {
    width: 300px; }

.galerieslider div.galerieslide {
  margin-bottom: 0rem;
  padding: 0 7px;
  position: relative; }
  .galerieslider div.galerieslide > .galerieslide_image {
    padding: 0;
    display: flex;
    justify-content: center;
    height: 250px; }
    .galerieslider div.galerieslide > .galerieslide_image > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .galerieslider div.galerieslide > .galerieslide-content {
    position: absolute;
    bottom: 0;
    padding: 50px 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.7)), to(black));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), black);
    color: #fff;
    width: calc(100% - 14px);
    font-size: 0.875rem;
    line-height: 1.25rem; }
    .galerieslider div.galerieslide > .galerieslide-content > .galerieslide-content-headline {
      font-size: 1.25rem;
      font-family: "SansaPro", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: initial; }

.galerieslider .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.galerieslider .slick-dots {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  justify-content: center; }

.galerieslider .slick-dots-wrapper {
  display: none; }

.galerieslider .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  min-width: 35px;
  cursor: pointer; }

.galerieslider .slick-active .slick-slider_title {
  color: #FF5800; }

.galerieslider .slick-slider_title {
  display: none; }

.galerieslider ul.slick-dots li:last-child {
  margin-right: 0; }

.galerieslider .slick-slider_line {
  border-bottom: solid 1px #999999;
  width: 25%;
  padding-top: 5px; }

.galerieslider .slick-slider_buttoncontainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.galerieslider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  cursor: pointer;
  border: solid 1px #999999;
  outline: none;
  background-color: #fff;
  outline: 6px solid #fff; }

.galerieslider .slick-dots li.slick-active button {
  border: solid 1px #FF5800;
  background-color: #FF5800; }

.galerieslider .slick-prev, .galerieslider .slick-next {
  line-height: 0;
  font-size: 0;
  position: absolute;
  z-index: 5;
  top: 50%;
  display: block;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-shadow: 0 2px #fff;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  content: "";
  color: #999999; }

.galerieslider .slick-next::after, .galerieslider .slick-prev::before {
  content: "";
  font-family: "icomoon" !important;
  line-height: 3rem;
  font-size: 3rem; }

.galerieslider .slick-next {
  right: 5px;
  transform: rotate(270deg);
  margin-right: 0; }

.galerieslider .slick-prev {
  left: 5px;
  transform: rotate(90deg);
  margin-left: 0; }

.galerieslider .galerieslide .galerieslide_content {
  padding: 0rem 3.75rem 0rem 3.75rem;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: center; }
  .galerieslider .galerieslide .galerieslide_content > a {
    text-align: center; }

.galerieslider .galerieslide .galerieslide_image img, .galerieslider .galerieslide .galerieslide_image picture {
  margin: 0 auto !important; }

.galerieslider .galerieslide .galerieslide_content .galerieslide_subline {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 2.5rem; }

.galerieslider .galerieslide .galerieslide_content > .btn-primary {
  margin-top: 0rem; }

@media (min-width: 768px) {
  .galerieslider {
    margin-bottom: 3.75rem; } }

@media (min-width: 1024px) {
  .galerieslider .galerieslide .galerieslide_image {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 25rem; }
  .galerieslider div.galerieslide {
    margin-bottom: 15px; }
  .galerieslider .galerieslide .galerieslide_content {
    padding: 3.75rem 0rem 3.75rem 4.375rem; }
  div.galerieslide_content {
    text-align: center; }
  .galerieslider {
    padding: 0rem !important; }
    .galerieslider .slick-dots {
      display: flex; }
      .galerieslider .slick-dots > li {
        min-width: 25px; }
    .galerieslider .slick-slider_line {
      border: 0px; }
    .galerieslider .slick-dots-wrapper {
      display: flex;
      position: absolute;
      align-items: flex-start;
      width: 100%;
      margin-top: -5px; }
    .galerieslider .slick-prev, .galerieslider .slick-next {
      top: 50%;
      margin-top: -2rem;
      display: block;
      width: 4rem;
      height: 4rem;
      content: ""; }
    .galerieslider .slick-next::after, .galerieslider .slick-prev::before {
      content: "";
      font-family: "icomoon" !important;
      line-height: 4rem;
      font-size: 4rem; }
    .galerieslider .slick-slider_line_wrapper {
      padding-top: 5px;
      width: 100%; }
      .galerieslider .slick-slider_line_wrapper .slick-slider_line {
        width: 100%;
        display: none; } }

@media (min-width: 1024px) {
  .galerieslider {
    margin-bottom: 4.375rem; } }

@media (min-width: 1690px) {
  .galerieslider {
    margin-bottom: 4.375rem; }
    .galerieslider .ImageS {
      width: 225px; }
    .galerieslider .ImageM {
      width: 300px; }
    .galerieslider .ImageL {
      width: 375px; } }

