* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  padding: 1px;
  text-align: center;
  background-color: #03a9f4;
  /*background-color: antiquewhite;*/
  /*background-color: rgba(255,165,0,1);*/
  overflow: hidden;
}

body {
  font-size: 10pt;
  font-family: SunSans-Regular, Sans-Serif, Arial, "Courier New", Courier;
  line-height: 1.5;
  text-align: center;
  /*max-width: 200px;*/
  height: 100%;
  /*background: white;*/
  background-color: rgb(70, 70, 70);
  border-radius: 0px;
  padding: 0px;
  /*box-shadow: 0px 0px 20px 10px rgba(0,129,129,1);*/
  /*box-shadow: 0px 0px 20px 6px rgba(255,165,0,1);*/
  border: 1px solid black;
}
body * {
  overflow: auto;
}

:root {
  --nm: 5px 5px 8px #262626, -5px -5px 8px #5a5a5a;
  --nm-inset: inset 5px 5px 8px #262626, inset -5px -5px 8px #5a5a5a;
}

.impressum {
  margin-top: 20px;
}

.impressumüberschrift {
  margin-bottom: 10px;
  color: rgb(0, 183, 255);
  font-size: 15pt;
  text-decoration: underline;
  /*text-shadow: 0px 0px 5px rgb(0, 183, 255);*/
}

#btn01 {
  margin-top: 40px;
}

.impressumangaben {
  color: white;
  font-size: 10pt;
  margin: 0px;
}

.impressumangaben .kleiner{
  color: white;
  font-size: 8pt;
  margin: 0px;
}

a:link {
  color: white;
}
a:visited {
  color: white;
}

.logincontainer {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-image: url("../img/bg1.jpg");
  background-size: cover;
}
.box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.box h1 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}

.box .otherdomain {
  margin: 0 0 0px;
  font-size: medium;
  padding: 0;
  color: #fff;
  text-align: center;
}

.box .inputBox {
  position: relative;
}
.box .inputBox input {
  width: 100%;
  padding: 8px 8px;
  font-size: 16px;
  /*color: #fff;*/
  letter-spacing: 1px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.box .inputBox label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}
.box .inputBox input:focus ~ label,
.box .inputBox input:valid ~ label {
  top: -30px;
  left: 0;
  color: #03a9f4;
  font-size: 12px;
  background: transparent;
}

.box input[type="text"] {
  color: white;
  background: rgba(0, 0, 0, 0);
  outline: none;
}

.box input[type="submit"] {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  background: #03a9f4;
  padding: 3px 18px;
  cursor: pointer;
  border-radius: 5px;
}

.bold {
  font-weight: bold;
  font-size: 10pt;
  display: inline;
  margin: 0px;
}
