/*ODSTRANĚNÍ BOOTSTRAPU*/


/* LAYOUT-HEADER */
/* sociální sítě */
.social-panel {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 240px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px; 
}

.social-panel a img {
    margin: 0; /*přepis main.css*/
    width: 24px;
    height: 24px;
}

/* weblink */
.weblink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
}

.weblink img {
    width: 109px;
    height: 17px;
}

.weblink a {
    color: #000;
    text-decoration: none;
}

.weblink p {
    margin: 0;
}


/* barevná lišta - vstupenky a rezervace */
.fix-header {
    display: flex;
    flex-direction: column;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    gap: 15px; 
}

.top-bar .info-toggle {
    visibility:hidden;
    background-image: url("/img/clock-white-opacity.png"), url("/img/arrow-down-white-opacity.svg");
    width: 1px;
    height: 30px;
    background-size: 25px, 15px;
    background-repeat: no-repeat;
    background-position: left, right; 
    margin: 5px 0;
    cursor: pointer;
}
.top-bar .info-toggle.open {
    background-image: url("/img/clock-white-opacity.png"), url("/img/arrow-up-white-opacity.svg"); 
}

.top-bar .info1 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.top-bar .info1 .box,
.info2 .box {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    flex-shrink: 0;
}
.top-bar .info1 .box .icon,
.info2 .box .icon {
    width: 20px;
}
.top-bar .info1 .box .text,
.info2 .box .text {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}
.top-bar .info1 .box .text p,
.info2 .box .text p {
    font-family: 'Lexend', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.top-bar .info1 .box .text h5,
.info2 .box .text h5 {
    font-family: 'Lexend', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.top-bar .booking {
    margin: 1px 0;
    align-self: flex-start;
    white-space: nowrap;
}

.info2 { 
    display: none;
}

/* bílá lišta - menu */
.bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 12px;
    gap: 15px;
}

.bottom-bar .logo  {
    display: flex;
    align-items: center;
}

.bottom-bar .logo img {
    width: 188px;
    height: 57px;
}

.bottom-bar .menu1 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
}

.bottom-bar .menu1 a,
.menu2 a { /* css pro menu2 u layout-header-portal, layout-header-onepage*/
    font-family: 'Lexend', sans-serif;
    font-size: 16px; 
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.bottom-bar .search1-box,
.search2-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.bottom-bar .search1-box .icon,
.search2-box .icon  {
    width: 15px;
    height: 15px;
}

.bottom-bar .menu-toggle {
    display: none;
    width: 45px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.menu2,
.search2 { 
    display: none;
}


/* submenu */
.sub1 {
    font-size: 16px; 
}

.sub1,.sub2 {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    cursor: pointer;
}

.sub1 ul {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000000;
    margin-top: 12px;
}

.sub1 ul li {
    padding: 12px;
    cursor: pointer;
    margin: 0;
}

.sub1 ul.active,
.sub2 ul.active {
    display: block;
}

.sub2 {
    font-size: 20px;
    width: 100%;
    text-align: center; 
}

.sub2 img {
    vertical-align: middle;
}

.sub2 ul {
    display: none;
    margin-top: 12px;
    width: 100%;
    margin-bottom: 0; /*přepis main.css*/
}

.sub2 ul li {
    padding: 12px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
}

/* search-block */
.search1-block {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999999;
    padding: 23px 12px; 
}

.search1-block.active {
    visibility: visible;
}

.search1-block .window {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.search1-block .window .icon-x {
    font-size: 26px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 100px;
    display: flex;
    justify-content: right;
}

.search1-block .window form {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    max-width: 1075px;
}

.search1-block .window form input {
    flex: 1;
    height: 40px;
    padding-left: 12px;
}

.search1-block .window .icon-box {
    width: 100px;
    display: flex;
    justify-content: left;
}

.search1-block .window .icon-box .icon {
    height: 26px;
}

.search1-block .rotate {
    visibility: hidden;
    position: absolute;
    top: 7px;
    right: 12px;
}

/* alert-bar */
.alert-bar {
    background-color: #dc3545;
    background-image: url(/img/info-white.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 5px 5px 5px 50px;
    margin: 0;/*přepis main.css*/
}

.alert-bar p {
    font-family: "Lexend", sans-serif; 
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin: 0;
}


/* LAYOUT-HEADER-PORTAL */ 

.fix-portal-header {
    display: flex;
    flex-direction: column;
}

.portal-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 12px;
    gap: 15px;
}

.portal-bar .logo  {
    display: flex;
    align-items: center;
}

.portal-bar .logo img {
    width: 188px;
    height: 28px;
}

.portal-bar .menu1 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
}

.portal-bar .menu1 a {
    font-family: 'Lexend', sans-serif;
    font-size: 16px; 
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.portal-bar .buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.portal-bar .buttons .search1 {
    margin: 0;
}

.portal-bar .buttons .search1-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.portal-bar .buttons .search1-box .icon {
    width: 15px;
    height: 15px;
}

.lang {
    font-family: "Lexend";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    position: relative;
    z-index: 9999;
}

.lang > li {
    display: inline-block;
    cursor: pointer;
    padding: 5px 5px 5px 20px;
    width: 87px;
    position: relative;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 16px;
    background: white;
    line-height: 28px;
    border: solid 1px #F2B5B7;
    color: #DA2128;
}

.lang > li > ul {
    display: none;
    background-color: white;
    padding: 0;
    margin-top: 5px;
}

.lang > li > ul.active {
  display: block;
}

.lang > li ul li {
    display: block;
    padding: 5px 0px;
    background: white;
}

.lang > li ul li a {
    text-decoration: none;
    color: #000;
}

.portal-bar .buttons .buttons2 {
    display: none;
}

.portal-bar .menu-toggle {
    display: none;
    width: 45px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}




/* LAYOUT-HEADER-ONEPAGE */
.onepage-weblink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
}

.onepage-weblink img {
    height: 17px;
    width: auto;
}

.onepage-weblink a {
    color: #fff;
    text-decoration: none;
}

.fix-onepage-header {
    display: flex;
    flex-direction: column;
}

.onepage-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 12px;
    gap: 15px;
}

.onepage-bar .logo  {
    display: flex;
    align-items: center;
}

.onepage-bar .logo img {
    width: 188px;
    height: 57px;
}

.onepage-bar .menu1 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
}

.onepage-bar .menu1 a {
    font-family: 'Lexend', sans-serif;
    font-size: 16px; 
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}


.onepage-bar .search1-box,
.search2-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.onepage-bar .search1-box .icon,
.search2-box .icon  {
    width: 15px;
    height: 15px;
}

.onepage-bar .menu-toggle {
    display: none;
    width: 45px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}





/* INDEX-SLIDER - swiper */
.swiper .swiper-prev,
.swiper .swiper-next {
    position: absolute;
    background-color: white;
    top: 50%;
    transform: translate(0%, -50%);
    width: 50px;
    height: 50px;
    z-index: 99; 
}

.swiper .swiper-prev {
    left: 2%;
}

.swiper .swiper-next {
    right: 2%;
}

:is(.swiper-prev, .swiper-next) .icon {
    display: block;
    height: 12px;
    margin: auto;
    margin-top: 20px; 
}

.swiper .swiper-slide {
    height: 80vh;
}

.swiper .swiper-slide .swiper-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; 
}

.swiper .swiper-slide .swiper-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 10000;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.swiper .swiper-slide .swiper-text :is(h1,h2) {
    color: #fff;
    text-shadow: 0px 5px 10px #00000034;
    text-align: center;
}

.swiper .swiper-pagination {
    margin-bottom: 90px; 
}

.swiper .swiper-pagination.white .swiper-pagination-bullet {
    border: white solid 1px; 
}

.swiper .swiper-pagination.white .swiper-pagination-bullet-active {
    background-color: white; 
}

.swiper .swiper-pagination-bullet {
    opacity: 1;
    border: white solid 1px;
    background-color: transparent;
    border-radius: 0; 
}
  
.swiper .swiper-pagination-bullet-active {
    background-color: white;
    border-radius: 0; 
}



/* SECTION-TIMES */
.section-times {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    align-items: center;
    gap: 20px;
    width: 70%;
    background-color: white;
    box-shadow: 0px 10px 50px #00000033;
    position: relative;
    z-index: 99;
    top: -70px;
    margin-bottom: -70px;
    padding: 24px;
}

.section-times .box,
.section-times .box a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    text-decoration: none;
}

.section-times .box img.icon,
.section-times .box img.icon-weather {
    height: 45px;
}

.section-times .box h6 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
}

.section-times .box h6 span {
    font-weight: 700;
  }

.section-times .occupancy {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #dee2e6;
    height: 40px;
    padding-left: 10px;
}



/* TEXT-PIC, TEXT-PIC-COPY */
.text-pic {
    margin-top: 100px;
    margin-bottom: 100px;
}

.text-pic h2 {
    text-align: center;
    margin-bottom: 24px;
}

.text-pic :is(h3,h4,h5,h6) {
    margin-bottom: 10px;
}

.text-pic ul {
    margin-bottom: 16px;
}

