@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/roboto-v18-latin-100.woff2") format("woff2"), url("fonts/roboto-v18-latin-100.woff") format("woff"), url("fonts/roboto-v18-latin-100.ttf") format("truetype"), url("fonts/roboto-v18-latin-100.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-v18-latin-300.woff2") format("woff2"), url("fonts/roboto-v18-latin-300.woff") format("woff"), url("fonts/roboto-v18-latin-300.ttf") format("truetype"), url("fonts/roboto-v18-latin-300.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("fonts/roboto-v18-latin-regular.woff") format("woff"), url("fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("fonts/roboto-v18-latin-regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto-v18-latin-500.woff2") format("woff2"), url("fonts/roboto-v18-latin-500.woff") format("woff"), url("fonts/roboto-v18-latin-500.ttf") format("truetype"), url("fonts/roboto-v18-latin-500.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-v18-latin-700.woff2") format("woff2"), url("fonts/roboto-v18-latin-700.woff") format("woff"), url("fonts/roboto-v18-latin-700.ttf") format("truetype"), url("fonts/roboto-v18-latin-700.svg#Roboto") format("svg");
}
/* Remove button padding in FF */
.search::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

.bg-red {
  background-color: #C60C30;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.01em;
  color: #C60C30;
  line-height: 1.2em;
}

h2 {
  font-size: 2em;
  color: #C60C30;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  font-size: 1em;
  color: #6a6a6a;
  font-weight: 400;
}

p, li {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 2;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 2;
}

.bold {
  font-weight: 400;
}

a {
  color: #C60C30;
}
a:hover {
  text-decoration: underline;
}

hr {
  margin: 2em 0 !important;
  border-width: 2px 0 0;
}

i.i-right {
  padding-right: 10px;
}

i.i-left {
  padding-left: 5px;
}

.row.content {
  background-color: white !important;
}

.content-text h1 {
  font-size: 2em;
  color: #C60C30;
  font-weight: 500;
}
.content-text h2 {
  font-size: 1.5em;
  color: #C60C30;
  font-weight: 500;
}
.content-text h3 {
  font-size: 1.25em;
  color: #6a6a6a;
  font-weight: 400;
}
.content-text h4 {
  font-size: 1em;
  color: #6a6a6a;
  font-weight: 500;
  line-height: 1.4em;
}
.content-text h5 {
  font-size: 0.8em;
  color: #6a6a6a;
  font-weight: 500;
  line-height: 1em;
}
.content-text li {
  padding: 0.5em 0;
}

a.external-link {
  position: relative;
  display: inline-block;
  color: #6a6a6a;
  margin-right: 1em;
}
a.external-link:after {
  font-family: "FontAwesome";
  font-size: 80%;
  color: #C60C30;
  content: "\f061";
  margin: 0.2em;
  position: absolute;
}
a.external-link:hover {
  text-decoration: none !important;
  color: #C60C30;
}

a.mail {
  color: #6a6a6a;
}
a.mail:before {
  font-family: "FontAwesome";
  font-size: 80%;
  color: #C60C30;
  content: "\f003";
  margin: 0 0.25em;
}
a.mail:hover {
  text-decoration: none !important;
  color: #C60C30;
}

ul.ul-style2 {
  margin-left: 1.5em;
  list-style: none;
  list-style-position: outside;
}
ul.ul-style2 li {
  padding: 0;
}
ul.ul-style2 li a {
  color: #222;
}
ul.ul-style2 li a:hover {
  text-decoration: none !important;
  color: #C60C30;
}
ul.ul-style2 li a:hover:before {
  color: #C60C30 !important;
  text-decoration: none !important;
}
ul.ul-style2 li a:after {
  content: "" !important;
}
ul.ul-style2 li a:before {
  font-family: "FontAwesome";
  font-size: 80%;
  content: "\f054";
  color: #adbbc3;
  padding: 0px 0 0 0;
  margin: 0 10px 0 -20px;
}
ul.ul-style2 li ul {
  margin: 0.5em 0 0 1em;
}

@media (max-width: 640px) {
  ce-bodytext table td {
    display: list-item;
  }
}

