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

.menuTopDummyContainer {
    height: 3rem;
}

.mobileLogoTop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0.5rem 0.5rem 0 0;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}
.mobileLogoTop img {
    height: auto;
    border: 0;
}

.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: #353c59;
}
.mobileMenuTop a.active {
    color: #fff;
    background-color: #353c59;
}
.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;
}




@media all and (orientation:portrait) {



    .singlePhotoSection {
        flex-direction: column;
        height: auto;
        align-items: stretch;
    }
    .singlePhotoSection > .photoText {
        order: 2;
        flex-basis: 100%;
        height: 50vh;
    }
    .singlePhotoSection > .photoText > .relativeContainer {
        height: inherit;
    }
    .singlePhotoSection > .content {
        order: 1;
    }
    .singlePhotoSection > .content > .backgroundContainer .textContainer {
        margin: 2rem 0;
    }
    .singlePhotoSection > .content > .backgroundContainer .textContainer > .title.main {
        font-size: 30px !important;
    }

    .doublePhotoSection {
        margin-top: 4rem;
        flex-direction: column;
        gap: 2rem;
        height: unset;
    }
    .doublePhotoSection.contentLeft > .photos { padding-left: 2rem; }
    .doublePhotoSection.contentRight > .photos { padding-right: 2rem; }
    .doublePhotoSection > .photos > div.large {
        flex-basis: 65%;
    }
    .doublePhotoSection > .photos > div.small {
        flex-basis: 35%;
    }
    .doublePhotoSection > .photos > div.large .photoContainer {
        height: 50vh;
    }
    .doublePhotoSection > .photos > div.small > .relative {
        height: 30vh;
    }
    .doublePhotoSection > .photos > div.small > .relative .photoContainer {
        width: 40vw;
        max-width: unset;
    }
    .doublePhotoSection > .content .textContainer {
        padding: 0 2rem;
    }
    .doublePhotoSection > .content .textContainer > .title.main {
        font-size: 35px;
    }



    .fullscreenPhotoSection {
        height: 75vh;
    }
    .fullscreenPhotoSection > .photoContainer {
        height: 30vh;
    }
    .fullscreenPhotoSection > .textContainer {
        width: 90vw;
        max-width: unset;
        padding: 1rem 2rem;
    }
    .fullscreenPhotoSection.subpage > .textContainer {
        width: 90vw;
        padding: 1rem 2rem;
    }
    .fullscreenPhotoSection.subpage > .textContainer > div {
        max-width: unset;
        padding-left: unset;
        padding-right: unset;
        margin: 0 auto;
    }
    .fullscreenPhotoSection.textLeft > .textContainer { left: 0; }
    .fullscreenPhotoSection.textRight > .textContainer { right: 0; }
    .fullscreenPhotoSection.textTop > .textContainer { top: unset; bottom: 0; }
    .fullscreenPhotoSection.textTop > .photoContainer { bottom: unset; top: 0; }
    .fullscreenPhotoSection > .textContainer .title.main {
        font-size: 30px;
    }

    .footerContainer .footerContent .column.menu a {
        line-height: 1.7em;
    }


    
}
@media all and (orientation:landscape) {

}
.textDoublePhotoContainer .textContainer  {
    padding: 3rem 1rem 1rem 1rem;
    height: auto;
}
.textDoublePhotoContainer .textContainer > .title.main {
    font-size: 2rem;
    line-height: 1em;
    margin: 0 0 1rem 0;
}
.textDoublePhotoContainer .photoContainer {
    height: 66vh;
}
.textDoublePhotoContainer .photoContainer.large .photo {
    width: 75vw;
    max-width: 75wv;
}
.textDoublePhotoContainer .photoContainer.small {
    left: 1rem;
}
.textDoublePhotoContainer .photoContainer.small .photo {
    width: 50vw;
    height: 35vh;
}



.textFullPhotoContainer .photoContainer {
    height: 30vh;
}
.textFullPhotoContainer .textContainer {
    right: 0;
    padding: 3rem 1rem 1rem 1rem;
}
.textFullPhotoContainer .textContainer > .title.main {
    font-size: 1.5rem;
    line-height: 1em;
    margin: 0 0 1rem 0;
}



.footerContainer .footerContent .column.dotacje {
    padding-top: 2rem;
}
.footerContainer .footerContent .column.dotacje img {
    margin-left: 0; 
}