.text-pic .text {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

.text-pic .gallery  {
    margin: 0 auto;
}


/* PRO KOMPONENTY: zmenšení marginu mezi text-pic a konkrétníma komponentama 
(nutné ještě přidat tu komponentu do JS ř.653)*/
.text-pic + .portal-news {
    margin-top: 0;  
}
.text-pic + .portal-lections {
    margin-top: 0;  
}
.text-pic + .portal-areas {
    margin-top: 0;  
}
.text-pic + .portal-areas-bid {
    margin-top: 0;  
}
.text-pic + .portal-positions {
    margin-top: 0;  
}
.text-pic + .portal-project {
    margin-top: 0;  
}
.text-pic + .zone-places {
    margin-top: 0;  
}
.text-pic + .clubs3 {
    margin-top: 0;  
}



/* TEXT-BRNOID */
.text-brnoid {
    margin-top: 100px;
    margin-bottom: 100px;
}

.text-brnoid h2 {
    text-align: center;
    margin-bottom: 24px;
}

.text-brnoid .text {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}





/* INDEX-BOXES */
.index-boxes {
    margin-top: 100px;
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.index-boxes .box {
    position: relative;
    overflow: hidden; 
    width: 30%;
    height: 300px;
}

.index-boxes .box img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.index-boxes .box .bland {
    width: 100%;
    height: 100%; 
}

.index-boxes .box .bland::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 1;
    transition: 0.3s all linear; 
}

.index-boxes .box .bland h3 {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%; 
}

.index-boxes .box .bland h3 a {
    display: flex;
    align-items: flex-end;
    position: absolute;
    color: white;
    width: 100%;
    height: 300px;
    background-size: cover;
    padding: 20px 20px 55px;
    text-decoration: none;
}

.index-boxes .box .bland h3 a:hover {
    text-decoration: underline; 
}

.index-boxes .box .bland h3 a .link {
    display: block;
    position: absolute;
    visibility: hidden;
    font-size: 14px;
    bottom: 32px;
    padding-right: 20px;
    background-image: url("/img/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: right; 
}

.index-boxes .box .bland h3 a:hover .link {
    visibility: visible; 
}



/* web 33 - INDEX-BOXES */
.sc-33 .index-boxes .box {
    width: 22%;
}

.sc-33 .index-boxes .box .bland h3 a:hover {
    text-decoration: none; 
}

.sc-33 .index-boxes .box .bland h3 a.a-camp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 12px;
}

.sc-33 .index-boxes .box .bland h3 a:hover .title-camp { 
    text-decoration: underline;
}

.sc-33 .index-boxes .box .bland h3 a .link-camp { 
    font-size: 16px;
    display: block;
}




/* web 37 - INDEX-BOXES */
.sc-37 .box .bland::before {
    background-image: none;
}

.sc-37 .box .bland::before {
    background: linear-gradient(to top, rgba(95, 95, 95, 0.81) 0%, rgba(0, 0, 0, 0) 40%);
}
.sc-37 .box .bland:hover::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%)
}





/* NUMBERS */
.numbers {
    padding: 75px 0;
    margin-top: 150px; 
    margin-bottom: 150px; 
}

.numbers h2 {
    text-align: center;
    margin-bottom: 55px;
}

.numbers .info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 55px 18px;
}

.numbers .info .box {
    display: flex;
    gap: 18px;
}

.numbers .info .box h3 {
    text-align: right;
    margin: 0; /*přepis main.css*/
    width: 33%;
}

.numbers .info .box h4 {
    font-weight: 400;
    margin: 0; /*přepis main.css*/
    width: 67%;
    line-height: 1.5;
}

/* NUMBERS - web 37 */
.numbers .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5rem 0 0;
}

.numbers .flex .text,
.numbers .flex .image {
    width: 30%;
}

.numbers .flex .image img {
    width: 60%;
    display: block;
    margin: 0 auto;
}









/* PAGE-GALLERY */
.gallery {
    margin-top: 150px;
    margin-bottom: 150px;
}

.gallery h2 {
    text-align: center;
    margin-bottom: 24px;
}

.gallery .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; 
}

.gallery .grid .big {
    height: 450px;
}

.gallery .grid .small {
    height: 212px;
}

.gallery .grid .tall {
    grid-row: span 2; 
}

.gallery .grid .wide {
    grid-column: span 2; 
}

.gallery .grid .centered {
    grid-column: 1 / -1;
    justify-self: center;
    width: 65%;
}

.gallery .grid a {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
}

.gallery .grid a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery .grid .icon {
    display: none;
    position: absolute;
    background-size: 20px, auto;
    background-repeat: no-repeat;
    background-position: right 10px top 10px, center;
    width: 100%;
    transition: 0.3s all linear;
}

.gallery .grid .big .icon {
    height: 450px;
}

.gallery .grid .small .icon {
    height: 212px;
}

.gallery .grid a:hover .icon {
    display: block;
}

.gallery .hidden-image {
    display: none !important;
}






/* SECTION-NEWS */ 
.section-news  {
    margin-top: 150px;
    margin-bottom: 150px;
}

.section-news .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0 45px;
}

.section-news .grid .item {
    padding: 25px;
}

.section-news .grid .wide {
    grid-column: span 2; 
}

.section-news .grid .item h4 {
    margin-bottom: 12px;
}

.section-news .grid .item .date {
    font-size: 16px;
    color: #495057;
    font-weight: 700;
}

.section-news .grid .item .text {
    margin-top: 10px;
}

  


/* ALERT-BANNER */ 
.alert-banner {
    margin-top: 150px;
    margin-bottom: 150px;
    display: flex; 
    align-items: stretch; 
}

.alert-banner .image {
    width: 40%;  
    flex: 0 0 auto; 
    display: flex; 
    position: relative;
    overflow: hidden; 
}

.alert-banner .image img {
    width: 100%; 
    height: auto; 
    min-height: 100%;
    object-fit: cover; 
}

.alert-banner .text {
    width: 60%;
    color: white; 
    background-image: url("/img/alert-banner-white.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    fill-opacity: 0.2;
    padding: 50px 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.alert-banner .text h2 {
    margin: 0; /*přepis main.css*/
}




/* LINKS-LOGOS */ 
.links-logos {
    margin-top: 150px;
    margin-bottom: 150px;
}

.links-logos h2 {
    text-align: center;
    margin-bottom: 48px;
}

.links-logos .logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 20px; 
}

.links-logos .logos .item {
    width: 190px;
    height: 100px;
    display: flex;
    align-items: center;
}

.links-logos .logos .item img {
    width: auto; 
    height: 40px;
    max-width: 100%; 
    display: block;
}

.links-logos .logos .item:hover {
    opacity: 0.6; 
}



/*_LAYOUT_FOOTER */
.footer-main {
    display: flex;
    justify-content: center;
    gap: 5%;
    box-shadow: 0px -10px 30px #0000001A;
    padding: 50px;
}

.footer-main h6 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.footer-main p {
    color: #555555;
    margin-bottom: 5px;
}

.footer-main p span {
    font-weight: 700;
}

.footer-main ul li {
    padding-bottom: 6px;
}

.footer-main p a,
.footer-main ul a {
    color: #000;
    text-decoration: none;
}

.footer-main p a:hover,
.footer-main ul a:hover {
   text-decoration: underline;
}

/* footer address */
.footer-main .address .logo-sekce {
    height: 29px;
    max-width: 140px;
    margin-bottom: 16px;
}

.footer-main .address .logo-sekce img {
    height: 100%;
    width: auto;
    object-fit: cover;
    display: block;
}

.footer-main .grey-line {
    height: 130px;
    width: 2px;
    background-color: #E2E2E2;
    margin: auto 0;
}

/* footer details */
.footer-main .details .icon {
    height: 32px;
    margin-right: 5px;
}

/* footer socials */
.footer-main .kontakt .socials {
    display: flex;
    gap: 8px;
    margin: 16px 0 25px;
}

.footer-main .kontakt .socials a {
    height: 30px;
    width: 30px;
}

/* footer sponsors */
footer .sponsors {
    padding: 25px 32px;
    box-shadow: 0px -10px 30px #0000000D; 
}

footer .sponsors p {
    text-align: center;
    margin-bottom: 20px;
}

footer .sponsors .logos {
    display: flex;
    justify-content: space-between;
}

footer .sponsors .logos .box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
}

footer .sponsors .logos .box .logo-starez {
    height: 24px;
    width: 160px;
}

/* footer copyright */
footer .copyright {
    padding: 20px 32px;
}

footer .copyright p {
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}





/* MAIN-BANNER */
.main-banner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 150px; */
    height: 450px; /*v custom.js se mění při výskytu classy .kontakt*/
}

.main-banner1 .background {
    width: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0; 
    height: 450px; /*v custom.js se mění při výskytu classy .kontakt*/
}

.main-banner1 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 20px;
    position: relative;
    z-index: 1000;
}

.main-banner1 .content h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 5px 10px #00000034;
}

.main-banner1 .content h4 {
    color: #fff;
    text-shadow: 0px 5px 10px #00000034;
    margin-bottom: 30px;
}

.main-banner1 .content .buttons,
.main-banner1 .content .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.main-banner1 .content .nav .home {
    margin: 0;
    text-decoration: none;
}

.main-banner1 .content .nav .home::after {
    content: "|";
    margin-left: 12px;
}

.main-banner1 .content .nav .home:hover {
    color: #fff;
}

.main-banner1 .content .nav .section {
    color: #fff;
    text-decoration: none;
}

.main-banner1 .content .nav .section::after {
    content: ">";
    margin-left: 12px;
}

.main-banner1 .content .nav .active {
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-decoration: none;
}

