/*  Main  */

body,
html {
    height: 100%;
}

body {
    background: #000;
    color: #eee;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 100%;
    line-height: 1.5;
    padding: 20px;
}

a,
a:visited,
a:active {
    color: #fff
}

a:hover {
    text-decoration: none
}

h1 a,
h1 a:hover {
    text-decoration: none;
}

h1 {
    font-size: 2.4em;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    width: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
}

h2 {
    font-size: 1.4em;
    color: #eee;
    padding-bottom: 1em
}

#wrapper {
    margin: 0 auto;
    width: 70%;
    font-size: 1em
}

#header {
    background: #000 url(../images/Protoyz-Speedster-Poster-2.jpg) no-repeat 50% 100%;
    background-size: contain;
    padding-top: 50%;
    margin-top: 2rem;
}

.link-to-shop {
    position: absolute;
    top: 0;
    text-align: center;
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
    background: #f0fb00;
}

.link-to-shop a {
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    padding: .6rem;
}


/* #content .picture, .main {display: block;margin-bottom: 1em} */

#content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#content div {
    margin: 1rem 0 0;
}

#content img {
    max-width: 100%;
    height: auto
}

#content p {
    margin-bottom: 1em
}

#footer {
    clear: both;
    margin: 0.5rem 0 1rem;
    border-top: 2px solid #fff;
}

.impressum {
    display: block;
    /*visibility:hidden;
  opacity:0;
  height:0;  */
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.view {
    /*visibility:visible;
  opacity:1; 
  height:auto;  */
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.open_impressum,
.open_impressum_open {
    cursor: pointer;
}

.open_impressum:before {
    content: "+";
    margin-right: 5px;
    font-size: 1.2em;
}

.open_impressum_open:before {
    content: "-";
    margin-right: 5px;
    font-size: 1.2em;
}

.left {
    margin-top: 20px
}


/* CUSTOM LAYOUT & TYPOGRAPHY 
-----------------------------------------------------------------*/

@media screen and (min-width: 30em) and (max-width: 63.236em) {
    #header {
        margin-top: 1rem;
    }
    #content div {
        max-width: 48%
    }
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 1.6em;
    }
    .left {
        float: left;
        margin-top: 20px;
        margin-right: 20px
    }
    .right {
        float: left;
        margin-right: 20px;
        margin-top: 20px
    }
    .quorter {
        width: calc(50% - 20px)
    }
}

@media screen and ( min-width: 63.237em) {
    #header {
        margin-top: 0;
    }
    #content div {
        max-width: 24%
    }
    h1 {
        font-size: 7em;
        width: auto
    }
    h2 {
        font-size: 1.8em;
    }
    .quorter {
        width: calc(25% - 20px)
    }
    .left {
        float: left;
        margin-right: 20px;
        margin-top: 20px
    }
    .right {
        float: right;
        margin-left: 20px;
        margin-top: 20px
    }
}