.mask-1 .panel-group {
  padding: 0
}

.mask-1 .panel-group .panel {
  border: 0;
  margin: 15px 0
}

.mask-1 .panel-group .panel:first-of-type, .mask-1 .panel-group .panel:first-child {
  margin-top: 0
}

.mask-1 .panel-group .panel .panel-heading {
  padding: 0;
  background-color: #003863
}

.mask-1 .panel-group .panel .panel-heading.grey {
  background-color: #dadada
}

.mask-1 .panel-group .panel .panel-heading.grey .panel-title button {
  color: #3d3d43 !important
}

.mask-1 .panel-group .panel .panel-heading.grey .panel-title button .cross span {
  background-color: #3d3d43
}

.mask-1 .panel-group .panel .panel-heading .panel-title {
  margin: 0
}

.mask-1 .panel-group .panel .panel-heading .panel-title button {
  padding: 15px;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: left
}

.mask-1 .panel-group .panel .panel-heading .panel-title button > span {
  word-break: break-word;
  word-wrap: break-word
}

.mask-1 .panel-group .panel .panel-heading .panel-title button:focus {
  text-decoration: underline
}

.mask-1 .panel-group .panel .panel-heading .panel-title button .cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  height: 100%
}

.mask-1 .panel-group .panel .panel-heading .panel-title button .cross span {
  background-color: #fff;
  transition: .3s ease-in-out;
  width: 20px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0 0
}

.mask-1 .panel-group .panel .panel-heading .panel-title button .cross span:first-of-type {
  transform: translate(-50%, -50%)
}

.mask-1 .panel-group .panel .panel-heading .panel-title button .cross span:last-of-type {
  transform: rotate(0deg) translate(-50%, -50%)
}

.mask-1 .panel-group .panel .panel-heading .panel-title button.collapsed {
  color: #fff
}

.mask-1 .panel-group .panel .panel-heading .panel-title button.collapsed .cross span:last-of-type {
  transform: rotate(90deg) translate(-50%, -50%)
}

.mask-1 .panel-group .panel .panel-heading .panel-title .text-box {
  max-width: 95%;
  hyphens: auto
}

.mask-1 .panel-group .panel .panel-collapse {
  transition: height .5s ease;
  height: 0;
  width: 100%;
  background-color: #efefef
}

.mask-1 .panel-group .panel .panel-collapse.collapse {
  display: none
}

.mask-1 .panel-group .panel .panel-collapse.collapse.in {
  display: inline-block
}

.mask-1 .panel-group .panel .panel-collapse .panel-body {
  border-top: 0;
  padding: 30px
}

.mask-1 .panel-group .panel .panel-collapse .panel-body .container-fluid {
  margin: 0 !important
}

.mask-1 .panel-group .panel .panel-collapse .panel-body .container-fluid > p:first-of-type {
  margin-top: 0
}

.mask-1 .panel-group .panel .panel-collapse .panel-body .container-fluid > .frame:last-of-type {
  margin-bottom: 0
}

.mask-1 .panel-group .panel .panel-collapse .panel-body ul {
  padding-left: 30px;
  list-style-type: disc;
  line-height: 25px
}

.mask-1 .panel-group .panel .panel-collapse .panel-body a:hover, .mask-1 .panel-group .panel .panel-collapse .panel-body a:focus {
  text-decoration: underline
}

.mask-1 .panel-group .panel .panel-collapse.in {
  height: auto
}

.mask-1 .panel-group .panel .panel-collapse.collapsing {
  overflow: hidden
}

.mask-2 .slider {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: hidden
}

.mask-2 .slider.hero .header-slider .slide.slick-current:after {
  display: none
}

.mask-2 .slider .slick-slide.object-fit-fix {
  background-size: cover;
  background-position: center center
}

.mask-2 .slider .slick-slide.object-fit-fix img {
  opacity: 0
}

.mask-2 .slider .header-slider {
  overflow: hidden
}

.mask-2 .slider .header-slider .slide {
  position: relative;
  outline: none;
  background-color: #003863
}

.mask-2 .slider .header-slider .slide:focus a {
  text-decoration: underline
}

.mask-2 .slider .header-slider .slide.slick-current:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  box-shadow: 0 0 150px 150px #003863
}

.mask-2 .slider .header-slider .slide img {
  width: 100%;
  height: 40vw;
  max-width: none;
  object-fit: cover
}

@media (max-width: 767px) {
  .mask-2 .slider .header-slider .slide img {
    height: 60vw
  }
}

.mask-2 .slider .header-slider .slide .text-overlay {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 30px;
  width: 100%;
  max-width: 1180px;
  text-align: center;
  z-index: 1;
  padding: 0 20px
}

.mask-2 .slider .header-slider .slide .text-overlay:empty {
  display: none
}

@media (max-width: 767px) {
  .mask-2 .slider .header-slider .slide .text-overlay {
    bottom: 50px;
    font-size: 4vw
  }
}

.mask-2 .slider .header-slider .slide .text-overlay a {
  color: #fff
}

.mask-2 .slider .header-slider .slide .text-overlay a:focus {
  text-decoration: underline
}

.mask-2 .slider .header-slider .slide .copyright {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  background-color: #535353;
  color: #fff;
  padding: 0 10px;
  font-size: .9em
}

.mask-2 .slider.small .header-slider .slide img {
  height: 25vw
}

.mask-2 .slider ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  text-align: center
}

.mask-2 .slider ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: text-bottom
}

.mask-2 .slider ul.slick-dots li button {
  height: 13px;
  background-color: #fff;
  width: 30px;
  text-indent: -9999px;
  transition: .3s ease-in-out;
  vertical-align: text-bottom;
  color: transparent
}

.mask-2 .slider ul.slick-dots li button:hover {
  height: 20px
}

.mask-2 .slider ul.slick-dots li.slick-active button {
  height: 20px
}

.mask-2 .slider button.pause-resume {
  position: absolute;
  top: 0;
  left: 7px;
  background-color: #006ab3;
  color: #fff;
  font-size: 40px;
  width: 60px;
  height: 60px
}

.mask-2 .slider button.pause-resume:hover, .mask-2 .slider button.pause-resume.focus {
  background-color: #fff;
  color: #006ab3
}

@media (max-width: 767px) {
  .mask-2 .slider button.pause-resume {
    width: 30px;
    height: 30px;
    font-size: 19px
  }

  .mask-2 .slider .header-slider .slide .copyright {
    position: static;
    padding: 0 15px
  }

  .mask-2 .slider .header-slider .slide.slick-current:after {
    display: none
  }

  .mask-2 .slider .header-slider .slide .text-overlay {
    position: relative;
    width: 100%;
    transform: none;
    background-color: #003863;
    left: 0;
    bottom: 0;
    padding: 15px
  }

  .mask-2 .slider .header-slider ul.slick-dots {
    position: static;
    transform: none;
    background-color: #003863;
    padding-bottom: 15px
  }
}

.mask-3 {
  background-color: #006ab3;
  color: #fff;
  padding: 30px
}

.mask-3 .list-wrap h2 {
  font-size: 30px
}

.mask-3 .list-wrap hr {
  width: 20%;
  margin: 30px 0;
  border: 1px solid #fff
}

.mask-3 .list-wrap img {
  background-color: #fff
}

.mask-3 .list-wrap ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}

.mask-3 .list-wrap ul li a {
  color: #fff !important;
  display: inline-block;
  width: 100%;
  padding: 5px 0
}

.mask-3 .list-wrap ul li a:hover, .mask-3 .list-wrap ul li a.focus {
  text-decoration: underline
}

.mask-3 .list-wrap ul li a.focus {
  outline: 2px solid #fff !important
}

.mask-3 .list-wrap ul li a .fa-download {
  margin-right: 5px
}

.mask-3 .list-wrap ul li a .img {
  text-align: center
}

.mask-3 .list-wrap ul.links a {
  position: relative;
  padding: 5px 0 5px 25px
}

.mask-3 .list-wrap ul.links a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: .9em
}

.mask-3 .list-wrap ul.links a.extern:before {
  content: ""
}

.mask-3 .list-wrap ul.links a[href*="javascript:linkTo_UnCryptMailto"]:before {
  content: ""
}

@media (max-width: 767px) {
  .mask-3 .list-wrap h2 {
    font-size: 1.75rem
  }

  .mask-3 .list-wrap hr {
    margin: 15px 0
  }
}

.mask-4 .quick-wrap ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}

.mask-4 .quick-wrap ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 50px 20px 20px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 2px
}

.mask-4 .quick-wrap ul li a:hover, .mask-4 .quick-wrap ul li a.focus {
  text-decoration: underline
}

.mask-4 .quick-wrap ul li a .fa-chevron-right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 20px
}

@media (max-width: 767px) {
  .mask-4 .quick-wrap ul li a {
    font-size: 1.125rem
  }
}

.mask-5 {
  margin-bottom: 30px
}

.mask-5 .citation {
  background-color: #fff;
  color: #006ab3;
  font-weight: 300;
  text-align: center
}

.mask-5 .citation a {
  color: #006ab3
}

.mask-5 .citation a.focus {
  text-decoration: underline
}

.mask-5 .citation p.text {
  font-size: 32px;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 15px
}

.mask-5 .citation p.text:first-of-type:before {
  content: "„"
}

.mask-5 .citation p.text:last-of-type:after {
  content: "”"
}

.mask-5 .citation .source {
  font-size: 20px
}

@media (max-width: 767px) {
  .mask-5 .citation p.text {
    font-size: 25px
  }

  .mask-5 .citation .source {
    font-size: 1rem
  }
}

.mask-6 {
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #006ab3;
  width: 100vw;
  height: 15vw
}

@media (max-width: 991px) {
  .mask-6 {
    width: auto;
    height: auto;
    left: 0;
    transform: none;
    margin: 0 -15px;
    padding: 15px 0
  }

  .mask-6 .col-md-6, .mask-6 .col-md-4 {
    margin-bottom: 15px
  }
}

.mask-6 .claim {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-style: italic;
  font-weight: 300;
  padding: 0 15px;
  max-width: 1180px;
  margin: 0 auto;
  color: #fff
}

@media (max-width: 991px) {
  .mask-6 .claim {
    top: 0;
    transform: none
  }
}

.mask-6 .claim div[class*=col-md-] {
  display: flex;
  justify-content: center;
  align-items: center
}

.mask-6 .claim .col-md-12 {
  font-size: 4vw
}

.mask-6 .claim .col-md-6 {
  font-size: 40px
}

.mask-6 .claim .col-md-4 {
  font-size: 35px
}

@media (max-width: 767px) {
  .mask-6 .claim .col-md-12, .mask-6 .claim .col-md-6, .mask-6 .claim .col-md-4 {
    font-size: 6vw
  }
}

.mask-6 .claim a {
  color: #fff;
  display: inline-block;
  width: 100%;
  align-self: center
}

.mask-6 .claim a.focus {
  text-decoration: underline
}

.mask-7 {
  background-color: #efefef;
  padding: 45px
}

.mask-7 ul.tab-navigation {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0
}

.mask-7 ul.tab-navigation li {
  margin-right: 15px;
  margin-bottom: 15px
}

.mask-7 ul.tab-navigation li button {
  background-color: #fff;
  padding: 10px;
  color: #3d3d43
}

.mask-7 ul.tab-navigation li button.active, .mask-7 ul.tab-navigation li button:hover, .mask-7 ul.tab-navigation li button.focus {
  background-color: #003863;
  color: #fff
}

.mask-7 ul.tab-navigation li button:hover, .mask-7 ul.tab-navigation li button.focus {
  text-decoration: underline
}

.mask-7 .panel-group {
  position: relative
}

.mask-7 .panel-group > button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #003863;
  width: 45px;
  height: 50px;
  font-size: 40px;
  line-height: 40px;
  z-index: 2
}

.mask-7 .panel-group > button:hover, .mask-7 .panel-group > button.focus {
  text-shadow: 0 0 4px #3d3d43;
  color: #fff
}

.mask-7 .panel-group > button.tab-left {
  left: -45px
}

.mask-7 .panel-group > button.tab-right {
  right: -45px
}

.mask-7 .panel-group .panel {
  display: none
}

.mask-7 .panel-group .panel.active {
  display: block
}

.mask-7 .panel-group .panel .tab-body {
  text-align: center
}

.mask-7 .panel-group .panel .tab-body .ce-gallery figure.image {
  left: 50%;
  position: relative;
  transform: translateX(-50%)
}

.mask-7 .panel-group .panel .tab-body .tab-body-text {
  min-height: 150px
}

.mask-7 .panel-group .panel .tab-body .more-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center
}

.mask-7 .panel-group .panel .tab-body .more-wrap a.more {
  padding: 10px 15px;
  background-color: #003863;
  box-shadow: 0 0 0 1px #003863;
  color: #fff
}

.mask-7 .panel-group .panel .tab-body .more-wrap a.more .fa-chevron-right {
  vertical-align: text-bottom;
  margin-left: 5px
}

.mask-7 .panel-group .panel .tab-body .more-wrap a.more:hover, .mask-7 .panel-group .panel .tab-body .more-wrap a.more.focus {
  background-color: #fff;
  color: #003863
}

