/* 1753892287.87 */
/**/
/* Body-Frame (globale Definitionen) */
/**/
body {
         max-width        : 100%;
         margin           : 0em auto;
         background       : White;
         font-size        : 13pt;
         font-family      : 'Arial';
         font-weight      : 400;
         color            : Black;
         text-align       : left;
}
@media (min-width: 1000px) {
  body {
         font-size        : 15pt;
  }
}
/**/
/* 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 */
/**/
hr {
         width            : 100%;
         border-bottom    : 0.05em solid #ccff66;
}
strong {
         color            :  #330099;
}
p:after {
         content          : "";
         display          : block;
         clear            : both;
}
/**/
/* Design von Überschriften */
/**/
h1,
h2,
h3,
h4,
h6 {
         display          : block;
         text-align       : center;
         font-weight      : 400;
         letter-spacing   : 0.2em;
         color            : Black;
         margin-bottom    : 1em;
}
h1 {
         font-size        : 1.3em;
}
h1:before {
         content          : url('h1_left_mobil.jpg')" ";
}
h1:after {
         content          : " "url('h1_right_mobil.jpg');
}
h2 {
         margin           : 0.3em;
         font-size        : 1.1em;
}
h3 {
         font-size        : 1.0em;
         color            : #330099;
}
/* Anpassung nav #head_nav ul li */
h4 {
         font-size        : 1.0em;
         color            :  #330099;
}
/* Anpassung sharing_content */
h5 {
         font-size        : 0.8em;
}
/**/
@media (min-width: 1000px) {
  h1 {
         font-size        : 3.0em;
  }
  h1:before {
         content          : url('h1_left.jpg')" ";
  }
  h1:after {
         content          : " "url('h1_right.jpg');
  }
  h2 {
         font-size        : 2.3em;
  }
  h3 {
         font-size        : 2.0em;
  }
  h4 {
         font-size        : 1.1em;
  }
  h5 {
         font-size        : 0.9em;
  }
}
/**/
/* Design und Verhalten von Links */
/**/
a:link,
a:visited,
a:active,
a:hover {
         font-weight      : normal;
         color            : #330099;
         text-decoration  : underline Black;
}
/* Anpassung footer */
/* Anpassung header topline top_nav */
/* Anpassung nav ul li */
/* Anpassung nav head_nav ul li ul li (1000) */
a:hover {
         color            : #330099;
         -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            : Black;
         padding          : 0.3em;
         border           : none;
         border-bottom    : 0.03em solid #CFCFCF;
         background       : none;
}
/* Anpassung nav head_nav */
/* Anpassung sharing_content */
/**/
/* Standard required */
input:hover,
textarea:hover,
select:hover,
list:hover {
         border-bottom    : 0.03em solid #ccff66;
         -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 #ccff66;
}
input:optional:hover,
textarea:optional:hover,
select:optional:hover,
list:optional:hover {
         border-bottom    : 0.03em solid #ccff66;
}
input:optional:focus,
textarea:optional:focus,
select:optional:focus,
list:optional:focus {
         border-bottom    : 0.03em solid #ccff66;
}
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 #ccff66;
}
input[type='submit'] {
         background       : rgba(192,192,192,0.6);
         color            : #330099;
         text-align       : center;
         font-size        : 1.5em;
}
/* Anpassung nav head_nav */
input[type='submit']:hover {
         background       : rgba(192,192,192,0.5);
         color            : Black;
}
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 #CFCFCF;
         content          : "";
}
input[type='checkbox']:hover+label::before {
          border           : 0.03em solid #ccff66;
          -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 #ccff66;
          background       : #ccff66;
}
@media (min-width: 1000px) {
  input,
  textarea,
  select {
         width            : 80%;
         font-size        : 1.0em;
  }
  input[type='submit'] {
         width            : 90%;
         font-size        : 1.0em;
  }
}
/**/
/* Design und Verhalten Standard-Bereiche */
/**/
fieldset {
         display          : block;
         border           : 0.1em solid White;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
         margin-bottom    : 0.2em;
         break-inside     : avoid;
         color            : #330099;
}
fieldset:after {
         content          : "";
         display          : block;
         clear            : both;
}
label {
         display          : block;
         margin-bottom    : 1em;
         padding          : 1em;
         overflow         : auto;
         background       : White;
         color            : Black;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
}
@media (min-width: 1000px) {
  fieldset {
         margin-left      : 5em;
         margin-right     : 5em;
  }
}

