@import "custom_fonts.css";
.featured-article-badge {display: none; visibility: hidden;}

:root {
  --garten-bg: #6d9e16;
  --garten-col: #fff;
  --garten-head: #fff;
  --garten-loc-txt: red;
  --ticket-bg: #fff;
  --ticket-col: #000;
}


/*
CONTENT  Events & Termine  NEWS  Galerie  Formular  MEGAmenu  Socialicons  HEADslider
OffCanvas  
*/

body {
    background-color: #000000;
    color: #fff;
    font-family: 'neuzeit-grotesk';
    font-size: 24px;
}

.garten {
  background-color: var(--garten-bg);
  color: var(--garten-col);
    #sp-header {background: var(--garten-bg); color: var(--garten-col)!important;}
    .sp-megamenu-parent > li > a {color: var(--garten-col);}
    #sp-partner .wf-column:has(span) {color: var(--garten-bg);}
    #sp-footer, #sp-bottom {background: var(--garten-bg); color: var(--garten-col);}
    h1, h2, h3, h4 {color: var(--garten-head);}
    #sp-events .sp-module-title {color: var(--garten-bg);}
    .jt-cs .owl-dots .active span {background: var(--garten-bg) !important;}
    .jt-cs .owl-dots span {border: 2px solid var(--garten-bg) !important;}
 }

.events { /*  ##### NOTLÖSUNG ####  */
    #sp-main-body {display: none;}
    #sp-slider {background-color: #fff;}
}



.h1, h1 {font-size: 3.00vmax; font-weight: 700;text-transform: uppercase;}
.h2, h2 {font-size: 2.75vmax; font-weight: 700;text-transform: uppercase;}
.h3, h3 {font-size: 2.50vmax;}
.h4, h4 {font-size: 2.00vmax;}
.h5, h5 {font-size: 1.75vmax; font-weight: 700;}
  p, li {font-size: min(1.5rem, 1.4vmax);}
.sp-module-title {font-weight: 700; text-transform: uppercase;}

sub, sup {font-size: 1rem;}

#sp-main-body {padding: 60px 0;}
#sp-main-body a {text-decoration: underline;}

a img:hover,
a.icon:hover,
.social-icons a:hover,
.socialicons a:hover {
  opacity: 0.7;
}

.anker {transform: translateY(-110px);}

.container {padding-left: 30px; padding-right: 30px;}

video {
  width: 100%;
  height: auto;
  border: 1px solid rgba(256,256,256, 0.15);
}


/* HEADERVideo #####    ###### */
.sp-module.video {margin-top: -50px;}

.headertext {
  position: relative;
  z-index: 1;
  transform: translateY(15vmin);
  text-align: center;
  width: 100%;
  height: 0px;
  text-shadow: #000 6px 4px 10px;
   img {
      max-width: 800px;
      margin: auto;
      filter: drop-shadow(5px 2px 12px rgba(0, 0, 0,0.9));
      width: 50vw;}
    img.scroll-down {
      max-width: 6vw;
      filter: invert(1);
      opacity: 0;
      margin-top: -2vw;}
}
.headertext:hover img.scroll-down {opacity:1;}

.slide-text {
    img.scroll-down {
      max-width: 6vw !important;
      filter: invert(1) !important;
      opacity: 0 !important;
      margin-top: -6vw !important;}
}
.slide-text:hover img.scroll-down {opacity:1 !important;}
.atelier .slide-text {margin-top: -10vw !important;}


/*
.copy.lauro::after  {content: "© Lauritz Kannengießer";}
.copy.goebel::after {content: "© Moritz Göbel";}
.sp-module.logo.small.copy::after {
  display: block;
  font-size: 1rem;
  transform: translateY(-2rem);
  margin-left: 5px;
  color: rgba(256,256,256,0.5);
}
*/

/* CONTENT #####    ###### */

.article-list .article {
  position: relative;
  margin-bottom: 80px;
  padding:20px 0;
  border:0px solid #000!important;
  border-radius:0px;
}
.article-list .article .article-header h1,
.article-list .article .article-header h2 {
  font-size: 3.00vmax;
  margin: 0 0 1.25rem 0;
  font-weight: 700;
  text-transform: uppercase;
}


.teaser li {font-size: 1rem;line-height: 1.2rem;}
.teaser sup {font-size: 0.7rem;}
.teaser p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    max-width: 95%;
}
.teaser .wf-column {
    margin: auto;
    max-width: 460px;
}

#sp-main-body a.infobtn {
    padding: 0.2rem 0.75rem 0.1rem;
    font-size: 1em;
    text-decoration: none !important;
}

.shortlink img {
  width: 200px;
  height: auto;
  margin: 3em auto;
}

