/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

h1 {
  font-weight: 800;
}

h2,
h3,
h4,
h5 {
  font-weight: 600;
}

a {
  text-decoration: none;
}

html,
body {
  overflow-x: hidden;
}

form#gform_3 {
  font-size: 16px;
}

.dynamic__menu.current-menu-item p {
  border-bottom: 1px solid;
  padding-bottom: 7px;
}

/* FOOTER */
.footer_links a {
  color: #2a402f;
  position: relative;
}

#gform_2 .gform-footer.gform_footer.top_label {
  margin-top: 0;
}

/* .footer_links a:hover{
    color:#fff;
} */
.otgs-development-site-front-end {
  display: none;
}

.agrar-reset-password {
  max-width: 420px;

  padding: 1.25rem;
  border: 1px solid;
  border-radius: 8px;
  background: transparent;
}

.agrar-reset-password p {
  margin-bottom: 1rem;
}

.agrar-reset-password label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.agrar-reset-password input {
  width: 100%;
  padding: 0.5rem 0.6rem;
  border: 1px solid;
  border-radius: 4px;
  font-size: 1rem;
  background: #f0f0f0;
}

.agrar-reset-password .agrar-reset-message {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.agrar-reset-password button {
  width: 100%;
}

.event-notification {
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
}

.event-notification.success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.event-notification.error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.gfield--type-section {
  padding-top: 40px !important;
}

.gfield--type-section h3.gsection_title {
  margin-bottom: 0;
}

.gsection_description {
  font-size: 16px;
}

form#gform_6 .gfield--type-choice.gfield--input-type-radio {
  margin-bottom: 30px;
}

.threeimagesform {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

span.threeimagesform-label {
  font-size: 16px;
  line-height: 1;
  width: 100%;
  display: block;
}

legend.gfield_label.gform-field-label.gfield_label_before_complex {
  font-size: 18px;
}

.gfield_description {
  font-size: 18px !important;
}

.threeimagesform img {
  aspect-ratio: 3/2;
  object-fit: contain;
}

.gfield_description {
  font-size: 16px !important;
  font-style: italic !important;
}

span.threeimagesform-label-below {
  font-size: 16px;
  font-style: italic;
  line-height: 1;
}

/* Registration Status Display */
.registration-status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background-color: #d2e18f;
  border: 1px solid #d2e18f;
  border-radius: 4px;
  color: #000000;
  font-weight: 500;
}
.page-id-2628 .go__full,
.page-id-2649 .go__full,
.page-id-2656 .go__full,
.page-id-2654 .go__full,
.page-id-2658 .go__full {
  background-color: #fff;
}
.food__waste__alle,
.regional__alle,
.umwel__alle,
.saison__alle,
.lmp__alle {
  display: none;
}

body .show__hide__charts {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 202px;
  height: 40px;
  min-width: 140px;
  padding: 0 18px;
  background: #eef1f4;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-top: -20px;
  margin-right: -10px;
  margin-bottom: 10px;
}
.add__relative__eachDIV > div {
  position: relative;
}

.gsurvey-likert-choice.gsurvey-likert-selected {
  position: relative;
}
.agrar__gf-readonly-entry-table p {
  margin-bottom: 0;
}
tr.agrar__gf-section-heading {
  background-color: #959393;
  color: #fff;
}
.gsurvey-likert-choice.gsurvey-likert-selected::after {
  content: "✓";
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
/* the knob */
.show__hide__charts::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.1), 0 2px 6px rgba(17, 24, 39, 0.08);
  transition: left 0.22s ease;
}

/* move knob to the right in Alle view */
.show__hide__charts.active__aUsers::before {
  left: calc(100% - 28px);
}
.show__hide__charts.active__aUsers {
  background: var(--accent);
  color: #fff;
}
.show__hide__charts.active__aUsers span {
  color: #fff;
}
.show__hide__charts span {
  position: relative;
  z-index: 1;

  font-size: 13px;
  font-weight: 400;

  color: #111827;
}

/* hide both labels by default */
.show__hide__charts .toggle__label--single,
.show__hide__charts .toggle__label--alle {
  display: none;
}

/* show only the active label */
.show__hide__charts.active__sUser .toggle__label--single {
  display: inline;
}
.show__hide__charts.active__aUsers .toggle__label--alle {
  display: inline;
}

body .show__hide__charts:hover {
  border-color: rgba(17, 24, 39, 0.18);
}

.show__hide__charts:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.35);
  outline-offset: 2px;
}

.registration-status svg {
  flex-shrink: 0;
  color: #28a745;
}

/* Registration Section */
.veranstaltungen-register-section {
  margin-top: 20px;
}

.veranstaltungen-register-section .button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.veranstaltungen-register-section .button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

form#loginform {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
}

