html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; /* Ustaw wartość w zależności od wysokości nagłówka */

}

nav ul {
    list-style:none;
}
button {
    border: none;
    font-family: Roboto;
    background-color: #947510;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;

}




* {
    font-family: "Rubik", serif;
    box-sizing: border-box;
}
/* Stylizacja sekcji komentarzy */
.post-navigation {
    display: none !important;
}

/* Formularz komentarzy */
#respond {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

/* Pola formularza */
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

/* Stylizacja pola tekstowego */
#commentform textarea {
    min-height: 120px;
    resize: vertical;
}

/* Przycisk wysyłania */
#commentform input[type="submit"] {
    margin-top: 10px;
    background: #BFA100;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

#commentform input[type="submit"]:hover {
    background: #BFA100;
}

/* Stylizacja checkboxa */
#commentform .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
}

#commentform .comment-form-cookies-consent label {
    font-size: 14px;
    color: #555;
}

/* Stylizacja istniejących komentarzy */
.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list li {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.comment-list .comment-author {
    font-weight: bold;
    color: #222;
}
.comment-form-comment {
    margin-top: 20px;
    
}
.comment-reply-title {
    margin-bottom: 30px;
}
.comment-list .comment-meta {
    font-size: 14px;
    color: #777;
}

.comment-list .comment-body {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}
/* Główne style */
.nav-top {
    background-color: #947510;
    color: white;
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    padding: 0 5%;
}

.nav-top-left {
    display: flex;
}

.nav-top-left-info {
    display: flex;
    margin-right: 20px;
}

.nav-top-left-info p {
    font-weight: 400;
}

.nav-top-left-info i {
    margin-right: 10px;
    align-items: center;
}

.nav-top-right i {
    margin-right: 10px;
}

a {
    text-decoration: none;
    color: black;
}
.header-blog {
    height: 400px;
}
.header-content h3 {
    margin-top: 20px;
}

/* Główna nawigacja */
#menu {
    position: relative;
    width: 100vw;
    background: white;
    padding: 15px 5%;
    transition: all 0.3s ease-in-out;
}

/* Przyklejone menu */
.fixed {
    position: fixed !important; /* Wymusza pozycję */
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 10px #BFA100;
    transition: all 0.3s ease-in-out;
    z-index: 1000; /* Zapewnia, że menu nie schowa się pod innymi elementami */
/* Styl dla nawigacji */
}
nav {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    background-color: #EDEDED;
    transition: all 0.3s ease-in-out;
}

.nav-left p {
    font-weight: bold;
}

.nav-right {
    padding-right: 10%;
}

#hamburger {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #333;
}

/* Styl dla menu */
.nav-right ul {
    display: flex;
    gap: 15px;
    list-style: none;
}
.nav-right ul a {
    margin-right: 15px;
    font-family: "Roboto", serif;
    font-weight: 500;
}
nav a:hover {
    color: #947510; /* złoty kolor */
}

/* header */ 
header {
    background-image: url('/wp-content/themes/pegazzzzzz/header.webp');
    height: 60vh;
    background-size: cover; /* Tło ma pokrywać całą szerokość i wysokość */
    background-position: center; /* Tło ma być wyśrodkowane */
    display: flex;
 padding-top: 10%;
    justify-content: center;
    color: white;
}
header h2 {
    font-size: 46px;
}
.header-content {
    text-align: center;


}
.header-content h1 {
 margin-top: 10px;
}
.btn-header {
    margin-top: 20px;
}

/* UBER UNS */ 
.uberuns {
    padding: 0 5%;
    padding-top: 75px;
    padding-bottom: 75px;
    display: flex;
}
.uberuns-left {
    width: 50%;
}
 .uberuns-right {
    padding-left: 10%;
 }
