@charset "UTF-8";
/*@import '_sumoselect';*/
input.text, textarea, .chosen-single, select {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  padding: 7px 12px;
  font-family: "NeueHaasGroteskDisplayPro";
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: 1.28px;
  text-align: left;
  color: #000;
}

.kurs input.text, .kurs textarea, .kurs .chosen-single, .kurs select {
  width: 100%;
}

input.text.double {
  padding-left: 8px;
  padding-right: 8px;
}

input.text.nr {
  width: 60px;
  text-align: center;
}

input.text.nr.big {
  width: 80px;
}

td input.text.nr {
  display: inline-block;
  margin-right: 12px;
}

input.text.nr:disabled, input.text.nr.disabled {
  background: #eeeeee;
  opacity: 0.6;
}

input.text.green.plan {
  opacity: 0.6;
}

input.text.green.plan, input.text.green.plan:disabled, input:disabled, textarea:disabled {
  background: #f0ffeb !important;
}

input.text.inactive, input:disabled, textarea:disabled,
input.text.inactive, input.disabled, textarea.disabled,
select.disabled {
  cursor: not-allowed;
  color: #5f5f5f;
  background-color: #eee !important;
}

body #form-kurs input.text.invalid-field:disabled,
body #form-kurs input#DatumEnde.text.invalid-field:disabled {
  background-color: #eee !important;
  cursor: not-allowed;
  color: #5f5f5f !important;
}

.clickable.disabled, form.readonly .clickable, form.readonly .gkz-select {
  display: none !important;
}

input, textarea {
  /*-webkit-appearance: none;
  appearance: none;*/
}

input:focus, textarea:focus {
  /*outline: none;*/
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.checkbox-widget input,
.radio-widget input {
  position: absolute;
  z-index: -1;
}

.checkbox-widget.readonly {
  cursor: not-allowed;
  opacity: 0.4;
}

.checkbox-widget input + label::before,
.radio-widget input + label::before {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  float: left;
  margin-right: 12px;
  background-image: url(/assets/images/checkbox.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1.5px solid #eee !important;
}

.filter .checkbox-widget input + label::before,
#ergebnis td .checkbox-widget input + label::before,
.filter .radio-widget input + label::before {
  background-image: url(/assets/images/checkbox-border.svg);
}

.checkbox-widget {
  position: relative;
  margin: 16px 0 0;
}

.checkbox-widget.inline {
  display: inline-block;
  margin-right: 32px;
}

#ergebnis td .checkbox-widget {
  margin: 0;
}

h2 + .checkbox-widget, a.print-link + .checkbox-widget {
  margin-top: 8px;
  margin-bottom: 16px;
}

.radio-widget input + label::before {
  /*margin-left: -22px;*/
}

.checkbox-widget input + label::before {
  margin-left: 0;
}

.checkbox-widget label {
  /* margin-top: -20px; */
}

.checkbox-widget.inline {
  display: inline-block;
  margin-right: 8px;
}

.checkbox-widget input.disabled + label::before,
.radio-widget input.disabled + label::before {
  opacity: 0.4;
}

.checkbox-widget input:focus + label::before {
  background-image: url(/assets/images/checkbox-focus.svg);
}

.radio-widget input:focus + label::before {
  background-image: url(/assets/images/radio-focus.svg);
}

.checkbox-widget input:focus:checked + label::before {
  background-image: url(/assets/images/checked-focus.svg);
}

.radio-widget input:focus:checked + label::before {
  background-image: url(/assets/images/radio-checked-focus.svg);
}

.radio-widget input + label::before {
  background-image: url(/assets/images/radio.svg);
}

.checkbox-widget input:checked + label::before {
  background-image: url(/assets/images/checked.svg);
}

.filter .checkbox-widget input:checked + label::before,
#ergebnis td .checkbox-widget input:checked + label::before {
  background-image: url(/assets/images/checked-border.svg);
}

.radio-widget input:checked + label::before {
  background-image: url(/assets/images/radio-checked.svg);
}

.radio-widget input:disabled + label,
.checkbox-widget input:disabled + label {
  opacity: 0.2;
}

.radio-widget {
  margin-right: 12px;
  display: inline-block;
}

.radio-widget label,
.checkbox-widget label {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 1.28px;
  text-align: left;
}

.radio-widget label {
  padding-top: 4px;
}

.checkbox-widget label span {
  display: block;
  padding-left: 32px;
}

.checkbox-widget.no-padding .inner,
#edit-ref .checkbox-widget.no-padding .inner {
  padding: 0 0 0 32px;
}

textarea {
  text-align: left;
  color: #000;
  height: 60px;
  margin: 12px 0 0;
  width: 100%;
  border: 1px solid #f2f2f2;
}

.upload {
  margin-bottom: 24px;
}

