.wp-site-blocks {
  /*Button*/
}
.wp-site-blocks .pbSubmit,
.wp-site-blocks input[type=button],
.wp-site-blocks .nf-form-content input[type=submit],
.wp-site-blocks .wp-block-button__link {
  color: var(--wp--preset--color--base);
  font-size: var(--wp--preset--font-size--small);
}
.wp-site-blocks .pbSubmit,
.wp-site-blocks .nf-form-content input[type=submit] {
  background-color: var(--wp--preset--color--primary);
  border-radius: 24px;
  border-width: 0;
  font-family: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
.wp-site-blocks .pbSubmit,
.wp-site-blocks input[type=button] {
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.wp-site-blocks .pbSubmit {
  background-color: var(--wp--preset--color--primary) !important;
  color: white !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
}
.wp-site-blocks .pbSubmit:hover {
  background-color: var(--mbfse--menu-item-bgcolor-hover) !important;
  color: var(--wp--preset--color--primary) !important;
}

.entry-content {
  background-image: url(../../assets/img/logo-Icon-hintergrund.svg), url(../../assets/img/logo-Icon-hintergrund.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: -60vw 25%, 60vw 60%;
  padding-bottom: var(--piwo-first-blocks-bottom-margin);
  background-size: 100%;
}
.entry-content .wp-block-list li,
.entry-content .wp-block-column > p,
.entry-content .wp-block-group > p {
  font-size: var(--wp--preset--font-size--small);
}
.entry-content > div {
  margin-bottom: var(--piwo-first-blocks-bottom-margin);
}
.entry-content > p {
  font-size: var(--wp--preset--font-size--medium);
}
.entry-content .main-scroller figure {
  margin-bottom: 0 !important;
}
.entry-content .main-scroller figure img {
  border-radius: var(--mbfse--border-radius-kacheln);
}
.entry-content .main-scroller .wp-block-button__link {
  background-color: transparent;
  font-size: var(--wp--preset--font-size--medium);
  padding: 0;
  color: var(--wp--preset--color--contrast);
}
.entry-content .main-scroller .wp-block-button__link:after {
  content: "\f138";
  font-family: "bootstrap-icons";
  color: var(--wp--preset--color--contrast);
  font-size: 36px;
  top: 7px;
  position: relative;
  left: 10px;
  transition: var(--transition);
}
.entry-content .main-scroller .wp-block-button__link:hover {
  color: var(--wp--preset--color--quaternary);
}
.entry-content .main-scroller .wp-block-button__link:hover:after {
  left: 15px;
  color: var(--wp--preset--color--quaternary);
}
.entry-content .piwo-brille-zeiss > div {
  width: 100%;
}
.entry-content .piwo-glaeser-icons > div {
  background-color: var(--piwo-grey);
  border-radius: var(--mbfse--border-radius-kacheln);
  padding: 24px 35px 50px;
}
.entry-content .piwo-glaeser-icons.warum-trauringe h4 {
  font-size: 24px;
}
.entry-content .piwo-bild-text {
  gap: 80px;
}
.entry-content .piwo-zitat figure {
  z-index: 1;
  text-align: center;
}
.entry-content .piwo-zitat figure img {
  border-radius: var(--mbfse--border-radius-kacheln);
}
.entry-content .piwo-zitat figure:after {
  content: "";
  position: absolute;
  background-image: url(../../assets/img/icon_grusswort.svg);
  width: 87px;
  height: 64px;
  top: -25px;
  right: 60px;
}
.entry-content .piwo-zitat .wp-block-quote {
  margin: 0;
  padding: 0;
  border-left-color: transparent;
}
.entry-content .piwo-zitat .wp-block-quote p {
  font-size: var(--wp--preset--font-size--medium);
  padding-bottom: 50px;
}
.entry-content .piwo-zitat .wp-block-quote cite {
  z-index: 0;
  font-size: 24px;
  font-family: var(--wp--preset--font-family--dancing-script);
}
.entry-content .piwo-zitat .wp-block-quote cite:after {
  content: "";
  position: absolute;
  background-color: var(--piwo-grey);
  width: 110vw;
  left: 0;
  top: -20px;
  padding: 20px 0;
  height: 100%;
  transform: translateX(-40%);
  z-index: -1;
}
.entry-content .piwo-optik-zeiss {
  top: -70px;
}
.entry-content .piwo-optik-zeiss img {
  max-height: 96px;
}
.entry-content .marken-slider {
  padding-top: var(--wp--preset--spacing--60);
  padding-bottom: var(--wp--preset--spacing--60);
}
.entry-content .piwo-ablauf > div {
  padding-left: 60px;
  margin-bottom: calc(var(--mbfse--margin-bottom-inline) * 2);
}
.entry-content .piwo-ablauf > div:before, .entry-content .piwo-ablauf > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--piwo-grey);
}
.entry-content .piwo-ablauf > div:before {
  width: 30px;
  height: 30px;
  border-radius: 55%;
  z-index: 1;
}
.entry-content .piwo-ablauf > div:after {
  width: 10px;
  height: calc(100% + var(--mbfse--margin-bottom-inline) * 2);
  left: 10px;
}
.entry-content .piwo-ablauf > div:last-child:after {
  height: 100%;
}
.entry-content .piwo-team {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 6rem;
}
.entry-content .piwo-team > div {
  margin-bottom: 0;
}
.entry-content h2.wp-block-heading.block-distance-bottom:has(+ .trauring-kollektion) {
  margin-bottom: 120px !important;
}
@media (max-width: 768px) {
  .entry-content h2.wp-block-heading.block-distance-bottom:has(+ .trauring-kollektion) {
    margin-bottom: 60px !important;
  }
}
.entry-content .trauring-kollektion > div {
  gap: 0;
  margin-bottom: 120px !important;
}
.entry-content .trauring-kollektion > div > div {
  padding: 15px;
  display: flex;
  align-items: center;
}
.entry-content .trauring-kollektion > div > div:first-child {
  background-color: var(--wp--preset--color--contrast);
}
.entry-content .trauring-kollektion > div > div:first-child p {
  font-size: 38px;
  padding-left: 240px;
}
.entry-content .trauring-kollektion > div > div:first-child figure {
  position: absolute;
  left: 15px;
}
.entry-content .trauring-kollektion > div > div:first-child {
  border-radius: var(--mbfse--border-radius-kacheln) 0 0 var(--mbfse--border-radius-kacheln);
}
.entry-content .trauring-kollektion > div > div:last-child {
  background-color: var(--wp--preset--color--primary);
  border-radius: 0 var(--mbfse--border-radius-kacheln) var(--mbfse--border-radius-kacheln) 0;
}
.entry-content .trauring-kollektion > div > div p {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  z-index: 1;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .entry-content .trauring-kollektion > div > div p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .entry-content .trauring-kollektion > div > div {
    justify-content: center;
    padding: 25px;
  }
  .entry-content .trauring-kollektion > div > div:first-child p {
    margin-bottom: 60px;
    padding-left: 0;
    width: 100%;
  }
  .entry-content .trauring-kollektion > div > div:first-child figure {
    max-width: 80px !important;
    left: auto;
    bottom: 14px;
  }
}
@media (max-width: 768px) {
  .entry-content .trauring-kollektion > div {
    margin-bottom: 60px !important;
  }
}
.entry-content .perfekte-ring-weg {
  gap: 30px;
  margin-top: 40px;
}
.entry-content .perfekte-ring-weg > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.entry-content .perfekte-ring-weg > div > p {
  margin-bottom: 0;
  border-radius: var(--mbfse--border-radius-kacheln);
  z-index: 1;
}
.entry-content .perfekte-ring-weg > div > p:first-child {
  font-size: 24px;
  padding: 30px 20px;
  width: calc(100% - 40px);
}
@media (max-width: 1114px) {
  .entry-content .perfekte-ring-weg > div > p:first-child {
    padding: 30px 30px;
    width: calc(100% - 60px);
  }
}
.entry-content .perfekte-ring-weg > div > p:last-child {
  border: 2px solid var(--wp--preset--color--contrast);
  padding: 10px 30px;
  height: 100%;
  font-weight: 600;
  background: #fff;
}
.entry-content .perfekte-ring-weg > div:first-child p:first-child {
  background-color: var(--piwo-grey);
}
.entry-content .perfekte-ring-weg > div:nth-child(2) p:first-child {
  background-color: var(--piwo-hellblau);
}
.entry-content .perfekte-ring-weg > div:nth-child(3) p:first-child {
  background-color: var(--wp--preset--color--primary);
  color: white;
}
.entry-content .perfekte-ring-weg > div:nth-child(4) p:first-child {
  background-color: var(--wp--preset--color--contrast);
  color: white;
}
.entry-content .perfekte-ring-weg > div {
  /*Kugel-Wrapper*/
}
.entry-content .perfekte-ring-weg > div > div.verlaufsgrafik {
  margin-top: 32px;
  margin-bottom: 32px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-content .perfekte-ring-weg > div > div.verlaufsgrafik span {
  margin-bottom: 0;
  position: absolute;
  display: block;
}
.entry-content .perfekte-ring-weg > div > div.verlaufsgrafik {
  /*Pfeil*/
}
.entry-content .perfekte-ring-weg > div > div.verlaufsgrafik .pfeil {
  width: 27px;
  height: 27px;
  right: -25px;
  clip-path: polygon(0 30%, 40% 30%, 40% 0, 100% 50%, 40% 100%, 40% 70%, 0 70%);
  z-index: -3;
}
.entry-content .perfekte-ring-weg > div > div.verlaufsgrafik {
  /*Streifen*/
}
.entry-content .perfekte-ring-weg > div > div.verlaufsgrafik .streifen {
  width: calc(100% + 30px);
  height: 11px;
  z-index: -2;
}
.entry-content .perfekte-ring-weg > div > div.verlaufsgrafik {
  /*Kugel*/
}
.entry-content .perfekte-ring-weg > div > div.verlaufsgrafik .kugel {
  width: 56px;
  height: 56px;
  position: relative;
  border-radius: 55px;
  z-index: -1;
}
.entry-content .perfekte-ring-weg > div {
  /*Farbwerte verlaufsgrafik*/
}
.entry-content .perfekte-ring-weg > div:first-child .streifen {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  background: linear-gradient(90deg, var(--piwo-grey) 65%, var(--piwo-hellblau) 100%);
}
.entry-content .perfekte-ring-weg > div:first-child .kugel {
  background-color: var(--piwo-grey);
}
.entry-content .perfekte-ring-weg > div:first-child .pfeil {
  background-color: var(--piwo-hellblau);
}
.entry-content .perfekte-ring-weg > div:nth-child(2) .streifen {
  background: linear-gradient(90deg, var(--piwo-hellblau) 65%, var(--wp--preset--color--primary) 100%);
}
.entry-content .perfekte-ring-weg > div:nth-child(2) .kugel {
  background-color: var(--piwo-hellblau);
}
.entry-content .perfekte-ring-weg > div:nth-child(2) .pfeil {
  background-color: var(--wp--preset--color--primary);
}
.entry-content .perfekte-ring-weg > div:nth-child(3) .streifen {
  background: linear-gradient(90deg, var(--wp--preset--color--primary) 65%, var(--wp--preset--color--contrast) 100%);
}
.entry-content .perfekte-ring-weg > div:nth-child(3) .kugel {
  background-color: var(--wp--preset--color--primary);
}
.entry-content .perfekte-ring-weg > div:nth-child(3) .pfeil {
  background-color: var(--wp--preset--color--contrast);
}
.entry-content .perfekte-ring-weg > div:last-child .streifen {
  clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
  background: var(--wp--preset--color--contrast) 100%;
}
.entry-content .perfekte-ring-weg > div:last-child .kugel {
  background-color: var(--wp--preset--color--contrast);
}
.entry-content .piwo-teaser {
  gap: 0;
}
.entry-content .piwo-teaser > div:first-child {
  overflow: hidden;
  border-radius: var(--mbfse--border-radius-kacheln) 0 0 var(--mbfse--border-radius-kacheln);
}
.entry-content .piwo-teaser > div:last-child {
  overflow: hidden;
  border-radius: 0 var(--mbfse--border-radius-kacheln) var(--mbfse--border-radius-kacheln) 0;
}
.entry-content .piwo-teaser .wp-block-group {
  height: calc(100% - 2 * var(--wp--style--root--padding-right));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.entry-content .piwo-teaser .wp-block-group p {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  padding-right: 70px;
}
.entry-content .piwo-teaser .wp-block-group .wp-block-buttons {
  margin-top: auto;
  margin-left: 0 !important;
}
.entry-content .piwo-teaser .wp-block-group figure {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0 var(--wp--style--root--padding-left);
}
.entry-content .start-teaser-short a {
  border-radius: 55%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 175px;
  z-index: 3;
  width: 140px;
  height: 140px;
  left: 50%;
  transform: translateX(-555px);
  background-color: var(--wp--preset--color--primary);
  color: #fff !important;
  font-size: 20px;
  line-height: 1.5;
}
.entry-content .start-teaser-short a:hover {
  background-color: var(--wp--preset--color--quaternary);
}
@media (min-width: 1115px) {
  .entry-content .start-teaser-short a {
    width: 170px;
    height: 170px;
    font-size: 145%;
  }
}
@media (max-width: 1114px) {
  .entry-content .start-teaser-short a {
    transform: none;
    left: 10px;
  }
}
@media (max-width: 900px) {
  .entry-content .start-teaser-short a {
    bottom: 215px;
  }
}
@media (max-width: 601px) {
  .entry-content .start-teaser-short a {
    bottom: 225px;
  }
}

.home .entry-content {
  background-image: url(../../assets/img/logo-Icon-hintergrund.svg), url(../../assets/img/logo-Icon-hintergrund.svg), url(../../assets/img/logo-Icon-hintergrund.svg), url(../../assets/img/logo-Icon-hintergrund.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: -60vw 25%, 60vw 60%, -60vw 100%, 60vw 140%;
}
.home .entry-content h1 {
  hyphens: initial;
}

.wp-site-blocks > main {
  padding-bottom: 0;
}

body.parent-pageid-650 .piwo-glaeser-icons > div,
body.gleitsichtbrille-siegen-page .piwo-glaeser-icons > div {
  min-width: 16%;
}
body.parent-pageid-650 .piwo-glaeser-icons > div h3,
body.gleitsichtbrille-siegen-page .piwo-glaeser-icons > div h3 {
  font-size: 24px;
}
body.parent-pageid-650 .trauring-kollektion > div > div:first-child p,
body.gleitsichtbrille-siegen-page .trauring-kollektion > div > div:first-child p {
  font-size: 22px;
  font-weight: 600;
}

.ueber-uns main .entry-content .wp-block-columns .wp-block-image {
  margin-bottom: var(--mbfse--margin-bottom-inline);
}

.roundcorner-image img {
  border-radius: var(--mbfse--border-radius-kacheln);
}

.wp-block-post-content .wp-block-separator {
  max-width: 1360px;
  margin-bottom: 60px;
  margin-top: 60px;
  width: 100% !important;
  padding: 0 !important;
  border-color: #d2d2d2;
  max-width: var(--wp--style--global--content-size);
}

.stoerer-gleitsichtbrillen {
  gap: 0 !important;
  border-radius: var(--mbfse--border-radius-kacheln);
  overflow: hidden;
}
.stoerer-gleitsichtbrillen > div:nth-child(1) figure {
  height: 100%;
}
.stoerer-gleitsichtbrillen > div:nth-child(1) figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.stoerer-gleitsichtbrillen > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stoerer-gleitsichtbrillen > div:nth-child(2) p:last-child {
  margin-top: auto;
  font-size: 28px;
}
.stoerer-gleitsichtbrillen > div:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stoerer-gleitsichtbrillen > div:nth-child(3) figure:first-child {
  z-index: 1;
}
.stoerer-gleitsichtbrillen > div:nth-child(3) .wp-block-buttons {
  margin-top: auto;
  z-index: 1;
  margin-bottom: 35px;
}
.stoerer-gleitsichtbrillen > div:nth-child(3) .wp-block-buttons a {
  background-color: var(--wp--preset--color--contrast);
  padding: 5px 40px;
}
@media (max-width: 768px) {
  .stoerer-gleitsichtbrillen > div:nth-child(3) .wp-block-buttons {
    margin-top: 35px;
  }
}
.stoerer-gleitsichtbrillen > div:nth-child(3) figure:last-child {
  position: absolute;
  bottom: 20px;
}

/*Kontaktform*/
.nf-field-container.font-small {
  font-size: 12px;
}

/*Instagram-Smashballoon*/
#sb_instagram {
  margin-bottom: var(--piwo-first-blocks-bottom-margin);
  max-width: var(--wp--style--global--wide-size);
}
#sb_instagram #sbi_images,
#sb_instagram .sb_instagram_header,
#sb_instagram .sbi_header_img {
  margin-bottom: 0;
  margin-block-end: 0;
}
#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
}
#sb_instagram #sbi_images {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}
@media (max-width: 834px) {
  #sb_instagram #sbi_images {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 601px) {
  #sb_instagram #sbi_images {
    grid-template-columns: 1fr !important;
  }
}
#sb_instagram #sbi_images > div.sbi_item {
  border-radius: var(--mbfse--border-radius-kacheln);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 40px !important;
}
#sb_instagram #sbi_images > div.sbi_item:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2509803922);
}