.mask-7 .panel-group .panel .panel-heading {
  background-color: #003863;
  padding: 0;
  display: none
}

.mask-7 .panel-group .panel .panel-heading .panel-title {
  margin: 0
}

.mask-7 .panel-group .panel .panel-heading .panel-title button {
  padding: 15px;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: left
}

.mask-7 .panel-group .panel .panel-heading .panel-title button > span {
  word-break: break-all;
  word-wrap: break-word
}

.mask-7 .panel-group .panel .panel-heading .panel-title button.focus {
  text-decoration: underline
}

.mask-7 .panel-group .panel .panel-heading .panel-title button .cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  height: 100%
}

.mask-7 .panel-group .panel .panel-heading .panel-title button .cross span {
  background-color: #fff;
  transition: .3s ease-in-out;
  width: 20px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0 0
}

.mask-7 .panel-group .panel .panel-heading .panel-title button .cross span:first-of-type {
  transform: translate(-50%, -50%)
}

.mask-7 .panel-group .panel .panel-heading .panel-title button .cross span:last-of-type {
  transform: rotate(0deg) translate(-50%, -50%)
}

.mask-7 .panel-group .panel .panel-heading .panel-title button.collapsed {
  color: #fff
}

.mask-7 .panel-group .panel .panel-heading .panel-title button.collapsed .cross span:last-of-type {
  transform: rotate(90deg) translate(-50%, -50%)
}

@media (max-width: 767px) {
  .mask-7 {
    padding: 0;
    background-color: transparent
  }

  .mask-7 .panel-group > button, .mask-7 ul.tab-navigation {
    display: none
  }

  .mask-7 .panel-group .panel {
    display: block;
    margin-bottom: 2px
  }

  .mask-7 .panel-group .panel .panel-heading {
    display: block
  }

  .mask-7 .panel-collapse {
    transition: height .5s ease;
    height: 0;
    width: 100%;
    background-color: #efefef
  }

  .mask-7 .panel-collapse.collapse {
    display: none
  }

  .mask-7 .panel-collapse.collapse.in {
    display: inline-block
  }

  .mask-7 .panel-collapse .panel-body {
    border-top: 0;
    padding: 30px
  }

  .mask-7 .panel-collapse .panel-body .container-fluid {
    margin: 0 !important
  }

  .mask-7 .panel-collapse .panel-body .container-fluid > p:first-of-type {
    margin-top: 0
  }

  .mask-7 .panel-collapse .panel-body ul {
    padding-left: 30px;
    list-style-type: disc;
    line-height: 25px
  }

  .mask-7 .panel-collapse .panel-body a:hover, .mask-7 .panel-collapse .panel-body a.focus {
    text-decoration: underline
  }

  .mask-7 .panel-collapse.in {
    height: auto
  }

  .mask-7 .panel-collapse.collapsing {
    overflow: hidden
  }
}

.mask-8 .gal .image {
  position: relative
}

.mask-8 .gal .image a.lightbox {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  height: 30px;
  width: 30px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 20px
}

.mask-8 .gal .image a.lightbox .fa-search-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.mask-8 .gal .image a.lightbox:hover .fa-expand-arrows, .mask-8 .gal .image a.lightbox.focus .fa-expand-arrows {
  background-color: #fff;
  color: #006ab3
}

.mask-8 .gal .image .image-wrap {
  position: relative
}

.mask-8 .gal .image .image-wrap img {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  max-height: none !important
}

.mask-8 .gal .image .image-wrap .copyright {
  position: absolute;
  right: 0;
  bottom: 10px;
  background-color: #535353;
  padding: 0 10px;
  color: #fff;
  font-size: .9em
}

.mask-8 .gal .image .description {
  width: 100%;
  background-color: #fff;
  padding: 5px 15px
}

.mask-8 .gal .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  z-index: 1;
  text-shadow: 0 0 5px #3d3d43
}

.mask-8 .gal .slick-arrow:hover, .mask-8 .gal .slick-arrow.focus {
  background-color: #003863
}

.mask-8 .gal .slick-arrow.left {
  left: 15px
}

.mask-8 .gal .slick-arrow.right {
  right: 15px
}

.mask-8 .counter {
  padding: 15px;
  text-align: center
}

@media (max-width: 767px) {
  .mask-8 .gal .image .image-wrap .copyright {
    position: static
  }
}

.mask-9 {
  position: relative;
  margin-bottom: 50px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover !important;
  background-position-y: 100% !important;
  min-height: 315px
}

.mask-9 .banner-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 15px;
  align-items: center
}

.mask-9 .banner-wrap a, .mask-9 .banner-wrap {
  color: #fff;
  display: block
}

.mask-9 .banner-wrap a.focus {
  text-decoration: underline
}

.mask-9 .banner-wrap .row > div {
  display: flex;
  align-items: center
}

@media (max-width: 767px) {
  .mask-9 .banner-wrap .row > div {
    text-align: center;
    justify-content: space-around
  }
}

.mask-9 .banner-wrap .row .col-md-4 {
  min-height: 215px
}

.mask-9 .banner-wrap .row .col-md-4 .date {
  font-size: 30px
}

.mask-9 .banner-wrap .row .col-md-8, .mask-9 .banner-wrap .row .col-md-12 {
  min-height: 215px
}

.mask-9 .banner-wrap .row .col-md-8 .title, .mask-9 .banner-wrap .row .col-md-12 .title {
  font-size: 55px;
  font-weight: 300;
  line-height: 60px;
  text-shadow: 0 0 3px #000
}

@media (max-width: 767px) {
  .mask-9 {
    width: auto;
    left: 0;
    transform: none;
    margin: 0 -15px 50px
  }

  .mask-9 .banner-wrap .row .col-md-8 .title, .mask-9 .banner-wrap .row .col-md-12 .title {
    font-size: 40px
  }
}

.mask-10 .topics {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-position-y: 100%;
  margin: 50px 0
}

@media (max-width: 767px) {
  .mask-10 .topics {
    width: auto;
    left: 0;
    transform: none;
    margin: 50px -15px
  }
}

.mask-10 .topics .topics-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 15px
}

.mask-10 .topics .topics-wrap .topic {
  margin-bottom: 30px
}

.mask-10 .topics .topics-wrap .topic.red {
  background-color: #c00d0d
}

.mask-10 .topics .topics-wrap .topic.orange {
  background-color: #c6500d
}

.mask-10 .topics .topics-wrap .topic.green {
  background-color: #5b7b00
}

.mask-10 .topics .topics-wrap .topic.cyan {
  background-color: #00818f
}

.mask-10 .topics .topics-wrap .topic.lightblue {
  background-color: #006ab3
}

.mask-10 .topics .topics-wrap .topic.blue {
  background-color: #003863
}

.mask-10 .topics .topics-wrap .topic .topic-wrap {
  padding: 30px 30px 100px
}

.mask-10 .topics .topics-wrap .topic a, .mask-10 .topics .topics-wrap .topic {
  color: #fff;
  display: block
}

.mask-10 .topics .topics-wrap .topic a.focus {
  text-decoration: underline
}

.mask-10 .topics .topics-wrap .topic hr {
  width: 25%;
  margin: 30px 0 40px;
  border: 1px solid #fff
}

.mask-10 .topics .topics-wrap .topic .text {
  font-size: 1.125rem
}

@media (max-width: 767px) {
  .mask-10 .topics .topics-wrap .topic hr {
    margin: 15px 0 20px
  }

  .mask-10 .topics .topics-wrap .topic .text {
    font-size: 1rem
  }
}

.mask-11 {
  position: relative
}

.mask-11 ul.logoslider {
  margin: 0 -15px;
  padding-left: 0
}

.mask-11 ul.logoslider .slick-track {
  display: flex;
  align-items: center;
  padding: 4px
}

.mask-11 ul.logoslider .logo {
  padding: 0 15px;
  display: inline-block;
  outline: none
}

.mask-11 ul.logoslider .logo img {
  width: auto;
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto
}

.mask-11 button.pause-resume {
  position: absolute;
  top: 0;
  left: 0;
  color: #003863;
  font-size: 30px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  z-index: 1
}

.mask-11 button.pause-resume i.far {
  vertical-align: top
}

.mask-12 {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-position-y: 100%;
  margin: 50px 0
}

.mask-12 .ftopics {
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 15px 70px
}

.mask-12 .ftopics .ftopics-wrap .col-md-6 {
  margin-bottom: 30px
}

.mask-12 .ftopics .ftopics-wrap .ftopic {
  color: #3d3d43;
  background-color: #fff
}

.mask-12 .ftopics .ftopics-wrap .ftopic .ftopic-wrap {
  padding: 30px;
  height: 100%
}

.mask-12 .ftopics .ftopics-wrap .ftopic, .mask-12 .ftopics .ftopics-wrap .ftopic a {
  color: #3d3d43;
  display: block;
  height: 100%
}

.mask-12 .ftopics .ftopics-wrap .ftopic a.focus {
  text-decoration: underline
}

.mask-12 .ftopics .ftopics-wrap .ftopic h2 {
  color: #003863
}

.mask-12 .ftopics .ftopics-wrap .ftopic hr {
  width: 15%;
  border: 1px solid #3d3d43;
  margin: 30px 0 40px
}

.mask-12 .ftopics .ftopics-wrap .ftopic .text {
  font-size: 1.125rem
}

@media (max-width: 767px) {
  .mask-12 {
    width: auto;
    left: 0;
    transform: none;
    margin: 50px -15px
  }

  .mask-12 .ftopics .ftopics-wrap .ftopic hr {
    margin: 15px 0 30px
  }

  .mask-12 .ftopics .ftopics-wrap .ftopic .text {
    font-size: 1rem
  }
}

.mask-13 {
  padding: 15px;
  background-color: #003863
}

.mask-13 ul.social-media {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.mask-13 ul.social-media li.link a {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  padding: 5px 10px 5px 40px;
  position: relative
}

.mask-13 ul.social-media li.link a:last-of-type {
  margin-bottom: 0
}

.mask-13 ul.social-media li.link a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%)
}

.mask-13 ul.social-media li.link a[href*=facebook]:before {
  content: ""
}

.mask-13 ul.social-media li.link a[href*=social]:before {
  content: "\f4f6"
}

.mask-13 ul.social-media li.link a[href*=bsky]:before {
  content: "\e671"
}

.mask-13 ul.social-media li.link a[href*=threads]:before {
  content: "\e618"
}

.mask-13 ul.social-media li.link a[href*=tiktok]:before {
  content: "\e07b"
}

.mask-13 ul.social-media li.link a[href*=linkedin]:before {
  content: ""
}

.mask-13 ul.social-media li.link a[href*=youtube]:before {
  content: ""
}

.mask-13 ul.social-media li.link a[href*=twitter]:before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b"
}

.mask-13 ul.social-media li.link a[href*=instagram]:before {
  content: ""
}

.mask-13 ul.social-media li.link a[href*=xing]:before {
  content: ""
}

.mask-13 ul.social-media li.link a:hover, .mask-13 ul.social-media li.link a.focus {
  color: #fff;
  text-decoration: underline
}

.mask-13 ul.social-media li.link a.focus {
  outline: 2px solid #fff !important
}

.tx-cal-controller .list {
  padding: 15px 0
}

.tx-cal-controller .list .page-navigation ul.pagination {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 30px 0;
  list-style-type: none
}

.tx-cal-controller .list .page-navigation ul.pagination li {
  display: inline-block;
  margin-right: 7.5px;
  margin-bottom: 7.5px
}

.tx-cal-controller .list .page-navigation ul.pagination li.current {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  color: #003863;
  box-shadow: 0 0 0 1px #003863
}

.tx-cal-controller .list .page-navigation ul.pagination li a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #003863;
  color: #fff;
  box-shadow: 0 0 0 1px #003863
}

.tx-cal-controller .list .page-navigation ul.pagination li a:hover {
  background-color: #fff;
  color: #003863 !important
}

.tx-cal-controller .list .page-navigation ul.pagination li a:before {
  display: none !important
}

.tx-cal-controller .list .event .more a {
  display: inline-block;
  padding: 10px 15px;
  margin-top: 15px;
  background-color: #003863;
  box-shadow: 0 0 0 1px #003863;
  color: #fff
}

.tx-cal-controller .list .event .more a .fa-chevron-right {
  margin-left: 10px;
  font-size: 16px
}

.tx-cal-controller .list .event .more a:hover, .tx-cal-controller .list .event .more a.focus {
  background-color: #fff;
  color: #003863
}

.tx-cal-controller .list hr {
  border: none;
  border-top: 1px solid #003863;
  margin: 30px 0
}

.tx-cal-controller .list .entry {
  margin-bottom: 30px
}

.tx-cal-controller .list .entry .panel .panel-body .cal-item a .media-body {
  padding: 20px 20px 40px 20px;
  background-color: #fff;
  border: 1px solid gray;
  font-size: 18px;
  position: relative;
  border-top-right-radius: 2.5em
}

.tx-cal-controller .list .entry .panel .panel-body .cal-item a .media-body h3 {
  font-weight: 400;
  line-height: 1.7rem
}

