   @-webkit-keyframes wackeln
      {
      0% { transform: rotate(0deg); }
      5% { transform: rotate(2deg); }
      10% { transform: rotate(4deg); }
      15% { transform: rotate(6deg); }
      20% { transform: rotate(8deg); }
      25% { transform: rotate(10deg); }
      30% { transform: rotate(8deg); }
      35% { transform: rotate(6deg); }
      40% { transform: rotate(4deg); }
      45% { transform: rotate(2deg); }
      50% { transform: rotate(0deg); }
      55% { transform: rotate(-2deg); }
      60% { transform: rotate(-4deg); }
      65% { transform: rotate(-6deg); }
      70% { transform: rotate(-8deg); }
      75% { transform: rotate(-10deg); }
      80% { transform: rotate(-8deg); }
      85% { transform: rotate(-6deg); }
      90% { transform: rotate(-4deg); }
      95% { transform: rotate(-2deg); }
      100% { transform: rotate(0deg); }
      }
   @keyframes wackeln
      {
      0% { transform: rotate(0deg); }
      5% { transform: rotate(2deg); }
      10% { transform: rotate(4deg); }
      15% { transform: rotate(6deg); }
      20% { transform: rotate(8deg); }
      25% { transform: rotate(10deg); }
      30% { transform: rotate(8deg); }
      35% { transform: rotate(6deg); }
      40% { transform: rotate(4deg); }
      45% { transform: rotate(2deg); }
      50% { transform: rotate(0deg); }
      55% { transform: rotate(-2deg); }
      60% { transform: rotate(-4deg); }
      65% { transform: rotate(-6deg); }
      70% { transform: rotate(-8deg); }
      75% { transform: rotate(-10deg); }
      80% { transform: rotate(-8deg); }
      85% { transform: rotate(-6deg); }
      90% { transform: rotate(-4deg); }
      95% { transform: rotate(-2deg); }
      100% { transform: rotate(0deg); }
      }
      	      	      	
@font-face
   {
   font-family: 'chocolate';
   src: url('chocolate.ttf') format('truetype');
   font-style: normal;
   }
      	      	      	
*
{
box-sizing: border-box;
font-family: Verdana;
line-height: 150%;
}
      	      	      	
