/* Custom styles for current website */
html { font-size:16px; }
body { font-family:'Jura', sans-serif; line-height: 1.5; font-weight: 400; background-color: #000000; }
::-webkit-scrollbar
{
  width: 10px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb {
  background: var(--primary);
}



.card-kontakt{
  height: 15rem;
  overflow: visible!important;
  transition: color 0.4s ease-in-out;
}

.card-20{
  height: 30rem;
  overflow: visible!important;
  transition: color 0.4s ease-in-out;
}

.card-img{
  height: 24rem;
  overflow: visible!important;
  transition: color 0.4s ease-in-out;
}

@media (max-width: 768px) {

  .card-img{
    height: auto;
  }

  .kontakt-text{
    font-size: 1.6rem!important;
  }



}

@media (max-width: 448px) {

  .h-25{
    height: 25rem!important
  }
  .h-rectangle{
    height: 25rem!important;
  }

  .card-20 {
    height: 15rem;
  }
  .card-15 {
    height: 15rem!important;
  }

  .card-15 .absolute-top {
    max-width: 60%;
    margin-top: -2rem;
  }
  .slideInUp .card-20 {
    margin-bottom: 0;
    margin-top: 10rem;
    height: auto!important;
    justify-content: space-between;
  }
  .absolute-top {
    max-width: 60%;
    margin: -7rem auto;
  }
  .display-rotate {
    display: none;
  }
}

@media (min-width: 449px) and (max-width: 992px) {
  .card-20 {
    height: 20rem;
  }
  .h-rectangle{
    height: 25rem!important;
  }
  .card-15 {
    height: 20rem!important;
  }
  .card-15 .absolute-top {
    max-width: 60%;
    margin-top: -2rem;
  }
  .slideInUp .card-20 {
    margin-bottom: 0;
    margin-top: 10rem;
    height: auto!important;
    justify-content: space-between;
  }
  .absolute-top {
    max-width: 60%;
    margin: -7rem auto;
  }
  .display-rotate {
    display: none;
  }
}

@media (max-width: 992px) {
  .bottomright-0-sm{
    bottom: 5% !important;
    right : 0 !important
  }
}

@media (max-width: 768px) {



  .absolute-top{

    margin: -2rem auto;
  }

  .card-15 .absolute-top{
    margin-top: 0rem !important;
    max-width: 90%!important;
  }

  .card-20 .absolute-top{
    margin-top: -4rem ;
    max-width: 65%;
  }

}

.card-15:hover > h3{
  color: var(--primary)!important;
}

.card-15{
  height: 27rem;
  overflow: visible!important;
  transition: color 0.4s ease-in-out;
}

.card-20:hover .h3, card-kontakt:hover .h3{
  color: var(--primary)!important;

}


.card-20:hover::before, .card-kontakt:hover::before {
  background-color: var(--primary);
}

.minus-margin{
  margin-top: -12rem;
}

.card-20::before, .card-kontakt::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 104%;
  height: 0.4rem;
  border-radius: 25px;
  background-color: var(--dark);
  transition: background-color 0.4s ease-in-out;
}

/* Text */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family:'Jura', sans-serif;
  font-size:calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 700;
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a { color: inherit; }
h1, .h1 {
  font-size:calc(25.6px + (41.2 - 25.6) * ((100vw - 300px) / (1600 - 300)));
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Bebas Neue', 'Jura', sans-serif!important;
  color: #FFFFFF;

}
h2, .h2 {
  font-size:calc(84px + (120 - 84) * ((100vw - 300px) / (1600 - 300)));
  letter-spacing: 0.02em;
  font-family: 'Bebas Neue', 'Jura', sans-serif!important;
  margin-bottom: 4rem;
  color: #19191F;
  text-shadow:
    -1px -1px 0 var(--primary),
    1px -1px 0 var(--primary),
    -1px 1px 0 var(--primary),
    1px 1px 0 var(--primary);

}
h3, .h3 {
  font-size:calc(16px + (24 - 16) * ((100vw - 220px) / (1600 - 300)));
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Bebas Neue', 'Jura', sans-serif!important;
  color: #FFFFFF;
  font-weight: 400;
}

@media (max-width: 768px) {

  h3, .h3 {
    font-size: 1.6rem !important;;
  }}
h4, .h4 {
  font-size:1.3rem;
  font-weight: 300;
  font-family: 'Bebas Neue', 'Jura', sans-serif!important;
  letter-spacing: 0.2em;
  line-height: 1.9;
}

p {
  line-height: 1.8;
}

.text-field a:not(.btn) {
    position: relative;
    display: inline-block; /* This helps with positioning issues */
    /* Add some isolation to prevent interference */
    isolation: isolate;
}

.text-field a:not(.btn)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid;
    pointer-events: none;
    opacity: .5;
    /* Ensure pseudo-element stays within link bounds */
    z-index: -1;
}
.text-field a:not(.btn):hover {
    color: inherit;
}
.text-field a:not(.btn):hover::before {
    animation: hoverWidth 0.5s ease-in-out 1;
    -webkit-animation: hoverWidth 0.5s ease-in-out 1;
}
.text-field h2 > a:not(.btn)::before, .text-field h3 >a:not(.btn)::before {
  display: none;
}

