
/* Kleine Monitore bis 767 Pixel */
html {
        -webkit-text-size-adjust: auto;
        touch-action: pan-y;
}
body { margin: 0; padding: 0; color: hsl(0,0%,48%); font-size: 14px; line-height:20px; font-family: verdana, Helvetica, sans-serif;text-align: justify; padding: 10px;}
img.BILD { width: 100%; height: auto; }
 
/*br {
clear: both;
}*/
 
A:link {
        COLOR: #428400; TEXT-DECORATION: none
}
A:active {
        COLOR: #428400; TEXT-DECORATION: none
}
A:visited {
        COLOR: #428400; TEXT-DECORATION: none
}
A:hover {
        COLOR: #F3300F; TEXT-DECORATION: none
}
A.menu:link {
        COLOR: #428400; TEXT-DECORATION: none
}
A.menu:active {
        COLOR: #428400; TEXT-DECORATION: none
}
A.menu:visited {
        COLOR: #428400; TEXT-DECORATION: none
}
A.menu:hover {
        COLOR: #F3300F; TEXT-DECORATION: none
}

input[type="TEXT"] {
    border: 1px solid #7A7A7A;
    margin-top: 10px;
    margin-bottom: 15px;
    text-indent: 6px;
    color: #428400;
   -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 1.2em;
    width: -webkit-fill-available;
    width: -moz-available;

}

form {
    justify-content: center;
    align-items: center;
    display: block;
 }

select {
    border: 1px solid #7A7A7A;
    margin-top: 10px;
    margin-bottom: 15px;
    text-indent: 6px;
    color: #428400;
   -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 1.0em;

}

textarea[name="inhalt"]  {
    border: 1px solid #7A7A7A;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    color: #428400;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 1.2em;
    font-family: Helvetica, sans-serif;
    width: -moz-available;1
    width: -webkit-fill-available;

}
input[type="submit"], input[type="reset"]  {
    background-color: #428400;
    border: 1px solid #428400;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    color: #FFFFFF;
    height: 50px;
    width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 1.0em;
}

#kopf {
  position: relative;
  width:    100%;
  height:   130px;
/*  border:   1px solid #73AD21;*/
 }

 #logo {
  position: absolute;
  margin-top: 20px;
  align-items: center;
  top:      0;
  left:     0;
  width:   100%  ;
/* border:   1px solid #73AD21;*/
   display: flex;
    justify-content: center;
    align-items: center;
 }

  .logoimg {
  width: 100%;
  max-width: 500px;
  justify-content: center;
  }

  #menue {
  display:  none;
  position: absolute;
  top:      0;
  right:    0;
/*  border:   1px solid #73AD21;     */
 }

 #untermenue {
/*  border:   1px solid red; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  padding-top:10px;
  margin-bottom:-10px;
  width:    100%;
 }

    #unterpunkt {
   display: inline-flex;
   justify-content: center;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 0px;
   font-weight: normal;
   color: #428400;
  }

    #unterpunkt_text {
   text-align: center;
   font-weight: normal;
   color: #428400;
   width: 100%;
  }

 .haupt {
  width:    100%;
 }

  .rahmen {
  justify-content: space-between;
  width:    100%;
  height:   100%;
/*  border:   1px solid #000;*/
 }

  .teaser {
  width:    98%;
  margin:   5px;
  margin-bottom:   10px;
  padding-bottom: 15px;
/*  border:   1px solid #73AD21; */
 }

   .teaserbild {
  width: 100%;
  height: 200px;
    margin-bottom: 10px;
   object-fit: cover;
  }

 #fuss {
 display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 60px;
  padding-top:10px;
  margin-bottom:10px;
  width:    100%;
/*  border:   1px solid red;*/
 }

  #fusspunkt {
   display: inline-flex;
   justify-content: center;
   width:  100px;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 0px; /* -10px;*/
   font-weight: bold;
   color: #428400;
  }

  .mobilemenu {
  position: absolute;
/* border:   1px solid red; */
  width: 50%;
/*  height: 130px; */
  margin-top: 75px;
  margin-left: 25%;

  }

  ul#mainmenu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack:justify;
        justify-content: space-between;
        margin-left: 0;
        padding-left: 0;
        list-style-type: none}

