@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -mozbox-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    min-height: 100%;
    background-size: cover;
    background-image: url("../img/Waschbanksee01.jpg");
    background-repeat: no-repeat;
    position: relative;
}

video.praesentation {
    margin: 20px auto;
    max-width: 100%;
    -webkit-box-shadow: 5px 5px 5px #111;
    box-shadow: 5px 5px 5px #111;
    border: 15px solid #fff;
    border-radius: 6px;
}

img {
    max-width: 100%;
    height: auto;
}

.praesentation {
    max-width: 100%;
}

.row img {
    width: 81.58%;
    margin: 15px 27px;
    -webkit-box-shadow: -1px 3px 8px #111;
    box-shadow: -1px 3px 8px #111;
}

.LINKBILD {
    max-width: 25%;
}

body {}

.wrapper {
    max-width: 1040px;
    margin: 0 auto;
    overflow: hidden;
    background: #abc699;
}

#header {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, gold), color-stop(0%, #1b3d07));
    background-image: -webkit-linear-gradient(bottom, gold 15%, #1b3d07 0%);
    background-image: -o-linear-gradient(bottom, gold 15%, #1b3d07 0%);
    background-image: linear-gradient(to top, gold 24%, #1b3d07 0%);
    margin-bottom: 6px;
    padding: 4%;
    text-align: center;
    border-left: 4px solid palegoldenrod;
    border-right: 4px solid palegoldenrod;
    border-top: 4px solid darkgoldenrod;
    border-bottom: 4px solid darkgoldenrod;
    -webkit-box-shadow: 1px 1px 3px #BDDDFF;
    box-shadow: 1px 1px 3px #BDDDFF;
}

/* lobster-regular - latin */

@font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/lobster-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Lobster Regular'), local('Lobster-Regular'),
    url('/fonts/lobster-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/lobster-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/lobster-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/lobster-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/lobster-v20-latin-regular.svg#Lobster') format('svg');
    /* Legacy iOS */
}

/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/open-sans-v15-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}




article {
    width: 100%;
    -webkit-box-shadow: 1px 1px 3px #1b3d07;
    box-shadow: 1px 1px 3px #1b3d07;
}

table {
    margin: 12px -20px 24px;
}

thead tr {
    background: #ff5e1c;
    color: #fff;
}

th {
    padding: 3px 0;
}

td {
    border-top: 4px solid #fff;
    padding: 3px 32px 3px 3px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #1b3d07;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

tbody tr:nth-child(even) {
    background-color: #e4e4e4;
}

tbody tr:nth-child(odd) {
    background-color: #f2f3f3;
}

#fotoalbummain {
    width: 100%;
}

#erstefotoalbummain {
    width: 50%;
    float: left;
    position: relative;
    margin-top: 10px;
}

.erstefotoalbummain {
    position: relative;
    height: 350px;
}

#zweitefotoalbummain {
    width: 50%;
    float: left;
    position: relative;
    margin-top: 10px;
}

.zweitefotoalbummain {
    position: relative;
    height: 350px;
}

.imgtext {
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    margin: 0px 0 25px;
    padding: 5px 5px 5px 5px;
    color: #1b3d07;
    text-transform: none;
    font-size: 16px;
    line-height: 17px;
}

.vereinszeitung {
    float: left;
    width: 12em;
    margin-left: 20px;
    border: 1px solid #1b3d07;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 300px;
}

.vereinszeitungsarchiv {
    float: left;
    width: 31em;
    margin-left: 20px;

    margin-bottom: 10px;
    margin-top: 10px;
    height: auto;
}

figcaption {
    padding-left: 30px;
}

hr {
    background-color: red;
    border: 1;
    height: 1px;
    width: 90%;
    margin-left: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#site-footer {
    width: 100%;
    float: left;
    background: #1b3d07;
    border-left: 4px solid palegoldenrod;
    border-right: 4px solid palegoldenrod;
    border-top: 4px solid darkgoldenrod;
    border-bottom: 4px solid darkgoldenrod;
    margin-top: 6px;
    color: #fff;
    padding: 25px;
}

#site-footer p {
    color: #fff;
    font-size: 17px;
    margin: 10px;
    padding: 10px;
}

#site-footer a:link {
    color: #fff;
    text-decoration: none;
}

#site-footer a:hover {
    color: #ff621c;
}

#footermain {
    width: 33.33%;
    float: left;
}

#footermain a {
    font-family: 'Lobster', cursive;
    font-weight: 400;
    color: gold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lobster', cursive;
    font-weight: 700;
    margin: 0 0 10px 0;
}

