/* strankaKategorie */
.strankaKategorie .katalog .slozky{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    gap: 0.75rem;
}
.strankaKategorie .katalog .slozka{
    border-top: 6px solid rgb(140 125 48);
    text-decoration: none;
    width: calc((100% - (4 * 0.75rem)) / 5);
    position: relative;
}
.strankaKategorie .katalog .slozka:before,
.strankaKategorie .katalog .slozka:after{
    content: ' ';
    display: block;
    position: absolute;
    background-color: rgb(239 239 239);
    width: 1px;
    height: 206px;
    top: 0px;
}
.strankaKategorie .katalog .slozka:after{
    right: 0px;
}
.strankaKategorie .katalog .slozka .proimg{
    padding-top: 206px;
    position: relative;
    border-left: 1px solid rgba(0,0,0,0);
    border-right: 1px solid rgba(0,0,0,0);
}
.strankaKategorie .katalog .slozka img{
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 1rem;
    right: 1rem;
    object-fit: contain;
    z-index: -1;
    width: calc(100% - 2rem);
    height: calc(100% - 3rem);
}
.strankaKategorie .katalog .slozka .proimg.beznahledu{
    background: url(img2/rybarzv-black.svg) scroll no-repeat center center/auto 50%;
    opacity: 0.15;
}
.strankaKategorie .katalog .slozka .popis{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    background-color: rgb(140 125 48);
}
.strankaKategorie .katalog .slozka h3{
    color: white;
    line-height: 1.5rem;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
    font-weight: 700;
    height: 3rem;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}
