*{margin: 0;padding: 0;}

html, body {
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: firasans;
    background-color: #111111
}


.wrapper {
    margin: 0em auto;
    padding: 0em 1em;
    max-width: 1280px;
    min-width: 320px;
}

.center {
    text-align: center;
    justify-content: center;
    justify-items: center;
}

.center-v {
    align-content: center;
    align-items: center;
    align-self: center;
}
h1 {
    font-family: cinzel;
    font-weight: 300;
   --color: #f3f3f3;
    color: #b6a065;
    margin-bottom: 0;
}

p {line-height: 1.4;font-size: 1.1em}

.white {
    color: white;
}

.row {
    flex-flow: row;
    flex-wrap: wrap;
}

.bold {
    font-weight: bold;
}

.flex-rechts {
    justify-content: flex-end;
}
.italic {
    font-style: italic;
}