@charset "UTF-8";
/* CSS Document */

* {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

html {
    background: #000000;
    color: #ffffff;
    font-family: 'GT Sectra Display', serif;
    font-size: 1rem;
    width: 100%;
    height: 100%;
}

.rauten {
    z-index: 10;
    position: relative;
    float: right;
    margin-top: 42px;
    margin-right: 7%;
}

logo {
    z-index: 9;
    position: relative;
    margin-top: 5%;
    float: left;
    width: 40%;
    height: 95vh;
}

logo img {
    width: 60%;
}

a {
    color: #ffffff
}

h2 {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

aside {
    position: relative;
    z-index: 9;
    width: 100%;
    font-size: 1.5rem;
}

main {
    position: relative;
    z-index: 9;
    float: left;
    width: 60%;
    margin-left: 10%;
    margin-top: 2%;
}

main p {
    font-size: 1.5rem;
    margin-bottom: 24px;
    width: 50%;
}

.kontakt {
    font-size: 1.4rem;
    line-height: 1.4rem;
}
p.sans {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
} 

.wildside {

    border: 1px solid #ffffff;
    text-align: center;
    text-decoration: line-through;
    font-size: 1.2rem;
    padding: 30px;
    margin: 30px auto;
    width: 80%;
    text-transform: uppercase;
    
}

.justabout {
    position: relative;
    z-index: 9;
    float: right;
    width: 40%;
    background: url("../img/rauten-gross.svg");
    background-repeat: no-repeat;
    background-size: 60%;
    padding-left: 5%;
    margin-top: 20px;
}

.justabout p {
    line-height: 2.1rem;
    font-size: 2.3rem;
    font-weight: 300;
}

.spacer {
    margin-top: 80px;
    background-image: url("../img/rauten-spacer.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 100%;
}

.background {
    position: fixed;
    overflow: hidden;
    color: #242424;
    width: 180vh;
    height: 100vh;
    font-size: 24rem;
    line-height: 80%;
    top: 0px;
    z-index: 1;
    background:  url("../img/rebelnation.svg") no-repeat;
    background-size: 80%;
    float: none;
 
}

.rechteck {
    position: absolute;
    right: -1px;
    bottom: -1px;
    border: 1px #fff solid;
    width: 67%;
    height: 60%;
    z-index: 2;
}