/* cmsms stylesheet: korp modified: Friday, July 1, 2022 9:33:36 PM */
body.neuvod {
  background-image:url('/uploads/images/pozadi-silnice.jpg');
  background-position:top;
  background-repeat:no-repeat;
  background-attachment: fixed;
}
a {
  color:#F5821F;
  transition: color 150ms;
}
a:hover {
  color:black;
}
header {
  padding-top:2em;
  padding-bottom:2em;
  background-color:rgba(255,255,255,.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.logokorp {
  margin-bottom:.3em;
}
#menu a {
  text-transform: uppercase;
}
#menu li {
  text-align: center;
  width: 6.3em;
  background-color:#EEEEEE;
  margin-left:.1em;
  margin-right:.1em;
  transition: background-color 150ms;
}
#menu li.first_child {
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}
#menu li.last_child {
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}
#menu li.active, #menu li:hover {
  background-color: #F5821F;
  color: white;
}
#menu li.active a, #menu li:hover a {
  color: white;
}
.menicko {
  justify-content:end;
}
@media (max-width: 767px) {
  .menicko {
    justify-content:center;
  }
  #menu li {
    width:100%;
  }
  #menu li.first_child {
    border-bottom-left-radius:0;
    border-top-right-radius:5px;
  }
  #menu li.last_child {
    border-top-right-radius:0;
    border-bottom-left-radius:5px;
  }
  #karusel img {
    margin:initial;
    transform: rotate(0);
    width:100%;
  }
}

.rotn5 {
  transform:rotate(-5deg);
}
.rot4 {
  transform:rotate(4deg);
}
.rot3 {
  transform:rotate(3deg);
}
.rotn3 {
  transform:rotate(-3deg);
}

.fotky {
  margin-top:5em;
  margin-bottom:5em;
  height: 90vi;
}
@media (max-width: 767px) {
  .fotky {
    height:auto;
  }
}
.fotky img {
  border-style:solid;
  border-color:white;
  border-width:.6em;
  box-shadow: 3px 3px 8px 3px rgba(0,0,0,0.5);
}
.ml2 {
  margin-left:2em;
}
.mln2 {
  margin-left:-2em;
}
.mtn2 {
  margin-top:-2em;
}
.mtn2-5 {
  margin-top:-2.5em;
}
.mtn66p {
  margin-top:-66%;
}
.mtn18p {
  margin-top:-18%;
}
.w50p {
  width:50%;
}

#karusel {
  background-image:url('/uploads/images/pozadi-kostky.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
}

.onas {
  margin-top:3em;
}
.onas .col-md {
  background-color:#EEEEEE;
  border-radius:15px;
  padding:3em;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
.mapa .col-md {
  margin-top:3em;
  padding:0;
  border-radius:0;
  background-color: initial;
  box-shadow: initial;
}
.mapa iframe {
  border-radius:15px;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.pata {
  border-top-style:solid;
  border-top-width:.3em;
  border-top-color: #F5821F;
  margin-top:5em;
  margin-bottom:3em;
  padding-top:2em;
  padding-bottom:2em;
  background-color:rgba(255,255,255,.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

/* Knoflik animace */
.vlna {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.vlna::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 750ms;
  z-index: 10000;
  width: 150%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
}

.pulse::before {
  animation: pulse 500ms;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
