/*@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');*/

:root {
 /*   --main-color: #000;
    --secondary-color: #fff;
    --background-color: #f7f3f1;
    --link-color: #000;
    --link-hover-color: #81685a;
    --border-color: #DBC7BC;
    --text-color: #000;*/



/*přidělit proměnné kategoriím*/    
/*
Civilizace - 166
#927D37
#E6DCBA
*/    
    --cat-color-166: #927D37;
    --cat-color-lite-166: #E6DCBA;
/*
Zdraví - 57
#69A17F
#C9E3D3
*/
    --cat-color-57: #69A17F;
    --cat-color-lite-57: #C9E3D3;

/*
Psychologie - 217
#5A79B2
#D6E2F0
*/
    --cat-color-217: #5A79B2;
    --cat-color-lite-217: #D6E2F0;

/*
Rodina a děti - 71
#9167B1
#DBD0E3
*/
    --cat-color-71: #9167B1;
    --cat-color-lite-71: #DBD0E3;   

/*
Sex a vztahy - 65
#BE708E
#F7CFE0
*/
    --cat-color-65: #BE708E;    
    --cat-color-lite-65: #F7CFE0;
    
/*
Poradna - 184
#777676
#DEDEDE
*/
    --cat-color-184: #777676;   
    --cat-color-lite-184: #DEDEDE;
    
/*
ADVERTORIAL, flowee 220
#DBC7BC
#F4E8E1
*/
    --cat-color-220: #DBC7BC;   
    --cat-color-lite-220: #F4E8E1;




    /*obarvit kategorie*/

}
/*
.catid-57{
    color: var(--cat-color-57);
}*/
.catidbg-166 {
    background-color: var(--cat-color-lite-166);
}
.catidbg-57 {
    background-color: var(--cat-color-lite-57);
}   
.catidbg-217 {
    background-color: var(--cat-color-lite-217);
}
.catidbg-71 {
    background-color: var(--cat-color-lite-71);
}
.catidbg-65 {
    background-color: var(--cat-color-lite-65);
}
.catidbg-184 {
    background-color: var(--cat-color-lite-184);
}
.catidbg-220 {
    background-color: var(--cat-color-lite-220);
}


/*nahrada less*/
/*
https://miro.flowee.cz/templates/flowee/css/template.less.css?swt8aa
*/
body {
    margin: 0;    
    font-size: 16px;
    line-height: 24px;
    color: #000;
    background-color: #fff;
}
hr{
    border: 1px solid #DBC7BC;
}
/*
.row-fluid + hr {
  
  border: 1px solid red;
}*/
a {
    color: #000;
    text-decoration: none;        
    transition: color 150ms linear;
}
a:hover {
    color: #81685a;
}
ul, ol {
    padding: 0;
    margin: 0 0 12px 25px;
}
li {
    line-height: 24px;
}
#toolbar .toolbar ul li {
    display: block;
}

.hidden-desktop {
    display: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.leaderboard {
    margin-bottom: 0 !important;
    min-height: 186px;
}
.ads {
    text-align: center;
    position: relative;
    padding: 24px 0;
 /*   padding-top: 0;
    margin-right: -1px;
    margin-bottom: 72px;*/
}

.ads2025 {
    text-align: center;
}


#branding.branding #toolbar.affix, #toolbar.affix.toolbar-shifted {
    margin-top: 0;
}

@media (max-width: 767px) {
    .hidden-phone {
        display: none !important;
    }
    #right {
        padding-top: 25px;
    }
    .leaderboard {
        min-height: unset;
    }


}

@media (max-width: 480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 979px) {
    .nav-collapse {
        clear: both;
    }
}

.collapse.in {
    height: auto;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #f2f2f2;
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #000;
    background-color: #000;
}

#toolbar.affix {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #f7f3f1;
    box-shadow: 0 2px 4px rgba(0,0,0,0.13);
}

#toolbar, .toolbar-placeholder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#toolbar {
    margin: 0 auto;
    top: 188px;
    z-index: 999;
    width: 100%;
}
#toolbar > .container {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
}

.container:after {
    clear: both;
}
#toolbar .logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: block;
    width: 150px;
    height: 40px;
    background: transparent url('/templates/flowee/images/logo_toolbar.png') left center no-repeat;
    background-size: contain;
}
#toolbar .toolbar ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
#toolbar .toolbar ul.main-menu {
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
#toolbar .toolbar ul.main-menu > li {
    display: inline-block;
    flex-grow: 0;
    text-align: left;
    line-height: 36px;
}

#toolbar .toolbar ul.main-menu > li > a, #toolbar .toolbar ul.main-menu > li.date {
    display: inline-block;
    padding: 0 .4em;

    text-decoration: none;
    text-transform: lowercase;
    white-space: nowrap;
    font-weight: bold;

    transition: background-color 150ms linear;
    border-bottom: 5px solid #f7f3f1;
}

#toolbar .toolbar ul.main-menu > li > a, #toolbar .toolbar ul.main-menu > li.date {
    font-size: 16px;
}
#toolbar .toolbar ul.main-menu > li > a, #toolbar .toolbar ul.main-menu > li.date {
    padding-left: 0.7em;
    padding-right: 0.7em;
    font-size: 16px;
}

.visible-phone {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }
}


/*mobil menu*/
.toolbar-mobile-placeholder {
    height: 59px;
    background-color: #fff;
}
#toolbar-mobile {
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    
    background: #f7f3f1;
    
}

#toolbar-mobile.affix.toolbar-shifted {
    margin-top: 0 !important;
}

#toolbar-mobile.affix {
    position: fixed;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.13);
}

#toolbar-mobile .ul {
    background-color: white;
}
#toolbar-mobile .container {
    padding-left: 0px;
    padding-right: 0px;
}
/*
#toolbar-mobile .module-inner {
    padding: 12px 20px;
}
*/
#toolbar-mobile li{
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #00000052;
}

#toolbar-mobile a {
    margin-bottom: 0;
}
#toolbar-mobile .logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: block;
    float: left;
    width: 150px;
    height: 49px;
    background: transparent url('/templates/flowee/images/logo_toolbar.png') left center no-repeat;
    background-size: contain;
    margin: 12px 0 0 20px;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*text-transform: uppercase;*/
    
}
/*
.btn-primary {
    background-color: #000;
    color: #fff;
}
*/
#toolbar-mobile .btn-menu {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    background-color: transparent;
    margin: 12px 20px 0 0;
}
#toolbar-mobile .btn-menu [class^="icon-"], #toolbar-mobile .btn-menu [class*=" icon-"] {
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}
#toolbar-mobile .btn-menu [class^="icon-"]:before, #toolbar-mobile .btn-menu [class*=" icon-"]:before {
    font-size: 34px;
}

#toolbar-mobile .mlupa{
    position: absolute;
    right: 85px;
    top: 15px;
}

#toolbar-mobile .mlupa img{
    height: 30px;
    width:auto;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}
.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}

@media (max-width: 979px) {
    .nav-collapse, .nav-collapse.collapse {
        overflow: hidden;
        height: 0;
    }
}

