html {
    font-size: 100%;
}

.cookies-overlay {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    z-index: 10000;
    position: fixed;
    top: 0;
}

body {
    --bs-font-sans-serif: 'Roboto' !important;
    font-family: 'Roboto' !important;
    margin: 0;
    overflow: hidden;
    color: #00274E;
    font-size: 1rem;
    height: 100svh !important;
}

h1, h2, h3, h4, h5, h6, p, a, li, span, div, table, tr, td {
    --bs-font-sans-serif: 'Roboto' !important;
    font-family: 'Roboto' !important;
    color: #00274E !important;
}

h5 {
    font-weight: bold;
}

i {
    color: #00274E;
    font-size: 2rem;
}

iframe {
    height: 100%;
    width: 100%;
    border: 0;
    overflow: hidden;
}

.dropdown-menu-languages {
    min-width: auto;
    position: absolute !important;
    right: 0;
    left: unset !important;
}

.carousel {
    z-index: 10000;
    width: 100%;
}

.carousel-item, .carousel-item img {
    object-fit: cover;
    height: 250px;
}

.page-content {
    display: contents;
    height: 100%;
}

.text-content {
    --bs-font-sans-serif: 'Roboto' !important;
    font-family: 'Roboto' !important;
    overflow-y: auto;
    height: 100%;
}

.text-content h5 {
    font-size: 2rem;
    /*margin: 20px 0px;*/
}

.text-content {
    font-size: 1.1rem;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    /*margin-top: 30px;*/
    /*padding: 30px;*/
}

.content-footer {
    bottom: 0px;
    position:absolute;
    width: 100%;
}

.text-content-parent {
    padding-bottom: 120px;
    position: absolute;
    top: 0;
    height: 100%;
    padding-top: 30px;
}

.info-image {
    opacity: 0.1;
    filter: grayscale(100%);
    flex-wrap: nowrap;
    justify-content: flex-start; 
    left: unset;
    right: 0;
    width: inherit;
    background-size: cover;
    transition: top 0.5s ease;
    padding-bottom: 60px;
    background-position: center top;
}

.info-overlay {
    opacity: 1;
    justify-content: flex-start;
    left: unset;
    right: 0;
    width: inherit;
    background-size: cover;
    transition: top 0.5s ease;
    background: linear-gradient(#ABC215, #1B3337);
    padding-bottom: 60px;
    background-position: center top;
}

.info-control {
    flex-wrap: nowrap;
    justify-content: flex-start;
    left: unset;
    right: 0;
    width: inherit;
    background-size: cover;
    transition: all 0.5s ease;
}

#info-content > div > div > table {
    margin: 0 auto;
    width: auto;
}

#info-content > div > div > table > tbody {
    border: transparent;
}

#info-content > div > div > table > tbody > tr > td {
    background-color: transparent;
}

.info-content-container {
    top: unset;
    height: unset;
    position: relative;
    display: block;
}

.info-content-container > nav > div {
    position: relative;
}

/*#info-content {
    padding: 30px 30px;
}*/

.modal-window-close-button {
    position: absolute;
    right: 10;
    top: 10;
    float: right;
    background: white;
    border-radius: 30px;
    padding: 10px;
    opacity: 0.5;
}

.language-selector-page-overlay {
    background: linear-gradient(#ABC215, #1B3337);
    width: 100%;
    height: 100%;
    position: absolute;
}

.language-selector-page-background {
    opacity: 0.1;
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

.language-selector-page-language {
    background-color: #314836;
    padding: 10px 20px;
    margin: 10px;
    /*font-size: 24px;*/
    font-size: 1rem;
    border-radius: 10px;
}

/*.container-fluid.text-content {
    padding-right: 0px !important;
    padding-left: 0px !important;
}*/

/*.text-content > p > span {
    line-height: 120% !important;
}*/

.text-content > p {
    margin-bottom: 0px;
}

.h-100.content {
    z-index: 100;
}

.info-control {
    z-index: 10000;
}

.overlay {
    width: 100%;
}

#audio-content {
    position: fixed;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    background: white;
    padding: 20px;
    border-radius: 60px;
    box-shadow:
    inset 0 -3em 3em rgba(0, 0, 0, 0.1),
    0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);;
}

#audio-content > i {
    color: black !important;
    font-size: 3rem;
}



@media (min-width: 600px) {
    .carousel-item img {
        height: 100%;
        object-fit: cover;
        transform-origin: center;
    }

    .carousel-item {
        height: 100%;
    }

    .page-content {
        display: flex;
        height: 100%;
    }

    .text-content-parent {
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #info-content {
        padding-top: 80px;
    }

    #info-content > div > div > table {
        /*font-size: 20px;*/
        font-size: 1.1rem;
        margin: unset;
        margin: 0 auto;
        /*margin-left: 40px;*/
    }

    .text-content h5 {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    .h-100.content {
        width: 40%;
    }

    .carousel {
        z-index: 11000;
        width: 60%;
    }

    .container-fluid.text-content {
        padding-right: 4em !important;
        padding-left: 4em !important;
    }

    .overlay {
        width: 40%;
    }

    .info-content-text {
        margin-top: 80px !important;
    }

    .modal-window-close-button {
        right: 30px;
        top: 30px;
        border-radius: 40px;
    }

    .modal-window-close-button > button {
        font-size: 2rem; 
    }

    #audio-content {
        position: unset;
        left: unset;
        bottom: unset;
        transform: unset;
        margin: unset;
        background: unset;
        padding: unset;
        border-radius: unset;
        box-shadow: unset;
    }

    #audio-content > i {
        color: white !important;
        font-size: 2rem;
    }
    
}