ul#mainmenu li {
        position: relative;
   width: 100%;
   text-align: center;
   background: #428400;
   margin-bottom:1ex;
   display: pointer; }

ul#mainmenu li a {
   display:block; padding: 10px; text-decoration: none; color: white; }

ul#mainmenu ul li {
   background: none; margin-top: 0; display: block; margin-bottom: 1px; width: 100%;font-size:0.92em; }

ul#mainmenu li:hover ul {
   display: block; }

ul#mainmenu ul {
   background: rgba(66,132,0,0.8);
   position: absolute; right:0; padding-left: 0; width: 100%;
   display: none;
   text-align: center;
   z-index:100; }


table { width:100%;}
table.bild_table { width:100%; }
td.BILD    { width:100%; border:0px; overflow:hidden; }
td.kasten_rot { display: none;}

img.zusammenf {
width: 0%;
 }

 td.zusammenf {
 display: none;
 }

td.neben_bild { width:0px }
td.fusszeile { text-align:center; FONT-SIZE: 0.9em }  */

.roter_punkt { width:auto; height:auto } /*
.ueberschrift { text-align:left; FONT-SIZE: 0.9em   }
.bild_subline { FONT-SIZE: 0.7em } */




/* Tabletts  - 767 Pixel*/
@media only screen and (min-width:768px) and (max-width:959px) {

body { font-size: 15px;}

ul#mainmenu {
display:none;
}

 img.BILD { width: 315px; height: auto; }

#kopf {
  position: relative;
  width:    100%;
  height:   100px;
 }

 #logo {
  position: absolute;
  margin-top: 20px;
  display: block;
  top:      0;
  left:     0;
  width:    33%;
 }

  #menue {
     display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top:      0;
  right:    0;
  height:   100%;
  width:    67%;
 }

 #menuezeile1 {
   margin-top:8px;
 }

   #menuezeile2 {
   margin-top:-12px;
 }



   #menuepunkt {
   display: inline-flex;
   justify-content: center;
   margin: 10px;
   font-weight: bold;
   color: #428400;
   }

     .mobilemenu {
  display: none;
  }

   #untermenue {
   display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  padding-top:10px;
/*    margin-bottom:10px;*/
  width:    100%;
/*  border:   1px solid red;*/
 }

  #unterpunkt {
   display: inline-flex;
   justify-content: center;
   width:  16%;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 0px; /* -10px;*/
   font-weight: normal;
            color: #428400;
  }

      #unterpunkt_text {
  display: inline-flex;
   justify-content: center;
   width:  100%;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 0px; /* -10px;*/
   font-weight: normal;
            color: #428400;
  }

  .haupt {
  position: relative;
/*  display: flex;  */
  flex-direction: row;
  flex-wrap: wrap;
  width:    100%;
 }

  .rahmen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width:    100%;
  height:   100%;
 }

  .teaser {
  width:    45%;
  display: inline-flex;
 }

  .teaserbild {
  width: 100%;
  height: 163px;
  margin-bottom: 10px;
   object-fit: cover;
  }

  table { width: 100%; }
td.ueberschrift{ width: 100%; }
table.bild_table { width: 315px;}
td.BILD    { width:100%; border:0px; overflow:hidden; }

 img.zusammenf {
 width: 100%; height: 60px;object-fit: cover;
 }

 td.zusammenf {
 display: table-cell;
 width: 90px;
 }

form {
    justify-content: center;
    align-items: center;
    display: grid;
 }

}
/* Tabletts  - 959 Pixel*/
@media only screen and (min-width: 960px) and (max-width:1279px)  {

body { font-size: 15px;}

ul#mainmenu {
display:none;
}

     .mobilemenu {
  display: none;
  }

 img.BILD { width: 315px; height: auto; }

#kopf {
  position: relative;
  width:    100%;
  height:   100px;
 }

 #logo {
  position: absolute;
  margin-top: 20px;
  display: block;
  top:      0;
  left:     0;
  width:    33%;
 }

  #menue {
     display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top:      0;
  right:    0;
  height:   100%;
  width:    55%;
 }

  #menuezeile1 {
   margin-top:8px;
   width: 100%;
   text-align: center;
 }

  #menuezeile2 {
   margin-top:-12px;
   width: 100%;
   text-align: center;
 }

   #menuepunkt {
   display: inline-flex;
   justify-content: center;
   margin: 10px;
   font-weight: bold;
   color: #428400;
   }

 #untermenue {
   display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  padding-top:10px;
