.color-primary {
  color: var(--wp--preset--color--primary);
}

/*
Theme Name: ombudsperson
Theme URI: https://ombudsperson-frankfurt.de
Author: WP Engine
Author URI: https://ombudsperson-frankfurt.de
Description: ombudsperson theme
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 8.0
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ombudsperson

buchert WordPress Theme, (C) 2022-2023 WP Engine.
buchert is distributed under the terms of the GNU GPL.
*/
/* Defaults
---------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img.edit-site-site-icon__image {
  filter: invert(1);
}

a,
button,
input:focus,
input[type=button],
input[type=submit],
textarea:focus,
.wp-element-button {
  transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
  text-decoration-thickness: 1px;
}

b,
strong,
th {
  font-weight: var(--wp--custom--font-weight--medium);
}

mark {
  background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
  background-position: 0 85%;
  background-repeat: repeat-x;
  background-size: 100% 15%;
}

/* Forms

--------------------------------------------- */
input,
select,
textarea {
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 0;
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--light);
  line-height: var(--wp--custom--line-height--body);
  padding: 10px 20px;
  width: 100%;
}

input:focus,
textarea:focus {
  background-color: var(--wp--preset--color--neutral);
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

input[type=button],
input[type=email],
input[type=search],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
}

::placeholder {
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--small);
  opacity: 0.5;
}

/* Blocks
---------------------------------------------------------------------------- */
/* Code
--------------------------------------------- */
*:not(.wp-block-code) > code {
  background-color: var(--wp--preset--color--neutral);
  font-size: var(--wp--preset--font-size--small);
  padding: 5px 8px;
}

/* Group
--------------------------------------------- */
.wp-block-group.is-style-shadow-light {
  box-shadow: var(--wp--preset--shadow--light);
}

.wp-block-group.is-style-shadow-solid {
  box-shadow: var(--wp--preset--shadow--shadow);
}

/* Image
--------------------------------------------- */
.wp-block-image.is-style-shadow-light img {
  box-shadow: var(--wp--preset--shadow--light);
}

.wp-block-image.is-style-shadow-solid img {
  box-shadow: var(--wp--preset--shadow--solid);
}

/* List
--------------------------------------------- */
.is-style-no-disc {
  list-style-type: none;
  padding-left: 0;
}

/* Navigation
--------------------------------------------- */
.wp-block-navigation__responsive-container.is-menu-open {
  padding-bottom: 30px;
  padding-top: 30px;
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  border: 1px solid currentColor;
  padding: 2px;
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
  color: var(--wp--preset--color--base);
}

/* Navigation Submenu
--------------------------------------------- */
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--contrast);
  border: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
  padding: 2px 10px;
}

/* Quote
--------------------------------------------- */
.wp-block-quote.is-style-shadow-light {
  box-shadow: var(--wp--preset--shadow--light);
}

.wp-block-quote.is-style-shadow-solid {
  box-shadow: var(--wp--preset--shadow--solid);
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  /* Utility
  --------------------------------------------- */
  .is-style-hidden-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 782px) {
  /* Columns
  --------------------------------------------- */
  .is-style-columns-reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /* Navigation Link
  --------------------------------------------- */
  .wp-block-navigation-item.is-style-outline a {
    border: 1px solid currentColor;
    padding: 8px 15px;
  }
}
body.open {
  overflow: hidden;
}
body.open .nav-button-open {
  display: none;
}
body.open .site-header {
  background: none;
}

.site-header .nav-buttons {
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 10px;
}