.tx-cal-controller .list .entry .panel .panel-body .cal-item a .media-body h3 span {
  width: 100%;
  display: inline-block
}

.tx-cal-controller .list .entry .panel .panel-body .cal-item a .media-body h3 .date {
  font-size: 22px;
  color: #003863
}

.tx-cal-controller .list .entry .panel .panel-body .cal-item a .media-body h3 .time {
  color: #3d3d43;
  font-size: 18px
}

.tx-cal-controller .list .entry .panel .panel-body .cal-item a .media-body hr {
  width: 20%;
  margin: 20px 0;
  border: 1px solid #3d3d43
}

.tx-cal-controller .list .entry .panel .panel-body .cal-item a .media-body .h4 {
  margin-top: 1rem
}

.tx-cal-controller .list .entry .panel .panel-body .cal-item a .media-body h4, .tx-cal-controller .list .entry .panel .panel-body .cal-item a .media-body .h4 {
  font-size: 18px;
  font-weight: 400;
  color: #3d3d43;
  margin-bottom: 1rem
}

.tx-cal-controller .list .entry.last img {
  border: 1px solid gray
}

.tx-cal-controller .list .custom {
  background: url("/fileadmin/user_upload/termine_bg.png") no-repeat;
  background-size: cover;
  background-position-y: 100%;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%)
}

.tx-cal-controller .list .custom .custom-wrap {
  max-width: 1180px;
  padding: 30px 15px;
  margin: 0 auto
}

@media (max-width: 991px) {
  .tx-cal-controller .list .custom .custom-wrap {
    padding: 30px 20px
  }
}

.tx-cal-controller .list .custom .custom-wrap h2 {
  color: #fff;
  font-size: 40px;
  margin-top: 15px
}

.tx-cal-controller .list .custom .custom-wrap .entries {
  flex-direction: row
}

.tx-cal-controller .list .custom .custom-wrap .entries .entry {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.tx-cal-controller .list .custom .custom-wrap .entries .entry.last .slick-dots {
  display: none
}

.tx-cal-controller .list .custom .custom-wrap .entries .entry a {
  display: block
}

.tx-cal-controller .list .custom .custom-wrap .entries .entry a:focus {
  text-decoration: underline
}

@media (min-width: 768px) {
  .tx-cal-controller .list .custom .custom-wrap .entries .entry .slick-list, .tx-cal-controller .list .custom .custom-wrap .entries .entry .slick-track, .tx-cal-controller .list .custom .custom-wrap .entries .entry .panel, .tx-cal-controller .list .custom .custom-wrap .entries .entry .panel-body, .tx-cal-controller .list .custom .custom-wrap .entries .entry .media, .tx-cal-controller .list .custom .custom-wrap .entries .entry .media-body, .tx-cal-controller .list .custom .custom-wrap .entries .entry a {
    height: 100%
  }
}

.tx-cal-controller .list .custom .custom-wrap .entries .entry ul.slick-dots {
  display: flex;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  bottom: 20px;
  left: 36px
}

.tx-cal-controller .list .custom .custom-wrap .entries .entry ul.slick-dots li {
  margin-right: 5px
}

.tx-cal-controller .list .custom .custom-wrap .entries .entry ul.slick-dots li button {
  display: inline-block;
  width: 30px;
  height: 14px;
  background-color: #dadada;
  transition: .3s ease-in-out;
  color: rgba(0, 0, 0, 0);
  vertical-align: bottom
}

.tx-cal-controller .list .custom .custom-wrap .entries .entry ul.slick-dots li.slick-active button {
  height: 20px;
  background-color: #003863
}

@media (max-width: 991px) {
  .tx-cal-controller .list .custom .custom-wrap .entries {
    flex-direction: row !important
  }

  .tx-cal-controller .list .custom .custom-wrap .entries .entry {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important
  }
}

@media (max-width: 767px) {
  .tx-cal-controller .list .custom .custom-wrap .entries {
    flex-direction: column !important
  }

  .tx-cal-controller .list .custom .custom-wrap .entries .entry {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important
  }
}

.tx-cal-controller .list .custom .custom-wrap .link a {
  float: right;
  padding: 10px 15px;
  background-color: #003863;
  box-shadow: 0 0 0 1px #003863;
  color: #fff
}

.tx-cal-controller .list .custom .custom-wrap .link a:hover, .tx-cal-controller .list .custom .custom-wrap .link a.focus {
  background-color: #fff;
  color: #003863
}

.tx-cal-controller .list .custom .custom-wrap .link a .fa-chevron-right {
  margin-left: 10px;
  font-size: 16px
}

.tx-cal-controller .list .cal-rss {
  text-align: right;
  margin-top: 15px
}

.tx-cal-controller .list .cal-rss a.rss {
  display: inline-block;
  padding: 10px 15px;
  margin-top: 15px;
  background-color: #003863;
  box-shadow: 0 0 0 1px #003863;
  color: #fff
}

.tx-cal-controller .list .cal-rss a.rss .fa-rss {
  margin-right: 10px;
  font-size: 16px
}

.tx-cal-controller .list .cal-rss a.rss:hover, .tx-cal-controller .list .cal-rss a.rss.focus {
  background-color: #fff;
  color: #003863
}

.tx-cal-controller #calendar-event .col-md-8 {
  margin-bottom: 30px
}

.tx-cal-controller #calendar-event hr {
  width: 20%;
  margin: 20px 0 30px;
  border: 1px solid #fff
}

.tx-cal-controller #calendar-event .information {
  background-color: #006ab3;
  color: #fff;
  padding: 25px;
  margin-bottom: 30px
}

.tx-cal-controller #calendar-event .information .info-wrap a {
  color: #fff
}

.tx-cal-controller #calendar-event .information .info-wrap .fa-at {
  font-size: 14px;
  margin: 0 1px
}

.tx-cal-controller #calendar-event .information .info-wrap .cal-list-date {
  margin-bottom: 15px
}

.tx-cal-controller #calendar-event .information .info-wrap .cal-list-date .fa-calendar-week {
  margin-right: 10px
}

.tx-cal-controller #calendar-event .information .info-wrap .author {
  margin-bottom: 15px
}

.tx-cal-controller #calendar-event .information .info-wrap .author .fa-user {
  margin-right: 10px
}

.tx-cal-controller #calendar-event .information .info-wrap .author-email {
  margin-bottom: 15px
}

.tx-cal-controller #calendar-event .information .info-wrap .author-email .fa-envelope {
  margin-right: 10px
}

.tx-cal-controller #calendar-event .information .info-wrap .location {
  margin-bottom: 15px
}

.tx-cal-controller #calendar-event .information .info-wrap .location .fa-map-marker {
  margin-right: 10px;
  margin-left: 3px
}

.tx-cal-controller #calendar-event .media figure.image {
  margin-bottom: 30px
}

.tx-cal-controller #calendar-event .media figure.image img {
  width: 100%
}

.tx-cal-controller #calendar-event .cal-related-wrap {
  background-color: #006ab3;
  color: #fff;
  padding: 25px
}

.tx-cal-controller #calendar-event .cal-related-wrap ul {
  list-style: none;
  padding-left: 0
}

.tx-cal-controller #calendar-event .cal-related-wrap ul li a {
  color: #fff
}

.tx-cal-controller #calendar-event .cal-related-wrap ul li a:hover, .tx-cal-controller #calendar-event .cal-related-wrap ul li a.focus {
  color: #fff !important
}

.tx-cal-controller #calendar-event a#ics {
  float: right;
  margin-top: 50px
}

.tx-cal-controller .cal-ics {
  text-align: right;
  margin-top: 30px
}

.tx-cal-controller a#ics {
  display: inline-block;
  padding: 10px 15px;
  background-color: #003863;
  box-shadow: 0 0 0 1px #003863;
  color: #fff
}

.tx-cal-controller a#ics .fa-arrow-alt-to-bottom {
  margin-right: 10px;
  font-size: 16px
}

.tx-cal-controller a#ics:hover, .tx-cal-controller a#ics.focus {
  background-color: #fff;
  color: #003863
}

.tx-cal-controller #calendar-event-backlink {
  margin-top: 50px;
  display: inline-block
}

.tx-cal-controller #calendar-event-backlink a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #003863;
  box-shadow: 0 0 0 1px #003863;
  color: #fff
}

.tx-cal-controller #calendar-event-backlink a .fa-chevron-left {
  margin-right: 10px;
  font-size: 16px
}

.tx-cal-controller #calendar-event-backlink a:hover, .tx-cal-controller #calendar-event-backlink a.focus {
  background-color: #fff;
  color: #003863
}

#body > div:not(#kalender) .tx-cal-controller .list .custom .custom-wrap h2 {
  text-shadow: 0 0 3px #000
}

#kalender .tx-cal-controller .list .custom {
  background: none
}

#kalender .tx-cal-controller .list .custom .custom-wrap h2 {
  color: #003863
}

#kalender .tx-cal-controller .list .custom .custom-wrap .entries .entry {
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%
}

#kalender .tx-cal-controller .list .custom .custom-wrap .entries .entry:nth-of-type(4) {
  display: none
}

#kalender .tx-cal-controller .list .custom .custom-wrap .entries .entry .panel .panel-body .cal-item .media-body {
  margin: 0 1px
}

@media (max-width: 767px) {
  .tx-cal-controller .list .custom .custom-wrap h2 {
    font-size: 30px
  }

  .tx-cal-controller .list .entry .panel .panel-body .cal-item a .media-body {
    min-height: auto
  }
}

.calendarize .entry {
  margin-bottom: 30px
}

.calendarize .entry .panel .panel-body .calendarize-item a:hover {
  text-decoration: none
}

.calendarize .entry .panel .panel-body .calendarize-item a .media-body {
  padding: 20px;
  background-color: #fff;
  border: 1px solid gray;
  font-size: 18px;
  min-height: 300px;
  position: relative;
  border-top-right-radius: 2.5em
}

.calendarize .entry .panel .panel-body .calendarize-item a .media-body h3 {
  font-weight: 400
}

.calendarize .entry .panel .panel-body .calendarize-item a .media-body h3 .date {
  font-size: 22px;
  color: #003863
}

.calendarize .entry .panel .panel-body .calendarize-item a .media-body h3 .time {
  color: #3d3d43;
  font-size: 18px
}

.calendarize .entry .panel .panel-body .calendarize-item a .media-body hr {
  width: 20%;
  margin: 20px 0;
  border: 1px solid #3d3d43
}

.calendarize .entry .panel .panel-body .calendarize-item a .media-body h4 {
  font-size: 18px;
  font-weight: 400;
  color: #3d3d43
}

.calendarize .panel-body.detail .btn-group {
  margin-top: 30px
}

.calendarize .panel-body.detail .btn-group a.back, .calendarize .panel-body.detail .btn-group a.export {
  display: inline-block;
  padding: 10px 15px;
  background-color: #003863;
  box-shadow: inset 0 0 0 2px #003863;
  color: #fff;
  margin-right: 15px
}

.calendarize .panel-body.detail .btn-group a.back .fa-chevron-left, .calendarize .panel-body.detail .btn-group a.export .fa-chevron-left {
  vertical-align: text-bottom;
  margin-right: 5px
}

.calendarize .panel-body.detail .btn-group a.back:hover, .calendarize .panel-body.detail .btn-group a.export:hover {
  background-color: #fff;
  color: #003863
}

.calendarize .panel-body.detail .btn-group a.export {
  float: right
}

.calendarize .custom {
  background: url("/fileadmin/user_upload/termine_bg.png") no-repeat;
  background-size: cover;
  background-position-y: 100%;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%)
}

.calendarize .custom .custom-wrap {
  max-width: 1180px;
  padding: 30px 15px;
  margin: 0 auto
}

@media (max-width: 991px) {
  .calendarize .custom .custom-wrap {
    padding: 30px 20px
  }
}

.calendarize .custom .custom-wrap h2 {
  color: #fff;
  font-size: 40px;
  margin-top: 15px
}

.calendarize .custom .custom-wrap .entries {
  flex-direction: row-reverse
}