html,body
   {
   background-color: rgba(255,255,255,1);
   color: rgba(0,0,0,1);
   top: 0;
   width: 100%;
   margin: 0;
   padding: 0;
   }
   @media only screen and (max-width: 499px) { html,body { font-size: 12px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { html,body { font-size: 12px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { html,body { font-size: 14px; } }
   @media only screen and (min-width: 1200px) { html,body { font-size: 14px; } }
html { height: 100%; overflow-y: scroll; }
body { height: 100%; overflow-y: scroll; }
         body
      	{
      	background-image: url("../images/global/bg2.jpg");
      	background-attachment: fixed;
      	-webkit-background-size: cover;
      	background-size: cover;
      	background-repeat: no-repeat;
      	background-position: center center;
      	}
         	      	      	
a
   {
   color: rgba(0,25,230,1);
   text-decoration: none;
   transition: color 0.5s;
   }
      	      	      	
a:hover, a:focus, a:active
   {
   color: rgba(0,20,190,1);
   transition: color 0.5s;
   }
      	      	      	
   a img#img_kappe_link_ueberschrift
      {
      height: auto;
      width: auto;
      padding-right: 5px;
      }
      @media only screen and (max-width: 399px) { a img#img_kappe_link_ueberschrift {max-height: 14px;} }
      @media only screen and (min-width: 400px) and (max-width: 769px) { a img#img_kappe_link_ueberschrift {max-height: 16px;} }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { a img#img_kappe_link_ueberschrift {max-height: 20px;} }
      @media only screen and (min-width: 1200px) { a img#img_kappe_link_ueberschrift {max-height: 24px;} }
      	      	      	
   a img#img_kappe_link_text
      {
      height: auto;
      width: auto;
      padding-right: 5px;
      }
      @media only screen and (max-width: 399px) { a img#img_kappe_link_text {max-height: 12px;} }
      @media only screen and (min-width: 400px) and (max-width: 769px) { a img#img_kappe_link_text {max-height: 12px;} }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { a img#img_kappe_link_text {max-height: 14px;} }
      @media only screen and (min-width: 1200px) { a img#img_kappe_link_text {max-height: 14px;} }
      	      	      	
   a:hover img#img_kappe_link_ueberschrift, a:hover img#img_kappe_link_text
      {
      height: auto;
      width: auto;
      -webkit-animation: wackeln 1.5s infinite;
      animation: wackeln 1.5s infinite;
      }
      	      	      	
h1
   {
   margin-bottom: 30px;
   color: rgba(255,255,0,1);
   font-weight: bold;
   font-family: chocolate;
   text-shadow: -2px -2px 2px rgba(0,25,230,1), -2px 2px 2px rgba(0,25,230,1), 2px -2px 2px rgba(0,25,230,1), 2px 2px 2px rgba(0,25,230,1);
   }
   @media only screen and (max-width: 499px) { h1 { font-size: 36px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { h1 { font-size: 48px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { h1 { font-size: 56px; } }
   @media only screen and (min-width: 1200px) { h1 { font-size: 72px; } }
      	      	      	
h2
   {
   margin-bottom: 10px;
   color: rgba(0,0,0,1);
   font-weight: bold;
   text-align: center;
   }
   @media only screen and (max-width: 499px) { h2 { font-size: 14px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { h2 { font-size: 16px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { h2 { font-size: 20px; } }
   @media only screen and (min-width: 1200px) { h2 { font-size: 24px; } }
      	      	      	
h3
   {
   margin: 0px;
   color: rgba(0,0,0,1);
   font-weight: bold;
   }
   @media only screen and (max-width: 499px) { h3 { font-size: 14px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { h3 { font-size: 16px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { h3 { font-size: 18px; } }
   @media only screen and (min-width: 1200px) { h3 { font-size: 22px; } }
      	      	      	
h4
   {
   margin: 0px;
   color: rgba(0,0,0,1);
   font-weight: bold;
   }
   @media only screen and (max-width: 499px) { h4 { font-size: 14px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { h4 { font-size: 14px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { h4 { font-size: 16px; } }
   @media only screen and (min-width: 1200px) { h4 { font-size: 16px; } }
      	      	      	
input#checkbox_unsichtbar
   {
   
   }
      	      	      	
input#radiobutton_unsichtbar
   {
   
   }
      	      	      	
#transparent
   {
   z-index: 0;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   background-color: rgba(255,255,255,0);
   }
      	      	      	
iframe
   {
   max-width: 100%;
   }
      	      	      	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++ Stoerer +++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
            	      	      	
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++ STARTBILD GANZES FENSTER +++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
            	      	      	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++ STANDARDINHALT ++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#container
   {
   z-index: 2;
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   -webkit-align-items: stretch;
   align-items: stretch;
   align-content: center;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   position: relative;
   width: 100%;
   max-width: 1600px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   }
   @media only screen and (max-width: 869px) {#container { padding-top: 20px; }}
   @media only screen and (min-width: 870px) {#container { padding-top: 70px; }}
      	      	      	
#content
   {
   margin-bottom: 40px;
   }
   @media only screen and (max-width: 499px) { #content {width: 95%;} }
   @media only screen and (min-width: 500px) and (max-width: 769px) { #content {width: 90%;} }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { #content {width: 90%;} }
   @media only screen and (min-width: 1200px) and (max-width: 1599px) { #content {width: 90%;} }
   @media only screen and (min-width: 1600px) { #content {width: 80%;} }
      	      	      	
   .text_links
      {
      text-align: left;
      }
      	      	      	
   .text_rechts
      {
      text-align: right;
      }
      	      	      	
   .text_zentral
      {
      text-align: center;
      }
      	      	      	
   .text_block
      {
      text-align: justify;
      }
      	      	      	
#column
   {
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   -webkit-align-items: stretch;
   align-items: stretch;
   align-content: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   position: relative;
   width: 100%;
   text-align: justify;
   }
      	      	      	
#row
   {
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   -webkit-align-items: stretch;
   align-items: stretch;
   align-content: center;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   position: relative;
   width: 100%;
   margin-top: 30px;
   text-align: justify;
   }
      	      	      	
   #linke_seite, #rechte_seite
      {
      padding: 0px 20px;
      }
      @media only screen and (max-width: 499px) { #linke_seite, #rechte_seite { width: 100%; } }
      @media only screen and (min-width: 500px) and (max-width: 769px) { #linke_seite, #rechte_seite { width: 100%; } }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #linke_seite, #rechte_seite { width: 50%; } }
      @media only screen and (min-width: 1200px) { #linke_seite, #rechte_seite { width: 50%; } }
      	      	      	
   #volle_seite, #breite_seite, #schmale_seite
      {
      padding: 0px 20px;
      }
      @media only screen and (max-width: 499px) { #volle_seite { width: 100%; } }
      @media only screen and (min-width: 500px) and (max-width: 769px) { #volle_seite { width: 100%; } }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #volle_seite { width: 100%; } }
      @media only screen and (min-width: 1200px) { #volle_seite { width: 100%; } }
      	@media only screen and (max-width: 499px) { #breite_seite { width: 100%; } }
      	@media only screen and (min-width: 500px) and (max-width: 769px) { #breite_seite { width: 100%; } }
      	@media only screen and (min-width: 770px) and (max-width: 1199px) { #breite_seite { width: 60%; } }
      	@media only screen and (min-width: 1200px) { #breite_seite { width: 65%; } }
      	   @media only screen and (max-width: 499px) { #schmale_seite { width: 100%; } }
      	   @media only screen and (min-width: 500px) and (max-width: 769px) { #schmale_seite { width: 100%; } }
      	   @media only screen and (min-width: 770px) and (max-width: 1199px) { #schmale_seite { width: 40%; } }
      	   @media only screen and (min-width: 1200px) { #schmale_seite { width: 35%; } }
      	      	      	
      #box_content
      	{
      	width: 100%;
      	background-color: rgba(255,255,255,0.6);
      	border-radius: 5px;
      	}
      	@media only screen and (max-width: 769px) { #box_content { margin-bottom: 20px; padding: 15px 15px; } }
      	@media only screen and (min-width: 770px) { #box_content { margin-bottom: 30px; padding: 25px 25px; } }
      	      	      	
   #banner_start
      {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center;
      align-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      position: relative;
      width: 100%;
      }
      @media only screen and (max-width: 499px) { #banner_start { width: 95%; } }
      @media only screen and (min-width: 500px) and (max-width: 769px) { #banner_start { width: 85%; } }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #banner_start { width: 70%; } }
      @media only screen and (min-width: 1200px) { #banner_start { width: 65%; } }
      	      	      	
      #banner_start img#img_banner_start
      {
      position: relative;
      width: auto;
      height: auto;
      max-width: 100%;
      }
      	      	      	
   #text
      {
      width: 100%;
      }
      	      	      	
      #text img
      	{
      	max-width: 100%;
      	}
      	      	      	
      #fb_rahmen
      	{
      	width: 100%;
      	height: 800px;
      	margin-left: auto;
      	margin-right: auto;
      	text-align: center;
      	overflow: hidden;
      	}
      	      	      	
      	iframe
      	   {
      	   width: 100%;
      	   max-width: 500px;
      	   height: 800px;
      	   margin-left: auto;
      	   margin-right: auto;
      	   text-align: center;
      	   border: solid 5px green;
      	   overflow: hidden;
      	   }
      	      	      	
/* -------------------- BUTTONS -------------------- */
button, a#button
   {
   position: relative;
   display: inline-block;
   margin: 0px;
   padding: 10px 30px;
   color: rgba(0,25,230,1);
   background: rgba(255,255,255,0);
   border-style: none;
   border-width: 2px;
   border-color:  rgba(0,25,230,1);
   text-align: center;
   font-weight: bold;
   font-size: 18px;
   transition: all 0.3s ease-in-out;
   cursor: pointer;
   }
      	      	      	
   button:before, button:after, a#button:before, a#button:after
      {
      content: '';
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      border-style: solid;
      border-color: rgba(0,25,230,1);
      transition: all 0.3s ease-in-out;
      }
      	      	      	
   button:before, a#button:before
      {
      z-index: 5;
      top: 0px;
      right: 0px;
      border-width: 2px 2px 0px 0px;
      }
      	      	      	
   button:after, a#button:after
      {
      bottom: 0px;
      left: 0px;
      background-image: none;
      border-width: 0px 0px 2px 2px;
      }
      	      	      	
   button:hover:before, button:hover:after, a#button:hover:before, a#button:hover:after
      {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      background-image: none;
      border-color: rgba(0,20,190,1);
      filter: grayscale(0%);
      transition: all 0.3s ease-in-out;
      }
      	      	      	
   button:hover, a#button:hover
      {
      color: rgba(0,20,190,1);
      background-color: rgba(255,255,255,0);
      border-color: rgba(0,20,190,1);
      }
      	      	      	
/* --------------- MOBIL --------------- */
@media only screen and (max-width: 869px)
   {
   .links_oben_1 { order: 1; }
   .rechts_oben_1 { order: 2; }
   .links_unten_1 { order: 3; }
   .rechts_unten_1 { order: 4; }
   .links_oben_2 { order: 5; }
   .rechts_oben_2 { order: 6; }
   .links_unten_2 { order: 7; }
   .rechts_unten_2 { order: 8; }
      	      	      	
   #rechts_oben, #links_unten
      {
      padding-left: 10px;
      padding-right: 10px;
      }
      	      	      	
   #links_oben, #rechts_oben, #links_unten, #rechts_unten, #links_oben_or, #rechts_oben_or, #links_unten_or, #rechts_unten_or { position: relative; width: 100%; margin: 15px 0px; }
      	      	      	
      	#rechts_oben:before, #rechts_oben:after, #links_unten:before, #links_unten:after
      	   {
      	   content: '';
      	   position: absolute;
      	   display: block;
      	   width: calc(16% + 1px);
      	   height: calc(16% + 1px);
      	   border-style: solid;
      	   }
      	   #rechts_oben:before, #rechts_oben:after { border-color: rgba(0,25,230,1); }
      	   #links_unten:before, #links_unten:after { border-color: rgba(0,25,230,1); }
      	      	      	
      	#rechts_oben:before, #links_unten:before
      	   {
      	   z-index: 7;
      	   top: -3px;
      	   right: -3px;
      	   border-width: 3px 3px 0px 0px;
      	   }
      	      	      	
      	#rechts_oben:after, #links_unten:after
      	   {
      	   z-index: 6;
      	   bottom: -14px;
      	   left: 7px;
      	   background-image: none;
      	   border-width: 0px 0px 3px 3px;
      	   }
   }
      	      	      	
/* --------------- DESKTOP --------------- */
@media only screen and (min-width: 870px)
   {
   #links_oben, #rechts_oben, #links_unten, #rechts_unten
      {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-align-items: stretch;
      align-items: stretch;
      align-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      position: relative;
      margin-bottom: 80px;
      text-align: center;
      }
      	      	      	
   #links_oben, #rechts_unten
      {
      width: 45%;
      }
      	      	      	
   #rechts_oben, #links_unten, #links_oben_or, #rechts_oben_or, #links_unten_or, #rechts_unten_or
      {
      width: 55%;
      }
      	      	      	
   #rechts_oben:before, #rechts_oben:after, #links_unten:before, #links_unten:after
      {
      content: '';
      position: absolute;
      display: block;
      width: calc(16% + 1px);
      height: calc(16% + 1px);
      border-style: solid;
      }
      #rechts_oben:before, #rechts_oben:after { border-color: rgba(0,25,230,1); }
      #links_unten:before, #links_unten:after { border-color: rgba(0,25,230,1); }
      	      	      	
   #rechts_oben:before, #links_unten:before
      {
      z-index: 5;
      top: -12px;
      right: -12px;
      border-width: 4px 4px 0px 0px;
      }
      	      	      	
   #rechts_oben:after, #links_unten:after
      {
      bottom: -12px;
      left: -12px;
      background-image: none;
      border-width: 0px 0px 4px 4px;
      }
      	      	      	
   #rechts_oben
      {
      border-style: solid;
      border-width: 3px;
      border-color: rgba(0,25,230,1);
      }
      	      	      	
   #links_unten
      {
      border-style: solid;
      border-width: 3px;
      border-color: rgba(0,25,230,1);
      }
      	      	      	
   #links_oben
      {
      padding-left: 5%;
      padding-right: 5%;
      }
      	      	      	
   #rechts_unten
      {
      padding-left: 5%;
      padding-right: 5%;
      }
      	      	      	
   #links_oben, #rechts_unten
      {
      text-align: center;
      }
      	      	      	
   #rechts_oben, #links_unten
      {
      padding-top: 5px;
      padding-bottom: 5px;
      text-align: center;
      }
   }
      	      	      	
      	#rahmen_bild
      	   {
      	   position: relative;
      	   display: -webkit-flex;
      	   display: -webkit-box;
      	   display: -ms-flexbox;
      	   display: flex;
      	   flex-direction: column;
      	   flex-wrap: wrap;
      	   -webkit-align-items: center;
      	   align-items: center;
      	   align-content: center;
      	   -webkit-justify-content: center;
      	   justify-content: center;
      	   width: auto;
      	   height: auto;
      	   margin-left: auto;
      	   margin-right: auto;
      	   padding: 0;
      	   }
      	   @media only screen and (max-width: 499px) { #links_oben #rahmen_bild, #rechts_unten #rahmen_bild { max-width: 90%; max-height: 300px; }}
      	   @media only screen and (min-width: 500px) and (max-width: 869px) { #links_oben #rahmen_bild, #rechts_unten #rahmen_bild { max-width: 80%; max-height: 400px; }}
      	   @media only screen and (min-width: 870px) and (max-width: 1199px) { #links_oben #rahmen_bild, #rechts_unten #rahmen_bild { max-width: 90%; max-height: 400px; }}
      	   @media only screen and (min-width: 1200px) { #links_oben #rahmen_bild, #rechts_unten #rahmen_bild { max-width: 80%; max-height: 500px; }}
      	      	      	
      	#links_oben #rahmen_bild:before, #links_oben #rahmen_bild:after, #rechts_unten #rahmen_bild:before, #rechts_unten #rahmen_bild:after
      	   {
      	   content: '';
      	   position: absolute;
      	   display: block;
      	   width: calc(16% + 1px);
      	   height: calc(16% + 1px);
      	   border-style: solid;
      	   }
      	   #links_oben #rahmen_bild:before, #links_oben #rahmen_bild:after { border-color: rgba(0,25,230,1); }
      	   #rechts_unten #rahmen_bild:before, #rechts_unten #rahmen_bild:after { border-color: rgba(0,25,230,1); }
      	      	      	
      	#rahmen_bild:before
      	   {
      	   top: -10px;
      	   right: -10px;
      	   border-width: 4px 4px 0px 0px;
      	   }
      	      	      	
      	#rahmen_bild:after
      	   {
      	   bottom: -10px;
      	   left: -10px;
      	   background-image: none;
      	   border-width: 0px 0px 4px 4px;
      	   }
      	      	      	
   #links_oben img, #rechts_oben img, #links_unten img, #rechts_unten img
      {
      width: auto;
      height: auto;
      max-width: 100%;
      }
      	      	      	
      #rahmen_bild img
      	{
      	width: auto;
      	height: auto;
      	max-width: 100%;
      	}
      	      	      	
      #links_oben img, #rechts_unten img
      	{
      	position: relative;
      	width: auto;
      	height: auto;
      	max-width: 100%;
      	margin-left: auto;
      	margin-right: auto;
      	}
      	@media only screen and (max-width: 499px) { #links_oben img, #rechts_unten img { max-height: 300px; }}
      	@media only screen and (min-width: 500px) and (max-width: 869px) { #links_oben img, #rechts_unten img { max-height: 400px; }}
      	@media only screen and (min-width: 870px) and (max-width: 1199px) { #links_oben img, #rechts_unten img { max-height: 400px; }}
      	@media only screen and (min-width: 1200px) { #links_oben img, #rechts_unten img { max-height: 500px; }}
      	      	      	
      #content_innen
      	{
      	position: relative;
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	flex-wrap: wrap;
      	-webkit-align-items: center;
      	align-items: center;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	height: 100%;
      	margin: 5px;
      	padding: 10px;
      	}
      	@media only screen and (max-width: 869px) {#content_innen { width: 100%; }}
      	@media only screen and (min-width: 870px) {#content_innen { width: 100%; }}

       	#rechts_oben #content_innen
      	   {
      	   background-color: rgba(255,255,255,0.6);
      	   }

      	#links_unten #content_innen
      	   {
      	   background-color: rgba(255,255,255,0.6);
      	   }
      	      	      	
   .bildunterschrift
      {
      margin-top: 10px;
      }
      	      	      	
   img#ansprechpartner
      {
      width: auto;
      height: auto;
      max-width: 250px;
      max-height: auto;
      }
      	      	      	
   img#praesidenten
      {
      width: auto;
      height: auto;
      max-width: 300px;
      max-height: 300px;
      }
      	      	      	
#gmeg_map_canvas a, #gmeg_map_canvas a:before, #gmeg_map_canvas a#after
   {
   border: none;
   }
      	      	      	
table
   {
   }
      	      	      	
   td
      {
      vertical-align: top;
      }
      	      	      	
   /* ####################################################### */
   /* ########################  MENUE  ######################## */
   /* ####################################################### */
      	/* ##########  MOBILE ANSICHT ########## */
.menue a, .submenue1 a, submenue2 a { color: rgba(0,25,230,1); }
.menue a:hover, .submenue1 a:hover, submenue2 a:hover { color: rgba(0,20,190,1); }
@media only screen and (max-width: 869px)
   {
   input#mobil_menue_an_aus { display: none; }
   label.lbl_mobil_menue_an_aus
      {
      z-index: 990;
      display: block;
      background-color: rgba(255,255,150,1);
      width: 60px;
      height: 50px; 
      position: fixed; 
      right: 0;
      top: 0;
      border-radius: 0px; 
      box-shadow: -1px 1px 1px rgba(0,0,0,1);
      }
      	      	      	
      .line
      	{ 
      	position: absolute;
      	display: block; 
      	left:5px;
      	width: 50px; 
      	height: 4px;
      	background: rgba(0,25,230,1);
      	border-radius: 2px;
      	transition: 0.5s; 
      	transform-origin: center; 
      	}
      	.line:nth-child(1) { top: 12px; }
      	.line:nth-child(2) { top: 24px; }
      	.line:nth-child(3) { top: 36px; }
      	      	      	
      	input#mobil_menue_an_aus:checked + label.lbl_mobil_menue_an_aus .line:nth-child(1) { transform: translateY(12px) rotate(-45deg); }
      	input#mobil_menue_an_aus:checked + label.lbl_mobil_menue_an_aus .line:nth-child(2) { opacity: 0; }
      	input#mobil_menue_an_aus:checked + label.lbl_mobil_menue_an_aus .line:nth-child(3) { transform: translateY(-12px) rotate(45deg); }
      	      	      	
   .menue
      {
      z-index: 900;
      position: fixed;
      display: none;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 0px;
      font-weight: bold;
      overflow-x: hidden;
      overflow-y: scroll;
      background-color: rgba(255,255,150,1);
      }
      	      	    
      input#mobil_menue_an_aus:checked ~ .menue
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: stretch;
      	align-items: stretch;
      	align-content: flex-start;
      	-webkit-justify-content: flex-start;
      	justify-content: flex-start;
      	}
      	      	      	
      #menue_kein_link
      	{
      	color: rgba(0,0,0,1);
      	background-color: rgba(0,0,0,0);
      	border-top: solid 1px rgba(0,0,0,1);
      	text-align: left;
      	}
      	      	      	
      #menue_kein_link #menue_rahmen_bild
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: center;
      	align-items: center;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	flex-grow: 0;
      	width: 40px;
      	height: 30px;
      	padding: 2px;
      	text-align: center;
      	}
      	      	      	
      	#menue_kein_link #menue_innen img
      	   {
      	   width: auto;
      	   height: 18px;
      	   max-width: 100%;
      	   max-height: 100%;
      	   margin: 0px 5px 0px 0px;
      	   filter: grayscale(100%);
      	   }
      	      	      	
      #menue_kein_link p
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: flex-start;
      	align-items: flex-start;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	flex-grow: 1;
      	margin: 0px 0px 0px 5px;
      	}
      	      	      	
   #menue_link
      {
      cursor: pointer;
      text-align: left;
      color: rgba(0,25,230,1);
      background-color: rgba(255,255,150,1);
      border-top: solid 1px rgba(0,0,0,1);
      transition: color 0.5s ease;
      }
      	      	      	
      #menue_link #menue_rahmen_bild
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: center;
      	align-items: center;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	flex-grow: 0;
      	width: 40px;
      	height: 30px;
      	padding: 2px;
      	text-align: center;
      	}
      	      	      	
      	#menue_link #menue_innen img
      	   {
      	   width: auto;
      	   height: 18px;
      	   max-width: 100%;
      	   max-height: 100%;
      	   margin: 0px 5px 0px 0px;
      	   filter: grayscale(0%);
      	   transition: filter 0.5s ease;
      	   }
      	      	      	
      	   #menue_link:focus, #menue_link:active, #menue_link:hover
      	      {
      	      color: rgba(0,20,190,1);
      	      background-color: rgba(255,255,75,1);
      	      transition: color 0.5s ease;
      	      }
      	      	      	
      	      #menue_link:focus #menue_innen img, #menue_link:active #menue_innen img, #menue_link:hover #menue_innen img
      	      	{
      	      	filter: grayscale(100%);
      	      	transition: filter 0.5s ease;
      	      	}
      	      	      	
      #menue_link p
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: flex-start;
      	align-items: flex-start;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	flex-grow: 1;
      	margin: 0px 0px 0px 5px;
      	}
      	      	      	
   #menue_innen
      {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      -webkit-align-items: stretch;
      align-items: stretch;
      align-content: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      width: 100%;
      padding: 5px;
      }
      	      	      	




   .submenue1
      {
      position: relative;
      display: none;
      width: 100%;
      margin-left: 45px;
      padding: 0px;
      }
      	      	      	
      input.menue_checkbox { display: none; }
      input.menue_checkbox:checked ~ .submenue1
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: stretch;
      	align-items: stretch;
      	align-content: flex-end;
      	-webkit-justify-content: flex-end;
      	justify-content: flex-end;
      	}
      	      	      	
      #submenue1_kein_link
      	{
      	color: rgba(0,0,0,1);
      	background-color: rgba(0,0,0,0);
      	border-top: solid 1px rgba(0,0,0,1);
      	text-align: right;
      	}
      	      	      	
      #submenue1_kein_link #menue_rahmen_bild
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: center;
      	align-items: center;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	flex-grow: 0;
      	width: 40px;
      	height: 30px;
      	padding: 2px;
      	text-align: center;
      	}
      	      	      	
      	#submenue1_kein_link #submenue1_innen img
      	   {
      	   width: auto;
      	   height: 18px;
      	   max-width: 100%;
      	   max-height: 100%;
      	   margin: 0px 5px 0px 0px;
      	   filter: grayscale(100%);
      	   }
      	      	      	
      #submenue1_kein_link p
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: flex-start;
      	align-items: flex-start;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	flex-grow: 1;
      	margin: 0px 0px 0px 5px;
      	}
      	      	      	
   #submenue1_link
      {
      cursor: pointer;
      text-align: right;
      color: rgba(0,25,230,1);
      background-color: rgba(255,255,150,1);
      border-top: solid 1px rgba(0,0,0,1);
      transition: color 0.5s ease;
      }
      	      	      	
      #submenue1_link #submenue1_rahmen_bild
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: center;
      	align-items: center;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	flex-grow: 0;
      	width: 40px;
      	height: 30px;
      	padding: 2px;
      	text-align: center;
      	}
      	      	      	
      	#submenue1_link #submenue1_innen img
      	   {
      	   width: auto;
      	   height: 18px;
      	   max-width: 100%;
      	   max-height: 100%;
      	   margin: 0px 5px 0px 0px;
      	   filter: grayscale(0%);
      	   transition: filter 0.5s ease;
      	   }
      	      	      	
      	   #submenue1_link:focus, #submenue1_link:active, #submenue1_link:hover
      	      {
      	      color: rgba(0,20,190,1);
      	      background-color: rgba(255,255,75,1);
      	      transition: color 0.5s ease;
      	      }
      	      	      	
      	      #submenue1_link:focus #submenue1_innen img, #submenue1_link:active #submenue1_innen img, #submenue1_link:hover #submenue1_innen img
      	      	{
      	      	filter: grayscale(100%);
      	      	transition: filter 0.5s ease;
      	      	}
      	      	      	
      #submenue1_link p
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: flex-start;
      	align-items: flex-start;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	flex-grow: 1;
      	margin: 0px 0px 0px 5px;
      	}
      	      	      	
   #submenue1_innen
      {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      -webkit-align-items: stretch;
      align-items: stretch;
      align-content: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      width: 100%;
      padding: 5px;
      }
      	      	      	





   .submenue2
      {
      position: relative;
      display: none;
      width: 100%;
      margin-left: 45px;
      padding: 0px;
      }
      	      	      	
      input.submenue1_checkbox { display: none; }
      input.submenue1_checkbox:checked ~ .submenue2
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: stretch;
      	align-items: stretch;
      	align-content: flex-end;
      	-webkit-justify-content: flex-end;
      	justify-content: flex-end;
      	}
      	      	      	
      #submenue2_kein_link
      	{
      	color: rgba(0,0,0,1);
      	background-color: rgba(0,0,0,0);
      	border-top: solid 1px rgba(0,0,0,1);
      	text-align: right;
      	}
      	      	      	
      #submenue2_kein_link #menue_rahmen_bild
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: center;
      	align-items: center;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	flex-grow: 0;
      	width: 40px;
      	height: 30px;
      	padding: 2px;
      	text-align: center;
      	}
      	      	      	
      	#submenue2_kein_link #submenue2_innen img
      	   {
      	   width: auto;
      	   height: 18px;
      	   max-width: 100%;
      	   max-height: 100%;
      	   margin: 0px 5px 0px 0px;
      	   filter: grayscale(100%);
      	   }
      	      	      	
      #submenue2_kein_link p
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: flex-start;
      	align-items: flex-start;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	flex-grow: 1;
      	margin: 0px 0px 0px 5px;
      	}
      	      	      	
   #submenue2_link
      {
      cursor: pointer;
      text-align: right;
      color: rgba(0,25,230,1);
      background-color: rgba(255,255,150,1);
      border-top: solid 1px rgba(0,0,0,1);
      transition: color 0.5s ease;
      }
      	      	      	
      #submenue2_link #submenue2_rahmen_bild
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: center;
      	align-items: center;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	flex-grow: 0;
      	width: 40px;
      	height: 30px;
      	padding: 2px;
      	text-align: center;
      	}
      	      	      	
      	#submenue2_link #submenue2_innen img
      	   {
      	   width: auto;
      	   height: 18px;
      	   max-width: 100%;
      	   max-height: 100%;
      	   margin: 0px 5px 0px 0px;
      	   filter: grayscale(0%);
      	   transition: filter 0.5s ease;
      	   }
      	      	      	
      	   #submenue2_link:focus, #submenue2_link:active, #submenue2_link:hover
      	      {
      	      color: rgba(0,20,190,1);
      	      background-color: rgba(255,255,75,1);
      	      transition: color 0.5s ease;
      	      }
      	      	      	
      	      #submenue2_link:focus #submenue2_innen img, #submenue2_link:active #submenue2_innen img, #submenue2_link:hover #submenue2_innen img
      	      	{
      	      	filter: grayscale(100%);
      	      	transition: filter 0.5s ease;
      	      	}
      	      	      	
      #submenue2_link p
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	-webkit-align-items: flex-start;
      	align-items: flex-start;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	flex-grow: 1;
      	margin: 0px 0px 0px 5px;
      	}
      	      	      	
   #submenue2_innen
      {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      -webkit-align-items: stretch;
      align-items: stretch;
      align-content: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      width: 100%;
      padding: 5px;
      }
   }



      	      	      	
/* ##########  DESKTOPANSICHT ########## */
@media only screen and (min-width: 870px)
   {
   input#mobil_menue_an_aus { display: none; }
   label.lbl_mobil_menue_an_aus { display: none; }
      	      	      	
   .menue
      {
      z-index: 900;
      position: fixed;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      -webkit-align-items: stretch;
      align-items: stretch;
      align-content: center;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      background-color: rgba(255,255,150,1);
      border-bottom: solid 1px rgba(0,0,0,1);
      overflow: hidden;
      top: 0px;
      left: 0;
      width: 100%;
      height: 50px;
      padding: 10px;
      font-weight: bold;
      }
      	      	      	
      .menue:hover
      	{
      	
      	}
      	      	      	
   #menue_kein_link
      {
      text-align: center;
      color: rgba(0,0,0,1);
      border-radius: 3px;
      }
      	      	      	
      #menue_kein_link #menue_innen img
      	{
      	width: auto;
      	height: 25px;
      	margin: 0px 0px 5px 0px;
      	filter: grayscale(100%);
      	}
      	      	      	
      #menue_kein_link p
      	{
      	margin: 0px 0px 0px 0px;
      	}
      	      	      	
   #menue_link
      {
      cursor: pointer;
      text-align: center;
      color: rgba(0,25,230,1);
      border-radius: 3px;
      transition: color 0.5s ease;
      }
      	      	      	
      #menue_link #menue_innen img
      	{
      	width: auto;
      	height: 25px;
      	margin: 0px 0px 5px 0px;
      	filter: grayscale(0%);
      	transition: filter 0.5s ease;
      	}
      	      	      	
      	#menue_link:focus, #menue_link:active, #menue_link:hover
      	   {
      	   color: rgba(0,20,190,1);
      	   transition: color 0.5s ease;
      	   }
      	      	      	
      	   #menue_link:focus #menue_innen img, #menue_link:active #menue_innen img, #menue_link:hover #menue_innen img
      	      {
      	      filter: grayscale(100%);
      	      transition: filter 0.5s ease;
      	      }
      	      	      	
      	#menue_link p
      	   {
      	   margin: 0px 0px 0px 0px;
      	   }
      	      	      	
   #menue_innen
      {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      align-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%;
      padding: 5px;
      }
      	      	      	
   .submenue1
      {
      z-index: 800;
      position: fixed;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      -webkit-align-items: stretch;
      align-items: stretch;
      align-content: center;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      background-color: rgba(255,255,150,1);
      border-bottom: solid 1px rgba(0,0,0,1);
      overflow: hidden;
      top: 49px;
      left: -100%;
      width: 100%;
      height: 50px;
      padding: 10px;
      font-weight: bold;
      transition: left 1000ms ease;
      transition-delay: 0.5s;
      }
      	      	      	
      .submenue1:hover
      	{
      	left: 0;
      	transition: left 1000ms ease;
      	transition-delay: 0s;
      	}
      	      	      	
      #menue_link:hover > .submenue1
      	{
      	left: 0;
      	transition: left 1000ms ease;
      	transition-delay: 0s;
      	}
      	      	      	
      input.menue_checkbox { display: none; }
      	      	      	
   #submenue1_kein_link
      {
      text-align: center;
      color: rgba(0,0,0,1);
      border-radius: 3px;
      }
      	      	      	
      #submenue1_kein_link #submenue1_innen img
      	{
      	width: auto;
      	height: 25px;
      	margin: 0px 0px 5px 0px;
      	filter: grayscale(100%);
      	}
      	      	      	
      #submenue1_kein_link p
      	{
      	margin: 5px 0px 0px 0px;
      	}
      	      	      	
   #submenue1_link
      {
      text-align: center;
      color: rgba(0,25,230,1);
      border-radius: 3px;
      transition: color 0.5s ease;
      }
      	      	      	
      #submenue1_link #submenue1_innen img
      	{
      	width: auto;
      	height: 25px;
      	margin: 0px 0px 5px 0px;
      	filter: grayscale(0%);
      	transition: filter 0.5s ease;
      	}
      	      	      	
      	#submenue1_link:focus, #submenue1_link:active, #submenue1_link:hover
      	   {
      	   color: rgba(0,20,190,1);
      	   transition: color 0.5s ease;
      	   }
      	      	      	
      	   #submenue1_link:focus #submenue1_innen img, #submenue1_link:active #submenue1_innen img, #submenue1_link:hover #submenue1_innen img
      	      {
      	      filter: grayscale(100%);
      	      transition: filter 0.5s ease;
      	      }
      	      	      	
      	#submenue1_link p
      	   {
      	   margin: 0px 0px 0px 0px;
      	   }
      	      	      	
   #submenue1_innen
      {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      align-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%;
      padding: 5px;
      }
      	      	      	
   .submenue2
      {
      z-index: 800;
      position: fixed;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      -webkit-align-items: stretch;
      align-items: stretch;
      align-content: center;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      background-color: rgba(255,255,150,1);
      border-bottom: solid 1px rgba(0,0,0,1);
      overflow: hidden;
      top: 98px;
      left: 100%;
      width: 100%;
      min-height: 50px;
      height: auto;
      padding: 10px;
      font-weight: bold;
      transition: left 1000ms ease;
      transition-delay: 0.5s;
      }
      	      	      	
      .submenue2:hover
      	{
      	left: 0;
      	transition: left 1000ms ease;
      	transition-delay: 0s;
      	}
      	      	      	
      #submenue1_link:hover > .submenue2
      	{
      	left: 0;
      	transition: left 1000ms ease;
      	transition-delay: 0s;
      	}
      input.submenue1_checkbox { display: none; }
      	      	      	
   #submenue2_kein_link
      {
      text-align: center;
      color: rgba(0,0,0,1);
      border-radius: 3px;
      }
      	      	      	
      #submenue2_kein_link #submenue2_innen img
      	{
      	width: auto;
      	height: 25px;
      	margin: 0px 0px 5px 0px;
      	filter: grayscale(100%);
      	}
      	      	      	
      #submenue2_kein_link p
      	{
      	margin: 0px 0px 0px 0px;
      	}
      	      	      	
   #submenue2_link
      {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      align-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center;
      color: rgba(0,25,230,1);
      border-radius: 3px;
      transition: color 0.5s ease;
      }
      	      	      	
      #submenue2_link #submenue2_innen img
      	{
      	width: auto;
      	height: 25px;
      	margin: 0px 0px 5px 0px;
      	filter: grayscale(0%);
      	transition: filter 0.5s ease;
      	}
      	      	      	
      	#submenue2_link:focus, #submenue2_link:active, #submenue2_link:hover
      	   {
      	   color: rgba(0,20,190,1);
      	   transition: color 0.5s ease;
      	   }
      	      	      	
      	   #submenue2_link:focus #submenue2_innen img, #submenue2_link:active #submenue2_innen img, #submenue2_link:hover #submenue2_innen img
      	      {
      	      filter: grayscale(100%);
      	      transition: filter 0.5s ease;
      	      }
      	      	      	
      	#submenue2_link p
      	   {
      	   margin: 0px 0px 0px 0px;
      	   }
      	      	      	
   #submenue2_innen
      {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      align-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%;
      padding: 5px;
      }
   }
      	      	      	






      	      	      	





      	      	      	
      	      	      	
   /* ####################################################### */
   /* #######################  KONTAKT  ####################### */
   /* ####################################################### */
      #kontakt
   {
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   -webkit-align-items: center;
   align-items: center;
   align-content: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   }
      	      	      	
   #kontakt a#anker
      {
      width: 100%;
      margin-bottom: 20px;
      text-align: justify;
      color: rgba(0,0,0,1);
      }
      	      	      	
      #kontakt a#anker:hover, #kontakt a#anker:focus, #kontakt a#anker:active
      	{
      	color: rgba(0,0,0,1);
      	}
      	      	      	
   #kontakt form
      {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-align-items: stretch;
      align-items: stretch;
      align-content: flex-start;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      width: 100%;
      margin-top: 20px;
      }
      	      	      	
   .eingabefeld
      {
      position: relative;
      padding: 0px 10px 30px 10px;
      }
      #eingabefeld_100 { width: 100%; }
      	@media only screen and (max-width: 769px) { #eingabefeld_50 { width: 100%; } }
      	@media only screen and (min-width: 770px) { #eingabefeld_50 { width: 50%; } }
      	   @media only screen and (max-width: 499px) { #eingabefeld_30 { width: 100%; } }
      	   @media only screen and (min-width: 500px) and (max-width: 769px) { #eingabefeld_30 { width: 30%; } }
      	   @media only screen and (min-width: 770px) and (max-width: 1199px) { #eingabefeld_30 { width: 50%; } }
      	   @media only screen and (min-width: 1200px) { #eingabefeld_30 { width: 30%; } }
      	      	      	
      .eingabefeld input
      	{
      	position: relative;
      	width: 100%;
      	height: 25px;
      	padding: 2px 5px;
      	background-color: rgba(255,255,255,0);
      	border-style: solid;
      	border-width: 2px;
      	border-top-color: rgba(100,100,100,0);
      	border-left-color: rgba(100,100,100,0);
      	border-bottom-color: rgba(100,100,100,1);
      	border-right-color: rgba(175,175,175,0);
      	outline: 0;
      	font-size: 16px;
      	font-weight: bold;
      	transition: all 0.3s;
      	}
      	      	      	
      	.eingabefeld input:focus
      	   {
      	   width: 100%;
      	   transition: all 0.3s;
      	   }
      	      	      	
      	.eingabefeld input:required:invalid
      	   {
      	   outline: none;
      	   box-shadow: 0px 0px 0px rgba(0,0,0,0);
      	   }
      	      	      	
      .eingabefeld label
      	{
      	position: absolute;
      	top: 0px;
      	left: 15px;
      	font-size: 12px;
      	pointer-events: none;
      	transform: translateY(-15px);
      	transition: all 0.3s;
      	cursor: text;
      	white-space: nowrap;
      	}
      	.eingabefeld label#pflicht { color: rgba(0,0,0,1); }
      	.eingabefeld label#optional { color: rgba(0,0,0,0.5); }
      	      	      	
      	.eingabefeld input:placeholder-shown + label
      	   {
      	   font-size: 16px;
      	   transform: translateY(-2px);
      	   }
      	   .eingabefeld input.pflicht:placeholder-shown + label#pflicht { color: rgba(0,0,0,1); }
      	   .eingabefeld input.optional:placeholder-shown + label#optional { color: rgba(0,0,0,0.5); }
      	      	      	
      	.eingabefeld input:focus +label
      	   {
      	   font-size: 12px;
      	   transform: translateY(-15px);
      	   }
      	      	      	
      .eingabefeld textarea
      	{
      	position: relative;
      	width: 100%;
      	height: 150px;
      	padding: 5px 5px;
      	background-color: rgba(255,255,255,0);
      	border-style: solid;
      	border-width: 2px;
      	border-top-color: rgba(100,100,100,0);
      	border-left-color: rgba(100,100,100,0);
      	border-bottom-color: rgba(100,100,100,1);
      	border-right-color: rgba(175,175,175,0);
      	outline: 0;
      	font-size: 16px;
      	font-weight: bold;
      	resize: none;
      	transition: all 0.3s;
      	}
      	      	      	
      	.eingabefeld textarea.pflicht:required:invalid
      	   {
      	   outline: none;
      	   box-shadow: 0px 0px 0px rgba(0,0,0,0);
      	   }
      	      	      	
      	.eingabefeld textarea:placeholder-shown + label
      	   {
      	   font-size: 16px;
      	   transform: translateY(-2px);
      	   }
      	      	      	
      	.eingabefeld textarea:focus +label
      	   {
      	   font-size: 12px;
      	   transform: translateY(-15px);
      	   }
      	      	      	      	      	      	
   /* ####################################################### */
   /* #######################  TERMINE   ####################### */
   /* ####################################################### */
      #terminliste
   {
   
   }
      	      	      	
   #termine
      {
      
      }
      	      	      	
      #termine_details
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: row;
      	flex-wrap: wrap;
      	-webkit-align-items: stretch;
      	align-items: stretch;
      	align-content: flex-start;
      	-webkit-justify-content: flex-start;
      	justify-content: flex-start;
      	position: relative;
      	width: 100%;
      	margin-bottom: 25px;
      	padding: 0px;
      	text-align: justify;
      	}
      	      	      	
      	a#infobox_termine_ort
      	   {
      	   z-index: 100;
      	   }
      	      	      	
      	   a#infobox_termine_ort:hover, a#infobox_termine_ort:active, a#infobox_termine_ort:focus
      	      {
      	      
      	      }
      	      	      	
      	   a#infobox_termine_ort + span
      	      {
      	      z-index: 99;
      	      position: absolute;
      	      bottom: 0;
      	      width: 100%;
      	      padding: 2px;
      	      cursor: text;
      	      color: rgba(0,0,0,1);
      	      background-color: rgba(255,255,255,0.9);
      	      box-shadow: 0px 0px 2px rgba(0,0,0,1);
      	      text-align: left;
      	      opacity: 0;
      	      transition: opacity 0.5s ease;
      	      pointer-events: none;
      	      }
      	      @media only screen and (max-width: 499px) { a#infobox_termine_ort + span { margin-top: 18px; } }
      	      @media only screen and (min-width: 500px) and (max-width: 769px) { a#infobox_termine_ort + span { margin-top: 18px; } }
      	      @media only screen and (min-width: 770px) and (max-width: 1199px) { a#infobox_termine_ort + span { margin-top: 20px; } }
      	      @media only screen and (min-width: 1200px) { a#infobox_termine_ort + span { margin-top: 20px; } }
      	      	      	
      	      a#infobox_termine_ort:hover + span, a#infobox_termine_ort:active + span, a#infobox_termine_ort:focus + span
      	      	{
      	      	opacity: 1;
      	      	transition: opacity 0.5s ease;
      	      	}
      	      	      	
      	#termine_ueberschrift, #termine_link
      	   {
      	   z-index: 98;
      	   width: 100%;
      	   margin: 0;
      	   padding-top: 4px;
      	   font-weight: bold;
      	   text-align: left;
      	   background: rgba(255,255,255,0.6);
      	   }
      	   #termine_link { padding-left: 15px; padding-right: 15px; }
      	      	      	
      	   a#infobox_termine_details
      	      {
      	      z-index: 10;
      	      }
      	      	      	
      	      a#infobox_termine_details:hover, a#infobox_termine_details:active, a#infobox_termine_details:focus
      	      	{
      	      	
      	      	}
      	      	      	
      	      a#infobox_termine_details + span
      	      	{
      	      	z-index: 9;
      	      	display: none;
      	      	position: relative;
      	      	width: 100%;
      	      	padding: 0px 3px 0px 3px;
      	      	cursor: text;
      	      	color: rgba(0,0,0,1);
      	      	font-weight: normal;
      	      	text-align: justify;
      	      	opacity: 0;
      	      	transition: opacity 1s ease;
      	      	}
      	      	      	
      	      	a#infobox_termine_details:hover + span, a#infobox_termine_details:active + span, a#infobox_termine_details:focus + span
      	      	   {
      	      	   display: flex;
      	      	   opacity: 1;
      	      	   transition: opacity 1s ease;
      	      	   }      	      	      	
   /* ####################################################### */
   /* #######################  PARTNER   ####################### */
   /* ####################################################### */
      #partner
   {
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   width: 100%;
   margin-bottom: 20px;
   }
      	      	      	
#partner_einzel1
   {
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 180px;
   height: 180px;
   margin-left: 7px;
   margin-right: 8px;
   text-align: center;
   }
      	      	      	
   #partner_einzel1 a
      {
      border-style: solid;
      border-width: 2px;
      border-color: rgb(18,0,255);
      border-radius: 20px;
      box-shadow: 3px 3px 10px rgb(255,255,255);
      background-color: rgba(255,255,255,0.4);
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      }
      	      	      	
   #partner_einzel1 a:hover
      {
      box-shadow: 3px 3px 10px rgb(0,0,0);
      }
      	      	      	
   #partner_einzel1 strong
      {
      border-style: solid;
      border-width: 2px;
      border-color: rgb(0,0,0);
      border-radius: 20px;
      // box-shadow: 3px 3px 10px rgb(0,0,0);
      background-color: rgba(255,255,255,0.4);
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      }
      	      	      	
      #partner_einzel1 a img
      	{
      	max-width: 95%;
      	max-height: 95%;
      	}
      	      	      	
   #partner_einzel1 img
      {
      max-width: 95%;
      max-height: 95%;
      text-align: center;
      vertical-align: middle;
      }
      	      	      	
#partner_einzel2
   {
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 160px;
   height: 160px;
   margin-left: 7px;
   margin-right: 8px;
   text-align: center;
   }
      	      	      	
   #partner_einzel2 a
      {
      border-style: solid;
      border-width: 2px;
      border-color: rgb(18,0,255);
      border-radius: 20px;
      box-shadow: 3px 3px 10px rgb(255,255,255);
      background-color: rgba(255,255,255,0.4);
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      }
      	      	      	
   #partner_einzel2 a:hover
      {
      box-shadow: 3px 3px 10px rgb(0,0,0);
      }
      	      	      	
   #partner_einzel2 strong
      {
      border-style: solid;
      border-width: 2px;
      border-color: rgb(0,0,0);
      border-radius: 20px;
      // box-shadow: 3px 3px 10px rgb(0,0,0);
      background-color: rgba(255,255,255,0.4);
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      }
      	      	      	
      #partner_einzel2 a img
      	{
      	max-width: 95%;
      	max-height: 95%;
      	}
      	      	      	
   #partner_einzel2 img
      {
      max-width: 95%;
      max-height: 95%;
      text-align: center;
      vertical-align: middle;
      }
      	      	      	
#partner_einzel3
   {
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 120px;
   height: 120px;
   margin-left: 7px;
   margin-right: 8px;
   text-align: center;
   }
      	      	      	
   #partner_einzel3 a
      {
      border-style: solid;
      border-width: 2px;
      border-color: rgb(18,0,255);
      border-radius: 20px;
      box-shadow: 3px 3px 10px rgb(255,255,255);
      background-color: rgba(255,255,255,0.4);
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      }
      	      	      	
   #partner_einzel3 a:hover
      {
      box-shadow: 3px 3px 10px rgb(0,0,0);
      }
      	      	      	
   #partner_einzel3 strong
      {
      border-style: solid;
      border-width: 2px;
      border-color: rgb(0,0,0);
      border-radius: 20px;
      // box-shadow: 3px 3px 10px rgb(0,0,0);
      background-color: rgba(255,255,255,0.4);
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      }
      	      	      	
      #partner_einzel3 a img
      	{
      	max-width: 90%;
      	max-height: 90%;
      	}
      	      	      	
   #partner_einzel3 img
      {
      max-width: 90%;
      max-height: 90%;
      text-align: center;
      vertical-align: middle;
      }
      	      	      	
   #partner_ohne_logo
      {
      width: 100%;
      height: 100%;

      background: red;
      }      	      	      	
   /* ####################################################### */
   /* #######################  PARTNER   ####################### */
   /* ####################################################### */
      #prinzenpaare
   {
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   width: 100%;
   margin-bottom: 20px;
   }
      	      	      	
#prinzenpaare table
   {
   border: solid 1px rgba(0,0,0,1);
   margin-left: auto;
   margin-right: auto;
   width: auto;
   vertical-align: middle;
   }
   @media only screen and (max-width: 499px) { #prinzenpaare table { width: 95%; }}
   @media only screen and (min-width: 500px) and (max-width: 869px) { #prinzenpaare table { width: 95%; }}
   @media only screen and (min-width: 870px) and (max-width: 1199px) { #prinzenpaare table { width: 90%; }}
   @media only screen and (min-width: 1200px) { #prinzenpaare table { width: 80%; }}
      	      	      	
   #prinzenpaare table tr
      {
      
      }
      	      	      	
      #prinzenpaare table tr th
      	{
      	border: solid 1px rgba(0,0,0,1);
      	font-weight: bold;
      	padding: 5px;
      	}
      	      	      	
      #prinzenpaare table tr td
      	{
      	vertical-align: middle;
      	border: solid 1px rgba(0,0,0,1);
      	padding: 5px;
      	}
      	      	      	
      	.pp_lightbox_content
      	   {
      	   padding: 10px;
      	   }
      	      	      	
      	a.pp_lightbox_content
      	   {
      	   padding: 0px;
      	   border: none;
      	   background-color: none;
      	   }
      	      	      	
      	#prinzenpaare table tr td a img
      	   {
      	   text-decoration: none;
      	   width: 50px;
      	   height: auto;
      	   border-bottom: solid 2px rgba(0,25,230,1);;
      	   }
      	      	      	
      	input.infobox_grusswort
      	   {
      	   display: none;
      	   }
      	      	      	
      	input.infobox_grusswort + label
      	   {
      	   display: block;
      	   color: rgba(0,25,230,1);
      	   text-decoration-line: underline;
      	   text-decoration-style: dashed;
      	   cursor: pointer;
      	   }
      	      	      	
      	input.infobox_grusswort + label + span#pp_grusswort
      	   {
      	   z-index: 9;
      	   display: none;
      	   position: relative;
      	   width: 100%;
      	   padding: 0px 3px 0px 3px;
      	   cursor: text;
      	   font-weight: normal;
      	   text-align: justify;
      	   opacity: 0;
      	   transition: opacity 1s ease;
      	   }
      	      	      	
      	   input.infobox_grusswort:checked + label + span#pp_grusswort
      	      {
      	      display: block;
      	      opacity: 1;
      	      transition: opacity 1s ease;
      	      }      	      	      	
   /* ####################################################### */
   /* #####################  DOWNLOADS  ###################### */
   /* ####################################################### */
      #downloads
   {
   
   }
      	      	      	
   #downloadkategorien
      {
      
      }
      	      	      	
      #download_dokumente
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column;
      	flex-wrap: wrap;
      	-webkit-align-items: stretch;
      	align-items: stretch;
      	align-content: flex-start;
      	-webkit-justify-content: flex-start;
      	justify-content: flex-start;
      	position: relative;
      	width: 100%;
      	margin-bottom: 25px;
      	padding: 0px;
      	text-align: justify;
      	}
      	      	      	
      	#download_einzeldokument
      	   {
      	   width: 100%;
      	   margin: 4px;
      	   padding: 4px;
      	   font-weight: bold;
      	   background: rgba(255,255,255,0.6);
      	   }
      	      	      	
      	   #download_einzeldokument a#download_datei:before
      	      {
      	      content: "\1F4C4";
      	      margin-right: 5px;
      	      }
      	      	      	
      	   #download_einzeldokument a#download_bild:before
      	      {
      	      content: "\1F3DE";
      	      margin-right: 5px;
      	      }      	      	      	
/* ############################################################################ */
/* #######################  UEBERSCHREIBENDE ANPASSUNGEN  ####################### */
/* ############################################################################ */
#breite_100, .breite_100 { width: 100%; }
#breite_75, .breite_75 { width: 75%; }
#breite_50, .breite_50 { width: 50%; }
#breite_25, .breite_25 { width: 25%; }