/* additional changes after compass is gone and screen.css cannot processed anymore */
/* -- colors -- */
/* -- fonts -- */
/* -- breakpoints -- */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* -- import SCSS - do it here to prevent that these styles are used in WP Backend (Slider Revolution ...) -- */
/*

Plugin CSS: Encyclopedia (Wiki)

Created by www.kupferrausch.de

(c) 2024

*/
.encyclopedia-prefix-filters {
  margin-bottom: 2rem !important;
}
.encyclopedia-prefix-filters .filter-level {
  background-color: #eeeced;
  padding: 0.25rem !important;
  margin-bottom: 0.75rem !important;
  border-bottom: 0;
}
.encyclopedia-prefix-filters .filter-level .filter {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  padding: 0.3rem 0 0.35rem;
}
.encyclopedia-prefix-filters .filter-level .filter .filter-link {
  font-size: 1rem;
  letter-spacing: 0;
}
.encyclopedia-prefix-filters .filter-level .filter:hover {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-color: #cccccc;
}
.encyclopedia-prefix-filters .filter-level .filter.current-filter {
  background-color: #b61f29;
}
.encyclopedia-prefix-filters .filter-level .filter.current-filter .filter-link {
  color: #ffffff !important;
  font-weight: bold;
  line-height: 100%;
}

#main-content-holder #encyclopedia-search-submit {
  width: 100%;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  line-height: 140% !important;
  padding: 0.5rem !important;
  margin-top: 0.5rem;
  cursor: pointer;
}

/*

Plugin CSS: Friendly Captcha

Created by www.kupferrausch.de

(c) 2025

*/
/* hide badge */
.frc-captcha {
  display: none;
}

/* === mediathek === */
ul#primary-nav li.media-library a {
  color: #3657a4 !important;
  font-family: "HelveticaNeueW01-75Bold", Arial, Verdana, sans-serif !important;
}
ul#primary-nav li.media-library a:hover {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #b61f29 !important;
}
ul#primary-nav li.media-library a:before {
  content: "";
  float: left;
  display: block;
  width: 28px;
  height: 26px;
  background: url(../img/icon_mediathek_violetblue.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0 0.75rem 0 0;
}

.media-library-item {
  background: #eeeced !important;
  padding: 2rem !important;
  margin-bottom: 3rem !important;
}
.media-library-item .mli--badge {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-size: 0.9rem !important;
  font-weight: normal !important;
  text-transform: uppercase;
  color: #ffffff;
  background: #3657a4 !important;
  padding: 0.5rem 0.75rem 0.25rem 0.75rem;
  margin-top: -2rem;
}
.media-library-item .mli--badge .mli--icon {
  width: 24px;
  vertical-align: sub;
  margin: 0 0.5rem 0 0;
}
.media-library-item h2 {
  color: #3657a4 !important;
  margin-top: 2rem !important;
}
.media-library-item .mli--date {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-size: 0.8rem !important;
  font-weight: normal;
  margin-bottom: 1rem;
}

/*

Plugin: Borlabs Cookie

(c) 2025

*/
#BorlabsCookieBox .brlbs-justify-center,
.brlbs-cmpnt-container .brlbs-justify-center {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
#BorlabsCookieBox .brlbs-cmpnt-container .brlbs-cmpnt-max-w-xl,
.brlbs-cmpnt-container .brlbs-cmpnt-container .brlbs-cmpnt-max-w-xl {
  width: 90vw !important;
  max-width: 768px !important;
}
#BorlabsCookieBox .brlbs-cmpnt-dialog-box-description,
#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-description,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-description,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-description {
  height: auto !important;
  padding-bottom: 0 !important;
}
#BorlabsCookieBox .brlbs-cmpnt-dialog-box-description form, #BorlabsCookieBox .brlbs-cmpnt-dialog-box-description:after,
#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-description form,
#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-description:after,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-description form,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-description:after,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-description form,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-description:after {
  display: none !important;
}
#BorlabsCookieBox .brlbs-mr-2,
.brlbs-cmpnt-container .brlbs-mr-2 {
  margin-right: 3rem !important;
}
#BorlabsCookieBox .brlbs-cmpnt-dialog-box-entrance .brlbs-mt-4,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-entrance .brlbs-mt-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row: auto auto auto;
  grid-column-gap: 1rem;
  grid-row-gap: 0.75rem;
}
#BorlabsCookieBox .brlbs-cmpnt-dialog-box-entrance .brlbs-mt-4 > div,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-entrance .brlbs-mt-4 > div {
  margin: 0 !important;
}
#BorlabsCookieBox .brlbs-cmpnt-dialog-box-entrance .brlbs-cmpnt-text-description,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-entrance .brlbs-cmpnt-text-description {
  display: inline !important;
}
#BorlabsCookieBox button,
.brlbs-cmpnt-container button {
  padding: 0.75rem !important;
  border: none !important;
}
#BorlabsCookieBox button:hover,
.brlbs-cmpnt-container button:hover {
  padding: 0.75rem !important;
  border: none !important;
}
#BorlabsCookieBox button:hover:not(.brlbs-cmpnt-close-button),
.brlbs-cmpnt-container button:hover:not(.brlbs-cmpnt-close-button) {
  background-color: #333333 !important;
}
#BorlabsCookieBox button:hover .brlbs-cmpnt-close-button,
.brlbs-cmpnt-container button:hover .brlbs-cmpnt-close-button {
  color: #ffffff !important;
}
#BorlabsCookieBox input[type=checkbox],
.brlbs-cmpnt-container input[type=checkbox] {
  padding: 0.5rem !important;
}
#BorlabsCookieBox .brlbs-cmpnt-dialog-footer,
.brlbs-cmpnt-container .brlbs-cmpnt-dialog-footer {
  display: none !important;
}

/* === general === */
.home h1 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#scroll-top {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  position: fixed;
  bottom: 2.5rem;
  right: 2rem;
  z-index: 99999;
  display: none;
  width: 40px;
  height: 2.25rem;
  line-height: 40px;
  color: #353535;
  text-align: center;
  background: #dcdcdc;
  -webkit-box-shadow: 0px 0px 0.75rem rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 0.75rem rgba(0, 0, 0, 0.3);
}
#scroll-top:hover {
  background: #b61f29;
  color: #ffffff;
}
@media (max-width: 660px) {
  #scroll-top {
    right: 1.5rem;
  }
}

h1 {
  color: #b61f29;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-size: clamp(1.75rem, 1.65rem + 0.5vw, 2.25rem);
  line-height: 140%;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  h1 {
    line-height: 130%;
  }
}

h2 {
  font-size: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
  line-height: 140%;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #b61f29;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h2:first-of-type {
  margin-top: 0.5rem;
}
h2.small {
  font-size: 1.25em;
}

h3 {
  font-size: 1.25em;
  line-height: 130%;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #b61f29;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.1em;
  line-height: 140%;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #b61f29;
  margin-bottom: 0;
}

h5 {
  font-size: 1.2em;
  line-height: 140%;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #b61f29;
  margin-bottom: 0;
}

h6 {
  font-size: 0.9rem;
  line-height: 180%;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #b61f29;
  margin-bottom: 0;
}

.color-online-seminars {
  color: #00A9F2 !important;
}

.spacer-1 {
  margin-top: 0.5rem;
}

.space-bottom-1 {
  margin-top: 1.5rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.margin-bottom-025 {
  margin-bottom: 0.25rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.strong {
  font-weight: bold !important;
}

.display-contents {
  display: contents !important;
}

div.wpforms-container-full .wpforms-form .seminarcatchoice ul {
  margin: 0.5rem 0 !important;
}

@media (max-width: 768px) {
  .wpforms-field-row .wpforms-one-half {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.nl-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.nl-intro .item {
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0 1rem 0;
}
.nl-intro .item:first-child {
  padding-right: 2rem;
  padding-bottom: 1.25rem;
}
.nl-intro .item.box {
  text-align: center;
  background: #eeeced;
  padding: 1rem 1.25rem 1rem 1.25rem !important;
}
.nl-intro .item h3 {
  text-align: center;
  margin-bottom: 0.75rem;
}
.nl-intro .item .unsubscribe {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  font-size: 0.9rem !important;
  margin: 0.75rem 0 0 0;
}
@media (max-width: 768px) {
  .nl-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nl-intro .item {
    width: 100%;
    padding: 0rem 0 1rem 0 !important;
  }
  .nl-intro .item:first-child {
    padding-right: 0;
    padding-bottom: inherit;
  }
}

#flyout-seminar-catalogue {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  position: fixed;
  right: -270px; /* ca. width. exact positioning via JS on pageload / scroll / resize */
  top: 50%;
  z-index: 999999;
  width: auto;
  color: #ffffff;
  text-decoration: none;
}
#flyout-seminar-catalogue #icon-wrapper {
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00A9F2;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#flyout-seminar-catalogue #icon-wrapper .icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMiIgZGF0YS1uYW1lPSJFYmVuZSAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTIuNjIgMzkyLjgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEsIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJtMzEuNTYsMHYyOS45OEgwdjI2NS43OGgxNzkuMTFsMjIuNzYsMTMuNTJoMjQuMzV2LTEyLjloLTIwLjc3bC0yMi43OC0xMy41MUgxMi44OVY0Mi44N2gxOC42N3YyMTkuOGgxNzQuMTNsMjQuNTEtMTguMTktNy43MS0xMC4zMS0yMS4wNywxNS41NUg0NC40NFYxMi44OWgxNTYuOThsMjQuODksMTguNDMsMjQuOTItMTguNDNoMTU2Ljk4djE4Ni40MWgxMi44OVY0Mi44N2gxOC42NHYyNDYuNDNoMTIuODlWMjkuOThoLTMxLjUzVjBoLTE3NC4xNmwtMjAuNjIsMTUuMjlMMjA1LjY5LDBIMzEuNTZaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0yMTkuODUsNTcuNDVoMTIuOTV2MTQ3Ljc0aC0xMi45NVY1Ny40NVoiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0ibTI5MS41OCwzNTYuNjNoOTAuMjh2MjMuMjloLTkwLjI4di0yMy4yOVptLTMuNTItMjE5LjExYzYuOTMsMCwxMi4zOCw1LjQ1LDEyLjM4LDEyLjU2djY1LjM0bDEwNy43NiwxNy4xMnY4Mi4yOGwtMjIuOTksMjguOTJoLTk3LjUxbC0zMC4yOC0yOS4zN3YtNDkuNTFsMTguMjItMTkuODJ2LTk0Ljk2YzAtNy4wOCw1LjQ1LTEyLjU2LDEyLjQyLTEyLjU2aDBabTAtMTIuOTJjLTEzLjkzLDAtMjUuMywxMS41Mi0yNS4zLDI1LjQ4djg5LjkzbC0xOC4yMiwxOS44MnY1OS45NGwzNC4xLDMzLjF2MzkuOTRoMTE2LjEydi00MC4zNWwyNi4zNC0zMy4xM3YtOTcuODRsLTEwNy43Ni0xNy4wN3YtNTQuMzRjMC0xMy45NS0xMS4zNi0yNS40OC0yNS4yOC0yNS40OGgwWiIvPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtNzEuNzMsODguNDRoMTIwLjg3djEyLjg5aC0xMjAuODd2LTEyLjg5WiIvPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtNzEuNzMsMTI0LjgzaDEyMC44N3YxMi45NWgtMTIwLjg3di0xMi45NVoiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTcxLjczLDE2MS4zaDEyMC44N3YxMi45MmgtMTIwLjg3di0xMi45MloiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTcxLjczLDE5Ny43NWgxMjAuODd2MTIuODloLTEyMC44N3YtMTIuODlaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im03MS43Myw1MS45N2gxMjAuODd2MTIuOTJoLTEyMC44N3YtMTIuOTJaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0yNjAuMDMsODguNDRoMTIwLjg2djEyLjg5aC0xMjAuODZ2LTEyLjg5WiIvPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMjYwLjAzLDUxLjk3aDEyMC44NnYxMi45MmgtMTIwLjg2di0xMi45MloiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTMyMy4zMiwxMjQuODNoNTcuNTd2MTIuOTVoLTU3LjU3di0xMi45NVoiLz4KICA8L2c+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  width: 70px;
  height: 60px;
  background-size: auto 65%;
  background-position: center center;
}
#flyout-seminar-catalogue #icon-wrapper .label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  color: #ffffff !important;
  font-size: 0.9rem !important;
  font-weight: normal;
  text-align: left !important;
  text-transform: uppercase;
  line-height: 120% !important;
  letter-spacing: 0;
  padding: 0 1.25rem 0 0;
}
#flyout-seminar-catalogue .thb {
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  position: absolute;
  bottom: 95%;
  left: 70px;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 0;
  height: auto;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
#flyout-seminar-catalogue:hover #icon-wrapper {
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  background: #0198d9;
}
#flyout-seminar-catalogue:hover .thb {
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 50%;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  #flyout-seminar-catalogue:hover #icon-wrapper {
    background: #b61f29 !important;
  }
  #flyout-seminar-catalogue .thb {
    display: none !important;
  }
}

body.seminar-details #flyout-seminar-catalogue,
body:has(#seminars-searchform-wrapper) #flyout-seminar-catalogue {
  display: none !important;
}