p.login-username,
p.login-password {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

p.login-submit .button {
  background-color: #fff !important;
  color: var(--accent) !important;
  display: inline-block !important;
  text-decoration: none !important;
  width: 260px !important;
  border: 1px solid #fff !important;
  padding: 1rem 2rem !important;
  text-align: center !important;
  text-transform: uppercase;
}

p.login-submit .button:hover {
  background-color: #2a402f !important;
  color: #fff !important;
  border: 1px solid #2a402f !important;
}

p.login-submit {
  text-align: center;
}

.agrar-reset-password button:focus,
.agrar-reset-password input:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.footer_links a:after {
  content: "";
  position: absolute;
  width: calc(100% - 0px);
  transform: scaleX(0);
  height: 1px;
  bottom: 0px;
  left: -10px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #2a402f;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}

.footer_links a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.local__dashboard a:hover {
  color: #fff !important;
}

.logged-in.wp-block-loginout a:before {
  content: " ";
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.712' height='22.821' viewBox='0 0 24.712 22.821'%3E%3Cg id='Group_6875' data-name='Group 6875' transform='translate(0.25 0.25)'%3E%3Cpath id='Path_11904' data-name='Path 11904' d='M16.7,22.321H5.625A5.632,5.632,0,0,1,0,16.7V5.625A5.632,5.632,0,0,1,5.625,0H16.7V1.144H5.625A4.487,4.487,0,0,0,1.144,5.625V16.7a4.487,4.487,0,0,0,4.482,4.482H16.7Z' transform='translate(0 0)' fill='%232a402f' stroke='%232a402f' stroke-width='0.5'/%3E%3Crect id='Rectangle_2328' data-name='Rectangle 2328' width='13.556' height='1.144' transform='translate(9.298 10.588)' fill='%232a402f' stroke='%232a402f' stroke-width='0.5'/%3E%3Cpath id='Path_11905' data-name='Path 11905' d='M20.984,15.023l-.78-.837,4.131-3.839L20.2,6.508l.78-.838,5.029,4.677Z' transform='translate(-1.918 0.814)' fill='%232a402f' stroke='%232a402f' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

.logged-in.wp-block-loginout a:hover:before {
  filter: invert(100%) brightness(150%);
}

.logged-in.wp-block-loginout a {
  display: flex;
  align-items: center;
  align-content: center;
}

.left__side__wrap .gb-shape svg {
  width: 24px;
  height: 24px;
}

/* FOOTER */

/* HEADER */
.nav-float-right .navigation-stick {
  background-color: #fff !important;
}

.nav-float-right .navigation-stick .navigation-branding {
  margin-right: 140px;
}

.main-navigation {
  background-color: transparent !important;
}

.main-navigation ul ul {
  background-color: transparent !important;
  box-shadow: unset;
}

.main-navigation ul .wpml-ls-item ul {
  background-color: #fff !important;
  list-style: none;
}

.main-navigation ul .wpml-ls-item ul {
  padding-left: 35px !important;
  margin-top: 4px !important;
}

.main-navigation ul .wpml-ls-item ul li:before {
  content: unset !important;
}

.main-navigation ul ul li:before {
  content: "";
  position: absolute;
  left: -10px;
  width: 4px;
  height: 4px;
  background-color: #2a402f;
  top: 19px;
  border-radius: 1001px;
}

.navigation-stick.main-navigation ul ul {
  background-color: #fff !important;
  box-shadow: unset;
}

.main-navigation ul ul li a {
  padding-left: 0 !important;
}

.main-navigation ul ul {
  padding-left: 40px;
}

.main-navigation ul ul li a {
  color: #2a402f;
}

.inside-header {
  padding: 20px 40px 20px 40px;
}

.main-navigation .main-nav ul li a {
  padding-left: 31px;
  padding-right: 32px;
  line-height: 60px;
}

.site-header {
  position: relative;
}

div#page {
  position: relative;
  max-width: 100%;
}

body:not(.page-parent.page-id-1963):not(.parent-pageid-1963) #page div#content {
  max-width: 1500px;
  margin: 0 auto;
}
.page-template-page-white .main-navigation .main-nav ul li li a {
  color: #2a402f;
}

.site-header .grid-container {
  max-width: 1640px;
}

.page-template-page-white .main-navigation .main-nav ul ul li a {
  color: #2a402f;
}

.main-navigation .main-nav ul li:hover a {
  color: #2a402f !important;
  text-shadow: 1px 0 0 #2a402f;
  text-decoration: underline;
}

.page-template-page-white span.dropdown-menu-toggle svg path,
.wpml-ls-item span.dropdown-menu-toggle svg path {
  fill: #fff;
}

.page-template-page-white .navigation-stick span.dropdown-menu-toggle svg path,
.wpml-ls-item:hover span.dropdown-menu-toggle svg path {
  fill: #2a402f;
}

.page-template-page-white
  .main-nav
  ul
  li:hover
  span.dropdown-menu-toggle
  svg
  path {
  fill: #2a402f;
}

.main-navigation .main-nav ul li:hover span.dropdown-menu-toggle {
  transform: rotate(180deg);
}

.main-navigation .main-nav ul li:hover span.dropdown-menu-toggle {
  transition: transform 1s;
}

.main-navigation .main-nav ul li:hover li a {
  text-shadow: unset;
}

.main-navigation .main-nav ul li li:hover a {
  text-shadow: 1px 0 0 #2a402f;
}

.page-template-page-white .main-navigation .main-nav ul li:hover li a {
  text-shadow: unset;
}

.page-template-page-white .main-navigation .main-nav ul li li:hover a {
  text-shadow: 1px 0 0 #2a402f;
  color: #2a402f;
}

.page-template-page-white .main-navigation .main-nav ul li li a {
  color: #2a402f;
}

.current-menu-item a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  font-weight: 700;
  color: #2a402f !important;
  text-decoration: underline;
}

.page-template-page-white .current-menu-item a,
.page-template-page-white
  .main-navigation
  .main-nav
  ul
  li[class*="current-menu-"]
  > a {
  font-weight: 700;
  color: #fff !important;
  text-decoration: underline;
}

.page-template-page-white .main-navigation .main-nav ul li:hover li a {
  color: #2a402f !important;
  text-decoration: none;
}

.page-template-page-white .navigation-stick .main-nav ul li a {
  color: #2a402f !important;
}

.page-template-page-white .navigation-stick .current-menu-item a,
.page-template-page-white
  .navigation-stick
  .main-nav
  ul
  li[class*="current-menu-"]
  > a {
  font-weight: 700;
  color: #2a402f !important;
  text-decoration: underline;
}

.page-template-page-white .navigation-stick .main-nav ul li:hover a {
  color: #2a402f !important;
}

/* HEADER */

.page-template-page-white .breadcrumb a,
.page-template-page-white .breadcrumb {
  color: #fff;
}

form#gform_2 {
  display: grid;
  grid-template-columns: 1fr 15%;
}

form#gform_4 {
  display: grid;
  grid-template-columns: 1fr 20%;
  gap: 15px;
}

.custom-form_field-4 input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 1px solid #759c49;
  background-color: #fff;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.custom-form_field-4 input:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E");
  opacity: 0;
  transition: all 0.3s ease;
  background-size: contain;
}

.custom-form_field-4 input:checked:after {
  opacity: 1;
}

li.menu-item.menu-item-portal a,
.button__menu a {
  display: inline-block;
  text-decoration: none;
  background-color: var(--accent);
  color: #fff !important;
  border: 1px solid var(--accent);
  padding: 0.7rem 1rem !important;
  text-align: center;
  text-transform: uppercase;
  line-height: 1 !important;
  text-decoration: none !important;
}
li.menu-item.menu-item-portal a:hover,
.button__menu a:hover {
  background-color: #fff !important;
  color: #759c49 !important;
}

