/* 1755802805.49 */
/**/
/* Body-Frame (globale Definitionen) */
/**/
body {
         max-width        : 100%;
         margin           : 0em auto;
         padding          : 0em;
         font-size        : 15pt;
         font-family      : 'Aptos', Calibri, Arial, sans-serif;
         background       : #6B8E23;
         color            : #B9625D;
         line-height      : 1.4;
}
/**/
/* Mit <div class="clear"></div> wird eine Float-Darstellung abgeschlossen */
/**/
.clear {
         clear            : both;
}
/**/
/* Verhalten von Leerzeichen und Umbrüchen */
/**/
.ws_normal {
         white-space      : normal;
}
.ws_pre {
         white-space      : pre;
}
.ws_pre-wrap {
         white-space      : pre-wrap;
}
.ws_pre-line {
         white-space      : pre-line;
}
.ws_nowrap {
         white-space       : nowrap;
}
/**/
/* Design von Tags */
/**/
p:after {
         content          : "";
         display          : block;
         clear            : both;
}
/**/
/* Design von Überschriften */
/**/
h1,
h2,
h3,
h4,
h5,
h6 {
         color            : #B9625D;
}
h1 {
         font-weight      : normal;
         color            : #DDEADB;
         text-decoration  : underline #DDEADB;
         text-decoration-thickness : 1px;
}
h1:before {
         content          : url('logo_h1.png');
}
h5 {
         display          : inline;
         text-decoration  : underline #D4AF37;
}
/**/
/* Design und Verhalten von Links */
/**/
a:link,
a:visited,
a:active,
a:hover {
         font-weight      : normal;
         color            : #D4AF37;
         text-decoration  : underline #D4AF37;
}
/* Anpassung footer */
/* Anpassung header topline top_nav */
/* Anpassung nav ul li */
/* Anpassung nav head_nav ul li ul li (1000) */
a:hover {
         color            : #D4AF37;
         -webkit-transition: all 0.8s ease-in-out;
         -moz-transition   : all 0.8s ease-in-out;
         -ms-transition    : all 0.8s ease-in-out;
         -o-transition     : all 0.8s ease-in-out;
         transition        : all 0.8s ease-in-out;
}
/* Anpassung header topline top_nav */
/* Anpassung nav ul li */
.pdf_link::before {
        content           : url("icons/pdf.gif");
        padding-left      : 0.5em;
        padding-right     : 0.2em;
        white-space       : nowrap;
}
/**/
/* Design und Verhalten Formularfelder */
/**/
input,
textarea,
select,
list {
         width            : 100%;
         text-align       : left;
         color            : #B9625D;
         border           : 0.1em solid #D4AF37;
         text-align       : center;
         font-size        : 1.5em;
         background       : none;
         box-sizing       : border-box;
         border-radius    : 0.2em;
}
input:hover,
textarea:hover,
select:hover,
list:hover {
         background       : #D4AF37;
         -webkit-transition: all 0.8s ease-in-out;
         -moz-transition   : all 0.8s ease-in-out;
         -ms-transition    : all 0.8s ease-in-out;
         -o-transition     : all 0.8s ease-in-out;
         transition        : all 0.8s ease-in-out;
}
input:focus,
textarea:focus,
select:focus,
list:focus {
         border-bottom    : 0.03em solid #B9625D;
}
input:optional:hover,
textarea:optional:hover,
select:optional:hover,
list:optional:hover {
         border-bottom    : 0.03em solid #B9625D;
}
input:optional:focus,
textarea:optional:focus,
select:optional:focus,
list:optional:focus {
         border-bottom    : 0.03em solid #B9625D;
}
input:valid,
textarea:valid,
select:valid,
list:valid {
}
input:required:valid,
textarea:required:valid,
select:required:valid,
list:required:valid {
         border-bottom    : 0.03em solid #B9625D;
}
input[type='submit'] {
         background       : #D4AF37;
         border-radius    : 0.2em;
}
textarea {
         height            : 6em;
}
input[type='email'] {
          background       : none;
}
input[type='tel'] {
         background       : none;
}
input[type='radio'] {
         display          : inline;
         width            : 2% ;
         float            : left;
}
input[type='checkbox'] {
         display          : none;
}
input[type='checkbox']+label::before {
         display          : inline;
         float            : left;
         margin-right     : 1em;
         width            : 1em;
         height           : 1em;
         border           : 0.03em solid #B9625D;
         content          : "";
}
input[type='checkbox']:hover+label::before {
          border           : 0.03em solid #B9625D;
          -webkit-transition: all 0.8s ease-in-out;
         -moz-transition   : all 0.8s ease-in-out;
         -ms-transition    : all 0.8s ease-in-out;
         -o-transition     : all 0.8s ease-in-out;
         transition        : all 0.8s ease-in-out;
}
input[type='checkbox']:checked+label::before {
          border           : 0.03em solid #B9625D;
          background       : #6B8E23;
}
/**/
/* Design und Verhalten Standard-Bereiche */
/**/
fieldset {
         display          : block;
         border           : 0.1em solid #D4AF37;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
         margin-bottom    : 0.2em;
         break-inside     : avoid;
         color            : #B9625D;
}
fieldset:after {
         content          : "";
         display          : block;
         clear            : both;
}
label {
         display          : block;
         margin-bottom    : 1em;
         padding          : 1em;
         overflow         : auto;
         background       : #6B8E23;
         color            : #B9625D;
}
/**/
/* Script-Rückmeldungen */
/**/
#return_false,
#return_right {
        text-align        : center;
        font-weight       : 600;
        padding           : 1.0em;
        margin-bottom     : 1.5em;
        border            : none;
        border-top        : 0.2em solid #B9625D;
        border-bottom     : 0.2em solid #B9625D;
        box-shadow        : 0.2em 0.2em 0.3em #DDEADB;
}
#return_false {
        background        : #DDEADB;
}
#return_right {
        background        : #D4AF37;
}
#return_false:hover,
#return_right:hover {
         box-shadow       : 0.2em 0.2em 0.1em #DDEADB;
}
.close_button {
         float            : right;
         display          : block;
}
.close_button img {
         height           : 1.1em;
         width            : 1.1em;
         border           : 0em;
         box-shadow       : none !important;
         -moz-box-shadow  : none !important;
         -webkit-box-shadow: none !important;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
}
 /**/
