* {
    box-sizing: border-box;
}
:focus-visible {
    outline-color: #f00;
}
html {
    scroll-behavior: smooth;
}
.btn:focus-visible {
    outline-color: #000;
}
body {
    background-attachment: fixed;
    background-color: #fff;
    background-image: url('/img/hintergrund_region-bunt.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3 {
    color: #005498;
    margin-top: 0;
}
h1 {
    font-size: 2.0rem;
}
h2 {
    font-size: 1.75rem;
}
h3 {
    font-size: 1.5rem;
}
p {
    line-height: 1.75rem;
    margin: 0 0 1.0rem 0;
}
p.sml,
span.sml {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.blue {
    color: #009ee3;
    font-size: 1.25rem;
    font-weight: bold;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #111;
    text-decoration: none;
}
a.btn {
    border-radius: 0.5rem;
    font-size: 1.125rem;
    padding: 0.5rem 1.0rem;
    text-decoration: none;
}
ul {
    padding-left: 1.0rem;
}
label {
    display: block;
    font-size: 1.0rem;
    margin-bottom: 0.5rem;
}
input {
    border: 2px solid #005498;
    border-radius: 0.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    padding: 0.5rem 1.0rem;
    width: 100%;
}
img.rsp {
    height: auto;
    max-width: 100%;
}

div.hgl {
    box-shadow: 16px -16px 0 #009ee3, 0 0 10px rgba(0, 0, 0, 0.1);
}
form div {
    margin-bottom: 0.5rem;
}
form div:last-child {
    margin-bottom: 0;
}
form input#zugang {
    background-color: #ecf2f8;
    font-size: 1.5rem;
    padding: 0.25rem 0 0.25rem 0;
    text-align: center;
    width: 8rem;
}
form input.btn,
a.btn {
    background-color: #e3000f;
    border: 2px solid #e3000f;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    min-width: 8rem;
    width: auto;
    white-space: normal;
    word-wrap: break-word;
}
form input.btn:hover,
a.btn:hover {
    background-color: #fff;
    border: 2px solid #e3000f;
    color: #e3000f;
}
form input.btn-2,
a.btn-2 {
    background-color: #ccc;
    border: 2px solid #ccc;
    color: #000;
    cursor: pointer;
    font-weight: normal;
}
form input.btn-2:hover,
a.btn-2:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
}
form input.btn-3,
a.btn-3 {
    background-color: #fff;
    border: 2px solid #fff;
    color: #005498;
    cursor: pointer;
}
form input.btn-3:hover,
a.btn-3:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
}
div.wrp {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 1rem;
}
div.wrp section:first-child {
    margin-top: 40px;
}
div.wrp section:last-child {
    margin-bottom: 40px;
}
div.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}
div.row.rtl {
    flex-direction: row-reverse;
}
div.row.jcc {
    justify-content: center;
}
div.row.aic {
    align-items: center;
}
div.row.ais {
    align-items: stretch;
}
div.row .row:last-child {
    margin-bottom: 0;
}
div.cnt {
    background-color: #fff;
    border-radius: 1rem;
    margin: 2.0rem 0;
    padding: 3.0rem;
}
div.cnt p:last-child {
    margin-bottom: 0;
}
div.cnt.bgtr {
    background-color: unset;
}
div.cnt.bgbl {
    background-color: #005498;
    color: #fff;
}
div.cnt.bgbl h1,
div.cnt.bgbl h2,
div.cnt.bgbl h3 {
    color: #fff;
}
div.cnt.bggb {
    background-color: #ecf2f8;
}

.h100 {
    min-height: 100vh;
}
.h100mhf {
    margin: 20px 0;
    min-height: calc(100vh - 240px);
}
.tcr {
    text-align: center;
}
.red {
    color: #e3000f;
}
.nfo,
.rrr {
    border-radius: 1rem;
    color: #000;
    font-weight: bold;
    margin: 2rem 0;
    padding: 1.0rem 1.5rem;
}
.nfo {
    background-color: #ccf;
}
.rrr {
    background-color: #fcc;
}

