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

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

html {
    background: #000000;
    color: #ffffff;
    font-family: 'GT Sectra Display';
    font-weight: 300;
    font-style: normal;
    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: 10%;
    float: left;
}

logo#pages {
    margin-top: 4%;
}

a {
    color: #ffffff
}

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

h1 {
    text-transform: uppercase;
    font-size: 2.25rem;
    margin-bottom: 24px;
}

aside {
    position: relative;
    z-index: 9;
    float: left;
    width: 20%;
    padding-left: 5%;
    font-size: 1.5rem;
    margin-top: 20px;
    height: 100vh;
}

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

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 {
    position: absolute;
    bottom: -1px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    text-align: center;
    text-decoration: line-through;
    font-size: 1.2rem;
    padding: 60px 30px 90px 30px;
    margin-left: -20%;
    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: 32%;
    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: right;
    height: 50px;
    width: 100%;
}

.spacerpages {
    margin-top: -50px;
    background-image: url("../img/rauten-spacer.svg");
    background-repeat: no-repeat;
    background-position: right;
    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: 90%;
    float: none;
 
}

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