#qgRteToolbar .-options > h4, #qgRteToolbar .-options > h5, #qgRteToolbar .-options > h6 {
    display: none !important;
}
html {
    overflow-y: scroll;
    font-family: Montserrat;
    line-height: 1.5;
    background-color: rgb(242, 242, 242);
    font-size: 14px;
    color: rgb(0, 51, 73);
}
body {
    display: flex;
    flex-direction: column;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 0.25em 0px;
}
h1 {
    font-size: 3.55em;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.039em;
    margin-bottom: 0.145em;
}
h2 {
    font-family: Spectral;
    line-height: 1.12;
    font-size: 2.57em;
    margin-bottom: 1.3em;
    font-weight: 400;
}
h3 {
    font-family: Spectral;
}
p {
    margin-top: 0px;
}
p:last-child {
    margin-bottom: 0px;
}
a {
    color: inherit;
}
main a, footer a {
    text-decoration: none;
    color: inherit;
    border-bottom-color: currentcolor;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
a:visited {
}
a:hover {
}
.l1_width {
    max-width: 1200px;
    padding-left: 4vw;
    padding-right: 4vw;
    margin: auto;
}
.l1_width2 {
    max-width: 730px;
    padding-left: 4vw;
    padding-right: 4vw;
    margin: auto;
}
#container {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: initial;
}
#head {
    border-bottom-color: rgba(0, 0, 0,0.6);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 1.37em;
    transform: translateY(-100%);
    text-transform: uppercase;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    will-change: transform;
    background-color: rgb(255, 255, 255);
    transition-property: background-color, transform;
}
.cd_is_top #head {
    background-color: transparent;
}
.cd_is_top #head, .cd_up_scroll #head, #head:hover {
    transform: translateY(0px);
}
#head a {
    color: inherit;
    text-decoration: none;
    padding: 1.35em 0.6em;
}
#head > .l1_width {
    align-items: center;
}
#logo > img {
    display: block;
    height: 60px;
}
#main {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
#main > div > :first-child {
    padding-top: 184px;
}
#foot {
}
#foot a {
    color: inherit;
    text-decoration: none;
}
.l1_cols {
    display: flex;
}
.l1_cols > div {
    box-sizing: border-box;
}
.Center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
.Left {
    display: block;
    text-align: left;
}
.Right {
    display: block;
    text-align: right;
}
img.Left {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}
img.Right {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}
#head nav ul {
    display: flex;
}
#head nav li {
    display: flex;
}
#head nav a {
    display: block;
}
#head nav {
}
.Kursiv {
    font-family: Spectral;
    font-style: italic;
    font-size: 1.28em;
    font-weight: 400;
}
input, textarea, select {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border: medium none currentcolor;
}
.Link {
    display: inline-block;
    margin: 0.4px 0.52em 0.3em 0.52em;
}
#head #nav2 {
    position: relative;
}
button {
    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0.1em;
    background-image: none;
    background-color: transparent;
    border-style: none none solid none;
    border-color: currentcolor currentcolor black currentcolor;
    border-width: medium medium 2px medium;
    border-radius: 0px;
}
.schmal {
    max-width: 560px;
    font-size: 16px;
    margin: auto;
}
main .-m-cms-cont-image2 {
    margin-top: 3em;
    margin-bottom: 3em;
}
.White {
    color: rgb(255, 255, 255);
}
button:active {
    background-color: rgba(0, 0, 0,0);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
}
