* { box-sizing: border-box; }

.grid {
}

.grid:after {
  display: block;
  content: '';
  clear: both;
}

.grid-col {
  float: left;
  width: 100%;
  margin-right: 0%;
  
  padding-left: 12px;
  padding-right: 12px;

  padding-top: 0px;
  padding-bottom: 0px;

}


  
/* hide two middle */
.grid-col--2, .grid-col--3 { display: none; }
.grid-col--1 {
  padding-left: 0px;
  padding-right: 0px;
}




@media ( min-width: 768px ) {
  .grid-col { width: 50%; }
  .grid-col--2 { display: block; 
    padding-right: 0px}
  .grid-col--1 {
  padding-left: 0px;
  padding-right: 12px;
}

}

@media ( min-width: 992px ) {
  .grid-col { width: 33.33333%; }
  .grid-col--2 { 
    display: block;
    padding-left: 6px;
    padding-right: 6px; 
  }

  .grid-col--3 { 
    display: block;
    padding-right: 0px;

  }
}

.grid-item {
    background-color:rgba(255, 255, 255, 0.75);
     width: 100%;
     height:auto;
     margin-bottom:22px;
     -webkit-transition: border 300ms ease-out;
     -moz-transition: border 300ms ease-out;
     -o-transition: border 300ms ease-out;
     transition: border 300ms ease-out;
     color: black;
     opacity: 1;
}

 .grid-item img, .card video {
     width: 100%;
     cursor: pointer;
}




 .grid-item .pismo_small {
     padding:0.4rem 0.7rem 0.8rem 0.7rem;
     margin-left: 0px;
     padding-right: 0px;
}

@media only screen and (orientation: landscape) {



  .section2 {
    background-image: url(IMG/new/2.jpg);
  }
  #section2 {
    background-image: url(IMG/new/2.jpg);
  }
}
@media only screen and (max-width: 992px) and (orientation: landscape) {



  .section2 {
    background-image: url(IMG/new/2alt2.jpg);
  }
  #section2 {
    background-image: url(IMG/new/2alt2.jpg);
  }
}

@media (orientation: landscape) {

  .section0 {
      background-image: url(IMG/new/1.jpg);
  }

  .section1 {
      background-image: url(IMG/new/1.jpg);

  }



  .section3 {
    background-image: url(IMG/new/3.jpg);
  }


  .section4 {
    background-image: url(IMG/new/4.jpg);
  }

  .section5 {
    background-image: url(IMG/new/5.jpg);
  }

  .section6 {
    background-image: url(IMG/new/6.jpg);
  }

  .section7 {
    background-image: url(IMG/new/7.jpg);
  }


  .section8, .section9, .section10 {
    background-image: url(IMG/new/8.jpg);
  }


  #section0 {
      background-image: url(IMG/new/1.jpg);

  }


  #section1 {
      background-image: url(IMG/new/1.jpg);

  }

  

  #section3 {
    background-image: url(IMG/new/3.jpg);
  }


  #section4 {
    background-image: url(IMG/new/4.jpg);
  }

  #section5 {
    background-image: url(IMG/new/5.jpg);
  }

  #section6 {
    background-image: url(IMG/new/6.jpg);
  }

  #section7 {
    background-image: url(IMG/new/7.jpg);
  }


  #section8, #section9, #section10 {
    background-image: url(IMG/new/8.jpg);
  }
}

@media (orientation: portrait) {


 .section0 {
    background-image: url(IMG/new/mobil/1b.jpg);
  }

  .section1 {
    background-image: url(IMG/new/mobil/1b.jpg);
  }

  .section2 {
    background-image: url(IMG/new/mobil/2b.jpg);
  }
  .section3 {
    background-image: url(IMG/new/mobil/3b.jpg);
  }
  .section4 {
    background-image: url(IMG/new/mobil/4b.jpg);
  }
  .section5 {
    background-image: url(IMG/new/mobil/5b.jpg);
  }
  .section6 {
    background-image: url(IMG/new/mobil/6b.jpg);
  }
  .section7 {
    background-image: url(IMG/new/mobil/7b.jpg);
  }
  .section8, .section9 {
    background-image: url(IMG/new/mobil/8b.jpg);
  }

  #section0 {
    background-image: url(IMG/new/mobil/1b.jpg);
  }

  #section1 {
    background-image: url(IMG/new/mobil/1b.jpg);
  }

  #section2 {
    background-image: url(IMG/new/mobil/2b.jpg);
  }
  #section3 {
    background-image: url(IMG/new/mobil/3b.jpg);
  }
  #section4 {
    background-image: url(IMG/new/mobil/4b.jpg);
  }
  #section5 {
    background-image: url(IMG/new/mobil/5b.jpg);
  }
  #section6 {
    background-image: url(IMG/new/mobil/6b.jpg);
  }
  #section7 {
    background-image: url(IMG/new/mobil/7b.jpg);
  }
  #section8, #section9 {
    background-image: url(IMG/new/mobil/8b.jpg);
  }
}




      .move80 {
        height: 100%
      }

      #NNNxx {
        width: calc(100% + 150px);
        color: white;
        margin-bottom: 6px;
        margin-left:-75px;
        margin-right: 75px;
      }


      #tagLine {
        font-size: 80px; 
        padding-bottom: 10px;   
        line-height: 70px; 
      }

      .loader,
        .loader:after {
            border-radius: 50%;
            width: 10em;
            height: 10em;
        }
        .loader {            
            margin: calc(50vh - 10em) auto;
            font-size: 10px;
            position: relative;
            text-indent: -9999em;
            border-top: 2px solid rgba(255, 255, 255, 0.2);
            border-right: 2px solid rgba(255, 255, 255, 0.2);
            border-bottom: 2px solid rgba(255, 255, 255, 0.2);
            border-left: 2px solid #ffffff;
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-animation: load8 1.1s infinite linear;
            animation: load8 1.1s infinite linear;
            z-index: 3;

        }
        
        @-webkit-keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        
        @keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        #loadingDiv {
            position:absolute;;
            top:0;
            left:0;
            width:100%;
            height:100%;

            z-index: 1000;
        }

        #loadingBg {
            z-index: 1;
            position:absolute;;

            top:0;
            left:0;
            width:100%;
            height:100%;
            background-size: cover; 
            background-attachment: fixed; 
            background-position: center center; 
            background-image: url(IMG/new/1.jpg);

        }


        .loadingOverlayBlack{
            z-index: 2;
            position:absolute;;

            top:0;
            left:0;
            width:100%;
            height:100%;
            background-color: rgba(0, 0, 0, 0.9);
          

        }
        @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
          .loadingOverlayBlack{
            background-color: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(15px) contrast(80%);
            -webkit-backdrop-filter: blur(15px) contrast(80%);
          }
        }

        .loadingOverlayWhite{
            z-index: 2;
            position:absolute;;

            top:0;
            left:0;
            width:100%;
            height:100%;
            background-color: rgba(255, 255, 255, 0.7);

            
        }

        @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
          .loadingOverlayWhite{
            background-color: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(15px) contrast(80%);
            -webkit-backdrop-filter: blur(15px) contrast(80%);
          }
        }



