body {
  font-family: Arial, sans-serif;
  margin: 0;
}

footer {
  margin: 0 auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  /*position: absolute;*/
  position: sticky;
  background-color: white;
}

.navbar {
  border-width: 1px 1px 1px 1px;
  height: 50px;
}

.navbar-fixed-top {
  overflow: hidden;
  border-width: 1px 1px 4px 1px;
}

.navbar-fixed-bottom {
  overflow: hidden;
  border-width: 4px 1px 1px 1px;
}

.design_body {
  margin-top: 60px;
  margin-bottom: 60px;
}

.thspecial {
  background-color: #004b8d;
  color: #ffffff;
  font-weight: 700;
}

.thspeciallight {
  background-color: #0076e0;
  color: #ffffff;
  font-weight: 700;
}

.cookie-consent {
  position: fixed;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 1;
  max-height: 1000px;
  padding: 22px 0;
  border-top: solid 1px white;
  font-size: 15px;
  transition: all 0.8s;
  background: #0063b8;
  color: white;
}
.cookie-consent a {
  font-family: aileronbold;
  color: white;
}
.cookie-consent.accepted {
  max-height: 0;
  padding: 0;
  opacity: 0;
}

.cookie-consent-table {
  display: table;
  width: 100%;
}

.cookie-consent-row {
  display: table-row;
}

.cookie-consent-cell p {
  background: #0063b8;
  color: #fff;
}
.cookie-consent-cell:first-child {
  float: left;
}
.cookie-consent-cell:last-child {
  float: right;
}

.btn-dismiss-cookies {
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  font-family: aileronbold;
  transition: all 0.4s;
  background: #004b8d;
  color: white;
  border: 1px solid white;
  margin-left: 10px;
}
.btn-dismiss-cookies:hover, .btn-dismiss-cookies:focus, .btn-dismiss-cookies:active {
  background: #002b5c;
  color: white;
}

.btn-cookies {
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  font-family: aileronbold;
  transition: all 0.4s;
  background: white;
  color: #004b8d;
  border: 1px solid white;
  margin-left: 10px;
}
.btn-cookies:hover, .btn-cookies:focus, .btn-cookies:active {
  background: #002b5c;
  color: white;
}

#cookie-bar {
  background: hsla(0, 0%, 100%, 0.95);
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.25);
  display: none;
  display: -ms-grid;
  -ms-grid-columns: 44fr 2fr 700px 20px 140px 6fr 36fr !important;
  -ms-grid-rows: 20px auto 20px;
  -ms-grid-columns: 36fr 2fr 35fr 1fr 7fr 6fr 36fr;
  grid-template-columns: 36fr 2fr 35fr 1fr 7fr 6fr 36fr;
  grid-template-rows: 20px auto 20px;
  color: #000;
  bottom: 0;
  position: fixed;
  margin: 0 auto !important;
  z-index: 1500;
  padding: 0;
  overflow: auto;
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

label {
  max-width: 80%;
  width: auto;
  padding: 0;
  margin: 0;
  font-size: smaller;
  line-height: normal;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select {
  display: block;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-input {
  display: flex;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  margin-top: 0px;
  margin-left: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  /*background-color: red;*/
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-floating > .form-control {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.mktable {
  width: 100%;
  border: 1px solid whitesmoke;
  margin-bottom: 0 !important;
  /*background-color: transparent;*/
  /*background-color: transparent;*/
}

.trnew {
  /*background-color: rgba(255, 0, 0, 0.3);*/
  background-color: yellow;
  font-weight: 700;
}
.trnew:hover {
  background-color: darkgrey;
}

.trnormal {
  background-color: whitesmoke;
}
.trnormal:nth-of-type(2n+1) {
  background-color: rgba(200, 200, 200, 0.4);
}
.trnormal:hover {
  background-color: darkgrey;
}

th {
  /*font-size: 1.1em;*/
  font-weight: 700;
  text-align: center;
  background-color: darkgrey;
}

td {
  border: 1px solid whitesmoke;
  padding: 3px;
}

@keyframes redflash {
  to {
    background-color: red;
  }
}
@keyframes yellowflash {
  to {
    background-color: #fcee32;
  }
}
@keyframes blueflash {
  to {
    background-color: #0e3bff;
  }
}
@keyframes example {
  0% {
    background-color: white;
  }
  12% {
    background-color: white;
  }
  25% {
    background-color: blue;
  }
  37% {
    background-color: white;
  }
  50% {
    background-color: blue;
  }
  62% {
    background-color: white;
  }
  75% {
    background-color: blue;
  }
  100% {
    background-color: white;
  }
}
.table_text_right {
  text-align: right;
}

.footer_copyright {
  color: black;
  /*font-size: large;*/
}

.input_required {
  /*padding: 0.5rem;*/
  border-left-color: red;
  border-left-width: 5px;
  border-bottom-color: orangered;
  border-bottom-width: 1px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.new_person_node {
  margin-top: 150px;
}

.node_dsgvo {
  font-size: 1.3em;
}

/*# sourceMappingURL=own.css.map */
