
*  {margin:0; padding:0; border: 0; line-height: 100%; font-size: 100%;}

       .grecaptcha-badge {display: none;}
        body {

  background: url('background.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #FFFFFF;
  text-shadow: 1px 1px rgba(0, 0, 0, .1);
  margin-top: 0px;
  font-family: 'Arial', serif;
  font-weight: 400;
  font-size: 12px;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #D8D8D8;
    font-weight: normal;
    font-size: 10px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #D8D8D8;
   opacity:  1;
   font-weight: normal;
   font-size: 10px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #D8D8D8;
   opacity:  1;
   font-weight: normal;
   font-size: 10px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #D8D8D8;
   font-weight: normal;
   font-size: 10px;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #D8D8D8;
   font-weight: normal;
   font-size: 10px;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #D8D8D8;
   font-weight: normal;
   font-size: 10px;
}

textarea
{
  resize:none;
  height: 50px;
  background-color:rgba(182, 200, 205, 0.3);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  outline: none;
  width:90%;
  padding:2px;
  border:2px;
  font-family: Arial;
    font-size: 12pt;
    border:0;
}

textarea:hover
{
  background-color:rgba(182, 200, 205, 0.5);
}


.portrait
{
background: url('portrait_klein.jpg');
background-size: cover;
width: 150px; 
height: 150px;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%; 
border: solid 2px #E0E6F8; 
display:inline-block;
margin: auto;

}
.formtable
{
  padding-left: 5px; 
  height: 100%; 
  
  
  color: #DDDDDD;
  box-sizing: border-box;

}


img.linin {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
  height: 28px;
}

img.linin:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

a
{
  text-decoration: none;
  color: #FFFFFF;
}

a:hover
{
  text-decoration: none;
  color: #000000;
}

input
{
background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  outline: none;
  width:90%;
	padding:2px;
	border:2px;
	font-family: Arial;
    font-size: 12pt;
    border-bottom: 1px dashed #D8D8D8;
border-top: 0px;
border-left: 0px solid #666666;
border-right: 0px solid #666666;
}

input:hover
{
  border-bottom: 1px dashed #FFFFFF;
}


.blur {
  /*background: url('background.jpg') no-repeat center center fixed;
  background-size: cover;*/
  overflow: hidden;
  /*filter: blur(13px);*/
  background-color:rgba(182, 200, 205, 0.7);
  position: absolute;
  height: 400px;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
}

.td1{
	background-color:rgba(182, 200, 205, 0.7);
  float:left;
  display:inline;
  margin-right: auto;
  
}

.icondown
{
  vertical-align: bottom;
}

.iconup
{
  vertical-align: top;
  padding-top: 3px;
}

.td2
{
	background: linear-gradient(to right, rgba(123, 145, 153, 0.9), rgba(152, 181, 193, 0.4));
	border-left: solid 1px #B4B9CE; 
  float:left;
  display:inline;
  margin-left:auto;

}

.widget {
  border-top: 2px solid rgba(168,193,209, 1);
  border-bottom: 2px solid rgba(168,193,209, 1);
  height: 200px;
  width: 50%;

  
}

.center {
  position: absolute;
 
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}

/*  NOT REQUIRED  */

.text {
  height: 200px;
  width: 100%;
}

h1 {
  /* text-shadow: 1px 1px rgba(0, 0, 0, .1); */
  color: #000000;
  font-family: 'Arial', serif;
  font-weight: 700;
  font-size: 20px;
  text-shadow: 0 0 5px #FFFFFF;
}

.myButton
{
  display:inline-block;
  padding:0.35em 1.2em;
  border:0.1em solid #FFFFFF;
  margin:0 0.3em 0.3em 0;
  border-radius:0.12em;
  box-sizing: border-box;
  text-decoration:none;
  font-family:'Arial',sans-serif;
  font-weight:300;
  color:#FFFFFF;
  text-align:center;
  transition: all 0.2s;
  background: none;
  cursor: pointer;
}

.myButton:hover{
  color:#000000;
  background-color:#FFFFFF;
}
@media all and (max-width:30em){
  .myButton{
  display:block;
  margin:0.4em auto;
  }
}
   