/**/
/* 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 #330099;
        border-bottom     : 0.2em solid #ccff66;
        box-shadow        : 0.2em 0.2em 0.3em #CFCFCF;
}
#return_false {
        background        : Goldenrod;
}
#return_right {
        background        : #ccff66;
}
#return_false:hover,
#return_right:hover {
         box-shadow       : 0.2em 0.2em 0.1em #CFCFCF;
}
.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;
}/**/
/* Header-Frame */
/**/
header {
         display          : block;
         width            : 100%;
         height           : 2.5em;
         top              : 0em;
         overflow         : visible;
}
header #topline {
         display          : block;
         top              : 0em;
         width            : 35%;
         float            : right;
}
header #topline #social_button {
         float            : right;
}
header #topline #social_button img {
         height           : 2.0em;
         border           : 0em;
}
header #topline #top_nav {
         display          : none;
         float            : right;
}

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          : block;
         width            : 80%;
         float            : left;
         margin           : 1.0em;
         margin-left      : 2.0em;
}
header #headline img {
         width            : 100%;
}
/**/
/* Anpassungen für Geräte mit mehr als 1000px */
/**/
@media (min-width: 400px) {
  header {
    height                : 6em;
  }
  header #topline #top_nav {
         display          : block;
  }
}
@media (min-width: 1000px) {
  header #headline {
         width            : 60%;
  }
  header #topline #top_nav {
         display          : block;
  }
}/**/
/* Nav-Frame (Haupt-Navigation) */
/**/
nav {
         display          : block;
	 z-index          : 98;
         clear            : both;
         width            : 95%;
         height           : auto;
         top              : 0.1em;
         position         : sticky;
         background       : White;
         margin           : 2.5%;
         margin-bottom    : 1.0em;
         border-bottom    : 0.2em solid rgb(204,255,102);
}
nav #menue_button {
         float            : left;
         height           : 2.2em;
         width            : 100%;
         margin           : 0.2em;
}
nav #menue_button img {
         width            : 1.8em;
}
nav #menue_button #display {
         font-size        : 1.5em;
}
nav #head_nav {
         display          : none;
         position         : sticky;
         width            : 100%;
         height           : auto;
         font-size        : 0.9em;
         font-weight      : 700;
         border           : 0.1em solid #ccff66;
         box-shadow       : 0.4em 0.4em #CFCFCF;
         -moz-box-shadow  : 0.4em 0.4em #CFCFCF;
         -webkit-box-shadow: 0.4em 0.4em #CFCFCF;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
         background       : rgb(204,255,102);
}
nav #head_nav #close_button {
         float            : right;
         margin           : 0.5em;
}
nav #head_nav #close_button img {
         height           : 1.5em;
         width            : 1.5em;
         border           : 0em;
}
nav #head_nav ul {
         height           : 120%;
         list-style-type  : none ;
         list-style-image : none ;
         padding          : 0em auto;
}
nav #head_nav ul li h5,
nav #head_nav ul li a:link,
nav #head_nav ul li a:visited,
nav #head_nav ul li a:active,
nav #head_nav ul li a:hover  {
         display          : block;
         color            : Black;
         font-size        : 1.3em;
         padding-top      : 0.6em;
         padding-bottom   : 0.6em;
         padding-right    : 0.4em;
         padding-left     : 0.4em;
         font-family      : Harrington, Arial;
         text-decoration  : none;
}
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 #ccff66;
}
nav #head_nav input {
         width            : 45%;
         float            : left;
         text-align       : center;
}
nav #head_nav input[type='submit'] {
         width            : 45%;
         float            : right;
         font-size        : 80%;
}
/**/
/* Anpassungen für Geräte mit weniger als 1000px */
/**/
@media (max-width: 999px) {
  nav #head_nav {
         clear            : both;
  }
}
/**/
/* Anpassungen für Geräte mit mehr als 1000px */
/**/
@media (min-width: 1000px) {
  nav #menue_button,
  nav #head_nav #close_button {
         display          : none;
  }
  nav #menue_button #display {
         display          : none;
  }
  nav #head_nav {
         display          : block;
         float            : left;
         width            : 80%;
         height           : 7.5em;
         background       : White;
         color            : Black;
         border           : none;
         box-shadow       : none;
         -moz-box-shadow  : none;
         -webkit-box-shadow: none;
  }
  nav #head_nav ul {
         padding-top      : 0em;
  }
  nav #head_nav ul li {
         display          : block;
         float            : left ;
         overflow         : visible ;
         width            : 20.0em;
         border           : 0.1em solid #ccff66;
         box-shadow       : 0.4em 0.4em #CFCFCF;
         -moz-box-shadow  : 0.4em 0.4em #CFCFCF;
         -webkit-box-shadow: 0.4em 0.4em #CFCFCF;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
         background       : White;
         margin-right     : 1.0em;
         margin-bottom    : 0.5em;
         text-align       : center;
         font-weight      : normal;
  }
  nav #head_nav form {
         width            : 120%;
         margin           : 0.5em;
  }
  nav #head_nav input[type='submit'] {
         font-size        : 100%;
  }
  nav #head_nav ul li a:link,
  nav #head_nav ul li a:visited,
  nav #head_nav ul li a:active,
  nav #head_nav ul li a:hover  {
         padding-top      : 0.5em;
         padding-bottom   : 0.5em;
         color            : Black;
         font-size        : 2.0em;
  }
  nav #head_nav ul li h5 {
         margin-top       : 0em;
         color            : Black;
  }
  nav #head_nav li ul {
         display          : none;
  }
  nav #head_nav ul li:hover ul {
         position         : absolute;
         width            : 25em;
         height           : auto;
         overflow         : auto;
         font-size        : 0.9em;
         text-align       : left;
         color            : Black;
         padding          : 0.5em;
         padding-bottom   : 1.5em;
  }
  nav #head_nav ul li ul li {
         display          : block;
         clear            : both;
         overflow         : visible ;
  }
  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  {
         color            : Black;
         font-size        : 1.5em;
  }
}/**/
/* Main-Frame */
/**/
main {
         display          : block ;
         width            : 90%;
         margin           : 0em auto;
         line-height      : 1.5;
         text-justify     : inter-word;
}
/*  Globale Artikel-Definitionen */
main article  {
         z-index          : 1;
         display          : block;
         height           : auto;
         background       : rgb(204,255,102);
         border           : 1px solid Black;
         box-shadow       : 0.4em 0.4em #CFCFCF;
         -moz-box-shadow  : 0.4em 0.4em #CFCFCF;
         -webkit-box-shadow: 0.4em 0.4em #CFCFCF;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
         text-align       : left;
         margin-bottom    : 2.0em;
}
main article section {
         display          : block;
         padding          : 1.0em;
}
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;
}
/**/
/* Anpassungen für Geräte mit mehr als 1000px */
/**/
@media (min-width: 1000px) {
  main {
         width            : 80%;
  }
  main article section {
         padding          : 1.5em;
}
}/**/
/* 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       : #ccff66;
         -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            : White;
         background       : Goldenrod;
         -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        : #ccff66;
         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           : 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            : #ccff66;
         -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%;
}
.zeiten {
         display          : inline-block;
         width            : 30%;
         font-size        : 0.7em;
}
.leistung_name {
         display          : inline-block;
         width            : 40%;
         text-align       : left;
         font-size        : 0.7em;
}
.leistung_price {
         display          : inline-block;
         width            : 15%;
         text-align       : right;
         font-size        : 0.7em;
}
@media (min-width: 1000px) {
  .zeiten,
  .leistung_name,
  .leistung_price {
         font-size        : 1.0em;
  }
}/**/
/* Plugins */
/**/
/* Body_Cookie_Banner */
/**/
#cookie_banner {
         display          : block;
         z-index          : 98;
         clear            : both;
         height           : auto;
         bottom           : 0.0em;
         position         : sticky;
         padding          : 0.05em;
         background       : Goldenrod;
         color            : White;
         font-size        : 0.5em;
         text-align       : center;
         border           : 0.05em solid Black;
}
#cookie_banner:hover {
         font-size        : 0.8em;
}
#cookie_banner a {
         color           : White;
         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       : White;
         padding          : 0.5em;
         border           : 0.2em solid #ccff66;
         box-shadow       : 0.4em 0.4em #CFCFCF;
         -moz-box-shadow  : 0.4em 0.4em #CFCFCF;
         -webkit-box-shadow: 0.4em 0.4em #CFCFCF;
         -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 #CFCFCF;
}
@media (min-width: 1000px) {
  .sharing_open {
         margin-left      : 35%;
         width            : 45%;
  }
}
/**/
/* Main_media */
/**/
main .media_bottom,
main .media_content {
         z-index          : 0;
         position         : relative;
         width            : 100%;
         margin           : 0.0em auto;
         margin-bottom    : 0.3em;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
}
main .media_bottom img,
main .media_content img {
         display          : block;
         width            : 100%;
         -moz-border-top-left-radius: 0.6em;
         -webkit-border-top-left-radius: 0.6em;
         border-top-left-radius    : 0.6em;
            -moz-border-top-right-radius: 0.6em;
         -webkit-border-top-right-radius: 0.6em;
         border-top-right-radius    : 0.6em;
}
main .media_preview img {
         display          : block;
         width            : 3.0em;
         height           : 3.0em;
         object-fit       : cover;
         float            : left;
         margin           : 0.06em;
         -moz-border-radius: 0.0em;
         -webkit-border-radius: 0.0em;
         border-radius    : 0.0em;
}
main figcaption {
         display         : block;
         background      : rgba(0,0,0,0.3);
         color           : White;
         font-size       : 0.7em;
         text-align      : center;
         padding         : 1.0em;
         -moz-border-bottom-left-radius: 0.6em;
         -webkit-border-bottom-left-radius: 0.6em;
         border-bottom-left-radius    : 0.6em;
         -moz-border-bottom-right-radius: 0.6em;
         -webkit-border-bottom-right-radius: 0.6em;
         border-botto-right-radius    : 0.6em;
}
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_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 #330099;
         -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_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(204,255,102);
         border           : 0.05em solid Black;
         box-shadow       : 0.4em 0.4em #CFCFCF;
         -moz-box-shadow  : 0.4em 0.4em #CFCFCF;
         -webkit-box-shadow: 0.4em 0.4em #CFCFCF;
         -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(204,255,102);
         border           : 0.05em solid Black;
         box-shadow       : 0.4em 0.4em #CFCFCF;
         -moz-box-shadow  : 0.4em 0.4em #CFCFCF;
         -webkit-box-shadow: 0.4em 0.4em #CFCFCF;
         -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            : #CFCFCF;
}
footer a:link,
footer a:visited,
footer a:active,
footer a:hover  {
         margin           : 0.5em;
         color            : #CFCFCF;
         padding          : 0.1em;
         text-decoration  : none;
}