

html {
font-family: sans-serif;
font-size:100%;
background:#fcf8e9;
}

body {
background:#fcf8e9;
color:#000000; 	
max-width: 1000px;
margin: 0 auto; 
}



#menue {
background-color:#fcf8e9;
color:#000000;
min-width: 340px;
height: 75px;
left: 0;
}


#logo {
width: auto;
height: 75px;
border:0px;
}

#liste {
width: auto;
height: 75px;
margin-left: 20px; 
border: 0px;
}

#haupt {
width: 100%;
text-align: justify;
}

#haupt1 {
text-align: justify;
max-width: 700px;
margin: auto;
}

#haupt1 img {
border: 0px;
width: 100%;
height: auto;
}

#haupt img {
border: 0px;
width: 100%;
height: auto;
}


#beschr {
font-size: 20px;
font-size: 1.25rem;
}

#betreiber {
font-size: 16px;
font-size: 1.0rem;
}

#wiki {
text-decoration:none;
color:#000000;
font-size: 20px;
font-size: 1.25rem;
}

#main a:link { color: #000000; }
#main a:visited { color: #FF0000; }
#main a:focus { color: #000000; }
#main a:hover { color: #000000; }
#main a:active { color: #000000; }
#main a {font-size: 20px;}
#main a {font-size: 1.25rem;}
#main a {text-align: center;}

#hinweis1 {
font-size: 1.0rem;
}

#main {
width: 100%;
}

#infos a:link { color: #000000; }
#infos a:visited { color: #000000; }
#infos a:focus { color: #000000; }
#infos a:hover { color: #000000; }
#infos a:active { color: #000000; }
#infos a {font-size: 20px;}
#infos a {font-size: 1.25rem;}
#infos a {text-align: center;}
#infos {
text-align: justify;
max-width: 640px;
margin: auto;
}

#galerie {
display: block;
max-width: 600px;
margin-bottom: 20px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background-color: #AAAAAA;
font-size: 20px;
font-size: 1.25rem;
color: #000000;
padding: 0.3em;
border-radius: 0.5em;
}

#galtext {
display: block;
max-width: 600px;
margin-bottom: 20px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background-color: #AAAAAA;
font-size: 20px;
font-size: 1.25rem;
color: #000000;
padding: 0.3em;
border-radius: 0.5em;
}

#galtexta {
display: block;
margin-bottom: 20px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 640px;
background-color: #AAAAAA;
font-size: 20px;
font-size: 1.25rem;
padding: 0.3em;
border-radius: 0.5em;
}

#tabelle a:link { color: #000000; }
#tabelle a:visited { color: #FF0000; }
#tabelle a {font-size: 20px;}
#tabelle a {font-size: 1.25rem;}
#tabelle a {text-align: center;}

#tabelle {
text-align: justify;
max-width: 640px;
margin: auto;
}

#bildoben {
display: block;
border: 0px;
width: 100%;
height: auto;
margin: auto;
}


#galtextb {
max-width: 600px;
margin-bottom: 20px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background-color: #AAAAAA;
font-size: 20px;
font-size: 1.25rem;
color: #000000;
padding: 0.3em;
border-radius: 0.5em;
}

#infotab a:link { color: #000000; }
#infotab a:visited { color: #FF0000; }
#infotab a {font-size: 20px;}
#infotab a {font-size: 1.25rem;}
#infotab a {text-align: center;}

#infotab {text-align: justify;}

#bildartikel {
display: block;
border: 0px;
max-width: 100%;
height: auto;
margin: auto;
}

#bildnormal {
display: block;
border: 0px;
max-width: 100%;
height: auto;
margin: auto;
}

#infos1 a:link { color: #000000; }
#infos1 a:visited { color: #000000; }
#infos1 a:focus { color: #000000; }
#infos1 a:hover { color: #000000; }
#infos1 a:active { color: #000000; }
#infos1 a {font-size: 20px;}
#infos1 a {font-size: 1.25rem;}
#infos1 a {text-align: center;}
#infos1 {
text-align: justify;
max-width: 640px;
margin: auto;
font-size: 20px;
font-size: 1.25rem;
}

#bildklein {
display: inline;
border: 0px;
width: 18%;
height: auto;
margin: auto;
}


