html, body {
    font-size: 16px;
    line-height: 1.2rem;
}

.menuTopDummyContainer {
    height: 3rem;
}

.mobileLogoTop {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 0.5rem 0 0;
    z-index: 10000;
}

.mobileMenuTopOpen {
    position: fixed;
    top: -200px;
    left: 0;
    padding: 0.8rem;
    z-index: 10000;
    /*text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);*/
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
    font-size: 2rem;
    background-color: rgba(255, 255, 255, 1);
    /*border-bottom-right-radius: 1.5rem;*/
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
.mobileMenuTopOpen svg {
    width: 2rem;
    height: auto;
}

.mobileMenuTop {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    z-index: 10002;
    box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.5);
}
.mobileMenuTop a {
    display: inline-block;
    color: #17121f;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.6em;
    text-decoration: none;
    border-bottom: 1px solid #c1c1c1;
}
.mobileMenuTop a svg {
    width: 1.5em;
    height: auto;
    vertical-align: text-bottom;
}
.mobileMenuTop a:hover, .mobileMenuTop a:active {
    color: #fff;
    background-color: #00a300;
}
.mobileMenuTop a.active {
    color: #fff;
    background-color: #00a300;
}
.mobileMenuTop a:visited {

}
.mobileMenuTopBackground {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}







/*
top fixed title bar start
 */


.pageTopTitleBar {
    position: fixed;
    top: -100px;
    right: 0;
    width: calc(100% - 2rem - 1.6rem); /* szerokosc '.mobileMenuTop a svg' i padding '.mobileMenuTopOpen'  */
    background-color: rgba(255, 255, 255, 1);
    z-index: 10001;
    box-shadow: 4px 1px 5px rgba(0, 0, 0, 0.7);
}
.pageTopTitleBar > div.progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #a90000;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pageTopTitleBar > div.burgerStatus {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
}
.pageTopTitleBar > div.text {
    width: 100%;
    padding: 0.5em 1.5em;
    color: #000;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*
top fixed title bar end
 */





.mainContentContainer > .mainContent > .section > .contentSection .title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.009em;
    line-height: 1.2em;
    margin-bottom: 1rem;
}
.section .contentSection > .header > .filler {
    margin-bottom: 1rem;
}






.mainContentContainer > .mainContent > .section .contentSection.logoTop {
    margin: 0 auto 0 auto;
    padding-right: 0.5rem;
    text-align: right;
    /*background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);*/
}
.section .contentSection.logoTop img {
    width: 3rem;
    height: auto;
}

.section .contentSection.topTiles {
    /*flex-direction: column;
    gap: 0;*/
    overflow-x: scroll;
    padding: 0.5rem;
}

.section .contentSection.topTiles .tile {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    height: auto;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
}

.mainContentContainer > .mainContent > .section > .contentSection .title {
    font-size: 18px;
    font-weight: 700;
}



.section#search {
    padding: 0 1rem;
}




@media all and (orientation:landscape) {

    .section .contentSection.topTiles .tile {
        width: 30vw;
    }

    .section .contentSection.map > .navigationSection {
        padding: 0.5rem 2rem;
    }
    .section .contentSection.map > .navigationSection > button {
        flex-shrink: 0;
    }
    .section .contentSection.map > .mapSection {
        padding: 0 2rem;
    }
    .section .contentSection.map > .mapSection > * {
        width: 50%;
    }
    .section .contentSection.map > .mapSection > .mapContainer {
        
    }
    .section .contentSection.map > .mapSection > .resultContainer {
        
    }
    .section .contentSection.map > .mapSection > .resultContainer > div > .marker {
        width: 100%;
    }
    button#markerListButtonLoadMore {
        width: 100%;
    }


    .section .contentSection.bigTiles {
        padding: 0 1rem;
        padding-top: 2rem;
        gap: 2rem;
    }

    .mainContentContainer > .mainContent > .section > .contentSection.bigTiles .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3em;
    }
    .section .contentSection.bigTiles > .tile > .footer {
        padding-top: 0;
        padding-bottom: 0.5rem;
    }
    .section .contentSection.bigTiles > .tile > .photo {
        height: 12rem;
    }
    .section .contentSection.bigTiles > .tile > .photo .overlay {
        background-color: rgba(255, 255, 255, 1);
    }
    .section .contentSection.bigTiles > .tile > .photo .overlay img {
        width: 4rem;
    }



    .mainContentContainer > .mainContent > .section > div.smallTiles {
        margin-top: 2rem;
    }
    .section .contentSection .tiles.small.row, 
    .section .contentSection .tiles.small.column {
        flex-wrap: wrap;
        padding: 0 1rem;
        align-items: stretch;
        gap: 0;
    }
    .section .contentSection .tiles.small.row > .tile {
        width: 50%;
        flex-wrap: wrap;
        padding: 0.5rem 0.5rem 2rem 0.5rem;
    }
    .section .contentSection .tiles.small.column > .tile {
        flex-wrap: nowrap;
        width: 100%;
        padding: 0.5rem 0.5rem 2rem 0.5rem;
    }

    .section .contentSection .tiles.small > .tile > .photo .overlay {
        background-color: rgba(255, 255, 255, 1);
    }
    .section .contentSection .tiles.small > .tile > .description > .title {
        margin-bottom: 0;
        padding-top: 0.2rem;
    }
    .section .contentSection .tiles.small.column > .tile > .description > .title {
        line-height: 1.3em;
    }



    .section .contentSection.verticalTiles > .header {
        width: 100%;
    }
    .section .contentSection.verticalTiles > .content {
        flex-direction: column;
        flex-wrap: wrap;
        align-items:stretch;
    }
    .section .contentSection.verticalTiles > .content > .side {
        flex-basis: 100%;
        padding: 2rem 2rem;
    }
    .section .contentSection.verticalTiles > .content > .side > .photoTile {
        width: 100%;
        height: 25rem;
    }
    .section .contentSection.verticalTiles > .content > .side > .photoTile > .gradient {
        height: 70%;
    }
    .section .contentSection.verticalTiles > .content > .side > .photoTile > .title {
        padding: 0.5rem 1.3rem;
        font-weight: 700;
        font-size: 26px;
        line-height: 1.25em;
    }




}

