/* ============================================= */
/* Template CSS: custom                      */
/* Generated: 2026-03-10 18:28:57            */
/* Source: settings('template_custom_css')   */
/* ============================================= */
/* POZNÁMKA: Tento soubor se načítá jako         */
/* POSLEDNÍ, takže může přepsat všechny          */
/* předchozí CSS (style.css, style2.css,         */
/* style_r.css, atd.)                            */
/* ============================================= */

/* SCHIESSL 2026-02-02 */
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-size: 100%;
    background: #ffffff;
    text-align: left;
    position: relative;
    background-image: url('/imgdesign/body_img.gif');
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #ffffff;
}



.main {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background: #ffffff;
    box-sizing: border-box;
    overflow: visible;
    padding-top: 180px; /* výška .top */
}


.top {
    background-image: url('/imgdesign/body_img.gif');
    background-repeat: repeat-x;
    background-position: top center;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
}





.lr_main {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 2px 0 0 0;
    box-sizing: border-box;
    float: none;
    clear: both;
}

.nav_bar{
    padding-top: 6px;
}



.lp_sl {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0;
    float: none !important;
    box-sizing: border-box;
    clear: both;
}


.right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    float: none;
    box-sizing: border-box;
    text-align: left;
    background: transparent;
    clear: both;
}

.obr_text {
    clear: both;
    margin: 0 0px 10px 0px;
    height: auto;
}



.schiessl-links {
    display: flex;
    width: 100%;
}

.schiessl-links a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3D3D3D;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    font-size: 1.5em;
    font-weight: 600;
}

.schiessl-links a:hover {
    background: #2f2f2f;
}



.desktop-only {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.desktop-only img {
    width: 100%;
    height: auto;
    display: block;
}



.topmenu_main,
.topmenu_main.topmenu_pos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 0;
    box-sizing: border-box;
}



