html {
  scroll-behavior: smooth;
}

iframe {
  max-width: 100%;
}

.noclick > a {
  pointer-events: none;
  position: relative;
}
.noclick > a .responsive-menu-subarrow {
  pointer-events: auto;
  position: absolute;
  left: 0;
  right: 15px !important;
  width: auto !important;
  background: none !important;
  text-align: right !important;
}

@media (max-width: 991px) {
  .invert .wp-block-column:first-child {
    order: 2;
  }
  .invert .wp-block-column:last-child {
    order: 1;
  }
}

@media (max-width: 991px) {
  .impressum tr,
  .impressum td {
    display: block;
    width: 100% !important;
  }
  .impressum td:first-child {
    padding-bottom: 0 !important;
  }
  .impressum td:last-child {
    padding-top: 0 !important;
  }
}
body {
  font-family: "Nunito", sans-serif;
  color: #0d0e0e;
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  background: #fff;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

a {
  color: #673B9F;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  color: #673B9F;
  text-decoration: underline;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  width: auto;
  position: relative;
}

.row {
  margin: 0 -10px;
}

.row [class*=col-] {
  padding: 0 10px;
}

.header {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header__top .col-lg-12 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__top .col-lg-12:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url("img/hero1.png") no-repeat top left;
  pointer-events: none;
  width: 1119px;
  height: 343px;
}
.header__top .col-lg-12 p {
  line-height: 63px;
  padding-left: 36px;
  margin: 0 0 0 18px;
  color: #2B2A29;
  font-weight: 600;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
  font-size: 14px;
  text-shadow: 0px 0px 6px rgb(255, 255, 255);
}
.header__top .col-lg-12 p a {
  color: #2B2A29;
}
.header__top .col-lg-12 p:first-child {
  background: url("img/phone.svg") no-repeat left;
  background-size: 28px;
}
.header__top .col-lg-12 p:last-child {
  background: url("img/mail.svg") no-repeat left;
  margin-right: 55px;
  background-size: 28px;
}
.header__nav .col-lg-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  padding-right: 40px;
  flex-shrink: 0;
  position: absolute;
  z-index: 14;
  left: 0;
}
.header ul.navigation {
  padding: 0 50px 0 220px;
  margin: 0;
  width: 100%;
  list-style-type: none;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  justify-content: space-between;
  display: flex;
  z-index: 10;
  background: linear-gradient(to bottom, rgb(241, 241, 238) 0%, rgb(241, 241, 238) 100%);
  border-radius: 47px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07), 0px 16px 29px 0px rgba(0, 0, 0, 0.28);
}
@media (max-width: 1200px) {
  .header ul.navigation {
    padding: 0 20px 0 180px;
  }
}
.header ul.navigation span {
  display: none;
}
.header ul.navigation li {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
}
.header ul.navigation li.nowrap a {
  white-space: nowrap;
}
.header ul.navigation li > a {
  font-size: 14px;
  line-height: 94px;
  display: block;
  color: #2B2A29;
  text-decoration: none;
  transition-duration: 0.2s;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  z-index: 3;
  padding: 0;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .header ul.navigation li > a {
    font-size: 13px;
  }
}
.header ul.navigation li.current-menu-parent > a, .header ul.navigation li.current-page-ancestor > a, .header ul.navigation li.current_page_item > a {
  color: #65389D;
  text-decoration: none;
}
.header ul.navigation li:hover > a {
  color: #65389D;
  text-decoration: none;
}
.header ul.navigation li ul {
  position: absolute;
  top: 80px;
  left: 50%;
  background: #fff;
  padding: 15px;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  display: block;
  border-radius: 5px;
  margin: 0;
  transform: translate(-50%, 10px);
  transition-duration: 0.3s;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  min-width: 220px;
}
.header ul.navigation li ul span {
  display: none;
}
.header ul.navigation li ul:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  content: "";
  position: absolute;
}
.header ul.navigation li ul li {
  float: none;
  display: block;
  width: auto;
  padding: 10px 0 !important;
  background: none;
  margin: 0 !important;
  text-align: left;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 500;
}
.header ul.navigation li ul li:last-child {
  border: 0 !important;
}
.header ul.navigation li ul li:after, .header ul.navigation li ul li:before {
  display: none;
}
.header ul.navigation li ul li a {
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  padding: 0 !important;
  background: none;
  color: #999;
  white-space: normal;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  font-style: normal;
}
.header ul.navigation li ul li a:before, .header ul.navigation li ul li a:after {
  display: none;
}
.header ul.navigation li ul li a:hover {
  box-shadow: none;
  background: none;
  color: #65389D;
  text-decoration: none;
}
.header ul.navigation li ul li.current-menu-parent > a, .header ul.navigation li ul li.current-page-ancestor > a, .header ul.navigation li ul li.current_page_item > a, .header ul.navigation li ul li:hover > a {
  color: #65389D !important;
  text-decoration: none;
  background: none;
  box-shadow: none;
}
.header ul.navigation li ul li.current-menu-parent > a:hover, .header ul.navigation li ul li.current-page-ancestor > a:hover, .header ul.navigation li ul li.current_page_item > a:hover, .header ul.navigation li ul li:hover > a:hover {
  color: #65389D;
}
.header ul.navigation li:hover ul {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.header .menu-trigger {
  display: none;
  height: 46px;
  width: 46px;
  justify-content: center;
  align-items: center;
  background: #000;
  margin-left: 15px;
  transition-duration: 0.2s;
  border-radius: 50%;
  flex-shrink: 0;
}
.header .menu-trigger svg {
  height: 12px;
}
.header .menu-trigger svg path {
  transition-duration: 0.2s;
}
@media (max-width: 991px) {
  .header {
    padding: 20px 0 0;
  }
  .header__top {
    display: none;
  }
  .header__nav .col-lg-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logo {
    position: static;
  }
  .header .logo img {
    height: 120px;
  }
  .header ul.navigation {
    display: none;
  }
  .header .menu-trigger {
    display: flex;
  }
}

.page-title {
  position: relative;
  z-index: 5;
  margin-top: 0;
  height: 200px;
  overflow: hidden;
}
.page-title figure {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.page-title figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 991px) {
  .page-title {
    height: 180px;
    background: url("img/hero1.png") no-repeat top left;
    background-size: auto 180px;
  }
}

.hero {
  position: relative;
  z-index: 5;
}
.hero:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url("img/hero0.png") no-repeat top left;
}
.hero .col-lg-12 {
  height: 960px;
  position: relative;
  z-index: 5;
  padding-top: 330px;
}
.hero .col-lg-12 h1 {
  color: #635D6B;
  font-size: 66px;
  line-height: 1.2;
  font-family: "Great Vibes", sans-serif;
  margin: 0;
  font-weight: 400;
  padding: 0 0 0 30px;
}
.hero .col-lg-12 h1 strong {
  font-size: 80px;
  display: inline-block;
  color: #65389D;
  font-weight: 400;
  margin-left: -30px;
}
.hero figure {
  display: flex;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .hero {
    background: url("img/hero1.png") no-repeat top left;
    background-size: auto 180px;
  }
  .hero:before {
    display: none;
  }
  .hero figure {
    display: flex;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: -40px;
    justify-content: flex-end;
  }
  .hero figure img {
    height: 350px;
  }
  .hero .col-lg-12 {
    height: 450px;
    position: relative;
    z-index: 5;
    padding-top: 0px;
  }
  .hero .col-lg-12 h1 {
    display: none;
  }
}

