@charset "UTF-8";
/* sc chytre MHD*/
#sc-mhd-tips-info {
  background-color: white;
  font-size: 15px;
  padding: 20px;
  font-style: italic;
  text-align: left; }

#sc-mhd-tips-info > p {
  margin: 0px; }

.sc-border-0111 {
  border-radius: 0px 20px 20px 20px; }

#sc-mhd-tips {
  overflow: auto;
  /*width: 80%;*/
  float: right; }
  @media screen and (max-width: 1270px) {
    #sc-mhd-tips {
      /*width: 75%;*/ } }
  @media screen and (max-width: 1110px) {
    #sc-mhd-tips {
      /*width: 73%;*/ } }
  @media screen and (max-width: 1000px) {
    #sc-mhd-tips {
      /*width: 71%;*/ } }
  @media screen and (max-width: 900px) {
    #sc-mhd-tips {
      /*width: 100%;*/ } }

#sc-mhd-tips > ul {
  /*background-color: #00FF00;*/
  /*margin: 0;*/
  padding: 0;
  overflow: hidden;
  /*width: 100%;*/
  font-weight: bold;
  font-size: 17px; }
  @media screen and (max-width: 1120px) {
    #sc-mhd-tips > ul {
      font-size: 15px; } }
  @media screen and (max-width: 1035px) {
    #sc-mhd-tips > ul {
      font-size: 14px; } }

#sc-mhd-tips > ul > li:nth-child(odd) {
  color: #5f99c1; }

#sc-mhd-tips > ul > li:nth-child(even) {
  color: #264796; }

#sc-mhd-tips > ul > li {
  list-style: none;
  float: left;
  /*background-color: #00FF00;*/
  margin-right: 20px;
  /*margin: 0px;*/
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (max-width: 1130px) {
    #sc-mhd-tips > ul > li {
      margin-right: 0px; } }

@media screen and (max-width: 700px) {
  #sc-mhd-tips > ul > li {
    float: none;
    border-radius: 0px 20px 20px 0px; }

  #sc-mhd-tips > ul {
    float: right;
    width: 150px; }

  #sc-mhd-tips-info {
    float: right;
    width: calc(100% - 150px);
    /*min-height: 140px;*/
    border-radius: 20px 0px 0px 20px; }

  .sc-border-0111 {
    border-radius: unset; } }
@media screen and (max-width: 450px) {
  #sc-mhd > .ico {
    width: 160px; } }
@media screen and (max-width: 415px) {
  #sc-mhd > .ico {
    width: 150px; } }
/* konec sc chytre MHD*/
/* sc bezpecnost */
#sc-security-tips-info {
  background-color: white;
  font-size: 15px;
  padding: 20px;
  font-style: italic;
  text-align: left; }

#sc-security-tips-info > p {
  margin: 0px; }

.sc-border-0111 {
  border-radius: 0px 20px 20px 20px; }

#sc-security-tips {
  overflow: auto;
  width: 85%; }

#sc-security-tips {
  overflow: auto;
  width: 85%;
  float: left; }
  @media screen and (max-width: 1150px) {
    #sc-security-tips {
      width: 83%; } }
  @media screen and (max-width: 1100px) {
    #sc-security-tips {
      width: 82%; } }
  @media screen and (max-width: 1000px) {
    #sc-security-tips {
      width: 80%; } }
  @media screen and (max-width: 900px) {
    #sc-security-tips {
      width: 100%;
      padding-top: 15px; } }

#sc-security-tips > ul {
  /*background-color: #00FF00;*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  font-weight: bold;
  font-size: 17px; }
  @media screen and (max-width: 1120px) {
    #sc-security-tips > ul {
      font-size: 15px; } }
  @media screen and (max-width: 1035px) {
    #sc-security-tips > ul {
      font-size: 14px; } }

#sc-security-tips > ul > li:nth-child(odd) {
  color: #5f99c1; }

#sc-security-tips > ul > li:nth-child(even) {
  color: #264796; }

#sc-security-tips > ul > li {
  list-style: none;
  float: right;
  /*background-color: #00FF00;*/
  margin-left: 20px;
  /*margin: 0px;*/
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (max-width: 1130px) {
    #sc-security-tips > ul > li {
      margin-left: 0px; } }

@media screen and (max-width: 700px) {
  #sc-security-tips > ul > li {
    float: none;
    border-radius: 20px 0px 0px 20px; }

  #sc-security-tips > ul {
    float: left;
    width: 150px; }

  #sc-security-tips-info {
    float: left;
    width: calc(100% - 150px);
    /*min-height: 140px;*/
    border-radius: 0px 20px 20px 0px; }

  .sc-border-0111 {
    border-radius: unset; } }
/* konec sc bezpecnost */
/* certifikaty */
.certifikat-cover {
  padding-bottom: 50px;
  display: flex;
  gap: 60px; }
  .certifikat-cover:nth-last-of-type(even) {
    flex-direction: row-reverse; }