h1 {
    text-align: center;
    color: gold;
    font-size: 60px;
    line-height: 65px;
    margin: -130px 0 0 130px;
    text-shadow: -1px 3px 3px #000000;
}

h2 {
    font-family: 'Lobster', cursive;
    font-size: 2em;
    color: #FF2222;
    padding: 0 2.5em 0 0;
    text-shadow: 1px 1px 1px#000;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
}

h3 {
    font-family: 'Lobster', cursive;
    font-size: 1.2em;
    font-weight: 400;
    color: gold;
    text-align: center;
}

h4 {
    font-family: 'Lobster', cursive;
    font-size: 1.2em;
    font-weight: 400;
    color: #1b3d07;
    text-align: center;
}

.imp {
    text-align: left;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.27em;
    line-height: 1.27em;
    font-weight: 400;
    padding: 10px 5px;
}

.kontakt {
    margin-left: 7px;
}

.Vorstandsbild {
    margin: -18px 0 0 23px;
}

.pvorstand {
    padding-left: 25px;
}

#mobile-menu-btn {
    display: none;
}

nav {
    margin: 10px 50px 10px 0;
    float: left;
    position: absolute;
    z-index: 6;
}

ul {
    margin-left: -39px;
}

ul li {
    display: inline;
    position: relative;
}

a {
    color: #1b3d07;
    text-decoration: none;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 6px 15px 5px;
}

li a:hover {
    color: #1b3d07;
}

ul li a:hover,
ul li a.active,
ul#subnavigation .active,
#subnavigation li a:hover {
    color: #ff621c;
}

ul ul {
    display: none;
    margin: 0;
}

li:hover ul {
    display: block;
}

ul ul {
    position: absolute;
    top: 26px;
    left: 0;
    background: gold;
    border-left: 4px solid palegoldenrod;
    border-right: 4px solid palegoldenrod;
    border-bottom: 4px solid darkgoldenrod;
    margin-left: -4px;
    -webkit-box-shadow: 1px 3px 3px #1b3d07;
    box-shadow: 1px 3px 3px #1b3d07;
}

ul ul li {
    margin: 0;
    z-index: 0;
}

ul ul li a {
    display: block;
    text-transform: none;
    font-size: 20px;
    padding: 18px 35px 18px 15px;
    border-top: 1px solid darkgoldenrod;
}

#vorstand a:link {
    color: #ff621c;
}

.column {
    float: left;
    background: #fff;
    padding: 25px;
    margin: 2px 0 2px 2%;
}

.impressum {
    color: #1b3d07;
    text-align: left;
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 0;
}

.column:first-child {}

.full {
    width: 100%;
}

.half {
    width: 49%;
}

.third {
    width: 32%;
    margin-left: 4px;
    background: #1b3d07;
    border-left: 4px solid palegoldenrod;
    border-right: 4px solid palegoldenrod;
    border-top: 4px solid darkgoldenrod;
    border-bottom: 4px solid darkgoldenrod;
}

.two-thirds {
    width: 66%;
    margin-left: 6px;
    margin-right: 4px;
    -webkit-box-shadow: -1px 3px 8px #333;
    box-shadow: -1px 3px 8px #333;
    margin-bottom: 8px;
    padding-bottom: 18px;
    padding-top: 21px;
    margin-top: 5px;
}

.fourth {
    width: 23.5%;
}

.three-fourth {
    width: 100%;
    border-top: 4px solid darkgoldenrod;
    border-bottom: 4px solid darkgoldenrod;
    border-left: 4px solid palegoldenrod;
    border-right: 4px solid palegoldenrod;
    background: #1b3d07;
    margin-left: -5px;
    height: 6200px;
}

.row {
    width: 100%;
    float: left;
    margin: 4px;
}

.logo {
    margin: -15px 850px 0 10px;
}

.WAP {
    float: right;
    margin-top: -140px;
    margin-right: 20px;
}

h1 {
    text-align: center;
    color: gold;
    font-size: 50px;
    line-height: 62px;
    margin: -140px 0 20px 0;
    text-shadow: -1px 3px 3px #000000;
}

p {
    display: block;
    font-size: 17px;
    color: #143211;
    padding: 10px 5px;
}