.intro {
  position: relative;
  z-index: 10;
  margin-top: -170px;
}
.intro .shadow {
  background: url("img/shadow.png") no-repeat;
  background-size: contain;
  padding-left: 60px;
  margin-left: 20px;
}
.intro__box {
  background: #fff;
  padding: 60px 90px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.intro__box h2 {
  color: #64389D;
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 1.2;
}
.intro__box h2 strong {
  font-weight: 700;
}
.intro__box p {
  color: #2B2A29;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.intro__box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .intro {
    margin-top: 0px;
  }
  .intro .shadow {
    background: none;
    padding-left: 0;
  }
  .intro__box {
    background: #fff;
    padding: 50px 40px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  }
  .intro__box h2 {
    color: #64389D;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 1.2;
  }
  .intro__box h2 br {
    display: none;
  }
  .intro__box h2 strong {
    font-weight: 700;
  }
  .intro__box p {
    color: #2B2A29;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }
  .intro__box p:last-child {
    margin-bottom: 0;
  }
}

.testimonials {
  padding: 148px 0 62px;
  background: linear-gradient(to bottom, rgb(148, 117, 187) 0%, rgb(101, 57, 158) 100%);
  margin: -65px 0 0;
}
.testimonials .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 125px;
}
.testimonials .swiper-prev,
.testimonials .swiper-next {
  height: 93px;
  width: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("img/circle.png") no-repeat;
  cursor: pointer;
  z-index: 20;
  padding: 4px 0 0 4px;
}
.testimonials .swiper-prev:hover,
.testimonials .swiper-next:hover {
  opacity: 0.7;
}
.testimonials .swiper-prev svg,
.testimonials .swiper-next svg {
  width: 30px;
  height: 30px;
  display: block;
}
.testimonials .swiper-next {
  left: auto;
  right: 0;
}
.testimonials .item__content {
  padding: 40px 0;
  background: linear-gradient(to right, rgba(103, 60, 159, 0) 0%, rgb(103, 60, 159) 50%, rgba(103, 60, 159, 0) 100%);
  margin: 0 0 25px;
  position: relative;
}
.testimonials .item__content:before {
  height: 2px;
  left: 0;
  content: "";
  background: url("img/light.png") no-repeat top left;
  top: 0;
  right: 0;
  position: absolute;
}
.testimonials .item__content:after {
  height: 2px;
  left: 80px;
  content: "";
  background: url("img/light.png") no-repeat top left;
  bottom: 0;
  right: 0;
  position: absolute;
}
.testimonials .item__content p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
.testimonials figure {
  background: url("img/circle2.png") no-repeat;
  height: 423px;
  width: 423px;
  display: flex;
  padding: 20px;
  margin: 0 60px 0 0;
  flex-shrink: 0;
}
.testimonials figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .testimonials {
    padding: 148px 0 62px;
    background: linear-gradient(to bottom, rgb(148, 117, 187) 0%, rgb(101, 57, 158) 100%);
    margin: -65px 0 0;
  }
  .testimonials .swiper-slide {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
  }
  .testimonials .swiper-prev,
  .testimonials .swiper-next {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 135px;
    transform: none;
    background: url("img/circle.png") no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 20;
    padding: 4px 0 0 4px;
    margin: 0 0 0 -190px;
  }
  .testimonials .swiper-prev:hover,
  .testimonials .swiper-next:hover {
    opacity: 0.7;
  }
  .testimonials .swiper-prev svg,
  .testimonials .swiper-next svg {
    width: 30px;
    height: 30px;
    display: block;
  }
  .testimonials .swiper-next {
    left: auto;
    right: 50%;
    margin: 0 -190px 0 0;
  }
  .testimonials .item {
    width: 100%;
    text-align: center;
  }
  .testimonials .item__content {
    padding: 40px 0;
    background: linear-gradient(to right, rgba(103, 60, 159, 0) 0%, rgb(103, 60, 159) 50%, rgba(103, 60, 159, 0) 100%);
    margin: 0 0 25px;
    position: relative;
    text-align: center;
  }
  .testimonials .item__content:before {
    height: 2px;
    left: 0;
    content: "";
    background: url("img/light.png") no-repeat top left;
    top: 0;
    right: 0;
    position: absolute;
  }
  .testimonials .item__content:after {
    height: 2px;
    left: 80px;
    content: "";
    background: url("img/light.png") no-repeat top left;
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .testimonials .item__content p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
  }
  .testimonials figure {
    background: url("img/circle2.png") no-repeat;
    background-size: contain;
    height: 340px;
    width: 340px;
    display: flex;
    padding: 20px;
    margin: 0 auto 40px;
    flex-shrink: 0;
  }
  .testimonials figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 50%;
  }
  .testimonials .swiper {
    position: relative;
  }
}