#imagelightbox {
    box-shadow: 0 0 3.125em rgba(0,0,0,0.8);
    cursor: pointer;
    position: fixed;
    z-index: 10000;
}
#imagelightbox-loading, #imagelightbox-loading div {
    border-radius: 50%;
}
#imagelightbox-loading {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    height: 2.5em;
    left: 50%;
    margin: -1.25em 0 0 -1.25em;
    padding: 0.625em;
    position: fixed;
    top: 50%;
    width: 2.5em;
    z-index: 10003;
}
#imagelightbox-loading div {
    animation: 0.5s ease 0s normal none infinite imagelightbox-loading;
    background-color: #fff;
    height: 1.25em;
    width: 1.25em;
}
@keyframes imagelightbox-loading {
    0% {
    opacity: 0.5;
    transform: scale(0.75);
    }
    50% {
    opacity: 1;
    transform: scale(1);
    }
    100% {
    opacity: 0.5;
    transform: scale(0.75);
    }
}
#imagelightbox-overlay {
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}
#imagelightbox-close {
    background-color: #C2D2E5;
    border: 1px solid #C2D2E5;
    border-radius: 50%;
    height: 2.5em;
    position: fixed;
    right: 2.5em;
    text-align: left;
    top: 2.5em;
    transition: color 0.3s ease 0s;
    width: 2.5em;
    z-index: 10002;
}
#imagelightbox-close:hover, #imagelightbox-close:focus {
    background-color: red;
    border: 1px solid red;
}
#imagelightbox-close:before, #imagelightbox-close:after {
    background-color: #fff;
    bottom: 20%;
    content: "";
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 20%;
    width: 2px;
}

#imagelightbox-close:hover:before, #imagelightbox-close:hover:after {
    background-color: #fff;
}

#imagelightbox-close:before {
    transform: rotate(45deg);
}
#imagelightbox-close:after {
    transform: rotate(-45deg);
}
#imagelightbox-caption {
    background-color: #C2D2E5;
    bottom: 0;
    color: #1A1F2B;
    left: 0;
    padding: 0.625em;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 10001;
}
#imagelightbox-nav {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    bottom: 3.75em;
    left: 50%;
    padding: 0.313em;
    position: fixed;
    transform: translateX(-50%);
    z-index: 10001;
}
#imagelightbox-nav button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 1em;
    margin: 0 0.313em;
    width: 1em;
}
#imagelightbox-nav button.active {
    background-color: #fff;
}
.imagelightbox-arrow {
    background-color: #C2D2E5;
    border: none;
    display: none;
    height: 7.5em;
    margin-top: -3.75em;
    position: fixed;
    top: 50%;
    vertical-align: middle;
    width: 3.75em;
    z-index: 10001;
}
.imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
    background-color: red;
}
.imagelightbox-arrow:active {
    background-color: #111;
}
.imagelightbox-arrow-left {
    left: 2.5em;
}
.imagelightbox-arrow-right {
    right: 2.5em;
}
.imagelightbox-arrow:before {
    border: 1em solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin-bottom: -0.125em;
    width: 0;
}
.imagelightbox-arrow-left:before {
    border-left: medium none;
    border-right-color: #fff;
    margin-left: -0.313em;
}
.imagelightbox-arrow-right:before {
    border-left-color: #fff;
    border-right: medium none;
    margin-right: -0.313em;
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    animation: 0.25s linear 0s normal none 1 fade-in;
}
@keyframes fade-in {
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
}
@media only screen and (max-width: 41.25em) {
    #container {
        width: 100%;
    }
    #imagelightbox-close {
        right: 1.25em;
        top: 1.25em;
    }
    #imagelightbox-nav {
        bottom: 1.25em;
    }
    .imagelightbox-arrow {
        height: 3.75em;
        margin-top: -2.75em;
        width: 2.5em;
    }
    .imagelightbox-arrow-left {
        left: 1.25em;
    }
    .imagelightbox-arrow-right {
        right: 1.25em;
    }
}
@media only screen and (max-width: 20em) {
    .imagelightbox-arrow-left {
        left: 0;
    }
    .imagelightbox-arrow-right {
        right: 0;
    }
}
