/*!
Theme Name: adventurelab
Theme URI: http://adventurelab.at/
Author: Martin Paschinger, Design- und Entwicklungsbüro
Author URI: http://martinpaschinger.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adventurelab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

adventurelab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> BASE
----------------------------------------------------------------*/

@font-face {
  font-family: "Inter-Bold";
  src: url("./assets/fonts/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("./assets/fonts/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --font-size-base: 18px;
  --font-size-md: 50px;
  --font-size-lg: 72px;
  --font-size-xl: 100px;
  --color-primary: #aaccff;
  --color-secondary: #1f1f1f;
  --color-light: #ffffff;
}

.translate-y {
	transform: translatey(-1px);
}

body {
  font-family: "Inter-Regular", sans-serif;
  background-color: var(--color-secondary);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Inter-Bold";
  font-size: var(--font-size-xl);
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
}

h2 {
  font-family: "Inter-Bold";
  font-size: var(--font-size-lg);
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
}

h3 {
  font-family: "Inter-Bold";
  font-size: var(--font-size-md);
  line-height: 0.95;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}

h4 {
  font-family: "Inter-Bold";
  font-size: var(--font-size-base);
  line-height: 0.95;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}

.page-id-145 h3 {
	font-size: 24px;
	margin: 10px 0px;
}

.wp-block-separator {
	border-color: #000;
	margin: 10px 0px;
}

h1 strong,
h2 strong {
  color: var(--color-primary);
}

.accordeon-item-content-inner h4 {
	font-size: 32px;
}

p {
  font-family: "Inter-Regular";
  font-size: var(--font-size-base);
  font-weight: normal;
  font-style: normal;
}

p.alt-styling {
	font-size: 21px;
	font-family: "Inter-Bold";
	padding: 10px 0px;
}

a {
  font-family: "Inter-Bold";
  font-size: var(--font-size-base);
  font-weight: normal;
  font-style: normal;
  color: var(--color-secondary);
  text-transform: uppercase;
  text-decoration: none;
}

a p {
  text-transform: none;
}

li {
  font-family: "Inter-Bold";
  font-size: var(--font-size-base);
  font-weight: normal;
  font-style: normal;
}

strong {
  font-family: "Inter-Bold";
  font-weight: normal;
  font-style: normal;
}

.as-link {
  font-family: "Inter-Bold";
  font-size: var(--font-size-base);
  font-weight: normal;
  font-style: normal;
  color: var(--color-secondary);
  text-transform: uppercase;
  text-decoration: none;
}

li {
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

.menu-toggle {
  display: none;
  font-size: var(--font-size-base);
  font-family: "Inter-Bold";
  font-weight: normal;
  font-style: normal;
  color: var(--color-light);
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.marker {
  font-family: "Inter-Bold";
  font-size: var(--font-size-base);
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 60px;
  line-height: 0.95;
}

.marker-alt {
  font-family: "Inter-Bold";
  font-size: var(--font-size-base);
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: var(--color-primary);
  line-height: 0.95;
}

.as-button {
  background-color: var(--color-primary);
  color: var(--color-secondary) !important;
  padding: 20px 50px;
  border-radius: 100px;
  font-family: "Inter-Bold";
  font-size: var(--font-size-base);
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

input.as-button,
button.as-button {
  border: none;
  font-weight: normal;
  appearance: none;
  -webkit-appearance: none;
}

.as-button:hover {
  transform: scale(1.01);
}

.as-button.alt {
  background-color: var(--color-secondary);
  color: var(--color-primary) !important;
}

.site-header .as-button {
  padding: 12px 30px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single .swiper-slide img {
  opacity: 0.9;
}

.post-thumbnail-wrapper {
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.news-content {
  max-width: 800px;
  position: absolute;
  bottom: 60px;
  left: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 2;
}

.news-content h2,
.news-content p {
  color: var(--color-light);
}

/*--------------------------------------------------------------
>>> HEADER
----------------------------------------------------------------*/
.chevron-wrapper {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chevron-wrapper svg {
  width: 45px;
  height: auto;
  cursor: pointer;
}

.site-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  color: var(--color-light);
  z-index: 10;
}

.site-header li {
  height: 120px;
}

.site-header li a {
  height: 100%;
  color: var(--color-light);
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.site-header li a .divider {
  width: 0%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-light);
}

.archive .site-header li a .divider {
  background-color: var(--color-secondary);
}

.archive .header-social .social-icon:hover {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  border-color: var(--color-secondary);
}

.current-menu-item a .divider,
.site-header li a:hover .divider {
  width: 100% !important;
}

.header-right {
  display: flex;
  gap: 40px;
  align-items: center;
}

.header-right .header-social {
  display: flex;
  gap: 15px;
}

.header-social .social-icon {
  border-color: currentColor;
}

.site-branding svg {
  color: var(--color-light);
}

.archive .site-branding svg {
  color: var(--color-secondary);
}

.site-branding svg path:last-of-type {
  color: var(--color-primary);
}

.page-id-145 .site-branding svg:last-of-type,
.page-id-147 .site-branding svg:last-of-type,
.page-id-3 .site-branding svg:last-of-type,
.page-id-145 .site-branding svg path:last-of-type,
.page-id-147 .site-branding svg path:last-of-type,
.page-id-3 .site-branding svg path:last-of-type,
.archive .site-branding svg path:last-of-type {
  color: var(--color-secondary);
}

.page-id-145 .entry-content,
.page-id-147 .entry-content,
.page-id-3 .entry-content {
  opacity: 0;
  transform: translateY(20px);
}

.nav-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
}

.header-underline-wrapper {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px;
}

.header-underline {
  width: 0;
  height: 1px;
  background-color: var(--color-light);
  opacity: 0.25;
}

.main-navigation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}

/*--------------------------------------------------------------
>>> STARTSEITE
----------------------------------------------------------------*/

.entry-header {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.entry-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.inner-entry-header {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-color: rgba(40, 40, 40, 0.45);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-entry-header > div {
  width: 90%;
  max-width: 1246px;
  position: relative;
  text-align: center;
  z-index: 2;
  color: var(--color-light);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.inner-entry-header p {
  max-width: 960px;
  margin: 0 auto;
}

.inner-entry-header .as-button svg {
  width: 18px;
  height: auto;
}

.angebote-block {
  height: 100vh;
  padding: 60px 30px;
  background-color: var(--color-primary);
}

.post-7 .angebote-block {
  height: auto;
  min-height: 100vh;
}

.post-7 .angebote-block h2 {
  font-size: var(--font-size-md);
}

.inner-angebote-block {
  width: 100%;
  height: calc(100% - 80px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.angebote-item-img {
  height: 100%;
  position: relative;
}

.termin-item-img::after,
.post-thumbnail-wrapper::after,
.quote-img::after,
.ueber-item-img::after,
.angebote-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.35);
  z-index: 1;
  transition: background-color 0.4s ease-in-out;
}

.angebote-item:hover .angebote-item-img::after {
  background-color: rgba(40, 40, 40, 0.25);
}

.angebote-item:hover .angebote-item-img img {
  transform: scale(1.03);
}

.angebote-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.angebote-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ueber-block {
  width: 100%;
  height: 100vh;
  background-color: var(--color-secondary);
  color: var(--color-primary);
  display: flex;
}

.ueber-block > div {
  width: 50%;
  height: 100%;
  position: relative;
}

.ueber-block > div:first-child {
  padding: 60px 120px 60px 30px;
  gap: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ueber-block .text-block {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.ueber-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-block,
.neuigkeiten-block {
  width: 100%;
  height: 100vh;
  background-color: var(--color-primary);
  position: relative;
}

.swiper,
.swiper-neuigkeiten {
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.swiper-slide > div {
  width: 50%;
}

.swiper-angebot-galerie .swiper-slide {
  width: 60%;
  aspect-ratio: 4.5 / 3;
}

.quote-img {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.quote-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 120px 60px 30px;
  gap: 20px;
  position: relative;
}

.quote {
	margin-bottom: 20px;
}

.quote p {
  font-family: "Inter-Bold";
  font-size: var(--font-size-md);
  line-height: 1;
  color: var(--color-secondary);
}

.quote-desc p {
  font-family: "Inter-Regular";
  font-size: var(--font-size-base);
  line-height: 1;
  color: var(--color-secondary);
}

.swiper-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 39px 30px;
  z-index: 3;
}

.custom-swiper-prev,
.custom-swiper-next,
.custom-swiper-prev-neuigkeiten,
.custom-swiper-next-neuigkeiten,
.custom-swiper-prev-angebot-galerie,
.custom-swiper-next-angebot-galerie {
  width: 60px;
  height: 60px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-secondary);
  color: var(--color-primary);
  border-radius: 100px;
  cursor: pointer;
}

.custom-swiper-prev-angebot-galerie,
.custom-swiper-next-angebot-galerie {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

.swiper-pagination-numbers,
.swiper-pagination-numbers-neuigkeiten,
.swiper-pagination-numbers-angebot-galerie {
  font-family: "Inter-Bold";
  font-size: var(--font-size-base);
  line-height: 1;
  color: var(--color-secondary);
  position: absolute;
  top: 60px;
  left: calc(50% + 30px);
}

.swiper-pagination-numbers-angebot-galerie {
  color: var(--color-primary);
}

.swiper-pagination-numbers-neuigkeiten,
.swiper-pagination-numbers-angebot-galerie {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  pointer-events: none;
}

.swiper-nav .marker-alt {
  position: absolute;
  left: calc(50px + 30px + 30px);
  top: 60px;
}

/*--------------------------------------------------------------
>>> ARCHIVE
----------------------------------------------------------------*/
.page-id-145 .site-header,
.page-id-145 .site-header a,
.page-id-147 .site-header,
.page-id-147 .site-header a,
.page-id-3 .site-header,
.page-id-3 .site-header a,
.archive .site-header,
.archive .site-header a {
  color: var(--color-secondary);
}

.page-id-145 .as-button,
.page-id-147 .as-button,
.page-id-3 .as-button,
.archive .as-button {
  background-color: var(--color-secondary);
  color: var(--color-primary) !important;
}

.page-id-145 .header-underline,
.page-id-147 .header-underline,
.page-id-3 .header-underline,
.archive .header-underline {
  background-color: var(--color-secondary);
}

.page-id-145 .site-main,
.page-id-147 .site-main,
.page-id-3 .site-main,
.archive .site-main {
  background-color: var(--color-primary);
  padding: 120px 30px 60px 30px;
}

.page-id-145 .page-header,
.page-id-147 .page-header,
.page-id-3 .page-header,
.archive .page-header {
  width: 100%;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.page-id-145 .page-header h1,
.page-id-147 .page-header h1,
.page-id-3 .page-header h1,
.archive .page-header h1 {
  font-size: var(--font-size-base);
}

.archive-entry-content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.entry-header-thumbnail {
  overflow: hidden;
}

.archive-entry-content a:hover .inner-entry-header-thumbnail::before {
  background-color: rgba(40, 40, 40, 0.25);
}

.inner-entry-header-thumbnail img {
  transition: all 0.4s ease-in-out;
}

.archive-entry-content a:hover .inner-entry-header-thumbnail img {
  transform: scale(1.03);
}

.filter-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-buttons {
  display: flex;
  gap: 10px;
}

.filter-buttons button {
  background-color: var(--color-primary);
  color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  outline: none;
  appearance: none;
  border-radius: 100px;
  padding: 18px 30px;
  font-family: "Inter-Bold";
  font-size: var(--font-size-base);
  display: inline-block;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.filter-buttons button:hover,
.filter-buttons button.active {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}

.meta-block {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.meta-block div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.meta-block-bottom,
.link-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.link-wrapper .divider {
  background-color: rgba(0, 0, 0, 0.25);
  position: relative;
}

.link-wrapper .divider:after {
  width: 0%;
  height: 1.5px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-secondary);
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.link-wrapper .divider:last-of-type:after {
  transition-delay: 0.05s;
}

.archive-entry-content a:hover .link-wrapper .divider:after,
.angebote-item:hover .link-wrapper .divider:after {
  width: 100%;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: var(--color-secondary);
  transition: width 0.4s ease-in-out;
}

h2.archive-entry-title {
  font-size: var(--font-size-md);
  color: var(--color-light);
}

.archive .entry-content {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.entry-header-article {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.entry-header-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 40px 20px;
}

.entry-header-thumbnail {
  width: 100%;
  aspect-ratio: 5 / 3;
  position: relative;
}

.inner-entry-header-thumbnail::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(40, 40, 40, 0.35);
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.entry-header-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
}

.breadcrumbs span {
  font-family: "Inter-Bold";
  font-size: var(--font-size-base);
  text-transform: uppercase;
}

.breadcrumb-seperator {
  opacity: 0.75;
  font-size: 12px !important;
}

.breadcrumbs a svg {
  margin-right: 5px;
}

.label-item {
  font-family: "Inter-Bold";
  font-size: var(--font-size-base);
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: var(--color-secondary);
  background-color: var(--color-primary);
  padding: 5px 20px;
  border-radius: 20px;
      display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.label-item svg {
	    width: 20px;
    height: auto;
}

/*--------------------------------------------------------------
>>> SINGLE
----------------------------------------------------------------*/

.single .breadcrumbs,
.page .breadcrumbs {
  position: absolute;
  top: calc(120px + 30px);
  left: 30px;
  z-index: 4;
}

.single .breadcrumbs a,
.single .breadcrumbs span,
.page .breadcrumbs a,
.page .breadcrumbs span {
  color: var(--color-light);
}

.page-id-145 .breadcrumbs a,
.page-id-145 .breadcrumbs span,
.page-id-147 .breadcrumbs a,
.page-id-147 .breadcrumbs span,
.page-id-3 .breadcrumbs a,
.page-id-3 .breadcrumbs span {
  color: var(--color-secondary);
}

.angebot-meta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 12px;
}

.angebot-meta div {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
}

.angebot-meta p,
.angebot-meta a {
  font-family: "Inter-Regular";
  font-weight: normal;
  color: var(--color-light);
}

.single .ueber-block {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

.single .ueber-block > div:first-child {
  padding: 0;
}

.single .ueber-block > div:last-child {
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.accordeon-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 30px;
  color: var(--color-secondary);
  background-color: var(--color-primary);
}

.termin-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: var(--color-primary);
  background-color: var(--color-secondary);
}

.inner-termin-block {
  width: 100%;
  height: 100vh;
  display: flex;
}

.postid-269 .inner-termin-block {
	height: auto;	
}

.postid-269 .termin-item-img {
	height: auto;
}

.termin-item-w .marker-alt {
  margin-bottom: 60px;
}

.termin-item-content-date {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}

.termin-item-content-date p {
  margin-top: 2px;
}

.termin-item-content-date-wrapper {
  width: 100%;
  /* display: grid;
  grid-template-columns: minmax(max-content, 1fr) 2fr minmax(max-content, 1fr);
  align-items: center; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 15px 0px;
  border-top: 1px solid var(--color-primary);
}

.termin-item-w {
  width: 50%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.termin-item-img {
  width: 50%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.termin-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.termin-item-content-cta .as-button {
  padding: 20px 30px;
}

.termin-item h2,
.accordeon-item-title h2 {
  font-size: var(--font-size-md);
}

.termin-item-content strong {
  font-family: "Inter-Bold";
  font-weight: normal;
  text-transform: uppercase;
}

.termin-item-content a {
  color: var(--color-primary);
  font-family: "Inter-Regular";
  font-weight: normal;
  text-transform: none;
}

.termin-item-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.termin-item-content.open {
  height: auto;
  max-height: 1000px;
  padding: 15px 0px 30px 0px;
}

.termin-item-content-price-and-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.termin-item-content-date span {
  font-size: var(--font-size-base);
}

.termine-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}

.accordeon-item {
  width: 100%;
}

.accordeon-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 15px 0px;
  cursor: pointer;
}

.accordeon-item-title .accordeon-toggle-icon {
  transition: transform 0.4s ease-in-out;
}

.accordeon-item.open .accordeon-toggle-icon {
  transform: rotate(180deg);
}

.accordeon-item-content {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}

.accordeon-item-content h2 {
  font-size: var(--font-size-md);
}

.accordeon-item-content-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 45px 0px 60px 0px;
}

.accordeon-toggle-icon {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-secondary);
  fill: var(--color-primary);
  color: var(--color-primary);
  border-radius: 100px;
  cursor: pointer;
  padding: 18px 15px 15px 15px;
}

.accordeon-toggle-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.accordeon-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
}

.accordeon-item.open .accordeon-item-content {
  max-height: 1000px; /* groß genug für Inhalt */
}

.swiper-angebot-galerie {
  width: 100%;
  min-height: 100vh;
  padding: 140px 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-secondary);
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-angebot-galerie .swiper-wrapper {
  height: auto;
}

/*--------------------------------------------------------------
>>> NEWS SINGLE
----------------------------------------------------------------*/
.post-block {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 60px 30px;
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

.inner-post-block {
  grid-column: 2 / span 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
}

.post-meta {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.swiper,
.swiper-neuigkeiten {
  overflow: hidden;
}

/*--------------------------------------------------------------
>>> ÜBER UNS
----------------------------------------------------------------*/
.inner-angebote-block {
  display: flex;
}

.angebote-item {
  width: 33.3333%;
  height: calc(100vh - 196px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.angebote-item-img {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.angebote-item-img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.inner-angebote-item-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.inner-entry-header-thumbnail-curtain,
.inner-angebote-item-img-curtain {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  z-index: 2;
}

/*--------------------------------------------------------------
>>> KONTAKT
----------------------------------------------------------------*/
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.social-icon,
.icon-wrapper {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-secondary);
  border-radius: 100px;
  border: 2px solid var(--color-light);
  cursor: pointer;
  color: var(--color-light);
  transition: all 0.3s ease;
}

.social-icon.mail svg {
  transform: translate(-1px, 0px);
}

.social-icon:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
  fill: var(--color-secondary);
  border-color: var(--color-primary);
}

.icon-wrapper {
  border-color: var(--color-primary);
  color: var(--color-primary);
  transition: all 0.3s ease;
}

.icon-wrapper:hover,
.icon-wrapper.open {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--color-secondary);
    background: var(--color-secondary);
    margin: 0;
}

/*--------------------------------------------------------------
>>> Impressum, Datenschutz, AGBs
----------------------------------------------------------------*/
.imprint-content {
  background-color: var(--color-primary);
}

.imprint-content .entry-content {
  width: 75%;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.imprint-content .entry-content h1 {
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
>>> FOOTER
----------------------------------------------------------------*/

.site-footer {
  width: 100%;
  background-color: var(--color-primary);
  color: var(--color-secondary);
  padding: 60px 30px;
}

.site-footer strong {
  font-family: "Inter-Bold";
  font-size: var(--font-size-base);
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

.site-footer svg {
  width: 100%;
  height: auto;
  position: relative;
}

.inner-site-footer-wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.inner-site-footer-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.inner-site-footer-wrapper > div:first-child {
  max-width: 860px;
}

.site-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 210px 0px 60px 0px;
}

.site-info-imprint {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 1fr;
  padding-top: 60px;
}

.site-info-imprint > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}

.site-info a svg {
  width: 13px;
  height: auto;
}
/*--------------------------------------------------------------
>>> MODAL
----------------------------------------------------------------*/

.booking-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.booking-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.booking-modal {
  background: var(--color-primary);
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  border-radius: 15px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.6s ease-in-out;
  padding: 30px;
  position: relative;
}

.booking-modal h2 {
  font-size: 40px;
}

.booking-modal h2,
.booking-modal p {
  color: var(--color-secondary);
}

.booking-modal-overlay.active .booking-modal {
  transform: translateY(0);
  opacity: 1;
}

.termin-item-content-cta {
  flex-shrink: 0;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  font-size: 2rem;
  border: none;
  cursor: pointer;
}

.booking-modal label {
  width: 100%;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  font-family: "Inter-Bold";
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  color: var(--color-secondary);
  border-top: 2px solid var(--color-secondary);
}

.booking-modal label span:first-of-type {
  padding-top: 5px;
}

.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}

input::placeholder,
textarea::placeholder {
  color: var(--color-secondary);
  opacity: 0.75;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color-secondary);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color-secondary);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color-secondary);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--color-secondary);
}

.booking-modal input[type="text"],
.booking-modal input[type="email"],
.booking-modal input[type="tel"],
.booking-modal textarea {
  width: 100%;
  font-family: "Inter-Regular";
  font-size: var(--font-size-base);
  font-weight: normal;
  font-style: normal;
  padding: 10px 10px 2px 0px;
  background-color: transparent;
  outline: none;
  outline: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}

.booking-modal textarea {
  height: 100px;
}

.booking-modal-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.booking-modal-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.booking-modal .marker {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  border-radius: 100px;
  display: inline-block;
  padding: 10px 20px;
}

input.wpcf7-submit {
  width: auto;
  background-color: var(--color-secondary);
  color: var(--color-primary) !important;
  font-size: var(--font-size-base);
  font-family: "Inter-Bold";
  display: inline-block;
  margin-top: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-family: "Inter-Bold";
  font-weight: normal;
  color: var(--color-light);
}

.wpcf7-list-item {
  margin-left: 0px;
}

.wpcf7-acceptance label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border: none;
}

input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-secondary);
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s;
  margin-top: 4px;
  flex-shrink: 0;
}

input[type="checkbox"]:checked {
  background-color: var(--color-secondary);
}

input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid var(--color-primary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.split {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.modal-close svg {
  width: 18px;
  height: 18px;
  margin-top: 24px;
  margin-right: 13px;
}

.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.75;
}

.wpcf7-select {
  width: calc(50% - 7px);
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  cursor: pointer;
  margin-top: 5px;
}

.wpcf7-select:focus {
  border-color: var(--color-secondary);
  outline: none;
  box-shadow: 0 0 3px transparent;
}

/*--------------------------------------------------------------
>>> GSAP
----------------------------------------------------------------*/
.site-branding,
.header-right {
  opacity: 0;
  transform: translateY(-20px);
}

.site-header .divider {
  opacity: 0;
}

.inner-entry-header > div > * {
  opacity: 0;
  transform: translateY(20px);
}

.entry-header img {
  opacity: 0;
  transform: scale(1.05);
}

.angebote-item-img {
  height: 0;
  overflow: hidden;
}

.footer-logo-wrapper {
  overflow: visible;
}

.footer-logo-wrapper svg path {
  opacity: 0;
  transform: translateY(10px);
}

.angebote-item {
  opacity: 0;
  transform: translateY(20px);
}

.filter-header,
.breadcrumbs {
  opacity: 0;
  transform: translateY(0px);
}

.archive-entry-content a {
  opacity: 0;
  transform: translateY(20px);
}

.chevron-wrapper svg {
  opacity: 0;
  transform: translateY(-30px);
}

.no-results {
	display: none;
	padding-top: 40px;
}

.post-type-archive-reisen .no-results.not-found + .no-results {
  display: block;
}

/* Booking Modal Adj*/
  .wpcf7 form {
    display: flex;
    flex-direction: column;
    height: 53vh;
    overflow: scroll;
    padding-bottom: 90px;
  }

  .voucher-buttons {
    height: 105px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      var(--color-primary) 25%
    );
    width: 100%;
    padding: 20px 20px 0px 20px;
    border-radius: 0px 0px 20px 20px;
  }

.wpcf7-list-item-label a {
	font-size: 14px;
}
  /* Booking Modal Adj*/

.beschreibung-accordion {
	height: 0px;
	overflow: hidden;
	position: relative;
	        display: flex;
        flex-direction: column;
        gap: 15px;
}

.beschreibung-accordion-toggle {
	width: 100%;
	cursor: pointer;
	position: relative;
	z-index: 10;
	left: 0;
	bottom: 0;
	    font-size: var(--font-size-base);
	text-align: left;
	border: none;
	outline: none;
	background-color: var(--color-primary);
	text-transform: uppercase;
	    font-family: "Inter-Bold";
}

.label.highlight {
	position: absolute;
    z-index: 100;
    left: 20px;
    top: 20px;
	display: none;
}


.label.highlight.active {
	display: block;
}

.post-type-archive-workshops .meta-block {
	display: none;
}

.page-id-7 .angebote-item,
.page-id-7 .inner-angebote-block,
.page-id-7 .angebote-block {
    height: auto;
    min-height: auto;
}

.page-id-7 .angebote-item-img {
    flex-grow: unset;
    aspect-ratio: 1 / 1;
    height: auto;
}

@media (max-width: 1536px) {	
  h1 {
    font-size: 86px;
  }

  h2 {
    font-size: 58px;
  }

  .termin-item-content-date {
    gap: 10px;
  }

  .termin-item-content-price-and-cta {
    gap: 15px;
  }

  .termin-item-content-price-and-cta p span {
    font-size: 13px;
    display: inline-block;
    transform: translateY(-1px);
  }
}

@media (max-width: 1280px) {
	    .beschreibung-accordion-toggle {
        font-size: 16px;
    }
	
  .chevron-wrapper svg {
    width: 35px;
  }

  h1 {
    font-size: 72px;
  }

  .accordeon-item-content h2,
  .termin-item h2,
  .accordeon-item-title h2,
  .post-7 .angebote-block h2,
  h3,
  h2,
  .quote p {
    font-size: 36px;
  }

  h2.archive-entry-title {
    font-size: 28px;
  }

  .accordeon-item-content-inner {
    gap: 30px;
    margin: 30px 0px 40px 0px;
  }

  .entry-header-title {
    padding: 30px 20px;
  }

  .site-header li {
    height: 110px;
  }

  .single .breadcrumbs,
  .page .breadcrumbs {
    top: calc(105px + 30px);
  }

  .marker-alt,
  .swiper-pagination-numbers,
  .swiper-pagination-numbers-neuigkeiten,
  .swiper-pagination-numbers-angebot-galerie,
  .breadcrumbs span,
  .as-button,
  .site-footer strong,
  a,
  .marker,
  h4,
  .as-link,
  .filter-buttons button,
  .label-item,
  p {
    font-size: 16px;
  }

  .main-navigation ul {
    gap: 30px;
  }

  .header-right {
    gap: 30px;
  }

  .ueber-block .text-block {
    gap: 30px;
  }

  .news-content {
    gap: 30px;
  }

  .inner-entry-header > div {
    gap: 30px;
  }

  .page-id-145 .page-header,
  .page-id-147 .page-header,
  .page-id-3 .page-header,
  .archive .page-header {
    width: 100%;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .post-block {
    padding: 50px 30px;
  }

  .post-meta {
    margin-bottom: 20px;
  }

  .termin-item-content-price-and-cta p span {
    font-size: 11px;
    transform: translateY(-2px);
  }

  .termin-item-content-cta .as-button {
    padding: 15px 25px;
  }
}

@media (max-width: 1024px) {
		.page-id-7 .angebote-item {
    height: auto;
}
	
	.post-7 .angebote-block {
		min-height: unset;
	}
	
	.post-7 .angebote-item-img {
    height: 360px;
}
	
	p.alt-styling {
	font-size: 18px;
	padding: 5px 0px;
}
	
    .beschreibung-accordion {
        height: 0px;
    }
	
	.beschreibung-accordion-toggle {
		font-size: 16px;
	}
	
	.ausbildung .accordeon-item-content h4 {
	font-size: 18px;
}
	
	    .post-7 .angebote-item-img {
        height: unset;
    }
	
	.page-id-145 h3 {
	font-size: 18px;
	margin: 5px 0px;
}

.wp-block-separator {
	margin: 5px 0px;
}
	
	.imprint-content .entry-content {
    width: 100%;
    padding-top: 40px;
    gap: 15px;
}
	
  h1 {
    font-size: 38px;
  }

  .as-button {
    padding: 14px 28px;
  }

  .inner-entry-header > div {
    gap: 20px;
  }

  .chevron-wrapper {
    height: 75px;
  }

  .site-branding {
    position: absolute;
    top: 23px;
    left: 20px;
    z-index: 11;
  }

  .site-branding svg {
    width: 130px;
    height: auto;
  }

  .site-header {
    display: block;
    padding: 0;
  }

  .header-underline-wrapper {
    bottom: unset;
    left: 0;
    top: 90px;
    padding: 0 20px;
  }

  .active .header-underline-wrapper .header-underline {
    background-color: var(--color-secondary);
  }

  .site-header li a {
    font-size: 21px;
  }

  .menu-toggle {
    display: block;
    z-index: 3;
    position: absolute;
    top: 33px;
    right: 85px;
    transform: translateY(-20px);
    opacity: 0;
  }

  .header-social {
    transform: translateY(-20px);
    opacity: 0;
  }

  .social-icon,
  .icon-wrapper {
    width: 48px;
    height: 48px;
  }

  .main-navigation ul {
    width: 100vw;
    height: 100vh;
    background-color: var(--color-primary);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transform: translateY(-100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  }

  .main-navigation ul li {
    opacity: 0;
    transform: translateY(-20px);
  }

  .header-right {
    opacity: 1;
    transform: translateY(0px);
  }

  .header-right .header-social {
    gap: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .site-header li {
    height: 26px;
  }

  .site-header.active .main-navigation ul li a {
    color: var(--color-secondary);
  }

  .site-header.active .main-navigation ul li a .divider {
    background-color: var(--color-secondary);
  }

  .site-header .header-social .social-icon,
  .site-header .menu-toggle,
  .site-header .site-branding svg path {
    transition: color 0.5s ease;
  }

  .site-header.active .site-branding svg path {
    color: var(--color-secondary);
  }

  .archive .menu-toggle,
  .site-header.active .menu-toggle {
    color: var(--color-secondary);
  }

  .site-header.active .header-social .social-icon {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
  }

  .angebote-block {
    height: auto;
    padding: 40px 20px;
  }

  .marker {
    margin-bottom: 40px;
  }

  .inner-angebote-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .angebote-item {
    width: 100%;
    height: calc(100vh - 220px);
    gap: 12px;
  }

  .accordeon-item-content h2,
  .termin-item h2,
  .accordeon-item-title h2,
  .post-7 .angebote-block h2,
  h3,
  h2,
  .quote p {
    font-size: 28px;
  }

  .meta-block-bottom,
  .link-wrapper {
    gap: 13px;
  }

  .ueber-block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .ueber-block > div {
    width: 100%;
    height: auto;
    position: relative;
  }

  .ueber-block > div:first-child {
    padding: 40px 20px;
    gap: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .ueber-block .text-block {
    gap: 20px;
  }

  img {
    display: block;
  }

  .custom-swiper-prev,
  .custom-swiper-next,
  .custom-swiper-prev-neuigkeiten,
  .custom-swiper-next-neuigkeiten,
  .custom-swiper-prev-angebot-galerie,
  .custom-swiper-next-angebot-galerie {
    width: 48px;
    height: 48px;
    font-size: 21px;
  }

  .swiper-nav {
    padding: 20px 20px;
  }

  .swiper-nav .marker-alt {
    position: absolute;
    left: calc(80px);
    top: 37px;
  }

  .swiper-slide {
    display: flex;
    flex-direction: column;
  }

  .swiper-slide > div {
    width: 100%;
  }

  .quote-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px 20px;
    gap: 20px;
    position: relative;
  }
	
	.quote {
	margin-bottom: 10px;
}

  .testimonials-block {
    width: 100%;
    height: auto;
  }

  .quote-img {
    height: 350px;
  }

  .swiper-pagination-numbers,
  .swiper-pagination-numbers-neuigkeiten,
  .swiper-pagination-numbers-angebot-galerie {
    top: 37px;
    left: initial;
    right: 80px;
  }

  .swiper-pagination-numbers-neuigkeiten,
  .swiper-pagination-numbers-angebot-galerie {
    left: 0;
    right: 80px;
    margin: 0 auto;
    text-align: right;
  }

  .news-content {
    bottom: 40px;
    left: 0px;
    gap: 20px;
    padding: 0px 20px;
  }

  .site-footer {
    width: 100%;
    padding: 40px 20px;
  }

  .site-info {
    display: flex;
    flex-direction: column;
    margin: 40px 0px;
    gap: 20px;
  }

  .inner-site-footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .inner-site-footer-wrapper > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .site-info-imprint {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
  }

  .site-info-imprint p {
    margin-bottom: 10px;
  }

  .site-info a svg {
    width: 12px;
    height: auto;
  }

  .page-id-145 .menu-toggle,
  .page-id-147 .menu-toggle,
  .page-id-3 .menu-toggle {
    color: var(--color-secondary);
  }

  .page-id-145 .site-main,
  .page-id-147 .site-main,
  .page-id-3 .site-main,
  .archive .site-main {
    background-color: var(--color-primary);
    padding: 90px 20px 40px 20px;
  }

  .page-id-145 .page-header,
  .page-id-147 .page-header,
  .page-id-3 .page-header,
  .archive .page-header {
    width: 100%;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .filter-buttons button {
    padding: 13px 18px;
  }

  .filter-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }

  .page-id-145 .page-header h1,
  .page-id-147 .page-header h1,
  .page-id-3 .page-header h1,
  .archive .page-header h1 {
    font-size: 16px;
  }

  .breadcrumbs a svg {
    margin-right: 5px;
    transform: translateY(1px);
  }

  .entry-header-article {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
  }

  .archive-entry-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .archive .entry-content {
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  h2.archive-entry-title {
    font-size: 21px;
  }

  .label-item {
    font-size: 14px;
  }

  .entry-header-title {
    padding: 20px 20px;
  }

  .entry-header-title {
    gap: 18px;
    padding: 20px 20px;
  }

  .single .breadcrumbs,
  .page .breadcrumbs {
    min-width: 180%;
    top: calc(80px + 30px);
    left: 20px;
  }

  .entry-header {
    overflow: hidden;
  }

  .angebot-meta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 13px;
  }

  .label-item {
    padding: 5px 15px;
  }

  .angebot-meta div {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 3px;
  }

  .angebot-meta div {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 3px;
  }

  .breadcrumbs a,
  .breadcrumbs span,
  .angebot-meta p,
  .angebot-meta a,
  .angebot-meta h4 {
    font-size: 14px;
  }

  .single .ueber-block > div:last-child {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .inner-termin-block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .termin-item-w {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .termin-item-w .marker-alt {
    margin-bottom: 40px;
  }

  .termine-intro {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  .termin-item-content-date-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 0px;
  }

  .termin-item-content.open {
    padding: 15px 0px 20px 0px;
  }

  .termin-item-img {
    width: 100%;
    height: 280px;
  }

  .accordeon-block {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
  }

  .accordeon-toggle-icon {
    width: 48px;
    height: 48px;
    padding: 15px 12px 12px 12px;
  }

  .accordeon-item-content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .accordeon-item-content-inner {
    gap: 20px;
    margin: 20px 0px 40px 0px;
  }

  .accordeon-item-title h2 {
    font-size: 21px;
  }

  .accordeon-item-title {
    gap: 20px;
    padding: 10px 0px;
  }

  .swiper-angebot-galerie {
    width: 100%;
    min-height: auto;
    padding: 90px 20px;
  }

  .swiper-angebot-galerie .swiper-slide {
    width: 100%;
    aspect-ratio: 4.5 / 3;
  }

  .post-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px;
  }

  .inner-post-block {
    gap: 20px;
  }

  /* Booking Modal */
  .booking-modal h2 {
    font-size: 28px;
  }

  .wpcf7 form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
    height: 53vh;
    overflow: scroll;
    padding-bottom: 90px;
  }

  .voucher-buttons {
    height: 105px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      var(--color-primary) 25%
    );
    width: 100%;
    padding: 20px 20px 0px 20px;
    border-radius: 0px 0px 20px 20px;
  }

  .booking-modal {
    padding: 20px;
    margin: 10px;
  }

  .modal-close svg {
    margin-top: 10px;
    margin-right: 10px;
  }
  /* Booking Modal */

  .neuigkeiten-block {
    height: 500px;
  }

  .imprint-content .entry-content h1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
	.archive-entry-content a.news,
	.archive-entry-content a.touren,
	.archive-entry-content a.ausbildung,
	.archive-entry-content a.workshops {
    background: #bbd3f8;
    box-shadow: 0px 8px 10px rgba(35, 35, 35, 0.15);
    border-radius: 2px;
    padding: 20px;
}
	
	.single-news h1 {
        font-size: 24px;
    }
  /* md */
}

@media (max-width: 640px) {
  /* sm */
}