@media (min-width: 769px) {

    .lr_main {
        display: flex;
        align-items: flex-start;
    }

    .lp_sl {
        display: flex;
        width: 100%;
        gap: 20px;
    }

    .lp_sl .left {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .lp_sl .right {
        flex: 1;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .left .menu_left {
        position: relative;
        width: 100%;
        background: none;
        box-shadow: none;
        overflow: visible;
        cursor: auto;
    }

    .lp_sl .left:empty {
        display: none;
    }

    .lp_sl .left {
        order: 1;
    }

    .lp_sl .right {
        order: 2;
    }

    .lp_sl .left:not(:has(.menu_left)) {
        display: none;
        width: 0;
        max-width: 0;
        padding: 0;
        margin: 0;
    }

    .lp_sl .left:not(:has(.menu_left)) + .right,
    .lp_sl .right:only-child {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }
}



/* FOOTER full-bleed (stabilnější než 100vw + -50vw) */
.foot { 
  width: 100vw; 
  background-color: #3D3D3D; 
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  left: 50%; 
  margin-left: -50vw;
  box-sizing: border-box; }

/* VNITŘEK – vždy jeden sloupec, vše na střed */
/* Vypnout globální float jen ve footeru */
.foot > .div_odk{
  float: none !important;              /* <- KLÍČ */
  clear: none !important;              /* volitelné */
  width: 100% !important;
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;

  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;

  padding: 34px 16px;
  box-sizing: border-box;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 14px;

  overflow: visible !important;
  height: auto !important;
}



/* MAPA – nechávám tvoje */
.foot .odk_bg123 {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  position: relative !important;
  left: 0 !important;

  margin-top: 0 !important;
  margin-bottom: 24px !important;

  overflow: hidden !important;   /* aby nic nepřetékalo */
}
.foot .odk_bg123 img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* (volitelně) ať ti "podsložky" už nedělají sloupce vedle sebe */
.foot .div_odkaz_sub{
  position: static !important;
  width: 100% !important;
  max-width: 100% !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  text-align: center !important;
}



@media (min-width: 769px) {
    .burgermenu_button,
    .burgermenu_main {
        display: none !important;
    }
}






@media (max-width: 768px) {

    body {
        margin: 38px 0 0 0;
        background-image: none;
    }

    .desktop-only {
        display: none;
    }

    .main {
        padding: 0;
        width: 100%;
    }

    .lr_main {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    .lp_sl,
    .right {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .left {
        display: none;
    }

    .right img {
        max-width: 100%;
        height: auto;
        float: none;
        margin: 0 0 12px 0;
        display: block;
    }

    .nad_top,
    .top2 {
        display: none;
    }

    .top {
        display: flex !important;
        visibility: visible !important;
        overflow: visible !important;
        align-items: center;
        height: 38px !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3000;
    }



.top > img,
.top > a:not(.resp_logo_img) > img {
    display: none !important;
}


.resp_logo_img img {
    display: block !important;
}


.resp_logo_img {
    display: flex !important;
    align-items: center;
    height: 100%;
    background: none;
    position: static !important;
    width: auto !important;
    margin: 0;
    padding: 0;
}




  
    .search,
    .search1 {
        background-image: url("/filedata/7014.png") !important;
        background-repeat: no-repeat;
        background-position: 8px 8px;
        background-size: 22px 22px;
    }

    .search:hover,
    .search:focus-within,
    .search1:hover,
    .search1:focus-within {
        background-image: none !important;
    }

  .search_input{
        width: 100%;
        max-width: 80%;
        height: 44px !important;
        font-size: 16px;          
        padding: 0 12px 0 40px;   
        box-sizing: border-box;
    }
  
  
  
    .topmenu_main {
        display: none !important;
    }

    .burgermenu_button {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 43px;
        height: 38px;
        background-color: #E5E5E5;
        background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<rect y='3'  width='24' height='3' fill='%23909090'/>\
<rect y='11' width='24' height='3' fill='%23909090'/>\
<rect y='19' width='24' height='3' fill='%23909090'/>\
</svg>");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
        cursor: pointer;
        z-index: 10000;
    }

    .burgermenu_main {
    display: none;
    position: fixed;
    top: var(--header-height, 38px);
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 9000;
    text-align: center;
    padding-top: 10px;

    max-height: calc(100vh - var(--header-height, 38px)); 
    overflow-y: auto;                                     
    -webkit-overflow-scrolling: touch;                    
}

  
    .burgermenu_main > ul,
    .burgermenu_submenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
  
    .burgermenu_main.open {
        display: block;
    }

 


.burgermenu_main > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 8px;
    padding: 0 10px;
}


.burgermenu_main > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 54px;         
    padding: 8px;

    font-size: 20px;
    line-height: 1.2;
    text-align: center;

    border-radius: 4px;
    background: #FFFFFF;
    color: #404041;
    text-decoration: none;
}



 

    .burgermenu_main .vw-topmenu-dropdown {
        display: none !important;
    }



    .burgermenu_submenu {
        display: none;
        padding: 10px 0;
        background: #F9F9F9;
        text-align: center;
    }

    .burgermenu_submenu.open {
        display: block;
    }

    .burgermenu_submenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .burgermenu_submenu a {
        display: block;
        max-width: 90%;
        margin: 6px auto;
        padding: 10px 12px;
        font-size: 20px;
        font-weight: 400;
        background: #FFFFFF;
        border-radius: 4px;
        color: #000;
        text-decoration: none;
    }

    .burgermenu_submenu a:hover {
        background: #F0F0F0;
    }

   

    .burgermenu_main li,
    .burgermenu_main a,
    .burgermenu_submenu li,
    .burgermenu_submenu a {
        background: #FFFFFF !important;
        box-shadow: none !important;
    }
}


@media (max-width: 450px) {
    body { font-size: 85%; }
}


@media (max-width: 1024px) {

    .vw-multimenu {
        display: none;
        position: fixed;
        top: var(--header-height, 120px);
        left: 0;
        width: 100%;
        max-height: calc(100vh - var(--header-height, 120px));
        overflow-y: auto;
        background: #fff;
        z-index: 9999;
    }

    .vw-multimenu.is-open {
        display: block;
    }

 
    .menu-eshope:hover .vw-multimenu {
        display: none !important;
    }
  
    
    .burgermenu_main .vw-multimenu__haschildren-icon {
        display: none !important;
    }

    
    .burgermenu_main .vw-multimenu__more {
        display: inline-block;
        margin-top: 12px;
        font-weight: 600;
    }

  
    .menu-eshope:hover .vw-multimenu {
        display: none !important;
    }
 
   
    .burgermenu_submenu .vw-multimenu__level-2 {
        overflow: visible !important;
    }

 
    .vw-multimenu__haschildren-icon {
        display: none !important;
    }  

  



.schiessl-links { flex-direction: column; }
    .schiessl-links a { font-size: 1.4em; padding: 18px 12px; }  
  
}

/* FULL WIDTH MODRÉ POZADÍ */
.stats-full{
    width: 100vw;
    position: relative;

    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

    background: #1e9bd7;
    display: flex;
    justify-content: center;
    line-height: 100% !important;
}

/* VNITŘNÍ OBSAH */
.stats-inner{
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

/* JEDNA POLOŽKA */
.stat{
    text-align: center;
    color: #ffffff;
    flex: 1;
    line-height: 100%;
}

/* ČÍSLO */
.stat-number{
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
}

/* LINKA POD ČÍSLEM */
.stat-line{
    width: 40px;
    height: 2px;
    background: #ffffff;
    margin: 5px auto;
    line-height: 4px;
}

/* POPIS */
.stat-text{
    font-size: 14px;
    letter-spacing: 2px;
}

.text-text{
    font-size: 22px;
    letter-spacing: 2px;
}

.div_odkaznik .stats-full{
    float: none !important;
    width: 100vw !important;

    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.div_odkaznik{
    overflow: visible !important;
}

.stats-full{
    clear: both;
    max-width: none !important;
}



/* MOBIL */
@media (max-width: 900px){
    .stats-inner{
        flex-direction: column;
        gap: 40px;
    }
}


.button_vice{
  display: inline-block;
  margin-top: 15px;

  padding: 8px 16px;
  background: #1fa0e0;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;

  border-radius: 16px;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);

  transition: background 0.2s ease, transform 0.1s ease;
}

.button_vice:hover{
  background: #178fc9;
  transform: translateY(-1px);
}

@media only screen and (max-width: 768px){

  /* vycentruj celou kartu galerie (má inline margin doprava) */
  .blok_galerie .gal_main{
    float: none !important;
    display: block !important;
    margin: 0 auto 31px auto !important;  /* přebije inline: 0 31px 31px 0 */
  }

  /* pojistka: ať je obrázek uvnitř opravdu uprostřed */
  .blok_galerie .gal_main a{
    display: block;
    text-align: center;
  }

  .blok_galerie .gal_main a img{
    display: inline-block;
    margin: 0 auto !important;
    float: none !important;
  }

}

