html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
a,
abbr,
img,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
article,
aside,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

a:hover,
a:active {
    outline-width: 0;
}

:focus {
    outline: thin dotted;
}


img {
    border-style: none;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

[hidden],
.hidden {
    display: none;
}

.cl:before,
.cl:after {
    display: table;
    visibility: hidden;
    content: " ";
}

.cl:after {
    clear: both;
}

html {
    overflow-y: scroll;
    min-height: 100.5%;
    height: 100%;
}

body {
    background: #fff;
    font: normal 10px sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: none;
    text-rendering: optimizeLegibility;
    color-adjust: economy;
    -webkit-print-color-adjust: economy;
}

.vs {
    position: absolute;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: inset(50%);
    width: 1px;
    height: 1px;
    white-space: nowrap;
}

nav ul {
    list-style: none;
}


/* --- 2. CSS --- */

a {
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
}


.vs.focus:active, .vs.focus:focus {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto;
}

.startseite {
    position: relative;
    overflow-y: scroll;
    /*
    Hellblau .6A8CC0
    Violett 702283
    Schwarzblau 0A1432
    Dunkelblau 222C46
    */
}

body {
    background: #0A1432;
    color: #fff;
    font-weight: 400;
    font-size: 10px!important;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page {
    background: #0A1432;
}

/*
.startseite body, .startseite .page {
    background: transparent;
}
*/
.startseite .page {
    overflow: hidden;
}

.header {
    position: relative;
    z-index: 20;
    margin-left: 1.4em;
    width: 13em;
    height: 13em;
}

.header img {
    width: 13em;
    height: auto;
}

.startseite .header, .startseite .header img {
    width: 16em;
    height: 16em;
}

.nav1 {
    position: absolute;
    float: left;
    box-sizing: border-box;
    margin-top: -13em;
    margin-right: 1.5em;
    margin-left: 1.5em;
    width: calc(100% - 3em);
    height: 42em;
}

.startseite .nav1 {
    margin-top: -16em;
}

#navtoggle {
    position: absolute;
    top: 2em;
    right: 1em;
    z-index: 14;
    float: right;
    width: 5em;
    height: 5em;
    border: none;
    background: none;
}

#navtoggle:after {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 2.8em;
    height: .5em;
    border-top: 1.5em double #fff;
    border-bottom: .5em solid #fff;
    background: transparent;
    content: " ";
    font-size: 1rem;
}

.nav1-1 {
    z-index: 500;
    display: none;
    flex-direction: column;
    box-sizing: border-box;
    margin-top: 13em;
    background: #0A1432;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* CSS2 > */

.nav1-1.show {
    position: relative;
    z-index: 500;
    display: flex;
    opacity: 1 !important;
}

/* < CSS2 */

.nav1 li {
    width: 100%;
    text-align: right;
    font-size: 1.6em;
}

.main:before {
    position: absolute;
    top: -1px;
    right: 0;
    display: block;
    visibility: visible;
    width: 500px;
    height: 1px;
    background: #fff;
    content: "";
}

.nav1 a, .nav1 span {
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: .5em;
    padding: .7em 1.5em;
    width: 100%;
    background: #0A1432;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.nav1 a:hover, .nav1 span, .nav1-aktiv a {
    background: #fff;
    color: #0A1432;
}

.main {
    box-sizing: border-box;
    margin-top: -5em;
    padding: 7.4em 1.4em 3.4em;
    background: #222C46;
}

.start {
    background: none;
}

.dia-outer {
    position: relative;
    float: inline-end;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
    border: 15px solid #000;
    background: #000;
}

.dia-inner {
    position: relative;
    overflow: hidden;
    padding-bottom: 124%;
    height: 0;
    border: 1px solid #fff;
    background: #000;
    background-repeat: no-repeat;
}

.dia {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    backface-visibility: hidden;
    will-change: opacity;
}

.dia1 {
    z-index: 10;
    background-image: url("/client/grafik/dia1x1.jpg");
    animation: xfade 40s 0s infinite;
}

/* CSS2 > */

.dia2 {
    z-index: 9;
    background-image: url("/client/grafik/dia2x1.jpg");
    animation: xfade 40s 8s infinite;
}

.dia3 {
    z-index: 8;
    background-image: url("/client/grafik/dia3x1.jpg");
    animation: xfade 40s 16s infinite;
}

.dia4 {
    z-index: 7;
    background-image: url("/client/grafik/dia4x1.jpg");
    animation: xfade 40s 24s infinite;
}

.dia5 {
    z-index: 6;
    background-image: url("/client/grafik/dia5x1.jpg");
    animation: xfade 40s 32s infinite;
}

@keyframes xfade {
    0% {
        opacity: 0;
    }
    5% {
        opacity: .5;
    }
    15.50% {
        opacity: 1;
    }
    30.00% {
        opacity: 0;
    }
    92.50% {
        opacity: 0;
    }
    100.00% {
        opacity: 0;
    }
}


/* < CSS2 */

h2 {
    margin-bottom: 1em;
    font-size: 2em;
}

.main p,
.main ul,
.main dl,
#figcap {
    margin-bottom: .9em;
    font-size: 1.4em;
    line-height: 1.35;
}