input:invalid, input.invalid-field, textarea.invalid-field, select.invalid, #form-kurs input.text.invalid-field {
  border: 1px solid #ff3f3f !important;
}

.submit-test input:invalid, .submit-test input.invalid-field,
.submit-test textarea.invalid-field,
.submit-test select.invalid,
#form-kurs.submit-test input.text.invalid-field, .submit-test select.error, .submit-test select.invalid-field, .submit-test input.text.error,
.submit-test select.invalid-field {
  background: rgba(255, 76, 48, 0.1) !important;
}

body.login input.text, .filter input.text, .innenflaeche input.text, .innenflaeche select, .filter input.text, .filter select {
  border-radius: 30px !important;
  border: solid 1.4px #eee !important;
  padding: 15px 24px;
  margin-bottom: 20px;
  width: 100%;
  height: 58px;
  background-color: #fff;
}

select, .chosen-single {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

.chosen-single {
  background-color: #fff !important;
  box-shadow: none !important;
}

.innenflaeche input.text {
  width: 100%;
}

.innenflaeche input.text.plz,
input.text.plz {
  width: 140px !important;
  margin-right: 20px;
}

.innenflaeche input.text.ort,
input.text.ort {
  width: calc(100% - 160px);
}

.innenflaeche .SumoSelect.open > .optWrapper {
  top: 57px;
}

.innenflaeche input.text, .CaptionCont.SelectBox.sumo {
  margin-bottom: 0;
}

.filter .CaptionCont.SelectBox.sumo {
  margin-bottom: 20px;
}

body.login #submit, .filter button, .kurs #other-buttons button {
  border-radius: 41px !important;
  background-color: #f08700;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 0;
  padding: 17px 32px;
}

.filter button {
  padding: 11px 32px !important;
  width: auto !important;
}

input[readonly] {
  cursor: not-allowed;
  background: #f5f5f5 !important;
}

dl.nowrap dt {
  white-space: nowrap;
}

dl.nowrap dd.full {
  width: auto;
}

input.inline.half {
  width: calc(50% - 4px) !important;
  display: inline-block;
  margin-right: 4px;
}

input.inline.half + input.inline.half {
  margin-right: 0;
}

.text-widget.button-padding {
  padding: 6px;
}

.chosen-single, .chosen-container-active .chosen-single {
  background: #fff !important;
  width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  box-shadow: none;
  appearance: none !important;
  height: 40px !important;
  border: 1.4px solid #f2f2f2 !important;
}

.filter .chosen-single,
body.person .chosen-single {
  border-radius: 30px !important;
  border: solid 1.4px #eee !important;
  padding: 10px 24px !important;
  margin-bottom: 4px;
  width: 100%;
  height: 58px !important;
  background-color: #fff;
}

.chosen-container-single .chosen-single span {
  line-height: 40px;
  font-size: 16px;
}

.chosen-single div {
  display: none !important;
}

.chosen-container {
  font-size: 16px;
}

.chosen-container .chosen-results li {
  line-height: 16px;
}

.chosen-container .chosen-results li.highlighted {
  background: #5f5f5f !important;
}

#ref-selects .chosen-container {
  margin: 4px 0;
}

select.error, select.invalid, select.invalid-field, input.text.error, select.chosen-select.invalid-field + .chosen-container > a.chosen-single,
select.select.invalid-field + .chosen-container > a.chosen-single {
  border: 1px solid #ff3f3f !important;
}

select.error, select.invalid, select.invalid-field, select.chosen-select.invalid-field + .chosen-container > a.chosen-single {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
}

.submit-test select.chosen-select.invalid-field + .chosen-container > a.chosen-single,
.submit-test select.select.invalid-field + .chosen-container > a.chosen-single {
  background: rgba(255, 76, 48, 0.1) !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
}

#datetimefehler, #polbildungfehler, #ttfehler, #zuschussfehler {
  color: #ff3f3f;
  display: none;
}

#modal-content select {
  margin: 0 0 12px 0;
}

.btn, .btn:focus, .extern input[type=submit], .extern input[type=reset] {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.28px;
  text-align: left;
  color: #fff;
  padding: 10px 18px;
  text-decoration: none;
  opacity: 0.82;
  transition: all 0.4s ease;
  display: inline-block;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
}

.btn.rounded, .extern input[type=submit], .extern input[type=reset] {
  border-radius: 38px !important;
}

.extern input[type=submit], .extern input[type=reset] {
  margin-right: 12px;
}

.btn:hover, .extern input[type=submit]:hover {
  opacity: 1;
  color: #fff;
}

.btn.orange, .extern input[type=submit] {
  background: #f18800;
  color: #fff !important;
}

.btn.orange-border, .extern input[type=reset] {
  border: 1px solid #f18800;
  background-color: #fff !important;
  color: #f18800 !important;
}