#toolbar-mobile .nav-collapse {
    clear: both;
    padding-top: 20px;
}

#toolbar-mobile .nav-collapse.in {
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.3);
}
.nav {
    margin: 0;
    list-style: none;
    border-top: 1px solid #00000052;
    border-bottom: 3px solid #00000052;
    
}

.nav > li > a {
    display: block;
}

/**mobil menu*/


#featured > .container {
    overflow-x: hidden;
}
/*
.row-fluid {
    width: 100%;
}
    */
.module-frontpage {
    margin-bottom: 48px;
}



.item-page .article-related {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 0px;
    color: #000;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .item-page .article-related {
        flex-direction: row;
        margin-right: 20px;
    }
    
}

.item-page .article-related > div:nth-child(2) {
    padding: 30px;
}

.item-page .article-related > div:nth-child(2) > div:nth-child(1) {
    display: flex;
    gap: 13px;
}


.item-page .article-related .label-author{
    display: none;
    
}
@media (min-width: 768px) {
    .item-page .article-related .label-author{
    display: block;
    
}
}

.item-page .article-related img{
    width:100%;
    height:auto;
    display:block;
    
}


.item-page .article-related h3 {
    font: normal normal 600 25px/34px Hanken Grotesk;
    letter-spacing: 0.13px;
    margin: 13px 0 30px 0;
}

@media (min-width: 768px) {
    .item-page .article-related h3 {
        font: normal normal 600 20px/28px Hanken Grotesk;
        letter-spacing: 0.1px;
    }
}

.item-page .item-tags {
    margin: 36px 0;    
    position: relative;

}
.item-page .item-tags li:first-child {
    border: 0;
    display: block;
    padding: 0;
    margin: 0 0 6px 6px;
}
ul.inline > li, ol.inline > li {
    display: inline-block;
    border-radius: 50px;
    /* border: 1px solid #B2B2B2; */
    padding: 8px 18px;
    /* font: normal normal 800 10px/14px Hanken Grotesk; */
    /* letter-spacing: 1.5px; */
    /* color: #000000; */
    /* text-transform: uppercase; */
    font: normal normal bold 12px/23px Hanken Grotesk;
    letter-spacing: 1.8px;
    color: #161615;
    text-transform: uppercase;
    border: 1px solid #161615;
    margin:6px;
}


/**nahrada less*/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/


#footer {
    text-align: center;
    color: #000;
    background: #F4E8E1 0% 0% no-repeat padding-box;
    padding: 30px;
}


#footer .logo img{
    height:50px;
    width:auto;
}

#footer .footer {
    display: flex;
    flex-flow: column;
    justify-content: left;
    align-items: flex-start;
    font: normal normal normal 18px/28px Hanken Grotesk;
    letter-spacing: 0px;
}
@media (min-width: 768px){
    #footer .footer {
        flex-flow: row;
        justify-content: left;
        max-width:600px;
        margin: auto;
        margin-top:30px;
        margin-bottom:50px;
        gap: 20px;
        font: normal normal normal 16px/22px Hanken Grotesk;
        letter-spacing: 0.08px;
    }
    .footer-region {
        width: 33%;
    }
    .footer-region-1 {
        order:1;
    }
    .footer-region-2 {
        order:2;
    }
    .footer-region-3 {
        order:3;
    }        
}

#footer .span12 p{
    margin:0 0 8px 0;
}

.footer-copyright{
    text-align: center;
    font: normal normal normal 14px/20px Hanken Grotesk;
    letter-spacing: 0.07px;
    color: #000000;
    margin-top:30px;
}

@media (min-width: 768px){
    .footer-copyright{
        font: normal normal normal 12px/22px Hanken Grotesk;
        letter-spacing: 0.06px;
    }
}



ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none;
    text-align: left;
}







body{
    background-color: #fff;
    font-family: Hanken Grotesk;
    overflow-x: clip;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Hanken Grotesk;
    margin:0;
    padding:0;
}



h4{
font: normal normal 600 27px/34px Hanken Grotesk;
letter-spacing: 0.81px;
}
@media (min-width: 768px) {
        h4{
        font: normal normal 600 30px/40px Hanken Grotesk;
        letter-spacing: 0.15px;
        }
}

h3 {
    line-height: inherit;
}
#main{
    margin-top:40px;
}
#wrapper {
    background-color: #fff;
}

#featured {
    margin-top: 30px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: unset; 
}
.container {
    
    padding-left: 24px;
    padding-right: 24px;
}

#content {    
    margin-left: 0;
}

#mod-finder-searchform183{
    display: none;
}

.row-fluid.top{
    display: flex;
  gap: 2rem; /* volitelně mezera mezi dětmi */
  flex-direction: column; /* výchozí chování pro mobil - pod sebou */
  align-items: stretch;
}
/* Na větších obrazovkách - např. desktop */
@media (min-width: 768px) {
  .row-fluid.top {
    flex-direction: row; /* vedle sebe */
  }
    .row-fluid.top .span6{
    width:50%; /* vedle sebe */
  }
}

.trojak > div {
    margin:0 0 2em 0;
}


.trojak:nth-child(2) .item-img{
    width: 119px;
    height: 119px;
    overflow: hidden;
    
}
@media (min-width: 768px) {
        .trojak:nth-child(2) .item-img{
            width: 184px;
            height: 164px;
            overflow: hidden;
            
        }
}
.trojak:nth-child(2) .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    
}


.trojak:nth-child(2) .row-fluid {
  display: flex;
  flex-direction: row; /* výchozí pořadí pro mobil */
  align-items: center;
  gap: 2em;
}

/* První dítě – mobil */
.trojak:nth-child(2) .row-fluid .span9 {
  flex: 1; /* zabere zbytek místa */
  order: 1;
}

/* Druhé dítě – mobil */
.trojak:nth-child(2) .row-fluid .span3 {
  width: 119px;
  flex-shrink: 0;
  order: 2;
}

/* Desktop: přehodit pořadí a šířky */
@media (min-width: 768px) {
  .trojak:nth-child(2) .row-fluid {
    flex-direction: row; /* pořád vedle sebe */
  }

  .trojak:nth-child(2) .row-fluid .span9 {
    order: 2;
    flex: 1;
  }

  .trojak:nth-child(2) .row-fluid .span3 {
    order: 1;
    width: 200px;
  }

  /*přehodit top3 obrázek a text*/
  .trojak:nth-child(2) .row-fluid.top3 .span9 {
    order: 1;
    flex: 1;
    
  }

  .trojak:nth-child(2) .row-fluid.top3 .span3 {
    width: 200px;
    order: 2;
        
  }  

}






@media (min-width: 900px) {
#main > .container > .row-fluid {
  display: flex;
  flex-direction: row; /* výchozí chování pro mobil - pod sebou */
  gap: 2rem; /* volitelně mezera mezi dětmi */
  align-items: stretch;
}    
.main_aside{
  display: flex;
  flex-direction: row; /* výchozí chování pro mobil - pod sebou */
  gap: 2rem; /* volitelně mezera mezi dětmi */    
}
main{
        flex: 1;
}