.uberuns-right-content {
    width: 80%;
}
.uberuns-right-content h3 {
text-transform: uppercase;
    color: #947510;
    margin-bottom: 10px;
}
.uberuns-right-content h2 {
font-weight: 600;
font-size: 32px;
} 
.uberuns-right-content p {
    color:#5E5E5E;
    margin-top: 20px;
}
.uberuns-grunds {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.uberuns-grund {
    margin-top: 15px;
    display: flex;
    align-items: center;
    width: 50%;
    justify-items: center;
}
.uberuns-grund i {
    margin-right: 15px;
    color: #947510;
    font-weight: bold;
}
.uberuns-grund p {
    margin: 0;
    color: black;

}
.btn-uberuns {
    margin-top: 30px;
}

/* ANGEBOTE */ 
.angebotes {
    background-color: black;
    color: white;
    padding-top: 75px;
    text-align: center;
    padding-bottom: 75px;
}
.angebotes h2 {
    color: #947510;
}
.angebotes h1 {
    font-size: 36px;
}
.angebotes-content {
    margin-top: 50px;
    display: flex;
    padding: 0 15%;
    justify-content: center;

}
.angebote {
    background-color: #1e1e1e;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    margin-right: 40px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    padding-bottom: 75px;
  border-radius:
5%;
  }
  
  .angebote:hover {
    transform: scale(1.05);
  }

.angebote-img {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #947510;
    display: flex;
    align-items: center;
    justify-content: center;
}
.angebote-img img {
    width: 50px;
}
.btn-angebote {
    margin-top: 40px;
    margin-bottom: 50px;
    background-color: #947510;
}


/* BLOG */

.blog {
    padding-top: 75px;
   
    background-color: #fff;
}
.single-blog {
    margin-bottom: 75px;
}
.blog .wrap {
    width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


.blog-left {
 width: 50%;



}
.blog-left-left {
    width: 75%;
}
.blog-left img {
    width: 100%;
    height: 300px;
}
.blog-post {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.blog-post-upper {
    position: relative;
    width: 100%;
}
.blog-post-data {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    background-color: #947510;
    display: flex;
    align-items: center;
    width: 120px;
    height: 30px;
    justify-content: center;
    border-radius: 5px;
}
.blog-post-data .number {
    margin-right: 5px;
   
}
.blog-post-down {
    background-color: #F8F9FA;
    border-radius: 1%;
    width: 90%;
    margin-top: -20px;
    z-index: 999;
    height: 100px;
}
.blog-info {
    display: flex;
    padding: 10px;
    color: #5E5E5E;
}
.blog-title {
    padding: 5px;
    font-family: Roboto;
    font-weight: 500;
}
.blog-autor {
    display: flex;
    margin-right: 10px;
}
.blog-autor i {
    margin-right: 10px;
    color: #BFA100;
    font-weight: bold;
}
.blog-content {
    background-color: #F8F9FA;
}
.blog-comment {
    display: flex;
}
.blog-comment i {
    margin-right: 10px;
    color: #BFA100;
    font-weight: bold;
}
.blog-h2  h2 {
    font-size: 36px !important;
}

/* BLOG RIGHT */
.blog-right {

    background-color: #F8F9FA;
    width: 30%;
   align-items: center;
    display: flex;
    flex-direction: column;
    height: 800px;
    margin-left: 10%;
}
.blog-right-search {
    width: 250px;
    height: 40px;
    background-color: #F1F3F5;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.blog-right h2 {
    font-weight: 400;
}
.blog-right-last-news {
    margin-top: 30px;
    width: 80%;
    display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
}
.blog-right-search i {
    margin-left: 90%;
}
.last-news {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #F1F3F5;
}
.last-news-left {
    display: flex;
    width: 100%;
}
.last-news-date {
    margin-top: 5px;
 color: #5E5E5E;
 font-size: 12px;
}
.last-news-left img {
 width: 75px;
 height: 75px;
 border-radius: 5px;
}
.last-news-right {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.last-news-title h3 {
    font-weight: normal;
    font-size: 14px;
}
.categories {
    width: 100%;
    margin-top: 30px;
    padding: 0 10%;
}
.categories h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.category {
    display: flex;
}
.category-arrow {
    color: #947510;
    margin-right: 10px;
}
.category {
    font-size: 14px;
    color: #5E5E5E;
    margin-bottom: 5px;

}
.tags {
    width: 100%;
    padding: 0 10%;
    margin-top: 30px;
}
.tags h2 {
    margin-bottom: 30px;
}
.tag-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.tag {
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 2px solid #5E5E5E;
    color: #5E5E5E;
    width: 100px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    margin-right: 25px;
}

/* PORTFOLIO */ 
.portfolio {
    background-color: #F8F9FA;
    text-align: center;
    padding-top: 75px;
}
.portfolio h2 {
    color: #947510;
    font-weight: 600;
}
.portfolio h1 {
    margin-top: 15px;
    font-size: 36px;
    margin-bottom: 30px;
}
.portfolio-content button {
    margin-right: 15px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 30px;
    
}
.portfolio-content button p {
    color: white;
    margin: 0;
}
.filter:hover {
    background-color: #BFA100;
}
.portfolio-content-menu {
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    
    justify-content: center;
}
.portfolio-content-menu p {
    margin-right: 10px;
    color: #5E5E5E;
}
.portfolio-content .wrap {
    width: 1240px;
    margin: 0 auto;
}
.portfolio-content-works {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.portfolio-content-work {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 10px;

}
.portfolio-content-work img {
    width: 100%;
    border-radius: 10px;
}
.contact-form {
    width: 500px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .form-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
  }
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
  }
  textarea {
    height: 100px;
    resize: none;
  }
  .form-group label {
    font-weight: bold;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
  }
  .submit-btn {
    background-color: #BFA100;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
  }
  .submit-btn:hover {
    background-color: #BFA100;
  }

  /* KONTAKT */ 
  .kontakt {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .kontakt .wrap {
    display: flex;
    width: 1240px;
    margin: 0 auto;
  }
  .kontakt-left {
    width: 50%;
    text-align: center;
  }
  .kontakt-right {
    width: 50%;
  }
  .kontakt-left h1 {
    font-size: 36px;
    text-align: center;
    font-weight: 400;
  }
  .kontakt-left-kont-wrap {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
   justify-content: center;
   align-items: center;
  }
  .kontakt-left-kont {
    display: flex;
    margin-bottom: 20px;
    text-align: center;
    width: 49%;
    margin-bottom: 30px;
  }
  .kontakt-left-kont i {
    margin-right: 20px;
    color: #947510;
  }
  footer {
    background-color: #1e1e1e;
  }
  footer .wrap {
 width: 1480px;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding-top: 10px;
 padding-bottom: 10px;
  }
  .footer-right i {
    color: #BFA100;
    font-size: 24px;
    
  }

  /* media queries */ 

  @media (max-width: 488px) {
    .nav-top {
        font-size: 12px;
    }
    .blog-h2  h2 {
        font-size: 24px !important;
    }
    .blog-wrap {
        height: 80vh;

    }
    .uberuns-grunds {
        justify-content: center;
    }
    .uberuns-grund {
        width: 45%;
    }
 header h2 {
    margin-top: 50px;
 }

    .portfolio-content button {
        font-size: 12px;
        width: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px 20px;
        height: 40px;
        line-height: 1;
    }
    .portfolio-content button:last-of-type {
        margin-right: 0;
    }
  }
  @media (max-width: 755px) {
     body {
        font-size: 14px;
     }
    /* Pokazanie hamburgera */
    #hamburger {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    #hamburger.active i {
        content: "\f00d"; 
    }
    .blog-left img {
        height: 200px;
    }
    header {
        padding-top: 30%;
        background-image: url('https://pegaz-agency.de/wp-content/themes/pegazzzzzz/header.webp');
    }
    header h2 {
        font-size: 34px;
    }
    .nav-top-right {
        display: flex;
    }

    .header-content {
     margin-top: 0 !important;
    }
    .angebotes h1 {
        margin-bottom: 50px;
    }
 
    .btn-uberuns {
        margin-left: 30%;
    }
    .uberuns {
        padding: 75px 0;
    }
    .uberuns-right {
        display: flex;
  align-items: center;
  justify-content: center;
  padding: 0% !important;
    }
    .uberuns-right-content {
        padding-left: 5%;
        padding-right: 5%;
    }
    .uberuns-right-content h2 {
        text-align: center;
    }
    .uberuns-right-content h3 {
        text-align: center;
    }
    .uberuns-left {
        width: 0 !important;
    }
    .uberuns-left img {
        display: none;
    }
  
    .angebotes-content {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }
    .angebote {
        width: 45%;
        margin-bottom: 20px;
        margin-right: 0 !important;
    }
    .blog-left {
        width: 90%;
    }
    .blog-right {
        display: none;
    }
    .blog .wrap {
        flex-direction: column;
        width: auto;
        align-items: center;
    }
    .portfolio-content .wrap {
        width: auto;
    }
    .kontakt-left {
        width: 100% !important;
    }
   .kontakt-right {
    width: 100% !important;
   }
   .contact-form {
    width: 100% !important;
   }
    /* Ukrycie menu */
    .nav-right ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 1px;
        background: white;
        width: 200px;
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
        z-index: 1000;
    }
    .nav-left img {
        width: 125px;
    }

    .nav-right ul li {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .nav-right ul li:last-child {
        border-bottom: none;
    }

    /* Gdy menu ma klasę 'open', pokazujemy je */
    .nav-right ul.open {
        display: flex;
    }
    .kontakt-right {
        align-items: center;
  display: flex;
  justify-content: center;
    }
 
    .kontakt .wrap { 
        flex-direction: column;
        width: auto;
    }
    footer .wrap {
        width: auto;
    }
}
@media (max-width: 890px) {
    .blog-right {
        width: 50% !important;
    }
}

@media (max-width: 1440px) {
 .uberuns {
    padding: 75px 5%;
 }

 footer .wrap {
    width: auto;
    padding: 10px 5%;
 }
.uberuns-right {
    padding-left: 10%;
}
.uberuns {
    padding-left: 0;
    padding-right: 0;
}
 .footer-left img {
    width: 125px;
 }

 @media (max-width: 1279px) {


  .kontakt .wrap {
    width: auto;
  }
  .angebotes-content {
    padding: 0 5%;
  }
  .angebote:last-child {
    margin-right: 0;
}
  .portfolio-content .wrap {
    width: auto;
  }
.blog .wrap {
    justify-content: unset;
    width: auto;
    margin-left: 5%;
}
  

 }

 @media (max-width: 1023px) {
    .nav-right {
        padding-right: 0;
    }
   .uberuns-left {
    width: 50%;
  display: flex;
   }
   .uberuns-left img {
    width: 400px;
   }
   .uberuns-right-content {
    width: 100%;
   }
   .blog .wrap {
    justify-content: unset;
    width: auto;
   }
   .blog-right {
    margin-left: 10%;
   }
  
   .portfolio-content .wrap {
    width: auto;
   }
   .kontakt .wrap {
    width: auto;
   }
   .kontakt-left-kont {
    width: 75%;
   }
   .kontakt-left {
    width: 45%;
    
   }
   .kontakt-right {
    width: 45%;
   }
 }
 @media (max-width: 900px) {
    .contact-form {
        width: 400px;
    }
    .header-content {
        margin-top: 100px;
    }
    .angebote {
        margin-right: 20px;
        
    }
    .uberuns-left img {
        width: 300px;
    }
 }

  
    }
 














