.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

:root {
  --headline-left: -20px;
  --headline-opacity: 1;
  --cat-image: 200px;
}

/*= General =================== */

/** General >> alpha classes **/
body .ap-primary {
  color: var(--primary);
  fill: var(--primary);
}


/*= General Copy 1 ============ */

/** General Copy 1 >> Slick Theme **/
body .slick-slide img {
  width: 100%;
}


/*= Header ==================== */

/** Header >> suche **/
body .header .search-form {
  height: 40px;
  margin-top: 0;
}

body .header .search-form input.search-form_it {
  height: 28px;
}

body .header .search-form input.search-form_is {
  height: 40px;
}

/** Header >> Header **/
body #main-header-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

body #main-header-menu #mega-menu-max_mega_menu_1 {
  margin-left: -10px;
}

body #main-header-logo #bvpa_logo {
  width: 150px;
  height: auto;
  border: 5px solid white;
}

body #main-header-logo .ap-claim {
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  letter-spacing: 1.5px;
  line-height: 1.3;
  font-size: var(--text-l);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.admin-bar #main-header-menu {
  top: 32px;
}

/** Header >> Title **/
body #main-item-title {
  line-height: 1.4;
  font-family: Bitter;
}

body #main-item-title-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  grid-gap: var(--space-l);
  gap: var(--space-l);
}

body #main-item-title-wrapper img {
  width: auto;
  height: 100%;
  max-height: 100px;
  object-fit: cover;
}

body #main-item-title-wrapper img.style-svg {
  display: none;
}

body #main-item-title-wrapper svg {
  fill: var(--secondary);
  height: auto;
  max-height: 100px;
}

body #main-item-title .title {
  color: var(--primary-semi-dark);
  display: block;
  font-size: var(--text-xl);
  font-weight: 500;
}

body #main-item-title .title_subtitle {
  font-size: var(--text-m);
}

body #main-item-title .meta {
  display: block;
  color: var(--primary-dark);
  font-weight: 400;
  font-size: var(--text-s);
  border-top: 1px solid var(--neutral-light);
  padding-top: calc(var(--space-xs) / 2);
}

/** Header >> Translate & Suche **/
body .gglobe {
  height: 30px !important;
  width: 30px !important;
}

body .ico-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 20px;
  gap: 20px;
}

body .ico-search svg {
  fill: white;
  height: 30px !important;
  width: 30px !important;
}

body .ico-cart {
  height: 30px !important;
  width: 30px !important;
  fill: white;
}


/*= Main Menu ================= */

/** Main Menu >> Mega menu header menu **/
body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
  font-size: var(--text-m);
}

@media only screen and (max-width: 768px) {
  body #mega-menu-wrap-header_menu .mega-menu-toggle {
    background: #728EA0;
  }

  body #mega-menu-wrap-header_menu .mega-menu-toggle + #mega-menu-header_menu {
    background: #728EA0;
  }

  body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #f89406;
  }

  body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #f89406;
  }
}

@media only screen and (min-width: 769px) {
  body #mega-menu-wrap-header_menu {
    background: #728EA0;
  }

  body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: #f89406;
  }

  body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link:hover,
  body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link:focus {
    background: #faa937;
  }
}


/*= Content =================== */

/** Content >> home **/
body .home-icons h2 {
  color: var(--secondary);
}