input#gform_submit_button_2,
input#gform_submit_button_4 {
  width: 100%;
  background-color: #759c49;
  border: 3px !important;
  height: 53px;
}

input#gform_submit_button_1 {
  background-color: #759c49;
  border: 3px !important;
  margin-top: 30px;
}

input#input_1_5_1 {
  outline: 0;
}

div#gfield_instruction_3_14 {
  display: none;
}

.gform-theme--framework
  input[type="checkbox"]:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  )::before {
  color: #759c49 !important;
}

input#input_2_1 {
  padding: 17px 20px;
  font-size: 14px !important;
  line-height: 14px !important;
  height: auto;
  border: 0 !important;
  border-radius: 3px !important;
  outline: 0;
  color: #2a402f !important;
}

.home_img {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 100%;
  max-width: 50%;
}

#gform_confirmation_overlay {
  background: transparent !important;
}

#gform-modal-notification {
  background: rgba(42, 64, 47, 0.94) !important;
  /* Adjusted opacity */
  backdrop-filter: blur(15px) !important;
  /* Blur effect */
  border-radius: 0px !important;
  display: block !important;
  margin: auto !important;
  max-width: unset !important;
  padding: 60px 40px 0 !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center !important;
  width: 90% !important;
  z-index: 101 !important;
  height: auto !important;
  transform: translateY(-50%) !important;
  overflow: visible !important;
  opacity: 0.85;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.3) !important;
  /* Shadow effect */
}

img.logo_white_popup {
  margin-bottom: 33px;
}

img.img_popup {
  position: relative;
  top: -100px;
  left: 150px;
}

#gform-modal-notification .button:before {
  content: url("/wp-content/uploads/2025/03/Group-6660.svg") !important;
}

div#gform-modal-notification a {
  background-color: transparent !important;
}

#gform-modal-notification .button {
  right: 50px !important;
  top: 50px !important;
}

p.big_text_popup {
  color: #fff;
  font-size: 60px;
  line-height: 1.2em;
  margin-bottom: 55px;
  font-weight: 700;
}

p.small_text_popup {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2em;
}

.gform-theme--foundation .gform_fields {
  row-gap: 15px !important;
}