#sc-editions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
  padding: 4rem 4rem;
  margin-top: 2rem;
  border: 1px solid #dcdcdc;
}
#sc-editions a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: block;
  width: calc(50% - 1rem);
  max-width: 200px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
#sc-editions a img {
  display: block;
  width: 100%;
}
#sc-editions a:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 480px) {
  #sc-editions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
  #sc-editions a {
    width: 100%;
  }
}

/* === seminar categories / listing === */
.cat-listing-subline {
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .cat-listing-subline {
    margin-bottom: 1rem;
  }
}

.onlineseminar_tec-notice {
  font-size: 90%;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 1.5rem 0.5rem 1.5rem;
  margin-bottom: 2rem;
}
.onlineseminar_tec-notice.ostn-listing {
  margin-left: 40px;
}

.seminar-info-items.status .semdate-status {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 1px;
  padding-left: 0.75rem;
  margin: 0 0 0.5rem 0;
}
.seminar-info-items.status .semdate-status:before {
  content: "";
  float: left;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.25rem 0.5rem 0 -0.75rem;
  border-radius: 50%;
}
.seminar-info-items.status .semdate-status.green {
  color: #28c720;
}
.seminar-info-items.status .semdate-status.green:before {
  background-color: #28c720;
}
.seminar-info-items.status .semdate-status.yellow {
  color: #feaa32;
}
.seminar-info-items.status .semdate-status.yellow:before {
  background-color: #feaa32;
}
.seminar-info-items.status .semdate-status.red {
  color: #b61f29;
}
.seminar-info-items.status .semdate-status.red .notice-bookedup {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #333333;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 150%;
  padding: 0;
  margin-top: 0.5rem;
}
.seminar-info-items.status .semdate-status.red .notice-bookedup i {
  font-size: 0.75rem;
}
.seminar-info-items.status .semdate-status.red:before {
  background-color: #b61f29;
}
.seminar-info-items.status .semdate-status .notice-waitinglist {
  display: block;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #b61f29;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 150%;
  margin-left: 2px;
}
.seminar-info-items.status .semdate-status {
  font-size: 0.9rem !important;
  font-weight: normal !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0 !important;
}
.seminar-info-items.status .semdate-status:before {
  margin: 0.35rem 0.5rem 0 -0.75rem !important;
}

.seminar-group .seminar-list-table-head {
  display: none;
}
.seminar-group .seminar-list-item.datesearch-1 td {
  padding: 0.75rem 1rem 0.5rem 1rem !important;
}
.seminar-group .seminar-list-item.datesearch-1:hover {
  background-color: #eeeded !important;
}
.seminar-group .seminar-list-item.datesearch-2 {
  border-bottom: 5px solid #fff;
}
.seminar-group .seminar-list-item.datesearch-2 td {
  padding: 0rem 0.5rem 0.5rem 1rem !important;
}
.seminar-group .seminar-list-item.datesearch-2 td.date {
  width: 20%;
}
.seminar-group .seminar-list-item.datesearch-2 td.info {
  width: 30%;
}
.seminar-group .seminar-list-item.datesearch-2:hover {
  background-color: #eeeded !important;
}

.kr-seminar-list-year {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-weight: bold;
  padding-left: 0.5rem;
  margin-top: 1rem;
}
.kr-seminar-list-year:first-of-type {
  margin-top: 0;
}
.kr-seminar-list-year + .kr-seminar-list-row {
  border-top: 1px solid #ffffff;
}

/* seminar listing: seminar date row */
a.kr-seminar-list-row {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-decoration: none !important;
  background-color: #eeeced;
  border-bottom: 1px solid #ffffff;
}
a.kr-seminar-list-row .kr-seminar-list-item {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-weight: normal;
  color: #333333;
  text-decoration: none !important;
  padding: 0.75rem 0.5rem 0.5rem 0.75rem;
}
a.kr-seminar-list-row .kr-seminar-list-item.date {
  width: 35%;
}
a.kr-seminar-list-row .kr-seminar-list-item.date .seminar-begin,
a.kr-seminar-list-row .kr-seminar-list-item.date .seminar-datetime-divider,
a.kr-seminar-list-row .kr-seminar-list-item.date .seminar-end {
  display: inline-block;
}
a.kr-seminar-list-row .kr-seminar-list-item.status {
  width: 30%;
}
a.kr-seminar-list-row .kr-seminar-list-item.status .semdate-status {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 1px;
  padding-left: 0.75rem;
  margin: 0 0 0.5rem 0;
}
a.kr-seminar-list-row .kr-seminar-list-item.status .semdate-status:before {
  content: "";
  float: left;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.25rem 0.5rem 0 -0.75rem;
  border-radius: 50%;
}
a.kr-seminar-list-row .kr-seminar-list-item.status .semdate-status.green {
  color: #28c720;
}
a.kr-seminar-list-row .kr-seminar-list-item.status .semdate-status.green:before {
  background-color: #28c720;
}
a.kr-seminar-list-row .kr-seminar-list-item.status .semdate-status.yellow {
  color: #feaa32;
}
a.kr-seminar-list-row .kr-seminar-list-item.status .semdate-status.yellow:before {
  background-color: #feaa32;
}
a.kr-seminar-list-row .kr-seminar-list-item.status .semdate-status.red {
  color: #b61f29;
}
a.kr-seminar-list-row .kr-seminar-list-item.status .semdate-status.red .notice-bookedup {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #333333;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 150%;
  padding: 0;
  margin-top: 0.5rem;
}
a.kr-seminar-list-row .kr-seminar-list-item.status .semdate-status.red .notice-bookedup i {
  font-size: 0.75rem;
}
a.kr-seminar-list-row .kr-seminar-list-item.status .semdate-status.red:before {
  background-color: #b61f29;
}
a.kr-seminar-list-row .kr-seminar-list-item.status .semdate-status .notice-waitinglist {
  display: block;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #b61f29;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 150%;
  margin-left: 2px;
}
a.kr-seminar-list-row .kr-seminar-list-item.status .semdate-status {
  font-size: 0.9rem !important;
  font-weight: normal !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0 !important;
}
a.kr-seminar-list-row .kr-seminar-list-item.status .semdate-status:before {
  margin: 0.35rem 0.5rem 0 -0.75rem !important;
}
a.kr-seminar-list-row .kr-seminar-list-item.location {
  width: 35%;
  padding-right: 50px;
}
a.kr-seminar-list-row .kr-seminar-list-item.info {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3C!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23ffffff' d='M246.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 41.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 1.1rem;
  /* standard color if no category color is set
  special seminar pages / colors see classes under this section */
}
a.kr-seminar-list-row .kr-seminar-list-item.info.aul-seminar-category-background-color- {
  background-color: #b61f29;
}
a.kr-seminar-list-row.kr-slr-2 {
  margin-bottom: 5px;
}
a.kr-seminar-list-row.kr-slr-2 .kr-seminar-list-item.title {
  width: 100%;
  font-weight: bold;
  padding-right: 50px;
  padding-bottom: 0;
}
a.kr-seminar-list-row.kr-slr-2 .kr-seminar-list-item.subtitle {
  width: 100%;
  font-weight: normal;
  padding-top: 0;
  padding-right: 50px;
  padding-bottom: 0;
}
a.kr-seminar-list-row.kr-slr-2 .kr-seminar-list-item.date {
  width: 25%;
}
a.kr-seminar-list-row.kr-slr-2 .kr-seminar-list-item.status {
  width: 40%;
}
a.kr-seminar-list-row.kr-slr-2 .kr-seminar-list-item.location {
  width: 35%;
}
a.kr-seminar-list-row.hidden, a.kr-seminar-list-row.essf-row-hidden {
  display: none !important;
}
a.kr-seminar-list-row.essf-row-visually-hidden {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  pointer-events: none;
  -webkit-transition: opacity 0.15s linear, max-height 0.15s linear;
  transition: opacity 0.15s linear, max-height 0.15s linear;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
a.kr-seminar-list-row:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background-color: #f5f5f5;
}
a.kr-seminar-list-row:hover .kr-seminar-list-item {
  text-decoration: none !important;
}
a.kr-seminar-list-row:hover .kr-seminar-list-item.status {
  text-decoration: none !important;
}
a.kr-seminar-list-row:hover .kr-seminar-list-item.location {
  text-decoration: none !important;
}
a.kr-seminar-list-row:hover .kr-seminar-list-item.info {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  width: 40px;
}
@media (max-width: 768px) {
  a.kr-seminar-list-row {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 1fr auto;
    grid-template-columns: 1fr 1fr auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  a.kr-seminar-list-row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  a.kr-seminar-list-row > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  a.kr-seminar-list-row > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  a.kr-seminar-list-row > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  a.kr-seminar-list-row > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  a.kr-seminar-list-row > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  a.kr-seminar-list-row .kr-seminar-list-item {
    padding: 0rem 0.75rem 0 0.75rem;
  }
  a.kr-seminar-list-row .date {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100% !important;
    font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
    font-weight: bold;
    padding-top: 0.5rem;
  }
  a.kr-seminar-list-row .status {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 2rem) !important;
    padding-left: 0;
  }
  a.kr-seminar-list-row .location {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    width: 100% !important;
    padding-bottom: 0.25rem;
    padding-right: 0;
  }
  a.kr-seminar-list-row .info {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    width: 2rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 660px) {
  a.kr-seminar-list-row {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  a.kr-seminar-list-row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  a.kr-seminar-list-row > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  a.kr-seminar-list-row > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  a.kr-seminar-list-row > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  a.kr-seminar-list-row .kr-seminar-list-item {
    width: calc(100% - 2rem) !important;
    padding: 0rem 0.75rem 0 0.75rem;
  }
  a.kr-seminar-list-row .date {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
    font-weight: bold;
    padding-top: 0.5rem;
  }
  a.kr-seminar-list-row .status {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    padding: 0 0 0.25rem 1rem;
  }
  a.kr-seminar-list-row .location {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  a.kr-seminar-list-row .info {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    width: 2rem !important;
  }
}

/* seminar listing: show / hide "more" seminars */
.seminar-category-wrapper .seminar-category-more-elements {
  float: right;
  display: inline-block;
  margin-top: 0.75em;
}
.seminar-category-wrapper .seminar-category-more-elements .unhide-hidden-seminars {
  width: 100%;
}
.seminar-category-wrapper .seminar-category-more-elements .unhide-hidden-seminars .opencloseicon {
  float: left;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}
.seminar-category-wrapper .seminar-category-more-elements .unhide-hidden-seminars .opencloseicon i.fal {
  font-size: 1.25rem;
  color: #b61f29;
}
.seminar-category-wrapper .seminar-category-more-elements .unhide-hidden-seminars .more-content {
  display: inline-block;
}
.seminar-category-wrapper .seminar-category-more-elements .unhide-hidden-seminars .more-content span {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
.seminar-category-wrapper .seminar-category-more-elements .unhide-hidden-seminars .more-content .show-hidden {
  display: block;
}
.seminar-category-wrapper .seminar-category-more-elements .unhide-hidden-seminars .toggle-hidden {
  display: none;
}
.seminar-category-wrapper .seminar-category-more-elements .unhide-hidden-seminars.clicked .show-hidden {
  display: none;
}
.seminar-category-wrapper .seminar-category-more-elements .unhide-hidden-seminars.clicked .toggle-hidden {
  display: block;
}
.seminar-category-wrapper .seminar-category-more-elements:hover .unhide-hidden-seminars .more-content span {
  -webkit-text-decoration: underline 1px solid;
          text-decoration: underline 1px solid;
}

/* special seminar pages / colors */
body.new-seminars a.kr-seminar-list-row .kr-seminar-list-item.info {
  background-color: #f28e00;
}

.seminar-datetime-divider {
  margin: 0 0.25rem;
}

/* -- page new seminars -- */
body.new-seminars #seminar-page h1 {
  color: #f28e00;
}
body.new-seminars #seminar-page h1 i {
  font-size: 1.75rem;
}
body.new-seminars #seminar-page h3 a {
  color: #f28e00 !important;
}
body.new-seminars #seminar-page a {
  color: #f28e00 !important;
}
body.new-seminars #seminar-page .button {
  background-color: #f28e00 !important;
}
body.new-seminars #seminar-page .button:hover {
  background-color: #bc6f01 !important;
}
body.new-seminars #seminar-page .cat-color {
  color: #f28e00 !important;
}

#seminar-links {
  text-align: center;
}

.cat-loading {
  background-color: #666666 !important;
}
.cat-loading:hover {
  background-color: #333333 !important;
}