.content {
  position: relative;
  z-index: 5;
}
.content--page {
  padding-top: 70px;
  margin-top: 0;
  padding-bottom: 140px;
  position: relative;
}
.content table td {
  vertical-align: top;
}
.content h1 {
  margin: 0 0 50px;
  font-size: 70px;
  color: #673B9F;
  font-family: "Great Vibes", sans-serif;
  font-weight: 400;
  position: relative;
}
.content h2 {
  margin: 0 0 20px;
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  position: relative;
}
.content h3 {
  margin: 0 0 10px;
  font-size: 25px;
  color: #000000;
  font-weight: 700;
}
.content h4 {
  margin: 0 0 10px;
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}
.content h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  font-family: "Great Vibes", sans-serif;
  margin: 0 0 24px;
}
.content h6 {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  margin: 70px 0 0;
}
.content blockquote {
  font-size: 18px;
  color: #212220;
  margin: 0 0 38px;
  padding: 0 0 0 18px;
  border-left: 2px solid #673B9F;
}
.content p {
  font-size: 16px;
  color: #000000;
  margin: 0 0 20px;
  line-height: 24px;
  font-weight: 400;
}
.content li {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-weight: 400;
}
.content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content hr {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .content--page {
    padding-top: 0;
    padding-bottom: 70px;
    margin-top: 0;
    position: relative;
  }
  .content blockquote,
  .content li,
  .content p {
    font-size: 15px;
  }
  .content h1 {
    margin: 0 0 40px;
    font-size: 46px;
  }
  .content h2 {
    margin: 0 0 30px;
    font-size: 32px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content h4 {
    font-size: 15px;
  }
}

.ultp-block-e03ed7 .ultp-block-item .ultp-block-image img, .ultp-block-e03ed7 .ultp-block-item .ultp-block-empty-image {
  height: 250px !important;
}

.wp-block-columns figure {
  margin-bottom: 0;
}

.wp-block-columns.gray {
  position: relative;
  padding: 60px 0;
}
.wp-block-columns.gray:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  content: "";
  width: 100vw;
  background: #f9f9f9;
}
.wp-block-columns.gray .wp-block-column {
  position: relative;
  z-index: 2;
}