.error404 .inside-article {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wp-container-6228c31dd73fe.wp-block-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.featured-image.page-header-image-single {
  display: none;
}

.single-bauernhofe_article,
.single-veranstaltungen_article,
.single_article {
  padding-top: 120px;
  padding-bottom: 260px;
  max-width: 1130px;
  margin: 0 auto;
}

footer.entry-meta {
  display: none;
}

.blog_link {
  color: #fff !important;
}

/* Overlay background */
.popup-overlay {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  top: 10%;
  left: 10%;
  border-radius: 3px;
}

/* Show popup when visible */
.popup-overlay.visible {
  display: flex;
}

/* Popup Content */
.popup-content {
  /* background: rgba(42, 64, 47, 0.94);
    backdrop-filter: blur(15px); */
  width: 90%;
  max-width: 800px;
  padding: 60px 40px 0;
  border-radius: 10px;
  text-align: center;
  /* position: relative; */
  /* box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.3); */
}

/* Close Button */
.close-button {
  position: absolute;
  top: 50px;
  right: 49px;
  background: none;
  border: none !important;
  cursor: pointer;
}

.close-button:hover {
  background: none !important;
}

/* Image styles */
img.logo_white_popup {
  margin-bottom: 33px;
}

img.img_popup {
  position: relative;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  height: auto;
}

/* Text styles */
p.big_text_popup {
  color: #fff;
  font-size: 60px;
  line-height: 1.2em;
  margin-bottom: 55px;
  font-weight: 700;
}

p.small_text_popup {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2em;
}

.language-switcher {
  position: absolute;
  top: 0;
  right: 40px;
  cursor: pointer;
  display: none !important;
}

.dropdown-toggle {
  background-color: #759c49;
  color: #fff;
  height: 60px;
  display: flex;
  width: 60px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  position: relative;
  z-index: 9;
}

.wpml-ls-menu-item.wpml-ls-current-language {
  position: absolute !important;
  background-color: #759c49;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 40px;
  top: 0;
  right: 40px;
  display: flex;
}

.wpml-ls-menu-item .sub-menu {
  background-color: #759c49;
  width: 76px;
  top: 36px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.menu-item-has-children .dropdown-menu-toggle {
  display: flex;
  height: 100%;
  clear: both;
  padding-right: 15px;
  padding-left: 10px;
  position: relative;
  top: -2px;
}

.wpml-ls-menu-item.wpml-ls-current-language a {
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #fff !important;
}

.inside-navigation {
  position: unset;
}

ul.dropdown-menu {
  list-style: none;
  background-color: #fff;
  width: 60px;
  margin: -5px 0 0 0;
  padding-top: 10px;
  z-index: 1;
  position: relative;

  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}

ul.dropdown-menu {
  display: none;
}

.language-switcher:hover ul.dropdown-menu {
  display: flex;
}

.bauernhofe_grid {
  gap: 90px;
}

.wp-block-query-pagination-numbers {
  font-size: 16px;
  gap: 40px;
  display: flex;
}

span.page-numbers.current {
  background-color: #759c49;
  width: 30px;
  height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

a.page-numbers {
  width: 30px;
  height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #2a402f;
}

.wp-block-query-pagination-next-arrow.is-arrow-arrow {
  font-size: 0;
  position: relative;
  margin-left: 40px !important;
}

.wp-block-query-pagination-next-arrow.is-arrow-arrow::after {
  content: "";
  display: inline-block;
  width: 11.669px;
  height: 11.828px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11.669' height='11.828' viewBox='0 0 11.669 11.828'><g id='Group_6610' data-name='Group 6610' transform='translate(11.031 0.345) rotate(90)' style='isolation:isolate'><g id='Group_92' data-name='Group 92' transform='translate(0.418 5.308) rotate(-45)'><line id='Line_25' data-name='Line 25' y1='7.386' x2='7.507' transform='translate(0 0)' fill='none' stroke='%232a402f' stroke-width='1'/></g><path id='Path_66' data-name='Path 66' d='M0,5.5,5.783,0l5.352,5.209' transform='translate(0 0.056)' fill='none' stroke='%232a402f' stroke-width='1'/></g></svg>")
    no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wp-block-query-pagination-previous-arrow.is-arrow-arrow {
  font-size: 0;
  position: relative;
  margin-right: 40px !important;
}

.wp-block-query-pagination-previous-arrow.is-arrow-arrow::after {
  content: "";
  display: inline-block;
  width: 11.669px;
  height: 11.828px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11.669' height='11.828' viewBox='0 0 11.669 11.828'><g id='Group_742' data-name='Group 742' transform='translate(21.25 -9.126) rotate(90)' style='isolation:isolate'><g id='Group_92' data-name='Group 92' transform='translate(15.112 10.081) rotate(45)'><line id='Line_25' data-name='Line 25' x2='7.507' y2='7.386' transform='translate(0 0)' fill='none' stroke='%232a402f' stroke-width='1'/></g><path id='Path_66' data-name='Path 66' d='M9.471,15.054l5.783,5.5,5.352-5.209' fill='none' stroke='%232a402f' stroke-width='1'/></g></svg>")
    no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-filter-input-text.search-filter-input-text.search-filter-field__input {
  background-color: transparent;
  border-color: #2a402f;
  color: #2a402f !important;
  padding: 5px 6px 5px 15px;
  border-radius: 3px;
  width: 100%;
}

.search-filter-component-combobox-base.search-filter-component-combobox.search-filter-field__input.search-filter-component-combobox--mode-single.search-filter-component-combobox--search-disabled {
  background-color: transparent;
  border-color: #2a402f;
  color: #2a402f !important;
  padding: 5px 20px;
  border-radius: 3px;
  width: 100%;
}

.search-filter-input-text.search-filter-input-text.search-filter-field__input
  svg {
  fill: #2a402f;
}

input#search-filter-input-text-0 {
  padding: 0;
}

input#search-filter-input-text-0::placeholder,
input#search-filter-input-combobox-0::placeholder {
  opacity: 1;
  color: #2a402f !important;
}

.search-filter-component-combobox-base.search-filter-component-combobox.search-filter-field__input.search-filter-component-combobox--mode-single.search-filter-component-combobox--search-enabled {
  background-color: transparent;
  border-color: #2a402f;
  color: #2a402f !important;
  padding: 5px 6px 5px 15px;
  border-radius: 3px;
  width: 100%;
}

.search-filter-component-combobox:not(
    .search-filter-component-combobox--focused
  ).search-filter-component-combobox--mode-single
  .search-filter-component-combobox__selection
  span {
  color: #47594e !important;
}

.search-filter-component-combobox-base.search-filter-component-combobox.search-filter-field__input.search-filter-component-combobox--mode-single.search-filter-component-combobox--search-enabled
  svg {
  fill: #2a402f;
}

.search-filter-component-combobox-base__listbox-option--selected,
.search-filter-component-combobox-base__listbox-option--active:hover,
.search-filter-component-combobox-base__listbox-option--active.search-filter-component-combobox-base__listbox-option--selected {
  background-color: #2a402f !important;
}

.down_bttn {
  color: #2a402f !important;
}

.down_bttn img {
  margin-bottom: 20px;
  transition: transform 0.6s ease;
}

.down_bttn:hover img {
  transform: translateY(20px);
}

.single-bauernhofe {
  background-color: rgba(214, 223, 235, 50%);
}

.single-veranstaltungen {
  background-color: rgba(213, 127, 127, 30%);
}

.single-bauernhofe .site-header,
.single-veranstaltungen .site-header {
  background-color: #fff;
}

.page-template-page-white
  .search-filter-component-combobox:not(
    .search-filter-component-combobox--focused
  ).search-filter-component-combobox--mode-single
  .search-filter-component-combobox__selection
  span,
.page-template-page-white
  .search-filter-component-combobox
  .search-filter-component-combobox__actions
  .search-filter-component-combobox__actions-input::placeholder {
  color: #fff !important;
}

.single-bauernhofe .container {
  background-color: transparent;
}

.single h1.entry-title {
  text-align: center;
  margin-bottom: 40px;
}

.kanton_single {
  text-align: center;
  margin-bottom: 79px;
  color: #759c49;
}

.fetured_img__single_bauernhofe img {
  width: 100%;
  margin-bottom: 85px;
}

.single .entry-content:not(:first-child) {
  margin-top: 0;
}

.single_bauerhofe_sub-title h2 {
  text-align: center;
  padding: 0 40px;
  margin-bottom: 130px;
}

.single_content_ft {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 100px;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid #707070;
}

.acf-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.single_content_ft_label {
  font-size: 20px;
  font-weight: 700;
}

.single_content_ft-gallery .single_content_ft_label {
  margin-bottom: 35px;
}

.single_content_ft-gallery {
  margin-bottom: 90px;
}

.acf-gallery img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 400px;
}

.filter_veranstaltung_select {
  width: 50%;
}

.acf-links .single_content_ft_label {
  margin-bottom: 35px;
}

.acf-links {
  max-width: 525px;
}

.acf_link a {
  color: #2a402f;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.single_content_ft_text a {
  color: #2a402f;
  text-decoration: underline;
}

.breadcrumb a,
.breadcrumb {
  text-transform: uppercase;
  color: #2a402f;
}

.acf_link {
  border-top: 1px solid #2a402f;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rezept_link {
  color: #fff !important;
}

.rezept_link:hover {
  color: #2a402f !important;
}

.page-template-page-white
  .search-filter-input-text.search-filter-input-text.search-filter-field__input {
  border-color: #fff;
  color: #fff !important;
  margin-bottom: 40px;
}

.page-template-page-white .search-filter-field__input svg {
  fill: #fff !important;
}

.page-template-page-white input#search-filter-input-text-0 {
  color: #fff !important;
}

.page-template-page-white
  .search-filter-component-combobox__actions-input::placeholder,
.page-template-page-white input#search-filter-input-combobox-0::placeholder,
.page-template-page-white input#search-filter-input-text-0::placeholder,
.page-template-page-white
  .search-filter-component-combobox__actions-input::placeholder {
  opacity: 1;
  color: #fff !important;
}

.page-template-page-white
  .search-filter-component-combobox-base.search-filter-component-combobox.search-filter-field__input.search-filter-component-combobox--mode-single.search-filter-component-combobox--search-disabled {
  border-color: #fff;
  color: #fff !important;
}

.page-template-page-white
  .search-filter-component-combobox-base.search-filter-component-combobox.search-filter-field__input.search-filter-component-combobox--mode-single.search-filter-component-combobox--search-enabled {
  border-color: #fff;
}

.page-template-page-white
  .search-filter-component-combobox__listbox-toggle
  svg {
  fill: #fff;
}

.page-template-page-white .search-filter-field * {
  color: #fff !important;
}

.page-template-page-white
  .search-filter-icon--destructive
  .search-filter-icon__svg {
  fill: #fff;
}

.page-template-page-white
  .search-filter-component-combobox__listbox-toggle::before {
  border-left: 1px solid #fff;
}

.single-rezepte_article {
  padding-top: 120px;
  padding-bottom: 260px;
  max-width: 1130px;
  margin: 0 auto;
}

.single-rezepte {
  background-color: rgba(210, 179, 106, 30%);
}

.single #content,
.single .container {
  background-color: transparent;
}

span.befor_title_single {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #759c49;
  font-weight: 500;
}

.single_rezepte_sub-title {
  text-align: center;
}

.single_rezepte_sub-title h2 {
  text-align: center;
  margin-bottom: 100px;
}

.single_rezepte_zutaten,
.single_rezepte_zubereitung {
  text-align: center;
  padding: 0 140px;
}

.single_rezepte_zutaten {
  margin-bottom: 80px;
}

.single_rezepte_zutaten h2,
.single_rezepte_zubereitung h2 {
  margin-bottom: 40px;
  font-weight: 900;
}

.single_rezepte_zutaten p,
.single_rezepte_zubereitung p {
  font-size: 20px;
  line-height: 26px;
}

p.gb-text.floating_text {
  position: fixed;
  right: 10%;
  bottom: 10%;
  background-color: #759c49;
  width: 175px;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 400px;
  transform: rotate(15deg);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  transition: transform 1s;
  z-index: 999;
}

ul.slider-repeater-2.slick-initialized.slick-slider {
  margin-left: 0;
}

p.gb-text.floating_text:hover {
  background-color: #d2b36a;
  transform: rotate(-20deg);
}

body .event_link {
  color: #fff;
}

.event_overview {
  display: inline-grid;
}

.posted_date {
  display: flex;
  justify-content: center;
  margin-bottom: 96px;
  color: #759c49;
}

.single-veranstaltungen_article span.befor_title_single {
  color: #3f3836;
}

.single-veranstaltungen_article > * {
  color: #3f3836;
}

#validation_message_2_1 {
  position: absolute;
}

