@charset "UTF-8";
/*
    Created on : Sep 28, 2025, 9:20:55 PM
    Author     : Intraservis
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #FFFCF2;
  color: #00226D;
  font-size: 20px; }

[data-aos="new-animation"] {
  opacity: 0;
  transition-property: transform, opacity; }
  [data-aos="new-animation"].aos-animate {
    opacity: 1; }

.grecaptcha-badge {
  opacity: 0; }

#main {
  margin-top: 0;
  padding: 0px 45px 50px 45px; }

.navbar-toggler {
  border: 0 !important; }

.btn-success {
  background-color: #00226D;
  color: white; }

.wp-block-separator {
  border: 0 !important; }

.btn-front {
  position: relative;
  padding: 34px 44px 34px 90px;
  text-transform: uppercase;
  background: white;
  margin: 24px 0;
  box-shadow: none;
  transition: all 1s ease; }
  .btn-front:before {
    position: absolute;
    left: 15px;
    top: 5px;
    width: 50px;
    height: 80px;
    background-image: url(img/btn-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    z-index: 99; }
  .btn-front:hover {
    background: white;
    text-decoration: underline; }

.btn-front-flat {
  border-bottom: 5px solid #FF6300;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: #00226D;
  padding: 12px 0;
  box-shadow: none;
  transition: all 1s ease; }
  .btn-front-flat:hover {
    border-bottom: 5px solid #00226D !important; }

a {
  color: #00226D; }

h1.custom-title {
  position: relative;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.95);
  z-index: 99; }

h2.custom-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 300; }

p.bold {
  font-weight: 500 !important;
  font-style: normal;
  font-size: 16px; }

p.upper {
  text-transform: uppercase; }

h1 {
  font-weight: 700;
  font-size: 3.2em;
  text-transform: uppercase; }

h2 {
  font-weight: 300;
  font-size: 2.0em;
  text-transform: uppercase; }

h3.subheader {
  font-size: 1.0em;
  color: #FF6300;
  text-transform: uppercase;
  margin: 24px 0; }

img {
  max-width: 100%;
  height: auto; }

.container-slim {
  padding: 0 80px; }

.btn-custom-footer {
  background: #FFF !important;
  border-radius: 15px;
  color: #808080; }
  .btn-custom-footer:hover {
    text-decoration: underline; }

.border-bottom-my {
  border-bottom: 1px solid #C6D0E5; }

.border-left-my {
  border-left: 1px solid #C6D0E5; }

.border-right-my {
  border-right: 1px solid #C6D0E5; }

.border-top-my {
  border-top: 1px solid #C6D0E5; }

.headers-front {
  padding: 105px 0; }

header {
  background: white;
  padding: 10px;
  /* --- Kontejner pro přepínač --- */
  /* --- Popisky jazyků (EN, CZ) --- */
  /* Zvýraznění aktivního jazyka */
  /* --- Samotný přepínač (obal) --- */
  /* Skryjeme původní checkbox */
  /* --- Posuvník (slider) --- */
  /* --- Logika přepnutí --- */ }
  header .navbar-brand img {
    height: 80px; }
  header .bg-light {
    background-color: transparent !important; }
  header .navbar .navbar-nav {
    margin-right: 40px; }
    header .navbar .navbar-nav li, header .navbar .navbar-nav li.current-menu-item {
      margin: 0 15px; }
      header .navbar .navbar-nav li .nav-link, header .navbar .navbar-nav li.current-menu-item .nav-link {
        font-size: 1.0em;
        color: #00226D !important;
        border-bottom: 1px solid white;
        transition: all 1s ease; }
        header .navbar .navbar-nav li .nav-link:hover, header .navbar .navbar-nav li.current-menu-item .nav-link:hover {
          border-bottom: 1px solid #00226D; }
      header .navbar .navbar-nav li .nav-link.active, header .navbar .navbar-nav li.current-menu-item .nav-link.active {
        font-weight: 600;
        border-bottom: 1px solid #00226D; }
  header .lang-switcher {
    padding: 5px 0;
    margin-right: 10px; }
  header .lang-switch-container {
    display: flex;
    align-items: center;
    gap: 8px;
    /* Mezera mezi textem a přepínačem */
    font-family: sans-serif; }
  header .lang-switch-container .lang-label {
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
    transition: color 0.3s ease; }
  header .lang-switch-container.is-lang-en .lang-en,
  header .lang-switch-container.is-lang-cs .lang-cs {
    color: #333;
    /* Barva aktivního jazyka */ }
  header .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    /* Šířka přepínače */
    height: 26px;
    /* Výška přepínače */ }
  header .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  header .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 26px;
    /* Plně zaoblené rohy */ }
  header .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    /* Velikost kroužku */
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    /* Kulatý tvar */ }
  header input:checked + .slider {
    background-color: #00226D;
    /* Barva pozadí při aktivní CZ */ }
  header input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    /* Vzdálenost posunu */
    -ms-transform: translateX(24px);
    transform: translateX(24px); }
  header #header {
    display: flex;
    align-items: center;
    gap: 8px; }