body .home-icons:hover h2 {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body .home-grid img {
  border-radius: 0;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

body .home-grid-inner {
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--neutral-light);
}

body .home-grid-inner .ct-div-block {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  background: var(--primary-ultra-dark-trans-60);
  color: white;
  padding: var(--space-s);
  font-size: var(--text-s);
  line-height: 1.5;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  text-align: left;
}

body .home-grid-inner .ct-div-block .ct-text-block:first-child {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: var(--space-xs);
}

body .home-grid-inner:hover .ct-div-block {
  background: rgba(0, 0, 0, 0.6);
  background: var(--primary-ultra-dark-trans-90);
}

body .home-grid-inner:hover img {
  transform: scale(1.1) rotate(3deg);
}

body .home-latest .oxy-posts {
  display: grid !important;
  grid-template-columns: var(--grid-template-columns);
  grid-gap: var(--grid-gap);
  gap: var(--grid-gap);
  inline-size: 100%;
  --grid-template-columns-any: var(--grid-template-columns-fit);
  --min-formula: min(100%, max(var(--min), (100% - (var(--column-count) - 1) * var(--grid-gap)) / var(--column-count)));
  --grid-template-columns-fit: repeat(auto-fit, minmax(var(--min-formula), 1fr));
  --grid-template-columns-fill: repeat(auto-fill, minmax(var(--min-formula), 1fr));
  --grid-template-columns-even-fit: repeat(auto-fit, minmax(var(--min-formula), 1fr) minmax(var(--min-formula), 1fr));
  --grid-template-columns-even-fill: repeat(auto-fill, minmax(var(--min-formula), 1fr) minmax(var(--min-formula), 1fr));
  --column-count: 3;
}

body .home-latest .oxy-post {
  border: 1px solid var(--neutral-light);
  padding: var(--space-xs);
  font-size: var(--text-m);
  line-height: 1.7;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}

body .home-latest .oxy-post .excerpt a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body .home-latest .oxy-post:hover {
  /* https://smoothshadows.com/#djEsMSw1LDAuMSwyMCwwLDAsIzAzMDcxMiwjZmZmZmZmLCNmZmZmZmYsMQ%3D%3D */
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.02), 0px 0px 3px rgba(3, 7, 18, 0.04), 0px 0px 7px rgba(3, 7, 18, 0.06), 0px 0px 13px rgba(3, 7, 18, 0.08), 0px 0px 20px rgba(3, 7, 18, 0.1);
}

body .home-latest .oxy-post:hover .excerpt a {
  color: var(--secondary);
}

body .home-latest .oxy-post .oxy-post-title {
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
}

body .home-latest .oxy-post .meta {
  font-style: italic;
  font-size: var(--text-xs);
}

body .home-publikationen .oxy-repeater-pages-wrap {
  display: none;
}

body .home-publikationen .oxy-dynamic-list .ct-span {
  margin-left: 0;
}

body .home-publikationen img {
  border: 1px solid var(--neutral-light);
}

body .home-publikationen #link_button-156-203 {
  margin: auto;
  margin-top: var(--space-m);
}

body #_posts_grid-135-203 {
  --column-count: 1;
}

body #_posts_grid-135-203 .oxy-post-contact {
  grid-gap: var(--content-gap);
  gap: var(--content-gap);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 10px;
}

body #_posts_grid-135-203 .oxy-post-contact-image img {
  width: 160px;
  height: auto;
}

body #_posts_grid-135-203 .oxy-post-contact-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

body #_posts_grid-135-203 .oxy-post-contact-text .oxy-post-title {
  color: var(--primary);
}

body #_posts_grid-135-203 .oxy-post-contact + .oxy-post-contact {
  border-top: 1px solid var(--neutral-light);
  padding-top: 20px;
  margin-top: 20px;
}

/** Content >> content **/
body {
  float: none !important;
  margin: 0 !important;
}

body .content-box-outer {
  width: 100vw;
  /* Volle Bildschirmbreite */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
  background: #f7f7f7;
  /* Beispielhintergrund */
  padding: 2em 0;
  background: var(--neutral-ultra-light);
}

body .content-box-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 1em;
  padding-block: var(--section-space-xs);
  padding-inline: var(--section-padding-x);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .content-box-full {
  width: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 1.5em;
}

