@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');

:root {
    --dark-blue: #011a3d;
    --blue: #011e47;
    --light-blue: #7ab5f7;
    --light-blue2: #7ab4f74f;
    --orange: #ff6900;
    --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
        
body {
      font-family: "Outfit", sans-serif;
    color: white;
    overflow-x: hidden;
    background-color: #111; /* Záložná farba */
}

.bg-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: opacity 1s ease-in-out; /* Dĺžka prechodu */
}

/* Prvá vrstva (aktívna na začiatku) */
#bg-1 { opacity: 1; z-index: -2; background-image: url('/site/templates/images/screen-bg_1.jpg'); }
/* Druhá vrstva (čaká skrytá) */
#bg-2 { opacity: 0; z-index: -2; }

/* --- NAVIGÁCIA --- */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    background: rgba(5, 30, 71, 0.8);
    backdrop-filter: blur(8px);
    z-index: 100;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: all 0.3s;
    position: relative;
}
.navbar-brand {
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 2em;
}
.navbar-brand span{
    color: var(--orange);
}
 nav a:hover {
    color: white;
}

/* --- AKTÍVNA POLOŽKA MENU --- */
nav a.active {
    color: #4facfe; /* Zvýraznená farba */
}
        
/* Podčiarknutie pre aktívnu položku */
nav a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--orange);
}
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 105, 0, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
    border: 1px solid var(--orange);
}
/* --- SEKCIE --- */
section, header {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    text-align: center;
    /* Tmavý filter pre lepšiu čitateľnosť textu */
}
@media (max-width: 767px) {
    section, header {
        padding: 1em;
    }
}
h1, h2, h3 {
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-weight: 900;
}
h1 { font-size: 3.5rem; margin-bottom: 1rem; text-shadow: 2px 2px 10px black; }
h2 { font-size: 2.8rem; margin-bottom: 1rem;}
.dot {
    content: '';
    background-image: url('/site/templates/images/3dot.svg');
    height: 22px;
    width: 12px;
    display: inline-flex;
    background-repeat: no-repeat;
}

/* header */
#domov {
    background: #011a3d94;
    background: linear-gradient(0deg,rgba(1, 30, 71, 1) 0%, rgba(1, 30, 71, 0.8) 51%, rgba(1, 30, 71, 0) 100%);
    position: relative;
    -webkit-box-shadow: 0px 26px 96px -40px #000000;
    box-shadow: 0px 26px 96px -40px #000000;
}
#domov img{
    position: absolute;
    bottom: 0;
    left: 0;
}
#domov span {
    color: var(--light-blue);
}

@media (max-width: 767px) {
    .sven {
    height: 290px;
  }
}
@media (min-width: 768px) {
  .cover-container {
    width: 460px;
    margin-left: 300px;
  }
  .sven {
    width: 450px;
  }
}
@media (min-width: 999px) {
  .cover-container {
    width: 460px;
    margin-left: 300px;
  }
  .sven {
    display: block;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .cover-container {
    width: 480px;
  }
}
@media (max-width: 510px) {
    .sven {
    height: 0px;
  }
}
/* viac */
#viac{
    justify-content: flex-start;
    background: #05152b6b;
    padding-top: 120px;
    background-image: url('/site/templates/images/pattern_vertical-blue.png');
}
#viac span {
    color: var(--light-blue);
}
#viac h3 {
    display: inline;
    position: relative;
    top: -15px;
}

span.ico-viac {
    content: '';
    height: 50px;
    width: 50px;
    display: inline-flex;
    margin: 0 20px 0 -60px;
    background-repeat: no-repeat;
    border: 1px solid var(--orange);
    padding: 10px;
    border-radius: 50%;
    background-size: 80%;
    background-position: center;
}
span.ico-heart {
    background-image: url('/site/templates/images/ico-heart.svg');
}
span.ico-five {
    background-image: url('/site/templates/images/ico-five.svg');
}
span.ico-justice {
    background-image: url('/site/templates/images/ico-justice.svg');
}
#viac p{
    padding-top: 15px;
}


