/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/*BASE SETUP*/
.ct-section .cts-row:not(.wide){
  max-width: 1600px;
  margin: 0 auto;
}

:root{
  --primary-green: #21672A;
  --secondary-brown: #AC9A7A;

  --white: #ffffff;
  --black: #000000;

  --overlay-gray: #5d57576e;
  --overlay-open-gray: #353333ba;
}

/*FONTS*/
h2{
  /* font-family: "Delicious Handrawn", cursive; */
  /* font-family: "Dancing Script", cursive; */
  font-family: "Atma", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 75px;
  line-height: 75px;
}

h1,
h2.privacy-subHl,
h2.imprint-subHl,
h3{
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
  line-height: 55px;
}

.b-line{
  position: relative;
  display: block;
  height: 3px;
  width: 31px;
  border-radius: 20%;
  background-color: #ab9a9a;
  margin-bottom: 6px;
  box-shadow: 2px 2px 3px 0px #61585875;
  transition: all 300ms ease;
}

#wrapper{
  overflow: hidden;
}

.burger-menu{
  display: none;
}

.burger-menu.open .b-line.top{
  transform: rotate(45deg);
  top: 9px;
}

.burger-menu.open .b-line.mid{
  display: none;
}

.burger-menu.open .b-line.bot{
  transform: rotate(-45deg);
}

.nav-row{
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  background-color: #424242;
  z-index: 50;
  text-align: center;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  box-shadow: 1px 1px 10px 0px #61585875;
  transition: all 400ms ease;
}

.nav-row.open{
  height: 70vh;
}

.nav-icon{
  width: 70px;
  margin-top: 15vh;
  margin-bottom: 10px;
}

#menu-main-menu .menu-item a{
  font-family: "Amatic SC", sans-serif;
  font-size: 31px;
  line-height: 50px;
  font-weight: 600;
  text-decoration: none;
  color: var(--secondary-brown);
}

html, body, div, p, ul, a{
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
  color: var(--black);
}

p strong{
  font-weight: bold;
}

/*PURE CSS MIXINS*/
.img-fit{
  width: 100%;
  height: 100%;
  object-position: center;
}
.img-fit.cover{
  object-fit: cover;
}
.img-fit.contain{
  object-fit: contain;
}
.bottom-rg{
  mask: radial-gradient(120% 180px at 4% 111%, #0000 calc(100% - 5px), #000);
}
.top-rg{
  mask: radial-gradient(120% 180px at 90% -8%, #0000 calc(100% - 5px), #000);
}


.contact .contact-bg,
.areas .areas-bg{
  position: absolute;
  width: 100%;
  height: 100%;
}

.contact .contact-bg .contact-bg-overlay{
    background-color: #3c3b3b75;
    position: absolute;
    width: 100%;
    height: 100%;
}

.contact .contact-bg img{
  object-position: left top;
}

/*HEADER*/
.page.page-id-46 #header{
  position: relative;
  height: 100vh;
}

/*menu*/
#menu{
  display: none;
}

.home-header.cts-row{
  width: 100%;
  height: 100vh;
}

.header-bgimg{
  position: absolute;
  width: 100%;
  height: 100%;
}

.page.page-id-46 .header-bgimg img{
  object-position: 28% 70%;
}

.header-logo{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  height: 38%;
  z-index: 2;
}

.page.page-id-46 .header-logo{
  height: 23%;
}

/*IMG-TEXT*/
.ct-section.img-text .ctsr-inner{
  text-align: center;
}

.ct-section.img-text .cts-row{
    padding: 100px 0 20px;
}

.img-text-imgPart{
  max-width: 1200px;
  margin: 0 auto;
}

.img-text-imgPart img{
  width: 35%;
}

.img-text-textfield{
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 45px;
}

.img-text-hl{
  color: var(--primary-green);
  margin-top: 30px;
}

.img-text-imgPart.ender{
  margin-top: 60px;
}

.img-text-imgPart .enderImg-text-img{
  width: 120px;
}


/*Areas-Grid*/
.areas{
  position: relative;
}

.areas .cts-row{
  padding: 250px 0 200px 0;
}

.areas .ctsr-inner .areas-cards{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}

.areas .ctsr-inner .areas-cards .card{
  position: relative;
  height: 690px;
  border-radius: 30px;
  overflow: hidden;
}

