html, body {
        text-align:left;
        /*letter-spacing: -0.3px;*/
        /*font-family: Raleway,Helvetica,sans-serif;*/
         font-size:1em;
         /*font-weight:200;*/
        width: 100%;
        height: 100%;
        margin:0px;
        padding:0px;
        background-color:#fff;
         color: #666;
        -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;
}
TABLE,TD,INPUT,TEXTAREA,IFRAME {
  box-sizing: border-box;
  max-width:100%;
}

IMG{
  box-sizing: border-box;
  height: auto;
  max-width:100%;
}
video {max-width:100%;}

FIGURE{margin:0;padding:0;display:inline;}
figcaption{display:none;}

/*Für alle Bildschirmgrößen bis 450 kein Bild-float mehr*/
@media screen and (max-width:500px) {

  div.Float_Rechts, div.Float_Links {
    float:none;margin-left:0px;margin-right:0px;
  }

  img.Float_Rechts, img.Float_Links {
    float:none;margin-left:0px;margin-right:0px;
  }
  
  div.Float_Rechts IMG:not(.no100),
  div.Float_Links IMG:not(.no100) {
    width:100%;
  }
}

.BildUntertitel IMG{margin-bottom:5px;}

#content TABLE,
#content TD,
#content INPUT,
#content TEXTAREA
{
  box-sizing: border-box;
  max-width:100%;
}


.mobile td{
  font-size:1em;
  display:block;
  width:100%;
}
.mobile td:first-child{ padding-top:5px;}



/**************************************************************************************************************************/
/*default.css override*/
table.Tabelle_Hintergrund {background-color:#F0e9D0;border:1px solid #cccccc; border-spacing: 1px;padding:1px;
  border-bottom-right-radius: 10px; -moz-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px;
  -moz-box-shadow:    2px 2px 6px 0px #666;
  -webkit-box-shadow: 2px 2px 6px 0px #666;
  box-shadow:         2px 2px 6px 0px #666;
}
table.Tabelle_Hintergrund TD{font-size:15px; line-height:140%;}