a.btn {
  text-decoration: none !important;
}

.btn.green {
  background: #51ae32;
}

.btn.green-border {
  border: 1px solid #51ae32;
  color: #51ae32;
}

.btn.icon {
  padding-left: 34px;
  background-position: 12px center;
  background-repeat: no-repeat;
}

.btn.rounded.icon, .extern input[type=submit].icon {
  padding-left: 40px;
  background-position: 18px center;
}

.btn.icon.close {
  background-image: url(/assets/images/icons/close.svg);
}

.btn.icon.upload {
  background-image: url(/assets/images/icons/upload.svg);
}

.btn.margin-bottom {
  margin-bottom: 32px;
}

button[type=submit] {
  transition: 0.4s ease all;
  margin-right: 12px;
}

button[type=submit]:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

button.margin-top {
  margin-top: 24px;
}

button.margin-bottom {
  margin-bottom: 24px;
}

.btn.btn-send {
  background-image: url(/assets/images/icons/senden.svg);
  background-position: 12px center;
  background-repeat: no-repeat;
  padding-left: 38px;
}

.btn.icon, .extern input[type=submit].icon {
  background-position: 12px center;
  background-repeat: no-repeat;
  margin-right: 6px;
}

.btn.icon.speichern {
  background-image: url(/assets/images/icons/speichern.svg);
}

.btn.icon.abbrechen {
  background-image: url(/assets/images/icons/abbrechen.svg);
}

.btn.icon.drucken {
  background-image: url(/assets/images/icons/drucken.svg);
}

.btn.icon.loeschen {
  background-image: url(/assets/images/icons/loeschen.svg);
}

.btn.icon.plus, .extern input[type=submit].icon.plus {
  background-image: url(/assets/images/icons/plus.svg);
}

.btn.icon.export {
  background-image: url(/assets/images/icons/export.svg);
}

.btn.icon.drucken {
  background-image: url(/assets/images/icons/drucken.svg);
}

#edit-adresse .btn:disabled,
#edit-ref .btn:disabled {
  opacity: 0.25 !important;
}

body.extern {
  font-size: 14px;
  letter-spacing: 0.8px;
  background: none !important;
}

body.extern td.icons span.icon {
  margin-left: 2px;
  margin-right: 2px;
  width: 28px;
}
body.extern td.icons span.icon img {
  max-width: 28px;
}
body.extern #header, body.extern body.extern .footer-text {
  display: none !important;
}
body.extern #main .inside {
  border-radius: 0;
  width: 100%;
  padding: 24px 2%;
}
body.extern td.TDEmptyCell {
  display: none;
}
body.extern tr.headline td {
  font-weight: bold;
  padding-left: 6px !important;
  background: none !important;
}
body.extern table.ergebnis tr.headline td:first-child {
  padding-left: 0;
}
body.extern tr.headline {
  background: none !important;
}
body.extern table.ergebnis tr:nth-child(odd) {
  background-color: #f9f9f9; /* Hellgrauer Hintergrund für ungerade Zeilen */
}
body.extern table.ergebnis tr:nth-child(even) {
  background-color: #ffffff; /* Weißer Hintergrund für gerade Zeilen */
}

.custom-tooltip {
  border: solid 1px #c2c2c2;
  border-radius: 5px;
  /*top: 4px !important;*/
  background: #fff;
}

.tooltip .tooltip-arrow {
  display: none !important;
}

.tooltip-inner {
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 1.12px;
  text-align: left;
  color: #000;
  max-width: 600px !important;
}

.tooltip.show {
  opacity: 0.98 !important;
}

.opacity-02 {
  opacity: 0.2;
}

body {
  font-family: "NeueHaasGroteskDisplayPro";
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 1.28px;
  text-align: left;
  color: #000;
  margin: 0;
  overflow-x: hidden;
  background: rgba(222, 222, 222, 0.3);
}

a, a:hover {
  color: #000 !important;
  text-decoration: underline;
}

div.invisible {
  display: none;
}

#logo {
  max-width: 120px;
  height: auto;
  float: left;
}

#header .inside, #main .inside, #footer .inside, .dialog .inside, #timer {
  width: 92%;
  margin: 0 auto;
  max-width: 1800px;
}

#header .inside {
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: right;
  height: 82px;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  background: #f5f5f5;
  z-index: 8;
  height: 82px;
}

#container {
  margin-top: 82px;
}

#main {
  background-image: url("/assets/images/bg_main.png");
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
}

#main .inside {
  background: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  min-height: 80vh;
  padding: 24px 4%;
}

#footer .footer-text {
  text-align: right;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 1.04px;
  color: #000;
  margin-top: 28px;
  padding-bottom: 20px;
}

.block {
  padding: 16px 20px 16px;
  border-radius: 5px;
  margin-bottom: 16px;
  position: relative;
}