ul {
  list-style-position: outside; 
  margin-left: 15px
}


#backgroundMain {
  position: fixed; 
  width: 100vw; 
  height: 100vh;  
  background-size: cover; 
  background-attachment: fixed; 
  background-position: center center; 
  position: static;

}

.section, .staticBackground, .staticBackgroundBlur {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;  
  position: static;

}

.section.hidden{
    display: none;
}


  #stred_oProjektu_5, #stred_oProjektu_6, #stred_oProjektu_7 {
    margin-left:50vw;
  }




 /* BLURUJICI POZADI */ 

.backgroundBlur {
  position: absolute; 
  width: 100vw; 
  height: 100vh; 
  top: 0px; 
  left: 0px; 
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

    transform: transale3d(0,0,0); 



}





.backgroundBlurDark {
  position: absolute; 
  width: 100%; 
  height: 100%; 
  top: 0px; 
  left: 0px; 
  background-color: rgba(0, 0, 0, 0.9);

  transform: transale3d(0,0,0); 
}



@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .backgroundBlurDark {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px) contrast(80%);
    -webkit-backdrop-filter: blur(15px) contrast(80%);
  }
}


.backgroundBlurBright {
  position: absolute; 
  width: 100vw; 
  height: 400vh; 
  top: 0px; 
  left: 0px; 
  backdrop-filter: blur(15px) saturate(80%) brightness(100%);

    transform: transale3d(0,0,0); 

}

 /* ANIMACE SHOW */ 

@keyframes show {
  from { opacity: 0}
  to { opacity: 1}
}

@keyframes hide {
  from { opacity: 1}
  to { opacity: 0}
}



.whiteOverlay {
  background-color: white; 
  position: fixed; 
  width: 100vw; 
  height: 100vh; 
  top: 100vh; 
  left: 0px; 
  z-index: 999;
}

.animationOverlayIn {
  animation: moveWhiteOverlayIn 700ms 1;
  transform: translateY(0vh);
}

@keyframes moveWhiteOverlayIn {
  from {transform: translateY(-100vh);}
  to { transform: translateY(-200vh);}
}

.animationOverlayOut {
  animation: moveWhiteOverlayOut 700ms 1;
  transform: translateY(-100vh);
}

@keyframes moveWhiteOverlayOut {
  from {transform: translateY(0vh);}
  to { transform: translateY(-100vh);}
}

 /* BUTTONS V MENU */ 

.buttonMenu {

  font-size:16px; 
  line-height: 20px; 
  top: 4px; 
  letter-spacing:0; 
  margin-left:12px; 
  margin-right:12px;
  overflow: hidden;
  position: relative;
  float: left;
  cursor: pointer;
  font-family: 'Helvetica Neue LT Pro Roman';


}

.buttonMenu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 1;
  transition: opacity 300ms, transform 300ms;

  transform: translate3d(-105%, 0, 0);


}

.buttonMenu:hover::after,
.buttonMenu:focus::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.buttonClicked {
  font-size:16px; 
  line-height: 20px; 
  top: 4px; 
  letter-spacing:0; 
  margin-left:12px; 
  margin-right:12px;
  overflow: hidden;
  position: relative;
  float: left;
  cursor: pointer;
  font-family: 'Helvetica Neue LT Pro Roman';
  cursor: default;
  opacity: 0.5;

}

.buttonClickedAnimation {
  animation: clickedAnimation_ani 0.6s 1;
}

.buttonClickedAnimationRev {
  animation: clickedAnimation_ani 0.6s 1;
  animation-direction: reverse;
}


@keyframes clickedAnimation_ani {
  from { opacity: 1;}
  to { opacity: 0.5;}
}

.buttonNavrhnoutSmallx {

  font-family: 'Helvetica Neue LT Pro Roman';
  font-size:16px; 
  float: left; 

  background-color: transparent;
  color: currentColor;
  border-radius: 50px; 

  padding-right: 15px; 
  padding-left:15px;
  margin-left: 8px;
  height:29px;
  line-height: 28px;  
  letter-spacing: 0px;
  box-shadow: inset 0 0 0 1.5px currentColor;
  outline: none;

  text-align: center;
  right: 20px;

  cursor: pointer;  

  transition: opacity 350ms;


}


 /* BUTTON NAVRHNOUT V MENU */ 

.buttonNavrhnoutSmall {

  font-family: 'Helvetica Neue LT Pro Roman';
  font-size:16px; 
  float: left; 

  background-color: white;
  color: black;
  border-radius: 50px; 

  padding-right: 15px; 
  padding-left:15px;
  margin-left: 8px;
  height:29px;
  line-height: 28px;  
  letter-spacing: 0px;

  outline: none;

  text-align: center;
  right: 20px;

  cursor: pointer;  

  transition: opacity 350ms;


}

.buttonNavrhnoutSmall:hover {
  opacity: 0.6;
}


.buttonNavrhnoutBig:hover {
  opacity: 0.6;
}


.buttonNavrhnoutSmall_Clicked {

  font-family: 'Helvetica Neue LT Pro Roman';
  font-size:16px; 
  float: left; 

  background-color: white;
  color: black;
  border-radius: 20px;

  padding-right: 15px; 
  padding-left:15px;
  margin-left: 8px;
  height:29px;
  line-height: 28px;  
  letter-spacing: 0px;

  outline: none;

  text-align: center;
  right: 20px;

  opacity: 0.6;
  cursor: default;  
}


@keyframes background_change_bw {
  from { background-color: black; color: white}
  to { background-color: white; color: black}
}

@keyframes background_change_wb {
  from { background-color: white; color: black}
  to { background-color: black; color: white}
}

.buttonNavrhnoutSmall_UP {
  position:relative; 
  float:left;
  opacity: 1;
}



.button_animation {
  animation:  background_change_bw 0s 1;

}


 /* BUTTON NAVRHNOUT OBROVSKEJ */ 

.buttonNavrhnoutBig_UP {
  font-size: 70px; 
  font-family: 'Helvetica Neue LT Pro Lt'; 

  width: 750px;
  opacity: 1;

}

.buttonNavrhnoutBig {
   text-align: center; 
   background-color: black; 
   color: white; 
   border-radius: 100px; 

   cursor: pointer;

   opacity: 1;
   transition: opacity 350ms;
}

