      	      	      	
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++ 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;
      -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, #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%;} }
      	      	      	
   #container_text_block
      {
      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: stretch;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      box-sizing: border-box;
      width: 100%;
      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;
      	}
      	      	      		      	
      	fieldset#team_rahmen
      	   {
      	   position: relative;
      	   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;
      	   box-sizing: border-box;
      	   min-height: 150px;
      	   margin-top: 30px;
      	   margin-bottom: 30px;
      	   padding-top: 10px;
      	   border: solid 1px rgb(48,81,160);
      	   border-radius: 10px;
      	   }
      	   @media only screen and (max-width: 399px) { fieldset#team_rahmen{width: 90%;} }
      	   @media only screen and (min-width: 400px) and (max-width: 769px) { fieldset#team_rahmen{width: 90%;} }
      	   @media only screen and (min-width: 770px) and (max-width: 1199px) { fieldset#team_rahmen{width: 90%;} }
      	   @media only screen and (min-width: 1200px) { fieldset#team_rahmen{width: 40%;} }
      	      	      		      	
      	   fieldset#team_rahmen legend
      	      {
      	      margin-left: 10px;
      	      padding: 0 10px 0 10px;
      	      }
      	      	      		      	
      	      img#team_bild
      	      	{
      	      	position: absolute;
      	      	width: auto;
      	      	height: auto;
      	      	border-radius: 10px;
      	      	box-shadow: 2px 2px 8px rgb(0,0,0);
      	      	}
      	      	@media only screen and (max-width: 399px) { img#team_bild {top: -35px; right: -25px; max-width: 50px; max-height: 50px;} }
      	      	@media only screen and (min-width: 400px) and (max-width: 769px) { img#team_bild {top: -40px; right: -30px; max-width: 60px; max-height: 60px;} }
      	      	@media only screen and (min-width: 770px) and (max-width: 1199px) { img#team_bild {top: -50px; right: -40px; max-width: 80px; max-height: 80px;} }
      	      	@media only screen and (min-width: 1200px) { img#team_bild {top: -30px; right: -20px; max-width: 80px; max-height: 80px;} }
      	      	      		      	
      	   #team_details
      	      {
      	      box-sizing: border-box;
      	      margin: 0 0 0 20px;
      	      width: 95%;
      	      text-align: left;
      	      }
      	      	      		      	
      	      #team_details h3
      	      	{
      	      	margin-top: 0;
      	      	margin-bottom: -3px;
      	      	text-align: left;
      	      	}
      	      	@media only screen and (max-width: 399px) { #team_details h3 {font-size: 120%;} }
      	      	@media only screen and (min-width: 400px) and (max-width: 769px) { #team_details h3 {font-size: 150%;} }
      	      	@media only screen and (min-width: 770px) and (max-width: 1199px) { #team_details h3 {font-size: 180%;} }
      	      	@media only screen and (min-width: 1200px) { #team_details h3 {font-size: 180%;} }
      	      	      		      	
      	      #team_details small
      	      	{
      	      	margin-top: -3px;
      	      	}
      	      	@media only screen and (max-width: 399px) { #team_details small {font-size: 40%;} }
      	      	@media only screen and (min-width: 400px) and (max-width: 769px) { #team_details small {font-size: 50%;} }
      	      	@media only screen and (min-width: 770px) and (max-width: 1199px) { #team_details small {font-size: 60%;} }
      	      	@media only screen and (min-width: 1200px) { #team_details small {font-size: 60%;} }
      	      	      		      	
      	      #team_details p
      	      	{
      	      	
      	      	}
      	      	@media only screen and (max-width: 399px) { #team_details p {font-size: 70%;} }
      	      	@media only screen and (min-width: 400px) and (max-width: 769px) { #team_details p {font-size: 80%;} }
      	      	@media only screen and (min-width: 770px) and (max-width: 1199px) { #team_details p {font-size: 90%;} }
      	      	@media only screen and (min-width: 1200px) { #team_details p {font-size: 90%;} }
      	      	      	
