/* variables */
:root{
    --primary: #1F1C37;
    --secondary: #FFDE13;
  }
  
  /* reset */
  body,a,ul,li{
    margin: 0;
    padding: 0;
    text-decoration: none;
  
  }
  a{
    text-decoration: none;
  }

 .obsah ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}    
  /* base styles */
  
  body, html {
    /*height: 100%;*/
    margin: 0;
  }
  body{
    background: #FFDE13;
    background: var(--secondary);
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color:#1F1C37;
    color:var(--primary);
    font-weight: 300;
  }
  /* fonts */
  /*https://fonts.google.com/specimen/Poppins?query=poppins*/
  /*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');*/
  /*
  @font-face {
    font-family: 'Rubik Regular';
    src: url("/actlay/fonts/Rubik-Regular.ttf") format("ttf"),
    
  }*/
  h1,h2,h3,h4{
   /* color: #fcfcfc;
    font-weight: 300;
    line-height: 1.4em;   */
  }
  
  a{
    color: rgb(0,153,255);
    /*line-height: 1.2em;
    font-size: 1em;
    word-wrap: break-word;*/
  }
  a:hover {
    color: orange;
  }
  h1{
    font-size: 2.5em;
    margin:0;
  } 
  h2{
    font-size: 2em;
  }
   h3{
    font-size: 1.2em;
  }
  h4{
    font-size: 1.1em;
  }
  .opravnik{
    display:block;
    float:right;
    cursor:pointer;
    position:absolute;
    /*z-index:99;*/ 
    /*margin-top: 32px;*/ 
    right: 20px;  
  }
  .opravnik-in{
    /*float: right; */
    display: none;
    background-color: rgb(255,255,153);
    border: silver 1px solid;
    /* margin-right: 25px; */
    /* position: relative; */
    z-index: 99;
    padding: 12px 50px 12px 20px;
    border-radius: 20px 20px 0 0;
    text-align: right;
  }
  .opravnik-vlajka{
    margin-left: -14px;
    margin-top: 10px;
    position: absolute;
    width: 16px;
    height: auto;
  }

 
.block-wrap{
    width:100%;
}
.block-content{
    margin: 0 auto;
    max-width: 1140px;
    width: calc(100% - 40px); 
    padding:0 20px;   
}
.panel3 .block-content{
    padding-top:40px;
    padding-bottom:40px;
}

                        .deleni-2sloupce{
                           display:flex;
                           flex-direction: column;
                        }
                        .deleni-2sloupce>div{
                            border:1px solid transparent;
                            margin:0%;
                            width:calc(100% - 2px);
                            text-align: left;
                            flex-direction: column;
                        }
.deleni-2sloupce>div:nth-child(1) {
    order: 2;
    text-align: center;
}
                        .deleni-2sloupce>div:nth-child(2) {
                            padding:0 0 40px 0px;
                        }

                        .faceframe>iframe{
                        margin: 10px;
                        
                        }

#blok_wrap_264{
    background-color:#FFDE13;
    }  
#blok_wrap_265{
    background-color: #CCDAFF;
    }  
#blok_wrap_banner{
    background-color:#1F1C37;
    color:white;
    height:500px;
    }
#blok_wrap_banner {
    background-image: url('/actlay/img/robert-hunes.png');
    background-repeat: no-repeat;
    background-position: 180% 150px;
    background-size: contain;
}
#blok_banner a{
    color:white;
} 
#blok_banner a:hover{
    color:#FFDE13;
}  
#blok_banner h1{
    font-size: 2.5em;
    margin: 0 0 10px 0;
}  
#blok_banner h2{
    font-size:1.2em;
    margin: 0 0 25px 0;
}  


#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: #BF1722;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}
#skiptocontent a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}
  


  .btn-float {
    width: 50px;
    height: 50px;
    line-height: 22px;
    display: inline-block;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: black;
    text-align: center;
    text-decoration: none;  
    position: relative;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  }
  .btn-float:hover {
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
  }
  .btn-float:active, .btn-float:focus {
    outline: none;
  }
  .btn-float + .btn-float {
    margin-left: 5px;
  }
  
  .yellow {
    background: #ffa000;
  }
  
  .blue {
    background: #40c4ff;
  }
  
  .green {
    background: #00e676;
  }
  
  .purple {
    background: #8e24aa;
  }
  
  .pink {
    background: #e91e63;
  }
  
  .icon-bars {
    background: #fff;
    height: 1px;
    width: 22px;
    margin: auto;
    display: block;
    position: relative;
    -moz-transition: 0.3s 0.3s;
    -o-transition: 0.3s 0.3s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    transition: 0.3s 0.3s;
  }
  .icon-bars:after {
    content: '';
    position: absolute;
    height: 22px;
    width: 1px;
    background: #fff;
    top: -10px;
  }

