/* Allgemein */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    background: rgb(214, 214, 214);
}
.zentrum {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1028px;
    background-color: #ffffff;
}
/* Logo */
.logo {
    padding-left: 31px;
}
/* Titel */
.titel {
    font-size: 12px;
    font-weight: bold;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
#element {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 6px;
}
/* aktuelle Seite */
#current {
    color: #008BCA;
    font-weight: bold;
}
/* Rahmen */
.rahmen {
    margin-left: 49px;
    margin-right: 0px;
    overflow: auto;
}
a.ort {
    color: #008BCA;
}
a.ort:visited {
    color: #008BCA;
}
a.ort:hover {
    color: #F81E1C;
    font-weight: bold;
    text-decoration: underline;
}
a.ortkat {
    color: #000000;
}
a.ortkat:visited {
    color: #000000;
}
a.ortkat:hover {
    color: #F81E1C;
    font-weight: bold;
    text-decoration: underline;
}
/* Navigationsleiste */
.navbar {
    /*max-width: 1000px;*/
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    /*padding: 20px;*/
    padding-left: 40px;
    padding-top: 20px;
    /*padding-bottom: 4px;*/
    padding-right: 34px;
    color: #000000;
    /*text-align: left; weg?*/
}
.nav-links a {
    color: #000000;
}
/* nur linktext */
.nav-links a:hover {
    color: #ffffff;
}
 /* testen */
#current a:hover {
    color: #ffffff;
}
/* Navigations Menue */
.menu {
    /*float:left;*/
    /*display: flex;*/
    display: inline-block;
    gap: 1em;
    font-size: 16px;
}
.menu li:hover {
    color: #ffffff;
    background-color: #008BCA;
    border-radius: 5px;
    transition: 0.3s ease;
}
.menu li {
    display: inline-block; 
    padding: 5px 10px;
}
/* Checkbox Hack */
input[type=checkbox]{
   display: none;
}
/* Hamburger Menue */
.hamburger {
    display: none;
    font-size: 22px;
    user-select: none;
    margin-left: 0px;
}
/* Mit Media Queries */
@media (max-width: 728px) {
    .menu {
        display: none;
        position: absolute;
        right: 0;
        left: 0;
        text-align: left;
        margin-left: 8px;
        margin-right: 28px;
        padding: 14px 0;
        width: auto;
        height: auto;
        background: rgb(255, 255, 255);
        opacity: 0.90;
    }
    .menu li {
        width: auto;
        display: block;
        padding: 5px 12px;
    }
    .menu li:hover {
        display: block;
        color: #ffffff;
        /*background: rgb(0, 139, 202);*/
        background-color: #008BCA;
        transition: 0.3s ease;
        width: auto;
    }
    .menu li + li {
        display: block;
        margin-top: 8px;
        width: auto;
    }
    input[type=checkbox]:checked ~ .menu{
        display: block;
    }
    .hamburger {
        display: block;
    }
}
.style {
    padding: 0px;
}
.style_1 {
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.style_2 {
    font-family: 'HelveticaNeue-UltraLightItalic', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: italic;
    font-weight: 100;
    line-height: 22px;
}
.style_3 {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}
.style_5 {
    padding: 10px;
}
.style_4 {
    font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
}
.style_6 {
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.paragraph_style {
    color: rgb(255, 47, 146);
    font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.paragraph_style_1 {
    color: rgb(94, 94, 94);
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 35px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 41px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 10px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.style_SkipStroke_2 {
    background: rgb(192, 192, 192);
    opacity: 1.00;
}
.paragraph_style_2 {
    background: rgb(235, 235, 235);
    color: rgb(0, 150, 255);
    font-family: 'HelveticaNeue-CondensedBold', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 29px;
    font-stretch: condensed;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.paragraph_style_3 {
    background: rgb(255, 255, 255);
    color: rgb(0, 150, 255);
    font-family: 'HelveticaNeue-CondensedBold', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 22px;
    font-stretch: condensed;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
/* alt*/
ul#galerie {
    padding: 0;
    margin: 0;
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    text-align: center;
}
ul#galerie li{
    padding-top: 4px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    float: left;
    margin-bottom: 40px;
    overflow: auto;
}
ul#galerie li:hover{
    border: 1px solid #333333;
    padding: 8px;
}
ul#galerie li span{
    border: 1px solid #cccccc;
    display: block;
    color: #000000;
}
ul#galerie li a img{
    border: 1px solid #9e9e9e;
    padding: 5px;
}
#rubrik {
    margin: 0px;
    color: #000000;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 0px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
#anzahlrubrik {
    margin: 0px;
    color: #000000;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 0px;
    text-align: center;
    line-height: 1.4;
}
#bildtext {
    margin: 0px;
    color: #000000;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 0px;
    text-align: center;
    line-height: 1.4;
}
#anzahl {
    margin: 0px;
    color: #000000;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 8px;
    text-align: center;
    line-height: 1.4;
}
#leer {
    margin: 0px;
    color: #000000;
    font-size: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    line-height: 0.4;
}