.certifikat-img-cover {
  width: fit-content;
  flex-shrink: 0;
  padding-top: 26px; }
  .certifikat-img-cover img {
    width: 250px;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  @media screen and (max-width: 600px) {
    .certifikat-img-cover {
      display: none; } }

/*.certifikat-img-cover.right{
    float: right;
}

.certifikat-text-cover.right{
    float: right;
}*/
.certifikat-text-cover {
  /*    float: left;
      width: calc(100% - 250px);*/
  padding: 15px; }
  .certifikat-text-cover p {
    text-align: justify; }
  @media screen and (max-width: 600px) {
    .certifikat-text-cover {
      width: 100%; } }

.certifikat-button-cover {
  background-color: #123274;
  border: none;
  color: white;
  padding: 15px;
  width: 250px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  border-radius: 10px; }

#certifikat-nbu {
  overflow: auto;
  padding-bottom: 20px; }
  #certifikat-nbu .text {
    width: calc(100% - 460px);
    float: left; }
    @media screen and (max-width: 850px) {
      #certifikat-nbu .text {
        width: 100%; } }
  #certifikat-nbu .jap-gallery {
    width: 460px;
    max-width: 100%;
    float: right; }
    @media screen and (max-width: 850px) {
      #certifikat-nbu .jap-gallery {
        float: none;
        margin: auto; } }
    #certifikat-nbu .jap-gallery div {
      height: 300px !important;
      display: unset; }
      @media screen and (max-width: 516px) {
        #certifikat-nbu .jap-gallery div {
          margin: auto; } }
    #certifikat-nbu .jap-gallery :first-child {
      margin-left: auto;
      float: right; }

#certifikat-iso-9001 {
  overflow: auto;
  padding-bottom: 20px; }
  #certifikat-iso-9001 .text {
    width: calc(100% - 230px);
    float: left; }
    @media screen and (max-width: 850px) {
      #certifikat-iso-9001 .text {
        width: 100%; } }
  #certifikat-iso-9001 .jap-gallery {
    width: 230px;
    max-width: 100%;
    float: right; }
    @media screen and (max-width: 850px) {
      #certifikat-iso-9001 .jap-gallery {
        float: none;
        margin: auto; } }
    #certifikat-iso-9001 .jap-gallery div {
      height: 300px !important;
      display: unset; }
      @media screen and (max-width: 516px) {
        #certifikat-iso-9001 .jap-gallery div {
          margin: auto; } }
    #certifikat-iso-9001 .jap-gallery :first-child {
      margin-left: auto;
      float: right; }

/* KONEC certifikaty */
/* sos hlásky */
.sos-hlasy p {
  text-align: center; }
.sos-hlasy .info-grafika {
  overflow: auto;
  margin-bottom: 30px; }
  .sos-hlasy .info-grafika div {
    overflow: auto; }
    .sos-hlasy .info-grafika div p {
      text-align: left; }
    .sos-hlasy .info-grafika div img {
      width: 150px;
      /*                float: left;
                      margin-right: 20px;*/ }
      @media screen and (max-width: 450px) {
        .sos-hlasy .info-grafika div img {
          width: 80px; } }
.sos-hlasy .odd > div > img {
  float: left;
  margin-right: 20px; }
.sos-hlasy .even > div > img {
  float: right;
  margin-left: 20px; }

.sos-hlasy .jap-gallery {
  /*float: right;*/
  /*        div{
              @media screen and (max-width: 750px) {
                  width: calc(100% / 3)-1px !important;
              }
          } */ }
  @media screen and (max-width: 750px) {
    .sos-hlasy .jap-gallery {
      width: 230px;
      max-width: 100%;
      float: none !important;
      margin: auto !important; }
      .sos-hlasy .jap-gallery div {
        height: 300px !important; } }

/* KONEC sos hlásky */
/* start průmyslová výroba */
/* konec průmyslová výroba */
/*start Servis */
@media screen and (max-width: 350px) {
  .servis-intro {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px; } }

@media screen and (max-width: 300px) {
  .wrapper.servis-hack {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 350px) {
  .wrapper > #newsletter {
    width: 270px;
    right: 15px; } }

#servis-list {
  overflow: auto;
  /*height: 750px;*/ }

#servis-list > .servis-item > .img {
  height: 267px; }
  @media screen and (max-width: 450px) {
    #servis-list > .servis-item > .img {
      height: auto;
      margin-bottom: -10px; } }

#servis-list > .servis-item > .img > img {
  max-width: 100%;
  border-radius: 8px 8px 0px 0px; }

#servis-list > .servis-item > .img > picture > img {
  max-width: 100%;
  border-radius: 8px 8px 0px 0px; }

.servis-item {
  cursor: pointer;
  float: left;
  /*$servis_width: 400px;*/
  /*$item_margin: calc($wid-$servis_width);*/
  /*    width: 400px;*/
  width: 425px;
  margin-left: calc((50% - 425px)/2);
  margin-right: calc((50% - 425px)/2);
  margin-bottom: 50px;
  /*height: 675px;*/
  /*height: 512px;*/
  height: 450px;
  /*background-color: #264796;*/ }
  @media screen and (max-width: 950px) {
    .servis-item {
      /*$servis_width: 400px;*/
      /*$item_margin: calc($wid-$servis_width);*/
      /*    width: 400px;*/
      width: 425px;
      margin-left: calc((100% - 425px)/2);
      margin-right: calc((100% - 425px)/2);
      margin-bottom: 50px; } }
  @media screen and (max-width: 450px) {
    .servis-item {
      /*$item_margin: calc($wid-$servis_width);*/
      width: 100%;
      margin-left: calc((100% - 100%)/2);
      margin-right: calc((100% - 100%)/2);
      margin-bottom: 0px; } }

