.s12 {
      position: relative;
         width: 460px;
         height: 327px;
                    direction: ltr;
                    text-align: left;
          }
          
          .s12wrapper {
                    max-height: 1024px;
                    max-width: 980px;
                    min-width: 180px;
                    position: absolute;
                    /*width: 100%;*/
          }
          
          .s12 input {
                    background-color: rgba(251, 251, 251, 1);
                    border: 1px solid rgba(114, 210, 229, 1);
                    font: 21px/1.3em "open sans condensed",sans-serif;
                    margin: 0 0 5px;
                    width: 95%;
          }
          .s12 textarea {
                    background-color: rgba(251, 251, 251, 1);
                    border: 1px solid rgba(114, 210, 229, 1);
                    font: 21px/1.3em "open sans condensed",sans-serif;
                    margin: 0 0 5px;
                    width: 97%;
          }
          .s12 select {
                    background-color: rgba(251, 251, 251, 1);
                    border: 1px solid rgba(114, 210, 229, 1);
                    font: 21px/1.3em "open sans condensed",sans-serif;
                    margin: 0 0 5px;
                    height: 39px;
          }
          
          .s12 input, .s12 textarea {
                    border-radius: 0;
                    padding: 5px;
          }
          
          .s12 button {
                    border-radius: 0;
                    padding: 5px;
                    bottom: -36px;
                    position: absolute;
                    /*right: -2px;*/
          }
          
          .required:focus{
                color: #000000;    
          }
          
.ueberschrift11{
    text-align: center;
   line-height: 1em;
     font-size: 40px;
}

.ueberschrift_neu{
    text-align: center;
   line-height: 1em;
     font-size: 40px;
     height: 60px;
}

.ueberschrift_pos{
	position: relative;
	bottom: 25px;
}
 
.fonts-formular{
   font-size:larger;
}

.timeinput{
		 background:url(/images/uhrsymbol.png) 0px top no-repeat;
		 background-size: contain;
}

.buttonlink-my {
                    background-color: rgba(114, 210, 229, 1);
                    border: 0 solid rgba(114, 210, 229, 1);
                    border-radius: 0;
                    cursor: pointer !important;
                    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
                    border-radius: 12px;
                    text-align:center;
                    text-decoration: none;
                    padding-top: 15px;
                    padding-bottom: 15px;
                    padding-left: 15px;
                    padding-right:  15px;
}
      
.buttonlink-my:hover {
                    color:  rgba(114, 210, 229, 1);
                   /* margin: -1px; /*Damit sich die Position des Textes sich nicht wegen der Border verschiebt.*/
                    border-style: solid;
                    border-color: rgba(200, 200, 200, 1);
                    border-width: 1px;
                    background-color: rgba(251, 251, 251, 1);
                    border-radius: 0;
                    cursor: pointer !important;
                    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