@keyframes hoverWidth {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.display-1 {
  font-weight: 300;
  font-size:calc(32px + (64 - 32) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1;
  letter-spacing: 0.02em;
}
.display-2 {
  font-weight: 300;
  font-size:calc(28px + (48 - 28) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.0;
  letter-spacing: 0.05em;
}
.display-3 {
  font-weight: 300;
  font-size:calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.bebas-neue{
  font-family: 'Bebas Neue', 'Jura', sans-serif!important;
  font-weight: 100!important;
  letter-spacing: 0.1em;
  
}

.display-4 {
  font-size:calc(14px + (19 - 12) * ((100vw - 250px) / (1600 - 300)));
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Bebas Neue', 'Jura', sans-serif!important;
  color: #FFFFFF;
  font-weight: 400;
}
[class*="display-"] > strong { font-weight: 700; }
.lead, .quotes {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.display-base {
  font-weight: 300 !important;
  font-size: 1rem !important;
}

.font-Jura{
  font-family: 'Jura', sans-serif!important;
}


.display-base.font-weight-bold {
  font-weight: 700 !important;
}
.text-shadow {
  text-shadow: 0 0 0.25rem rgba(0,0,0,.75);
}
.text-transform-none {
  text-transform: none !important;
}
.line-height-1-2 {
  line-height: 1.2em;
}
.line-height-2 {
  line-height: 2em;
}
.line-through {
  text-decoration: line-through;
}

p.quotes {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
p.quotes::before, p.quotes::after {
  content:'„';
  position: absolute;
  bottom: 0;
  left:0;
  width: 4rem;
  height: 4rem;
  text-align: center;
  display: inline-block;
  font-size: 4rem;
  font-weight: 200;
  line-height: 4rem;
  color: var(--dark);
  opacity: .5;
}
p.quotes::after {
  content: '“';
  top: 0;
  bottom: auto;
  left:auto;
  right: 0;
}
p > [style*="background-color"] {
  position: relative;
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: .5rem;
}
.spacing-small {
  letter-spacing: -0.05em !important;
}

a {
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
footer .last-line a:not(.btn) {
  color:#656f80;
  text-decoration: underline;
}
.more {
  font-weight: 400;
  letter-spacing: .04em;
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
  color: #ffae45;
}
.more::after {
  content:'\f061';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  margin-left: .5rem;
}
.more:hover:after {
  animation: fadeIn 1s infinite ease-in;
  -webkit-animation: fadeIn 1s infinite ease-in;
}

/* Navbar */
.navbar-brand {
  padding-top:1.875rem;
  padding-bottom:1.875rem;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  align-self: center;
  border-bottom-right-radius: 1.25rem;
}
.menu-scroll-down.small-menu .navbar-brand {
  padding-top:1.875rem;
  padding-bottom:1.875rem;
  align-self: flex-end;
}
.navbar-brand svg {
  width: calc(73px + (86 - 73) * ((100vw - 300px) / (1600 - 300)));
  height: calc(34px + (40 - 34) * ((100vw - 300px) / (1600 - 300)));
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.small-menu .navbar-brand svg {
  width: calc(73px + (86 - 73) * ((100vw - 300px) / (1600 - 300)));
  height: calc(34px + (40 - 34) * ((100vw - 300px) / (1600 - 300)));
}
.menu-scroll-down.small-menu .navbar-brand svg {
  width: calc(73px + (86 - 73) * ((100vw - 300px) / (1600 - 300)));
  height: calc(34px + (40 - 34) * ((100vw - 300px) / (1600 - 300)));
}
.navbar-brand-footer {
  padding-top:1.875rem;
  padding-bottom:1.875rem;
}
.navbar-brand-footer svg {
  width: calc(73px + (86 - 73) * ((100vw - 300px) / (1600 - 300)));
  height: calc(34px + (40 - 34) * ((100vw - 300px) / (1600 - 300)));
}
.menu-white .navbar-brand svg [fill="#343A40"] { fill: #fff !important; }

/* Custom content */
.border-4 {
  border: 2rem solid;
}
.stretch-image > .image-box {
  height: 100% !important;
  padding-bottom: 0 !important;
}
.bg-clip-path-item-cover-2 {
  position: absolute;
  top: -276px;
  left: -809px;
  width: calc(100vw - 1.65rem);
  height: calc(100vh - 2.35rem);
  z-index: -1;
  background-position: center;
  background-size: cover;
}

.z-index-2 {
  z-index: 2;
}
.section-bg-image.bg-image-left-center > svg.animate-gradient {
  object-fit: none;
  object-position: center;
  height: auto;
  width: 66.666vw;
  max-height: none;
  left: -25%;
}
.section-bg-image.bg-image-center-center > svg.animate-gradient {
  object-fit: none;
  object-position: center;
  height: auto;
  width: 66.666vw;
  max-height: none;
}
.section-bg-image.bg-image-right-center > svg.animate-gradient {
  object-fit: none;
  object-position: center;
  height: auto;
  width: 66.666vw;
  max-height: none;
  right: -25%;
}
svg.animate-gradient { opacity: 1; }
svg.animate-gradient {
  animation: gradientFadeInOut 8s ease-in-out infinite;
}
@keyframes gradientFadeInOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.1;
  }
  75% {
    opacity: 0.2;
    filter: saturate(1.5);
  }
  100% {
    opacity: 0;
  }
}

.gradient-ball {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -30%);
  opacity: 0.7;
  animation: float-main 4s ease-in-out infinite;
}

.gradient-ball-center {
  z-index: -5!important;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -60%);
  opacity: 0.7;
  animation: float-center 4s ease-in-out infinite;
}

.gradient-ball-right {
  z-index: -5!important;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 145rem;
  transform: translate(-0%, -70%);
  opacity: 0.8;
  animation: float-right 4s ease-in-out infinite;
}

.gradient-ball-left {
  z-index: -5!important;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -60%);
  opacity: 0.8;
  animation: float-left 4s ease-in-out infinite;
}

/* Keyframe animations with only horizontal movement */
@keyframes float-main {
  0% {
    transform: translate(-70%, -30%);
    opacity: 0.7;
  }
  50% {
    transform: translate(-73%, -30%);
    opacity: 1;
  }
  100% {
    transform: translate(-70%, -30%);
    opacity: 0.7;
    filter: saturate(1.5);
  }
}

@keyframes float-center {
  0% {
    transform: translate(-40%, -60%);
    opacity: 0.7;
  }
  50% {
    transform: translate(-43%, -60%);
    opacity: 1;
  }
  100% {
    transform: translate(-40%, -60%);
    opacity: 0.7;
    filter: saturate(1.5);
  }
}

@keyframes float-right {
  0% {
    transform: translate(-0%, -70%);
    opacity: 0.8;
  }
  50% {
    transform: translate(-3%, -70%);
    opacity: 0.9;
  }
  100% {
    transform: translate(-0%, -70%);
    opacity: 0.8;
    filter: saturate(1.5);
  }
}

@keyframes float-left {
  0% {
    transform: translate(-80%, -60%);
    opacity: 0.8;
  }
  50% {
    transform: translate(-83%, -60%);
    opacity: 1;
  }
  100% {
    transform: translate(-80%, -60%);
    opacity: 0.8;
    filter: saturate(1.2);
  }
}

.close-button{
  cursor: pointer;
}

.close-button::after{
  position: absolute;
  content: '\f00d';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  font-size: 1.5rem;
  top: 0;
  right: 0;
  color: white;
}

.absolute-title-center-right {
  position: absolute;
  right: -1rem;
  top: calc(50%);
  width: auto;
  height: auto;
  transform: translate(50%, -50%) rotate(-90deg);
  -webkit-transform: translate(50%, -50%) rotate(-90deg);
}
.absolute-title-top-left {
  position: absolute;
  left: -1rem;
  top: -2rem;
  width: auto;
  height: auto;
  transform: translate(-100%, 0) rotate(-90deg);
  -webkit-transform: translate(-100%, 0) rotate(-90deg);
  transform-origin: right;
  -webkit-transform-origin: right;
  padding: 0 1rem !important;
}
.absolute-title-top-right {
    position: absolute;
    right: -1rem;
    top: -2rem;
    width: auto;
    height: auto;
    transform: translate(0, 0) rotate(-90deg);
    -webkit-transform: translate(0, 0) rotate(-90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    padding: 0 1rem !important;
  }
.absolute-title-bottom-left {
  position: absolute;
  left: -1rem;
  bottom: -2rem;
  width: auto;
  height: auto;
  transform: translate(0, 0) rotate(-90deg);
  -webkit-transform: translate(0, 0) rotate(-90deg);
  transform-origin: left;
  -webkit-transform-origin: left;
  padding: 0 1rem !important;
}
.absolute-title-bottom-left-offset-1 {
  position: absolute;
  left: calc(8.333333% / 2 - 2rem);
  bottom: -2rem;
  width: auto;
  height: auto;
  transform: translate(0, 0) rotate(-90deg);
  -webkit-transform: translate(0, 0) rotate(-90deg);
  transform-origin: left;
  -webkit-transform-origin: left;
  padding: 0 1rem !important;
}
[class*="absolute-title-"] > h2 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  margin: 0 -.5rem;
  font-weight: 600 !important;
  font-size: 1rem;
}
[class*="absolute-title-"].small > h2 {
  font-size: .75rem;
}
[class*="absolute-title-"] > h2 > span {
  padding: 1rem .5rem;
}
[class*="absolute-title-"] > h2 > [class*="fa-"] {
  font-size: 2rem;
  color: var(--primary);
  padding: 1rem .5rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
[class*="absolute-title-"] > h2 > [class*="fa-"].small {
  font-size: 1rem;
}
.top-header { top: calc(34px + (40 - 34) * ((100vw - 300px) / (1600 - 300)) + 3.75rem); }

section:first-of-type:not(.pt-0) { padding-top: calc(34px + (40 - 34) * ((100vw - 300px) / (1600 - 300)) + 3.75rem); }
.container, .container-fluid { position: relative; }
.text-center > .row { justify-content: center !important; }
.max-w-64 { max-width: 64px; }
.max-w-640 { max-width: 640px; }
.max-w-560 { max-width: 560px; }
.max-w-340 { max-width: 340px; }
.max-h-156 { max-height: 156px; }
.max-h-224 { max-height: 224px; }
.top-default { top: 8rem; }

.pointer-events-none {
    pointer-events: none !important;
}

.mobile-menu-open .nav-btn{
  width: 4.2rem!important;
  height: 4.2rem!important;
}

.mobile-menu-open p{
  font-size: 1rem!important;

}


.mobile-menu-open i{
  font-size: 1.55rem;

}


.m-minus{
  margin-left: -5rem!important;
}

@media (max-width: 779px) {
  .m-minus{
    margin-left: 0!important;
  }
}


.bg-nav {
    background-color: #19191fe1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}





.sequenceContainer {
  width:100%;
  height:95%;
  position:absolute;
  bottom:0;
  left:0%;
  z-index:0;
  background:transparent
}
.scrollSequenceContainer {
  position:sticky;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:1;
  height:100vh;
  width:100%;
  background:transparent;
}
.scrollSequenceContainer canvas {
  max-width: 100%;
}

.row-h-100 > .row { height: 100%; }

.fa-mamut-house::before {
  content: '';
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  background: url(/img/house.svg) no-repeat;
  background-size: 100% auto;
}
.xl-rounded-top-right {
  border-top-right-radius: 1.25rem !important;
}
.xl-rounded-bottom-left {
  border-bottom-left-radius: 1.25rem !important;
}
.image-xl-rounded > .image-box {
  border-radius: 1.25rem !important;
  overflow: hidden;
} 
.image-outline-3 > .image-box {
  outline: 1rem solid;
}
.box-overlay {
  box-shadow: 0rem 0rem 0rem 100vh rgba(0, 0, 0, .5);
}

.border-primary-hover {
  border-color: var(--primary-hover) !important;
}
.border-secondary-hover {
  border-color: var(--secondary-hover) !important;
}
.text-primary-hover {
  color: var(--primary-hover) !important;
}
.text-secondary-hover {
  color: var(--secondary-hover) !important;
}
.control.btn.mixitup-control-active {
  background-color: var(--white);
  color: var(--primary);
}
.control.btn:not(.btn-primary):hover {
  color: var(--primary);
}
.btn[aria-expanded="true"] {
  color: var(--black);
  background-color: var(--primary);
  border-color: var(--primary)
}
.btn.btn-outline-dark[aria-expanded="true"] {
  color: var(--primary);
  background-color: var(--white);
  border-color: var(--black);
}
.btn.btn-outline-dark[aria-expanded="false"] {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--black);
}

.bg-primary-hover {
  background-color: var(--primary-hover);
}
.bg-primary-gradient {
  background: linear-gradient(to right, var(--primary) 0%,var(--primary-hover) 100%);
}
.on-hover-border-primary, .on-hover-border-primary-hover {
  transition: border .2s ease-in-out;
  -webkit-transition: border .2s ease-in-out;
}
.on-hover-border-primary:hover {
  border-color: var(--primary) !important;
}
.on-hover-border-primary-hover:hover {
  border-color: var(--primary-hover) !important;
}
.on-hover-bg-primary {
  transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
}
.on-hover-bg-primary .border-white, .on-hover-bg-primary .border-light {
  transition: border-color .2s ease-in;
  -webkit-transition: border-color .2s ease-in;
}
.on-hover-bg-primary:hover {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}
.on-hover-bg-primary:hover .text-primary {
  color: var(--white) !important;
}
.on-hover-bg-primary:hover .border-white, .on-hover-bg-primary:hover .border-light {
  border-color: var(--primary) !important;
}
.on-hover-bg-primary:hover .btn-primary {
  color: var(--black);
  background-color: var(--white);
  border-color: var(--white);
}
.on-hover-bg-primary:hover .btn-primary:hover {
  color: var(--dark);
  background-color: var(--white-hover);
  border-color: var(--white-hover);
}
.shadow-none.rounded-0 > .rounded.shadow {
  box-shadow:none !important;
  border-radius: 0 !important;
}

.image-border-lg-light .image-box {
  border: 1rem solid var(--light) !important;
}

[class*="fa-"].circle {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: .875rem;
}
/*.rounded-circle {
  outline: 0.4rem solid #fff;
}*/

.icon-date {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 1rem;
  left: 1rem;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  border-radius: 0.5rem;
  background: #fff;
  z-index: 1;
}
.icon-date span:first-child {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2em;
}
.icon-date span:last-child {
  position: relative;
  display: block;
  width: 100%;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  text-transform: uppercase;
}
.row-items-stretch > .row {
  align-items:stretch !important;
}
.row.slider-cover {
  width: 100%;
  margin: 0 auto;
}
.article-list-cover-3 .tns-ovh, .article-list-cover-4 .tns-ovh, .slides-article-cover .tns-ovh {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0);
  max-width: 1340px;
}
.article-list-cover-3 .article-list-3 > .tns-item, .article-list-cover-4 .article-list-4 > .tns-item, .slides-article-cover [class*="list-cover-article-"] > .tns-item {
  opacity:1;
  transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}
.article-list-cover-3 .article-list-3 > [aria-hidden="true"], .article-list-cover-4 .article-list-4 > [aria-hidden="true"], .slides-article-cover [class*="list-cover-article-"] > [aria-hidden="true"] {
  opacity:1;
}

.svg-map text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75rem;
}
.svg-map .map-marker {
  cursor: pointer;
  pointer-events: all;
}

.inside-text ul:not(.nav-menu):not(.nav-wrap):not(.nav-image-menu):not(.dropdown):not(.collapse):not(.collapsing):not(.nav-tabs):not(.cc-cp-body-tabs) li::before {
  content:'\f002';
  color:#0094DA;
  font-size: 1rem;
  line-height:inherit;
}
/* Article */
[id*="article-detail-"] .text-field h3 {
  margin-top: 2rem;
}

.input-unit {
    position: relative;
    display: inline-block;
}
.input-unit > .unit {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--info);
    pointer-events: none; /* Makes the unit text non-selectable */
}
.input-unit input {
    padding-right: 4.5rem;
}
span.circle-number, span.circle-number-sm {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: -3px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding-left: .5rem;
  margin-right: .5rem;
  font-size: 24px;
  line-height: 24px;
  border: none;
  background: var(--primary);
  color: var(--white);
}
span.circle-number-sm {
  top: 0;
  width: 32px;
  height: 32px;
  padding-left: .25rem;
  font-size: 18px;
  line-height: 18px;
}
[class*="circle-number"].bg-white {
  color: var(--primary)
}

/* Animation */
.btn.btn-shake {
    -webkit-animation-name: btnShake;
    animation-name: btnShake;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.footer-navigation .btn-shake {
  animation: none;
  -webkit-animation: none;
}

@-webkit-keyframes btnShake {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    1%,2% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    3%,5%,7%,9% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(3deg)
    }

    4%,6%,8% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(-3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(-3deg)
    }
    10% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes btnShake {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    1%,2% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    3%,5%,7%,9% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(3deg)
    }

    4%,6%,8% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(-3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(-3deg)
    }

    10% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}


/* Custom breakpoints */
@media (max-height: 768px) {
  .min-vh-75 {
    min-height: 576px !important;
  }
}
@media (min-height: 768px) {
  .min-vh-75 {
    min-height: 75vh!important;
  }
}
@media (max-width: 991.98px) {
  .animateme {
    transform: none !important;
    opacity: 1 !important;
  }
  .show-lg-bg-image {
    background-image: none !important;
  }
}
@media (min-width: 576px) {
  .row.slider-cover {
    width: calc(540px - 8rem);
    margin: 0 auto;
  }
  .border-sm-right::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #E4E8EB;
    z-index: 1;
  }
  .p-md-5.border-sm-right::before {
    top: 1rem;
    height: calc(100% - 2rem);
  }
  .rounded-sm-left {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-sm-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }
}
@media (min-width: 768px) {
  .text-shadow {
    text-shadow: 0 0 0.5rem rgba(0,0,0,.25);
  }
  .row.slider-cover {
    width: calc(720px - 8rem);
    margin: 0 auto;
  }
  .text-md-left > .row { justify-content: flex-start !important; }
  .p-md-5.border-sm-right::before {
    top: 3rem;
    height: calc(100% - 6rem);
  }
}
@media (min-width: 992px) {
  .row.slider-cover {
    width: calc(960px - 8rem);
    margin: 0 auto;
  }
  .text-lg-left > .row { justify-content: flex-start !important; }
  .default-p, .py-default { padding-top: 8rem; padding-bottom: 8rem;  }
  .block-title-left-bottom {
    position: absolute;
    width: auto;
    height: 0;
    bottom: 0;
    left: .5rem;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
  }
  .pl-block-title {
    padding-left: 4rem;
  }
  .package-cover > .package-item:nth-child(1) { order: 1; }
  .package-cover > .package-item:nth-child(2) { order: 2; }
  .package-cover > .package-item:nth-child(3) { order: 3; }
  .package-cover > .package-item:nth-child(4) { order: 4; }
  .package-cover > .package-item:nth-child(5) { order: 5; }
  .package-cover > .package-item:nth-child(6) { order: 6; }
  .package-cover > .package-item:nth-child(7) { order: 7; }
  .package-cover > .package-item:nth-child(8) { order: 8; }
  .package-cover > .package-item:nth-child(9) { order: 9; }

  .btn-whatsapp {
    position: fixed;
    top: calc(100vh - 64px - 2rem);
    right: 2rem;
    padding: 0;
    margin: 0;
    width: 64px;
    height: 64px;
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .row.slider-cover {
    width: 100%;
    margin: 0 auto;
  }
  .navbar-brand, .menu-scroll-down.small-menu .navbar-brand {
    padding-top:1.25rem;
    padding-bottom:1.25rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1420px) {
  
}
@media (min-width: 1600px) {
 h4, h5, h6, .h4, .h5, .h6 {
    font-size:24px;
  }

 .text-field ul.icon-list li > [class*="fa-"] {
    font-size:32px;
  }
  .display-1 {
    font-size: 64px;
  }
  .display-2 {
    font-size:48px;
  }
  .display-3 {
    font-size:24px;
  }
  .navbar-brand svg, .small-menu .navbar-brand svg {
    width: 86px;
    height: 40px;
  }
  .navbar-brand-footer svg {
    width: 86px;
    height: 40px;
  }
  .top-header { top: calc(40px + 3.75rem); }
  section:first-of-type:not(.pt-0) { padding-top: calc(40px + 3.75rem); }
  .text-field ul.icon-list li > [class*="fa-"] { width: 32px; height: 32px; }
}

.absolute-center{
  position: absolute;
  left: 50%;
  right:50%;
  margin-inline: auto; 
  z-index: 10;
  bottom: -50%;
}

.hover-line, .text-shadow-none{
  text-shadow:none!important;
}

.fill-text {
  width: 28rem;
  height: 28rem;
  position: relative;
  font-size:calc(84px + (120 - 84) * ((100vw - 300px) / (1600 - 300)))!important;
  font-weight: bold;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: background-color 0.5s ease-in-out;
  line-height: 1.55!important;
}

.text-view-blue { 
  color: #3773b9;  
  transition: all 0.3s ease-in-out;
}

.grid-h{
  height: 25rem!important;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 33.333% 33.333% 33.333%;
  gap: 0.5rem;
}

.grid-h > a{
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.3s ease-in-out;
}

.h-box{
  height: 16rem;
}

.h-rectangle{
  height: 20rem;
}

.card-20 img {
  transition: all 0.3s ease-in-out;
}

.card-20:hover img {
  transform: scale(1.07);
}


.grid-h > a:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('/img/cerpadla-footer.webp')!important;
}

.grid-h > a:nth-child(1) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/cerpadla-footer.webp');
  background-position: 50% 75%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

.grid-h > a:nth-child(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/o-nas.webp');
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

.grid-h > a:nth-child(3) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/elektroprojekce.webp');
  background-position: top right;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

.grid-h > a:hover:nth-child(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('/img/o-nas.webp')!important;
}

.grid-h > a:hover:nth-child(3) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('/img/elektroprojekce.webp')!important;
}

.nomargin{
  margin: 0 !important;
}


.hover-line{
  transition: all 0.3s ease-in-out;
  color: #19191F;
  stroke: #19191F;
  fill: #19191F;
  cursor: pointer;
  padding-right: 30px;
}

.hover-line:hover ~ .hover-line, .hover-line:hover, .hover-line:hover ~ h1 {
  color: #D22D0A!important;
  stroke: #D22D0A!important;
  fill: #D22D0A!important; 
}

.following-image {
  position: fixed;
  width: 300px;
  height: 200px;
  border-radius: 4px;
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
  pointer-events: none;
  transform: translate(-50%, 40%);
  z-index: 10;
  display: none;
  background-size: cover;
  background-position: center;
  
  /* Add feathered edges on all sides */
  -webkit-mask-image: linear-gradient(
      to right,
      transparent,
      black 15%,
      black 85%,
      transparent
    ),
    linear-gradient(
      to bottom,
      transparent,
      black 15%,
      black 85%,
      transparent
    );
  -webkit-mask-composite: source-over;
  mask-image: linear-gradient(
      to right,
      transparent,
      black 15%,
      black 85%,
      transparent
    ),
    linear-gradient(
      to bottom,
      transparent,
      black 15%,
      black 85%,
      transparent
    );
  mask-composite: intersect;
}

.hidden-img{
  display: none;
}

.hover-noline *:hover .hover-line {
  color: var(--primary)!important;
  stroke: var(--primary)!important;
  fill: var(--primary)!important; 
}



.showImageOrVideoOnOver > [class^="item-"] > .row > .moveByCursor {
  opacity: 0;    
  display: none;
}

@media (max-width:576px) {
  .showImageOrVideoOnOver > [class^="item-"] > .row > .moveByCursor {
    opacity: 100!important;    
    display: block!important;
    position: static!important;
    margin-top: 2rem;
    border-radius: 5%;
    overflow: hidden;
    padding: 0px;
    margin-left: 1rem ;
  }
}


.showImageOrVideoOnOver > [class^="item-"]:hover > .row > .moveByCursor {
  opacity: 0.75;    
  display: block;
}
.showImageOrVideoOnOver [class^="item-"] .row [class^=" col-"] .text-field,
.showImageOrVideoOnOver [class^="item-"] .row [class^="col-"] .text-field{
  display: flex;
  align-items: center;
}
.showImageOrVideoOnOver [class^="item-"] .row [class^=" col-"]:not(.moveByCursor),
.showImageOrVideoOnOver [class^="item-"] .row [class^="col-"]:not(.moveByCursor) {
  z-index: 2 !important;
}
.showImageOrVideoOnOver [class^="item-"] .row [class^=" col-"] .text-field p,
.showImageOrVideoOnOver [class^="item-"] .row [class^="col-"] .text-field p {
  opacity: 0;    
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  padding: 0 3rem;
  margin: 0;
  padding-left: 6rem;
}
.showImageOrVideoOnOver [class^="item-"]:hover .row [class^=" col-"] .text-field p,
.showImageOrVideoOnOver [class^="item-"]:hover .row [class^="col-"] .text-field p {
  opacity: 1;    
  padding-left: 3rem;
}
.moveByCursor {
  pointer-events: none !important;
  z-index: 0 !important;
}

/* Cookie banner custom */
.termsfeed-com---palette-dark .cc-pc-container {
  background: var(--dark) !important;
  overflow: hidden;
  font-family:'Montserrat', sans-serif;
}
.termsfeed-com---pc-dialog .cc-cp-body-tabs-item {
  background: #292929 !important;
  color: var(--light) !important;
}
.termsfeed-com---palette-dark .cc-pc-head-close, .termsfeed-com---palette-dark .cc-pc-head-close:hover, .termsfeed-com---palette-dark .cc-pc-head-close:focus {
  border: none !important;
  box-shadow: none !important;  
}
.termsfeed-com---palette-dark .cc-cp-body-tabs-item[active=true] {
  background: #292929 !important; 
}
.termsfeed-com---palette-dark .cc-cp-body-tabs-item-link {
  color: var(--light) !important;
}
.termsfeed-com---pc-dialog .cc-cp-body-tabs-item-link, .termsfeed-com---pc-dialog .cc-cp-body-content-entry-text {
  font-size: .75rem !important;
  font-family:'Montserrat', sans-serif;
  letter-spacing: normal;
}
.termsfeed-com---palette-dark.termsfeed-com---nb {
  background-color: var(--dark) !important;
  color: var(--light) !important;
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 30%) !important;
  border-radius: .2rem 0 0 0;
}
.termsfeed-com---nb .cc-nb-main-container {
  padding: 2rem !important;
  font-family:'Montserrat', sans-serif;
}
.termsfeed-com---nb-simple {
  max-width: 480px !important;
}
.termsfeed-com---nb .cc-nb-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
}
.termsfeed-com---nb .cc-nb-text {
  font-size: .75rem !important;
}
.termsfeed-com---pc-dialog .cc-pc-head-title, .termsfeed-com---pc-dialog .cc-pc-head-title-headline {
  color: var(--gray) !important;
  font-size: 1rem !important;
}
.termsfeed-com---palette-dark .cc-nb-text {
  color: var(--gray) !important;
}
.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---pc-dialog .cc-cp-foot-save {
  color: var(--white) !important;
  border-radius: 1.25rem !important; 
}
.termsfeed-com---palette-dark .cc-nb-okagree, .termsfeed-com---palette-dark .cc-cp-foot-save, .termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before {
  background-color: var(--primary) !important;
}
.termsfeed-com---palette-dark .cc-nb-reject {
  background-color: var(--gray) !important;
}
.termsfeed-com---palette-dark .cc-pc-head-lang select {
  color: var(--light)  !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  background: var(--dark) !important;
}
.termsfeed-com---palette-dark .cc-nb-changep { background: none !important; color: var(--gray) !important; }

#mobile-model, #mobile-text{
  display: none!important;
}

@media (max-width: 768px) {
  #model{display: none !important;}
  #mobile-model, #mobile-text{display: flex !important;
  }
}
