.date {
    font-size: 1.2em;
    color: #f30000;
    margin: 0 0 1em 0;
    border: 2px solid #f30000;
}
.construction-main {
    background-color: #fcff48;
    background-image: url( '/static/blog/images/WarningPattern.svg' );
    background-size: 110%;
    
    background-position: center;
    position: fixed; 
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 700px;
    overflow: auto;
    z-index: -1000;
}
.construction-container {
    background-color: #ffffff57;
    padding: 20px;
    margin: 100px;
    margin-top: 20%;
    border: 2px solid #a8a8a8;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px #656565;
}

.construction-content {
    font-size: 2em;
    font-family: 'Lucida Console', Monaco, monospace;
    color: #dadada;
    text-align: center;
}

.page-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%; 
}

body {
    font-family: 'Roboto';
    margin-right: 1px;
    margin-left: 1px;
    margin-bottom: -1px;
    min-height: 100vh;
    background: radial-gradient(
    circle,
    #f0f3fb 0%,     
    #c7d0ec 70%,     
    var(--primary-color) 100%   
    );
}

.page-title {
    /* Lange deutsche Titel bei fixen 2.5em sprengen schmale Screens. */
    font-size: clamp(1.6rem, 6vw, 2.5em);
    color: var(--primary-color);
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
    overflow-wrap: break-word;
}

#header{
    position: sticky;
    top: 0;
    z-index: 1000;           
    padding: 1rem;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 102vh;
}

.base-content {
    flex: 1;
    min-height: 100vh;
    padding: 20px;
}

.base-footer {
 padding: 0px 10px;
}
