@font-face {
    font-family: "Amaranth-Regular";
    src: url("/sites/default/files/_css/fonts/Amaranth-Regular.otf");
}

@font-face {
    font-family: "Amaranth-Bold";
    src: url("/sites/default/files/_css/fonts/Amaranth-Bold.otf");
}

@font-face {
    font-family: "Amaranth-BoldItalic";
    src: url("/sites/default/files/_css/fonts/Amaranth-BoldItalic.otf");
}

@font-face {
    font-family: "BubblegumSans-Regular";
    src: url("/sites/default/files/_css/fonts/BubblegumSans-Regular.otf");
}

@font-face {
    font-family: "caveat-bold";
    src: url("/sites/default/files/_css/fonts/caveat-bold.ttf");
}

.module a {
    color: var(--color-kita);
    text-decoration: none;
    font-weight: normal !important;
}

.module ul {
    list-style: none;
}

.module strong {
    font-weight: bold !important;
}

.module ul li::before,
.module-qr-code-sub::before {
    content: "\F280";
    color: var(--color-kita);
    font-family: bootstrap-icons;
    margin: 0 .5rem 0 .5rem;
    font-size: .8rem;
    font-weight: bold;
}

.module-valgin-tb li::before {
    vertical-align: text-bottom;
}

.module-qr-code-sub::before {
    vertical-align: middle !important;
}

.mb2 {
    margin-bottom: 2rem !important;
}

.mb3 {
    margin-bottom: 3rem !important;
}

.ml-2 {
    margin-left: -2rem;
}

.ml15 {
    margin: 0 0 0 15rem;
}

.no-list-style::before {
    content: "";
}

.no-list-style {
    color: var(--color-kita);
    font-family: "Amaranth-BoldItalic" !important;
}

.module-indention-0-5 {
    padding-left: .5rem;
    margin: .5rem;
}

.module-indention-1 {
    padding-left: 1rem;
    margin: .5rem;
}

.module-indention-1-5 {
    padding-left: 1.5rem;
    margin: .5rem;
}

.module-indention-2 {
    padding-left: 2rem;
    margin: .5rem;
}

.module-border-wrap {
    max-width: 100%;
    padding: 1rem;
    position: relative;
    padding: 20px;
    min-width: 370px;
    max-width: 900px;
    background: var(--wrap-color-kita);
    margin-left: auto;
    margin-right: auto;
}

.module {
    background: white;
    color: #555;
    padding: 2rem;
    font-family: "Amaranth-Regular";
}

.module-header {}

.module-header-img {
    background-image: url("/sites/default/files/default_images/wappen.png");
    background-size: cover;
    width: 91px;
    height: 110px;
    float: right;
}

.module-header-img-text {}

.module-qr-code {
    display: inline-block;
    margin: -2rem 0 5rem 0;
    height: 100px;
}

.module-qr-code-img {
    background-image: url("/sites/default/files/default_images/qr-code.png");
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    box-shadow: 3px 2px 10px rgba(0, 0, 0, .5);
}

.module-qr-code-sub {
    float: right;
    margin: -6rem 0 0 7rem;
    font-weight: 100;
    font-family: "Quicksand";
}

.module-header-h1,
.module-body-h2,
.module-body-h2-italic,
.module-body-h3,
.module-body-h3-italic {
    color: var(--color-kita);
    font-family: "BubblegumSans-Regular";
}

.module-header-h2 {
    color: var(--color-kita);
}

.module-header-h1 {
    font-size: 4rem;
}

.module-header-h2,
.module-body-h2-italic {
    font-size: 2.15rem;
}

.module-image {
    display: inline-block;
    width: 100%;
    position: relative;
}

.module-img {
    background-image: var(--image-kita);
    background-repeat: no-repeat;
    height: var(--image-kita-height);
    background-size: contain;
    margin: 5rem 0 5rem -52px;
}

.module-img-text {
    font-size: 1.5rem;
    top: 60px;
    right: 160px;
    width: 250px;
    position: absolute;
}

.module-body-top {}

.module-body-h2 {
    font-size: 2rem;
    font-family: "Amaranth-Bold";
    margin: -2rem 0 .8rem 0;
}

.module-body-h3,
.module-body-h3-italic {
    font-size: 1.5rem;
    font-family: "Amaranth-Bold";
    margin: -2rem 0 .8rem 0;
}

.module-body-h2-italic {
    font-size: 2rem;
    font-family: "Amaranth-BoldItalic";
    margin: -2rem 0 .8rem 0;
}

.module-body-h3-italic {
    font-size: 1.5rem;
    font-family: "Amaranth-BoldItalic";
    margin: -2rem 0 .8rem 0;
}

.module-body-angle,
.module-body-angle-20 {
    transform: rotate(-5deg);
    font-family: "caveat-bold";
    font-size: 2.5rem;
}

.module-qr-code-angle {
    transform: rotate(-5deg);
    font-family: "caveat-bold";
    font-size: 2.5rem;
    margin: -6rem 0 7rem 8rem;
}

.module-body-angle-20 {
    transform: rotate(5deg);
    font-size: 4rem;
}

.module-body-note {
    margin: -4rem 0 5rem 0;
    font-size: .8rem;
    font-weight: 100;
    font-family: "Quicksand";
}

.module-body-note:not(.no-asterisk)::before {
    content: "* ";
    margin-left: -10px;
}

.module-body-text,
.module-body-text-h2 {
    margin: 1rem 0 5rem 0;
}

.module-body-text-h2 {
    font-size: 1.5rem;
}