/* Geräte-Anpassungen über 20em */
/**/
@media screen and (min-width: 20em) {
  h1 {
         font-size        : 1.8em;
         margin-left      : 0.5em;
  }
  h2 {
         font-size        : 1.6em;
  }
  h3 {
         font-size        : 1.4em;
  }
  h4 {
         font-size        : 1.2em;
  }
  h5 {
         font-size        : 1.0em;
  }
  h6 {
         font-size        : 0.8em;
  }
}
@media screen and (min-width: 37em) {
  h1 {
         font-size        : 1.9em;
  }
  h2 {
         font-size        : 1.7em;
  }
  h3 {
         font-size        : 1.5em;
  }
  h4 {
         font-size        : 1.3em;
  }
  h5 {
         font-size        : 1.1em;
  }
  h6 {
         font-size        : 0.9em;
  }
}
@media screen and (min-width: 48em) {
  h1 {
         font-size        : 2.0em;
  }
  h2 {
         font-size        : 1.8em;
  }
  h3 {
         font-size        : 1.6em;
  }
  h4 {
         font-size        : 1.4em;
  }
  h5 {
         font-size        : 1.2em;
  }
  h6 {
         font-size        : 1.0em;
  }
}
@media screen and (min-width: 64em) {
  h1 {
         font-size        : 2.1em;
  }
  h2 {
         font-size        : 1.9em;
  }
  h3 {
         font-size        : 1.7em;
  }
  h4 {
         font-size        : 1.5em;
  }
  h5 {
         font-size        : 1.3em;
  }
  h6 {
         font-size        : 1.1em;
  }
}
@media screen and (min-width: 75em) {
  h1 {
         font-size        : 2.2em;
  }
  h2 {
         font-size        : 2.0em;
  }
  h3 {
         font-size        : 1.8em;
  }
  h4 {
         font-size        : 1.6em;
  }
  h5 {
         font-size        : 1.4em;
  }
  h6 {
         font-size        : 1.3em;
  }
}/**/
/* Header-Frame */
/**/
header {
         display          : block;
         background       : #B9625D;
         height           : 6em;
         top              : 0em;
         overflow         : visible;
         border-bottom    : 0.2em solid #DDEADB;
         border-radius    : 0.5em;  
}
header #topline {
         display          : block;
         margin-top       : 0.5em;
}
header #topline #top_nav {
         display          : none;
         float            : right;
         border-bottom    : 0.2em solid #B9625D;
}
header #topline #top_nav a:link,
header #topline #top_nav a:visited,
header #topline #top_nav a:active,
header #topline #top_nav a:hover  {
         float            : right;
         margin-right     : 1em;
         font-size        : 0.8em;
         padding          : 0.2em;
         padding-top      : 1.0em;
         text-decoration  : none;
}
header #topline #top_nav a:hover {
         display          : block;
}
header #headline {
         display          : flex;
         justify-content  : center;
         align-items      : center;
}
header #headline img {
         width            : 20.0em;
}
header #headline a:hover {
         background       : none !important;
         box-shadow       : none !important;
}
/**/
/* Geräte-Anpassungen über 48em */
/**/
@media screen and (min-width: 48em) {
  header {
         height           : 8.5em;
  }
  header #topline #top_nav {
         display          : block;
  }
  header #headline img {
         width            : 25.0em;
  }
}
@media screen and (min-width: 64em) {
  header {
         height           : 10.0em;
  }
  header #headline img {
         width            : 30.0em;
  }
}/**/
/* Nav-Frame (Haupt-Navigation) */
/**/
nav {
         display          : block;
         z-index          : 98;
         clear            : both;
         height           : auto;
         top              : 0.1em;
         position         : sticky;
         margin           : 2.3%;
         background       : #6B8E23;
         margin-bottom    : 1.0em;
         border-bottom    : 0.1em solid #D4AF37;
         border-radius    : 0.5em;
}
nav h5,
nav a:link,
nav a:visited,
nav a:active,
nav a:hover  {
         display          : block;
         font-size        : 1.3em;
         padding-top      : 0.6em;
         padding-bottom   : 0.6em;
         padding-right    : 0.4em;
         padding-left     : 0.4em;
         text-decoration  : none;
}
nav h5:before {
         content          : url('logo_ul.png')" ";
}
nav #menue_button {
         float            : left;
         height           : 1.4em;
         width            : 100%;
}
nav #menue_button img {
         width            : 1.0em;
}
nav #menue_button #display {
         font-size        : 0.9em;
}
nav #head_nav {
         display          : none;
         position         : sticky;
         margin-top       : 1.5em;
         width            : 100%;
         height           : auto;
         font-size        : 0.9em;
         font-weight      : 700;
         background       : #6B8E23;
         border-radius    : 0.5em;
         border           : 0.1em solid #D4AF37;
}
nav #head_nav ul {
         height           : 120%;
         list-style-type  : none ;
         list-style-image : none ;
         padding          : 0em auto;
}
nav #head_nav ul li h5 {
         display          : inline block;
         weight           : 900;
         border           : none;
         text-align       : left;
         letter-spacing   : 0.0em;
         margin           : 0;
         margin-top       : -0.2em;
         padding-top      : 0.9em;
}
nav #head_nav ul li h5:hover,
nav #head_nav ul li a:hover {
         text-decoration  : none !important;
}
nav #head_nav li ul {
         display          : block;
         width            : auto;
         overflow         : auto;
         list-style-type  : none ;
         list-style-image : none ;
         padding          : 0em auto;
}
nav #head_nav li:hover ul {
         display          : block;
}
nav #head_nav ul li ul li a:link,
nav #head_nav ul li ul li a:visited,
nav #head_nav ul li ul li a:active,
nav #head_nav ul li ul li a:hover  {
         font-size        : 0.9em;
}
nav #head_nav ul img {
         height           : 1.1em;
         width            : 1.1em;
         border           : 0em;
         margin-right     : 0.3em;
}
nav #head_nav form {
         display          : block;
         width            : 70%;
         height           : 2.0em;
         margin-bottom    : 1.0em;
         padding          : 0.5em;
         text-align       : center;
         border-bottom    : 0.05em solid #B9625D;
}
nav #head_nav input {
         width            : 45%;
         float            : left;
         text-align       : center;
}
nav #head_nav input[type='submit'] {
         width            : 45%;
         float            : right;
         font-size        : 80%;
}
@media screen and (min-width: 64em) {
  nav #menue_button {
         height           : 1.8em;
  }
  nav #menue_button img {
         width            : 1.4em;
  }
  nav #menue_button #display {
         font-size        : 1.2em;
  }
  nav #head_nav {
         font-size        : 1.2em;
  }
}/**/
/* Main-Frame */
/**/
main {
         display          : flex;
         position         : relative;
         flex-wrap        : wrap ;
         margin           : 0.8em;
         align-items      : stretch;
         justify-content  : center;
         line-height      : 1.5;
         text-justify     : inter-word;
}
/*  Globale Artikel-Definitionen */
main article  {
         box-sizing       : border-box;
         height           : auto;
         width            : 100%;
         margin           : 0.1em;
         margin-bottom    : 0.5em;
         padding          : 0.3em;
         color            : #B9625D;
         text-align       : left;
         background       : #DDEADB;
         border-left      : 0.1em solid #D4AF37;
         border-radius    : 0.5em;
}
main article section {
}
main article .icon {
         float            : left;
         width            : 1.5em;
}
main article fieldset label {
         display          : block;
         height           : auto;
         margin           : auto;
         margin-top       : 0.5em;
         padding          : 0.5em;
         text-align       : center;
}
main article fieldset label img {
         width            : 1.5em;
         float            : left;
         margin           : auto;
}
@media screen and (min-width: 48em) {
  main article {
         width            : 32%;
  }
}
@media screen and (min-width: 75em) {
   main {
         margin           : 1.4em;
   }
   main article {
         width            : 24%;
   }
}/**/
/* Main-Sections */
/**/
/* Content Section Content */
/* CSS-Standard-Einstellungen für Contents */
/**/
main .content {

}
/* Content Section Start */
/* CSS-Standard-Einstellungen für Start */
/**/
main .start {
}
main .start img {
         box-shadow       : none;
}
/**/
/* Content Section News */
/* CSS-Standard-Einstellungen für News */
/**/
main .news {
         background       : ;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
}
/**/
/* Content Section Topnews */
/* CSS-Standard-Einstellungen für Topews */
/**/
main .topnews {
         text-align       : center;
         font-weight      : 600;
         color            : ;
         background       : ;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
}
/**/
/* Content Section Popup */
/* CSS-Standard-Einstellungen für Popup */
/**/
main .popup {
         display          : block;
	z-index		  : 99;
         position         : fixed;
         top              : 3em;
         width            : 80%;
         margin           : 0em auto;
         height           : auto;
         overflow         : auto;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
         text-align       : center;
         -webkit-transition: all 0.8s ease-in-out;
         -moz-transition   : all 0.8s ease-in-out;
         -ms-transition    : all 0.8s ease-in-out;
         -o-transition     : all 0.8s ease-in-out;
         transition        : all 0.8s ease-in-out;
         background        : ;
         box-shadow       : 0 0 20px 20px rgba(0,0,0,0.3);
         -moz-box-shadow  : 0 0 20px 20px rgba(0,0,0,0.3);
         -webkit-box-shadow: 0 0 20px 20px rgba(0,0,0,0.3);
}
main .popup img {
         box-shadow       : 0 0 20px 20px rgba(0,0,0,0.3);
         -moz-box-shadow  : 0 0 20px 20px rgba(0,0,0,0.3);
         -webkit-box-shadow: 0 0 20px 20px rgba(0,0,0,0.3);
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
}
/* Content Section Galery */
/* CSS-Standard-Einstellungen für Galery */
/**/
main #galery {
         -webkit-colums   : 2 20em;
          moz-column-count: 2;
         -moz-column-width: 20em;
         columns          : 2 20em;
}
main #galery img {
         float            : left;
         margin-left      : 0.2em;
}
/**/
/* Content Section Form */
/* CSS-Standard-Einstellungen für Formular-Contents */
/**/
main .form label {
         display          : block;
         text-align       : left;
         font-size        : 0.7em;
         height           : auto;
         margin           : auto;
         margin-top       : 0.5em;
         padding          : 0.5em;
}
main .form input[type='submit'] {
         font-size        : 1.5em;
}
main .form label .fieldname {
         float            : left;
         width            : 100%;
}
main .form label:hover .fieldname {
         color            : ;
         -webkit-transition: all 0.8s ease-in-out;
         -moz-transition   : all 0.8s ease-in-out;
         -ms-transition    : all 0.8s ease-in-out;
         -o-transition     : all 0.8s ease-in-out;
         transition        : all 0.8s ease-in-out;
}/**/
/* Module */
/**/
.privacy {
         font-size        : 75%;
}
.start_form {
  position         : absolute;
  bottom           : 0;
  margin           : auto;
}/**/
/* Plugins */
/**/
/* Body_Cookie_Banner */
/**/
#cookie_banner {
         display          : block;
         z-index          : 98;
         clear            : both;
         height           : auto;
         bottom           : 0.0em;
         position         : sticky;
         padding          : 0.05em;
         background       : ;
         color            : ;
         font-size        : 0.5em;
         text-align       : center;
         border           : 0.05em solid ;
}
#cookie_banner:hover {
         font-size        : 0.8em;
}
#cookie_banner a {
         color           : ;
         text-decoration : underline;
}
/**/
/* Main_Sharing */
/**/
.sharing_button {
         float            : right;
         display          : block;
}
.sharing_button img {
         height           : 1.1em;
         width            : 1.1em;
         border           : 0em;
}
.sharing_open {
         display          : block;
         position         : absolute;
         margin-left      : 2em;
         margin-right     : 2em;
         width            : 70%;
         height           : auto;
         overflow         : auto;
         background       : ;
         padding          : 0.5em;
         border           : 0.2em solid ;
         box-shadow       : 0.4em 0.4em ;
         -moz-box-shadow  : 0.4em 0.4em ;
         -webkit-box-shadow: 0.4em 0.4em ;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
         text-align       : center;
         font-size        : 0.8em;
         -webkit-transition: all 0.8s ease-in-out;
         -moz-transition   : all 0.8s ease-in-out;
         -ms-transition    : all 0.8s ease-in-out;
         -o-transition     : all 0.8s ease-in-out;
         transition        : all 0.8s ease-in-out;
}
.sharing_content {
         float            : left;
         width            : 90%;
}
.sharing_content h4 {
         font-size        : 85%;
}
.sharing_content textarea {
         margin           : 0em;
         width            : 98%;
         height           : 1.5em;
         border           : 0.03em solid ;
}
@media (min-width: 1000px) {
  .sharing_open {
         margin-left      : 35%;
         width            : 45%;
  }
}
/**/
/* Main_media */
/**/
main .media_top,
main .media_bottom,
main .media_content {
         z-index          : 0;
         position         : relative;
         width            : 100%;
         margin           : 0.0em auto;
         margin-bottom    : 0.1em;
}
main .media_top img,
main .media_bottom img,
main .media_content img {
         display          : block;
         width            : 100%;
         border-radius    : 0.2em;
}
main .media_preview img {
         display          : block;
         width            : 3.0em;
         height           : 3.0em;
         object-fit       : cover;
         float            : left;
         margin           : 0.06em;
}
main figcaption {
         display         : block;
         font-size       : 0.6em;
         text-align      : center;
         padding         : 0.5em;
         background      : #D4AF37;
         border-radius   : 0.2em; 
}
main .media_top .left,
main .media_bottom .left,
main .media_content .left {
         display          : none;
         position         : absolute;
         top              : 5em;
         left             : 0em;
         width            : 2.5em;
         height           : 3.0em;
         background       : url(arrow_left.jpg) no-repeat;
}
main .media_top .right,
main .media_bottom .right,
main .media_content .right {
         display          : none;
         position         : absolute;
         top              : 5em;
         right            : -0.4em;
         width            : 2.5em;
         height           : 3.0em;
         background       : url(arrow_right.jpg) no-repeat;
}
main .media_content:hover,
main .media_preview img:hover {
         box-shadow        : 0.3em 0.3em 1.0em ;
         -webkit-transform : scale(1.05);
         -moz-transform    : scale(1.05);
         -ms-transform     : scale(1.05);
         -o-transform      : scale(1.05);
          transform        : scale(1.05);
         -webkit-transition: all 0.8s ease-in-out;
         -moz-transition   : all 0.8s ease-in-out;
         -ms-transition    : all 0.8s ease-in-out;
         -o-transition     : all 0.8s ease-in-out;
         transition        : all 0.8s ease-in-out;
}
main .media_bottom:hover .left,
main .media_content:hover .left,
main .media_bottom:hover .right,
main .media_content:hover .right {
         display          : inline;
         -webkit-transition: all 0.8s ease-in-out;
         -moz-transition   : all 0.8s ease-in-out;
         -ms-transition    : all 0.8s ease-in-out;
         -o-transition     : all 0.8s ease-in-out;
         transition        : all 0.8s ease-in-out;
}
main .media_top a,
main .media_bottom a {
         font-size         : 0.7em;
}
@media (min-width: 1000px) {
  main .media_content {
         width            : 40%;
         float            : left;
         margin-right     : 0.5em;
  }

}
/**/
/* Header und Main Öffnungszeiten */
/**/
header #topline #open_today {
         display          : none;
         float            : right;
         width            : 50%;
         margin           : 2.0em;
         margin-right     : 4.0em;
         background       : rgb();
         border           : 0.05em solid ;
         box-shadow       : 0.4em 0.4em ;
         -moz-box-shadow  : 0.4em 0.4em ;
         -webkit-box-shadow: 0.4em 0.4em ;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
         padding          : 0.5em;
         text-align       : center;
         -moz-transform   : rotate(15deg);
         -webkit-transform: rotate(15deg);
         -o-transform     : rotate(15deg);
         -ms-transform    : rotate(15deg);
         transform        : rotate(15deg);
}
main #open_today_800 {
         display          : block;
         margin           : 0em auto;
         background       : rgb();
         border           : 0.05em solid ;
         box-shadow       : 0.4em 0.4em ;
         -moz-box-shadow  : 0.4em 0.4em ;
         -webkit-box-shadow: 0.4em 0.4em ;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
         padding          : 0.5em;
         font-size        : 0.7em;
}
main #open_today_800 fieldset,
header #topline #open_today fieldset {
         font-size        : 1.0em;
         text-align       : center;
         margin-left      : 0.5em;
         margin-right     : 0.5em;
}
main #open_today fieldset a:hover,
header #topline #open_today fieldset a:hover {
         font-size        : 1.1em;
         cursor           : pointer;
}
@media (min-width: 1000px) {
  header #topline #open_today {
         display          : block ;
  }
  main #open_today_800 {
         display          : none;
  }
}/**/
/* Footer-Frame */
/**/
footer {
         clear            : both;
         display          : block;
         width            : 100%;
         height           : auto;
         z-index          : 1;
         margin-bottom    : 1em;
         padding-top      : 0.5em;
         padding-bottom   : 0.5em;
         text-align       : center;
         font-size        : 0.8em;
         color            : rgb();
         background       : rgba(,0.5);
}
footer a:link,
footer a:visited,
footer a:active,
footer a:hover  {
         margin           : 0.5em;
         color            : rgb(); 
         padding          : 0.1em;
         text-decoration  : none;
}