/* .titelbild {
    background-image: url("/images/page5/header_image05.jpg");
    /* background-size: contain; */
    /* background-position: top; */
/* }  */

.parallax {
    /* The image used */
    
  
    /* Set a specific height */
    min-height: 100vh;
  
    /* Create the parallax scrolling effect */
  }


  body {
    background-image: url("/images/page5/header_image05.jpg");
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.headline {
  background-color: rgba(0, 0, 0, 0.1);
}

#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%;
  }
}