.block.bright {
  background: #f2f2f2;
}

.block.dark {
  background: #5f5f5f;
  color: #fff;
  padding-top: 22px;
}

.block.green {
  background: #dcefd6;
}

.block.gray {
  background: #f2f2f2;
}

.block.blau {
  background: #eaf8fc;
}

.row.margin-top, div.margin-top {
  margin-top: 24px;
}

h1, h2.h1 {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 2.4px;
  text-align: left;
  color: #000;
  margin: 0 0 12px;
}

h2 {
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1.6px;
  text-align: left;
  color: #000;
  margin: 0;
}

.block h2 {
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 2px;
  text-align: left;
  color: #000;
  margin-bottom: 24px;
}

h3 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 1.28px;
  text-align: left;
  color: #000;
  margin-top: 0;
  margin-bottom: 12px;
}

.opaque {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 1.4px;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}

p.opaque {
  margin: -2px 0 0 0;
}

p.last {
  margin-bottom: 0;
}

.block table {
  width: 100%;
  margin: -8px 0 0;
}

.block table tr > td:first-child {
  padding-right: 18px;
  width: 24%;
  background-position: left 4px;
}

.block table tr > td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.block table td {
  /*
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: 1.44px;
    text-align: left;*/
}

.block.bright table td, dt, dd {
  font-size: 16px;
}

tr.vmiddle td {
  vertical-align: center;
}

dl {
  width: 100%;
}

dt {
  font-weight: bold;
  display: inline-block;
}

dt.first {
  min-width: 128px;
}

dd {
  display: inline-block;
  margin: 0 8px 0 0;
}

dt, dl {
  padding-top: 4px;
  padding-bottom: 4px;
}

dt.strong {
  padding-right: 4px;
}

table td.icon, dt.icon, div.icon strong, strong.icon,
.checkbox-widget.icon {
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
}

strong.icon {
  display: inline-block;
}

table td.icon.info, div.icon.info {
  padding-left: 22px;
}

dt.icon {
  vertical-align: top;
}

div.icon strong {
  display: block;
}

div.icon {
  line-height: 1.7;
}

table td.icon {
  padding-left: 32px;
}

strong, b, td.strong, .block td.strong {
  font-weight: 500;
}

table td.icon.mitglied {
  background-image: url(/assets/images/icons/mitglied.svg);
}

table td.icon.zeitraum {
  background-image: url(/assets/images/icons/zeitraum.svg);
}

table td.icon.veranstaltung {
  background-image: url(/assets/images/icons/veranstaltung.svg);
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

div.clear {
  clear: both;
}

a.inactive {
  cursor: not-allowed;
  opacity: 0.2;
}

.block.green table td {
  border-bottom: 8px solid transparent;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #fff;
  margin: 20px 0;
}

div.error, div.success, .save-error {
  font-weight: bold;
  display: none;
  margin: -20px 0 20px;
}

.save-error {
  display: block;
}

p.veranstaltungsort {
  background-image: url(/assets/images/icons/ort.svg);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 30px;
}

.icon.info {
  position: relative;
}

div.infobox {
  background-image: url(/assets/images/icons/info.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: help;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 6px;
}

.block.dark div.infobox {
  background-image: url(/assets/images/icons/info-white.svg);
}

.inv > div.infobox {
  opacity: 0;
}

dt.icon.inv {
  padding-left: 0;
}

.margin-bottom {
  margin-bottom: 32px;
}

dl.further, dl.first-of-further {
  display: inline-block;
  width: auto;
}

.further.margin-left {
  margin-left: 60px;
}

.help {
  cursor: help;
}

#mitgliedsname {
  float: right;
  font-size: 15px;
  margin-top: 12px;
  padding-left: 44px;
  background-image: url(/assets/images/icons/user.svg);
  background-size: 32px;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 22px;
}

#mitgliedsname a {
  display: block;
}

#mitgliedsname .kennung {
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.12px;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
  line-height: 18px;
}

.bold {
  font-weight: bold !important;
}

#mitgliedsname .kennung.bold {
  color: #000;
}

#mitgliedsname a.logout {
  background-image: url(/assets/images/icons/logout.svg);
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.84px;
  text-align: left;
  color: #f18800 !important;
  text-decoration: none;
}

.checkbox-widget, .radio-wrapper {
  transition: all 1s ease;
}

.checkbox-widget.disabled, .radio-wrapper.disabled, #upload.disabled {
  opacity: 0.2;
}

td.small, td.small textarea {
  font-size: 12px !important;
  line-height: 1.3 !important;
}

td.small textarea {
  margin-top: 0;
  height: 400px;
}

#kursaenderung-tbody input.text {
  width: 100%;
}

