@charset "utf-8";

body,
html {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    width: 100%;
    height: 100%;
    overflow: scroll;
    box-sizing: border-box;
    background-color: black;
}

::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: KarrikRegular;
    src: url("fonts/Karrik-Regular.otf");
}

@font-face {
    font-family: KarrikItalic;
    src: url("fonts/Karrik-Italic.otf");
}

@font-face {
    font-family: Anthony;
    src: url("fonts/Anthony.otf");
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
}

a:hover {
    color: rgb(192, 192, 192);
}

a:active {
    color: white;
}

h1 {
    font-family: Anthony;
    font-size: 2.4vw;
    margin: 0;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: normal;
}

h2 {
    font-family: Anthony;
    font-size: 1.2vw;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

h3 {
    font-family: KarrikRegular;
    font-size: 1.2vw;
    margin: 0;
    font-weight: normal;
}

h4 {
    font-family: Anthony;
    font-size: 1.2vw;
    line-height: 1.3;
    width: 1.75vw;
    height: 1.75vw;
    margin: 0;
    margin-top: 1.85vw;
    font-weight: normal;
    text-align: center;
    border: 1px;
    border-style: solid;
    border-color: white;
    cursor: pointer;
    position: absolute;
    z-index: 500;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0);
}

span {
    font-family: KarrikRegular;
    font-size: 1vw;
}

iframe {
    width: 100%;
}

.bg-wrapper {
    width: 102%;
    height: 102%;
    position: fixed;
    left: -1%;
    top: -2%;
    z-index: 0;
}