.calendarize .custom .custom-wrap .entries .entry {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.calendarize .custom .custom-wrap .entries .entry ul.slick-dots {
  display: flex;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  bottom: 20px;
  left: 40px
}

.calendarize .custom .custom-wrap .entries .entry ul.slick-dots li {
  margin-right: 5px
}

.calendarize .custom .custom-wrap .entries .entry ul.slick-dots li button {
  display: inline-block;
  width: 30px;
  height: 14px;
  background-color: #dadada;
  transition: .3s ease-in-out;
  color: rgba(0, 0, 0, 0);
  vertical-align: bottom
}

.calendarize .custom .custom-wrap .entries .entry ul.slick-dots li.slick-active button {
  height: 20px;
  background-color: #003863
}

@media (max-width: 991px) {
  .calendarize .custom .custom-wrap .entries {
    flex-direction: row
  }

  .calendarize .custom .custom-wrap .entries .entry {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (max-width: 767px) {
  .calendarize .custom .custom-wrap .entries {
    flex-direction: column
  }

  .calendarize .custom .custom-wrap .entries .entry {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.calendarize .custom .custom-wrap .link a {
  float: right;
  padding: 10px 15px;
  background-color: #003863;
  box-shadow: 0 0 0 1px #003863;
  color: #fff
}

.calendarize .custom .custom-wrap .link a:hover {
  background-color: #fff;
  color: #003863
}

.calendarize .custom .custom-wrap .link a .fa-chevron-right {
  vertical-align: text-bottom;
  margin-left: 5px
}

.calendarize .list .panel {
  padding: 15px 0
}

.calendarize .list .panel .panel-body .media-body a.more {
  display: inline-block;
  padding: 10px 15px;
  background-color: #003863;
  box-shadow: 0 0 0 1px #003863;
  color: #fff
}

.calendarize .list .panel .panel-body .media-body a.more .fa-chevron-right {
  vertical-align: text-bottom;
  margin-left: 5px
}

.calendarize .list .panel .panel-body .media-body a.more:hover {
  background-color: #fff;
  color: #003863
}

.calendarize .list hr {
  border: none;
  border-top: 1px solid #003863;
  margin: 30px 0
}

.calendarize .text-center {
  text-align: center
}

.calendarize .text-center ul.pagination {
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0
}

.calendarize .text-center ul.pagination li a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #003863;
  color: #fff;
  box-shadow: inset 0 0 0 2px #003863
}

.calendarize .text-center ul.pagination li a:hover {
  background-color: #fff;
  color: #003863
}

.calendarize .rss-cal {
  margin-top: 50px;
  font-size: 18px
}

.calendarize .rss-cal .fa-rss-square {
  margin-right: 5px
}

.fl_seo_sitemap .accordion dt.accordion_toggler {
  padding: 15px 45px 15px 15px;
  margin-bottom: 1px;
  color: #fff;
  background-color: #003863;
  cursor: pointer;
  position: relative
}

.fl_seo_sitemap .accordion dt.accordion_toggler:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%)
}

.fl_seo_sitemap .accordion dt.accordion_toggler:not(.open):after {
  content: ""
}

.fl_seo_sitemap .accordion dt.accordion_toggler:not(.open) + dd.accordion_content {
  display: none
}

.fl_seo_sitemap .accordion dt.accordion_toggler a {
  color: #fff
}

.fl_seo_sitemap .accordion dt.accordion_toggler:hover, .fl_seo_sitemap .accordion dt.accordion_toggler.focus {
  text-decoration: underline
}

.fl_seo_sitemap .accordion dd.accordion_content {
  background-color: #efefef;
  padding: 15px 15px 15px 0;
  margin-bottom: 15px
}

.fl_seo_sitemap .accordion dd.accordion_content > ul.deep0 {
  padding-left: 15px
}

.fl_seo_sitemap .accordion dd.accordion_content > ul.deep0, .fl_seo_sitemap .accordion dd.accordion_content > ul.deep0 ul {
  list-style-type: none
}

.fl_seo_sitemap .accordion dd.accordion_content > ul.deep0 li.deep_folder {
  margin-bottom: 1rem
}

.fl_seo_sitemap .sec {
  list-style-type: none;
  text-align: right
}

.fl_seo_sitemap .sec a {
  display: inline-block
}

.fl_seo_sitemap > ul.deep0 {
  padding: 0
}

.fl_seo_sitemap > ul.deep0, .fl_seo_sitemap > ul.deep0 ul {
  list-style-type: none
}

.fl_seo_sitemap > ul.deep0 li.deep_folder {
  margin-bottom: 1rem
}

.instagram-media {
  max-width: 100% !important;
  min-width: auto !important;
  width: 100% !important
}

.news {
  margin-bottom: 50px
}

.news .news-list-view .article a {
  display: block;
  color: #3d3d43
}

.news .news-list-view .article a:hover .header, .news .news-list-view .article a.focus .header {
  text-decoration: underline
}

.news .news-list-view .article .news-img-inner-wrap {
  position: relative;
  margin-bottom: 15px;
  width: 50%
}

.news .news-list-view .article .news-img-inner-wrap .copyright {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 0 10px;
  color: #fff;
  background-color: #535353;
  font-size: .9em
}

.news .news-list-view .article .information .news-list-tags .news-tag {
  margin-top: 15px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #003863
}

.news .news-list-view .article .information .info-wrap {
  font-size: 14px;
  font-weight: 400
}

.news .news-list-view .article hr {
  width: 10%;
  margin: 15px 0;
  border-top: 2px solid #3d3d43
}

.news .news-list-view .article .header {
  line-height: 1.5em
}

.news .news-list-view .article .header span {
  font-size: 1.3rem;
  font-weight: 400;
  color: #003863
}

.news .news-list-view .article.custom {
  margin-bottom: 30px
}

.news .news-list-view .article.custom .news-img-inner-wrap {
  width: auto
}

.news .news-list-view .article.custom .teaser-text {
  margin-top: -0.5rem
}

.news .news-list-view .article.custom .teaser-text p:last-child:last-of-type {
  margin-bottom: 1.5rem
}

.news .news-list-view hr {
  border: none;
  border-top: 1px solid #003863;
  margin: 30px 0
}

.news .news-list-view a.all-news {
  float: right;
  padding: 10px 15px;
  background-color: #003863;
  box-shadow: 0 0 0 1px #003863;
  color: #fff
}

.news .news-list-view a.all-news:hover, .news .news-list-view a.all-news.focus {
  background-color: #fff;
  color: #003863
}

.news .news-list-view a.all-news .fa-chevron-right {
  margin-left: 10px;
  font-size: 16px
}

.news .news-list-view ul.f3-widget-paginator {
  padding: 0;
  margin: 30px 0;
  list-style-type: none;
  text-align: center
}

.news .news-list-view ul.f3-widget-paginator li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px
}

.news .news-list-view ul.f3-widget-paginator li.current {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  color: #003863;
  box-shadow: 0 0 0 1px #003863
}

.news .news-list-view ul.f3-widget-paginator li a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #003863;
  color: #fff;
  box-shadow: 0 0 0 1px #003863
}

.news .news-list-view ul.f3-widget-paginator li a:hover, .news .news-list-view ul.f3-widget-paginator li a.focus {
  background-color: #fff;
  color: #003863 !important
}

.news .news-list-view ul.f3-widget-paginator li a:before {
  display: none !important
}

.news.news-single .article .news-list-categories {
  margin: 30px 0
}

.news.news-single .article hr {
  width: 20%;
  margin: 20px 0 30px;
  border: 1px solid #fff
}

.news.news-single .article .teaser-text {
  margin-bottom: 30px
}

.news.news-single .article .col-md-8 .news-img-wrap {
  margin-bottom: 30px
}

.news.news-single .article .col-md-8 .news-img-wrap figure.image {
  margin-bottom: 0
}

.news.news-single .article .col-md-8 .news-img-wrap figure.image a.lightbox {
  display: inline-block
}

.news.news-single .article .col-md-8 .news-img-wrap .news-img-inner-wrap {
  position: relative
}

.news.news-single .article .col-md-8 .news-img-wrap .news-img-inner-wrap .copyright {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 0 10px;
  color: #fff;
  background-color: #535353;
  font-size: .9em
}

.news.news-single .article .author-email {
  margin-top: 30px
}

.news.news-single .article .media:empty {
  display: none
}

.news.news-single .article .media .news-img-wrap {
  margin-bottom: 30px
}

.news.news-single .article .media .news-img-wrap .outer {
  padding-bottom: 20px
}

.news.news-single .article .media .news-img-wrap .news-img-inner-wrap {
  position: relative
}

.news.news-single .article .media .news-img-wrap .news-img-inner-wrap .copyright {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 0 10px;
  color: #fff;
  background-color: #535353;
  font-size: .9em
}

.news.news-single .article .media .news-img-wrap .mediaelement-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0
}

.news.news-single .article .media .news-img-wrap .mediaelement-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.news.news-single .article .media .news-img-wrap .mediaelement-audio audio {
  width: 100%
}

.news.news-single .article .news-backlink-wrap {
  margin-top: 15px;
  margin-bottom: 30px;
  clear: both
}

.news.news-single .article .news-backlink-wrap a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #003863;
  box-shadow: 0 0 0 1px #003863;
  color: #fff
}

.news.news-single .article .news-backlink-wrap a:hover, .news.news-single .article .news-backlink-wrap a.focus {
  background-color: #fff;
  color: #003863
}

.news.news-single .article .news-backlink-wrap a .fa-chevron-left {
  margin-right: 10px;
  font-size: 16px
}

.news.news-single .article .news-related-wrap {
  background-color: #006ab3;
  color: #fff;
  padding: 25px;
  margin-bottom: 30px
}

.news.news-single .article .news-related-wrap:empty {
  display: none
}

.news.news-single .article .news-related-wrap ul {
  list-style: none;
  padding-left: 0
}

.news.news-single .article .news-related-wrap ul li a {
  color: #fff
}

.news.news-single .article .news-related-wrap ul li a:hover, .news.news-single .article .news-related-wrap ul li a.focus {
  color: #fff !important
}

.news .news-img-caption {
  font-size: .9em;
  line-height: 1.35em;
  padding: 5px;
  color: #505050
}

.news .news-search-form .form-group {
  float: left;
  margin: 0 15px 15px 0
}

.news .news-search-form input {
  border: 1px solid #003863;
  padding: 5px 10px
}

.news .news-search-form input.btn {
  float: left;
  clear: both;
  border: none;
  padding: 10px 15px;
  background-color: #003863;
  color: #fff;
  box-shadow: 0 0 0 1px #003863
}

.news .news-search-form input.btn:hover, .news .news-search-form input.btn.focus {
  background-color: #fff;
  color: #003863
}

.news .news-search-result .count-msg {
  margin-bottom: 30px
}

.news .rss-news {
  margin-top: 50px;
  font-size: 18px
}

.news .rss-news a .fa-rss-square {
  margin-right: 5px
}

@media (max-width: 767px) {
  .news .news-list-view .article .news-img-inner-wrap .copyright, .news.news.news-single .article .media .news-img-wrap .news-img-inner-wrap .copyright {
    position: static
  }
}

.tx_nstwitter .stream a {
  background: transparent
}

.tx_nstwitter .stream a:active, .tx_nstwitter .stream a:hover {
  outline: 0
}

.tx_nstwitter .stream a {
  color: #1b95e0;
  text-decoration: none
}

.tx_nstwitter .stream a:focus {
  outline: 0
}

.tx_nstwitter .stream a:focus > img:first-child:last-child {
  outline: 1px dotted #666;
  outline: auto 5px -webkit-focus-ring-color
}

.tx_nstwitter .stream a.hide-focus {
  text-decoration: none
}

.tx_nstwitter .title {
  color: #66757f;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin: 1rem
}

.tx_nstwitter .stream, .tx_nstwitter .stream-container, .tx_nstwitter .stream-items {
  list-style: outside none none;
  margin-left: 0;
  position: relative
}

.tx_nstwitter .stream-item::before, .tx_nstwitter .stream-item::after {
  content: " ";
  display: table
}

.tx_nstwitter .stream .stream-item:first-child {
  border-top: 1px solid #e1e8ed;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.tx_nstwitter .stream-item:not(.no-header-background-module) {
  background: #fff none repeat scroll 0 0 padding-box;
  border-left: 1px solid #e1e8ed;
  border-right: 1px solid #e1e8ed
}

.tx_nstwitter .stream-item {
  position: relative
}

.tx_nstwitter .stream .stream-item:first-child .tweet {
  border-top: 1px solid #e1e8ed;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important
}

.tx_nstwitter .tweet {
  border-bottom: 1px solid #e1e8ed;
  cursor: pointer
}

.tx_nstwitter .account, .tx_nstwitter .tweet, .tx_nstwitter .app {
  border-bottom: 1px solid #e1e8ed;
  min-height: 51px;
  padding: 9px 12px;
  position: relative
}

.tx_nstwitter .stream-item .content, .tx_nstwitter .permalink-tweet .content {
  margin-left: 58px
}

.tx_nstwitter .stream-item-header .account-group {
  color: #8899a6
}

.tx_nstwitter .stream-item-header .avatar, .tx_nstwitter .permalink-header .avatar {
  float: left;
  margin-left: -58px;
  margin-top: 3px
}

.tx_nstwitter .account-summary:hover, .tx_nstwitter .account-summary:focus, .tx_nstwitter .account-group:focus {
  text-decoration: none
}

.tx_nstwitter a:focus {
  outline: 0 none
}