.custom-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.454);
  color: #000;
  z-index: 9999999;
  padding-bottom: 10vh;
}

.custom-popup_inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  position: relative;
  top: 10vh;
  max-height: 80vh;
  overflow-y: scroll;
}

.submit_button {
  background-color: var(--contrast);
  color: #fff !important;
  padding: 15px 20px !important;
  line-height: 1 !important;
  border: none !important;
}

.submit_button:hover {
  background-color: var(--contrast);
}

.submit_button2 {
  background-color: #fff !important;
  color: var(--contrast) !important;
  padding: 15px 20px !important;
  line-height: 1 !important;
  border: 1px solid var(--contrast) !important;
}

.custom-form_field-5 ul {
  margin-left: 1em;
}

.custom-form_field-5 ul li::marker {
  color: var(--contrast);
}

.custom-form_field-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-form_field-3 {
  max-height: 300px;
  overflow-y: scroll;
  padding: 20px;
  border: 1px solid #00000024;
  font-size: 16px;
}

.submit_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-popup_inner h2 {
  font-size: 35px;
  color: var(--contrast);
}

.event-date {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 115px;
  border-radius: 15px;
}

.event-date .day {
  font-size: 62px;
  line-height: 70px;
  font-weight: 600;
}

.event-date .month {
  font-size: 24px;
  line-height: 28px;
}

.single-veranstaltungen_meta {
  padding: 30px 0 15px;
}

.acf-map {
  width: 100%;
  height: 297px;
  border: #ccc solid 1px;
}

.acf-map img {
  max-width: inherit !important;
}

.single-veranstaltungen_content_2fr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.single-veranstaltungen_right_2fr {
  padding-left: 175px;
}

.map_title {
  background-color: #fff;
  padding: 35px;
}

.faq-accordion .gb-accordion__item-open span.gb-text {
  font-weight: 700;
}

.map_title p {
  margin-bottom: 0;
}

.single-veranstaltungen_inhalte {
  margin-top: 50px;
}

.single-veranstaltungen_right_2fr h4 {
  text-transform: uppercase;
}

.faq-accordion span.gb-text {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.faq-accordion .gb-accordion__toggle-icon svg {
  width: 57px;
  height: 57px;
}

.faq-accordion .gb-accordion__item {
  padding: 35px 0;
}

.team_member:last-child {
  border-bottom: 0 !important;
}

.single-veranstaltungen_inhalte p,
.single-veranstaltungen_ziele_der_schulung p {
  font-size: 20px;
  line-height: 24px;
}

.single-veranstaltungen_right_2fr h4 {
  font-weight: 700;
}

.single-veranstaltungen h1.entry-title,
.single-post h1.entry-title {
  margin-bottom: 100px;
}

.single-post .site-header {
  background-color: #fff;
}

.blog-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.post-content {
  padding: 50px 60px;
}

.post-item {
  border: 1px solid #759c49;
}

.title-veranstaltungen-link {
  color: #2a402f !important;
}

.post-meta p {
  font-size: 20px !important;
}

.post-meta {
  /* display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 17px; */
  text-align: center;
}

.blog-items .post-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 17px;
  text-align: left;
}

.blog-items p.post-date {
  color: #759c49;
}

.blog-items .post-meta p {
  font-size: 16px !important;
}

.post-date {
  margin-bottom: 0;
}

.post-title {
  margin-bottom: 65px;
}

.post-excerpt {
  margin-bottom: 70px;
}

.post-link_title {
  color: #2a402f !important;
}

