/* Denkwerk Akademie — real-fish-997.css */

*{box-sizing:border-box}
*:focus{outline:0 !important}

html{font-size:17px}

body{font-family:"Georgia",serif;font-size:17px;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}

a,input,button{color:#4e3620;text-decoration:none;cursor:pointer;transition:all 0.3s ease-in-out}
a:hover,a:focus{text-decoration:none;opacity:.75}
img{vertical-align:top;max-width:100%}
ul,ol{padding:0;margin:0;list-style:none}
p,li{line-height:1.7}
p a:not(.btn){color:#4e3620;transition:all .3s ease-in-out}
p a:not(.btn):hover{opacity:0.5}
button{appearance:none;border:0;background:0;cursor:pointer}
h1,h2,h3,h4,h5{font-family:"Georgia",serif;font-weight:normal;line-height:1.3}

/* ---- UTILITY ---- */
.wrapper{margin:0 auto;max-width:1500px;width:100%}
.container{width:100%;max-width:1170px;margin:0 auto;padding:0 20px}
.flex-box{display:-ms-flexbox;display:flex}
.flex-box.justify-center{justify-content:center}
.flex-box.justify-between{justify-content:space-between}
.flex-box.justify-around{justify-content:space-around}
.flex-box.align-center{align-items:center}
.flex-box.align-start{align-items:flex-start}
.flex-box.flex-wrap{flex-wrap:wrap}
.mb70{margin-bottom:70px}
.hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}
.only-mobile{display:none}
.text-center{text-align:center}

@media only screen and (max-width:600px){
  .only-desktop{display:none !important}
  .only-mobile{display:inline-block}
  body{font-size:4.5vw}
}

/* ---- BUTTONS ---- */
.btn{min-width:170px;padding:12px 24px;display:inline-block;zoom:1;letter-spacing:1px;text-align:center;text-transform:uppercase;outline:none;border:1px solid #4e3620;border-radius:0;cursor:pointer;line-height:1;color:#fff;background:#4e3620;font-size:15px;font-weight:600;transition:all .3s ease-in-out}
.btn:hover{background:transparent;color:#4e3620;opacity:1;transition:all .3s ease-in-out}
.btn--light{background:transparent;color:#fff;border-color:#fff}
.btn--light:hover{background:#fff;color:#4e3620}
.btn:focus{outline:none}

/* ---- HEADER ---- */
.header{display:block;position:fixed;top:0;z-index:99;width:100%;padding:0 0 10px 0;transition:.5s}
.header .container{position:relative;display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;margin:auto;padding:18px 30px 0}
.header__logo{display:inline-flex;align-items:center;gap:12px}
.header__logo svg{width:42px;height:42px}
.header__logo .site-name{font-family:"Georgia",serif;font-size:20px;letter-spacing:2px;text-transform:uppercase;color:#fff;transition:all .3s ease-in-out}
.header__logo:hover{opacity:0.75}
.header__logo span.hidden-text{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}

#primary-nav .privary-navigation__list{display:flex;gap:30px;list-style:none;padding:0;margin:0}
#primary-nav .privary-navigation__item a{font-size:14px;letter-spacing:1px;text-transform:uppercase;color:#fff;position:relative;padding-bottom:4px}
#primary-nav .privary-navigation__item a::after{content:'';display:block;position:absolute;bottom:0;left:0;width:0;height:1px;background:#fff;transition:width .3s ease-in-out}
#primary-nav .privary-navigation__item a:hover::after{width:100%}
#primary-nav .privary-navigation__item a:hover{opacity:1}

.header .cta-btn{display:block;transition:all .3s ease-in-out;padding:13px 28px;line-height:1;font-size:14px;text-transform:uppercase;letter-spacing:1px;font-weight:600;border:1px solid #fff;color:#fff;white-space:nowrap;text-align:center}
.header .cta-btn:hover{background:#4e3620;border-color:#4e3620;transition:all .3s ease-in-out;opacity:1}

.header.down{top:-100px;transition:all .3s ease-in-out}
.header.up{background:#fff;box-shadow:0 10px 8px rgba(0,0,0,0.1);top:0;transition:all .5s ease-in-out;padding:0 0 12px 0}
.header.up #primary-nav .privary-navigation__item a{color:#4e3620}
.header.up #primary-nav .privary-navigation__item a::after{background:#4e3620}
.header.up .header__logo .site-name{color:#4e3620}
.header.up .header__logo svg path{fill:#4e3620}
.header.up .cta-btn{background:#4e3620;border-color:#4e3620;color:#fff}
.header.up .cta-btn:hover{background:transparent;color:#4e3620}

/* ---- MOBILE NAV ---- */
.burger-menu{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}
.burger-menu .bar{display:block;width:24px;height:2px;background:#fff;transition:all .3s ease-in-out}
.header.up .burger-menu .bar{background:#4e3620}
.mobile-nav-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#1e0e06;z-index:200;flex-direction:column;justify-content:center;align-items:center;gap:24px}
.mobile-nav-overlay.open{display:flex}
.mobile-nav-overlay a{color:#fff;font-size:20px;letter-spacing:2px;text-transform:uppercase}
.mobile-nav-overlay .close-menu{position:absolute;top:20px;right:24px;color:#fff;font-size:32px;background:none;border:none;cursor:pointer}

@media only screen and (max-width:1005px){
  main{margin-top:80px}
  #primary-nav,.header .cta-btn{display:none}
  .burger-menu{display:flex}
}
@media only screen and (max-width:1005px){
  #home main{margin-top:0}
}

/* ---- HERO ---- */
.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-section .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-section .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(20,8,3,0.55);z-index:1}
.hero-section .hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:40px 20px}
.hero-section .hero-content .hero-eyebrow{font-size:13px;letter-spacing:4px;text-transform:uppercase;color:rgba(255,255,255,0.7);margin-bottom:20px}
.hero-section .hero-content h1{font-size:clamp(2rem,5vw,4rem);letter-spacing:3px;text-transform:uppercase;margin:0 0 24px;font-weight:normal}
.hero-section .hero-content p{font-size:18px;max-width:560px;margin:0 auto 36px;line-height:1.8;opacity:.9}

/* ---- INTRO QUAD (centered bordered box like template) ---- */
.single-quad{padding:70px 20px;text-align:center}
.single-quad.border-partial{position:relative}
.single-quad.border-partial::before{content:'';display:block;width:1px;height:40px;background:#4e3620;margin:0 auto 30px}
.single-quad.border-partial::after{content:'';display:block;width:1px;height:40px;background:#4e3620;margin:30px auto 0}
.single-quad article{max-width:700px;margin:0 auto;border:1px solid #ddd;padding:50px 40px}
.single-quad h2{font-size:clamp(1.4rem,3vw,2rem);letter-spacing:2px;text-transform:uppercase;margin:0 0 20px}
.single-quad p{font-size:17px;color:#555;margin:0 0 30px}

/* ---- SPLIT IMAGE + CONTENT (like template's single-quad-img--color) ---- */
.split-section{display:flex;min-height:480px}
.split-section .part{flex:1}
.split-section .part--img img{width:100%;height:100%;object-fit:cover;display:block}
.split-section .part--content{background:#5c3d2e;display:flex;align-items:center;justify-content:center;padding:60px 50px}
.split-section .part--content article{max-width:480px;color:#fff}
.split-section .part--content .eyebrow{font-size:12px;letter-spacing:4px;text-transform:uppercase;opacity:.6;margin-bottom:16px}
.split-section .part--content h2{font-size:clamp(1.3rem,2.5vw,1.9rem);letter-spacing:2px;text-transform:uppercase;margin:0 0 18px;font-weight:normal}
.split-section .part--content p{font-size:16px;line-height:1.8;opacity:.9;margin:0 0 30px}
.split-section.reverse .part--img{order:2}
.split-section.reverse .part--content{order:1;background:#3d2b1e}

@media only screen and (max-width:767px){
  .split-section{flex-direction:column}
  .split-section .part--img{min-height:280px}
  .split-section.reverse .part--img{order:0}
  .split-section.reverse .part--content{order:0}
}

/* ---- PRICE LIST ---- */
.price-section{padding:80px 20px;background:#faf8f5}
.price-section h2{text-align:center;font-size:clamp(1.4rem,3vw,2rem);letter-spacing:2px;text-transform:uppercase;margin:0 0 10px}
.price-section .section-sub{text-align:center;color:#777;margin:0 0 50px;font-size:16px}
.price-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}
.price-card{background:#fff;border:1px solid #e8e0d8;padding:36px 32px;flex:1;min-width:260px;max-width:340px;text-align:center;transition:box-shadow .3s ease}
.price-card:hover{box-shadow:0 8px 32px rgba(78,54,32,0.12)}
.price-card .card-icon{font-size:28px;color:#4e3620;margin-bottom:16px}
.price-card h3{font-size:1.15rem;letter-spacing:1px;text-transform:uppercase;margin:0 0 10px}
.price-card .price{font-size:2rem;font-weight:bold;color:#4e3620;margin:10px 0 4px}
.price-card .price-note{font-size:13px;color:#999;margin:0 0 20px}
.price-card ul{text-align:left;margin:0 0 24px;padding:0;list-style:none}
.price-card ul li{font-size:15px;color:#555;padding:6px 0;border-bottom:1px solid #f0ebe4}
.price-card ul li:last-child{border-bottom:none}
.price-card ul li i{color:#4e3620;margin-right:8px;font-size:13px}

/* ---- GALLERY BLOCK ---- */
.gallery-block{padding:60px 0 0}
.gallery-block .gallery-header{text-align:center;padding:0 20px 40px}
.gallery-block .gallery-header h2{font-size:1.1rem;letter-spacing:4px;text-transform:uppercase;display:inline-flex;align-items:center;gap:14px;margin:0}
.gallery-block .gallery-header h2 a{color:#4e3620;font-size:20px}
.gallery-block .gallery-header h2 a:hover{opacity:.6}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.gallery-grid .gallery-item{overflow:hidden;aspect-ratio:1/1}
.gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.gallery-grid .gallery-item:hover img{transform:scale(1.05)}
@media only screen and (max-width:767px){
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
}

/* ---- SIGNUP FORM STRIP ---- */
.form-strip{padding:80px 20px;background:#fff}
.form-strip .container{text-align:center}
.form-strip .strip-title{font-size:1.1rem;letter-spacing:4px;text-transform:uppercase;margin:0 0 8px}
.form-strip .strip-sub{font-size:16px;color:#777;margin:0 0 40px}
.form-strip form{display:flex;flex-wrap:wrap;justify-content:center;gap:0;max-width:700px;margin:0 auto}
.form-strip .fields-wrap{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;width:100%}
.form-strip .field.input{flex:1;min-width:200px;position:relative}
.form-strip .field.input input{width:100%;background:transparent;border:0;border-bottom:1px solid #4e3620;padding:8px 5px;font-family:"Georgia",serif;font-size:15px;color:#333}
.form-strip .field.input input::placeholder{color:#999}
.form-strip .gdpr-wrap{width:100%;margin:20px 0;display:flex;flex-direction:column;gap:10px;text-align:left;max-width:620px}
.form-strip .field.gdpr{position:relative;font-size:14px;color:#555;display:flex;align-items:flex-start;gap:10px}
.form-strip .field.gdpr input[type=checkbox]{width:14px;height:14px;margin-top:3px;flex-shrink:0;appearance:none;border:1px solid #4e3620;cursor:pointer}
.form-strip .field.gdpr input[type=checkbox]:checked{background:#4e3620}
.form-strip .thankyouMsg{display:none;font-size:17px;color:#4e3620;padding:20px}
.signup-btn{margin-top:24px;padding:13px 36px;background:#4e3620;color:#fff;border:1px solid #4e3620;font-size:15px;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease}
.signup-btn:hover{background:transparent;color:#4e3620}

/* ---- FORMS (general contact) ---- */
.contact-form-section{padding:80px 20px}
.contact-form-section h1{text-align:center;font-size:clamp(1.4rem,3vw,2rem);letter-spacing:2px;text-transform:uppercase;margin:0 0 10px}
.contact-form-section .section-sub{text-align:center;color:#777;margin:0 0 50px}
.contact-form-section form{max-width:700px;margin:0 auto}
.form-row{display:flex;gap:24px;flex-wrap:wrap}
.form-entry{margin:20px 0;position:relative;flex:1;min-width:240px}
.form-entry label{display:block;margin:0 0 8px;font-size:15px;color:#333}
.form-entry input[type=text],
.form-entry input[type=email],
.form-entry input[type=tel],
.form-entry select,
.form-entry textarea{width:100%;font-family:"Georgia",serif;font-size:15px;appearance:none;background:transparent;border:0;border-bottom:1px solid #4e3620;padding:8px 5px;color:#333;border-radius:0}
.form-entry textarea{min-height:130px;resize:vertical}
.form-entry input::placeholder,.form-entry textarea::placeholder{color:#aaa}
.form-entry label.error{position:absolute;bottom:100%;left:0;font-size:12px;color:#fff;background:#e74c3c;padding:6px 10px;border-radius:3px;margin-bottom:2px;z-index:3;white-space:nowrap}
.form-entry label.error::before{content:"";display:block;position:absolute;top:100%;left:16px;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #e74c3c}
.field.gdpr{position:relative;text-align:left;margin:16px 0}
.field.gdpr input[type=checkbox]{display:inline-block;vertical-align:top;appearance:none;border-radius:0;border:1px solid #4e3620;width:14px;height:14px;margin:3px 10px 0 0;cursor:pointer}
.field.gdpr input[type=checkbox]:checked{background:#4e3620}
.field.gdpr label{display:inline-block;vertical-align:top;width:calc(100% - 30px);font-size:14px;line-height:1.4;color:#555}
.form-submit{margin-top:32px;text-align:center}

/* ---- FAQ ---- */
.faq-section{padding:80px 20px}
.faq-section h1{text-align:center;font-size:clamp(1.4rem,3vw,2rem);letter-spacing:2px;text-transform:uppercase;margin:0 0 50px}
.faq-item{border-bottom:1px solid #e8e0d8;padding:0}
.faq-item summary{list-style:none;cursor:pointer;padding:22px 0;font-size:17px;font-weight:600;color:#333;display:flex;justify-content:space-between;align-items:center}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'\f078';font-family:"Font Awesome 6 Free";font-weight:900;font-size:13px;color:#4e3620;transition:transform .3s ease}
.faq-item[open] summary::after{transform:rotate(180deg)}
.faq-item .faq-answer{padding:0 0 24px;color:#555;font-size:16px;line-height:1.8}

/* ---- EVENT CALENDAR ---- */
.events-section{padding:80px 20px}
.events-section h1{text-align:center;font-size:clamp(1.4rem,3vw,2rem);letter-spacing:2px;text-transform:uppercase;margin:0 0 50px}
.events-grid{display:flex;flex-direction:column;gap:24px;max-width:900px;margin:0 auto}
.event-card{display:flex;gap:0;border:1px solid #e8e0d8;overflow:hidden}
.event-card .event-date{background:#4e3620;color:#fff;min-width:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;text-align:center;flex-shrink:0}
.event-card .event-date .day{font-size:2.4rem;font-weight:bold;line-height:1}
.event-card .event-date .month{font-size:13px;letter-spacing:2px;text-transform:uppercase;margin-top:6px}
.event-card .event-body{padding:24px 28px;flex:1}
.event-card .event-body h3{font-size:1.1rem;margin:0 0 8px;letter-spacing:1px;text-transform:uppercase}
.event-card .event-body p{font-size:15px;color:#666;margin:0 0 16px;line-height:1.7}
.event-card .event-body .event-meta{font-size:13px;color:#999;display:flex;gap:20px;flex-wrap:wrap}
.event-card .event-body .event-meta span{display:flex;align-items:center;gap:6px}
@media only screen and (max-width:600px){
  .event-card{flex-direction:column}
  .event-card .event-date{flex-direction:row;gap:10px;min-width:auto;padding:16px 20px}
}

/* ---- ABOUT PAGE ---- */
.about-section{padding:80px 20px}
.about-section h1{font-size:clamp(1.4rem,3vw,2rem);letter-spacing:2px;text-transform:uppercase;margin:0 0 30px}
.about-grid{display:flex;gap:50px;align-items:flex-start;flex-wrap:wrap}
.about-grid .about-img{flex:1;min-width:280px}
.about-grid .about-img img{width:100%;display:block}
.about-grid .about-text{flex:1.2;min-width:280px}
.about-grid .about-text h2{font-size:1.5rem;letter-spacing:1px;margin:0 0 20px;text-transform:uppercase}
.about-grid .about-text p{color:#555;font-size:16px;line-height:1.8;margin:0 0 18px}
.team-section{padding:60px 20px;background:#faf8f5}
.team-section h2{text-align:center;font-size:clamp(1.3rem,2.5vw,1.8rem);letter-spacing:2px;text-transform:uppercase;margin:0 0 40px}
.team-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}
.team-card{text-align:center;flex:1;min-width:200px;max-width:260px}
.team-card img{width:100%;aspect-ratio:1/1;object-fit:cover;margin-bottom:16px;filter:grayscale(20%)}
.team-card h3{font-size:1rem;letter-spacing:1px;text-transform:uppercase;margin:0 0 6px}
.team-card p{font-size:14px;color:#777}

/* ---- STATIC PAGES (privacy etc) ---- */
.page-hero{background:#3d2b1e;color:#fff;padding:80px 20px 60px;text-align:center}
.page-hero h1{font-size:clamp(1.5rem,3.5vw,2.5rem);letter-spacing:3px;text-transform:uppercase;margin:0 0 14px;font-weight:normal}
.page-hero p{font-size:16px;opacity:.75;max-width:560px;margin:0 auto}
.text-page{padding:70px 20px}
.text-page .container{max-width:860px}
.text-page h2{font-size:1.3rem;letter-spacing:1px;text-transform:uppercase;margin:36px 0 12px;color:#4e3620}
.text-page h3{font-size:1.05rem;margin:24px 0 10px;color:#333}
.text-page p{color:#555;font-size:16px;line-height:1.8;margin:0 0 16px}
.text-page ul{margin:0 0 20px;padding-left:20px;list-style:disc}
.text-page ul li{font-size:16px;color:#555;line-height:1.8;margin-bottom:8px}
.text-page a{color:#4e3620}

/* ---- FOOTER ---- */
.footer{background:#1e0e06;color:rgba(255,255,255,0.8);padding:60px 0 0}
.footer .container{padding:0 30px}
.footer-top{display:flex;justify-content:space-around;align-items:flex-start;flex-wrap:wrap;gap:40px;padding-bottom:50px}
.footer__item{flex:1;min-width:180px}
.footer__item h4{font-size:13px;letter-spacing:3px;text-transform:uppercase;color:#fff;margin:0 0 18px}
.footer__item p,.footer__item a{font-size:15px;color:rgba(255,255,255,0.7);line-height:1.8;display:block;margin-bottom:4px}
.footer__item a:hover{color:#fff;opacity:1}
.footer__item .social-links{display:flex;gap:16px;margin-top:16px}
.footer__item .social-links a{font-size:18px;color:rgba(255,255,255,0.6)}
.footer__item .social-links a:hover{color:#fff;opacity:1}
.footer__logo-svg{margin-bottom:20px}
.footer__logo-svg svg{width:60px;height:60px;opacity:.6}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding:22px 30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}
.footer-bottom .copyright{font-size:14px;color:rgba(255,255,255,0.5)}
.footer-bottom nav ul{display:flex;flex-wrap:wrap;gap:6px 20px;list-style:none;padding:0;margin:0}
.footer-bottom nav ul li a{font-size:13px;color:rgba(255,255,255,0.5)}
.footer-bottom nav ul li a:hover{color:#fff;opacity:1}
@media only screen and (max-width:767px){
  .footer-top{flex-direction:column;gap:30px}
  .footer-bottom{flex-direction:column;text-align:center}
}

/* ---- BREADCRUMB ---- */
.breadcrumb{padding:14px 20px;font-size:13px;color:#999}
.breadcrumb a{color:#4e3620}
.breadcrumb a:hover{opacity:.6}

/* ---- HOTEL-BACK LINK ---- */
.back-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#4e3620;margin-bottom:30px}
.back-link:hover{opacity:.6}

/* ---- SECTION DECORATORS ---- */
.section-divider{display:block;width:40px;height:1px;background:#4e3620;margin:0 auto 30px}
.section-eyebrow{font-size:12px;letter-spacing:4px;text-transform:uppercase;color:#999;margin-bottom:12px;display:block}

/* ---- COOKIES ALERT ---- */
#cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:#1e0e06;color:rgba(255,255,255,0.85);padding:18px 30px;z-index:9999;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;transform:translateY(100%);transition:transform .4s ease}
#cookie-banner.show{transform:translateY(0)}
#cookie-banner p{margin:0;font-size:14px;line-height:1.6;max-width:800px}
#cookie-banner p a{color:#c9a866;text-decoration:underline}
#cookie-banner .cookie-actions{display:flex;gap:10px;flex-shrink:0}
#cookie-banner .cookie-actions button{padding:10px 22px;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:1px solid rgba(255,255,255,0.4);background:transparent;color:#fff;transition:all .3s ease}
#cookie-banner .cookie-actions .accept-btn{background:#4e3620;border-color:#4e3620}
#cookie-banner .cookie-actions button:hover{background:#4e3620;border-color:#4e3620}

/* ---- SEND.PHP SUCCESS ---- */
.send-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;text-align:center}
.send-page .send-icon{font-size:60px;color:#4e3620;margin-bottom:24px}
.send-page h1{font-size:2rem;letter-spacing:2px;text-transform:uppercase;margin:0 0 16px}
.send-page p{font-size:17px;color:#555;max-width:480px;margin:0 auto 30px}

/* ---- ANIMATIONS ---- */
.animate-fade{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}
.animate-fade.visible{opacity:1;transform:translateY(0)}

/* ---- RESPONSIVE misc ---- */
@media only screen and (max-width:600px){
  .price-card{min-width:100%;max-width:100%}
  .single-quad article{padding:30px 20px}
}