#sp-partner {padding: 2em 0 0;}
#sp-footer, #sp-footer p, #sp-footer li {font-size: 1rem;}

a.teaserlink {
  background-color: rgba(256,256,256,0.8);
  color: #000;
  text-transform: uppercase;
  padding: 0.5em 0.75em 0.3em;
  margin-right: 5px;
}
a.teaserlink:hover {
  background-color: #000;
  color: #fff;
}

/* Events & Termine #####    ###### */
#sp-events, #sp-termine {padding: 80px 0 100px;}
#sp-events {background-color: #fff; color: #000!important}
#sp-events {
  .jt-cs .jt-imagecover:hover img {
    transition: all 0s linear 0s;
    -webkit-transform: scale(1,1)!important;
    -moz-transform: scale(1,1)!important;
    -ms-transform: scale(1,1)!important;
    -o-transform: scale(1,1)!important;
    transform: scale(1,1)!important;
    -webkit-transition: all 0s ease!important;
    -moz-transition: all 0s ease!important;
    -ms-transition: all 0s ease!important;
    -o-transition: all 0s ease!important;
    transition: all 0s ease!important;
  }
  .jt-cs .jt-imagecover:hover::before {opacity: 0!important;}
  .infobtn {border: 1px solid #000; color: #000 !important;}
  .infobtn:hover {background-color: #000000; color: #ffffff !important;}

  .infobtn, .jt-introtext > div {display: none;}

}
.jt-cs .owl-dots .active span {
  background: #000000 !important;
  height: 14px !important;
  width: 14px !important;
}
.jt-cs .owl-dots span {
  height: 14px !important;
  width: 14px !important;
  border: 2px solid #000 !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: #000000 !important;
}


.termine {
  .sp-module-title {margin: 0 0 0.5em;}
  .mod-articles-group {margin-bottom: 2rem;}
  .mod-articles-group h3 {
    font-size: 1.75vmax;
    font-weight: 700;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 0.15rem;
  }
  .mod-articles-items.mod-list {
    list-style: none;
    padding-left: 0.5rem;
  }
  .mod-articles-item {
    margin-bottom: 0.6rem;
    border-bottom: 1px dotted rgba(256,256,256,0.5);
  }
  .mod-articles-item-content {padding: 0.25rem 0 1rem;}
  .mod-articles-item-content p {display: inline;}
  .mod-articles-title {
    padding-right: 0.25em;
    font-weight: 600;
    font-size: min(1.5rem, 1.7vmax);
    letter-spacing: 0.01em;
  }

  .location {
    width: max-content;
    display: block;
    font-size: 0.8em;
    margin: 0 0 10px 0;
    padding: 3px 7px 2px;
    background-color: #444444;
  }

  .location:before {content: "["; margin-right: 3px;}
  .location:after  {content: "]"; margin-left: 3px;}

  .location.garten {background-color: #006400aa !important;}
  .location.kanzlei {background-color: #000 !important;}

}
.garten {
  .termine .location {background-color: rgba(0,0,0,0.15);}
  .termine .mod-articles-item {border-bottom: 1px dotted rgb(255, 255, 255);}
}


.infobtn {
  border: 1px solid #fff;
  padding: 0.3rem 1rem 0.25rem;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.infobtn:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.ticket {
  background-color: var(--ticket-bg);
  color: var(--ticket-col);
  margin-left: 0.75em;
}
.infobtn.ticket:hover {filter: invert();}

.infobox {
    text-align: center;
    margin: 2em auto;
    width: 70%;
    padding: 1.5em 1.5em 1em;
}

.moduletable.interesse {
  text-align: center;
  margin: 2em auto 1em;
  width: fit-content;
  padding: 1.5em 1.5em 1em;
}

.sp-module.termine {
  padding: 1.5em 1em;
}


/* NEWS #####    ###### */
.news {
      margin-bottom: 2.5em;
      
      

   ul {padding: 1.5em 1.5em 1em; }

  > h2 {text-align: center; margin-bottom: 1.2em;}
   .mod-articles-title {margin-bottom: 0.1em; text-transform: none;}

   .mod-articles-items {list-style: none; margin-bottom: 0; hyphens: auto;}
   .mod-articles-items li {margin-bottom: 0em !important;}
}

.infobtn,  .infobox,
.moduletable.interesse,
.sp-module.termine,
.news ul {
  border: 1px solid #fff;
}


/* Galerie #####    ###### */
.boxplusx-caption {
    max-height: fit-content;
    overflow-y: auto;
    font-size: 1rem;
}
.boxplusx-description {
  margin: 0 5px;
}


/* Formular #####    ######  */
.formular #sp-main-body {padding: 140px 0;}

.convertforms {
  a {color: #333333;}
  svg {fill: #333333 !important;}
  p {font-size: 16px; line-height: 1.2;}
}

.convertforms .cf-input::placeholder,
.convertforms .cf-input:has(option:disabled:checked) {
  color: #666;
}

/* MEGAmenu #####    ###### */
.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 10px;
    line-height: 100px;
    font-size: 1.2rem;
    margin: 0;
}
li.active > a,
li:hover > a {text-decoration: underline;}
li:hover > a.icon {text-decoration: none;}

#sp-header {box-shadow: 0 0 5px 0 rgba(256,256,256, 0.25);}
#sp-footer .container-inner {
  padding: 40px 0;
  border-top: 0px solid rgba(255, 255, 255, 0.1);
}

#sp-footer #sp-footer2 {padding-top: 2.5em;}

#sp-partner .wf-column:has(span) {color: #000;}

/* Socialicons */
.sp-megamenu-parent > li > a.icon {padding: 0; margin-left: 8px;}
#sp-footer ul.menu.icons li {margin: 0 2px 0 60px;}
#sp-footer ul.menu.icons li a {font-size: 2rem;}
#sp-footer ul.menu.icons li .pe-2 {padding-right: 0 !important;}

.sp-module.icon {
  img {
    filter: invert(1);
    display: inline-block;
    margin-left: 15px;
  }

}



/* HEADslider #####    ###### */
.logo {
  .slide-desc {height: 100%;}
  .slide-desc img {width: 30vw; margin: 7% auto; filter: drop-shadow(7px 1px 10px rgba(0, 0, 0,0.99));}
  .slide-desc img.small {width: 40vw; margin: 2% auto;}
  .slide-desc img.teaserlink {margin: 7% auto 2.75%;}
}

.garten .logo .slide-desc img {width: 60vw; margin: 4vw auto; max-width: 1000px;}
.atelier .logo .slide-desc img {width: 44vw; margin: 12.5% auto; max-width: 800px;}


/* OffCanvas #####    ###### */
.offcanvas-inner p, .offcanvas-inner li,
.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
    font-size: 1.5rem;
  }
.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
  display: block;
  padding:10px 0px;
  position: relative;
  line-height: 18px;
  opacity: 1;
  transition: 0s;
}

.sp-scroll-up {right: 15px;bottom: 25px;}

/* ##### ##### ##### ##### ##### ##### ##### ##### ##### */
/* ##### ##### ##### ##### ##### ##### ##### ##### ##### */

@media (min-width: 1600px) {

  .termine .mod-articles-title {font-size: 1.4rem;}

}


@media (max-width: 1170px) { /* NAVIbreak*/
    
  .sp-megamenu-parent {display: none !important;}
  #offcanvas-toggler.d-lg-none {display: block !important;}
  
}

@media (max-width: 992px) { 
    
  #sp-partner .wf-column:has(span) {display: none;}
  
}


@media (max-width: 665px) {

  .container {padding-left: 15px; padding-right: 15px;}
  .copy::after {font-size: 0.5rem; color: rgba(256,256,256,0.6);}

  p, li {font-size: 1rem;}
  a.teaserlink {font-size: 0.8rem;}
  #sp-partner .wf-columns-stack-small > .wf-column {width: 44%;}
  .shortlink img {width: 120px; height: auto; margin: 1em auto;}
  .infobox {width: 100%;}

  .logo {
    .slide-desc img {width: 50vw; margin:-2% auto;}
    .slide-desc img.logobig {width: 45vw;margin: -1% auto;}
    .slide-desc .logobig.teaserlink {width: 35vw;  margin: -1% auto 3%;}
    .slide-desc img.small {width: 60vw; margin: -7% auto;}
  }
  
  .teaser {
    .wf-columns-stack-small > .wf-column {width: 45%;flex: auto !important;}
    .wf-columns-gap-large {gap: 0.25rem;}
    .wf-column {margin: 1.2em auto; max-width: 440px;}
  }

  .termine {
    ul.mod-articles-items.mod-list {padding-left: 0;}
    .mod-articles-item-content {padding: 0.25rem 0 0.8rem;} 
    .mod-articles-group h3 {font-size: 1rem;}
  }

}



@media (max-width: 575px) {
  
  #sp-header {height: 60px;}
  #sp-footer #sp-footer1, #sp-footer #sp-footer2 {text-align: center;}
  #sp-footer1 {order: 2; margin-top: 1em;}
  #sp-footer ul.menu.icons {margin-bottom: 1em;}
  #sp-footer ul.menu.icons li {margin: 0 15px 0 25px;}

  .moduletable.interesse, .sp-module.termine {padding: 1.5em 0.5em;}

}