.seminar-loading {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  height: 100%;
  width: 100%;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem;
}
.seminar-loading p {
  text-align: center;
}
.seminar-loading .content {
  border: 8px solid white;
  background-color: #eeeeee;
  text-align: center;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  max-width: 400px;
  width: 40%;
}
@media (max-width: 1280px) {
  .seminar-loading .content {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .seminar-loading .content {
    width: 95%;
  }
}

/* === seminar details === */
#seminar-prices {
  position: absolute;
  width: 100%;
}
#seminar-prices #calculator-inner-content {
  display: block;
}
#seminar-prices #calculator-inner-alt,
#seminar-prices #calculator-details,
#seminar-prices #calc-info-mobile {
  display: none;
}
@media (max-width: 480px) {
  #seminar-prices {
    z-index: 1000 !important;
  }
  #seminar-prices #calculator-wrapper .pricetable td.value {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  #seminar-prices {
    padding: 0.5rem 0 !important;
  }
  #seminar-prices .seminar-prices-container {
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 1281px) {
  #seminar-prices.fixed {
    position: fixed;
    top: 78px; /* default. real value depends on header height - set via JS */
  }
}
@media (max-width: 1280px) {
  #seminar-prices {
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    z-index: 900;
    width: 100% !important;
    max-width: 1366px;
    overflow: auto;
    background-color: #eeeced;
    -webkit-box-shadow: -5px -10px 15px -10px rgba(0, 0, 0, 0.25) !important;
            box-shadow: -5px -10px 15px -10px rgba(0, 0, 0, 0.25) !important;
    margin: 0 !important;
    padding: 0.75rem 0 !important;
    border-top: 1px solid #cccccc;
  }
  #seminar-prices .pricetable {
    width: 100%;
    margin: 0 auto !important;
  }
  #seminar-prices .cost-notice-1 {
    font-size: 0.8rem !important;
    margin: 0 0 0.25rem 0 !important;
  }
  #seminar-prices #calc-info-mobile {
    display: block;
    font-size: 0.8rem;
    line-height: 120%;
  }
  #seminar-prices #spinner-wrapper {
    text-align: center;
  }
  #seminar-prices #spinner-wrapper #spinner-holder {
    padding: 15px;
  }
  #seminar-prices #spinner-wrapper #spinner-status {
    padding: 15px;
  }
  #seminar-prices #calculator-inner {
    background-color: #eeeced;
    /* min-height: 50px; */
  }
  #seminar-prices #calculator-inner-content {
    display: none;
  }
  #seminar-prices #calculator-inner-alt {
    display: block;
  }
  #seminar-prices #calculator-inner-alt .equal::after {
    content: "";
  }
  #seminar-prices #calculator-inner-alt .semprice-block-divider::before {
    background: none;
  }
  #seminar-prices #calculator-inner-alt .pricetable {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 !important;
  }
  #seminar-prices #calculator-inner-alt .pricetable td {
    width: auto;
    padding-right: 1rem;
  }
  #seminar-prices #calculator-slide {
    display: block;
    font-size: 0.8rem;
    line-height: 120%;
    padding-right: 1rem;
  }
  #seminar-prices #calculator-wrapper {
    display: block;
    width: 100%;
    max-height: 45vh;
    overflow: auto;
    margin: 0;
    padding-right: 1rem;
  }
  #seminar-prices #calculator-wrapper::-webkit-scrollbar {
    width: 8px;
    background: #f5f5f5;
  }
  #seminar-prices #calculator-wrapper::-webkit-scrollbar-track {
    background: none;
  }
  #seminar-prices #calculator-wrapper::-webkit-scrollbar-thumb {
    background: #cccccc;
  }
  #seminar-prices #calculator-details {
    -webkit-transition: all 0.15s linear !important;
    transition: all 0.15s linear !important;
    display: block;
  }
  #seminar-prices #calculator-details #semcost-full {
    display: none;
    height: 100%;
    font-size: 0.8rem;
    line-height: 1 !important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    padding: 0.25rem 1rem 0rem 1rem !important;
    margin: 0;
    border-left: 1px solid #cccccc;
  }
  #seminar-prices #calculator-details #semcost-full .fal {
    margin: 0 0 0.25rem 0 !important;
  }
  #seminar-prices #calculator-details #semcost-full span {
    display: block;
    margin: 0 !important;
    line-height: 1 !important;
  }
  #seminar-prices #calculator-details #semcost-full:has(.fal.fa-angle-down) {
    border-left: 0;
  }
}
@media (max-width: 1280px) and (hover: hover) and (pointer: fine) {
  #seminar-prices #calculator-details:hover {
    background: #cccccc;
  }
}
@media (max-width: 1280px) {
  #seminar-prices .sidebarbox {
    padding: 8px 0;
    margin-left: auto;
    margin-right: auto;
  }
  #seminar-prices #calculator-price-hint {
    display: none !important;
  }
  #seminar-prices .hmbl {
    display: none;
  }
  #seminar-prices .seminar-prices-container {
    width: calc(68% - 0.25rem);
    margin-left: calc(27% + 0.25rem);
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding-left: 0;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  #seminar-prices .seminar-prices-container {
    width: calc(100% - 14vw) !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 1280px) and (max-width: 660px) {
  #seminar-prices .seminar-prices-container {
    width: 100% !important;
    margin: 0 auto !important;
    border-left: 0;
    border-right: 0;
  }
}
@media (max-width: 1280px) {
  #seminar-prices .seminar-price-overview {
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
  }
  #seminar-prices .seminar-price-overview #trigger-print-seminaroffer {
    display: none !important;
  }
  #seminar-prices .seminar-price-overview #seminar-prices-standard .sidebarbox {
    padding: 0.5rem 1rem 0 0 !important;
    margin-bottom: 0 !important;
  }
  #seminar-prices .seminar-price-overview #seminar-prices-standard .yearitem {
    display: block !important;
    margin: 0 0 0.25rem 0;
    padding: 0;
  }
  #seminar-prices .seminar-price-overview #seminar-prices-standard .yearitem .year {
    display: inline-block;
    font-size: 0.9rem;
    margin: 0 0.25rem 0 0;
  }
  #seminar-prices .seminar-price-overview #seminar-prices-standard .yearitem .price {
    display: inline;
    font-size: 1.2rem;
    margin: 0;
    font-weight: bold;
  }
  #seminar-prices .seminar-price-overview #seminar-prices-standard .yearitem .per-person {
    display: inline;
    font-size: 0.9rem;
    margin: 0 0 0 0.25rem;
  }
  #seminar-prices .seminar-price-overview #seminar-prices-standard .tax-notice {
    display: inline !important;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1280px) {
  #seminar-prices .seminar-price-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #seminar-prices .seminar-price-overview .sidebarbox {
    background: none !important;
  }
  #seminar-prices .seminar-price-overview .sidebarbox.teilnehmer {
    border-bottom: 3px solid #ffffff;
  }
  #seminar-prices .seminar-price-overview .yearitem .year .seminar {
    display: none;
  }
  #seminar-prices .seminar-price-overview h2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
    font-size: 1.15rem;
    text-transform: uppercase;
    text-align: right;
    padding: 0.5rem 2rem 0.5rem 1.5rem;
    margin: 0;
    border-top: 0;
  }
  #seminar-prices .seminar-price-overview #seminar-prices-standard {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #seminar-prices .seminar-price-overview #calculator {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  #seminar-prices .seminar-price-overview h2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    text-align: right;
    font-size: 1rem;
    line-height: 130%;
    padding: 0.5rem 0.5rem 0 1rem !important;
  }
  #seminar-prices .seminar-price-overview #seminar-prices-standard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  #seminar-prices .seminar-price-overview #seminar-prices-standard .sidebarbox {
    padding: 0.5rem 0 0 0 !important;
  }
}
@media screen and (max-width: 1280px) and (max-width: 660px) {
  #seminar-prices .seminar-price-overview h2 {
    font-size: 0.8rem;
    line-height: 120%;
    padding: 0.5rem 1rem 0 1rem !important;
  }
}
@media (max-width: 1024px) {
  #seminar-prices {
    padding: 0.5rem 0 !important;
  }
}

#seminar-actions a#signup-seminar,
#seminar-actions a#reserve-seminar {
  float: left;
  display: inline-block;
  width: 46%;
}

#seminar-actions a#reserve-seminar {
  float: right;
  background-color: #777777 !important;
}

#seminar-actions a#reserve-seminar:hover {
  background-color: #333333 !important;
}

@media (min-width: 1280px) and (max-width: 1680px) {
  #seminar-actions a#signup-seminar,
  #seminar-actions a#reserve-seminar {
    float: none;
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  #seminar-actions {
    display: none !important;
  }
}
#seminar-dates .notice-bookedup a.btn-sem-waitinglist {
  float: left;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #777777 !important;
  padding: 0.25rem 0.75rem !important;
  margin: 0.25rem 0 0.75rem 0;
}
#seminar-dates .notice-bookedup a.btn-sem-waitinglist:hover {
  background-color: #333333 !important;
}

#form-waitinglist-seminardate {
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif !important;
  font-size: 1.25rem !important;
  padding-top: 0.35rem;
}

.notice-online-seminar {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  font-size: 1.3rem !important;
  text-transform: uppercase;
  color: rgb(69, 69, 69);
  margin-bottom: 1.5rem;
}
.notice-online-seminar .list-icon {
  width: 35px;
  vertical-align: sub;
  margin: 0 0.5rem 0 0;
}

.hotelname {
  font-weight: bold;
}

.link-hotelinfo {
  display: block !important;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  font-weight: normal !important;
}
.link-hotelinfo .fa-external-link {
  font-size: 0.65rem;
  margin-left: 0.2rem;
}

.link-hotelinfo-2 {
  display: block;
  font-size: 90%;
}

.seminar-dates.online-seminar .icon img {
  width: 70%;
  margin-top: 5px;
}

.seminar-dates.online-seminar .info-hl {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  font-size: 90%;
  font-weight: bold;
}

.seminar-dates.online-seminar .info-txt {
  font-size: 80%;
  font-weight: normal !important;
}

#single-page {
  position: relative;
}

.details-wrapper .seminar-location a {
  font-size: 1.1em;
}

.details-wrapper .seminar-location a i {
  font-size: 1.4em;
}

#signup-headline {
  color: #ffffff !important;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin: 2rem 0 0.25rem 0;
}

#signup-headline i {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}

.notice-required {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

#sidebar h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#submit-seminar-application #personal-data #person-button-wrapper {
  float: none;
  width: 100%;
}

/* --- print seminaroffer --- */
a#trigger-print-seminaroffer {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#print-seminaroffer-wrapper {
  height: 0px !important;
  overflow: hidden !important;
}

.topline {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777777 !important;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media print, screen {
  #print-seminaroffer {
    padding: 1rem;
  }
  #print-seminaroffer * {
    font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
    color: #333333 !important;
    line-height: 150%;
  }
  #print-seminaroffer #print-logo-image {
    max-height: 1.5cm;
  }
  #print-seminaroffer .topline {
    display: block;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777777 !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  #print-seminaroffer h2 {
    color: #b61f29 !important;
    font-size: 1.5rem !important;
    margin-bottom: 0.75rem;
  }
  #print-seminaroffer .subline {
    font-weight: bold;
    margin-bottom: 0.75rem;
  }
  #print-seminaroffer .teaser,
  #print-seminaroffer .content {
    font-size: 0.85rem !important;
  }
  #print-seminaroffer .teaser *,
  #print-seminaroffer .content * {
    font-size: 0.85rem !important;
  }
  #print-seminaroffer .teaser h2,
  #print-seminaroffer .content h2 {
    font-size: 1.25rem !important;
  }
  #print-seminaroffer .teaser h3,
  #print-seminaroffer .content h3 {
    font-size: 1rem !important;
  }
  #print-seminaroffer .teaser:has(h3 + .youtube-video-wrapper) h3,
  #print-seminaroffer .content:has(h3 + .youtube-video-wrapper) h3 {
    display: none;
  }
  #print-seminaroffer .teaser .youtube-video-wrapper,
  #print-seminaroffer .content .youtube-video-wrapper {
    display: none !important;
  }
  #print-seminaroffer h3 {
    font-size: 1.25rem !important;
    font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
    color: #b61f29 !important;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  #print-seminaroffer ul {
    list-style-type: square;
    margin-left: 1.5em;
  }
  #print-seminaroffer .table-wrapper {
    page-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
    border: 1px solid #eeeced !important;
    background: #eeeced !important;
    padding: 0.5rem 1.25rem 0 1.25rem;
    margin-bottom: 0.5rem;
  }
  #print-seminaroffer .table-wrapper.semprice-block-divider {
    position: relative;
  }
  #print-seminaroffer .table-wrapper.semprice-block-divider:not(:first-of-type):before {
    content: "";
    position: absolute;
    top: -22px;
    left: calc(50% - 18px);
    width: 36px;
    height: 36px;
    background-color: #ffffff !important;
    border-radius: 50%;
  }
  #print-seminaroffer .table-wrapper.semprice-block-divider.plus {
    padding-top: 2rem;
  }
  #print-seminaroffer .table-wrapper.semprice-block-divider.plus:after {
    content: "+";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -23px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    font-family: "HelveticaNeueW01-75Bold", Arial, Verdana, sans-serif !important;
    font-size: 34px;
    color: #777777 !important;
    line-height: 25px;
  }
  #print-seminaroffer .table-wrapper.semprice-block-divider.equal {
    padding-top: 1rem;
  }
  #print-seminaroffer .table-wrapper.semprice-block-divider.equal:after {
    content: "=";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -23px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    font-family: "HelveticaNeueW01-75Bold", Arial, Verdana, sans-serif !important;
    font-size: 34px;
    color: #777777 !important;
    line-height: 25px;
  }
  #print-seminaroffer .table-wrapper table {
    page-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
    width: 100%;
  }
  #print-seminaroffer .table-wrapper table tr {
    page-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
  }
  #print-seminaroffer .table-wrapper table tr.tr-divider {
    border-bottom: 1px dashed #bbbbbb !important;
  }
  #print-seminaroffer .table-wrapper table tr td {
    page-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
    font-size: 0.85rem !important;
    vertical-align: top;
    padding: 0.5rem 0.25rem;
  }
  #print-seminaroffer .table-wrapper table tr td .smaller {
    display: block;
    font-size: 0.7rem !important;
    letter-spacing: 0;
    font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif !important;
    font-weight: normal;
    color: #777777 !important;
  }
  #print-seminaroffer .table-wrapper table tr td.key {
    width: 50%;
    font-weight: bold;
  }
  #print-seminaroffer .table-wrapper table tr td.value {
    width: 50%;
  }
  #print-seminaroffer .table-wrapper table tr td:last-child {
    padding-bottom: 0;
  }
  #print-seminaroffer .table-wrapper table.sum {
    margin-top: 0.5rem;
  }
  #print-seminaroffer .table-wrapper table.sum tr td.key {
    color: #b61f29 !important;
    font-size: 0.85rem !important;
  }
  #print-seminaroffer .table-wrapper table.sum tr td.value {
    color: #b61f29 !important;
    font-size: 0.85rem !important;
    font-weight: bold;
  }
  #print-seminaroffer .table-wrapper table.sum tr td.costinfo {
    font-size: 0.75rem !important;
    line-height: 140%;
  }
  #print-seminaroffer .table-wrapper.first {
    border-top: 1px solid #eeeced !important;
  }
  #print-seminaroffer .notice {
    font-size: 0.85rem !important;
    font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
    color: #b61f29 !important;
    margin-top: 1.5rem;
  }
}
/* --- may like --- */
#seminars-related-wrapper {
  margin-bottom: 2em;
}