ul.ul-style3 {
  list-style: disc;
  margin-left: 1em;
}
ul.ul-style3 li {
  padding-left: 6px;
}

ul.ce-uploads {
  margin-left: 0;
  list-style: none;
  list-style-position: outside;
}
ul.ce-uploads div {
  margin-left: -12px;
}
ul.ce-uploads a {
  position: relative;
}
ul.ce-uploads a:before {
  content: "\f016" !important;
  margin: 0px 10px 0 -10px !important;
}
ul.ce-uploads span {
  display: inline-block;
}
ul.ce-uploads li {
  margin: 0.25em 0;
  padding: 0 0 0 16px;
}
ul.ce-uploads li a {
  color: #222;
  padding-left: 11px;
}
ul.ce-uploads li a:hover {
  text-decoration: none !important;
  color: #C60C30;
}
ul.ce-uploads li a:hover:before {
  color: #C60C30 !important;
  text-decoration: none !important;
}
ul.ce-uploads li a:before {
  font-family: "FontAwesome";
  font-size: 80%;
  content: "\f016";
  color: #adbbc3;
  padding: 0px 0 0 0;
  margin: 0 5px 0 -27px;
}
ul.ce-uploads li ul {
  margin: 0.5em 0 0 1em;
}

.ce-bullets li:before {
  font-family: "FontAwesome";
  font-size: 65%;
  content: "\f111";
  color: #adbbc3;
  padding-right: 1em;
}

.ce-intext.ce-left ul {
  padding-left: 0;
  overflow: visible;
}

.text-justify {
  text-align: left !important;
}

#header {
  z-index: 100;
  position: fixed;
  width: 100%;
}

.page-head {
  padding: 0.5em 0;
  background-color: white;
}
.page-head img {
  width: 75%;
}
@media (max-width: 640px) {
  .page-head img {
    width: 45% !important;
  }
}
.page-head .page-title {
  padding-left: 5%;
}
.page-head .page-title a {
  text-decoration: none !important;
}
.page-head .page-title h3 {
  font-size: 90%;
  font-weight: 400;
  color: #6a6a6a;
  padding-top: 1.5em;
  margin-bottom: 0;
}
.page-head .page-title h2 {
  font-size: 1.5em;
  font-weight: 500;
  color: #C60C30;
}

.headroom, .page-head {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}
.headroom--pinned .page-head {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.headroom--top .page-head {
  transform: translateY(0%);
}

.navigation .columns {
  margin-left: -1.4em;
}
@media (max-width: 640px) {
  .navigation .columns {
    margin-left: 0em !important;
  }
}

.search.has-dropdown > a:after {
  display: none;
}

.search .search-link {
  outline: none !important;
  border: none !important;
  background: #333333;
}
.search .search-link ::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}
@media (max-width: 640px) {
  .search .search-link:after {
    content: "SUCHE";
    padding-left: 1em;
  }
  .search .search-link:after:focus, .search .search-link:after:active, .search .search-link:after:hover {
    text-decoration: none !important;
    font-weight: 500;
  }
  .search .search-link:after a:hover {
    text-decoration: none !important;
  }
}
.search .columns {
  margin-left: 0 !important;
}
.search #search {
  width: 100% !important;
  left: 0 !important;
  padding: 6px !important;
}
.search #search input {
  background-color: #EEEEEE;
  float: left;
  width: 80%;
  top: 0 !important;
  height: 42px !important;
  font-size: 1em !important;
  padding-left: 1em !important;
  content: "Suchbegriff eingeben";
  /*button .postfix {
  		width: 20%!important;
  		top: 0!important;
  		height: 42px;
  		p {font-size: 1em!important;
  			margin-top: .3em;}
  		text-transform: uppercase;
  		@media (max-width: ($small-breakpoint)) {width: 100%;}
  		}*/
}
@media (max-width: 640px) {
  .search #search input {
    width: 100%;
  }
}
.search #search .f-dropdown .content {
  padding: 0.75em !important;
}

#tx-indexedsearch-searchbox-button-submit {
  width: 20% !important;
  top: 0 !important;
  height: 42px;
  text-transform: uppercase;
  padding-top: 0.3em;
}
@media (max-width: 640px) {
  #tx-indexedsearch-searchbox-button-submit {
    width: 100% !important;
  }
}