.card{
  cursor: pointer;
}

.card-bg{
  width: 100%;
  height: 100%;
}

.card-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--overlay-gray);
  transition: all 350ms ease-in-out;
}

.card.open .card-overlay{
  background-color: var(--overlay-open-gray);
}

.card-overlay .card-hl{
  text-align: center;
  color: var(--white);
  line-height: 50px;
  transition: opacity 350ms ease-in-out;
  padding: 0 20px;
  line-height: 40px;
}

.card-overlay .card-more{
    position: absolute;
    bottom: 30px;
    color: var(--white);
    font-size: 30px;
    font-weight: 800;
}

.card.open .card-overlay .card-more{
  display: none;
}


.card-overlay .card-info{
  	color: white;
    line-height: 27px;
    text-align: center;
    padding: 0 10px;
    margin-top: 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 600ms ease;
}

.card.open .card-overlay .card-info{
  max-height: 100%;
}



/*Events*/
.events .cts-row{
  padding: 150px 80px 200px 80px;
}

.events .events-hl-part{
  margin-bottom: 55px;
}

h1,
.events .events-hl{
    color: var(--secondary-brown);
    text-align: center;
    margin-bottom: 22px;
}

h1.privacy-hl,
h1.imprint-hl{
  font-family: "Atma", system-ui;
  margin-bottom: 5px;
  font-weight: 400;
  font-style: normal;
  font-size: 75px;
  line-height: 75px;
}

h1.privacy-hl{
  margin-top: 60px;
}

.events .events-img,
.events .img-text-textfield,
h2.privacy-subHl,
h2.imprint-subHl{
  text-align: center;
}

.events .events-img{
  margin-top: 80px;
}

.events .events-img img{
  max-width: 350px;
}

h2.privacy-subHl,
h2.imprint-subHl,
.events .img-text-textfield{
  color: var(--primary-green);
  margin-top: 10px;
}

h2.privacy-subHl,
h2.imprint-subHl{
  margin-top: 0px;
  margin-bottom: 50px;
}

.events .events-output{
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.event-row{
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 2fr 1fr 1fr;
  padding: 20px;
  border-bottom: 2px solid var(--black);
}

.events .event-title,
.events .event-date,
.events .event-info,
.events .event-place{
  font-size: 23px;
}

.events .event-info{
  padding-right: 20px;
}


.events .event-title{
  text-transform: uppercase;
}

.event-booking{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.event-booking a{
  background-color: var(--secondary-brown);
  padding: 4px 30px;
  border-radius: 20px;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: fit-content;
}


/*Contact-Form*/
.contact{
  position: relative;
  z-index: 20;
  pointer-events: none
}

.contact .cts-row{
  padding: 120px 0 180px 0;
}

.contact .textPart{
  text-align: center;
  position: relative;
  color: var(--white);
}

.contact .textPart .contact-sub-hl{
  margin-top: 25px;
}

.contact .formPart{
  max-width: 1350px;
  margin: 0 auto;
  pointer-events: auto;
}

.contact .form-wrap{
  display: flex;
  gap: 50px;
  margin-top: 100px;
}

.form-wrap .form-col,
.form-wrap .form-col .form-row,
.form-wrap .form-col .form-row input,
.form-wrap .form-col .form-row textarea{
  width: 100%;
}

.form-wrap .form-col:nth-child(1){
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-wrap .form-col .form-row input{
  height: 75px;
}

.form-wrap .form-col:nth-child(1) .form-row input{
  padding-left: 20px;
}

.form-wrap .form-col:nth-child(2) .form-row,
.form-wrap .form-col:nth-child(2) .form-row p,
.form-wrap .form-col:nth-child(2) .form-row p span,
.form-wrap .form-col:nth-child(2) .form-row p textarea{
  height: 100%;
}

.form-wrap .form-col:nth-child(2) .form-row textarea{
  padding: 15px 0 0 20px;
}

.form-wrap .form-col .form-row input,
.form-wrap .form-col .form-row textarea{
  border-radius: 20px;
  border: 6px solid var(--white);
  background-color: #ffffff94;
  font-family: 'dosis';
  font-size: 18px;
  font-weight: 500;
}

#form-submit{
  position: relative;
  background-color: var(--secondary-brown);
  font-family: 'dosis';
  color: var(--white);
  outline: none;
  padding: 10px 40px;
  border-radius: 20px;
  font-size: 20px;
  border: 6px solid var(--secondary-brown);
  margin-top: 30px;
  cursor: pointer;
}

.wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
  position: absolute;
  background-color: var(--secondary-brown);
  font-family: 'dosis';
  color: var(--white);
  outline: none;
  padding: 10px 40px;
  border-radius: 20px;
  font-size: 20px;
  border: 6px solid var(--secondary-brown);
  margin: 25px 0 0 0;
}

.wpcf7-response-output{
  background-color: var(--primary-green) !important;
}


.form-wrap .form-col .form-row input:focus-visible,
.form-wrap .form-col .form-row textarea:focus-visible{
  outline: none;
  background-color: #ffffffee;
}

.form-wrap .form-col .form-row input::placeholder,
.form-wrap .form-col .form-row textarea::placeholder{
  font-family: 'dosis';
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}

.wpcf7-not-valid-tip {
    color: #a40202;
    font-size: 1em;
    font-weight: 500;
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  position: absolute;
  background-color: var(--secondary-brown);
  font-family: 'dosis';
  color: var(--white);
  outline: none;
  padding: 10px 40px;
  border-radius: 20px;
  font-size: 20px;
  border: 6px solid var(--secondary-brown);
  margin: 25px 0 0 0;
}

/*Footer*/
#footer{
  margin-top: 75px;
}