/* Kontant-page - Kontakt banner*/
.main-banner1 .content .kontakt {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    background-color: #fff;
    box-shadow: 0px 10px 50px #00000033;
    padding: 30px;
    position: relative;
}
.main-banner1 .content .kontakt .box {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.main-banner1 .content .kontakt .box .icon {
    max-width: 50px;
    margin-top: 5px;
}
.main-banner1 .content .kontakt .box .text {
    display: flex;
    flex-direction: column;
    text-align: left;/*přepis main.css*/
}
.main-banner1 .content .kontakt .box .text p {
    margin: 0;
    color: #000;
}
.main-banner1 .content .kontakt .box .text a.link {
    font-size: 34px;
    font-weight: 700;
    text-decoration: none;
}
.main-banner1 .content .kontakt .box .text small {
    font-size: 13px;
}
.main-banner1 .content .kontakt .box .text .socials {
    display: flex;
    gap: 10px;
}
.main-banner1 .content .kontakt .box .text .socials .icon {
    height: 30px;
    width: 30px; 
}




/* INDEX-LECTIONS - styly převzaty od INDEX-SLIDER */
.index-lections {
    margin-bottom: 150px;
}

.index-lections .swiper {
    margin-top: 24px;
}

.index-lections .swiper-slide {
    height: 100%;
}

.index-lections .class {
    background-color: #F8F8F8;
    padding: 20px;
}

.index-lections .class img {
    max-width: 100%;
    height: auto;
}

.index-lections .class .text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
}

.index-lections .class .text :is(h4,p) {
    margin: 0;
}

.index-lections .class .text h4 a {
    text-decoration: none;
}

.index-lections .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    margin: 60px 0 0;
}






/* ZONE-PLACES*/
.zone-places {
    margin-top: 150px;
    margin-bottom: 150px;
}

.zone-places .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0 45px;
}

.zone-places .grid .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
}

.zone-places .grid .wide {
    grid-column: span 2; 
}

/* start   image - gallery-popup*/
.zone-places .grid .item .image {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.zone-places .grid .item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}   

.zone-places .grid .item .image-gallery {
    display: flex;
    gap: 12px;
}
.zone-places .grid .item .image .box-big {
    width: 66%;
    height: 250px;
}
.zone-places .grid .item .image .box-small {
    width: 33%;
    height: 250px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.zone-places .grid .item .image .box-small img {
    height: 125px
}
.zone-places .grid .item .image-gallery .hidden-image {
    display: none !important;
}
/* end   image - gallery-popup*/

.zone-places .grid .item .text :is(h3,p) {
    color: #000;
    margin-bottom: 16px;
}

.zone-places .grid .item .button-main {
    margin-top: auto; 
}



/* VIRTUAL */
.virtual {
    margin-top: 150px;
    margin-bottom: 150px;
}

.virtual h2 {
    text-align: center;
    margin-bottom:16px ;
}




/* ZONE-OPEN */
.zone-open {
    margin-top: 150px;
    margin-bottom: 150px;
}

.zone-open h2 {
    text-align: center;
    margin: 48px 0 8px;
}
.zone-open h2:first-of-type {
    margin: 0 0 8px;
}

.zone-open h2+p {
    font-weight: 700;
    text-align: center;
}

.zone-open .panel {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 12px;
    margin: 48px auto 20px;
    width: 75%;
    position: relative;
}
.zone-open .panel h3 {
    width: 100%;
    margin: 12px 0 20px;
}
.zone-open .panel h4 {
    line-height: 30px;
    margin: 8px 0 12px;
}
.zone-open .panel td h4 {
    text-align: right;
}

.zone-open .panel p {
    color: #495057;
    font-weight: 700;
    margin: 8px 0;
    line-height: 15px;
    text-align: left;
}


.zone-open .panel table {
    width: 100%;
}
.zone-open .panel table th {
    border-bottom: 1px solid #495057;
}
.zone-open .panel table td {
    line-height: 28px;
}


.zone-open .panel .col-lg-12 {
    width: 100%;
    padding: 0 12px
}
.zone-open .panel .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 12px
}
.zone-open .panel .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
    padding: 0 12px
}
.zone-open .panel .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 12px
}
.zone-open .panel .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
    padding: 0 12px
}

.zone-open .panel + p {
    text-align: center;
}


.zone-open .panel .tooltip-icon {
    top: 15px; 
    right: 10px;
}



/* ZONE ARTICLE */
.zone-article {
    margin-top: 150px;
    margin-bottom: 150px;
}

.zone-article .wdt-75 {
    margin: 0 auto;
}

.zone-article h2 {
    text-align: center;
    margin-bottom: 48px;
}

.zone-article h6 {
    font-family: 'Roboto', sans-serif;
    margin: 48px 0 16px;
}

.zone-article table {
    margin-top: 48px;
    margin-bottom: 48px;
    min-width: 100%;
    border-collapse: collapse;
}
.zone-article table th,
.zone-article table td {
    padding: 8px;
}
.zone-article table th {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    text-align: left;
}




/* FULL-WIDTH */
.full-width {
    margin-top: 150px;
    margin-bottom: 150px;
    padding: 75px 0;
}

.full-width .wdt-75 {
    margin: 0 auto;
}

.full-width h2 {
    text-align: center;
    margin-bottom: 48px;
}

.full-width h6 {
    font-family: 'Roboto', sans-serif;
}





/* ZONE-VIDEO */  
.zone-video {
    margin-top: 150px;
    margin-bottom: 150px;
    display: flex;
    gap: 24px;
}

.zone-video .text,
.zone-video .video {
    width: 50%;
}

.zone-video .text h2 {
    margin-bottom: 10px;
}





/* PRICES-TABLE */
.prices-table {
    margin-top: 150px;
    margin-bottom: 150px;
}

.prices-table h2 {
    text-align: center;
}

.prices-table .selection {
    margin: 30px 0 100px;
}

.prices-table .pricing {
    margin-top: 48px;
    margin-bottom: 48px;
}

.prices-table .pricing .table-wrapper {
    margin-top: 48px;
    margin-bottom: 16px;
}

.prices-table ul {
    padding-left: 0;
}



/* SECTION-ACTUAL */
.section-actual {
    margin-top: 150px;
    margin-bottom: 150px;
}

.section-actual h2 {
    text-align: center;
    margin-bottom: 30px;
}

.section-actual .times {
    display: flex;
    justify-content: center;
    padding: 24px;
}

.section-actual .times .box,
.section-actual .times .box a {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    text-decoration: none;
}

.section-actual .times .box img.icon,
.section-actual .times .box img.icon-weather {
    height: 45px;
}

.section-actual .times .box h6 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
}

.section-actual .times .box h6 span {
    font-weight: 700;
}



/* FAQ */
.faq {
    margin-top: 150px;
    margin-bottom: 150px;
}

.faq h2 {
    text-align: center;
    margin-bottom: 48px;
}

.faq .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 75%;
    margin: 0 auto;
}

.faq .content .box h4 {
    line-height: 1.4;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    margin-right: 20px;
    padding: 20px 50px 20px 20px; 
    margin-bottom: 0; /*přepis main.css*/
}

.faq .content .box .answer {
    display: none;
    margin: 0 20px 20px 20px;
}

.faq .content .box .answer.show {
    display: block;
}



/* LINK-PDF */
.link-pdf {
    margin-top: 150px;
    margin-bottom: 150px;
}

.link-pdf h2 {
    text-align: center;
    margin-bottom: 48px;
}

.link-pdf a {
    text-decoration: none;
    color: #000;
}

.link-pdf a .box {
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 20px 75px 20px 20px;
    width: 75%;
    margin: 0 auto 10px;
}

.link-pdf h4 {
    margin: 0; /*přepis main.css*/
}



/* MAP */
.map {
    margin-top: 150px;
    margin-bottom: 150px;
}

.map h2 {
    text-align: center;
    margin-bottom: 48px;
}

.map .info {
    position: relative;
    z-index: 99;
    top: -100px;
    margin-bottom: -100px;
    width: 75%;
    display: flex;
    gap: 30px;
    padding: 24px 36px;
}

.map .info .box {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.map .info .box h4 {
    color: #000;
    margin-bottom: 10px;
}

.map .info .box .button-main {
    margin: 16px 0;
}




/* CONTACT-OTHERS */
.contact-others {
    margin-top: 150px;
    margin-bottom: 150px;
}

.contact-others h2 {
    text-align: center;
    margin-bottom: 48px;
}

.contact-others .text {
    text-align: center;
    margin-bottom: 48px;
}

.contact-others .text p {
    margin-bottom: 0;
}

.contact-others .banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 40px;
    color: #fff;
    margin-top: 48px;
}

.contact-others .banner .logo {
    height: 32px;
}




/* INTRO */
.intro {
    margin-top: 150px;
    margin-bottom: 150px;
    display: flex;
    gap: 50px;
}

.intro .text,
.intro .image {
    width: 50%;
}

.intro h2 {
    margin-bottom: 48px;
}

.intro .image {
    display: flex;
    align-items: center;
}

.intro .image img {
    max-width: 100%;
    height: auto;
}




/* SECTION-SERVICES */
.section-services {
    margin-top: 150px;
    margin-bottom: 150px;
}

.section-services .selection {
    margin-bottom: 30px;
}

.section-services .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0 45px;
}

.section-services .grid .wide {
    grid-column: span 2; 
}

.section-services .grid .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    position: relative;
}

.section-services .grid .item .info {
    position: absolute;
    text-align: left;
    left: -10px;
    top: 30px;
    padding: 5px 20px;
    z-index: 999;
    color: white; 
}
.section-services .grid .info.new {
    background-color: #dc3545; 
}

/* start   image - gallery-popup*/
.section-services .grid .item .image {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.section-services .grid .item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.section-services .grid .item .image-gallery {
    display: flex;
    gap: 12px;
}
.section-services .grid .item .image .box-big {
    width: 66%;
    height: 250px;
}
.section-services .grid .item .image .box-small {
    width: 33%;
    height: 250px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.section-services .grid .item .image .box-small img {
    height: 125px
}
.section-services .grid .item .image-gallery .hidden-image {
    display: none !important;
}
/* end   image - gallery-popup*/

.section-services .grid .item .text :is(h3,p) {
    color: #000;
    margin-bottom: 16px;
}

.section-services .grid .item .button-main {
    margin-top: auto; 
}




/* SECTION-LECTIONS */
.section-lections {
    margin-top: 150px;
    margin-bottom: 150px;
}

.section-lections h2 {
    text-align: center;
    margin-bottom: 48px;
}

.section-lections .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0 45px;
}

.section-lections .grid .wide {
    grid-column: span 2; 
}

.section-lections .grid .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    background-color: #F8F8F8;
    position: relative;
}