#seminars-related {
  list-style-type: square !important;
  margin-left: 1.5em !important;
}

#seminars-related li {
  width: 100%;
}

#seminars-related a {
  padding: 0 !important;
}

#seminars-related h6 {
  font-size: 0.9rem !important;
  line-height: 140% !important;
}

#seminars-related li a .category-hint {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-weight: normal;
  font-size: 90% !important;
}

textarea {
  width: 100%;
  height: 100px;
}

.nav-trigger {
  cursor: pointer;
}

ol {
  list-style-type: decimal !important;
  list-style-position: outside;
}

ol.alpha {
  list-style-type: lower-alpha !important;
  padding-bottom: 0;
}

ol li {
  padding-bottom: 1em;
}

ol li:last-child {
  padding-bottom: 0;
}

cite {
  display: block;
  font-size: smaller;
  font-style: italic;
}

i {
  font-style: italic;
}

html body #page-wrapper {
  padding-top: 0;
  display: block !important;
  width: 100% !important;
  max-width: 1680px !important;
  padding-right: 30px;
}

@media (max-width: 1024px) {
  html body #page-wrapper {
    padding-right: 0;
  }
}
#header {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  border-bottom: 2px solid #b61f29;
  margin: 0 0 5px 0;
  padding: 1rem 0 0.75rem 25px;
}
#header #logo {
  width: 40%;
}
#header #logo img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  height: 5.5rem;
  margin-top: 0.5rem;
}
#header #header-contact {
  width: 60%;
  font-family: "Helvetica Neue LT W01_51488890", Verdana, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: right;
  padding-right: 20px;
  color: #717070;
}
#header #header-contact a {
  font-family: "Helvetica Neue LT W01_51488890", Verdana, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #b61f29 !important;
}
#header #header-contact a i {
  font-size: 1.15rem;
  margin-left: 1rem;
  margin-right: 0.5rem;
}
#header #header-contact a i.fa-facebook-square {
  font-size: 1.25rem;
  line-height: 0.9;
  margin-top: 0.25rem;
  margin-right: 0;
  vertical-align: text-bottom;
}
#header #header-contact #hc-phone,
#header #header-contact #hc-email {
  margin-right: 1rem;
}
#header.fixed {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: -5px 15px 15px -10px rgba(0, 0, 0, 0.25);
          box-shadow: -5px 15px 15px -10px rgba(0, 0, 0, 0.25);
}
#header.fixed #logo img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 3rem;
  margin-top: 0;
}
#header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 275px;
  height: 7px;
  background: #b61f29;
}
#header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ffffff;
}

#seminar-search-container {
  max-width: 88%;
  margin: 1.5rem auto 2.5rem auto;
}
#seminar-search-container #seminar-finder-details {
  margin-bottom: 1rem !important;
}
#seminar-search-container #seminar-finder-details .side-title {
  display: block;
  background: #b61f29;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-size: 1.15rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff !important;
  padding: 0.5rem 1rem 0.45rem 1rem;
  margin-top: 0;
  margin-bottom: 3px;
}
#seminar-search-container #seminar-finder-details .side-title i {
  font-size: 1rem;
  margin-right: 0.5rem;
}
#seminar-search-container #seminar-finder-details .box-wrapper {
  background: #eeeced;
  padding: 1.25rem 1rem 0.75rem 1rem;
  margin-bottom: 0 !important;
}
#seminar-search-container #seminar-finder-details .box-wrapper input {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  font-size: 1rem;
  padding: 0.5rem;
}
#seminar-search-container #seminar-finder-details .box-wrapper input:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  border: 1px solid #b61f29;
}
#seminar-search-container #seminar-finder-details .box-wrapper input:focus, #seminar-search-container #seminar-finder-details .box-wrapper input:active {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #ffffff !important;
  -webkit-box-shadow: 0px 0px 15px #999 !important;
          box-shadow: 0px 0px 15px #999 !important;
  border: 1px solid #ffffff;
}
#seminar-search-container #seminar-finder-details .box-wrapper a {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
#seminar-search-container #seminar-finder-details .box-wrapper a.icon {
  display: inline-block;
  color: #b61f29;
  font-size: 0.9rem;
  margin: 0.5rem 0 0 0.25rem;
  text-decoration: none;
}
#seminar-search-container #seminar-finder-details .box-wrapper a.icon i {
  margin-right: 0.5rem;
}
#seminar-search-container #seminar-finder-details .box-wrapper a.icon:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  -webkit-text-decoration: underline 1px solid #b61f29;
          text-decoration: underline 1px solid #b61f29;
  text-underline-offset: 0.25rem;
}
@media (max-width: 1280px) {
  #seminar-search-container #seminar-finder-details {
    border-bottom: 0;
    margin-bottom: 0;
  }
}

#spinner-search {
  position: absolute;
  right: 0;
  margin-top: -2rem;
  margin-right: 3.5rem;
}

.autocomplete-suggestions {
  /*border: 1px solid #e4e4e4;*/
  border: 0;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: #ffffff;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 0px 15px 15px #999 !important;
          box-shadow: 0px 15px 15px #999 !important;
}
.autocomplete-suggestions .autocomplete-suggestion {
  font-size: 0.9rem !important;
  white-space: nowrap;
  text-align: left;
  padding: 0.25rem 1rem;
  overflow: hidden;
}
.autocomplete-suggestions .autocomplete-suggestion strong {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-weight: normal !important;
  color: #b61f29;
}
.autocomplete-suggestions .amm-search-adds {
  font-family: "HelveticaNeueW01-75Bold", Arial, Verdana, sans-serif !important;
  color: #777777 !important;
  pointer-events: none !important;
  margin-top: 0.75rem !important;
}
.autocomplete-suggestions .autocomplete-no-suggestion {
  padding: 0.25rem 1rem;
}
.autocomplete-suggestions .autocomplete-selected {
  background: #f2f2f2;
}

#seminars-searchform-wrapper {
  background: #dddddd;
}
#seminars-searchform-wrapper #seminar-search-phrase-wrapper {
  position: relative;
}
#seminars-searchform-wrapper #seminar-search-phrase-wrapper #seminar-search-phrase {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  font-size: 1rem;
  padding: 0.75rem 1rem;
}
#seminars-searchform-wrapper #seminar-search-phrase-wrapper #seminar-search-phrase:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  border: 1px solid #b61f29;
}
#seminars-searchform-wrapper #seminar-search-phrase-wrapper #seminar-search-phrase:focus {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px #999 !important;
          box-shadow: 0px 0px 15px #999 !important;
  border: 1px solid #ffffff;
}
#seminars-searchform-wrapper #seminar-search-phrase-wrapper #seminar-search-phrase-actions {
  position: absolute;
  top: 0;
  right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
#seminars-searchform-wrapper #seminar-search-phrase-wrapper #seminar-search-phrase-actions #reset-seminar-search-phrase,
#seminars-searchform-wrapper #seminar-search-phrase-wrapper #seminar-search-phrase-actions #seminar-extended-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
  cursor: pointer;
  background: transparent;
  padding: 0.5rem;
}
#seminars-searchform-wrapper #seminar-search-phrase-wrapper #seminar-search-phrase-actions #reset-seminar-search-phrase i,
#seminars-searchform-wrapper #seminar-search-phrase-wrapper #seminar-search-phrase-actions #seminar-extended-submit i {
  font-size: 1.15rem;
  color: #777777;
}
#seminars-searchform-wrapper #seminar-search-phrase-wrapper #seminar-search-phrase-actions #reset-seminar-search-phrase:hover i,
#seminars-searchform-wrapper #seminar-search-phrase-wrapper #seminar-search-phrase-actions #seminar-extended-submit:hover i {
  color: #b61f29;
}
#seminars-searchform-wrapper #seminar-search-phrase-wrapper #seminar-search-phrase-actions #seminar-extended-submit i {
  font-size: 1rem;
}

#spinner-search-phrase {
  position: absolute;
  right: 0;
  margin-top: -2.25rem;
  margin-right: 5.5rem;
}

#flyout-extended-seminar-search-filters {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: none;
  position: fixed;
  right: -270px; /* init // exact positioning via JS on pageload / scroll / resize */
  top: 50vh;
  z-index: 999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0;
  background: #b61f29;
  padding: 0.75rem 1.25rem 0.75rem 0.75rem !important;
  cursor: pointer;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#flyout-extended-seminar-search-filters i {
  margin-right: 0.25rem;
}
#flyout-extended-seminar-search-filters:hover {
  background: #95001d;
}
@media (max-width: 768px) {
  #flyout-extended-seminar-search-filters {
    top: 40vh;
  }
}

body:has(#seminars-searchform-wrapper) #flyout-extended-seminar-search-filters {
  display: block;
}
@media (min-width: 1024px) {
  body:has(#seminars-searchform-wrapper) #flyout-extended-seminar-search-filters {
    display: none !important;
  }
}

