* {
    
    font-family: "Titillium", sans-serif;
    font-weight: 400;
    
    font-size: 24px;
    
    color:white;
    
    margin:0;
    padding:0;
    
}

h1, h2, h3, h4 {
    font-size: 1em;
}

h1 {
    font-weight: 700;
}

body {
    height:100vh;
    overflow:hidden;
    background-color: black;
    scroll-behavior: smooth;

}

button {
    border:none;
}

button:hover {
    cursor:pointer;
}

li {
    color:#ccc;
}

.invisible {
    display:none;
    opacity:0;
}

.visible {
    opacity:100%;
}

#info {
    top:45px;
    right:35px;
    z-index:20;
    opacity:0;
    transition:all 0.2s ease-in-out;
}

.infoButton {
    background-color: rgba(0, 0, 0, 0);
    position:absolute;
    top:40px;
    right:15px;
    transition: transform 0.2s ease-in-out;
    z-index: 10;
}

.infoButton:hover {
    transform:scale(1.2);
}

.container {
    overflow:scroll;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
}

.child {
    scroll-snap-align: start;
    
    display:grid;
    grid-template-columns: 360px auto 80px;
    
}

.roundBorder {
    border-radius: 50%;
    border:3px solid #134D12;
}

#placeButtons {
    position:absolute;
    right:15px;
    top:0px;
    display:flex;
    width:70px;
    height:100vh;
    align-items: center;
    z-index:10;
    opacity:0;
    transition:opacity 0.2s ease-in-out;

}

#placeButtons div {
    margin-left:auto;
}

.placeButton {
    min-width:50px;
    height:50px;
    background-image: url("../p/placeButton.svg");
    background-size: cover;
    background-color:transparent;


}

.leftSide {
    background-color: black;
    border-right:1px solid white;
    position:relative;
}

.rightSide {
    position: relative;
    height:100vh;
}

.rightSideStart {
    position: relative;
    height:100vh;
}

.rightSide h2 {
    
    position:absolute;
    left:25px;
    top:75px;
    font-size: 50px;
    z-index:30;
    font-weight: 300;
    
}

.rightSide h3 {
    position: absolute;
    z-index:10;
    left: 28px;
    top:40px;
    font-size: 30px;
    font-weight: 600;
}

main {
    height:100vh;
    scroll-behavior: smooth;
}

main section {
    height:100vh;
    overflow:hidden;
    position:relative;
    width:100%;
}

header {

    position:absolute;
    top:0;
    left:0;
    z-index:20;
    background-color:black;
    height:45px;
    width:100%;
    padding-top:5px;
    padding-bottom:10px;
    
    border-bottom: 1px solid white;
}

header ul {
    
    list-style-type: none;
    
    display: grid;
    grid-template-columns: 70px auto 200px;
    
    margin-left:10px;
    margin-right:10px;
    
}

header li {
    font-size: 32px;
}

header ul img {
    width:100%;
    height:40px;
    margin-top:5px;
}

section {
    height:100vh;
}

.bottom {

    position:absolute;
    height:45px;
    background-color:black;
    width:100%;
    bottom:0px;
    left:0;
    display:block;
    padding-top:15px;
    padding-bottom:15px;
    z-index:20;
    
}

.bottom img {
    height:100%;
}

#startpage {
    background-image: url("../p/map_1_green.svg");
    background-size: 150%;
    background-position: center;
    grid-template-columns: 360px auto;
}

#startpage .infoButton {
    top:45%;
}

.startframe {
    padding-top:28vh;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

.startframe h1 {
    margin-top: -2vw;
    margin-bottom: 4vh;
    font-size: clamp(20px, 9.8vw, 200px);
}

.startframe h2 {
    font-size: 32px;
    text-align: center;
    font-size: clamp(8px, 2.5vw, 60px);
    font-weight: 400;
}

.startframe p {
    
    max-width: 800px;
    font-size: 25px;
    
    margin-left:auto;
    margin-right:auto;
    
    padding-left:40px;
    padding-right:40px;
    
    font-weight: 300;
    
}

#mapSegment p {
    position:absolute;
    left:28px;
    top:240px;
    max-width:24vw;
    font-size: 24px;
    font-weight: 300;
    
    overflow:hidden;
    max-height:60vh;
}