.nav-wrapper {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 1s ease;
  z-index: 777;
  background: linear-gradient(0deg, rgba(20, 60, 29, 0.9) 0%, rgba(2, 8, 3, 0.9) 100%);
}
.nav-wrapper .nav-button-close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  margin-left: auto;
}
.nav-wrapper .nav-button-close svg {
  color: #fff;
}
.nav-wrapper .nav-button-close svg:hover {
  color: var(--wp--preset--color--primary);
}
.nav-wrapper .nav-wrapper-inner {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--small);
}
.nav-wrapper.open {
  top: 0%;
  transform: translateY(0);
}
.nav-wrapper .external-link {
  display: none;
  margin: 0 0 20px 0 !important;
}
.nav-wrapper .external-link a {
  font-size: 1rem;
  color: var(--wp--preset--color--primary) !important;
}
.nav-wrapper .menu {
  margin: 0 0 20px 0;
}
.nav-wrapper .menu ul {
  margin: 0;
}
.nav-wrapper .menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-wrapper .menu a {
  color: #fff;
  text-decoration: none;
}
.nav-wrapper .menu li.current-menu-item > a,
.nav-wrapper .menu a:hover {
  color: var(--wp--preset--color--primary) !important;
}
.nav-wrapper .menu .sub-menu {
  margin: 0 0 30px 0;
}
.nav-wrapper .menu .link-bold > a {
  font-weight: 600;
}
.nav-wrapper .menu .link-headline {
  margin: 0 0 10px 0;
}
.nav-wrapper .menu .link-high > a {
  display: inline-block;
  background: var(--wp--preset--color--primary);
  color: #fff;
  padding: 2px 10px;
  margin: 0 0 15px 0;
}
.nav-wrapper .menu .link-high > a:hover, .nav-wrapper .menu .link-high > a:active, .nav-wrapper .menu .link-high > a:focus {
  color: #eee !important;
  opacity: 0.8;
}
.nav-wrapper .menu .link-high > a,
.nav-wrapper .menu .link-headline > a {
  color: #fff;
  font-weight: 600;
  font-size: 1.375rem;
}
@media only screen and (min-width: 50em) {
  .nav-wrapper .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-auto-columns: 1fr;
  }
}
@media only screen and (max-width: 782px) {
  .nav-wrapper .external-link {
    display: block;
  }
}

@media only screen and (max-width: 50em) {
  .mobile-nospace {
    padding: 0 !important;
    gap: 0 !important;
  }
}

.alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--small);
}

.wp-block-group .alignwide {
  padding-right: 0;
  padding-left: 0;
  max-width: 1120px !important;
}

.padding-default {
  padding-top: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--small);
  padding-bottom: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--small);
}

.padding-leftright {
  padding-right: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--small);
}

.margin-left {
  margin-left: var(--wp--preset--spacing--small);
}

.padding-xsmall-top {
  padding-top: 15px;
}

.padding-xsmall-bottom {
  padding-bottom: 15px;
}

.padding-top-small {
  padding-top: var(--wp--preset--spacing--small);
}

.padding-bottom-small {
  padding-bottom: var(--wp--preset--spacing--small);
}

.margin-top-medium {
  margin-top: var(--wp--preset--spacing--small);
}

.margin-top-large {
  margin-top: var(--wp--preset--spacing--large);
}

.margin-bottom-large {
  margin-bottom: var(--wp--preset--spacing--large);
}

.margin-bottom-small {
  margin-bottom: var(--wp--preset--spacing--x-small) !important;
}