.f-dropdown.large {
  max-width: 100%;
}

.top-bar .toggle-topbar.menu-icon {
  z-index: 2000;
}
@media (max-width: 640px) {
  .top-bar .toggle-topbar.menu-icon {
    margin-right: -12px;
  }
}
.top-bar .toggle-topbar.menu-icon a {
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}
.top-bar .toggle-topbar.menu-icon a span:after {
  box-shadow: 0 0 0 1px, 0 7px 0 1px, 0 14px 0 1px !important;
}

.top-bar-section .left a {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .top-bar-section .left a {
    border-top: 1px dotted white;
  }
}
@media (max-width: 640px) {
  .top-bar-section ul {
    top: -2.5em;
    position: relative;
  }
  .top-bar-section ul .has-dropdown ul li:last-child {
    margin-bottom: 2.5em;
  }
}
@media (max-width: 640px) {
  .top-bar-section .right {
    float: none !important;
    position: relative;
  }
}
.top-bar-section .dropdown .title.back {
  padding: 0.5em;
}
.top-bar-section .dropdown li.title h5 a {
  font-size: 0.75em;
  padding: 0.25em 0 0.25em 0;
  border: none;
  padding: 10px;
}
.top-bar-section .dropdown li.title h5 a:before {
  font-size: 1.2em;
}

.dropdown .title.back a:before {
  font-family: FontAwesome;
  content: "\f0d9";
  margin-right: 0.5em;
  font-size: 1.1em;
}
.dropdown .title.back a:active, .dropdown .title.back a:focus {
  text-decoration: none;
}

.lang {
  color: #fff;
  font-size: 1em;
}
@media (max-width: 640px) {
  .lang {
    top: -45px;
    position: relative;
    height: 45px;
  }
}
.lang > a {
  color: #fff;
}
.lang > a:hover {
  color: #C60C30;
  background-color: #fff;
  text-decoration: none;
  padding: 0.2em;
}

.dropdown .back h5 {
  font-size: 1em !important;
}

.breadcrumbs {
  padding: 0.5em 0 0 0;
  margin-left: -1em;
}
.breadcrumbs li a {
  padding: 0 1em 0 1em;
}

.title-image {
  position: absolute;
  height: 50%;
  z-index: 0 !important;
  background-position: center center !important;
  background-size: cover;
  -webkit-background-size: cover;
  margin: 2.3em auto 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.title {
  background-image: url(../Images/headerimage.jpg);
}

@media (max-width: 640px) {
  .ce-gallery, .ce-column, figure.image, .image-embed-item, .ce-bodytext {
    width: 100% !important;
  }
}

.ce-left figure.image {
  margin-right: 1em !important;
}

.ce-right figure.image {
  margin-left: 0em !important;
}
@media (max-width: 640px) {
  .ce-right figure.image {
    margin: 0 !important;
  }
}

.image-caption {
  font-size: 0.8em !important;
  color: #6a6a6a;
  line-height: 120%;
  padding: 1em 0;
}

.image-wrapper iframe {
  margin-top: -100px;
}

.content-wrapper {
  position: relative;
  top: 35%;
  z-index: 50;
}
@media (max-width: 640px) {
  .content-wrapper {
    top: 30% !important;
  }
}

#no-img .content-wrapper {
  top: 9em;
}
@media (max-width: 1024px) {
  #no-img .content-wrapper {
    top: 9em !important;
  }
}
@media (max-width: 640px) {
  #no-img .content-wrapper {
    top: 16em !important;
  }
}

@media (max-width: 640px) {
  .content-header {
    width: 100% !important;
    display: flex;
    flex-flow: column;
  }
}
.content-header .content-titel {
  padding: 2em 2em 0em 5%;
}
@media (max-width: 640px) {
  .content-header .content-titel {
    order: 2;
    margin-top: -2px;
  }
}
.content-header .content-logo {
  padding: 2em 2em 0 0;
}
@media (max-width: 640px) {
  .content-header .content-logo {
    order: 1;
    text-align: right;
    background: none;
    padding: 0 1em 0 0;
    margin-top: -2px;
  }
}
@media (max-width: 640px) {
  .content-header .content-logo img {
    width: 45% !important;
    background-color: white;
    padding: 0.5em;
  }
}
.content-header .hide-for-small {
  display: block !important;
}