body .content-box-elem {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

body .content-box-elem img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

body .content-box-elem-5 {
  -webkit-flex: 0 0 calc(20% - var(--space-m));
  flex: 0 0 calc(20% - var(--space-m));
}

body .content-box-elem-5 + .content-box-elem-5 {
  margin-left: var(--space-m);
}

body .borderline {
  margin-top: var(--space-l);
  margin-bottom: var(--space-l);
  border-color: var(--neutral-light);
  opacity: 0.5;
}

body .ct-inner-content b,
body .ct-inner-content strong {
  color: var(--secondary);
  font-weight: 400;
}

body .ct-inner-content h2 b,
body .ct-inner-content h2 strong,
body .ct-inner-content h3 b,
body .ct-inner-content h3 strong,
body .ct-inner-content h4 b,
body .ct-inner-content h4 strong,
body .ct-inner-content h5 b,
body .ct-inner-content h5 strong,
body .ct-inner-content li b,
body .ct-inner-content li strong {
  color: inherit;
  font-weight: 500;
}

body .ct-inner-content .wp-caption-text {
  color: var(--primary-dark);
  font-style: italic;
  font-size: var(--text-s);
  line-height: 1.5;
}

body .ct-inner-content p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

body .ct-inner-content ul:not(.products):not(.job_types):not(.job_listings):not(.meta) {
  padding: 0;
  margin-block: var(--space-m);
}

body .ct-inner-content ul:not(.products):not(.job_types):not(.job_listings):not(.meta) li {
  position: relative;
  margin: 0;
  padding: 0 0 0 40px;
  list-style: none;
}

body .ct-inner-content ul:not(.products):not(.job_types):not(.job_listings):not(.meta) li:before {
  position: absolute;
  line-height: 24px;
  font-family: FontAwesome;
  font-size: 22px;
  color: #f89406;
  top: -1px;
  left: 0;
  content: "";
  height: 40px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 125 94'%3E%3Cg id='ArtBoard1' transform='translate(-1048.04 -1494.29)'%3E%3Cpath d='M1048.04 1494.29h124.148v93.688H1048.04z' style='fill:none'/%3E%3CclipPath id='_clip1'%3E%3Cpath d='M1048.04 1494.29h124.148v93.688H1048.04z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip1)'%3E%3Cpath d='M1053.83 1548.94a8.265 8.265 0 0 1-2.36-5.86c.02-2.2.91-4.29 2.48-5.83 3.24-3.18 7.26-7.12 10.5-10.3a8.263 8.263 0 0 1 11.69.11l20.72 21.12s33.93-34.46 47.53-48.27c3.05-3.1 8.05-3.14 11.16-.08 3.28 3.23 7.42 7.3 10.75 10.58a8.308 8.308 0 0 1 2.47 5.83c.02 2.19-.84 4.3-2.38 5.86-15.8 16.05-58.41 59.34-58.41 59.34-2.94 2.98-6.96 6.54-11.15 6.54-4.19-.01-8.21-3.57-11.14-6.56 0 0-21.3-21.71-31.86-32.48Z' style='fill:%23f68b1f' transform='translate(.044 .288)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body .ct-inner-content .span1,
body .ct-inner-content .span2,
body .ct-inner-content .span3,
body .ct-inner-content .span4,
body .ct-inner-content .span5,
body .ct-inner-content .span6,
body .ct-inner-content .span7,
body .ct-inner-content .span8,
body .ct-inner-content .span9,
body .ct-inner-content .span10,
body .ct-inner-content .span11,
body .ct-inner-content .span12 {
  width: 100%;
}

body .ct-inner-content h1.ct-headline,
body .ct-inner-content h2.ct-headline {
  position: relative;
}

body .ct-inner-content h1.ct-headline::before,
body .ct-inner-content h2.ct-headline::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: var(--headline-left);
  opacity: var(--headline-opacity);
  width: 50px;
  height: 5px;
  background: var(--secondary);
}

body .ct-inner-content .alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

/** Content >> Modal / Popup / MAIL-Poet **/
body #modal-53-78005,
body #modal-64-78005 {
  position: relative;
  overflow: visible;
}

body #modal-53-78005 .ct-fancy-icon,
body #modal-64-78005 .ct-fancy-icon {
  position: absolute;
  z-index: 99;
  right: -15px;
  background: var(--primary-semi-light);
  border-radius: 0;
  top: -15px;
  cursor: pointer;
  border: 3px solid white;
}

body #modal-53-78005 #modal-inner,
body #modal-64-78005 #modal-inner {
  overflow: hidden;
  position: relative;
}