.section-lections .grid .item .image {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.section-lections .grid .item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.section-lections .grid .item .text h4 {
    margin-bottom: 16px;
}

.section-lections .grid .item .text h4 a {
    text-decoration: none;
}

.section-lections .grid .item .button-main {
    margin-top: auto; 
}





/* LECTION-DETAIL */
.lection-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lection-detail .image {
    max-width: 1000px;
}

.lection-detail .image img {
    max-width: 100%;
    height: auto;
}

.lection-detail .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 16px;
}

.lection-detail .nav .home {
    margin: 0;
    text-decoration: none;
}

.lection-detail .nav .home {
    color: #6c757d;
    text-decoration: underline;
}

.lection-detail .nav .home::after {
    content: "|";
    margin-left: 12px;
}

.lection-detail .nav .section {
    text-decoration: underline;
}

.lection-detail .nav .active::before {
    content: ">";
    font-weight: 400;
    color: #6c757d;
    margin-right: 12px;
}

.lection-detail .nav .active {
    font-weight: 700;
    margin: 0;
    text-decoration: none;
}

.lection-detail .text {
    width: 66%;
    margin: 48px 0 30px;
}

.lection-detail .text h2 {
    text-align: center;
    margin-bottom: 16px;
}

.lection-detail .text ul {
    margin-bottom: 16px;
}

.lection-detail .button-main {
    margin: 20px auto;
}

.lection-detail .schedule {
    width: 66%;
    text-align: center;
    padding: 24px;
}

.lection-detail h4 {
    text-align: center;
    margin: 0; /*přepis main.css*/
}




/* CLUBS */
.clubs {
    margin-top: 150px;
    margin-bottom: 150px;
}

.clubs .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0 45px;
}

.clubs .grid .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    background-color: #f8f9fa;
}

.clubs .grid .item .image {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.clubs .grid .item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.clubs .grid .item .text h3 {
    color: #000;
    margin-bottom: 16px;
}

.clubs .grid .item .text h3 a {
    color: #000;
    text-decoration: none;
}

.clubs .grid .item .button-main {
    margin-top: auto; 
}

/* CLUBS3 */
.clubs3 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.clubs3 .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 24px 0 45px;
}

.clubs3 .grid .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    background-color: #f8f9fa;
}

.clubs3 .grid .item .image {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.clubs3 .grid .item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.clubs3 .grid .item .text h3 {
    color: #000;
    margin-bottom: 16px;
}

.clubs3 .grid .item .text h3 a {
    color: #000;
    text-decoration: none;
}

.clubs3 .grid .item .button-main {
    margin-top: auto; 
}



/* PORTAL-PLACES */
.portal-places {
    margin-top: 150px;
    margin-bottom: 150px;
}

.portal-places h2 {
    text-align: center;
    margin-bottom: 36px;
}

.portal-places .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.portal-places .grid .item {
    position: relative;
    aspect-ratio: 1 / 0.8; 
    overflow: hidden;
}

.portal-places .grid .item .default,
.portal-places .grid .item .hover {
    width: 100%;
    height: 100%;
}

.portal-places .grid .item .default {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.portal-places .grid .item .default::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}

.portal-places .grid .item .default h3 {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}

.portal-places .grid .item .default .banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.portal-places .grid .item a {
    text-decoration: none;
}

.portal-places .grid .item .hover {
    display: none;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.portal-places .grid .item .hover .logo {
    width: 100%;
    height: 57%;
    display: flex;
    align-items: end;
}

.portal-places .grid .item .hover img {
    margin: auto auto 0;
    max-width: 80%;
}

.portal-places .grid .item .hover p {
    color: #fff;
    text-align: center;
    margin-top: auto;
    margin-bottom: 25px;
}

.portal-places .grid .item:hover .default {
  display: none;
}

.portal-places .grid .item:hover .hover {
  display: flex;
}

.portal-places .grid .item .hover .icon {
    margin-left: 5px;
}


/* START - barevné CSS pro portal */
.portal-positions .grid .item .label.red,
.portal-lections .grid .item .label.red,
.portal-activities .grid .item .label.red,
.portal-news .grid .item .label.red,
.portal-areas .image.red::before,
.portal-areas-bid .image.red::before,
.portal-places .default.red::before,
.portal-places .red {
    background-color: #dc3545;
}
.portal-positions .grid .item .label.blue,
.portal-lections .grid .item .label.blue,
.portal-activities .grid .item .label.blue,
.portal-news .grid .item .label.blue,
.portal-areas .image.blue::before,
.portal-areas-bid .image.blue::before,
.portal-places .default.blue::before,
.portal-places .blue {
    background-color: #0d6efd;
}
.portal-positions .grid .item .label.yellow,
.portal-lections .grid .item .label.yellow,
.portal-news .grid .item .label.yellow,
.portal-areas .image.yellow::before,
.portal-areas-bid .image.yellow::before,
.portal-places .default.yellow::before,
.portal-places .yellow {
    background-color: #ffc107;
}
.portal-positions .grid .item .label.green,
.portal-lections .grid .item .label.green,
.portal-activities .grid .item .label.green,
.portal-news .grid .item .label.green,
.portal-areas .image.green::before,
.portal-areas-bid .image.green::before,
.portal-places .default.green::before,
.portal-places .green {
    background-color: #198754;
}
.portal-positions .grid .item .label.orange,
.portal-lections .grid .item .label.orange,
.portal-activities .grid .item .label.orange,
.portal-news .grid .item .label.orange,
.portal-areas .image.orange::before,
.portal-areas-bid .image.orange::before,
.portal-places .default.orange::before,
.portal-places .orange {
    background-color: #fd7e14;
}
.portal-positions .grid .item .label.gray,
.portal-lections .grid .item .label.gray,
.portal-activities .grid .item .label.gray,
.portal-news .grid .item .label.gray,
.portal-areas .image.gray::before,
.portal-areas-bid .image.gray::before,
.portal-places .default.gray::before,
.portal-places .gray {
    background-color: #495057;
}
.portal-positions .grid .item .label.brown,
.portal-lections .grid .item .label.brown,
.portal-activities .grid .item .label.brown,
.portal-news .grid .item .label.brown,
.portal-areas .image.brown::before,
.portal-areas-bid .image.brown::before,
.portal-places .default.brown::before,
.portal-places .brown {
    background-color: #704D39;
}
/* END - barevné CSS pro portal */





/* PORTAL-AREAS */
.portal-areas {
    margin-bottom: 150px;
}

.portal-areas .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0 45px;
}

.portal-areas .grid .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
}

.portal-areas .grid .wide {
    grid-column: span 2; 
}

.portal-areas .grid .item .image {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portal-areas .grid .item .image::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

.portal-areas .grid .item .image .logo {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    height: 60px;
}

.portal-areas .grid .item .image .banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.portal-areas .grid .item .text a {
    color: #000;
    text-decoration: none;
}

.portal-areas .grid .item .text :is(h3,p) {
    color: #000;
    margin-bottom: 16px;
}

.portal-areas .grid .item .text .alert {
    color: #DA2128;
    font-weight: 700;
    margin-bottom: 6px;
    padding: 0; /*přepis main.css */
}

.portal-areas .grid .item .button-main {
    margin-top: auto; 
}




/* PORTAL-AREAS-BID */
.portal-areas-bid {
    margin-bottom: 150px;
}

.portal-areas-bid .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0 45px;
}

.portal-areas-bid .grid .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
}

.portal-areas-bid .grid .wide {
    grid-column: span 2; 
}

.portal-areas-bid .grid .item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
}

.portal-areas-bid .grid .item .image::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

.portal-areas-bid .grid .item .image .logo {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    height: 60px;
}

.portal-areas-bid .grid .item .image .banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.portal-areas-bid .grid .item .text a {
    color: #000;
    text-decoration: none;
}

.portal-areas-bid .grid .item .text :is(h3,p) {
    color: #000;
    margin-bottom: 16px;
}

.portal-areas-bid .grid .item .text .alert {
    color: #DA2128;
    font-weight: 700;
    margin-bottom: 6px;
    padding: 0; /*přepis main.css */
}

.portal-areas-bid .grid .item .button-main {
    margin-top: auto; 
}




/* PORTAL-PROJECT-LIST */
.portal-project {
    margin-bottom: 150px;
}

.portal-project .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.portal-project .grid .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
}

/* start   image - gallery-popup*/
.portal-project .grid .item .image {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.portal-project .grid .item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}   
.portal-project .grid .item .image-gallery {
    display: flex;
    gap: 12px;
}
.portal-project .grid .item .image .box-big {
    width: 66%;
    height: 250px;
}
.portal-project .grid .item .image .box-small {
    width: 33%;
    height: 250px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.portal-project .grid .item .image .box-small img {
    height: 125px
}
.portal-project .grid .item .image-gallery .hidden-image {
    display: none !important;
}
/* end   image - gallery-popup*/

.portal-project .grid .item .text :is(h3,p) {
    color: #000;
    margin-bottom: 16px;
}

.portal-project .grid .item .button-main {
    margin-top: auto; 
}





/* PROJECT-DETAIL */
.project-detail .main-banner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    margin-bottom: 100px;
}

.project-detail .main-banner1 h1 {
    color: #fff;
}