.tx_nstwitter a, .tx_nstwitter .btn-link, .tx_nstwitter .btn-link:focus, .tx_nstwitter .icon-btn, .tx_nstwitter .pretty-link b, .tx_nstwitter .pretty-link:hover s, .tx_nstwitter .pretty-link:hover b, .tx_nstwitter .pretty-link:focus s, .tx_nstwitter .pretty-link:focus b, .tx_nstwitter .metadata a:hover, .tx_nstwitter .metadata a:focus, .tx_nstwitter .account-group:hover .fullname, .tx_nstwitter .account-group:focus .fullname, .tx_nstwitter .account-summary:focus .fullname, .tx_nstwitter .message .message-text a, .tx_nstwitter .stats a strong, .tx_nstwitter .plain-btn:hover, .tx_nstwitter .plain-btn:focus, .tx_nstwitter .dropdown.open .user-dropdown.plain-btn, .tx_nstwitter .open > .plain-btn, .tx_nstwitter #global-actions .new::before, .tx_nstwitter .module .list-link:hover, .tx_nstwitter .module .list-link:focus, .tx_nstwitter .stats a:hover, .tx_nstwitter .stats a:hover strong, .tx_nstwitter .stats a:focus, .tx_nstwitter .stats a:focus strong, .tx_nstwitter .find-friends-sources li:hover .source, .tx_nstwitter .stream-item a:hover .fullname, .tx_nstwitter .stream-item a:focus .fullname, .tx_nstwitter .stream-item .view-all-supplements:hover, .tx_nstwitter .stream-item .view-all-supplements:focus, .tx_nstwitter .tweet .time a:hover, .tx_nstwitter .tweet .time a:focus, .tx_nstwitter .tweet .details.with-icn b, .tx_nstwitter .tweet .details.with-icn .Icon, .tx_nstwitter .stream-item:hover .original-tweet .details b, .tx_nstwitter .stream-item .original-tweet.focus .details b, .tx_nstwitter .stream-item.open .original-tweet .details b, .tx_nstwitter .client-and-actions a:hover, .tx_nstwitter .client-and-actions a:focus, .tx_nstwitter .dismiss-btn:hover b, .tx_nstwitter .tweet .context .pretty-link:hover s, .tx_nstwitter .tweet .context .pretty-link:hover b, .tx_nstwitter .tweet .context .pretty-link:focus s, .tx_nstwitter .tweet .context .pretty-link:focus b, .tx_nstwitter .list .username a:hover, .tx_nstwitter .list .username a:focus, .tx_nstwitter .list-membership-container .create-a-list, .tx_nstwitter .list-membership-container .create-a-list:hover, .tx_nstwitter .card .list-details a:hover, .tx_nstwitter .card .list-details a:focus, .tx_nstwitter .card .card-body:hover .attribution, .tx_nstwitter .card .card-body .attribution:focus, .tx_nstwitter .new-tweets-bar, .tx_nstwitter .remove-background-btn, .tx_nstwitter .stream-item-activity-notification .latest-tweet .tweet-row a:hover, .tx_nstwitter .stream-item-activity-notification .latest-tweet .tweet-row a:focus, .tx_nstwitter .stream-item-activity-notification .latest-tweet .tweet-row a:hover b, .tx_nstwitter .stream-item-activity-notification .latest-tweet .tweet-row a:focus b {
  color: #0084b4
}

.tx_nstwitter .avatar {
  -moz-force-broken-image-icon: 1;
  border-radius: 5px;
  height: 48px;
  width: 48px
}

.tx_nstwitter .fullname {
  color: #292f33;
  font-weight: bold
}

.tx_nstwitter .account-group:hover .username, .tx_nstwitter .account-group:focus .username, .tx_nstwitter .account-summary:focus .username {
  color: #8899a6;
  text-decoration: none
}

.tx_nstwitter .username {
  direction: ltr;
  unicode-bidi: embed
}

.tx_nstwitter .username, .tx_nstwitter .time, .tx_nstwitter .time a {
  color: #8899a6;
  font-size: 13px
}

.tx_nstwitter .username s, .tx_nstwitter .account-group-inner s {
  color: #b1bbc3;
  white-space: nowrap
}

.tx_nstwitter s {
  text-decoration: none
}

.tx_nstwitter .tweet .time {
  color: #8899a6
}

.tx_nstwitter .tweet .js-tweet-text {
  white-space: pre-wrap
}

.tx_nstwitter .tweet p {
  overflow-wrap: break-word
}

.tx_nstwitter .TweetTextSize {
  font-size: 14px;
  line-height: 18px;
  overflow-wrap: break-word;
  white-space: pre-wrap
}

.tx_nstwitter .ReplyingToContextBelowAuthor {
  color: #657786;
  font-size: 12px;
  line-height: 16px;
  padding-top: 4px;
  padding-bottom: 4px
}

.tx_nstwitter .stream-item-footer ul {
  margin-top: 8px;
  display: block;
  list-style: none;
  padding: 0px !important
}

.tx_nstwitter .stream-item-footer ul li {
  display: inline-block
}

.tx_nstwitter .stream-item-footer ul li a {
  color: #697882;
  text-decoration: none;
  padding: 5px
}

.tx_nstwitter .stream-item-footer .tweetaction-reply:hover, .tx_nstwitter .stream-item-footer .tweetaction-reply:focus, .tx_nstwitter .stream-item-footer .tweetaction-reply:active {
  color: #2b7bb9
}

.tx_nstwitter .stream-item-footer .tweetaction-retweet:hover, .tx_nstwitter .stream-item-footer .tweetaction-retweet:focus, .tx_nstwitter .stream-item-footer .tweetaction-retweet:active {
  color: #19cf86
}

.tx_nstwitter .stream-item-footer .tweetaction-like:hover, .tx_nstwitter .stream-item-footer .tweetaction-like:focus, .tx_nstwitter .stream-item-footer .tweetaction-like:active {
  color: #e81c4f
}

.tx_nstwitter .stream-item-footer .icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain
}

.tx_nstwitter .stream-item-footer .icon-reply {
  width: 1.07639em
}

.tx_nstwitter .stream-item-footer .icon-retweet {
  width: 1.28472em
}

.tx_nstwitter .stream-item-footer .icon-like {
  width: .9375em
}

.tx_nstwitter .stream-item-footer .tweetaction-stat {
  font-size: 13px;
  vertical-align: text-bottom;
  display: inline-block;
  padding-left: 5px;
  vertical-align: baseline
}

.tx_nstwitter .stream-items {
  padding: 0
}

.tx_nstwitter .stream-items .stream-item {
  border-radius: 6px;
  border-top: 1px solid #e1e8ed;
  margin-bottom: 15px
}

.tx_nstwitter .tx_nstwitter .stream-container {
  margin-top: 30px
}

.tx_nstwitter .tx_nstwitter .title {
  line-height: 50px
}

.tx_nstwitter .stream a {
  color: #1b95e0
}

.tx_nstwitter .stream-item-footer ul li a {
  color: #697882
}

.tx_nstwitter .username, .tx_nstwitter .time, .tx_nstwitter .time a {
  color: #8899a6
}

.tx_nstwitter .stream-items {
  margin-left: -15px
}

.tx_nstwitter .stream-items > div {
  margin-bottom: 30px
}

.tx_nstwitter .stream-item {
  margin-bottom: 0
}

.tx_nstwitter .tweet {
  padding: 1rem;
  cursor: auto
}

.tx_nstwitter .tweet a:before {
  display: none !important
}

.tx_nstwitter .tweet p {
  font-size: 1rem
}

.tx_nstwitter .tweet .content {
  margin-left: 0
}

.tx_nstwitter .tweet .content .stream-item-header {
  margin-bottom: 1rem
}

.tx_nstwitter .tweet .content .stream-item-header a.account-group {
  position: relative
}

.tx_nstwitter .tweet .content .stream-item-header a.account-group img {
  float: none;
  margin-left: 0;
  margin-top: 0;
  margin-right: .5rem
}

.tx_nstwitter .tweet .content .stream-item-header a.account-group .username {
  position: absolute;
  left: calc(48px + 0.5rem);
  bottom: -80%
}

.tx_nstwitter .tweet .content ul.tweetactions {
  margin-bottom: 0
}

.tx_nstwitter .tweet .content .cwtw-Retweet {
  font-size: 1rem
}

.tx_nstwitter .tweet .js-tweet-text-container img {
  max-width: 100%;
  border-radius: 1em;
  border: 2px solid #e1e8ed
}

button#scroll-up {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 10%;
  right: 3rem;
  z-index: 999;
  transition: .3s ease-in-out;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
  padding: 0
}

button#scroll-up .scroll-wrap {
  background-color: #003863;
  width: 40px;
  height: 40px;
  color: #fff
}

button#scroll-up .scroll-wrap .far {
  font-family: "Font Awesome 5 Pro";
  position: relative;
  width: 40px;
  height: 40px;
  color: #fff
}

button#scroll-up .scroll-wrap .far:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  font-size: 25px
}

button#scroll-up:hover .scroll-wrap, button#scroll-up.focus .scroll-wrap {
  box-shadow: inset 0 0 0 1px #003863;
  background-color: #fff;
  color: #003863
}

button#scroll-up:hover .scroll-wrap .far, button#scroll-up.focus .scroll-wrap .far {
  color: #003863
}

button#scroll-up.active {
  opacity: 1;
  visibility: visible
}

@media (max-width: 767px) {
  button#scroll-up.active {
    opacity: .5
  }
}

@media (max-width: 1300px) {
  button#scroll-up .scroll-wrap, button#scroll-up .scroll-wrap .far {
    width: 40px;
    height: 40px
  }

  button#scroll-up .scroll-wrap:before, button#scroll-up .scroll-wrap .far:before {
    height: 25px;
    font-size: 25px
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

#sticky {
  position: fixed;
  right: 0;
  top: 203px;
  z-index: 1;
  pointer-events: none
}

#sticky .search {
  position: relative;
  width: 60px;
  height: 60px;
  float: right;
  clear: both;
  cursor: pointer;
  border: 1px solid #003863;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
  pointer-events: all;
  margin-bottom: 15px
}

#sticky .search #searchanchor {
  background-color: #003863;
  color: #fff
}

#sticky .search #searchanchor:hover, #sticky .search #searchanchor:focus {
  background-color: #fff;
  color: #003863
}

#sticky .search .fa-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  padding: 13px
}

#sticky .search .fa-search[aria-expanded=false] .sr-close {
  display: none
}

#sticky .search .fa-search[aria-expanded=true] .sr-open {
  display: none
}

#sticky .search .fa-search[aria-expanded=true] .sr-close {
  display: inline-block
}

#sticky .search #googlesearch {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(-100%, -50%)
}

#sticky .search #googlesearch:not(.open) {
  display: none
}

#sticky .search #googlesearch input.google_searchfield {
  padding: 17px;
  border: none;
  box-shadow: 0 0 0 1px #003863
}

#sticky .sticky-wrap span {
  float: right;
  clear: right;
  margin-top: 10px;
  position: relative;
  pointer-events: all
}

#sticky .sticky-wrap span a {
  width: auto;
  color: #fff;
  padding: 5px 15px;
  background-color: #003863;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  white-space: nowrap;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)
}

#sticky .sticky-wrap span.active a, #sticky .sticky-wrap span a.focus {
  background-color: #fff;
  color: #003863 !important;
  width: auto
}

#sticky button.mobile-i {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  float: right;
  clear: both;
  background-color: #003863;
  color: #fff;
  cursor: pointer;
  border: 1px solid #003863;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
  pointer-events: all;
  margin-bottom: 10px
}

#sticky button.mobile-i .fa-ellipsis-v {
  font-size: 25px;
  line-height: 32px
}

#sticky button.mobile-i .fa-times {
  display: none;
  font-size: 30px
}

#sticky button.mobile-i:hover, #sticky button.mobile-i.open, #sticky button.mobile-i.focus {
  background-color: #fff;
  color: #003863
}

#sticky button.mobile-i .sr-close {
  display: none
}

#sticky button.mobile-i.open .sr-open {
  display: none
}

#sticky button.mobile-i.open .sr-close {
  display: inline-block
}

#sticky button.mobile-i.show + .sticky-wrap {
  display: none
}

#sticky button.mobile-i.show.open .fa-ellipsis-v {
  display: none
}

#sticky button.mobile-i.show, #sticky button.mobile-i.show.open + .sticky-wrap, #sticky button.mobile-i.show.open .fa-times {
  display: block
}

@media (max-width: 1300px) {
  #sticky .search {
    width: 40px;
    height: 40px
  }

  #sticky .search .fa-search {
    font-size: 25px;
    padding: 8px
  }

  #sticky .search #googlesearch input.google_searchfield {
    padding: 7px
  }

  #sticky .sticky-wrap span a {
    font-size: 16px
  }
}

@media (max-width: 991px) {
  #sticky {
    top: 119px
  }
}

.frame-type-textpic.frame-layout-grey {
  background-color: #efefef
}

.frame-type-textpic.frame-layout-blue {
  background-color: #003863
}

.frame-type-textpic.frame-layout-green {
  background-color: #5b7b00
}

.frame-type-textpic.frame-layout-lightblue {
  background-color: #006ab3
}

.frame-type-textpic.frame-layout-orange {
  background-color: #c6500d
}

.frame-type-textpic.frame-layout-red {
  background-color: #c00d0d
}

.frame-type-textpic.frame-layout-cyan {
  background-color: #00818f
}

.frame-type-textpic:not(.frame-layout-0) a.focus {
  text-decoration: underline
}