.page-id-46 #footer{
  margin-top: 0px;
}

.ct-section.map{
  height: 710px;
  top: -75px;
  position: relative;
}

.ct-section.map .cts-inner{
  position: absolute;
  width: 100%;
  height: 125%;
}

.ct-section.footer-content{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-content .footer-bg{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1a18186e;
}

.footer-content .footer-bgimg{
  position: absolute;
  width: 100%;
  height: 80vh;
}

.footer-content .footer-bgimg img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.footer-content .cts-row.wide{
  z-index: 20;
  text-align: center;
  margin-top: 150px;
}

.footer-content .cts-row.wide .ctsr-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content .cts-row .footer-logo-box{
  width: 100px;
  margin-bottom: 20px;
}

.footer-content .cts-row .footer-logo-box img{
  filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(13%) hue-rotate(235deg) brightness(103%) contrast(98%);
}

.footer-content .cts-row .footer-info-text,
.footer-content .cts-row .footer-info-text p,
.footer-content .cts-row .footer-info-text a{
  color: var(--white);
  text-shadow: 3px 3px 3px #0f0d1066;
  font-size: 24px;
  text-decoration: none;
}

.footer-content .cts-row .footer-info-text p:last-child{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 55px;
}

.footer-content .cts-row .footer-info-text p:last-child a{
  position: relative;
  top: 2px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  line-height: 26px;
}

.copyright,
.copyright a{
  color: #c5b8b8;
  font-size: 15px;
  text-decoration: none;
}

/*Pages*/
.page #header{
  position: relative;
  height: 65vh;
}

.page .header-bgimg img{
  object-position: center;
}

.imprint-imgPart.ender{
  text-align: center;
}

.ct-section.imprint{
  padding-top: 80px;
  padding-bottom: 250px;
}

.privacy-textfield{
  margin-top: 100px;
  margin-bottom: 250px;
}

.privacy-textfield p{
  margin-bottom: 20px;
}

.privacy-textfield h3{
  margin-top: 60px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1650px) {
  .areas .cts-row{
    max-width: 96% !important;
  }
}

@media screen and (max-width: 1445px) {

  .ct-section .cts-row:not(.wide){
    max-width: 96%;
  }

  h3{
    font-size: 50px;
  }

  html, body, div, p, ul, a{
    font-size: 18px;
    line-height: 30px;
  }

  .areas .ctsr-inner .areas-cards{
    gap: 30px;
  }

  .footer-content .footer-bgimg{
    height: 670px;
  }
}