.project-detail h2 {
    margin-bottom: 25px;
}

.project-detail .content {
    display: flex;
    gap: 20px;
}

.project-detail .content .text {
    flex: 0 0 auto;
    width: 58.33333%;
}

.project-detail .content .image {
    width: 41.66667%;
}

.project-detail .content .image img {
    width: 100%; 
    height: auto; 
    min-height: 100%;
    object-fit: cover; 
}





/* PORTAL-PROJECTS */
.portal-projects {
    margin-top: 150px;
    margin-bottom: 150px;
}

.portal-projects h2 {
    text-align: center;
    margin-bottom: 48px;
}

.portal-projects .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; 
}

.portal-projects .grid .big {
    height: 450px;
}

.portal-projects .grid .small {
    height: 212px;
}

.portal-projects .grid .tall {
    grid-row: span 2; 
}

.portal-projects .grid .wide {
    grid-column: span 2; 
}

.portal-projects .grid .centered {
    grid-column: 1 / -1;
    justify-self: center;
}

.portal-projects .grid a {
    position: relative;
    display: block;
    cursor: pointer;
}

.portal-projects .grid a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.portal-projects .grid a:hover .text {
    display: flex;
}

.portal-projects .grid .text {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 9%, rgba(255,255,255,0) 100%);
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.portal-projects .grid .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.portal-projects .grid .more {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.portal-projects .grid .more .icon {
    width: 15px;
    max-height: 10px;
}

.portal-projects .grid .centered .text,
.portal-projects .grid .big .text {
    height: 450px
}

.portal-projects .grid .small .text {
    height: 212px
}

.portal-projects .hidden-image {
    display: none !important;
}





/* PORTAL-NEWS */
.portal-news {
    margin-top: 150px;
    margin-bottom: 150px;
}

.portal-news .selection {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.portal-news .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0 45px;
}

.portal-news .grid .item {
    padding: 25px;
    position: relative;
}

.portal-news .grid .item h4 {
    margin-bottom: 12px;
    width: 64%;
}

.portal-news .grid .item .label {
    position: absolute;
    white-space: nowrap;
    right: -10px;
    padding: 5px 10px;
    color: white;
    font-weight: 700;
}

.portal-news .grid .item .date {
    font-size: 16px;
    color: #495057;
    font-weight: 700;
}

.portal-news .grid .item .text {
    margin-top: 10px;
}





/* MAPY.CZ */
.mapy-cz {
    margin-top: 150px;
    margin-bottom: 150px;
    position: relative;
    height: 500px;
    overflow: hidden;
}

.mapy-cz iframe {
    position: absolute;
    top: -90px;
    height: 680px;
}





/* PORTAL-ACTIVITIES */
.portal-activities {
    margin-top: 150px;
    margin-bottom: 150px;
}

.portal-activities h2 {
    text-align: center;
    margin-bottom: 10px;
}

.portal-activities h2+p {
    text-align: center;
}

.portal-activities .selection {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.portal-activities > *:not(.selection) + .selection {
  margin-top: 20px;
}

.portal-activities .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0 45px;
}

.portal-activities .grid .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    position: relative;
    z-index: 0;
}

.portal-activities .grid .wide {
    grid-column: span 2; 
}

.portal-activities .grid .item .label {
    position: absolute;
    white-space: nowrap;
    left: -10px;
    top: 32px;
    padding: 5px 10px;
    color: white;
    font-weight: 700;
    z-index: 1000;
}

.portal-activities .grid .item .image {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.portal-activities .grid .item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}   

.portal-activities .grid .item .text :is(h3,p) {
    color: #000;
    margin-bottom: 16px;
}

.portal-activities .grid .item .button-main {
    margin-top: auto; 
    text-transform: uppercase;
}




/* PORTAL-LECTIONS */
.portal-lections {
    margin-top: 150px;
    margin-bottom: 150px;
}

.portal-lections h2 {
    text-align: center;
    margin-bottom: 10px;
}

.portal-lections h2+p {
    text-align: center;
}

.portal-lections .selection {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.portal-lections > *:not(.selection) + .selection {
  margin-top: 20px;
}

.portal-lections .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0 45px;
}

.portal-lections .grid .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    position: relative;
    z-index: 0;
}

.portal-lections .grid .wide {
    grid-column: span 2; 
}

.portal-lections .grid .item .label {
    position: absolute;
    white-space: nowrap;
    left: -10px;
    top: 32px;
    padding: 5px 10px;
    color: white;
    font-weight: 700;
    z-index: 1000;
}

.portal-lections .grid .item .image {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.portal-lections .grid .item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.portal-lectionss .grid .item .text h4 {
    margin-bottom: 16px;
}

.portal-lections .grid .item .text h4 a {
    text-decoration: none;
}

.portal-lections .grid .item .button-main { 
    margin-top: 16px;
    text-transform: uppercase; 
}






/* PORTAL-POSITIONS */
.portal-positions {
    margin-bottom: 150px;
}

.portal-positions h2 {
    text-align: center;
    margin-bottom: 10px;
}

.portal-positions .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0 45px;
}

.portal-positions .grid .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    position: relative;
    z-index: 0;
}

.portal-positions .grid .item .label {
    position: absolute;
    white-space: nowrap;
    left: -10px;
    top: 32px;
    padding: 5px 10px;
    color: white;
    font-weight: 700;
    z-index: 1000;
}

.portal-positions .grid .item .image {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.portal-positions .grid .item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.portal-positions .grid .item .text h4 {
    margin-bottom: 16px;
}

.portal-positions .grid .item .text h4 a {
    text-decoration: none;
}

.portal-positions .grid .item .button-main {
    margin-top: auto; 
}




/* POSITION-DETAIL */
.position-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.position-detail .image {
    max-width: 1000px;
}

.position-detail .image img {
    max-width: 100%;
    height: auto;
}

.position-detail .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 16px;
}

.position-detail .nav .home {
    color: #6c757d;
    text-decoration: underline;
}

.position-detail .nav .home::after {
    content: "|";
    margin-left: 12px;
}

.position-detail .nav .section {
    text-decoration: underline;
}

.position-detail .text {
    width: 66%;
    margin: 48px 0;
}

.position-detail .text h2 {
    text-align: center;
    margin-bottom: 16px;
}
.position-detail .text h2+p {
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}

.position-detail .button-main {
    margin: 20px auto;
}

.position-detail .kontakt {
    width: 66%;
    text-align: center;
    padding: 24px;
}

.position-detail h4 {
    text-align: center;
    margin-bottom: 10px;
}




/* PORTAL-ALERT-BANNER */
.portal-alert-banner {
    margin-top: 150px;
    margin-bottom: 150px;
}

.portal-alert-banner .text {
    color: white; 
    text-align: center;
    padding: 50px 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background-image: url("/img/alert-banner-white.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    fill-opacity: 0.2;
}

.portal-alert-banner .text h2 {
    margin: 0;  /*přepis main.css*/
}

.portal-alert-banner .text .button-light {
    text-transform: uppercase;
}



/* PORTAL-ALERTS */
.portal-alerts {
    margin-top: 150px;
    margin-bottom: 150px;
}

.portal-alerts h2 {
    text-align: center;
    margin-bottom: 48px;
}

.portal-alerts h4 {
    margin-bottom: 8px;
}

.portal-alerts .item {
    padding: 1rem 2rem;
}





/* PORTAL-MEDIA */
.portal-media {
    margin-top: 150px;
    margin-bottom: 150px;
}

.portal-media h2 {
    text-align: center;
    margin-bottom: 48px;
}

.portal-media .downloads {
    position: relative;
    width: 580px;
    margin: 0 auto 25px;
}

.portal-media .downloads p {
    margin-bottom: 5px;
}

.portal-media .downloads .link {
    border: 1px solid #d3d3d3;
    padding: 10px 15px 10px 50px;
}

.portal-media .downloads .link:before {
    content: "";
    position: absolute;
    filter: opacity(30%);
    width: 25px;
    height: 20px;
    display: inline-block;
    left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZGF0YS1uYW1lPSJMYXllciAxIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI1Niw0MDkuNywxNTIuMDUsMzA1Ljc1LDE3My41LDI4NC4zbDY3LjMzLDY3LjMyVjM0aDMwLjM0VjM1MS42MkwzMzguNSwyODQuMywzNjAsMzA1Ljc1Wk00NDUuOTIsMzUxdjkzLjIyYTMuNjEsMy42MSwwLDAsMS0zLjQ3LDMuNDhINjkuMTVhMy4zLDMuMywwLDAsMS0zLjA3LTMuNDhWMzUxSDM1Ljc0djkzLjIyQTMzLjY2LDMzLjY2LDAsMCwwLDY5LjE1LDQ3OGgzNzMuM2EzMy44NSwzMy44NSwwLDAsMCwzMy44MS0zMy44MlYzNTFaIi8+PC9zdmc+"); 
}






/* CHIP-LOGOS */
.chip-logos {
    margin-top: 150px;
    margin-bottom: 150px;
}

.chip-logos h2 {
    text-align: center;
    margin-bottom: 48px;
}

.chip-logos .logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 20px; 
}

.chip-logos .logos .item {
    width: 250px;
    height: 100px;
    display: flex;
    align-items: center;
}

.chip-logos .logos .item img {
    width: auto; 
    height: 40px;
    max-width: 100%; 
    display: block;
}

.chip-logos .logos .item:hover {
    opacity: 0.6; 
}





/* GALLERY-VIDEO */
.gallery-video {
    margin-top: 150px;
    margin-bottom: 150px;
}

.gallery-video h2 {
    text-align: center;
    margin-bottom: 35px;
}

.gallery-video .videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.gallery-video .videos .box {
    flex: 0 0 auto;
    width: 30%;
}