.popup-text {
  border-radius: 0px 0px 8px 8px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 21px;
  z-index: 10;
  position: relative;
  z-index: auto; }
  .popup-text p {
    margin: 0px;
    line-height: 28px; }

.popup-text-off {
  height: 190px;
  background-color: #264796;
  overflow: hidden;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  @media screen and (max-width: 1680px) {
    .popup-text-off {
      height: 185px; } }
  @media screen and (max-width: 1280px) {
    .popup-text-off {
      height: 185px; } }
  @media screen and (max-width: 980px) {
    .popup-text-off {
      height: 185px; } }

/*.popup-text-on{

    background-color: blue;

    top: -163px;
    height: 375px;

}*/
.popup-text-off.transition {
  top: -267px;
  height: 465px;
  /*height: auto;*/ }

.popup-text-off.transition-1 {
  top: -140px;
  height: 330px; }
  @media screen and (max-width: 1680px) {
    .popup-text-off.transition-1 {
      top: -85px;
      height: 270px; } }
  @media screen and (max-width: 1280px) {
    .popup-text-off.transition-1 {
      top: -55px;
      height: 240px; } }
  @media screen and (max-width: 980px) {
    .popup-text-off.transition-1 {
      top: -85px;
      height: 270px; } }

.popup-text-off.transition-2 {
  top: -195px;
  height: 385px; }
  @media screen and (max-width: 1680px) {
    .popup-text-off.transition-2 {
      top: -170px;
      height: 355px; } }
  @media screen and (max-width: 1280px) {
    .popup-text-off.transition-2 {
      top: -111px;
      height: 296px; } }
  @media screen and (max-width: 980px) {
    .popup-text-off.transition-2 {
      top: -140px;
      height: 325px; } }

.popup-text-off.transition-3 {
  top: 0px;
  height: 190px; }
  @media screen and (max-width: 1680px) {
    .popup-text-off.transition-3 {
      top: -30px;
      height: 215px; } }
  @media screen and (max-width: 1280px) {
    .popup-text-off.transition-3 {
      top: 0px;
      height: 185px; } }
  @media screen and (max-width: 980px) {
    .popup-text-off.transition-3 {
      height: 185px; } }

.popup-text-off.transition-4 {
  top: -28px;
  height: 218px; }
  @media screen and (max-width: 1680px) {
    .popup-text-off.transition-4 {
      top: -40px;
      height: 215px; } }
  @media screen and (max-width: 1280px) {
    .popup-text-off.transition-4 {
      top: 0px;
      height: 185px; } }
  @media screen and (max-width: 980px) {
    .popup-text-off.transition-4 {
      /*        top: -45px;
              height: 230px;*/
      top: -75px;
      height: 260px; } }

.servis-nadpis {
  font-weight: bold;
  font-size: 20px; }

/*#cert-background{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 110;
    .cert{
        max-width: 80%;
        max-height: 80%;
        pointer-events: none;
    }
}*/
.cert-no-scroll {
  height: 100%;
  overflow: hidden; }

.servis-partneri {
  text-align: center;
  margin-top: 100px;
  /*    .cert-container{
          display: flex;
          gap: 50px;
          align-items: center;
          justify-content: center;
          margin-bottom: 3em;
          .company-logo{
              max-height: 70px;
              max-width: 200px;
          }
          .cert{
              display:none;
          }
      }*/ }
  .servis-partneri .tiles-container {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: space-around;
    text-align: center;
    margin: 3rem 0; }
    .servis-partneri .tiles-container .tile .content {
      position: relative;
      font-size: 0.9em;
      width: fit-content; }
    .servis-partneri .tiles-container .tile a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 2; }
    .servis-partneri .tiles-container .tile:hover img {
      transform: scale(1.1); }
    .servis-partneri .tiles-container .tile .tile-logo {
      height: 70px;
      width: 200px; }
      .servis-partneri .tiles-container .tile .tile-logo img {
        vertical-align: middle;
        height: 100%;
        width: 100%;
        object-fit: contain;
        transition: all 1.5s; }
    .servis-partneri .tiles-container .tile .tile-text {
      padding-top: 12px; }
      .servis-partneri .tiles-container .tile .tile-text p {
        margin: 0;
        color: #264796; }

.partner-logo {
  max-width: 100%;
  width: 200px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px; }

.servis-more-text {
  font-weight: bold;
  color: white;
  font-size: 15px; }

/* konec servis */
/* start manufacturing certifikáty */
.certifikat-man {
  overflow: auto;
  padding-bottom: 20px; }
  .certifikat-man .text {
    width: calc(100% - 230px);
    float: left; }
    @media screen and (max-width: 850px) {
      .certifikat-man .text {
        width: 100%; } }
  .certifikat-man .jap-gallery {
    width: 230px;
    max-width: 100%;
    float: right; }
    @media screen and (max-width: 850px) {
      .certifikat-man .jap-gallery {
        float: none;
        margin: auto; } }
    .certifikat-man .jap-gallery div {
      height: 300px !important;
      display: unset; }
      @media screen and (max-width: 516px) {
        .certifikat-man .jap-gallery div {
          margin: auto; } }
    .certifikat-man .jap-gallery :first-child {
      margin-left: auto;
      float: right; }

/* konec manufacturing certifikáty */
/* start manufacturing kodex */
.man_kodex {
  overflow: auto; }

.man_kodex_text {
  width: 50%;
  float: left;
  padding: 15px; }
  @media screen and (max-width: 825px) {
    .man_kodex_text {
      width: 70%; } }
  @media screen and (max-width: 700px) {
    .man_kodex_text {
      width: 100%;
      float: right; } }

.man_kodex_img {
  width: 50%;
  float: left; }
  @media screen and (max-width: 825px) {
    .man_kodex_img {
      width: 30%; } }
  @media screen and (max-width: 700px) {
    .man_kodex_img {
      width: 100%;
      float: right; } }
  .man_kodex_img img {
    max-width: 100%; }

/* konec manufacturing kodex */
#header #nav > ul > li {
  /*font-weight: 600 !important;*/ }

