.wp-site-blocks,
.editor-styles-wrapper  {
  font-variation-settings: "wdth" 90;
}
strong {
  font-weight: 600;
}
h2 {
  font-weight: 500;
}
:root :where(.is-layout-constrained) > h2 {
  margin-block-start: 2.5rem;
}
:root :where(.is-layout-constrained) > h3 + p {
  margin-block-start: 0.5rem;
}
.wp-block-list {
  padding-left: 1.6em;
}
.wp-block-list li {
  margin-bottom: 0.5em;
  padding-left: 0.2em;
  position: relative;
}
.is-style-runde_ecken img {
  border-radius: 20px;
}
.wp-block-button__link:hover {
  opacity: 0.8;
}
.is-style-check_list_small,
.is-style-check_list_big {
  list-style: none;
}
.is-style-check_list_small > li::before {
  content: "";
  width: 9px;
  height: 18px;
  border-right: 2px solid var(--wp--preset--color--blau);
  border-bottom: 2px solid var(--wp--preset--color--blau);
  display: block;
  position: absolute;
  left: -20px;
  transform: rotate(45deg);
  top: -1px;
}
.wp-block-list.is-style-check_list_big {
  padding-left: 45px;
}
.is-style-check_list_big li {
  margin-bottom: 1.2em;
}
.is-style-check_list_big > li::before {
  content: "";
  width: 14px;
  height: 27px;
  border-right: 2px solid var(--wp--preset--color--blau);
  border-bottom: 2px solid var(--wp--preset--color--blau);
  display: block;
  position: absolute;
  left: -37px;
  transform: rotate(45deg);
  top: 3px;
}
.is-style-columns_with_lines > .wp-block-column {
  position: relative;
}
.is-style-columns_with_lines > .wp-block-column:not(:first-child)::before {
  content: "";
  width: 2px;
  height: calc(100% + 2.5em);
  position: absolute;
  background-color: rgba(0,0,0,0.05);
  left: calc(0px - var(--wp--preset--spacing--two));
  top: calc(0px - 1.25em);
}
.is-style-columns_with_lines.has-dunkelblau-background-color > .wp-block-column:not(:first-child)::before{
  background-color: rgba(255,255,255,0.07);
}


@media only screen and (max-width: 781px) {
  .is-style-columns_with_lines > .wp-block-column:not(:first-child)::before {
    width: calc(100% + 4.75em);
    height: 2px;
    left: calc(0px - 2.375em);
    top: calc(0px - var(--wp--preset--spacing--one));
  }
}


.is-style-zwischentitel {
  font-size: 1.6rem;
  font-weight: 500;
}
.is-style-zwischentitel_klein {
  font-weight: 600;
  font-size: 1.22em;
}


.wp-block-table table td, .wp-block-table table th {
  border: 0;
  border-bottom: 2px solid var(--wp--preset--color--grau);
  padding-right: 25px;
  padding-bottom: .7em;
  padding-top: .6em;
  min-width: 100px;
}
.wp-block-table table tr:first-child > td, .wp-block-table table tr:first-child > th {
  border-top: 2px solid var(--wp--preset--color--grau);
}
.wp-block-table table td:last-child, .wp-block-table table th:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 600px) {
  .wp-block-table table td, .wp-block-table table th {
    padding-right: 0.8em;
  } 
}





.funnelkacheln {
  align-items: inherit!important;
}
.funnelkacheln .wp-block-group {
  border: 2px solid var(--wp--preset--color--blau);
  border-radius: 15px;
  padding: 14px 20px 18px;
  font-weight: 500;
  cursor: pointer;
  background-color: #fff;
  font-size: 0.9em;
  max-width: 190px;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 30%;
  transition: 0.3s scale;
}
.funnelkacheln .wp-block-group:hover {
  border-color: var(--wp--preset--color--blau);
  outline: 1px solid var(--wp--preset--color--blau);
  scale: 1.02;
}

@media only screen and (max-width: 1400px) {
  .funnelkacheln {
    gap: 1rem !important;
  }
  .funnelkacheln .wp-block-group {
    padding-left: 10px;
    padding-right: 10px;
  }
  .funnelkacheln .wp-block-group .wp-block-image {
    width: 85px;
  }
}

@media only screen and (max-width: 600px) {
  .funnelkacheln {
    gap: .4rem !important;
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .funnelkacheln .wp-block-group .wp-block-image {
    width: 75px;
  }
}