aside{
 /*   background-color: bisque;*/
    display: block;
    width:300px;
}

}
/*module-Vyber-editora */

.module-Vyber-editora .row-fluid {
  display: flex;
  gap: 2rem; /* volitelně mezera mezi dětmi */
  flex-direction: column; /* výchozí chování pro mobil - pod sebou */
  padding: 0 10px;
}

/* Na větších obrazovkách - např. desktop */
@media (min-width: 768px) {
  .module-Vyber-editora .row-fluid {
    flex-direction: row; /* vedle sebe */
  }
    .module-Vyber-editora .row-fluid .span6{
    width:50%; /* vedle sebe */
  }
}

.module-Vyber-editora .row-fluid .span6{
     display: flex;
     flex-direction: row; /* vedle sebe */
     align-items: center;
     gap: 20px;
  }

.module-Vyber-editora .row-fluid .span6 .span4{
     order: 2;
  }
.module-Vyber-editora .row-fluid .span6 .span8{
     order: 1;
  }

/* Na větších obrazovkách - např. desktop */
@media (min-width: 768px) {
.module-Vyber-editora .row-fluid .span6 .span4{
     order: 1;
  }
.module-Vyber-editora .row-fluid .span6 .span8{
     order: 2;
  }
}



.module-Vyber-editora .article-author-image img{
    width: 103px;
    height: 103px;
    /*width: 100%;
    height: 100%;*/
    object-fit: cover;
    display: block;
    border-radius: 50%;
}
@media (min-width: 768px) {
 .module-Vyber-editora .article-author-image img{
    width: 119px;
    height: 119px;
  }
}

/**module-Vyber-editora */

#toolbar .container{
  display: flex;
  justify-content: space-between;
  align-items: center; /* nebo center podle potřeby */
  
}
#toolbar .container > :first-child {
max-width: 300px;
flex: 0 0 auto;

}

#toolbar .container > :nth-child(3) {
max-width: 100px;
flex: 0 0 auto;
margin-left: auto; /* zarovná doprava */

}

#toolbar .container > :nth-child(2) {
flex: 1 1 auto;
min-width: 0; /* důležité, aby obsah nevytekl */
text-align: center;
}

#toolbar .logo{
width:134px;
height: 49px;
}

#toolbar .toolbar ul.main-menu > li > a, #toolbar .toolbar ul.main-menu > li.date{
border-bottom:0;
}



hr.toolbar {
margin: 0;
display: none;
}  

/*
Civilizace - 166
#927D37
#E6DCBA
*/
.catid-166,
a.catid-166,
.catid-166 a,
.item-page.catID-166 .show_category /*malý napis kategorie u článků*/{
    color: var(--cat-color-166);
}
a.catid-166:hover,
.catid-166 a:hover{
    color: var(--cat-color-lite-166);
}

/*
Zdraví - 57
#69A17F
#C9E3D3
*/
.catid-57,
a.catid-57,
.catid-57 a,
.item-page.catID-57 .show_category /*malý napis kategorie u článků*/{
    color: var(--cat-color-57);
}
a.catid-57:hover,
.catid-57 a:hover{
    color: var(--cat-color-lite-57);
}

/*
Psychologie - 217
#5A79B2
#D6E2F0
*/
.catid-217,
a.catid-217,
.catid-217 a,
.item-page.catID-217 .show_category /*malý napis kategorie u článků*/{
    color: var(--cat-color-217);
}
a.catid-217:hover,
.catid-217 a:hover{
    color: var(--cat-color-lite-217);
}

/*
Rodina a děti - 71
#9167B1
#DBD0E3
*/
.catid-71,
a.catid-71,
.catid-71 a,
.item-page.catID-71 .show_category /*malý napis kategorie u článků*/{
    color: var(--cat-color-71);
}
a.catid-71:hover,
.catid-71 a:hover{
    color: var(--cat-color-lite-71);
}

/*
Sex a vztahy - 65
#BE708E
#F7CFE0
*/
.catid-65,
a.catid-65,
.catid-65 a,
.item-page.catID-65 .show_category /*malý napis kategorie u článků*/{
    color: var(--cat-color-65);
}
a.catid-65:hover,
.catid-65 a:hover{
    color: var(--cat-color-lite-65);
}

/*
Poradna - 184
#777676
#DEDEDE
*/
.catid-184,
a.catid-184,
.catid-184 a,
.item-page.catID-184 .show_category /*malý napis kategorie u článků*/{
    color: var(--cat-color-184);
}
a.catid-184:hover,
.catid-184 a:hover{
    color: var(--cat-color-lite-184);
}

/*
ADVERTORIAL, flowee
#DBC7BC
#F4E8E1
*/





#toolbar .toolbar ul.main-menu > li:hover > a, #toolbar .toolbar ul.main-menu > li > a:hover, #toolbar .toolbar ul.main-menu > li > a:focus, #toolbar .toolbar ul.main-menu > li.active > a, #toolbar .toolbar ul.main-menu > li.current > a {
    color: #000;
    border-bottom: unset;
}


#leaderboard-top{/*možná dočasně, kvůli přístupu k elementum*/
    z-index: -2;
}

/*horní menu*/    
#toolbar .container .toolbar ul.main-menu > li > a,
#toolbar-mobile li a{
text-transform: uppercase;
font: normal normal bold 14px/18px Hanken Grotesk;
letter-spacing: 2.8px;

}


/*titulka - 1st blok*/
.trojak h1 {
    font: normal normal 600 18px/23px Hanken Grotesk;
    letter-spacing: 0.09px;
    background-color:unset;
    margin: 0;
}
@media (min-width: 768px) {
        .trojak h1{
        font: normal normal 600 20px/28px Hanken Grotesk;
        letter-spacing: 0.1px;
        }
}
.solista h1 {/*největší zpráva*/
    font: normal normal 600 25px/34px Hanken Grotesk;
    letter-spacing: 0.13px;
    margin-bottom: 0px;
    background-color:unset;
    padding: 20px 0 0 0;
}

@media (min-width: 768px) {
        .solista h1 {/*největší zpráva*/
            font: normal normal 600 30px/40px Hanken Grotesk;
            letter-spacing: 0.15px;
            padding: 20px 20px 0 20px;
        }
        .solista:nth-child(1)>a {/*největší zpráva autor*/
            padding: 0px 20px;
        }
}


/*https://miro.flowee.cz/civilizace/ přehled článků B*/
h2 {
    font-family: Hanken Grotesk;
    font-size: 25px;
    line-height: 34px;
    font-weight: 900;
    background-color:unset;
}

/*titulka - skupiny*/
h3 {
    font-family: Hanken Grotesk;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    background-color:unset;
    margin:0;
}

@media (min-width: 768px) {
        h3 {
            font-size: 20px;
            line-height: 28px;
                
        }
}



