html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* #---reset stylesheet END---# */


/* #--clearfix --# */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.alt {
    overflow: hidden;
}


/* #--clearfix END--# */

html {
    font-size: 16px;
}

html,
body {
    width: 100%;
}

h1 {
    font-size: 3.5em;
    font-family: 'Della Respira', serif;
}

h2 {
    font-size: 2em;
    font-family: 'Della Respira', serif;
}

h3 {
    font-size: 1.5em;
    font-family: 'Della Respira', serif;
}

.widthlimit {
    width: 1200px;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
}

.redLetter {
    color: red;
}

#header {
    width: 100%;
    margin-top: 1%;
    font-family: 'Source Sans Pro', sans-serif;
}

.logo {
    width: 20%;
    float: left;
}

.logo img {
    width: 100%;
}

.vereinsname {
    width: 80%;
    float: left;
}

.vereinsname h1 {
    margin: 5% 0 0 5%;
}
.burgermenu {
    display: none;
}

#navigation {
    float: left;
    text-align: center;
    margin-top: 4%;
}

ul {
    list-style-type: none;
}

#navigation li {
    float: left;
}

#navigation li a {
    display: block;
    text-decoration: none;
}

#navigation li a {
    font-size: 1.6em;
    padding: 14px 16px;
    color: rgba(0, 0, 0, 0.75);
}

#navigation li a:hover,
#navigation li a.active {
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.main {
    width: 100%;
    margin: 5% 0 10% 0;
    clear: both;
}

.box {
    width: 33.333%;
    margin-bottom: 4%;
    float: left;
}
.imgwrapper {
    width: 350px;
    height: 350px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin: 0 auto;
    background-size: contain;
}

.football {
    background-image: url(../img/football.png);
}

.akrobatik {
    background-image: url(../img/akrobatik.jpg);
}

.tischtennis {
    background-image: url(../img/tischtennis.png);
}

.leichtathletik {
    background-image: url(../img/leichtathletik2.png);
}

.triathlon {
    background-image: url(../img/triathlon.png);
}

.nordseeman {
    background-image: url(../img/nordseeman.png);
}

.textbox {
    position: relative;
    top: 282px;
    text-align: right;
    padding: 14px 10px 14px 20px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
}

.textbox p {
    text-align: left;
    font-size: 1.5em;
    font-family: 'Della Respira', serif;
}

.textbox a {
    color: rgb(0, 0, 0);
    font-size: 1.1em;
    padding: 5px 8px;
    text-decoration: none;
    background-color: white;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-family: 'Source Sans Pro', sans-serif;
}

.textbox a:hover {
    text-decoration: underline;
}

.textbox-zweizeiler {
    position: relative;
    top: 282px;
    text-align: right;
    padding: 12px 10px 12px 20px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
}

.textbox-zweizeiler p {
    text-align: left;
    font-size: 1.4em;
    float: left;
    font-family: 'Della Respira', serif;
}

.textbox-zweizeiler a {
    clear: both;
    position: relative;
    top: 25px;
    font-size: 1.1em;
    color: rgb(0, 0, 0);
    padding: 5px 8px;
    text-decoration: none;
    background-color: white;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-family: 'Source Sans Pro', sans-serif;
}

.textbox-zweizeiler a:hover {
    text-decoration: underline;
}

#footer {
    width: 100%;
    clear: both;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 4% 0;
    -webkit-box-shadow: 0px 500px 0px 500px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 500px 0px 500px rgba(0, 0, 0, 0.75);
}

.footercontent {
    color: white;
    width: 100%;
}

.footercontent p {
    color: rgb(130, 130, 130);
}

.footercontent li a {
    color: rgb(130, 130, 130);
    text-decoration: none;
}

.footercontent li a:hover {
    text-decoration: underline;
}

.footerbox {
    float: left;
    width: 33.333%;
}

.footerbox nav,
.footerbox p {
    font-family: 'Source Sans Pro', sans-serif;
}

.abteilungen {
    width: 180px;
    margin: 0 auto;
}
.sitemap {
    width: 150px;
    margin: 0 auto;
}
.kontakt {
    width: 180px;
    margin: 0 auto;
}

.kontakt a {
    color: rgb(130, 130, 130);
}


/* ############################################################################################################################################# */

