  	
@font-face
   {
   font-family: 'croisant';
   src: url('croisant.ttf') format('truetype');
   font-style: normal;
   }
      	      	      	
@font-face
   {
   font-family: 'myriad';
   src: url('myriad.ttf') format('truetype');
   font-style: normal;
   }
      	      	      	
*
{
box-sizing: border-box;
font-family: myriad;
}
      	      	      	
html,body
   {
   background-color: rgba(255,255,255,1);
   color: rgba(93,1,5,1);
   font-family: myriad;
   top: 0;
   width: 100%;
   margin: 0;
   padding: 0;
   }
   @media only screen and (max-width: 499px) { html,body { font-size: 14px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { html,body { font-size: 14px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { html,body { font-size: 16px; } }
   @media only screen and (min-width: 1200px) { html,body { font-size: 16px; } }
html { height: 100%; overflow-y: scroll; }
body { height: 100%; overflow-y: scroll; }
         body
      	{
      	background-image: url("../images/background/datenschutz.jpg");
      	background-attachment: fixed;
      	-webkit-background-size: cover;
      	background-size: cover;
      	background-repeat: no-repeat;
      	background-position: center center;
      	}
         	      	      	
a
   {
   color: rgba(255,0,0,1);
   text-decoration: none;
   transition: color 0.5s;
   }
      	      	      	
a:hover, a:focus, a:active
   {
   color: rgba(0,0,0,1);
   transition: color 0.5s;
   }
      	      	      	
h1
   {
   margin-bottom: 30px;
   color: rgba(93,1,5,1);
   font-weight: bold;
   font-family: croisant;
   text-shadow: -2px -2px 2px rgba(255,255,255,1), -2px 2px 2px rgba(255,255,255,1), 2px -2px 2px rgba(255,255,255,1), 2px 2px 2px rgba(255,255,255,1);
   }
   @media only screen and (max-width: 499px) { h1 { font-size: 26px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { h1 { font-size: 28px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { h1 { font-size: 36px; } }
   @media only screen and (min-width: 1200px) { h1 { font-size: 42px; } }
      	      	      	
h2
   {
   margin-bottom: 10px;
   color: rgba(93,1,5,1);
   font-weight: bold;
   text-align: center;
   }
   @media only screen and (max-width: 499px) { h2 { font-size: 18px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { h2 { font-size: 20px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { h2 { font-size: 28px; } }
   @media only screen and (min-width: 1200px) { h2 { font-size: 34px; } }
      	      	      	
h3
   {
   margin: 0px;
   color: rgba(93,1,5,1);
   font-weight: bold;
   }
   @media only screen and (max-width: 499px) { h3 { font-size: 16px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { h3 { font-size: 18px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { h3 { font-size: 22px; } }
   @media only screen and (min-width: 1200px) { h3 { font-size: 26px; } }
      	      	      	
h4
   {
   margin: 0px;
   color: rgba(93,1,5,1);
   font-weight: bold;
   }
   @media only screen and (max-width: 499px) { h4 { font-size: 16px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { h4 { font-size: 16px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { h4 { font-size: 18px; } }
   @media only screen and (min-width: 1200px) { h4 { font-size: 18px; } }
      	      	      	
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(0,0,0,0.5);
   }
      	      	      	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++ 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: 363px) {#container { min-height: calc(100% - 205px); padding: 70px 0px 15px 0px; }}
   @media only screen and (min-width: 364px) and (max-width: 499px) {#container { min-height: calc(100% - 140px); padding: 70px 0px 15px 0px; }}
   @media only screen and (min-width: 500px) and (max-width: 769px) {#container { min-height: calc(100% - 145px); padding: 70px 0px 15px 0px; }}
   @media only screen and (min-width: 770px) and (max-width: 1199px) {#container { min-height: calc(100% - 119px); padding: 80px 0px 20px 0px; }}
   @media only screen and (min-width: 1200px) {#container { min-height: calc(100% - 119px); padding: 80px 0px 20px 0px; }}
      	      	      	
   #container a
      {
      position: relative;
      }
      @media only screen and (max-width: 499px) { #container a { padding-right: 18px; } }
      @media only screen and (min-width: 500px) and (max-width: 769px) { #container a { padding-right: 16px; } }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #container a { padding-right: 20px; } }
      @media only screen and (min-width: 1200px) { #container a { padding-right: 20px; } }
      	      	      	
   #container a:after
      {
      z-index: 5 ;
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      background-image: url("../images/global/icon_link.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      content: '';
      filter: grayscale(0%);
      transition: filter 0.5s;
      }
      #container a:hover:after { filter: grayscale(100%); transition: filter 0.5s; }
      @media only screen and (max-width: 499px) { #container a:after { width: 16px; height: 16px; } }
      @media only screen and (min-width: 500px) and (max-width: 769px) { #container a:after { width: 16px; height: 16px; } }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #container a:after { width: 18px; height: 18px; } }
      @media only screen and (min-width: 1200px) { #container a:after { width: 18px; height: 18px; } }
      	      	      	
   #container a#anker:after
      {
      display: none;
      width: 0px;
      height: 0px;
      background-image: none;
      }
      	      	      	
#content
   {
   
   }
   @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: 80%;} }
   @media only screen and (min-width: 1200px) { #content{width: 80%;} }
      	      	      	
   #alle
      {
      width: 95%;
      margin-top: 0px;
      margin-bottom: 30px;
      text-align: right;
      }
      	      	      	
   .text_rechts
      {
      text-align: right;
      }
      	      	      	
   .text_zentral
      {
      text-align: center;
      }
      	      	      	
   .kleines_datum
      {
      width: auto;
      margin-top: 0px;
      margin-bottom: 10px;
      }
      	      	      	
#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: flex-start;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   position: relative;
   width: 100%;
   margin-top: 30px;
   text-align: justify;
   }
      	      	      	
.row_space_around
   {
   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-around;
   justify-content: space-around;
   position: relative;
   width: 100%;
   }
      	      	      	
   .news {  }
      @media only screen and (max-width: 769px)
      	{
      	.news :nth-child(1) { order: 1; }
      	.news :nth-child(2) { order: 3; }
      	.news :nth-child(3) { order: 2; }
      	}
      	      	      	
   #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(245,245,245,0.8);
      	box-shadow: 0px 0px 5px rgba(93,1,5,1);
      	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; } }
      	      	      	
      	#content_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: flex-start;
      	   -webkit-justify-content: space-around;
      	   justify-content: space-around;
      	   position: relative;
      	   width: 100%;
      	   text-align: justify;
      	   }
      	      	      	
      	   #content_text
      	      {
      	      
      	      }
      	      @media only screen and (max-width: 499px) { #content_text { width: 100%; padding: 5px; } }
      	      @media only screen and (min-width: 500px) and (max-width: 769px) { #content_text { width: 100%; padding: 10px; } }
      	      @media only screen and (min-width: 770px) and (max-width: 1199px) { #content_text { width: 100%; padding: 0px 2% 0px 0px; } }
      	      @media only screen and (min-width: 1200px) { #content_text { width: 58%; padding: 0px 2% 0px 0px; } }
      	      	      	
      	      #content_text p
      	      	{
      	      	margin: 0px 0px 15px 0px;
      	      	}
      	      	      	
      	   #content_bild
      	      {
      	      text-align: center;
      	      }
      	      @media only screen and (max-width: 499px) { #content_bild { width: 100%; padding: 5px; } }
      	      @media only screen and (min-width: 500px) and (max-width: 769px) { #content_bild { width: 100%; padding: 10px; } }
      	      @media only screen and (min-width: 770px) and (max-width: 1199px) { #content_bild { width: 100%; padding: 0px 0px 0px 2%; } }
      	      @media only screen and (min-width: 1200px) { #content_bild { width: 38%; padding: 0px 0px 0px 2%; } }
      	      	      	
      	      #content_bild img
      	      	{
      	      	width: auto;
      	      	max-width: 100%;
      	      	height: auto;
      	      	margin-left: auto;
      	      	margin-right: auto;
      	      	}
      	      	@media only screen and (max-width: 499px) { #content_bild img { max-height: 200px; } }
      	      	@media only screen and (min-width: 500px) and (max-width: 769px) { #content_bild img { max-height: 250px; } }
      	      	@media only screen and (min-width: 770px) and (max-width: 1199px) { #content_bild img { max-height: 300px; } }
      	      	@media only screen and (min-width: 1200px) { #content_bild img { max-height: 400px; } }
      	      	      	
      	   #content_text_100
      	      {
      	      width: 100%;
      	      }
      	      	      	
      #zurueck
      	{
      	width: 100%;
      	margin: 0;
      	text-align: right;
      	}
      	      	      	
      small
      	{
      	font-weight: normal;
      	}
      	@media only screen and (max-width: 499px) { small { font-size: 10px; } }
      	@media only screen and (min-width: 500px) and (max-width: 769px) { small { font-size: 10px; } }
      	@media only screen and (min-width: 770px) and (max-width: 1199px) { small { font-size: 12px; } }
      	@media only screen and (min-width: 1200px) { small { font-size: 12px; } }
      	      	      	
   /* ####################################################### */
   /* ########################  MENUE  ######################## */
   /* ####################################################### */
      	/* ##########  MOBILE ANSICHT ########## */
.menue a, .submenue1 a, submenue2 a { color: rgba(255,255,255,1); }
.menue a:hover, .submenue1 a:hover, submenue2 a:hover { color: rgba(255,0,0,1); }
@media only screen and (max-width: 769px)
   {
   input#mobil_menue_an_aus { display: none; }
   label.lbl_mobil_menue_an_aus
      {
      z-index: 990;
      display: block;
      background-color: rgba(93,1,5,1);
      width: 60px;
      height: 50px; 
      position: fixed; 
      right: 0;
      top: 0;
      border-radius: 0px; 
      box-shadow: -1px 1px 1px rgba(255,255,255,1);
      }
      	      	      	
      .line
      	{ 
      	position: absolute;
      	display: block; 
      	left:5px;
      	width: 50px; 
      	height: 4px;
      	background: rgba(255,255,255,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(93,1,5,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(255,255,255,1);
      	background-color: rgba(0,0,0,0.3);
      	border-top: solid 1px rgba(255,255,255,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(255,255,255,1);
      background-color: rgba(93,1,5,1);
      border-top: solid 1px rgba(255,255,255,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(255,0,0,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(255,255,255,1);
      	background-color: rgba(0,0,0,0.3);
      	border-top: solid 1px rgba(255,255,255,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(255,255,255,1);
      background-color: rgba(93,1,5,1);
      border-top: solid 1px rgba(255,255,255,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(255,0,0,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(255,255,255,1);
      	background-color: rgba(0,0,0,0.3);
      	border-top: solid 1px rgba(255,255,255,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(255,255,255,1);
      background-color: rgba(93,1,5,1);
      border-top: solid 1px rgba(255,255,255,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(255,0,0,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: 770px)
   {
   input#mobil_menue_an_aus { display: none; }
   label.lbl_mobil_menue_an_aus { display: none; }
      	      	      	
   @keyframes hoehe_menue_minus
      {
      0%   { height: 90px; }
      100% { height: 50px; }
      }
   @keyframes hoehe_menue_plus
      {
      0%   { height: 50px; }
      100% { height: 90px; }
      }
      	      	      	
   .menue
      {
      z-index: 900;
      position: fixed;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      align-content: center;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      background-color: rgba(93,1,5,1);
      border-bottom: solid 1px rgba(255,255,255,1);
      overflow: hidden;
      top: 0px;
      left: 0;
      width: 100%;
      height: 90px;
      padding: 10px;
      font-weight: bold;
      animation-name: hoehe_menue_minus;
      animation-duration: 0.5s;
      animation-delay: 1s;
      animation-timing-function: linear;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      }
      	      	      	
      .menue:hover
      	{
      	height: 90px;
      	animation-name: hoehe_menue_plus;
      	animation-duration: 0.5s;
      	animation-delay: 0s;
      	animation-timing-function: linear;
      	animation-iteration-count: 1;
      	animation-fill-mode: forwards;
      	}
      	      	      	
   #menue_kein_link
      {
      text-align: center;
      color: rgba(255,255,255,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: 5px 0px 0px 0px;
      	}
      	      	      	
   #menue_link
      {
      cursor: pointer;
      text-align: center;
      color: rgba(255,255,255,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(255,0,0,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: 5px 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: space-around;
      justify-content: space-around;
      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: flex-start;
      align-items: flex-start;
      align-content: center;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      background-color: rgba(93,1,5,1);
      border-bottom: solid 1px rgba(255,255,255,1);
      overflow: hidden;
      top: 75px;
      left: -100%;
      width: 100%;
      height: 90px;
      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(255,255,255,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(255,255,255,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(255,0,0,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: 5px 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: space-around;
      justify-content: space-around;
      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: flex-start;
      align-items: flex-start;
      align-content: center;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      background-color: rgba(93,1,5,1);
      border-bottom: solid 1px rgba(255,255,255,1);
      overflow: hidden;
      top: 150px;
      left: 100%;
      width: 100%;
      height: 90px;
      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(255,255,255,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: 5px 0px 0px 0px;
      	}
      	      	      	
   #submenue2_link
      {
      text-align: center;
      color: rgba(255,255,255,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(255,0,0,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: 5px 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: space-around;
      justify-content: space-around;
      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(93,1,5,1);
      }
      	      	      	
      #kontakt a#anker:hover, #kontakt a#anker:focus, #kontakt a#anker:active
      	{
      	color: rgba(93,1,5,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: 20px;
      	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);
      	   }
      	      	      	      	      	      	
   /* ####################################################### */
   /* ####################  FIRMENHISTORIE  #################### */
   /* ####################################################### */
      #historie_rahmen
   {
   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-around;
   justify-content: space-around;
   position: relative;
   width: 100%;
   text-align: justify;
   }
   @media only screen and (max-width: 769px) { #historie_rahmen { margin: 0; padding: 0px 10px; } }
   @media only screen and (min-width: 770px) { #historie_rahmen { margin: 0; padding: 0px 30px; } }
      	      	      	
   @media only screen and (max-width: 769px)
      {
      .historie_rahmen_links
      	{
      	}
      	      	      	
      .historie_rahmen_rechts
      	{
      	}
      }
      	      	      	
   @media only screen and (min-width: 770px)
      {
      .historie_rahmen_links
      	{
      	}
      	      	      	
      .historie_rahmen_rechts
      	{
      	}
      }
      	      	      	
   #historie_content
      {
      border-radius: 5px;
      }
      @media only screen and (max-width: 499px) { #historie_content { width: 84%; } }
      @media only screen and (min-width: 500px) and (max-width: 769px) { #historie_content { width: 80%; } }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #historie_content { width: 45%; } }
      @media only screen and (min-width: 1200px) { #historie_content { width: 45%; } }
      	      	      	
      @media only screen and (max-width: 769px)
      	{
      	.historie_content_links
      	   {
      	   margin-bottom: 30px;
      	   }
      	   .historie_content_links:nth-child(1) { order: 4; }
      	   .historie_content_links:nth-child(2) { order: 2; }
      	   .historie_content_links:nth-child(3) { order: 3; }
      	   .historie_content_links:nth-child(4) { order: 1; }
      	      	      	
      	.historie_content_rechts
      	   {
      	   }
      	   .historie_content_rechts:nth-child(1) { order: 1; }
      	   .historie_content_rechts:nth-child(2) { order: 2; }
      	   .historie_content_rechts:nth-child(3) { order: 3; }
      	   .historie_content_rechts:nth-child(4) { order: 4; }
      	}
      	      	      	
      @media only screen and (min-width: 770px)
      	{
      	.historie_content_links
      	   {
      	   }
      	      	      	
      	.historie_content_rechts
      	   {
      	   }
      	}
      	      	      	
      	#h_c_ueberschrift
      	   {
      	   width: 100%;
      	   color: rgba(245,245,245,1);
      	   background-color: rgba(93,1,5,1);
      	   font-weight: bold;
      	   text-align: left;
      	   }
      	   @media only screen and (max-width: 499px) { #h_c_ueberschrift { padding: 5px; font-size: 16px; } }
      	   @media only screen and (min-width: 500px) and (max-width: 769px) { #h_c_ueberschrift { padding: 6px; font-size: 18px; } }
      	   @media only screen and (min-width: 770px) and (max-width: 1199px) { #h_c_ueberschrift { padding: 7px; font-size: 20px; } }
      	   @media only screen and (min-width: 1200px) { #h_c_ueberschrift { padding: 8px; font-size: 22px; } }
      	      	      	
      	#h_c_text
      	   {
      	   width: 100%;
      	   color: rgba(93,1,5,1);
      	   background-color: rgba(245,245,245,0.8);
      	   border: solid 3px rgba(93,1,5,1);
      	   }
      	   @media only screen and (max-width: 499px) { #h_c_text { padding: 5px; } }
      	   @media only screen and (min-width: 500px) and (max-width: 769px) { #h_c_text { padding: 6px; } }
      	   @media only screen and (min-width: 770px) and (max-width: 1199px) { #h_c_text { padding: 7px; } }
      	   @media only screen and (min-width: 1200px) { #h_c_text { padding: 8px; } }
      	      	      	
   #historie_platzhalter
      {
      
      }
      @media only screen and (max-width: 499px) { #historie_platzhalter { display: none; width: 0; } }
      @media only screen and (min-width: 500px) and (max-width: 769px) { #historie_platzhalter { display: none; width: 0; } }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #historie_platzhalter { width: 45%; } }
      @media only screen and (min-width: 1200px) { #historie_platzhalter { width: 45%; } }
      	      	      	
   #historie_strahl_1
      {
      position: relative;
      border-right-style: solid;
      border-right-width: 2px;
      border-right-color: rgba(93,1,5,1);
      }
      @media only screen and (max-width: 499px) { #historie_strahl_1 { width: 8%; } }
      @media only screen and (min-width: 500px) and (max-width: 769px) { #historie_strahl_1 { width: 10%; } }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #historie_strahl_1 { width: 5%; } }
      @media only screen and (min-width: 1200px) { #historie_strahl_1 { width: 5%; } }
      	      	      	
   #historie_strahl_2
      {
      position: relative;
      border-left-style: solid;
      border-left-width: 2px;
      border-left-color: rgba(93,1,5,1);
      }
      @media only screen and (max-width: 499px) { #historie_strahl_2 { width: 8%; } }
      @media only screen and (min-width: 500px) and (max-width: 769px) { #historie_strahl_2 { width: 10%; } }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #historie_strahl_2 { width: 5%; } }
      @media only screen and (min-width: 1200px) { #historie_strahl_2 { width: 5%; } }
      	      	      	
      	#historie_symbol
      	   {
      	   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: absolute;
      	   top: 0px;
      	   padding: 5px;
      	   border: solid 7px rgba(93,1,5,1);
      	   background-color: rgba(93,1,5,1);
      	   border-radius: 100%;
      	   }
      	   @media only screen and (max-width: 499px) { #historie_symbol { left: -20px; width: 36px; height: 36px; } }
      	   @media only screen and (min-width: 500px) { #historie_symbol { left: -25px; width: 46px; height: 46px; } }
      	      	      	
      	   #historie_symbol img
      	      {
      	      position: relative;
      	      background-color: rgba(93,1,5,1);
      	      }
      	      @media only screen and (max-width: 499px) { #historie_symbol img { width: 18px; height: 18px; } }
      	      @media only screen and (min-width: 500px) { #historie_symbol img { width: 26px; height: 26px; } }      	      	      	
   /* ####################################################### */
   /* ######################  TERMINLISTE  ##################### */
   /* ####################################################### */
      #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(93,1,5,1);
      	      background-color: rgba(225,225,225,1);
      	      box-shadow: 0px 0px 2px rgba(255,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
      	   {
      	   z-index: 98;
      	   width: 100%;
      	   margin: 0;
      	   padding-top: 4px;
      	   font-weight: bold;
      	   text-align: left;
      	   background: rgba(245,245,245,0.8);
      	   }
      	      	      	
      	   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(93,1,5,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;
      	      	   }      	      	      	
   /* ####################################################### */
   /* #######################  STANDORTE  ##################### */
   /* ####################################################### */
      #standort_rahmen
   {
   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-around;
   justify-content: space-around;
   position: relative;
   margin: 20px;
   background-color: rgba(245,245,245,0.8);
   border-style: solid;
   border-width: 3px;
   border-color: rgba(245,245,245,0.8);
   box-shadow: 0px 0px 5px rgba(93,1,5,1);
   border-radius: 5px;
   text-align: justify;
   }
   @media only screen and (max-width: 499px) { #standort_rahmen { width: 98%; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { #standort_rahmen { width: 80%; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { #standort_rahmen { width: 40%; max-width: 400px; } }
   @media only screen and (min-width: 1200px) { #standort_rahmen { width: 40%; max-width: 500px; } }
      	      	      	
   #standort_bild
      {
      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;
      padding: 5px;
      text-align: center;
      overflow: hidden;
      }
      @media only screen and (max-width: 499px) { #standort_bild { width: 100%; } }
      @media only screen and (min-width: 500px) and (max-width: 769px) { #standort_bild { width: 100%; } }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #standort_bild { width: 50%; } }
      @media only screen and (min-width: 1200px) { #standort_bild { width: 40%; } }
      	      	      	
      #standort_bild a
      	{
      	padding-right: 0px;
      	}
      	      	      	
      	#standort_bild a:after
      	   {
      	   background-image: none;
      	   }
      	      	      	
      	#standort_bild img
      	   {
      	   -webkit-transform: scale(1);
      	   -moz-transform: scale(1);
      	   -ms-transform: scale(1);
      	   -o-transform: scale(1);
      	   transform: scale(1);
      	   transition: transform 0.8s ease-in;
      	   width: auto;
      	   height: auto;
      	   }
      	   @media only screen and (max-width: 499px) { #standort_bild img { max-width: 100%; max-height: 150px; } }
      	   @media only screen and (min-width: 500px) and (max-width: 769px) { #standort_bild img { max-width: 90%; max-height: 190px; } }
      	   @media only screen and (min-width: 770px) and (max-width: 1199px) { #standort_bild img { max-width: 90%; max-height: 230px; } }
      	   @media only screen and (min-width: 1200px) and (max-width: 1599px) { #standort_bild img { max-width: 100%; max-height: 270px; } }
      	   @media only screen and (min-width: 1600px) { #standort_bild img { max-width: 100%; max-height: 270px; } }
      	      	      	
      	   #standort_bild img:hover, #standort_bild img:focus, #standort_bild img:active
      	      {
      	      	   -webkit-transform: scale(1.1);
      	      	   -moz-transform: scale(1.1);
      	      	   -ms-transform: scale(1.1);
      	      	   -o-transform: scale(1.1);
      	      	   transform: scale(1.1);
      	      	   transition: transform 1.5s ease-out;
      	      }
      	      	      	
   #standort_name
      {
      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;
      position: relative;
      margin-bottom: 15px;
      padding: 5px;
      text-align: justify;
      background-color: rgba(245,245,245,0.8);
      }
      @media only screen and (max-width: 499px) { #standort_name { width: 100%; } }
      @media only screen and (min-width: 500px) and (max-width: 769px) { #standort_name { width: 100%; } }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #standort_name { width: 100%; } }
      @media only screen and (min-width: 1200px) { #standort_name { width: 100%; } }
      	      	      	
      #standort_name h3
      	{
      	text-align: center;
      	}
      	      	      	
   #standort_adresse
      {
      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;
      position: relative;
      padding: 5px;
      text-align: left;
      }
      @media only screen and (max-width: 499px) { #standort_adresse { width: 100%; } }
      @media only screen and (min-width: 500px) and (max-width: 769px) { #standort_adresse { width: 100%; } }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #standort_adresse { width: 50%; } }
      @media only screen and (min-width: 1200px) { #standort_adresse { width: 60%; } }
      	      	      	
      #standort_adresse_info
      	{
      	text-align: justify;
      	}
      	      	      	
      #standort_adresse_details
      	{
      	width: 100%;
      	}
      	      	      	
      	#standort_adresse_telefon
      	   {
      	   }
      	      	      	
   #standort_oeffnungszeiten
      {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      align-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      position: relative;
      padding: 5px;
      text-align: left;
      }
      @media only screen and (max-width: 499px) { #standort_oeffnungszeiten { width: 100%; } }
      @media only screen and (min-width: 500px) and (max-width: 769px) { #standort_oeffnungszeiten { width: 100%; } }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #standort_oeffnungszeiten { width: 100%; } }
      @media only screen and (min-width: 1200px) { #standort_oeffnungszeiten { width: 100%; } }
      	      	      	
      #standort_oeffnungszeiten_tage_zeiten
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: row;
      	flex-wrap: wrap;
      	-webkit-align-items: flex-start;
      	align-items: flex-start;
      	align-content: center;
      	-webkit-justify-content: center;
      	justify-content: center;
      	position: relative;
      	width: 100%;
      	padding: 15px 5px 5px 5px;
      	border-top-style: solid;
      	border-top-width: 1px;
      	border-top-color: rgba(93,1,5,1);
      	text-align: left;
      	}
      	      	      	
      	#standort_oeffnungszeiten_tag
      	   {
      	   width: 45%;
      	   text-align: right;
      	   font-weight: bold;
      	   }
      	      	      	
      	   #standort_oeffnungszeiten_tag i
      	      {
      	      padding: 2px 4px;
      	      font-style: normal;
      	      }
      	      	      	
      	#standort_oeffnungszeiten_zeit
      	   {
      	   width: 55%;
      	   text-align: left;
      	   }
      	      	      	
      	   #standort_oeffnungszeiten_zeit i
      	      {
      	      padding: 2px 4px;
      	      font-style: normal;
      	      }
      	      	      	
      	.standort_heute
      	   {
      	   color: rgba(245,245,245,1);
      	   background-color: rgba(93,1,5,1);
      	   font-weight: bold;
      	   }
      	      	      	
      #text_oeffnungszeiten
      	{
      	}
      	      	      	      	      	      	
/* ---------------- Bildergalerie in News --------------- */
      #bildergalerie
      	{
      	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: space-around;
      	justify-content: space-around;
      	width: 100%;
      	height: auto;
      	}
      	      	      	
      	#bildergalerie #bild_rahmen
      	   {
      	   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;
      	   height: auto;
      	   margin-top: 15px;
      	   margin-bottom: 15px;
      	   text-align: center;
      	   }
      	   @media only screen and (max-width: 399px) { #bildergalerie #bild_rahmen {width: 95%; margin-left: 2%; margin-right: 2%;} }
      	   @media only screen and (min-width: 400px) and (max-width: 769px) { #bildergalerie #bild_rahmen {width: 90%; margin-left: 5%; margin-right: 5%;} }
      	   @media only screen and (min-width: 770px) and (max-width: 1199px) { #bildergalerie #bild_rahmen {width: 45%; margin-left: 2%; margin-right: 2%;} }
      	   @media only screen and (min-width: 1200px) and (max-width: 1599px) { #bildergalerie #bild_rahmen {width: 31%; margin-left: 1%; margin-right: 1%;} }
      	   @media only screen and (min-width: 1600px) { #bildergalerie #bild_rahmen {width: 23%; margin-left: 1%; margin-right: 1%;} }
      	      	      	
      	   #bildergalerie #bild_rahmen a
      	      {
      	      height: auto;
      	      width: auto;
      	      padding-right: 0;
      	      border-radius: 10px;
      	      box-shadow: 2px 2px 3px rgba(93,1,5,1);
      	      background-color: rgba(245,245,245,0.8);
      	      overflow: hidden;
      	      }
      	      	      	
      	      #bildergalerie #bild_rahmen a:hover
      	      	{
      	      	
      	      	}
      	      	      	
      	      	#bildergalerie #bild_rahmen a:hover img, #bildergalerie #bild_rahmen a:active img, #bildergalerie #bild_rahmen a:focus img
      	      	   {
      	      	   -webkit-transform: scale(1.1);
      	      	   -moz-transform: scale(1.1);
      	      	   -ms-transform: scale(1.1);
      	      	   -o-transform: scale(1.1);
      	      	   transform: scale(1.1);
      	      	   transition: transform 1.5s ease-out;
      	      	   border-radius: 10px;
      	      	   }
      	      	      	
      	      #bildergalerie #bild_rahmen a:after
      	      	{
      	      	float: right;
      	      	position: absolute;
      	      	bottom: 0;
      	      	right: 0;
      	      	margin-right: 2px;
      	      	margin-bottom: 2px;
      	      	}
      	      	      	
      	#bildergalerie #bild_rahmen a img
      	   {
      	   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;
      	   width: auto;
      	   margin-left: auto;
      	   margin-right: auto;
      	   border-radius: 10px;
      	   -webkit-transform: scale(1);
      	   -moz-transform: scale(1);
      	   -ms-transform: scale(1);
      	   -o-transform: scale(1);
      	   transform: scale(1);
      	   transition: transform 0.8s ease-in;
      	   overflow: hidden;
      	   height: auto;
      	   }
      	   @media only screen and (max-width: 399px) { #bildergalerie #bild_rahmen a img {max-height: 175px;} }
      	   @media only screen and (min-width: 400px) and (max-width: 769px) { #bildergalerie #bild_rahmen a img {max-height: 200px;} }
      	   @media only screen and (min-width: 770px) and (max-width: 1199px) { #bildergalerie #bild_rahmen a img {max-height: 220px;} }
      	   @media only screen and (min-width: 1200px) and (max-width: 1599px) { #bildergalerie #bild_rahmen a img {max-height: 250px;} }
      	   @media only screen and (min-width: 1600px) { #bildergalerie #bild_rahmen a img {max-height: 275px;} }
      	      	      	
/* -------------------- BUTTONS -------------------- */
button, a#button
   {
   position: relative;
   display: inline-block;
   margin: 0px;
   padding: 10px 30px;
   color: rgba(93,1,5,1);
   background: rgba(245,245,245,0);
   border-style: none;
   border-width: 2px;
   border-color:  rgba(93,1,5,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(93,1,5,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(180,2,10,1);
      filter: grayscale(0%);
      transition: all 0.3s ease-in-out;
      }
      	      	      	
   button:hover, a#button:hover
      {
      color: rgba(180,2,10,1);
      background-color: rgba(245,245,245,0.3);
      border-color: rgba(180,2,10,1);
      }
      	      	      	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++ WEITERER INHALT +++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#footer
   {
   position: relative;
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   align-content: space-around;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   width: 100%;
   bottom: 0;
   margin-bottom: 0;
   padding: 5px 0px 0px 0px;
   color: rgba(255,255,255,1);
   background-color: rgba(93,1,5,1);
   background-repeat: no-repeat;
   background-position: top;
   border-top: solid 1px rgba(255,255,255,1);
   }
   @media only screen and (max-width: 363px) {#footer { height: 205px; }}
   @media only screen and (min-width: 364px) and (max-width: 499px) {#footer { height: 140px; }}
   @media only screen and (min-width: 500px) and (max-width: 769px) {#footer { height: 145px; }}
   @media only screen and (min-width: 770px) and (max-width: 1199px) {#footer { height: 100px; }}
   @media only screen and (min-width: 1200px) {#footer { height: 100px; }}
      	      	      	
      #footer a
      	{
      	color: rgba(255,255,255,1);
      	text-decoration: underline;
      	}
      	      	      	
      	#footer a:focus, #footer a:active, #footer a:hover
      	   {
      	   color: rgba(255,0,0,1);
      	   }
      	      	      	
   #footer_text
      {
      position: relative;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      align-content: space-around;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      width: 100%;
      }
      	      	      	
      	#footer div#footer_box
      	   {
      	   padding-left: 10px;
      	   padding-right: 10px;
      	   }
      	   @media only screen and (max-width: 499px) {#footer div#footer_box { margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; }}
      	   @media only screen and (min-width: 500px) and (max-width: 769px) {#footer div#footer_box { margin-left: 10px; margin-right: 10px; margin-top: 15px; margin-bottom: 15px; }}
      	   @media only screen and (min-width: 770px) and (max-width: 1199px) {#footer div#footer_box { width: 33%; margin-top: 5px; margin-bottom: 5px;}}
      	   @media only screen and (min-width: 1200px) {#footer div#footer_box { width: 25%; margin-top: 5px; margin-bottom: 5px; }}
      	      	      	
      	   #footer div#footer_box img
      	      {
      	      width: auto;
      	      height: auto;
      	      }
      	      @media only screen and (max-width: 499px) {#footer div#footer_box img { max-width: 80px; max-height: 80px; }}
      	      @media only screen and (min-width: 500px) and (max-width: 769px) {#footer div#footer_box img { max-width: 95px; max-height: 95px; }}
      	      @media only screen and (min-width: 770px) and (max-width: 1199px) {#footer div#footer_box img { max-width: 125px; max-height: 125px; }}
      	      @media only screen and (min-width: 1200px) {#footer div#footer_box img { max-width: 125px; max-height: 125px; }}
      	      	      		      	
      	#footer div#footer_box #container_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: center;
      	   justify-content: center;
      	   width: 100%;
      	   height: auto;
      	   }
      	      	      		      	
      	   #footer div#footer_box #container_row img
      	      {
      	      height: 30px;
      	      width: auto;
      	      margin-left: 15px;
      	      margin-right: 15px;
      	      }
      	      	      	
      	.footer_box_links
      	   {
      	   
      	   }
      	   @media only screen and (max-width: 499px) {.footer_box_links { order: 3; text-align: center; margin-top: 10px; }}
      	   @media only screen and (min-width: 500px) and (max-width: 769px) {.footer_box_links { order: 3; text-align: center; margin-top: 10px; }}
      	   @media only screen and (min-width: 770px) and (max-width: 1199px) {.footer_box_links { text-align: center; }}
      	   @media only screen and (min-width: 1200px) {.footer_box_links { text-align: center; }}
      	      	      	
      	.footer_box_mitte
      	   {
      	   
      	   }
      	   @media only screen and (max-width: 499px) {.footer_box_mitte { order: 2; text-align: center; margin-top: 10px; }}
      	   @media only screen and (min-width: 500px) and (max-width: 769px) {.footer_box_mitte { order: 2; text-align: center; margin-top: 10px; }}
      	   @media only screen and (min-width: 770px) and (max-width: 1199px) {.footer_box_mitte { text-align: center; }}
      	   @media only screen and (min-width: 1200px) {.footer_box_mitte { text-align: center; }}
      	      	      	
      	.footer_box_rechts
      	   {
      	   display: -webkit-flex;
      	   display: -webkit-box;
      	   display: -ms-flexbox;
      	   display: flex;
      	   flex-wrap: wrap;
      	   }
      	   @media only screen and (max-width: 499px) {.footer_box_rechts { order: 1; flex-direction: row; -webkit-align-items: center; align-items: center; align-content: space-around; -webkit-justify-content: space-around; justify-content: space-around; text-align: center; width: 100%; margin-top: 10px; }}
      	   @media only screen and (min-width: 500px) and (max-width: 769px) {.footer_box_rechts { order: 1; flex-direction: row; -webkit-align-items: center; align-items: center; align-content: space-around; -webkit-justify-content: space-around; justify-content: space-around; text-align: center; width: 100%; margin-top: 10px; }}
      	   @media only screen and (min-width: 770px) and (max-width: 1199px) {.footer_box_rechts { flex-direction: column; -webkit-align-items: flex-end; align-items: flex-end; align-content: flex-end; -webkit-justify-content: center; justify-content: center; text-align: right; }}
      	   @media only screen and (min-width: 1200px) {.footer_box_rechts { flex-direction: column; -webkit-align-items: flex-end; align-items: flex-end; align-content: center; -webkit-justify-content: center; justify-content: center; text-align: right; }}
      	      	      	
/* ------------------------------------------------------------------------- */
/* ------------------------------- Animation ------------------------------- */
/* ------------------------------------------------------------------------- */
.animate-right
   {
   opacity: 0;
   visibility: hidden;
   transform: translate(-200px, 0)
   }
      	      	      	
   .animate-right.animated
      {
      opacity: 1;
      visibility: visible;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: -webkit-transform 800ms ease-out 200ms, opacity 800ms ease-out 200ms;
      -moz-transition: -moz-transform 800ms ease-out 200ms, opacity 800ms ease-out 200ms;
      transition: transform 800ms ease-out 200ms, opacity 800ms ease-out 200ms
      }
      	      	      	
.animate-left
   {
   opacity: 0;
   visibility: hidden;
   transform: translate(200px, 0)
   }
      	      	      	
   .animate-left.animated
      {
      opacity: 1;
      visibility: visible;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: -webkit-transform 800ms ease-out 200ms, opacity 800ms ease-out 200ms;
      -moz-transition: -moz-transform 800ms ease-out 200ms, opacity 800ms ease-out 200ms;
      transition: transform 800ms ease-out 200ms, opacity 800ms ease-out 200ms
      }
      	      	      	
.animate-up
   {
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translate(0, 100px);
   -moz-transform: translate(0, 100px);
   transform: translate(0, 100px)
   }
      	      	      	
   .animate-up.animated
      {
      opacity: 1;
      visibility: visible;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: -webkit-transform 800ms ease-out 200ms, opacity 800ms ease-out 200ms;
      -moz-transition: -moz-transform 800ms ease-out 200ms, opacity 800ms ease-out 200ms;
      transition: transform 800ms ease-out 200ms, opacity 800ms ease-out 200ms
      }