/* CHIP-BENEFITS */
.chip-benefits {
    margin-top: 150px;
    margin-bottom: 150px;
    padding: 75px 0;
}

.chip-benefits h2 {
    text-align: center;
    margin-bottom: 65px;   
}

.chip-benefits .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
    width: 80%;
    margin: 0 auto;
}

.chip-benefits .list .box {
    display: flex;
    align-items: start;
    gap: 24px;
}

.chip-benefits .list .box img {
    width: 43px;
}

.chip-benefits .list .box h4 {
    hyphens: auto;
    width: 75%;
}





/* ACTION-ARENA */
.action-arena {
    margin-top: 150px;
    margin-bottom: 150px;
}

.action-arena h2 {
    text-align: center;
    margin-bottom: 10px;
}

.action-arena .selection {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}

.wrapper-actions {
    max-width: 1220px;
    margin: 64px auto 0;
}

/*CALENDAR*/
.calendar {
    width: 292px;
    height: 472px; 
    user-select: none;
    position: absolute;
}

.calendar_days, 
.calendar_weekdays, 
.calendar_header {
    position: relative;
    overflow: hidden; 
}

.calendar_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center; 
    width: 100%;
    padding: 12px; 
}

.calendar h3 {
    font-size:30px;
    line-height: 1;
    color: #212529;
    margin: 4px;
    width: 90%;
}

.calendar .switch-month {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    width: 15%;
}

.calendar-content {
    padding: 30px 16px 7px;
    background: #fff;
}

.calendar_weekdays {
    display: flex;
    justify-content: space-between;
}

.calendar_weekdays div {
    font-family: 'Lexend';
    font-size: 20px;
    font-weight: 700;
    width: 14.28571%;
    text-align: center;
}

.calendar_days {
    display: flex;
    flex-wrap: wrap;
}

.calendar_days div {
    position: relative;
    font-family: 'Lexend';
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    width: 14.28571%;
    border: 1px solid transparent;
    padding: 12px 0; 
    z-index: 10;
}

.calendar_days div.actionOn {
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

.calendar_days div.actionOn::after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.calendar_days div.actionSelected {
    color: #fff;
}

.calendar_days div.actionSelected::after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: -1;
}

.container-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.block-action-first {
    width: 292px;
    height: 472px;
}

.block-action {
    width: 292px;
    height: 472px;
    border: 1px solid #BBB;
}

.block-action .card-image {
    height: 292px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.block-action .card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.block-action .card-body {
    height: 177px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px 20px 10px;
    background: #fff;
}

.block-action .card-body .specific {
    display: flex;
    justify-content: center; 
    align-items: center;
    flex-wrap: wrap;
    gap: 3px 10px;
}

.block-action .card-body .specific h6 {
    border-radius: 100px;
    padding: 4px 8px;
    margin: 0; /*přepis main.css */
}

.block-action .card-body .specific p {
    color: #6C6C6C;
    margin: 0; 
}

.block-action .card-body h5 {
    font-size: 17px;
    text-align: center;
    margin: 0; /*přepis main.css */
}

.block-action .card-body h5 a {
    text-decoration: none;
}

.block-action .date { 
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.border-none {
    border: none;
}

.block-action .card-image {
    position: relative; 
    overflow: hidden; 
}

.block-action:hover img {
    transform: scale(1.2);
    transition: transform 0.5s ease; 
}

.block-action:hover .card-body {
    transition: background-color 0.5s ease;
}

.block-action:hover h5 {
    text-decoration: underline;
    transition: text-decoration 0.5s ease;
}



/* GOOD-TO-KNOW */
.good-to-know {
    margin-top: 80px;
    margin-bottom: 150px;
}

.good-to-know h3 {
    text-align: center;
    margin-bottom: 28px;
}

.good-to-know .infos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}




/* ACTION-ARENA-DETAIL */
.action-detail {
    margin-top: 150px;
    margin-bottom: 150px;
}

.action-detail .top-image {
    display: flex;
    justify-content: center;
}

.action-detail .top-image img {
    max-height: 480px;
    max-width: 480px;
}

.action-detail .container-w-65 {
    width: 65%;
    margin: 0 auto;
}

.action-detail .title {
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.action-detail .title .specific {
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 20px;
}
.action-detail .title .specific h6 {
    border-radius: 100px;
    padding: 4px 8px;
    margin: 0; /*přepis main.css */
}
.action-detail .title .specific p {
    color: #6C6C6C;
    margin: 0; 
}

.action-detail .title h2 {
    margin: 30px 0;
}

.action-detail .title h3 {
    color:  #6c6c6c;
    margin: 0; /*přepis main.css */
}

.action-detail .container-info {
    margin: 100px auto;
    padding: 75px;
}

.action-detail .container-info .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 75%;
    margin: 0 auto;
}

.action-detail .description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.action-detail .card {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 100px auto;
}

.action-detail .card .button-main,
.action-detail .card-reverse .button-main {
    font-weight: 700;
}

.action-detail .card .image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-detail .card .image img {
    width: 300px;
    height: 300px;
}

.action-detail .card .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}




/* ERROR */
.error {
    position: relative;
    background: #FCA1B0 url("/img/error/404-universal.jpg");
    background-repeat: no-repeat;
    background-position: top; 
    padding: 200px;
}

.error .text {
    position: relative;
    z-index: 2;
    width: 50%; 
}

.error .text :is(h1, h3, p) {
    color: #fff;
}

.error::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FCA1B0;
    opacity: 0;
    display: block; 
}


/* CAMERA-LIVE */
.webcamera {
    padding-top: 150px;
}

.webcamera h2 {
    text-align: center;
    margin-bottom: 55px;
}

