* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'DINRoundPro';
    src:
        url('./assets/fonts/dinroundpro_light.otf') format('opentype');
    font-style: normal;
    font-display: swap;
    font-weight: 200;
}


body {
    height: 100vh;
    font-family: Bitter;
    word-wrap: break-word;
    line-height: 2em;
    font-size: clamp(2px, 1vw, 16px);
    /*padding: 1rem;*/
    letter-spacing: 0.05em;
    overflow: hidden;
    color: #3C3D3E;
}


.perex,.name,.description {
    /*font-weight: bolder;*/
    font-size: clamp(18px, 1.2vw + 0.5rem, 28px);
    font-family: DINRoundPro, sans-serif !important;
    font-weight: 500;
    margin-bottom: 1rem;
    color: black;
}


.citat {
    font-weight: bold;
    line-height: 1.8;
    font-size: clamp(14px, 1.2vw, 18px);
}


.head-pink, h2 {
    color: rgb(255, 0, 145);
    /*font-weight: bolder;*/
    font-size: clamp(18px, 1.2vw + 0.5rem, 24px);
    font-family: DINRoundPro, sans-serif !important;
    font-weight: 200;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
h3 {
    /*font-weight: bolder;*/
    font-size: clamp(18px, 1.2vw + 0.5rem, 28px);
    font-family: DINroundPro, sans-serif !important;
    font-weight: 500;
    margin-bottom: 1rem;
    color: black;
}



h1 {
    line-height: 1.3;
    font-family: 'DINRoundPro', sans-serif;
}
p {
    margin-bottom: 1.5rem;
}

a {
    color: black;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.35em;

    text-decoration-color: transparent;
    transition: text-decoration-color .2s ease;
}

a:hover,
a:focus-visible {
    text-decoration-color: currentColor;
}


.small {
    font-size: clamp(9px, 1vw, 14px);
    line-height: 1px !important;
    color: #9995A1;
}


.mt-3 {
    margin-top: 4rem;
}

.pt-6 {
    padding-top: 6rem;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

hr {
    clear: both;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 2rem 0;
    width: 100%;
    opacity: 0.7;
}
.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.logo-flex {
    display: flex;
    flex-direction: row;
    padding-bottom: 3rem;
}
.logo-flex p {
    margin-bottom: 0;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.modal.active {
    display: block;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.85);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(90vw, 1000px);
    transform: translate(-50%, -50%);
}

.video-wrapper {
    aspect-ratio: 16/9;
    margin-bottom: 1rem;
    background-image: url('./assets/images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.modal-close {
    position: absolute;
    right: 0;
    top: -40px;
    background: none;
    border: 0;
    color: white;
    font-size: 36px;
    cursor: pointer;
}

ul {
    padding-left: 0;
    list-style: none;
}

.wp-singular ol ul {
    padding-left: 2rem;
    list-style: none;
    column-count: 2;
}

ol {
    column-count: 2;
    column-fill: balance;
}

.text-right {
    text-align: right;
}

.small {

}







.column-set {
    visibility: visible;
    width: 100%;
    position: relative;
    contain: layout;
    clear: both;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}


.container {
    display: flex;
    height: 100vh;

}

.column {
    overflow-y: scroll; /* Scroll aktivní */
}


/* Skrytí scrollbarů */
.column::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.column {
    -ms-overflow-style: none;  /* IE a Edge */
    scrollbar-width: none;     /* Firefox */
    /*border-right: 1px solid gray;*/
    padding: 3rem;

}

.wp-singular .column {
    border-right: 0px;
}


/* Šířky sloupců */
.left,.right {
    flex: 0 0 25%;
    background-color: #FFFFFF;

}

.wp-singular .left, .right {
    background-color: transparent;
    padding: 3rem;
}

.wp-singular .bg-white {
    background-color: white;
        /*box-shadow: 20px 20px 15px lightblue;*/
    padding: 2rem;
}

.custom-logo {
     margin-right: 1rem;
}
.wp-singular .custom-logo {
    width: 60px;
    height: auto;
    margin-right: .5rem;
}
.wp-singular .inside-logo {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}




.center {
    flex: 0 0 50%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10Px #CFCFCF;
}

.bg-white {
    background-color: rgba(255, 255, 255, .951) !important;
}

.wp-singular .center {
    padding-top: 4rem;
    margin-top: 4rem;
}


.column-unit {
    display: flex;
    flex-direction: row;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1rem 0;
    width: 100%;
    padding: 2rem 0rem;
}

.img-column {
    width: 60%;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
}
.txt-column {
    float: right;
    width: 40%;
}
A
.crop {
    overflow: hidden;
}

.crop img {
    object-fit: cover; /* 👈 klíčové pro ořez */
    width: 100%;
    height: auto;
}

.fixed {
    position: fixed;
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: center;
    padding: 1rem;
    /*border-bottom: 1px solid gray;*/
    background-color: white;
    box-shadow: 0px 0px 10Px #CFD2CC;
}

.fixed .top-left, .top-right {
    flex: 2;
}
.fixed .top-center {
    flex: 3;
}

.top-left {
    text-align: left;
}

.h2-black {
    color: black;
    font-size: clamp(19px, 1.2vw, 22px);
}


.d-block {
    display: block;
}

.back {
    font-size: 42pt;
}

.list .roky a {
    font-weight: 200;
    font-family: DINRoundPro;
    font-size: clamp(18px, 1.2vw + 0.5rem, 24px);
    
    /*color: rgb(255, 0, 145);*/
}
.description {
    font-weight: 200;
    font-family: DINRoundPro;
    font-size: clamp(18px, 1.2vw + 0.5rem, 20px);
    color: black;
    /*color: rgb(255, 0, 145);*/
}


.list .active a {
    font-weight: bold;
    text-decoration: underline;
}

.list {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: .2rem;
    min-height: 40px;
}




.flex {
    display: flex;
}

.inside-left {
    flex: 1.5;
}
.inside-right {
    flex: 2;
}

.posl-sloupec {
    padding: 2rem 0rem;
    display: flex;
    flex-direction: column;
    border: 0;
    border-top: 1px solid #ddd;
    margin: .5rem 0;
    width: 100%;
}

.top-left .custom-logo {
    width: 20px;
}


/* Malé telefony */
/*@media (max-width: 479px) {

}*/

/* Většina telefonů */
@media (max-width: 990px) {
    body {
        font-size: clamp(14px, 1vw, 16px);
        overflow: initial;
        line-height: 1.75em;
    }
    .desktop-only {
        display: none;
    }

    .logo-flex {
        position: fixed;
        background-color: white;
        padding-top: 1rem;
        padding-bottom: 1rem;
        top: 0;
        z-index: 2000;
    }
    .logo-flex p{
        margin-top: .75rem;

    }
    .custom-logo {
        width: 54px !important;
        height: auto !important;
        margin-right: .75rem;
        margin-top: .5rem;
    }
    .description {
        margin-top: 8rem;
    }
    .container {
        flex-direction: column;
    }
    .column {
        overflow-y: initial;
        margin: 0;
        padding: 2rem;
    }
    H2{
        font-size: clamp(14px, 1vw, 16px);
    }
    .center {
        flex: 0 0 10%;
        box-shadow: none;
    }
    .right {
        display: none;
        }
    .list {
        flex-wrap: wrap;
    }
    .single-page .content-wrapper .wrapper .fixed .top-left .custom-logo-link .custom-logo {
        width: 30px !important;
        margin-top: 0px;
    }
    .single-page .content-wrapper .wrapper .fixed {
        border-bottom: none;
        box-shadow: 0px 0px 10Px #CFD2CC;
    }
    .mt-3 {
        margin-top: 7rem;
    }
    ol {
        margin-left: -1rem;
        column-count: 1;
    }
    ol li {
        margin-left: 1.5rem;
    }
    .wp-singular .left, .right {
        background-color: transparent;
        padding: 2rem;
    }
    .wp-singular .center {
        padding-top: 3rem;
        margin-top: 4rem;
    }
    .h2-black {
        font-size: clamp(18px, 1vw, 20px);
    }
    .citat {
        font-size: clamp(18px, 1vw, 20px);
    }
}

/* Tablety */
@media (min-width: 768px) and (max-width: 1023px) {
}

/* Notebooky a desktop */
@media (min-width: 1024px) {
}










