.sxOnePageTitle {
   margin-bottom: 15px;
}

h1, .sxOnePageTitle h1 {
  font-size: 48px
  font-weight: bold;
  letter-spacing: 0;
  line-height: 53px;
}

h2, .sxOnePageTitle h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 35px;
}

h3, .sxOnePageTitle h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
}

h4, .sxOnePageTitle h4 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
}


.container .textFragment p,
.container .textFragment table {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 26px;
}

.modul-abstand-klein {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hintergrund-rund-rechts-unten,
.hintergrund-rund-rechts-unten .bg-image-container-mobile,
.hintergrund-rund-rechts-unten .bg-image-container-desktop {
  border-radius: 0 0 50px 0;
}

.hintergrund-rund-links-unten,
.hintergrund-rund-links-unten .bg-image-container-mobile,
.hintergrund-rund-links-unten .bg-image-container-desktop {
  border-radius: 0 0 0 50px;
}

.sxOpenMenu ul li a, a.buttonlink {
    border-radius: 21px;
}

.q4-2022 .horizontale-buttons ul li a {
    border-radius: 25px;
}

.bild-mitte {
  text-align:center;
}

.bild-200px img, img.bild-200px {
    height: 200px;
}

.bild-85px img, img.bild-85px {
    height: 85px;
}

.bild-40px img, img.bild-40px {
    height: 40px;
}

.breite-drittel {
      padding-left: 30px;
      padding-right: 30px;
}

@media (min-width: 1170px) {
  .breite-drittel {
      width: 33.3333333%;
  }
}

.buttons-mitte .sxOpenMenu {
    text-align:center;
}
.buttons-mitte .sxOpenMenu ul {
    display: inline-block;
}


.bg-image > .bg-image-container-mobile, 
.bg-image > .bg-image-container-desktop {
    background-size: cover;
    background-position: center;
}

.hintergrund-abdunkeln.bg-image > .bg-image-container-mobile,
.hintergrund-abdunkeln.bg-image > .bg-image-container-desktop {
    z-index: -1;
}

.hintergrund-abdunkeln.bg-image > .bg-image-container-mobile::after,
.hintergrund-abdunkeln.bg-image > .bg-image-container-desktop::after {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    content: " "
}

.product-registration-list button,
.sxOpenMenu ul li a, a.buttonlink {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px;
  padding: 10px 30px;
  height: auto;
}

.product-registration-list {
  margin-top: 100px;
  margin-bottom: 100px;
}

.product-registration-list h2 {
  margin-bottom: 50px;
}
.product-registration-filter-label {
    line-height: 28px;
}
.product-registration.step-by-step .product-registration-filter-tag-image .product-registration-filter-image {
    padding-bottom: 6px;
}
.hintergrund-bild-rechts .bg-image-container-desktop {
    background-position-y: 75px;
    background-position-x: 0;
    left: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.hintergrund-bild-links .bg-image-container-desktop {
    background-position-y: 30px;
    background-position-x: 0;
    left: 0;
    width: 50%;
    background-repeat: no-repeat;
}

.sxModuleMainSlider .owl-nav{
    top: 130px;
}

.quote-slider .sxBlogHeader .image img {
    margin-bottom: 10px;
}

.quote-slider .sxBlogHeader div.name > p:first-child {
    line-height: 28pt;
}

.quote-slider .sxBlogHeader {
    padding-top: 20px;
}
.stoerer-rabatt img {
    height: 180px;
    margin-left: 336px;
}

.stoerer-gratis {
    text-align: right;
    margin-right: 30px;
    margin-top: 40px;
}

.stoerer-gratis img {
    height: 134px;
}

.container .fine-print {
  margin-right: -10px;
}

.container .fine-print .textFragment p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
}

.eline2020-bgpos div.bg-image-container-desktop{
    background-position-x: left;
}
.eline2020-bgpos div.column-container-left{
    padding-bottom: 0;
    
}
.eline2020-3Box-img-size div.bild-mitte img, .eline2020-3Box-img-size-noborder div.bild-mitte img {
    height: 170px;
    width: auto;

   
}





.sxAccordion .item .title {
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    padding: 20px;
    border-radius: 0 0 25px 0;
}

.sxAccordion .item .title:after {
    right: 16px;
    margin-top: -15px;
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 100;
    color: #FF6600;
}

.sxAccordion .item.active .title {
    border-radius: 0;
}

.sxAccordion .item.active .title:after {
    content: "\f106";
}

.sxAccordion .item.active .content {
    border-radius: 0 0 25px 0;
    padding: 0px 20px;
    padding-bottom: 5px;
}

.sxAccordion .item .title,
.sxAccordion .item .content,
.sxAccordion .item.active .title,
.sxAccordion .item.active .content {
    background: #F0F0F0;
}

.hintergrund-leer .sxAccordion .item .title,
.hintergrund-leer .sxAccordion .item .content,
.hintergrund-leer .sxAccordion .item.active .title,
.hintergrund-leer .sxAccordion .item.active .content,
.hintergrund-leer h1,
.hintergrund-leer h2,
.hintergrund-leer h3,
.hintergrund-leer h4,
.hintergrund-leer h5,
.hintergrund-leer h6 {
    background:transparent !important;
}

.hintergrund-grau {
    position: relative;
    z-index: 0;
}

.text-weiss .sxModuleMainSlider .owl-nav {
  filter: brightness(100);
}
.sxModuleMainSlider.quote-slider .name p {
  margin-bottom: 0px;
  padding: 0 50px;
}
.sxModuleMainSlider.quote-slider img {
  height: 36px;
  width: 36px;
}

.kontakt table td {
  vertical-align:middle;
  padding: 0px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.vorteile {
    padding: 20px;
    padding-bottom: 30px;
}
.vorteile table tr td {
    padding: 0px;
    vertical-align:middle;
    height: 100px;
}

.vorteile table tr td:first-child {
    text-align:center;
}

.vorteile table tr td:last-child {
    padding-left:20px;
}

.hintergrund-form-ueberschrift-ellipse {
    overflow: hidden;
}
.hintergrund-form-ueberschrift-ellipse .sxOnePageTitle {
    margin-bottom: 0px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hintergrund-form-ueberschrift-ellipse .bg-shape-container-1.container.sxModule {
    z-index: -1;
    display: block;
    position: absolute;
    left: -34px;
    right: -34px;
    height: 186px;
    bottom: 0px;
}
.hintergrund-form-ueberschrift-ellipse.hintergrund-form-orange .bg-shape-container-1.container.sxModule {
    background: radial-gradient(ellipse at center, #ff6600 70%, transparent 70.2%);
}
.hintergrund-form-ueberschrift-ellipse.hintergrund-form-zyan-dunkel .bg-shape-container-1.container.sxModule {
    background: radial-gradient(ellipse at center, #428187 70%, transparent 70.2%);
}
.hintergrund-form-ueberschrift-ellipse h3 {
    background: transparent !important;
}