.bg-front {
    width: 100%;
    height: 100%;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.bg-back {
    width: 100%;
    height: 100%;
}

.bg-wrapper-mobile {
    display: none;
    width: 102%;
    height: 102%;
    position: fixed;
    left: -1%;
    top: -2%;
    z-index: 0;
}

.bg-front-mobile {
    width: 100%;
    height: 100%;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    position: absolute;
    z-index: 1;
}

.bg-back-mobile {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.logo-fhnw-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    padding-left: 25px;
    padding-top: 14px;
    padding-bottom: 11px;
    cursor: pointer;
    opacity: 1;    
    filter: drop-shadow(0px 0px 3px #000);
}

.logo-fhnw {
    height: 35px;
}

.nav-wrapper {
    position: fixed;
    z-index: 900;
    top: 15px;
    right: 18px;
}

.nav-wrapper-mobile {
    display: none;
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 40px;
}

.nav-rundgang {
    width: 195px;
    height: 27px;
    float: left;
    font-family: Anthony;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.03em;
    color: white;
    position: relative;
    background-color: black;
    padding: 5px;
    cursor: pointer;
    border: 1px;
    border-style: solid;
    border-color: white;
    filter: drop-shadow(0px 0px 3px #000);
}

.nav-rundgang:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.nav-diplomierende {
    width: 208px;
    height: 27px;
    float: left;
    font-family: Anthony;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.03em;
    color: white;
    position: relative;
    background-color: black;
    margin-right: 15px;
    padding: 5px;
    cursor: pointer;
    border: 1px;
    border-style: solid;
    border-color: white;
    filter: drop-shadow(0px 0px 3px #000);
}

.nav-diplomierende:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.nav-willkommen {
    width: 175px;
    height: 27px;
    float: left;
    font-family: Anthony;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.03em;
    color: white;
    position: relative;
    background-color: black;
    margin-right: 15px;
    padding: 5px;
    cursor: pointer;
    border: 1px;
    border-style: solid;
    border-color: white;
    opacity: 1;
    filter: drop-shadow(0px 0px 3px #000);
}

.nav-willkommen:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.nav-icon-mobile-wrapper {
    display: none;
    position: absolute;
    top: 9px;
    right: 10px;
}

.nav-icon-mobile {
    width: 24px;
    height: 2px;
    background-color: white;
    margin: 4px 0;
}

.nav-dropdown-mobile {
    display: none;
}

.nothing {
    font-family: Anthony;
    font-size: 220px;
    line-height: 0;
    color: black;
    transform: translate(-50%, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    letter-spacing: -0.05em;
    position: fixed;
    z-index: 400;
    top: 70px;
    left: 50%;
    filter: drop-shadow(0px 0px 3px #000);
    pointer-events: none;
}

.happens {
    font-family: Anthony;
    font-size: 220px;
    line-height: 0;
    color: black;
    transform: rotate(90deg);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    letter-spacing: -0.05em;
    position: fixed;
    z-index: 500;
    top: 410px;
    right: -336px;
    filter: drop-shadow(0px 0px 3px #000);
    pointer-events: none;
}

@-moz-document url-prefix() {
    .happens {
        font-family: Anthony;
        font-size: 220px;
        line-height: 0;
        color: black;
        transform: rotate(90deg);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: white;
        letter-spacing: -0.05em;
        position: fixed;
        z-index: 500;
        top: 450px;
        right: -376px;
        filter: drop-shadow(0px 0px 3px #000);
        pointer-events: none;
    }
}

@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .happens {
            font-family: Anthony;
            font-size: 220px;
            line-height: 0;
            color: black;
            transform: rotate(90deg);
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: white;
            letter-spacing: -0.05em;
            position: fixed;
            z-index: 500;
            top: 450px;
            right: -376px;
            filter: drop-shadow(0px 0px 3px #000);
            pointer-events: none;
        }
    }
}

.in {
    font-family: Anthony;
    font-size: 220px;
    line-height: 0;
    color: black;
    transform: rotate(-90deg) translate(0, 50%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    letter-spacing: -0.05em;
    position: fixed;
    z-index: 50;
    top: 50%;
    left: -37px;
    filter: drop-shadow(0px 0px 3px #000);
    pointer-events: none;
}

.isolation {
    font-family: Anthony;
    font-size: 220px;
    line-height: 0;
    color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    letter-spacing: -0.05em;
    position: fixed;
    z-index: 800;
    bottom: 145px;
    left: 14px;
    filter: drop-shadow(0px 0px 3px #000);
    pointer-events: none;
}

.willkommen-grid-large-wrapper {
    display: none;
}

.willkommen-grid-large {
    display: grid;
    position: absolute;
    z-index: 500;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    top: 185px;
    left: 170px;
    right: 170px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 202px;
    max-width: 1600px;
}

.willkommen-container-large {
    width: 100%;
    position: relative;
    z-index: 200;
}

.willkommen-text {
    width: 72%;
    font-family: KarrikRegular;
    font-size: 1.5vw;
    line-height: 1.1;
    color: white;
    letter-spacing: 0.03em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 400;
}

.willkommen-img {
    width: 100%;
    position: relative;
    z-index: 300;
    filter: drop-shadow(0px 0px 3px #000) brightness(0);
}

.willkommen-mobile {
    font-family: KarrikRegular;
    font-size: 3.2vw;
    line-height: 1.2;
    color: white;
    margin: 8px;
    margin-top: 30px;
    position: absolute;
    letter-spacing: 0.03em;
    z-index: 400;
    background-color: black;
    padding: 10px;
    padding-bottom: 50px;
    display: none;
}

.inseln-grid-wrapper {
    display: none;
}

.inseln-grid {
    display: grid;
    position: absolute;
    z-index: 500;
    grid-template-rows: repeat(7, auto);
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    top: 185px;
    left: 170px;
    right: 170px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 202px;
}

.inseln-grid-large-wrapper {
    display: none;
}

.inseln-grid-large {
    display: grid;
    position: absolute;
    z-index: 500;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    top: 185px;
    left: 170px;
    right: 170px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 202px;
    max-width: 1600px;
}

.insel-container-large {
    width: 100%;
    position: relative;
    z-index: 200;
    cursor: pointer;
}

.insel-container {
    width: 100%;
    position: relative;
    z-index: 200;
    cursor: pointer;
}

.insel-container:hover .insel-img {
    filter: drop-shadow(0px 0px 3px #000) brightness(0);
    transition: 0.5s;
}

.insel-container:hover .insel-title {
    opacity: 1;
    transition: 0.5s;
}

.insel-container-large:hover .insel-img {
    filter: drop-shadow(0px 0px 3px #000) brightness(0);
    transition: 0.5s;
}

.insel-container-large:hover .insel-text {
    opacity: 1;
    transition: 0.5s;
}

.insel-title {
    width: 90%;
    font-family: KarrikRegular;
    font-size: 0.8vw;
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    transform: translate(0, -55%);
    z-index: 400;
    opacity: 0;
    padding-left: 5%;
    padding-right: 5%;
}

.insel-text {
    width: 72%;
    font-family: KarrikRegular;
    font-size: 1.5vw;
    line-height: 1.1;
    color: white;
    letter-spacing: 0.03em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 400;
    opacity: 0;
}

.insel-img {
    width: 100%;
    position: relative;
    z-index: 300;
    filter: drop-shadow(0px 0px 3px #000) brightness(1);
}

.inseln-grid-large-wrapper-mobile {
    display: none;
}

.rundgang-grid-large-wrapper {
    display: none;
}

.rundgang-grid-large {
    display: grid;
    position: absolute;
    z-index: 500;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    top: 185px;
    left: 170px;
    right: 170px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 202px;
    max-width: 1600px;
}

.rundgang-container-large {
    width: 100%;
    position: relative;
    z-index: 200;
}

.rundgang-text {
    width: 72%;
    font-family: KarrikRegular;
    font-size: 1.5vw;
    line-height: 1.1;
    color: white;
    letter-spacing: 0.03em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 400;
}

.rundgang-img {
    width: 100%;
    position: relative;
    z-index: 300;
    filter: drop-shadow(0px 0px 3px #000) brightness(0);
}

.rundgang-view {
    width: 100%;
    position: relative;
    z-index: 800;
}

.rundgang-mobile {
    width: 90%;
    margin: 8px;
    margin-top: 30px;
    position: absolute;
    z-index: 400;
    background-color: black;
    padding: 10px;
    padding-bottom: 50px;
    display: none;
}

.anchor {
    position: absolute;
    z-index: 900;
    top: 50%;
    height: 100vh;
    transform: translate(0, -45%);
}

.footer {
    width: 100%;
    background-color: black;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: fixed;
    bottom: 0;
    font-family: Anthony;
    font-size: 10px;
    letter-spacing: 0.04em;
    text-align: left;
    color: white;
    z-index: 500;
    filter: drop-shadow(0px 0px 3px #000);
}

.online {
    width: 70%;
    background-color: black;
    padding: 12px;
    font-family: KarrikRegular;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    color: white;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px;
    border-style: solid;
    border-color: white;
    filter: drop-shadow(0px 0px 3px #000);
}

@media screen and (min-width: 1800px) {
    h1 {
        font-size: 2vw;
    }
    h3 {
        font-size: 0.8vw;
    }
    .willkommen-grid-large {
        width: 1200px;
        top: inherit;
        transform: translate(-50%, 0);
        left: 50%;
        right: inherit;
        max-width: 1800px;
    }
    .willkommen-text {
        font-size: 1vw;
    }
    .inseln-grid-large {
        width: 1200px;
        top: inherit;
        transform: translate(-50%, 0);
        left: 50%;
        right: inherit;
        max-width: 1800px;
    }
    .insel-text {
        font-size: 1vw;
    }
    .rundgang-grid-large {
        width: 1200px;
        top: inherit;
        transform: translate(-50%, 0);
        left: 50%;
        right: inherit;
        max-width: 1800px;
    }
    .rundgang-text {
        font-size: 1vw;
    }
}

@media screen and (max-width: 700px) {
    h1 {
        font-size: 3.2vw;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 2.9vw;
    }
    span {
        font-size: 2.3vw;
    }
    iframe {
        width: 100%;
    }
    .bg-wrapper {
        display: none;
    }
    .bg-wrapper-mobile {
        display: block;
    }
    .nav-wrapper {
        display: none;
    }
    .nav-wrapper-mobile {
        display: block;
    }
    .nav-icon-mobile-wrapper {
        display: block;
    }
    .nav-willkommen {
        width: 100%;
        margin-top: 40px;
    }
    .nav-diplomierende {
        width: 100%;
    }
    .nav-rundgang {
        width: 100%;
    }
    .logo-fhnw-wrapper {
        padding-left: 12px;
        padding-top: 8px;
        padding-bottom: 11px;
    }
    .logo-fhnw {
        height: 25px;
    }
    .nothing {
        display: none;
    }
    .happens {
        display: none;
    }
    .in {
        display: none;
    }
    .isolation {
        display: none;
    }
    .willkommen-grid-large {
        display: none;
    }
    .inseln-grid {
        display: none;
    }
    .inseln-grid-large {
        grid-gap: 5px;
        top: 45px;
        left: 0;
        right: 0;
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 40px;
    }
    .insel-text {
        width: 84%;
        font-family: KarrikRegular;
        font-size: 2.8vw;
        line-height: 1.1;
        color: white;
        letter-spacing: 0.03em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 400;
        opacity: 0;
    }
    .rundgang-grid-large {
        display: none;
    }
    .footer {
        column-count: 1;
        padding-top: 6px;
        padding-left: 8px;
        padding-right: 15px;
        font-family: KarrikRegular;
        font-size: 8px;
        letter-spacing: 0.01em;
    }
}