#mapSegment ol {
    position:absolute;
    bottom:80px;
    left:50px;
}

#mapSegment ol li {
    font-size: 24px;
    font-weight:300;
}

.mapIMG {
    position:relative;

    margin-bottom:50px;
    height:100%;
    overflow:hidden;

    display:flex;
    
    justify-items: center;
    align-items: center;

}

.mapIMG img {
    width:100%;
    aspect-ratio: 1/1;
}

.wrapper {
    position:relative;
    width:100%;
    height:fit-content;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}

.overview {
    transform:translateX(10%) translateY(6%) scale(90%);

}

.village {
    
    transform:translateX(-7%) translateY(48.5%) scale(170%);
    
}

.stadion {
    
    transform:translateX(14%) translateY(-6.5%) scale(200%);
    
}

.subway {
    
    transform:translateX(-50%) translateY(29%) scale(250%);
    
}

.olympiaPark {
    
    transform:translateX(-3%) translateY(-14%) scale(200%);

    
}

.sBahn {
    
    transform:translateX(35%) translateY(59%) scale(200%);
    
}

.area {
    
    width:7%;
    height:7%;
    position:absolute;
    z-index:20;
    border-radius: 50%;
    
    background-image:url("../p/kreis_mit_tr_radius_orange_1.svg");
    background-size: cover;
    
    transition: transform 0.2s ease-in-out;
    
    display:flex;
    justify-content: center;
    align-items: center;
    

    
}

.area:hover {
    
    transform-style: flat;
    transform:scale(120%);
    
}

.nearArea {
    
    position:absolute;
    left:24%;
    top:25%;
    width:50%;
    height:50%;
    z-index:20;
    border-radius: 50%;
    
    background-image:url("../p/kreis_mit_tr_radius_orange_2.svg");
    background-size: cover;
    
    display:flex;
    justify-content: center;
    align-items: center;
    
}

@keyframes nearAreaAni {
    0% {
        transform:scale(100%);
    }
    
    50% {
        transform:scale(105%);
    }
    
    100% {
        transform:scale(100%);
    }
}


#area1 {
    
    left:60%;
    top:26%;
    
}

#area2 {
    
    left:49%;
    top:54.5%;
    
}

#area3 {
    
    left:73%;
    top:40%;
    
}

#area4 {
    
    left:58%;
    top:58%;
    
}

#area5 {
    
    left:39%;
    top:27%;
    
}

#area6 {
    
    left:20%;
    top:10%;
    
}


.spot {
    
    z-index:20;
    position:absolute;
    color:black;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    border-radius: 50%;
    transition:transform 0.2s ease-in-out;
    width:90px;
    height:90px;
    background-image: url("../p/dot_bild_1.svg");
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
}

.spot span {
    display:none;
}

.spot:hover {
    transform:scale(120%);
}

.spot img {
    display:none;
}

.spot figcaption {
    display:none;
}

.drawSpot {
    
    z-index:20;
    position:absolute;
    color:black;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    border-radius: 50%;
    transition:transform 0.2s ease-in-out;
    width:90px;
    height:90px;
    background-image: url("../p/dot_bild_1.svg");
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
}

.drawSpot span {
    display:none;
}

.drawSpot:hover {
    transform:scale(120%);
}

.drawSpot img {
    display:none;
}

.drawSpot figcaption {
    display:none;
}



.duoSpot {
    
    z-index:20;
    position:absolute;
    color:black;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    border-radius: 50%;
    transition:transform 0.2s ease-in-out;
    width:90px;
    height:90px;
    background-image: url("../p/dot_bild_1.svg");
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
}

.duoSpot span {
    display:none;
}

.duoSpot:hover {
    transform:scale(120%);
}

.duoSpot img {
    display:none;
}

.duoSpot figcaption {
    display:none;
}


