/* Version Nr. 37 */

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #26C9B7;
  color: white;
  font-weight: 300;
}
a {
  color: white;
}
span {
  color: white;
}
html{
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
}
div {
  cursor: default;
}
.balken{
  background-color: white;
}

#he2{
  background-color: #26C9B7;
}

#body {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content:center;
  text-align: center;
  align-items: center;
}
#body div {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content:space-around;
  align-items: center;
  width: 100%;
}
#body p {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content:space-around;
  font-size: 12pt;
  width:90%;
}
#body h1 {
  margin-top: 80px;
  font-size: 28pt;
  font-weight: 300;
}
#body h2 {
  font-size: 16pt;
  font-weight: 300;
  letter-spacing: 2pt;
}

footer {
  width: 100%;
  flex-direction: row;
  display: flex;
  bottom: 0px;
  justify-content: center;
  font-size: 12pt;
}
footer div{
  margin-top: 5%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  cursor: pointer;
}
#desktop{
  background: url("svg/load.svg") center no-repeat white;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}
textarea, input {
  background-color: #26C9B7;
  color: white;
  padding: 10px;
  border: solid 1px #dcdcdc;
  opacity: 0.85;
  transition: opacity 0.3s, box-shadow 0.3s, border 0.3s;
  border-radius: 2px;
  font-family: 'Lato', sans-serif;
  font-size: 12pt;
  width: 60%;
  margin-top: 0px;
  box-shadow: 0 0 5px 1px transparent;
  letter-spacing: 1.5pt;
  margin-bottom: 20px;
}
input[type=submit] {
  background-color: white;
  margin-top: 30pt;
  font-size: 12pt;
  color: #26C9B7;
  padding: 10px;
  border: #dcdcdc;
  opacity: 0.85;
  transition: border 0.3s;
  border-radius: 0px;
  font-family: 'Lato', sans-serif;
  width: 120pt;
}
textarea:focus,  input[type=text]:focus{
  border: 1px solid white;
  box-shadow: 0 0 5px 1px white;
  opacity: 1;
  outline: none;
}
input[type=submit]:focus{
  opacity: 1;
  outline: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white;
    opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white;
   opacity:  1;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    white;
   opacity:  1;
}