.frame-type-textpic:not(.frame-layout-0) h1, .frame-type-textpic:not(.frame-layout-0) h2, .frame-type-textpic:not(.frame-layout-0) h3, .frame-type-textpic:not(.frame-layout-0) h4, .frame-type-textpic:not(.frame-layout-0) h5, .frame-type-textpic:not(.frame-layout-0) h6 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem
}

.frame-type-textpic:not(.frame-layout-0) .image.object-fit-fix {
  background-size: cover;
  background-position: center center
}

.frame-type-textpic:not(.frame-layout-0) .image.object-fit-fix img {
  opacity: 0
}

.frame-type-textpic:not(.frame-layout-0):not(.frame-layout-grey) a, .frame-type-textpic:not(.frame-layout-0):not(.frame-layout-grey) {
  color: #fff
}

.frame-type-textpic:not(.frame-layout-0).frame-layout-grey a, .frame-type-textpic:not(.frame-layout-0).frame-layout-grey {
  color: #3d3d43
}

.frame-type-textpic:not(.frame-layout-0).frame-layout-grey a .ce-bodytext hr, .frame-type-textpic:not(.frame-layout-0).frame-layout-grey .ce-bodytext hr {
  border: 1px solid #3d3d43
}

.frame-type-textpic:not(.frame-layout-0).frame-no-image {
  border-top-right-radius: 2.5em
}

.frame-type-textpic:not(.frame-layout-0) .ce-center .ce-gallery {
  margin-bottom: 0
}

.frame-type-textpic:not(.frame-layout-0) .ce-center .ce-gallery .ce-outer {
  width: 100%
}

.frame-type-textpic:not(.frame-layout-0) .ce-center .ce-gallery .ce-outer .ce-inner {
  width: 100%
}

.frame-type-textpic:not(.frame-layout-0) .ce-center .ce-gallery .ce-outer .ce-inner .ce-row .ce-column {
  float: none
}

.frame-type-textpic:not(.frame-layout-0) .ce-center .ce-gallery .ce-outer .ce-inner .ce-row .ce-column figure.image {
  display: block
}

.frame-type-textpic:not(.frame-layout-0) .ce-center .ce-gallery .ce-outer .ce-inner .ce-row .ce-column figure.image img {
  height: auto
}

.frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left a, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left {
  display: flex;
  flex-flow: row nowrap
}

.frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a .ce-gallery, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right .ce-gallery, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left a .ce-gallery, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left .ce-gallery {
  flex-basis: 50%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  min-height: 300px;
  max-height: 550px
}

.frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a .ce-gallery .ce-row, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right .ce-gallery .ce-row, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left a .ce-gallery .ce-row, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left .ce-gallery .ce-row {
  height: 100%
}

.frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a .ce-gallery .ce-row .ce-column, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right .ce-gallery .ce-row .ce-column, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left a .ce-gallery .ce-row .ce-column, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left .ce-gallery .ce-row .ce-column {
  float: none;
  height: 100%
}

.frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a .ce-gallery .ce-row .ce-column figure.image, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right .ce-gallery .ce-row .ce-column figure.image, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left a .ce-gallery .ce-row .ce-column figure.image, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left .ce-gallery .ce-row .ce-column figure.image {
  display: block;
  height: 100%
}

.frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a .ce-gallery .ce-row .ce-column figure.image .image-wrap, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right .ce-gallery .ce-row .ce-column figure.image .image-wrap, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left a .ce-gallery .ce-row .ce-column figure.image .image-wrap, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left .ce-gallery .ce-row .ce-column figure.image .image-wrap {
  height: 100%
}

.frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a .ce-gallery .ce-row .ce-column figure.image img, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right .ce-gallery .ce-row .ce-column figure.image img, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left a .ce-gallery .ce-row .ce-column figure.image img, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left .ce-gallery .ce-row .ce-column figure.image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a .ce-bodytext, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right .ce-bodytext, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left a .ce-bodytext, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left .ce-bodytext {
  flex-basis: 50%
}

@media (max-width: 767px) {
  .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left a, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left {
    flex-flow: row wrap
  }

  .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a .ce-bodytext, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a .ce-gallery, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right .ce-bodytext, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right .ce-gallery, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left a .ce-bodytext, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left a .ce-gallery, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left .ce-bodytext, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left .ce-gallery {
    flex-basis: 100%
  }
}

.frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right {
  flex-direction: row-reverse
}

.frame-type-textpic:not(.frame-layout-0) .ce-bodytext {
  padding: 30px
}

.frame-type-textpic:not(.frame-layout-0) .ce-bodytext p {
  font-size: 1.125rem
}

.frame-type-textpic:not(.frame-layout-0) .ce-bodytext hr {
  width: 20%;
  margin: 16px 0;
  border: 1px solid #fff
}

.frame-type-textpic:not(.frame-layout-0) .ce-bodytext .fa-chevron-right {
  font-size: 40px;
  margin-top: 15px
}

@media (max-width: 767px) {
  .frame-type-textpic:not(.frame-layout-0) h1, .frame-type-textpic:not(.frame-layout-0) h2, .frame-type-textpic:not(.frame-layout-0) h3, .frame-type-textpic:not(.frame-layout-0) h4, .frame-type-textpic:not(.frame-layout-0) h5, .frame-type-textpic:not(.frame-layout-0) h6 {
    font-size: 1.75rem
  }

  .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a .ce-gallery, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right .ce-gallery, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left a .ce-gallery, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left .ce-gallery {
    min-height: auto;
    max-height: none
  }

  .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right a .ce-gallery .ce-row, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-right .ce-gallery .ce-row, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left a .ce-gallery .ce-row, .frame-type-textpic:not(.frame-layout-0):not(.frame-no-image) .ce-left .ce-gallery .ce-row {
    height: auto
  }

  .frame-type-textpic:not(.frame-layout-0) .ce-bodytext p {
    font-size: 1rem
  }
}

.frame-type-textpic > div > a {
  width: 100%
}

#content > .container-fluid > .row > div div[class*=col-md-]:not(:only-child) > .frame-type-textpic:not(.frame-layout-0):first-child:last-child {
  height: calc(100% - 30px)
}

.termine {
  background: url("/fileadmin/user_upload/termine_bg.png") no-repeat;
  background-size: cover;
  background-position-y: 100%;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px
}

.termine .termine-wrap {
  max-width: 1180px;
  padding: 30px 15px;
  margin: 0 auto
}

.termine .termine-wrap h2 {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 40px;
  margin-top: .83em
}

.termine .termine-wrap .line {
  display: flex;
  margin: 0 -15px 30px
}

.termine .termine-wrap .line .termin {
  flex-basis: 25%;
  padding: 20px;
  background-color: #fff;
  margin: 0 15px;
  border: 1px solid gray;
  font-size: 18px;
  min-height: 300px;
  position: relative;
  border-top-right-radius: 2.5em
}

.termine .termine-wrap .line .termin:last-of-type:last-child {
  padding: 0;
  border-top-right-radius: 0
}

.termine .termine-wrap .line .termin:last-of-type:last-child img {
  display: block
}

.termine .termine-wrap .line .termin .date {
  font-size: 22px;
  color: #003863
}

.termine .termine-wrap .line .termin hr {
  width: 20%;
  margin: 20px 0;
  border: 1px solid #3d3d43
}

.termine .termine-wrap .line .termin .steps {
  position: absolute;
  bottom: 20px;
  left: 20px
}

.termine .termine-wrap .line .termin .steps span {
  display: inline-block;
  width: 30px;
  cursor: pointer;
  transition: .3s ease-in-out
}

.termine .termine-wrap .line .termin .steps span.blue {
  height: 20px;
  background-color: #003863
}

.termine .termine-wrap .line .termin .steps span.lightblue {
  height: 14px;
  background-color: #dadada
}

.termine .termine-wrap .line .termin .steps span:hover {
  height: 20px
}

.termine .termine-wrap .link {
  text-align: right
}

.termine .termine-wrap .link a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #003863;
  box-shadow: 0 0 0 1px #003863;
  color: #fff;
  font-size: 18px
}

.termine .termine-wrap .link a:hover, .termine .termine-wrap .link a.focus {
  background-color: #fff;
  color: #003863
}

.termine .termine-wrap .link a .fa-chevron-right {
  margin-left: 5px;
  vertical-align: text-bottom
}

.frame-type-textmedia .ce-textpic.ce-left .ce-gallery {
  margin-right: 1rem;
  margin-bottom: 1rem
}

.frame-type-textmedia .ce-textpic.ce-right .ce-gallery {
  margin-left: 1rem;
  margin-bottom: 1rem
}

.frame-type-textmedia .ce-textpic.ce-center .ce-gallery figure.image {
  margin: 0 auto
}

#tooltip {
  background: #003863;
  color: #fff;
  padding: 15px;
  position: absolute;
  text-align: center;
  z-index: 100
}

#tooltip:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #003863;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0
}

#tooltip.top:after {
  border-bottom: 10px solid #003863;
  border-top-color: transparent;
  bottom: auto;
  top: -20px
}

#tooltip.left:after {
  left: 10px;
  margin: 0
}

#tooltip.right:after {
  left: auto;
  margin: 0;
  right: 10px
}

div[class*=tx-ttaddress] {
  margin-bottom: 30px
}

div[class*=tx-ttaddress] p > span {
  width: 100%;
  display: inline-block
}

div[class*=tx-ttaddress] a img[data-htmlarea-file-table], div[class*=tx-ttaddress] img + img {
  display: none
}

div[class*=tx-ttaddress] a.mail:before, div[class*=tx-ttaddress] p a:before {
  display: none !important
}

div[class*=tx-ttaddress] p a.internal-link:before, div[class*=tx-ttaddress] p a[href^="/"]:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block !important;
  font-size: .8em
}

div[class*=tx-ttaddress] .h3 {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 1rem
}

div[class*=tx-ttaddress] .h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem
}

div[class*=tx-ttaddress] .h5 {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 1rem
}

div[class*=tx-ttaddress] .h3 span, div[class*=tx-ttaddress] .h4 span, div[class*=tx-ttaddress] .h5 span {
  width: auto !important;
  display: inline !important
}

div[class*=tx-ttaddress] .vcard hr {
  width: 20%;
  margin: 30px 0;
  border: 1px solid #fff
}

div[class*=tx-ttaddress] .vcard > ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}

div[class*=tx-ttaddress] .vcard > ul li {
  line-height: 30px
}

div[class*=tx-ttaddress] .vcard .vcf-download {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px
}

div[class*=tx-ttaddress] .vcard .copyright {
  font-size: .8125rem
}

div[class*=tx-ttaddress] .vcard .tt_a_building, div[class*=tx-ttaddress] .vcard .tt_a_room {
  display: inline-block;
  width: 100%
}

div[class*=tx-ttaddress] .listenansicht {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px
}

div[class*=tx-ttaddress] .listenansicht .vcard {
  flex-basis: calc(50% - 30px);
  margin: 0 15px 15px;
  background-color: #f1f8fe;
  position: relative
}

div[class*=tx-ttaddress] .listenansicht .vcard a {
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  justify-content: space-between
}

div[class*=tx-ttaddress] .listenansicht .vcard a.focus {
  text-decoration: underline
}

div[class*=tx-ttaddress] .listenansicht .vcard figure {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  position: relative
}

div[class*=tx-ttaddress] .listenansicht .vcard figure img {
  width: auto;
  margin-bottom: 0;
  max-height: 300px;
  margin-top: 0;
  margin-right: 0;
  align-self: center
}

div[class*=tx-ttaddress] .listenansicht .vcard figure .copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  background-color: #535353;
  color: #fff;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0
}

div[class*=tx-ttaddress] .listenansicht .vcard .info {
  display: flex;
  flex: 1;
  flex-basis: 100%;
  width: 100%;
  justify-content: center
}

div[class*=tx-ttaddress] .listenansicht .vcard .info .name {
  padding: 15px
}

@media (max-width: 991px) {
  div[class*=tx-ttaddress] .listenansicht .vcard {
    flex-basis: calc(50% - 30px)
  }
}

@media (max-width: 480px) {
  div[class*=tx-ttaddress] .listenansicht {
    margin: 0
  }

  div[class*=tx-ttaddress] .listenansicht .vcard {
    flex-basis: 100%;
    margin: 0 0 15px
  }
}

div[class*=tx-ttaddress] .detailansicht .vcard, div[class*=tx-ttaddress] .marginaldetailansicht .vcard {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #006ab3
}

div[class*=tx-ttaddress] .detailansicht .vcard, div[class*=tx-ttaddress] .detailansicht .vcard a, div[class*=tx-ttaddress] .marginaldetailansicht .vcard, div[class*=tx-ttaddress] .marginaldetailansicht .vcard a {
  color: #fff
}

@media (min-width: 768px) {
  div[class*=tx-ttaddress] .detailansicht .vcard a[href*="tel:"], div[class*=tx-ttaddress] .marginaldetailansicht .vcard a[href*="tel:"] {
    pointer-events: none
  }
}

div[class*=tx-ttaddress] .detailansicht .vcard a:hover, div[class*=tx-ttaddress] .detailansicht .vcard a.focus, div[class*=tx-ttaddress] .marginaldetailansicht .vcard a:hover, div[class*=tx-ttaddress] .marginaldetailansicht .vcard a.focus {
  color: #fff !important;
  text-decoration: underline
}

