@charset "UTF-8";
/* Header */
header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header .toparea {
  border-top: 8px solid #346097;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header .top a.sd:before {
  content: '';
  font-family: 'FontAwesome';
}
/* Footer */
footer {
  /* Footer - Icon Area */
}
footer .iconall {
  background: #CCCCCC;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .iconall li {
  padding-left: 7.5px;
  padding-right: 7.5px;
  background-color: #FAFAFA;
}
footer .iconall li:first-of-type {
  padding-left: 0px;
}
footer .iconall li:last-of-type {
  padding-right: 0px;
}
footer .iconall img {
  filter: grayscale(1);
  opacity: 0.7;
  transition: all ease 0.3s;
  max-width: 100%;
  height: auto;
}
footer .iconall img:hover {
  filter: grayscale(0);
  opacity: 1;
  max-width: 70%;
}
footer .monitorFooter {
  background: rgba(0, 0, 0, 0.6);
  /*#333 */
  color: #fff;
  font-size: 115%;
  padding: 1rem;
  text-align: center;
}
/* Main */
main h1 {
  border-bottom: 2px dotted #346097;
  padding-bottom: 1rem;
}
main .frame-type-table.frame-white {
  padding: 0;
  background: none;
}
main .frame-type-table.frame-white table {
  background: #fff;
}
main .frame-eventHeader {
  transition: all ease 0.3s;
  margin-bottom: 0.5rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #dadada;
}
main .frame-eventHeader > * {
  padding: 0;
  margin: 0;
  font-size: 1rem !important;
}
main .frame-eventHeader a {
  width: 100%;
  display: inline-block;
  font-size: 1rem !important;
  color: #333333;
}
main .frame-eventHeader a:before {
  content: '';
  font-family: 'FontAwesome';
  font-weight: normal;
  text-align: center;
  margin-right: calc(var(--bs-gutter-x) / 2);
  padding: 1rem;
  border-right: 1px solid #ccc;
  width: 25%;
  display: inline-block;
}
main .frame-eventHeader:hover {
  background-color: white;
  /*background-shadow: $shadow;*/
}
main .frame-newsHeader {
  transition: all ease 0.3s;
  margin-bottom: 0.5rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #dadada;
}
main .frame-newsHeader > * {
  padding: 15px 0;
  margin: 0;
}
main .frame-newsHeader a {
  width: 100%;
  display: inline-block;
  font-size: 1rem !important;
  padding: 0 1rem;
  color: #333333;
}
main .frame-newsHeader a:after {
  font-weight: normal;
  content: '';
  text-align: center;
  padding: 0 0 0 1rem;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1rem !important;
}
main .frame-newsHeader:hover {
  background-color: white;
  /*background-shadow: $shadow;*/
}
main .frame-whiteHead > h2:first-of-type, main .frame-whiteHead > h3:first-of-type, main .frame-whiteHead > h4:first-of-type {
  background: rgba(0, 0, 0, 0.05) !important;
  margin: 0;
  font-size: 100%;
  padding: calc(var(--bs-gutter-x) / 2);
  line-height: 1.25em;
  letter-spacing: 0.01rem;
  margin-top: 0;
}
main .frame-whiteHead p:last-of-type {
  margin-bottom: 0;
}
main .frame-whiteHead > div {
  background: #fff;
  padding: calc(var(--bs-gutter-x) / 2);
}
main .frame-dotted hr {
  border-top: 2px dotted rgba(52, 96, 151, 0.2);
  margin-top: 1rem;
  color: transparent;
}
main .right h2 {
  text-transform: uppercase;
  margin: 0 0 0.25rem;
}
main .right h3 {
  margin: 0 0 0.25rem;
}
main .frame-subnavigtion {
  left: auto;
  position: relative;
  width: 100%;
}
main .frame-subnavigtion ul {
  list-style: none;
  padding: 0;
}
main .frame-subnavigtion > ul {
  margin-bottom: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
main .frame-subnavigtion .cur > a {
  font-weight: 600;
  text-transform: uppercase;
  color: #346097;
}
main .frame-subnavigtion .act > a {
  font-weight: 600;
}
main .frame-subnavigtion .levelTitle {
  background: rgba(52, 96, 151, 0.85);
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: #fff !important;
  text-transform: uppercase;
  margin: 0;
}
main .frame-subnavigtion li {
  position: relative;
  display: block;
  line-height: 130%;
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
main .frame-subnavigtion li:last-of-type {
  border-bottom: 0;
}
main .frame-subnavigtion ul li {
  background: #fff;
  line-height: 120%;
}
main .frame-subnavigtion ul li a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 3rem;
  display: block;
  color: #333333;
}
main .frame-subnavigtion ul li a:hover {
  color: #1e1e1e;
}
main .frame-subnavigtion ul li li {
  display: none;
}
main .frame-subnavigtion > ul > li {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
main .frame-subnavigtion > ul > li:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/*/ BOOTSTRAP /*/
.carousel-indicators {
  top: 1rem;
  bottom: auto;
  right: 0;
  left: auto;
}
/* Layouts ---------- -------------------------------- */
main.fbstartLayout > .container > .row > div:first-of-type {
  order: 2;
}
main.fbstartLayout > .container > .row > div:last-of-type {
  order: 1;
}
main.fbstartLayout .left > h2, main.fbstartLayout .left > div:not(.frame-eventHeader) > h2, main.fbstartLayout .left > div:first-of-type > h2:first-of-type {
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.6666rem 1rem;
}
main.fbstartLayout .right {
  /* h2:first-of-type,*/
}
main.fbstartLayout .right div:not(.frame-contact) > h2:first-of-type {
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.6666rem 1rem;
}
main.startLayout > .container {
  padding-top: 1rem;
}
main.startLayout > .container > .row > .content {
  order: 1;
}
main.startLayout > .container > .row > .left {
  order: 2;
}
main.startLayout > .container > .row > .right {
  order: 3;
}
main.startLayout .left h2:first-of-type, main.startLayout .left > div:first-of-type > h2:first-of-type {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.6666rem 1rem;
}
main.startLayout .right h2:first-of-type, main.startLayout .right div:not(.frame-contact) > h2:first-of-type {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.6666rem 1rem;
}
/* Mediaqueries ****************************************/
@media screen and (max-width: 768px) {
  main .content, main .right {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  /* Layouts */
  /* Footer */
  main.fbstartLayout > .container {
    padding-right: 0;
    padding-left: 0;
  }
  main.fbstartLayout > .container > .row {
    margin-right: 0;
    margin-left: 0;
  }
  main.fbstartLayout > .container > .row > div:first-of-type {
    order: 1;
    padding-left: 0;
    padding-right: calc(var(--bs-gutter-x) / 1);
  }
  main.fbstartLayout > .container > .row > div:last-of-type {
    order: 2;
    padding-right: 0;
    padding-left: 0;
  }
  main.startLayout > .container > .row > .content {
    order: 2;
  }
  main.startLayout > .container > .row > .left {
    order: 1;
  }
  main.startLayout > .container > .row > .right {
    order: 3;
  }
  footer .iconall {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  footer .iconall img {
    max-width: 100%;
  }
}
/* COLORS */
.page.orange h1 {
  border-bottom: 2px dotted #A94611;
}
.page.orange .toparea {
  border-top-color: #A94611;
}
.page.orange footer {
  border-top-color: #A94611;
}
.page.blue h1 {
  border-bottom: 2px dotted #346097;
}
.page.blue .toparea {
  border-top-color: #346097;
}
.page.blue footer {
  border-top-color: #346097;
}
.page.green h1 {
  border-bottom: 2px dotted #406C03;
}
.page.green .toparea {
  border-top-color: #406C03;
}
.page.green footer {
  border-top-color: #406C03;
}
.page.grey h1 {
  border-bottom: 2px dotted #787878;
}
.page.grey .toparea {
  border-top-color: #787878;
}
.page.grey footer {
  border-top-color: #787878;
}
.page.red h1 {
  border-bottom: 2px dotted #A50F19;
}
.page.red .toparea {
  border-top-color: #A50F19;
}
.page.red footer {
  border-top-color: #A50F19;
}
.page.turquoise h1 {
  border-bottom: 2px dotted #1D725F;
}
.page.turquoise .toparea {
  border-top-color: #1D725F;
}
.page.turquoise footer {
  border-top-color: #1D725F;
}
.page.violett h1 {
  border-bottom: 2px dotted #863177;
}
.page.violett .toparea {
  border-top-color: #863177;
}
.page.violett footer {
  border-top-color: #863177;
}
.page.yellow h1 {
  border-bottom: 2px dotted #F5F507;
}
.page.yellow .toparea {
  border-top-color: #F5F507;
}
.page.yellow footer {
  border-top-color: #F5F507;
}
.page.darkblue h1 {
  border-bottom: 2px dotted #2D4F9A;
}
.page.darkblue .toparea {
  border-top-color: #2D4F9A;
}
.page.darkblue footer {
  border-top-color: #2D4F9A;
}
/* Extentions */
.tx-powermail legend {
  display: none !important;
}
.tx-powermail .container-fluid h3 {
  margin-bottom: 1rem;
}
.tx-powermail .container-fluid {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  padding: 1rem;
  background: #fafafa;
  margin-bottom: 1rem;
}
.tx-powermail .col-form-label-sm label {
  font-size: 1rem;
}
.tx-powermail .powermail_fieldwrap_type_reset {
  float: left;
  margin-right: 30px;
}
.tx_solr .infoframe .panel {
  margin-bottom: 1rem;
}
.tx_solr .infoframe .panel-heading {
  background: none;
  padding: 0;
  transition: all ease 0.5s;
}
.tx_solr .infoframe .panel-heading .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tx_solr .infoframe .panel-heading > h2:first-of-type, .tx_solr .infoframe .panel-heading > h3:first-of-type, .tx_solr .infoframe .panel-heading > h4:first-of-type {
  font-size: 100%;
  padding: 0.75rem 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  margin: 0;
  background: rgba(0, 0, 0, 0.05) !important;
}
html[color-mode$=dark] .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) {
  background: #000 !important;
  color: #fff !important;
}
html[color-mode$=dark] .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body, html[color-mode$=dark] main .frame-important > div, html[color-mode$=dark] .news .article .moreNews:after, html[color-mode$=dark] .frame-type-header.frame-eventHeader {
  background: transparent !important;
}
html[color-mode$=dark] .klaro.we_cookie_consent .cookie-modal a, html[color-mode$=dark] .klaro.we_cookie_consent .cookie-modal h1, html[color-mode$=dark] .klaro.we_cookie_consent .cookie-modal h2, html[color-mode$=dark] .klaro.we_cookie_consent .cookie-modal li, html[color-mode$=dark] .klaro.we_cookie_consent .cookie-modal p, html[color-mode$=dark] .klaro.we_cookie_consent .cookie-modal strong, html[color-mode$=dark] .klaro.we_cookie_consent .cookie-modal ul, html[color-mode$=dark] .klaro.we_cookie_consent .cookie-notice a, html[color-mode$=dark] .klaro.we_cookie_consent .cookie-notice h1, html[color-mode$=dark] .klaro.we_cookie_consent .cookie-notice h2, html[color-mode$=dark] .klaro.we_cookie_consent .cookie-notice li, html[color-mode$=dark] .klaro.we_cookie_consent .cookie-notice p, html[color-mode$=dark] .klaro.we_cookie_consent .cookie-notice strong, html[color-mode$=dark] .klaro.we_cookie_consent .cookie-notice ul {
  color: #fff !important;
}
