body {
  /* background-color: #ebfc02; */
  font-family: 'LabilGrotesk-Regular';
  background: #ffff;
  background-image: radial-gradient(rgba(174, 171, 171, 0.45) 4px, transparent 0%);
  background-size: 40px 40px;
  background-position: -19px -19px;
  min-height: 100vh;
  font-size: 1.5rem;
  color: #8c6f56;
}

* {
  box-sizing: border-box;
}


h1 {
font-size: 200px;
font-family: 'LabilGrotesk-Regular';
text-align: center;
color: #a9886a;
}

h2 {
  font-size: 80px;
  color: #000;;
  font-family: 'LabilGrotesk-Regular';
  text-align: center;
  }

 h3 {
    text-transform: uppercase;
    color: #f4f4f4;
    font-size: 30px;
    font-style: normal;
    font-family: 'LabilGrotesk-Regular';
    text-align: center;
    margin-bottom: 10px;
    }

h4{
  color: #000000;
  font-size: 20px;
  text-align: center;

}

h5{
color: #8c6f56;
font-size: 20px;
text-align: center;
margin-bottom: 0px;;
}



 a {
  font-family: 'LabilVariable', sans-serif!important;
  font-size: 40px;
  color:#8c6f56;
  text-align: center;
  font-family: monospace;
  line-height: 0.9;
  vertical-align: middle!important;
  }

a.button {
    font-size: 30px!important;
    font-family: 'Labil-Grotesk', sans-serif;  
    }




p {
  font-size: 1.5rem;
  color: #8c6f56;
  /*display: inline;*/
  line-height: 1.0;
  margin-block-end: 0.5em;
  margin-block-start: 0em;
  margin-bottom: 1rem;
}



.green {
  color: #fff;
}


  #myBtnContainer {
    right: 0.5rem;
    top: 0.5rem;
  }


  .container {
    overflow: hidden;
  }
  
  

    li {
      text-align: center;
    }
   


 #m1 {
  background-color: rgb(255, 255, 255);
  }

  nav ul  {
    list-style: none;
    padding: 0;
    margin-bottom: 80px;
  }


  .filterDiv {
    float: left;
    margin:0;
    height: 40px;
    border-radius: 60px;
    padding: 20px;
    height: auto;
    box-shadow: 
    12px 12px 16px 0 rgba(0, 0, 0, 25%),
    -8px -8px 12px 0 rgba(161, 11, 243, 20%);
    display: none; /* Hidden by default */
    cursor: pointer;
    }

  #b0 {
   /* background-color: rgb(237, 23, 226);
    height: 150px;
    width: 70%;*/
    top: 2%;
    position: absolute;
    z-index: -1;
    bottom:0%   
   }

  #b01 {
      z-index: -1;
      position:absolute;
      bottom:0;
      }
   
   #b02 {
     z-index: -1;
     position:fixed;
     bottom:0;
        }

  #b1 {
    background-color: rgb(204, 204, 199);
    width: 40%;
    }


  #b2 {
    background-color:#f6ff00;;
    width: 30%;
    z-index: 2;

    }

  #b3 {
    background-color: #28fc02;
    width: 30%;
    position: right;
    z-index: 2;
  }
    
  #b4 {
    background-color: #FFC3FB;
    z-index: 2;
    width: 40%;
  }

  #b5 {
    background-color: #550e62;
    width: 40%;
    z-index: 2;

  }


  #b5 {
    background-color: #28fc02;
    width: 40%;
    z-index: 2;

  }


  #b6 {
    background-color: #717370;
    width: 60%;
    z-index: 2;
  }


 #b7 {
    background-color: #ffffff;
    width: 20%;
    z-index: 2;
  }



  #b9, #b16 {
    background-color: #FFC3FB;
    width: 30%;
    z-index: 2;
  }

  #b10 {
    background-color: #ffffff;
    width: 60%;
    z-index: 2;
  }

  #b11 {
    background-color: #28fc02;
    width: 30%;
    position: right;
    z-index: 2;
  }

  #b12, #b13, #b14, #b15, #b8, #b17,#b18, #b19, #b20 {
    background-color: #ebfc02;
    width: 40%;
    position: right;
    z-index: 2;
  }



main{
  position: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}


#d1  {
  background-color: #ffffff;
  z-index: 2;
}

.dialog-elemente {
max-width: 600px;
}


#d2
{
  background-color: #FFC3FB;
  z-index: 2;
}

  img {
    width: 100%;
    max-width: 400px; 
    height: auto;
  }

  

  
  

 
  
  /* Style the buttons */

  .show {
    display: block;
  }
  .btn {
    border: none;
    outline: none;
  padding: 10px 10px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-family: 'Labil-Grotesk', sans-serif;  
    font-size: 2rem;
    color:#8c6f56;
    text-align: center;
    line-height: 0.9;
    vertical-align: middle!important;
    transition: all 0.3s ease-out;
    border-radius: 100px;
    text-decoration: none;
  }

  .btn:hover {
    background-color: #ddd;
  }
  
  .btn.active {
    background-color:#FFC3FB;
  }


  



  button {
    height: 50px;
    width: auto-width;
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
    float:left;
    margin-bottom: 30px;
    margin-right: 5px;
    box-shadow: 
    12px 12px 16px 0 rgba(0, 0, 0, 0.25),
    -8px -8px 12px 0 rgba(72, 6, 106, 0.3);
  }

  

/* FONTS */
@font-face{
  font-family: 'Labil-Grotesk';
  src: url('../font/LabilGrotesk-Regular.woff') format('woff')
}

@font-face{
  font-family: 'LabilGrotesk-Regular';
  src: url('../font/LabilGrotesk-Variable.woff2') format('woff2')
}


/* Popup */



.box {
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  z-index: 100;
  position: absolute;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:100;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

#popup {
  text-align: center;

}

.popup {
  margin: 00px auto;
  padding: 0px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  transition: all 0.1s ease-in-out;

}

.popup h2 {
  margin-top: 0;
  color: #333;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.popup .close:hover {
  color: #000000;
}
.popup .content {
  max-height: 100vh;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 100%;
  }
}



/* MOBIL */
  /* for all devices without hover: */
  /* @media not all and (hover: none){  */
    @media screen and (max-width: 600px) {
      /* body */
      body {
        overflow-x: hidden;
      }
      /* buttons */
      #myBtnContainer{
        position: relative;
      }
      /* background elements */
      #b0{
        font-size: 70px;
      }
      #b01{
        font-size: 40px;
      }
      /* draggable elements */
      .filterDiv{
        width: 100% !important
      }

      button {
        margin-bottom: 5px;
      }
  
    }