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, nav, header {
margin: 0;
padding: 0;
border: 0;
vertical-align: top;
} body {
background-color: #000;
font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
}
#wrapper {
width: 100%;
max-width: 900px;
min-width: 300px;
margin: 20px auto;
background-color: #ffffff;
border: 3px solid rgb(66, 68, 59);
padding: 3px;
}
@media only screen and (max-width : 899px ) {
#wrapper {
border: none;
margin: 0px;
padding: 0px;}}
header {
width: 100%;
}
header img {
width: 100%;
max-height:250px;
}
nav {
height: 30px;
background-color: #29372b;
}
nav ul {
list-style: none;
}
nav ul li {
float: left;
}
nav ul li a {
font-style: normal;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
color: #A6AA9D;
padding: 5px 15px;
margin-left: 10px;
line-height: 30px;
text-align: center;
text-decoration: none;
border-radius: 2px;
}
nav ul li a:hover {
background-color: #315639;
color: #d5d5d5;
transition: 0.2s;
}
nav ul li.current-menu-item a {
background-color: #4c8458;
color: #d5d5d5;
}
#contentarea {
display: flex;
flex-direction: row;
}
#content {
width:75%;
max-width: 660px;
padding:30px 15px;}
#content img {
width:100%;
height:auto;}
.artikel {
margin-bottom: 40px; }
.artikel .entry-title {
text-decoration: none;
color: #3B5E3E;
font-style: normal;
font-weight: bold;
font-size: 20px;
letter-spacing: 1px;
margin-bottom: 10px;
}
.artikel .entry-title a {
text-decoration: none;
color: #3B5E3E;}
.artikel .entry-meta {
display: block;
padding: 1px 5px;
background-color: #CEDACF;
border-color: #9FB7A1;
border-style: solid;
border-width: 1px;
font-size: 12px;
color: #354636;
margin-bottom: 10px;
}
.artikel .entry-content	 { }
.artikel .entry-content h1 {
text-decoration: none;
color: #3B5E3E;
font-style: normal;
font-weight: bold;
font-size: 24px;
letter-spacing: 1px;
margin-bottom: 10px;
margin-top: 10px;
}
.artikel .entry-content h2 {
text-decoration: underline;
color: #3B5E3E;
font-style: normal;
font-weight: bold;
font-size: 20px;
letter-spacing: 1px;
margin-bottom: 20px;
margin-top: 20px;
}
.artikel .entry-content h3 {
text-decoration: none;
color: #3B5E3E;
font-style: normal;
font-weight: bold;
font-size: 16px;
letter-spacing: 1px;
margin-bottom: 10px;
}
.artikel .entry-content h4 {
text-decoration: none;
color: #3B5E3E;
font-style: normal;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
margin-bottom: 10px;
}
.artikel .entry-content h5 {
text-decoration: none;
color: #3B5E3E;
font-style: normal;
font-weight: bold;
font-size: 12px;
letter-spacing: 1px;
margin-bottom: 10px;
}
.artikel .entry-content h6 {
text-decoration: none;
color: #3B5E3E;
font-style: normal;
font-weight: bold;
font-size: 10px;
letter-spacing: 1px;
margin-bottom: 10px;
}
.artikel .entry-content p {
text-decoration: none;
color: #036c03;
font-style: normal;
font-size: 14px;
letter-spacing: 1px;
line-height: 18px;
}
.artikel .entry-content a {
text-decoration: none;
color: #036c03;
font-style: normal;
font-size: 14px;
letter-spacing: 1px;
line-height: 18px;
}
.Spieltag { 
margin-bottom: 6px!important;
display: block;}
.artikel .entry-content a:hover {
text-decoration: underline;}
.pagination { 
display: flex;
flex-direction: row;
justify-content: space-between;}
.pagination div { display: inline-flex;}
.pagination div a {
font-size: 12px;
color: #354636;
}
#sidebar {
width: 25%;
background-color: #DFE7E0;
padding: 30px 15px;
}
@media only screen and (max-width: 750px) {
#content {width:100%;}
#sidebar { display: none;}
}
#links {
padding: 20px 0px;
text-align: center;
}
#links a {
margin-left: 2px;
margin-right: 2px;
}
.video-container {
position: relative;
width: 100%;
padding-bottom: 56.25%; }
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.galerie {
margin-bottom: 10px;
display: block;}
.galerie-top {
margin-top: 10px;}
footer {
color: rgb(66, 68, 59);
display: block;
font-size: 11px;
font-weight: 700;
height: 12px;
letter-spacing: 1px;
text-align: center;
}