#page-wrapper > #header #nav > ul > li {
  font-weight: 600 !important; }

.landing > #page-wrapper > #header #nav > ul > li {
  font-weight: 400 !important; }

.spotlight:before {
  background-image: none; }

.image:before {
  background-image: none; }

.thx-page {
  padding-top: 20px;
  width: 300px;
  /*    @media screen and (max-width: 720px) {
          width: 65%;
      }
      @media screen and (max-width: 500px) {
          width: 80%;
      }*/ }

/*START kariera job*/
#job-list hr {
  margin: 0px 0 65px 0; }
  @media screen and (max-width: 9700px) {
    #job-list hr {
      margin: 20px 0 35px 0; } }

.job-contact {
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .job-contact h4 {
    width: 100%; }
  .job-contact .job-personalista {
    padding: 10px; }

.job-position {
  line-height: 1.3em; }
  .job-position .job-text > h3 {
    font-weight: bold; }
  .job-position .img-container {
    text-align: center; }
  .job-position img {
    max-width: 100%;
    margin: 0 auto; }
  @media screen and (min-width: 780px) {
    .job-position {
      display: flex;
      gap: 20px;
      justify-content: space-between;
      line-height: 1.5em; }
      .job-position:nth-of-type(even) {
        flex-direction: row-reverse; }
      .job-position .job-text {
        width: 50%;
        flex-shrink: 0; } }
  @media screen and (min-width: 970px) {
    .job-position {
      gap: 100px; }
      .job-position img {
        aspect-ratio: 0.86;
        object-fit: cover; } }

/*.job-napln, .job-pozadavky{
    @media screen and (max-width: 970px) {
        width: 50%;
        float: left;
        padding-right: 30px;
    }
    @media screen and (max-width: 750px) {
        width: 100%;
    }
}


#job-list >.job-position:nth-of-type(odd){
    .job-text{
        width: 50%;
        overflow: auto;
        float: left;
        padding-right: 20px;
        @media screen and (max-width: 970px) {
            padding-left: 20px;
        }
    } 
    img{
        padding-left: 20px;

        @media screen and (max-width: 970px) {
            padding-right: 20px;
        }
    }
} 

#job-list > .job-position:nth-of-type(even){
    .job-text{
        width: 50%;
        overflow: auto;
        float: right;
        padding-left: 20px;
        @media screen and (max-width: 970px) {
            padding-right: 20px;    
        }
    } 
    img{
        padding-right: 20px;
        @media screen and (max-width: 970px) {
            padding-left: 20px;
        }
    }
} */
/*}*/
/*KONEC kariera job*/
/* newslatter START */
/* plovoucí rámeček START */
#newsletter {
  width: 300px;
  height: 203px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

#news_accept {
  cursor: pointer; }

#news_close {
  cursor: pointer; }

#newsletter.invisible {
  bottom: 30px;
  right: -330px; }

/* plovoucí rámeček konec */
/* newsletter form START */
#newsLetterPrihlaseniForm > .row > div > input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  border: solid 1px #264796; }

#newsLetterChangeForm > .row > div > input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  border: solid 1px #264796; }

#newsLetterChangeForm > .row > div > label, #newsLetterPrihlaseniForm > .row > div > label {
  color: #264796; }

#newsLetterPrihlaseniForm > .row > div > input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
  color: #264796; }

#newsLetterChangeForm > .row > div > input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
  color: #264796; }

#newsLetterChangeForm > .row > div > input, #newsletterGetLogOutToken > .row > div > input, #tokenPotvrzeniForm > .row > div > input, #newsletterGetModToken > .row > div > input, #newsLetterPrihlaseniForm > .row > div > input {
  color: #264796;
  border-color: #264796; }

/*#newsLetterPrihlaseniForm > div > div >textarea::placeholder, input::placeholder {
    color: #264796 !important;
}*/
#frm-newsLetterChangeForm-company::placeholder, #frm-newsLetterChangeForm-surname::placeholder, #frm-newsLetterChangeForm-kontakt::placeholder, #frm-newsLetterChangeForm-name::placeholder, #frm-newsletterGetLogOutToken-kontakt::placeholder, #frm-tokenPotvrzeniForm-token::placeholder, #frm-newsletterGetModToken-kontakt::placeholder, #frm-newsLetterPrihlaseniForm-name::placeholder, #frm-newsLetterPrihlaseniForm-surname::placeholder, #frm-newsLetterPrihlaseniForm-company::placeholder, #frm-newsLetterPrihlaseniForm-kontakt::placeholder {
  color: #264796 !important; }