.main dl {
    float: left;
    line-height: 2;
}

.main li {
    margin-left: 1em;
}

.multilist {
    clear: both;
    margin: 3em 0 0 -1em;
    padding-top: 2em;
    list-style: none;
}

.werklist {
    clear: both;
    margin-left: -1em;
    list-style: none;
}

.multilist:before {
    position: relative;
    top: -2em;
    left: 1em;
    display: block;
    width: calc(100% - 1em);
    border-top: 1px solid #fff;
    content: "";
}

.main dt {
    display: inline-block;
    float: left;
    width: 2.5em;
}

.main dl {
    line-height: 2em;
}

.main dl + p {
    float: left;
    margin-top: -.8em;
    margin-left: 0;
    width: 100%;
}

dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h3 {
    float: left;
    margin: 3em 0 2em;
    padding-top: 2em;
    width: 100%;
    border-top: 1px solid #fff;
    font-weight: 800;
    font-size: 1.4em;
    line-height: 1.35;
}

.teaser-h3 {
    margin: 0 0 1em 0;
    padding-top: 0;
    border-top: 0px solid transparent;
}

.kirchenimg {
    float: right;
    margin: 0 1em 0 1em;
    width: 130px;
    height: 130px;
    border: 1px solid #fff;
}

.kirchenimg + p {
    margin-top: -4px;
}

#hingucker {
    position: relative;
    float: left;
    box-sizing: border-box;
    margin: 2em 0;
    margin-bottom: 1.4em;
    padding: 1.3em;
    max-width: 45.6em;
    width: 100%;
    border: 1px solid #fff;
    background: #0A1432;
    text-align: center;
}

#hingucker_div {
    position: relative;
    overflow: hidden;
    margin-bottom: .8em;
    padding-bottom: 66%;
    height: 0;
    border: 1px solid rgba(67, 68, 71, .5);
}

#hingucker_img {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

#albisGalleryStart {
    position: absolute;
    right: .4em;
    bottom: .7em;
    display: inherit;
    padding-left: 1.6em;
    height: 1.2em;
    border: 0;
    background: #702283;
    background: url(/client/grafik/galerie.svg) 0 0 no-repeat;
    color: #fff;
    text-align: right;
    font-style: normal;
    font-size: .9rem;
}

#map {
    float: left;
    box-sizing: border-box;
    margin-bottom: .8em;
    max-height: 40em;
    width: 100%;
    height: 77vw;
    border: none;
    background: #c1c1c1;
    filter: grayscale(1);
}

.lage {
    float: left;
    box-sizing: border-box;
    margin: 0 auto 2em auto;
    padding: 1.3em;
    max-width: 45.6em;
    width: 100%;
    border: 1px solid #fff;
    background: #0A1432;
    color: #fff;
}

.lage p, #figcap {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
}

#figcap {
    float: none;
    width: calc(100% - 78px);
}

