html {
    height: 100%;
    margin: auto;
    background-repeat: repeat-y;    
}
.multi_bg_example {
    background-image: url(bilder/2499/background.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: center top;
    background-size: cover;
}
.higr {
    display:block;
    background:rgb(230,240,220,0.5);
    width:100%;
    max-width: 1280px;
    margin:0em auto;
    padding:0em;
}
.mone {
    display:none;
}
.stanne {
    display:block;
}
body {
    font-family:'opensans';
    font-size:100%;
    margin:0em;
    padding:0em;
}
h1, h3, h4 {
    font-size:0.75em;
    line-height:1.2em;
    font-family:'monserrat';
    font-weight:900;
    color: #262626;
    background:rgb( 204, 204, 204, 0.9 );
    margin:0em;
    padding:0.5em;
    text-align:left;
}
h1.one, h2.one, h3.one {
    font-size:0.75em;
    line-height:1.2em;
    font-family:'monserrat';
    font-weight:900;
    color: #FFFFFF;
    background:rgb( 0, 90, 200, 0.75 );
    margin:0em;
    padding:0.5em;
    text-align:left;
    text-transform: uppercase;
	border-top: 1px #757575 solid;
	border-bottom: 1px #757575 solid;
}
p.h4 {
    font-size:0.75em;
    line-height:1.2em;
    font-family:'monserrat';
    font-weight:900;
    color:#262626;
    margin:0em;
    padding:0.5em;
    text-align:left;
    background:rgb( 255, 255, 255, 0.5 );
	#border-top: 1px #757575 solid;
	border-bottom: 1px #757575 solid;
    #background-image: url(icons/hbg1.webp);
    #background-size: cover;
}
h2 {
    font-size:0.9em;
    line-height:1.2em;
    font-family:'opensans';
    #font-family: 'monserrat';
    font-weight: 900;
    color: #262626;
    background:rgb( 255, 255, 255, 0.01 );
    margin:0em;
    padding:0.5em;
    text-align:left;
}
h5, h6 {
    font-size:0.85em;
    line-height:1.2em;
    font-family:'roboto';
    font-weight:700;
    color:#2F2D2C;
    margin:0em;
    padding:0.5em;
    text-align:left;
    #background:rgb(150, 180, 90, 0.5);
}
h3.cc_shadow {
    text-shadow: 2px 2px 2px #6E6E6E;
}
h3.cc_default {
    color: #222;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
}
p {
    line-height:1.25em;
    font-family:Helvetica;
    font-weight:400;
    color:#2F2D2C;
    margin:0em;
    padding:0.3em;
    text-align:justify;
    background:#FFFFFF;    
}
p.news {
    font-family: 'monserrat';
    color: #2F2D2C;
    font-size:0.75em;
    font-weight:700;
    text-align: right;
}
p.akt {
    font-family: 'roboto';
    color: #2F2D2C;
    font-size: 0.85em;
    text-align: left;
    margin: 2px;
    border-top: 1px #CECECE solid;
}
p.akt:hover {
    background-color: #FFFFAA;
}
a.akt {
    color: rgb(33,92,152);
    font-size: 0.85em;
    text-decoration: underline;
}
a.akt2 {
    color: rgb(33,92,152);
    font-size: 1em;
    #text-decoration: underline;
}
* {
    box-sizing: border-box;
}
.col {
    float: left;
    padding:0px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.lt25 {
    width: 25%;
    min-width: 25%;
}
.rt75 {
    width: 75%;
    padding: 0.5em;
    text-align: left;
    font-size: 0.9em;
    color:#262626;
}
.lt50 {
    width: 50%;
    padding:5px;
}
.rt50 {
    width: 50%;
    padding:5px;
}
.cc_dat {
    height: 36px;
    width: 54px;
    #background-color: rgb(150, 180, 90, 0.5);
    #background:rgb( 68, 68, 68, 0.9 );
    background:rgb( 204, 204, 204, 0.9 );
    float: right;
    text-align: center;
	border-bottom-left-radius: 5px;
    color: #262626;
}
.cc_dat span {
    margin-top: 2px;
    display: block;
    font-size: 18px;
    font-size: 18px;
}
.cc_dat p {
    margin-top: -2px;
    font-size: 9px;    
    text-align: center;
    text-transform: uppercase;
    #background-color: rgb(150, 180, 90, 0.01);
    #background:rgb( 38, 38, 38, 0.01 );
    background:rgb( 204, 204, 204, 0.01 );
	border-bottom-left-radius: 10px;
    color: #262626;
}
input.sf{
    font-size: 0.9em;
    height: 1.5em;
    width: 125px;
}
input.sb{
    font-size: 0.9em;
    padding:1px;
}
img.p_preview {
    max-width: 60%;
    min-width: 200px;
    height: auto;
    float: left;
}
td.pv{
    max-width: 205px;
    min-width: 205px;
    height: auto;
    float: left;
}
img.p_preview_180 {
    max-width: 60%;
    min-width: 180px;
    height: auto;
    float: left;
}
td.pv_180{
    max-width: 185px;
    min-width: 185px;
    height: auto;
    float: left;
}
img.p_preview_150 {
    max-width: 60%;
    min-width: 150px;
    height: auto;
    float: left;
}
td.pv_150{
    max-width: 155px;
    min-width: 155px;
    height: auto;
    float: left;
}
img.p_preview_120 {
    max-width: 60%;
    min-width: 120px;
    height: auto;
    float: left;
}
td.pv_120{
    max-width: 125px;
    min-width: 125px;
    height: auto;
    float: left;
}
ul.tb {
    display: block;
    overflow:auto;
    list-style-type: none;
    #font-size: 1em;
    font-family: opensans, Verdana, Geneva, Tahoma, sans-serif;
    height: 30px;
    #max-height: 30px;
    word-wrap: normal;
    #min-width: max-content;
    background-image: url(tbbg.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-color: rgb( 0, 0, 0, 0 );
    max-width: 1280px;
    width: 1280px;
    position: sticky;
    top:0px;
    text-align: center;
}
li.tb a {
    display: block;
    color: white;
    background-color: rgb( 0, 0, 0, 0 );
    text-align: center;
    #padding: 10px;
    text-decoration: none;
}
li.tbl a {
    display: block;
    color: white;
    background-color: rgb( 0, 0, 0, 0 );
    padding-left: 10px;
    text-decoration: none;
    font-weight:500;
    float: left;
    font-size: 0.8em;
    #text-transform: uppercase;
}
li.tbr a {
    display: block;
    color: white;
    background-color: rgb( 0, 0, 0, 0 );
    padding-right: 10px;
    text-decoration: none;
    font-weight:500;
    float: right;
    font-size: 0.8em;
    #text-transform: uppercase;
}
li.tb a:hover {
  color:#FFFFFF;
  background-color: rgb( 255, 0, 0, 1 );
}
span.nb_icon {
    float:right;
    margin-right:10px;
    height:26px;
    margin-top:3px;
    vertical-align: middle;
}
a.nb_icon {
    background-color: rgb( 255, 255, 255, 0 );
}
img.nb_icon20 {
    min-height: 20px;
    width: auto;
    opacity: 0.75;
}
img.nb_icon20:hover {
    min-height: 20px;
    width: auto;
    opacity: 1;
}
img.icon12 {
    width:1.2em;
    height:1.2em;
}
ul {
    margin:0px;
    padding:0px;
    #border-top: 1px #FFFFFF solid;
    #border-bottom: 1px #FFFFFF solid;
}
ul.tabstrip {
    display: block;
    overflow: hidden;
    font-size:0.85em;
    line-height: 0.9em;
    background-color: #444;
    word-wrap: normal;
}
ul.tabstrip2 {
    list-style-type: none;
    overflow: hidden;
    background-color: rgb(0, 90, 150);
    height: 35px;
    word-wrap: normal;
}
ul.tabstrip li {
    float: left;
    list-style-type: none;
    margin:0;
}
ul.tabstrip li a {    
    display: block;
    color: #FFFFFF;
    font-family: 'opensans', 'roboto', 'monserrat', Verdana;
    text-align: center;
    padding: 8px 10px;    
    text-decoration: none;
    font-size: 90%;
    border: none;
}
ul.tabstrip li a:hover {
    margin:0;
    background-color: #222;
    color: #EEEEEE;
}
li.aktiverReiter{
    display: block;
    background:rgb(0,0,0,1);
    color: #FFFFFF;
    text-align: center;  
    text-decoration: none;
    display: block;
}
li.aktiverReiter2{
    display: block;
    color: white;
    background-color: #999;
    text-align: center;
    text-decoration: none;
}
li {
    list-style:square;
    font-family:Verdana, Helvetica;
    font-weight:400;
    color:#2F2D2C;
    line-height: 1.25em;
    margin:0em;
    padding:0em;
    margin:0.313em 0em 0.313em 0em;
}
img {
    width:100%;
    height:auto;
    max-width: 100%;
}
img.ampel{    
    width:12px;
    height:auto;
}
img.but{    
    width:20px;
    height:auto;
}
img.pic30{    
    width:20px;
    height:auto;
}
button{
    width:36px;
    height:auto;
}
img.original{
    min-width: 50%;
    max-width: 100%;
    height:auto;
    margin:0px;
    float: left;
    margin-right: 1em;
}
img.socialMedia {
    width:auto;
    height:24px;
    vertical-align: middle;
}
a {
    text-decoration:none;
}
#hambut {
    display: none;
    height: 2.5em;
    background:#000000;
    text-align: left;
    width:100%;
    max-width: 1280px;
    margin:0em auto;
    padding:0em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: sticky;
    top: 0px;
}
#hambut ul{
    display: block;
    text-align: right;
}
#hambut ul li{
    display: inline;
}
#hambut ul li a {
    color: #FFFFFF;
    font-size:1.1em;
    line-height: 2.2em;
    padding: 0.9em 0.8em 0.9em 0.8em;
    transition:background 0.2s;
    -webkit-transition:background 0.2s;
}
#hambut ul li a:hover{
    background: #950100;
}
#hambut img {
    width:auto;
    height:16px;
}
#hambut img.social {
    width:auto;
    height:24px;
}
#menubar {
    display:none;
    height:auto;
}
#menubar ul {
    display:block;
    width:2em;
    padding:0.9em;
}
#menubar ul li {
    display:inline;
}
#menubar ul li a.menubutton {
    display:none;    
}
header{
    display:block;
    background:rgb(0, 0, 0);
    text-align:center;
    width:100%;
    height:100%;
    max-width: 1280px;
    max-height: 320px;
    margin:0em auto;
    padding:0em;
    #border-left: 1px #1E9646 solid;
    #border-right: 1px #88B0C9 solid;
}
nav {
    display: block;
    background: rgb( 0, 0, 0, 0.9 );
    text-align: center;
    width:100%;
    height:100%;
    max-width: 1280px;
    margin:0em auto;
    padding:0em;
    position: sticky;
    top: 0px;
}
div.topnav {
    overflow: hidden;
    background: rgb( 0, 0, 0, 0.75 );
    position: relative;
}
#myham {
    margin-top: 34px;
}
#nup {
    display: block;
    background:#FEFE90;
    width:100%;
    height:24px;
    max-width: 1280px;    
    margin:0em auto;
    padding:0em;
    margin-top:3px;
    font-family: monserrat;
    position: sticky;
    text-transform: uppercase;
    top: 0;
}
div.nup {
    display:block;
    position:relative;
    background:#FEFE90;
    width:100%;
    height:24px;
    max-width: 1280px;    
    margin:0;
    padding:0;
    font-family: monserrat;
    position: sticky;
    text-transform: uppercase;
    top: 0;
}
nav ul {
    display: block;
    text-align: left;
    margin:0;
    padding:0;    
    overflow: hidden;
    word-wrap: normal;
}
nav ul li {
    display: inline;
    float: left;
    list-style-type: none;
    margin:0;
    #height: 2.2em;
    height: 1.89em;
}
nav ul li a {
    color: #FFFFFF;
    font-size:0.85em;
    line-height: 2.2em;
    padding:0.56em 0.8em 0.56em 0.8em;
    transition:background 0.2s;
    -webkit-transition:background 0.2s;
    font-family: 'opensans', 'roboto', 'monserrat', Verdana;
}
nav ul li a:hover{
    background: #444;
}
nav ul li a.active {
}
main{
    display:inline;
    width:100%;
    max-width: 1280px;
    padding:0em;
    margin:auto;
}
#main {
    display:block;
    width:100%;
    max-width: 1280px;
    margin:1em auto;
    padding:0em;
    min-height:67.8vh;
    text-align: center;
}
#s_one {
    margin:0em;
    padding:0em;
    background-color: rgb( 255, 255, 255, 1 );
    border-top: 1px #cecece solid;
    border-bottom: 1px #cecece solid;
}
#s_one_t {
    margin:0em;
    padding:0em;
    background:rgb(255, 255, 255, 0.5 );
	border: 1px #96B45A solid;
    border-top-right-radius: 10px;
}
#s_two {
    background: #FFFFFF;
    margin:0em;
    padding:0em;
	border: 1px #9A9292 solid;
    border-top-right-radius: 10px;
}
#main article {
    display:inline-block;
    width:65.3%;
    vertical-align:top;
    margin:0em;
    padding:0em;
    text-align:center;
}
#news{
    display:block;
    background: #FFFFFF;
    margin:0em;
    padding:0.2em;
    text-align:left;
    #font-family:Verdana, Helvetica, Arial;
    #font-weight:400;
    #font-size: 0.5em;
}
#s_rob{
    display:block;
    background: #FFFFFF;
    margin:0em;
    padding:0.2em;
    text-align:left;
    font-family: 'roboto', Verdana, Helvetica, Arial;
    font-weight:400;
}
tr.s_rob{
    font-size: 1.2em;
    font-family:'monserrat';
}
#main article img {
    max-width:120px;
    margin-right: 0.5em;
}
#main aside {
    display:inline-block;
    width:33%;
    margin-left:1%;
    padding:0em;
    vertical-align: top;
}
#main aside section{
    margin-bottom:1.563em;
}
#main article h2 {
    #padding:1em 1.8em 1em 1.8em;
    padding: 0.7em;
}
#main aside section ul {
    padding:0em 1.875em 1.25em 2.5em;
}
tr.odd    { background-color: #FFFFFF }
tr.odd_center { text-align: center; background-color: #FFFFFF; font-size: 0.8em; }
tr.even   { background-color: #FFFFAA }
tr.even_center { text-align: center; background-color: #FFFFAA; font-size: 0.8em; }
tr.green  { background-color: #9ACD32 }
tr.red    { background-color: #FFE4E1 }
tr.sum    { background-color: #FFFF5A }
table {
    padding: 0.3em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 86%;
}
table.silver {
    background-color: #EEEEEE;
}
table.odd {
    background-color: #FFFFFF;
}
th { font-family: verdana, arial, helvetica; font-size: 0.75em; text-decoration: bold }
th.colored { background-color:#104718; color: #FFFFFF; font-size: 0.75em; }
#a.cc_bluelink { color: #0000FF; text-decoration: underline; font-family: 'roboto'; }
#a.cc_bluelink { color: darkblue; font-size: 1em; font-family: 'roboto'; }
a.cc_bluelink { color: rgb(33,92,152); font-size: 1em; font-family: 'roboto'; }
a.cc_white { color: #FFFFFF; font-size: 0.9em }
td.white  { background: #FFFFFF; }

td.rob  {
    font-family:'roboto';
    #font-size: 0.9em;
}

footer{
    display:block;
    background:#262626;
    text-align:center;
    width:100%;
    max-width: 1280px;
    margin:0em auto;    
    padding:0em;
}
footer ul{
    display: block;
    width: 100%;
    max-width: 1280px;
    text-align: left;
    margin:0px auto;
    border:none;
}
footer ul li{
    display:inline;
    color: #FFFFFF;
    font-size:0.9em;
    line-height: 2.2em;
}
footer ul li a {
    color: #FFFFFF;
    padding:0.56em 0.8em 0.56em 0.8em;
    transition:background 0.2s;
    -webkit-transition:background 0.2s;
}
footer ul li a:hover{
    color:#950100;
    background: #EEEEEE;
}
ul.termine{
    font-size:0.85em;
    transition:background 0.2s;
    -webkit-transition:background 0.2s;
}
ul.termine li {
    list-style-type: none;
    line-height: 1.4em;
    padding: 0.2em 0em 0.3em 0em;
    border-bottom:0.1em solid #004785;
    text-decoration: none;
    word-wrap: normal;
}
ul.termine li:hover {
    background:#FFFFAA;
}
li.t {
    list-style-type: none;
    font-size:0.85em;
    line-height: 1.4em;    
    border-bottom:0.1em solid #004785;
    min-width: 100%;
    padding: 0.2em 0em 0.3em 0em;
    transition:background 0.2s;
    -webkit-transition:background 0.2s;
}
li.t:hover{
    background:#FFFFAA;
}
li.tred {
    background: #FFE4E1;    
}
li.teven {
    background: #FFFFAA;
}

.dropbtn {
    display: block;	
	border: none;	
	padding: 0.2em 0.9em 0.2em 0.8em;
	overflow: hidden;
	background-color: #000;
    height: 2em;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(51,51,51,0.9);  
    min-width: 22em;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);  
    z-index: 1;
    border-top-right-radius: 10px;
}
.dropdown-content a {
    color: white;
    padding: 0.8em 0.8em;
    text-decoration: none;
    display: block;
    font-size: 1.2em;
}
.dropdown-content a:hover {background-color: rgba(0,0,0,0.8);}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {
    background-color: rgba(51,51,51,0.9);
}
@media screen and (max-width:800px){
    body{
        font-size: 90%;
    }
    nav ul li a {
        font-size:80%;
    }    
    th.colored{
        font-size: 90%;
    }
}

@media screen and (max-width:600px){
/*@media screen and (max-width:750px){*/
    #main aside, #main article {
        width:100%;
        display: block;
        margin:0.625em 0em 0.625em 0em;
        font-size: 90%;
    }
    th.colored{
        font-size: 80%;
    }
    img.pic30{    
        width:21px;
    }
    img.p_preview {
        min-width: 140px;
    }
}
@media screen and (min-width:550px){
/*@media screen and (min-width:700px){*/
    nav.nav{
        display:block !important;
    }
}
/*@media screen and (max-width:700px){*/
@media screen and (max-width:550px){
    #hambut {
        display:block !important;
        background: rgb( 0, 0, 0, 1 );
    }
    body{
        font-size: 86%;
    }
    #menubar ul li a.menubutton {        
        display: block;        
    }
    nav {
        display:none;
        height:auto;        
    }
    nav ul li {
        display:block;
        margin:0.3em 0em 0.3em 0em;
    }
    div.mone {
        #display:block;
    }
    div.stanne {
        #display:none;
    }
    th.colored{
        font-size: 70%;
    }
    img.pic30{    
        width:18px;
    }
    td.rob {
        font-family:'roboto';
        font-size: 80%;
    }
    ul.tabstrip{
        font-size: 80%;
    }
    input.sf{
        font-size: 80%;
        height: 80%;
        vertical-align: top;
    }
    input.sb{
        font-size: 80%;
    }
}

@font-face {
    font-family: 'roboto';
    src: url("font/roboto.ttf") format("truetype");
}
@font-face {
    font-family: 'monserrat';
    src: url("font/monserrat.ttf") format("truetype");
}
@font-face {
    font-family: 'lato';
    src: url("font/lato.ttf") format("truetype");
}
@font-face {
    font-family: 'opensans';
    src: url("font/opensans.ttf") format("truetype");
}
@font-face {
    font-family: 'sourcesans3';
    src: url("font/sourcesans3.ttf") format("truetype");
}