#extended-seminar-search-filters-wrapper {
  position: relative;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters-close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  cursor: pointer;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters-close i {
  font-size: 1.25rem;
  color: #777777;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters-close:hover i {
  color: #b61f29;
}
@media (min-width: 1024px) {
  #extended-seminar-search-filters-wrapper #extended-seminar-search-filters-close {
    display: none !important;
  }
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters-hl {
  margin-top: 1.5rem;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 1rem 0 2rem 0;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item {
  -webkit-transition: width 3s ease;
  transition: width 3s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 100px;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item.essf-item--category {
  width: 44%;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item.essf-item--month {
  width: 28%;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item.essf-item--city {
  width: 28%;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item .essf-item--hl {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  color: #777777;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #dddddd;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.4rem 0.5rem 0.25rem 1rem;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item .essf-item--hl .essf-item--toggle::before {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1rem;
  color: #777777 !important;
  padding: 0.25rem 0.5rem;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item .essf-item--hl .essf-item--toggle.essf-item--closed::before {
  content: "\f107";
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item .essf-item--hl:hover {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #cccccc;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item ul.essf-item--options {
  -webkit-transition: width 3s ease;
  transition: width 3s ease;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  height: 175px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f5f5f5;
  padding: 0.5rem 1rem 1rem 1rem;
  margin: 0;
  border-top: 0.5rem solid #f5f5f5;
  border-bottom: 0.5rem solid #f5f5f5;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item ul.essf-item--options::-webkit-scrollbar {
  width: 8px;
  background: #f5f5f5;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item ul.essf-item--options::-webkit-scrollbar-track {
  background: none;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item ul.essf-item--options::-webkit-scrollbar-thumb {
  background: #cccccc;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item ul.essf-item--options li.essf--checkbox {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  position: relative;
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
  font-size: 0.95rem;
  color: #777777;
  cursor: pointer;
  padding-left: 1.25rem;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item ul.essf-item--options li.essf--checkbox:hover {
  color: #b61f29;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item ul.essf-item--options li.essf--checkbox::before {
  content: "\f0c8";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #777777;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 0.5rem;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item ul.essf-item--options li.essf--checkbox.essf--checkbox-active {
  color: #b61f29;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item ul.essf-item--options li.essf--checkbox.essf--checkbox-active::before {
  content: "\f14a"; /* checked */
  font-weight: 900;
  color: #b61f29;
}
#extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item ul.essf-item--options li.essf--checkbox.essf--checkbox-hidden {
  display: none;
}
@media (min-width: 481px) and (max-width: 880px), (min-width: 1024px) and (max-width: 1100px), (min-width: 1280px) and (max-width: 1440px) {
  #extended-seminar-search-filters-wrapper #extended-seminar-search-filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item.essf-item--category {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  #extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item.essf-item--month, #extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item.essf-item--city {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1rem);
            flex: 1 1 calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  #extended-seminar-search-filters-wrapper #extended-seminar-search-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
  #extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100% !important;
  }
  #extended-seminar-search-filters-wrapper #extended-seminar-search-filters .essf-item ul.essf-item--options {
    height: 100px;
  }
}
#extended-seminar-search-filters-wrapper #essf-mobile-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
#extended-seminar-search-filters-wrapper #essf-mobile-btn-wrapper #essf-btn-reset {
  background: #777777;
}
@media (min-width: 1024px) {
  #extended-seminar-search-filters-wrapper #essf-mobile-btn-wrapper {
    display: none;
  }
}
@media (max-width: 1024px) {
  #extended-seminar-search-filters-wrapper {
    display: none;
    overflow: auto;
    position: fixed;
    top: 3rem;
    left: 5vw;
    z-index: 20000;
    width: 90vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: calc(100vh - 6rem);
    background: #ffffff;
    padding: 0 2rem 2rem 2rem;
  }
}

body:has(#seminars-searchform-wrapper) #extended-seminar-search-filters-overlay {
  display: none;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
}
@media (min-width: 1024px) {
  body:has(#seminars-searchform-wrapper) #extended-seminar-search-filters-overlay {
    display: none;
  }
}

#essf-active-filters {
  display: none;
}
#essf-active-filters #essf-af-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-bottom: 2rem;
}
#essf-active-filters #essf-af-wrapper #essf-af--hl {
  font-size: 0.9rem;
  font-weight: bold;
  white-space: nowrap;
  padding-top: 0.25rem;
}
#essf-active-filters #essf-af-wrapper #essf-af--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
#essf-active-filters #essf-af-wrapper #essf-af--list .essf-af--list-item {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  font-size: 0.9rem;
  background: #eeeced;
  padding: 0.25rem 0.75rem;
}
#essf-active-filters #essf-af-wrapper #essf-af--list .essf-af--list-item .essf-af--list-item-remove {
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 0.5rem;
}
#essf-active-filters #essf-af-wrapper #essf-af--list .essf-af--list-item .essf-af--list-item-remove:hover {
  color: #b61f29;
}
#essf-active-filters #essf-af-wrapper #essf-af--list .essf-af--list-item:has(.essf-af--list-item-remove-icon:hover) {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #ffd7d8;
}
#essf-active-filters #essf-af-wrapper #essf-af--reset {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}
#essf-active-filters #essf-af-wrapper #essf-af--reset span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9rem;
  color: #b61f29;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
}
#essf-active-filters #essf-af-wrapper #essf-af--reset span::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #b61f29;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 0.5rem;
}
#essf-active-filters #essf-af-wrapper #essf-af--reset:hover span {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  background: #ffd7d8;
}
#essf-active-filters #essf-af-wrapper #essf-af--reset.clicked span::before {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  content: "\f110" !important;
}
@media (max-width: 480px) {
  #essf-active-filters #essf-af-wrapper #essf-af--reset {
    margin-top: 0.5rem;
  }
}
@media (max-width: 480px) {
  #essf-active-filters #essf-af-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

#essf-active-filters + h2 {
  margin-top: 0 !important;
  padding-top: 1rem !important;
}

#primary-nav:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -7%;
  width: 107%;
  height: 2px;
  background: #b61f29;
}

ul#seminar-cats-home {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  margin-bottom: 2.5rem;
  margin-left: 0 !important;
}
ul#seminar-cats-home li {
  display: block;
  width: 100%;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
ul#seminar-cats-home li a {
  display: block;
  width: 100%;
}
ul#seminar-cats-home li a header {
  border: 0;
}
ul#seminar-cats-home li a header h2 {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
  font-size: 1rem;
  padding: 0.5rem 0;
  margin-left: 40px;
  margin-top: 0;
}
ul#seminar-cats-home li a header i {
  width: 30px;
}
ul#seminar-cats-home li a header i::before {
  font-size: 1.5rem;
  vertical-align: sub;
}
ul#seminar-cats-home li a:hover {
  text-decoration: none !important;
}
ul#seminar-cats-home li a:hover header h2 {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  margin-left: 45px;
}
ul#seminar-cats-home li a:hover header i {
  width: 35px;
}
@media (max-width: 768px) {
  ul#seminar-cats-home {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

/* === sidebar newsletter box == */
#sidebar #box-newsletter .nl-box-top-img {
  display: block;
  margin: 0 auto;
}
#sidebar #box-newsletter .box-wrapper {
  text-align: center;
  padding: 1.5rem 1rem !important;
}
#sidebar #box-newsletter .box-wrapper .screenshot {
  overflow: hidden;
  position: relative;
  width: 80%;
  padding: 0 10px;
  margin: 0 auto;
}
#sidebar #box-newsletter .box-wrapper .screenshot a {
  display: block !important;
}
#sidebar #box-newsletter .box-wrapper .screenshot a img {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: -10px 5px 10px -10px #777, 10px 5px 10px -10px #777;
  box-shadow: -10px 5px 10px -10px #777, 10px 5px 10px -10px #777;
}
#sidebar #box-newsletter .box-wrapper .screenshot::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: rgb(238, 236, 237);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgb(238, 236, 237)), color-stop(55%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(238, 236, 237) 5%, rgba(255, 255, 255, 0) 55%);
}
#sidebar #box-newsletter .box-wrapper .button {
  margin-top: 1rem;
}
#sidebar #box-newsletter .box-wrapper a.archive {
  display: inline-block;
  font-size: 0.9rem;
  margin: 0.5rem 0 0 0;
}
@media (max-width: 1280px) {
  #sidebar {
    margin-top: 1rem;
  }
}
@media (max-width: 1440px) {
  #sidebar #box-newsletter .box-wrapper .screenshot {
    width: 100% !important;
  }
}
@media (max-width: 1280px) {
  #sidebar #box-newsletter .box-wrapper .screenshot {
    width: 70% !important;
  }
}

#sidebar .sidebar-box h3 {
  margin-bottom: 0;
}

/* seminars: listing */
.seminar-group .seminar-list-table-head {
  background: rgb(221, 221, 221);
}

.seminar-group .seminar-list-table-head th {
  border-bottom: 0;
  font-weight: bold;
}

.seminar-list--year td {
  padding: 0.75rem 0.5rem 0 0.5rem;
  font-weight: bold;
}

.semlist-notice-online-seminar {
  margin-top: -1rem;
}

body #page-wrapper .semlist-notice-online-seminar .aul-seminar-category-background-16:hover {
  background: #00A9F2 !important;
}

.semlist-notice-online-seminar div {
  display: inline-block;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: normal !important;
  text-transform: uppercase;
  color: white;
  background: #706F6F;
  padding: 0.5rem 0.75rem 0.25rem 0.75rem;
  margin-bottom: 1rem;
}

.semlist-notice-online-seminar .list-icon {
  width: 24px;
  vertical-align: sub;
  margin: 0 0.5rem 0 0;
}

/* seminars: listing seminar overview */
.seminar-calendarmonth h2 {
  margin-top: 1rem;
}

.semoverview-list-icon {
  width: 20px;
  vertical-align: sub;
  margin: 0 0.25rem 0 0;
}

/* slider homepage */
#rev_slider_1_1 {
  border-bottom: 1px solid #f5f5f5;
}

.tp-span-wrapper.aul-startseite {
  border-top: 6px solid #6f6d6e;
}

.tp-span-wrapper.aul-startseite .tp-tab-mask {
  left: 49.95% !important;
}

.tp-span-wrapper.aul-startseite .tp-tab {
  border-right: 2px solid #ffffff;
}

.tp-span-wrapper.aul-startseite .tp-tab:last-child {
  border-right: 0;
}

.tp-span-wrapper.aul-startseite .tp-tab.selected {
  background: #6f6d6e;
}

.tp-span-wrapper.aul-startseite .tp-tab .tp-tab-title {
  color: #666666;
  font-size: 0.9rem;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif !important;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}

.tp-span-wrapper.aul-startseite .tp-tab.selected .tp-tab-title {
  color: #ffffff;
}

/* plugin: ninja forms */
.ninja-forms-field {
  float: left;
  margin: 0.5rem 0.5rem 0 0;
}

/* images */
.alignleft {
  float: left;
  margin: 0.5rem 2rem 1rem 0;
}

.alignright {
  float: right;
  margin: 0.5rem 0 1rem 2rem;
}

.border-1 {
  border: 1px solid rgb(228, 228, 228);
}

/* -- bild unterschrift -- */
figcaption {
  font-size: 0.8rem;
  line-height: 160%;
  background: #EEECED;
  padding: 0.5rem 0.75rem;
  margin-top: -0.3rem;
}

#logo-imhaus-1 {
  position: absolute;
  top: 0rem;
  right: 1.5rem;
  max-width: 240px;
  margin: 0 !important;
}

#submit-seminar-application #personal-data .box-agb-datenschutz {
  margin: 2rem 0 1rem 0;
}

#submit-seminar-application #personal-data input#agb-datenschutz,
#submit-seminar-application #personal-data input#iia-no,
#submit-seminar-application #personal-data input#iia-yes {
  float: left;
  width: auto;
  height: auto;
  margin: 6px 0.5rem 0 0;
}

#invoice-address-switch {
  margin-bottom: 0 !important;
  padding-bottom: 1.5rem !important;
}

#invoice-address-wrapper {
  display: none;
  margin-bottom: 0 !important;
}

#seminar-message {
  margin-top: 1.5rem;
}

.seminarcategory-banner {
  margin: 0 0 1rem 0;
  border: 1px solid rgb(205, 205, 205);
}

.seminarcategory-banner.margin-left {
  margin-left: 38px;
}

.seminarcategory-banner img {
  display: block;
}

.sidebarbox {
  font-size: 0.9rem;
  line-height: 150%;
  background: #eeeced;
  padding: 1.25rem 1rem 1.25rem 1rem;
  margin-bottom: 1rem;
}

.seminar-duration {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

#seminars-searchform-wrapper.re3d4z #seminar-search-extended {
  float: left;
  width: 50%;
  padding-right: 4%;
}

#seminardate-plan-dl {
  float: right;
  width: 46%;
}

#seminardate-listing-hint,
.blog-box-seminar,
.blog-links {
  background: #eeeced;
  padding: 1.25rem 1.5rem 1rem 1.5rem;
  margin-top: 1.5rem;
}

#seminardate-listing-hint {
  margin-bottom: 3rem;
}

#seminardate-listing-hint ul,
.blog-box-seminar ul,
.blog-links ul {
  padding-bottom: 0;
}

.blog-box-seminar h3,
.blog-links h3 {
  margin-bottom: 1rem;
}

#seminardate-listing-hint .icon-calendar {
  float: left;
  width: 10%;
  height: auto;
  margin: 0.25rem 0 1rem 0;
}

#seminardate-listing-hint .content {
  float: right;
  width: 85%;
}

.seminar-details-box {
  background: #eeeced;
  padding: 1.25rem 1.5rem 1.25rem 1.5rem;
  margin: 1.5rem 0;
}

.seminar-details-box a {
  float: left;
}

.seminar-details-box img {
  width: auto;
  max-height: 160px;
  margin-right: 2rem;
}

.seminar-details-box p {
  padding-bottom: 0;
}

/* seminar detail description actions */
.seminar-desc-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #eeeced;
  padding: 1.25rem 0 1rem 0;
  margin: 1rem 0 2rem 0;
}
.seminar-desc-actions .flexitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 1.5rem 0.75rem 1.5rem;
}
.seminar-desc-actions .flexitem h3 {
  display: block;
  width: 100%;
  margin-top: 0 !important;
}
.seminar-desc-actions .flexitem a {
  display: inline-block;
  width: auto;
}
.seminar-desc-actions .seperator {
  width: 1px;
  background: #bbbbbb;
  margin: 0 1.5rem;
}
@media (max-width: 660px) {
  .seminar-desc-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .seminar-desc-actions .flexitem {
    width: 100%;
    padding: 1.5rem 1.5rem 1.75rem;
  }
  .seminar-desc-actions .seperator {
    width: calc(100% - 4rem);
    height: 1px;
    margin: 0 2rem;
  }
}

#person-button-wrapper {
  text-align: center;
  background: #eeeced;
  padding: 1rem 0 !important;
}