/* program */
section#program{
    background-image: url('/site/templates/images/pattern_vertical_light.png');
    background: #8bb4eee3;
    background: linear-gradient(0deg,rgba(139, 180, 238, 1) 0%, rgba(139, 180, 238, 0.8) 50%, rgba(139, 180, 238, 0.61) 100%);
    
    color: var(--dark-blue);
}
#program ol {
    text-align: left;
    margin: 0;
    padding: 0;
}
#program ol li{
    list-style: none;
    padding: 30px;
    border-radius: 35px;
    transition: all ease 1s;
}
#program ol li:hover{
    background-color: #fff;
}
#program ol li h3::before {
    align-items: center;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    border-radius: 50%;
    border: 3px solid var(--orange);
    display: inline-flex;
    background-color: #ffffff6e;
}
#program ol li h3.prog-1::before{
    content: '1';
}
#program ol li h3.prog-2::before{
    content: '2';
}
#program ol li h3.prog-3::before{
    content: '3';
}
#program ol li h3.prog-4::before{
    content: '4';
}
#program ol li h3.prog-5::before{
    content: '5';
}
#program ol li h3.prog-6::before{
    content: '6';
}
#program li p{
    padding-left: 60px;
}
#program a {
    border: 1px solid var(--orange);
    color: var(--orange);
    text-decoration: none;
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    font-weight: 500;
    transition: all ease .5s;
    font-size: .8em;
}
#program a:hover{
    background-color: var(--orange);
    color: white;
}
#program a span{
    font-weight: 300;
}
/* accordion */
.accordion-item{
    background-color: transparent;
    text-align: left;
}
.accordion-button{
    font-size: 1.1em;
    font-weight: 700;
    color: var(--dark-blue);
    outline: 0;
    border-bottom: 1px solid var(--blue);
}
.accordion {
    background-color: transparent;
    --bs-accordion-bg: transparent;
    border: 0;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-border-color: none;
}
.accordion-body {
    color: var(--blue);
    background-color: var(--light-blue);
}
.accordion-button:not(.collapsed){
    background-color: var(--dark-blue);
    color: var(--orange);
}
.accordion-button:hover{
    background-color: var(--dark-blue);
    color: var(--orange);
}

/* fotogaleria */
#fotogaleria {
    background-image: url('/site/templates/images/pattern_vertical-blue.png');
    background-repeat: repeat;
}
#fotogaleria h2 span {
    color: var(--light-blue);
}
#fotogaleria ul {
    padding: 0;
    margin: 0;
    --numcolumns: 5;
  --gap: 0em;
  --size: calc(100vw / var(--numcolumns));
  display: grid;
  grid-template-columns: repeat(var(--numcolumns), 1fr);
  grid-template-rows: auto;
  gap: var(--gap);
  align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 999px) {
    #fotogaleria ul {
        --numcolumns: 4;
    }
}
@media (max-width: 768px) {
    #fotogaleria ul {
        --numcolumns: 3;
    }
}
@media (max-width: 600px) {
    #fotogaleria ul {
        --numcolumns: 2;
    }
}
#fotogaleria ul li{
    list-style: none;
    display: block;
  height: calc(var(--size) - var(--gap));
}
#fotogaleria ul.gallery > li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease all;
}
#fotogaleria ul.gallery > li img:hover{
  transform: scale(1.02);
  box-shadow: 0px 0px 65px 32px #00184175;
  z-index: 10000;
  position: relative;
}
#fotogaleria ul.gallery > li a{
  position: relative;
  transition: 0.3s ease all;
}