.module-frontpage > .row-fluid {
  display: flex;
  flex-direction: column; /* výchozí chování pro mobil - pod sebou */
  gap: 1rem; /* volitelně mezera mezi dětmi */
}

/* Na větších obrazovkách - např. desktop */
@media (min-width: 768px) {
  .module-frontpage > .row-fluid {
    flex-direction: row; /* vedle sebe */
  }
}




/*pruh nejčtenější*/
.module-HP_nejctenejsi {
    background-color: #F4E8E1;
    margin: 0 -20px;
    padding: 20px 0px 30px 0px;
    clear:both;
}
.module-HP_nejctenejsi h4{
    padding-left:20px;
}
            @media (min-width: 768px) {
                .module-HP_nejctenejsi  {
                    margin: 0 -38px;
                    padding: 20px 38px 30px 38px;
                }
                .module-HP_nejctenejsi h4{
                    padding-left:0px;
                }
            }


.module-HP_nejctenejsi h3 {
    font-family: Hanken Grotesk;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.09px;
    background-color: unset;
    padding: 20px 0 10px 0;
}

.module-HP_nejctenejsi .module-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.module-HP_nejctenejsi .row-fluid {
    display:flex;
    width: 900px;
    padding: 20px;
    flex-wrap: nowrap; /* zabrání zalomení na nový řádek */
    gap: 20px; /* volitelně mezera mezi sloupci */
  }
@media (min-width: 768px) {

        .module-HP_nejctenejsi .row-fluid {
            display:flex;
            width: 100%;
            padding: 0px;
            flex-wrap: nowrap; /* zabrání zalomení na nový řádek */
            gap: 20px; /* volitelně mezera mezi sloupci */
        }

}


  .module-HP_nejctenejsi .row-fluid .span4 {
    flex: 1;
    max-width: 32%;
    box-sizing: border-box;
    display: flex;
    /*margin: 20px;*/
    align-items: center;
    flex-shrink: 0;
    flex-direction: column;
}
/* Na větších obrazovkách - např. desktop */
@media (min-width: 768px) {
  .module-HP_nejctenejsi .row-fluid .span4{
    flex-direction: row; /* vedle sebe */
  }
}

  .module-HP_nejctenejsi .row-fluid .span4 > div:first-child{
    min-width: 110px;
  }
  .module-HP_nejctenejsi .row-fluid .span4 > div:nth-child(2){
   /* flex: 1;*/
    padding-left: 20px;
  }



  .module-HP_nejctenejsi h4::first-letter {
    text-transform: uppercase;
  }


/**pruh nejčtenější*/




.is-home #right{
    margin-top:40px;
}


.blog .item {
    margin-bottom: 0px;
    font: normal normal normal 18px/24px Hanken Grotesk;
    letter-spacing: 0.09px;

    box-shadow: none;
    
}

/*hlavní bolk na hp*/
.solista.span6>a,
.trojak .span9>a,
.item-author,
.label-author,
.label-category {
    font: normal normal 800 13px/17px Hanken Grotesk;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .solista.span6>a,
    .trojak .span9>a,
    .item-author,
    .label-author,
    .label-category {
        font: normal normal bold 10px/18px Hanken Grotesk;
        letter-spacing: 0.9px;
    }
}




.solista.span6>a,
.trojak .span9>a,
a.item-author,
.label-author a,
.item-category .label-author a {
    color: #777676;
    text-decoration: none; 
}

/**hlavní bolk na hp*/


  


.module-frontpage .hp_category h4 {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 20px 0 10px; 
    margin: 40px 0 30px 0;
    font: normal normal 600 27px/34px Hanken Grotesk;
    letter-spacing: 0.81px;
  }
@media (min-width: 768px) {
        .module-frontpage .hp_category h4 {
            margin: 50px 0 50px 0;
            font: normal normal 600 30px/40px Hanken Grotesk;
            letter-spacing: 0.15px;
        }
  }
  
  .module-frontpage .hp_category h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #DEDEDE;
    z-index: -1;
  }
  



/* TODO dodělat pro všechny kategorie*/
/*hlavní nápis kategorie na stránce kategorie*/
  .subheading-category {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 20px 0 10px; 
  }
  
  .subheading-category::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #DEDEDE;
    z-index: -1;
  }
  


/*popular hp*/
.is-home .module-popular a{
    width: unset;
    height: unset;
    overflow: hidden;
    display: block;      
}
.is-home .module-popular a img{
    width: 288px;
    height: 200px;
    object-fit: cover;
    display: block;    
}
@media (min-width: 768px) {
        .is-home .module-popular a img{
            width: 106px;
            height: 103px;
            object-fit: cover;
            display: block;    
        }
}
/*------------------------------------------------------------*/
/*hp - civilizace*/
/*
.nove4 {
  background-color: lightblue;
}
*/
.nove4 > .row-fluid{
    display: flex;
      gap: 2rem; /* volitelně mezera mezi dětmi */
  flex-direction: column; /* výchozí chování pro mobil - pod sebou */
  align-items: stretch;        
}


/* Na větších obrazovkách - např. desktop */
@media (min-width: 768px) {
    .nove4 > .row-fluid {
        flex-direction: row; /* vedle sebe */
    }

    .nove4 .row-fluid-column-left{ 
        width: 40%;     
    }
    .nove4 .row-fluid-column-right{ 
        flex: 1;     
    }


}

.row-fluid-column-left > div > div.item-img > a > img{
    width: 100%;
}

.row-fluid-column-left > div > h3{
font: normal normal 600 25px/34px Hanken Grotesk;
letter-spacing: 0.13px;
}
@media (min-width: 768px) {
    .row-fluid-column-left > div > h3{    
        font: normal normal 600 20px/28px Hanken Grotesk;
        letter-spacing: 0.1px;
        margin-top: 20px;
    }
}

.row-fluid-column-right .span4{ 
  display: flex;
  flex-direction: row; /* výchozí pořadí pro mobil */
  align-items: center;
  gap: 2em;   
  margin: 0 0 2em 0; 
}
/* 3. span4 - skrýt */
.row-fluid-column-right .span4:nth-child(3) {
  display: none;
}
/*desktop - zobrazit 3. span4*/
@media (min-width: 768px) {
        .row-fluid-column-right .span4:nth-child(3) {
        display: flex;
        }
}



/* První dítě spanu4 – mobil */
.row-fluid-column-right .span4 > div:nth-child(2) {
  flex: 1; /* zabere zbytek místa */
  order: 1;
}

/* Druhé dítě spanu4 – mobil */
.row-fluid-column-right .span4 > div:nth-child(1) {
  width: 131px;
  height: 110px;
  flex-shrink: 0;
  order: 2;
}



/* Desktop: přehodit pořadí a šířky */
@media (min-width: 768px) {

        /* První dítě – mobil */
        .row-fluid-column-right .span4 > div:nth-child(2) {
        order: 2;
        }

        /* Druhé dítě – mobil */
        .row-fluid-column-right .span4 > div:nth-child(1) {
        order: 1;
        }

}



