/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body, html{
--himmlisch-Beige: var(--e-global-color-primary);
overflow-x: hidden;
}

.e-n-menu-title.e-current a{
  color: #252525 !important;
}

strong{
  font-weight: 700 !important;
}

h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 200;
  text-decoration-thickness: 1px !important;
}

.overflow-w-hyph h2{
	hyphens: auto;
	overflow-wrap: break-word;
}

p {
  font-size: 20px;
  line-height: 28px;
}

.uebermich-text p{
  font-size: 26px !important;
  line-height: 140% !important;
}

i, em {
	font-family: 'Suavity';
	font-weight: 200;
	font-size: 45px;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

footer {
  padding: 100px 0 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  flex-direction: column;
}

.footer-bild-div{
  max-width: 263px;
    max-height: 263px;
    aspect-ratio: 263 / 263;
    object-fit: cover;
    border-radius: 10px;
}

.footer-divider{
      position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px !important;
    background-color: #BA9975 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120% !important;
}

@media (max-width: 1200px) {
  footer {
    padding-bottom: 25px;
  }
}
footer .footer-container {
  display: flex;
}
@media (max-width: 1200px) {
  footer .footer-container {
    flex-direction: column;
  }
}
footer .footer-left {
  width: 50%;
  display: flex;
  gap: 20px;
  border-right: 1px solid #BA9975;
  padding: 50px 0;
}
@media (max-width: 575px) {
  footer .footer-left .mg-1 {
    display: none;
  }
}
footer .footer-left .mg-2 {
  max-width: 300px;
}
@media (min-width: 576px) {
  footer .footer-left .mg-2 {
    display: none;
  }
}
@media (max-width: 1200px) {
  footer .footer-left {
    border-right: 0;
    border-bottom: 1px solid #BA9975;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-left {
    flex-direction: column;
  }
}
footer .footer-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  footer .footer-right {
    width: 100%;
    gap: 75px;
  }
}
footer .footer-right .partners {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .footer-right .partners .partner {
  text-align: center;
}
footer .contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .contacts p {
  margin: 0;
}
footer .image-container img {
  display: flex;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
footer .social-media {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .social-media img {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*AK*/

#shop-link span{
color: var(--himmlisch-Beige, #BA9975);
font-family: Avenir;
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: 4px;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

#shop-link::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M10.4727 0.749993C10.4727 0.33578 10.1369 -6.65304e-06 9.72266 -6.4357e-06L2.97266 -5.7192e-06C2.55845 -5.64937e-06 2.22266 0.335781 2.22266 0.749995C2.22266 1.16421 2.55845 1.49999 2.97266 1.49999L8.97266 1.49999L8.97266 7.49999C8.97266 7.91421 9.30845 8.24999 9.72266 8.24999C10.1369 8.24999 10.4727 7.91421 10.4727 7.49999L10.4727 0.749993ZM0.530273 9.94238L1.0606 10.4727L10.253 1.28032L9.72266 0.749993L9.19233 0.219663L-5.67287e-05 9.41205L0.530273 9.94238Z' fill='%23BA9975'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 6px;
}

#menu-punkt{
  color: #000;
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 4px;
}

.hero-btn{
  width: fit-content !important;
}

.ov-pics{
  box-shadow: 1px 4px 11px 0 rgba(0, 0, 0, 0.15) !important;
  aspect-ratio: 350 / 411;
}

.overlayed-picutes-1{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.overlayed-pictures-2{
  position: absolute;
  right: 60px;
  bottom: 0;
  z-index: 2;
}

.neuheiten-element-container{
  padding: 0 !important;
}

.neuheiten-bild{
  aspect-ratio: 420 / 420;
  object-fit: cover;
  border-radius: 20px !important;
}

.neuheiten-titel{

}

.buch-loop .swiper-wrapper{
  padding-bottom: 80px;
}

.buch-element-container{
  padding: 0 !important;
}

.buch-bild{
  aspect-ratio: 312 / 312;
  object-fit: cover;
  border-radius: 20px !important;
}

.elementor-swiper-button svg path {
  stroke: currentColor;
  stroke-width: 1;
  paint-order: stroke fill;
}


/*Kalendar Styling*/

.tk-wrapper {
  --tk-u:  clamp(0.5px, calc(100vh / 1600), 1.4px);  /* Desktop-Skala */
  --tk-um: clamp(0.5px, calc(100vh / 1200), 1.6px);  /* Mobile-Skala */

  display: flex;
  gap: calc(80 * var(--tk-u));
  align-items: stretch;
  font-family: inherit;
  width: 100%;
  overflow-y: auto;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: calc(120 * var(--tk-u));
}


/* ── Linke Seite ── */
.tk-left {
  flex: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}

.tk-calendar-grid {
  display: flex;
  gap: 28px;
  flex: 1;
  min-height: 0;
  align-items: center;
}

/* ── Einzelner Monat ── */
.tk-month {
  width: 100%;
  height: 70%;
  min-height: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.tk-month-header {
  color: #000;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: calc(4 * var(--tk-u));
  margin-bottom: calc(16 * var(--tk-u));
  padding-bottom: calc(8 * var(--tk-u));
  flex-shrink: 0;
}

.tk-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: calc(8 * var(--tk-u));
  margin-bottom: calc(12 * var(--tk-u));
  flex-shrink: 0;
}

.tk-weekday {
  color: #000;
  font-family: Avenir;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  justify-content: center;
  display: flex;
  padding: calc(4 * var(--tk-u)) 0;
}

.tk-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 1fr;
  column-gap: calc(8 * var(--tk-u));
  row-gap: calc(2 * var(--tk-u));
  flex: 1;
  min-height: 0;
}

.tk-day {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  position: relative;
  user-select: none;
  container-type: size;
}

/* Innerer, immer quadratischer Kreis für die Datumszahl */
.dayday {
  aspect-ratio: 1;
  width: min(100cqw, 100cqh);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  border-radius: 50%;
  transition: background 0.15s, color 0.15s, transform 0.15s;
  padding-left: 2px;
  box-sizing: border-box;
}

.tk-day.today .dayday {
  font-weight: 700;
  color: #555;
  box-shadow: inset 0 0 0 calc(1.5 * var(--tk-u)) #ccc;
}

/* Tage MIT Terminen */
.tk-day.has-termin {
  cursor: pointer;
}

.tk-day.has-termin .dayday {
  background: #BA9975;
  color: #fff;
  font-weight: 600;
}

.tk-day.has-termin:hover .dayday {
  background: #ecac95;
  transform: scale(1.1);
}

/* Aktiv gewählter Tag */
.tk-day.has-termin.active .dayday {
  background: #F09F81;
  color: #fff;
  transform: scale(1.12);
}

/* Vergangene Tage mit Termin leicht ausgegraut */
.tk-day.has-termin.past .dayday {
  background: #c8c8d4;
  color: #fff;
}

.tk-day.has-termin.past:hover .dayday {
  background: #a0a0b0;
}
.tk-detail-day-weekday {
    /*padding-bottom: calc(20 * var(--tk-u));*/
}

/* ── Navigation ── */
.tk-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: calc(24 * var(--tk-u));
  padding-top: calc(16 * var(--tk-u));
  flex-shrink: 0;
  gap: 20px;
}

.tk-nav-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 17L9 9L1 1' stroke='%23BA9975' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border: none;
  border-radius: 50%;
  width: calc(38 * var(--tk-u));
  height: calc(38 * var(--tk-u));
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(12 * var(--tk-u)) calc(20 * var(--tk-u));
}
#tk-prev{
  transform: rotate(180deg);
}

