/* PLONER COMMUNICATIONS SETTINGS */
h1 {
    text-align: center; /* centers the text */
    color: #c39223; /* sets the text color */
}

html, body {
    flex-direction: column;
    overflow-x: hidden;
    margin: 0;
}

#footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: auto !important; /* Footer wird nach unten gedrückt */
    background-color: red !important;
    background: transparent !important;
    color: #fff;
}

#footer .minimal {
    background: transparent !important;
    background-color: transparent !important;
}

.minimal {
    background: transparent !important;
}

#page-content {
    background: transparent !important;
}

#content {
    background: transparent !important;
}

#header {
    background: transparent !important;
}

#menu-opener {
    background: transparent !important;
}

/* PLONER COMMUNICATIONS SETTINGS */
