body {
    background-color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
}

.width {

    width: 100%;
}

.nav {
    color: rgb(5, 5, 79);
}

.title {
    color: rgba(255, 255, 255, 0.577);
}

.headline {
    font-size: 8vw;
    margin: 0;
    color: rgb(100, 40, 13);
}

.subheadline {
    font-size: 5vw;
    margin: 0;
}

.text {
    font-family: 'Bodoni', serif;
}

.gayathri {
    font-family: "Gayathri", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 30px 15px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 1.2rem;
}


.bild-mit-text {
    position: relative;
}

.cover-headline {
    position: absolute;
    z-index: 10;
    color: rgba(255, 255, 255, 0.71);
    margin-top: 5vw;
    margin-left: 7vw;
    font-size: 7vw;
}

.cover-text {
    position: absolute;
    z-index: 10;
    color: rgba(240, 240, 240, 0.782);
    font-size: 4vw;
    margin-top: 15vw;
    margin-left: 7vw;
}

.kollektion-headline {
    position: absolute;
    z-index: 10;
    color: rgb(100, 40, 13);
    margin-top: 5vw;
    margin-left: 7vw;
    font-size: 7vw;
}

.kollektion-button {
    position: absolute;
    font-size: 10px;
    z-index: 10;
    color: rgb(100, 40, 13);
    font-size: 2vw;
    margin-top: 13vw;
    margin-left: 22vw;
    background-color: rgba(255, 255, 255, 0);
    font-weight: solid;
    border: 1px solid rgb(100, 40, 13)
}

.coop-headline {
    z-index: 10;
    color: rgb(5, 5, 79);
    margin-top: 5vw;
    margin-left: 7vw;
    font-size: 7vw;
}

.coop-button {
    font-size: 10vw;
    z-index: 10;
    color: rgb(5, 5, 79);
    font-size: 2vw;
    margin-top: 13vw;
    margin-left: 22vw;
    background-color: rgba(255, 255, 255, 0);
    font-weight: solid;
    border: 1vw rgb(5, 5, 79);
}


.kollektion-button:hover {
    border: 3px solid rgb(100, 40, 13)
}


.coop-button:hover {
    border: 3px solid rgb(5, 5, 79);
}

.bild-headline {
    position: absolute;
    z-index: 10;
    color: rgb(100, 40, 13);
    margin: 7%;
    font-size: 7vw;
}


.cover-container img {
    width: 100%;
    height: auto;
    display: block;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}

.image-container img:hover {
    filter: grayscale(0%);
}


.abstand-bottom {
    margin-bottom: 1vw;
}

.abstand-top {
    margin-top: 1vw;
}

.button {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0.7);
}