body {
    margin: 0;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 28px;
    background-image: linear-gradient(90deg, rgb(25, 25, 25) 0%, rgb(40, 39, 37) 100%);
    color: #808080;
}

@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');
}

@font-face {
    font-family: 'Aref Ruqaa';
    font-style: normal;
    font-weight: normal;
    src: local('Aref Ruqaa Regular'),local('Aref-Ruqaa-Regular'),
 url('../media/font/aref-ruqaa-regular.woff2') format('woff2'),
 url('../media/font/aref-ruqaa-regular.ttf') format('truetype');
}

p {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #b4b4b4;
    font-weight: normal;
}

h1 {
    font-family: Open Sans;
    font-size: 30px;
    color: #C0B141;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 40px;
}

h2 {
    font-family: Open Sans;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #C0B141;
    font-weight: normal;
    line-height: 30px;
}

h3 {
    font-family: Open Sans;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #808080;
    font-weight: normal;
}

h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #808080;
    font-weight: normal;
}

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

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

a {
    color: #C0B141;
    text-decoration: none;
}

a:hover {
    color: #808080;
}

a:focus {
    color: #808080;
}

a:active {
    color: #808080;
}

span {
    color: #808080;
}

ul {
    list-style-type: disc;
}

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

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

input {
    color: #808080;
    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: #808080;
    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: #C0B141;
}

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: #C0B141;
}

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: #C0B141;
    padding: 10px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-flex;
    margin-bottom: 15px;
}

.Button:hover {
    background-color: #808080;
    text-decoration: none;
    color: #C0B141;
}

.Button:active {
    background-color: #808080;
    text-decoration: none;
    color: #C0B141;
}

.Button:focus {
    background-color: #808080;
    text-decoration: none;
    color: #C0B141;
}

.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;
}

.HeaderLogoTxt {
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
}

.TxtGold {
    color: #C0B141;
}

.PersonImg {
    max-height: 800px;
    object-fit: contain;
}

.AniImageRight {
    display: block;
}

.AniImageLeft {
    display: block;
}

.AniFadeIn {
    display: block;
}

@media (max-width:749px) {
    .FlexReverseMobile {
        flex-direction: column-reverse;
        display: flex;
    }
}

@media (min-width:750px) {
    .CardGedichtWrap {
        width: calc(50% - 25px);
    }
}

.CardGedichtWrap .CardTxtWrap {
    text-align: left;
    display: block;
}

.CardGedichtWrap p {
    font-family: Aref Ruqaa;
    color: #000000;
    white-space: nowrap;
    font-size: clamp(12px, 3.5vw, 16px);
}

.CardGedichtWrap {
    background-image: url('../media/Papier-Textur-Homepage.jpg');
    background-repeat: repeat;
    background-size: contain;
}

.CardGedichtWrap h3 {
    color: #C0B141;
    text-shadow: 0.5px 0.5px #000000;
}

@media only screen and (min-width:501px) and (max-width:749px) {
    .CardGedichtWrap {
        display: block;
    }

    .CardGedichtWrap .CardImgWrap {
        width: auto;
        height: 300px;
    }

    .CardGedichtWrap .CardTxtWrap {
        width: auto;
    }
}

@media only screen and (min-width:750px) and (max-width:999px) {
    .CardGedichtWrap .CardImgWrap {
        height: 250px;
    }
}

@media (min-width:1000px) {
    .CardGedichtWrap .CardTxtWrap {
        padding: 20px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.TxtLightGrey {
    color: #b4b4b4;
}

.ZIndex1 {
    z-index: 1;
}

.pgia-slide {
    background: unset;
}

.pgia-slide:nth-child(even) {
    background: unset;
}

.ReferenzTxt {
    font-size: 20px;
    color: #dbdbdb;
    text-align: center;
}

.pgia-slider {
    height: auto;
    margin-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
}

.pgia-control {
    color: #C0B141;
    border: 2px solid #c0b141;
    background-color: rgba(192, 177, 65, 0.2);
}

.pgia-pagination-item {
    background-color: transparent;
    border: 2px solid #c0b141;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.pgia-pagination {
    bottom: -25px;
}