.footer {
  position: relative;
  z-index: 5;
  padding: 50px 0 0;
  background: rgba(109, 133, 179, 0.25);
}
.footer .col-lg-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .col-lg-12 div {
  display: flex;
}
.footer .logos {
  display: flex;
  align-items: center;
}
.footer .logos img {
  margin-left: 32px;
  mix-blend-mode: darken;
}
.footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #2B2A29;
  margin: 0 120px 0 0;
}
.footer p:last-child {
  margin: 0;
}
.footer p a {
  color: #2B2A29;
}
@media (max-width: 991px) {
  .footer {
    padding: 40px 0 0;
    background: rgba(109, 133, 179, 0.25);
  }
  .footer .col-lg-12 {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .footer .col-lg-12 div {
    display: flex;
    justify-content: space-between;
  }
  .footer .logos {
    display: flex;
    justify-content: center !important;
    align-items: center;
    margin-top: 40px;
  }
  .footer .logos img {
    margin: 0 10px;
    max-width: 160px;
    max-height: 100px;
    mix-blend-mode: darken;
  }
  .footer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #2B2A29;
    margin: 0 20px 0 0;
  }
  .footer p:last-child {
    margin: 0;
  }
  .footer p a {
    color: #2B2A29;
  }
}

.credits {
  position: relative;
  z-index: 3;
  margin-top: 50px;
}
.credits .col-lg-12 {
  display: flex;
  color: #2B2A29;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #2B2A29;
}
.credits .col-lg-12 a {
  color: #2B2A29;
}
.credits span {
  margin: 0 40px 0 0;
}
.credits ul {
  margin: 0 20px;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.credits ul li:before {
  content: "";
  margin: 0 5px;
}
.credits ul li:first-child:before {
  display: none;
}
@media (max-width: 991px) {
  .credits {
    padding: 10px 0 0;
    margin-top: 20px;
  }
  .credits::before {
    display: none;
  }
  .credits ul {
    display: none;
  }
  .credits .col-lg-12 {
    font-size: 10px;
    display: block;
    padding: 20px;
  }
  .credits .col-lg-12 span {
    text-align: center;
    display: block;
    line-height: 1.4;
    margin: 0;
  }
}

.breadcrumbs-wrap {
  z-index: 4;
  position: static;
  padding-top: 0;
  margin: -30px 0 40px;
  text-align: left;
}
@media (max-width: 991px) {
  .breadcrumbs-wrap {
    padding-top: vw(0);
  }
  .breadcrumbs-wrap .col-lg-12 {
    padding: 0;
  }
}

.breadcrumbs {
  padding: 0;
  font-size: 14px;
  color: #acacac;
}
@media (max-width: 991px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs a {
  color: #acacac;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.wpcf7-list-item {
  display: block !important;
  font-weight: 400;
  margin: 0 !important;
}

.wpcf7-list-item.last {
  margin-bottom: 20px !important;
}

.content small {
  font-size: 11px;
  line-height: 12px;
  display: block;
  margin: -10px 0 30px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.size-thumbnail {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}

.gallery-columns-4 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  text-align: center;
  width: calc(25% - 15px) !important;
}
@media (max-width: 991px) {
  .gallery-columns-4 .gallery-item {
    width: calc(50% - 15px) !important;
  }
}

.gallery-columns-4 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-6 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  text-align: center;
  width: calc(16.6% - 15px) !important;
}
@media (max-width: 991px) {
  .gallery-columns-6 .gallery-item {
    width: calc(33.3% - 15px) !important;
  }
}

.gallery-columns-6 {
  display: flex;
  flex-wrap: wrap;
}

.wp-caption-text {
  font-size: 14px;
  padding: 5px 0;
}
@media (max-width: 991px) {
  .wp-caption-text {
    font-size: vw(14);
  }
}

.wp-caption a img {
  transition-duration: 0.3s;
}
.wp-caption a:hover img {
  opacity: 0.6;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 2px solid red !important;
}

div.wpcf7-validation-errors {
  background: red;
  border: 2px solid red !important;
  color: #fff;
}

.wpcf7-response-output {
  position: relative;
  z-index: 999;
}

.gb-notice-dismiss {
  display: none;
}

#gwolle_gb .gwolle-gb-float div.label {
  width: 25% !important;
}