.videoSpot {
    z-index:20;
    position:absolute;
    color:black;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    border-radius: 8px;
    transition:transform 0.2s ease-in-out;
    
    width:90px;
    height:90px;
    background-image: url("../p/dot_video_1.svg");
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
}

.videoSpot span {
    display:none;
}

.videoSpot:hover {
    transform:scale(120%);
}

.videoSpot img {
    display:none;
}

.videoSpot video {
    display:none;
}

.videoSpot figcaption {
    display:none;
}





.videoSpotDuo {
    z-index:20;
    position:absolute;
    color:black;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    border-radius: 8px;
    transition:transform 0.2s ease-in-out;
    
    width:90px;
    height:90px;
    background-image: url("../p/dot_video_1.svg");
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
}

.videoSpotDuo span {
    display:none;
}

.videoSpotDuo:hover {
    transform:scale(120%);
}

.videoSpotDuo img {
    display:none;
}

.videoSpotDuo video {
    display:none;
}

.videoSpotDuo figcaption {
    display:none;
}





#villAudio {
    left:47%;
    top:45.5%;
}

#area1spot01 {
    left:38%;
    top:59%;
}

#area1spot02 {
    left:38%;
    top:62%;
}

#area1spot03 {
    left:60%;
    top:55%;
}

#area2spot01 {
    left:55%;
    top:30%;
}

#area2spot02 {
    left:53%;
    top:46.5%;
}

#area2spot03 {
    left:59%;
    top:37%;
}

#area2spot04 {
    left:49.5%;
    top:42%;
}

#area3spot01 {
    left:36%;
    top:30%;
}

#area3spot02 {
    left:37.5%;
    top:34%;
}

#area3spot03 {
    left:39%;
    top:38%;
}

#area3spot05 {
    left:60%;
    top:50%;
}

#area4spot01 {
    left:46%;
    top:36%;
}

#area4spot02 {
    left:50%;
    top:42%;
}

#area4spot03 {
    left:53%;
    top:38%;
}

#area4spot04 {
    left:57%;
    top:34%;
}

#area4spot05 {
    left:63%;
    top:30%;
}

#area4spot06 {
    left:47%;
    top:22%;
}

#area5spot01 {
    left:32%;
    top:69%;
}

#area5spot02 {
    left:32%;
    top:62%;
}

#area5spot03 {
    left:41%;
    top:22%;
}

.audioInfo .bold {
    font-weight:700;
}

.italic {
    font-style: italic;
}

.space {
    margin-bottom: 1em;
}

.largeSpace {
    margin-bottom: 2em;
}

.innerSlidePanel {
    
    position:relative;
    width:100%;
    height:100%;
    
}

.slidePanel {
    position: absolute;
    background-color: #134D12;
    width:100%;
    height:74px;
    bottom:0;


}

.slidePanel img:first-of-type {
    width:20px;
    position: absolute;
    left:26px;
    top:31px;
}

.slidePanel img:last-of-type {
    width:30px;
    position: absolute;
    right:20px;
    top:23px

}

.slidecontainer {
    position: absolute;
    top:13px;
    left:70px;
    background-color:transparent;
    padding:0;
    width:160px;
}

.audioInfo {
    margin-left:30px;
    margin-top:50px;
    margin-right:20px;
}

.audioInfo p {
    font-weight:300;
    font-size: 20px;
}

.audioList {
    display:grid;
    grid-template-columns: 55px auto;
    grid-column-gap: 5px;
    grid-row-gap: 20px;
    margin-left:35px;
    margin-top:40px;
    width:290px;

}

.audioList h3, p {
    font-weight: 600;
    font-size: 17px;
}

.audioButton {
    margin-top:8px;
    width:40px;
    height:40px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../p/play_button_gruen_1.svg");
    background-size: cover;
}

.light {
    font-weight: 300;
}

img {
    width:100%;
}

.insetShadow {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    box-shadow: inset 0px 0px 80px 5px black;
}

.overlay {
    opacity:100%;
    top:0px;
    left:0px;
    /*
    animation-name: imgBlend;
    animation-duration: 8.0s;
    animation-iteration-count: infinite;
    */
    transition: all 1s ease-in-out;
}