.buttonNavrhnoutBig:hover {
  opacity: 0.6;
}



 /* MENU BUTTON PRO MOBILY */ 

.menubutton {
  cursor: pointer;
  top:0px;
  height:21px; 
  width:21px; 
  padding: 4px;
  z-index: 11;
  margin-right: 5px;
  float: left;

}

#menubutton_svg {
    animation: color_change_bw 0s 1;
}




 /* BUTTON DOZVEDET SE VICE */ 


  .moreButton {
    color: currentColor;

    border:solid 1.5px currentColor; 
    border-radius: 50px; 
    padding-top: 3px;
    padding-bottom: 3px;
    flex: auto;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 350ms;

    text-align: center; 
    line-height: 18px; 




  }

  .moreButton:hover {
    background-color: currentColor;
  }


.moreButtonWhite {
  color: white;
  border:solid 1.5px white; 
  border-radius: 50px; 
  padding-top: 3px;
  padding-bottom: 3px;
  flex: auto;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 350ms;

  text-align: center; 
  line-height: 18px; 


}


.moreButtonWhite:hover {
  background-color: white;
  color: black;
  border-color: white;

}

.moreButtonBlack {
  color: black;

  border:solid 1.5px black; 
  border-radius: 50px; 
  padding-top: 3px;
  padding-bottom: 3px;
  flex: auto;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 350ms;

  text-align: center; 
  line-height: 18px; 



}
.moreButtonBlack:hover {
  background-color: black;
  color: white;
  border-color: black;
}

.moreButton_pismoWhite {
  transform: translateY(-1px);
  font-family: 'Helvetica Neue LT Pro Roman';
    color: black;     

}

.moreButton_pismoBlack {
  transform: translateY(-1px);
  font-family: 'Helvetica Neue LT Pro Roman';
  color: white; 


}

.moreButtonBlack:hover > .moreButton_pismoWhite { 
  color: white; 

}



.moreButtonWhite:hover > .moreButton_pismoBlack{ 
  color: black; 

}

.moreButton:hover > .moreButton_pismoWhite { 
  color: white; 

}



.moreButton:hover > .moreButton_pismoBlack{ 
  color: black; 

}

.clicked {
  background-image:
  linear-gradient(45deg,  rgba(0,0,0,0)  45%, #000 50%,  rgba(0,0,0,0)  55%,  rgba(0,0,0,0)  100%);
  background-size: 8px 8px;
  background-position: 10px 6px;  cursor: default;


  border:solid 1.5px currentColor; 
  border-radius: 50px; 
    padding-top: 3px;
    padding-bottom: 3px;
  flex: auto;

  text-align: center; 
  line-height: 18px; 


}

.clicked_white {
  background-image:
  linear-gradient(45deg,  rgba(0,0,0,0)  45%, #FFF 50%,  rgba(0,0,0,0)  55%,  rgba(0,0,0,0)  100%);
  background-size: 8px 8px;
  background-position: 10px 6px;  cursor: default;


  border:solid 1.5px currentColor; 
  border-radius: 50px; 
    padding-top: 3px;
    padding-bottom: 3px;
  flex: auto;

  text-align: center; 
  line-height: 18px; 


}

.moreButtons {
  font-size:16px; 
  line-height: 20px;  
  letter-spacing:0;
  margin-top: 0px; 
  margin-left:20px; 
  margin-right:20px;
  overflow: hidden;
  position: relative;
  float: left;
  gap: 6px;

  display: flex; 
  flex-wrap: nowrap;
  width: calc(100% - 40px);

}

.more_default {
  width: 100vw;
  height: 100%; 
  top: 0px; 
  display: none;
}



.more_bright {

  width: 100vw;
  height: 100%; 
  position: absolute;
  top: 0px; 
  display: none;
  color: black;
  padding: 0px;

  border-bottom: solid 1px black;
  border-color: rgba(0, 0, 0, 1.0);
  
  background-color: rgba(255, 255, 255, 0.7);

  transform: transale3d(0,0,0); 

}


@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .more_bright{
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px) contrast(80%);
    -webkit-backdrop-filter: blur(15px) contrast(80%);
  }
}



.more_dark {

  width: 100vw;
  height: 100%; 
  position: absolute;

  top: 0px; 
  display: none;
  color: white;
  padding: 0px;

  border-bottom: solid 1px black;
  background-color: rgba(0, 0, 0, 0.9);

  transform: transale3d(0,0,0); 

}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .more_dark{
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px) contrast(80%);
    -webkit-backdrop-filter: blur(15px) contrast(80%);
  }
}


.more_sub {
  width: calc(50vw); 
  display: none;
}