body #modal-53-78005 #modal-inner .ct-image,
body #modal-64-78005 #modal-inner .ct-image {
  position: absolute;
  bottom: 0;
}

body #modal-53-78005 #modal-inner #code_block-59-78005,
body #modal-64-78005 #modal-inner #code_block-59-78005 {
  width: 100%;
}

body #modal-53-78005 .mailpoet_paragraph.last,
body #modal-64-78005 .mailpoet_paragraph.last {
  height: 45px;
}

body #modal-53-78005 .mailpoet_form .mailpoet_text,
body #modal-64-78005 .mailpoet_form .mailpoet_text {
  height: 45px;
}

body #modal-53-78005 .mailpoet_form .mailpoet_text_label,
body #modal-64-78005 .mailpoet_form .mailpoet_text_label {
  float: left;
  height: 45px;
  margin-right: 20px;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  color: white;
  font-weight: 300 !important;
}

body #modal-53-78005 .mailpoet_form .parsley-errors-list,
body #modal-64-78005 .mailpoet_form .parsley-errors-list {
  color: #FFC10A;
}

body #modal-53-78005 .mailpoet_form .mailpoet_submit,
body #modal-64-78005 .mailpoet_form .mailpoet_submit {
  background: none;
  border: 1px solid var(--secondary) !important;
  color: var(--secondary);
  padding: calc(var(--space-xs) / 2);
}

/** Content >> Category-Loop **/
body .category-loop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: var(--space-l);
  gap: var(--space-l);
  background: white;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

body .category-loop-item + .category-loop-item {
  border-top: 1px solid var(--neutral-light);
  padding-top: var(--space-l);
  background: white;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

body .category-loop-item:hover {
  background: var(--neutral-ultra-light);
}

body .category-loop-item .title {
  font-family: Bitter;
  color: var(--secondary);
  font-weight: normal;
  font-size: var(--text-l);
}

body .category-loop-item .meta {
  font-size: var(--text-s);
  font-style: italic;
  letter-spacing: 1px;
  display: block;
}

body .category-loop-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: var(--space-m);
  gap: var(--space-m);
}

body .category-loop-image {
  width: var(--cat-image);
  /* height: 300px; */
  overflow: clip;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .category-loop-image img {
  border-radius: 0;
  border: 1px solid var(--neutral-light);
  width: 100%;
  height: auto;
  min-width: var(--cat-image);
}

body .category-loop-content h3 {
  font-size: var(--text-m);
}

body .category-loop-content p {
  color: black;
}

body .category-loop-pagination {
  border-top: 1px solid var(--neutral-light);
  margin-top: var(--space-m);
  padding-top: var(--space-m);
}

body .category-loop-pagination .page-numbers {
  border: 1px solid blue;
  min-width: 30px;
  display: inline-block;
  text-align: center;
  padding-left: 7px;
  padding-right: 7px;
  margin-right: 10px;
}

body .category-loop-pagination .page-numbers.current {
  color: var(--secondary);
}

body .category-loop-pagination .page-numbers.dots {
  border: 0 none;
}

/** Content >> recent-posts **/
body .recent-posts {
  margin-top: var(--space-m);
}

body .recent-posts .recent-post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: var(--space-s);
  gap: var(--space-s);
}

body .recent-posts .recent-post-thumb {
  padding-top: var(--space-xs);
}

body .recent-posts .recent-post-thumb img {
  border-radius: 0;
  border: 1px solid var(--neutral-light);
  /* width: 100%;
    height: auto;*/
}

body .recent-posts .recent-post + .recent-post {
  border-top: 1px solid var(--neutral-light);
  margin-top: var(--space-m);
  padding-top: var(--space-m);
}

/** Content >> Veranstaltung **/
body .veranstaltungs-type-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-gap: var(--space-m);
  gap: var(--space-m);
  padding: var(--space-s) 0 var(--space-m) 0;
}

body .veranstaltungs-type-header-image {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
}

body .veranstaltungs-type-header-image img {
  width: 100%;
}

