body {
    text-decoration: none;
    background-color:white;
    margin-left: -1%;
    margin-right: -1%;
    margin-top: -1.5%;
    color: black;
    font-weight: 500;
    font-size: large;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-bottom: -200px;
    overflow-x: hidden;
}

.head_container, .menu_container, .body_container, .contact_container, .cookie_baner {
    align-items: self-start;
    display: flex;
    margin-bottom: 20px;
    padding: 60px;
}

a {
    color: black;
    text-decoration: none;
}

.head_container {
    height: 500px;
    background-size: cover;
    background-position: center;
    animation: bgCycle 10s infinite;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    }

        @keyframes bgCycle {
        0%   { background-image: url('./slide_1.png'); }
        25%  { background-image: url('./slide_2.png'); }
        50% { background-image: url('./slide_4.png'); }
        75% { background-image: url('./slide_3.png'); }
        100% { background-image: url('./slide_1.png'); }
        }

.menu_container {
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FE7F00
}

.menu_display {
    margin: auto;
}

h1 {
    text-align: center;
}

.menu_container {
    align-items: center;
    text-align: center;
}

.nav_menu {
    display: none;
}

.menu_display:hover .nav_menu {
    display: block;
}

.body_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 1250px;
    margin: auto;
    padding-bottom: -200px;
    
}

.row1, .row2{
    text-align: justify;
    align-items: center;
    height: 420px;
    max-width: 620px;
}

.row1{
    padding-top: 100px;
}

.row2{
    display: flex;
}


.kontent_img {
    margin: auto;
    max-width: 500px;
    border-radius: 10%;
}

.baner {
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FE7F00;
    background-color: #000000;
    text-align: center;
}

.contact_container {
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 1250px;
    margin: auto;

}

.dane, .mapa {
    max-width: 500px;
    max-height: 400px;
    text-align: justify;
}

.row3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact_small_1 {
    padding-top: 20px;
    padding-right: 10px;
    text-align: right;
}

.contact_small_2 {
    padding-top: 20px;
    padding-left: 10px;
    text-align: left;
}

.map_small {
    display: none;
}

.map_big {
    display: block;
}

.footer_container {
    margin-top: 100px;
    margin-bottom: -100px;
    font-size: small;
    text-align: center;
    align-items: flex-end;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  background: #222;
  color: #FE7F00;
  font-size: 14px;
  text-align: center;
  z-index: 9999;
  display: none;
}

#cookie-banner a {
  color: #FFAA11;
  text-decoration: underline;
  margin: 0 10px;
}

#cookie-banner button {
  background: #FFAA11;
  color: #000;
  border: none;
  padding: 8px 12px;
  margin-left: 10px;
  cursor: pointer;
  font-weight: bold;
}

@media (max-width:768px) {

body {
    margin-left: -1%;
    margin-right: -1%;
    margin-top: -1.5%;
    font-weight: 500;
    font-size: large;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-bottom: -200px;
}

.head_container, .menu_container, .body_container, .contact_container, .cookie_baner {
    align-items: self-start;
    display: flex;
    margin-bottom: 20px;
    padding: 60px;
}

.head_container {
    height: 500px;
    display: grid;
    grid-template-columns: 1fr;
    }

.menu_container {
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FE7F00
}

.menu_display {
    margin: auto;
}


.menu_container {
    align-items: center;
    text-align: center;
}

.nav_menu {
    display: none;
}

.menu_display:hover .nav_menu {
    display: block;
}

.body_container{
    padding-left: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    max-width: 800px;
    
}

.row1, .row2{
    text-align: justify;
    align-items: center;
    height: 380px;
    max-width: 350px;
}

.row1{
    padding-top: 100px;
}

.row2{
    display: flex;
}


.kontent_img {
    margin: auto;
    max-width: 350px;
    border-radius: 10%;
}

.baner {
    margin-left: 0.5%;
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FE7F00;
    background-color: #000000;
    text-align: center;
    font-size: small;
}

.contact_container {
    padding-left: 20px;
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 1250px;
    margin: auto;

}

.dane, .mapa {
    padding-bottom: 50px;
    max-width: 350px;
    max-height: 400px;
    text-align: justify;
}

.row3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact_small_1 {
    padding-top: 20px;
    padding-right: 10px;
    text-align: right;
}

.contact_small_2 {
    padding-top: 20px;
    padding-left: 10px;
    text-align: left;
}

.map_big {
    display: none;
}

.map_small {
    display: block;
}

.footer_container {
    margin-top: 100px;
    margin-bottom: -100px;
    font-size: small;
    text-align: center;
    align-items: flex-end;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  background: #222;
  color: #FE7F00;
  font-size: 14px;
  text-align: center;
  z-index: 9999;
  display: none;
}

#cookie-banner a {
  color: #FFAA11;
  text-decoration: underline;
  margin: 0 10px;
}

#cookie-banner button {
  background: #FFAA11;
  color: #000;
  border: none;
  padding: 8px 12px;
  margin-left: 10px;
  cursor: pointer;
  font-weight: bold;
}
















}