

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* background: url('./bg01.jpg') no-repeat center center fixed; */
    background: url('./bg04.jpg') no-repeat center center fixed;
    background-size: cover;
    /* margin-right: 0 !important; */
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding: 28px;
    /* Einen Abstand vom Rand hinzufügen */
    box-sizing: border-box;
    /* Den Abstand in die Gesamthöhe einbeziehen */
}

.imprint-link {
    font-size: 12px;
}

.logo {
    width: 160px;
    /* max-width: 160px; */
    /* max-height: 100px; */
}

.textcontainer {
    padding-top: 28px;
    line-height: 120%;
}

.extralink {
    padding-top: 14px !important;
}



/* Für dunklen Hintergrund: */
/* 
p {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif, light; 
    font-weight: 300;
    font-size: 17px;
    margin: 0;
    color:white;

    padding-top: 30px;
    border-radius: 5px;
    text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.6);
}

a {
    text-decoration: none;
    color: #99ccff;
}
*/


/* Für hellen Hintergrund: */

p {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif, light; 
    font-weight: 300;
    font-size: 17px;
    margin: 0;
    color:#333333;
    /* background: rgba(255, 255, 255, 0.7); */
    /* padding: 20px; */
    /* padding-top: 30px; */
    border-radius: 5px;
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); */
    text-shadow: 0.5px 0.5px 2px rgb(52, 52, 52);
}

a {
    text-decoration: none; /* Kein Unterstrich für den Link */
    color: #333399;
}


@media (max-width: 767px) {
    
    p {
        font-size: 14px;
    }

    .logo { 
        width: 100px;
    }
}