.lne {
    background-image: url('/img/hintergrund-streifen.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.lne img {
    margin: 0 auto;
}
.hdr {
    background-color: #fff;
    height: 95px;
    position: relative;
}
.hdr .lne {
    bottom: 0;
    position: absolute;
    z-index: 5;
}
.ftr {
    background-color: #005498;
    color: #fff;
    height: 65px;
    padding: 1.5rem 0 1.0rem 0;
    position: relative;
    text-align: center;
}
.ftr .lne {
    top: 0;
    position: absolute;
    z-index: 5;
}
.lgo {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    left: 50%;
    padding: 20px 24px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 320px;
    z-index: 10;
}
.lgo img {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.mb-05 {
    margin-bottom: 0.5rem;
}
.mb-1 {
    margin-bottom: 1.0rem;
}
.mb-2 {
    margin-bottom: 2.0rem;
}
.mb-4 {
    margin-bottom: 4.0rem;
}
.mt-05 {
    margin-top: 0.5rem;
}
.mt-1 {
    margin-top: 1.0rem;
}
.mt-2 {
    margin-top: 2.0rem;
}
.mt-4 {
    margin-top: 4.0rem;
}
.pb-05 {
    padding-bottom: 0.5rem;
}
.pb-1 {
    padding-bottom: 1.0rem;
}
.pb-2 {
    padding-bottom: 2.0rem;
}
.pb-4 {
    padding-bottom: 4.0rem;
}
.pt-05 {
    padding-top: 0.5rem;
}
.pt-1 {
    padding-top: 1.0rem;
}
.pt-2 {
    padding-top: 2.0rem;
}
.pt-4 {
    padding-top: 4.0rem;
}

.qrt1 {
    margin: 0 2rem;
    width: calc(25% - 4rem); 
}
.qrt3 {
    margin: 0 2rem;
    width: calc(75% - 4rem); 
}
.thrd1 {
    margin: 0 2rem;
    width: calc(33.3333% - 4rem);
}
.thrd2 {
    margin: 0 2rem;
    width: calc(66.6667% - 4rem);
}
.hlf {
    margin: 0 2rem;
    position: relative;
    width: calc(50% - 4rem);
}
.fll {
    margin: 0 2rem;
    width: calc(100% - 4rem);
}
.qrt1.ato,
.qrt3.ato,
.thrd1.ato,
.thrd2.ato,
.hlf.ato,
.fll.ato {
    width: auto;
}
div.row.ais .qrt1,
div.row.ais .qrt3,
div.row.ais .thrd1,
div.row.ais .thrd2,
div.row.ais .hlf {
    display: flex;
    flex-direction: column;
}
div.row.ais .qrt1 .cnt,
div.row.ais .qrt3 .cnt,
div.row.ais .thrd1 .cnt,
div.row.ais .thrd2 .cnt,
div.row.ais .hlf .cnt {
    height: 100%
}
div.row .row .qrt1 {
    margin: 0 1rem;
    width: calc(25% - 2rem); 
}
div.row .row .qrt3 {
    margin: 0 1rem;
    width: calc(75% - 2rem); 
}
div.row .row .thrd1 {
    margin: 0 1rem;
    width: calc(33.3333% - 2rem);
}
div.row .row .thrd2 {
    margin: 0 1rem;
    width: calc(66.6667% - 2rem);
}
div.row .row .hlf {
    margin: 0 1rem;
    width: calc(50% - 2rem);
}
div.row .row .qrt1:first-child,
div.row .row .qrt3:first-child,
div.row .row .thrd1:first-child,
div.row .row .thrd2:first-child,
div.row .row .hlf:first-child {
    margin-left: 0;
}
div.row .row .qrt1:last-child,
div.row .row .qrt3:last-child,
div.row .row .thrd1:last-child,
div.row .row .thrd2:last-child,
div.row .row .hlf:last-child {
    margin-right: 0;
}

.wrp.invite {
    background-image: url('/img/einladung-wasserzeichen.png');
    background-repeat: no-repeat;
    background-position: 5.75rem 4.0rem;
    background-size: 630px;
}
.hdr.invite {
    background-image: url('/img/einladung-wasserzeichen.png');
    background-repeat: no-repeat;
    background-position: 1.25rem 1.5rem;
    background-size: 300px;
}

.cti {
    width: 100%;
}
.cti .bgi {
    aspect-ratio: 16 / 9;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.cti .txt {
    margin-top: 6rem;
    max-width: 960px;
    width: 55vw;
}

.rnd {
    border-radius: 50%;
}
.bdor {
    border: 2px solid #f93;
}
.bdbl {
    border: 2px solid #005498;
}
.rnd.bdor,
.rnd.bdbl {
    border-width: 4px;
}

.px-icon {
    padding-left: 4.0rem;
    padding-right: 4.0rem;
}

.ds-r {
    display: none;
}

#kontakt .cnt {
    border: 2px solid #ecf2f8;
}

@keyframes borderTarget {
    0% {border: 2px solid #ecf2f8;}
    25% {border: 2px solid #e3000f;}
    50% {border: 2px solid #f00;}
    75% {border: 2px solid #e3000f;}
    100% {border: 2px solid #ecf2f8;}
}

#kontakt:target .cnt {
    animation-name: borderTarget;
    animation-duration: 3s;
}

@media only screen and (min-width: 1281px) {
    .thrd1.sw2 {
        width: calc(29% - 4rem);
    }
    .thrd2.sw1 {
        width: calc(71% - 4rem);
    }
}

@media only screen and (max-width: 1280px) {
    .lgo {
        background-color: unset;
        border-radius: 0;
        box-shadow: none;
        padding: 8px 0;
        width: 240px;
    }
    .qrt1,
    .qrt3,
    .thrd1,
    .thrd2,
    .hlf,
    .fll {
        margin: 0;
        width: 100%;
    }
    .thrd1.mxw {
        max-width: 480px;
    }
    .thrd2.mxw,
    .hlf.mxw {
        max-width: 640px;
    }

    div.row .row .qrt1 {
        margin: 0 1rem;
        width: calc(25% - 2rem); 
    }
    div.row .row .qrt3 {
        margin: 0 1rem;
        width: calc(75% - 2rem); 
    }
    div.row .row .thrd1 {
        margin: 0 1rem;
        width: calc(33.3333% - 2rem);
    }
    div.row .row .thrd2 {
        margin: 0 1rem;
        width: calc(66.6667% - 2rem);
    }
    div.row .row .hlf {
        margin: 0 1rem;
        width: calc(50% - 2rem);
    }

    .wrp.invite {
        background-position: center 1.0rem;
        background-size: 320px;
    }
    .hdr.invite {
        background-image: unset;
    }
    div.row {
        margin: 0;
    }
    div.row.rtl {
        flex-direction: row;
    }
    div.cnt {
        padding: 2.0rem;
    }
    .cti .bgi {
        box-shadow: 16px -16px 0 #009ee3, 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 0;
        position: unset;
    }
    .cti .txt {
        box-shadow: none;
        margin-top: 0;
        max-width: unset;
        width: 100%;
    }
    .px-icon {
        padding-left: 5.0rem;
        padding-right: 5.0rem;
    }
}

@media only screen and (max-width: 960px) {
    .mt-4.mt-r {
        margin-top: 0;
    }
    .px-icon {
        padding-left: 2.0rem;
        padding-right: 2.0rem;
    }
    .ds-r {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    div.row .row .qrt1,
    div.row .row .qrt3,
    div.row .row .thrd1,
    div.row .row .thrd2,
    div.row .row .hlf,
    div.row .row .fll {
        margin: 0 0 2.0rem 0;
        width: 100%;
    }
    div.row .row .qrt1:first-child,
    div.row .row .qrt3:first-child,
    div.row .row .thrd1:first-child,
    div.row .row .thrd2:first-child,
    div.row .row .hlf:first-child,
    div.row .row .fll:first-child {
        width: 100%;
    }
    div.row .row .qrt1:last-child,
    div.row .row .qrt3:last-child,
    div.row .row .thrd1:last-child,
    div.row .row .thrd2:last-child,
    div.row .row .hlf:last-child,
    div.row .row .fll:last-child {
        margin: 0;
        width: 100%;
    }
    .px-icon {
        padding-left: 5.0rem;
        padding-right: 5.0rem;
    }
}