#qgRteToolbar .-options > h6 {
    display: none !important;
}
html {
    overflow-y: scroll;
    font-family: "Josefin Sans";
    line-height: 1.6;
    color: rgb(70, 70, 70);
    font-weight: 300;
    font-size: 17px;
}
body {
    display: flex;
    flex-direction: column;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 0.25em 0px;
}
h1 {
    font-family: Rokkitt;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.1;
}
h2 {
	font-size: 1.5rem;
}
h4 {
    font-family: Rokkitt;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
}
h5 {
    font-family: Rokkitt;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0.1em;
}
hr {
    background-color: rgb(232, 232, 232);
    height: 1px;
    opacity: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    margin: 30px 0px;
    border: 0px none currentcolor;
}
p {
    margin-top: 0px;
    margin-bottom: 0.5em;
}
p:last-child {
    margin-bottom: 0px;
}
a {
    text-decoration: none;
    color: rgb(202, 155, 82);
}
a:visited {
}
a:hover {
}
.l1_width {
    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;
}
#container > * {
    width: 100%;
}
#head {
    z-index: 1;
    position: sticky;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: rgba(0, 0, 0,0.3) 0px 0px 10px;
    font-family: Rokkitt;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: rgb(250, 250, 250);
    text-transform: uppercase;
    padding: 10px 0px;
}
#head a {
    color: inherit;
    text-decoration: none;
}
#head a:hover, #head a.cmsInside {
    color: rgb(202, 155, 82);
}
#head > .l1_width {
    align-items: center;
}
#logo > img {
    display: block;
    height: 60px;
}
#content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0px;
}
#main {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    padding: 5em 0px;
	font-size:1.17rem;
}
#left {
    padding-right: 10px;
    width: 170px;
}
#right {
    padding-left: 10px;
    width: 170px;
}
#foot {
    background-color: rgb(238, 238, 238);
    padding: 40px 0px;
}
#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: 30px;
    margin-top: 3px;
    margin-bottom: 3px;
}
img.Right {
    float: right;
    margin-left: 30px;
    margin-top: 3px;
    margin-bottom: 3px;
}
button {
    background-image: none;
    background-color: rgb(238, 238, 238);
    font-family: "Josefin Sans";
    font-size: 18px;
    padding: 9px 20px 6px 20px;
    border-width: 0px;
}
select, input, textarea {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-color: rgb(203, 203, 203);
}
.justify {
    text-align: justify;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.Small {
    font-size: 0.85rem;
}
.Grau {
    color: rgb(203, 203, 203);
}
.c1-fieldTable {
    display: table;
    width: 100%;
}
.c1-fieldTable > * {
    display: table-row-group;
}
.c1-fieldTable > * > * {
    display: table-row;
}
.c1-fieldTable > * > * > * {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 0.3rem;
}
.c1-fieldTable > * > * > :first-child {
    padding-left: 0px;
    font-size: 1.1rem;
    font-weight: 600;
}
.c1-fieldTable > * > * > :last-child {
    padding-right: 0px;
}
.c1-fieldTable input:not([type="checkbox"]):not([type="radio"]), .c1-fieldTable textarea, .c1-fieldTable select {
    width: 100%;
    vertical-align: middle;
}
b, strong {
    font-weight: 600;
}
.Mark {
    color: rgb(197, 138, 0);
}

/* video */
.-pid691 { display:none; }
.-pid2 .-pid691 { display:block; }
 /* bild */
.-pid131 { display:block; }
.-pid2 .-pid131 { display:none; }

