      	      	      	
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++ STARTBILD GANZES FENSTER +++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
#head
   {
   background-image: url("../images/global/background.jpg");
   }
*/
      	      	      	
   #feld_container
      {
      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: 100%;
      min-height: 50%;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover;
      }
      	      	      	
   #feld_content
      {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center;
      align-content: flex-start;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      }
      @media only screen and (max-width: 399px) { #feld_content{flex-direction: column; width: 95%;} }
      @media only screen and (min-width: 400px) and (max-width: 769px) { #feld_content{flex-direction: column; width: 90%;} }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #feld_content{flex-direction: row; width: 80%;} }
      @media only screen and (min-width: 1200px) { #feld_content{flex-direction: row; width: 80%;} }
      	      	      	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++ WEITERER INHALT +++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
   #content_text_100, #content_text
      {
      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;
      box-sizing: border-box;
      padding-left: 2%;
      padding-right: 2%;
      padding-top: 1%;
      padding-bottom: 1%;
      }
      #content_text_100 {width: 100%;}
      @media only screen and (max-width: 399px) { #content_text{width: 96%;} }
      @media only screen and (min-width: 400px) and (max-width: 769px) { #content_text{width: 96%;} }
      @media only screen and (min-width: 770px) and (max-width: 1199px) { #content_text{width: 45%;} }
      @media only screen and (min-width: 1200px) { #content_text{width: 45%;} }
      	      	      	
      	#content_text_100 img, #content_text img
      	   {
      	   width: auto;
      	   height: auto;
      	   max-width: 100%;
      	   }
      	      	      	
      #content_bild
      	{
      	box-sizing: border-box;
      	padding-left: 2%;
      	padding-right: 2%;
      	padding-top: 1%;
      	padding-bottom: 1%;
      	text-align: center;
      	}
      	@media only screen and (max-width: 399px) { #content_bild{width: 96%;} }
      	@media only screen and (min-width: 400px) and (max-width: 769px) { #content_bild{width: 96%;} }
      	@media only screen and (min-width: 770px) and (max-width: 1199px) { #content_bild{width: 45%;} }
      	@media only screen and (min-width: 1200px) { #content_bild{width: 45%;} }
      	      	      	
      	#content_bild img
      	   {
      	   margin-top: 20px;
      	   width: auto;
      	   height: auto;
      	   max-width: 100%;
      	   border-radius: 10px;
      	   }
      	   @media only screen and (max-width: 399px) { #content_bild img{max-height: 180px;} }
      	   @media only screen and (min-width: 400px) 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 h1, #content_text h1
      	{
      	text-align: center;
      	}
      	@media only screen and (max-width: 399px) { #content_text_100 h1, #content_text h1{font-size: 100%;} }
      	@media only screen and (min-width: 400px) and (max-width: 769px) { #content_text_100 h1, #content_text h1{font-size: 130%;} }
      	@media only screen and (min-width: 770px) and (max-width: 1199px) { #content_text_100 h1, #content_text h1{font-size: 170%;} }
      	@media only screen and (min-width: 1200px) { #content_text_100 h1, #content_text h1{font-size: 200%;} }
      	      	      	
      #content_text_100 h2, #content_text_100 h3, #content_text h2, #content_text h3
      	{
      	text-align: center;
      	}
      	@media only screen and (max-width: 399px) { #content_text_100 h2, #content_text h2{font-size: 90%;} }
      	@media only screen and (min-width: 400px) and (max-width: 769px) { #content_text_100 h2, #content_text h2{font-size: 110%;} }
      	@media only screen and (min-width: 770px) and (max-width: 1199px) { #content_text_100 h2, #content_text h2{font-size: 150%;} }
      	@media only screen and (min-width: 1200px) { #content_text_100 h2, #content_text h2{font-size: 180%;} }
      	@media only screen and (max-width: 399px) { #content_text_100 h3, #content_text h3{font-size: 80%;} }
      	@media only screen and (min-width: 400px) and (max-width: 769px) { #content_text_100 h3, #content_text h3{font-size: 95%;} }
      	@media only screen and (min-width: 770px) and (max-width: 1199px) { #content_text_100 h3, #content_text h3{font-size: 135%;} }
      	@media only screen and (min-width: 1200px) { #content_text_100 h3, #content_text h3{font-size: 155%;} }
      	      	      	
      #content_text_100 p, #content_text p
      	{
      	text-align: justify;
      	}
      	      	      	
      	#content_text_100 p#center
      	   {
      	   text-align: center;
      	   }
      	      	      	
      	#content_text_100 p sup, #content_text p sup
      	   {
      	   
      	   }
      	      	      	
      #content_text_100 a, #content_text a
      	{
      	text-align: center;
      	}
      	      	      		      	
   #container_row
      {
      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: space-around;
      justify-content: space-around;
      width: 100%;
      height: auto;
      border-radius: 10px;
      }
      	      	      	
      #videos
      	{
      	width: 100%;
      	margin-left: auto;
      	margin-right: auto;
      	margin-top: 10px;
      	margin-bottom: 10px;
      	text-align: center;
      	}
      	      	      	
      video
      	{
      	width: 100%;
      	height: auto;
      	max-width: 640px;
      	margin-left: auto;
      	margin-right: auto;
      	text-align: center;
      	}
      	      	      	
   #container_text_block
      {
      width: auto;
      text-align: justify;
      margin-bottom: 30px;
      }
      	      	      	
      #container_text_block h2
      	{
      	text-align: left;
      	margin-bottom: 0px;
      	}
      	      	      	
      #container_text_block h3
      	{
      	text-align: center;
      	margin-bottom: 0px;
      	}
      	      	      	
      #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) { #bildergalerie #bild_rahmen {width: 31%; margin-left: 1%; margin-right: 1%;} }
      	      	      	
      	   #bildergalerie #bild_rahmen a
      	      {
      	      height: auto;
      	      width: auto;
      	      border-radius: 10px;
      	      box-shadow: 3px 3px 3px rgb(48,81,160);
      	      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;
      	      	   }
      	      	      	
      	#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;
      	   -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) { #bildergalerie #bild_rahmen a img {max-height: 250px;} }