.intro-photo img {
  display: block;
  margin: 0 auto; }

.page.type-page {
  padding: 35px; }
  .page.type-page p {
    font-size: 1.6em; }

.window-1-front {
  background: white;
  border-bottom: 1px solid #C6D0E5;
  padding: 85px 0; }

/*.main-image {
    position: relative;  
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: visible;
    .circle-image {    
    position: absolute;
    left: 0;
    right: 0;
    bottom: 39%;
    padding: 0;
    z-index: 2;
    }
    .team-buildup-vedeni {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 39%;
    padding: 0;
    z-index: 9;
    }
}  */
.main-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; }
  .main-image .transient-overlay {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 0;
    bottom: 18%;
    border-radius: 15px 15px 2500px 2500px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), linear-gradient(182deg, #FF6500 -2.56%, #002379 95.68%);
    z-index: 1; }
  .main-image .animation-mask {
    position: absolute;
    /* KLÍČ K ÚSPĚCHU: 
       Masku vytáhneme nahoru (záporný top), aby neřezala vršek fotky,
       ale zespodu ji ukončíme přesně na hraně (bottom: 18%).
    */
    top: -150px;
    left: 5%;
    right: 5%;
    bottom: 18%;
    border-radius: 15px 15px 2500px 2500px;
    overflow: hidden;
    z-index: 5; }
  .main-image .team-buildup-vedeni {
    position: absolute;
    inset: 0; }
    .main-image .team-buildup-vedeni img {
      width: 150%;
      height: auto;
      display: block;
      /* Tím, že je maska posunutá o 150px nahoru, 
         musíme i fotku v ní trochu polohovat, 
         aby seděla tam, kde má. */
      position: absolute;
      bottom: 0;
      left: 0; }

.team-hidden .main-image-team {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; }
  .team-hidden .main-image-team .transient-overlay {
    position: absolute;
    left: 5%;
    top: 0;
    right: 5%;
    bottom: 18%;
    border-radius: 2500px 2500px 15.882px 15.882px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), linear-gradient(182deg, #FF6500 -2.56%, #002379 95.68%);
    z-index: 1; }
  .team-hidden .main-image-team .animation-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 18%;
    overflow: hidden;
    z-index: 5; }
  .team-hidden .main-image-team .team-buildup {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15%; }
    .team-hidden .main-image-team .team-buildup img {
      width: 100%;
      height: auto;
      display: block; }

/*.window-2 {*/
.main-image-front {
  position: relative;
  background: white;
  width: 100%;
  display: block;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 8px; }
  .main-image-front img {
    border-radius: 26px;
    display: block;
    width: 100%;
    height: auto; }
  .main-image-front .bg-bezova {
    background: green; }
  .main-image-front .bg-modra {
    background: red; }

/*}*/
.window-3 {
  min-height: 600px; }
  .window-3 .big-link-front {
    width: 100%;
    min-height: 100px;
    background: white;
    border-radius: 15px;
    border: 1px solid black; }

.window-4 h4, .window-3 h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  padding: 24px 0; }

.navbar-collapse {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto !important; }

.navbar-collapse.show {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .navbar-collapse.show .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0 !important; }