#fotogaleria ul.gallery > li.more{
  display: flex;
  text-align: center;
  justify-content: center;
}
#fotogaleria ul.gallery > li.more a{
  color: var(--orange);
  display: flex;
  place-items: center;
  font-weight: 500;
  font-size: 1.1em;
  background-color: var(--dark-blue);
  text-decoration: none;
  width: 100%;
  text-align: center;
  justify-content: center;
  transition: 0.3s ease all;
}
#fotogaleria ul.gallery > li.more a::after{
  content: "";
  background-image: url('/site/templates/images/ico-right-orange.svg');
  height: 24px;
  width: 24px;
  margin-left: 0;
  display: inline;
  transition: 0.3s ease all;
}
#fotogaleria ul.gallery > li.more a:hover{
  text-decoration: none;
  background-color: #e4eeff95;
  color: var(--dark-blue);
}
#fotogaleria ul.gallery > li.more a:hover::after{
   background-image: url('/site/templates/images/ico-right-dark.svg');
   animation: arrow 1s infinite;
}
@keyframes arrow {
  0%   {margin-left: 0;}
  50%  {margin-left: 10px;}
  100%  {margin-left: 0;}

}
/* aktuality */
#aktuality {
    justify-content: flex-start;
    background: #ffffffd6;
    padding-top: 120px;
    color: var(--blue);
}
#aktuality article{
    text-align: left;
    clear: both;
    padding: 30px 0;
}
#aktuality article:hover {
    /*background-color: #fff;*/
    background-blend-mode: lighten;
}
#aktuality a{
    text-decoration: none;
    color: var(--orange);
}
#aktuality a:hover {
    color: var(--blue);
}
#aktuality article h3 {
    padding-left: 170px;
    text-transform: uppercase;
}
#aktuality article .date{
    color: var(--blue);
    font-size: .8em;
    width: 170px;
    float: left;
    text-align: center;
}
@media (max-width: 767px) {
    #aktuality article .date {
        width: 100px;
    }
}
#aktuality article .date span{
    font-size: 1.5em;
    display: block;
    font-weight: 500;
}
#aktuality article p{
    padding-left: 170px;
    font-size: .9em;
}
#aktuality article::after {
    content: '';
    height: 1px;
    width: 170px;
    background-color: var(--blue);
    display: block;
    transition: all ease .5s;
}
#aktuality article:hover:after{
    width: 50%;
}
#aktuality a.more{    
    border: 1px solid var(--orange);
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 15px;
    transition: all ease .5s;
}
#aktuality a.more:hover {
    background-color: var(--orange);
    color: white;
}
@media (max-width: 767px) {
    #aktuality article .date {
        width: 100px;
    }
    #aktuality article h3 {
    padding-left: 100px;
    }
    #aktuality article p{
        padding-left: 100px;
        font-size: .9em;
    }
}
.container-news{
    max-width: 600px;
}
@media (max-width: 600px){
    .container-news{
    max-width: 100%;
}
}
/* podpora */
#podpora {
    background-image: url('/site/templates/images/pattern_vertical-blue.png');
    background-repeat: repeat;
}


.testim {
	width: 100%;
    position: relative;
}
#testim-content::before {
    content: '';
    display: block;
    position: absolute;
    width: 500px;
    height: 200px;
    background-color: var(--dark-blue);
    top: calc(50% - 100px);
    right: calc(50% - 250px);
    filter: blur(2.5rem);
    opacity: .7;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
	cursor: pointer;
}

.testim .arrow:hover {
    color: var(--orange);
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
	height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
	position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: var(--orange);
    border-color: var(--orange);
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
	overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img{
    width: 123px;
    height: 123px;
    overflow: hidden;
    display: contents;
}

.testim .cont div .img img {
    display: block;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #fff;
}

.testim .cont div h2 {
    color: var(--orange);
    font-size: 2.5em;
    margin: 15px 0;
}
.testim .cont div h2 span{
    white-space: nowrap;
    display: block;
    color: #fff;
    font-weight: 300;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px var(--orange);        
        box-shadow: 0px 0px 10px 5px var(--orange);        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px var(--orange);        
        box-shadow: 0px 0px 0px 0px var(--orange);        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px var(--orange);        
        box-shadow: 0px 0px 10px 5px var(--orange);        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px var(--orange);        
        box-shadow: 0px 0px 0px 0px var(--orange);        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px var(--orange);        
        box-shadow: 0px 0px 10px 5px var(--orange);        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px var(--orange);        
        box-shadow: 0px 0px 0px 0px var(--orange);        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px var(--orange);        
        box-shadow: 0px 0px 10px 5px var(--orange);        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px var(--orange);        
        box-shadow: 0px 0px 0px 0px var(--orange);        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px var(--orange);        
    }

    100% {
        box-shadow: 0px 0px 0px 0px var(--orange);        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}








/* kontakt */
#kontakt {
    background-image: url('/site/templates/images/pattern_vertical-blue.png');
}
#kontakt h2 span{
    color: var(--light-blue);
}
#kontakt ul{
    padding: 0;
    margin: 0;
}
#kontakt ul li{
    list-style: none;
    text-align: left;
    padding: 5px;
    margin: 10px 0;
    border-radius: 15px;
    display: flex;
}
#kontakt ul li span.label{
    color: #fff;
    position: relative;
    z-index: 100;
    margin-right: 10px;
    font-weight: 300;
}

#kontakt ul li a{
    padding: 10px 15px;
    border: 1px solid var(--orange);
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 500;
    color: var(--orange);
    text-decoration: none;
    text-align: center;
    transition: all ease 1s;
}
#kontakt ul li a:hover{
    background-color: var(--orange);
    
}




.btnX {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}

.btnX-bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.btnX:hover .btnX-bg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.btnX--untransition .btnX-bg {
  -webkit-transition: none;
  transition: none;
}