.row-fluid-column-right .item-img{
    width: 119px;
    height: 119px;
    overflow: hidden;
    
}
@media (min-width: 768px) {
        .row-fluid-column-right .item-img{
            width: 131px;
            height: 119px;
            overflow: hidden;
            
        }
}
.row-fluid-column-right .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    
}

/*
//#content > div.hp_category.nove3.id_173 >                                     div.row-fluid > div:nth-child(1) > div.item-img
//#content > div.module.module-Advertorial.module-frontpage > div > div > div > div.row-fluid > div:nth-child(1) > div.item-img
*/


/*------------------------------------------------------------*/
/** konec hp - civilizace*/


/*------------------------------------------------------------*/
/*hp - psychologie*/
/*
.nove3 {
  background-color: rgb(194, 230, 173);
}
*/
.nove3 > .row-fluid{
    display: flex;
      gap: 2rem; /* volitelně mezera mezi dětmi */
  flex-direction: column; /* výchozí chování pro mobil - pod sebou */
  align-items: stretch;        
}


/* Na větších obrazovkách - např. desktop */
@media (min-width: 768px) {
    .nove3 > .row-fluid {
        flex-direction: row; /* vedle sebe */
    }
}


.nove3 > .row-fluid > div:nth-child(1) h3{
font: normal normal 600 25px/34px Hanken Grotesk;
letter-spacing: 0.13px;
}
@media (min-width: 768px) {
    .nove3 > .row-fluid > div:nth-child(1) h3{  
        font: normal normal 600 20px/28px Hanken Grotesk;
        letter-spacing: 0.1px;
    }
}

/*první el*/
.nove3 > .row-fluid > div:nth-child(1) > div.item-img > a > img{
    width:100%;
}

/*2. a 3. el*/


.nove3 > .row-fluid > .span4:nth-child(n+2){ 
  display: flex;
  flex-direction: row; /* výchozí pořadí pro mobil */
  align-items: center;
  gap: 2em;   
  margin: 0 0 2em 0; 
}

/* První dítě span4 – mobil */
.nove3 > .row-fluid > .span4:nth-child(n+2) > div:nth-child(2) {
  flex: 1; /* zabere zbytek místa */
  order: 1;
}

/* Druhé dítě span4 – mobil */
.nove3 > .row-fluid > .span4:nth-child(n+2) > div:nth-child(1) {
  width: 119px;
  height: 119px;
  flex-shrink: 0;
  order: 2;
}

@media (min-width: 768px) {
    .nove3 > .row-fluid > .span4:nth-child(n+1){ 
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2em;   
        margin: 0 0 2em 0; 
        width: 32%;
    }

   
    .nove3 > .row-fluid > .span4:nth-child(n+2) > div:nth-child(2) {
    flex: 1; 
    order: 2;
    }

   
    .nove3 > .row-fluid > .span4:nth-child(n+2) > div:nth-child(1) {
    width:unset;
    flex-shrink: 0;
    order: 1;
    }    


}

.module-frontpage .item-img img, 
.module-popular img,
.blog .item .item-image img,
.article .item-image img{
    border-radius: 22px; /* zaoblení rohů o 10 pixelů */
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.article .item-image img{/*u článku není obrázek přes celou šířku*/
    width: 591px;
}

.module-frontpage .item-img, 
.blog .item .item-image,
.article .item-image {
    background-color: transparent;
}


.nove3 .item-img:nth-child(n+2){
    width: 119px;
    height: 119px;
    overflow: hidden;
    
}
/*první obrázek  nove3 přes mobil*/
.nove3 .item-img:nth-child(1){
    width: 100%;
    height: auto;
    overflow: hidden;
    
}

@media (min-width: 768px) {
        .nove3 > .row-fluid > .span4:nth-child(n+1) > div:nth-child(1){
            width: 266px;
            height: 240px;
            overflow: hidden;
            
        }
}
.nove3 .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    
}


/*------------------------------------------------------------*/
/** konec hp - psychologie*/



/*module-nejctenejsi*/

.module-nejctenejsi {
    margin: 75px 0;
}


.module-nejctenejsi h4.module-title {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 20px 0 10px; 
    margin: 40px 0;
    /*font-size: 30px;
    line-height: 40px;
    font-weight: 600;*/
  }
 

  .module-nejctenejsi h4.module-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: transparent;
    z-index: -1;
  }

@media (max-width: 768px) {   /*nejčtenější na stránce kategorie - jen pro mobil*/
    body.id_166 .module-nejctenejsi h4.module-title::after{
        background-color: var(--cat-color-lite-166); /* barva pro Civilizace */    
    }
    body.id_57 .module-nejctenejsi h4.module-title::after{
        background-color: var(--cat-color-lite-57); /* barva pro Zdraví */
    }
    body.id_217 .module-nejctenejsi h4.module-title::after{
        background-color: var(--cat-color-lite-217); /* barva pro Psychologie */
    }
    body.id_71 .module-nejctenejsi h4.module-title::after{
        background-color: var(--cat-color-lite-71); /* barva pro Rodina a děti - 71 */
    }   
    body.id_65 .module-nejctenejsi h4.module-title::after{
        background-color: var(--cat-color-lite-65); /* barva pro Sex a vztahy - 65*/
    }
    body.id_184 .module-nejctenejsi h4.module-title::after{
        background-color: var(--cat-color-lite-184); /* barva pro Poradna - 184*/
    }
    body.id_220 .module-nejctenejsi h4.module-title::after {
        background-color: var(--cat-color-lite-220); /* barva pro ADVERTORIAL, flowee - 362, 220*/  
    }



}





.module-nejctenejsi h2 {  
font: normal normal 600 18px/23px Hanken Grotesk;
letter-spacing: 0.09px;
}
@media (min-width: 768px) {
    .module-nejctenejsi h2 {  
    font: normal normal 600 20px/28px Hanken Grotesk;
    letter-spacing: 0.1px;
    }
}

.module-nejctenejsi .row-fluid{
    display: flex;
      gap: 2rem; /* volitelně mezera mezi dětmi */
  flex-direction: column; /* výchozí chování pro mobil - pod sebou */
  align-items: stretch;        
}

.module-nejctenejsi .row-fluid .span4{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2em;   
    margin: 0 0 2em 0; 
    
}
/* První dítě span4 – mobil */
.module-nejctenejsi .row-fluid .span4 > div:nth-child(2) {
  flex: 1; /* zabere zbytek místa */
  order: 1;
}
/* Druhé dítě span4 – mobil */
.module-nejctenejsi .row-fluid .span4 > div:nth-child(1) {
  width: 119px;
  height: 119px;
  flex-shrink: 0;
  order: 2;
}

/* Na větších obrazovkách - např. desktop */
@media (min-width: 768px) {
    .module-nejctenejsi .row-fluid {
        flex-direction: row; /* vedle sebe */
    }
    .module-nejctenejsi .row-fluid .span4{
                display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2em;   
        margin: 0 0 2em 0; 
        width: 32%;
    }
    .module-nejctenejsi .row-fluid .span4 > div:nth-child(2) {
        flex: 1; /* zabere zbytek místa */
        order: 2;
    }
    .module-nejctenejsi .row-fluid .span4 > div:nth-child(1) {
        width: 260px;
        height: 240px;
        max-width: 100%;        
        flex-shrink: 0;
        order: 1;
    }

}


