.parallax{
    min-height: 600px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-device-width: 1366px) {
    .parallax {
      background-attachment: scroll;
      min-height: 400px; 
    }
  }


.container{
    position: relative;
    height: 100%;
}


.banner{
    height: 350px;
    object-fit: cover;
    position: relative;
    border-radius: 1px;
    border-style: solid;
    border-color: black;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Adjust the height of the darkened area as needed */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}



.alinea{
    padding-top: 10px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color: black;
    overflow: hidden;
}



.artikel-titel{
    font-weight:700;
    z-index: 2;
    font-family: Effra-Bold, Helvetica, Arial, sans-serif;
    margin-top: -2%;
    margin-left: 0.5%;
    color: white;
    text-align: left;
    position: relative;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
  
  }

  @media (max-width: 768px) {
    .artikel-titel{
        font-weight:700;
        z-index: 2;
        font-family: Effra-Bold, Helvetica, Arial, sans-serif;
        margin-top: 5%;
        margin-left: 0.5%;
        color: black;
        text-align: left;
        position: relative;
        -webkit-text-stroke-width: 0px;
        -webkit-text-stroke-color: black;
      
      }
}