#main-content-holder #seminar-dates ul.seminar-dateinfos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li {
  display: block;
  width: 100%;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  background: #eeeced;
  margin: 0 0 2rem 0;
  padding: 0 !important;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .seminar-date {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  color: #ffffff;
  background: #777777;
  padding: 0.4rem 1rem 0.25rem 1rem;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content {
  padding: 0.35rem 1rem 1rem 1rem;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .semdate-status {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 1px;
  padding-left: 0.75rem;
  margin: 0 0 0.5rem 0;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .semdate-status:before {
  content: "";
  float: left;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.25rem 0.5rem 0 -0.75rem;
  border-radius: 50%;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .semdate-status.green {
  color: #28c720;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .semdate-status.green:before {
  background-color: #28c720;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .semdate-status.yellow {
  color: #feaa32;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .semdate-status.yellow:before {
  background-color: #feaa32;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .semdate-status.red {
  color: #b61f29;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .semdate-status.red .notice-bookedup {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #333333;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 150%;
  padding: 0;
  margin-top: 0.5rem;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .semdate-status.red .notice-bookedup i {
  font-size: 0.75rem;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .semdate-status.red:before {
  background-color: #b61f29;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .semdate-status .notice-waitinglist {
  display: block;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #b61f29;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 150%;
  margin-left: 2px;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .hotel-costs {
  display: none;
  margin-top: 0.5rem;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .hotel-costs h5 {
  text-transform: uppercase !important;
  margin-bottom: 0.25rem !important;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .hotel-costs h6 {
  color: #333333 !important;
  font-size: 0.75rem;
  line-height: 140%;
  letter-spacing: 1px;
  margin-top: 0 !important;
  margin-bottom: 0.25rem !important;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .hotel-costs table.pricetable {
  width: 100%;
  margin-bottom: 0 !important;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .hotel-costs table.pricetable tr td .smaller {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0;
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #777777;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .hotel-costs table.pricetable tr td.key {
  font-weight: bold;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .hotel-costs table.pricetable tr td.value {
  font-weight: bold;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .hotel-costs table.pricetable tr:last-child {
  border: 0;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .hotel-costs table.pricetable tr:last-child td {
  padding-bottom: 0;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos li .semdate-content .show-hotel-costs .close {
  display: none;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos.more {
  display: none;
}
#main-content-holder #seminar-dates ul.seminar-dateinfos:before {
  display: none;
}
#main-content-holder #seminar-dates #show-all-dates {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  margin: 0 auto 3rem auto;
}
#main-content-holder #seminar-dates #show-all-dates .close {
  display: none;
}
@media (max-width: 1280px) {
  #main-content-holder #seminar-dates {
    width: 100% !important;
  }
  #main-content-holder #seminar-dates ul.seminar-dateinfos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main-content-holder #seminar-dates ul.seminar-dateinfos li {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 660px) {
  #main-content-holder #seminar-dates {
    width: 100% !important;
  }
  #main-content-holder #seminar-dates ul.seminar-dateinfos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main-content-holder #seminar-dates ul.seminar-dateinfos li {
    width: 100%;
  }
}
#main-content-holder .cost-notice-1 {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777777;
  margin-bottom: 1rem;
}
#main-content-holder .semprice-block-divider {
  position: relative;
}
#main-content-holder .semprice-block-divider:before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 18px);
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 50%;
}
#main-content-holder .semprice-block-divider.plus {
  padding-top: 2rem;
}
#main-content-holder .semprice-block-divider.plus:after {
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -21px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  font-family: "HelveticaNeueW01-75Bold", Arial, Verdana, sans-serif;
  font-size: 34px;
  color: #777777;
  line-height: 25px;
}
#main-content-holder .semprice-block-divider.equal:after {
  content: "=";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -21px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  font-family: "HelveticaNeueW01-75Bold", Arial, Verdana, sans-serif;
  font-size: 34px;
  color: #777777;
  line-height: 25px;
}
@media (max-width: 1280px) {
  #main-content-holder .semprice-block-divider:before {
    top: -15px;
    left: calc(50% - 9px);
    width: 20px;
    height: 20px;
    background: #ffffff;
  }
  #main-content-holder .semprice-block-divider.plus {
    padding-top: 1rem;
  }
  #main-content-holder .semprice-block-divider.plus:after {
    top: -14px;
    left: calc(50% - 7px);
    width: 15px;
    height: 15px;
    font-size: 17px;
    color: #777777;
    line-height: 13px;
  }
  #main-content-holder .semprice-block-divider.equal:after {
    top: -15px;
    left: calc(50% - 7px);
    width: 15px;
    height: 15px;
    font-size: 17px;
    color: #777777;
    line-height: 13px;
  }
}
#main-content-holder .seminar-price-overview .yearitem {
  margin-bottom: 1rem;
}
#main-content-holder .seminar-price-overview .yearitem .year {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777777;
}
#main-content-holder .seminar-price-overview .yearitem .price {
  display: inline-block;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-size: 2.35rem;
  margin-top: 1rem;
}
#main-content-holder .seminar-price-overview .yearitem .per-person {
  margin-left: 0.25rem;
}
#main-content-holder .seminar-price-overview .tax-notice {
  color: #777777;
  font-weight: bold;
}
#main-content-holder .seminar-price-overview .tax-notice .notice-hotelcosts-mobile {
  display: none;
  position: relative;
  font-family: "HelveticaNeueW01-Thin", Arial, Verdana, sans-serif !important;
  font-size: 0.75rem;
  letter-spacing: 0.5px !important;
  text-transform: uppercase;
}
#main-content-holder .seminar-price-overview .tax-notice .notice-hotelcosts-mobile i {
  margin: 0 0.3rem 0 0.5rem;
}
#main-content-holder .seminar-price-overview .tax-notice .notice-hotelcosts-mobile-2 {
  display: none;
  font-family: "HelveticaNeueW01-Thin", Arial, Verdana, sans-serif !important;
  font-size: 0.6rem;
  letter-spacing: 0.5px !important;
  line-height: 140% !important;
}
@media print {
  #main-content-holder {
    float: none;
    width: 100%;
    border-left: 0;
  }
}
@media (max-width: 1280px) {
  #main-content-holder .seminar-price-overview .tax-notice {
    font-size: 0.75rem;
  }
  #main-content-holder .seminar-price-overview .tax-notice .notice-hotelcosts-mobile {
    display: inline-block;
  }
  #main-content-holder .seminar-price-overview .tax-notice .notice-hotelcosts-mobile-2 {
    display: block;
  }
}
@media (max-width: 1024px) {
  #main-content-holder {
    padding: 1rem 7% !important;
  }
}

#calculator-price-hint,
.notice-committee-price {
  position: relative;
  font-size: 0.9rem;
  line-height: 140%;
  color: #333333;
  padding-left: 0.75rem;
  margin-top: 0.5rem;
}
#calculator-price-hint:before,
.notice-committee-price:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 2px;
}

#semcost-calc-reload-hint {
  display: none;
  font-weight: bold;
}

@media (max-width: 1024px) {
  #header {
    display: none;
  }
  .tp-tabs.aul-startseite {
    display: none;
  }
  #rev_slider_2_1_wrapper {
    margin-bottom: 0 !important;
  }
  ul#seminar-cats-home {
    margin-bottom: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  #seminar-cats-home a {
    width: 100%;
    margin-right: 0;
  }
  #logo-imhaus-1 {
    position: initial;
    float: none;
  }
  #seminars-searchform-wrapper.re3d4z #seminar-search-extended {
    width: 100%;
    padding-right: 0;
  }
  #seminardate-plan-dl {
    width: 100%;
    margin-top: 2rem;
  }
  #seminardate-listing-hint .content h2 {
    margin-top: 0;
  }
}
/* tables */
.table-1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.table-1 thead {
  background: rgb(221, 221, 221);
  font-weight: bold;
  margin-bottom: 4px;
}
.table-1 thead tr th {
  font-weight: bold;
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
  letter-spacing: 0.05em;
  font-size: 0.85em;
  line-height: 120%;
  text-transform: uppercase;
  padding: 0.5rem 0.5rem;
  border-bottom: 0;
}
.table-1 tbody {
  background: #eeeced;
}
.table-1 tbody td {
  width: auto;
  vertical-align: middle;
  overflow: hidden;
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .table-1 {
    display: block;
    overflow-x: auto;
    max-width: 100%;
  }
  .table-1 th:first-child,
  .table-1 td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    max-width: 220px;
    background: #dddddd;
  }
}

/* -- banner personalratswahl -- */
#banner_personalratswahl,
#banner_betriebsratswahl {
  border: 1px solid rgb(205, 205, 205);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 3rem !important;
}
#banner_personalratswahl .boxes,
#banner_betriebsratswahl .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 1.5rem 0 1.5rem;
}
#banner_personalratswahl .boxes a.box,
#banner_betriebsratswahl .boxes a.box {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  width: 46%;
  text-align: center;
  background: #eeeced;
  padding: 2rem;
  margin: 0 2% 2rem 2%;
  text-decoration: none;
  cursor: pointer;
}
#banner_personalratswahl .boxes a.box .txt-1,
#banner_betriebsratswahl .boxes a.box .txt-1 {
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
  color: #6e6e6e;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
#banner_personalratswahl .boxes a.box .txt-2,
#banner_betriebsratswahl .boxes a.box .txt-2 {
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
#banner_personalratswahl .boxes a.box .btn,
#banner_betriebsratswahl .boxes a.box .btn {
  -webkit-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: table;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-size: 0.9rem;
  line-height: 100%;
  font-weight: normal;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #b61f29;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 0;
  margin: 0 auto;
}
#banner_personalratswahl .boxes a.box .btn.onlineseminar,
#banner_betriebsratswahl .boxes a.box .btn.onlineseminar {
  background: #00A9F2;
}
#banner_personalratswahl .boxes a.box .btn.imhaus,
#banner_betriebsratswahl .boxes a.box .btn.imhaus {
  background: #28c720;
}
#banner_personalratswahl .boxes a.box .btn .icon,
#banner_betriebsratswahl .boxes a.box .btn .icon {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: table-cell;
  font-size: 1.5rem;
  font-weight: bold;
  color: #b61f29;
  background: #fff;
  padding: 0.5rem 1rem;
}
#banner_personalratswahl .boxes a.box .btn .txt,
#banner_betriebsratswahl .boxes a.box .btn .txt {
  display: table-cell;
  line-height: 100%;
  vertical-align: middle;
  padding: 0.3rem 0.75rem;
}
#banner_personalratswahl .boxes a.box:hover,
#banner_betriebsratswahl .boxes a.box:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none !important;
  background: #dcdcdc;
}
#banner_personalratswahl .boxes a.box:hover .btn,
#banner_betriebsratswahl .boxes a.box:hover .btn {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #cc6666;
}
#banner_personalratswahl .boxes a.box:hover .btn.onlineseminar,
#banner_betriebsratswahl .boxes a.box:hover .btn.onlineseminar {
  background: #46c3f9;
}
#banner_personalratswahl .boxes a.box:hover .btn.imhaus,
#banner_betriebsratswahl .boxes a.box:hover .btn.imhaus {
  background: #6aea63;
}
#banner_personalratswahl .boxes a.box:hover .btn .icon,
#banner_betriebsratswahl .boxes a.box:hover .btn .icon {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #6e6e6e;
}
@media (max-width: 768px) {
  #banner_personalratswahl .boxes a.box,
  #banner_betriebsratswahl .boxes a.box {
    width: 100%;
  }
}

.button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

/* Button 2 */
a.button-2 {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: table;
  background: #b61f29;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 0;
  margin-top: 1rem;
}

a.button-2 .icon {
  display: table-cell;
  font-size: 1.5rem;
  font-weight: bold;
  color: #b61f29;
  vertical-align: middle;
  background: #fff;
  padding: 0 0.8rem;
}

a.button-2 .txt {
  display: table-cell;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-size: 0.8rem;
  line-height: 100%;
  font-weight: normal !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  padding: 0.65rem 0.8rem;
}
a.button-2 .txt:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #cc6666;
}

/* Mainnav*/
#primary-nav li a {
  font-size: 1rem !important;
  letter-spacing: 1px !important;
}
#primary-nav li ul li {
  padding-left: 30px !important;
}
#primary-nav li ul li a {
  font-size: 0.9rem !important;
  text-transform: none !important;
}
#primary-nav li ul li a i {
  margin-top: -5px !important;
  margin-right: 0.5rem;
}
#primary-nav li ul li:last-child {
  margin-bottom: 0.5rem !important;
}

#primary-nav li.label-new a:after,
#mobile-primary-nav li.label-new a:after {
  content: "Neu";
  position: absolute;
  top: 20px;
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
  font-size: 0.7rem;
  line-height: 100%;
  letter-spacing: 1px;
  color: #fff;
  background: #706F6F;
  padding: 0.15rem 0.3rem;
  margin-left: 1rem;
}

ul#primary-nav li.online-seminare a,
ul#primary-nav li.imhaus-seminare a {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-family: "HelveticaNeueW01-75Bold", Arial, Verdana, sans-serif !important;
  color: #00a9f2 !important;
}

ul#primary-nav li.imhaus-seminare a {
  color: #28c720 !important;
}

ul#primary-nav li.online-seminare a:hover,
ul#primary-nav li.imhaus-seminare a:hover {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #b61f29 !important;
}

ul#primary-nav li.online-seminare a:before,
ul#primary-nav li.imhaus-seminare a:before {
  content: "";
  float: left;
  display: block;
  width: 30px;
  height: 28px;
  background: url(../img/icon_onlineseminar_blue.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0 0.75rem 0 0;
}

ul#primary-nav li.imhaus-seminare a:before {
  background: url(../img/icon_imhaus_green.svg);
}

ul#primary-nav li.hide,
#mobile-primary-nav li.hide {
  display: none;
}

#mobile-primary-nav li.label-new a:after {
  top: 16px;
}

ul#primary-nav li.search_by_time a {
  font-family: "HelveticaNeueW01-75Bold", Arial, Verdana, sans-serif !important;
}