body .veranstaltungs-type-header-desc {
  -webkit-flex-basis: calc(80% - var(--space-m));
  flex-basis: calc(80% - var(--space-m));
}

body .veranstaltungs-type-header-desc p {
  color: var(--neutral-semi-dark);
  font-size: var(--text-s);
  line-height: calc(var(--text-line-height) / 1.2);
  margin-top: 0;
}

body .veranstaltungs-type-header-wrapper h2 {
  color: var(--secondary);
}

body .veranstaltungs-type-list-date {
  font-size: var(--text-s);
  line-height: 1.2;
  position: relative;
  padding-left: 25px;
}

body .veranstaltungs-type-list-date:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  opacity: 0.7;
  height: var(--text-s);
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 125 94'%3E%3Cg id='ArtBoard1' transform='translate(-1048.04 -1494.29)'%3E%3Cpath d='M1048.04 1494.29h124.148v93.688H1048.04z' style='fill:none'/%3E%3CclipPath id='_clip1'%3E%3Cpath d='M1048.04 1494.29h124.148v93.688H1048.04z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip1)'%3E%3Cpath d='M1053.83 1548.94a8.265 8.265 0 0 1-2.36-5.86c.02-2.2.91-4.29 2.48-5.83 3.24-3.18 7.26-7.12 10.5-10.3a8.263 8.263 0 0 1 11.69.11l20.72 21.12s33.93-34.46 47.53-48.27c3.05-3.1 8.05-3.14 11.16-.08 3.28 3.23 7.42 7.3 10.75 10.58a8.308 8.308 0 0 1 2.47 5.83c.02 2.19-.84 4.3-2.38 5.86-15.8 16.05-58.41 59.34-58.41 59.34-2.94 2.98-6.96 6.54-11.15 6.54-4.19-.01-8.21-3.57-11.14-6.56 0 0-21.3-21.71-31.86-32.48Z' style='fill:%23f68b1f' transform='translate(.044 .288)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body .veranstaltungs-type-list-item,
body .veranstaltungs-type-list-title {
  font-size: var(--text-m);
}

body .veranstaltungs-type + .veranstaltungs-type {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--neutral-light);
  padding-top: var(--space-m);
  margin-top: var(--space-m);
}

body .veranstaltungs-type-list .veranstaltungs-type-list-item + .veranstaltungs-type-list-item {
  margin-top: var(--space-s);
}

/** Content >> team-loop **/
body #section-4-2751 {
  margin-top: var(--space-xl) !important;
  margin-bottom: var(--space-xl) !important;
}

body .team-grid .oxy-post .oxy-read-more {
  background: var(--primary) !important;
  font-size: var(--text-xs) !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body .team-grid .oxy-post:hover .oxy-read-more {
  opacity: 1;
}

/** Content >> Mitglied **/
body .mitglied-ueberschrift {
  border-bottom: 1px solid var(--neutral-light);
  font-size: var(--text-xl);
  font-weight: 500;
  margin-bottom: var(--space-l);
}

body .mitglied-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: var(--space-l);
  gap: var(--space-l);
}

body .mitglied-eintrag {
  margin-bottom: var(--space-l);
}


/*= Footer ==================== */

/** Footer >> Footer **/
body #main-footer {
  font-size: var(--text-s);
}

body #main-footer .widget-title {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--primary-semi-dark);
}

body #main-footer ul {
  list-style-type: none;
  padding: 0;
}

body #main-footer .widget_nav_menu + .widget_nav_menu {
  margin-top: 1.65rem;
}

body #main-footer a {
  color: var(--text-color);
}

body #main-footer a:hover {
  color: var(--secondary);
}

body #main-footer #div_block-13-78005 {
  height: 100%;
}

body #main-footer #code_block-14-78005 {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/** Footer >> to Top **/
body #back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 24px;
  background: #000;
  color: #fff;
  padding: 12px;
  border-radius: 50%;
  display: none;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body #back-to-top:hover {
  background: #333;
}

body #-back-to-top-50-78005 .oxy-back-to-top_icon {
  border-radius: 5px;
  padding: calc(var(--space-xs) / 2);
}

