@font-face {
    font-family: Golos Text;
    src:    url(GolosText-VariableFont_wght.woff2) format('woff2'),
    url(GolosText-VariableFont_wght.woff) format('woff'),
    url(GolosText-VariableFont_wght.tff) format('truetype');
}
#active_place > div>div p:first-child {
    text-decoration-line: underline;
    text-decoration-color: #6c6c6c;
    color: #6c6c6c;
}

.place_container > p:first-child {
    text-decoration-line: underline;
    text-decoration-color: transparent;
}
.place_container:hover{
    color: #6c6c6c;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    position: relative;
}

.grid-item-1 {
    padding: 5px;
    height: 99vh;
    overflow-x: clip;
}

.grid-item-2 {
    padding: 5px;

}

.quote{
    text-align: right;
}
html {
    font-family: 'Golos Text', sans-serif;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow-x: hidden;
}

body {
    font-size: 12px;
    overflow-x: hidden;
}

b:hover {
    color: #776EFF;
    cursor: pointer;
}

#container-text {
    color: #ffffff;
    height: 95vh;
    overflow-x: auto;
}

#container-header {
    margin: 0px 0px 0px 6px;

}
#container-header-map > #map-place-header {
    margin: 0px 0px 0px 0px;

}



.tg th {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

#media-area {
    overflow-x: scroll;
    max-height: 80%;
}

.tg .tg-0lax {
    vertical-align: top
}

.tg tr:hover {
    cursor: pointer;
    border: solid #776EFF 1px;
}
p.place_adress {
    padding-top: 18px;
}

.tg tr {
    font-weight: normal;
    border: solid black 1px;
    height: 100%;

}

.tg tr {
    padding-bottom: 10px;
    padding-bottom: 10px;
}

.tg td:last-child {
    float: right;
}

calender-container {
    font-family: 'Golos Text', sans-serif;
}

#container-header p {
    margin: 12px 8px 0px 5px;
    color: white;
    margin-bottom: 5px;
    font-size: 10px;
}

.place_container {
    cursor: pointer;
    margin-bottom: 0px;
    padding: 0px;
    text-transform: lowercase;

}

#container-project-specific-nav p {
    font-size: 10px;
    line-height: 1.5;
    margin: 0px 0px 0px 0px;
    color: white;
}

.main {
    color: white;
    grid-area: main;
}


html, body {
    margin: 0;
}

.place_name {
    font-weight: 502;
    text-transform: lowercase;
    font-size: 17px;
    color: black;
    margin: 7px;
}

/* For presentation only, no need to copy the code below */

.name_adress_container{

    font-size: 10px;
    margin: 0pc
}
.name_description_container{
    display: flex;
    flex-direction: column;
    font-size: 10px;

}
.container *:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
}
#back_nav{
    bottom: 0;
    position: fixed;
    z-index: 150;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+ (document.documentElement.clientHeight-this.offsetHeight)));
    color: white;
    margin-left: 19px;
    line-height: 0em;
    mix-blend-mode: difference;
}
#back_nav > p{
    line-height: 0em;
}
#container-places{
    margin-left: 5px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
}
#map{
    height: 93vh;
    width: 60vw;
    overflow-x: hidden;
}

li {
    font-size: 80px;
}
@media only screen and (max-width: 900px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
    .grid-item-1 {
         height: fit-content;
        width: 98vw;
     }
    .name_description_container {
        font-size: 15px;
    }
    #container-header p {
        margin: -9px 0px 35px 30px;
        margin-bottom: 0px;
        margin-bottom: 0px;
        color: black;
        margin-bottom: 5px;
        font-size: 10px;
        word-break: break-all;
    }
    #container-places{
        margin-left: 0;
    }
    .name_adress_container {
        display: flow-root;
        font-size: 19px;
    }
    #map{
        height: 50vh;
        width: 95vw;
        overflow-x: clip;
    }
    .place_name {
        font-size: 18px;
        padding: 0px;
        margin: 0px;
        font-weight: 539;
    }
    p.place_adress {
        padding-top: 2px;
    }
    #back_nav {
        top: -1px;
        position: absolute;
        z-index: 150;
        _position: absolute;
        _top: expression(eval(document.documentElement.scrollTop+ (document.documentElement.clientHeight-this.offsetHeight)));
        color: white;
        margin-left: 4vw;
        line-height: 0em;
    }
    .grid-item-2 {
        padding: 5px;
        max-width: 97vw;
    }
    #container-text {
        color: #ffffff;
        height: 30vh;
        overflow-x: auto;
    }

}