.blog.category div.module-nejctenejsi > div > div > div > .span4 .item-category{
    display: none; /*zrušit kategorie u článků*/
}

.module-nejctenejsi .item-img{
    width: 119px;
    height: 119px;
    overflow: hidden;
    min-width: 119px;
}
@media (min-width: 768px) {
        .module-nejctenejsi .item-img{
            width: 260px;
            height: 240px;
            overflow: hidden;
            
        }
}
.module-nejctenejsi .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 22px;
}



.vice_wrapper + hr,
.vice_wrapper h3 + hr{
    margin-top: -24px;        
    /*border-top: 1px solid red;*/
}


  .module-frontpage .hp_category.id_166 hr,/*hp*/   
   body.id_166 .vice_wrapper h3 + hr{/* na stránce výpisu kategorie*/
    border-top: 1px solid var(--cat-color-lite-166); /* barva pro Civilizace */    
  }

  .module-frontpage .hp_category.id_57 hr,
  body.id_57 .vice_wrapper h3 + hr {
    border-top: 1px solid var(--cat-color-lite-57); /* barva pro Zdraví */
  }

  .module-frontpage .hp_category.id_217 hr,
  body.id_217 .vice_wrapper h3 + hr {
    border-top: 1px solid var(--cat-color-lite-217); /* barva pro Psychologie */
  }

  .module-frontpage .hp_category.id_71 hr,
  body.id_71 .vice_wrapper h3 + hr {
    border-top: 1px solid var(--cat-color-lite-71); /* barva pro Rodina a děti - 71 */
  }

  .module-frontpage .hp_category.id_65 hr,
  body.id_65 .vice_wrapper h3 + hr {
    border-top: 1px solid var(--cat-color-lite-65); /* barva pro sex*/
  }  
 
  .module-frontpage .hp_category.id_184 hr,
  body.id_184 .vice_wrapper h3 + hr {
    border-top: 1px solid var(--cat-color-lite-184); /* barva pro poradna*/
  }  

  .module-frontpage .hp_category.id_362 hr,
  body.id_362 .vice_wrapper h3 + hr, 
  .module-frontpage .hp_category.id_220 hr,
  body.id_220 .vice_wrapper h3 + hr   
  {
    border-top: 1px solid var(--cat-color-lite-220); /* barva pro advertorial*/
  }  




.module-frontpage .forcatid-166 h4::after, /*na hp - categorie*/
.module-frontpage .forcatid-166 .vice_wrapper h3, /*na hp - categorie - odkaz na více*/
body.id_166 .vice_wrapper h3, /*na categorie - odkaz na více*/
body.id_166 .subheading-category::after /*na kategoriích*/
{
    background-color: var(--cat-color-lite-166); /* barva pro Civilizace */    
}
.module-frontpage .forcatid-57 h4::after,
.module-frontpage .forcatid-57 .vice_wrapper h3,
body.id_57 .vice_wrapper h3,
body.id_57 .subheading-category::after {
    background-color: var(--cat-color-lite-57); /* barva pro Zdraví */
}
.module-frontpage .forcatid-217 h4::after,
.module-frontpage .forcatid-217 .vice_wrapper h3,    
body.id_217 .vice_wrapper h3,
body.id_217 .subheading-category::after {
    background-color: var(--cat-color-lite-217); /* barva pro Psychologie */
}
.module-frontpage .forcatid-71 h4::after,
.module-frontpage .forcatid-71 .vice_wrapper h3,
body.id_71 .vice_wrapper h3,
body.id_71 .subheading-category::after {
    background-color: var(--cat-color-lite-71); /* barva pro Rodina a děti - 71 */
}
.module-frontpage .forcatid-65 h4::after,
.module-frontpage .forcatid-65 .vice_wrapper h3,
body.id_65 .vice_wrapper h3,
body.id_65 .subheading-category::after {
    background-color: var(--cat-color-lite-65); /* barva pro Sex a vztahy - 65*/
}  
.module-frontpage .forcatid-184 h4::after,
.module-frontpage .forcatid-184 .vice_wrapper h3,
body.id_184 .vice_wrapper h3,
body.id_184 .subheading-category::after {
    background-color: var(--cat-color-lite-184); /* barva pro Poradna - 184*/
}  
.module-frontpage .hp_category.id_362 h4::after,
.module-frontpage .hp_category.id_362 .vice_wrapper h3,
body.id_220 .vice_wrapper h3,
body.id_220 .subheading-category::after {
    background-color: var(--cat-color-lite-220); /* barva pro advertorial*/
}  
    
.module-frontpage .hp_category.id_363 h4::after {
    background-color: unset; /* barva pro Výběr editora*/
}  
    



.vice_wrapper{
    text-align: center;
    margin-top: 30px;
}   
        
.module-frontpage h3 {
     height: unset; 
}

.vice_wrapper h3 {
    text-align: center;
    font: normal normal 800 12px/17px Hanken Grotesk;
    letter-spacing: 2.4px;
    color: #000000;
    text-transform: uppercase;
 }
@media (min-width: 768px) {
        .vice_wrapper h3 {
            font: normal normal 800 10px/14px Hanken Grotesk;
            letter-spacing: 1.5px;
        }    
}

.vice_wrapper h3::before {
    content: '✕';
    display: inline-block;
    transform: rotate(45deg);
    font-size: 1.4em;
    margin-right: 12px;
    vertical-align: middle;
    font-weight: 100;
}
    

.vice_wrapper h3 {
    display: inline-block;
    background-color: #F4E8E1;    
    padding: 16px 70px;
    border-radius: 50px;
}



#itemListPrimary .banner-title2, 
#itemListPrimary .banner-title { display:none; }

/*,
#itemListPrimary .ads,
#itemListPrimary #m-commercial-article-2-hp
*/


/*výpis kategorie, autora ---------------------------------------------------------*/

#itemListPrimary{
    display: flex;
    flex-direction: column; /* výchozí chování pro mobil - pod sebou */
    gap: 0rem; /* volitelně mezera mezi dětmi */
    align-items: stretch;

}
@media (min-width: 768px) {
    .list-column #itemListPrimary {
        flex-direction: row; /* vedle sebe */
        flex-wrap: wrap; /* umožní zalomení na nový řádek */
        justify-content: space-between; /* rovnoměrné rozložení */  

    }
    .list-column #itemListPrimary > .items-row {
        width: 30%;

    }
    .list-column #itemListPrimary > hr {
        display: none;
    }
    
    .list-column #itemListPrimary > hr:nth-of-type(3n) {
        display: block;
        width: 100%;    
        margin: 40px 0 30px 0;
    }
    
}


#itemListPrimary .item-intro {
    display:none;
}

