header {
  background-color: #fff;
  z-index: 1;
}
header .banner {
  /*background: #d1eae7;*/
  color: #000;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
}

header .banner .mail a {
  color: #000;
  text-decoration: none;
}

.header-outer {
  display: block;
  position: fixed;
  width: 100%;
  top: 0px; /* Equal to the height difference between header-outer and header-inner */
  font-size: 1.4em;
  transition: all 0.4s ease-in-out;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  padding-top: 5px;
}

.header-outer.minimize {
  font-size: 1.2em;
}

@media (max-width: 576px) {
  .header-outer {
    font-size: 0.9em;
  }
  .header-outer.minimize {
    font-size: 0.8em;
  }
}

@media (min-width: 576.02px) {
  .header-outer {
    font-size: 1em;
  }
  .header-outer.minimize {
    font-size: 0.9em;
  }
}

@media (min-width: 780px) {
  .header-outer {
    font-size: 1.1em;
  }
  .header-outer.minimize {
    font-size: 1em;
  }
}


.header-inner {
  height: 100%;
  position: sticky;
  top: 0;
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  width: 100%;
}

header img {
  width: 72px;
  height: 72px;
  transition: all 1s;
  padding-bottom: 4px;
}

header.minimize img {
  width: 56px;
  height: 56px;
}

img.calendar {
  height: 36px;
  width: auto;
  transition: transform 0.3s;
}

img.calendar:hover {
  transform: scale(1.2);
  cursor: pointer;
}


