
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.pageLinkHeader {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100px;
    justify-content: center;
    gap: 40px;
}

.linkComponent {
    margin-top: 10px;
    color: #000000;
    text-decoration: none;
}

.maincontainer {
    display: flex;
    align-self: center;
}

.mainBackgroundContainer {
    position: relative;
    width: 100vw;
    height: 700px;
    overflow: hidden;
}

.mainBackground {
    width: 100vw;
    height: 700px;
    object-fit: cover;
    display: block;
}

.headerText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    max-width: 800px;
    padding: 20px;
    text-align: center;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.artikielText {
    margin-left: 40px;
    display: block;
    text-align: left;
    font-size: 20px;
    color: black;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.preHeadline {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}