/* 1756637959.96 */
/**/
/* Body-Frame (globale Definitionen) */
/**/
body {
         max-width        : 90%;
         margin           : 0em auto;
         background       : #20D636;
         font-size        : 12pt;
         font-family      : 'Noto Sans KR', sans-serif;
         font-weight      : 400;
         color            : Black;
         text-align       : justify;
}
@media (min-width: 1000px) {
  body {
         font-size        : 17pt;
  }
}
/**/
/* 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;
}
.subline {
         padding-left     : 2em;
         text-align       : left;
}
.subline:before {
         content           : "\25BA" " ";
}
/**/
/* Design von Tags */
/**/
hr {
         width            : 100%;
         border-bottom    : 0.05em solid White;
}
strong {
         color            :  #73264D;
}
p:after {
         content          : "";
         display          : block;
         clear            : both;
}
ul {
         list-style-type  : none;
         padding-left     : 0.0em;
         color            :  #73264D;
         line-height      : 1.7;
}
ul li:before {
         content           : "\25BA" " ";
}
q {
         display          : block;
         width            : 80%;
         margin           : 0.0em auto;
         quotes           : "»" "«";
         color            : #73264D;
         font-size        : 1.5em;
         font-family      : Georgia, serif;
         text-align       : center;
         margin-bottom    : 1.0em;
}
@media (min-width: 1000px) {
  q {
         font-size        : 2.0em;
  }
}
/**/
/* Design von Überschriften */
/**/
h1,
h2,
h3,
h4,
h6 {
         display          : block;
         text-align       : center;
         font-weight      : 400;
         letter-spacing   : 0.2em;
         color            : #73264D;
         margin-bottom    : 1em;
}
h1 {
         font-size        : 1.3em;
         color            : White;
         background       : #73264D;
}
h2 {
         margin           : 0.3em;
         font-size        : 1.1em;
}
h3 {
         font-size        : 1.1em;
         letter-spacing   : 0.0em;
}
h4 {
         font-size        : 1.0em;
         letter-spacing   : 0.0em;
         text-align       : left !important;
         margin-bottom    : 0.0em;
         display          : inline;
}
h4:before {
         content          : url("gruen_small.jpg") " ";
}
h5 {
         font-size        : 1.0em;
         letter-spacing   : 0.0em;
         text-align       : left !important;
         margin-bottom    : 0.0em;
         display          : block;
         border-bottom    : 0.1em solid #73264D;
}
/**/
@media (min-width: 1000px) {
  h1 {
         font-size        : 3.0em;
  }
  h2 {
         font-size        : 2.3em;
  }
  h3 {
         font-size        : 1.8em;
  }
  h4 {
         font-size        : 1.1em;
  }
  h5 {
         font-size        : 1.1em;
  }
}
/**/
/* Design und Verhalten von Links */
/**/
a:link,
a:visited,
a:active,
a:hover {
         font-weight      : normal;
         color            : #73264D;
         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            : #73264D;
         -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("icon_pdf.gif");
        padding-left      : 0.2em;
        padding-right     : 0.2em;
        white-space       : nowrap;
}
.tel_link::before {
        content           : url("icon_telefon.gif");
        padding-left      : 0.2em;
        padding-right     : 0.2em;
        white-space       : nowrap;
}
.email_link::before {
        content           : url("icon_email.gif");
        padding-left      : 0.2em;
        padding-right     : 0.2em;
        white-space       : nowrap;
}
.site_link::before {
        content           : url("arrow.jpg");
        padding-left      : 0.2em;
        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 #20D636;
         background       : none;
}
/* Anpassung nav head_nav */
/* Anpassung sharing_content */
/**/
/* Standard required */
input:hover,
textarea:hover,
select:hover,
list:hover {
         border-bottom    : 0.03em solid #73264D;
         -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 #73264D;
}
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(250,250,250,0.6);
         color            : #20D636;
         text-align       : center;
         font-size        : 1.2em;
}
/* Anpassung nav head_nav */
input[type='submit']:hover {
         background       : rgba(250,250,250,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 #20D636;
         content          : "";
}
input[type='checkbox']:hover+label::before {
          border           : 0.03em solid #73264D;
          -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 #20D636;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
         margin-bottom    : 0.2em;
         break-inside     : avoid;
         background       : rgba(250,250,250,0.9);
         text-align       : center;
}
fieldset:after {
         content          : "";
         display          : block;
         clear            : both;
}
label {
         display          : block;
         margin-bottom    : 1em;
         padding          : 1em;
         overflow         : auto;
         background       : White;
         color            : Black;
}
@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 #73264D;
        border-bottom     : 0.2em solid #73264D;
        box-shadow        : 0.2em 0.2em 0.3em #20D636;
}
#return_false {
        background        : #FF7F00;
}
#return_right {
        background        : #ccff66;
}
#return_false:hover,
#return_right:hover {
         box-shadow       : 0.2em 0.2em 0.1em #20D636;
}
.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;
}/**/
/* Header-Frame */
/**/
header {
         display          : block;
         position         : relative;
         background       : White;
         margin           : 0.0em auto;
         margin-top       : 0.3em;
         height           : auto;
         top              : 0em;
         overflow         : visible;
         box-shadow        : 0.2em 0.2em 0.3em #73264D;
          -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;
}
header #head_img {
         display          : block;
         padding          : 1.0em;
}
header #head_img img {
         width            : 100%;
}
/**/
/* Anpassungen für Geräte mit mehr als 1000px */
/**/
@media screen and (min-width: 64em) {
  header #head_img  {
         width            : 45%;
  }
}/**/
/* Nav-Frame (Haupt-Navigation) */
/**/
nav {
         display          : block;
         background       : White;
         z-index          : 98;
         height           : auto;
         top              : 0.0em;
         margin           : 0.0em auto;
         position         : sticky;
         margin-bottom    : 1.0em;
         box-shadow        : 0.2em 0.2em 0.3em #73264D;
          -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-bottom-right-radius    : 0.6em;
}
nav #sticky_logo {
         float            : right;
         margin-right     : 0.4em;
         margin-top       : 0.4em;
         width            : 15%;
}
nav #sticky_logo img {
         width            : 100%;
}
nav #menue_button {
         float            : left;
         height           : 2.2em;
         width            : 60%;
         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;
         height           : auto;
         font-size        : 0.75em;
         font-weight      : 700;
         padding-top      : 3.0em;
}
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;
         line-height      : 1.0;
}
nav #head_nav ul li:before {
         content           : "\25BA" " ";
}
nav #head_nav ul li,
nav #head_nav ul li h5 {
         color            : #73264D;
         font-size        : 1.4em;
         padding-top      : 0.6em;
         padding-bottom   : 0.6em;
         padding-right    : 0.4em;
         padding-left     : 0.4em;
}
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  {
         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;
         line-height      : 0.5;
}
nav #head_nav li:hover ul {
         display          : block;
         box-shadow       : 0.2em 0.2em 0.3em #73264D;
         -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-bottom-right-radius    : 0.6em;
         border-top       : none;
}
nav #head_nav ul li ul li:before {
         content           : "";
}
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.6em;
}
nav #head_nav ul img {
         height           : 0.9em;
         width            : 0.9em;
         border           : 0em;
         margin-right     : 0.3em;
}
/**/
/* Anpassungen für Geräte mit weniger als 1000px */
/**/
@media screen and (min-width: 63.9em) {
  nav #head_nav ul li {
         font-size        : 0.9em;
  }
  nav #head_nav {
         clear            : both;
  }
}
/**/
/* Anpassungen für Geräte mit mehr als 1000px */
/**/
@media screen and (min-width: 64em) {
  nav {
         margin-top       : -0.8em;
  }
  nav #sticky_logo {
         width            : 7%;
  }
  nav #menue_button,
  nav #head_nav #close_button {
         display          : none;
  }
  nav #menue_button #display {
         display          : none;
  }
  nav #logo {
         width            : 30%;
  }
  nav #head_nav {
         display          : block;
         border           : none;
         text-align       : center;
         padding-top      : 0.0em;
         color            : #73264D;
  }
  nav #head_nav ul {
         padding-top      : 0em;
  }
  nav #head_nav ul li {
         display          : block;
         float            : left ;
         overflow         : visible ;
         background       : White;
         margin-right     : 1.0em;
         margin-bottom    : 0.5em;
         text-align       : center;
         font-weight      : normal;
         font-size        : 0.7em;
  }
  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            : #73264D;
         font-size        : 2.0em;
  }
  nav #head_nav ul li h5 {
         margin-top       : 0em;
         color            : #73264D;
         font-size        : 1.1em;
  }
  nav #head_nav li ul {
         display          : none;
         border           : 0.1em solid #73264D;
         background       : White;
  }
  nav #head_nav ul li:hover ul {
         position         : absolute;
         width            : auto;
         height           : auto;
         overflow         : auto;
         font-size        : 0.9em;
         text-align       : left;
         color            : #73264D;
         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            : #73264D;
         font-size        : 1.5em;
  }
  nav #head_nav ul li ul li a:hover  {
         color            : #73264D;
         font-size        : 1.7em;
  }
}
@media screen and (min-width: 70em) {
  nav #head_nav ul li {
         font-size        : 0.8em;
  }
}
@media screen and (min-width: 80em) {
  nav #head_nav ul li {
         font-size        : 0.9em;
  }
}
@media screen and (min-width: 90em) {
  nav #head_nav ul li {
         font-size        : 1.0em;
  }
}/**/
/* Main-Frame */
/**/
main {
         display          : block ;
         background       : White;
         height           : auto;
         top              : 0.0em;
         margin           : 0.0em auto;
         position         : sticky;
         margin-bottom    : 5.0em;
         box-shadow        : 0.2em 0.2em 0.3em #73264D;
         -moz-border-radius: 0.6em;
         -webkit-border-radius: 0.6em;
         border-radius    : 0.6em;
         line-height      : 1.7;
         text-justify     : inter-word;
}
/*  Globale Artikel-Definitionen */
main h1 {
         -moz-border-top-left-radius: 0.2em;
         -webkit-border-top-left-radius: 0.2em;
         border-top-left-radius    : 0.2em;
         -moz-border-top-right-radius: 0.2em;
         -webkit-border-top-right-radius: 0.2em;
         border-top-right-radius    : 0.2em;
         padding          : 1.2em;
}
main article  {
         z-index          : 1;
         display          : block;
         height           : auto;
         border-bottom    : solid 0.2em #73264D;
}
main article section {
         display          : block;
         padding          : 1.5em;
}
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 screen and (min-width: 64em) {
  main article section {
         padding-left     : 10.0em;
         padding-right    : 10.0em;
  }
}/**/
/* Main-Sections */
/**/
/* Content Section Content */
/* CSS-Standard-Einstellungen für Contents */
/**/
main .content {

}
/**/
/* Content Section News */
/* CSS-Standard-Einstellungen für News */
/**/
main .news {
         background       : #73264D;
         color            : White;
         box-shadow       : 0.2em 0.2em 0.7em Black;
         -moz-box-shadow  : 0.2em 0.2em 0.7em Black;
         -webkit-box-shadow: 0.2em 0.2em 0.7em Black;
}
/**/
/* Content Section Topnews */
/* CSS-Standard-Einstellungen für Topews */
/**/
main .topnews {
         text-align       : center;
         font-weight      : 600;
         color            : White;
         background       : #FF7F00;
         box-shadow       : 0.2em 0.2em 0.7em Black;
         -moz-box-shadow  : 0.2em 0.2em 0.7em Black;
         -webkit-box-shadow: 0.2em 0.2em 0.7em Black;
}
/**/
/* Content Section Popup */
/* CSS-Standard-Einstellungen für Popup */
/**/
main .popup {
         display          : block;
         position         : fixed;
         top              : 2em;
         width            : 75%;
         margin           : 0em auto;
         height           : auto;
         overflow         : auto;
         background       : none;
         border           : none;
         box-shadow       : none;
         -moz-box-shadow  : none;
         -webkit-box-shadow: none;
         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;
}
main .popup img {
         box-shadow       : 0.4em 0.4em #CFCFCF;
         -moz-box-shadow  : 0.4em 0.4em #CFCFCF;
         -webkit-box-shadow: 0.4em 0.4em #CFCFCF;
}
/* 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 Invert */
/* CSS-Standard-Einstellungen für Inverte Contents */
/**/
main .invert {
         background       : #CFCFCF;
}
main .invert h4:before {
         content          : url("BW_icon.png") " ";
}
/**/
/* 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            : #73264D;
         -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 */