.events {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

/* .flag {
  z-index: 1;
} */

main {
  margin-top: 140px;
}

.kcf-main {
  font-size: 1.1em;
}

.kcf-main a{
  text-decoration: none;
  color: #FFC100;
  font-weight: 400;
}

.navbar .nav li a {
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}
.navbar .nav li:not(:nth-last-child(2)) a.nav-link:hover {
  transition: 0.5s all ease-out;
  background-color: var(--kca-yellow);
}
.navbar .nav li a.nav-link:hover, .navbar .nav li a.nav-link:focus {
  color: black;
}
.navbar .nav li:nth-last-child(2) a.nav-link {
  transition: 0.5s all ease-out;
  background-color: var(--kasp-blue);
}

.navbar .nav li:nth-last-child(2) a.nav-link:hover {
  color: var(--kasp-blue);
  background-color: black;
  transition: 0.5s all ease-out;
}

.navbar {
  margin: 0;
}

.navbar-nav {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 0;
}

.nav-item {
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

/*.navbar .mobi {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .navbar .kcf-logo {
    display: flex;
    align-items: flex-start;
  }
}*/

.bg-kcf {
  background: rgb(255, 193, 0);
  background: linear-gradient(90deg, rgba(255, 193, 0, 0.9) 0%, rgb(153, 238, 221) 25%, rgba(153, 238, 221, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc100",endColorstr="#99eedd",GradientType=1);
}

.bg-kcf-bw {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgb(0, 0, 0) 66%, rgba(255, 255, 255, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  color: white;
}

li.nav-link {
  list-style: none;
}

.nav-link:link,
li.nav-link:visited {
  color: #222;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}

.nav-link:hover::after {
  transform: scale(1);
}

.colorful:not(.main-text) .kcf-line {
  height: 6px;
}
.colorful .kcf-line {
  background: transparent linear-gradient(270deg, #99E6DD 0%, #FFC100 100%);
}
.colorful.main-text .kcf-line {
  height: 2px;
}

footer {
  padding-top: 40px;
  background: black;
  color: #fff;
}
footer .meni ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
}
footer .line .line-inner {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  height: 1px;
  background-color: #fff;
}
footer .main-text h1 {
  font-size: 32px;
  padding: 0 20px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 576px) {
  footer .main-text h1 {
    font-size: 26px;
  }
}
footer .copyright {
  text-align: center;
  padding-bottom: 20px;
}
footer .copyright a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 576px) {
  footer .logo-1 img, footer .logo-2 img {
    width: 50px;
    height: auto;
  }
}

.template-homepage h2 {
  font-weight: 700;
  font-size: 32px;
}
.template-homepage .izpostavljeni .card-img-top img, .template-homepage .izpostavljeni .impro-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}

.template-homepage .izpostavljeni .card-img-top, .template-homepage .izpostavljeni .impro-box {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.template-homepage .izpostavljeni .card-img-top:hover img {
  transform: scale(1.1);
}
.template-homepage .izpostavljeni h2 {
  font-weight: 700;
}
.template-homepage .izpostavljeni #kcright a, .template-homepage .izpostavljeni #kcfleft a {
  text-decoration: none;
  color: unset;
}
.template-homepage .izpostavljeni #kcright h2 {
  font-size: 26px;
}

.template-subpages main:has(.extra-banner) {
  margin: 0;
}
.template-subpages .extra-banner {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.template-subpages .extra-banner .container {
  position: relative;
}
.template-subpages .extra-banner .container .pos-abs {
  position: absolute;
  bottom: 40px;
}
.template-subpages .extra-banner .container .pos-abs .w-box {
  padding: 30px;
  background: #fff;
}
.template-subpages .extra-banner .container .pos-abs .w-box h1 {
  font-weight: 800;
  font-size: 60px;
}
.template-subpages .extra-banner .container .pos-abs .w-box .date {
  color: #848484;
  font-weight: 700;
}
.template-subpages .extra-banner .container .pos-abs .w-box .tags button {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  border: none;
}

.template-subpages h2 {
  font-weight: 700;
  font-size: 32px;
}

.img-cover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.join-us input[type=email], .join-us input[type=text], .join-us input[type=number], .join-us textarea, .join-us select {
  width: 100%;
  border: 2px solid #000;
  padding: 4px 2px;
}
.join-us .col-7 {
  padding-bottom: 1rem;
}
.join-us input[type=submit] {
  background: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease-out;
  border: 2px solid #000;
}
.join-us input[type=submit]:hover, .join-us input[type=submit]:focus {
  background: #000;
  color: #fff;
}/*# sourceMappingURL=kcf.css.map */


.nav-subscribe {
  text-transform: uppercase;
  color: #000;
  font-size: large;
  font-weight: 400;
  text-decoration: none;
}

.home-pack-blok {
  background-color: var(--kasp-dark-blue);
  padding-top: 15px;
  padding-bottom: 20px;
}

.home-pack-blok .naslov {
  text-align: center;
  color: #fff;
  /*color: black;*/
  margin-bottom: 15px;
}

.home-pack-blok .pack-outer {
  display: flex;
  justify-content: center;
  align-self: center;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.home-pack-blok .pack-outer:hoverr {
  transform: scale(1.1);
  transition: 1 all ease-out;
}

@media (max-width: 576px) {
  .home-pack-blok .pack-outer {
    padding-bottom: 1rem;
  }
}
.home-pack-blok .pack-outer .pack-inner {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  margin-bottom: 20px;
}
.home-pack-blok .pack-outer .pack-inner .pack-head b {
  font-size: 26px;
}
.home-pack-blok .pack-outer .pack-inner .pack-head .price {
  padding: 10px 0;
}
.home-pack-blok .pack-outer .pack-inner .pack-head .price span {
  font-size: 26px;
  font-weight: 700;
}
.home-pack-blok .pack-outer .pack-inner .pack-body {
  text-align: left;
}
.home-pack-blok .pack-outer .pack-inner .pack-foo {
  display: flex;
  height: 100%;
  margin: 0;
  align-content: flex-end;
  flex-wrap: wrap;
}
.home-pack-blok .pack-outer .pack-inner .pack-foo a {
  padding: 10px 40px;
  width: 100%;
  background-color: var(--kca-yellow);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.home-pack-blok .pack-outer .pack-inner .pack-foo a:hover {
  background-color: #000;
  color: #fff;
}
.home-pack-blok .pack-outer .pack-inner p > b {
  font-weight: 700;
  font-size: 32px;
}
.home-pack-blok .pack-outer .pack-inner div:not(.pack-body) p:not(b) {
  font-size: 26px;
}
.home-pack-blok .pack-outer .pack-inner div:not(.pack-body) p {
  margin-bottom: 0 !important;
}
