/* .titelbild {
    background-image: url("/images/page5/header_image05.jpg");
    /* background-size: contain; */
    /* background-position: top; */
/* }  */

.parallax {
    /* The image used */
    background-image: url("/images/page5/header_image05.jpg");
  
    /* Set a specific height */
    min-height: 100vh;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

/* h1 {
    display: flex;
    color: black;
    justify-content: flex-end;
    font-size:60px;
    padding-left: 500px;
    padding-bottom: 20%;
} */

#link-01 {
    color: rgb(179, 179, 179);
}


#sketch-b {
    max-width: 100%;
}


.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
    margin: 20px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  


  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}