      	      	      	
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++ STARTBILD GANZES FENSTER +++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
#head
   {
   background-image: url("../images/head/datenschutz.jpg");
   }
*/
      	      	      	
   #feld_container
      {
      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%;
      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;
      -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
      {
      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%;
      overflow: hidden;
      width: 100%;
      }
      	      	      	
      #content_text_100 h1
      	{
      	text-align: center;
      	}
      	@media only screen and (max-width: 399px) { #content_text_100 h1{font-size: 100%;} }
      	@media only screen and (min-width: 400px) and (max-width: 769px) { #content_text_100 h1{font-size: 130%;} }
      	@media only screen and (min-width: 770px) and (max-width: 1199px) { #content_text_100 h1{font-size: 170%;} }
      	@media only screen and (min-width: 1200px) { #content_text_100 h1{font-size: 200%;} }
      	      	      	
      #content_text_100 h2, #content_text_100 h3
      	{
      	text-align: center;
      	}
      	@media only screen and (max-width: 399px) { #content_text_100 h2{font-size: 90%;} }
      	@media only screen and (min-width: 400px) and (max-width: 769px) { #content_text_100 h2{font-size: 110%;} }
      	@media only screen and (min-width: 770px) and (max-width: 1199px) { #content_text_100 h2{font-size: 150%;} }
      	@media only screen and (min-width: 1200px) { #content_text_100 h2{font-size: 180%;} }
      	@media only screen and (max-width: 399px) { #content_text_100 h3{font-size: 80%;} }
      	@media only screen and (min-width: 400px) and (max-width: 769px) { #content_text_100 h3{font-size: 95%;} }
      	@media only screen and (min-width: 770px) and (max-width: 1199px) { #content_text_100 h3{font-size: 135%;} }
      	@media only screen and (min-width: 1200px) { #content_text_100 h3{font-size: 155%;} }
      	      	      	
      #content_text_100 p
      	{
      	text-align: justify;
      	width: 100%;
      	}
      	      	      	
      	#content_text_100 p sup
      	   {
      	   
      	   }
      	      	      	
      #content_text_100 a
      	{
      	text-align: center;
      	}