.more_obrazek {
  flex:auto; 
  width: 50%; 
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.more_obrazek_sub {
  max-height: 650px;
  max-width: 650px;
  width: 100%; 
  height: 100%;
}

.more_pravy {
  margin-left: -50vw;
}





 /* SKAKAJICI SIPKA DOLU NA PRVNI STRANCE */ 

.downSVG {
  animation: jump 5s infinite;

}

@keyframes jump {
    0% { transform: translate(0%, 0%) }
    10% { transform: translate(0%, 25%) }
    20% { transform: translate(0%, 0%) }
    100% { transform: translate(0%, 0%) }
 
}


.cara_stred {
  margin-left: 20px; 
  height: 2px;
  margin-top: 10px;
}


.hero {
  margin-bottom: 6vh;

}

  .oCoJde {
    margin-bottom: 20px;
  }

  .oCoJde_container {
    display:flex; 
    justify-content:center; 
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .oCoJde_item {
    display: flex;
    flex-direction: row;
    justify-content:flex-end; 
    align-items: center;
    gap:50px;

  }

  .oCoJde_item_1 {
    display: flex;
    flex-direction: row;
    justify-content:flex-end; 
    align-items: center;
    gap:50px;
  }

  .oCoJde_item_2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content:flex-end; 
    align-items: center;
    gap:50px;
  }


  .oCoJde_obrazek {
    position: relative; 
    max-width: 500px;
    width:100%;

    flex: auto;
  }

  .oCoJde_obrazek_sub {
    max-width: 500px;
    width: 100%;
  }


  #downSVG1, #downSVG2 {

    display: block;

  }


  #stred_oProjektu_2 {
    margin-bottom: 0px;
    margin-top: -50px;
  }




  .jakToFunguje_sub {
    display: flex; 
    justify-content: center; 
    align-items: center;    
    flex-direction: row;
  }

  .flex_stred {
    position: absolute;
    display: flex; 
    justify-content:center; 
    align-items: center;
    width: 50vw; 
    height: 100vh;
    flex-wrap: nowrap; 
    flex-direction: row;
    gap: 0px;
  }
  .flex_more {
    position: absolute;
    display: flex; 
    justify-content:center; 
    align-items: center;
    width: 100vw; 
    height: 100%;
    flex-wrap: nowrap; 
    flex-direction: row;
  }

  .more_content {
     flex:auto; 
     width: 50%;
  }

  .footer_main {
    position: absolute; 
    bottom: 10px; 
    width: 100vw; 
    padding:20px; 
    display: flex;
  }

  .footer_sub1 {
    flex: auto; 
    width: calc(50vw - 60px); 
    display: flex; 
    flex-direction: column; 
    gap:12px;
  }

  .footer_sub2 {
    flex-direction: row;
    flex: auto; 
    min-width: 765px; 
    display: flex; 
    width:50%
  }


  .kdoJsme {
    z-index: 10; 
    height: calc(100% - 120px); 
    width: calc(100vw - 40px); 
    top:0px; 
    display: flex; 
    margin-left: 20px; 
    margin-right: 20px; 
    left: 0px; 
    margin-top: 40px; 
    margin-bottom: 20px; 
    flex-direction: row;
    gap: 20px;
  }

  .kdoJsme_column {
     height:100%; 
     display: flex; 
     gap: 20px;
     flex-direction: column; 
     justify-content: flex-end;
  }

  .kdoJsme_obrazek {

      flex: 5;    
      display: flex; 
      justify-content: center;
      align-items: center;
  }


  .standardy_row {
     height:100%; 
     display: flex; 
     gap: 20px;
     flex-direction: row; 
     width: 100%; 
     align-items: flex-start;

  }

  .standardy_obrazek {
     width: 100%;
     display: flex; 
     justify-content: center;
      align-items: center;
  }

  .obr {
    width: 500px;
    max-height: 500px;
    padding: 30px;

  }

  .konfig {
    z-index: 10; 
    height: calc(100% - 60px); 
    width: calc(100% - 40px); 
    top:0px; 
    display: flex; 
    margin-left: 20px; 
    margin-right: 20px; 
    left: 0px; 
    margin-top: 20px; 
    margin-bottom: 20px; 
    flex-direction: row;
    gap: 20px;
  }

  .konfig_main {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    z-index: 100 ; 
    width: 100%; 
    right: 0px;

    align-self: stretch;

  }

  .konfig_column {
     display: flex; 
     gap: 20px;
     flex-direction: column; 
     width: calc(33.3%); 
     min-height:550px;
     height: 70vh;

  }

  .konfig_obrazek {
     width: 100%;
     display: flex; 
     justify-content: center;
      align-items: center;
  }

  .standardy {
    z-index: 10; 
    height: calc(100% - 60px); 
    width: calc(66.7% - 40px); 
    top:0px; 
    display: flex; 
    margin-left: 20px; 
    margin-right: 20px; 
    left: 0px; 
    margin-top: 100px; 
    margin-bottom: 20px; 
    flex-direction: column;
    gap: 20px;
  }

  .motivace{ 
    z-index: 10; 
    width: calc(66.7% - 40px); 
    top:0px; 
    height: auto;
    margin-left: 20px;
    margin-right: 20px; 
    left: 0px; 

    height: 100vh;

  }

  .motivaceX{ 
    display:flex; 
    flex-direction: row; 
    gap:20px; 
    align-items:baseline; 
    vertical-align:top; 
    height: 100vh;

  }

  .motivace_sub {

    width: 50%; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    height: 100%;
  }

  .motivace_obrazek {
    width: 66.7%;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    height: calc(100% - 20px);
    margin-top: 20px;
  }

  .mapa {
    width: 100%;
    height: 100%;
  }

  .toColumn {
      flex-direction: row;

  }

  .from33toFullWidth {
    width: 33.3%
  }

  .from50toFullWidth {
    width: 50%;
  }

  .from66toFullWidth {
    width: 66.7%
  }


  .invert{
    filter: invert(0%);
  }

  .sdv-container {
    display: block;
    z-index: 1; 
    width: 66.7%; 
    height: 100%; 
    flex: auto;
    position: fixed;
    left: 0px
  }

  .link {
    cursor: pointer;
  }

  .link:hover {
      opacity: 0.4;
  }

  .konfig_up {
     width: 100%; 
     float: right;
  }

  #fullpage_konfig {
    display: none; 
    z-index: 2; 
    width:33.3333%; 
    float: right;
  }

  #camera_men {
    position:absolute; 
    bottom: 0px;
    z-index:2; 
    left: -200%
  }

  #sub_konfig_1 {
    display: flex;
  }

  #sub_konfig_2 {
    display: none;
  }

  #sub_konfig_3 {
    display: none;
  }


  #camera_menu {
     position:absolute; 
     left:10px; 
     font-size:16px;
     letter-spacing:0;
     line-height: 24px ;
     z-index: 997; 
     text-transform: uppercase;
     width: 120px;
     padding: 10px;
     padding-bottom: 45px; 
     bottom: 15px;
  }










































sup { vertical-align: top; position: relative; top: -0.5em; }