.topbutton {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), color-stop(90%, #1f3d07)) repeat scroll 0% 0%;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #fff 10%, #1f3d07 90%) repeat scroll 0% 0%;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, #fff 10%, #1f3d07 90%) repeat scroll 0% 0%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 10%, #1f3d07 90%) repeat scroll 0% 0%;
    border-radius: 16px;
    border: 1px solid #000;
    -webkit-box-shadow: 1px 2px 2px #143211;
    box-shadow: 1px 2px 2px #143211;
    color: #0B2214 ! important;
    float: right;
    font-size: 12px;
    font-weight: 700;
    margin: 25px;
    padding: 2px 4px;
    text-decoration: none;
}

a#mail-btn {
    display: block;
    width: 40px;
    height: 170px;
    background: url("../images/btn.png") no-repeat;
    position: fixed;
    top: 300px;
    border-radius: 0 9px 9px 0;
    z-index: 10;
    left: 0;
}

a#mail-btn:hover {
    background: url("../images/btn.png") no-repeat -40px 0;
}

@media only screen and (min-width:980px) and (max-width:1279px) {
    .wrapper {
        width: 100%;
    }
    #main,
    #zweitemain,
    #textmain {
        width: 100%;
    }
    #buttonmain {
        width: 30%;
    }
    .button {
        width: 220px;
        padding: 13px;
        height: 60px;
    }
    .Foto {
        margin: 0 200px 35px;
    }
    .drei {
        margin: 0 145px -80px;
    }
    nav {
        position: absolute;
        margin: 10px 50px;
    }
    ul {
        margin-left: -85px;
    }
}

@media only screen and (min-width:760px) and (max-width:979px) {
    .wrapper {
        width: 100%;
    }
    #main,
    #zweitemain,
    #textmain,
    #textmain article {
        width: 100%;
    }
    #textmain article {
        height: 0;
    }
    #buttonmain {
        width: 30%;
    }
    .button {
        width: 220px;
        padding: 13px;
        height: 60px;
    }
    .Foto {
        margin: 0 90px 35px;
    }
    .drei {
        margin: 0 145px -80px;
    }
    #sequence {
        width: 760px;
        margin: 0px auto;
    }
    nav {
        position: absolute;
        z-index: 6;
        margin: 10px 0 10px 56px;
    }
    h1 {
        text-align: center;
        color: gold;
        font-size: 35px;
        line-height: 62px;
        margin: -140px 0 20px 30px;
        text-shadow: -1px 3px 3px #000000;
    }
    ul {
        margin-left: -95px;
    }
}

@media only screen and (max-width:759px) {
    #header {
        padding: 10px;
    }
    h1,
    .drei,
    .Foto,
    #buttonmain {
        display: none;
    }
    .wrapper {
        width: 100%;
    }
    .full,
    .two-thirds,
    .half,
    .third,
    .fourth,
    .three-fourth,
    #main,
    .sidbar {
        width: 96%;
        margin: 25px 0.5% !important;
    }
    img {
        max-width: 100%;
    }
    #footermain,
    #erstefotoalbummain,
    #zweitefotoalbummain,
    .erstefotoalbummain,
    .zweitefotoalbummain {
        width: 100%;
        height: auto;
    }
    .logo {
        margin: 0 auto;
    }
    .third {
        display: none;
    }
    #sequence {
        margin: 0;
        width: 100%;
    }
    ul {
        margin-left: -95px;
    }
    a#mobile-menu-btn {
        display: block;
        background: goldenrod;
        border-left: 4px solid palegoldenrod;
        border-right: 4px solid palegoldenrod;
        border-top: 4px solid darkgoldenrod;
        border-bottom: 4px solid darkgoldenrod;
        color: #1b3d07;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px 0;
        margin: 25px 0 0;
    }
    nav {
        position: static;
        display: none;
        float: none;
        margin: 0px 0px;
    }
    ul li {
        display: block;
        background: gold;
        border-bottom: 1px solid #1b3d07;
        margin-left: 50px;
    }
    ul li a {
        display: block;
        color: #1b3d07;
        border: 0;
    }
    a {
        color: #333;
        text-decoration: none;
        padding: 5px 0px;
    }
    ul ul li {
        display: none;
    }
    nav a:hover {
        color: #333;
        background: #fff;
    }
    #subnavigation li {
        background: goldenrod;
    }
    ul ul li a {
        display: block;
        text-transform: none;
        font-size: 20px;
        padding: 35px 35px 35px 15px;
        border-top: 1px solid darkgoldenrod;
    }
}

@media screen and (max-width:45em) {
    tr,
    th,
    td {
        display: block;
    }
    tr {
        padding: 1em;
        border-top: 0 none;
    }
    th {
        padding: 0;
    }
    td {
        padding: 1em 0 0;
    }
    hr {
        margin-left: 11px;
    }
}