.strankaKategorie .katalog .slozka .odkaz{
    display: inline-block;
    margin-top: 0.875rem;
    color: rgb(188 185 141);
    line-height: 1.25rem;
    font-weight: 700;
    font-size: .875rem;
    padding: 0 30px 0 0;
    background: url(img2/icon-arrow-continue-dark.svg) scroll no-repeat right center/1.25rem 1.25rem;
}
.strankaKategorie .katalog .slozka:hover .proimg{
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.strankaKategorie .katalog .slozka:hover .popis{
    background-color: #6F6D48;
}
.strankaKategorie .katalog .slozka:hover .odkaz{
    text-decoration: underline;
    color: white;
}
@media only screen and (max-width:1280px) {
    .strankaKategorie .katalog .slozka{
        width: calc((100% - (4 * 0.75rem)) / 4);
    }
}
@media only screen and (max-width:1024px) {
    .strankaKategorie .katalog .slozka{
        width: calc((100% - (4 * 0.75rem)) / 3);
    }
}
@media only screen and (max-width:768px) {
    .strankaKategorie .katalog .slozka{
        width: calc((100% - (4 * 0.75rem)) / 2);
    }
}
@media only screen and (max-width:640px) {
    .strankaKategorie .katalog .slozka{
        width: 100%;
    }
    .strankaKategorie .katalog .slozky{
        gap: 4px;
    }
    .strankaKategorie .katalog .slozka {
        border-top: 1px solid rgb(140 125 48);
        width: 100%;
        padding-top: 4px;
        min-height: 50px;
        display: flex;
    }
    .strankaKategorie .katalog .slozka > div{
        display: flex;
        gap: 0.5rem;
        align-items: center;
    }
    .strankaKategorie .katalog .slozka .proimg {
        padding-top: 0;
        position: relative;
        border-left: 0px none;
        border-right: 0px none;
    }
    .strankaKategorie .katalog .slozka img {
        position: static;
        width: 50px;
        height: 50px;
    }
    .strankaKategorie .katalog .slozka .popis {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent;
    }
    .strankaKategorie .katalog .slozka h3 {
        color: initial;
        line-height: initial;
        font-size: initial;
        margin: 0;
        padding: 0;
        font-weight: 700;
        height: unset;
        overflow: visible;
        display: flex;
        align-items: flex-end;
        background: url(img2/icon-arrow-continue-dark.svg) scroll no-repeat right center / 1.25rem 1.25rem;
    }
    .strankaKategorie .katalog .slozka .odkaz{
        display: none;
    }
    .strankaKategorie .katalog .slozka:before,
    .strankaKategorie .katalog .slozka:after{
        display: none;
    }
    .strankaKategorie .katalog .slozka:hover .proimg{
        border-left: 0px none;
        border-right: 0px none;
    }
    .strankaKategorie .katalog .slozka:hover .popis{
        background-color: initial;
    }
}
/* strankaKategorie */





/* Kontakt */
.slozka18060 .text.editor{
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
}
.slozka18060 .text.editor > *:not(table){
    display: none;
}
.slozka18060 .text.editor *{
    font-style: normal !important;
}
.slozka18060 .text.editor p,
.slozka18060 .text.editor p *{
    font-size: .875rem !important;
    line-height: 1.25rem !important;
}
.slozka18060 .text.editor p{
    color: rgb(107 114 128);
}
.slozka18060 .text.editor p *{
    color: initial;
}
.slozka18060 .text.editor table{
    margin: 0;
    border-collapse: collapse;
}
.slozka18060 .text.editor table:nth-child(1){
    width: 33%;
    background-color: rgb(246 246 246);
}
.slozka18060 .text.editor table:nth-child(2){
    width: calc(33% - 1rem);
    border-collapse: collapse;
    background-color: rgb(246 246 246);
}
.slozka18060 .text.editor table:nth-child(3){
    width: 33%;
}
.slozka18060 .text.editor table:nth-child(4){
    width: 100%;
}
.slozka18060 a{
    color: rgb(218 213 148) !important;
}

    /* tab 1 */
.slozka18060 .text.editor table:nth-child(1) td{
    padding: 0 1.5rem !important;
}
    /* tab 2 */
.slozka18060 .text.editor table:nth-child(2) tr:not(:last-child) td:first-child{
    padding-left: 1.5rem;
}
.slozka18060 .text.editor table:nth-child(2) tr:not(:last-child) td:last-child{
    padding-right: 1.5rem;
}
.slozka18060 .text.editor table:nth-child(2) tr:nth-child(1) td{
    padding-top: 1.5rem;
}
.slozka18060 .text.editor table:nth-child(2) tr:nth-child(5) td{
    padding-bottom: 1.5rem;
}
.slozka18060 .text.editor table:nth-child(2) tr:last-child td{
    padding-top: 0.75rem;
    vertical-align: bottom;
}
.slozka18060 .text.editor table:nth-child(2) tr:last-child p{
    border-top: 0.75rem solid white;
}
    /* tab 3*/
.slozka18060 .text.editor table:nth-child(3) p{
    padding: 0;
    margin: 0;
}
.slozka18060 .text.editor table:nth-child(3) iframe{
    min-height: 440px;
}
    /* tab 4*/
.slozka18060 .text.editor table:nth-child(4){
    background: rgb(140 125 48);
    border: 2.5rem solid transparent;
}
.slozka18060 .text.editor table:nth-child(4) *{
    color: white;
}
.slozka18060 .text.editor table:nth-child(4) h3{
    margin: 10px auto 20px auto;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.slozka18060 .text.editor table:nth-child(4) p{
    margin: 0;
    color: hsla(0,0%,100%,.7);
}
.slozka18060 .text.editor table:nth-child(4) img{
    width: 20px;
    height: 20px;
}

@media only screen and (max-width:1024px) {
    .slozka18060 .text.editor table:nth-child(1){
        width: 50%;
    }
    .slozka18060 .text.editor table:nth-child(2){
        width: calc(50% - 0.75rem);
    }
    .slozka18060 .text.editor table:nth-child(3){
        width: 100%;
    }
}
@media only screen and (max-width:768px) {
    .slozka18060 .text.editor table:nth-child(1){
        width: 100%;
    }
    .slozka18060 .text.editor table:nth-child(2){
        width: 100%;
    }
    .slozka18060 .text.editor table:nth-child(2) p,
    .slozka18060 .text.editor table:nth-child(2) .priloha,
    .slozka18060 .text.editor table:nth-child(2) img{
        float: none;
        width: 100% !important;
        margin: 0;
    }
}
/* Kontakt */





/* Blog */
.slozka18059:not([data-klic-slozky="18059"])  {
    width: 796px;
}
.slozka18059 .slozky{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.slozka18059 .slozky .slozka{
    flex: 1 1 auto;
    width: calc(33% - 2rem);
    text-decoration: none;
}
.slozka18059 .slozky .slozka .proimg{
    background: rgb(246 246 246);
    padding-top: 53%;
    position: relative;
}
.slozka18059 .slozky .slozka img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slozka18059 .slozky .slozka .propopis{
    overflow: hidden;
    height: calc(9rem + 2rem - 1.5rem);
    max-height: calc(9rem + 2rem - 1.5rem);
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.slozka18059 .slozky .slozka .nazev{
    color: rgb(44 44 44);
    line-height: 1.5rem;
    font-weight: 700;
    font-size: 1.125rem;
    padding: 1rem 0;
}
.slozka18059 .slozky .slozka .text{
    font-size: .875rem;
    line-height: 1.5rem;
    color: rgb(152 152 152);
}
.slozka18059 .slozky .slozka .odkaz{
    color: rgb(86 83 40);
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .75rem;
    line-height: 1rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    display: inline-flex;
    cursor: pointer;
}
.slozka18059 .slozky .slozka .odkaz:after{
    content: ' ';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(img2/icon-arrow-continue-blog.svg) scroll no-repeat center center/contain;
    margin-left: 6px;
}
.slozka18059 .slozky .slozka .odkaz:hover{
    text-decoration: underline;
}
@media only screen and (max-width:1024px) {
    .slozka18059 .slozky .slozka{
        width: calc(50% - 2rem);
    }
}
@media only screen and (max-width:768px) {
    .slozka18059 .slozky .slozka{
        width: 100%;
    }
    .slozka18059 .slozky .slozka .propopis{
        height: auto;
    }
}
/* Blog */




/* Profesionalna pomoc */
.slozka18058{
    width: 796px;
}
/* Profesionalna pomoc */