@font-face {
    font-family: 'Helvetica Neue LT Pro Lt';
    src: url('HelveticaNeueLTPro-Lt.woff2') format('woff2'),
        url('HelveticaNeueLTPro-Lt.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
   
}

@font-face {
    font-family: 'Helvetica Neue LT Pro Md';
    src: url('HelveticaNeueLTPro-Md.woff2') format('woff2'),
        url('HelveticaNeueLTPro-Md.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro Roman';
    src: url('HelveticaNeueLTPro-Roman.woff2') format('woff2'),
        url('HelveticaNeueLTPro-Roman.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro Lt Italic';
    src: url('HelveticaNeueLTPro-LtIt.woff2') format('woff2'),
        url('HelveticaNeueLTPro-LtIt.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}





*{
margin:0;
padding:0;
}

a {
  text-decoration: none; /* no underline */
  color: currentColor;
}

a:hover {
  opacity: 0.4;
}

div.fp-controlArrow.fp-next { 
    display: none; 
}

div.fp-controlArrow.fp-prev { 
    display: none; 
}


html,body,button {
  background: #fff ; /* #ffaaaa */
  font-size: 23px;
  font-family: 'Helvetica Neue LT Pro Roman'; font-weight: 700; font-style: normal;
  letter-spacing: -1px;
  height:100%;
  width:100%;
}

html {
    overflow-y: scroll;
    overflow-x: scroll;
}

body {
  overflow: hidden; /* Hide scrollbars */
}

mark { 
  background-color: white;
  color: black;
}



.navbar {
  position: fixed;
  float: left;
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
  z-index: 10;
  color:white;

  animation:  color_change_bw 0s 1;

}





.menu_sub {
    font-family: 'Helvetica Neue LT Pro Lt';


}

.menu_sub_sub {
  font-family: 'Helvetica Neue LT Pro Lt';
  margin: 0; 
}

@keyframes color_change_bw {
  from { color: black; }
  to { color: white;}
}

@keyframes color_change_wb {
  from { color: white; }
  to { color: black;}
}

@keyframes color_invert_to {
  from { filter: invert(0); }
  to { filter: invert(1);}
}

@keyframes color_invert_from {
  from { filter: invert(1); }
  to { filter: invert(0);}
}




.cake {  
  font-family: 'Helvetica Neue LT Pro Lt'; 
  position:absolute; 
  margin-left:19px;
  text-align: left; 
  font-size: 30px; 
  margin-top: 17px;
  line-height: 25px;

}




.nevim {
  opacity: 1;
  z-index:10;
}

.stred {
  position: absolute;
  top: calc(50% + 50px); 
  transform: translateY(-50%);

}

.bottom {
  bottom: 20px;
  position: absolute;
}

.nevim.animace {
  animation: 0.7s ease-out 0s 1 slideInFromLeft;
  opacity: 1;
}

.nevim.animaceBack {
  animation: 0.7s ease-out 0s 1 slideInFromLeftBack;
  opacity: 0;
}

.animace {
  animation: 0.7s ease-out 0s 1 slideInFromLeft;
  opacity: 1;
}

.animaceBack {
  animation: 0.7s ease-out 0s 1 slideInFromLeftBack;
  opacity: 0;
}





@keyframes slideInFromLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideInFromLeftBack {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }

}

@keyframes slideInFromLefty {
  0% {
    transform: translateY(-50%) translateX(-10%);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) translateX(-0%);
    opacity: 1;
  }
}


.buttons_comp1 {
  display: flex;
  bottom:0px; 
  width: 100%; 
  gap: 10px
}

.buttons_comp2 {
  display: flex;
  bottom:0px; 
  width: 100%; 
  gap: 10px
}


.pismo_big {

  font-size:30px; 
  z-index:2; 
  margin-left:100px; 
  margin-right:100px
}

.pismo_biggest {
  font-family: 'Helvetica Neue LT Pro Lt'; 

  font-size: 55px;
  line-height: 50px;
  margin-left:20px; 
  margin-right:20px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: solid 1px currentColor;
}



.pismo_citat {
  width: 50vw; 
  max-width: 800px;

  color: white;
  font-size: 55px;
  font-family: 'Helvetica Neue LT Pro Lt Italic'; 
  text-align: left;

}

.obrazek_citat {
  width: 33vw;
  margin-left: 0px; 
  margin-top: 0px; 
  text-align: center; 
  color: white;
  border-right: solid 1px white;  
}

.pismo_oCoJde {
  font-family: 'Helvetica Neue LT Pro Lt'; 

  font-size: 30px;

  
}

.pismo_small {
  font-size:16px; 
  line-height: 20px;  
  letter-spacing:0; 
  margin-left:20px; 
  margin-right:20px; 

  margin-top: 2px;
}

.pismo_highlight {

  font-family: 'Helvetica Neue LT Pro Md'; 
  font-weight: 700; 
  font-style: normal; 
}

.pismo_subtitle {
  text-align: left; 
  font-size: 30px;
  line-height: 30px;
   
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left:20px; 
  margin-right:20px;

  font-family: 'Helvetica Neue LT Pro Lt';
}

.text_comp {
}

.text_mob_flex {
  display: none;
}

.text_mob {
  display: none;
}





.btn-form {


    color:  black;
    border:solid 1.5px white; 

    border-radius: 50px; 
    padding-top: 3px;
    padding-bottom: 3px;
    flex: auto;
    cursor: pointer;    
    background-color: white;
    transition: opacity 350ms;

    text-align: center; 
    line-height: 18px;  


}

.btn-form2 {
    color:  white;
    border:solid 1.5px black; 

    border-radius: 50px; 
    padding-top: 3px;
    padding-bottom: 3px;
    flex: auto;
    cursor: pointer;    
    background-color: black;
    transition: opacity 350ms;

    text-align: center; 
    line-height: 18px;  
}

.btn-form:hover {
  opacity: 0.6;

}

.btn-form2:hover {
  opacity: 0.6;

}

.btn_konfigurovat1 {

  text-align:center;
  margin-bottom: 20px;
  margin-left: 60px;
  width: calc( 100vw - 80px); 
  

    color:  black;
    border:solid 1.5px white; 

    border-radius: 50px; 
    padding-top: 3px;
    padding-bottom: 3px;
    flex: auto;
    cursor: pointer;    
    background-color: white;
    transition: opacity 350ms;

    text-align: center; 
    line-height: 18px;  
}

.btn_konfigurovat2 {

  text-align:center;
  margin-bottom: 20px;
  margin-left: 60px;
  width: calc( 100vw - 80px); 
      color:  white;
    border:solid 1.5px black; 

    border-radius: 50px; 
    padding-top: 3px;
    padding-bottom: 3px;
    flex: auto;
    cursor: pointer;    
    background-color: black;
    transition: opacity 350ms;

    text-align: center; 
    line-height: 18px;  

}

.btn_konfigurovat1:hover {
  opacity: 0.6;
}

.btn_konfigurovat2:hover {
  opacity: 0.6;
}

.btn-exit {
  position: fixed;  
  top: 20px; 
  right: 18px;
  display: none;
  cursor: pointer;
  color: white; 
  z-index: 10;
}

.btn-dozvedetSe {
  font-size:16px; 
  line-height: 20px;  
  letter-spacing:0;
  margin-top: -2px; 
  margin-left:20px; 
  margin-right:20px;
  overflow: hidden;
  position: absolute;
  float: left;
  cursor: pointer;
}

.btn-dozvedetSe::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 1;
  transition: opacity 300ms, transform 300ms;

  transform: translate3d(-100%, 0, 0);
}


.btn-dozvedetSe:hover::after,
.btn-dozvedetSe:focus::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.btn-dozvedetSe_sub {
  margin-right: 0px;
  margin-left: 16px;
  margin-top: 10px; 
  letter-spacing: 0px; 
  text-align: left;
}




input {
}


/* The container */
.container {
  display: block;
  float: left;
  position: relative;
  padding-left: 35px;
  margin-top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  display: none;
  position: absolute;
  opacity: 0;
  cursor: default;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 27px;
  border: solid 1px black;
  border-radius: 15px;
  line-height: 24px;
  border-color: black; 
  color: black;
  cursor: pointer;

}

.checkmarkOff {

  cursor: default;

  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: solid 1px black;
  border-radius: 15px;
  line-height: 24px;
  color: black;

  background-image:
  linear-gradient(45deg, rgba(0,0,0,0)  45%, rgba(0,0,0,1) 50%, rgba(0,0,0,0)  55%, rgba(0,0,0,0)  100%);
  background-size: 4px 4px;
  background-position: 10px 6px;

}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color:#000 ;
  color: #fff;

}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #000;
  color: #fff;

}


