*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header{
    font-weight:lighter;
    margin:0;
}
canvas, .header ,main {
    display:block;
}
a,a:visited{
    color:inherit;
    text-decoration: none;
    border-bottom: 1px solid #d5c7e1;
}
a:active,a:hover{
    outline:0;
}
img{
    border:0;
    width: 100%;
}
.drawImage {
    width: 30px;
}
li,ol,ul{
    list-style:none;
}

.hasSVG {
  width: 60px;
}

svg {
  max-width: 50px;
  position: absolute;
}
.row{
    position: absolute;
    z-index:1;
    padding: 0 4%;
    width: 100%;
}
.row::after,.row::before{
    content:'';
    display:table;
    clear:both;
}
.notSelectable {
  user-select: none;
}
.nopointer {
  pointer-events: none;
}
.top {
  top: 5%;
}
.bottom {
  bottom: 10%;
}

.bottom li {
  padding-top: 15px;
}

.bottomLink {
    bottom: 5%;
}

.usableLink a {
    pointer-events: all;
}

.textRight {
  justify-content: flex-start;
  font-size: 18px;
  padding-top: 15px;
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Th';
    src: url('webfonts/374D54_0_0.eot');
    src: url('webfonts/374D54_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/374D54_0_0.woff2') format('woff2'),url('webfonts/374D54_0_0.woff') format('woff'),url('webfonts/374D54_0_0.ttf') format('truetype');
}

body{
    font-family: HelveticaNeueLTPro-Th, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    font-weight: lighter;
    font-size:36px;
    background:#000000;
    color:#d5c7e1;
    line-height:1.35;
    letter-spacing: 1px;
}
@media screen and (max-width:2000px){
    body{
        font-size:40px;
    }
}
@media screen and (max-width:1442px){
    body{
        font-size:35px;
    }
}
@media screen and (max-width:1280px){
    body{
        font-size:32px;
    }
}
@media screen and (max-width:1026px){
    body{
        font-size:28px;
    }
}
@media screen and (max-width:400px){
    body{
        font-size:25px;
    }
}
span,h1,h2,.header{
    font-size:1em;
}
a:hover{
    color: #d5c7e1;
}
@media screen and (min-width:768px){
    .row {
        padding: o 2%;
    }
    ul{
        display:flex;
        flex-wrap: wrap;
        justify-content: space-between !important;
        padding-right: 0;
    }
    ul:nth-child(2){
        justify-content: space-between !important;
    }
    .textRight {
        justify-content: flex-end;
    }
}

.notMobile {
    display: block;
}
.mobile {
    display: none;
}

@media screen and (max-width:935px){
    #overlay {
        background-image: url(../images/assets/Stift_lila.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
    }
    .mobile {
        display: block;
    }
    .notMobile {
        display: none;
    }
    .top {
        top: 3%;
    }
    .top li {
        width: 100%;
        margin-bottom: 0px;
    }
    .top li:nth-child(3) {
        margin-bottom: 0px;
    }
    .top li:nth-child(3){
        pointer-events: none !important;
    }
    .hasSVG svg{
        right: 5%;
        top: 0%;
    }

    ul {
        display:flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    ul:nth-child(2){
        justify-content: flex-start;
    }
    .bottom li {
      padding-top: 0px;
    }
    
    ul li {
        margin-right: 15px;
    }

}

@media screen and (min-width:1000px){
    ul li {
        margin-right: 0;
    }
}

.header ul li {
    user-select: none;
}

.header a:hover+ul,.header ul ul li{
    display:block
}
#slides,.header ul ul{
    display:none
}
#bauhaus{
    top:0;
    width:100%;
    height:100%;
    cursor:url(../images/assets/Stift_lila.png) 0 50,auto;
}
.other{
    font-size:.75em
}
