body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
   background-image: url("../img/vecteezy.jpg");
  /*       background-color: #e9f5f7;       */
    background-position: center; 
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*   background-size: 100%; */
  /*   height: 100%; */
  /*   min-height: 100%; */
    margin: auto;
  /*   width: 100%;      */
  /*   padding: 10px;    */
  /*   margin-top: 30px; */
}

h2{  
	color: #0065a5;
	font-size: 34px;
	font-weight: 700;
    margin-top: 20px;
}

.login {
  position: relative;
  padding: 9.5em 2.5em 4em 2.5em;
/*  padding: 70px 30px; */
  border: 3px solid #3e7387;
/*  background: #d1f0ff; */
  background-color: rgb(255 255 255 / 12%);
  backdrop-filter: blur(3px);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  border-radius: 15px;
/*   width: 40%; */
  width: 450px;
  box-shadow: 3px 3px 10px 6px rgba(0, 0, 0, 0.2);
}

.login_box {
    position: relative;
    width: 450px;
    backdrop-filter: blur(25px);
    border: 2px solid #ccc;
    border-radius: 15px;
    padding: 7.5em 2.5em 4em 2.5em;
    color: #023251;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

.login-header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004058;
    width: 140px;
    height: 70px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 6px 2px rgba(0, 0, 0, 0.2);

}

.login-header span {
    font-size: 24px;
    color: #ccc;
    font-weight: 700;
}


.benutzersty {
    color: #004058;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}


.fehler{  
	color: #ff0000;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}


.center {
  padding: 50px 30px;
  border: 1px solid #ccc;
}

a {
    color: #064a0f;
    text-decoration: none;
}


a:hover {
    color: #188dd9;
    text-decoration: none;
}

img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

hr {
    display: block;
border-top: 2px dotted #008b8b;
  width: 84%;
text-align:left;
margin-left:0;
}

input {
  border: 1px solid #d4d4d4;
  background-color: #fffbf0;
  padding: 6px 3px;
  font-size: 14px;
 /* width: 146px; */
}

input[type=text] {
  background-color: #fffbf0;
  padding: 6px 3px;
}

input[type=submit] {
  background-color: #0065a5;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  color: #fff;
  cursor: pointer;
	  padding: 10px 30px;
	border-radius: 8px;
}

input[type=submit]:hover {
	background-color: #ffbb00;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color: #0065a5;
	cursor: pointer;
}

button {
	background-color: #0065a5;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	border: 1px solid #d4d4d4;
    padding: 6px;
	margin-left: 3px;
    font-size: 14px;
    width: 146px;
}

button:hover {
  background-color: #da1f1f; /* Red */
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  color: white;
}

input[type="date" i] {
    padding-inline-start: 1px;
    border: 0px solid #d4d4d4;
    background-color: #fffbf0;
    cursor: pointer;
    overflow: hidden;
    padding: 5px;
    width: 100px;
    color: #0065a5;
    font-weight: 700;
}

.form-control {
  border: 3px solid #d4d4d4;
  background-color: #fffbf0;
  padding: 7px 5px;
  font-size: 16px;
  /* width: 146px; */
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-top: 6px;
}


.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  border-radius: 5px;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  width: 150px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #fff8dc; 
  border-bottom: 1px solid #ccc; 
}

  /*when hovering an item:*/
  .autocomplete-items div:hover {
  background-color: #0065a5; 
  color: #ffffff;
  border-radius: 5px;
}
  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

table, th, td, caption {
  border: thin solid #a0a0a0;
}

.right { 
	text-align: right; 
}

.mlnr { 
	text-align: center;
	font-weight: 700;
}

table {
width: 85%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: thin 0 0 thin;
  margin: 0 0 8px;
  table-layout: auto;
  max-width: 100%;
}
th, td {
  font-weight: normal;
  text-align: left;
}
th, caption {
  background-color: #f1f3f4;
  font-weight: 700;
	padding: 5px 5px;
  text-align: center;
}
table, th, td, caption {
border: thin solid #a0a0a0;
}

.tg  {
width: 84%;
border-collapse:collapse;
border-spacing:0;
}

.tg td{
background-color: #fff;
padding:5px 5px;
border-style:solid;
border-width:1px;
overflow:hidden;
word-break:normal;
}

.tg th{
font-weight: 700;
padding:5px 15px;
border-style:solid;
border width:1px;
overflow:hidden;
word-break:normal;

}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