input {
    width:100%;
    box-sizing: border-box;
}

input[type=range]{
    -webkit-appearance: none;
    appearance: none;
    background:transparent;
}

input[type=range]::-webkit-slider-runnable-track {
    min-width: 220px;
    height: 5px;
    background: #ccc;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #ccc;
    margin-top: -9px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-ramge-thumb {
    appearance: none;
    border: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #ccc;
    margin-top: -9px;
}

input[type=range]::-moz-range-track {
    width:160px;
    height: 5px;
    background: #ccc;
    border: none;
    border-radius: 3px;
}

input[type=range]:-moz-focusring{
    outline: none;
    border:none;
}

input[type=range]:focus::-moz-range-track {
    background: #ccc;
}

@supports (-moz-appearance:none) {

    .slidecontainer {
        margin-top:10px;
        left:100px;
    }
    
}

.slider {
}

/*
figure:hover .overlay {
    opacity:100%;
}
*/

#cover .visible {
    z-index:1000;
    opacity:100%;
}

#cover {
    
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    
    top: 0;
    left: 0;
    
    opacity:0;
    
    display: grid;
    align-items: center;
    justify-items: center;
    
    z-index:-1000;
    
    transition: opacity 0.5s ease-in-out;
    
}

#picture {
    
    position: relative;
    max-width: 80%;
    background-color: black;
    padding: 0px;
    // border-radius: 12px;
    box-shadow: 0px 0px 100px 0px #000000;
    display:grid;
    transition: opacity 0.5s ease-in-out;
    
}

#picture .image {
    transition: opacity 0.5s ease-in-out;transition: opacity 0.5s ease-in-out;
}

#picture .image:hover {
    cursor: url("../p/Handmouse_kreis_gruen.svg") 20 30, auto;
}

#pictureFigcaption {
    
    position:absolute;
    top:100%;
    margin-top:5px;
    width:48%;
    font-size: 18px;
    
}

#picture #pictureInfo {
    
    position:absolute;
    bottom:100%;
    width:100%;
    left:0px;
    height:2em;
    padding:5px;
    
}

#picture #pictureInfo figcaption {
    
    position:static;
    padding:5px;
    top:0;
    margin-top:0px;
    background-color:gray;
    border-radius:8px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    font-size: 20px;
    width:fit-content;
    
}

#pictureDraw #pictureDrawInfo {
    
    position:absolute;
    height:2em;
    bottom:100%;
    width:100%;
    padding:5px;
    
}

#pictureDraw #pictureDrawInfo figcaption {
    
    text-align:center;
    background-color:gray;
    padding:5px;
    border-radius:8px;
    position:static;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    width:fit-content;
    font-size: 20px;
    
}

#pictureDraw {
    
    position: relative;
    max-width: 80%;
    background-color: black;
    padding: 0px;
    // border-radius: 12px;
    box-shadow: 0px 0px 100px 0px #000000;
    transition: opacity 0.5s ease-in-out;
    display:grid;
    
}

#pictureDraw canvas {
    width:100%;
    max-height:80vh;
    height:auto;
    background-size: cover;
    cursor:  crosshair;
    cursor: url("../p/circlecursor.svg") 53 53, crosshair;
}

#pictureDrawFigcaption {
    
    position:absolute;
    top:100%;
    margin-top:5px;
    width:48%;
    font-size: 18px;
    
}




#pictureDuo {
    
    position: relative;
    max-width: 80%;
    padding: 0px;
    // border-radius: 12px;
    box-shadow: 0px 0px 100px 0px #000000;
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:15px;
    transition: opacity 0.5s ease-in-out;
    
}

#pictureDuo figure {
    position:relative;
    display:flex;
    align-items: flex-end;
    
}

#pictureDuo img {
    width:100%;
    
}

#pictureDuo figcaption {
    
    position:absolute;
    top:100%;
    margin-top:5px;
    width:100%;
    font-size: 18px;

    
}

#pictureDuoFigcaption2 {
    
    text-align: right;
    
}