div[class*=tx-ttaddress] .detailansicht .vcard a.focus, div[class*=tx-ttaddress] .marginaldetailansicht .vcard a.focus {
  outline: 2px solid #fff !important
}

div[class*=tx-ttaddress] .detailansicht .vcard figure, div[class*=tx-ttaddress] .marginaldetailansicht .vcard figure {
  margin-top: 0
}

div[class*=tx-ttaddress] .marginaldetailansicht .vcard .h4 {
  margin-top: 0
}

div[class*=tx-ttaddress] .marginallistenansicht .vcard-outer-wrap button {
  width: 100%;
  min-height: 80px;
  position: relative;
  padding: 15px 50px 15px 15px;
  background-color: #006ab3;
  color: #fff;
  border-bottom: 2px solid #fff;
  text-align: left
}

div[class*=tx-ttaddress] .marginallistenansicht .vcard-outer-wrap button:hover, div[class*=tx-ttaddress] .marginallistenansicht .vcard-outer-wrap button.focus {
  text-decoration: underline
}

div[class*=tx-ttaddress] .marginallistenansicht .vcard-outer-wrap button p {
  margin-bottom: 0
}

div[class*=tx-ttaddress] .marginallistenansicht .vcard-outer-wrap button .fa-chevron-down {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px
}

div[class*=tx-ttaddress] .marginallistenansicht .vcard-outer-wrap.open button .fa-chevron-down {
  transform: translateY(-50%) rotate(180deg)
}

div[class*=tx-ttaddress] .marginallistenansicht .vcard-outer-wrap:not(.open) .vcard-inner-wrap {
  display: none
}

div[class*=tx-ttaddress] .marginallistenansicht .vcard-outer-wrap .vcard {
  padding: 15px;
  background-color: #f1f8fe
}

div[class*=tx-ttaddress] .marginallistenansicht .vcard-outer-wrap .vcard a {
  color: #003863
}

div[class*=tx-ttaddress] .marginallistenansicht .vcard-outer-wrap .vcard a.focus {
  text-decoration: underline
}

@media (max-width: 991px) {
  div[class*=tx-ttaddress] .listenansicht .vcard {
    flex-basis: calc(50% - 30px)
  }
}

@media (max-width: 767px) {
  div[class*=tx-ttaddress] .listenansicht .vcard figure .copyright {
    position: static;
    transform: none
  }
}

@media (max-width: 480px) {
  div[class*=tx-ttaddress] .listenansicht {
    margin: 0
  }

  div[class*=tx-ttaddress] .listenansicht .vcard {
    flex-basis: 100%;
    margin: 0 0 15px
  }
}

div[class*=tx-ttaddress-pi] .vcard, div[class*=tx-ttaddress-pi] .vcard_liste {
  clear: both;
  margin-bottom: 30px;
  background-color: #f1f8fe;
  padding: 15px
}

div[class*=tx-ttaddress-pi] .vcard.image, div[class*=tx-ttaddress-pi] .vcard_liste.image {
  display: flex
}

@media (max-width: 991px) {
  div[class*=tx-ttaddress-pi] .vcard.image, div[class*=tx-ttaddress-pi] .vcard_liste.image {
    flex-direction: column
  }
}

div[class*=tx-ttaddress-pi] .vcard a.focus, div[class*=tx-ttaddress-pi] .vcard_liste a.focus {
  text-decoration: underline
}

div[class*=tx-ttaddress-pi] .vcard figure, div[class*=tx-ttaddress-pi] .vcard_liste figure {
  margin-bottom: 0
}

div[class*=tx-ttaddress-pi] .vcard .tt_address_phone .tel, div[class*=tx-ttaddress-pi] .vcard_liste .tt_address_phone .tel {
  display: flex;
  align-items: center
}

div[class*=tx-ttaddress-pi] .vcard .tt_address_phone .tel .fas, div[class*=tx-ttaddress-pi] .vcard_liste .tt_address_phone .tel .fas {
  margin-right: 5px
}

div[class*=tx-ttaddress-pi] .vcard .c-wrap, div[class*=tx-ttaddress-pi] .vcard_liste .c-wrap {
  flex-shrink: 0;
  display: flex;
  flex-flow: column
}

div[class*=tx-ttaddress-pi] .vcard img, div[class*=tx-ttaddress-pi] .vcard_liste img {
  margin-right: 15px;
  margin-bottom: 15px;
  align-self: flex-start;
  margin-top: 10px;
  flex-shrink: 0
}

div[class*=tx-ttaddress-pi] .vcard img + .copyright, div[class*=tx-ttaddress-pi] .vcard_liste img + .copyright {
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: -15px
}

@media (max-width: 991px) {
  div[class*=tx-ttaddress-pi] .vcard img, div[class*=tx-ttaddress-pi] .vcard_liste img {
    margin-right: 0 !important
  }

  div[class*=tx-ttaddress-pi] .vcard img + .copyright, div[class*=tx-ttaddress-pi] .vcard_liste img + .copyright {
    margin-right: 0
  }
}

@media (max-width: 479px) {
  div[class*=tx-ttaddress-pi] .vcard img, div[class*=tx-ttaddress-pi] .vcard_liste img {
    width: 100%
  }
}

div[class*=tx-ttaddress-pi] .vcard .sprechzeiten, div[class*=tx-ttaddress-pi] .vcard_liste .sprechzeiten {
  margin-top: 2rem
}

div[class*=tx-ttaddress-pi] .vcard .country-name, div[class*=tx-ttaddress-pi] .vcard .tt_address_mail, div[class*=tx-ttaddress-pi] .vcard_liste .country-name, div[class*=tx-ttaddress-pi] .vcard_liste .tt_address_mail {
  display: block
}

div[class*=tx-ttaddress-pi] .vcard .adressfunktionen, div[class*=tx-ttaddress-pi] .vcard_liste .adressfunktionen {
  margin-top: 1rem;
  margin-bottom: 1rem !important
}

div[class*=tx-ttaddress-pi] .vcard.spalte img, div[class*=tx-ttaddress-pi] .vcard_liste.spalte img {
  margin-top: 0;
  margin-right: 0
}

div[class*=tx-ttaddress-pi] .vcard > div, div[class*=tx-ttaddress-pi] .vcard_liste > div {
  margin-left: 0 !important
}

div[class*=tx-ttaddress-pi] .vcard > div h1:first-child, div[class*=tx-ttaddress-pi] .vcard > div h2:first-child, div[class*=tx-ttaddress-pi] .vcard > div h3:first-child, div[class*=tx-ttaddress-pi] .vcard > div h4:first-child, div[class*=tx-ttaddress-pi] .vcard > div h5:first-child, div[class*=tx-ttaddress-pi] .vcard > div h6:first-child, div[class*=tx-ttaddress-pi] .vcard_liste > div h1:first-child, div[class*=tx-ttaddress-pi] .vcard_liste > div h2:first-child, div[class*=tx-ttaddress-pi] .vcard_liste > div h3:first-child, div[class*=tx-ttaddress-pi] .vcard_liste > div h4:first-child, div[class*=tx-ttaddress-pi] .vcard_liste > div h5:first-child, div[class*=tx-ttaddress-pi] .vcard_liste > div h6:first-child {
  margin-top: 0
}

div[class*=tx-ttaddress-pi] .vcard_liste {
  background-color: #fff
}

div[class*=tx-ttaddress-pi] .marginallistenansicht .vcard .sprechzeiten, div[class*=tx-ttaddress-pi] .marginaldetailansicht .vcard .sprechzeiten {
  margin-top: 0
}

div[class*=tx-ttaddress-pi] .address_list_wrap {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
  justify-content: space-between;
  padding: 15px
}

div[class*=tx-ttaddress-pi] .address_list_wrap.ansicht > div {
  flex-basis: 33.3333333%
}

div[class*=tx-ttaddress-pi] .address_list_wrap.ansicht .address_list_email {
  text-align: right
}

.col-md-4 div[class*=tx-ttaddress-pi] .vcard.image, .col-md-4 div[class*=tx-ttaddress-pi] .listenansicht {
  flex-direction: column
}

#author_print {
  display: inline-block;
  width: 100%
}

#author_print #author {
  padding: 10px 0;
  float: left
}

#author_print #author a {
  color: #003863
}

#author_print #author a .fa-envelope {
  vertical-align: middle;
  margin-right: 5px
}

#author_print #print {
  padding: 10px 0;
  float: right
}

#author_print #print button {
  color: #003863
}

#author_print #print button .fa-print {
  vertical-align: middle;
  margin-right: 5px
}

#author_print #print button:hover {
  text-decoration: underline
}

@media (max-width: 991px) {
  .row > div[class*=col-md] .row > div[class*=col-md], .row > aside[class*=col-md] .row > div[class*=col-md] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
  }
}

.ce-gallery[data-ce-columns*="2"] .ce-row, .ce-gallery[data-ce-columns*="3"] .ce-row, .ce-gallery[data-ce-columns*="4"] .ce-row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -7.5px
}

.ce-gallery[data-ce-columns*="2"] .ce-row .ce-column, .ce-gallery[data-ce-columns*="3"] .ce-row .ce-column, .ce-gallery[data-ce-columns*="4"] .ce-row .ce-column {
  margin: 0 7.5px 15px
}

.ce-gallery[data-ce-columns*="2"] .ce-row .ce-column {
  flex-basis: calc(50% - 15px)
}

.ce-gallery[data-ce-columns*="3"] .ce-row .ce-column {
  flex-basis: calc(33.3333333% - 15px)
}

.ce-gallery[data-ce-columns*="4"] .ce-row .ce-column {
  flex-basis: calc(25% - 15px)
}

@media (max-width: 1199px) {
  .ce-gallery[data-ce-columns*="3"] .ce-row .ce-column {
    flex-basis: calc(50% - 15px)
  }

  .ce-gallery[data-ce-columns*="4"] .ce-row .ce-column {
    flex-basis: calc(33.3333333% - 15px)
  }
}

@media (max-width: 991px) {
  .ce-gallery[data-ce-columns*="4"] .ce-row .ce-column {
    flex-basis: calc(50% - 15px)
  }
}

@media (max-width: 767px) {
  .ce-gallery {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .ce-gallery .ce-outer, .ce-gallery .ce-inner {
    float: none;
    position: static
  }

  .ce-gallery[data-ce-columns*="2"] .ce-row .ce-column, .ce-gallery[data-ce-columns*="3"] .ce-row .ce-column, .ce-gallery[data-ce-columns*="4"] .ce-row .ce-column {
    flex-basis: calc(100% - 15px)
  }
}

.ce-gallery .video-js {
  width: 100%;
  height: auto
}

.ce-gallery .video-js video.vjs-tech {
  position: static
}

.video-embed .video-embed-item {
    width: 100%;
}

.ce-textpic.ce-center.ce-above .image-embed-item {
  width: 100%
}

.ce-textpic.ce-left:not(.ce-above) .ce-gallery[data-ce-columns*="1"], .ce-textpic.ce-right:not(.ce-above) .ce-gallery[data-ce-columns*="1"] {
    width: 50%;
}

@media (max-width: 767px) {
  .ce-textpic.ce-left .ce-gallery[data-ce-columns*="1"], .ce-textpic.ce-right .ce-gallery[data-ce-columns*="1"] {
    width: 100%;
    float: none
  }
}

figure.audio {
  width: 100%
}

figure.audio .audio-embed {
  width: 100%
}

figure.audio .audio-embed .audio-embed-item {
  width: 100%
}

figure.audio figcaption.audio-caption {
  font-size: .9em;
  line-height: 1.35em;
  padding: 5px;
  color: #505050
}

figure.image .image-wrap {
  position: relative
}

@media (max-width: 767px) {
  figure.image .image-wrap .image-embed-item {
    width: 100%
  }
}

figure.image figcaption.image-caption {
  font-size: .9em;
  line-height: 1.35em;
  padding: 5px;
  color: #505050
}

figure.image .copyright {
  position: absolute;
  bottom: 10px;
  right: 0;
  padding: 0 10px;
  background-color: #535353;
  color: #fff;
  font-size: .9em
}

figure.image a.lightbox {
  position: relative;
  display: block
}

figure.image a.lightbox.focus {
  outline: 2px solid #c00d0d !important;
  outline-offset: 0px !important
}

figure.image a.lightbox .fa-search-plus {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 20px
}

@media (max-width: 767px) {
  figure.image .copyright {
    position: static
  }
}

figure.video figcaption.video-caption {
  display: block;
  font-size: .9em;
  line-height: 1.35em;
  padding: 5px;
  color: #505050
}

table.contenttable, table.ce-table {
  width: 100% !important;
  max-width: 100%
}

table.contenttable th, table.contenttable td, table.ce-table th, table.ce-table td {
  border-top: 1px solid #dadada;
  padding: .5em .75em;
  vertical-align: top
}

table.contenttable th, table.ce-table th {
  border-bottom: 2px solid #dadada
}

table.contenttable.collapsed tr:not(.child) td:first-of-type, table.ce-table.collapsed tr:not(.child) td:first-of-type {
  cursor: pointer
}

table.contenttable.collapsed tr:not(.child) td:first-of-type:before, table.ce-table.collapsed tr:not(.child) td:first-of-type:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
  color: #003863
}

