*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
  }

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::selection{
  background: rgb(0,123,255,0.3);
}
.default-background {
  background-color: #fff; 
}

.changed-background {
  background-color: #000000; 
}
.default-text-color {
  color: #000000; 
}

.changed-text-color {
  color: #fff; 
}
.underline-links {
  text-decoration: underline;
}
a {
  text-decoration: none;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color:  #070a21;
  color: white;
  text-align: center;
  padding: 30px;
  z-index: 1000;
  display: none;
  
}

.cookie-banner button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-left: 20px;
  cursor: pointer;
  margin-top: 15px;
}

.cookie-banner button:hover {
  background-color: #45a049;
}
.navbar{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 25px 60px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-content: center;
  background: #070a21;
    
}

.navbar .logo a{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.navbar .logo img{
    height: 28px;
    width: auto;
}
.navbar .menu-list{
  display: inline-flex;
  
}
.menu-list li{
  list-style: none;
}
.menu-list li a{
  color: #eee;
  font-size: 18px;
  font-weight: 500;
  margin-right: 12px;
  transition: all 0.3s ease;
}
.menu-list li a:hover, .menu-list li i:hover{
  color: rgb(167,2,64);
}
.dropdown {
  display: none;
  position: absolute;
  background: #070a21;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: -40px;
}

.dropdown li {
  display: block;
}

.dropdown li a {
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

li .dropdown {
  display: none;
}


.icon{
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: none;
}

nav .accessibility{
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  background: #070a21;
}

nav .accessibility span{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 22px;
  margin-left: 5px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
nav .icons{
  display: flex;
  flex-direction: column;
  cursor: pointer;
  }
nav .icons i{
  transition: 0.5s ease-in-out;
}
nav .accessibility span:hover{
  color: rgb(167,2,64);
}
nav .icons i:hover{
  color: rgb(167,2,64);
}
.lang{
    font-size: 26px;
}
a:hover, a p:hover{
  color: rgb(167,2,64);
   
}
nav i{
   font-size: 30px;
  color: #fff;
 
}
.icon_menu {
  position: fixed;
  top: 25px;
  right: 25px;
  display: none;
  transition: all 0.3s ease;
}
.icon_close {
  position: fixed;
  top: 25px;
  right: 25px;
  display: none;
  transition: all 0.3s ease;
}
.icon_close i:hover, .icon_menu i:hover {
  color: rgb(167,2,64);
}
.about{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
 
}
.about .title{
  font-size: 50px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 6px solid rgb(167,2,64);
    margin-bottom: 30px;
    
}
.content{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  padding: 0px 30px;
}
.content hr{
  margin-bottom: 15px;
  height: 3px;
  background-color: rgb(167,2,64);
  border: none;
}
#searchResults {
  font-size: 20px;
}

.content h2 {
  font-weight: 500;
}
.content img{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.content p{
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 1.5;
  overflow-wrap: break-word;
  }
.content p b{
  font-weight: 400;
  padding-bottom: 20px;
      
}
.content a{
  font-weight: 300;
}
.content h3 b{
  font-weight: 500;
}
.about p{
  
  font-weight: 300;
  letter-spacing: 1.4;
}
.about h3{
  margin-bottom: 10px;
  font-weight: 400;

}
.content .aktualny_nr{
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  filter: brightness(0.9);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.content .aktualny_nr:hover{
 transform: scale(1.05);
 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
 filter: brightness(1);
}
.content .aktualny_nr p{
  text-align: center;
  font-style: italic;
}
#stargardia17 {
  width: 100%;
}
h4 {
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 3px 3px 3px #33333398;
}
.mapa img{
  width: 80%;
 margin-left: 10%;
}
.mapa p {
  margin-top: 15px;
  font-size: 11px;
  text-align: center;
}

.aktualnynumer{
  display: flex;
  flex-direction: row;
  width: 100%;
  
}
.aktualnynumer img{
 height: 400px;
 width: auto;
 margin-right: 30px;
}
.opis {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  }
.opis h1 {
  margin-top: 0;
}
.opis p {
  margin-top: 0;
}
.opis a {
  display: block;
  margin: 5px 0;
 }
 .opis h3{
  font-weight: 600;
 }
.pdf{
  width: 200px;
  padding: 5px 10px;
  background: #eee;
  border-radius: 10px;
  border: 2px solid rgb(167,2,64);
  margin-top: -10px;
  margin-bottom: 10px;
 
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.pdf i{
  margin-right: 5px;
}
.artykul{
  margin-top: 20px;
  
}
.archiwum {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1350px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
  margin-right: auto;
    }
.architem{
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 0.6fr 1fr;
   box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    transition: 0.5s;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
.architem:hover{
  background-color: #dadada;
  border-radius: 15px;
}
.architem .title2{
    font-weight: 200;
    text-align: center;
    }
.architem img{
    height: 180px;
    width: auto;
}
.architem .opis{  
  font-weight: 300;
  padding-top: 20px;
}
.architem .opis p{
  margin: 0;
}
.search-container input{
  width: 100%;
  text-align: center;
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding: 10px;
}
form{
  max-width: 750px;
  display: flex;
  flex-direction: column;
}
footer{
  padding: 40px 30px;
    background: #070a21;
    height: auto;
    
    }
label{
  padding: 10px 0;
}
input, textarea{
  padding: 5px;
}
input[type=submit] {
  width: 50%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #45a049;
}
.stopka{
  display: flex;
  justify-content: space-between;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  }
footer ul{
   
    display: flex;
    justify-content: center;
    flex-direction: column;
    list-style: none;
}
footer .stopka ul li a, footer .stopka ul li{
  display: flex;
  flex-direction: row;
}
footer ul li a{
    margin: 5px;
    color: rgba(211,211,211);
    text-decoration: none;
     font-size: 20px;
    transition: 0.3s;
    cursor: pointer;
}
footer ul li p{
   color: rgba(211,211,211);
  text-decoration: none;
   font-size: 20px;
  transition: 0.3s;
  cursor: pointer;
}
footer ul li i{
    margin: 5px;
    color: rgba(211,211,211);
    font-size: 20px;
}
footer ul li a img{
  width: 150px;
  height: 100px;
  margin-right: 15px;
}
#scrollToTopBtn {
  position: fixed;
  width: 50px;
  bottom: 70px;
  right: 10px;
  display: none;
  padding: 10px;
  font-size: 26px;
  background: #070a21;
  color: white;
  border: none;
  cursor: pointer;
}

#scrollToTopBtn:hover {
  color: rgb(167,2,64);
}

@media screen and (max-width: 1250px){
.navbar{
  padding: 25px;
}
.navbar .menu-list{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #070a21;
  display: none;
  padding: 80px 0;
  text-align: center;
  transition: all 0.3s ease;
  flex-direction: column;
}
.navbar .menu-list li{
  padding: 3px 0;
}
.navbar .menu-list li a {
  font-size: 20px;
}
.navbar .menu-list .dropdown{
  background: none;
  position: relative;
  }
  .dropdown{
    margin-left: 0;
  }
.dropdown li a{
 padding: 3px 20px;
}
.icon_menu {
  position: fixed;
  top: 25px;
  right: 25px;
  display: block;
  cursor: pointer;
}
.icon_close {
  position: fixed;
  top: 25px;
  right: 25px;
  display: none;
  cursor: pointer;
}
    .sekcja{
        padding: 100px 20px 0 20px;
    }
   
    .architem{
      width: calc(33% - 20px);
      margin-right: 20px;
      margin-bottom: 20px;
      grid-template-columns: 0.6fr 1fr;
      padding: 20px 20px;
    }
  
  .architem .title2{
      font-weight: 300;
     }
    
  .architem img{
      height: 200px;
      width: auto;  
  }
  
  .images a img{
    width: 120px;
    height:180px;
    margin-bottom: 5px;
    transition: 0.5s;
  }
     .stopka {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     padding: 10px;
   }
    footer ul{
      margin-bottom: 30px;
    }
    footer ul li a{
      color: #fff;
    }
    footer ul li a img{
      width: 150px;
      height: 100px;
    }
    
}
@media screen and (max-width: 1150px){
.architem{
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  grid-template-columns: 0.6fr 1fr;
  padding: 10px;
}

.architem img{
  height: 200px;
  width: auto;  
}
.stopka hr{
  width: 100%;
}
.content .aktualny_nr{
  width: 80%;
 }
}
@media screen and (max-width: 850px){
	.txt h1{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.icon{
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 9;
    color: black;
    background-color: #eee;
  }

.navbar{
  padding: 25px;
  } 
.images{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.images a img{
  width: 100px;
  height: auto;
  margin-bottom: 5px;
  margin-right: 5px;
  
}
.aktualnynumer{
  display: flex;
  flex-direction: column;
  width: 100%;
  
}
.aktualnynumer img{
 width: 80vw;
 height: auto;
 margin-bottom: 20px;
}
.opis {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  }
  form {
    width: 100%;
  }
  hr{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 650px){
  .content .mapa {
    margin: 0;
    padding: 0;
  }
  .content .mapa img{
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .content .title {
    font-size: 40px;
  }
  .content .mapa p {
    margin: 0;
    padding: 0;
  }
  .architem{
    width: calc(100% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    grid-template-columns: 0.6fr 1fr;
    padding: 10px;
  }
  
  .architem .title2{
    font-size: 20px;
   }
  
  .architem img{
    height: 200px;
    width: auto;  
  }
  .search-container input{
    width: 100%;
    text-align: center;
   display: block;
   margin-left: auto;
   margin-right: auto;
  }
  }
