@media (min-width: 768px) {
    .list-row #itemListPrimary .item-intro {
        font-family: Hanken Grotesk;
        font-size: 18px;
        line-height: 24px;
        display:block;
        margin-top: 10px;
    }
}

#itemListPrimary .item-img .item-image{
    width: 119px;
    height: 119px;
    overflow: hidden;    
}
@media (min-width: 768px) {
        .list-row #itemListPrimary .item-img .item-image{
            width: 266px;
            height: 176px;
            overflow: hidden;
            
        }
}
/*
#itemListPrimary .item-img .item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;    
}
*/
@media (min-width: 768px) {

.list-column #itemListPrimary .item-img .item-image {
    /* width: 266px; */
    /* height: 186px; */
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
}
.list-column #itemListPrimary .item-img .item-image img {
    object-fit: cover;
    /* display: block; */
    max-width: 100%;
    width: 266px;
    height: 186px;
}
}

#itemListPrimary .item-content > div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.label-datum{
    display:none;
    
}
@media (min-width: 768px) {
    .label-datum {
        font: normal normal 800 10px/14px Hanken Grotesk;
        letter-spacing: 1.5px;
        display: inline;
        margin: 2px 10px 6px 0;
    }
}


.blog .item .row-fluid {
  display: flex;
  flex-direction: row; /* výchozí pořadí pro mobil */
  align-items: center;
  gap: 1.3em;   
  margin: 0 0 0 0; 
  }  
  /*pro PC a zobrazení galery*/
@media (min-width: 768px) {
    .list-column .blog .item .row-fluid {
        flex-direction: column; /* sloupce pod sebou */
        
    }
}


/* První dítě span4 – mobil */
.blog .item .row-fluid > div:nth-child(2) {
  flex: 1; /* zabere zbytek místa */
  order: 1;
}

/* Druhé dítě span4 – mobil */
.blog .item .row-fluid > div:nth-child(1) {

  flex-shrink: 0;
  order: 2;
}

@media (min-width: 768px) {
   
    .blog .item .row-fluid > div:nth-child(2) {
    flex: 1; 
    order: 2;
    }

   
    .blog .item .row-fluid > div:nth-child(1) {
    width:unset;
    flex-shrink: 0;
    order: 1;
    }    


}

/*

  .blog .item .item-category {
    display: flex;
    flex-direction: column; 
    gap: 5px; 
  }
*/


.blog .item h2 {
    font: normal normal 600 18px/23px Hanken Grotesk;
    letter-spacing: 0.09px;
}

@media (min-width: 768px) {
        .blog .item h2 {
            font: normal normal 600 20px/28px Hanken Grotesk;
            letter-spacing: 0.1px;
        }
}

main hr{
margin: 20px 0;
}
  


#right .ads {
    padding: 0; 
    margin: 0;
}

.sidebar .module-popular {
    background-color: #F4E8E1;    
    padding: 10px 20px;
}
.sidebar .module-popular > div > div > div > .span12 > div {
    margin: 10px 0 5px 0;
}


.sidebar .module-popular .module-title{
    width:unset;
    background: unset;
    padding-left: 0;
    font: normal normal 600 20px/28px Hanken Grotesk;
    letter-spacing: 0.1px;
}
.sidebar .module-popular .module-title::first-letter {
    text-transform: uppercase;
  }


/*článek*/
.img_caption {
    width:unset;
}
.img_caption img{
    width:unset;
    max-width: 100%;
    height: auto;
}

.item-page p{
    margin-bottom:1.5em;
}

.item-page .show_category,
.item-page .show_publish_date {
    font: normal normal 800 13px/17px Hanken Grotesk;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 3px 0;
}
.item-page .show_category{
    margin: 0 20px 3px 0;
}

aside .module-popular .label-category {
    margin: 0 10px 3px 0;
}




aside .module-popular .label-author, 
aside .module-popular .label-category {
    font: normal normal 800 13px / 17px Hanken Grotesk;
    letter-spacing: 1.95px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    aside .module-popular .label-author, 
    aside .module-popular .label-category {
        font: normal normal 800 10px/14px Hanken Grotesk;
        letter-spacing: 1.5px;
    }
}





@media (min-width: 768px) {
    .item-page .show_category,
    .item-page .show_publish_date{
        font: normal normal 800 10px/14px Hanken Grotesk;
        letter-spacing: 1.5px;
        display: inline;
    }
}
.page-header h1{
    font: normal normal 600 27px/34px Hanken Grotesk;
    letter-spacing: 0.81px;
    margin: 20px 0 15px 0;
}
@media (min-width: 768px) {
    .page-header h1{
        font: normal normal 600 30px/40px Hanken Grotesk;
        letter-spacing: 0.15px;
        margin: 15px 0 15px 0;
    }
}
.item-page .item-image-caption {
    font: normal normal normal 14px/23px Hanken Grotesk;
    letter-spacing: 0px;
}
@media (min-width: 768px) {
    .item-page .item-image-caption {
        font: normal normal normal 12px/14px Hanken Grotesk;
        letter-spacing: 0.06px;
        margin-top: 0;
    }

    p.muted.article-image-title {
        font: normal normal normal 12px/14px Hanken Grotesk;
        letter-spacing: 0.06px;
        margin-top: 0;
    }

}

.item-page .article-subtitle {
    font: normal normal 600 20px/28px Hanken Grotesk;
    letter-spacing: 0.1px;
    margin: 20px 0 40px 0;
}
@media (min-width: 768px) {
    .item-page .article-subtitle {
        font: normal normal 600 24px/34px Hanken Grotesk;
        letter-spacing: 0.13px;
    }
}

.blog.author .page-header:nth-child(1) h2 {
    font: normal normal 600 27px/34px Hanken Grotesk;
    letter-spacing: 0.81px;
    margin: 20px 0 15px 0;
}
@media screen and (min-width: 768px) {
    .blog.author .page-header:nth-child(1) h2 {
        font: normal normal 600 30px/40px Hanken Grotesk;
        letter-spacing: 0.15px;
        margin: 15px 0 15px 0;
    }
    
}


.article-author-image img {
    width: 99px;
    height: 99px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}
@media screen and (min-width: 768px) {
    .article-author-image img {
        width: 101px;
        height: 101px;
        object-fit: cover;
        display: block;
        border-radius: 50%;
        float:right;
        margin: -40px 0 0 20px;
    }
    
}


.blog.author .page-header:nth-child(1) .popis p {
    font: normal normal 600 20px/28px Hanken Grotesk;
    letter-spacing: 0.1px;
}

.item-page
.item-page .about-author,
.blog.author .page-header:nth-child(2) {
    border-top: 2px solid #DBC7BC;
    border-bottom: 2px solid #DBC7BC;
    padding: 12px 0;
    margin:36px 0 36px 0;
}

.item-page .about-author .span6 {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}

.item-page .about-author .span6 > a {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    gap:20px;
    font-weight: bold;
}
@media (min-width: 768px) {
    .item-page .about-author .span6 > a {
        gap:14px;
        font-weight: normal;
    }
}

.item-page .article-author-image img {
    width: 69px;
    height: 69px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}