.main .nachbarn {
    display: flex;
    flex-direction: row;
    margin: 0;
    width: 100%;
    line-height: 2;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nachbarn li {
    display: inline-block;
    margin-left: 0;
}

.nachbarn li:nth-child(1)::before, .nachbarn li:nth-child(2)::after {
    display: inline-block;
    margin: 0 0 0 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    content: " ";
    transform: rotate(45deg);
}

.nachbarn li:nth-child(1)::before {
    margin: 0 2px 0 0;
    border-width: 0 0 1px 1px;
}

.main a {
    color: #fff;
}

.mehr:hover {
    text-decoration: none;
}

.teaser-h3 a {
    text-decoration: none;
}

.teaser-h3:hover,
.teaser-h3:focus {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.multilist a:link, .multilist a:visited, .werklist a:link, .werklist a:visited {
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: .4em;
    padding: .4em;
    max-width: 35em;
    width: 80%;
    height: 3em;
    text-decoration: none;
    line-height: 2;
}

dd a:link, dd a:visited {
    color: #fff;
    text-decoration: none;
}

.multilist a:hover, .multilist a:active, .werklist a:hover, .werklist a:active, dd a:hover {
    background: #fff;
    color: #222C46;
}

.nav2 {
    margin: 1em 0 2em 1.4em;
}

.nav-2-1 {
    text-align: right;
}

.nav2 li {
    display: inline-block;
    margin-right: 2em;
    font-size: 1.4em;
}

.nav2 a {
    color: #fff;
}

.slogan {
    float: right;
    overflow-y: hidden;
    text-transform: uppercase;
}

.slogan svg {
    height: 85px;
}

.slogan .text {
    font-size: 1.3em
}

@media only screen and (min-width:430px) {
    .slogan {
        margin: -9em 0 0 0;
        width: 414px;
    }
    .start {
        float: none;
        margin: -5em auto 0 auto;
        width: 446px;
    }
}

@media only screen and (min-width:460px) {
    .kirchenimg {
        width: 180px;
        height: 180px;
    }
    #map {
        max-width: 56em;
        max-height: 31em;
        height: 67vw;
    }
    .center {
        float: left;
        width: 100%;
    }
    .lage,
    #hingucker {
        float: none;
        margin: 2em auto;
    }
    #map {
        width: 100%;
    }
}

@media only screen and (min-width:600px) {
    .startseite .header, .startseite .header img {
        width: 20em;
        height: 20em;
    }
    .startseite .nav1 {
        margin-top: -20em;
    }
}

@media only screen and (min-width:730px) {
    .startseite .header, .startseite .header img {
        width: 24em;
        height: 24em;
    }
    .startseite .nav1 {
        margin-top: -24em;
    }
}

@media only screen and (min-width:780px) {
    .start {
        width: 100%;
    }
    .dia-outer {
        float: right;
        margin: -16em 2em 0 0;
    }
    .slogan {
        margin: 0;
    }
    .page {
        position: relative;
        margin: 0 auto;
        width: 780px;
    }
    #navtoggle {
        display: none;
    }
    .nav1 {
        position: absolute;
        top: 3.7em;
        right: 0;
        float: right;
        margin: 0;
        width: 50em;
        height: auto;
    }
    .startseite .nav1 {
        margin-top: .1em;
    }
    .nav1-1 {
        display: flex;
        flex-direction: row;
        margin: 0;
        width: 100%;
        justify-content: space-between;
    }
    .nav1 li {
        width: auto;
        text-align: center;
    }
    .nav1 a {
        margin-bottom: 0;
    }
    .main {
        position: relative;
        z-index: 10;
    }
    .startseite .main:before {
        top: -111px;
    }
    h2 {
        font-size: 2.4em;
    }
    .main p, .main ul, .main dl, #figcap {
        margin-bottom: .9em;
        font-size: 1.6em;
        line-height: 1.4;
    }
    .main dl {
        line-height: 2;
    }
    .multilist, .werklist {
        columns: 2;
    }
    .multilist:before {
        width: calc(200%);
    }

    .main h3 {
        font-size: 1.6em;
    }
    dt {
        margin-right: .4em;
        width: auto;
    }
    dd {
        margin-right: 1em;
    }
    .slogan {
        float: left;
        width: 24em;
    }
    .slogan .text {
        font-size: 1.5em;
    }
}

@media only screen and (min-width:960px) {
    .page,
    .startseite .page {
        width: 94em;
    }
    .nav1 {
        top: 9em;
    }
    .startseite .nav1 {
        margin-top: 0;
    }
    .startseite .main::before {
        top: -39px;
    }
    .slogan {
        margin: -2em 0 0 0;
    }
    .dia-outer {
        margin: -14em 0 0 0;
        max-width: 476px;
    }
    .header,
    .header img,
    .kirchenimg {
        width: 20em;
        height: 20em;
    }
    #main {
        margin-top: -7em;
        padding-top: 3em;
    }
    #content {
        float: right;
        width: 50%;