/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}




.levy {
  height: 100%;
  width: 50%;
  position: relative;

}

.pravy {
  height: 100vh;
  width: 50%;
  position: relative;
}

  
#id1 {
  bottom: 90px;
}

.show_1280plus {
  display: flex;

} 

.show_1280 {
  display: none;

} 

.show_375 {
  display: none;

} 



























































@media only screen and (max-width: 1279px) {


  .show_1280plus {
    display: none;

  } 

  .show_1280 {
    display: flex;

  } 
  .show_375 {
    display: none;

  } 
  .pismo_biggest {
    font-size: 50px ;
    line-height: 45px;
    border-bottom: solid 1px currentColor;

  }

  .pismo_small {
    font-size: 14px;
    line-height: 17.5px;
  }

  .btn_konfigurovat1, .btn_konfigurovat2, .btn-form, .btn-form2 {
    font-size: 14px;

  }


  #tagLine {
    font-size: 70px; 
    padding-bottom: 8px;   
    line-height: 60px; 
  }

  .tags {
    max-width: 200px;
  }

  .pismo_citat {
    font-size: 40px;
  }



  .pismo_oCoJde {

    font-size: 24px;
    line-height: 20px;
    margin-bottom: 10px;


  }

  .btn-navrhnout {
    font-size: 14px;
  }
  .btn-dozvedetSe {
    font-size: 14px;    
  }


  .buttonMenu {
    font-size:14px; 
    line-height: 20px; 
  }

  .buttonClicked {
    font-size:14px; 
    line-height: 20px; 
  }

  .buttonNavrhnoutSmall {
    font-size:14px; 

  }

  .buttonNavrhnoutSmall_Clicked {
    font-size:14px; 
  }

  .standardy {
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 40px);
  }

  .standardy_column {

    display: flex; 
    gap: 20px;
    flex-direction:  row; 
    width: 100%; 
    margin-right: 10px;
  }

   .standardy_obrazek {
    width: 33.3vw;
    display: flex; 
    justify-content: center;
    align-items: center;
  }

   .motivace {
    width: calc(100% - 40px);
  }



  .motivace_obrazek {
    display: none;
  }

}













@media only screen and (max-width: 992px) {



  .text_992 {
    display: none;
  }

  .footer_main {
    position: absolute; 
    width: 100vw; 
    display: flex;
    flex-direction: column-reverse;
  }

  .footer_sub1 {
    flex-direction: row;
    margin-top: 20px;
    width: calc(100vw - 40px);
  }

  .footer_sub2 {
    flex-direction: column;
    flex: none; 
    min-width: 0px; 
    display: flex; 
    width:100%
  }

  #tagLine {
    font-size: 60px; 
    padding-bottom: 20px;   
    line-height: 55px; 
    margin-bottom: 0px;
    padding-bottom: 10px;
    margin-left: -1px;
  }

  .pismo_biggest {
    font-size: 40px;
    line-height: 37px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px currentColor;
  }

  #NNNxx {
    width: 100%;
    color: white;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .levy, .pravy {
    width: 100%;
  }

  .stred {
    position: absolute;
    top: auto; 
    transform: translateY(0%);
    bottom: 20px;
  }

  #stred_oProjektu_5, #stred_oProjektu_6, #stred_oProjektu_7  {
    margin-left: 0px;
  }

  .bottom {
    bottom: 20px;
    position: absolute;
  }

  .more_sub {
    width: calc(100vw ); 
    display: none;
  }

  .more_obrazek {
    flex: auto;
    width: calc(100% - 40px);
    height: 250px;
  }
 
  .more_pravy {
    margin-left: 0vw
  }

  .hero {
    margin-bottom: 0px
  }

  .oCoJde {
    margin-bottom: 0px
  }

  #downSVG1, #downSVG2 {
    display: none;
  }

  #stred_oProjektu_2 {
    margin-bottom: -20px;
    margin-top: 0px;
  }

  .oCoJde {
    width: calc(100vw - 40px);
  }

  .flex_stred {
    position: absolute;
    display: flex; 
    justify-content:flex-end; 
    align-items: flex-start;
    width: 100vw; 
    height: calc(100% - 20px);
    flex-wrap: nowrap; 
    flex-direction: column;
    bottom: 20px;
  }

  .flex_more {
    position: absolute;
    display: flex; 
    justify-content:flex-start; 
    align-items: center;
    width: 100vw; 
    flex-wrap: nowrap; 
    flex-direction: column-reverse;
  }

  .more_content {
    width: 100%;
    flex: none;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 20px;
  }

 

  .buttonNavrhnoutBig_UP {
    font-size: 45px; 
    font-family: 'Helvetica Neue LT Pro Lt'; 

    width: 500px;
    opacity: 1;

  }

  .buttonNavrhnoutBig {
     text-align: center; 
     background-color: black; 
     color: white; 
     border-radius: 100px; 

     cursor: pointer;

     opacity: 1;
     transition: opacity 350ms;
  }


  .konfig {
    flex-direction: column;
    gap: 20px;
  }

  .konfig_column {
    height: 70vh;

    display: flex; 
    gap: 20px;
    flex-direction:  row; 
    margin-right: 10px;
    min-height:400px;
  }

   .konfig_obrazek {
    width: 33.3vw;
    display: flex; 
    justify-content: center;
    align-items: center;
  }

  .obr {
    max-height: 300px;
    height: 300px;
    width: 33vw;

  }


  .toColumn {
    flex-direction: column;
  }

  .toColumn2 {
    flex-direction: row;
  }
  .pismo_citat {
    width: 80vw; 
    color: white;

    font-size: 30px;
    text-align: center; 

    letter-spacing: 0px;

    margin-left: 20px;
    margin-right: 20px;
  }

  .obrazek_citat {
    width: 50vw; 
    margin-bottom: 4vh; 
    border-bottom: solid 1px white ;   
    padding-bottom: 4vh;
    border-right: none;  
  }

  .from33toFullWidth {
    width: 100%
  }

  .from66toFullWidth {
    width: 100%
  }

  .menubutton {
    display: block;
  }


 
   #layers {
     transform: scale(0.85);
     top: -4px;
     margin-left: -2px;
     display: block;
  }




}