div.success, div.save-error, div.error {
  font-weight: bold;
  color: #fff;
  background: #6aab47;
  padding: 32px 40px 30px 72px;
  background-image: url(/assets/images/icons/success.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  margin-top: 0;
}

div.success, div.save-error {
  display: block;
}

div.save-error, div.error {
  background: #ff3f3f;
  background-image: url(/assets/images/icons/error.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.float-left {
  float: left;
  max-width: 60%;
  text-align: left;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: none !important;
}

.btn.icon.upload:focus,
.btn:focus,
.dok-icon:focus,
select:focus + .chosen-container-single, .chosen-single:focus,
.chosen-container-active {
  box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.4) !important;
}

.chosen-container-single .chosen-single {
  padding-left: 14px;
}

.margin-bottom {
  margin-bottom: 40px;
}

div.print-link {
  background-image: url(/assets/images/icons/print.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
  line-height: 28px;
}

a.print-link {
  background-image: url(/assets/images/icons/print.svg);
  width: 28px;
  height: 28px;
  position: absolute;
  top: 16px;
  right: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

div.right {
  text-align: right;
}

div.margin-light {
  margin-top: 8px;
}

pre {
  margin: 20px 0 !important;
  font-size: 9px;
  background: #f9f9f9;
  border: 1px solid #6a1a21;
  color: #6a1a21;
  border-radius: 6px;
  padding: 8px;
}

.smaller {
  font-size: 12px;
}

#nav-main {
  display: inline-block;
  margin: 0 40px 0 auto;
  padding: 28px 0;
}

#nav-main ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
}

#nav-main ul > li {
  display: inline-block;
  margin: 0 8px;
}

#nav-main ul > li a {
  padding: 10px 20px;
  transition: 0.4s ease all;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 1.44px;
  text-align: left;
  color: #000;
  text-decoration: none;
  border-radius: 38px;
}

#nav-main ul > li.news img {
  width: 22px;
}

#nav-main ul > li.hilfe,
#nav-main ul > li.news {
  position: relative;
  width: 24px;
}

#nav-main ul > li.hilfe a,
#nav-main ul > li.news a {
  position: absolute;
  bottom: -6px;
  left: 20px;
  padding: 0;
  transition: 0.4s ease all;
}

#nav-main ul > li.hilfe a.hovered,
#nav-main ul > li.news a.hovered {
  opacity: 0;
}

#nav-main ul > li.hilfe:hover a.hovered,
#nav-main ul > li.news:hover a.hovered {
  opacity: 1;
}

#nav-main ul > li.hilfe:hover a.not-hovered,
#nav-main ul > li.news:hover a.not-hovered {
  opacity: 0;
}

#nav-main ul > li.hoverable a:hover,
#nav-main ul > li.active a {
  border-radius: 38px;
  background-color: #ffd39a;
}

h1 + .filter {
  margin-top: 20px;
}

.filter .option {
  /*display: inline-block;*/
  float: left;
  margin-right: 30px;
  width: 300px;
}

.filter .SumoSelect {
  width: 100%;
}

div.clear.margin-top {
  padding-top: 24px;
}

.filter.short .option {
  margin-right: 12px;
}

.filter .option:last-child {
  margin-right: 0;
}

.filter .option.short {
  width: 264px;
}

.option.short.suche-halbjahr {
  width: 128px;
}

.filter .option.long {
  width: 600px;
}

.filter div.icon strong {
  padding-left: 0;
}

.filter .col-12 {
  margin-bottom: 12px;
}

.filter .icon.info {
  padding-left: 24px;
}

.filter button#submit {
  margin-top: 6px !important;
}

.filter .icon.info div.infobox {
  top: 24px;
}

.filter .icon.info.padding-top div.infobox {
  top: 6px;
}

#ergebnis {
  transition: 0.4s ease all;
}

#ergebnis.inactive {
  opacity: 0.1;
}

#ergebnis table, table.ergebnis {
  width: 100%;
  border: 0;
}

#ergebnis thead tr th:first-child,
table.ergebnis thead tr th:first-child,
table.ergebnis tr.pseudo-head td:first-child {
  border-top-left-radius: 14px;
}

#ergebnis thead tr th:last-child,
table.ergebnis thead tr th:last-child,
table.ergebnis tr.pseudo-head td:last-child {
  border-top-right-radius: 14px;
}

#ergebnis thead tr th,
table.ergebnis thead tr th,
table.ergebnis tr.pseudo-head td {
  font-weight: bold;
  background-color: #dcefd6 !important;
  background-position: left center !important;
  color: #000;
  padding: 15px 6px;
  padding-left: 22px;
  border: none !important;
}

#ergebnis thead tr th.tablesorter-header,
table.ergebnis thead tr th.tablesorter-header {
  padding-left: 22px;
}

#ergebnis thead tr th.tablesorter-header.sorter-false,
table.ergebnis thead tr th.tablesorter-header.sorter-false {
  padding-left: 6px;
}

