html{scroll-behavior: smooth;}
*{box-sizing: border-box;}

@font-face {
 font-family: 'StandardBold';
 src: url('font/standard-bold-webfont.eot');
 src: url('font/standard-bold-webfont.eot?#iefix')
           format('embedded-opentype'),
      url('font/standard-bold-webfont.woff')
           format('woff'),
      url('font/standard-bold-webfont.ttf')
           format('truetype');
}

@font-face {
 font-family: 'StandardBook';
 src: url('font/standard-book-webfont.eot');
 src: url('font/standard-book-webfont.eot?#iefix')
           format('embedded-opentype'),
      url('font/standard-book-webfont.woff')
           format('woff'),
      url('font/standard-book-webfont.ttf')
           format('truetype');
}

@font-face {
 font-family: 'StandardBoldItalic';
 src: url('font/standard-bold-italic-webfont.eot');
 src: url('font/standard-bold-italic-webfont.eot?#iefix')
           format('embedded-opentype'),
      url('font/standard-bold-italic-webfont.woff')
           format('woff'),
      url('font/standard-bold-italic-webfont.ttf')
           format('truetype');
}

body{
    font-family: 'StandardBook', Arial, sans-serif;
    font-size: 19px;
    margin: 0;
    padding: 0;
}

::selection{
  color: rgb(217,217,217);
  background: none;
}

.header{
  margin: 0;
  position: fixed;
  top: 0;
  right: 13px;
  left: 13px;
  display: flex;
  padding-top: 13px;
  width: 100%;
  height: 60px;
  z-index: 10;
  background-color: white;
}

.header a{
  text-decoration: none;
  color: black;
}

.links:hover{
  cursor: pointer;
  text-decoration: underline;
}

.rechts{
  position: fixed;
  right: 13px;
  display: flex;
}

.menurechts{
  position: fixed;
  right: 13px;
  display: none;
}

.footer{
  height: 60px;
}

.content{
  display: flex;
  flex-wrap: nowrap;
  margin-top: 100px;
}

.menu-wrapper{
  width: 100%;
  max-width: 280px;
  height: 100%;
}

.iframe{
  position: fixed;
  display: block;
  width: 100%;
  max-width: 769px;
  height: 100%;
  margin-left: 0px;
  line-height: 1.1em;
}

.menu{
  position: fixed;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 100%;
  margin-left: 13px;
  z-index: 9;
  line-height: 1.1em;
}

.non-collapsible{
  text-decoration: none;
  color: black;
}

.non-collapsible:hover{
  text-decoration: none;
  color: white;
}

.collapsible:hover{
  text-decoration: underline;
  cursor: pointer;
}

.einzelinhalt{
  margin-top: 10px;
  margin-bottom: 25px;
}

.menuinhalt{
  margin-top: 13px;
  margin-bottom: 13px;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-out;
}

.menuinhalt a{
  text-decoration: none;
  color: black;
  font-size: 16px;
}

.menuinhalt a:hover{
  color: white;
}

#mb:hover{
  cursor: url('ico/mb.png'), auto;
}

#tb:hover{
  cursor: url('ico/tb.png'), auto;
}

#mbtb:hover{
  cursor: url('ico/mbtb.png'), auto;
}

#mbmp:hover{
  cursor: url('ico/mbmp.png'), auto;
}

.project-wrapper{
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.project-content{
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  overflow: hidden;
  margin-bottom: 90px;
}

.project-content p{
  font-family:'StandardBold', Arial, sans-serif;
  font-size: 17px;
}

img{
  position: relative;
  display: block;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  aspect-ratio: 1000/720;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

img:hover{
  cursor: url('ico/cross48.png'), auto;
}

#mof7{
  margin-bottom: 13px;
}

#mof1{
  margin-bottom: 40px;
}

#nomof:hover{
  cursor: default;
}

/*@media only screen and (min-width: 1921px){
  .project-content{
    max-width: 1200px;
  }
  img{
    max-height: 864px;
  }
}

@media only screen and (min-width: 2341px){
  .project-content{
    max-width: 1400px;
  }
  img{
    max-height: 1008px;
  }
}*/

.bild{
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  overflow: hidden;
  margin-bottom: 90px;
}

.slideelements{
  display: none;
}

.prev, .next{
  display:run-in;
  cursor: pointer;
  position: absolute;
  top: 0%;
  width: auto;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  font-size: 3em;
  opacity: 0;
}

.prev{
  padding-right: 50%;
  padding-bottom: 100%;
  cursor: url('ico/cursor64left.png'), auto;
}

.next{
  right: 0;
  border-radius: 3px 0 0 3px;
  padding-left: 50%;
  padding-bottom: 100%;
  cursor: url('ico/cursor64right.png'), auto;
}

.fade{
  animation-name: fade;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
}

@keyframes fade{
  from {opacity: .6}
  to {opacity: 1}
}

h1{
  margin:0;
  font-weight: normal;
  font-family:'StandardBold', Arial, sans-serif;
  font-size: 17px;
}

.seitenzahl{
  font-family: 'StandardBold', Arial, sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 20px;
  font-size: 17px;
}

.caption-text{
  font-family: 'StandardBold', Arial, sans-serif;
  position: absolute;
  bottom: 0;
  margin-left: 20px;
  font-size: 17px;
}

.project-textinhalt{
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.textinhalt{
  margin-left: 20px;
  margin-right: 20px;
}

.kurz p{
  margin: 0;
  padding: 0;
  border: 0;
}

.kurz{
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 13px;
  left: 13px;
  display: flex;
  padding-top: 20px;
  width: 100%;
  height: 80px;
}

#ku{
  font-family: 'StandardBook', Arial, sans-serif;
  font-size: 34px;
  position: fixed;
  bottom: 18px;
}

#drolf{
  font-family: 'StandardBook', Arial, sans-serif;
  font-size: 34px;
  position:fixed;
  right: 13px;
  bottom: 18px;
  overflow: hidden;
}

.hide{
  display: none;
}

@media only screen and (max-width: 768px){
  body{
    overflow-x: hidden;
    font-family: 'StandardBold', Arial, sans-serif;
    font-size: 14px;
  }
  a, a:active, a:focus, a:hover{
    -webkit-tap-highlight-color: transparent;
  }
  .menu-wrapper{
    display: none;
    width: 200%;
  }
  .menu{
    line-height: 1.1em;
  }
  .menuinhalt a{
    font-size: 14px;
  }
  .header{
    margin: 0;
    position: fixed;
    top: 0;
    right: 13px;
    left: 13px;
    display: flex;
    padding-top: 13px;
    width: 100%;
    height: 43px;
    z-index: 10;
    background-color: white;
  }
  .rechts{
    display: none;
  }
  .menurechts{
    display: flex;
  }
  .menurechts:hover{
    cursor: pointer;
    text-decoration: underline;
  }
  img{
    padding-left: 13px;
    padding-right: 13px;
  }
  .project-textinhalt{
    margin-left: 13px;
    margin-right: 13px;
  }
  .project-content p{
    font-size: 14px;
  }
  h1{
    font-size: 14px;
  }
  .seitenzahl{
    margin-right: 13px;
    font-size: 14px;
  }
  .caption-text{
    margin-left: 13px;
    font-size: 14px;
  }
  .kurz{
    background-color: white;
    height: 64px
  }
  .bild{
    margin-bottom: 60px;
  }
  #ku{
    font-size: 24px;
  }
  #drolf{
    font-size: 24px;
  }
}*/
