
@font-face {
    font-family: poppins-bold-webfont;
    src: url(font-awesome\webfonts);
  }

.bigpicture {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 100;
    font-family: "Roboto", sans-serif;
}

.bigpicture_offen {
    display: block;
}

.bigpicture_top-bar {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
}

.bigpicture_top-bar button{
    cursor: pointer;
    background-color: transparent;
    border: 0;
    padding: .2rem;
    margin: 3rem;
    color: rgb(255, 255, 255);
    background-image: url(../images/icons/icon-x.png);
    float: right;
    position: relative;
    width: 2rem;
    height: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.bigpicture_picture {
    display: block;
    width: 60%;
    height: auto;
    background-color: brown;
    margin: auto;
    margin-top: 8rem;
}

.bigpicture_caption {
    width: 60%;
    height: auto;
    color: rgb(255, 255, 255);
    margin: auto;
    margin-top: 2rem;
    text-align: center;
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
}

.bigpicture_description {
    width: 60%;
    height: auto;
    color: rgb(255, 255, 255);
    margin: auto;
    text-align: center;
    margin-bottom: 3.2rem;
}



/* ------------------------------------------------------------------- 
* responsive:
* bigpicture
* ------------------------------------------------------------------- */


  

  @media screen and (max-width:500px) {
    .bigpicture_picture {
        width: 95%;
    }
  }

  @media screen and (max-width:600px) {
    .bigpicture_picture {
        width: 90%;
    }
  
  }
  
  @media screen and (max-width:900px) {
    .bigpicture_picture {
        width: 80%;
    }
  
  }