.tk-nav-btn polyline{
  display: none !important;
}
.tk-nav-btn:focus{
  background-color: transparent;
}

.tk-nav-btn:hover {
  transform: scale(1.05);
  background-color: transparent;
}

.tk-nav-label {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
}

/* ── Rechte Seite ── */
.tk-right {
  flex: 3;
  min-width: 0;
}

.tk-detail-card {
  background: white;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  height: 100%;
  box-sizing: border-box;
}

.tk-detail-inner {
  padding: calc(110 * var(--tk-u)) calc(85 * var(--tk-u));
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative !important;
  scale: 1;
}

/* Leerer Zustand */
.tk-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: calc(220 * var(--tk-u));
  gap: calc(10 * var(--tk-u));
  opacity: 0.5;
}

.tk-empty-icon {
  font-size: 40px;
}

.tk-empty-text {
  font-size: 14px;
  letter-spacing: 0.06em;
}

/* Detail Inhalt */

.tk-detail-count {
  font-size: 12px;
  color: black;
  margin-left: calc(8 * var(--tk-u));
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: none;
}

.tk-detail-titel {
 color: #000;
  font-family: Avenir;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: calc(6.4 * var(--tk-u));
}
.tk-detail-datetime{
  color: #BA9975;
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: calc(4 * var(--tk-u));
}

.tk-detail-tag{
  color: #BA9975;
  font-family: Avenir;
  font-size: 96px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: calc(19.2 * var(--tk-u));
}
.tk-detail-wochentag{
  color:  #BA9975;
  font-family: Avenir;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: calc(6.4 * var(--tk-u));
}