@media only screen and (max-width: 767px) {

  .motivace {
    width: calc(100% - 40px);
    height: 100%;
  }

  .motivaceX {
        flex-direction: column;
    height: 100%;

  }

    .motivace_sub {
    margin-top: 100px; 

    width: 100%; 

  }

  .text_767 {
    display: none;
  }


  .move80 {
    height: calc(100% - 80px)
  }

  #backgroundMain {
    background-position: center calc(75%);  
  }

  .section, .staticBackground, .staticBackgroundBlur {
    background-repeat: no-repeat;

    background-size: cover;
    background-attachment: fixed;
    background-position: center calc(75%);  
    position: static;
  }

  .levy, .pravy {
    width: 100%;
    height: 100vh;
  }


  

  .cara_stred {
    opacity: 0;
  }

  .viditelnost {
    opacity: 1;
  }

  .oCoJde_container {
    display:flex; 
    justify-content:center; 
    align-items: stretch;
    flex-direction: column;
    gap: 0px;
    bottom: 0px;
  }

  .oCoJde_item {
    height: 100%;
    flex: auto;
    width: 100%; 
    max-width: 800px;
    flex-direction: column;
    gap:0px;
  }

  .oCoJde_item_1 {
    height: 100%;
    flex: auto;
    width: 100%; 
    max-width: 800px;
    flex-direction: column-reverse;
    gap:0px;
  }

  .oCoJde_item_2 {
    height: 100%;
    flex: auto;
    width: 100%; 
    max-width: 800px;
    flex-direction: column-reverse;
    gap:0px;

  }

  .oCoJde_obrazek {
    position: relative; 
    max-width: 500px;
    width:80%;
    flex: auto;

  }

  .pismo_citat {
    width: 80vw; 
    color: white;

    font-size: 20px;
    text-align: center; 

    letter-spacing: 0px;

    margin-left: 20px;
    margin-right: 20px;
  }

  .obrazek_citat {
    width: 60vw; 
    margin-bottom: 4vh; 
    border-bottom: solid 1px white ;   
    padding-bottom: 4vh;
    border-right: none;  
  }

  .pismo_oCoJde{

    font-size: 20px;


    margin-top: 0px;
  }

  .moreButtons {
    flex-wrap: wrap;
  }

  .more_upper {
    height: calc(100% - 60px) ; 
    margin-top: 60px; 
    position: absolute;
  }

  .vice_schema {
    position:absolute; 
    max-width: 750px; 
    width: calc(100% - 40px);
    justify-content: center;
    align-items: center;
    z-index: 0;

  }
  .btn-navrhnout {
    font-size: 14px;
  }
  .btn-dozvedetSe {
    font-size: 14px;    
  }

  .pismo_small {
    font-size: 14px;
    line-height: 17.5px;
  }

  .pismo_small_vice {
    font-size: 14px;
    line-height: 17.5px;
  }

  .pismo_biggest {
    font-size: 40px;
    line-height: 37px;
    margin-bottom: 5px;
    padding-bottom: 8px;
    border-bottom: solid 1px currentColor;
  }


  .nevim {
    height: 100%;
    bottom: 0px;
  }

  .jakToFunguje_sub {
    justify-content: center; 
    align-items: center;    
  }

  .buttonNavrhnoutBig_UP {
    font-size: 25px; 
    font-family: 'Helvetica Neue LT Pro Lt'; 

    opacity: 1;
  }

  .buttonNavrhnoutBig {
    width: calc(100% - 50px);
    margin-left: 20px;
    padding: 5px;

    text-align: center; 
    background-color: black; 
    color: white; 
    border-radius: 100px; 

    cursor: pointer;

    opacity: 1;
    transition: opacity 350ms;
  }



  .staticBackground5 {
    background-image: url(IMG/new/mobil/8b.jpg);
  }

  .kdoJsme {
    flex-direction: column;
    gap: 20px;
  }

  .kdoJsme_column {
    display: flex; 
    gap: 20px;
    flex-direction:  column; 
    width: 100%; 
    margin-right: 10px;
  }

  .kdoJsme_obrazek {
    width: calc(100vw - 40px);
    display: flex; 
    justify-content: center;
    align-items: center;
  }

  .standardy {
    flex-direction: column;
    gap: 20px;
  }

  .standardy_column {
    display: flex; 
    gap: 20px;
    flex-direction:  column; 
    width: 100%; 
    margin-right: 10px;
  }

  .standardy_obrazek {
    width: calc(100vw - 40px);
    display: flex; 
    justify-content: center;
    align-items: center;
  }

  .konfig {
    flex-direction: column;
    gap: 0px;
  }

  .konfig_main {
    align-self: center;
    left: 0px;
    width: 100vw; 
  }

  .konfig_column {
    display: flex; 
    gap: 0px;
    flex-direction:  column; 
    width: 100%; 
    margin-right: 10px;
    height: 60vh;
  }

  .konfig_obrazek {
    width: calc(100vw - 40px);
    display: flex; 
    justify-content: center;
    align-items: center;
  } 

  #cara_konfig {
    display: none;
  }

  .obr {
    height: 300px;
    width: calc(100vw - 40px);
  }

  .toColumn {
    flex-direction: column;
  }

  .toColumn2 {
    flex-direction: column;

  }

  .techObr {
    margin-top: 20px;
  }

  .from33toFullWidth {
    width: 100%
  }

  .from50toFullWidth {
    width: 100%;
  }

  .from66toFullWidth {
    width: 100%
  }

  .invert{
    filter: invert(100%);
  }

  .sdv-container {
    z-index: 1; 
    width: 100%; 
    position: absolute;
    height: 100vh;
    z-index: 500;
  }


  .sub_konfig_1 {
    display: none;
  }

  .konfig_up {
    flex-direction: column;
    width: 100%;
  }

  .buttons_comp1 {
    position: absolute;
    width: calc(100vw - 40px);
    bottom:20px;
  }

  .buttons_comp2 {
    position: absolute;
    width: calc(100vw - 40px);
    bottom:20px;
  }

  #fullpage_konfig {
    display: none; 
    z-index: 2; 
    width:100%; 
    float: right;
  }

  #camera_men {
    position:absolute; 
    bottom: 0px;
    z-index:2; 
    left: 0px;
  }


}


@media only screen and (max-width: 575px) {

  .moreButton, .moreButtonWhite, .moreButtonBlack, .clicked, .clicked_white {
    width: 100%;
  }


  #buttonNavrhnoutSmall_UP, #standardy_btn, #kdoJsme_btn, #oProjektu_btn , #kontakt_btn,#blog_btn, #language_btn, #btn-kontakt2, #btn-kontakt   {
    display: none;
  }
 