.content-titel, .content-logo, .content-text, .content-slider {
  background-color: white;
}

.jt .content-titel, .jt .content-logo {
  background: none !important;
}
.jt .content-logo {
  margin-top: -3em;
}

.content-text {
  padding: 0.5em 0 2em 0;
}
.content-text header {
  padding: 1em 0;
}
.content-text .columns {
  padding: 2em 7% 0 5%;
}
@media (max-width: 640px) {
  .content-text .columns {
    padding-top: 0;
  }
}
.content-text .columns.nested {
  padding: 2em 0% 0 5%;
}
@media (max-width: 980px) {
  .content-text .columns.nested {
    padding: 2em 4% 0 5%;
  }
}
@media (max-width: 640px) {
  .content-text .columns.nested {
    padding: 2em 5% 0 5%;
  }
}

#startpage .content-text {
  padding-top: 1em !important;
}

.content-slider {
  padding: 1em 3em;
}
.content-slider .columns {
  padding: 2em 7% 0 5%;
}

.img-inline {
  float: left;
  margin: 0.65em 2em 2em 0em;
  width: 35%;
}
.img-inline img {
  width: 100%;
}
@media (max-width: 640px) {
  .img-inline {
    margin: 2em 0em 4em 0 !important;
    width: 100%;
    clear: left !important;
    float: none;
    position: static;
  }
}
.img-inline .caption {
  font-size: 85%;
  margin-top: 0.5em;
}

.follows-single-inline-img {
  margin-top: 1.5rem;
}

.follows-multi-inline-img {
  clear: left;
  margin-top: -1.25rem;
}

.multi-img {
  margin: 0.65em 2em 2em 0em;
  width: 29%;
}
@media (max-width: 980px) {
  .multi-img {
    margin: 2em 5% 1em 0 !important;
    width: 43%;
  }
}
@media (max-width: 640px) {
  .multi-img {
    margin: 2em 0em 2em 0 !important;
    width: 100%;
    clear: left !important;
    float: none;
    position: static;
  }
}

table tr th, table tr td {
  font-size: 1rem;
  line-height: 1.4em !important;
}

.content-logo {
  text-align: center;
  padding-top: 1em;
}

.intro-text {
  font-weight: 500;
}

.teaser {
  cursor: pointer;
  margin: 2em 0 0 0;
  padding-top: 0 !important;
}
@media (max-width: 640px) {
  .teaser {
    margin: 0 !important;
  }
}
.teaser p {
  line-height: 1.5em;
}
@media (max-width: 640px) {
  .teaser img {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}
.teaser:hover h4 a, .teaser:hover h4 a.titel, .teaser:hover p {
  color: #C60C30;
}
.teaser:hover img {
  opacity: 0.9;
}
.teaser .teaser-content {
  padding: 1em 0 1.5em 0;
  border-top: 2px solid #DDD;
  margin-left: -5%;
  margin-right: -7%;
}

.teaser.horizontal h5, .teaser.horizontal h4 {
  margin: 0 0 0.5em 0;
}
.teaser.horizontal img {
  width: 100%;
  min-width: 10em;
  margin: 0 1.5em 1em 0;
}

/*
Aktuell ist jedes Teaser-Element ein "Last-Child" weil die neuen Content-Element-Templates
Fluid-Layout und -Section beinhalten
.teaser.horizontal:last-child {
  margin-bottom: 1.5em;
  border-bottom: 2px solid #DDD;
}
*/

.teaser-details, .dachzeile {
  color: #878787;
  margin: -1em 0 0 0;
  font-size: 0.8em;
}

.teaser-img {
  float: left;
  margin: 0 2em 0 0;
  width: 250px;
}
@media (max-width: 640px) {
  .teaser-img {
    width: 100% !important;
    float: none !important;
  }
}

.copyright {
  font-size: 65%;
  color: #878787;
  margin-top: -1em;
  max-width: 200px;
}

.dachzeile {
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .dachzeile {
    margin-top: 1.5em !important;
  }
}

#top-slider .slides img {
  float: left;
  margin-right: 3em;
}
@media (max-width: 640px) {
  #top-slider .slides img {
    width: 90% !important;
    margin-right: 1.5em;
  }
}
#top-slider .slides h4, #top-slider .slides p {
  font-family: "Roboto Slab", sans-serif !important;
}
#top-slider .slides h4 {
  font-size: 1.5em;
  line-height: 1.6em;
  color: #C60C30;
}
#top-slider .slides p {
  font-size: 1em;
}

