     .container {
        display: flex;
        flex-wrap: wrap;
    }

    .section {
        display: block;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    
    .box {
        flex: 1;
        padding: 20px;
    }

    .bildbox {
        flex: 1;
        padding: 1vw;
    }

    .biobox {
      flex: 1;
      padding: 20px;
      text-align: left;
      font-size: 2.3vw;
    }
    .project {
        width:28%;
        max-width: 100vw;
        background-color: #ffffff;
        padding: 18px;
        margin: 8px;
        color: #000000;
    }

    .center {
        text-align: center !important;
    }

    .youtube {
      width: 400px;
      margin:5px;
      height:300px;
      max-width:96vw;
    }
          
.menue {
  color: #fff !important;
  background-color: #000 !important;
  width: 100%;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.5;
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
}

.dropdown {
     position: fixed;

  width: 100%;
  z-index: 1;
  top: 0;
margin-top: 46px;
text-align: left;
display: inline-block;
}
.button {
    float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
  padding: 12px 20px !important;
  user-select: none;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
}

.dropbtn {
  background-color: #000000;
  color: #ffffff;
  padding: 5px;
  font-size: 24px;
  border: none;
  position: fixed;
  top: 0;
  right: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 100px;
  top: 0;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.topbild img{
  height:100vh;
  position:absolute;
  left:0;top:0;margin-top: 30px;margin-left: 0px;
}

.eb {font-size:4vw}
.bct {font-size:2vw}

.ebbct{
  position:absolute;
  right:0;
  top:0;
  margin-top: 96px;
  margin-right: 6vw;
  text-align: right;
}

@media (max-width:120vh){
    .eb {font-size:28px}
    .bct {font-size:18px}
    .ebbct{margin-right: 19vw;}
    .topbild img{
      left: 50%; /* position the left edge of the element at the middle of the parent */
      transform: translate(-50%, 0%); 
    }
}


@media (max-width:980px){
  .project{width:43%;margin:4px;}
}

@media (max-width:600px) {
    .hide-small{display:none;}
    .project{width:100%;}
    .biobox {flex:2;font-size:14px}
    .bildbox {padding-right: 0px;}
    .ebbct{margin-right: 102px;margin-top: 85px}
}

@media (max-width:600px) and (min-height: 140vw){
    .topbild img{left: 50%;transform: translate(-50%,92px);max-width:100vw;height:auto}
}

@media (min-width:600px){
    .hide-large{display:none!important}
}

@media screen and (min-width: 1000px) {
  .biobox {
     font-size: 23px;
  }
}