#ergebnis tr td,
table.ergebnis tr td {
  padding: 24px 6px;
  border: none !important;
}

#ergebnis tr td:first-child,
table.ergebnis tr td:first-child {
  padding-left: 20px !important;
}

#ergebnis tr th:first-child.tablesorter-header,
table.ergebnis tr th:first-child.tablesorter-header {
  padding-left: 36px !important;
  background-position: 14px center;
}

#ergebnis thead tr th:first-child.tablesorter-header.sorter-false,
table.ergebnis thead tr th:first-child.tablesorter-header.sorter-false {
  padding-left: 20px !important;
}

#ergebnis table tr.even td,
table.ergebnis tr.even td {
  background-color: #fff;
}

#ergebnis table tr.odd td,
table.ergebnis tr.odd td,
table.ergebnis tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#ergebnis tr.even:hover td,
#ergebnis tr.odd:hover td,
table.ergebnis tr.even:hover td,
table.ergebnis tr.odd:hover td,
table.ergebnis tr:hover td {
  background-color: #f0f8ee;
}

table td.right {
  text-align: right;
  padding-right: 20px !important;
}

#ergebnis td span.inactive,
table.ergebnis td span.inactive {
  opacity: 0.2;
  filter: grayscale(50%);
  display: block;
  text-align: right;
}

td.nowrap {
  white-space: nowrap;
}

.innenflaeche {
  padding-left: 40px;
  margin-left: -40px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 32px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.innenflaeche.statistik {
  padding-left: 0;
}

.innenflaeche.gruen {
  background: #f0f8ee;
}

.innenflaeche.blau {
  background: #eaf8fc;
}

.innenflaeche.rot {
  background: #ffeaea;
}

.innenflaeche.orange {
  background: #fff5e6;
}

.pflichtfeld {
  margin-left: -40px;
  margin-top: 4px;
}

.innenflaeche h2 {
  margin-bottom: 32px;
}

.innenflaeche dt {
  font-weight: normal;
}

.innenflaeche dt.first {
  width: 136px;
}

.innenflaeche dd {
  width: calc(100% - 156px);
}

.innenflaeche hr {
  border: none !important;
  height: 0;
  margin: 24px 0;
}

.innenflaeche hr.minimal {
  margin: 12px 0;
}

.innenflaeche .SumoSelect, .innenflaeche select {
  width: 100%;
}

h1.margin-top {
  margin-top: 24px;
}

#ergebnis tr.inaktiv td.name,
#ergebnis tr.inaktiv td.ort,
#ergebnis tr.inaktiv td.themen,
#ergebnis tr.inaktiv td.status {
  opacity: 0.4;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

/*
#ergebnis tr.inaktiv td.name {
  background-image: url(/assets/images/icons/inaktiv.svg);
  background-repeat: no-repeat;
  background-position: 24px 27px;
  padding-left: 48px !important;
  background-size: 18px;
}*/
td.center-content {
  white-space: nowrap;
}

td.center-content img {
  display: inline-block;
  vertical-align: middle;
}

td .table-icon {
  height: 45px;
  line-height: 45px;
  display: block;
  float: left;
  margin-right: 4px;
  background-position: center center;
  background-size: contain;
  width: 22px;
  background-repeat: no-repeat;
}

td.nr, th.nr {
  text-align: right;
}

td.filter-link, th.filter-link {
  text-align: center;
}

a.filter-link {
  padding: 6px 8px 6px 28px;
  background-image: url(/assets/images/pfeil-rechts-weiss.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
  color: #fff;
  background-color: #51ae32;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 1.6px;
  display: inline-block;
  margin-top: -6px;
  margin-bottom: -6px;
  text-align: right;
  border-radius: 5px;
}

a.filter-link.gelb {
  background-color: #f08700;
  color: #fff !important;
}

a.filter-link.rot {
  background-color: #ff3e3e;
  color: #fff !important;
}

a.filter-link.blau {
  background-color: #0096BE;
  color: #fff !important;
}

table.ergebnis tr.inactive {
  display: none;
}

div.center {
  text-align: center;
}

td .table-icon.txt {
  width: auto;
}

td .table-icon.kein-nrw {
  width: 32px;
}

td .table-icon.inaktiv {
  width: 20px;
}

.innenflaeche.statistik table tr:nth-child(odd) td {
  background-color: #ffffff;
}

.innenflaeche.statistik table tr:nth-child(even) td {
  background-color: #f9f9f9;
}

#pwd-feld {
  display: none;
}

#pwd-feld.active {
  display: block;
}

.innenflaeche textarea {
  border-radius: 30px !important;
  height: 120px;
  padding: 18px 24px;
  margin: 0;
}

dl {
  display: flex;
}