@media all and (orientation:portrait) {

    .section .contentSection.topTiles .tile {
        width: 70vw;
    }



    

    .section .contentSection.map > .navigationSection {
        flex-wrap: wrap;
    }
    .section .contentSection.map > .navigationSection > .searchField {
        flex-basis: 100%;
        flex-grow: 1;
    }
    .section .contentSection.map > .mapSection {
        display: block;
        height: auto;
        border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    }
    .section .contentSection.map > .mapSection > * {
        width: 90%;
    }
    .section .contentSection.map > .mapSection > .mapContainer {
        padding-top: 0.5rem;
        height: 50vh;
    }
    .section .contentSection.map > .mapSection > .resultContainer {
        padding-top: 1rem;
        height: 75vh;
        overflow-y: scroll;
        padding-bottom: 1rem;
    }
    .section .contentSection.map > .mapSection > .resultContainer > div > .marker {
        width: 100%;
    }
    button#markerListButtonLoadMore {
        width: 100%;
    }


    .section .contentSection.bigTiles {
        flex-direction: column;
        flex-wrap: wrap;
        padding: 0 1rem;
        padding-top: 2rem;
        gap: 4rem;
    }

    .mainContentContainer > .mainContent > .section > .contentSection.bigTiles .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3em;
    }
    .section .contentSection.bigTiles > .tile > .footer {
        padding-top: 0;
        padding-bottom: 0.5rem;
    }
    .section .contentSection.bigTiles > .tile > .photo {
        height: 12rem;
    }
    .section .contentSection.bigTiles > .tile > .photo .overlay {
        background-color: rgba(255, 255, 255, 1);
    }
    .section .contentSection.bigTiles > .tile > .photo .overlay img {
        width: 4rem;
    }



    .mainContentContainer > .mainContent > .section > div.smallTiles {
        margin-top: 2rem;
    }
    .section .contentSection .tiles.small.row, 
    .section .contentSection .tiles.small.column {
        flex-direction: column;
        flex-wrap: wrap;
        padding: 0 1rem;
        align-items: center;
        gap: 3rem;
    }
    .section .contentSection .tiles.small.row > .tile, 
    .section .contentSection .tiles.small.column > .tile {
        width: 90%;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .section .contentSection .tiles.small.column > .tile > .photo {
        width: 100%;
    }
    .section .contentSection .tiles.small.column > .tile > .description {
        padding-top: 0;
    }
    .section .contentSection .tiles.small > .tile > .photo .overlay {
        background-color: rgba(255, 255, 255, 1);
    }
    .section .contentSection .tiles.small > .tile > .description > .title {
        margin-bottom: 0;
        padding-top: 0.2rem;
    }
    .section .contentSection .tiles.small.column > .tile > .description > .title {
        line-height: 1.3em;
    }
    


    .section .contentSection.verticalTiles > .header {
        width: 100%;
    }
    .section .contentSection.verticalTiles > .content {
        flex-direction: column;
        flex-wrap: wrap;
        align-items:stretch;
    }
    .section .contentSection.verticalTiles > .content > .side {
        flex-basis: 100%;
        padding: 2rem 2rem;
    }
    .section .contentSection.verticalTiles > .content > .side > .photoTile {
        width: 100%;
        height: 25rem;
    }
    .section .contentSection.verticalTiles > .content > .side > .photoTile > .gradient {
        height: 70%;
    }
    .section .contentSection.verticalTiles > .content > .side > .photoTile > .title {
        padding: 0.5rem 1.3rem;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.25em;
    }


}


























@media all and (orientation:portrait) {
    .footerContainer .footerContent .column.logo {
        margin-right: 1rem;
    }
    .footerContainer .footerContent .column.logo img {
        width: 5rem;
    }
    .footerContainer .footerContent .column.menu {
        padding-top: 1rem;
    }
}
.footerContainer .footerContent .column.menu a {
    line-height: 2em;
}
