
/**
 * NAGŁÓWEK I NAWIGACJA
 **/
header{display: grid; grid-template-columns: 2fr 8fr; grid-gap: 1rem; position: relative; height: 3rem; padding: .5rem; justify-items: end; align-content:center; align-items:center; padding: 0 calc( (100vw - 85vw) /2 );}
header>*{width: 100%}
header>a{justify-self: self-start;
  display: flex; gap: .5rem;text-decoration: none
}
header>a>p{font-weight: 600; font-size: 1.35rem;align-self: center; line-height: 100%; margin-top: .3rem}
header>a>img{height: 2.5rem; width: auto; align-self: center}

header [class^="menu-menu-top"]{}
header [class^="menu-menu-top"] ul{display: flex; justify-content: end}
header [class^="menu-menu-top"] li{list-style-type: none;display: flex; position: relative; min-width: 4.8rem; margin: 0; padding: 0}
header [class^="menu-menu-top"] a{padding: .5rem; text-decoration: none; transition: .5s; font-size: 1rem; font-weight: 600}
header [class^="menu-menu-top"] a:hover{background-color: var(--background-color); color: #fff}
header [class^="menu-menu-top"] li:last-of-type{margin-right: -.5rem}
header [class^="menu-menu-top"] ul li ul{
  width: 0; height: 0; overflow: hidden;
}
header [class^="menu-menu-top"] ul li:hover>ul{
  position: absolute; 
  display: block;
  top: 70%;left: 0; z-index: 11;
  width: max-content; height: auto; padding: 0;
  background-color: var(--background-color)
  
}
header [class^="menu-menu-top"] ul li:hover>ul a{display: block; color: #fff; width: 100%; padding: .5rem; }
header [class^="menu-menu-top"] ul li:hover>ul a:hover{background-color: #77150a;}
header [class^="menu-menu-top"]>ul li:hover ul>li{
  width: 100%; display: block;width: max-content; height: auto; border-block: dotted 1px #fff;
}

#nav_open, #lbl_nav_open, #lbl_nav_close{display: none}


/**
 * SEKCJE, BLOKI, KOLUMNY
 **/
.pc_padding{
  display: block; width: 100vw; margin: 0; padding: 0 calc( (100vw - 85vw) /2 );  );
}
.columns_2, .columns_3, .columns_4, .columns_5, .columns_6{display: grid; grid-gap: 2rem; grid-template-columns: 1fr 1fr;}
.columns_3{grid-template-columns: 1fr 1fr 1fr;}
.columns_4{grid-template-columns: 1fr 1fr 1fr 1fr;}
.columns_5{grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
.columns_6{grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;}
iframe{height: 100vh - 5rem}


.hero_slider{
  height: calc(100vh - 3rem); 
  position: relative
}
.hero_slider>.swiper-wrapper>.swiper-slide{
  padding: 0 calc( (100vw - 85vw) /2 );
  display: flex; flex-direction: column; justify-items: center; justify-content: center; align-content: center;
}
.hero_slider>.swiper-wrapper>.swiper-slide *{
  text-align: left;
  max-width: 50%;
}

.parallax-bg {
      filter: opacity(50%);
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
}
.swiper-pagination{bottom: 0%; left: 50%; z-index: 1;}
.hero_slider h1{margin-top: 0; line-height: 110%}
.hero_slider p{font-weight: 500}


/**
 * FORMULARZE
 **/

input, phone, email, textarea, label{
  padding: .5rem; 
}
[type="checkbox"]{margin-left: -.05rem; margin-right: .5rem}

label, label span{color: #fff !important; margin: 0; font-size: .8rem; padding: 0;margin: 0;}



.hero{display: block; position: relative; }
.hero-form{display: block;position: absolute;background-color: var(--background-color);padding: 1rem;top: 50%;left: 55%; right:  calc( (100vw - 85vw) / 2 ); transform: translateY(-50%); z-index: 1;}
.hero-form label{display: flex; justify-items: center; justify-content:center;align-content:center; align-items: center}
.hero-form *:not("span"){font-size: 1.5rem !important; }
.hero-form *:not([type="checkbox"]):not([type="submit"]){width: 100%;}
.hero-form [type="submit"]{margin-left: 50%; transform: translateX(-50%); font-size: 1.25rem; background-color: var(--button-background); color: var(--background-color);font-weight: 400; border: solid 1px var(--button-background); padding: .5rem 1rem; font-weight: 400}
.hero-form ::placeholder{font-size: 1.2rem;font-weight: 400; text-align: center}
.hero-form input{font-size: 1.2rem;}

.piktogramy h4{font-size: 1rem; font-weight: 400; text-align: center}

.post_thumbnails{display: grid; grid-gap: 1rem; grid-template-columns: 1fr 1fr; margin-bottom: 3rem}
.post_thumbnail{position: relative; margin-bottom: 1rem}
.post_thumbnail img{height: 12rem; width: 100%;}
.post_thumbnail h2{position: absolute; border: solid 1px var(--background-color); width: 100%; bottom: 0;margin: 0; padding: .5rem; background-color: var(--background-color); color: #fff}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem
}
.gallery img{height: 10rem; width: auto; margin: auto; position: relative; max-width: initial;}