/*
Theme Name:  Projektbau
Theme URI:   https://projektbau.at
Description: Custom theme für projektbau.at
Version:     1.0.0
Author:      Werbeheinis – Heinrich & Partner Werbeagentur GmbH
License:     Proprietary
*/

*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Inter,sans-serif;color:#383C3A;background:#fff;}
img{max-width:100%;}
a{color:inherit;}

/* ── Nav ─────────────────────── */
@media(max-width:900px){
  [data-nav-desktop],[data-nav-cta]{display:none!important;}
  [data-nav-burger]{display:flex!important;}
  [data-nav-bar]{padding:0 20px!important;}
}

/* ── WP default overrides ─────── */
.wp-caption,.wp-caption-text,.gallery-caption{font-size:inherit;}

/* ACF wysiwyg output */
.pb-rt h2{font-family:Manrope,sans-serif;font-size:22px;font-weight:700;margin:0 0 14px;}
.pb-rt h3{font-family:Manrope,sans-serif;font-size:17px;font-weight:600;margin:0 0 8px;}
.pb-rt p{font-size:16px;line-height:1.8;color:#5C605E;margin:0 0 16px;}
.pb-rt ul{font-size:16px;line-height:1.9;color:#5C605E;margin:0 0 16px;padding-left:22px;}
.pb-rt li{line-height:1.9;}
.pb-rt strong{color:#383C3A;}
.pb-rt a{color:#0079C1;}
.pb-rt hr{border:none;border-top:1px solid #EDE9EA;margin:36px 0;}
