@media screen and (max-width: 768px) {
  .hide-bg-image:before {
    background-image: none !important;
  }
}
.image-border img {
  border: 1px solid #9E8433;
  padding: 50px;
}

.ast-search-menu-icon .ast-search-icon .ast-icon.icon-search {
  width: 28px;
  height: 28px;
  background: url(../img/icon-search-dark.svg) no-repeat center;
}
.ast-search-menu-icon .ast-search-icon .ast-icon.icon-search svg {
  display: none;
}

.home .ast-search-menu-icon .ast-search-icon .ast-icon.icon-search {
  background: url(../img/icon-search.svg) no-repeat center;
}

#mega-menu-secondary_menu > li > a {
  height: 34px !important;
  width: 27px !important;
  background: url(../img/icon-menu-dark.svg) no-repeat center !important;
}
#mega-menu-secondary_menu > li > a:before {
  display: none;
  content: "";
}

.home #mega-menu-secondary_menu > li > a {
  background: url(../img/icon-menu.svg) no-repeat center !important;
}

.mm-wrapper {
  display: flex;
  justify-content: space-between;
}
.mm-wrapper .mm-logo {
  background: url(../img/logo-white.png) no-repeat center;
  height: 112px;
  width: 112px;
  margin: 53px 0 0 28px;
}
.mm-wrapper .close-mega-menu {
  margin: 94px 42px 0 0;
  height: 29px;
  width: 29px;
  background: url(../img/icon-close.png) no-repeat center;
  cursor: pointer;
}
.mm-wrapper + ul.mega-sub-menu {
  padding: 2% 10% !important;
}

body.error404, body.error404 .ast-primary-header-bar {
  background: #F6F3EF;
}

.ast-builder-menu-1 .menu-item > .menu-link, svg .icon-menu {
  color: #1F363D;
  fill: #1F363D;
}

body.error404 .ast-search-menu-icon .ast-search-icon .ast-icon.icon-search {
  width: 28px;
  height: 28px;
  background: url(../img/icon-search-dark.svg) no-repeat center;
}
body.error404 .ast-search-menu-icon .ast-search-icon .ast-icon.icon-search svg {
  display: none;
}
body.error404 #mega-menu-secondary_menu > li > a {
  background: url(../img/icon-menu-dark.svg) no-repeat center !important;
  height: 34px !important;
  width: 27px !important;
}
body.error404 #mega-menu-secondary_menu > li > a:before {
  display: none;
  content: "";
}

.gform_wrapper form .gform-body .gform_fields .gfield {
  position: relative;
}
.gform_wrapper form .gform-body .gform_fields .gfield label {
  position: absolute;
  color: RGBA(31, 54, 61, 0.8);
  font-weight: 400;
  font-size: 17px;
  margin: 0;
  left: 25px;
  top: 18px;
  padding: 0 5px;
  transition: top 0.3s ease-in-out, font-size 0.3s ease-in-out;
  white-space: nowrap;
}
.gform_wrapper form .gform-body .gform_fields .gfield.filled label {
  top: -9px;
  background: #fff;
  font-size: 12px;
}
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input, .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  min-height: 68px !important;
  background-color: #fff;
  border: 1px solid #8A8A8A;
  padding-left: 30px;
}
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:focus, .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:focus {
  border: 1px solid #9D2235;
}
.gform_wrapper form .gform-body .gform_fields .gfield:focus-within label {
  top: -9px;
  background: #fff;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile.cx-media-text-block {
    grid-template-columns: 100% !important;
  }
}
.wp-block-media-text.is-stacked-on-mobile.cx-media-text-block figure {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile.cx-media-text-block figure {
    grid-column: 1;
    grid-row: 1;
  }
}
.wp-block-media-text.is-stacked-on-mobile.cx-media-text-block figure img {
  height: 100%;
  object-fit: cover;
}
.wp-block-media-text.is-stacked-on-mobile.cx-media-text-block > div {
  padding: 30px !important;
}
@media screen and (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile.cx-media-text-block > div {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-media-text.is-stacked-on-mobile.cx-media-text-block > div p {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .wp-block-media-text.is-stacked-on-mobile.cx-media-text-block > div p {
    font-size: 16px;
  }
}

.tw_uebersicht_wrapper .tw-item {
  display: flex;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .tw_uebersicht_wrapper .tw-item {
    flex-direction: column;
  }
}
.tw_uebersicht_wrapper .tw-item .left, .tw_uebersicht_wrapper .tw-item .right {
  width: 50%;
  max-width: 825px;
}
@media screen and (max-width: 768px) {
  .tw_uebersicht_wrapper .tw-item .left, .tw_uebersicht_wrapper .tw-item .right {
    width: 100%;
  }
}
.tw_uebersicht_wrapper .tw-item .left {
  text-align: right;
}
.tw_uebersicht_wrapper .tw-item .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.tw_uebersicht_wrapper .tw-item .right .subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #9d2235;
}
@media screen and (max-width: 1100px) {
  .tw_uebersicht_wrapper .tw-item .right .subtitle {
    font-size: 0.75rem;
  }
}
.tw_uebersicht_wrapper .tw-item .right .title {
  font-size: 4.5rem;
  font-weight: 400;
  font-family: Good Karma Smooth, Helvetica, Arial, sans-serif;
  line-height: 0.9em;
}
@media screen and (max-width: 1100px) {
  .tw_uebersicht_wrapper .tw-item .right .title {
    font-size: 66px;
  }
}
@media screen and (max-width: 544px) {
  .tw_uebersicht_wrapper .tw-item .right .title {
    font-size: 46px;
  }
}
.tw_uebersicht_wrapper .tw-item .right .excerpt {
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .tw_uebersicht_wrapper .tw-item .right .excerpt {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .tw_uebersicht_wrapper .tw-item .right .link {
    text-align: center;
  }
}
.tw_uebersicht_wrapper .tw-item .right .link a {
  border: 1px solid #9d2235;
  color: #9d2235;
  padding: 20px;
  font-size: 14px;
  background: none;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .tw_uebersicht_wrapper .tw-item .right .link a {
    font-size: 0.65rem;
  }
}
.tw_uebersicht_wrapper .tw-item .right .link a:hover {
  background: #9d2235;
  color: #fff;
}

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