section.page .team-wrapper {
  position: relative; }
  section.page .team-wrapper .info-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99; }
    section.page .team-wrapper .info-box .info-inner {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 5px; }
      section.page .team-wrapper .info-box .info-inner .item {
        display: flex;
        padding: 25px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        flex: 1 0 0;
        max-width: 250px;
        border-radius: 8px;
        border: 1px solid #C6D0E5;
        background: #FFF; }
        section.page .team-wrapper .info-box .info-inner .item .title-box {
          text-transform: uppercase;
          border-bottom: 1px solid #C6D0E5;
          font-size: 16px; }
          section.page .team-wrapper .info-box .info-inner .item .title-box h3 {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 700; }
          section.page .team-wrapper .info-box .info-inner .item .title-box .category {
            text-transform: uppercase;
            font-weight: 300; }
            section.page .team-wrapper .info-box .info-inner .item .title-box .category .fa-solid {
              color: #C6D0E5;
              margin-right: 10px; }
  section.page .team-wrapper .contact-image {
    padding-top: 15px;
    padding-bottom: 15px; }
    section.page .team-wrapper .contact-image img {
      display: block;
      margin: 0 auto;
      border-radius: 45px; }
section.page .col-md-12 .contact-image {
  padding-left: 95px;
  padding-right: 95px; }
section.page .col-md-8 .contact-image {
  padding-left: 45px;
  padding-right: 45px; }
section.page .col-md-4 .contact-image {
  padding-left: 25px;
  padding-right: 25px; }

.contact-columns {
  font-size: 24px; }
  .contact-columns h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700; }
  .contact-columns p {
    font-weight: 200; }

#mapjihlava, #mapmb {
  height: 300px; }

.contact a {
  color: #00226D; }
.contact .btn-custom {
  background: #00226D;
  color: white;
  border-radius: 15px;
  margin-top: 25px; }
  .contact .btn-custom:hover {
    background: #00226D;
    color: white;
    text-decoration: underline; }
.contact .contact-info {
  margin-top: 50px;
  font-size: 24px; }
  .contact .contact-info .bigger {
    font-size: 1.6em;
    margin: 0; }

.carousel-custom img {
  display: block;
  margin: 0 auto; }

section {
  padding: 75px 0;
  border-bottom: 1px solid #C6D0E5; }
  section h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500; }
  section h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700; }
  section .team-box {
    padding: 0 24px; }
    section .team-box p {
      font-weight: 300; }
  section .blue-box {
    background: #02185B;
    padding: 24px;
    color: white;
    font-size: 1.4em;
    border-radius: 12px; }
  section .bubble-wrapper {
    display: block;
    padding: 0 24px; }
    section .bubble-wrapper .title-bubble {
      position: relative;
      background: rgba(255, 99, 0, 0.1);
      padding: 25px;
      border-top-right-radius: 12px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 12px;
      border-top-left-radius: 12px;
      margin-bottom: 60px; }
      section .bubble-wrapper .title-bubble:after {
        position: absolute;
        content: "";
        /* Umístění pod bublinu na levý okraj */
        bottom: -32px;
        left: 0;
        /* CSS Border trick pro pravoúhlý trojúhelník 32x32px */
        width: 0;
        height: 0;
        border-top: 32px solid rgba(255, 99, 0, 0.1);
        border-right: 32px solid transparent; }
      section .bubble-wrapper .title-bubble .bubble-text {
        font-size: 32px; }
  section .title-bubble-flat {
    position: relative;
    background: #02185B;
    border-radius: 15px;
    display: flex;
    align-items: center; }
    section .title-bubble-flat h3 {
      color: white;
      padding: 24px 24px 24px 0px;
      margin: 0; }
    section .title-bubble-flat span {
      background: #FF6300;
      color: white;
      padding: 34px;
      margin-right: 15px;
      height: 100%;
      border-top-right-radius: 36px;
      border-bottom-right-radius: 36px;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px; }
  section .title-bubble-flat-text {
    margin: 24px 0;
    font-size: 20px; }

section.no-padding {
  padding: 0 !important; }

.partners-section {
  padding: 25px 0; }
  .partners-section img, .partners-section svg {
    display: block;
    margin: 0 auto; }

section.white-box {
  background: white;
  min-height: 600px; }

section.white-box.border-top-custom {
  border-radius: 50% 50% 0 0 / 40px 40px 0 0; }

section.grey-box {
  background: #F4F4F4;
  min-height: 600px; }

