* {
    margin: 0;
    padding: 0;

}

body {
    font-size: 62.5%;
    font-family: 'Montserrat Alternates', sans-serif;
    background: white;
    color: #111;
    overflow-y: hidden;
}

#page-wrap {
    vertical-align: top;
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
}

.post,
.pic {
    flex: 1 0 auto;
    max-height: 60vh;
    z-index: 1;
    background: white;
    margin: 0 9rem;
    border: 3px solid black;
    box-shadow: 2rem 2rem 0px 0 rgba(0, 0, 0, .2);

}

.post {
    min-width: 500px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 80vh;
    max-width: 1000px;
	box-sizing: padding-box;
}

.responsive {
    width: calc(90vw - 50vh);
}

.post p {
    font-size: 1.2rem;
    margin-bottom: 4rem;
    text-align: left;
    line-height: 1.7rem;
    width: auto;
    padding: 1rem 3rem;
}

.post h2 {
    font-size: 2.4rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    width: auto;
    padding: 3rem 3rem 1rem 3rem;
}
.post h3 {
    padding: 0 3rem 1rem 3rem;
    font-size: .9rem;
    text-transform: uppercase;
}

.half {
    max-width: 500px;
    /*display: table;*/
}
.block {
    display: block;
}

.half p {
    column-count: 1;
    margin-top: 2rem;
}

.vert h1 {
    font-size: 10vmin;
    background: white;
    white-space: pre-wrap;
    margin: 2vmin 0 0 2vmin;
    padding: 3vmin;
    box-shadow: 2rem 2rem 0px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase;
    margin: 9rem;
    border: 3px solid black;
}

h4 {
    font-size: 1.5vmin;
    position: absolute;
    background: white;
    white-space: nowrap;
    margin: 2vmin 0 0 2vmin;
    padding: .6vmin;
    z-index: 5;
}

#menu h1 {
    font-size: 4vmin;
    line-height: 6vmin;
}
#menu a {
    text-decoration: none;
    color: black;
}
#menu a:hover {
    text-transform: uppercase;    
}

#menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 10;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
}

.show {
    display: flex !important;
}

#btn,
#btnX {
        box-sizing: border-box;
    width: 4rem;
    height: 4rem;
    padding: .54rem 0;
    margin: 1rem;
    background: red;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1024;
    cursor: pointer;
}

hr {
    margin: .8em 1em;
    border: 0;
    border-bottom: .5em black solid;
}

#btnX hr {}

#btnX #hr1 {
    display: none;
}

#btnX #hr2 {
    transform: rotate(-45deg) translate(-.55rem, .55rem);
    transform-origin: center center;
}

#btnX #hr3 {
    transform: rotate(45deg);
    transform-origin: center center;
}

.below1 {
    margin: 5.5vmin 0 0 2vmin
}

.vert {
    padding: 0;
    height: 100%;
    position: relative;
    margin-left: 20vw;
}

header {
    background: red;
    width: 100vw;
    margin: 0;
    display: flex;
    Flex: 1 0 100vw;
    Flex-basis: 50;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#map_wrapper {
    background: red;
    height: 100vh;
    width: 100vw;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    position: fixed;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

#map_spacer {
    Flex: 1 0 100vw;
    Flex-basis: 50;
    width: 100vw;
    pointer-events: none;
}
.spacer-30 {
    Flex: 1 0 30vw;
    Flex-basis: 50;
    width: 30vw;
    pointer-events: none;
}

#logo {
    max-height: 80vh;
    max-width: 80vw;
    position: absolute;
    margin-left: -2vw;
}

.pic {
    width: auto;
    padding: 0;
}

.pic img {
    width: auto;
    height: 60vh;
}
footer, .linn {
    height: 100vh;
    width: 100vw;
    margin: 0;
    display: flex;
    Flex: 1 0 100vw;
    Flex-basis: 50;
    align-items: center;
    justify-content: center;
    z-index: 1;    
}
#kontrast1 {
    z-index: 10;
    width: 50vw;
}

@media screen and (max-width: 920px) , (orientation:portrait) {
    body {
        overflow-x: hidden;
        overflow-y: scroll;
    }
    header {
        height: 100vh;
        flex: none;
    }
    #map_wrapper {
        position: relative;
    }
    #map_spacer, .spacer-30 {
        display: none;
    }
    #page-wrap {
        vertical-align: top;
        flex-direction: column;
        flex-wrap: wrap;
        display: flex;
        width: 100vw;
    }
    .post,
    .half,
    .pic,
    .vert {
        width: 100vw;
        max-height: inherit;
        min-width: inherit;
        margin: 0;
        padding: 0;
        flex: none;
        border: 0;
        box-shadow: none;
        overflow: visible;
        display: block;
        left: 0;          
    }
    .vert h1 {
        box-sizing: border-box;
        padding: 2rem;
        margin: 0;
        box-shadow: none;
        border: none;
        box-shadow: inset 0 0 0 1rem white,
                    inset 0 0 0 1.3rem black;
        
    }
    .post p, .post h3 ,.post h2 {
        width: 100vw;
        padding: 1rem !important;
        margin: 0 !important;
        max-height: inherit;
        box-sizing: border-box;
        word-wrap: break-word;
    }
    h4 {
        font-size: 4vmin;
    }
    h4.below1 {
        margin-top: 9vmin
    }
    .pic img {
        width: 100%;
        height: auto;
        position: relative;
    }
    #menu h1 {
        font-size: 4vh;
        line-height: 6vh;
    }
    #kontrast1 {
        width: 60vmin
    }
    #logo {
        z-index: 100;
        position: relative;
    }
}