
* {
    background-color: #fff;
    font-family: "Work Sans";
}

a {
    text-decoration: none;
    color: black;
}

.headline {
    background-image: url("../AtelierB2_Logo.png") ;
    background-size: cover;
    width: 8.6em;
    height: 1em;
    color: transparent;
    text-transform: uppercase;
    font-size: 5em;
    font-weight: bold;
    position: fixed;
    top: 0.5em;
    left: 0.5em;
    z-index: 1;
}

.menu {
    text-align: right;
    position: fixed;
    top: 1em;
    right: 5em;
}

.menulist * {
    font-size: 1em;
    list-style-type: none;
    display: inline-block;
    margin: 0.2em;
}

.-item-active {
    font-weight: bold;
}

.content {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.3em;
    display: none;
    position: relative;
    top: 10em;
    width: 60%;
    left: 10%;
    margin-bottom: 10em;
}

.-content-active{
    display: block;
}

.address {
    text-transform: uppercase;
    margin: 0;
    width: 0;
    white-space: nowrap;
    position: absolute;
    text-align: right;
    font-weight: 600;
    transform-origin: left;
    right: 20px;
    bottom: 20px;
    font-size: 1.8em;
    transform: rotate(-90deg);
    word-spacing: 0.3em;
}

.koll-memb {
    margin-bottom: 1em;
}

.koll-name {
    text-transform: uppercase;
    font-weight: 700;
}

.koll-work {
    text-transform: uppercase;
    font-weight: 400;
}

.koll-desc {
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 3em;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
}

.-desc-active {
    display: block;
    max-height: 10em;
    transition: all 0.25s ease-in-out;
}

.net {
    margin-bottom: 1em;
}

@media (max-width: 1100px) {
    .headline {
        background-image: url("../AtelierB2_Logo.png") ;
        background-size: cover;
        width: 8.6em;
        height: 1em;
        font-size: 1.5em;
        position: absolute;
        top: 0.5em;
        left: 1em;
    }
    .menu {
        text-align: left;
        position: absolute;
        top: 2em;
        right: auto;
        left: -1.2em;
    }
    .menulist * {
        font-size: 0.9em;
        list-style-type: none;
        display: inline-block;
    }
    .address {
        text-transform: uppercase;
        width: 350px;
        transform-origin: right;
        right: 10px;
        bottom: auto;
        top: 5em;
        font-size: 0.8em;
    }
    .content {
        font-size: 1em;
        top: 7em;
        left: 20px;
        width: 80%;
    }
    .-desc-active {
        max-height: 50em;
    }
}
/*# sourceMappingURL=main.css.map */