.float-btn-group {
  position: relative;
  float: right;
  transition: 0.3s;
  right: 30%;
}
.float-btn-group .btn-triger {
  z-index: 15;
  float: left;
}
.float-btn-group .btn-list {
  position: absolute;
  right: 0;
  transition: 0.3s;
}
.float-btn-group .btn-list li {
  display: inline-block;
}
.float-btn-group.open .icon-bars {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.float-btn-group .icon-bars {
  transition: 0.3s;
}
.float-btn-group .btn-list .btn-float {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.float-btn-group .btn-list .btn-float:nth-child(1) {
  -moz-transition: 0.3s 1.2s;
  -o-transition: 0.3s 1.2s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 0.3s;
  transition: 0.3s 1.2s;
}
.float-btn-group .btn-list .btn-float:nth-child(2) {
  -moz-transition: 0.3s 0.9s;
  -o-transition: 0.3s 0.9s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.3s;
  transition: 0.3s 0.9s;
}
.float-btn-group .btn-list .btn-float:nth-child(3) {
  -moz-transition: 0.3s 0.6s;
  -o-transition: 0.3s 0.6s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.3s;
  transition: 0.3s 0.6s;
}
.float-btn-group .btn-list .btn-float:nth-child(4) {
  -moz-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  transition: 0.3s 0.3s;
}
.float-btn-group.open .btn-list .btn-float {
  opacity: 1;
}
.float-btn-group.open .btn-list .btn-float:nth-child(1) {
  right: 230px;
  -moz-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  transition: 0.3s 0.3s;
}
.float-btn-group.open .btn-list .btn-float:nth-child(2) {
  right: 165px;
  -moz-transition: 0.3s 0.6s;
  -o-transition: 0.3s 0.6s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.3s;
  transition: 0.3s 0.6s;
}
.float-btn-group.open .btn-list .btn-float:nth-child(3) {
  right: 110px;
  -moz-transition: 0.3s 0.9s;
  -o-transition: 0.3s 0.9s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.3s;
  transition: 0.3s 0.9s;
}
.float-btn-group.open .btn-list .btn-float:nth-child(4) {
  right: 55px;
  -moz-transition: 0.3s 1.2s;
  -o-transition: 0.3s 1.2s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 0.3s;
  transition: 0.3s 1.2s;
}
  /****************************************************************************************/
  /* mobile styles */
  
  #adminmenu{
      display: none;
  }
/*  nav{
    background-color:#1F1C37;
  } */
    .nav-mobil{
        background-color:#1F1C37;
    }
  .menu-mobil{
    display: none;
    font-weight:600;
  }
   .menu-mobil a{
    color:white;
  }
  .nav-desktop{
      display: none;
      font-weight:600;
  }

  
  .div-cross, .div-hamb{
     
      text-align: left;
    }
    
    .pozadiD66253 {
      background-color: #D66253;
      display: flex;
      justify-content: center; 
      align-items: center;
      text-align: center;
    }
    .pozadiD66253>div{
      font-size:30pt;
      max-width: 225px;
    }
   .menu-mobil {
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%; 
    }
   .menu-grid{
    display: grid;
    grid-template-rows: 50% 50%;
    width: 100%;
    /*height:100vh;*/
    background-color:#1F1C37;
  }
  .menu-grid-top {
    display: grid;
    grid-template-columns: 20% auto 20%;
    height: 31px;
    padding: 10px 10px 0 20px;
    font-size: 20pt;
}
.menu-grid-one {
  display: grid;
  grid-template-columns: 20% auto 20%;
  height: 31px;
  padding: 10px 10px 0 20px;
  font-size: 20pt;
}
.menu-grid-two{
    padding: 20px 10px 10px 20px;
  }
  .menu-grid-two li{
    font-size: 20pt;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .telefon{
    font-size: 14pt;
    text-align: center;
  }
  .akt-nadpis{
    text-align: center;
  }
  .naface{
    text-align:right;
    
  }
  .anaidnes{
       margin-left: 10px;
  }
/*
  .obsah p img{
    margin: -1em 0;
  }
*/
.webtitle, .top-adresa{
  
  display: none;
}
.obsah {
  font-size: 13pt;
  overflow-wrap: break-word;
}

.web-titul{
    align-self: end;
}
.panel3-footer{
  background-color:#1F1C37;
  color:white;
  display: flex;
  justify-content: center; 
  align-items: center;
  text-align: center;
  height:230px;
}



  /*-----------------------------------------------------------------------------*/
  /*mobile only*/
  @media screen and (max-width: 350px){
  
        #blok_banner h1{
              font-size: 2.2em;
          }  
    }
/*-----------------------------------------------------------------------------*/
      /* small tablet styles */
            @media screen and (min-width: 650px) {
#blok_wrap_banner {
    background-image: url('/actlay/img/robert-hunes.png');
    background-repeat: no-repeat;
    background-position: 110% 100px;
    background-size: contain;
}              #adminmenu {
                display: block;
              }
      
              .nav-mobil {
                display: none;
              }
      
              .nav-desktop {
                display: block;
                height: 85px;
              }
      
              .menu-desktop ul {
                text-align: left;
                margin-top: 20px;
              }
      
              .menu-desktop3 ul {
                text-align: left;
                margin-top: 0px;
              }
      
              .menu-desktop {
                /*height: 85px;*/
                display: flex;
                justify-content: left;
                align-items: center;
              }
      
              .menu-desktop li {
                display: inline-flex;
                font-size: 20pt;
                margin: 0 30px 0 0;
              }
      
       /*       .menu-desktop li:last-child {
                margin: 0 0 0 24px;
              }
              .menu-desktop li:nth-child(1) {
                margin: 0 24px 0 0;
              }          */
      

             #blok_banner{
                display: grid;

                grid-template-rows: auto 30%;
                height: 100%;
            }

    }
  
            @media screen and (min-width: 650px) {
                 .menu-desktop3 li {
                        display: block;
                  }

            }
            
              
             @media screen and (min-width: 830px){
 
                          .deleni-2sloupce{
                           display:flex;
                           flex-direction: row;
                        }

                        .deleni-2sloupce>div:nth-child(1) {
                            order: 1;
                            width:calc(50% - 2px);
                        }
                        .deleni-2sloupce>div:nth-child(2) {
                            order: 2;
                            width:calc(50% - 2px);
                            padding:0 0 0 40px;
                        }
                        .faceframe>div{
                        padding: 10%;
                        background-color: white;
                        
                        }

           }
  
                    /**************************************************************************************************/
                    /* large tablet & laptop styles */
                    @media screen and (min-width: 950px){
                      .obsah {
                        font-size: 16pt;
                      }
                        .webtitle{
                          position: absolute;
                          display: block;
                        }


                   }
                    @media screen and (min-width: 1050px){
                                          
                        .deleni-2sloupce>div:nth-child(1) {
                            order: 1;
                            width:calc(40% - 2px);
                        }
                        .deleni-2sloupce>div:nth-child(2) {
                            order: 2;
                            width:calc(60% - 2px);
                            padding:0 0 0 40px;
                        }
                        
                      .top-adresa{
                        display: block;
                        position:absolute;
                        right:0;
                        text-align: center;
                        width:180px;
                        font-size: 10pt;
                        height: 85px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                      }

                      


                    }

                    /* desktop styles */
                    @media screen and (min-width: 1200px){

                      #blok_wrap_banner {
                          background-image: url('/actlay/img/robert-hunes.png');
                          background-repeat: no-repeat;
                          background-position: 90% 72px;
                          background-size: contain;
                      }

  
                    }
                    
                    @media screen and (min-width: 1700px){

                      #blok_wrap_banner {
                          background-image: url('/actlay/img/robert-hunes.png');
                          background-repeat: no-repeat;
                          background-position: 80% 72px;
                          background-size: contain;
                      }
                      
                      
  
                    }