a.post-link,
.gb-button,
.gform_next_button,
.gform_button[data-submission-type="submit"] {
  background-color: var(--accent) !important;
  color: var(--base-3) !important;
  display: inline-block !important;
  text-decoration: none !important;
  width: 260px !important;
  border: 1px solid var(--accent) !important;
  padding: 1rem 2rem !important;
  text-align: center !important;
  text-transform: uppercase;
}

a.post-link:hover,
.gb-button:hover,
.gform_next_button:hover,
.gform_button[data-submission-type="submit"]:hover {
  background-color: #fff !important;
  color: #759c49 !important;
}

.gform_previous_button {
  background-color: #fff !important;
  color: #759c49 !important;

  display: inline-block !important;
  text-decoration: none !important;
  width: 260px !important;
  border: 1px solid var(--accent) !important;
  padding: 1rem 2rem !important;
  text-align: center !important;
  text-transform: uppercase;
}

.gform_previous_button:hover {
  background-color: var(--accent) !important;
  color: var(--base-3) !important;
}

span.post-readtime {
  color: #759c49;
}

.post-thumbnail img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.single-post {
  background-color: rgba(117, 156, 73, 30%);
}

.list_with_arrow {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.list_with_arrow li {
  position: relative;
  padding-left: 1.5em;
  font-size: 20px;
  line-height: 24px;
}

.list_with_arrow li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: inherit;
}

.floating_icon {
  position: relative;
}

.floating_icon::after {
  content: "";
  position: absolute;
  right: -118px;
  top: 0;
  width: 400px;
  height: 200px;
  background-image: url(/wp-content/uploads/2025/05/Group-6668.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.img-w_floating_icon {
  position: relative;
}

.floating_logo {
  position: relative;
}

.floating_logo::after {
  content: "";
  position: absolute;
  right: 161px;
  top: -350px;
  width: 400px;
  height: 340px;
  background-image: url(/wp-content/uploads/2025/05/Group-6757.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
  background-color: #759c49 !important;
}

.nav-float-right #site-navigation {
  margin-left: 100px;
}

.main-navigation li a {
  display: flex;
  align-items: center;
  font-size: 18px;
}

/* .archive div#content {
    padding-top: 266px;
} */

.archive .is_stuck.main-navigation .main-nav ul li a {
  color: initial;
}

.archive .main-navigation .main-nav ul li a {
  color: #fff;
}

.archive .dropdown-menu-toggle svg path,
.archive .wpml-ls-item span.dropdown-menu-toggle svg path {
  fill: #fff;
}

.archive .page-title {
  display: none;
}

.archive article {
  width: 31.3%;
  float: left;
  margin-right: 2%;
}

.postitles {
  color: #2a402f !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

.post-thumbnail img {
  height: 300px;
}

.post-content .post-readtime {
  font-size: 16px;
}

.post-content .post-date {
  text-transform: uppercase;
  font-size: 16px;
}

.single_content_ft_label {
  text-transform: uppercase;
}

.post-title {
  margin-bottom: 35px;
  text-transform: uppercase;
}

.post-excerpt {
  margin-bottom: 50px;
}

.single-post-date {
  text-transform: uppercase;
  text-align: center;
  color: #759c49;
  margin-bottom: 80px;
  font-size: 16px;
}

.veranstaltungen-thumbnail img {
  height: 300px;
}

.search-filter-component-combobox__listbox-toggle svg,
.search-filter-icon--destructive .search-filter-icon__svg {
  fill: #2a402f !important;
  columns: #2a402f !important;
}

div#login-popup {
  position: absolute;
  width: 100%;
  height: 1515px;
  background: linear-gradient(
    to top,
    rgba(247, 229, 229, 0.93),
    rgba(255, 255, 255, 03),
    rgba(255, 255, 255, 0)
  );
  left: 0;
  bottom: 135px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 200px;
}

.popup-box {
  padding: 30px;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  padding: 100px 40px;
  margin: 0 40px;
  background-color: rgba(117, 156, 73, 40%);
  /* background-color: #759C49; */
}

.popup-box p {
  font-size: 35px;
  line-height: 45px;
  max-width: 840px;
  margin: 0 auto 50px;
}

.popup-box a.button {
  max-width: 405px;
  width: 100%;
}

.popup-box h2 {
  font-size: 60px;
}

.single {
  position: relative;
}

.category_rezept span {
  padding-right: 10px;
}

.category_rezept span:last-child {
  padding-right: 0px;
}

@media only screen and (max-width: 1500px) {
  .round-image {
    width: 100% !important;
    height: 350px !important;
  }
}

@media only screen and (max-width: 1300px) {
  .round-image {
    width: 100% !important;
    height: 300px !important;
  }
}

@media only screen and (max-width: 1100px) {
  .round-image {
    width: 100% !important;
    height: 250px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .popup-box h2 {
    font-size: 50px;
  }

  body .slide__in__mobile {
    transform: translate(-100vw, 0px);
    position: fixed;
    top: 0;
    width: 100vw;
    transition: transform 0.3s ease-in-out;
    justify-content: center;
    height: 100%;
    z-index: 99999999999;
  }

  .slide__in__mobile .left__side__wrap {
    width: 100%;
    padding: 30px;
  }

  body .dynamic__menu {
    padding-bottom: 20px;
    border-top: 1px solid var(--accent);
    padding-top: 20px;
  }

  body .local__dashboard .dynamic__menu:last-child {
    border-bottom: 1px solid var(--accent);
  }

  body .slide__in__mobile.open__dashboard__menu {
    transform: translate(0px, 0px);
  }

  .dynamic__menu.current-menu-item {
    font-weight: bold;
  }

  .dynamic__menu.current-menu-item p {
    border-bottom: 0px solid;
    padding-bottom: 0px;
  }

  .close__dashboard__menu {
    position: absolute;
    right: 30px;
    top: 50px;
  }

  .logged-in.wp-block-loginout {
    padding-bottom: 20px;
    border-top: 1px solid var(--accent);
    padding-top: 20px;
    border-bottom: 1px solid var(--accent);
  }

  .home_img {
    position: relative;
    top: 0;
    right: 0;
    border-bottom-left-radius: 0%;
    max-width: 100%;
  }

  /* .page-id-382 nav#mobile-menu-control-wrapper {
        display: none;
    } */
  .floating_icon::after {
    position: absolute;
    right: -22px;
    top: unset;
    width: 266px;
    height: 100px;
    bottom: -211px;
  }

  .floating_logo::after {
    right: 50px;
    top: -313px;
    width: 230px;
    height: 328px;
  }

  p.gb-text.floating_text {
    width: 100px;
    height: 100px;
    right: 5%;
  }

  nav#generate-slideout-menu {
    background-color: #2a402f !important;
  }

  .main-navigation .main-nav ul li a {
    color: #fff !important;
  }

  .wpml-ls-menu-item.wpml-ls-current-language {
    position: relative !important;
    background-color: #759c49;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 40px;
    top: 0;
    right: unset;
    display: flex;
  }

  .current-menu-item a,
  .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    font-weight: 700;
    color: #fff !important;
    text-decoration: underline;
  }

  .main-navigation.has-sticky-branding.navigation-stick:not(
      [class*="nav-align-"]
    ):not(.mobile-header-navigation)
    .inside-navigation {
    justify-content: space-between !important;
  }

  .mobile-menu-control-wrapper .menu-toggle,
  .mobile-menu-control-wrapper .menu-toggle:hover,
  .mobile-menu-control-wrapper .menu-toggle:focus,
  .has-inline-mobile-toggle #site-navigation.toggled {
    background-color: transparent !important;
  }

  .blog-items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .rezept_grid,
  .bauernhofe_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .round-image {
    width: 100% !important;
    height: 400px !important;
  }

  .single-bauernhofe_article,
  .single-veranstaltungen_article,
  .single_article,
  .single-rezepte_article {
    padding-top: 70px;
    padding-bottom: 150px;
  }

  .single-veranstaltungen h1.entry-title,
  .single-post h1.entry-title {
    margin-bottom: 50px;
  }

  .single-post-date {
    margin-bottom: 30px;
  }

  .fetured_img__single_bauernhofe img {
    margin-bottom: 50px;
  }

  .single_rezepte_zutaten,
  .single_rezepte_zubereitung {
    text-align: center;
    padding: 0;
  }

  .related_rez_grid .gb-looper-338ead76 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acf-gallery img {
    height: 280px;
  }

  .single_content_ft {
    gap: 30px;
  }

  .main-navigation .main-nav > ul {
    justify-content: center;
  }

  .wpml-ls-menu-item.wpml-ls-current-language {
    max-width: 100px;
  }

  #generate-slideout-menu.main-navigation .main-nav ul li svg path {
    fill: #fff;
  }

  #generate-slideout-menu.main-navigation .main-nav ul li a {
    font-size: 25px !important;
    line-height: 65px !important;
  }

  body #generate-slideout-menu.main-navigation .main-nav ul .wpml-ls-item a {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  #generate-slideout-menu.main-navigation .main-nav ul li ul li a {
    font-size: 18px !important;
    line-height: 45px !important;
  }

  #generate-slideout-menu.main-navigation .main-nav ul .wpml-ls-item ul li a {
    color: #2a402f !important;
  }

  #generate-slideout-menu.main-navigation .main-nav ul .wpml-ls-item ul {
    position: absolute !important;
    top: 35px !important;
    background-color: #fff !important;
  }

  .main-navigation .main-nav ul li:hover a {
    color: #fff !important;
    text-shadow: 1px 0 0 #fff !important;
    text-decoration: underline;
  }

  .slideout-navigation.do-overlay .slideout-menu li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .main-navigation ul .wpml-ls-item ul {
    padding-left: 0px !important;
    margin-top: 4px !important;
  }

  .slideout-navigation button.slideout-exit {
    color: #fff !important;
    padding: 0;
  }

  .slideout-navigation.do-overlay .inside-navigation {
    padding-top: 110px !important;
  }

  .slideout-navigation.do-overlay .slideout-exit {
    top: 10px !important;
    right: 20px !important;
    position: absolute !important;
  }

  .icon-menu-bars.gp-icon svg {
    font-size: 25px;
  }

  .slideout-navigation.do-overlay .inside-navigation {
    align-items: flex-end;
  }

  .home_img.aos-init {
    aspect-ratio: 1 / 1;
  }
}