dl > dt {
  padding-top: 16px;
}

dl.textarea > dt {
  padding-top: 16px;
}

.submit-btns-top {
  margin: 20px 0;
}

.submit-btns-top button {
  margin-left: 0;
}

td.icons {
  vertical-align: middle;
  white-space: nowrap;
}

td.icons span.icon {
  margin-left: 4px;
  margin-right: 4px;
  width: 38px;
  display: inline-block;
  text-align: center;
}

.aufklappbar {
  background-image: url(/assets/images/aufklappen.svg);
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: underline;
  cursor: pointer;
  padding-left: 20px;
}

.aufklappbar.active {
  background-image: url(/assets/images/zuklappen.svg);
  background-position: left 6px;
}

.aufklappbar + div.klappbereich {
  height: 0;
  overflow: hidden;
}

.aufklappbar.active + div.klappbereich {
  height: auto;
  padding: 20px 0;
}

#leeres-ergebnis {
  padding: 20px 0 40px;
}

.kurs #lfdnr {
  width: auto;
}

.filter .option.shorter {
  width: 148px;
}

.filter.eingabe .option {
  margin-top: 12px;
  margin-bottom: 12px;
}

.border-right {
  border-right: 1px solid #ccc;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 32px 0;
}

.clickable {
  cursor: pointer;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 300;
  display: none;
}

#modal .inner {
  background: #fff;
  margin: 0 auto;
  border-radius: 5px;
  padding: 32px;
  min-width: 300px;
  width: 520px;
  max-width: 80%;
  position: relative;
  max-height: 80vh;
  overflow: auto;
}

#modal.news .inner {
  width: 720px;
}

#modal .inner h1 {
  margin-top: 0;
}

#close-modal {
  position: absolute;
  top: 32px;
  right: 32px;
  background-image: url(/assets/images/icons/close-schwarz.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  cursor: pointer;
  z-index: 4;
}

.ort #ergebnis, .person #ergebnis {
  margin-top: -59px;
}

.ort .submit-btns, .person .submit-btns {
  margin-bottom: 20px;
}

#nav-btn {
  width: 24px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 100;
  background-image: url(/assets/images/hamburger.svg);
  background-size: cover;
  cursor: pointer;
  height: 20px;
  display: none;
}

table td.nr, table td.nr a, table td.nr span {
  font-family: "Roboto Mono";
  letter-spacing: 0 !important;
  color: #555;
}

.download .filetype {
  height: 32px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  padding-top: 2px;
  padding-left: 36px;
  margin: 6px 0 6px -2px;
}

.empty-result {
  margin-top: 72px;
}

table.ergebnis tr td.border-right, table.ergebnis tr th.border-right {
  border-right: 2px solid #aaa !important;
  padding-right: 18px !important;
}

table.ergebnis tr th:last-child,
table.ergebnis tr td:last-child {
  padding-right: 22px;
}

h2.h1 span {
  font-size: 16px;
}

table.ergebnis tr th {
  letter-spacing: 1px;
}

.table-wrapper {
  overflow-x: auto;
}

.table-outer {
  min-width: 1080px;
}

#erfassungsstatus-outer .table-outer {
  min-width: 740px;
}

body .innenflaeche :invalid {
  border: 1px solid red !important;
}

.rueckmeldung dl > dt,
.pruefung dl > dt {
  padding-top: 4px;
}

.rueckmeldung div.icon strong {
  padding-left: 0;
}

.hidePasswort input {
  opacity: 0;
  position: relative;
  z-index: 0;
  transition: 0.4s ease all;
}

.hidePasswort input.active {
  z-index: 2;
  opacity: 1;
}

.hidePasswort a {
  margin: 15px 0 0;
  font-weight: bold;
  display: block;
}

.hidePasswort a.inactive {
  display: none;
}

#timer {
  margin: 40px auto;
}
#timer h2 {
  margin-bottom: 20px;
}
#timer .table {
  width: 100%;
}
#timer th, #timer td {
  border: 1px solid #333;
  padding: 2px 6px;
  font-size: 12px;
  vertical-align: top;
}
#timer th {
  background: #fff;
}
#timer th.nr, #timer td.nr {
  text-align: right;
}
#timer td {
  background: #f2f2f2;
  transition: 0.2s all ease;
}
#timer tr:nth-child(even) td {
  background: #f9f9f9;
}
#timer tr:hover td {
  background: #eee;
}

.dialog {
  display: none;
}

.dialog, .dialog-outer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: calc(100vw - 15px);
  z-index: 2000;
}

.dialog-outer {
  background: rgba(0, 0, 0, 0.8);
}

#main .dialog .inside {
  background: #fff;
  padding: 24px 32px;
  border-radius: 5px;
  margin: 20px auto;
  position: relative;
  z-index: 3002;
  max-width: 1120px;
  overflow: auto;
  max-height: calc(100vh - 40px);
}