.tk-detail-datetime svg {
  opacity: 0.6;
  flex-shrink: 0;
}

.tk-divider {
  height: 1px;
  background: rgba(255,255,255,0.5);
  margin-bottom: calc(20 * var(--tk-u));
}

.tk-detail-beschreibung {
  color: #000;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  padding-bottom: 1em;
}

.tk-wann-wo {
    display: flex;
    flex-direction: row;
    padding-bottom: 1em;
}

.tk-detail-adresse {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: black;
  line-height: 1.5;
  flex-direction: column;
  width: 50%;
  gap: 20px;
}

.tk-detail-wo{
  color: #000;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tk-detail-info{
  color: #000;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}



.tk-detail-divider {
    height: 1px;
    width: 100%;
    background-color: #D7D7D7;
    margin-bottom: calc(10 * var(--tk-u))
}

.tk-detail-contact-schrift{
  color: #000;
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}

.tk-detail-contact-schriftname{
    color: #000;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3.2;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.tk-detail-icon{
  width: 16px !important;
}

.tk-detail-contact {
    display: flex;
    gap: calc(12 * var(--tk-u));
    padding-top: 16px;
    padding-left: 0;
    border: none;
}

/*Nav*/
.tk-nav-dots{
  gap: 10px;
  display: flex;
}

.tk-dot{
  padding: 3px;
    background-color: #BA9975;
    border-radius: 50%;
    border: none !important;
}

.tk-dot.active{
  background-color: #F09F81;
}

.tk-dot:hover{
  background-color: #BA9975;
}





/* Mehrere Termine an einem Tag */
.tk-multi-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.tk-multi-btn {
  background: rgba(255,255,255,0.1);
  border: none;
  color: #fff;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.15s;
}

.tk-multi-btn:hover:not(:disabled) {
  background: rgba(255,255,255,0.2);
}

.tk-multi-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.tk-multi-info {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}

.tk-instanames {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;  
}

.mobile-only{
  display: none !important;
}

.tk-accordion-body {
  display: none !important;
}
.tk-accordion-body.open {
  display: flex !important;
  flex-direction: column;
}

.tk-accordion-btn {
    border: none !important;
    padding-left: 0;
    font-family: 'Avenir';
    color: #BA9975;
    justify-content: end;
    position: absolute;
    bottom: 10px;
    text-decoration: underline;
    font-weight: 700;
}
.tk-accordion-btn:hover,
.tk-accordion-btn:focus{
    background-color: transparent !important;
    color: #BA9975;
}

.tk-mob-time,
.tk-mob-dur,
.tk-mob-address,
.tk-addresse-full{
  color: #000000 !important;
  font-weight: 300;
  font-size: 16px !important;
}

.tk-termin-wrapper{
  display: flex;
  flex-direction: row;
}
.tk-mob-termin-left{
  width: 40%;
}
.tk-mob-termin-right{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px !important;
  padding-top: 24px;
}
.tk-mob-address{

}
.tk-mobile-time{
  
}
.tk-mob-dur{

}

.wo-fix{

}

.tk-addresse-full{
  display: flex;
  flex-direction: column;
  font-weight: 700;
  width: 100%;
  gap:20px;
}
.tk-detail-standort{

}
.plz-stadt{
  display: flex;
  flex-direction: row;
  gap: 10px;  
}
.tk-detail-street{
  display: contents;
}

.breaker{
  display: none;
}


/*Has check für buch navigation*/
.buch-loop .elementor-swiper-button,
.buch-loop .swiper-pagination {
    display: none !important;
}
.buch-loop:has(.swiper-slide:nth-child(6)) .elementor-swiper-button {
    display: flex !important;
}

.buch-loop:has(.swiper-slide:nth-child(6)) .swiper-pagination {
    display: block !important;
}

.tiktokicon svg{
  width: 16px;
}

.absatz-margin{
    margin-bottom: 10px;
}

@media(max-width: 1440px){
  .padding-container{
    padding: 0 16px !important;
  }
    .padding-container .standard-container{
    margin-left: 0;
    margin-right: 0;
  }

  .tk-right{
    margin-right: 16px;
  }
  .standard-container{
    margin: 0 16px;
    padding-right: 32px !important;
  }

  .calendar-container .standard-container{
    padding-right: 0 !important;
  }

}

@media (min-width:1024px) and (max-width: 1200px) {
  .churchy-text{
    padding-inline-start: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #neuheiten .elementor-loop-container > div:nth-child(3) {
    display: none;
  }
}

/* ── Responsive ── */
@media (max-width: 1200px) {

  .tk-accordion-body {
    display: none !important;
  }
  .tk-accordion-body.open {
    display: flex !important;
    flex-direction: column;
  }
  .tk-nav{
    margin-bottom: calc(24 * var(--tk-u));
    padding-bottom: calc(16 * var(--tk-u));
    justify-content: center;
  }

  .tk-calendar-grid{
    justify-content: center;
  }

  .tk-termin-wrapper{
    display: flex;
    flex-direction: row;
  }

  .tk-mobile-time strong,
  .tk-mob-dur strong{
    font-weight: 700 !important;
  }

  .wo-fix{

  }

  .plz-stadt{
    display: flex;
    flex-direction: row;
    gap: 20px;  
  }

  .html-cal-container{
    display: flex;
    justify-content: center;
  }

  .tk-wrapper {
    flex-direction: column-reverse;
    gap: 28px;
    padding: 0 16px ;
  }
  .tk-left {
    width: 100%;
    margin: 0;
  }
  .tk-right {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tk-month {
    max-width: 70%;
    height: 100%;
  }
  .tk-day{
    min-height: 50px !important;
  }

  .tk-detail-inner{
    padding: 50px 30px !important;
  }
  .tk-detail-titel,
  .tk-detail-wochentag{
    font-size: 21px !important;
  }
  .tk-detail-beschreibung,
  .tk-detail-datetime,
  .tk-detail-wo,
  .tk-detail-info{
    font-size: 16px !important;
  }

  .tk-detail-tag{
    font-size: 70px !important;
  }

  .tk-detail-day-weekday{
    padding-bottom: 0 !important;
  }

  .tk-detail-info{
    margin-right: 20px !important;
  }
  .tk-wann-wo{
    padding-bottom: 30px !important;
  }
  .tk-detail-divider{
    margin-bottom: 30px !important;
  }
  .tk-detail-contact-schrift{
    padding-bottom: 0 !important;
  }

  .tk-more-spacing,
  .tk-more-spacing-2{
    padding-bottom: 20px;
  }
}
  /*
  .tk-divider,
  .tk-detail-divider{
    margin-bottom: 30px !important;
  }
  
  .tk-detail-contact-schrift{
    font-size: 16px !important;
    padding-bottom: 0 !important;
  }
  .tk-detail-contact{
    padding-top: 8px !important;
  }
  .tk-detail-beschreibung{
    padding-bottom: 16px !important;
  }*/
@media (max-width: 1024px) {
  .buch-loop .elementor-swiper-button, .buch-loop .swiper-pagination{
    display: flex !important;
  }

  .hero-text p{
    font-size: 16px !important;
  }


  .overlayed-pictures-2{
    right: 0;
  }

  .ov-pics{
    width: 60% !important;
  }

  .ov-pics-con{
    margin-bottom: 80px !important;
  }
}
@media(max-width: 875px){
  .tk-mob-termin-left{
    padding-right: 40px !important;
  }
}

@media (max-width:768px) {
  .tk-termin-wrapper{
    flex-direction: column;
  }
  .icon-box{
    align-items: flex-start;
  }
  .tk-left{
    margin-left: 0;
  }
  .tk-wrapper{
    padding: 0;
    flex-direction: column !important;
  }
  .tk-mob-termin-right{
    gap: 36px !important;
  }

  .hero-text p, .uebermich-text p{
    font-size: 20px !important;
  }

  .mobile-neuheiten-btn{
    width: fit-content !important;
    align-self: center !important;
  }


}

@media (max-width: 550px) {
  .breaker{
    display: flex;
  }
  .tk-addresse-full{
    flex-direction: column;
    gap: 0;
  }
}

@media (max-height: 850px) {
  .tk-detail-inner{
    scale: 0.8;
  }
  .tk-month{
    scale: 0.9;
  }
}

@media (max-height: 700px) {
  .tk-detail-inner{
    scale: 0.75;
  }
  .tk-month{
    scale: 0.8;
  }
}

/*Hovereffekte*/
.heg, .e-n-menu-item{
  transition: all 0.3s ease;
}

.heg:hover, .e-n-menu-item:hover{
  transform: scale(1.05);
}


.hero-section-links img{
  height: 100% !important;
}

@media (max-width: 1150px) {
   .footer-left-box{
      flex-direction: column !important;
      display: flex;
      align-items: center;
   }

   .footer-links-text-container{
      align-items: center;
   }
}

@media (max-width: 768px) {
    .footer-left-box{
      align-items: flex-start;
   }

   .footer-links-text-container{
      align-items: flex-start;
   }
}