@media only screen and (max-width: 767px) {
  .mb_0 {
    margin-bottom: 0;
  }

  .popup-box {
    padding: 50px 20px;
    margin: 0 20px;
  }

  .slider-repeater-2 .slick-track {
    padding: 20px 0;
  }

  .popup-box p {
    font-size: 20px;
    line-height: 25px;
  }

  .popup-box h2 {
    font-size: 30px;
  }

  .kanton_single {
    margin-bottom: 30px;
  }

  .single_content_ft {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 0px;
    margin-bottom: 30px;
  }

  .acf-gallery {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .acf-gallery img {
    height: 350px;
  }

  .archive div#page {
    padding: 0 20px;
  }

  .single-veranstaltungen_content_2fr {
    grid-template-columns: 1fr;
  }

  .single-veranstaltungen_right_2fr {
    padding-left: 0;
  }

  .single_rezepte_sub-title h2 {
    font-size: 20px !important;
    margin-bottom: 50px;
  }

  .single_bauerhofe_sub-title h2 {
    padding: 0px 0px;
    margin-bottom: 50px;
    font-size: 20px;
  }

  .single_rezepte_zutaten {
    margin-bottom: 50px;
  }

  .related_rez_grid .gb-looper-338ead76 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .single_rezepte_zutaten h2,
  .single_rezepte_zubereitung h2 {
    margin-bottom: 20px;
    font-weight: 900;
  }

  .single-bauernhofe_article,
  .single-veranstaltungen_article,
  .single_article,
  .single-rezepte_article {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabel th,
  .tabel td {
    min-width: 300px;
  }

  .tabel table {
    overflow: scroll;
    table-layout: auto !important;
  }

  .round-image {
    height: 350px !important;
  }

  .search-filter-field.search-filter-field--id-62 {
    margin-bottom: 16px !important;
  }

  .rezept_grid,
  .bauernhofe_grid {
    grid-template-columns: 1fr !important;
  }

  .faq-accordion span.gb-text {
    font-size: 20px;
    line-height: 30px;
  }

  .main-navigation ul ul {
    padding-left: 15px;
  }

  #generate-slideout-menu.main-navigation .main-nav ul li svg {
    font-size: 20px;
    line-height: 25px;
  }

  .faq-accordion .gb-accordion__toggle-icon svg {
    width: 40px;
    height: 40px;
  }

  .faq-accordion .gb-accordion__item {
    padding: 25px 0;
  }

  .blog-items .post-meta {
    margin-bottom: 0px;
  }

  .page-template-page-white
    .search-filter-input-text.search-filter-input-text.search-filter-field__input {
    margin-bottom: 16px;
  }

  .post-title {
    margin-bottom: 25px;
  }

  .blog-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .post-content {
    padding: 30px 20px;
  }

  form#gform_2 {
    display: grid;
    grid-template-columns: 1fr 30%;
  }

  .separate-containers .inside-article,
  .separate-containers .comments-area,
  .separate-containers .page-header,
  .separate-containers .paging-navigation,
  .one-container .site-content,
  .inside-page-header {
    padding: 0 !important;
  }

  .inside-header {
    padding: 20px;
  }

  .remove_br_767 br {
    display: none;
  }

  .site-header .header-image {
    width: 188px;
  }

  p.big_text_popup {
    color: #fff;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 55px;
    font-weight: 700;
  }

  p.small_text_popup {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2em;
  }

  img.img_popup {
    top: 0;
  }

  .close-button {
    top: 15px;
    right: 0px;
  }

  .main-navigation .inside-navigation {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
  }

  .floating_icon::after {
    right: -50px;
    bottom: -82px;
  }

  .floating_logo::after {
    right: 50px;
    top: -178px;
    width: 124px;
    height: 232px;
  }

  .navigation-branding {
    margin-right: auto;
    margin-left: 0;
  }

  .main-navigation.navigation-stick.has-sticky-branding
    .inside-navigation.grid-container {
    padding: 0 20px;
  }

  p.gb-text.floating_text {
    width: 100px;
    height: 100px;
    right: 1%;
    bottom: 1%;
    margin-bottom: 0;
  }

  div#login-popup {
    height: 1115px;
  }
}

