* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
}

body {
  background-color: #f3f4f7;
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

.navtop {
  background-color: #435165;
  height: 5rem;
  width: 100%;
  border: 0;
}

.navtop div {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 5rem;
}

.navtop div h1, .navtop div a, .navtop div h1 a {
  display: inline-flex;
  align-items: center;
}

.navtop div h1, .navtop div h1 a {
  flex: 1;
  font-size: 24px;
  padding: 0;
  margin-left: 3%;
  color: #ffffff;
  font-weight: normal;
}

.navtop div h2, .navtop div a, .navtop div h2 a {
  display: inline-flex;
  align-items: center;
}

.navtop div h2, .navtop div h2 a {
  flex: 1;
  font-size: 20px;
  padding: 0;
  margin-left: 3%;
  color: #ffffff;
  font-weight: normal;
}

.navtop div a {
  padding: 0 20px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

.navtop .navright {
  margin-right: 3%;
}

.navtop div a i {
  padding: 2px 8px 0 0;
}

.navtop div a:hover {
  color: #eaebed;
}

.content {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-bottom: -10rem;
}

.contentstunden {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: -10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.Aufträgelistestunden {
  background-color: #FFFFFF;
  gap: 2rem;
  border: 1.5px solid black;
  width: 600px;
  margin: 25px;
}

table.stundentable {
  border: 2px solid #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  overflow: hidden;
  display: table;
  table-layout: auto;
}

table.stundentable tr {
  display: table-row;
  height: 40px;
}

table.stundentable td, table.stundentable th {
  border: 1px solid #FFFFFF;
  padding: 3px 4px;
}

table.stundentable tbody td {
  font-size: 15px;
}

table.stundentable tr:nth-child(even) {
  background: #D0E4F5;
}

table.stundentable thead {
  background: #FFFFFF;
  border-bottom: 4px solid #333333;
}

table.stundentable caption {
  background: #435165;
  border-bottom: 2px solid #333333;
  color: #ffffff;
  padding: 5px;
  margin-left: 1px;
}

table.stundentable thead th {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  border-left: 2px solid #333333;
}

table.stundentable thead th:first-child {
  border-left: none;
}

table.stundentable tfoot {
  font-size: 14px;
  color: #333333;
  border-top: 4px solid #333333;
}

.Aufträgeliste {
  background-color: #FFFFFF;
  padding: 0px, 100px;
  margin-top: 20px;
  gap: 2rem;
}

.flex-würfel {
  display: flex;
  background-color: #f3f4f7;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.flex-würfel>.würfel {
  background: linear-gradient(to bottom, #435165, #435165 25%, white 25%, white 80%, #435165 80%);
  ;
  width: 215px;
  margin: 5px;
  height: 215px;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 15px 50px 30px;
  border: 1.5px solid black;
  padding-left: 5px;
  padding-right: 5px;
}

.flex-würfel>.würfel>.w-header {
  width: 100%;
  height: 25%;
  text-align: center;
  padding-top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.flex-würfel>.würfel>.w-body {
  width: 100%;
  height: 55%;
  text-align: center;
  padding-top: 8px;
  padding-left: 3px;
  padding-right: 3px;
}

.flex-würfel>.würfel>.w-body {
  width: 100%;
  height: 55%;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-würfel>.würfel>.w-footer {
  width: 100%;
  height: 20%;
  text-align: center;
  padding-top: 10px;
  color: #ffffff;
}

h1 {
  margin: 0;
  padding: 25px 0;
  font-size: 22px;
  color: #4a536e;
}

.auftrag {
  background-color: #FFFFFF;
  margin-top: 20px;
}

.kundenDatum {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  background-color: #435165;
  padding: 15px;
  color: #ffffff;
}

.kundenDatum>.Titel {
  width: 90%;
  flex: 80%;
  text-align: center;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.kundenDatum>.Datum {
  flex: 20%;
  text-align: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.Beschreibung {
  background-color: #ffffff;
  padding: 15px;
}

.Beschreibung>.genau {
  background-color: #ffffff;
}

.Zeit {
  background-color: #ffffff;
  padding: 15px;
}

table.aufträge {
  border: 2px solid #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  height: 100%;
}

table.aufträge td, table.aufträge th {
  border: 1px solid #FFFFFF;
  padding: 3px 4px;
  height: 10px;
  font-weight: normal;
}

table.aufträge tbody td {
  font-size: 13px;
}

table.aufträge tr:nth-child(even) {
  background: #D0E4F5;
}

table.aufträge thead {
  background: #FFFFFF;
  border-bottom: 4px solid #333333;
}

table.aufträge thead th {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  border-left: 2px solid #333333;
}

table.aufträge thead th:first-child {
  border-left: none;
}

table.aufträge tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  border-top: 4px solid #333333;
}

table.aufträge {
  border: 2px solid #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  height: 100%;
}

table.aufträge td, table.aufträge th {
  border: 1px solid #FFFFFF;
  padding: 3px 4px;
  height: 10px;
}

table.aufträge tbody td {
  font-size: 13px;
}

table.aufträge tr:nth-child(even) {
  background: #D0E4F5;
}

table.aufträge thead {
  background: #FFFFFF;
  border-bottom: 4px solid #333333;
}

table.aufträge thead th {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  border-left: 2px solid #333333;
}

table.aufträge thead th:first-child {
  border-left: none;
}

table.aufträge tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  border-top: 4px solid #333333;
}

.contentstundenarbeits {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: -10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.footer {
  background-color: #435165;
  width: 100%;
  border: 0;
  height: 3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer div {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 3rem;
}

.footer div h1, .footer div a, .footer div h1 a {
  display: inline-flex;
  align-items: center;
}

.footer div h1, .footer div h1 a {
  flex: 1;
  font-size: 16px;
  padding: 0;
  margin-left: 5%;
  color: #ffffff;
}

.footer div a {
  font-size: 16px;
  padding: 0 20px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  margin-right: 3%;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
}

.footer div a i {
  padding: 2px 8px 0 0;
}

.footer div a:hover {
  color: #eaebed;
}

.footer h1 i {
  margin-right: 8px;
}

i {
  margin-top: 3.25px;
}

.login .error {
  text-align: center;
  color: #5b6574;
  font-size: 20px;
  padding: 5px 0 5px 0;
}

.login img {
  width: 300px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}

.login {
  position: relative;
  top: 20vh;
  left: 0;
  right: 0;
  bottom: auto;
  margin-bottom: -20vh;
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 100px auto;
}

.login h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 5px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
  margin-top: 0px;
}

.login form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 0;
}

.login form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #435165;
  color: #ffffff;
}

.login form input[type="password"], .login form input[type="text"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}

.login form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #435165;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}

.login form input[type="submit"]:hover {
  background-color: #d48e0b;
  transition: background-color 0.2s;
}

.gerateadmin input[type="text"] {
  text-align: center;
  width: 80%;
  height: 40px;
  border: 1px solid #dee0e4;
  padding: 0 15px;
  font-size: 16px;
}

.Kondominientyp{
  width: 60%;
}

.Kondominientyp input[type="text"] {
  text-align: center;
  width: 80%;
  height: 40px;
  border: 1px solid #dee0e4;
  padding: 0 15px;
  font-size: 16px;
}

.containerfüriframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media all and (max-width: 900px) {
  .Kondominientyp{
    width: 100%;
  }
}