table.contenttable.collapsed tr:not(.child).parent td:first-of-type:before, table.ce-table.collapsed tr:not(.child).parent td:first-of-type:before {
  content: "";
  color: #c00d0d
}

table.contenttable.collapsed ul.dtr-details, table.ce-table.collapsed ul.dtr-details {
  list-style-type: none;
  padding: 0;
  margin: 0
}

table.contenttable.collapsed ul.dtr-details li .dtr-title, table.ce-table.collapsed ul.dtr-details li .dtr-title {
  font-weight: bold;
  margin-right: 15px
}

.video-js.vjs-paused .vjs-big-play-button {
  display: block !important
}

#breadcrumb {
  margin-top: 15px;
  display: inline-block;
  width: 100%
}

#breadcrumb a {
  color: #003863;
  font-weight: 400
}

#breadcrumb i.fa-angle-right {
  color: #003863;
  padding: 0 5px;
  vertical-align: middle;
  font-size: 20px
}

.cc_banner-wrapper .cc_banner.cc_container {
  background: #006ab3;
  padding: 15px;
  border-top: 1px solid #fff
}

.cc_banner-wrapper .cc_banner.cc_container a.cc_btn {
  color: #006ab3;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: none
}

.cc_banner-wrapper .cc_banner.cc_container a.cc_btn:hover {
  color: #fff;
  background-color: #006ab3
}

.cc_banner-wrapper .cc_banner.cc_container p.cc_message {
  color: #fff;
  font-size: 1rem !important
}

#body {
  max-width: 1180px;
  min-height: 50vh;
  padding: 0 15px;
  margin: 0 auto
}

#body #slider .frame {
  margin-bottom: 0
}

#body #content {
  display: flex;
  padding-top: 50px
}

#body #content p > a:before, #body #content p > * > a:before, #body #content ol li > a:before, #body #content ol li > * > a:before, #body #content ul:not(.logoslider):not(.quick-links):not(.download-links):not(.links):not(.list-unstyled):not(.social-media) li > a:before, #body #content ul:not(.logoslider):not(.quick-links):not(.download-links):not(.links):not(.list-unstyled):not(.social-media) li > * > a:before, #body #content .video-caption > a:before, #body #content .video-caption > * > a:before, #body #content .image-caption > a:before, #body #content .image-caption > * > a:before, #body #content .audio-caption > a:before, #body #content .audio-caption > * > a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
  font-size: .8em
}

#body #content p > a[href*="javascript:linkTo_UnCryptMailto"]:before, #body #content p > a[href*="mailto:"]:before, #body #content p > * > a[href*="javascript:linkTo_UnCryptMailto"]:before, #body #content p > * > a[href*="mailto:"]:before, #body #content ol li > a[href*="javascript:linkTo_UnCryptMailto"]:before, #body #content ol li > a[href*="mailto:"]:before, #body #content ol li > * > a[href*="javascript:linkTo_UnCryptMailto"]:before, #body #content ol li > * > a[href*="mailto:"]:before, #body #content ul:not(.logoslider):not(.quick-links):not(.download-links):not(.links):not(.list-unstyled):not(.social-media) li > a[href*="javascript:linkTo_UnCryptMailto"]:before, #body #content ul:not(.logoslider):not(.quick-links):not(.download-links):not(.links):not(.list-unstyled):not(.social-media) li > a[href*="mailto:"]:before, #body #content ul:not(.logoslider):not(.quick-links):not(.download-links):not(.links):not(.list-unstyled):not(.social-media) li > * > a[href*="javascript:linkTo_UnCryptMailto"]:before, #body #content ul:not(.logoslider):not(.quick-links):not(.download-links):not(.links):not(.list-unstyled):not(.social-media) li > * > a[href*="mailto:"]:before, #body #content .video-caption > a[href*="javascript:linkTo_UnCryptMailto"]:before, #body #content .video-caption > a[href*="mailto:"]:before, #body #content .video-caption > * > a[href*="javascript:linkTo_UnCryptMailto"]:before, #body #content .video-caption > * > a[href*="mailto:"]:before, #body #content .image-caption > a[href*="javascript:linkTo_UnCryptMailto"]:before, #body #content .image-caption > a[href*="mailto:"]:before, #body #content .image-caption > * > a[href*="javascript:linkTo_UnCryptMailto"]:before, #body #content .image-caption > * > a[href*="mailto:"]:before, #body #content .audio-caption > a[href*="javascript:linkTo_UnCryptMailto"]:before, #body #content .audio-caption > a[href*="mailto:"]:before, #body #content .audio-caption > * > a[href*="javascript:linkTo_UnCryptMailto"]:before, #body #content .audio-caption > * > a[href*="mailto:"]:before, #body #content p > a[data-mailto-token]:before {
  content: "\f0e0";
  font-size: .9em
}

#body #content p > a[target*=_blank]:not([href*="hhu.de"]):before, #body #content p > * > a[target*=_blank]:not([href*="hhu.de"]):before, #body #content ol li > a[target*=_blank]:not([href*="hhu.de"]):before, #body #content ol li > * > a[target*=_blank]:not([href*="hhu.de"]):before, #body #content ul:not(.logoslider):not(.quick-links):not(.download-links):not(.links):not(.list-unstyled):not(.social-media) li > a[target*=_blank]:not([href*="hhu.de"]):before, #body #content ul:not(.logoslider):not(.quick-links):not(.download-links):not(.links):not(.list-unstyled):not(.social-media) li > * > a[target*=_blank]:not([href*="hhu.de"]):before, #body #content .video-caption > a[target*=_blank]:not([href*="hhu.de"]):before, #body #content .video-caption > * > a[target*=_blank]:not([href*="hhu.de"]):before, #body #content .image-caption > a[target*=_blank]:not([href*="hhu.de"]):before, #body #content .image-caption > * > a[target*=_blank]:not([href*="hhu.de"]):before, #body #content .audio-caption > a[target*=_blank]:not([href*="hhu.de"]):before, #body #content .audio-caption > * > a[target*=_blank]:not([href*="hhu.de"]):before {
  content: ""
}

#body #content p > a[href$=".pdf"]:before, #body #content p > * > a[href$=".pdf"]:before, #body #content ol li > a[href$=".pdf"]:before, #body #content ol li > * > a[href$=".pdf"]:before, #body #content ul:not(.logoslider):not(.quick-links):not(.download-links):not(.links):not(.list-unstyled):not(.social-media) li > a[href$=".pdf"]:before, #body #content ul:not(.logoslider):not(.quick-links):not(.download-links):not(.links):not(.list-unstyled):not(.social-media) li > * > a[href$=".pdf"]:before, #body #content .video-caption > a[href$=".pdf"]:before, #body #content .video-caption > * > a[href$=".pdf"]:before, #body #content .image-caption > a[href$=".pdf"]:before, #body #content .image-caption > * > a[href$=".pdf"]:before, #body #content .audio-caption > a[href$=".pdf"]:before, #body #content .audio-caption > * > a[href$=".pdf"]:before {
  content: ""
}

#body #content p > a:hover, #body #content p > * > a:hover, #body #content ol li > a:hover, #body #content ol li > * > a:hover, #body #content ul:not(.logoslider):not(.quick-links):not(.download-links):not(.links):not(.list-unstyled):not(.social-media) li > a:hover, #body #content ul:not(.logoslider):not(.quick-links):not(.download-links):not(.links):not(.list-unstyled):not(.social-media) li > * > a:hover, #body #content .video-caption > a:hover, #body #content .video-caption > * > a:hover, #body #content .image-caption > a:hover, #body #content .image-caption > * > a:hover, #body #content .audio-caption > a:hover, #body #content .audio-caption > * > a:hover {
  color: #006ab3
}

#body #content p.text-justify {
  text-align: justify;
  hyphens: auto;
  word-break: break-word
}

#body #content table.contenttable {
  margin-bottom: 1rem
}

#body #content .frame-type-table {
  overflow-x: auto
}

#body #content .frame-type-text h1:not(:first-child), #body #content .frame-type-text h2:not(:first-child), #body #content .frame-type-text h3:not(:first-child), #body #content .frame-type-text h4:not(:first-child), #body #content .frame-type-text h5:not(:first-child), #body #content .frame-type-text h6:not(:first-child) {
  margin-top: 2rem
}

#body #content .col-md-4 .frame.frame-image-video .ce-gallery {
  float: none
}

#body #content .col-md-4 .frame.frame-image-video .ce-gallery .ce-column {
  float: none
}

#body #content .col-md-4 .frame.frame-image-video .ce-gallery .ce-column figure.video {
  display: block
}

#body #content .col-md-4 .frame.frame-image-video .ce-gallery .ce-column figure.video .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0
}

#body #content .col-md-4 .frame.frame-image-video .ce-gallery .ce-column figure.video .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#body #content .frame.frame-image-video .ce-center .ce-gallery, #body #content .frame.frame-image-video .ce-center .ce-outer, #body #content .frame.frame-image-video .ce-center .ce-inner {
  float: none;
  position: static
}

#body #content .frame.frame-image-video .ce-center .ce-column, #body #content .frame.frame-image-video .ce-left .ce-column, #body #content .frame.frame-image-video .ce-right .ce-column {
  float: none
}

#body #content .frame.frame-image-video .ce-center .ce-column figure.video, #body #content .frame.frame-image-video .ce-left .ce-column figure.video, #body #content .frame.frame-image-video .ce-right .ce-column figure.video {
  display: block
}

#body #content .frame.frame-image-video .ce-center .ce-column figure.video .video-embed, #body #content .frame.frame-image-video .ce-left .ce-column figure.video .video-embed, #body #content .frame.frame-image-video .ce-right .ce-column figure.video .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0
}

#body #content .frame.frame-image-video .ce-center .ce-column figure.video .video-embed iframe, #body #content .frame.frame-image-video .ce-left .ce-column figure.video .video-embed iframe, #body #content .frame.frame-image-video .ce-right .ce-column figure.video .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#body #content .split .split-wrapper {
  background-color: #efefef;
  color: #3d3d43;
  padding: 30px;
  border-top-right-radius: 2.5em
}

#body #content .split .split-wrapper h2 {
  margin-top: 0
}

#body #content .split .split-wrapper hr {
  width: 20%;
  margin: 20px 0 30px;
  border: 1px solid #3d3d43
}

#body #content .split .split-wrapper .fa-chevron-right {
  font-size: 40px;
  margin-top: 15px
}

#body #content .split a:hover {
  text-decoration: none
}

#body #content .info {
  background-color: #006ab3
}

#body #content .info .info-wrapper a {
  color: #fff
}

#body #content .info .info-wrapper .text {
  padding: 15px 25px 30px
}

#body #content .info .info-wrapper .text h2 {
  font-size: 30px;
  margin-top: 0
}

#body #content .info .info-wrapper .text hr {
  width: 20%;
  margin: 20px 0 30px;
  border: 1px solid #fff
}

#body #content .info .info-wrapper .text .fa-chevron-right {
  font-size: 40px
}

#footer {
  background-color: #003863
}

#footer, #footer a {
  color: #fff
}

#footer a.focus {
  outline: 2px solid #fff !important;
  outline-offset: 0 !important
}

#footer .footer-wrap {
  max-width: 1180px;
  padding: 30px 15px;
  margin: 0 auto
}

#footer .footer-wrap .line ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

#footer .footer-wrap .line ul li {
  display: inline-block;
  margin-right: 25px
}

#footer .footer-wrap .line ul li a {
  font-size: 1.125rem
}

#footer .footer-wrap .line ul li a:hover {
  text-decoration: underline
}

#footer .footer-wrap .line.bottom {
  display: flex;
  margin-top: 80px
}

#footer .footer-wrap .line.bottom ul.socialmedia li {
  margin-right: 0
}

#footer .footer-wrap .line.bottom ul.socialmedia a {
  font-size: 1.125rem
}

@media (max-width: 767px) {
  #footer .footer-wrap .line.top ul li {
    display: block;
    text-align: center;
    margin-right: 0
  }

  #footer .footer-wrap .line.top ul li a {
    font-size: 1rem
  }

  #footer .footer-wrap .line.bottom {
    margin-top: 50px
  }
}

.socialmedia--footer {
  li {
    margin-left: 0.5rem !important;
  }
}

.frame .mask-7 .panel-group > button {
  top: 100px;
}

/* Styling für die Box der zwei-Klicklösung für social media */
.disclaimer {
  background-color: #006ab3;
  color: white;
  max-width: 400px;
  padding: 20px;
  border-radius: 3px;
  padding-left: 80px;
  text-indent:-25px;
}
.disclaimer input {
  margin-right: 5px;
}
.disclaimer hr {
  margin: 10px 15px 10px -50px;
  color: white;
  padding-top: 0px !important;
}

/* Fix für Tabellen in Mobilansicht */
.frame-type-text {
  overflow-x:auto;
}

/*# sourceMappingURL=styles.min.css.map */
