      	      	      	
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++ STARTBILD GANZES FENSTER +++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#head
   {
   background-image: url("../images/global/background.jpg");
   }
      	      	      	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++ WEITERER INHALT +++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#container
   {
   background-color: rgb(255,255,255);
   height: auto;
   }
      	      	      	
   #content_ueberschrift
      {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      align-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 96%;
      height: 80px;
      padding-left: 2%;
      padding-right: 2%;
      padding-top: 5%;
      padding-bottom: 5%;
      background-color: rgb(255,255,255);
      font-weight: bold;
      font-size: 150%;
      text-align: center;
      }
      	      	      	
   #content_ueberschrift_text
      {
      
      }
      	      	      	
   #content
      {
      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: flex-start;
      justify-content: flex-start;
      height: auto;
      width: 96%;
      max-width: 1200px;
      min-height: 50%;
      padding-left: 2%;
      padding-right: 2%;
      padding-top: 0%;
      padding-bottom: 5%;
      background-color: rgb(255,255,255);
      overflow: hidden;
      }
      	      	      	
   #content_text
      {
      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: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      width: 100%;
      }
      	      	      	
      #content_text h2
      	{
      	text-align: center;
      	}
      	      	      	
      #content_text p
      	{
      	text-align: justify;
      	}
      	      	      	
      	#content_text p sup
      	   {
      	   
      	   }
      	      	      	
      #content_text h3
      	{
      	text-align: center;
      	font-size: 120%;
      	font-weight: bold;
      	color: rgb(255,255,255);
      	text-shadow: -2px -2px 2px rgb(0,0,0), -2px 2px 2px rgb(0,0,0), 2px -2px 2px rgb(0,0,0), 2px 2px 2px rgb(0,0,0);
      	}
      	      	      	
      #content_text img
      	{
      	height: auto;
      	width: auto;
      	max-width: 100%;
      	}