#newsLetterChangeForm > .row > div > .primary, #newsletterGetLogOutToken > .row > div > .primary, #tokenPotvrzeniForm > .row > div > .primary, #newsletterGetModToken > .row > div > .primary, #newsLetterPrihlaseniForm > .row > div > .primary {
  background-color: #264796; }
  #newsLetterChangeForm > .row > div > .primary:hover, #newsletterGetLogOutToken > .row > div > .primary:hover, #tokenPotvrzeniForm > .row > div > .primary:hover, #newsletterGetModToken > .row > div > .primary:hover, #newsLetterPrihlaseniForm > .row > div > .primary:hover {
    color: #88bce6 !important; }

/* newsletter form KONEC */
/* HP line START */
#newsletter-line-img-btn {
  display: none; }
  @media screen and (max-width: 500px) {
    #newsletter-line-img-btn {
      display: block;
      height: 40px;
      margin-top: 0px; } }

#newsletter-line {
  /*text-align: center;*/
  background-color: #3F51B5;
  /*background-color: greenyellow;*/
  width: 100%;
  height: 80px; }
  @media screen and (max-width: 750px) {
    #newsletter-line {
      background-color: #3F51B5;
      height: 150px; } }

.nl-obal {
  position: relative;
  top: -10px;
  z-index: 5;
  height: 100px;
  width: auto;
  margin: auto;
  /*background-color: red;*/
  width: 735px;
  /*float: left;*/
  /* HP line KONEC */ }
  @media screen and (max-width: 850px) {
    .nl-obal {
      width: 665px; } }
  @media screen and (max-width: 750px) {
    .nl-obal {
      width: 450px;
      height: 100%;
      /*background-color: red;*/
      position: unset;
      /* top: -10px; */
      /* z-index: 5; */ } }
  @media screen and (max-width: 500px) {
    .nl-obal {
      width: 100%; } }
  .nl-obal img {
    float: left; }
    @media screen and (max-width: 750px) {
      .nl-obal img {
        margin-top: 24px; } }
    @media screen and (max-width: 500px) {
      .nl-obal img {
        display: none; } }
  .nl-obal div {
    height: 100%;
    /*padding-top: 40px;*/
    /* overflow: auto; */ }
    .nl-obal div p {
      color: #ffffff;
      line-height: 1.0em;
      font-size: 20px;
      font-weight: bold;
      float: left;
      margin: 0;
      margin-block-start: 0;
      margin-block-end: 0;
      padding-top: 40px;
      margin: 0px 75px 0px 75px; }
      @media screen and (max-width: 850px) {
        .nl-obal div p {
          margin: 0px 40px 0px 40px; } }
      @media screen and (max-width: 750px) {
        .nl-obal div p {
          margin: 0px 0px 0px 30px;
          padding-top: 24px; } }
      @media screen and (max-width: 500px) {
        .nl-obal div p {
          margin: 0px;
          text-align: center;
          width: 100%; } }
    .nl-obal div button {
      float: left;
      background-color: #FFFFFF;
      /* Green */
      border: none;
      color: #3F51B5;
      padding: 15px 30px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 20px;
      border-radius: 25px;
      font-weight: bold;
      margin-top: 25px; }
      .nl-obal div button:hover {
        cursor: pointer; }
      @media screen and (max-width: 750px) {
        .nl-obal div button {
          margin-left: 30px; } }
      @media screen and (max-width: 500px) {
        .nl-obal div button {
          padding: 10px 20px 10px 20px;
          /*margin-left: 25%;*/
          margin-left: calc((100% - 202px)/2); } }
      @media screen and (max-width: 500px) {
        .nl-obal div button div {
          float: left;
          padding-top: 10px;
          padding-left: 15px; } }

/* newsletter KONEC */
/*#cookie-wrapper{
    position: fixed;
    bottom: 0px;
    z-index: 20;
    width: 100%;
    text-align: center;
    padding: 15px;
    background-color: #ffffff;
    opacity: 0.69;

    button{
        border-radius: 10px;
        widows: 50px;
        padding: 10px;
        width: 80px;
        margin-left: 15px;
        font-weight: bold;

        &:hover{
            cursor: pointer;
        }
    }
}*/
.kontakty-tabulka {
  /*#88bce6;*/ }
  .kontakty-tabulka thead tr th {
    padding: 0.75em 0.75em;
    background-color: #264796;
    color: white; }
  .kontakty-tabulka tbody tr:nth-child(odd) {
    background-color: #b9b9b9; }
  .kontakty-tabulka tbody tr:nth-child(even) {
    /*background-color: green;*/ }

.kontakt-wrapper {
  overflow: auto; }

#sidla-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: 5%;
  margin: 5%; }

.sidla-item {
  float: left;
  width: 45%;
  text-align: center; }
  @media screen and (max-width: 1200px) {
    .sidla-item {
      width: 100%; } }

.my-padding {
  padding: 6em 0 0em 0; }

#pa-servis {
  background-image: url("../../img/automatizace_servis.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  color: white;
  position: relative; }