#pictureVideo {
    
    position: relative;

    padding: 0px;
    // border-radius: 12px;
    box-shadow: 0px 0px 100px 0px #000000;
    
    transition: opacity 0.5s ease-in-out;
    
    align-content: center;
    
    display:grid;
    
    max-height:80vh;
    max-width:80vw;
    
}

#pictureVideo div {
    position:relative;
    max-height:80vh;
    background-color: black;
}

#pictureVideo figcaption {
    position: absolute;
    top:100%;
    margin-top:5px;
    font-size: 18px;
    width:50%;
}

#pictureVideo img {
    width:100%;
    object-fit:contain;

}

#pictureVideo video {
    width:100%;
    height:100%;
    max-height:80vh;
    background-color: black;
    z-index:1000;
}






#pictureVideoDuo {
    
    position: relative;

    
    padding: 0px;
    // border-radius: 12px;
    box-shadow: 0px 0px 100px 0px #000000;
    
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-row-gap: 60px;
    grid-column-gap: 20px;
    transition: opacity 0.5s ease-in-out;
    
    align-content: center;
    
    max-height:80vh;
    max-width:80vw;
    
}

#pictureVideoDuo div {
    position:relative;
    max-height:80vh;
    background-color: black;
}

#pictureVideoDuoFigcaption1 {
    position: absolute;
    bottom:-1.5em;
    font-size:18px;
    width:100%;
}

#pictureVideoDuoFigcaption2 {
    position: absolute;
    bottom:-1.5em;
    font-size:18px;
    width:100%;
    text-align:right;
}

#pictureVideoDuo img {
    width:100%;
    height:100%;
    object-fit:contain;

}

#pictureVideoDuo video {
    width:100%;
    height:100%;
}






.startPictureAni {
    animation-name:pictureAni;
    animation-duration:0.5s;
}

.startClosePictureAni {
    animation-name:closePictureAni;
    animation-duration:0.5s;
}

@keyframes pictureAni {
    0% {
        transform:scale(0%);
    }
    
    100% {
        transform:scale(100%;)
    }
}

@keyframes closePictureAni {
    0% {
        transform:scale(100%);
    }
    
    100% {
        transform:scale(0%);
    }
}

#picture .visible {
    transform: translateY(0);
}

#picture img {
    
    grid-row:1;
    grid-column:1;
    max-height: 90vh;
    max-width: 70vw;
}

#closeButton, #closeButtonVideo, #closeButtonVideoDuo, #closeButtonDuo, #closeButtonDraw {
    
    max-width:40px;
    width: 40px;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform:translateX(-50%);
    z-index:2000;
    cursor: pointer;
    padding:15px;
    max-height:40px;
    
}


#infoPanel {
    
    display:flex;
    position:absolute;
    top:0px;
    right:-150vw;
    z-index:100;
    height:100vh;
    width: 50vw;
    background-color: rgba(0, 0, 0, 0.85);
    
    transition: right 0.5s ease-in-out;
    
    backdrop-filter: blur(10px);
    
}

#infoContainer {
    
    display:flex;
    justify-items: center;
    align-items: center;
    padding-left:10vw;
    padding-right:10vw;

}

#mousecursor {
    width:clamp(10px, 5vh, 50px);
    height:auto;
    margin-left:-50px;
    margin-top:0%;
}

#handmouse {
    width:clamp(15px, 8vh, 80px);
    height:auto;

}

#circlecursor {
    width:clamp(15px, 9vh, 80px);
    height:auto;
    margin-top:15px;
}

#infoPanel h2 {
    font-size:5vh;
    margin-bottom: 2vh;
}

#infoPanel p {
    font-size:2.5vh;
    margin-bottom:1em;
}

#infoPanel #credits {
    font-size:1.5vh;
}

#infoCloseButton {
    position:absolute;
    top:45vh;
    right:30px;
    background-color: rgba(0, 0, 0, 0);
    transition:transform 0.2s ease-in-out;
}

#infoCloseButton:hover {
    transform:scale(1.2);
}

.two {
    display:grid;
    grid-template-columns: 1fr 1fr;
    
    margin-left:-50px;
    margin-top:10px;
    
    width:250px;
}