:root {
    /* --textovka: #143A85;
    --text-light: #fff;
    --text-dark:#000;
    --theme-light:#F2E3D4;
    --theme-dark: #9BA2D1; */


    /* --textovka: #00275b; zaloha originalu */
    --textovka: #fed501 ;
    --text-light: #fff;
    --text-dark: #fed501 ;
    /* --theme-light:#d0cece; */
    --theme-light: #fff;
    /* --theme-dark:#e7e7e7; */
    --theme-dark:#303030;
    --swiper-theme-color: #fed501  !important ;
}

/* DARK THEME*/


/*backgroundy*/
.header, body {
    background: var(--theme-dark);
}

/*colory dava vsetky texty do bielej*/
.title_box,
body,
a.nav_next,
.container_x2 h2,
.container_x4 h2,
.vnutro h3,
.vnutro h2, 
.vnutro h1,
.footer_bottom a,
.footer_bottom,
.footer_bottom_alt a,
.footer_bottom_alt,
.breadcrumbs a {
    color: var(--text-light);
}
/* vo formulari treba tmavy text*/
.input__label-content {
    color: var(--theme-dark);
}

/*Hover fixy*/
.breadcrumbs a:hover {
    color: var(--textovka);
}

/*socialne ikonky*/
.header li a {
    color: var(--text-light);
}

/*sipka aby bola biel pri tlacitkach "ZOBRAZIT VIAC"*/
a.nav_next::after {
    background: url(../../images/img-arrow-white.png) right 50% no-repeat;
}

/* pasik na homepage*/
.container_x3, .container_x3::after, .container_x3::before {
    background-color: var(--textovka);
  }

/*Breadcrumbs aktualna stranka aby bola spravne*/
.current_page {    
    color:rgba(155, 155, 155, 0.8);
}

/*navigacia v desktope*/
.navigation a {
    background: linear-gradient(to left, var(--theme-dark) 50%, var(--text-dark) 50%) right;
    background-size: 200%;
    box-shadow:  0 0 8px rgba(255, 255, 255, 0.5);
    color: var(--text-light);
}
.navigation a:hover {
    color: var(--theme-dark);
}
/* aby v mobile nebol tien*/
@media screen and (max-width: 991px) {
    .navigation a {
        box-shadow:none;
    }   
}

/*text v podstrankach*/
.image_gallery .novinky_popis {
    color: var(--theme-dark) !important;
}
a:hover .novinky_popis {
    color: var(--text-light) !important;
}

/* DARK THEME*/

/* a.rslides_nav:hover {
  color: #FFF;
  background: var(--textovka);
}
a:hover .novinky_popis {
    color: #000 !important;
    background-color: #fcf0ae !important;
}

html, body, .header, h1, h2,h3,h4,h5,h6,p,a {
    background: #303030;
    color: white !important;
}

.navigation a {
    color: white !important;
    background: linear-gradient(to left, #303030 50%, var(--text-dark) 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    box-shadow:  0 0 8px rgba(255, 255, 255, 0.5);
  }

  .hvr-grow b{
      color: black;
  } */

.rslides_tabs a {
color: white;
}
.main_logo p,
.main_logo h1,
.main_logo h2,
.main_logo h3 {
    color: white;
}