.pa-content {
  width: 1000px;
  overflow: auto;
  max-width: 100%;
  padding: 0px 20px 0px 20px;
  /*margin: 0;*/
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .pa-content h2 {
    color: white;
    margin: 0px; }
  .pa-content h2.left {
    margin-left: 120px;
    color: #002060; }
  .pa-content p {
    /*width: calc(100%-100px);*/
    width: calc(100% - 100px);
    text-align: justify;
    color: white; }
  .pa-content p.right {
    float: left;
    padding-right: 20px; }
  .pa-content p.left {
    float: right;
    padding-left: 20px;
    color: black; }

.pa-icon {
  width: 100px;
  position: absolute;
  top: 50%;
  /*left: 50%;*/
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

#pa-infrastruktura {
  height: 350px;
  position: relative;
  background: white; }
  @media screen and (max-width: 500px) {
    #pa-infrastruktura {
      height: 500px; } }

#pa-chemie {
  background-image: url("../../img/automatizace_chemicky.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  color: white;
  position: relative; }

#pa-energetika {
  height: 300px;
  position: relative;
  margin-top: 30px;
  overflow: auto;
  /*background: white;*/ }
  @media screen and (max-width: 450px) {
    #pa-energetika {
      height: 320px; } }
  @media screen and (max-width: 400px) {
    #pa-energetika {
      height: 380px; } }
  @media screen and (max-width: 350px) {
    #pa-energetika {
      height: 460px; } }
  @media screen and (max-width: 330px) {
    #pa-energetika {
      height: 545px; } }

.pa-wrapper-hack {
  padding-bottom: 0em;
  background-color: white; }
  @media screen and (max-width: 980px) {
    .pa-wrapper-hack {
      padding-left: 0px;
      padding-right: 0px; } }

#pa-obrazek {
  position: relative;
  text-align: center;
  background-color: white;
  border-color: #006eb2;
  border-style: solid;
  border-width: 0 0 2px 0;
  line-height: 0px; }
  #pa-obrazek img {
    max-width: 100%;
    width: 1000px;
    position: relative;
    bottom: -2px; }

#sc-text {
  background-color: white;
  padding: 50px 15px; }
  #sc-text p {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    max-width: 100%; }

#sc-parkovani {
  background-image: url("../../img/smart_city_parkovani.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  color: white;
  position: relative; }

#sc-mhd {
  background-image: url("../../img/smarty_city_mhd.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  color: white;
  position: relative; }

#sc-bezpecnost {
  background-image: url("../../img/smart_city_bezpecnost.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  color: white;
  position: relative; }

/*info*/
.sc-tips-new {
  height: 350px;
  position: relative;
  /*background: white;*/
  /*background: greenyellow;*/ }
  @media screen and (max-width: 500px) {
    .sc-tips-new {
      height: 500px; } }

.sc-info-list-new {
  width: 100%; }
  .sc-info-list-new ul {
    /*background-color: red;*/
    list-style: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    overflow: hidden;
    padding-left: 0px; }
    .sc-info-list-new ul li {
      /*background-color: #3484D2;*/
      float: left;
      padding: 10px 20px; }
      .sc-info-list-new ul li:hover {
        background-color: #106da7;
        color: white;
        font-weight: bold; }
  .sc-info-list-new div {
    border-style: solid;
    border-color: #264796;
    border-width: 1px; }
    .sc-info-list-new div p {
      width: 100%;
      /*background-color: aquamarine;*/
      padding: 20px 30px;
      margin: 0px;
      color: black; }

.sc-active-new {
  background-color: #264796;
  color: white;
  font-weight: bold; }

#sc-parking-tips-new {
  overflow: auto; }
  @media screen and (max-width: 850px) {
    #sc-parking-tips-new ul {
      width: 175px;
      float: left; } }
  @media screen and (max-width: 550px) {
    #sc-parking-tips-new ul {
      display: block; } }
  @media screen and (max-width: 520px) {
    #sc-parking-tips-new ul {
      float: none; } }
  @media screen and (max-width: 850px) {
    #sc-parking-tips-new ul li {
      float: none; } }
  @media screen and (max-width: 550px) {
    #sc-parking-tips-new {
      height: 300px;
      /* line-height: initial; */ } }
  @media screen and (max-width: 520px) {
    #sc-parking-tips-new {
      height: auto; } }

@media screen and (max-width: 850px) {
  #sc-parking-tips-info-new {
    min-height: 240px;
    float: left;
    position: relative;
    width: calc(100% - 175px);
    overflow: auto; } }
@media screen and (max-width: 550px) {
  #sc-parking-tips-info-new {
    height: inherit; } }
@media screen and (max-width: 520px) {
  #sc-parking-tips-info-new {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 850px) {
  #sc-parking-tips-info-new p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@media screen and (max-width: 500px) {
  #sc-mhd-info-new {
    height: 375px; } }
@media screen and (max-width: 400px) {
  #sc-mhd-info-new {
    height: 400px; } }
@media screen and (max-width: 350px) {
  #sc-mhd-info-new {
    height: 450px; } }
@media screen and (max-width: 330px) {
  #sc-mhd-info-new {
    height: 500px; } }

@media screen and (max-width: 570px) {
  #sc-mhd-tips-new ul li {
    float: none; } }

@media screen and (max-width: 500px) {
  #sc-bezpecnost-info-new {
    height: 375px; } }
