  	
@font-face
   {
   font-family: 'copperplate';
   src: url('copperplate.ttf') format('truetype');
   font-style: normal;
   }
      	      	      	
*
{
box-sizing: border-box;
font-family: Verdana;
line-height: 150%;
}
      	      	      	
html,body
   {
   background-color: rgba(255,255,255,1);
   color: rgba(0,0,0,1);
   font-family: myriad;
   top: 0;
   width: 100%;
   margin: 0;
   padding: 0;
   }
   @media only screen and (max-width: 499px) { html,body { font-size: 12px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { html,body { font-size: 12px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { html,body { font-size: 14px; } }
   @media only screen and (min-width: 1200px) { html,body { font-size: 14px; } }
html { height: 100%; overflow-y: scroll; }
body { height: 100%; overflow-y: scroll; }
         	      	      	
a
   {
   color: rgba(0,210,200,1);
   text-decoration: none;
   transition: color 0.5s;
   }
      	      	      	
a:hover, a:focus, a:active
   {
   color: rgba(0,170,160,1);
   transition: color 0.5s;
   }
      	      	      	
h1
   {
   margin-bottom: 30px;
   color: rgba(0,0,0,1);
   font-weight: bold;
   font-family: copperplate;
   text-shadow: -2px -2px 2px rgba(255,255,255,0), -2px 2px 2px rgba(255,255,255,0), 2px -2px 2px rgba(255,255,255,0), 2px 2px 2px rgba(255,255,255,0);
   }
   @media only screen and (max-width: 499px) { h1 { font-size: 20px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { h1 { font-size: 22px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { h1 { font-size: 30px; } }
   @media only screen and (min-width: 1200px) { h1 { font-size: 36px; } }
      	      	      	
h2
   {
   margin-bottom: 10px;
   color: rgba(0,0,0,1);
   font-weight: bold;
   text-align: center;
   }
   @media only screen and (max-width: 499px) { h2 { font-size: 14px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { h2 { font-size: 16px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { h2 { font-size: 20px; } }
   @media only screen and (min-width: 1200px) { h2 { font-size: 24px; } }
      	      	      	
h3
   {
   margin: 0px;
   color: rgba(0,0,0,1);
   font-weight: bold;
   }
   @media only screen and (max-width: 499px) { h3 { font-size: 14px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { h3 { font-size: 16px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { h3 { font-size: 18px; } }
   @media only screen and (min-width: 1200px) { h3 { font-size: 22px; } }
      	      	      	
h4
   {
   margin: 0px;
   color: rgba(0,0,0,1);
   font-weight: bold;
   }
   @media only screen and (max-width: 499px) { h4 { font-size: 14px; } }
   @media only screen and (min-width: 500px) and (max-width: 769px) { h4 { font-size: 14px; } }
   @media only screen and (min-width: 770px) and (max-width: 1199px) { h4 { font-size: 16px; } }
   @media only screen and (min-width: 1200px) { h4 { font-size: 16px; } }
      	      	      	
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(255,255,255,0.85);
   }
      	      	      	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++ 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: 869px) {#container { padding-top: 30px; }}
   @media only screen and (min-width: 870px) {#container { padding-top: 110px; }}
      	      	      	
#content
   {
   margin-bottom: 40px;
   }
   @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: 90%;} }
   @media only screen and (min-width: 1200px) and (max-width: 1599px) { #content {width: 90%;} }
   @media only screen and (min-width: 1600px) { #content {width: 80%;} }
      	      	      	
   .text_links
      {
      text-align: left;
      }
      	      	      	
   .text_rechts
      {
      text-align: right;
      }
      	      	      	
   .text_zentral
      {
      text-align: center;
      }
      	      	      	
   .text_block
      {
      text-align: justify;
      }
      	      	      	
#column
   {
   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: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   position: relative;
   width: 100%;
   text-align: justify;
   }
      	      	      	
#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: space-around;
   justify-content: space-around;
   position: relative;
   width: 100%;
   margin-top: 30px;
   text-align: justify;
   }
      	      	      	
/* --------------- MOBIL --------------- */
@media only screen and (max-width: 869px)
   {
   .links_oben_1 { order: 2; }
   .rechts_oben_1 { order: 1; padding-left: 10px; padding-right: 10px; }
   .links_unten_1 { order: 3; padding-left: 10px; padding-right: 10px; }
   .rechts_unten_1 { order: 4; }
   .links_oben_2 { order: 6; }
   .rechts_oben_2 { order: 5; padding-left: 10px; padding-right: 10px; }
   .links_unten_2 { order: 7; padding-left: 10px; padding-right: 10px; }
   .rechts_unten_2 { order: 8; }
      	      	      	
   #links_oben, #rechts_oben, #links_unten, #rechts_unten { position: relative; width: 100%; margin: 15px 0px; }
      	      	      	
      	#rechts_oben:before, #rechts_oben:after, #links_unten:before, #links_unten:after
      	   {
      	   content: '';
      	   position: absolute;
      	   display: block;
      	   width: calc(16% + 1px);
      	   height: calc(16% + 1px);
      	   border-style: solid;
      	   }
      	   #rechts_oben:before, #rechts_oben:after { border-color: rgba(0,210,200,1); }
      	   #links_unten:before, #links_unten:after { border-color: rgba(120,120,120,1); }
      	      	      	
      	#rechts_oben:before, #links_unten:before
      	   {
      	   z-index: 7;
      	   top: -3px;
      	   right: -3px;
      	   border-width: 3px 3px 0px 0px;
      	   }
      	      	      	
      	#rechts_oben:after, #links_unten:after
      	   {
      	   z-index: 6;
      	   bottom: -3px;
      	   left: -3px;
      	   background-image: none;
      	   border-width: 0px 0px 3px 3px;
      	   }
   }
      	      	      	
/* --------------- DESKTOP --------------- */
@media only screen and (min-width: 870px)
   {
   #links_oben, #rechts_oben, #links_unten, #rechts_unten
      {
      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;
      position: relative;
      width: 50%;
      margin-bottom: 80px;
      text-align: center;
      }
      	      	      	
   #links_oben, #rechts_unten
      {
      width: 45%;
      }
      	      	      	
   #rechts_oben, #links_unten
      {
      width: 55%;
      }
      	      	      	
   #rechts_oben:before, #rechts_oben:after, #links_unten:before, #links_unten:after
      {
      content: '';
      position: absolute;
      display: block;
      width: calc(16% + 1px);
      height: calc(16% + 1px);
      border-style: solid;
      }
      #rechts_oben:before, #rechts_oben:after { border-color: rgba(120,120,120,1); }
      #links_unten:before, #links_unten:after { border-color: rgba(0,210,200,1); }
      	      	      	
   #rechts_oben:before, #links_unten:before
      {
      z-index: 5;
      top: -12px;
      right: -12px;
      border-width: 4px 4px 0px 0px;
      }
      	      	      	
   #rechts_oben:after, #links_unten:after
      {
      bottom: -12px;
      left: -12px;
      background-image: none;
      border-width: 0px 0px 4px 4px;
      }
      	      	      	
   #rechts_oben
      {
      border-style: solid;
      border-width: 3px;
      border-color: rgba(0,210,200,1);
      }
      	      	      	
   #links_unten
      {
      border-style: solid;
      border-width: 3px;
      border-color: rgba(120,120,120,1);
      }
      	      	      	
   #links_oben
      {
      
      }
      	      	      	
   #rechts_unten
      {
      
      }
      	      	      	
   #links_oben, #rechts_unten
      {
      text-align: center;
      }
      	      	      	
   #rechts_oben, #links_unten
      {
      padding-top: 3%;
      padding-bottom: 3%;
      text-align: center;
      }
   }
      	      	      	
      	#rahmen_bild
      	   {
      	   position: relative;
      	   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: auto;
      	   height: auto;
      	   margin-left: auto;
      	   margin-right: auto;
      	   padding: 0;
      	   }
      	   @media only screen and (max-width: 499px) { #links_oben #rahmen_bild, #rechts_unten #rahmen_bild { max-width: 90%; max-height: 300px; }}
      	   @media only screen and (min-width: 500px) and (max-width: 869px) { #links_oben #rahmen_bild, #rechts_unten #rahmen_bild { max-width: 80%; max-height: 400px; }}
      	   @media only screen and (min-width: 870px) and (max-width: 1199px) { #links_oben #rahmen_bild, #rechts_unten #rahmen_bild { max-width: 90%; max-height: 400px; }}
      	   @media only screen and (min-width: 1200px) { #links_oben #rahmen_bild, #rechts_unten #rahmen_bild { max-width: 80%; max-height: 500px; }}
      	      	      	
      	#rahmen_bild:before, #rahmen_bild:after
      	   {
      	   content: '';
      	   position: absolute;
      	   display: block;
      	   width: calc(16% + 1px);
      	   height: calc(16% + 1px);
      	   border-style: solid;
      	   }
      	   #links_oben #rahmen_bild:before, #links_oben #rahmen_bild:after { border-color: rgba(0,210,200,1); }
      	   #rechts_unten #rahmen_bild:before, #rechts_unten #rahmen_bild:after { border-color: rgba(120,120,120,1); }
      	      	      	
      	#rahmen_bild:before
      	   {
      	   top: -10px;
      	   right: -10px;
      	   border-width: 4px 4px 0px 0px;
      	   }
      	      	      	
      	#rahmen_bild:after
      	   {
      	   bottom: -10px;
      	   left: -10px;
      	   background-image: none;
      	   border-width: 0px 0px 4px 4px;
      	   }
      	      	      	
   #links_oben img, #rechts_oben img, #links_unten img, #rechts_unten img
      {
      width: auto;
      height: auto;
      max-width: 100%;
      }
      	      	      	
      #links_oben img, #rechts_unten img
      	{
      	position: relative;
      	width: auto;
      	height: auto;
      	max-width: 100%;
      	margin-left: auto;
      	margin-right: auto;
      	}
      	@media only screen and (max-width: 499px) { #links_oben img, #rechts_unten img { max-height: 300px; }}
      	@media only screen and (min-width: 500px) and (max-width: 869px) { #links_oben img, #rechts_unten img { max-height: 400px; }}
      	@media only screen and (min-width: 870px) and (max-width: 1199px) { #links_oben img, #rechts_unten img { max-height: 400px; }}
      	@media only screen and (min-width: 1200px) { #links_oben img, #rechts_unten img { max-height: 500px; }}
      	      	      	
      #content_innen
      	{
      	position: relative;
      	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;
      	height: 100%;
      	padding: 5px;
      	}
      	@media only screen and (max-width: 869px) {#content_innen { width: 95%; }}
      	@media only screen and (min-width: 870px) {#content_innen { width: 90%; }}

       	#rechts_oben #content_innen
      	   {
      	   background-color: rgba(0,210,200,0);
      	   }

      	#links_unten #content_innen
      	   {
      	   background-color: rgba(120,120,120,0);
      	   }
      	      	      	
   /* ####################################################### */
   /* ########################  MENUE  ######################## */
   /* ####################################################### */
      	/* ##########  MOBILE ANSICHT ########## */
.menue a { color: rgba(0,210,200,1); }
.menue a:hover { color: rgba(120,120,120,1); }
@media only screen and (max-width: 879px)
   {
   input#mobil_menue_an_aus { display: none; }
   label.lbl_mobil_menue_an_aus
      {
      z-index: 990;
      display: block;
      background-color: rgba(235,235,235,1);
      width: 60px;
      height: 50px; 
      position: fixed; 
      right: 0;
      top: 0;
      border-radius: 0px; 
      box-shadow: -1px 1px 1px rgba(0,0,0,1);
      }
      	      	      	
      .line
      	{ 
      	position: absolute;
      	display: block; 
      	left:5px;
      	width: 50px; 
      	height: 4px;
      	background: rgba(0,210,200,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_rahmen
      {
      z-index: 899;
      position: fixed;
      display: none;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 0px;
      font-weight: bold;
      overflow-x: hidden;
      overflow-y: scroll;
      background-color: rgba(235,235,235,1);
      }
      	      	    
      input#mobil_menue_an_aus:checked ~ .menue_rahmen
      	{
      	display: -webkit-flex;
      	display: -webkit-box;
      	display: -ms-flexbox;
      	display: flex;
      	flex-direction: column-reverse;
      	-webkit-align-items: stretch;
      	align-items: stretch;
      	align-content: flex-start;
      	-webkit-justify-content: flex-end;
      	justify-content: flex-end;
      	}
      	      	      	
   #menue_bild
      {
      position: relative;
      width: 100%;
      margin-top: 20px;
      text-align: center;
      }
      	      	      	
      #menue_bild img
      	{
      	z-index: 900;
      	position: relative;
      	width: auto;
      	max-width: 250px;
      	height: auto;
      	}
      	      	      	
   .menue
      {
      z-index: 900;
      position: relative;
      width: 100%;
      height: auto;
      padding: 0px;
      font-weight: bold;
      overflow-x: hidden;
      overflow-y: scroll;
      background-color: rgba(235,235,235,1);
      }
      	      	      	
      #menue_kein_link
      	{
      	padding: 7px 0px;
      	color: rgba(120,120,120,1);
      	background-color: rgba(0,0,0,0);
      	border-top: solid 1px rgba(0,0,0,1);
      	text-align: left;
      	}
      	      	      	
      #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;
      	text-shadow: -1px -1px 1px rgb(0,0,0), -1px 1px 1px rgb(0,0,0), 1px -1px 1px rgb(0,0,0), 1px 1px 1px rgb(0,0,0);
      	}
      	      	      	
   #menue_link
      {
      cursor: pointer;
      padding: 7px 0px;
      text-align: left;
      color: rgba(0,210,200,1);
      background-color: rgba(0,0,0,0);
      border-top: solid 1px rgba(0,0,0,1);
      transition: all 0.5s ease;
      }
      	      	      	
      #menue_link:hover, #menue_link:active, #menue_link:focus
      	{
      	color: rgba(120,120,120,1);
      	background-color: rgba(100,100,100,1);
      	transition: all 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;
      	text-shadow: -1px -1px 1px rgb(0,0,0), -1px 1px 1px rgb(0,0,0), 1px -1px 1px rgb(0,0,0), 1px 1px 1px rgb(0,0,0);
      	}
      	      	      	
      	#menue_link:hover p, #menue_link:active p, #menue_link:focus p
      	   {
      	   color: rgba(170,170,170,1);
      	   }
      	      	      	
   #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;
      }
   }



      	      	      	
/* ##########  DESKTOPANSICHT ########## */
@media only screen and (min-width: 880px)
   {
   input#mobil_menu_an_aus { display: none; }
   label.lbl_mobil_menue_an_aus { display: none; }
      	      	      	
   .menue_rahmen
      {
      z-index: 899;
      position: fixed;
      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: space-between;
      justify-content: space-between;
      top: 0px;
      left: 0;
      width: 100%;
      height: auto;
      padding: 10px;
      font-weight: bold;
      background-color: rgba(235,235,235,1);
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-bottom-color: rgba(0,0,0,1);
      }
      	      	      	
   #menue_bild
      {
      position: relative;
      width: 250px;
      }
      	      	      	
      #menue_bild img
      	{
      	z-index: 999;
      	position: absolute;
      	width: 250px;
      	height: auto;
      	}
      	      	      	
   .menue
      {
      z-index: 900;
      position: relative;
      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;
      overflow: hidden;
      top: 0px;
      left: 0;
      width: calc(100% - 250px);
      height: 70px;
      padding: 10px;
      font-weight: bold;
      }
      	      	      	
   #menue_kein_link
      {
      margin: 5px 20px;
      text-align: center;
      color: rgba(120,120,120,1);
      border-radius: 3px;
      }
      	      	      	
      #menue_kein_link p
      	{
      	margin: 0px;
      	text-shadow: -1px -1px 1px rgb(0,0,0), -1px 1px 1px rgb(0,0,0), 1px -1px 1px rgb(0,0,0), 1px 1px 1px rgb(0,0,0);
      	}
      	      	      	
   #menue_link
      {
      margin: 5px 20px;
      cursor: pointer;
      text-align: center;
      color: rgba(0,210,200,1);
      background-color: rgba(0,0,0,0);
      border-radius: 3px;
      transition: all 0.5s ease;
      }
      	      	      	
      	#menue_link:focus, #menue_link:active, #menue_link:hover
      	   {
      	   color: rgba(120,120,120,1);
      	   background-color: rgba(0,210,200,1);
      	   transition: all 0.5s ease;
      	   }
      	      	      	
      	#menue_link p
      	   {
      	   margin: 0px;
      	   text-shadow: -1px -1px 1px rgb(0,0,0), -1px 1px 1px rgb(0,0,0), 1px -1px 1px rgb(0,0,0), 1px 1px 1px rgb(0,0,0);
      	   }
      	      	      	
   #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;
      }
   }      	      	      	
   /* ####################################################### */
   /* #######################  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(0,0,0,1);
      }
      	      	      	
      #kontakt a#anker:hover, #kontakt a#anker:focus, #kontakt a#anker:active
      	{
      	color: rgba(0,0,0,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);
      	   }
      	      	      	