/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/frontend.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
.tab-pattern {
  position: relative;
}
.tab-pattern .titel {
  position: absolute;
  top: 10px;
}
@media (max-width: 500px) {
  .tab-pattern .titel {
    position: relative !important;
  }
}
.tab-pattern .wp-block-create-block-tabs-block {
  margin-top: 0;
}
.tab-pattern .wp-block-create-block-tabs-block .list-tabs-titles {
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .tab-pattern .wp-block-create-block-tabs-block .list-tabs-titles {
    align-items: end;
  }
}
@media (max-width: 500px) {
  .tab-pattern .wp-block-create-block-tabs-block .list-tabs-titles {
    align-items: start;
  }
}
.tab-pattern .wp-block-create-block-tabs-block .list-tabs-titles .single-tab-title {
  width: 150px;
  position: relative;
  text-align: start;
  padding: 0 13px;
  background-color: transparent;
  border: none;
  margin: 0px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--funnel-sans);
  color: white;
  left: -20px;
  transition: 0.3s;
}
.tab-pattern .wp-block-create-block-tabs-block .list-tabs-titles .single-tab-title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 8px;
  left: 0;
}
.tab-pattern .wp-block-create-block-tabs-block .list-tabs-titles .single-tab-title.active:nth-child(1n) {
  left: 0px;
  transition: 0.3s;
}
.tab-pattern .wp-block-create-block-tabs-block .list-tabs-titles .single-tab-title.active:nth-child(1n)::before {
  background-color: #c73e0e;
}
.tab-pattern .wp-block-create-block-tabs-block .list-tabs-titles .single-tab-title.active:nth-child(2n) {
  left: 0px;
  transition: 0.3s;
}
.tab-pattern .wp-block-create-block-tabs-block .list-tabs-titles .single-tab-title.active:nth-child(2n)::before {
  background-color: #00a9e9;
}
.tab-pattern .wp-block-create-block-tabs-block .list-tabs-titles .single-tab-title.active:nth-child(3n) {
  left: 0px;
  transition: 0.3s;
}
.tab-pattern .wp-block-create-block-tabs-block .list-tabs-titles .single-tab-title.active:nth-child(3n)::before {
  background-color: #ff9100;
}
.tab-pattern .wp-block-create-block-tabs-block .tab-content {
  border: none;
}
.tab-pattern.dark .single-tab-title {
  color: black !important;
}

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