@media (min-width: 768px) {
    .item-page .article-author-image img {
        width: 47px;
        height: 47px;
    }
}

.item-page .item-box2 {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 0px;
    color: #000;
    display: flex;
    flex-direction: column;
    
    background-color: #F4E8E1;
}
.item-page .item-box2 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  
}
.item-box2-content{
    padding:20px;
}

@media (min-width: 768px) {
    .item-page .item-box2 {
        gap:14px;
        flex-direction: row;
       
    }    
    .item-box2-title{
        font: normal normal 600 25px/24px Hanken Grotesk;
        letter-spacing: 0.13px;
       
    }
}


.newsletter-popup{
    background-color: #F4E8E1;
    padding:22px;
    font: normal normal 600 19px/28px Hanken Grotesk;
    letter-spacing: 0.38px;
    text-align: center;
}
.newsletter-popup form {
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0 20px 0; 
}
.newsletter-popup form > div{
    width:100%;
}

@media (min-width: 768px) {
    .newsletter-popup{
        font: normal normal normal 18px/24px Hanken Grotesk;
        letter-spacing: 0.09px;
        padding: 35px 3em 25px 3em;
    }
    .newsletter-popup form{
        flex-direction: row;
        align-items: center;
        /*padding: 22px 100px;*/
    }
}

.newsletter-popup input[type="text"] {
  background-color: white;
  font-size: 18px;
  width: 100%;
  height: 44px;
  border-radius: 50px;     /* kulaté rohy */
  border: 1px solid #DBC7BC; /* decentní okraj, můžeš změnit */
  padding: 2px 25px 0;
  box-sizing: border-box;  /* aby padding neovlivňoval 100% šířku */
}
.newsletter-popup input[type="text"]:focus {
  outline: none;
  border-color: #3b2113;
  box-shadow: 0 0 0 2px rgba(38, 54, 39, 0.3);
}


.newsletter-popup input[type="button"] {
  background-color: black;
  color: white;
  font: normal normal 800 18px/23px Hanken Grotesk;
    letter-spacing: 0.36px;
  width: 100%;
  height: 44px;
  border-radius: 50px;     /* kulaté rohy */
  border: 1px solid #DBC7BC; /* decentní okraj, můžeš změnit */
  padding: 0 12px;         /* trochu vnitřního odsazení zleva a zprava */
  box-sizing: border-box;  /* aby padding neovlivňoval 100% šířku */
}
@media (min-width: 768px) {
    .newsletter-popup input[type="button"] {
        font: normal normal medium 18px/23px Hanken Grotesk;
        letter-spacing: 0.36px;
    }
}
.newsletter-popup input[type="button"]:focus {
  outline: none;
  border-color: #3b2113;
  box-shadow: 0 0 0 2px rgba(13, 14, 12, 0.3);
}


.item-page .article-body {
    font: normal normal normal 16px/28px Hanken Grotesk;
    letter-spacing: 0.08px;
}
@media (min-width: 768px) {
    .item-page .article-body {
        font: normal normal normal 18px/24px Hanken Grotesk;
        letter-spacing: 0.09px;
    }
}


.item-page .article-body h3 strong {
    font: normal normal 600 20px/28px Hanken Grotesk;
    letter-spacing: 0.1px;
}
@media (min-width: 768px) {
    .item-page .article-body h3 strong {
        font: normal normal 600 25px/24px Hanken Grotesk;
        letter-spacing: 0.13px;
    }
}

.item-page .article-body blockquote {
    margin: 30px 0;
    font: italic normal bold 25px/35px Hanken Grotesk;
    letter-spacing: 0.13px;
    position: relative;

}
@media (min-width: 768px) {
    .item-page .article-body blockquote {
        font: italic normal bold 25px/35px Hanken Grotesk;
        letter-spacing: 0.13px;
        padding:10px 0;
    }

 
    .item-page .article-body blockquote::before,
    .item-page .article-body blockquote::after {
    content: "";
    position: absolute;
    width: 147px;
    height: 5px;
    background-color: #DBC7BC;
    }

    .item-page .article-body blockquote::before {
    top: 0;
    }

    .item-page .article-body blockquote::after {
    bottom: 0;
    } 

}
 
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/


            @media (min-width: 768px) {
                .container {
                    
                    padding-left: 38px;
                    padding-right: 38px;
                }

            }

/**********************************************************/

            
            @media (min-width: 980px) {
                .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
                    width: unset; 
                }


            }

/**********************************************************/

            @media (min-width: 1200px) {
                #wrapper {
                    width: unset;
                }

            }


/**********************************************************/

            @media (min-width: 1280px) {
                #wrapper {
                    position: relative;
                    width: 1280px;
                    margin: 0 auto;
                    padding-top: 48px;
                    
                }

                .container {
                    width: 1200px;
                    padding-left: 40px;
                    padding-right: 40px;
                }

                #toolbar .toolbar ul.main-menu > li > a, #toolbar .toolbar ul.main-menu > li.date {
                    padding-left: 1em;
                    padding-right: 1em;
                   
                }

          
                .rek {
                    height: 1200px;;
                   position: relative;
                }
                


            }


.banner-title2, .banner-title {
    display: none;
}

#discussion iframe {
    border:0;
}

#ssp-branding-72092 {
    position: absolute;
}

#recassRecommendWidget {
    margin-top: 25px;;
}


.fixed {
    position: fixed !important;
    top:70px;
    width: 300px;
    height: 600px;;
}

.newsletter-popup {
    display: none;;
}

.footer li {
    text-align: center;
}
.article-image, .article-image img {
    width: 100%;
    height: auto;
}

.thumbnail .article-image .pull-left {
       width: 100% !important;
    height: auto;
}

.item-page .article-image.pull-left {
    margin: 0 24px 24px 0;
}

.item-page .article-image {
    margin: 24px auto;
    margin-left: 0;
    max-width: calc(100% - 10px) !important;
}

.item-page .article-image.pull-left {
    margin: 0 24px 24px 0;
}

div.footer-region {
    width: 100%;
}

.item-page .article-body img {
    max-width: 100%;
}

.id_13471 .show_category, .id_15528 .show_category {
    display: none;
}

.id_13471 .show_publish_date, .id_15528 .show_publish_date {
    display: none;
}

.id_13471 .article-author, .id_15528 .article-author  {
    display: none !important;
}

.id_13471 .share, .id_15528 .share  {
    display: none !important;
}


#footer-top {
    margin-top: 25px;;
} 

.seznam div {
    margin: auto;
    padding: 0;
}


@media (max-width: 767px) {

    .seznam div#ssp-zone-72097,
    .seznam div#ssp-zone-72097-2,
    .seznam div#ssp-zone-72098,
    .seznam div#ssp-zone-72099
    .seznam div#ssp-zone-177891 {
        padding: 25px 0;
    }

    

}

iframe {
    max-width: 100%;
}

.item-page a {
    color: #8B4512;
}

.item-page a:hover {
    color: #f6a373;
}

.tag-11119 {
    display: none !important;
}