body {
    margin: 0;
    background-color: #1c1c1c;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 28px;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: auto 3;
    hyphenate-limit-lines: 4;
}

hyphenate-limit-lines: 4;

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Regular'),local('Open-Sans-Regular'),
 url('../media/font/open-sans-regular.woff2') format('woff2'),
 url('../media/font/open-sans-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    src: local('Open Sans Bold'),local('Open-Sans-Bold'),
 url('../media/font/open-sans-700.woff2') format('woff2'),
 url('../media/font/open-sans-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: normal;
    src: local('Open Sans Italic'),local('Open-Sans-Italic'),
 url('../media/font/open-sans-italic.woff2') format('woff2'),
 url('../media/font/open-sans-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: bold;
    src: local('Open Sans Bold Italic'),local('Open-Sans-Bold-Italic'),
 url('../media/font/open-sans-700italic.woff2') format('woff2'),
 url('../media/font/open-sans-700italic.ttf') format('truetype');
}

p {
    font-family: 'Loved by the King', cursive;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #e4e4e4;
    font-weight: 400;
}

h1 {
    font-family: 'Solway', serif;
    font-size: 2.5em;
    color: #e4e4e4;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5em;
}

h2 {
    font-family: 'Solway', serif;
    font-size: 2.2em;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #e4e4e4;
    font-weight: 300;
    line-height: 1.5em;
}

h3 {
    font-family: 'Solway', serif;
    font-size: 1.9em;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #e4e4e4;
    font-weight: 400;
    line-height: 1.1em;
}

h4 {
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #e4e4e4;
    font-weight: bold;
    font-family: 'Solway', serif;
    line-height: 1.5em;
}

h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

a {
    color: #e4e4e4;
    text-decoration: none;
    font-family: 'Solway', serif;
    font-weight: 500;
}

a:hover {
    text-decoration: none;
    color: #ffbe00;
}

a:focus {
}

span {
    color: #000000;
}

ul {
    list-style-type: disc;
}

li {
    margin-top: 15px;
    margin-bottom: 15px;
}

label {
    color: #000000;
    font-weight: normal;
}

input {
    color: #000000;
    font-weight: normal;
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    background-color: #ffffff;
    border-radius: 0;
    margin: 0;
}

input::placeholder {
    color: #808080;
    font-size: 16px;
}

textarea {
    color: #000000;
    font-weight: normal;
    padding: 5px 10px;
    height: 50px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    background-color: #ffffff;
    border-radius: 0;
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    position: relative;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 0;
    padding: 0;
    margin-right: 5px;
    margin-left: 0;
    cursor: pointer;
}

input[type=checkbox]:checked {
    background-color: #00aaff;
}

input[type=checkbox]:checked:before {
    content: url('/media/Check.svg');
    color: #ffffff;
    position: absolute;
    left: 3px;
    width: 13px;
    height: 13px;
    top: 2px;
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: none;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 0;
}

select {
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    border: 1px solid #808080;
    background-image: url('/media/SelectArrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    background-color: #ffffff;
    border-radius: 0;
}

input[type=radio] {
    border: 1px solid #808080;
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    padding: 0;
    margin-left: 0;
    margin-right: 5px;
}

input[type=radio]:checked {
    background-color: #00aaff;
}

input[type=radio]:checked:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

table {
    border-collapse: collapse;
}

th {
    border: 1px solid #000000;
    padding: 5px 10px;
    font-weight: bold;
    background-color: #f0f0f0;
    text-align: center;
}

td {
    padding: 5px 10px;
    border: 1px solid #000000;
}

tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.Button {
    color: #ffffff;
    text-decoration: none;
    background-color: #00aaff;
    padding: 10px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-flex;
    margin-bottom: 15px;
}

.Button:hover {
    background-color: rgba(28, 28, 28, 0);
    text-decoration: none;
}

.RechtsTextWrap {
    padding: 50px 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

@media (min-width: 501px) and (max-width: 999px) {
    .RechtsTextWrap {
        padding: 80px 25px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
    }
}

@media (min-width:1000px) {
    .RechtsTextWrap {
        padding: 100px 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
    }
}

.H1Recht {
    margin-bottom: 40px;
}

.H2Recht {
    margin-top: 50px;
    margin-bottom: 25px;
}

.text_center {
    text-align: center;
}

.text_header_top {
    margin-top: 50px;
}

.header_logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
}

.hero_margin {
    /* margin-top: 100px */
    gap: 50;
}

.bg_wieiss_trans {
    background-color: rgba(53, 53, 53, 0.52);
}

.divider_margin {
    margin: 120px 5% 50px;
}

.font_black {
    color: #1c1c1c;
}

.theater_wrap_margin {
    padding-bottom: 10px;
}

.bg_color_epp {
    background-color: #00b200;
}

.bg_color_materialt {
    background-color: #a300d9;
}

.bg_color_phoenix {
    background-color: #d80000;
}

.bg_color_fiese {
    background-color: #0000ff;
}

.bg_color_knurps {
    background-color: #ff8000;
}

.bg_color_lima {
    background-color: #8c8c00;
}

.bg_color_marot {
    background-color: #660066;
}

.bg_color_faden {
    background-color: #b25900;
}

.bg_color_bdewa {
    background-color: #00008c;
}

.bg_color_bahn {
    background-color: #104000;
}

.bg_color_tat {
    background-color: #008c8c;
}

.bg_color_trede {
    background-color: #ff5c26;
}

.bg_color_ulm {
    background-color: #71120d;
}

.bg_color_tueb {
    background-color: #77572a;
}

.bg_color_hall {
    background-color: #595659;
}

.special_font {
    font-family: 'Protest Riot', cursive;
}

.header_margin {
    margin-bottom: 100px;
}

.WrapContent_block {
    display: block;
}

.margin_top {
    margin-top: 50px;
}

.WrapContent_news {
    background-color: #dbdbdb;
    border-radius: 15px;
    max-width: 500px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.monat_news {
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 35px;
}

.news_titel {
    font-family: 'Loved by the King', cursive;
    font-size: 2em;
    font-weight: 400;
}

.link_news {
    font-family: 'Loved by the King', cursive;
    color: #ba0101;
}