@media (max-width: 1365px) {
    html {
        font-size: 14px;
        overflow-x: hidden;
    }
    h1 {
        font-size: 3.2em;
        font-family: 'Della Respira', serif;
    }
    h2 {
        font-size: 1.8em;
        font-family: 'Della Respira', serif;
    }

    h3 {
        font-size: 1.3em;
        font-family: 'Della Respira', serif;
    }

    h4 {
        font-size: 1.1em;
        font-family: 'Della Respira', serif;
        text-align: left;
    }
    .widthlimit {
        width: 900px;
    }
    #navigation li a {
        font-size: 1.4em;
        padding: 12px 14px;
    }


    .box {
        width: 33.333%;
        margin-bottom: 4%;
        float: left;
    }
    .imgwrapper {
        width: 250px;
        height: 250px;
    }
    .textbox {
        top: 188px;
        padding: 14px 10px 14px 15px;
    }
    .textbox p {
        font-size: 1.3em;
    }
    .textbox a {
        color: rgb(0, 0, 0);
    }
    .textbox-zweizeiler {
        top: 193px;
        padding: 12px 10px 12px 15px;
    }

    .textbox-zweizeiler p {
        font-size: 1.2em;
    }
    .textbox-zweizeiler a {
        top: 16px;
    }
    .abteilungen {
        width: 150px;
        margin: 0 auto;
    }
    .sitemap {
        width: 120px;
        margin: 0 auto;
    }
    .kontakt {
        width: 160px;
        margin: 0 auto;
    }
}

/* ############################################################################################################################################# */


@media (max-width: 1000px) {
    html {
        font-size: 14px;
        overflow-x: hidden;
    }
    h1 {
        font-size: 2.5em;
        font-family: 'Della Respira', serif;
    }
    h2 {
        font-size: 1.5em;
        font-family: 'Della Respira', serif;
    }

    h3 {
        font-size: 1.2em;
        font-family: 'Della Respira', serif;
    }

    h4 {
        font-size: 1em;
        font-family: 'Della Respira', serif;
        text-align: left;
    }
    .widthlimit {
        width: 100%;
    }

    #header {
        width: 100%;
        margin-top: 1%;
        font-family: 'Source Sans Pro', sans-serif;
    }
    #header .wrapper {
        width: 80%;
        margin: 0 auto;
    }
    .logotext {
        width: 450px;
        margin: 0 auto;
    }

    .logo {
        width: 180px;
        float: left;
    }

    .logo img {
        width: 100%;
    }

    .vereinsname {
        width: 220px;
        float: left;
    }

    .vereinsname h1 {
        margin: 15% 0 0 10%;
    }
    #navigation {
        width: 100%;
        display: block;
    }
    #navigation li {
        width: 33.333%;
    }
    .main .wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .box {
        width: 50%;
    }
    .imgwrapper {
        width: 275px;
        height: 275px;
    }

    .textbox {
        top: 213px;
    }

    .textbox-zweizeiler {
        top: 220px;
    }

    #footer {
        width: 100%;
        clear: both;
        background-color: rgba(0, 0, 0, 0.75);
        padding: 4% 0;
    }

    .footercontent {
        color: white;
        width: 100%;
    }

    .footerbox {
        float: left;
        width: 33.333%;
    }

    .abteilungen {
        width: 145px;
        margin: 0 auto;
    }
    .sitemap {
        width: 120px;
        margin: 0 auto;
    }
    .kontakt {
        width: 145px;
        margin: 0 auto;
    }
}



/* ############################################################################################################################################# */


@media (max-width: 649px) {
    html {
        font-size: 14px;
        overflow-x: hidden;
    }
    h1 {
        font-size: 1.8em;
        font-family: 'Della Respira', serif;
    }
    h2 {
        font-size: 1.4em;
        font-family: 'Della Respira', serif;
    }

    h3 {
        font-size: 1.2em;
        font-family: 'Della Respira', serif;
    }

    h4 {
        font-size: 1em;
        font-family: 'Della Respira', serif;
        text-align: left;
    }
    .widthlimit {
        width: 100%;
    }

    #header .wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .logotext {
        width: 300px;
        height: 150px;
        margin: 0 auto;
    }

    .logo {
        width: 100px;
        float: left;
    }

    .vereinsname {
        width: 160px;
        float: left;
    }

    .vereinsname h1 {
        margin: 8% 0 0 10%;
    }
    .burgermenu {
        display: block;
        float: left;
    }
    .burgermenu img {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 4px;
                border-radius: 4px;
    }

    #navigation {
        width: 100%;
        float: left;
        margin-top: 0%;
        text-align: left;
        display: none;
    }

    ul {
        list-style-type: none;
    }

    #navigation li {
        float: none;
        width: 100%;
    }

    #navigation li a {
        display: block;
        text-decoration: none;
    }

    #navigation li a {
        color: black;
    }

    #navigation li a:hover,
    #navigation li a.active {
        background-color: rgba(0, 0, 0, 0.75);
        color: white;
        -webkit-border-radius: 5px;
                border-radius: 5px;
    }

    .main .wrapper {
        width: 100%;
    }

    .box {
        width: 100%;
    }
    .imgwrapper {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .textbox {
        top: 239px;
    }

    .textbox-zweizeiler {
        top: 244px;
    }

    .footercontent {
        width: 100%;
    }
    .footerbox {
        width: 100%;
        float: none;
    }
    .abteilungen {
        display: none;
    }
    .sitemap {
        display: none;
    }
    .kontakt {
        width: 145px;
        margin: 0 auto;
    }
}