.home .site-header {
  background: transparent;
  padding-top: 20px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 555;
  background: #fff;
  transition: all 1s ease;
  padding: 10px 0;
}
.site-header.scroll {
  background: #fff;
  padding: 5px 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.site-header .alignwide {
  width: 100%;
}
.site-header .col {
  display: flex;
  align-items: center;
}
.site-header ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.site-header .links {
  margin-left: auto;
}
.site-header .links li:nth-child(1) a {
  color: var(--wp--preset--color--primary);
}
.site-header .links li:nth-child(2) a {
  color: #00b427;
}
.site-header .links li a:hover {
  color: var(--wp--preset--color--primary);
}
.site-header .langswitch {
  margin: 0 30px 0 30px;
  font-weight: 500;
}
.site-header .langswitch a {
  text-transform: uppercase;
}
.site-header .langswitch a:hover {
  color: var(--wp--preset--color--primary);
}
.site-header .langswitch li {
  margin: 0 0 0 10px;
}
.site-header li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
.site-header li a {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (min-width: 50em) {
  .site-header {
    z-index: 555;
  }
}
@media only screen and (max-width: 50em) {
  .site-header .site-logo img {
    max-width: 160px;
  }
  .site-header .alignwide {
    padding: 0px 15px 0 15px;
  }
  .site-header .links {
    display: none;
  }
  .site-header .langswitch {
    margin-left: auto;
  }
}

a.link-border {
  border: 1px solid var(--wp--preset--color--primary);
  padding: 5px 15px !important;
  border-radius: 15px;
  color: var(--wp--preset--color--primary) !important;
}
a.link-border:focus-within, a.link-border:focus, a.link-border:hover {
  opacity: 0.9;
  border: 1px solid #000;
}

.site-header-logo {
  margin-top: 35px;
  /*
  .alignwide{
    max-width: 100%;
    width: 100%;
    padding: 0;

    .col-img{
      justify-content: right;
    }
  }

   */
}
.site-header-logo .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-auto-columns: 1fr;
}
.site-header-logo .col {
  display: flex;
}
.site-header-logo .col-logo {
  justify-content: left;
}
.site-header-logo .col-logo .breadcrumbs {
  margin-top: auto;
}
.site-header-logo .col-img {
  position: relative;
  justify-content: center;
  z-index: 333;
}
.site-header-logo .col .site-logo {
  margin-top: auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 50em) {
  .site-header-logo {
    margin-top: 80px;
  }
  .site-header-logo .col-img img {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 50em) {
  .site-header-logo {
    margin-top: 0px;
  }
  .site-header-logo .alignwide {
    padding: 0;
  }
  .site-header-logo .col {
    display: block;
    text-align: center;
  }
  .site-header-logo .col img {
    margin: 0px auto;
  }
  .site-header-logo .site-logo img {
    max-width: 260px;
  }
  .site-header-logo .row {
    grid-row-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.site-footer {
  background: #ffffff;
  padding: 30px 0 30px 0;
}
.site-footer .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-auto-columns: 1fr;
}
.site-footer .row.logos {
  margin: 30px auto;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-auto-columns: 1fr;
}
.site-footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer p {
  margin: 0 0 10px 0;
  color: #000;
}
.site-footer li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}
.site-footer .sub-menu {
  margin: 0 0 20px 0;
}
.site-footer .link-bold > a {
  font-weight: 600;
}
.site-footer li a {
  color: #222;
}
.site-footer .current-menu-item > a,
.site-footer li a:hover {
  color: var(--wp--preset--color--primary);
}
.site-footer .link-headline > a {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}
.site-footer .link-copy {
  font-size: 0.875rem;
  opacity: 0.5;
}
@media only screen and (min-width: 50em) {
  .site-footer {
    padding: 30px 0 60px 0;
  }
}
@media only screen and (max-width: 50em) {
  .site-footer .row {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-footer .row.logos {
    grid-template-columns: repeat(2, 1fr);
  }
}

.social-share {
  margin: 30px auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.social-share li span {
  font-size: 1rem;
  font-weight: 600;
}
.social-share li span,
.social-share li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-share li {
  margin: 0 20px 20px 0;
  display: inline-block;
}
.social-share a:hover svg {
  color: var(--wp--preset--color--primary);
}

.post {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #eee;
}

h3 a:hover,
.post h2 a:hover {
  color: var(--wp--preset--color--primary);
}

.pager {
  margin: 40px 0 40px 0;
}

.page-numbers {
  margin: 10px 5px 10px 5px;
  border: 1px solid #eee;
  padding: 8px 15px;
  text-decoration: none;
  display: inline-block;
}

.page-numbers.current,
.page-numbers:hover {
  color: #fff;
  background: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
}

.wp-block-post-template,
.wp-block-latest-posts {
  margin: 20px 0 20px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-auto-columns: 1fr;
}
.wp-block-post-template li,
.wp-block-latest-posts li {
  margin: 0;
  padding: 30px;
  background: #fff;
}
.wp-block-post-template .wp-block-post-title,
.wp-block-latest-posts .wp-block-post-title {
  margin: 0 0 10px 0;
}
.wp-block-post-template .wp-block-post-title a,
.wp-block-latest-posts .wp-block-post-title a {
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.wp-block-post-template .wp-block-post-excerpt,
.wp-block-latest-posts .wp-block-post-excerpt {
  margin: 0;
}
.wp-block-post-template .wp-block-post-title a:hover,
.wp-block-post-template .wp-block-post-excerpt__more-link:hover,
.wp-block-latest-posts .wp-block-post-title a:hover,
.wp-block-latest-posts .wp-block-post-excerpt__more-link:hover {
  color: var(--wp--preset--color--primary);
}
.wp-block-post-template .wp-block-post-excerpt__more-link,
.wp-block-post-template .wp-block-post-excerpt__excerpt,
.wp-block-latest-posts .wp-block-post-excerpt__more-link,
.wp-block-latest-posts .wp-block-post-excerpt__excerpt {
  font-size: 1rem;
}
.wp-block-post-template .wp-block-post-excerpt__more-link,
.wp-block-latest-posts .wp-block-post-excerpt__more-link {
  display: inline-block;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  padding: 10px 20px;
  border-radius: 30px;
}
.wp-block-post-template .wp-block-post-excerpt__more-link:hover,
.wp-block-latest-posts .wp-block-post-excerpt__more-link:hover {
  border: 1px solid var(--wp--preset--color--primary);
}
@media only screen and (max-width: 50em) {
  .wp-block-post-template,
  .wp-block-latest-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hero-img {
  height: 100dvh;
  position: relative;
}
.hero-img .hero-border {
  position: absolute;
}
.hero-img .hero-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 800px;
  padding: 30px;
  margin: 0 auto;
}
.hero-img .hero-content h1 {
  font-size: var(--wp--preset--font-size--x-large);
  color: #fff;
  margin: 0;
}
.hero-img .hero-border1 {
  background: #009ee3;
  width: 10px;
  height: 200px;
  left: 0;
  bottom: 0;
}
.hero-img .hero-border2 {
  background: var(--wp--preset--color--primary);
  width: 200px;
  height: 10px;
  right: 0;
  bottom: 0;
}
.hero-img .hero-border3 {
  background: #FF00C8;
  width: 200px;
  height: 10px;
  left: 0;
  top: 0;
}
.hero-img .hero-border4 {
  background: #ffff00;
  width: 10px;
  height: 200px;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 50em) {
  .hero-img .hero-border4,
  .hero-img .hero-border1 {
    width: 5px;
  }
  .hero-img .hero-border3,
  .hero-img .hero-border2 {
    height: 5px;
  }
}

/* Forms
--------------------------------------------- */
input,
select,
textarea,
.wp-block-search__input {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0;
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--regular);
  line-height: var(--wp--custom--line-height--body);
  padding: 10px 20px;
  width: 100%;
}

input:focus,
textarea:focus {
  background-color: var(--wp--preset--color--neutral);
  outline: none;
}

.category-select {
  max-width: 640px;
}

.wpcf7-form.sent .form-wrapper {
  display: none;
}

.wpcf7-form label {
  font-weight: 400;
}
.wpcf7-form .req {
  color: var(--wp--preset--color--primary) !important;
}
.wpcf7-form .kc_captcha {
  margin: 0 0 30px 0;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: block;
}

.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #000000;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  border: 2px solid #888888;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.wpcf7-radio .wpcf7-list-item-label:hover {
  border-color: #000000;
}

.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label {
  border-color: var(--wp--preset--color--primary);
  color: #000000;
}

.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  box-shadow: inset 0 0 0 3px #ffffff;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Button - Outline
--------------------------------------------- */
.has-primary-background-color .is-style-outline.is-style-outline.wp-block-button .wp-block-button__link {
  border-color: #000;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
  color: #fff !important;
}

.wp-block-button .wp-block-button__link.wp-block-button__link--hint {
  border: 1px solid #ccc;
  background: #fff;
  opacity: 0.7;
  color: #000;
  text-transform: none;
}

.wp-block-column a img:hover {
  opacity: 0.7;
}

/* Image
--------------------------------------------- */
.wp-block-image.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-image.alignleft {
  margin-right: 30px !important;
}

.wp-block-image.alignright {
  margin-left: 30px !important;
}

/* List
--------------------------------------------- */
ol li:where(:not([class*=block])),
ul li:where(:not([class*=block])),
.wp-block-list li {
  margin-left: 30px;
}

.is-style-no-disc li {
  list-style-type: none;
  margin-left: 0;
}

/* Paragraph
--------------------------------------------- */
p.has-background {
  padding: 20px 30px;
}

/* Preformatted
--------------------------------------------- */
.wp-block-preformatted {
  overflow-wrap: normal;
  overflow-x: scroll;
  white-space: pre;
}

/* Pullquote
--------------------------------------------- */
.wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}

/* Quote
--------------------------------------------- */
.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator.is-style-dots:before {
  font-family: inherit;
  font-size: var(--wp--preset--font-size--large);
  letter-spacing: 10px;
  padding-left: 10px;
}

.wp-block-separator:not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: 2px solid #eee;
  border-top: none;
  height: 2px;
}

/* Social Icons
--------------------------------------------- */
.wp-block-social-links.is-style-outline .wp-block-social-link {
  background-color: transparent;
  border: 1px solid currentColor;
}

/* Spacer
--------------------------------------------- */
.wp-block-spacer + * {
  margin-top: 0 !important;
}

.logo-bg,
.shape-bg1 {
  position: relative;
}
.logo-bg .wp-block-columns,
.shape-bg1 .wp-block-columns {
  position: relative;
  z-index: 3;
}

.listing {
  margin: 0;
  padding: 0;
}
.listing li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--wp--preset--color--gray);
  padding: 10px 0;
}
.listing .no-break {
  margin: 0;
  color: var(--wp--preset--color--primary);
}
.listing a {
  color: var(--wp--preset--color--dark);
  text-decoration: none;
}
.listing a:hover {
  color: var(--wp--preset--color--primary);
}
.listing strong {
  margin-right: auto;
}