* {
  box-sizing: border-box;
}

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

.slides img {
  max-width: 35%;
  margin-right: 3em;
}

#footer {
  background-color: #6a6a6a;
  position: relative;
}
#footer .row {
  padding: 2em 0 0.5em 1.5%;
}
#footer p {
  font-size: 0.9em;
  line-height: 1.75em;
  color: white;
  width: 100%;
  margin-bottom: 0;
}
#footer p a {
  color: white;
  font-weight: bold;
  font-size: 0.9em !important;
  text-decoration: none;
}
#footer p a:hover {
  border-bottom: 1px solid white;
}
#footer a.footer-link {
  margin-right: 0.8em;
  color: white !important;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
}
#footer a.footer-link:hover {
  border-bottom: 1px solid white;
}
#footer .footer-adress {
  margin-top: 1.5em;
}
#footer a.nounderline:hover {
  border-bottom: none !important;
}
@media (max-width: 640px) {
  #footer img {
    width: 50%;
  }
}
@media (max-width: 640px) {
  #footer .small-4 {
    width: 100%;
  }
  #footer .last-col {
    margin: -1.5em 0.2em 0;
  }
}

.accordion ul {
  margin-left: 0;
}
.accordion .accordion-navigation {
  margin-bottom: 0.5em !important;
}
.accordion .subheader {
  margin-bottom: 0 !important;
}
.accordion .content {
  padding: 1em !important;
}

.accordion {
  margin-bottom: 0.5em;
}

.accordion-title h4 {
  color: #C60C30;
  margin-top: 0;
}

.btn i {
  color: #C60C30;
  float: left;
  margin-right: 0.5em;
}
.btn:hover i {
  margin-right: 0.5rem;
  transition: all 300ms;
  transform: rotate(90deg);
}

.toggle-box {
  background-color: #EEEEEE;
  padding: 1em !important;
}

.toggle-box.closed .toggle-view {
  display: none;
}

.anrede {
  width: 25% !important;
}

.vorname, .nachname {
  width: 50% !important;
}

.nachricht {
  height: 75px !important;
}

.langswitch a {
  line-height: 2.8125rem;
  color: white;
}

@media only screen and (min-width: 1100px) {
  body.page-searchresult .top-bar-section ul {
    margin-left: 2.5rem;
  }
}
strong.tx-indexedsearch-redMarkup {
  background-color: yellow;
  font-weight: normal;
}

iframe {
  width: 66%;
  margin: 0 3rem 3rem 0;
  float: left;
}

/* MP 03.05.2023 Stop Margin Collapsing on Accordion */
.accordion .wrapper {
  padding: 0.05px;
}

.ce {
  clear: both;
}

/* empty anchor-tag styling */
.ce-bodytext {
  a:empty {

  }
}
/* JF 05.11.2024 Button Suche und Suchergebnisseite modifiziert */
.search #search input.bbutton, input.tx-indexedsearch-searchbox-button {
  background-color: #C60C30;
  border: none;
  color: #ffffff;
}

.search #search input.bbutton:hover, input.tx-indexedsearch-searchbox-button:hover {
  background-color: #9e0a26;
}

.tx-indexedsearch-info-sword-word {
  font-weight: bold;
  color: #000000;
}
/* suchergebnisse paginierung */
ul.tx-indexedsearch-browsebox {
  margin-top: 1rem;
  margin-left: unset;
  padding: 0.5em 0.5em;
  border-top: 0.5px solid #6a6a6a ;
  border-bottom: 0.5px solid #6a6a6a ;
}
ul.tx-indexedsearch-browsebox li {
  margin-right: 1rem;
  display: inline;
}

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