@charset "UTF-8";
.icon {
  width: 24px;
  height: 24px;
}
.icon-16 {
  width: 16px;
  height: 16px;
}
.icon-30 {
  width: 30px;
  height: 30px;
}

.icon-white {
  fill: #fff;
}

.icon-primary {
  fill: #004475;
}

.frame-border-box-frame {
  background-color: #9bacce;
}

.frame-border-box-frame iframe {
  /* hack für abstand unten */
  display: inherit;
}

#footer {
  padding-top: 0;
}

#cookieConsent {
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
  background-color: rgba(0, 68, 117, 0.9);
  color: #fff;
  padding: 10px 0;
}
#cookieConsent .container .info-text {
  margin-bottom: 10px;
}
#cookieConsent .container .cookie-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cookieConsent .container .cookie-actions .cookie-links {
  margin: 0;
}
#cookieConsent .container .cookie-actions .cookie-links a {
  color: #fff;
  margin-right: 20px;
}
#cookieConsent .container .cookie-actions .cookie-links a svg {
  width: 10px;
  height: 10px;
}
#cookieConsent .container .cookie-actions .cookie-decision label {
  margin-bottom: 0;
  margin-right: 20px;
}
#cookieConsent .container .cookie-actions button {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #cookieConsent .container .cookie-actions {
    flex-direction: row;
    align-items: center;
  }
  #cookieConsent .container .cookie-actions button {
    margin: 0;
  }
}
#cookieConsent > svg {
  position: absolute;
  right: -2px;
  top: 0;
  height: 20px;
}
#cookieConsent.active {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.5s linear;
}
#cookieConsent.active > svg {
  display: none;
}
#cookieConsent.hidden {
  display: block !important;
  width: 100%;
  height: 130px;
  left: calc(-100% + 10px);
  opacity: 0.5;
  transition: all 0.5s linear;
}
#cookieConsent.hidden svg {
  display: inline;
  height: 100%;
}
#cookieConsent #commonConsent {
  background-color: #fff;
  color: #004475;
  border: none;
  padding: 5px 10px;
}

.frame-default:not(.frame-type-fluidcontent_content) ul {
  list-style-type: unset;
  margin-left: 0px;
  padding-left: 20px;
}
.frame-default:not(.frame-type-fluidcontent_content) ul li {
  float: none;
}
.frame-default:not(.frame-type-fluidcontent_content) ul.slides,
.frame-default:not(.frame-type-fluidcontent_content) ul.list-unstyled {
  margin: 0;
  padding: 0;
}
.frame-default:not(.frame-type-fluidcontent_content) .tx-js-downloadmanager ul:not(.f3-widget-paginator) {
  margin: 0;
  padding: 0;
}
.frame-default:not(.frame-type-fluidcontent_content) .tx-js-downloadmanager ul:not(.f3-widget-paginator) li {
  float: left;
}
.frame-default:not(.frame-type-fluidcontent_content) .testimonial-text ul {
  margin: 0;
  padding: 0;
}
.frame-default:not(.frame-type-fluidcontent_content).frame-type-text ul {
  margin-bottom: 20px;
}

/*# sourceMappingURL=sd_TRI-changes.css.map */