.archive .post-content .__post-link {
  text-align: center;
}

.archive .post-content .post-title {
  font-weight: 700;
  margin-bottom: 69px;
  text-align: center;
}

#gform_fields_2 .ginput_container.ginput_container_consent {
  position: absolute;
  bottom: -18px;
  width: 530px;
}

#field_2_2 {
  position: relative;
}

#gform_wrapper_2 .gform_required_legend {
  display: none !important;
}

.search-filter-component-combobox
  .search-filter-component-combobox__actions
  .search-filter-component-combobox__actions-input {
  color: #2a402f !important;
}

.search-filter-component-combobox
  .search-filter-component-combobox__actions
  .search-filter-component-combobox__actions-input::placeholder {
  color: #2a402f !important;
  opacity: 1;
}

/* Dasboard */
@media screen and (max-width: 1400px) {
  .main__grid {
    display: block !important;
  }
}

@media screen and (min-width: 1661px) and (max-width: 1950px) {
  .userd-blog__item,
  .userd-rezepte__item,
  .userd-event__item {
    display: block;
    text-align: center;
  }

  .userd-rezepte__title,
  .userd-blog__title,
  .userd-event__title {
    text-align: center;
  }

  .userd-rezepte__image,
  .userd-blog__image,
  .userd-event__image {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  span.legend-color-consumption {
    width: 5%;
  }

  span.legend-label-consumption {
    width: 43%;
  }

  span.legend-color {
    width: 5%;
  }

  span.legend-label {
    width: 52%;
  }
}

@media screen and (min-width: 821px) and (max-width: 1020px) {
  .userd-rezepte__content,
  .userd-blog__content,
  .userd-event__content {
    padding: 15px;
  }

  .userd-rezepte__image img,
  .userd-blog__image img,
  .userd-event__image img {
    width: 30% !important;
  }

  .userd-rezepte__title,
  .userd-blog__title,
  .userd-event__title {
    text-align: center;
    font-size: 22px;
  }

  .userd-event__date,
  .userd-event__category,
  .userd-event__name,
  .userd-blog__name,
  .userd-rezepte__name {
    font-size: 16px;
  }

  a.userd-rezepte__link,
  a.userd-event__link,
  a.userd-blog__link {
    width: 210px;
    padding: 10px;
  }

  .legend-value-sasion,
  .legend-label-sasion {
    font-size: 16px;
  }
}
@media screen and (min-width: 821px) and (max-width: 1024px) {
  /* @media screen and (max-width: 1024px) { */
  span.legend-color-consumption {
    width: 4%;
  }

  span.legend-label-consumption {
    width: 62%;
  }

  span.legend-color {
    width: 4%;
  }

  span.legend-label {
    width: 62%;
  }
}

@media screen and (max-width: 767px) {
  .accepted-days__table {
    overflow: scroll;
  }
  .veranstaltungen-item,
  .veranstaltungen-items {
    display: block !important;
  }
  span.legend-color-consumption {
    width: 4%;
    height: 9px;
    margin-right: 5px;
  }

  span.legend-label-consumption {
    width: 47%;
    font-size: 16px;
  }

  span.legend-value-consumption {
    font-size: 16px;
  }

  span.legend-color {
    width: 4%;
    height: 10px;
    margin-right: 6px;
  }

  span.legend-value {
    font-size: 16px !important;
  }

  span.legend-label {
    font-size: 16px;
    width: 60%;
  }

  .userd-rezepte__content,
  .userd-blog__content,
  .userd-event__content {
    padding: 15px;
  }

  .userd-rezepte__image img,
  .userd-blog__image img,
  .userd-event__image img {
    width: 70%;
  }

  .userd-rezepte__title,
  .userd-blog__title,
  .userd-event__title {
    text-align: center;
    font-size: 22px;
  }

  .userd-event__date,
  .userd-event__category,
  .userd-event__name,
  .userd-blog__name,
  .userd-rezepte__name {
    font-size: 16px;
  }

  a.userd-rezepte__link,
  a.userd-event__link,
  a.userd-blog__link {
    width: 210px;
    padding: 10px;
  }

  .legend-value-sasion,
  .legend-label-sasion {
    font-size: 16px;
  }

  span.legend-color-sasion {
    width: 4%;
    height: 10px;
    margin-right: 3px;
  }

  ul.chart-legend-list-sasion {
    gap: 0px;
  }
}

/* Dasboard END */