.webcamera .web-images {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.webcamera .web-images .box {
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

.webcamera .image-background-mpsl_25 {
    background: url(/_files/kamery/mpsl_25.jpg) no-repeat;
}

.webcamera .image-background-mpsl_50 {
    background: url(/_files/kamery/mpsl_50.jpg) no-repeat;
}

.webcamera .image-background-kluvod1 {
    background: url(/_files/kamery/kluvod1.jpg) no-repeat;
}

.webcamera .image-background-kluluz1 {
    background: url(/_files/kamery/kluluz1.jpg) no-repeat;
}

.webcamera .image-background-mpsl_25,
.webcamera .image-background-mpsl_50,
.webcamera .image-background-kluvod1,
.webcamera .image-background-kluluz1 {
    background-size: contain;
    width: 522px;
    height: 295px;
}

.webcamera .web-images .box h4 {
    text-align: center;
    margin: 24px 0 8px;
}





/* GALLERY-PHOTO */
.gallery-photo {
    margin-top: 150px;
    margin-bottom: 150px;
}

.gallery-photo h2 {
    text-align: center;
    margin-bottom: 30px;
}

.gallery-photo .gallery {
    margin-top: 48px;
}



/* --------------- START FORMS --------------- */
/* MSK-FORM */
.msk-form {
    margin-top: 150px;
    margin-bottom: 150px;
    width: 800px;
    max-width: 100%;
}

.msk-form .radio-input {
    margin-left: 24px;
}



/* CAMP-FORM */
.camp-form {
    margin-top: 150px;
    margin-bottom: 150px;
    width: 800px;
    max-width: 100%;
}

.camp-form .form-check {
    margin: 30px 0 16px;
    padding-left: 24px;
}

.camp-form .form-check .form-check-input {
    margin-left: -24px;
}

.camp-form .side-options {
    display: flex;
    gap: 24px;
    margin-left: -24px;
}

.camp-form .bank-acc {
    display: flex;
    gap: 20px;
}
.camp-form .bank-acc .wdt-80 {
    width: 80%;
}
.camp-form .bank-acc .wdt-20 {
    width: 20%;
}


/* PLAVANI-FORM */
.plavani-form {
    margin-top: 150px;
    margin-bottom: 150px;
    width: 800px;
    max-width: 100%;
}


/* PORTAL-AKCE-FORM */
.portal-akce-form {
    margin-top: 150px;
    margin-bottom: 150px;
    width: 800px;
    max-width: 100%;
}

.portal-akce-form h6 {
    margin: 25px 0 10px;
}

.portal-akce-form .side-options {
    display: flex;
    gap: 24px;
}

.portal-akce-form .side-options .box {
    width: 30%;
}


/* PORTAL-FKSP-FORM */
.portal-fksp-form {
    margin-top: 150px;
    margin-bottom: 150px;
    width: 800px;
    max-width: 100%;
}

.portal-fksp-form h6 {
    margin: 25px 0 10px;
}

.portal-fksp-form .side-options {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.portal-fksp-form .side-options .box {
    width: 48%;
}


/* PORTAL-SUPPORT-FROM */
.portal-support-form {
    margin-top: 150px;
    margin-bottom: 150px;
    width: 800px;
    max-width: 100%;
}


/* DAY-FORM */
.day-form {
    margin-top: 150px;
    margin-bottom: 150px;
    width: 800px;
    max-width: 100%;
}

.day-form h3 {
    margin-bottom: 10px;
}

.day-form .ms-2 {
    margin-left: 8px;
}

.day-form .row-inline {
    margin-bottom: 4px;
}





/* ----------------- END FORMS ----------------- */




/* SEARCH-RESULTS */
.search-results {
    margin-top: 150px;
    margin-bottom: 150px;
}

.search-results h2 {
    text-align: center;
    margin-bottom: 150px;
}




/* CUP */
.cup {
    margin-top: 100px;
    margin-bottom: 150px;
}

.cup h2 {
    text-align: center;
    margin: 50px 0 8px;
}

.cup h2+p {
    margin: 8px 0 25px;
}

.cup .section {
    margin-top: 50px;
    margin-bottom: 100px;
}

.cup .section .table {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    border-color: 1px solid #dee2e6;
    border-collapse: collapse;
}

.cup .section .table tr,
.cup .section .table td {
    padding: 8px;
}

.cup .section .table td:nth-of-type(1) {
    width: 155px;   
}
.cup .section .table td:nth-of-type(2) {
    width: 300px;  
}
.cup .section .table td:nth-of-type(3) {
    width: 185px;
}




/* CUP-ARCHIVE */
.cup-archive {
    margin-top: 100px;
    margin-bottom: 150px;
}

.cup-archive h2 {
    text-align: center;
    margin: 50px 0;
}

.cup-archive .section {
    margin-top: 50px;
    margin-bottom: 100px;
}

.cup-archive .section .table {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.cup-archive .section .table tr,
.cup-archive .section .table td {
    padding: 8px;
}

.cup-archive .section .table tr {
    border-bottom: 1px solid #dee2e6;
}

.cup-archive .section .table td:nth-of-type(1) {
    width: 190px;   
}
.cup-archive .section .table td:nth-of-type(2) {
    width: 150px;  
}
.cup-archive .section .table td:nth-of-type(3) {
    width: 300px;
}





/* CUP-DETAIL */
.cup-detail {
    margin-top: 100px;
    margin-bottom: 150px;
}

.cup-detail h2 {
    margin-bottom: 10px;
}

.cup-detail h4 {
    margin-bottom: 10px;
}

.cup-detail h3 {
    margin-bottom: 16px;
}

.cup-detail section {
    margin: 55px 0; 
}

.cup-detail .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cup-detail .grid .box {
    margin-top: 20px;
}

.cup-detail .group {
    display: flex;
    gap: 20px;
}

.cup-detail .group .wdt-65 {
    width: 65%;
}

.cup-detail .group .wdt-35 {
    width: 35%;
}

.cup-detail .line-height {
    line-height: 1.2
} 

.cup-detail .group .column {
    display: flex;
    flex-direction: column;
    gap: 35px
}

.cup-detail th {
    text-align: left;
}




/* TITLE */
.title-only {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px;
}

.title-only + * {
    margin-top: 48px;
}




/* RIVEC FEST - PARTNERS (vloženo do TEXT-PIC komponenty)*/
.partners {
    margin-top: 150px;
    margin-bottom: 150px;
}

.partners h2 {
    text-align: center;
    margin-bottom: 48px;
}

.partners .logos {
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
    gap: 0 34px;
}

.partners .logos .item {
    width: 136px;
    height: auto;
}

.partners .logos.bigger .item {
    width: 170px;
    height: auto;
}

.partners .logos img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.partners .margin-b-100 {
    margin-bottom: 100px;
}

.section-distance + .partners {
    margin-top: 0;  
}





/*_LAYOUT_FOOTER - RIVEC */
.rivec-footer {
    display: flex;
    justify-content: center;
    gap: 5%;
    box-shadow: 0px -10px 30px #0000001A;
    padding: 50px;
}

.rivec-footer .logo-sekce {
    height: 29px;
    max-width: 140px;
    margin-bottom: 16px;
}

.rivec-footer .logo-sekce img {
    height: 100%;
    width: auto;
    object-fit: cover;
    display: block;
}

.rivec-footer .button-footer {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #0071CE;
}

.rivec-footer .button-footer::after {
    content: "";
    display: inline-block;
    background-image: url("/img/icons/arrow-right.svg");
    background-repeat: no-repeat;
    object-fit: cover;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    transition: 0.3s all ease;
}

.rivec-footer .button-footer:hover::after {
    transform: translate(2px, 0px);
}

.rivec-footer .button-footer .icon,
.rivec-footer .button-footer::after {
    filter: invert(27%) sepia(95%) saturate(1417%) hue-rotate(186deg) brightness(100%) contrast(106%);
}

.rivec-footer .socials {
    display: flex;
    gap: 8px;
    margin: 20px 0 25px;
    filter: invert(27%) sepia(95%) saturate(1417%) hue-rotate(186deg) brightness(100%) contrast(106%);
}

.rivec-footer  .socials a {
    height: 30px;
    width: 30px;
}

.rivec-footer .grey-line {
    height: 130px;
    width: 2px;
    background-color: #E2E2E2;
    margin: auto 0;
}

.rivec-footer h6 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.rivec-footer p {
    color: #555555;
    margin-bottom: 16px;
}

.rivec-footer p span {
    font-weight: 700;
}

.rivec-footer p.margin-b-8 {
    margin: 0 0 8px;
}

.rivec-footer p a {
    color: #000;
    text-decoration: none;
}

.rivec-footer p a:hover {
   text-decoration: underline;
}













/* ---------------   RESPONSIVE DESIGN   ---------------*/

@media (max-width: 1399.98px) {
    .bottom-bar {
        flex-wrap: wrap;
    }

    .bottom-bar .menu1 {
        flex-grow: 1; 
        justify-content: flex-end;
    }

    .bottom-bar .search1 {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .portal-bar {
        flex-wrap: wrap;
    }

    .portal-bar .menu1 {
        flex-grow: 1; 
        justify-content: flex-end;
    }

    .portal-bar .buttons {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .wrapper-actions {
        max-width: 910px;
    }


}

@media (max-width: 1140px) {
    .partners {
        width: 100%;
    }
}


@media (max-width: 1199.98px) {
    .social-panel {
        display: none;
    }

    .bottom-bar .menu1 {
        gap: 25px;
    }

    .portal-bar .menu1 {
        gap: 25px;
    }

    .onepage-bar .menu1 {
        gap: 25px;
    }

    .swiper .swiper-next {
        top: 80%;
        right: 5%; 
    } 

    .swiper .swiper-prev {
        top: 80%;
        left: 5%; 
    } 
    
    .swiper .swiper-slide {
        height: 70vh;
    }

    .swiper .swiper-slide .swiper-text h1 {
        font-size: calc(1.575rem + 3.9vw);
    }
    
    .swiper .swiper-slide .swiper-text h2 {
        font-size: calc(1.425rem + 2.1vw);
    }

    .swiper .swiper-pagination {
        display: none; 
    } 

    .section-times {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 30px 20px;
        position: static;
        margin-bottom: 0;
    }
    
    .section-times .box {
        flex: 1 1 150px; 
        max-width: 150px;
        display: flex;
        justify-content: center;
    }
    
    .section-times .occupancy {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
        border-left: none;
    }

    .footer-main {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 40px 10%;
        padding: 50px 32px;
    }
    
    .footer-main .address {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .footer-main .grey-line {
        display: none;
    }

    .footer-main .details {
        text-align: center;
        width: 200px;
    }

    .footer-main .kontakt {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    footer .sponsors {
        padding: 30px 32px;
    }

    footer .sponsors .logos {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .main-banner1 .content h1 {
        font-size: calc(1.575rem + 3.9vw);
    }

    .main-banner1 .content .kontakt {
        position: static;
        top: 0;
        margin-top: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .main-banner1 .content .kontakt .box {
        justify-content: flex-start;
    }

    .index-lections .swiper .swiper-next {
        top: 48%;
        right: 3%;
    } 

    .index-lections .swiper .swiper-prev {
        top: 48%;
        left: 3%;
    } 

    .index-lections .swiper .swiper-slide {
        height: 100%;
    }

    .section-actual .times {
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 30px 20px;
    }
    
    .section-actual .times .box,
    .section-actual .times .box a {
        width: 300px
    }

    .faq .content {
        width: 100%;
    }
    
    .link-pdf a .box {
        width: 100%;
    }

    .zone-open .panel {
        margin: 48px 0 20px;
        width: 100%;
    }

    .full-width .wdt-75 {
        width: 100%;
    }

    .zone-article .wdt-75{
        width: 100%;
    }

    .chip-logos .logos .item {
        width: 190px;
        height: 100px;
    }

    .chip-benefits .list {
        width: 100%;
    }

    .calendar {
       position: static;
       margin: 0 auto 16px;
    }  

    .respons-none {
        display: none;
    }

    .container-actions {
        justify-content: center;
    }

    .error {
        padding: 60px 20px;
        background-position: 50% 0%; 
    } 

    .rivec-footer {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 40px 10%;
        padding: 50px 32px;
    }

    .rivec-footer .address {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }

     .grey-line {
        display: none;
    }

    .rivec-footer .details {
        text-align: center;
        width: 350px;
    }

    .rivec-footer .kontakt {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }
}


@media (max-width: 1028px) {
    .section-times .box {
        flex: 1 1 250px; 
        max-width: 250px;
        display: flex;
        justify-content: center;
    }
}


@media (max-width: 991.98px) {
    .text-pic .text {
        width: 100%;
    }

    .index-boxes {
        flex-wrap: wrap;
    }

    .index-boxes .box {
        width: 300px;
    }

    .sc-33 .index-boxes .box {
        width: 300px;
    }

    .numbers .info {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 30px;
    }

    .numbers .info .box h3 {
        width: 28%;
    }

    .numbers .info .box h4 {
        width: 65%;
    }

    .numbers .flex {
        flex-direction: column;
        gap: 20px;
        margin: 2rem 0;
    }

    .numbers .flex .text,
    .numbers .flex .image {
        width: 100%;
        text-align: center;
    }

    .numbers .flex .image img {
        width: 250px;
    }

    .top-bar {
        flex-wrap: wrap-reverse;
    }

    .top-bar .info1 {
        display: none;
    }

    .top-bar .info-toggle {
        visibility: visible; 
        width: 45px; 
    }

    .bottom-bar .menu1,
    .bottom-bar .search1 {
        display: none;
    }

    .bottom-bar .menu-toggle {
        display: block;
    }

    .info2.active {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 10px 10px;
    }

    .menu2.active {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px 10px 10px;
    }

    .menu2.active a {
        font-size: 20px;
    }

    .menu2.active hr {
        width: 100%; 
        height: 1px;
        background-color: #dee2e6; 
        border: none;
        margin: 0;  /*přepis main.css*/
    }

    .menu2.active hr:last-of-type {
        display: none;
    }

    .search2.active {
        display: flex;
        justify-content: flex-end;
        margin: 15px 12px 20px;
    }
    .portal-bar-wrapper .search2.active {
        gap: 10px;
    }

    .portal-bar .menu1,
    .portal-bar .buttons {
        display: none;
    }

    .portal-bar .menu-toggle {
        display: block;
    }

    .booking2 {
        margin-left: 10px;;
    }
    
    .onepage-bar .menu1,
    .onepage-bar .search1 {
        display: none;
    }

    .onepage-bar .menu-toggle {
        display: block;
    }

    .section-times {
        width: 83%;
    }

    .index-lections .swiper .swiper-next {
        top: 38%;
        right: 5%;
    } 

    .index-lections .swiper .swiper-prev {
        top: 38%;
        left: 5%;
    } 

    .map .info {
        position: static;
        margin-top: 24px;
        margin-bottom: 0;
        width: 100%;
        flex-direction: column;
        gap: 5px;
    }

    .map .info .box {
        width: 100%;
    }

    .zone-open .panel {
        flex-direction: column;
    }

    .zone-open .panel h3,
    .zone-open .panel p,
    .zone-open .panel h4 {
        text-align: center;
    }

    .zone-open .panel .col-lg-6,
    .zone-open .panel .col-lg-5,
    .zone-open .panel .col-lg-3, 
    .zone-open .panel .col-lg-2 {
        width: 100%;
    }

    .contact-others .banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-others .banner :is(.wdt-25, .wdt-50) {
        width: 100%;
    }  

    .zone-video {
        flex-direction: column;
    }

    .zone-video .text,
    .zone-video .video {
        width: 100%;
    }

    .intro {
        flex-direction: column;
        gap: 30px;
    }

    .intro .text,
    .intro .image {
        width: 100%;
    }

    .lection-detail .text {
        width: 100%;
    }

    .lection-detail .schedule {
        width: 100%;
    }

    .section-news .grid,
    .zone-places .grid, 
    .section-services .grid,
    .section-lections .grid,
    .clubs .grid,
    .clubs3 .grid,
    .portal-areas .grid,
    .portal-areas-bid .grid,
    .portal-project .grid,
    .portal-news .grid,
    .portal-activities .grid,
    .portal-lections .grid,
    .portal-positions .grid {
        grid-template-columns: 1fr;
    }
    
    .section-news .grid .wide,
    .zone-places .grid .wide,
    .section-services .grid .wide,
    .section-lections .grid .wide,
    .portal-activities .grid .wide,
    .portal-lections .grid .wide,
    .portal-areas .grid .wide,
    .portal-areas-bid .grid .wide {
        grid-column: span 1;
    }

    .portal-places .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .position-detail .text {
        width: 100%;
    }
    .position-detail .kontakt {
        width: 100%;
    }

    .gallery-video .videos {
        flex-direction: column;
    }
    .gallery-video .videos .box {
        width: 100%;
    }

    .chip-benefits .list {
       grid-template-columns: 1fr;
    }

    .chip-benefits .list .box {
        justify-content: center;
    }

    .chip-benefits .list .box img {
        margin-left: 40px;
    }

    .action-detail .container-w-65 {
        width: 100%;
    }

    .action-detail .container-info {
        padding: 50px
    }

    .action-detail .container-info .info {
        width: 100%;
    }

    .action-detail .title h2 {
        font-size: clamp(2.1875rem, 1.6929rem + 2.1104vw, 3rem);
        line-height: 1.2;
    }

    .action-detail .title h3 {
        font-size: clamp(1.5rem, 1.1195rem + 1.6234vw, 2.125rem);
    }

    .cup-detail .group {
        flex-direction: column;
    }

    .cup-detail .group .wdt-49,
    .cup-detail .group .wdt-65,
    .cup-detail .group .wdt-35 {
        width: 100%;
    }

    .cup-detail .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .webcamera .image-background-mpsl_25,
    .webcamera .image-background-mpsl_50,
    .webcamera .image-background-kluvod1,
    .webcamera .image-background-kluluz1 {
        width: 312px;
        height: 176px;
    }

}


@media (max-width: 767.98px) {
    .weblink img {
        visibility: hidden;
    }

    .onepage-weblink img {
        visibility: hidden;
    }
    
    .index-boxes .box,
    .sc-33 .index-boxes .box {
        width: 230px;
    }

    .index-boxes .box .bland h3 {
        font-size: 25px;
    } 

    .numbers {
        padding: 35px 0px; 
    }

    .gallery .grid {
        grid-template-columns: 1fr; 
    }

    .gallery .grid .big {
        height: 212px;
    }

    .gallery .grid .tall {
        grid-row: span 1; 
    }
    
    .gallery .grid .wide {
        grid-column: span 1; 
    }

    .alert-banner {
        flex-direction: column-reverse;
    }

    .alert-banner .image,
    .alert-banner .text {
        width: 100%;
    }

    .section-times .box {
        flex: 1 1 180px; 
        max-width: 180px;
        display: flex;
        justify-content: center;
    }

    .section-actual .times .box,
    .section-actual .times .box a {
        width: 200px;
    }

    .portal-places .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .portal-places .grid .item {
        aspect-ratio: 1 / 0.5; 
    }
 
    .portal-places .grid .item .hover .logo {
        height: 61%;
    }

    .portal-news .grid .item .label {
        position: static;
        width: fit-content;
        padding: 3px 8px;
        font-size: 14px;
        margin: -10px -30px 10px auto;
    }

    .portal-news .grid .item h4 {
        width: 100%;
    }

    .action-detail .container-info {
        margin: 100px auto;
    }

    .action-detail .container-info .info h4 span {
        display: block;
    }

    .action-detail .card {
        flex-direction: column;
        align-items: flex-start;
    }

    .action-detail .card-reverse {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .action-detail .card .image {
        display: flex;
        justify-content: flex-start;
    }

    .error {
        background-position: 60% 0%; 
    } 
    
    .error .text {
        width: 100%;
    } 

    .error::after {
        opacity: 0.9;
    }

    .portal-projects .grid {
        grid-template-columns: 1fr; 
    }

    .portal-projects .grid .big {
        height: 212px;
    }

    .portal-projects .grid .tall {
        grid-row: span 1; 
    }
    
    .portal-projects .grid .wide {
        grid-column: span 1; 
    }

    .webcamera .web-images {
        flex-wrap: wrap;
        gap: 16px;
    }



}


@media (max-width: 575.98px) {
    .fix-header {
        flex-direction: column-reverse;
    }

    .fix-portal-header {
        flex-direction: column-reverse;
    }

    .fix-onepage-header {
        flex-direction: column-reverse;
    }
    
    .index-boxes .box,
    .sc-33 .index-boxes .box {
        width: 100%;
    }

    .links-logos .logos .item {
        width: 180px;
        height: 80px;
    }
    .chip-logos .logos .item {
        width: 180px;
        height: 80px;
    }
    
    .section-times {
        flex-direction: column;
    }
    
    .section-times .box {
        flex: 1 1 auto; 
        max-width: none;
        display: flex;
        justify-content: center;
    }

    .link-pdf .box {
        background-size: 25px;
    }

    .contact-others .banner  {
        margin-left: -12px;
        margin-right: -12px;
    }

    .portal-media .downloads {
        width: 100%;
    }

    .main-banner1 .content .kontakt {
        padding: 30px 20px;
    }

    .main-banner1 .content .kontakt .box .icon {
        max-width: 35px;
    }

    .main-banner1 .content .kontakt .box .text a.link {
        font-size: 22px;
    }

}


@media (max-width: 480px) {
    .gallery .grid .big,
    .gallery .grid .small {
        height: 212px;
    }

    .main-banner1 {
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .main-banner1 .background {
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .chip-benefits .list .box img {
        margin-left: 0;
    }

    .action-detail .card .image img {
        width: 100%;
        height: auto;
    }
}


@media (max-width: 412px) {
    .numbers .info .box h3 {
        font-size: 24px;
    }

    .numbers .info .box h4 {
        font-size: 18px;
    }
   
   
    .search1-block .rotate {
        height: 15px;
        width: 15px;
    }

    .top-bar .booking {
        white-space: wrap;
    }

    .main-banner1 .content .nav {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .main-banner1 .content .nav .section::before {
        content: "";
    }

    .partners .logos.bigger .item {
        width: 136px;
        height: auto;
    }
}


@media (max-width: 350px) {
    .search1-block .window {
        gap: 10px;
    }

    .webcamera .image-background-mpsl_25,
    .webcamera .image-background-mpsl_50,
    .webcamera .image-background-kluvod1,
    .webcamera .image-background-kluluz1 {
        width: clamp(14.125rem, 0.6875rem + 86vw, 19.5rem);
    }

    .main-banner1 .content .kontakt {
        padding: 20px 10px;
    }

    .main-banner1 .content .kontakt .box .icon {
        max-width: 28px;
    }

    .main-banner1 .content .kontakt .box .text a.link {
        font-size: 18px;
    }
    .main-banner1 .content .kontakt .box {
        gap: 14px;
    }
}


#tracy-bs ul,
#tracy-debug-bar ul {
    padding: 0;
}

#tracy-bs ul li:before,
#tracy-debug-bar ul li:before {
    content: none;
}