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

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

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

.rauten {
    z-index: 10;
    position: relative;
    width: 80%;
    margin: 5% auto;
    text-align: right;
    

}

logo {
    z-index: 9;
    position: relative;
    margin-top: 5%;
    width: 100%;
    height: 100%;
    margin-bottom: 40%
}

logo img {
    width: 40%;
}

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;
    margin-left: 2%;
    margin-top: 6%;
}

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: 50px 0px;
    margin: 80px auto;
    width: 80%;
    text-transform: uppercase;
    
}

.justabout {
    position: relative;
    z-index: 9;
    width: 100%;
    background: url("../img/rauten-gross.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    padding-left: 10%;
    margin-left: -10%;
    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%;
    margin-bottom: 30%;
}

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

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