.dialog table {
  margin: 20px 0;
  width: 100%;
}

.dialog th {
  background: #dcefd6;
}

.dialog td {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #f2f2f2;
}

.dialog tr:nth-child(even) td {
  background: #f9f9f9;
}

.dialog td, .dialog th {
  padding: 2px 6px;
  vertical-align: middle;
  font-size: 14px;
}

.dialog td.small {
  vertical-align: top;
}

input.input-length-1, #kursaenderung-tbody input.input-length-1 {
  width: 36px;
}

input.input-length-4, #kursaenderung-tbody input.input-length-4 {
  width: 66px;
}

input.input-length-5, #kursaenderung-tbody input.input-length-5 {
  width: 78px;
}

input.input-length-10, #kursaenderung-tbody input.input-length-10 {
  width: 112px;
}

@media screen and (max-width: 1960px) {
  #kurs-linke-spalte dt {
    width: 222px !important;
  }
  #kurs-linke-spalte dd {
    width: 100% !important;
  }
  #kurs-linke-spalte dl.first-of-further,
  #kurs-linke-spalte dl.further {
    display: flex !important;
  }
  #kurs-info-Format + dd {
    margin-right: 0 !important;
  }
  .kurs-links dd {
    margin-left: 12px !important;
  }
}
@media screen and (max-width: 1680px) {
  .further.margin-left {
    margin-left: 20px;
  }
  .checkbox-widget input + label::before,
  .radio-widget input + label::before {
    margin-right: 4px;
  }
  .checkbox-widget label span {
    padding-left: 26px;
  }
  .gebuehr-unbekannt {
    display: block !important;
  }
  #TeilnehmerPlan, #UnterrichtsstundenPlan, #TeilnehmertagePlan, #Gebühr {
    margin-right: 8px;
  }
  table.ergebnis th, table.ergebnis td {
    font-size: 14px;
    letter-spacing: 0 !important;
  }
}
@media screen and (max-width: 1560px) {
  input.text.nr {
    width: 48px;
    padding: 8px 8px;
    font-size: 15px;
  }
  .block.bright table td, dt, dd, .radio-widget label, .checkbox-widget label, strong {
    font-size: 15px;
  }
  dt.first {
    min-width: 120px;
  }
  dt.icon {
    padding-left: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .gebuehr-unbekannt {
    display: inline-block !important;
  }
  .checkbox-widget label span {
    padding-left: 30px;
  }
  #erfassungsstatus-more, #statistik-more {
    margin-top: 4px !important;
  }
}
@media screen and (max-width: 1380px) {
  input.text.nr {
    width: 40px;
    padding: 8px 6px;
    font-size: 14px;
  }
  .block.bright table td, dt, dd, .radio-widget label, .checkbox-widget label, strong {
    font-size: 14px;
  }
  dt.first {
    min-width: 110px;
  }
  div.infobox {
    background-size: 12px;
  }
  dt.icon {
    padding-left: 16px;
  }
  .checkbox-widget input + label::before, .radio-widget input + label::before {
    margin-right: 8px;
  }
  dd {
    margin-right: 4px;
  }
}
@media screen and (max-width: 1420px) {
  /* Navschalter */
  #nav-btn {
    display: block;
  }
  li.hilfe, li.news {
    position: absolute !important;
    top: 34px !important;
    left: 0;
  }
  li.hilfe {
    left: 40px !important;
  }
  #logo {
    max-width: 80px;
  }
  #header .inside {
    height: 56px;
    margin-right: auto !important;
  }
  #header .inside {
    width: 96%;
  }
  #nav-wrapper {
    width: 300px;
    background: #fff;
    z-index: 99;
    position: fixed;
    top: 0;
    height: 100vh;
    right: -300px;
    transition: all 0.4s ease;
    border-left: 1px solid #333;
    padding: 80px calc(2% - 12px) 20px 20px;
  }
  #nav-wrapper.active {
    right: 0;
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.3);
  }
  #nav-main {
    margin: 0;
    width: 100%;
  }
  #nav-main ul > li {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: left;
  }
  #mitgliedsname {
    position: absolute;
    bottom: 20px;
    float: none;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 990px) {
  #erfassungsstatus-more, #statistik-more {
    margin-right: 0 !important;
    text-align: center !important;
    margin-top: 12px !important;
  }
  #outer-buttons {
    padding: 12px !important;
    width: 46px !important;
  }
  #form-kurs #outer-buttons button {
    background-size: contain;
    width: 24px;
    height: 26px !important;
  }
}
@media screen and (max-width: 600px) {
  dl.further, dl.first, dl.first-of-further, dl {
    display: block;
    margin-bottom: 0;
  }
  dt {
    min-width: 110px;
  }
}
