body {
    margin: 0;
    background-color: #ffffff;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 28px;
    background-image: url('../media/Holz-Weiss-Textur.jpg');
    background-size: 600px;
}

@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: 'Georgia';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia'),local('Georgia-Regular'),
 url('../media/font/Georgia.woff2') format('woff2'),
 url('../media/font/Georgia.ttf') format('truetype');
}

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

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

@font-face {
    font-family: 'Georgia';
    font-style: italic;
    font-weight: bold;
    src: local('Georgia BoldItalic'),local('Georgia-BoldItalic'),
 url('../media/font/Georgia-BoldItalic.woff2') format('woff2'),
 url('../media/font/Georgia-BoldItalic.ttf') format('truetype');
}

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

h1 {
    font-family: Georgia;
    font-size: 30px;
    color: #023D87;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2 {
    font-family: Georgia;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
    width: fit-content;
    padding: 10px 20px;
    background-image: url('../media/Heading-BG.png');
    background-size: 100% 100%;
}

h3 {
    font-family: Georgia;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #023D87;
    font-weight: bold;
}

h4 {
    font-family: Georgia;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
}

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: #023D87;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

span {
    color: #000000;
}

ul {
    list-style-type: disc;
}

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

label {
    color: #023D87;
    font-weight: normal;
}

input {
    color: #000000;
    font-weight: normal;
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #023D87;
    border-radius: 0;
    margin: 0;
    background-color: rgba(2, 61, 135, 0.05);
}

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

textarea {
    color: #000000;
    font-weight: normal;
    padding: 5px 10px;
    height: 100px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #023D87;
    background-color: rgba(2, 61, 135, 0.05);
    border-radius: 0;
    font-size: 16px;
    line-height: 28px;
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    position: relative;
    min-width: 25px;
    min-height: 25px;
    width: 25px;
    height: 25px;
    background-color: rgba(2, 61, 135, 0.05);
    border-radius: 0;
    padding: 0;
    margin-right: 10px;
    margin-left: 0;
    cursor: pointer;
}

input[type=checkbox]:checked {
    background-color: #023D87;
}

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

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

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 #023D87;
    padding: 5px 10px;
    font-weight: bold;
    background-color: #023D87;
    text-align: center;
    color: #ffffff;
    font-family: Georgia;
}

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

tr:nth-child(odd) {
    background-color: rgba(2, 61, 135, 0.05);
}

.Button {
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-flex;
    margin-bottom: 15px;
    background-image: url('../media/Button-Texture.png');
    background-size: 100% 100%;
}

.Button:hover {
    text-decoration: underline;
}

.Button:active {
    text-decoration: underline;
}

.Button:focus {
    text-decoration: underline;
}

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

.Rope {
    height: 20px;
    background-image: url('../media/Seil-Textur.png');
    background-size: contain;
    background-repeat: repeat-x;
}

.CenterObject {
    margin-left: auto;
    margin-right: auto;
}

.ImgFrame {
    border: 15px solid #ffffff;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.TxtImgImageWrap {
    position: relative;
}

.ImgBadge {
    position: absolute;
    height: 33%;
    width: 33%;
    bottom: -10%;
    left: -10%;
    transform: rotate(-10deg);
}

.CardImgSymbol {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 200px;
    margin-top: 10px;
}

.SpalteDatum {
    width: 110px;
}

.SpalteTermin {
    min-width: 150px;
}

.SpalteDetails {
    min-width: 200px;
}

.TableWrapper {
    overflow: scroll;
    margin-bottom: 100px;
}

.pgia-gallery-grid {
    row-gap: 25px;
    column-gap: 20px;
}

.pgia-gallery-grid img {
    border: 5px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width:500px) {
    .pgia-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(calc(50% - 30px), 1fr)) !important;
        grid-auto-rows: auto !important;
    }

    .pgia-gallery-grid img {
        aspect-ratio: 1/1;
    }
}

.VideoGallery {
    width: 100%;
    max-width: 550px;
    border: 5px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
}
