@charset "utf-8";
/* CSS Document */

body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}

h1, h2, h3{
   font-family: 'Bebas Neue', cursive;
    color: #317B47;
}

h2{
    font-size: 48px;
}

h2 > span{
    color: #000;
}

h1 > span{
    color: #000;
}

h1{
    font-size: 100px;
    line-height: 100px;
}

h3 > span{
    color: #000;
}

p, li, ul{
   font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}

a{
    color: #E19239;
    font-weight: 700;
}

a > i{
    color: #E19239;
    margin-right: 10px;
}

a:hover{
    color: #FBC589;
    text-decoration: none;
}

.about-home{
    margin-top: 80px;
    margin-bottom: 80px;
}

.about-home h2{
    margin-top: 60px;
}

.about-home svg{
    margin-top: 60px;
}

.title-oferta{
    text-align: center;
}


.oferta-home{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F1F1F1;
}

.oferta-box{
    margin-bottom: 25px;
    transition: transform .2s; /* Animation */
}

.oferta-box:hover{
   transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.oferta-box img{
    margin-bottom: 20px;
}

.oferta-box h4{
    font-size: 18px;
    font-weight: 700;
}

.title-oferta{
    margin-bottom: 60px;
}

.okna-home{
    margin-top: 80px;
    margin-bottom: 80px;
}

.okna-home h2{
    margin-top: 80px;
}

.okna-home svg{
    margin-top: 80px;
}

.kroki{
    margin-top: 80px;
    margin-bottom: 40px;
}

.kroki-title{
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 40px;
}

.kroki-liczby{
    padding-bottom: 30px;
}

.kroki-liczby h3{
    font-size: 60px;
    color: #E19239;
}

.kroki-liczby h4{
    font-size: 18px;
    color: #292929;
    font-weight: 700;
}

.banner{
    background-image: url(../img/bannerbg.jpg);
    background-repeat: no-repeat;
    margin-bottom: 80px;
    background-size: contain;
}

.banner button{
    font-size: 14px;
}

.green-banner{
  background-color: #317B47;  
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}

.green-banner h2{
    color: #fff;
}

.green-banner h2 >span{
    color: #E19239;
}

.green-banner p{
    color: #fff;
}

.green-banner >  button{
    margin-top: 15px;
}

.footer{
   background-color: #000; 
    padding-top: 20px;
    color: #6B6B6B;
    padding-bottom: 7px;
    font-size: 14px;
}

.footer ul{
    margin-bottom: 20px;
}

.footer li{
    font-size: 14px;
    color: #fff;
    display: inline;
    margin-left: 10px;
}
.footer p{
    font-size: 14px;
    color: #fff;
}
.footer a{
    color: inherit;
    font-weight: 400;
}

.footer a:hover{
    color: #E19239;
}

.footer p>span{
    color: #E19239;
    font-weight: 900;
}

.btn-warning {
    color: #ffffff;
    background-color: #e19239;
    border-color: #e19239;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
}

.btn-warning:hover{
    color: #ffffff;
    background-color: #b4752e;
}

.btn-warning:focus{
    color: #ffffff;
    background-color: #b4752e;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #E19239;
}

.bg-light {
    background-color: #ffffff!important;
}

.swiper-container {
        width: 100%;
        height: 70vh;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(49,123,71,1) 60%, rgba(49,123,71,1) 100%);
    margin-top: 70px;
      }

      .swiper-slide h1{
          margin-top: 25%;
      }

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #bfbfbf;
}
.page-top{
    background-image: url(../img/page-top.png);
    background-position: 83.5% 0%;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 30px;
    margin-top: 70px;
}

.page-top h1{
  font-size: 60px;  
    margin-bottom: -20px;
}

.page{
    margin-top: 80px;
}

.oferta{
    margin-top: 80px;
    margin-bottom: 120px;
}

.realizacja-box{
    margin-bottom: 25px;
}

.realizacja-box h4{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}

.realizacja-box img{
    margin-bottom: 15px;
}

.realizacja-box p{
    font-weight: 14px;
}

.realizacje{
    margin-top: 80px;
    margin-bottom: 120px;
}

.oferta-page{
    margin-top: 80px;
    margin-bottom: 120px;
}

.oferta-page img{
    margin-bottom: 20px;
}

.kontakt{
    margin-top: 80px;
    margin-bottom: 120px;
}

.mapa{
    margin-top: 60px;
}

.g-info{
    padding: 45px;
    text-align: center;
    border: 1px solid #ededed;
}

.g-info h4{
    font-size: 18px;
    color: #317B47;
}

.g-info p{
    font-size: 14px;
}

.g-info i{
    margin-bottom: 20px;
    font-size: 18px;
    color: #E19239;
}

.willkommen{
    margin-bottom: 60px;
}

.fens{
    margin-bottom: 80px;
}

.fens h3{
    margin-bottom: 15px;
}

.fens ul{
    padding-left: 17px;
}

.fens li{
    margin-bottom: 10px;
}
.fens-title{
    margin-top: 30px;
}

.popup-gallery img{
    margin-bottom: 20px;
}

.treppen-gal{
    margin-top: 60px;
}

.form-group{
    margin-bottom: 30px;
}

.realizacja .form-group{
    margin-bottom: 15px;
}
.add{
    margin-top: 80px;
    margin-bottom: 60px;
}

.anfrage{
    margin-top: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

.anf img{
    border: 1px solid #ededed;
    margin-bottom: 10px;
}

.anf-info{
    margin-bottom: 30px;
}

.realizacja img{
    margin-bottom: 20px;
}

.realizacja button{
    margin-top: 20px;
}


.angebot-page{
    margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
 h1 {
    font-size: 48px;
    line-height: 1.1em;
}
    .swiper-container {
    height: 100vh;

    background: #fff;;
    margin-top: 57px;
}
    .about-home h2 {
    margin-top: 30px;
}
    .okna-home h2 {
    margin-top: 0px;
}
    .okna-home svg {
    margin-top: 20px;
    margin-bottom: 30px;
}
    .kroki {
    margin-top: 20px;
    margin-bottom: 40px;
}
    .green-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}
    .banner {
    margin-bottom: 0px;
}
    .page-top h1 {
    font-size: 60px;
    margin-bottom: 20px;
}
    .about-home {
    margin-top: 0px;
    margin-bottom: 80px;
}
    .bloczek{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .about-home .bloczek  svg{
        margin-top: 0px;
    }
    
    .about-home img{
        margin-bottom: 20px;
    }
    .anfrage {
    margin-top: 0px;
}
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem;
    padding-left: .6rem;
}
}
@media (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
    }
}