body { font-family: Arial, sans-serif;line-height: 1.8;margin: 0;font-size: 16px; }
#body { animation: fadeTo 1s ease-in-out; }
@keyframes fadeTo {
    from { opacity:0.8;filter: blur(1px); }
    to { opacity:1;filter: blur(0); }
}
::selection { background: #579A51;color: #fff;}
a { color:#4CAF50;text-decoration: underline;transition: color 500ms ease; }
a:hover { color:#000;text-decoration: none; }
img { vertical-align: middle;border: 0px none; }
table { width: 100%;border-collapse: collapse;margin-top: 20px; }
th, td { border: 1px solid #ddd;padding: 8px;text-align: center; }
th { background-color: #f2f2f2;color:#000 !important; }
tr { transition: background-color 500ms ease; }
tr:hover { background-color: #959188;color:#fff; }
header {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #959188f2;
  border-bottom: 4px solid #3b3630;
  background-image: url("../img/head_img.png");
  background-repeat: repeat-x;
  box-shadow: #211d18 0px 1px 5px 2px;
  text-align: center;
  transition: height 0.3s; }
header img.logo { height: 150px;line-height: 150px;transition: all 0.3s; }
header.smaller  { height: 75px; }
header.smaller img.logo { height: 75px;line-height: 75px; }
.smaller1  { 
    top: 74px;
    background: #ffffffeb;
    z-index: 9;
    padding: 8px 0 1px 0;
    border-bottom: 1px solid #000;
    width: 100%;
}
header #dynamic-content { display:inline-block;margin-top: 35px;padding: 4px;background: #00000040; }
header.smaller #dynamic-content { margin-top: 5px;padding: 0 4px 4px; }
.buttons.smaller1 { position: fixed;top: 75px;left:0; }
#nav-kat { text-align: right;padding:4px 8px 4px 0;background: #f3f3f3; }
#nav-kat a { text-decoration:none;font-weight:700; }
h1#logo {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}
 h1#logo a {
    display: block;
    text-indent: -5000px;
    outline: none;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    font-size: 8px;
}
.logo { display: block;animation: logo 4.9s ease-out infinite alternate; }
.logo:hover { animation: left-edge 666ms linear 1;animation-play-state: running; }
.logo:not(:hover) { animation: logo 4.9s ease-out infinite alternate;  }
/* Animations */
@keyframes left-edge {
  0% { transform: rotate(0deg); }
  35% { transform: rotate(-20deg); }
  75% { transform: rotate(20deg); }
  100% { transform: rotate(0deg); }
}
@keyframes logo {
  0%, 100% { transform: scale(1); }  /* Używamy tylko końca dla skali */
  50% { transform: scale(0.9); }
}
.runic-column { font-size: 24px; }
.link-duzy { font-size:24px;display: block;text-decoration: none;border-top: 3px double #ddd;border-bottom: 3px double #ddd; }
.wrapper0 {
    margin: 0 auto;
    padding: 165px 5% 0;
    display: block;
    max-width: 1400px; }
.wrapper {
    margin: 0 auto;
    padding: 165px 1% 25px;
    display: block;
    font-size: 16px;
    max-width: 1500px;
    min-height: calc(100vh - 904px);
    width: 100%;
    box-sizing: border-box;
}
.wrapper h1 { text-align:center;margin:5px 0 5px;padding: 18px 0;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;font-size:2.4em;font-family: Cambria, Georgia, serif; }
.wrapper h1::before { content: '🙜.'; }
.wrapper h1 span {display: inline-block;}
.wrapper h1 span::after {
    content: '🙜.';
    transform: rotate(180deg);
    white-space: nowrap;
    display:inline-block;
}
.wrapper p { text-align: justify;font-family: Cambria, Georgia, Arial, serif; }
.wrapper p::first-letter { font-size: 170%;font-weight: bold;color: brown;line-height: 1; }
#main { background-color: #fff;padding-top: 150px; }
.wrapper1 {
    width: 100%;
    max-width: 100%;
    margin:0 auto;
    transition: max-width 0.3s ease;
    box-sizing: border-box;
    letter-spacing: .1rem; }
.container {
    width: 85%;
    margin: 0 auto;
    max-width: 1550px; }
.main_up { display: flex;justify-content: space-around; gap: 5px;margin-top:14px; }
.btn-half {
  cursor: pointer;
  width: 45%;
  padding: 8px;
  font-size: 24px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 14px 6px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 4px 0;
}
ul.liczba { list-style-type:decimal;list-style-position:inside;padding:0; }
ul.liczba li { margin:18px 0; }
ul.liczba h3, ul.liczba h4 { display:inline; }
ul.liczba li a { text-decoration:none;transition:color 500ms ease;padding:10px 0; }
ul.liczba li a:hover { color:#000; }
ul.liczba li a:hover::before { content: '⯈'; }
ul.spismenu { font-size:120%; }
textarea {
    width: 100%;
    height: 100px;
    font-size: 18px;
    margin-bottom: 10px;
        }
.runic-output {
    font-size: 38px;
    font-family: 'Segoe UI Symbol', sans-serif;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    white-space: pre-wrap;
}
.note {
    font-size: 14px;
        color: #555;
}
button, .button {
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    transition: all 0.3s ease;
    margin: 5px 2px 0;
}
button { padding: 10px 16px;font-size: 18px; }
.button { padding: 6px 12px; }
button:hover, .button:hover { background-color: transparent;color: #4CAF50; }
.wrapper .button { min-width: 69px; }
.runic-output1 {
    font-size: 165px;
    font-family: 'Segoe UI Symbol', sans-serif;
}
.runic-output2 {
    font-size: 48px;
    font-family: 'Segoe UI Symbol', sans-serif;
    margin: 44px 0;
    text-decoration: underline;
}
span#wynik { font-size: 20px; }
.runa-nazwa {
    font-size: 24px;
    font-style: italic;
}
#errorMessage {
    color: brown;
    font-size: 20px;
    visibility: hidden;
    font-weight: 800;
    text-align: center;
}
#inputField {
    font-size: 24px;
    padding: 5px;
    margin-top: 10px;
    width: 200px;
}
.shake {
    animation: shake 0.5s;
}
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    50% { transform: translateX(10px); }
    75% { transform: translateX(-10px); }
    100% { transform: translateX(0); }
}
.info-icon {
    float:left;
    font-size: 36px;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    background-color: white;
}
.info-icon:active { background: #4CAF50; }
.tooltip {
    display: none;
    top: 50px;
    right: 10px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    font-size: 18px;
    box-shadow: -20px 0px 20px 20px rgba(0, 0, 0, 0.2);
    margin-left: 55px;
}
.tooltip span { padding: 4px; }
.clearfix:after {
  display: block;
  content: "";
  clear: both;
  height: 0; }
#progress {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1px;
  margin: 0px;
  left: 0px;
  text-align: left;
  z-index: 99;
}
.bar {
    height: 1px;
    background: #ece8df;
    position: absolute;
    top: 0;
    box-shadow: 0px 1px 3px 1px #ece8df;
}
.calendar {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    background: #efefef;
    padding: 4px;
    border-top: #000 solid 1px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.calendar a { white-space: pre; }
.adres { display: inline-block;margin: 0;padding:5px 0 0 5px;font-size: 14px;text-align: left !important; }
.buttons {
    text-align: right;
    font-weight: 600;
    display: inline-block;
    float: right;
}
.buttons button  {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 0 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    box-shadow: 0 0 2px 0 #000;
}
.buttons button { height:36px; }
.smaller1 button { transform: scale(0.9); }
.buttons span { margin:0 4px; }
.buttons button:hover {
    background-color: #0056b3;
}
a.menu_r {
    float: right;
    height: 25px;
    font-size: 14px;
    border-left: 2px solid #dbd4c2;
    border-right: 2px solid #dbd4c2;
    border-bottom: 2px solid #dbd4c2;
    border-radius: 0 0 0 9px;
    padding: 30px 6px 6px;
    margin: 0 5px 0 0;
    color: #dbd4c2;
    text-decoration: none;
    font-weight: 900;
    background: #6d664e;
    position: relative;
    transition: all 0.5s;
    box-shadow: #211d18 2px 0px 5px 0px;
    cursor: pointer;
}
a.menu_r:hover { 
    border-radius: 0 0 9px 0;
    text-shadow: #FC0 1px 0 10px;
    padding-top:34px;
}
a.menu_r:before {
    content: "☰";
    margin-right: 4px;
}
a.menu_r:hover:before {
    content: "☷";
}
hr.style0 {
    width: 88%;
    border: none;
    border-top: 1px solid #ddd;
    overflow: visible;
    margin: 8px auto 14px;
    clear: both;
}
hr.style1 {
    width: 98%;
    margin: 33px auto;
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
    clear: both;
}
hr.style1::after {
    background: #fff;
    content: 'ᚨ';
    padding: 0 4px;
    position: relative;
    top: -21px;
    font-size: 24px;
}
hr.style2 {
    border: 0;
    border-bottom: 1px solid transparent;
    width: 100%;
    margin: 40px auto;
    clear: both;
}
hr.style3 {
    width: 98%;
    margin: 33px auto;
    border: none;
    border-top: 3px double #333;
    border-bottom: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 45px;
    clear: both;
}
hr.style3::after {
    content: url('../img/style.png');
    padding: 0 4px;
    position: relative;
    top: -21px;
    font-size: 24px;
}
hr.style4 {
    width: 98%;
    margin: 33px auto;
    border: none;
    border-top: 5px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 4px;
    clear: both;
}
hr.style4::after {
    background: #fff;
    content: '🐺';
    padding: 0 4px;
    position: relative;
    top: -18px;
    font-size: 22px;
}
li { margin: 8px 0; }
#info-bar { background-color: #959188;border-bottom: 18px solid #000;box-shadow: inset 0px 2px 8px 0px #000;overflow:hidden; }
#info-bar a {
    color:#000;
    background-color:#fff;
    font-size:14px;
    font-weight:600;
    display:inline-block;
    text-decoration:none;
    margin:0;
    padding:7px;
}
#info-bar a:hover { color:#4CAF50;text-decoration:underline;padding-top:12px; }
#info-bar span.foot_left,
#info-bar span.foot_right { display:block;width:50%;height:50px; }
#info-bar span.foot_left { float:left;text-align:left; }
#info-bar .foot_left a { box-shadow:#211d18 -1px 2px 6px 2px;border-radius: 0 0 0 4px; }
#info-bar span.foot_right { float:right;text-align:right;#211d18 1px 2px 6px 2px; }
#info-bar .foot_right a { box-shadow:#211d18 1px 2px 6px 2px;border-radius: 0 0 4px 0; }
#info-bar span.foot_center { text-align: center;position: absolute; }
#info-bar span.foot_center a { margin-left:-27px;padding:0 18px;font-size:140%;border-radius:0 0 4px 4px;box-shadow:0px 2px 5px 1px #000; }
#info-bar span.foot_full { float:left;text-align:center;display:block;padding:10px 0 0 0;;font-size:14px;color: #555;width: 100%; }

#preloader_1{
    position:absolute;
    top:9px;
}
#preloader_1 span {
    display:block;
    bottom:0px;
    width: 12px;
    height: 9px;
    background:none;
    position:absolute;
    animation: preloader_1 1.5s  infinite ease-in-out;
    will-change: transform;
}
 #preloader_1 span:nth-child(2){
left:18px;
animation-delay: .2s;
}
#preloader_1 span:nth-child(3){
left:36px;
animation-delay: .4s;
}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:none;}
    25% {height:30px;transform:translateY(15px);background:#3b3630;}
    50% {height:5px;transform:translateY(0px);background:none;}
    100% {height:5px;transform:translateY(0px);background:#3b3630;}
}
#skroty { display:block;padding:8px;overflow:hidden; }
#skroty a.button { background:#6d664e; }
#skroty a.button:hover { background:transparent; }
/* MENU */
.menu_list {
  width: 100%;
  z-index: 999999;
  left: 0;
  top: 0;
}
.dropmenu {
    display: block;
    background-color: #3b3630;
    color: #d9d9d9;
    padding: 18px 0;
    font-size: 20px;
    border-radius: 26px 0;
    margin: 4px 0;
    box-shadow: inset 0 0 4px 4px #ece8df;
    transition: all 300ms ease-out;
}
a.dropmenu { text-decoration: none; }
.dropmenu.active { text-shadow: 0 0 16px #fff;font-weight: 600; }
a:hover.dropmenu {
  color: white;
  text-shadow: 0 0 16px #fff;
}
#welcome2 ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.5s ease, opacity 1s ease, visibility 0.5s ease;
}
#welcome2 ul.show {
    max-height: 2500px; /* Dostosuj maksymalną wysokość do największego możliwego menu */
    opacity: 1;
    visibility: visible;
}
#welcomeDiv {
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    width: 80%;
    margin: 10px auto 0;
    max-width: 990px;
}
#welcomeDiv .material-symbols-outlined { margin-top: -4px;vertical-align: middle; }
#welcome2 { transition: all 200ms ease-out;padding-top:14px; }
#welcomeDiv ul li a {
    display: block;
    padding: 6px 0;
    font-size: 20px;
    list-style: none;
    text-decoration: none;
    border-radius: 0 10px;
    transition: all 300ms ease-out;
}
#welcomeDiv ul li a:hover {
       background-color: #4CAF50;
       color:#fff;
       text-shadow: 0 0 16px #fff;
}
#welcomeDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#welcomeDiv li {
    list-style: none;
}
.welcome_menu {
  position:sticky;
  left: 0;
  top: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  z-index:99999;
  display:none;
  background-color: #ece8dff0;
  text-align: center;
}
.w_menu {
display: inline-block;
font-size: 26px;
font-family: 'Brush Script MT', cursive;
width: 100%;
max-width: 1800px;
}
.w_menu a {
  margin: 4px;
  font-family: 'Trebuchet MS', sans-serif;
}
.cb { 
    display: inline-block;
    margin: 0 2px 0 -48px;
    float: right;
    font-size: 20px;
    transition: all 0.4s;
    width: 34px;
    height: 34px;
    border: 2px solid #000;
    padding: 4px;
    position: relative;
    border-radius: 8px 0;
    overflow: hidden;
    box-shadow:0 0 2px 2px #000;
    right: 8px;
}
.cb:hover { transform: rotate(25deg);border: 2px solid transparent;filter: blur(2px);box-shadow:none; }
.close-button {
    font-size: 290% !important;
    cursor: pointer;
    transition: all 0.5s;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 0;
    left: 0;
}
.close-button:hover {
   text-shadow: 0 0 12px #000;
   font-weight: 600;
}
.sub-dropmenu.active {
    background-color: #666 !important;
    color: #fff;
    text-shadow: 0 0 16px #fff;
    font-weight: 600;
}
.sub-dropmenu.has-submenu {
    background-color: #959188;
    color: #fff;
}
.sub-dropmenu + ul {
    border-bottom: 1px solid #aaa;
    box-shadow: 0 4px 4px #666;
    padding: 0 0 7px !important;
    background: #f9f9f9;
}
.dogory {padding:0 5px;}
span.dogory a {font-weight: 900;text-decoration: none;}
blockquote {
    font-family: 'Georgia', serif;
    font-size: 1.2em;
    font-style: italic;
    color: #555;
    border-left: 4px solid #ccc;
    padding: 10px 20px;
    margin: 20px 0;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
blockquote::before {
    content: "“";
    font-size: 2.5em;
    color: #bbb;
    margin-right: 15px;
    margin-top: -20px;
    vertical-align: top;
    float: left;
}
cite {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
    text-align: left;
    color: #888;
    font-style: normal;
}
.row { margin:0 auto 30px;border-top:1px solid #666;border-bottom:1px solid #666;overflow:hidden;text-align:center;max-width: 1400px; }
.prevnext { width: 50%;position:relative;padding:14px 0; }
.prevnext:hover {  }
.row h2 { margin:0; }
.row h5 { margin:0; }
.row2 { margin:0 auto 0;overflow:hidden;width:90%;max-width: 1400px; }
.link-list { 
    margin: 0 auto 54px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: visible;
}
.link-list h4 { margin:0;font-weight:900;position:relative; }
.link-list a { 
    padding: 2px 4px !important;
    cursor: pointer;
    margin: 4px !important;
    background-color: transparent !important;
    text-align: center;
    width: 14%;
    border-left: 1px solid #fff;
    color: #333 !important;
}
.link-list a:hover { color:#fff !important; }
.link-list::before {
  content: '📜';
}
.link-list h4::before {
  content: '”';
  position: absolute;
  right: -12px;
  top: -24px;
  font-size: 26px;
  color: #515151;
}
#buttonsContainer button { font-size:26px;margin: 6px;padding:8px 18px; }
input.search[type="text"] {
  width: calc(100% - 120px);
  font-family: Georgia, Times, "Times New Roman", serif;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  background-color: #eee;
  background-image: url('../img/searchicon.png');
  background-position: 8px 8px; 
  background-repeat: no-repeat;
  padding: 8px 20px 8px 40px;
  margin-top:18px;
}
form button { background:#6d664e; }
.visit-status {     font-size: 40px;float: right; }
.spislist li { font-size:16px;padding: 10px 10px 18px;border-radius: 0 14px;transition: all 0.3s ease; }
.spislist li:hover { background:#eee; }
.status { text-align: right;font-variant: small-caps; }

/* GALERIA */
.album { overflow:hidden; }
.album div { float:left;width:50%; }
#lightbox button { z-index: 999;font-size: 38px; }
#lightbox .next { margin-left: -50px; }
#lightbox .prev { margin-right: -50px; }
.galeria { cursor: zoom-in; }
.lightbox {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.9);
      z-index: 99999;
      align-items: center;
      justify-content: center;
      min-width: 370px;
      cursor: zoom-out;
    }
    .lightbox img {
      max-width: 90vw;
      max-height: 90vh;
      border-radius: 10px;
      object-fit: contain;
    }
    .no-scroll {
      overflow: hidden !important;
    }
    .hidden {
      opacity: 0;
      transform: scale(0.95);
    }
    .visible {
      opacity: 1;
      transform: scale(1);
      transition: all 3.5s ease;
    }
.ht-img1 + span, .ht-img2 + span, .ht-img3 + span , .ht-img4 + span {
    text-align: left;
    font-size: 16px;
    color: #555;
    text-decoration: underline;
    margin: 4px auto;
    font-weight: 600;
    min-width: 330px;
    background: #eee;
    display: block;
    font-family: serif;
    padding: 2px 4px;
}
.ht-img1 + span {
    width: 39%;
    max-width: 542px;
}
.ht-img2 + span {
    width: 79%;
    max-width: 1088px;
}
.ht-img3 + span{
    width: 96%;
    max-width: 1088px;
}
.ht-img4 + span{
    width: 96%;
    max-width: 666px;
}
.img-10 { 
    width: 250px;
 }
.img-40 { 
    margin: 0 auto;
    width: 40%;
    max-width: 1088px;
    min-width: 330px;
    display: block;
 }
 .img-80 { 
    margin: 0 auto;
    width: 80%;
    max-width: 1088px;
    min-width: 330px;
    display: block;
 }
  .img-post { 
    margin: 0 auto;
    width: 96%;
    max-width: 666px;
    min-width: 330px;
    display: block;
    border-radius: 24px 0;
 }
 .img-100 { 
    margin: 0 auto;
    width: 96%;
    max-width: 1088px;
    min-width: 330px;
    display: block;
 }
 .js-reframe { margin: 25px 0;position: relative;width: 100%;border-bottom: 8px solid #4CAF50; }
 .pagination {text-align: center;}
 .pagination a {text-decoration: none;font-size: 19px;}
.gb { display: inline-block;
    font-size: 20px;
    transition: all 0.4s;
    width: 34px;
    height: 30px;
    border: 2px solid #ffffff;
    padding: 0px 4px 14px;;
    position: absolute;
    border-radius: 8px 0;
    overflow: hidden;
    box-shadow: 0 0 2px 2px #ffffff;
    right: 25px;
    top: 25px;
    color: #fff;
}
.gb:hover { transform: rotate(25deg);border: 2px solid transparent;filter: blur(2px);box-shadow:none; }
footer { position:relative;overflow: hidden; }
.stopka { width: 100%;background: #000;color: #fff;text-align: center;overflow:hidden; }
.stopka span { text-shadow: 0 0 2px #fff;color: #fff;font-size: 12px;padding: 8px 8px 28px;display: block;font-variant: small-caps; }
.ocean {
    height:20px;
    inset: 0;
    background-position-y: 100% !important;
    animation: ocean 600s linear infinite;
    background-image: url(../img/ocean.png);
    animation-duration: 2500s;
    bottom: 0;
}
 @keyframes ocean{
    0%{
     background-position: 260px;
    }
    100%{
     background-position: -10000vw;
    }
  }
.statek {
    position: absolute;
    bottom: 24px;
    left: 0;
    margin-left: 100px;
    height: 70px;
    width: 100px;
    background: url(../img/statek.png);
    background-repeat: no-repeat;
    animation: statek 4s linear infinite;
}
  @keyframes statek{
    0%{
     transform: rotate(0);
    }
    25%{
     transform: rotate(-5deg);
    }
    50%{
     transform: rotate(0);
    }
    75%{
     transform: rotate(5deg);
    }
    100%{
     transform: rotate(0);
    }
  }
body.night-mode {
  background-color: #000 !important;
  transition: background-color 0.3s ease;
}
.page-content { display:inline-block;width:100%; }
.page-content.night-mode, #welcome2.night-mode, .page-content1.night-mode {
  filter: invert(1) hue-rotate(180deg);
  transition: filter 1000ms ease;
  text-shadow: 0 0 2px #4caf50;
}
.page-content.night-mode .imgnone {
  filter: invert(1) hue-rotate(180deg);
  opacity: 0.4;
}
.page-content.night-mode #moonPhase {
  filter: invert(1) hue-rotate(180deg);
}
body.night-mode .adres, body.night-mode .buttons span { color:#fff; }
.show-in {
  opacity: 0; /* Początkowa przezroczystość */
  animation: showIn 3s forwards;
}
@keyframes showIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#cookie-consent { display:none; position: fixed; bottom: 10px; left: 10px; background-color: #333; color: #fff; padding: 10px 20px; border-radius: 14px 0; z-index: 1000;box-shadow: 0 0 4px 0px #000; }
#navbar .material-symbols-outlined  { line-height: 1.6;margin: 0; }
#navbar { padding: 14px 0 6px; }
.g_translate { font-size:30px !important;float: right; }
.dogory .material-symbols-outlined { rotate: 90deg;vertical-align: text-top; }
.material-symbols-outlined { vertical-align: text-bottom;opacity: 0;animation: showG 1s ease-in forwards; }
@keyframes showG {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#ucho { display: inline-block;width:100%;max-height:250px; }
#year {     display: inline;padding: 0; }
#tree .material-symbols-outlined { font-size: 24px;font-weight: 100; }
.pagination .material-symbols-outlined { vertical-align: middle;font-size: 30px; }
/* MEDIA */
#baner-mobile { margin-bottom: 18px; }
@media all and (max-width: 460px) {
    .btn-half { width:90%; }
    #body { min-width: 370px; }
    .znik { display:none; }
    .w_menu { font-size:21px; }
    .album div { width: 100%; }
    .prevnext h2 { font-size: 16px; }
    .buttons { text-align: center; }
    .main_up { display:block;margin-top: 14px;text-align:center; }
    #banerleftmain { display:none !important; }
    table { font-size:88%; }
    ul.spismenu { font-size: 95%; }
    .wrapper { padding: 165px 8px 25px; }
    .dropmenu { padding: 14px 0;margin:5px 0; }
}
@media all and (max-width: 860px) {
    .link-list a { width: 100%; }
    .img-80 { width:100%; }
    .img-post { width:100%; }
    .wrapper h1 { font-size: 26px !important; }
    .buttons button { margin: 0 1px;font-size: 24px;padding:0 5px }
    .wrapper h1::before { display:none; }
    .wrapper h1 span::after { display:none; }
    #narrow-content img { width:100%;max-width:360px; }
}