

.header {
    position: relative;
    width: 100%;
    height: 244px;
}

.header p {
    width: 300px;
    height: 180px;
    opacity: 0.8;
}

.header article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    font-size: 23px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    text-align: right;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
    font-variant: small-caps;
    font-weight: bold;
}

.header div#lilie {
    background-image: url(images/header/lilie.png);
    width: 227px;
    height: 223px;
    opacity: 1;
    position: absolute;
    top: -40px;
    left: -100px;
}

.header article#Zelte {
    background-image: url(images/header/header.png);
    border-radius: 10px 10px 0 0;
}

.header article#Zelte p{
    margin: 20px auto 70px 470px;
    color: #ffD700;
    opacity: 1;
}

html {
    height: auto;
    width: auto;
    scroll-behavior: smooth;
}

body {
    margin: auto;
    width: 800px;
    background-image: -webkit-linear-gradient(#548FEB 0%, #ffffff 400px);
    background-image: -moz-linear-gradient(#548FEB 0%, #ffffff 400px);
    background-image: -ms-linear-gradient(#548FEB 0%, #ffffff 400px);
    background-image: -o-linear-gradient(#548FEB 0%, #ffffff 400px);
    background-image: linear-gradient(#548FEB 0%, #ffffff 400px);
    background-repeat: no-repeat;
    font-family: 'Molengo';
    font-size: 14px;
    -webkit-box-shadow: 1px 0 0 black;
    -moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
    border-radius: 10px 10px 0 0;
    margin-top: 30px;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

mark {
    color: #000;
    background: none;
}

header {    
    border-radius: 10px 10px 0 0;
}

footer {
    background-color: #1883cb;
    text-align: center;
    font-size: 12px;
    padding: 4px;
}

footer a{
    color: #ffffff;
}


@font-face {
    font-family: Molengo;
    src: url('fonts/molengo-regular-webfont.eot');
    src: local('☺'),
        url('fonts/molengo-regular-webfont.woff') format('woff'),
        url('fonts/molengo-regular-webfont.ttf') format('truetype'),
        url('fonts/molengo-regular-webfont.svg#webfontN1dDpPhwW') format('svg');
    font-weight: normal;
    font-style: normal;
    
}

/*Anfang Styles f r das Men */
.menu {
    position: absolute;
    height: 34px;
    width: 800px;
    vertical-align:middle;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
    font-size: 20px;
    font-variant: small-caps;
    bottom: 0;
    background-color: #000000;
    text-align: center;
    opacity: 0.8;
}

.menu ul {
    display: inline-block;
    height: 34px;
    width: 100%;
    margin: auto 0;
    padding: 0;
    text-indent: 0;
}

.menu ul li {
    display: inline-block;
    height: 100%;
    color: #ffffff;
    margin: 0;
}

.menu ul li * {
    display: inline-block;
    height: 100%;
    width: 100%;
    margin: 0 0.5em;
    text-decoration: none;
}

.menu a:hover {
    background-color: #ffffff;
    color: black;
    opacity: 0.8;
}

.menu li#current a {
    background-color: #ffffff;
    color: black;
    opacity: 0.8;
}

.Main {
    min-height: 200px;
    max-width: 800px;
    padding: 15px;
    background: #FFFFFF;
    text-align: center;
}

.Main a{
    color: #1883cb;
}

.Main ul{
    text-align: left;
}

.submenu {
    position: absolute;
    height: 50px;
    width: 800px;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
    font-size: 14px;
    font-variant: small-caps;
    top: 274px;
    background-color: #000000;
    text-align: center;
}

.submenu ul {
    display: inline-block;
    height: 50px;
    width: 100%;
    margin: auto 0;
    padding: 0;
    text-indent: 0;
}

.submenu ul li {
    display: inline-block;
    height: 100%;
    width: 144px;
    color: #ffffff;
    margin: 0 0;
}

.submenu ul li * {
    display: inline-block;
    height: 46px;
    width: 144px;
    padding: 2px;
    text-decoration: none;
}

.submenu a:hover {
    background-color: #ffffff;
    color: black;
    opacity: 0.8;
}

.submenu img{
    opacity: 1;
}

.submenu ul li ul{
    display: inline;
    visibility: hidden;
    display: inline-block;
    position: absolute;
    margin-left: -76px;
    margin-top: -2px;
    font-size: 13px;
    height: 38px;
}
.submenu ul li:hover > ul{
    visibility: visible;
}

.submenu ul:after{
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.submenu ul li ul li{
    float: none;
    padding: 2px;
    background-color: #000000;

}

.submenu ul li{
    list-style: none;
}

.submenu ul li a:hover {
    background-color: #ffffff;
    color: black;
    opacity: 0.8;
    margin-left: -2px;
    margin-top: -2px;
}

.submenu a:first-line{
    font-size: 17px;
}

.submenu ul li ul a:first-line{
    font-size: 16px;
}

.left{
    text-align: left;
}

.float-links{
    float: left;
}

.float-rechts{
    float: right;
}

.info-box {
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 1px 0 0 black;
    -moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
    margin-top: 15px;
    margin-left: 10px;
}

.info-box article#zweitausendfuenfundzwanzig {
    background-image: url(images/chronik/chronik_2025.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendvierundzwanzig {
    background-image: url(images/chronik/chronik_2024.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausenddreiundzwanzig {
    background-image: url(images/chronik/chronik_2023.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendzweiundzwanzig {
    background-image: url(images/chronik/chronik_2022.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendeinundzwanzig {
    background-image: url(images/chronik/chronik_2021.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendzwanzig {
    background-image: url(images/chronik/chronik_2020.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}
.info-box article#zweitausendneunzehn {
    background-image: url(images/chronik/chronik_2019.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendachtzehn {
    background-image: url(images/chronik/chronik_2018.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendsiebzehn {
    background-image: url(images/chronik/chronik_2017.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendsechszehn {
    background-image: url(images/chronik/chronik_2016.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendfünfzehn {
    background-image: url(images/chronik/chronik_2015.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendvierzehn {
    background-image: url(images/chronik/chronik_2014.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausenddreizehn {
    background-image: url(images/chronik/chronik_2013.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendzwolf {
    background-image: url(images/chronik/chronik_2012.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendelf {
    background-image: url(images/chronik/chronik_2011.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendzehn {
    background-image: url(images/chronik/chronik_2010.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendneun {
    background-image: url(images/chronik/chronik_2009.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendacht {
    background-image: url(images/chronik/chronik_2008.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendsieben {
    background-image: url(images/chronik/chronik_2007.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendsechs {
    background-image: url(images/chronik/chronik_2006.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendfunf {
    background-image: url(images/chronik/chronik_2005.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box article#zweitausendvier {
    background-image: url(images/chronik/chronik_2004.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
}

.info-box p{
    margin: 25px auto 10px 370px;
    opacity: 1;
}

.info-box h3{
    margin: 25px auto 10px 370px;
    color: #d8c006;
    opacity: 1;
}

.info-box a:hover {
    color: #d8c006;
    text-decoration: underline;
}

.chronik {
    width: 750px;
    height: auto;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 1px 0 0 black;
    -moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
    margin-top: 15px;
    margin-left: 10px;
    clear: left;
    clear: right;
}

.chronik p{
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    opacity: 1;
    text-align: left;
    clear: left;
    clear: right;
}

.chronik h3{
    padding-top: 15px;
    color: #d8c006;
    opacity: 1;
    font-weight: bold;
}

.chronik img{
    padding: 5px;
    border-radius: 10px;
    max-height: 350px;
    max-width: 350px;
}

.chronik img#Stufen {
    height: 30px;
    width: 30px;
    border-radius: 1px;
}

img#Stufen {
    height: 30px;
    width: 30px;
    border-radius: 1px;
}

.chronik h4{
    opacity: 1;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
}
.chronik h2{
    padding-top: 15px;
    padding-left: 30px;
    color: #d8c006;
    opacity: 1;
    font-weight: bold;
    text-align: left;
}