.w3-theme-l5 {color:#000 !important; background-color:#fffbef !important}
.w3-theme-l4 {color:#000 !important; background-color:#fff1c9 !important}
.w3-theme-l3 {color:#000 !important; background-color:#ffe293 !important}
.w3-theme-l2 {color:#000 !important; background-color:#ffd45d !important}
.w3-theme-l1 {color:#fff !important; background-color:#ffc527 !important}
.w3-theme-d1 {color:#fff !important; background-color:#7086c0 !important}
.w3-theme-d2 {color:#fff !important; background-color:#4C5B5C !important}
.w3-theme-d3 {color:#fff !important; background-color:#0E6FAB !important}
.w3-theme-d4 {color:#fff !important; background-color:#2F52E0 !important}
.w3-theme-d5 {color:#fff !important; background-color:#785800 !important}

.w3-theme-light {color:#000 !important; background-color:#fffbef !important}
.w3-theme-dark {color:#fff !important; background-color:#785800 !important}
.w3-theme-action {color:#fff !important; background-color:#785800 !important}

.w3-theme {color:#000 !important; background-color:#f0af00 !important}
.w3-text-theme {color:#f0af00 !important}
.w3-border-theme {border-color:#f0af00 !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#f0af00 !important}
.w3-hover-theme-l1:hover {color:#000 !important; background-color:#ffc527 !important}
.w3-hover-theme-w:hover {color:#000 !important; background-color:#ffc527 !important}
.w3-hover-text-theme:hover {color:#f0af00 !important}
.w3-hover-border-theme:hover {border-color:#f0af00 !important}

body {
font-family:'Segoe UI', sans-serif;
}

body a {
text-decoration:none;
}

#TopPicture {
  background-image: url("bilder/toppic01.jpg");
  background-color: #cccccc;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#main a {
font-weight:bold;
color:#a02020;
}

h1 {
font-size:180%;
}

h2 {
font-size:150%;
}

h3 {
font-size:120%;
color:#a02020;
font-weight:bold;
margin:0px;
}

h4 {
font-size:100%;
color:#802020;
font-weight:bold;
margin:0px;
}

p {
line-height:1.6em;
}

.newsblockdate {
color:#777;
}

footer {
background: rgb(227,230,235);
background: linear-gradient(177deg, rgba(227,230,235,1) 0%, rgba(255,254,253,1) 100%);
}