#gwolle_gb_write_button .btn, #gwolle-gb-write-button .btn {
  outline: none;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #055f27;
  text-decoration: none;
  border: 0;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 0;
  text-align: center;
  transition-duration: 0.3s;
  background: none;
  border: 1px solid #055f27;
  border-radius: 4px;
}
#gwolle_gb_write_button .btn:hover, #gwolle-gb-write-button .btn:hover {
  color: #fff;
  text-decoration: none;
  background: #055f27;
}
#gwolle_gb_write_button .btn:focus, #gwolle-gb-write-button .btn:focus {
  color: #fff;
}
@media (max-width: 991px) {
  #gwolle_gb_write_button .btn, #gwolle-gb-write-button .btn {
    height: vw(67);
    font-size: vw(19);
    line-height: vw(67);
    padding: 0 vw(20);
    border-radius: vw(10);
    min-width: vw(180);
  }
}

#gwolle_gb_captcha_verify {
  display: none !important;
}

#gwolle_gb_write_button {
  margin: 0 0 30px !important;
}

#gwolle_gb_new_entry {
  margin-bottom: 40px;
}
#gwolle_gb_new_entry h3 {
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 20px;
}
#gwolle_gb_new_entry .text-info {
  color: #000 !important;
}
#gwolle_gb_new_entry .btn {
  outline: none;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #055f27;
  text-decoration: none;
  border: 0;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 0;
  text-align: center;
  transition-duration: 0.3s;
  background: none;
  border: 1px solid #055f27;
  border-radius: 4px;
}
#gwolle_gb_new_entry .btn:hover {
  color: #fff;
  text-decoration: none;
  background: #055f27;
}
#gwolle_gb_new_entry .btn:focus {
  color: #fff;
}
@media (max-width: 991px) {
  #gwolle_gb_new_entry .btn {
    height: vw(67);
    font-size: vw(19);
    line-height: vw(67);
    padding: 0 vw(20);
    border-radius: vw(10);
    min-width: vw(180);
  }
}

.gwolle_gb_notice {
  font-size: 14px;
}

.gwolle_gb_invisible {
  display: none;
}

#gwolle_gb .gb-entry .gb-author-info .gb-author-name,
#gwolle_gb .gb-entry .gb-entry-content {
  padding-left: 0 !important;
}

div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width:80%;
  --mm-ocd-min-width:200px;
  --mm-ocd-max-width:440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 20%;
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height:50px;
  --mm-spn-item-indent:20px;
  --mm-spn-line-height:24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

@media (max-width: 991px) {
  .invert .wp-block-column:first-child {
    order: 2;
  }
  .invert .wp-block-column:last-child {
    order: 1;
  }
}/*# sourceMappingURL=style.css.map */