.form-column-left {
  float: left;
  width: 48%;
}

.form-column-right {
  float: right;
  width: 48%;
}

fieldset {
  background: #eeeced;
  padding: 1rem;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 0.9em;
}

input {
  width: 100%;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  font-size: 0.9rem;
  line-height: 140%;
  background: #fff;
  outline: none;
  padding: 0.25rem;
  border: 1px solid #e4e4e4;
}

input[type=submit] {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  display: inline-block;
  width: auto;
  font-size: 0.9em;
  line-height: 140%;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #fff;
  background: #b61f29;
  padding: 0.25em 2.5em;
  border: 1px solid #b61f29;
}
input[type=submit]:hover {
  background: #c66;
}

.preheader {
  font-weight: bold;
  padding: 0;
  margin-bottom: 0.25rem;
}

.semdate-dl-list {
  margin-bottom: 3rem;
}

.semdate-dl-item {
  -webkit-transition: all 0.25s linear;
  -kthtml-transition: all 0.25s linear;
  transition: all 0.25s linear;
  display: table !important;
  width: 100%;
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif !important;
  font-size: 1.1rem;
  color: #000 !important;
  text-decoration: none !important;
  background: #eeeded;
  margin-bottom: 0.5rem;
}
.semdate-dl-item:hover {
  -webkit-transition: all 0.25s linear;
  -kthtml-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #dcdcdc;
}

.semdate-dl-item-desc-name {
  -webkit-transition: all 0.25s linear;
  -kthtml-transition: all 0.25s linear;
  transition: all 0.25s linear;
  display: table-cell;
  width: 90%;
  padding: 0.75rem 1rem 0.75rem;
  border-left: 3px solid #b61f29;
}

.semdate-dl-item-name {
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 160%;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.semdate-dl-item-name:hover {
  -webkit-transition: all 0.25s linear;
  -kthtml-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border-left: 10px solid #b61f29;
}

.semdate-dl-item-dl-icon {
  display: table-cell;
  width: 10%;
  text-align: right;
  vertical-align: middle;
  color: #b61f29;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
}

a.back-to-start {
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif !important;
  font-size: 1rem;
  margin-bottom: 2rem;
}
a.back-to-start i {
  margin-right: 0.5rem;
}

/* -- notice banner -- */
.notice-banner {
  margin-top: 0.75rem;
}
.notice-banner a {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  display: block;
  line-height: 1;
  background-position: center top;
  background-size: 100% auto;
  padding: 0.3rem;
}
.notice-banner a.online-seminare {
  background: rgb(0, 169, 242);
  background: linear-gradient(55deg, rgb(0, 169, 242) 11%, rgb(70, 195, 249) 31%, rgb(0, 169, 242) 55%, rgb(70, 195, 249) 71%);
  margin-bottom: 1rem;
}
.notice-banner a.online-seminare-2 {
  background: #00c3c9 !important;
  background: linear-gradient(55deg, #00c3c9 11%, #3fd7db 31%, #00c3c9 55%, #3fd7db 71%) !important;
  margin-bottom: 1rem;
}
.notice-banner a.neue-seminare {
  background: rgb(0, 169, 242);
  background: linear-gradient(55deg, #feaa32 11%, #f28e00 31%, #feaa32 55%, #f28e00 71%);
  margin-bottom: 1rem;
}
.notice-banner a.imhaus-seminare {
  background: rgb(40, 199, 32);
  background: linear-gradient(55deg, rgb(40, 199, 32) 11%, rgb(74, 219, 67) 31%, rgb(40, 199, 32) 55%, rgb(74, 219, 67) 71%);
}
.notice-banner a.personalratswahl-2024 {
  background: rgb(40, 199, 32);
  background: linear-gradient(55deg, #c75587 11%, #f171a9 31%, #c75587 55%, #f171a9 71%);
}
.notice-banner a img {
  display: block;
}
.notice-banner.mobile {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.notice-banner.mobile a {
  float: left;
  width: 50%;
  margin-bottom: 0;
}
.notice-banner.mobile a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  .notice-banner a:hover {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-position: center bottom;
    background-size: 600% auto;
  }
}
@media (max-width: 1024px) {
  .notice-banner.desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .notice-banner.mobile {
    display: none;
  }
}
@media (max-width: 480px) {
  .notice-banner.mobile {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .notice-banner.mobile a {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .notice-banner.mobile a img {
    display: inline-block;
    width: 70%;
    height: auto;
  }
}

#corona-notice {
  background: #eeeced;
  margin-bottom: 2rem;
}
#corona-notice .border-wrapper {
  background: rgb(239, 11, 74);
  background: linear-gradient(10deg, rgb(239, 11, 74) 11%, rgb(174, 8, 54) 31%, rgb(239, 11, 74) 55%, rgb(174, 8, 54) 71%);
  background-position: center top;
  background-size: 100% auto;
  padding: 1px 1px 1px 15px;
}
#corona-notice .content-wrapper {
  background: #eeeced;
  padding: 1.75rem 2.5rem 1.25rem;
}
#corona-notice .content-wrapper h2 {
  font-size: 2rem;
}
#corona-notice .content-wrapper .subheader {
  font-size: 0.7rem;
  font-weight: bold;
  color: #b61f29;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#corona-notice li a {
  display: inline !important;
}
@media (max-width: 660px) {
  #corona-notice .content-wrapper {
    padding: 1rem 1.5rem;
  }
}

.covid-19-stamp {
  width: 250px;
}

/* BLOG */
/* -- blog sidebar -- */
.cat-item.current-cat a {
  font-weight: bold;
}

/* -- listing -- */
#post-list h2 {
  margin-bottom: 2rem;
}
#post-list .cat-name {
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
}
#post-list article.post {
  margin-bottom: 3rem;
}
#post-list article.post .blog-listing-date {
  font-size: 0.8rem;
  text-transform: uppercase;
}
#post-list article.post h3 {
  margin-top: 0;
  margin-bottom: 0 !important;
}
#post-list article.post h3 a.h3-link {
  font-size: 1.25rem !important;
  margin-bottom: 0 !important;
}
#post-list article.post .blog-listing-featured-img {
  float: left;
  display: block;
  width: 40%;
  margin: 0.5rem 2rem 1rem 0;
}

/* -- pagination -- */
.pagination-wrapper {
  text-align: center;
  margin-top: 3rem;
}

.pagination-wrapper .screen-reader-text {
  display: none;
}

.pagination-wrapper .page-numbers {
  -webkit-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  font-size: 0.8rem;
  line-height: 100%;
  font-weight: normal !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  padding: 0.5rem 0.75rem;
  background: #bbbbbb;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.pagination-wrapper .page-numbers .nav-short {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  font-weight: normal !important;
}

.pagination-wrapper .page-numbers.prev {
  margin-right: 0.5rem;
}

.pagination-wrapper .page-numbers.next {
  margin-left: 0.5rem;
}

.pagination-wrapper .page-numbers:hover {
  -webkit-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #999999;
}

.pagination-wrapper .page-numbers.placeholder {
  display: inline-block;
  color: #bbbbbb !important;
  background: #EEECED;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination-wrapper .page-numbers.current {
  display: inline-block;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  font-weight: normal !important;
  background: #b61f29;
}

/* -- detail -- */
article.post .blog-detail-featured-img {
  float: left;
  display: block;
  width: 50%;
  margin: 0.5rem 2rem 1rem 0;
}

article.post .blog-box-seminar .icon-calendar {
  float: left;
  width: 7%;
  height: auto;
  margin: 0.25rem 0 1rem 0;
}

article.post .blog-box-seminar .content {
  float: right;
  width: 87%;
}

#submit-seminar-application.seminar-details-box {
  padding-bottom: 1.5rem;
}

/* -- widget area below posts -- */
.widget-below-post {
  margin-top: 3rem;
}

.widget-below-post h3 {
  margin-bottom: 1rem;
}

.widget-below-post ul {
  margin: 0 !important;
}

/* -- plugin: same category posts -- */
.same-category-post-item {
  float: left;
  width: 46%;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
}

.same-category-post-item:nth-child(2) {
  float: right;
}

.same-category-post-item .post-date {
  font-size: 0.8rem;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  margin-bottom: 0;
}

/* -- plugin: maintenance -- */
body.maintenance > .main-container:after {
  opacity: 0 !important;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-item.left-90 {
  width: 90%;
}

.flex-item.right-10 {
  width: 10%;
}

.text-align-right {
  text-align: right;
}

/* -- plugin: wp forms und contact form 7 -- */
div.kr-wpforms-form {
  background: #eeeced !important;
  padding: 2rem !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 600px) {
  div.kr-wpforms-form {
    padding: 1.25rem !important;
  }
  div.kr-wpforms-form.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  div.kr-wpforms-form.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns .wpforms-layout-column {
    padding: 0 !important;
  }
}
div.kr-wpforms-form.popup {
  margin: 0 !important;
}
div.kr-wpforms-form .wpforms-field {
  text-align: left;
}
div.kr-wpforms-form .wpforms-field a {
  color: #b61f29;
}
div.kr-wpforms-form h1 {
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif !important;
  font-size: clamp(1.75rem, 1.65rem + 0.5vw, 2.25rem) !important;
  line-height: 140% !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 0.5rem !important;
}
@media (max-width: 768px) {
  div.kr-wpforms-form h1 {
    line-height: 130%;
  }
}
div.kr-wpforms-form h3 {
  text-align: left;
}
div.kr-wpforms-form .main-data {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.5rem;
}
div.kr-wpforms-form .optional-data {
  margin-top: 1.5rem;
}
div.kr-wpforms-form .wpforms-title {
  font-size: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
  line-height: 130%;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #b61f29;
  margin: 0;
}
div.kr-wpforms-form .wpforms-title p {
  padding-bottom: 0;
}
div.kr-wpforms-form .wpforms-field-label {
  display: block;
  font-weight: bold;
  font-size: 0.9em;
  color: #777777;
  text-align: left;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 0px;
}
div.kr-wpforms-form .wpforms-field {
  padding: 1rem 0 0 0;
}
div.kr-wpforms-form .wpforms-field input[type=radio] {
  display: inline-block;
  width: 1rem !important;
  height: 1rem !important;
  background-color: #ffffff;
  vertical-align: baseline;
  margin: 4px 10px 0 0;
  border: 1px solid #cccccc;
}
div.kr-wpforms-form .wpforms-field input:not(input[type=radio]),
div.kr-wpforms-form .wpforms-field input:not(input[type=checkbox]),
div.kr-wpforms-form .wpforms-field textarea,
div.kr-wpforms-form .wpforms-field select {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 38px;
  width: 100%;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  padding: 6px 10px;
  border: 1px solid #f5f5f5 !important;
  border-radius: 0;
}
div.kr-wpforms-form .wpforms-field input:not(input[type=radio]):focus,
div.kr-wpforms-form .wpforms-field input:not(input[type=checkbox]):focus,
div.kr-wpforms-form .wpforms-field textarea:focus,
div.kr-wpforms-form .wpforms-field select:focus {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border: 1px solid #b61f29 !important;
}
div.kr-wpforms-form .wpforms-field .wpforms-field-checkbox,
div.kr-wpforms-form .wpforms-field input[type=checkbox] {
  float: left !important;
  display: inline-block;
  width: auto !important;
  height: 1rem !important;
  background-color: #fff;
  vertical-align: baseline;
  margin: 4px 10px 0 0 !important;
}
div.kr-wpforms-form .wpforms-field p {
  padding-bottom: 0;
}
div.kr-wpforms-form .wpcf7-list-item {
  margin: 0 1.5rem 0 0;
}
div.kr-wpforms-form .wpcf7-list-item label {
  line-height: 100%;
  text-align: left;
}
div.kr-wpforms-form .sublabel {
  display: block;
  font-size: 13px;
  float: none;
  font-weight: 400;
  line-height: 1.3;
  margin: 4px 0 0;
  padding: 0;
}
div.kr-wpforms-form .field-row .col-1-2 {
  float: left;
  width: 48%;
}
div.kr-wpforms-form .field-row .col-2-2 {
  float: right;
  width: 48%;
}
@media (max-width: 768px) {
  div.kr-wpforms-form .field-row .col-1-2,
  div.kr-wpforms-form .field-row .col-2-2 {
    float: none;
    width: 100%;
  }
}
div.kr-wpforms-form .cr-hideelement {
  visibility: hidden;
  height: 0;
}
div.kr-wpforms-form .wpcf7-list-item input[type=radio] {
  float: left !important;
}
div.kr-wpforms-form .wpcf7-not-valid-tip {
  color: #990000 !important;
  font-size: 12px !important;
  font-weight: 700;
}
div.kr-wpforms-form .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
div.kr-wpforms-form .wpforms-submit,
div.kr-wpforms-form .wpcf7-submit,
div.kr-wpforms-form .wpforms-field-repeater-button-add,
div.kr-wpforms-form .wpforms-field-repeater-button-remove {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-size: 0.9rem !important;
  line-height: 100% !important;
  font-weight: normal !important;
  color: #fff !important;
  letter-spacing: 1px !important;
  background: #b61f29 !important;
  -webkit-box-shadow: 1px 1px 5px #888 !important;
          box-shadow: 1px 1px 5px #888 !important;
  padding: 10px 15px;
  opacity: 1 !important;
  border-radius: 0 !important;
  border: none !important;
}
div.kr-wpforms-form .wpforms-submit:hover,
div.kr-wpforms-form .wpcf7-submit:hover,
div.kr-wpforms-form .wpforms-field-repeater-button-add:hover,
div.kr-wpforms-form .wpforms-field-repeater-button-remove:hover {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  background: #95001d !important;
  opacity: 1 !important;
  -webkit-box-shadow: 1px 1px 5px #555 !important;
          box-shadow: 1px 1px 5px #555 !important;
  cursor: pointer;
}
div.kr-wpforms-form .wpcf7-submit:disabled {
  background: #dcdcdc !important;
}
div.kr-wpforms-form .wpcf7-submit:disabled:hover {
  background: #dcdcdc !important;
  cursor: not-allowed !important;
  -webkit-box-shadow: 1px 1px 5px #888 !important;
          box-shadow: 1px 1px 5px #888 !important;
}
div.kr-wpforms-form .info-required-fields {
  display: inline-block !important;
  margin-top: 1rem !important;
}
div.kr-wpforms-form .small {
  font-size: 0.75rem !important;
}
div.kr-wpforms-form .wpcf7-validates-as-required:after {
  content: " *";
  color: #ff0000;
  font-weight: 400;
}
div.kr-wpforms-form .wpcf7-response-output {
  width: 100%;
  font-size: 0.9em;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  color: #8a6d3b;
  background-color: #fcf8e3;
  margin: 1.5rem 0 0.5rem 0 !important;
  padding: 0.5rem 1rem !important;
  border: 1px solid #faebcc !important;
  border-left: 2px solid #b61f29 !important;
}

div.kr-wpforms-form .wpforms-field input:not(input[type=radio]).wpcf7-not-valid,
div.kr-wpforms-form .wpforms-field input:not(input[type=checkbox]).wpcf7-not-valid,
div.kr-wpforms-form .wpforms-field textarea.wpcf7-not-valid {
  border: 1px solid #b61f29 !important;
}

form.wpcf7-form.sent div.kr-wpforms-form .wpcf7-response-output {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6 !important;
}

.wpforms-field-checkbox {
  height: auto !important;
}

/* === boxes === */
.kr-box {
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}
.kr-box.kr-box-1 {
  background: #eeeced !important;
  margin: 0 5% 2rem 5%;
}
.kr-box.kr-box-1 .hl {
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #00A9F2;
  text-align: center;
  margin-bottom: 1.5rem;
}
.kr-box.kr-box-1 .txt {
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
  color: #6e6e6e;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.kr-box.kr-box-1 a.btn {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: table !important;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, sans-serif;
  font-size: 0.9rem !important;
  line-height: 100%;
  font-weight: normal;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  background: #b61f29;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding: 0;
  margin: 0.5rem auto 0 auto;
}
.kr-box.kr-box-1 a.btn.onlineseminar {
  background: #00A9F2;
}
.kr-box.kr-box-1 a.btn.imhaus {
  background: #28c720;
}
.kr-box.kr-box-1 a.btn .icon {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: table-cell;
  font-size: 1.5rem;
  font-weight: bold;
  color: #b61f29;
  background: #fff;
  padding: 0.5rem 1rem;
}
.kr-box.kr-box-1 a.btn .txt {
  display: table-cell;
  font-size: 0.9rem;
  line-height: 100%;
  color: #fff;
  vertical-align: middle;
  padding: 0.3rem 0.75rem;
}
.kr-box.kr-box-1 a.btn:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #cc6666;
}
.kr-box.kr-box-1 a.btn:hover.onlineseminar {
  background: #46c3f9;
}
.kr-box.kr-box-1 a.btn:hover.imhaus {
  background: #6aea63;
}
.kr-box.kr-box-1 a.btn:hover .icon {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #6e6e6e;
}