.sluzby {
  padding: 24px 40px; }
  .sluzby .content-sluzby {
    border: 1px solid #C6D0E5;
    border-radius: 35px;
    padding: 20px;
    background: white; }
    .sluzby .content-sluzby .overlay-scroll {
      padding: 20px;
      max-height: 450px;
      overflow-y: scroll; }
    .sluzby .content-sluzby .sluzby-menu {
      list-style: none;
      display: block;
      margin: 0;
      padding: 0; }
      .sluzby .content-sluzby .sluzby-menu li {
        position: relative;
        padding: 25px 45px;
        border-bottom: 1px solid #C6D0E5;
        margin-right: 50px; }
        .sluzby .content-sluzby .sluzby-menu li h3 {
          font-size: 16px;
          margin: 0;
          font-style: normal;
          font-weight: 400; }
        .sluzby .content-sluzby .sluzby-menu li:before {
          position: absolute;
          left: 5px;
          top: 25px;
          content: "";
          background-image: url(img/dot.png);
          background-position: top left;
          background-repeat: no-repeat;
          background-size: cover;
          width: 20px;
          height: 20px;
          z-index: 99; }
        .sluzby .content-sluzby .sluzby-menu li:last-child {
          border-bottom: 0px solid #C6D0E5; }

.contact-section p {
  margin: 0; }
.contact-section .contact-info {
  padding: 20px 0; }

.divider {
  height: 1px;
  background: #C6D0E5;
  width: 100%;
  margin: 24px 0; }

.nabidka-inner .title-box h3 {
  font-weight: 700; }
.nabidka-inner .title-box h4 {
  font-weight: 300; }

.container-wide {
  max-width: 1520px !important; }

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #002379;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  /* Skryté v základu */
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px); }

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0); }

.back-to-top:hover {
  background-color: #FF6500; }

.skills-inner {
  display: flex;
  align-items: center;
  padding: 35px 0; }
  .skills-inner .coop-box {
    background: white;
    color: #00226D;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #fff;
    border-top: none;
    padding: 15px 45px 150px 45px;
    border-radius: 0 0 300px 300px;
    margin: 25px 0;
    height: 450px; }
    .skills-inner .coop-box .title-box {
      text-align: center;
      font-size: 1.2em; }
    .skills-inner .coop-box .thumb-img {
      max-width: 200px;
      margin: 30px 0 60px 0; }
      .skills-inner .coop-box .thumb-img img {
        width: 100%;
        height: auto; }

#footer {
  background-color: #F4F4F4;
  padding-top: 25px; }

footer {
  background: #F4F4F4;
  color: #808080;
  font-size: 0.8em; }
  footer a, footer span {
    color: #808080;
    font-size: 0.8em; }
  footer .madeby {
    text-align: right; }
    footer .madeby a {
      text-decoration: underline; }

@media (max-width: 768px) {
  #main {
    margin-top: 0;
    padding: 0px 0 50px 0; }

  .headers-front {
    padding: 20px 0; }

  .main-image-team {
    margin-top: 50px;
    /* Menší přesah na mobilu vypadá lépe */ }
    .main-image-team .team-buildup {
      padding: 0 5%;
      /* Na mobilu nepotřebujeme tak velké boční mezery */ }
    .main-image-team .transient-overlay {
      /* Na mobilu snížíme zaoblení, aby to nevypadalo divně */
      border-radius: 1000px 1000px 10px 10px; }

  .border-left-my {
    border-left: 0px solid #C6D0E5; }

  .border-right-my {
    border-right: 0px solid #C6D0E5; }

  .container-slim {
    padding: 0 5px; }

  .container-wide {
    padding: 0 15px;
    max-width: 100% !important; }

  .nabidka-inner .thumb-img img {
    display: block;
    margin: 15px auto; }
  .nabidka-inner .title-box {
    text-align: center; }

  .sluzby {
    padding: 20px 30px; }

  section {
    padding: 45px 0; }

  section.page .team-wrapper .info-box {
    /*position: relative;*/
    max-width: 100%; }
    section.page .team-wrapper .info-box .info-inner .item {
      padding: 15px; }
  section.page .col-md-12 .contact-image {
    padding-left: 5px;
    padding-right: 5px; }
  section.page .col-md-8 .contact-image {
    padding-left: 5px;
    padding-right: 5px; }
  section.page .col-md-4 .contact-image {
    padding-left: 5px;
    padding-right: 5px; }

  .skills-inner .coop-box {
    margin: 25px 20px; }

  footer .madeby {
    text-align: center; } }
@media (max-width: 450px) {
  header .navbar-brand img {
    height: 50px; }

  .sluzby {
    padding: 15px 10px; }
    .sluzby .content-sluzby .sluzby-menu li {
      margin: 0; }

  section.page .team-wrapper .info-box {
    position: relative; }

  section {
    padding: 25px 0; }
    section .bubble-wrapper {
      padding: 0 4px;
      margin: 25px 0; } }

/*# sourceMappingURL=custom.css.map */