@media screen and (max-width: 1250px) {
  .areas .ctsr-inner .areas-cards{
    display: flex;
    gap: unset;
  }

  .areas .ctsr-inner .areas-cards .card {
    width: 320px !important;
    height: 620px;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 35px !important;
  }

  .swiper-pagination-bullet{
    background: var(--secondary-brown) !important;
    opacity: .8 !important;
  }

  .swiper-pagination-bullet-active{
    background: var(--white) !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 1200px) {

  .burger-menu-box{
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 90;
  }

  .page.page-id-46 #header{
    height: 65vh;
  }

  .ct-section.privacy .cts-row:not(.wide),
  .ct-section.imprint .cts-row:not(.wide){
    padding: 0 10px;
  }

  .events .event-title, .events .event-date, .events .event-info, .events .event-place, div{
    font-size: 18px;
    line-height: 28px;
  }
  .img-text-textfield{
    max-width: 85%;
  }

  .ct-section.img-text .cts-row:not(.wide){
    padding: 70px 40px;
  }

  .ct-section .cts-row:not(.wide){
    padding: 150px 40px;
  }

  .event-booking a{
    padding: 5px 16px;
    font-size: 18px;
  }

  .form-wrap .form-col .form-row input,
  .form-wrap .form-col .form-row textarea{
    height: 70px;
    border: 3px solid var(--white);
  }

  .ct-section.contact .cts-row:not(.wide){
    padding: 150px 40px;
  }
    
  .imprint-imgPart.ender img {
    max-width: 300px;
  }

  .areas .cts-row{
      padding: 190px 4% 90px !important;
  }
}


@media screen and (max-width: 900px) {

  .ct-section.img-text .cts-row:not(.wide) {
      padding: 30px 40px;
  }

  .ct-section.imprint{
    padding-bottom: 150px;
  }

  .contact .form-wrap{
    flex-direction: column;
    gap: 20px;
  }

  .ct-section .cts-row:not(.wide){
      padding: 150px 10px;
  }

  .event-row{
    display: flex;
    flex-direction: column;
    text-align: center;
    border-bottom: 1px solid var(--black);
  }

  .events .events-output{
    padding: 15px 70px;
  }

  .event-booking {
    text-align: center;
    margin: 30px 0 20px;
  }

  .event-booking a{
    padding: 8px 50px;
  }

  .img-text-hl{
    margin-top: 20px;
  }

  .img-text-imgPart .enderImg-text-img {
    width: 95px;
  }

  .events .events-img img{
    max-width: 40%;
  }

}

@media screen and (max-width: 600px){
  .burger-menu{
    display: block;
  }

  .page.page-id-46 .header-bgimg img,
  .page.page-id-162 .header-bgimg img{
    object-position: center left;
  }
}

@media screen and (max-width: 450px) {

  html, body, div, p, ul, a {
    font-size: 18px;
    line-height: 28px;
  }

  h1{
    display: flex;
    justify-content: center;
    font-size: 70px;
  }

  h3 {
    font-size: 38px;
    line-height: 40px;
  }

  .header-logo{
    top: 29px;
    height: 30% !important;
  }

    .top-rg {
      mask: radial-gradient(130% 140px at 90% -8%, #0000 calc(100% - 5px), #000);
  }

  .bottom-rg{
    mask: radial-gradient(135% 100px at 4% 111%, #0000 calc(100% - 5px), #000);
  }

  .img-text-imgPart img{
    width: 70%;
  }

  .img-text-hl {
      margin-top: 10px;
  }

  .ct-section.img-text .cts-row:not(.wide) {
    padding: 30px 5%;
  }

  .img-text-textfield {
    max-width: unset;
  }

  .card-overlay .card-more{
    position: static;
  }

  .ct-section.events .cts-row{
    padding: 100px 10px 100px;
  }

  .events .events-output{
    padding: 15px 20px;
  }

  .events .events-img img {
    max-width: 60%;
  }

  .events .events-hl-part {
    margin-bottom: 10px;
  }

  .event-row{
    padding: 30px 20px;
  }

  .event-booking a {
    padding: 10px 30%;
  }

  .events .event-title{
    font-size: 23px;
  }

  .event-date,
  .event-place{
    font-size: 20px;
  }

  .event-info{
    font-size: 22px;
  }

  .ct-section.contact .cts-row:not(.wide){
    padding: 150px 10px;
  }

  form{
    position: relative;
  }

  .wpcf7-response-output{
    padding: 10px;
  }

  .imprint-imgPart.ender img{
    width: 100%;
    height: auto;
  }

}