.logo-fx {
  text-align: center;
}
.logo-fx .logo-fx1 {
  animation: fadeIn 6s;
}
.logo-fx .logo-fx2 {
  animation: fadeIn 7s;
}
.logo-fx .logo-fx3 {
  animation: fadeIn 8s;
}
.logo-fx .logo-fx4 {
  animation: fadeIn 9s;
}

.box-border1 {
  border-left: 10px solid var(--wp--preset--color--primary);
}
.box-border1 a {
  border-color: var(--wp--preset--color--primary) !important;
}

.box-border2 {
  border-left: 10px solid var(--wp--preset--color--primary);
}
.box-border2 a {
  border-color: var(--wp--preset--color--primary) !important;
}

.box-border3 {
  border-left: 10px solid var(--wp--preset--color--primary);
}
.box-border3 a {
  border-color: var(--wp--preset--color--primary) !important;
}

.box-border4 {
  border-left: 10px solid var(--wp--preset--color--primary);
}
.box-border4 a {
  border-color: var(--wp--preset--color--primary) !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* hero */
.hero-group {
  position: relative;
  padding-top: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--small);
  margin: 0 0 40px 0;
}
.hero-group .hero-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
.hero-group .hero-wrapper h1, .hero-group .hero-wrapper h2, .hero-group .hero-wrapper h3 {
  color: #fff;
  margin: 20px 0 0 0;
  padding: 0;
}
.hero-group .hero-wrapper h3 {
  margin-top: 30px;
}
.hero-group .hero-content {
  max-width: 100%;
}
.hero-group .hero-content strong {
  color: #fff;
}
@media only screen and (max-width: 50em) {
  .hero-group .hero-wrapper {
    padding: 0;
  }
  .hero-group h1 {
    margin: 0 !important;
  }
}