.btnX--unhover .btnX-bg {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.btnX-text {
  position: relative;
  z-index: 2;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  font-weight: 600;
}
.btnX-text:hover {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.2s;
  font-weight: 600;
}


.btnX-yellow-bd .btnX-yellow-bg {
  background: var(--orange);
}
.btnX-yellow-bd .btnX-text {
  color: var(--orange);
  font-weight: 500;
  font-size: 18px;
}
.btnX-yellow-bd:hover .btnX-text {
  color: #1f1f1f;
}

.btnX-yellowRv-bd .btnX-yellowRv-bg {
  background: #1f1f1f;
}
.btnX-yellowRv-bd .btnX-text {
  width: 250px;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: #1F1F1F;
  font-weight: 400;
  font-size: 18px;
}
.btnX-yellowRv-bd:hover .btnX-text {
  color: #ffb85b;
}

/* footer */
footer {
    background-color: #001026;
    color: var(--light-blue);
    padding: 10px;
    text-align: center;
}
footer a{
    color: var(--orange);
}


/* pagination */
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 5px;
  justify-content: center;
}
.pagination .page-link.current {
  background-color: var(--dark-blue);
  color: var(--white);
  border-color: var(--dark-blue);
}
.pagination .page-link {
  padding: 8px 16px;
  border: 1px solid var(--blue);
  color: var(--blue);
  text-decoration: none;
}



/* aktualita */
#aktualita {
    justify-content: flex-start;
    background: #ffffffd6;
    padding-top: 120px;
    color: var(--blue);
    text-align: left;
}

#aktualita  h1 {
    text-transform: uppercase;
    text-shadow: none;
    margin-bottom: 50px;
}
#aktualita .date{
    color: var(--blue);
    font-size: .8em;
    width: 170px;
    text-align: center;
    float: left;
}
@media (max-width: 767px) {
    #aktualita .date {
        width: 100px;
    }
}
#aktualita .date span{
    font-size: 1.5em;
    display: block;
    font-weight: 500;
}
#aktualita p{
    font-size: .9em;
}
#aktualita h1::after {
    content: '';
    height: 1px;
    width: 170px;
    background-color: var(--blue);
    display: block;
    transition: all ease .5s;
}
#aktualita h1:hover:after{
    width: 50%;
}

#aktualita img {
    max-width: 100%;
}
.aktualita-img {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    #aktuality article .date {
        width: 100px;
    }
    #aktuality article h3 {
    padding-left: 100px;
    }
    #aktuality article p{
        padding-left: 100px;
        font-size: .9em;
    }
}
.container-news{
    max-width: 600px;
}
@media (max-width: 600px){
    .container-news{
    max-width: 100%;
}
}

/* galéria */
.gallery-block {
    border-radius: 6px;
    overflow: hidden;
}
.gallery-item:hover img {
    transform: scale(1.05);
    filter: brightness(0.8);
}
.container-news { 
    background: rgba(255,255,255,0.95); 
    padding: 40px; 
    border-radius: 20px;
}
a.gallery-item:hover img{
    transform: scale(1.05)
}
a.gallery-item {
    position: relative;
    display: block;
}
a.gallery-item::after {
    content: '';
    background-image: url(/site/templates/images/search.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background-color: #ffffff6d;
    border-radius: 20px;
    background-position: center;
    bottom: 20px;
    left: 50%;
    opacity: 0;
    transition: all .3s;
}
a.gallery-item:hover::after{
    width: 40px;
    height: 40px;
    bottom: calc(50% - 20px);
    opacity: 1;
}
#fotogaleria .card {
    border-radius: 6px;
    background-color: #011a3d8b;
    color: var(--white);
    border: 1px solid var(--light-blue2);
}
#fotogaleria .card a{
    color: var(--white);
    text-decoration: none;
}
#fotogaleria .card a:hover{
    color: var(--orange);
}
#fotogaleria .card a:hover img {
    transform: scale(1.05)
}
#fotogaleria .card .album-datum{
    color: var(--light-blue);
}
#fotogaleria h4 {
    font-size: 1em;
}
a.album-more {
    border: 1px solid var(--orange);
    color: var(--orange);
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 6px;
    font-weight: 500;
    transition: all ease .5s;
    font-size: .8em;
}
a.album-more:hover{
    background-color: var(--orange);
    color: var(--white);
}

#omne {
    background-color: #000c31db;
    background-repeat: repeat;
}
#omne p{
    font-size: 1.2em;
    text-align: left;
}


#podbanner{
    background-color: rgb(0, 24, 56);
  min-height: auto;
  padding: 50px;
}