/*Facebook*/
.cff-wrapper {
  max-width: var(--wp--style--global--wide-size);
}
.cff-wrapper #cff {
  display: flex;
  flex-direction: column;
}
.cff-wrapper #cff .cff-header {
  display: none;
}
.cff-wrapper #cff .cff-posts-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.cff-wrapper #cff .cff-posts-wrap .cff-item {
  border-radius: var(--mbfse--border-radius-kacheln);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2509803922);
  padding: 20px !important;
  width: calc(33% - 51px) !important;
  left: 3px;
  top: 3px;
  display: flex;
  flex-direction: column;
}
.cff-wrapper #cff .cff-posts-wrap .cff-item .cff-author .cff-page-name,
.cff-wrapper #cff .cff-posts-wrap .cff-item .cff-author .cff-author-img {
  display: none;
}
.cff-wrapper #cff .cff-posts-wrap .cff-item .cff-author .cff-author-text {
  margin-bottom: 20px;
}
.cff-wrapper #cff .cff-posts-wrap .cff-item .cff-author .cff-date {
  margin-left: 0 !important;
}
.cff-wrapper #cff .cff-posts-wrap .cff-item .cff-post-text {
  margin-bottom: 20px;
  margin-block-end: 20px;
  font-size: var(--wp--preset--font-size--small);
}
.cff-wrapper #cff .cff-posts-wrap .cff-item .cff-post-text a {
  font-size: var(--wp--preset--font-size--small);
}
.cff-wrapper #cff .cff-posts-wrap .cff-item .cff-media-link {
  margin-top: auto;
}
.cff-wrapper #cff .cff-posts-wrap .cff-item .cff-media-wrap {
  margin-bottom: var(--mbfse--margin-bottom-inline);
  order: -1;
}
.cff-wrapper #cff .cff-posts-wrap .cff-item .cff-meta-wrap {
  margin-top: auto;
}
.cff-wrapper #cff .cff-posts-wrap .cff-item .cff-date {
  order: -1;
}
@media (max-width: 834px) {
  .cff-wrapper #cff .cff-posts-wrap .cff-item {
    width: calc(49% - 47px) !important;
  }
}
@media (max-width: 601px) {
  .cff-wrapper #cff .cff-posts-wrap .cff-item {
    width: calc(100% - 46px) !important;
  }
}
.cff-wrapper #cff .cff-likebox {
  order: -1;
  margin-block-end: 20px;
  margin-bottom: 20px;
  max-width: 340px;
  border-radius: var(--mbfse--border-radius-kacheln);
  overflow: hidden;
  margin-top: 0;
}
.cff-wrapper #cff .cff-load-more {
  display: inline-block;
  vertical-align: top;
  max-width: 116px;
  padding: 7px 14px;
  margin: 20px auto 0 auto;
  background: #333;
  border: none;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
}
.cff-wrapper .cff-wrapper-ctn,
.cff-wrapper .cff-posts-wrap {
  margin-block-end: 0;
  margin-bottom: 0;
}/*# sourceMappingURL=content.css.map */