min-height: 360px;
    }
    .startseite #content {
        margin-top: 9em;
        width: 100%;
    }
    .kirchenimg {
        position: absolute;
        top: 17em;
        left: 18em;
    }
    .multilist,
    .werklist {
        columns: 1;
    }
    .multilist:before {
        width: calc(100% - 1em);
    }
}

@media only screen and (min-width:1240px) {
    .page {
        width: 120em;
    }
    .header,
    .header img,
    .kirchenimg {
        width: 24em;
        height: 24em
    }
    .nav1 {
        width: 62em;
    }
    .slogan {
        margin: 1em 0 0 0;
    }
    .dia-outer {
        margin: -10em 2em 0 0;
        max-width: 535px;
    }
    #main {
        margin-top: -11em;
    }
    .main::before {
        width: 60em;
    }
    .startseite .main::before {
        top: 0px;
        width: 62em;
    }
    .kirchenimg {
        left: 21em;
    }
    .lage,
    #hingucker {
        padding: 4em 4em 2.5em 4em;
        max-width: inherit;
    }
}

@media only screen and (min-width:1500px) {
    .page {
        width: 140em;
    }
    .header,
    .header img,
    .kirchenimg {
        width: 26em;
        height: 26em
    }
    .nav1 {
        top: 11em;
        width: 72em;
    }
    .startseite .nav1 {
        width: 62em;
    }
    #main {
        margin-top: -11em;
    }
    .main::before {
        width: 70em;
    }
    .startseite .main::before {
        top: 21px;
        width: 62em;
    }
    .dia-outer {
        margin-top: -8em;
    }
    .kirchenimg {
        left: 23em;
    }
    .multilist,
    .werklist {
        columns: 2;
    }
    .multilist:before {
        width: calc(200%);
    }
    .multilist a:link,
    .werklist a:link {
        width: 96%;
    }
    .lage,
    #hingucker {
        padding: 5em 5em 3.5em 5em;
    }
    #map {
        max-width: inherit;
    }
}

/* CSS2 > */

#albisWall {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    letter-spacing: -4px;
}

.albisImg {
    z-index: 1004;
    display: inline-block;
    max-width: 90%;
    max-height: 75%;
    border: .3em solid #fff;
    vertical-align: middle;
}

#albisOver {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #222;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
    overscroll-behavior: contain;
}

#albisNext:before,
.albisCap_p,
.albisFig,
.albisFig:before {
    display: inline-block;
}

.albisFig {
    position: relative;
    left: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1px;
}

.albisFig:before {
    margin-right: -1px;
    width: 1px;
    height: 50%;
    content: "";
}

.albisCap {
    position: absolute;
    right: 10%;
    bottom: 5%;
    left: 10%;
    z-index: 1008!important;
    white-space: normal;
    letter-spacing: normal;
    font-size: 1rem;
    line-height: 1.4;
}

.albisCap_p {
    padding: .1em 1em;
    background: #333;
    background: rgba(0, 0, 0, .6);
    color: #fff;
}

#albisNext,
#albisPrev {
    position: absolute;
    top: 00%;
    bottom: 20%;
    z-index: 2000;
    width: 48%;
    outline: 0!important;
    border: 0;
    background: 0 0;
    opacity: .3;
    transition: opacity 2s ease;
}

#albisNext {
    right: 0
}

#albisNext_span,
#albisPrev_span {
    float: left;
    text-indent: -10000px;
}

#albisNext:hover,
#albisPrev:hover {
    background: 0 0!important;
    opacity: 1
}

#albisNext:before,
#albisPrev:before {
    margin-top: -1.4em width: auto;
    font-size: 5em;
    line-height: 3;
}

#albisNext:before {
    position: absolute;
    right: 3%;
    color: #fff;
    content: '\2771';
}

#albisPrev:before {
    position: absolute;
    left: 3%;
    color: #fff;
    content: '\2770';
}

#albisExit {
    position: relative;
    top: 1%;
    right: 1%;
    z-index: 2000;
    float: right;
    outline: 0;
    border: none;
    border-radius: .2em;
    background: #fff;
    font-size: 1rem;
}

#albisCounter {
    position: relative;
    top: 2%;
    z-index: 2000;
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

#albisWall {
    -webkit-transition: transform 1200ms ease-in-out;
    transition: transform 1200ms ease-in-out;
}

/* < CSS2 */

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    overscroll-behavior: contain;
}