@media screen and (max-width: 350px) {
  #sc-bezpecnost-info-new {
    height: 400px; } }

@media screen and (max-width: 570px) {
  #sc-bezpecnost-tips-new ul li {
    float: none; } }

/*#sc-mhd-tips-new{

    overflow: auto;

    ul{
      
        @media screen and (max-width: 570px) {
            float: none;
        }

        li{
            @media screen and (max-width: 570px) {
                float: none;
            }
        }

    }

    @media screen and (max-width: 550px) {
        height: 300px; 
         line-height: initial; 
    }

    @media screen and (max-width: 570px) {
        height: auto;
    }



}

#sc-mhd-tips-info-new{


    @media screen and (max-width: 570px) {
        min-height: 240px;
        float: left;
        position: relative;
        width: calc(100% - 175px);
        overflow: auto;
    }


    @media screen and (max-width: 550px) {
        height: inherit;
    }

    @media screen and (max-width: 570px) {
        width: 100%;
        height: auto;
    }

    p{
        @media screen and (max-width: 570px) {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
    }

}*/
/* START PA-COVER */
.pa-item-cover {
  height: 500px;
  background-position: center center;
  background-size: cover;
  padding: 30px 0px;
  /*background-color: yellowgreen;*/
  /*    color: #fff;
      color: #FF0000;*/ }
  @media screen and (max-width: 600px) {
    .pa-item-cover {
      height: auto; } }

.pa-fill-cover {
  min-height: 100%;
  height: 100%; }

.pa-conteiner-cover {
  margin: 0 auto;
  max-width: 1180px; }

.pa-wrapper-cover {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 100px; }
  @media screen and (max-width: 800px) {
    .pa-wrapper-cover {
      padding: 0 20px; } }
  @media screen and (max-width: 600px) {
    .pa-wrapper-cover {
      display: block;
      height: auto; } }

.pa-img-wrapper-cover {
  order: 0;
  width: 20%;
  text-align: right; }
  @media screen and (max-width: 600px) {
    .pa-img-wrapper-cover {
      margin-left: auto;
      margin-right: auto; } }
  .pa-img-wrapper-cover img {
    width: 100px;
    max-width: 100%;
    border-style: none;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 20px; }

.pa-right-cover {
  order: 1;
  text-align: left; }
  .pa-right-cover img {
    margin-left: 20px;
    margin-right: 0px; }
    @media screen and (max-width: 600px) {
      .pa-right-cover img {
        margin-left: 0px;
        margin-bottom: 20px; } }

.pa-text-wrapper-cover {
  width: 70%; }
  @media screen and (max-width: 800px) {
    .pa-text-wrapper-cover {
      width: 75%; } }
  @media screen and (max-width: 600px) {
    .pa-text-wrapper-cover {
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .pa-text-wrapper-cover p {
        margin: 0px; } }

#pa-chemie-cover {
  background-image: url("../../img/automatizace_chemicky.jpg"); }

#pa-servis-cover {
  background-image: url("../../img/automatizace_servis.jpg"); }

.white {
  color: white; }

/* KONEC PA-COVER */
/* START SC-COVER*/
#pa-parkovani-cover {
  background-image: url("../../img/smart_city_parkovani.jpg"); }

#pa-mhd-cover {
  background-image: url("../../img/smarty_city_mhd.jpg"); }

#pa-bezpecnost-cover {
  background-image: url("../../img/smart_city_bezpecnost.jpg"); }

#pa-telematika_dispecinky-cover {
  background-image: url("../../img/telematika_dispecinky.jpg"); }

#pa-counter-cover {
  background-image: url("../../img/telematika_scitace.jpg"); }

#pa-safety_camera-cover {
  background-image: url("../../img/telematika_kamery.jpg"); }

#pa-pohon-uspora-cover {
  background-image: url("../../img/pohony_vn_menice.jpg"); }

#pa-pohon-zpracovani-cover {
  background-image: url("../../img/automatizace_servis.jpg"); }

#pa-pv-rozvadec-cover {
  background-image: url("../../img/vyroba_rozvadecu.jpg"); }

#pa-pv-prvky-cover {
  background-image: url("../../img/nizkonapetove_prvky.jpg"); }

#pohony-kontakt {
  text-align: center;
  padding-bottom: 50px; }

/* KONEC SC-COVER*/
/* START SC-překlikávání-COVER */
.sc-tips-cover {
  margin: 50px auto;
  max-width: 1000px;
  width: 100%; }
  @media screen and (max-width: 550px) {
    .sc-tips-cover {
      margin: 25px auto; } }

.sc-tips-content {
  margin: 0 10px; }

.sc-tips-tips {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; }

.sc-tips-tip {
  cursor: pointer;
  padding: 10px 20px; }
  .sc-tips-tip:hover {
    background-color: #3484D2;
    color: white; }

.sc-tips-tip-active-cover {
  background-color: #264796 !important;
  color: white;
  font-weight: bold; }

.sc-tips-text {
  border-style: solid;
  border-color: #264796;
  border-width: 1px;
  padding: 20px 30px; }
  .sc-tips-text p {
    margin: 0px; }

.sc-tips-tip-hide-cover {
  display: none; }