/**/
.tel_link,
.email_link {
         font-size        : 1.5em;;
         text-align       : center !important;
}
@media (min-width: 1000px) {
  .tel_link,
  .email_link {
         font-size        : 1.8em;;
  }
}
main .level {
         text-decoration  : none !important;
}
main .level h5:before {
         content           : "\25BD" " ";
}
main .level_right {
         float             : right;
         color             : #20D636;
         font-size         : 1.3em;
         font-weight       : bold;
         text-align        : right;  
         margin-bottom     : -0.5em;
}
main .option {
         text-decoration  : none !important;
}
main .option h5:before {
         content           : "\25BD" " ";
}
main .option_right {
         float             : right;
         color             : White;
         font-size         : 1.3em;
         font-weight       : bold;
         text-align        : right;
         margin-bottom     : -0.5em;
}/**/
/* Plugins */
/**/
/* Body_Cookie_Banner */
/**/
#cookie_banner {
         display          : block;
         z-index          : 98;
         clear            : both;
         height           : auto;
         width            : 100%;
         bottom           : 0.0em;
         position         : fixed;
         padding          : 0.05em;
         background       : #FF7F00;
         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;
}
/**/
/* Kontakt_Feld */
/**/
#contact_field {
         display         : block;
         z-index         : 98;
         right           : 0.0em;
         top             : 45%;
         height          : 8em;
         width           : 1.0em;
         position        : fixed;
         overflow        : hidden;
         padding         : 0.3em;
         color           : White;
         background      : #FF7F00;
         border          : 0.05em solid Black;
         box-shadow       : 0.2em 0.2em 0.7em Black;
         -moz-box-shadow  : 0.2em 0.2em 0.7em Black;
         -webkit-box-shadow: 0.2em 0.2em 0.7em Black;
}
#contact_field:hover {
         width           : 75%;
         -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;
}
#contact_field:hover .close_line {
         display           : none;
}
#contact_field:hover .open_line {
         display           : block;
}
#contact_field .close_line {
         display           : block;
         float             : left;
         height            : 8.0em;
         width             : 8.0em;
         top               : 0.0em;
         text-align        : center;
         font-weight       : bold;
         -moz-transform    : rotate(-90deg); /* Firefox 3.6 Firefox 4 */
         -webkit-transform : rotate(-90deg); /* Safari */
         -o-transform      : rotate(-90deg); /* Opera */
         -ms-transform     : rotate(-90deg); /* IE9 */
         transform         : rotate(-90deg); /* W3C */
}
#contact_field .open_line {
         display           : none;
         width             : 100%;
         padding           : 0.3em;
}
@media (min-width: 1000px) {
  #contact_field:hover {
         width           : 25%;
  }
}
/**/
/* Main_Sharing */
/**/
.sharing_button {
         float            : right;
         display          : block;
         margin-left      : 0.5em;
         margin-bottom    : 0.5em;
}
.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.1em solid #73264D;
         box-shadow       : 0.2em 0.2em 0.7em Black;
         -moz-box-shadow  : 0.2em 0.2em 0.7em Black;
         -webkit-box-shadow: 0.2em 0.2em 0.7em Black;
         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;
}
main .media_bottom img,
main .media_content img {
         display          : block;
         width            : 100%;
}
main .media_preview {
         display          : flex;
         flex-wrap        : wrap ;
         margin           : 0.0 auto;
         align-items      : center;
         justify-content  : center;
}
main .media_preview img {
         display          : block;
         width            : 3.0em;
         height           : 3.0em;
         object-fit       : cover;
         float            : left;
         margin           : 0.06em;
}
main figcaption {
         display         : block;
         background      : rgba(0,0,0,0.3);
         color           : White;
         font-size       : 0.7em;
         text-align      : center;
         padding         : 1.0em;
}
main .media_bottom .left,
main .media_content .left {
         display          : none;
         position         : absolute;
         top              : 40%;
         left             : 0em;
         width            : 2.5em;
         height           : 3.0em;
         background       : url(arrow_left_trans.png) no-repeat;
}
main .media_bottom .right,
main .media_content .right {
         display          : none;
         position         : absolute;
         top              : 40%;
         right            : 0em;
         width            : 2.5em;
         height           : 3.0em;
         background       : url(arrow_right_trans.png) no-repeat;
}
main .media_content:hover,
main .media_preview img:hover {
         box-shadow        : 0.2em 0.2em 0.7em Black;
         -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;
}
main .portraet {
         width             : 45%;
}
@media screen and (min-width: 64em) {
  main .media_content {
         width            : 40%;
         float            : left;
         margin-right     : 3.0em;
  }
  main .portraet {
         width             : 25%;
  }
}
/**/
/* Offer-Box */
/**/
header #offer_box {
         display          : none;
}
@media screen and (min-width: 64em) {
  header #offer_box {
         display          : block;
         position         : absolute;
         top              : 3.0em;
         right            : 5.0em;
         width            : 25.0em;
         -moz-transform   : rotate(15deg);
         -webkit-transform: rotate(15deg);
         -o-transform     : rotate(15deg);
         -ms-transform    : rotate(15deg);
         transform        : rotate(15deg);
         font-size        : 0.6em;
  }
  header #offer_box ul li:before {
         content          : url("gruen_small.jpg") " ";
  }
  header #offer_box strong {
         font-size        : 1.3em;
         font-weight      : bold;
         color            : #20D636;
  }
}
@media screen and (min-width: 75em) {
  header #offer_box {
         font-size        : 0.7em;
  }
}
@media screen and (min-width: 85em) {
  header #offer_box {
         font-size        : 0.8em;
  }
}
@media screen and (min-width: 95em) {
  header #offer_box {
         font-size        : 0.9em;
  }
}
@media screen and (min-width: 110em) {
  header #offer_box {
         font-size        : 1.0em;
  }
}/**/
/* Quick_CMS */
/**/
#quick_cms,
.preview {
         padding         : 0.2em;
         border-bottom   : 0.05em solid grey;
         color           : grey;
         font-family     : 'Arial';
         font-weight     : 400;
}
#quick_cms h4 {
         display         : inline;
         padding         : -1.0em;
         font-family     : 'Arial';
         font-weight     : 400;
}
#quick_cms a {
         color           : grey;
         text-decoration : none;
}
.quick_cms_center {
         display         : block ;
         margin-bottom   : 1.5em;
         text-align      : center;
}
.quick_cms_center fieldset {
         margin-bottom   : 2.0em;
}
.quick_cms_center label .field_title {
         width           : 70%;
         font-weight     : bold;
         float           : left;
}
.quick_cms_center label .field_date {
         width           : 30%;
         float           : left;
}
.quick_cms_center label .field_status {
         width           : 30%;
         float           : left;
}
.quick_cms_center label .field_open {
         display         : inline;
         width           : 15%;
         float           : right;
         font-size       : 0.5em;
}
.quick_cms_center label img {
         width           : 20%;
         padding-right   : 1.0em;
}
.quick_cms_center label img:hover {
          -webkit-transform : scale(1.3);
         -moz-transform    : scale(1.3);
         -ms-transform     : scale(1.3);
         -o-transform      : scale(1.3);
          transform        : scale(1.3);
         -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;
}/**/
/* Footer-Frame */
/**/
footer {
         display          : block;
         width            : 98%;
         height           : auto;
         z-index          : 1;
         margin-bottom    : 1.0em;
         padding-top      : 0.5em;
         padding-bottom   : 0.5em;
         text-align       : center;
         font-size        : 0.8em;
         color            : #73264D;
}
footer a:link,
footer a:visited,
footer a:active,
footer a:hover  {
         margin           : 0.5em;
         color            : #73264D;
         padding          : 0.1em;
         text-decoration  : none;
}
/**/
/* Anpassungen für Geräte mit mehr als 1000px */
/**/
@media (min-width: 1000px) {
  footer {
         width            : 95%;
  }
}