.breadcrumbs {
  margin: 0 0 30px 0;
  font-weight: 500;
  font-size: 1rem;
  color: var(--wp--preset--color--primary);
}
.breadcrumbs a {
  color: var(--wp--preset--color--primary);
  border: 0;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: var(--wp--preset--color--primary);
}
.breadcrumbs .breadcrumb_last {
  display: none;
}

.hero-bg {
  position: relative;
}

.site-content .has-dark-background-color a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--primary);
}
.site-content .has-dark-background-color a:where(:not(.wp-element-button)):hover {
  color: var(--wp--preset--color--primary);
}

.has-contact-background-color.has-background {
  background: #00ffff;
}

.site-content .has-primary-background-color a:where(:not(.wp-element-button)) {
  border-color: var(--wp--preset--color--primary);
}
.site-content .has-primary-background-color a:where(:not(.wp-element-button)):hover {
  color: var(--wp--preset--color--primary);
}

.site-content ul a,
.site-content p a:where(:not(.wp-element-button)) {
  border-bottom: 2px solid var(--wp--preset--color--primary);
  text-decoration: none;
}
.site-content ul a:hover,
.site-content p a:where(:not(.wp-element-button)):hover {
  color: var(--wp--preset--color--primary);
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
.site-content .wp-block-column.has-background a {
  border-color: #fff;
}
.site-content .wp-block-column.has-background a:hover {
  color: #fff;
}
.site-content .lightweight-accordion .lightweight-accordion-body {
  padding: 0;
}
.site-content .lightweight-accordion .lightweight-accordion-title {
  padding: 10px 12px 10px 0px;
  background: #fff;
  border-bottom: 2px solid #eee;
}
.site-content .wp-block-button__link.wp-element-button,
.site-content .wp-block-button.is-border-black .wp-block-button__link {
  border-color: #000 !important;
}
.site-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
@media only screen and (max-width: 640px) {
  .site-content .wp-block-columns .wp-block-image.size-full img {
    max-width: 240px;
    width: 100%;
  }
}

.border-separator {
  border-bottom: 2px solid #eee;
}

/* Table
--------------------------------------------- */
.wp-block-table.is-style-stripes {
  border-bottom: none;
}

.wp-block-table table {
  border-collapse: collapse;
}

.wp-block-table thead {
  border-bottom: 3px solid var(--wp--preset--color--primary);
}

.wp-block-table tfoot {
  border-top: 3px solid var(--wp--preset--color--primary);
}

.wp-block-table td,
.wp-block-table th,
.wp-block-table tr,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes tr {
  border: 1px solid var(--wp--preset--color--primary);
}

.wp-block-table th {
  font-weight: var(--wp--custom--font-weight--regular);
}

.wp-block-table td,
.wp-block-table th {
  padding: 5px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--wp--preset--color--neutral);
}

button,
.accordion-nested li {
  font-family: var(--wp--preset--font-family--primary);
}

a {
  text-decoration: none;
}

h1 {
  margin-top: 10px;
}

ul, ol {
  margin-left: 0;
  padding: 0;
}

ul {
  list-style: square;
}

li::marker {
  color: var(--wp--preset--color--primary);
}

.has-x-large-font-size {
  line-height: 2.5rem;
  font-weight: 500;
}

.text-center {
  text-align: center;
}
.text-center h1, .text-center h2, .text-center h3, .text-center h4 {
  text-align: center;
}

.text-right {
  text-align: right;
}

.no-break {
  white-space: nowrap;
}

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