@media screen and (min-width: 551px) and (max-width: 825px) {
  .sc-tips-content.sc-tips-middle {
    display: flex; }
    .sc-tips-content.sc-tips-middle .sc-tips-tips {
      width: min-content;
      padding: 10px 0px;
      flex-wrap: wrap; }
      .sc-tips-content.sc-tips-middle .sc-tips-tips .sc-tips-tip {
        width: 180px;
        text-align: center;
        padding: 10px 0px; }
    .sc-tips-content.sc-tips-middle .sc-tips-text p {
      top: 50%;
      position: relative;
      transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%); } }
@media screen and (max-width: 550px) {
  .sc-tips-content.sc-tips-mini {
    /*background-color: #00FF00;*/ }
    .sc-tips-content.sc-tips-mini .sc-tips-tips {
      width: 100%;
      flex-wrap: wrap;
      text-align: center; }
      .sc-tips-content.sc-tips-mini .sc-tips-tips .sc-tips-tip {
        width: 100%; } }
/* KONEC SC-překlikávání-COVER */
@media screen and (min-width: 400px) and (max-width: 700px) {
  .hp-form-btn {
    width: auto !important;
    padding: 0 15px !important; } }

/***************SLIDER HOMEPAGE**********************/
#aktualne-plachta {
  height: 330px;
  padding: 0;
  position: relative;
  overflow: hidden;
  /* dots in slider */ }
  #aktualne-plachta .no-slide {
    padding: 50px 50px 0 50px; }
  #aktualne-plachta .slide {
    width: 100%;
    position: absolute;
    animation: slide-in 2s ease-out; }
  #aktualne-plachta .slide-content {
    padding: 50px 50px 0 50px; }
  #aktualne-plachta .slide-out {
    left: 800px;
    animation: slide-out 2s ease-in; }
  #aktualne-plachta p {
    text-align: center;
    color: black;
    font-weight: 400;
    font-size: 20px; }
  #aktualne-plachta .dots {
    position: absolute;
    bottom: 0;
    width: 100%; }
  #aktualne-plachta .dots span {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    /*background-color: #bbb;  světle šedá*/
    /*background-color: #0071bc; světle modrá*/
    background-color: #26479680;
    /*spel modrá - průhledná*/
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    position: relative; }
  #aktualne-plachta .dots .active, #aktualne-plachta span:hover {
    background-color: #264796;
    /*spel modrá*/ }

/* animations */
@keyframes slide-in {
  0% {
    left: -1500px; }
  100% {
    left: 0; } }
@keyframes slide-out {
  0% {
    left: 0px; }
  100% {
    left: 1500px;
    top: 0px; } }
@media screen and (max-width: 900px) {
  #aktualne-plachta .slide-content {
    padding: 35px; } }
@media screen and (max-width: 700px) {
  #aktualne-plachta .slide img {
    max-width: 55%;
    height: auto; } }
@media screen and (max-width: 600px) {
  #aktualne-plachta .slide-content {
    padding: 15px; } }
@media screen and (max-width: 500px) {
  #aktualne-plachta .slide img {
    max-width: 100%;
    padding: 5px; }

  #aktualne-plachta {
    height: 380px; }

  /*    #aktualne-plachta .slide{ 
          padding: 15px;
      }*/ }
#frm-jobsForm {
  margin-top: 4em;
  margin-bottom: 4em;
  /*background-color: pink;*/ }
  #frm-jobsForm #contact-form {
    scroll-margin-top: 4rem; }
  #frm-jobsForm header {
    margin-bottom: 60px; }
    #frm-jobsForm header h2 {
      margin-bottom: 15px; }
  #frm-jobsForm .errors {
    color: red; }
  #frm-jobsForm .pdt10 {
    padding-top: 10px; }
  #frm-jobsForm input[type="file"] {
    color: black; }
  #frm-jobsForm input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    width: 20px; }
  #frm-jobsForm input[type="file"]::before {
    color: white;
    background-color: #264796;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    content: 'Vyberte soubor';
    outline: none;
    white-space: nowrap; }
  #frm-jobsForm input[type="file"]:hover::before, #frm-jobsForm input[type="file"]:active::before {
    background-color: #88bce6; }
  #frm-jobsForm .flash {
    background-color: #88bce626;
    text-align: center;
    border-radius: 4px; }

.job-position .button {
  margin-bottom: 20px;
  padding: 0 20px; }

.whistleblowing header h2 + p {
  margin-bottom: 0;
  color: inherit;
  margin-top: 0;
  opacity: 70%; }
.whistleblowing b {
  font-weight: bold; }
.whistleblowing a {
  text-decoration: none;
  display: inline-block;
  position: relative; }
  .whistleblowing a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: dotted 1px; }
  .whistleblowing a:hover, .whistleblowing a:active {
    color: red; }
.whistleblowing .section {
  margin-top: 4em; }
  .whistleblowing .section:first-of-type p {
    margin-top: 0;
    margin-bottom: 0; }
.whistleblowing .alert {
  display: flex;
  gap: 0.8em;
  align-items: center; }
@media screen and (max-width: 1110px) {
  .whistleblowing .text {
    padding-top: 4em;
    max-width: unset; }
    .whistleblowing .text .section {
      margin-top: 2em; } }

/*******************************  error pages  ***********************************************/
#error-page {
  min-height: 100vh; }

/*******************************  /error pages  ***********************************************/

/*# sourceMappingURL=mysass.css.map */