/*    margin-bottom:10px;*/
  width:    100%;
/*  border:   1px solid red;*/
 }

  #unterpunkt {
   display: inline-flex;
   justify-content: center;
   width:  16%;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 0px; /* -10px;*/
   font-weight: normal;
            color: #428400;
  }

      #unterpunkt_text {
   display: inline-flex;
   justify-content: center;
   width:  100%;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 0px; /* -10px;*/
   font-weight: normal;
            color: #428400;
  }

  .haupt {
  position: relative;
/*  display: flex;   */
  flex-direction: row;
  flex-wrap: wrap;
  width:    100%;
 }

  .rahmen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width:    100%;
  height:   100%;
 }

  .teaser {
  width:    30%;
  display: inline-flex;
 }

  .teaserbild {
  width: 100%;
  height: 163px;
  margin-bottom: 10px;
   object-fit: cover;
  }

  table { width: 100%; }
td.ueberschrift{ width: 100%; }
table.bild_table { width: 315px;}
td.BILD    { width:100%; border:0px; overflow:hidden; }

 img.zusammenf {
 width: 100%; height: 60px;object-fit: cover;
 }

 td.zusammenf {
  display: table-cell;
 width: 90px;
 }

form {
    justify-content: center;
    align-items: center;
    display: grid;
 }

}


/* Große Monitore ab 1280 */
@media only screen and (min-width: 1280px)  {


body {
max-width: 1280px;
font-size: 15px;
margin:   0 auto;
 }

 img.BILD { width: 500px; height: auto; }

 ul#mainmenu {
display:none;
}

     .mobilemenu {
  display: none;
  }

#kopf {
  position: relative;
  width:    100%;
  height:   100px;
 }

 #logo {
  position: absolute;
  margin-top: 20px;
  display: block;
  top:      0;
  left:     0;
  width:    33%;
 }

 #menue {
     display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top:      0;
  right:    0;
  height:   100%;
  width:    66%;
 }

 #menuezeile1 {
   margin-top:8px;
   width: 100%;
   text-align: center;
 }

  #menuezeile2 {
   margin-top:-12px;
   width: 100%;
   text-align: center;
 }

   #menuepunkt {
   display: inline-flex;
   justify-content: center;
   margin: 10px;
   font-weight: bold;
   color: #428400;
   }


 #untermenue {
   display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  padding-top:10px;
/*    margin-bottom:10px;*/
  width:    100%;
/*  border:   1px solid red;*/
 }

  #unterpunkt {
   display: inline-flex;
   justify-content: center;
   width:  16%;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 0px; /* -10px;*/
   font-weight: normal;
            color: #428400;
  }

      #unterpunkt_text {
  display: inline-flex;
   justify-content: center;
   width:  100%;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 0px; /* -10px;*/
   font-weight: normal;
            color: #428400;
  }

 .haupt {
  position: relative;
/*  display: flex;*/
  flex-direction: row;
  flex-wrap: wrap;
  width:    100%;
 }

  .rahmen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width:    910px;
  height:   100%;
 }

  .teaser {
  width:    290px;
 }

 .teaserbild {
  width: 100%;
  height: 163px;
  margin-bottom: 10px;
   object-fit: cover;
  }

 .terminrahmen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width:    290px;
  height:   100%;
 }


  .termine {
  width:    290px;
  height:   100%;
  margin:   5px;
  text-align: left;
 }

 #werbung {
 width: 290px;
 }

 #werbung > img {
 width: 290px;
 }

table { width: 100%; }
td.ueberschrift{ width: 100%; }
table.bild_table { width: 315px;}
td.BILD    { width:100%; border:0px; overflow:hidden; }

 .startseite {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width:    100%;
 }

 img.zusammenf {
 width: 100%; height: 60px;object-fit: cover;
 }

 td.zusammenf {
 display: table-cell;
 width: 90px;
 }

form {
    justify-content: center;
    align-items: center;
    display: grid;
 }


}