html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
dl,
dt,
dd,
ul,
li,
article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

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

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

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

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

.cl:after {
    clear: both;
}

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


@font-face {
    font-family: 'Lato';
    src: url('/client/fonts/lato.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/client/fonts/lato-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/client/fonts/lato-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Blau';
    src: url('/client/fonts/merriweather-blau.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


body {
    background: #fff;
    font: normal 10px Lato, sans-serif;
    text-size-adjust: none;
    text-rendering: geometricPrecision;
    font-kerning: normal;
}

nav ul {
    list-style: none;
}

.page {
    box-sizing: border-box;
    width: 100%;
}

header {
    box-sizing: border-box;
    padding: .6em 1em;
    text-align: center;
}

header h1, header .h1 {
  display: block;
  margin: .4em auto .2em;
  max-width: 340px;
  font-size: 2.1rem;
  font-weight: unset;
  font-family: 'Merriweather Blau',serif;
}

header .tagline {
    color: #444;
    font-size: 1.6rem;
	text-transform:uppercase;
}

header a {
    color: #444;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

header a:hover,
header a:focus {
    color: #444;
    text-decoration: underline;
}

.main {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 2em;
    max-width: 960px;
    width: 100%;
}

main h1, .main .h1 {
  margin-bottom: .5em;
  color: #444;
  font-size: 1.6rem;
  text-wrap: balance;
  text-align: center;
}

.main h2 {
   margin-bottom: 0;
    color: #444;
    font-size: 1.4rem;
    text-wrap: balance;
    text-align: center;
}

h3 {
    margin-bottom: .5em;
    color: #333;
    font-weight: 400;
    font-size: 1.3rem;
}

.main p,
.main table,
.main dl,
.main ul {
    margin-bottom: 1em;
    color: #000;
    font-size: 1rem;
    line-height: 1.4;
}

.main ul li::marker {
  color: #9f9f9f;
}


.text {
    margin: 2.3em 0;
    width: 100%;
}

.main .fotodatum {
    margin-top: 1.5em;
    text-align: right;
    font-style: italic;
}

@media screen and (min-width:660px) {
    .main p,
    .main table,
    .main dl,
    .main ul,
    h2,
    h3 {
        margin: 0 auto .5em;
        width: min(70ch, 60%);
        line-height: 1.5;
    }
}

.main ul {
    padding-left: 1em;
}

.ds {
    margin-bottom: .8em;
}

.main a:link,
.main a:visited {
    color: #000;
    text-decoration: underline;
}

.main a:hover,
.main a:focus {
    background: #444;
    color: #fff;
    text-decoration: underline overline;
}

img {
    aspect-ratio: auto 3 / 2;
}

.hingucker {
    margin: 0 auto 1.6em;
    max-width: 100%;
    height: auto;

    outline: 1px solid #333;
 position: relative;
}

.hingucker figcaption {
    bottom: 100%;
    margin-top: 2em;
    color: #000;
    font-size: 1rem;
    line-height: 1.4;
}

.hingucker img {
    width: 100%;
    height: auto;
    
}

.vorschau div {
    position: relative;
    overflow: hidden;
    padding-bottom: 66%;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.album {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bildsection {
    flex-basis: 48%;
    position: relative;
    float: left;
    margin-bottom: 4.3vw;
    margin-left: right;
    outline: 1px solid #444;
}

#scrolldown {
    position: absolute;
    bottom: 0;
    z-index: 25;
    display: block;
    padding: 3px 8px;
    border: none;
    background: #fff;
    color: #111;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.4em;
}

#scrolldown:hover,
#scrolldown:focus {
    color: #fff!important;
    background: #111 !important;
    cursor: pointer;
}

#noajax {
    float: left;
    padding-top: 1vh;
    width: 100%;
}

@media screen and (min-width:660px) {
    .bildsection {
        margin-bottom: 4.7vw;
        flex-basis: 30%;
    }
}

@media screen and (min-width:960px) {
    .bildsection {
        margin-bottom: 46px;
    }
}

.vorschau a {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 66%;
    height: 0;
    background-repeat: no-repeat;
}

.vorschau img {
    width: 100%;
    height: auto;
}

.bildlink figcaption {
    display: none;
}

.bildlink:hover figcaption,
.bildlink:focus figcaption {
    position: absolute;
    top: 0;
    display: table-cell;
    box-sizing: border-box;
    padding: 5%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    color: #2f2f2f;
    font-size: .8rem;
}

.paging {
    display: flex;
    clear: both;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 1em;
    padding-left: 0!important;
    max-width: 280px;
    height: 50px;
    justify-content: flex-end;
}

.paging li {
    display: block;
    width: 33.25%;
}

.paging a {
    display: block;
    width: 40px;
    height: 24px;
}

.zurueck {
    left: 0;
}

.zurueck a {
    background: transparent url(/client/grafik/paging.svg) no-repeat 0 0;
    background-size: cover;
}

.zurueck a:hover,
.zurueck a:focus {
    background: transparent url(/client/grafik/paging.svg) no-repeat -156px 0;
    background-size: cover;
}

.top {
    left: calc(50% - 15%);
    text-align: center;
}

.top a {
    margin: 0 auto;
    background: transparent url(/client/grafik/paging.svg) no-repeat -40px 0;
    background-size: cover;
}

.top a:hover,
.top a:focus {
    background: transparent url(/client/grafik/paging.svg) no-repeat -196px 0;
    background-size: cover;
}

.vor {
    right: 0;
    text-align: right;
}

.vor a:link {
    float: right;
    background: transparent url(/client/grafik/paging.svg) no-repeat -80px 0;
    background-size: cover;
}

.vor a:hover,
.vor a:focus {
    background: transparent url(/client/grafik/paging.svg) no-repeat right 0;
    background-size: cover;
}

#nav1, #nav2 {
    margin: 1em 0 2.7em;
    background: #444;
}

#nav2 {
    margin: 2em 0 0;
}

#nav1-1,
#nav2-1 {
    display: flex;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 2em;
    max-width: 610.8px;
    width: 100%;
    line-height: 2;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (min-width:460px) {
    #nav1-1,
    #nav2-1 {
        padding: 0 3em;
    }
}

#nav1-1 li,
#nav2-1 li {
    font-weight: 400;
    font-size: 1rem;
    flex-basis: 30%;
}

#nav1-1 li,
#nav2-1 li {
    text-align: center;
}



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

#nav2-1 a:link,
#nav2-1 a:visited {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    color: #fff;
}

#nav1-1 a:hover,
#nav1-1 a:focus,
#nav2-1 a:hover,
#nav2-1 a:focus {
    text-decoration: none!important;
    background: #fff;
    color: #000;
    width: 100%;
    display: inline-block;
}

#nav1-1 span,
#nav1-1 .aktiv,
#nav2-1 span,
#nav2-1 .aktiv {
    color: #333 !important;
    text-decoration: none;
    background: #fff;
    width: 100%;
    display: inline-block;
}

#progress {
    position: fixed;
    top: 0;
    height: 5px;
    background-color: #333;
    transition: width .1s;
}

.vs {
    display: none;
}

.dist {
    padding-top: 3em;
}
