@charset "utf-8";
/* CSS Document */
div.startbanner {
  width: 600px;
  height: auto;
  height: 500px;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -300px;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.77);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.77);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  display: none;
}
div.overlay-banner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  display: none;
}
div.startbanner.open, div.overlay-banner.open {
  display: block;
}
div.banner-inner {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
div.banner-close {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
div.banner-close span.closebox a {
  width: auto;
  height: auto;
  float: right;
  text-align: right;
  padding: 5px;
  color: #fff;
  background-color: #F29400;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
div.banner-close span.closebox a img {
  float: right;
  margin-left: 10px;
  height: 12px;
  width: auto;
  margin-top: 2px;
}
div.banner-text {
  width: 75%;
  left: 0px;
  height: auto;
  position: absolute;
  bottom: 40px;
  color: #efefef;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
}
div.banner-text p {
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: 400;
}
div.banner-text a.more {
  width: auto;
  height: auto;
  float: right;
  text-align: right;
  padding: 5px;
  color: #fff;
  background-color: #F29400;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 600;
}
h1.banner-title {
  color: #F29400;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 1.3em;
  padding-bottom: 8px;
}
@media only screen and (max-width:600px) {
  div.overlay-banner {
    padding: 20px;
  }
  div.startbanner {
    margin: 0;
    width: 100%;
    height: auto;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    margin-top: 40px;
    float: left;
  }
}
@media only screen and (max-width:500px) {
  div.startbanner {
    margin-top: 0;
  }
  div.startbanner div.banner-text {
    font-size: 0.8em;
  }
  div.banner-picture img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width:480px) {
  div.startbanner div.banner-text {
    width: 100%;
    bottom: 10px;
    font-size: 0.7em;
  }
  div.banner-picture img {
    width: 100%;
    height: auto;
  }
  div.banner-picture {
    height: 160px;
    overflow: hidden;
  }
  div.overlay-banner {
    padding: 10px;
  }
  div.startbanner div.banner-text {
    bottom: 0;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
  }
}
div.frame-type-menu_subpages {
  width: 100%;
  height: auto;
  float: left;
  display: table;
}
div.frame-type-menu_subpages ul {
  width: 100%;
  height: auto;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
div.frame-type-menu_subpages ul li {
  width: 33.3333%;
  height: auto;
  float: left;
  padding: 1px;
}
div.frame-type-menu_subpages ul li span {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  font-size: 0.95em;
}
div.frame-type-menu_subpages ul li a {
  color: #333;
  text-decoration: none;
  background-color: #efefef;
  height: 60px;
  width: 100%;
  float: left;
}
div.frame-type-menu_subpages ul li a:hover {
  background-color: #F29400;
  color: #fff;
}
html, body {
  height: 100%;
}
html.open, body.open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
p a, p {
  line-break: auto;
  -webkit-line-break: normal;
  box-sizing: inherit !important;
  overflow-wrap: break-word;
}
span a {
  color: #F29400;
}
body {
  overflow-y: scroll;
  font-size: 13px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.mobile-sub {
  display: none;
}
div.navi-close {
  display: none;
}
div.wrapper {
  max-width: 960px;
  min-height: 100%;
  overflow: auto;
  margin: auto;
  position: relative;
}
div.container {
  width: 100%;
  min-height: 100%;
  height: auto;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}
div.header-section {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  position: relative;
  border-top: 2px solid #F29400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.top {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
div.logo-line {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 40px;
  padding-top: 35px;
  background-color: #ffffff;
}
div.logo {
  width: auto;
  float: left;
  height: auto;
  z-index: 5;
  position: relative;
}
div.slider {
  width: 100%;
  height: auto;
  float: left;
}
div.slider img {
  width: 100%;
  float: left;
}
div.navi {
  width: 100%;
  height: auto;
  float: left;
  background-color: #ffffff;
}
div.navi-two {
  width: 100%;
  height: auto;
  float: left;
}
div.navi-two ul {
  width: 100%;
  height: auto;
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
div.navi-two ul li {
  height: auto;
  width: auto;
  display: block;
  float: left;
  margin-right: 30px;
}
div.navi-two ul li ul {
  display: none;
}
div.navi-two ul li a {
  height: auto;
  width: auto;
  display: block;
  float: left;
  font-size: 1.4em;
  font-weight: 400;
  color: #5E5E5E;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 8px;
  border-bottom: 3px solid #fff;
}
div.navi-two ul li a:hover, div.navi-two ul li.active a {
  border-bottom: 3px solid #F29400;
}
div.navi-one {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
}
div.navi-one ul {
  width: auto;
  height: auto;
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 45px;
  padding-right: 20px;
}
div.navi-one ul li {
  height: auto;
  width: auto;
  display: block;
  float: left;
}
div.navi-one ul li a {
  padding: 5px;
  border-right: 1px solid #F29400;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.85em;
  color: #5E5E5E;
  text-decoration: none;
}
div.navi-one ul li:last-child a {
  border-right: 0;
}
div.navi-one ul li.active a {
  color: #F29400;
}
div.navi-suche {
  width: 100%;
  height: auto;
  position: absolute;
  top: 90px;
}
div.search-field {
  width: auto;
  height: auto;
  float: right;
  margin-right: 0px;
}
div.search-field input.button {
  height: 20px;
  width: 20px;
  float: right;
  border: 0;
  background: none;
  display: block;
  margin-left: 5px;
}
div.search-field button img {
  width: 100%;
  height: 100%;
}
div.search-field input.inputbox {
  width: 120px;
  height: 20px;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #F6E4C9;
  line-height: 20px;
  font-size: 0.8em;
  padding-left: 15px;
  color: #F29400;
}
div.shadow-top-left {
  width: 50px;
  height: 70px;
  position: absolute;
  left: 5px;
  top: -20px;
  z-index: 0;
  -moz-box-shadow: 0px 0px 10px 5px rgba(153, 153, 153, 0.40);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(153, 153, 153, 0.40);
  box-shadow: 0px 0px 10px 5px rgba(153, 153, 153, 0.40);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
div.shadow-top-right {
  width: 50px;
  height: 70px;
  position: absolute;
  right: 5px;
  top: -20px;
  z-index: 0;
  -moz-box-shadow: 0px 0px 10px 5px rgba(153, 153, 153, 0.40);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(153, 153, 153, 0.40);
  box-shadow: 0px 0px 10px 5px rgba(153, 153, 153, 0.40);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
div.shadow-top-bottom {
  width: 98%;
  height: 100%;
  position: absolute;
  right: 50%;
  margin-right: -49%;
  bottom: 8px;
  z-index: 0;
  -moz-box-shadow: 0px 5px 5px 4px rgba(153, 153, 153, 0.80);
  -webkit-box-shadow: 0px 5px 5px 4px rgba(153, 153, 153, 0.80);
  box-shadow: 0px 5px 5px 4px rgba(153, 153, 153, 0.80);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
div.content-wrapper {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-top: 30px;
  padding-bottom: 80px;
}
div.title-section-content {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: 1px dotted #F29400;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
div.content h1, div.content h2 {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #F29400;
  font-size: 1.4em;
  padding-bottom: 8px;
  border-bottom: 1px dotted #F29400;
  margin-bottom: 25px;
}
div.title-section-content h1, div.title-section-content h2, div.title-section-content h3, div.title-section-content h4, div.title-section-content h5, div.title-section-content h6 {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #F29400;
  font-size: 1.4em;
  border-bottom: 0;
}
div.title-quad {
  width: 6px;
  height: 6px;
  background-color: #F29400;
  position: absolute;
  left: 0px;
  bottom: -6px;
}
.mediaelement-video {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
div.video-container iframe, div.video-container object, div.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.video-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
div.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
div.content {
  height: auto;
  float: left;
  border-right: 1px dotted #F29400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-right: 25px;
}
div.print-icon {
  width: 27px;
  height: 50px;
  right: -14px;
  top: 0px;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 5px;
}
div.right {
  height: auto;
  float: right;
}
div.subnav {
  float: left;
  height: 60px;
}
div.col-75 {
  width: 75%;
}
div.col-25 {
  width: 25%;
}
div.col-50 {
  width: 50%;
}
div.col-55 {
  width: 55%;
}
div.col-20 {
  width: 20%;
}
div.title-section-right {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-top: 10px;
}
div.shadow-right-bottom {
  width: 90%;
  height: 10px;
  position: absolute;
  right: 50%;
  margin-right: -45%;
  bottom: 8px;
  z-index: 0;
  -moz-box-shadow: 0px 5px 4px 4px rgba(153, 153, 153, 0.80);
  -webkit-box-shadow: 0px 5px 4px 4px rgba(153, 153, 153, 0.80);
  box-shadow: 0px 5px 2px 4px rgba(153, 153, 153, 0.80);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 10%;
}
div.title-section-right h1, div.title-section-right h2, div.title-section-right h3, div.title-section-right h4, div.title-section-right h5, div.title-section-right h6 {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #F29400;
  font-size: 1.1em;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.footer {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 40px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.footer-inner {
  width: 100%;
  height: 40px;
  background-color: #fff;
  float: left;
  z-index: 1;
  position: relative;
  border-bottom: 2px solid #F29400;
}
div.shadow-footer-left {
  width: 50px;
  height: 25px;
  position: absolute;
  left: 15px;
  bottom: 0px;
  z-index: 0;
  -moz-box-shadow: 0px 0px 10px 5px rgba(153, 153, 153, 0.40);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(153, 153, 153, 0.40);
  box-shadow: 0px 0px 10px 5px rgba(153, 153, 153, 0.40);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 0px;
}
div.shadow-footer-right {
  width: 50px;
  height: 25px;
  position: absolute;
  right: 15px;
  bottom: 0px;
  z-index: 0;
  -moz-box-shadow: 0px 0px 10px 5px rgba(153, 153, 153, 0.40);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(153, 153, 153, 0.40);
  box-shadow: 0px 0px 10px 5px rgba(153, 153, 153, 0.40);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 0px;
}
div.footer-inner ul {
  width: auto;
  height: auto;
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 10px;
  padding-right: 20px;
}
div.footer-inner ul li {
  height: auto;
  width: auto;
  display: block;
  float: left;
}
div.footer-inner ul li a {
  padding: 5px;
  border-right: 1px solid #F29400;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.85em;
  color: #5E5E5E;
  text-decoration: none;
}
div.footer-inner ul li:last-child a {
  border-right: 0;
}
div.subnav {
  padding-top: 34px;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  float: left;
}
div.subnav ul {
  width: 100%;
  height: auto;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.subnav ul li {
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.subnav ul li ul {
  padding-bottom: 30px;
  border-bottom: 1px dotted #F29400;
  background-color: #F9F9F9;
}
div.subnav ul li:first-child a {
  border-top: 1px dotted #F29400;
}
div.subnav ul li:first-child ul li a {
  border-top: 0;
}
div.subnav ul li a {
  width: 100%;
  min-height: 24px;
  line-height: 1.5;
  float: left;
  display: block;
  border-bottom: 1px dotted #F29400;
  color: #000;
  text-decoration: none;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 0.9em;
  position: relative;
}
div.subnav ul li ul li a {
  border-bottom: 1px dotted #333;
}
div.subnav ul li ul li a:hover, div.subnav ul li ul li.active a {
  background-color: #E7E7E7;
}
div.subnav ul li a:hover::after, div.subnav ul li.active a::after {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #F29400;
  right: -18px;
  top: 3px;
  position: absolute;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.subnav ul li.active ul li a::after {
  content: " ";
  display: none;
}
div.subnav ul li ul li a:hover::after, div.subnav ul li ul li.active a::after {
  content: " ";
  display: none;
}
div.subnav ul li ul li a {
  padding-left: 15px;
}
div.subnav ul li ul li:first-child a {
  border-top: none;
}
div.subnav ul li ul li {
  padding-left: 0px;
}
div.subnav ul li ul {
  border-top: 0;
}
div.navi-toggle {
  display: none;
  z-index: 0;
}
div.tx-ttaddress, div.tt_address_list {
  width: 100%;
  height: auto;
  float: left;
}
.right div.vcard {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  padding: 15px;
}
.right div.vcard div.address-img {
  width: 100%;
  height: auto;
  float: left;
}
.right div.vcard img.img-fluid {
  max-width: 100%;
  float: left;
  margin-bottom: 20px;
}
.right div.vcard span {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  text-align: left;
  font-size: 0.85em;
  padding-bottom: 2px;
}
.right div.vcard span.main-name {
  font-weight: 600;
}
.content div.vcard {
  width: 50%;
  height: auto;
  float: left;
  padding-bottom: 30px;
}
.content div.vcard.has-img div.address-img {
  width: 30%;
  height: auto;
  float: left;
  display: block;
}
.content div.vcard.has-img div.address-img img {
  width: 100%;
  height: auto;
  float: left;
}
.content div.vcard span {
  width: 100%;
  display: block;
  float: left;
}
.content div.vcard.has-img span {
  width: 70%;
  height: auto;
  display: block;
  float: right;
  padding-left: 8px;
}
span.quali-link {
  padding-top: 5px;
}
a.toggle-quali {
  color: #F29400;
  text-decoration: none;
  background-image: url("../img/external.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
  margin-top: 5px;
}
.right div.vcard span a {
  color: #F29400;
  text-decoration: none;
  padding-top: 5px;
  width: 100%;
  height: auto;
  float: left;
}
.right div.vcard span a:hover {
  text-decoration: underline;
}
div.cv-address {
  display: none;
}
div.cv-address.open {
  width: 800px;
  height: 100%;
  display: block;
  position: fixed;
  top: 0px;
  left: 50%;
  margin-left: -400px;
  z-index: 999;
  padding: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}
div.cv-address-inner {
  width: 100%;
  height: 100%;
  float: left;
  background-color: #fff;
  padding: 50px;
  -moz-box-shadow: 0 0 20px #888;
  -webkit-box-shadow: 0 0 20px#888;
  box-shadow: 0 0 20px #888;
  overflow-y: scroll;
  padding-bottom: 100px;
}
.content div.vcard span.quali-close {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}
span.quali-close a {
  font-weight: 600;
  color: #F29400;
  cursor: pointer;
}
/*Typo3 styles*/
div.right div.tx-events2, div.right div.news {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
div.right div.tx-events2 div.article, div.right div.news div.article {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
a.right-link {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
}
a.right-link img {
  width: 100%;
  height: auto;
  float: left;
}
div.right div.tx-events2 div.article, div.right div.news div.article {
  font-size: 0.88em;
}
div.right div.tx-events2 div.article h3, div.right div.news div.article h3 {
  height: auto;
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 5px;
}
div.right div.tx-events2 div.article h3 a, div.right div.news div.article h3 a {
  color: #666666;
  text-decoration: none;
}
div.right div.news div.event-item h3 {
  padding-top: 0px;
}
div.right div.tx-events2 div.article a:hover, div.right div.news div.article h3 a:hover {
  text-decoration: underline;
  color: #F29400;
}
div.read-more-container {
  width: 100%;
  height: auto;
  float: left;
  text-align: right;
  padding-top: 5px;
}
div.read-more-container a {
  color: #666666;
  font-weight: 600;
  width: 100%;
  float: right;
  display: block;
  font-style: italic;
  border-top: 1px solid #efefef;
  text-decoration: none;
}
div.read-more-container a:hover {
  color: #F29400;
  text-decoration: underline;
}
div.right div.tx-events2 div.article span.date, div.right div.news div.article span.date {
  width: 100%;
  height: auto;
  display: block;
  font-weight: 600;
  color: #666666;
  float: left;
}
div.right div.news div.event-item span.date {
  padding-top: 10px;
  color: #222;
  padding-bottom: 3px;
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
div.panel.panel-default {
  width: 100%;
  height: auto;
  float: left;
}
div.panel.panel-default h3 {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 1.1em;
}
span.event-wrap {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-bottom: 5px;
}
div.text {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-bottom: 20px;
}
div.news-related.news-related-files {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
div.news-related.news-related-files ul {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
}
div.news-related.news-related-files ul li {
  width: 100%;
  height: auto;
  display: block;
  float: left;
}
div.news-related.news-related-files ul li a {
  background-image: url(../img/pdf-icon.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 12px auto;
  padding-left: 20px;
  display: block;
  width: auto;
  padding-bottom: 3px;
  margin-bottom: 2px;
}
div.detail-links {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  border-top: 1px solid #efefef;
}
div.detail-links a {
  height: auto;
  width: auto;
  float: left;
  display: block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #F29400;
  color: #efefef;
  font-weight: 600;
  text-decoration: none;
  margin-right: 1px;
}
span.event-location {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  padding-bottom: 20px;
  font-weight: 400;
}
span.event-location span.event-location-title {
  font-weight: 600;
  width: 100%;
  display: block;
  float: left;
}
div.right div.article p {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #666666;
}
div.right div.article div.news-img-wrap {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
div.right div.article div.news-img-wrap img {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
div.frame-type-uploads {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
ul.ce-uploads {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 10px;
  border-top: 1px dotted #F29400;
  padding-bottom: 40px;
  margin-top: 30px;
}
ul.ce-uploads li.preview {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 20px;
}
ul.ce-uploads li.preview img {
  float: left;
  height: auto;
  width: 15%;
  border: 1px solid #efefef;
}
ul.ce-uploads li.preview div a {
  font-size: 0.9em;
  color: #666666;
  text-decoration: none;
  font-weight: 600;
}
.ce-uploads-fileName {
  padding-left: 10px;
}
.ce-uploads-filesize {
  font-size: 0.7em;
  color: #999999;
}
span.ce-uploads-description {
  height: auto;
  width: 85%;
  float: right;
  font-size: 0.8em;
  padding-left: 10px;
}
.frame-type-text p {
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}
.frame-type-text a {
  color: #F29400;
}
.frame-type-text ul {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 15px;
}
.frame-type-text ul li {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-bottom: 8px;
  padding-left: 25px;
  position: relative;
}
.frame-type-text ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #F29400;
  position: absolute;
  left: 4px;
  top: 4px;
}
div.right div.frame-type-felogin_login {
  width: 100%;
  height: auto;
  display: block;
  padding: 15px;
}
div.content div.news {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
div.content div.news div.news-list-view div.article {
  width: 100%;
  height: auto;
  float: left;
}
div.content div.news div.news-list-view div.article div.news-img-wrap {
  width: 30%;
  height: auto;
  float: left;
  padding-right: 10px;
}
div.content div.news div.news-list-view div.article div.news-img-wrap img {
  width: 100%;
  height: auto;
  float: left;
}
div.content div.news div.news-list-view div.article div.header {
  width: 70%;
  float: right;
}
div.content div.news div.news-list-view div.article.no-pic div.header {
  width: 100%;
}
div.article p a, div.article em a {
  color: #F29400;
}
div.content div.news div.news-list-view div.article div.teaser-text p {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
div.content div.news div.news-list-view div.article div.header h3, div.content div.article.list-group-item h3 {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 1em;
}
div.content div.news div.news-list-view div.article div.header h3 a, div.content div.article.list-group-item h3 a {
  color: #F29400;
  text-decoration: none;
}
p a, .col-md-3 a {
  color: #F29400;
  text-decoration: none;
}
p a:hover, .col-md-3 a:hover {
  color: #F29400;
  text-decoration: underline;
}
div.content div.news div.news-list-view div.article div.header h3 a:hover, div.content div.article.list-group-item h3 a:hover {
  text-decoration: underline;
}
div.content div.news div.news-list-view div.article span.news-list-date, div.content div.article.list-group-item span.date {
  width: 70%;
  float: right;
  font-size: 0.8em;
  color: #666;
  font-weight: 600;
}
div.header {
  width: 100%;
  height: auto;
  display: block;
  float: left;
}
div.content div.article.list-group-item {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
div.content div.article.list-group-item span.date {
  width: 100%;
}
div.content div.news div.news-list-view div.article .teaser-text {
  width: 70%;
  float: right;
}
div.content div.list.scroll-container {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}
div.content div.news-single h3 {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
div.news-backlink-wrap {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  float: left;
  padding-top: 5px;
  margin-top: 30px;
  border-top: 1px solid #C8C8C8;
}
div.news-backlink-wrap a {
  background-color: #C8C8C8;
  display: block;
  float: left;
  padding: 3px;
  color: #666666;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.8em;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}
div.news-related-links {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}
div.news-related-links ul {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
div.news-related-links ul li {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.news-related-links ul li a {
  background-color: #F29400;
  display: block;
  float: right;
  padding: 3px;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}
div.content div.news-single div.news-img-wrap {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
}
div.content div.news-single div.news-img-wrap img {
  width: 100%;
  height: auto;
  float: left;
}
div.fal-securedownload {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 8px;
}
div.fal-securedownload h3 {
  display: none;
}
div.fal-securedownload ul {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
div.fal-securedownload ul li {
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #F4F4F4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1px;
  float: left;
  display: block;
}
div.fal-securedownload ul li span.icon-folder {
  width: 100%;
  height: auto;
  padding: 5px;
  display: block;
  cursor: pointer;
  float: left;
  padding-left: 40px;
  font-weight: 600;
  color: #666;
  background-image: url(../img/folder.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.fal-securedownload ul li ul {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  display: block;
  background-color: #fff;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #efefef;
  padding-top: 8px;
}
div.fal-securedownload ul li ul li {
  background-color: #fff;
  border: 1px solid #fff;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 40px 0px;
  background-size: 12px auto;
}
div.fal-securedownload ul li ul li.file-pdf {
  background-image: url(../img/pdf-icon.svg);
}
div.fal-securedownload ul li ul li.file-PDF {
  background-image: url(../img/pdf-icon.svg);
}
div.fal-securedownload ul li ul li.file-xls {
  background-image: url(../img/excel-icon.svg);
}
div.fal-securedownload ul li ul li.file-doc, div.fal-securedownload ul li ul li.file-docx {
  background-image: url(../img/word-icon.svg);
}
div.fal-securedownload ul li ul li a {
  color: #F29400;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.1;
}
span.icon-file {
  width: 15px;
  height: 15px;
  float: left;
}
div.frame-type-felogin_login, div.frame-type-felogin_login div {
  width: 100%;
  height: auto;
  float: left;
}
div.frame-type-felogin_login p {
  font-size: 0.7em;
  font-style: italic;
}
div.frame-type-felogin_login label {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-bottom: 3px;
}
div.frame-type-felogin_login input[type="text"], div.frame-type-felogin_login input[type="password"] {
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 5px;
}
div.frame-type-felogin_login input[type="submit"] {
  width: auto;
  height: auto;
  border: 0px;
  color: #fff;
  background-color: #F29400;
  float: left;
  margin-top: 15px;
  padding: 5px;
}
body.page-19 input.anmelden {
  width: auto;
  height: auto;
  border: 0px;
  color: #fff;
  background-color: #F29400;
  float: left;
  margin-top: 15px;
  padding: 5px;
  margin-left: 150px;
}
body.page-19 a.button {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  margin-top: 30px;
  color: #F29400;
}
div.sendmemail input[type="text"] {
  float: left;
}
div.sendmemail input[type="submit"] {
  width: auto;
  height: auto;
  border: 0px;
  color: #fff;
  background-color: #F29400;
  float: left;
  margin-top: 0px;
  padding: 5px;
  margin-left: 10px;
}
body.page-19 p a {
  color: #F29400;
}
div.frame-type-felogin_login h3 {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0.9em;
  line-height: 1;
  padding-bottom: 5px;
}
div.tx-go-maps-ext, div.js-gme-container, div.js-map {
  width: 100% !important;
  height: auto;
  float: left;
  display: block;
}
div.tx-powermail {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
div.container-fluid {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.powermail_form h3 {
  display: none;
}
.powermail_form fieldset legend {
  display: none;
}
div.powermail_fieldwrap {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  padding-bottom: 10px;
}
div.powermail_fieldwrap label.powermail_label {
  float: left;
  height: auto;
  display: block;
  width: 20%;
  padding-top: 4px;
  font-weight: 600;
}
div.powermail_fieldwrap div.powermail_field {
  width: 80%;
  float: right;
}
div.powermail_fieldwrap label.powermail_label span.mandatory {
  color: #FF0000;
}
div.powermail_fieldwrap select, div.powermail_fieldwrap input, div.powermail_fieldwrap textarea {
  padding: 10px;
  border: 1px solid #efefef;
  background-color: rgba(247, 247, 247, 1.00);
  color: #000;
  width: 80%;
  float: left;
}
div.powermail_fieldwrap input.powermail_submit {
  width: auto;
  height: auto;
  border: 0px;
  color: #fff;
  background-color: #F29400;
  display: block;
  float: left;
}
div.powermail_fieldwrap select.powermail_field_error, div.powermail_fieldwrap input.powermail_field_error, div.powermail_fieldwrap textarea.powermail_field_error {
  border: 1px solid #BB0003;
  background-color: rgba(241, 210, 210, 1.00);
}
ul.powermail-errors-list {
  display: none;
}
div.right div.adress-container {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 20px;
  color: #666666;
  font-size: 0.9em;
}
div.right div.adress-container span {
  width: 100%;
  height: auto;
  float: left;
  font-weight: 600;
}
div.right div.adress-container table {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  float: left;
}
div.right div.adress-container table tr td {
  padding: 0;
  margin: 0;
}
div.right div.adress-container table tr td a {
  color: #F29400;
}
div.right div.frame {
  width: 100%;
  height: auto;
  float: left;
}
div.right div.frame.frame-type-text {
  padding-left: 15px;
  padding-right: 15px;
}
div.right div.frame.frame-type-text a {
  background-color: #F29400;
  display: block;
  float: left;
  padding: 3px;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.95em;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width:960px) {
  div.frame-type-menu_subpages {
    display: none;
  }
  div.navi-two ul li a {
    font-size: 1.2em;
  }
  div.shadow-screen {
    display: none;
  }
  div.container {
    padding: 0;
  }
  div.footer {
    padding-left: 0;
    padding-right: 0;
  }
  div.header-section {
    padding-left: 10px;
    padding-right: 10px;
    z-index: 100;
  }
  div.content-wrapper {
    padding: 10px;
  }
  div.navi-toggle {
    display: block;
    float: right;
    padding-right: 0px;
  }
  div.logo-line {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  div.navi {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: -100%;
    top: 0;
    background-color: #F29400;
    padding: 0;
    margin: 0;
    z-index: 999;
    padding-left: 30px;
    padding-right: 30px;
  }
  div.navi.open {
    left: 0;
  }
  div.navi-suche {
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    float: left;
  }
  html.no-scroll, body.no-scroll {
    overflow: hidden;
  }
  div.navi-close {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  div.navi-close img {
    height: 20px;
    width: auto;
    float: right;
  }
  div.mobile-sub {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin-bottom: 30px;
  }
  div.mobile-sub ul {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
  }
  div.mobile-sub ul li {
    width: 100%;
    height: auto;
    float: left;
  }
  div.mobile-sub ul li {
    display: none;
  }
  div.mobile-sub ul li.active, div.mobile-sub ul li.active ul li {
    display: block;
  }
  div.mobile-sub ul li.active a {
    display: none;
  }
  div.mobile-sub ul li.active ul li a {
    display: block;
  }
  div.mobile-sub ul li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 8px;
    background-color: #efefef;
    margin-top: 1px;
    float: left;
    color: #666666;
    font-weight: 600;
    text-decoration: none;
    padding-left: 20px;
  }
  div.mobile-sub ul li ul li a {
    padding-left: 40px;
  }
  div.mobile-sub ul li ul li.active a {
    background-color: #F29400;
    color: #ffffff;
  }
  div.subnav {
    display: none;
  }
  div.col-55 {
    width: 75%;
  }
  div.navi-one, div.navi-two {
    width: 100%;
    height: auto;
    display: block;
    position: static;
    float: left;
  }
  div.navi-one {
    padding-top: 20px;
    font-size: 0.9em;
  }
  div.navi-one ul, div.navi-two ul {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
  }
  div.navi-one ul li, div.navi-two ul li {
    width: 100%;
    height: auto;
    float: left;
    display: block;
  }
  div.navi-one ul li a, div.navi-two ul li a {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    font-size: 1.1em;
    color: #fff;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  div.navi-one ul li a:hover, div.navi-two ul li a:hover, div.navi-two ul li.active a {
    border: 0;
  }
  div.navi-suche {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    position: static;
    border-top: 2px solid #fff;
    margin-top: 30px;
    padding-top: 15px;
  }
  div.wrapper {
    min-height: auto;
    height: auto;
    float: left;
  }
  div.footer {
    position: static;
    width: 100%;
    height: auto;
    float: left;
  }
}
body.page-1 .f3-widget-paginator, body.page-21 .f3-widget-paginator {
  display: none;
}
@media only screen and (max-width:720px) {
  div.cv-address.open {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-left: 0;
    left: 0;
    top: 0;
    position: fixed;
  }
  div.cv-address-inner {
    padding: 15px;
  }
}
@media only screen and (max-width:670px) {
  header {
    width: 100%;
    height: auto;
    float: left;
  }
  div.footer, div.footer-inner {
    width: 100%;
    height: auto;
    float: left;
    background-color: #f29400;
    border: 0;
  }
  div.footer-inner ul {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 50px;
  }
  div.footer-inner ul li {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  div.footer-inner ul li a {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    color: #fff;
    padding: 5px;
    font-weight: 600;
  }
  body {
    font-size: 1em;
  }
  div.content {
    padding-right: 0px;
  }
  div.right div.tx-events2, div.right div.news {
    padding-left: 0;
    padding-right: 0;
  }
  div.right div.tx-events2 div.article, div.right div.news div.article {
    padding-left: 0px;
    padding-right: 0px;
  }
  .right div.vcard {
    padding: 0;
    border-top: 1px solid #efefef;
    padding-top: 10px;
    width: 100%;
    display: block;
    float: left;
  }
  .right div.vcard span {
    width: 80%;
  }
  .right div.vcard div.address-img {
    width: 20%;
    float: left;
    padding-right: 20px;
  }
  .right div.vcard div.address-img img {
    width: 100%;
    height: auto;
  }
  a.right-link {
    text-align: center;
  }
  a.right-link img {
    max-width: 200px;
    float: none;
    margin-top: 30px;
  }
  div.col-75, div.col-25, div.col-20, div.col-55 {
    width: 100%;
  }
  div.title-section-right h1, div.title-section-right h2, div.title-section-right h3, div.title-section-right h4, div.title-section-right h5, div.title-section-right h6 {
    padding-left: 0;
    padding-right: 0;
  }
  div.print-icon {
    display: none;
  }
  div.shadow-right-bottom {
    display: none !important;
  }
  div.content {
    border-right: 0;
  }
}
@media only screen and (max-width:590px) {
  .content div.vcard {
    width: 100%;
  }
}
@media only screen and (max-width:460px) {
  .right div.vcard span {
    width: 60%;
  }
  .right div.vcard div.address-img {
    width: 40%;
  }
}