.text_comp {
    display: none;
  }

  .text_mob_flex {
    display: flex;
    flex-direction: column;
    width: calc(100vw - 40px);
  }

  .text_mob {
    display: block;
  }


  .pismo_biggest {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 5px;
    padding-bottom: 7px;
    border-bottom: solid 1.5px currentColor;
    margin-right: 22px;
    transform: translateX(2px);
  }
  .pismo_small {
    font-size: 13px;
    line-height: 16px;
  }

  .btn_konfigurovat1, .btn_konfigurovat2, .btn-form, .btn-form2 {
    font-size: 13px;

  }


  .oCoJde_container {
    display:flex; 
    justify-content:center; 
    flex-direction: column;
    gap: 0px;
    bottom: auto;
  }

@media only screen and (max-width: 374px) {

  .display_smaller375 {
    display: none;
  }

  #backgroundMain {
    background-position: center calc(75%);  
  }

  .section, .staticBackground, .staticBackgroundBlur {
    background-repeat: no-repeat;

    background-size: cover;
    background-attachment: fixed;
    background-position: center calc(75%);  
    position: static;
  }
  .levy, .pravy {
    width: 100%;
    height: 100vh;
  }

  .menubutton {
    display: block;
  }

  
  
  .cara_stred {
    opacity: 0;
  }

  .viditelnost {
    opacity: 1;
  }



  .oCoJde_item {
    height: 100%;
    flex: auto;
    width: 100%; 
    max-width: 800px;
  }

  .pismo_citat {
    width: 80vw; 
    color: white;

    font-size: 20px;
    text-align: center; 

    letter-spacing: 0px;

    margin-left: 20px;
    margin-right: 20px;
  }

  .obrazek_citat {
    width: 80vw; 
    margin-bottom: 4vh; 
    border-bottom: solid 1px white ;   
    padding-bottom: 4vh;
    border-right: none;  
  }

  .pismo_oCoJde{



    font-size: 20px;
    letter-spacing: auto;

    margin-top: 8px;
  }

  .moreButtons {
    flex-wrap: wrap;
  }

  .more_upper {
    height: calc(100% - 60px) ; 
    margin-top: 60px; 
    position: absolute;
  }

  .vice_schema {
    position:absolute; 
    max-width: 750px; 
    width: calc(100% - 40px);
    justify-content: center;
    align-items: center;
    z-index: 0;

  }
  .btn-navrhnout {
    font-size: 12px;
  }
  .btn-dozvedetSe {
    font-size: 12px;    
  }

  .pismo_small {
    font-size: 12px;
    line-height: 15px;
  }
  
  .btn_konfigurovat1, .btn_konfigurovat2, .btn-form, .btn-form2 {
    font-size: 12px;

  }


  .pismo_small_vice {
    font-size: 12px;
    line-height: 15px;
  }


  .pismo_biggest {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px currentColor;
  }


  #buttonNavrhnoutSmall_UP, #standardy_btn, #kdoJsme_btn, #oProjektu_btn , #kontakt_btn, #language_btn   {
    display: none;
  }
 
  .nevim {
    height: 100%;
    bottom: 0px;
  }

  .jakToFunguje_sub {
    justify-content: center; 
    align-items: center;    
  }

  .buttonNavrhnoutBig_UP {
    font-size: 25px; 
    font-family: 'Helvetica Neue LT Pro Lt'; 

    opacity: 1;
  }

  .buttonNavrhnoutBig {
    width: calc(100% - 50px);
    margin-left: 20px;
    padding: 5px;

    text-align: center; 
    background-color: black; 
    color: white; 
    border-radius: 100px; 

    cursor: pointer;

    opacity: 1;
    transition: opacity 350ms;
  }

  .footer_main {
    position: absolute; 
    width: 100vw; 
    padding:20px; 
    display: flex;
    flex-direction: column-reverse;
  }

  .footer_sub1 {
    flex-direction: row;
    margin-top: 20px;
    width: calc(100vw - 40px);
  }

  .footer_sub2 {
    flex-direction: column;
    flex: none; 
    min-width: 0px; 
    display: flex; 
    width:100%
  }

  .staticBackground5 {
    background-image: url(IMG/new/mobil/8b.jpg);
  }

  .kdoJsme {
    flex-direction: column;
    gap: 20px;
  }

  .kdoJsme_column {
    display: flex; 
    gap: 20px;
    flex-direction:  column; 
    width: 100%; 
    margin-right: 10px;
  }

  .kdoJsme_obrazek {
    width: calc(100vw - 40px);
    display: flex; 
    justify-content: center;
    align-items: center;
  }

  .standardy {
    flex-direction: column;
    gap: 20px;
  }

  .standardy_column {
    display: flex; 
    gap: 20px;
    flex-direction:  column; 
    width: 100%; 
    margin-right: 10px;
  }

  .standardy_obrazek {
    width: calc(100vw - 40px);
    display: flex; 
    justify-content: center;
    align-items: center;
  }

  .konfig {
    flex-direction: column;
    gap: 0px;
  }

  .konfig_main {
    align-self: center;
    left: 0px;
    width: 100vw; 
  }

  .konfig_column {
    display: flex; 
    gap: 0px;
    flex-direction:  column; 
    width: 100%; 
    margin-right: 10px;
    height: 60vh;
  }

  .konfig_obrazek {
    width: calc(100vw - 40px);
    display: flex; 
    justify-content: center;
    align-items: center;
  } 

  #cara_konfig {
    display: none;
  }

  .obr {
    height: 300px;
    width: calc(100vw - 40px);
  }

  .toColumn {
    flex-direction: column;
  }

  
  .from33toFullWidth {
    width: 100%
  }

  .from50toFullWidth {
    width: 100%;
  }

  .from66toFullWidth {
    width: 100%
  }

  .invert{
    filter: invert(100%);
  }

  .sdv-container {
    z-index: 1; 
    width: 100%; 
    position: absolute;
    height: 100vh;
    z-index: 500;
  }

  #layers {
     transform: scale(0.85);
     top: -4px;
     margin-left: -2px;
     display: block;
  }

  .sub_konfig_1 {
    display: none;
  }

  .konfig_up {
    flex-direction: column;
    width: 100%;
  }

  .buttons_comp1 {
    position: absolute;
    width: calc(100vw - 40px);
    bottom:20px;
  }

  .buttons_comp2 {
    position: absolute;
    width: calc(100vw - 40px);
    bottom:20px;
  }

  #fullpage_konfig {
    display: none; 
    z-index: 2; 
    width:100%; 
    float: right;
  }

  #camera_men {
    position:absolute; 
    bottom: 0px;
    z-index:2; 
    left: 0px;
  }
}