TR.Tabelle_Titel {background-color:#ffa44c; color:#430;}
TD.Tabelle_Titel {background-color:#ffa44c; color:#430;}
TD.Tabelle_Titel A{color:#430;}
TR.Tabelle_Titel A{color:#430;}

TR.Tabelle_Vordergrund1 {background-color:#F7F6E0;}
TD.Tabelle_Vordergrund1 {background-color:#F7F6E0;}

TR.Tabelle_Vordergrund2 {background-color:#ffffff;}
TD.Tabelle_Vordergrund2 {background-color:#ffffff;}


a:active {
        color: #70afff;
        font-weight: normal;
        text-decoration: none;
}

a:hover {
        color: #00afff;
        text-decoration: none;
}
a:visited {
        color: #60afff;
        text-decoration: none;
}
a {
        color: #70afff;
        text-decoration: none;
}
a IMG {
  border:none;
  /*-webkit-transition: all 0.4s ease; -moz-transition: all  0.4s ease; -o-transition: all  0.4s ease;  transition: all  0.4s ease;*/
}
/*a .Bild_Rahmen IMG :hover{border:4px solid #ff0000;}*/
A:hover .Bild_Rahmen {
  background-color: #E0500f;
  -moz-box-shadow:    0px 0px 16px 0px #f20;
 -webkit-box-shadow: 0px 0px 16px 0px #f20;
 box-shadow:         0px 0px 16px 0px #f20;
}

h1,h2,h3,h4,h5 {
  color: #888;
  line-height:1.2em;
  margin:0;
  margin-bottom:0.5em;
  padding:0;
  font-weight:500;
}
h1::before, h2::before, h3::before {
  content:url('../m/images/space170.png');
  display: block;
}

h1 {
  font-size:1.4em;
}


h2 {
  font-size:1.2em;
}

h3 {
  font-size:1.1em;
}

h4 {
  font-size:1.1em;
}
h4 {
  font-size:1em;
}

HR{
        border:none;
         border-top:1px solid #ccc;
        height:0px; /*Hack, damit HR im  IE & FF gleich*/
        margin-top:0.2em;
        margin-bottom:0.4em;
        padding:0;

}

UL{
  /*display:inline-block;*/
  padding-left:1em;
  min-width:45%;
  list-style-image:url(../../images/liste.gif);

}
LI{text-align:left;}

.liste{
  list-style-image:url(../../images/liste.gif);
  }



.vcard{
  position:relative;
  background-color:#fff;
  border:5px solid #f0f0f0;
  float:left;
  margin-right:40px;margin-bottom:40px;
  padding:10px;
  width:280px;
  height:120px;
  line-height:1.3em;
  -moz-box-shadow:    3px 2px 6px 0px #666;
  -webkit-box-shadow: 3px 2px 6px 0px #666;
  box-shadow:         3px 2px 6px 0px #666;
}
.rubrik{
  float:left;
  width:100%;
  /*border:1px solid;*/
}
A.button {
  display:inline-block;
  margin-bottom:5px;
  border:1px solid;
  padding:5px;
  padding-right:10px;
  padding-left:10px;
  border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
  background-color:#f60;
  color:#fff;
  font-weight:500;
  -moz-box-shadow:    3px 2px 6px 0px #666;
  -webkit-box-shadow: 3px 2px 6px 0px #666;
  box-shadow:         3px 2px 6px 0px #666;

}
A.button:hover {
  background-color:#a30;
}



#main{position:relative;}
#fl{position:absolute; left:10px; bottom:3px;  width:99px; height:24px; overflow:hidden;z-index:1;}
#fr{position:absolute; right:10px;bottom:3px;width:50px; height:18px; overflow:hidden;z-index:1;}

.BildUntertitel{padding-top:0px; margin-top:-5px;margin-bottom:7px; font-size: 90%;color:#888;}
span.Hinweis{font-size: 80%;}



#topmenu {

  width:100%;
  display:block;
  /*position:fixed;*/
  box-sizing: border-box;

  box-shadow:0px 0px 0.4em 0px #000;

  background: #86b066;
  padding-bottom:10px;padding-top:20px

}
#topmenu img {vertical-align:middle;}

#topmenu .logo{
  float:left;
  margin-left:1em;
  margin-top:-0.5em;
  margin-right:1em;
  max-width:40%;

}
#topmenu .logo img{max-height:80px;}

#topmenu .buttons{
  box-sizing: border-box;
  width:3.0em;
  height:2.4em;
  text-align:center;
  float:left;
  color:#fff;

  /*margin-top:0.8em;*/
  /*border:1px solid #ddd;*/
}


#topmenu .Flaggen A{
  display:block;
  float:left;
  margin:0em;
  padding:0.4em;
}

.Flaggen .aktiv IMG{
  filter: drop-shadow(0px 0px 5px rgba(255,255,255,0.3));
  filter: url(glow.svg#drop-shadow);
}

#top-link        { display:none; position:fixed; z-index:9999; right:5px; bottom:5px; }
#top-link IMG    { width:3em;max-width:3em;height:auto;}

/***************************************************************************/

#content{
  box-sizing: border-box;
  padding:1em;
  padding-top:3em;
  width: 100%;
}

#mfooter{
  box-sizing: border-box;
  border-top:1px solid #ccc;
  background-color:#86b066;
  font-size:0.8em;
  line-height:130%;
  box-shadow:0px 0px 4px 0px #666;
  color:#432;
  padding:1em;
  padding-top:1.5em;
  padding-bottom:5em
}

#mfooter .buttons A{ border:1px solid #fff; padding:5px; color:#fff; float:right;clear:right; width:8em;text-align:center; margin-bottom:5px; font-weight:800;}
#mfooter .buttons A:hover{background-color:rgba(255,255,255,0.2);}

.gradient{
background: rgb(235,241,246); /* Old browsers */
background: -moz-linear-gradient(top, rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
}

.gradientActive{
background: rgb(213,235,251); /* Old browsers */
background: -moz-linear-gradient(top, rgba(213,235,251,1) 0%, rgba(137,195,235,1) 49%, rgba(171,211,238,1) 50%, rgba(235,241,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,235,251,1)), color-stop(49%,rgba(137,195,235,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(100%,rgba(235,241,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(213,235,251,1) 0%,rgba(137,195,235,1) 49%,rgba(171,211,238,1) 50%,rgba(235,241,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(213,235,251,1) 0%,rgba(137,195,235,1) 49%,rgba(171,211,238,1) 50%,rgba(235,241,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(213,235,251,1) 0%,rgba(137,195,235,1) 49%,rgba(171,211,238,1) 50%,rgba(235,241,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(213,235,251,1) 0%,rgba(137,195,235,1) 49%,rgba(171,211,238,1) 50%,rgba(235,241,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5ebfb', endColorstr='#ebf1f6',GradientType=0 ); /* IE6-9 */
}


.zoom80{
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.zoom60{
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
-ms-transform: scale(0.6);
-o-transform: scale(0.6);
transform: scale(0.6);
}


/**************************************/
.NoRadius {border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
.Radius-left {
        border-top-left-radius: 10px; -moz-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px;
}
.Radius-right {
        border-top-right-radius: 10px; -moz-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; -moz-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px;
}
.noRadius-right {
        border-top-right-radius: 0px; -moz-border-top-right-radius: 0px; -webkit-border-top-right-radius: 0px;
        border-bottom-right-radius: 0px; -moz-border-bottom-right-radius: 0px; -webkit-border-bottom-right-radius: 0px;
}



t, textarea, select{
        background-color: #FFFFFF;
        border: 1px solid #cccccc;
        font-size: 1em;
        color: #857E7E;
        padding-left:5px;
        border: 1px solid #c7c7c7;
        /*border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;*/
}

textarea {padding:5px;background-color: #f3f3f3;
  border:1px solid #ccc;
  border-top:1px solid #aaa;
  border-left:1px solid #bbb;
        -moz-box-shadow:    1px 1px 6px 0px #999;
        -webkit-box-shadow: 1px 1px 6px 0px #999;
        box-shadow:         1px 1px 2px 0px #999;
}
input{
  /*background: #ededed url(../images/input-bg30-3.png) repeat-x;*/
  background: #f9f9f9;
  padding:7px;
  line-height:1.3em;
  border:1px solid #ccc;
  border-top:1px solid #999;
  border-left:1px solid #bbb;
  outline: none; /*Remove Chrome and Safari glows on focus*/
  cursor:pointer;
  -moz-box-shadow:    1px 1px 6px 0px #999;
  -webkit-box-shadow: 1px 1px 6px 0px #999;
  box-shadow:         1px 1px 2px 0px #999;
}
input:hover{background: #fff;       /*background: #ededed url(../images/input-bg30-aktiv.png) repeat-x;*/}
input:hover, textarea:hover{
  -moz-box-shadow:    0px 0px 6px 3px #fff;
  -webkit-box-shadow: 0px 0px 6px 3px #ffF;
  box-shadow:         0px 0px 6px 3px #ffF;
}
textarea:hover, textarea:focus{background-color: #fff; }
input:focus{background: #fff;/*background: #ededed url(../images/input-bg30-aktiv.png) repeat-x;*/}
input:focus, textarea:focus{
  -moz-box-shadow:    0px 0px 6px 3px #fFC;
  -webkit-box-shadow: 0px 0px 6px 3px #fFC;
  box-shadow:         0px 0px 6px 3px #fFC;
}

INPUT.button {
        font-weight:700;
         padding-right:15px;
         padding-left:15px;
        margin-bottom:2px;
        margin-right:2px;
        margin-top:0px;
        margin-left:0px;
        -moz-box-shadow:    3px 2px 6px 0px #666;
        -webkit-box-shadow: 3px 2px 6px 0px #666;
         box-shadow:         3px 2px 6px 0px #666;
}
INPUT.button:hover{
        margin-top:2px;
        margin-left:2px;
        margin-bottom:0px;
        margin-right:0px;
  -moz-box-shadow:    0px 0px 6px 3px #ffA;
  -webkit-box-shadow: 0px 0px 6px 3px #ffA;
  box-shadow:         0px 0px 6px 3px #ffA;
}



@-webkit-keyframes KlickMichPulse {
0%  { -webkit-box-shadow: 3px 2px 6px 0px #666, 0px 0px 2px 0px #ffA;
              box-shadow: 3px 2px 6px 0px #666, 0px 0px 15px 5px #ffA;
}
50% {
      -webkit-box-shadow: 3px 2px 6px 0px #666, 0px 0px 15px 5px #ffA;
              box-shadow: 3px 2px 6px 0px #666, 0px 0px 15px 5px #ffA;
}
100%{ -webkit-box-shadow: 3px 2px 6px 0px #666, 0px 0px 2px 0px #ffA;
              box-shadow: 3px 2px 6px 0px #666, 0px 0px 2px 0px #ffA;
   }
}

@keyframes KlickMichPulse {
0%  { box-shadow: 3px 2px 6px 0px #666, 0px 0px 2px 0px #ffA;
}
50% { box-shadow: 3px 2px 6px 0px #666, 0px 0px 15px 5px #ffA;
}
100%{ box-shadow: 3px 2px 6px 0px #666, 0px 0px 2px 0px #ffA;
   }
}

INPUT[type=submit] {
  -webkit-animation-name: KlickMichPulse;
  -webkit-animation-duration: 2s;               /* Dauer der Animation*/
  -webkit-timing-timing:ease-in-out;     /*linear, ease*/
  -webkit-animation-iteration-count: infinite;  /* Anzahl der Wiederholungen*/

  -moz-box-animation-name: KlickMichPulse;
  -moz-box-animation-duration: 2s;               /* Dauer der Animation*/
  -moz-box-timing-timing:ease-in-out;     /*linear, ease*/
  -moz-box-animation-iteration-count: infinite;  /* Anzahl der Wiederholungen*/

  animation-name: KlickMichPulse;
  animation-duration: 2s;               /* Dauer der Animation*/
  timing-timing:ease-in-out;     /*linear, ease*/
  animation-iteration-count: infinite;  /* Anzahl der Wiederholungen*/
}
INPUT[type=submit]:hover {
  animation-duration: 0.5s;               /* Dauer der Animation*/
}

.schatten{  -moz-box-shadow:    3px 2px 6px 0px #666;
            -webkit-box-shadow: 3px 2px 6px 0px #666;
            box-shadow:         3px 2px 6px 0px #666;
}


.startform BUTTON[type=SUBMIT]{border:none; background-color:#eee;font-size:120%;color:#888;padding:5px;padding-left:20px;padding-right:20px;}




.pulse{
  animation-name: KlickMichPulse;
  animation-duration: 1s;               /* Dauer der Animation*/
  timing-timing:ease;     /*linear, ease*/
  animation-iteration-count: infinite;  /* Anzahl der Wiederholungen*/

  display:block;
  width:250px; padding:10px;
  border:1px solid;

  box-shadow: 1px 1px 4px 0px rgba(0,50,255,0.5);
  -webkit-transition: all 1.5s ease; -moz-transition: all  1.5s ease; -o-transition: all  1.5s ease;  transition: all  1.5s ease;

}

DIV.err{ border:1px solid #ff2222;  background-color:#ff9999;
         padding-left:10px; padding-right:10px;
         display:none;
         text-align:left;
         line-height:1.3em;
         font-size:95%;
       }

/* jquery _Korrekturen */
.ui-widget{font-family:"Raleway",Arial,Verdana,Lucida,sans-serif;}
.ui-icon {
    position: absolute;
    /*margin-left:-1em;*/
    margin-top:0.2em
}
.ui-accordion .ui-accordion-header {
    padding-left: 1.5em;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #124;
    background: #24346B url("images/ui-bg_gloss-wave_50_6eac2c_500x100.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}

#accordion P{ margin:0;}

a.tooltip{outline: none;}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #888;
}
.tooltip .tooltiptext {
    visibility: hidden;
    font-size:95%;
    line-height:1.2;
    width: 150px;
    text-align:left;
    background-color: #F9F8F4;
    background-color: rgba(249,248,244,0.95);
    color: #888;
    border-radius: 5px;
    padding: 10px 15px;
    box-shadow:         2px 3px 6px 2px rgba(0, 0, 0, 0.4);
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/***********Terminliste*****************************************/
.Terminliste{text-align:left;}
.Terminliste .Eintrag{clear:both; width:100%;}
.Terminliste .Eintrag:hover{background-color:#f9F5F0;}
.Terminliste .Eintrag .Titel{background-color:#ffefbe; color:#430;padding:5px 15px;}
.Terminliste .Eintrag .Titel A{color:#430;}
.Terminliste .Eintrag .Text{
  padding:15px;
  padding-top:10px;
  font-size:95%; line-height:1.3;
}