/* === kr accordion content element === */
.kr-accordion h2,
.kr-accordion h3,
.kr-accordion > strong {
  position: relative;
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
  padding: 0rem 1rem 0.25rem 2rem;
}
.kr-accordion h2 .kr-accordion-title-icon,
.kr-accordion h3 .kr-accordion-title-icon,
.kr-accordion > strong .kr-accordion-title-icon {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block;
}
.kr-accordion h2 .kr-accordion-title-icon i.fal,
.kr-accordion h3 .kr-accordion-title-icon i.fal,
.kr-accordion > strong .kr-accordion-title-icon i.fal {
  font-size: 1.25rem;
  color: #777777;
}
.kr-accordion h2:hover,
.kr-accordion h3:hover,
.kr-accordion > strong:hover {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-weight: bold;
}
.kr-accordion h2:hover .kr-accordion-title-icon i.fal,
.kr-accordion h3:hover .kr-accordion-title-icon i.fal,
.kr-accordion > strong:hover .kr-accordion-title-icon i.fal {
  color: #b61f29;
}
.kr-accordion .kr-accordion-content {
  padding-left: 2rem;
}
.kr-accordion.is--closed .kr-accordion-content {
  display: none;
}
.kr-accordion.kra-type-2 {
  margin-bottom: 1rem;
}
.kr-accordion.kra-type-2 strong:hover {
  color: #b61f29;
}

/* === newsletter archive === */
.nl-archive-yearsection h2 {
  font-weight: bold;
}
.nl-archive-yearsection:not(.is--open) h2 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
  padding: 0.5rem 1rem 0.25rem 0.5rem;
  border-bottom: 1px solid #eeeced;
}
.nl-archive-yearsection:not(.is--open) h2 .opencloseicon {
  float: left;
  display: block;
  margin-right: 0.75rem;
}
.nl-archive-yearsection:not(.is--open) h2 .opencloseicon i.fal {
  font-size: 1.25rem;
  color: #777777;
}
.nl-archive-yearsection:not(.is--open) h2:hover {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background: #eeeced;
}
.nl-archive-yearsection:not(.is--open) h2:hover .opencloseicon i.fal {
  color: #b61f29;
}
.nl-archive-yearsection.current .opencloseicon {
  display: none !important;
}
.nl-archive-yearsection.is--hidden .item-wrapper {
  display: none;
}
.nl-archive-yearsection ul.nl-archive {
  width: 100%;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nl-archive-yearsection ul.nl-archive li.item {
  background: #eeeced;
  padding: 0.75rem 1.75rem 1.5rem 1.75rem;
  margin-bottom: 2rem;
}
.nl-archive-yearsection ul.nl-archive li.item h3.title {
  display: block;
  font-size: 1.5rem !important;
  margin: 0.5rem 0 1rem 0;
}
.nl-archive-yearsection ul.nl-archive li.item .nl-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.nl-archive-yearsection ul.nl-archive li.item .nl-info .screenshot {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding: 0 10px;
}
.nl-archive-yearsection ul.nl-archive li.item .nl-info .screenshot a {
  position: relative;
  display: block !important;
}
.nl-archive-yearsection ul.nl-archive li.item .nl-info .screenshot a img {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: -10px 5px 10px -10px #777, 10px 5px 10px -10px #777;
  box-shadow: -10px 5px 10px -10px #777, 10px 5px 10px -10px #777;
}
.nl-archive-yearsection ul.nl-archive li.item .nl-info .screenshot a::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: rgb(238, 236, 237);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(238, 236, 237)), color-stop(55%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(238, 236, 237) 20%, rgba(255, 255, 255, 0) 55%);
}
.nl-archive-yearsection ul.nl-archive li.item .nl-info .content {
  position: relative;
  width: 50%;
  padding: 0 0 3rem 2rem;
}
.nl-archive-yearsection ul.nl-archive li.item .nl-info .content h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.5rem;
}
.nl-archive-yearsection ul.nl-archive li.item .nl-info .content a.openpopup {
  position: absolute !important;
  bottom: 0;
  left: 2rem;
  /*padding: 0.25rem 1.25rem !important;*/
}
@media screen and (max-width: 660px) {
  .nl-archive-yearsection ul.nl-archive li.item {
    padding: 0.75rem 1.25rem 1.5rem 1.25rem;
    margin-bottom: 2rem;
  }
  .nl-archive-yearsection ul.nl-archive li.item h3.title {
    font-size: 1.25rem !important;
    margin: 0.5rem 0 1rem 0;
  }
  .nl-archive-yearsection ul.nl-archive li.item .nl-info .screenshot {
    width: 100%;
    max-height: 250px !important;
    padding: 0 10px;
  }
  .nl-archive-yearsection ul.nl-archive li.item .nl-info .screenshot::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: rgb(238, 236, 237);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(238, 236, 237)), color-stop(90%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(238, 236, 237) 20%, rgba(255, 255, 255, 0) 90%);
  }
  .nl-archive-yearsection ul.nl-archive li.item .nl-info .content {
    width: 100%;
    padding: 1rem 0 3rem 0;
  }
  .nl-archive-yearsection ul.nl-archive li.item .nl-info .content a.openpopup {
    left: 0;
    width: 100% !important;
  }
}

#links-archive-wrapper {
  margin-top: 2rem;
}
#links-archive-wrapper .kr-accordion {
  margin-bottom: 1rem;
}
#links-archive-wrapper .kr-accordion h3 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
  border-bottom: 1px solid #eeeced;
}
#links-archive-wrapper .kr-accordion .kr-accordion-content .links-item {
  background: #eeeced;
  padding: 1.5rem 1.5rem 1.25rem;
  margin-bottom: 1rem;
}
#links-archive-wrapper .kr-accordion .kr-accordion-content .links-item h4 {
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
  color: #333333;
  margin-bottom: 1rem;
}
#links-archive-wrapper .kr-accordion .kr-accordion-content .links-item .links-item--link {
  margin-top: 0.5rem;
}
#links-archive-wrapper .kr-accordion .kr-accordion-content .links-item .links-item--link i {
  margin-right: 0.5rem;
}
#links-archive-wrapper .kr-accordion:not(.is--closed) h3 {
  border-bottom: 1px solid transparent;
}

#downloads-archive-wrapper {
  margin-top: 2rem;
}
#downloads-archive-wrapper .kr-accordion {
  margin-bottom: 1rem;
}
#downloads-archive-wrapper .kr-accordion h3 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
  border-bottom: 1px solid #eeeced;
}
#downloads-archive-wrapper .kr-accordion .kr-accordion-content .downloads-item {
  background: #eeeced;
  padding: 1.5rem 1.5rem 1.25rem;
  margin-bottom: 1rem;
}
#downloads-archive-wrapper .kr-accordion .kr-accordion-content .downloads-item h4 {
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
  color: #333333;
  margin-bottom: 1rem;
}
#downloads-archive-wrapper .kr-accordion .kr-accordion-content .downloads-item .downloads-item--link {
  margin-top: 0.5rem;
}
#downloads-archive-wrapper .kr-accordion .kr-accordion-content .downloads-item .downloads-item--link i {
  margin-right: 0.5rem;
}
#downloads-archive-wrapper .kr-accordion:not(.is--closed) h3 {
  border-bottom: 1px solid transparent;
}

/* === hotels == */
/* === seminar cataloge back button == */
a#semcatalogue-back {
  display: block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  width: 100%;
  color: #ffffff;
  font-family: "Helvetica Neue LT W01_51488890", Arial, Verdana, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  text-shadow: 1px 1px 5px #000;
  background: rgb(239, 11, 74);
  /*background: linear-gradient(55deg, rgba(239,11,74,1) 11%, rgba(174,8,54,1) 31%, rgba(239,11,74,1) 55%, rgba(174,8,54,1) 71%);
  background: rgb(0,169,242);*/
  background: linear-gradient(55deg, rgb(0, 139, 232) 11%, rgb(70, 195, 249) 31%, rgb(0, 139, 232) 55%, rgb(70, 195, 249) 71%);
  background-position: center top;
  background-size: 100% auto;
  -webkit-box-shadow: inset -15px -15px 10px -15px rgba(0, 0, 0, 0.5);
          box-shadow: inset -15px -15px 10px -15px rgba(0, 0, 0, 0.5);
  padding: 1.65rem 2rem 1.5rem !important;
}
a#semcatalogue-back i {
  margin-right: 0.75rem;
}
a#semcatalogue-back.fixed {
  -webkit-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
a#semcatalogue-back:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-position: center bottom;
  background-size: 300% auto;
}

/* === video  == */
table.videolisting tr td {
  vertical-align: top;
}
table.videolisting tr td:first-child {
  width: 50%;
  padding: 0.5rem 3rem 0 0;
}
table.videolisting tr td:last-child {
  width: 50%;
  padding: 0 0 3rem 0;
}
@media (max-width: 660px) {
  table.videolisting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  table.videolisting tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  table.videolisting tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  table.videolisting tr td:first-child {
    width: 100%;
    padding: 0.5rem 3rem 0 0;
  }
  table.videolisting tr td:last-child {
    width: 100%;
    padding: 0 0 3rem 0;
  }
}

/* === hotel listing == */
.hotel-pictures .copyright {
  display: inline-block;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

/* === plugin: borlabs cookie blocker == */
.brlbs-cmpnt-cb-btn {
  color: #ffffff !important;
}
.brlbs-cmpnt-cb-btn:hover {
  text-decoration: none !important;
}