﻿

@media only screen and (max-width: 768px) {
    body {
        /*padding: 10px;*/
        font-size: 14px;
    }

    h1 {
        font-size: 24px;
    }

    .plakette-font {
        font-size: 32px; /* Adjust as needed for mobile */
    }
}

.nw_header1 {
    height: 473px;
    border-bottom: 3px solid #d2af50;
    background-color: #000000;
    display: flex;
    justify-content: center;
}
