html{
font-size: 100%;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
/* Farbschema */
.color1 {color: #dfc0a0;}
.color2 {color: #e4dcbd;}
.color3 {color: #271806;}
.color4 {color: #7d7874;}
.color5 {color: #e5e5e5;}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #e4dcbd;
color: #271806;
font-size: 1rem;
text-decoration: none;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}

img, a img{
border: 0;
max-width: 100%;
height: auto;
margin: 20 0 20 0;
}
p{
    color: #271806;
}
a{
font-size: 0.8rem;
}

a:link,a:active {
color: #271806;
font-weight: bold;
text-decoration: none;
border-bottom: 1pt solid #880000;
}

a:visited {
color: #271806;
font-weight: bold;
text-decoration: none;
border-bottom: 1pt solid #336600;
}

a:hover {
color: #0000ff;
text-decoration: none;
border-bottom: 1pt solid #dddddd;
}
h1 {
    color: #271806;
    font-size: 2rem;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

h2 {
color: #271806;
font-size: 1.1rem;
text-decoration: none;
}

table{
    width:100%;
    border:1px;
    padding:0;
    border-spacing: 1px;
}
table td{
    height:73px;
}
header table tr{
    /* background-image: url("/bilder/bucardbanner.jpg"); */
	background-image: url("/bilder/bunzlaubanner.jpg");
}
footer table tr{
    background-image: url("/bilder/bunzlaubanner.jpg");
	/* background-image: url("/bilder/bucardbanner.jpg"); */
}

header {
    background-color: #e4dcbd;
}

#copyright{
color: #271806;
font-size: 8pt;
text-align: right;
text-decoration: none;
margin:0 1em -1.1em 0;
}
#mail{
color: #271806;
font-size: 8pt;
text-align: left;
text-decoration: none;
margin-left: 1em;
}

#dsgv{
color: #271806;
font-size: 8pt;
text-align: center;
text-decoration: none;
padding-left: 5 rem;
margin:0 0 -1.1em 0;
}

#wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    background-color: #e4dcbd;
}

#mehrspaltig {
    flex: 1;
    display: flex;
    flex-direction: row;
}

nav {
    flex: 2;
    text-align: center;
    align-self: center;
    padding: 2rem;
}

article {
    flex: 5;
    text-align: center;
    align-self: center;
}
.article-en {
    flex: 2;
    text-align: center;
    align-self: center;
}
aside {
     flex: 2;
     text-align: center;
     align-self: center;
    padding: 2rem;
}

footer a{
     font-size: 0.6rem;
	 padding: 5px;
}

@media all and (min-width: 980px) /* Desktop */ {

}
@media all  and (max-width: 979px) /* Tablet */ {

 }

@media all and (max-width: 799px) /* Mobile */ {

#mehrspaltig {
    flex: 1;
    display: flex;
    flex-direction: column;

}
  a{
     font-size: 0.88rem;
    }
}