@import url("https://use.typekit.net/jme4uig.css");
html,
body {
  scroll-behavior: smooth;
  scroll-margin-top: 90px;
  font-size: 12px;
}
@media screen and (min-width: 360px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html,
  body {
    font-size: 20px;
  }
}
body {
  font-family: 'adelle', sans-serif;
  overflow-x: hidden;
  font-weight: 100;
  background: #ffffff;
  color: #000000;
  padding-top: 0px;
  position: relative;
  --frame-width: 5px;
}
body.showNav {
  overflow: hidden;
}
body.showNav .navsidebar {
  overflow-y: scroll;
}
section {
  padding: 1em 0;
}
@media screen and (min-width: 992px) {
  section {
    padding: 2em 0;
  }
}
section:first-of-type {
  padding: 0;
  margin: 0;
}
.pagebackground {
  display: none;
  height: 40em;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  background-position: top right;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
a {
  word-wrap: break-word;
}
a:hover {
  color: #e8e100;
}
.row {
  margin: 1rem auto;
}
.container {
  max-width: 1340px;
  padding: 0 2rem;
}
.container.big {
  max-width: 1600px;
}
.container-fluid {
  max-width: 1600px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid.reallysmall {
  max-width: 1340px;
}
.specialfont {
  font-family: 'adelle';
  font-weight: 700;
  color: #353b31;
}
h1,
h2,
h3 {
  font-family: 'adelle';
  font-weight: 700;
  color: #353b31;
  margin-top: 0;
  line-height: 1em;
}
h1 {
  line-height: 1.05em;
}
h2 {
  margin-top: 0;
  margin-bottom: 1em;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.2rem;
}
.headline,
.subline {
  display: block;
  text-transform: uppercase;
  font-size: clamp(2rem,6vw,2.5rem);
  line-height: 1;
  font-weight: 800;
}
.ce-headline-center,
.ce-subline-center {
  text-align: center;
  display: block;
}
p {
  font-size: 1rem;
}
@media screen and (min-width: 78.75em) {
  p {
    font-size: .9rem;
  }
}
ul {
  padding-left: 1rem;
}
ul li {
  font-size: .9rem;
  list-style-position: inside;
}
ul.check {
  list-style-type: none;
  padding-left: 1.5rem;
}
ul.check li {
  position: relative;
  margin-bottom: .5rem;
}
ul.check li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -28px;
  width: 20px;
  height: 20px;
  border: 1px solid #353b31;
  border-radius: 5px;
}
ul.check li:after {
  content: '✓';
  position: absolute;
  top: 3px;
  left: -23px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 48em) {
  ul.check li:after {
    top: 3px;
    left: -24px;
  }
}
@media screen and (min-width: 64em) {
  ul.check li:after {
    top: 1px;
    left: -25px;
  }
}
ul.list-with-buttons {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.list-with-buttons li {
  margin-bottom: 1rem;
}
.contentheader {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contentheader {
    margin-inline: auto;
  }
}
.contentheader .contenttitle {
  font-weight: 700;
  font-size: 1.5rem;
  max-width: 57ch;
}
.contentheader .contenttitle.bold {
  font-weight: 800;
}
.contentheader .contenttitle.underline {
  padding-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .contentheader .contenttitle.underline {
    border-bottom: 2px solid #e8e100;
  }
}
.contentheader .subheader {
  color: #004f9f;
}
a {
  color: #353b31;
  text-decoration: underline;
}
.primary {
  color: #e8e100;
}
.btn {
  color: #ffffff;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
  border-radius: .5rem;
  font-size: 1.3rem;
  border: none;
  background-color: #e8e100;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: .5rem 1rem;
  text-decoration: unset;
  color: #353b31;
  margin-top: 1rem;
  transition: background-color .3s ease-in-out;
}
.btn:hover {
  background-color: #d9d200;
}
.btn.white {
  background-color: #ffffff;
  color: #353b31;
}
.btn.light {
  background-color: #efefef;
  color: #353b31;
}
.btn.dark {
  background-color: #353b31;
  color: #ffffff;
}
.btn.btn-small {
  font-size: 1rem;
}
.btn.btn-grey {
  background-color: #dedee0;
  color: #353b31;
  font-size: .9rem;
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  transition: background-color .3s ease;
}
.btn.btn-grey:hover {
  background-color: #004f9f;
  color: #ffffff;
}
p,
ol {
  margin-bottom: 20px;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.6,.6,.6);
    transform: scale3d(.6,.6,.6);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.6,.6,.6);
    transform: scale3d(.6,.6,.6);
  }
  50% {
    opacity: 1;
  }
}
header.contentheader {
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  header.contentheader {
    margin-bottom: 2rem;
  }
}
header.contentheader .contenttitle {
  margin-bottom: 0.5rem;
}
header.contentheader .contenttitle.ce-headline-center {
  margin-inline: auto;
}
ol {
  margin-bottom: 2rem;
}
ol li {
  margin-bottom: 0.5rem;
}
a.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 45px;
  color: #e8e100;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  display: inline;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: #ffffff;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  pointer-events: none;
}
a.scroll-top svg {
  height: 80%;
  width: 80%;
}
@media screen and (max-width: 767px) {
  a.scroll-top {
    bottom: 60px;
    right: 10px;
  }
}
.scrollheader a.scroll-top {
  opacity: 1;
  pointer-events: auto;
}
.pageoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  z-index: 100;
}
.pageoverlay.show {
  opacity: .8;
  visibility: visible;
  cursor: pointer;
}
.kopfgrafik {
  margin-top: 60px;
  --header: 60px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .kopfgrafik {
    --header: 132px;
    margin-top: 132px;
  }
}
.contentwrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.contentwrap p {
  width: 100%;
}
.contentwrap p.text-center {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentwrap p {
    max-width: 100ch;
    padding-inline: 1rem;
  }
}
.text-v1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 2.25em;
}
.text-v1 .tv1-title {
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.text-v1 .tv1-badge {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.text-v1 .tv1-badge img {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .text-v1 .tv1-badge {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .text-v1 .tv1-badge img {
    max-width: 10rem;
  }
}
.text-v2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 2.25em;
}
.text-v2 p:last-child {
  margin-bottom: 0;
}
.text-v2 .tv2-title {
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .text-v2 .tv2-left {
    text-align: right;
  }
}
.text-v2 .tv2-right {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .text-v2 .tv2-right {
    padding-right: 5rem;
  }
}
.text-v2 .tv2-right .floral {
  display: inline-block;
  position: relative;
  height: 1em;
}
.text-v2 .tv2-right .floral svg {
  width: 5rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.ctype-text {
  margin-top: 50px;
  margin-bottom: 50px;
}
#googlemaps [aria-label="Schließen"] {
  top: 0 !important;
  right: 0 !important;
}
.tab-v1 .nav-tabs {
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .tab-v1 .nav-tabs {
    flex-direction: row;
  }
}
.tab-v1 .nav-tabs .nav-item {
  flex: 1;
}
.tab-v1 .nav-tabs .nav-item .nav-link {
  background-color: #004f9f;
  text-decoration: unset;
  border: unset;
  border-radius: unset;
  color: #ffffff;
  font-size: 1.2rem;
}
@media screen and (min-width: 48em) {
  .tab-v1 .nav-tabs .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tab-v1 .nav-tabs .nav-item .nav-link {
    font-size: 1.2rem;
  }
}
.tab-v1 .nav-tabs .nav-item .nav-link.active,
.tab-v1 .nav-tabs .nav-item .nav-link:hover {
  background-color: #e8e100;
}
.tab-v1 .tab-content {
  padding: .5rem;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content {
    padding: 1.5rem .8rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tab-v1 .tab-content {
    padding: 2.5rem 1rem;
  }
}
.tab-v1 .tab-content .tab-pane .ce-textpic {
  width: 100%;
  float: left;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content .tab-pane .ce-textpic {
    width: 50%;
  }
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-gallery {
  max-width: 40%;
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-bodytext p {
  font-size: .8em;
  line-height: 1.2;
}
[id*="accordion-"] {
  margin-bottom: 25px;
}
[id*="accordion-"] .card {
  border: 2px solid #004f9f;
  border-radius: 20px;
  margin-bottom: 1rem;
  transition: border .3s ease;
}
[id*="accordion-"] .card:has(.collapse.show) {
  border: 2px solid #e8e100;
}
[id*="accordion-"] .card .card-header {
  background: transparent;
  height: 60px;
  border: unset;
  padding: 0;
}
[id*="accordion-"] .card .card-header .btn {
  width: 100%;
  text-align: left;
  border: unset;
  background: unset;
  color: black;
  font-weight: bold;
  font-size: 1.2rem;
  padding: .75rem 1.25rem;
  margin-top: 0;
  padding-right: 2.25rem;
}
[id*="accordion-"] .card .card-header .btn:after {
  content: '-';
  position: absolute;
  top: 50%;
  right: 1rem;
  color: inherit;
  transform: translateY(-50%);
  font-size: 2rem;
}
[id*="accordion-"] .card .card-header .btn:hover,
[id*="accordion-"] .card .card-header .btn:focus {
  text-decoration: none;
}
[id*="accordion-"] .card .card-header .btn:focus {
  box-shadow: unset;
}
[id*="accordion-"] .card .card-header .btn.collapsed:after {
  content: '+';
}
[id*="accordion-"] .card [id*="collapse-"] .card-body .contentheader .contenttitle {
  font-size: 1.5rem;
}
[id*="accordion-"] .card [id*="collapse-"] .card-body p {
  padding-inline: 0;
}
.ce-intext.ce_left .ce-gallery {
  margin-right: 2rem;
}
@-webkit-keyframes grow {
  100% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes grow {
  100% {
    transform: scale(1.1);
  }
}
.effectheader {
  position: relative;
  margin-bottom: 3rem;
  height: calc(100vh - var(--header));
  max-height: 50vh;
  overflow-y: hidden;
}
@media screen and (min-width: 48em) {
  .effectheader {
    max-height: calc(100vh - var(--header));
  }
}
.effectheader img {
  width: 100%;
  height: auto;
}
.effectheader .bg {
  height: 100%;
}
.effectheader .bg .img-bg {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.effectheader .person {
  width: 29.5%;
  height: auto;
  position: absolute;
  left: 60%;
  bottom: 0;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  animation: grow 8s ease 1s forwards;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .effectheader .person {
    left: 45.27%;
  }
}
.effectheader .overlay {
  position: absolute;
  left: -20px;
  bottom: 10%;
  padding: 10px;
  width: 80%;
  border: var(--frame-width) solid transparent;
  border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 7s ease forwards%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:0%3B%7D%7D%3C/style%3E%3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='%23e8e100' stroke-width='3' stroke-dashoffset='-400' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .effectheader .overlay {
    border-width: calc(2 * var(--frame-width));
  }
}
.effectheader .overlay .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 7rem;
  transform: translateY(-2.6rem);
}
.effectheader .overlay .content p {
  font-size: clamp(1rem,3vw,2.5rem);
  font-weight: 300;
  background: #e8e100;
  margin-bottom: 10px;
  padding-inline: 2rem 1rem;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  line-height: 1.5;
}
.effectheader .overlay .content p:nth-child(4) {
  background-color: #e8e100;
  color: #000000;
  font-size: 3.3em;
  font-weight: 700;
}
.effectheader .overlay .btn {
  border-radius: unset;
  position: absolute;
  left: 2rem;
  bottom: -1.1rem;
  font-size: .7rem;
}
@media screen and (min-width: 48em) {
  .effectheader .overlay .btn {
    bottom: -1.2rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .effectheader .overlay .content {
    transform: translateY(-2.5rem);
  }
}
@media screen and (max-width: 1399px) {
  .effectheader .overlay .content {
    padding-bottom: 3rem;
    transform: translateY(-2.2rem);
  }
}
@media screen and (max-width: 1199px) {
  .effectheader .overlay {
    top: 150px;
  }
  .effectheader .overlay .content {
    transform: translateY(-1.95rem);
    padding-bottom: 0;
  }
  .effectheader .overlay .content span {
    font-size: 1.5rem;
  }
  .effectheader .overlay .content span:nth-child(4) {
    font-size: 2.5rem;
  }
  .effectheader .overlay .content span:last-child {
    font-size: 1em;
  }
}
@media screen and (max-width: 991px) {
  .effectheader .overlay .content {
    transform: translateY(-2.2rem);
  }
  .effectheader .overlay .content span {
    font-size: 1.2rem;
  }
  .effectheader .overlay .content span:nth-child(4) {
    font-size: 2rem;
  }
  .effectheader .overlay .content span:last-child {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .effectheader .overlay {
    bottom: unset;
    top: 120px;
    width: 95%;
    height: 50%;
  }
  .effectheader .overlay .content {
    transform: translateY(-1.7rem);
    padding-bottom: 2vh;
  }
  .effectheader .overlay .content span {
    font-size: 5vw;
  }
  .effectheader .overlay .content span:nth-child(4) {
    font-size: 7vw;
  }
}
@media screen and (max-width: 479px) {
  .effectheader .overlay {
    bottom: unset;
    top: 90px;
  }
  .effectheader .overlay .content {
    transform: translateY(-1.55rem);
  }
}
@media screen and (max-width: 359px) {
  .effectheader .overlay {
    top: 70px;
  }
  .effectheader .overlay .content {
    transform: translateY(-1.8rem);
  }
}
.effectheader .overlay >span {
  position: absolute;
  display: block;
  background-color: #e8e100;
}
.effectheader .overlay >span.frameTop {
  top: 0;
  right: 0;
  width: 100%;
  height: 10px;
}
.effectheader .overlay >span.frameRight {
  bottom: 0;
  right: 0;
  width: 10px;
  height: 100%;
}
.effectheader .overlay >span.frameBottom {
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
}
.effectheader .link-overlay {
  position: absolute;
  display: block;
  top: 0;
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.effectheader #scrolldownicon {
  position: absolute;
  bottom: 2rem;
  display: block;
  left: 50%;
  width: 4rem;
  height: 4rem;
  z-index: 3;
  transform: translateX(-50%);
}
.effectheader #scrolldownicon svg {
  width: 100%;
  height: auto;
}
.effectheader #scrolldownicon svg * {
  fill: #e8e100;
}
.kopfgrafik .effectheader .overlay .content p {
  font-weight: 700;
}
.contentwrap .effectheader .overlay .content {
  transform: translateY(-1.7rem);
}
@media screen and (min-width: 48em) {
  .contentwrap .effectheader .overlay .content {
    transform: translateY(-2rem);
  }
}
@media screen and (min-width: 64em) {
  .contentwrap .effectheader .overlay .content {
    transform: translateY(-2.3rem);
  }
}
@media screen and (min-width: 78.75em) {
  .contentwrap .effectheader .overlay .content {
    transform: translateY(-2.2rem);
  }
}
.contentwrap .effectheader .overlay .content p {
  background-color: #DEDEE0;
  font-size: clamp(1rem,3vw,2rem);
  width: fit-content;
}
.contentwrap .effectheader .overlay .content p:last-of-type {
  font-weight: 700;
  font-size: clamp(1rem,3vw,2.5rem);
  background-color: #e8e100;
}
.tx-uspwall {
  height: 80vh;
  position: relative;
}
@media screen and (min-width: 48em) {
  .tx-uspwall {
    height: 500px;
  }
}
.tx-uspwall .image {
  position: relative;
  height: 100%;
  z-index: 0;
}
.tx-uspwall .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-uspwall .image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,79,159,0.55);
}
.tx-uspwall .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  --usp-gap: 3rem;
  --usp-margin: 5vw;
  gap: var(--usp-gap);
}
.tx-uspwall .content span {
  flex: 0 0 calc(33% - var(--usp-gap));
  font-size: 1rem;
  font-weight: bold;
  flex-basis: 100%;
  max-height: 1.5%;
  transition: transform 1s ease;
}
.tx-uspwall .content span:hover {
  transform: scale(1.2);
}
@media screen and (min-width: 48em) {
  .tx-uspwall .content span {
    font-size: 1.4rem;
    max-height: 7%;
    flex-basis: calc(33% - var(--usp-gap) - var(--usp-margin));
  }
  .tx-uspwall .content span:nth-child(6n+1) {
    margin-left: calc(2 * var(--usp-margin));
  }
  .tx-uspwall .content span:nth-child(6n+4) {
    margin-left: calc(-2 * var(--usp-margin));
  }
  .tx-uspwall .content span:nth-child(3n+1) {
    margin-top: 1.5rem;
  }
  .tx-uspwall .content span:nth-child(3n+3) {
    margin-top: -1.5rem;
  }
  .tx-uspwall .content span:last-child {
    margin: unset;
  }
}
.tx-uspwall .content .row {
  height: calc(25% - 1rem);
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.tx-uspwall .content .row span {
  font-size: 1.4rem;
  max-width: 390px;
  font-weight: bold;
  text-align: center;
  flex-basis: 100%;
  transition: transform 1s ease;
}
.tx-uspwall .content .row span:hover {
  transform: scale(1.2);
}
@media screen and (min-width: 48em) {
  .tx-uspwall .content .row {
    flex-basis: unset;
  }
  .tx-uspwall .content .row:nth-of-type(2n+1) {
    padding-left: 5%;
  }
  .tx-uspwall .content .row:nth-of-type(2n+2) {
    padding-right: 15%;
  }
  .tx-uspwall .content .row:nth-of-type(1) {
    align-items: flex-end;
  }
  .tx-uspwall .content .row:nth-of-type(2) {
    align-items: center;
  }
  .tx-uspwall .content .row:nth-of-type(2) span:nth-of-type(1) {
    position: relative;
    top: 40%;
  }
  .tx-uspwall .content .row:nth-of-type(2) span:nth-of-type(2) {
    position: relative;
    top: 20%;
  }
  .tx-uspwall .content .row:nth-of-type(3) {
    align-items: center;
  }
  .tx-uspwall .content .row:nth-of-type(3) span:nth-of-type(1) {
    position: relative;
    top: 50%;
  }
  .tx-uspwall .content .row:nth-of-type(3) span:nth-of-type(2) {
    position: relative;
    top: 25%;
  }
  .tx-uspwall .content .row:nth-of-type(4) {
    justify-content: end;
    align-items: center;
  }
}
.tx-framesubs {
  margin-block: 3rem;
}
@media screen and (min-width: 48em) {
  .tx-framesubs {
    display: grid;
    grid-template-columns: 0.25fr 2fr 0.2fr 0.5fr 0.2fr 2fr 0.2fr;
    grid-template-rows: 2.4fr 0.2fr 1.5fr 0.5fr 0.5fr 2.4fr;
    gap: 0px 0px;
    grid-template-areas: ". Mauerwerk . Naturstein Naturstein Naturstein ." ". Mauerwerk . . . . ." ". Mauerwerk . Putz Putz Putz Putz" ". . . Putz Putz Putz Putz" "Malerei Malerei Malerei Malerei . . ." "Malerei Malerei Malerei Malerei . Neubau .";
    height: 740px;
    margin-bottom: 10rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .tx-framesubs {
    height: 980px;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-framesubs {
    height: 1180px;
  }
}
.tx-framesubs .sub {
  position: relative;
  margin-bottom: 3rem;
  transition: transform .3s ease;
}
@media screen and (min-width: 48em) {
  .tx-framesubs .sub {
    margin-bottom: 0;
  }
}
.tx-framesubs .sub .link {
  background-color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
.tx-framesubs .sub .link img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 48em) {
  .tx-framesubs .sub .link img {
    position: absolute;
  }
}
.tx-framesubs .sub .link .sub--title {
  background-color: #ffffff;
  color: #353b31;
  position: absolute;
  z-index: 1;
  padding-inline: .5rem;
  font-size: 1rem;
}
@media screen and (min-width: 30em) {
  .tx-framesubs .sub .link .sub--title {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 48em) {
  .tx-framesubs .sub .link .sub--title {
    font-size: .9rem;
  }
}
@media screen and (min-width: 1340px) {
  .tx-framesubs .sub .link .sub--title {
    font-size: 1rem;
  }
}
.tx-framesubs .sub:nth-child(1) {
  grid-area: Mauerwerk;
}
.tx-framesubs .sub:nth-child(1) .linkimage {
  bottom: 0;
}
.tx-framesubs .sub:nth-child(1) .sub--title {
  width: 56.2%;
  top: 0;
  left: 20%;
}
@media screen and (min-width: 48em) {
  .tx-framesubs .sub:nth-child(1) .sub--title {
    top: 11%;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-framesubs .sub:nth-child(1) .sub--title {
    top: 15%;
  }
}
@media screen and (min-width: 1340px) {
  .tx-framesubs .sub:nth-child(1) .sub--title {
    top: 9%;
  }
}
.tx-framesubs .sub:nth-child(2) {
  grid-area: Naturstein;
}
.tx-framesubs .sub:nth-child(2) .linkimage {
  bottom: 0;
}
.tx-framesubs .sub:nth-child(2) .sub--title {
  width: 40%;
  top: 35%;
  left: 50.1%;
}
@media screen and (min-width: 48em) {
  .tx-framesubs .sub:nth-child(2) .sub--title {
    width: 44%;
    top: 39%;
  }
}
@media screen and (min-width: 64em) {
  .tx-framesubs .sub:nth-child(2) .sub--title {
    width: 24%;
    top: 38%;
  }
}
@media screen and (min-width: 1340px) {
  .tx-framesubs .sub:nth-child(2) .sub--title {
    top: 36%;
  }
}
.tx-framesubs .sub:nth-child(3) {
  grid-area: Putz;
}
.tx-framesubs .sub:nth-child(3) .linkimage {
  width: 100%;
  height: auto;
}
.tx-framesubs .sub:nth-child(3) .sub--title {
  width: 33%;
  top: 26%;
  left: 5%;
}
@media screen and (min-width: 48em) {
  .tx-framesubs .sub:nth-child(3) .sub--title {
    width: 20%;
    top: 24%;
    left: 10%;
  }
}
@media screen and (min-width: 64em) {
  .tx-framesubs .sub:nth-child(3) .sub--title {
    width: 15%;
    top: 26%;
    left: 10%;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-framesubs .sub:nth-child(3) .sub--title {
    width: 25%;
    top: 26%;
  }
}
@media screen and (min-width: 1340px) {
  .tx-framesubs .sub:nth-child(3) .sub--title {
    top: 28%;
  }
}
.tx-framesubs .sub:nth-child(4) {
  grid-area: Malerei;
}
.tx-framesubs .sub:nth-child(4) .linkimage {
  height: auto;
  width: 100%;
}
.tx-framesubs .sub:nth-child(4) .sub--title {
  width: 42%;
  top: 90%;
  left: 16%;
}
@media screen and (min-width: 30em) {
  .tx-framesubs .sub:nth-child(4) .sub--title {
    top: 90%;
  }
}
@media screen and (min-width: 48em) {
  .tx-framesubs .sub:nth-child(4) .sub--title {
    width: 40%;
    top: 116%;
    left: 16%;
  }
}
@media screen and (min-width: 64em) {
  .tx-framesubs .sub:nth-child(4) .sub--title {
    width: 35%;
    top: 123%;
    left: 16%;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-framesubs .sub:nth-child(4) .sub--title {
    width: 25%;
    top: 121%;
    left: 16%;
  }
}
@media screen and (min-width: 1340px) {
  .tx-framesubs .sub:nth-child(4) .sub--title {
    top: 128%;
  }
}
.tx-framesubs .sub:nth-child(5) {
  grid-area: Neubau;
}
.tx-framesubs .sub:nth-child(5) .linkimage {
  height: auto;
  width: 100%;
}
.tx-framesubs .sub:nth-child(5) .sub--title {
  width: 22%;
  top: -1.5%;
  left: 36%;
}
@media screen and (min-width: 30em) {
  .tx-framesubs .sub:nth-child(5) .sub--title {
    top: 0.5%;
  }
}
@media screen and (min-width: 48em) {
  .tx-framesubs .sub:nth-child(5) .sub--title {
    width: 30%;
    top: -2%;
    left: 30%;
  }
}
@media screen and (min-width: 64em) {
  .tx-framesubs .sub:nth-child(5) .sub--title {
    width: 30%;
    top: -2%;
    left: 30%;
  }
}
@media screen and (min-width: 1340px) {
  .tx-framesubs .sub:nth-child(5) .sub--title {
    top: -2%;
  }
}
.tx-framesubs .sub:hover {
  transform: translateY(-10px);
}
.tx-quote {
  padding-block: 0 5rem;
}
.tx-quote .quote-container {
  position: relative;
  padding-left: 82px;
}
@media screen and (min-width: 48em) {
  .tx-quote .quote-container {
    padding-left: 140px;
  }
}
.tx-quote .quote-container:before {
  content: '”';
  position: absolute;
  top: -84px;
  left: 0px;
  font-size: 16rem;
}
@media screen and (min-width: 48em) {
  .tx-quote .quote-container:before {
    font-size: 22rem;
    top: -114px;
  }
}
@media screen and (min-width: 64em) {
  .tx-quote .quote-container:before {
    font-size: 22rem;
    top: -144px;
  }
}
.tx-quote .quote-container .quote {
  font-size: 2rem;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.tx-quote .quote-container .person {
  font-size: 0.8rem;
}
.tx-imagelinks {
  display: flex;
  flex-wrap: wrap;
  --gap: 2px;
  gap: var(--gap);
  margin-bottom: var(--gap);
}
.tx-imagelinks .item {
  position: relative;
  flex: 0 0 100%;
}
@media screen and (min-width: 30em) {
  .tx-imagelinks .item {
    height: 300px;
  }
}
@media screen and (min-width: 48em) {
  .tx-imagelinks .item {
    flex: 0 0 calc(33.333% - var(--gap));
    height: calc(33.333% - var(--gap));
  }
}
.tx-imagelinks .item .link {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.tx-imagelinks .item .link .image {
  position: relative;
  height: 100%;
}
.tx-imagelinks .item .link .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: relative;
  transform: scale(1);
  transition: transform .5s ease;
}
.tx-imagelinks .item .link .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,79,159,0.55);
  z-index: 1;
  transition: background-color .3s ease;
}
.tx-imagelinks .item .link .text {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}
.tx-imagelinks .item .link .text .building {
  font-size: 1.3rem;
  line-height: 1;
}
.tx-imagelinks .item .link .text .city {
  font-size: 1rem;
}
.tx-imagelinks .item .link:hover .image img {
  transform: scale(1.2);
}
.tx-imagelinks .item .link:hover .image:after {
  background-color: rgba(0,79,159,0.1);
}
@media screen and (min-width: 64em) {
  .tx-imagelinks.small .item {
    flex: 0 0 calc(20% - var(--gap));
    height: calc(20% - var(--gap));
  }
}
.bigpic picture,
.bigpic img {
  width: 100%;
  height: auto;
}
.tx-leistungen--header {
  height: 60vh;
  position: relative;
  margin-block: 6rem 2rem;
}
@media screen and (min-width: 78.75em) {
  .tx-leistungen--header {
    height: 690px;
  }
}
.tx-leistungen--header .image-wrapper {
  width: 100%;
  height: 80%;
  position: absolute;
  top: 10%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 48em) {
  .tx-leistungen--header .image-wrapper {
    flex-direction: row;
  }
}
.tx-leistungen--header .image-wrapper.multi .image {
  height: calc(33.333333333333%);
}
@media screen and (min-width: 48em) {
  .tx-leistungen--header .image-wrapper.multi .image {
    height: 100%;
  }
}
.tx-leistungen--header .image-wrapper.single .image {
  height: 100%;
}
.tx-leistungen--header .image-wrapper .image {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .tx-leistungen--header .image-wrapper .image {
    height: 100%;
  }
}
.tx-leistungen--header .image-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-leistungen--header .image-wrapper .image:nth-child(4),
.tx-leistungen--header .image-wrapper .image:nth-child(5) {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 64em) {
  .tx-leistungen--header .image-wrapper .image:nth-child(4) {
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-leistungen--header .image-wrapper .image:nth-child(5) {
    display: block;
    visibility: visible;
  }
}
.tx-leistungen--header .overlay {
  position: absolute;
  --left: 5%;
  left: var(--left);
  top: 0;
  width: calc((80% - var(--left)) + 5px);
  height: 100%;
  border: var(--frame-width) solid #e8e100;
}
@media screen and (min-width: 48em) {
  .tx-leistungen--header .overlay {
    width: calc((66.66% - var(--left)) + 5px);
    border: calc(2* var(--frame-width)) solid #e8e100;
  }
}
@media screen and (min-width: 64em) {
  .tx-leistungen--header .overlay {
    width: calc((75% - var(--left)) + 5px);
  }
}
@media screen and (min-width: 78.75em) {
  .tx-leistungen--header .overlay {
    width: calc((80% - var(--left)) + 5px);
  }
}
.tx-leistungen--header .overlay .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
  left: -6vw;
}
@media screen and (min-width: 48em) {
  .tx-leistungen--header .overlay .content {
    width: max-content;
  }
}
.tx-leistungen--header .overlay .content p {
  font-size: 1.5rem;
  font-weight: 600;
  background: #e8e100;
  margin-bottom: 10px;
  padding-left: 2rem;
  padding-right: 1rem;
  color: #000000;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .tx-leistungen--header .overlay .content p {
    width: max-content;
    font-size: 2.5rem;
  }
}
.tx-leistungen--links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.tx-leistungen--links.big .link {
  width: 100%;
  height: 300px;
  position: relative;
  text-decoration: unset;
  display: grid;
}
@media screen and (min-width: 48em) {
  .tx-leistungen--links.big .link {
    width: calc(50% - 1rem);
  }
}
.tx-leistungen--links.big .link .link--content {
  width: 55%;
  height: 120px;
  border: var(--frame-width) solid #e8e100;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .3s ease;
}
@media screen and (min-width: 992px) {
  .tx-leistungen--links.big .link .link--content {
    width: 45%;
  }
}
.tx-leistungen--links.big .link .link--content .link--title {
  position: absolute;
  top: -0.7rem;
  background-color: #ffffff;
  padding: 0 1rem;
  width: 62%;
  font-size: 0.7rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .tx-leistungen--links.big .link .link--content .link--title {
    width: 58.3%;
    top: -0.9rem;
    font-size: .6rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-leistungen--links.big .link .link--content .link--title {
    font-size: 1rem;
    font-weight: 300;
  }
}
.tx-leistungen--links.big .link .link--content .icon-next {
  position: absolute;
  bottom: -12px;
  background-color: #e8e100;
  color: #ffffff;
  text-decoration: none;
  padding: .2rem;
  border-radius: .3rem;
}
.tx-leistungen--links.big .link .link--image {
  width: 60%;
  height: 100%;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .tx-leistungen--links.big .link .link--image {
    width: 70%;
  }
}
.tx-leistungen--links.big .link .link--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-leistungen--links.big .link.left .link--content {
  order: 0;
  left: 0;
}
.tx-leistungen--links.big .link.left .link--content .link--title {
  left: 1rem;
}
.tx-leistungen--links.big .link.left .link--content .icon-next {
  right: 28%;
}
.tx-leistungen--links.big .link.left .link--image {
  order: 1;
  right: 0;
}
.tx-leistungen--links.big .link.right .link--content {
  order: 1;
  right: 0;
}
.tx-leistungen--links.big .link.right .link--content .link--title {
  right: 1rem;
  text-align: right;
}
.tx-leistungen--links.big .link.right .link--content .icon-next {
  left: 28%;
}
.tx-leistungen--links.big .link.right .link--image {
  order: 0;
  left: 0;
}
.tx-leistungen--links.big .link:last-of-type .link--image {
  background: #e8e100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem,7vw,2rem);
  text-align: left;
  padding: 3rem 6rem 2rem 3rem;
  line-height: 1;
  font-weight: 700;
}
.tx-leistungen--links.big .link:last-of-type .link--content {
  border-color: #004f9f;
}
.tx-leistungen--links.big .link:last-of-type .link--content .icon-next {
  background-color: #004f9f;
}
.tx-leistungen--links.big .link:hover {
  color: #353b31;
}
.tx-leistungen--links.big .link:hover .link--content {
  transform: translateY(-60%);
}
.tx-leistungen--links.small {
  padding-block: 2rem;
}
.tx-leistungen--links.small .link {
  width: 100%;
  height: 100px;
  position: relative;
  text-decoration: unset;
  margin-block: 1rem;
}
@media screen and (min-width: 30em) {
  .tx-leistungen--links.small .link {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 78.75em) {
  .tx-leistungen--links.small .link {
    width: calc(25% - 1rem);
  }
}
.tx-leistungen--links.small .link .link--content {
  border: var(--frame-width) solid #e8e100;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .3s ease;
}
.tx-leistungen--links.small .link .link--content .link--title {
  position: absolute;
  left: 5%;
  top: -0.7rem;
  background-color: #ffffff;
  padding: 0 1rem;
  width: 90%;
  text-align: center;
  font-size: 1rem;
}
.tx-leistungen--links.small .link .link--content .icon-next {
  position: absolute;
  left: calc(60% + 12px);
  bottom: -12px;
  background-color: #e8e100;
  color: #ffffff;
  text-decoration: none;
  padding: .2rem;
  border-radius: .3rem;
  transition: all .3s ease;
}
.tx-leistungen--links.small .link:hover {
  color: #353b31;
}
.tx-leistungen--links.small .link:hover .link--content {
  transform: translateY(-10px);
  border-color: #004f9f;
}
.tx-leistungen--links.small .link:hover .icon-next {
  background-color: #004f9f;
}
.tx-imagegrid {
  margin-block-end: 2rem;
}
.tx-imagegrid .image-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  --gap: 1rem;
  gap: var(--gap);
  height: 350px;
}
@media screen and (min-width: 48em) {
  .tx-imagegrid .image-wrapper {
    height: 650px;
  }
}
.tx-imagegrid .image-wrapper .image {
  overflow: hidden;
}
.tx-imagegrid .image-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.tx-imagegrid .image-wrapper .image:nth-child(1) {
  flex: 0 0 100%;
  width: calc(50% - var(--gap));
  margin: 0 calc(-1 * var(--gap)) 0 0;
}
.tx-imagegrid .image-wrapper .image:nth-child(2),
.tx-imagegrid .image-wrapper .image:nth-child(3) {
  width: calc(49%);
  flex: 0 0 calc(50% - 0.5 * var(--gap));
  height: calc(50% - 2 * var(--gap));
}
.tx-imagegrid .image-wrapper .image:nth-child(2) {
  margin: 0 calc(1 * var(--gap)) 0 calc(1 * var(--gap));
}
.tx-imagegrid .image-wrapper .image:nth-child(3) {
  margin: 0 calc(1 * var(--gap)) calc(-1 * var(--gap)) calc(1 * var(--gap));
}
.tx-imagegrid .image-wrapper .image:hover img {
  transform: scale(1.2);
}
.tx-map {
  position: relative;
}
@media screen and (min-width: 78.75em) {
  .tx-map {
    margin-top: -6rem;
  }
}
.tx-map .image svg {
  width: 100%;
  fill: #dfe0e2;
  filter: drop-shadow(0 0 1px #004f9f);
}
.tx-map .location {
  position: absolute;
}
.tx-map .location .location--info {
  display: flex;
}
.tx-map .location .location--info .location--pin {
  height: auto;
  float: left;
  width: clamp(20px,5vw,50px);
  transition: transform .3s ease;
}
@media screen and (min-width: 992px) {
  .tx-map .location .location--info .location--pin {
    width: clamp(20px,2vw,30px);
  }
}
.tx-map .location .location--info .location--pin svg {
  fill: #004f9f;
}
.tx-map .location .location--info .location--city {
  align-self: flex-end;
  line-height: 1;
  color: #004f9f;
  font-size: 3.5vw;
}
@media screen and (min-width: 992px) {
  .tx-map .location .location--info .location--city {
    font-size: 1.6vh;
  }
}
.tx-map .location .location--info .location--city:hover {
  cursor: pointer;
}
.tx-map .location .location--contactbox {
  background-color: #004f9f;
  color: #ffffff;
  padding: 1.5rem;
  width: max-content;
  display: none;
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: 1;
  transform: translateX(-40%);
  margin-top: 1.5rem;
  cursor: default;
  transition: all .5s ease;
}
.tx-map .location .location--contactbox p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 0.8rem;
}
.tx-map .location .location--contactbox p:first-of-type {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
.tx-map .location .location--contactbox p a {
  margin-left: 1ch;
  text-decoration: none;
  color: #ffffff;
}
.tx-map .location .location--contactbox p a:hover {
  color: inherit;
  text-decoration: underline;
}
.tx-map .location:hover {
  cursor: pointer;
}
.tx-map .location:hover .location--pin {
  transform: scale(1.3);
}
.tx-map .location.active .location--contactbox {
  background-color: #004f9f;
  color: #ffffff;
  display: block;
  visibility: visible;
  opacity: 1;
}
.tx-map .location.active .location--contactbox a:hover {
  color: #ffffff;
}
.tx-map .location.active[data-attribute="active"] .location--pin svg {
  fill: #e8e100;
}
.tx-map .location[data-attribute="active"] .location--contactbox {
  background-color: #e8e100;
  color: #353b31;
}
.tx-map .location:nth-of-type(1) {
  top: 14%;
  left: 40%;
}
.tx-map .location:nth-of-type(3) {
  top: 30%;
  left: 30%;
}
.tx-map .location:nth-of-type(5) {
  top: 20%;
  left: 70%;
}
.tx-map .location:nth-of-type(7) {
  top: 43%;
  left: 50%;
}
.tx-map .location:nth-of-type(9) {
  top: 56%;
  left: 30%;
}
.tx-map .location:nth-of-type(11) {
  top: 41%;
  left: 10%;
}
.tx-downloads {
  background-color: #E9EDF0;
  padding-block: 2rem;
}
.tx-downloads .container .headline,
.tx-downloads .container .subline {
  text-align: center;
  text-transform: capitalize;
}
.tx-downloads .container .headline {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.tx-downloads .container .subline {
  font-size: 1.5rem;
  color: #004f9f;
}
.tx-downloads .container .downloads {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  justify-content: space-evenly;
}
@media screen and (min-width: 48em) {
  .tx-downloads .container .downloads {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.tx-downloads .container .downloads a {
  margin-block: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-downloads .container .downloads a {
    margin: 1rem;
  }
}
.tx-downloads .container .downloads a .item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tx-downloads .container .downloads a .item .icon {
  width: 40px;
  margin-right: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-downloads .container .downloads a .item .icon {
    width: 80px;
  }
}
.tx-downloads .container .downloads a .item:hover .text {
  color: #004f9f;
}
.sticky-contact {
  position: absolute;
  right: 1rem;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
  transition: all .3s ease;
}
.sticky-contact img {
  width: 60px;
  height: auto;
}
@media screen and (min-width: 48em) {
  .sticky-contact img {
    width: 90px;
  }
}
.sticky-contact .contactpanel {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 380px;
  max-width: 100vw;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  margin-bottom: 0;
  background-color: #e8e100;
  padding: 1rem;
}
.sticky-contact .contactpanel .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  font-size: 1.5rem;
  font-family: sans-serif;
  text-shadow: unset;
  color: #353b31;
  opacity: 1;
}
.sticky-contact .contactpanel .inner a {
  color: #353b31;
  text-decoration: none;
}
.sticky-contact .contactpanel .inner a:hover {
  text-decoration: underline;
}
.sticky-contact.active .contactpanel {
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.sticky-contact.sticky {
  top: unset !important;
  bottom: 5rem;
  position: fixed;
  right: 0;
}
.folgeseite .sticky-contact {
  bottom: 5rem;
  top: unset !important;
  position: fixed;
  right: 0;
}
.standorte .headline {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
}
.standorte .locations {
  display: grid;
  max-width: 1200px;
  margin-inline: auto;
  margin-block: 2rem;
  gap: 1rem;
  font-size: 0.8rem;
  padding-inline: 1rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 48em) {
  .standorte .locations {
    grid-template-columns: 1fr 1fr;
  }
}
.standorte .locations .location {
  width: 100%;
  padding: 1rem;
  justify-content: space-between;
  border: unset;
  font-size: inherit;
  gap: 1rem;
  box-shadow: 0.3px 0.3px 1.1px rgba(0,0,0,0.02), 0.7px 0.7px 2.7px rgba(0,0,0,0.028), 1.3px 1.3px 5px rgba(0,0,0,0.035), 2.2px 2.2px 8.9px rgba(0,0,0,0.042), 4.2px 4.2px 16.7px rgba(0,0,0,0.05), 10px 10px 40px rgba(0,0,0,0.07);
  transition: all .3s ease;
}
.standorte .locations .location:hover {
  box-shadow: 1.1px 1.1px 2.2px rgba(0,0,0,0.02), 2.7px 2.7px 5.3px rgba(0,0,0,0.028), 5px 5px 10px rgba(0,0,0,0.035), 8.9px 8.9px 17.9px rgba(0,0,0,0.042), 16.7px 16.7px 33.4px rgba(0,0,0,0.05), 40px 40px 80px rgba(0,0,0,0.07);
  transform: translateY(-10px);
}
.standorte .locations .location .image {
  width: 100%;
  height: 250px;
}
.standorte .locations .location .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.standorte .locations .location p {
  font-size: inherit;
}
.standorte .locations .location .map {
  margin-top: 1rem;
}
#c204 {
  padding: 0;
}
#c204 .effectheader {
  margin-bottom: 0;
}
.contentwrap {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-top: 0;
}
.topmenu-wrap {
  z-index: 1002;
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  transform: translateY(-50%);
}
.topmenu-wrap .social {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.topmenu-wrap .social .sociallink {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3rem;
}
.topmenu-wrap .social .sociallink .icon {
  font-size: 1.2rem;
}
header.pageheader {
  position: fixed;
  top: 0;
  z-index: 250;
  width: 100%;
  height: 132px;
  background-color: #ffffff;
  transition: height .3s ease;
}
header.pageheader .mainbar {
  display: flex;
}
header.pageheader .mainbar .navbar-brand {
  width: 80px;
  padding-block: 0;
  transition: all .3s ease-in-out;
  z-index: 100;
}
@media screen and (min-width: 48em) {
  header.pageheader .mainbar .navbar-brand {
    width: 130px;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .mainbar .navbar-brand {
    width: 200px;
  }
}
header.pageheader .mainbar .navbar-brand img {
  width: 100%;
  height: auto;
}
header.pageheader .mainbar .navbar-nav.hide {
  opacity: 0;
}
header.pageheader .navbar {
  height: 132px;
  align-items: center;
  transition: all 250ms ease-out;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar {
    justify-content: center;
    align-content: center;
  }
}
header.pageheader .navbar .navbar-toggler {
  position: absolute;
  top: 50%;
  transition: all 250ms ease-out;
  transform: translateY(-50%);
  z-index: 1001;
  display: block;
  visibility: visible;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar .navbar-toggler {
    display: none;
    visibility: hidden;
  }
}
header.pageheader .navbar .navbar-toggler svg {
  height: auto;
  fill: #004f9f;
}
header.pageheader .navbar .navbar-toggler.left {
  left: 5px;
}
header.pageheader .navbar .navbar-toggler.right {
  right: 5px;
}
header.pageheader .navbar .navbar-toggler .navbar-toggler-icon,
header.pageheader .navbar .navbar-toggler svg * {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header.pageheader .navbar .navbar-nav {
  flex-direction: row;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar .navbar-nav {
    display: flex;
    visibility: visible;
    align-items: center;
  }
}
header.pageheader .navbar .navbar-nav .nav-item .nav-link {
  text-decoration: none;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  color: #000000;
}
header.pageheader .navbar .navbar-nav .nav-item .nav-link:after {
  visibility: hidden;
  display: none;
}
header.pageheader .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #004f9f;
  border-radius: unset;
  position: absolute !important;
  margin-top: -1px;
}
header.pageheader .navbar .navbar-nav .nav-item .dropdown-menu .nav-link {
  color: #ffffff;
  font-size: .9rem;
  text-align: left;
  padding: .3rem 1rem;
}
header.pageheader .navbar .navbar-nav .nav-item .dropdown-menu .nav-link:hover {
  color: #e8e100;
}
header.pageheader .navbar .navbar-nav .nav-item .dropdown-menu .nav-link.active {
  font-weight: bold;
  background-color: #e8e100;
  color: #353b31;
}
header.pageheader .navbar .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
  display: block;
}
header.pageheader .navbar .navbar-nav .nav-item.active >.nav-link {
  font-weight: bold;
  border-bottom: 5px solid #004f9f;
}
header.pageheader .navbar #mainmenupanel {
  position: fixed;
  height: 100vh;
  width: 25vw;
  min-width: 300px;
  z-index: 1000;
  top: 0;
  background-color: #dedee0;
  padding: 132px 0 1rem 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header.pageheader .navbar #mainmenupanel.left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
header.pageheader .navbar #mainmenupanel.right {
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
header.pageheader .navbar #mainmenupanel .contact {
  margin: .5rem 0;
  display: flex;
  flex-direction: row;
}
header.pageheader .navbar #mainmenupanel .contact .btn {
  display: flex;
  flex: 1;
  justify-content: center;
  margin: 0 .4rem;
  overflow: hidden;
}
header.pageheader .navbar #mainmenupanel .contact .btn svg {
  height: 1.5em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #353b31;
}
header.pageheader .navbar #mainmenupanel .contact .btn:hover {
  background: #b5b000;
}
header.pageheader .navbar #mainmenupanel .navbar-form {
  top: 14%;
  width: 100%;
  height: 56px;
  padding: 0.4rem;
}
header.pageheader .navbar #mainmenupanel .navbar-form .input-group #ke_search_sword {
  border-radius: unset;
  width: 90%;
  height: 42px;
  top: 0;
}
header.pageheader .navbar #mainmenupanel .navbar-form .input-group .input-group-btn {
  width: 30%;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
}
header.pageheader .navbar #mainmenupanel .navbar-form .input-group .input-group-btn [type="reset"] {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 8px;
  background: unset;
  color: #353b31;
  z-index: 1001;
}
@media screen and (min-width: 360px) {
  header.pageheader .navbar #mainmenupanel .navbar-form .input-group .input-group-btn [type="reset"] {
    top: 5px;
  }
}
@media screen and (min-width: 992px) {
  header.pageheader .navbar #mainmenupanel .navbar-form .input-group .input-group-btn [type="reset"] {
    top: 0;
  }
}
header.pageheader .navbar #mainmenupanel .navbar-form .input-group .input-group-btn [type="submit"] {
  position: absolute;
  top: 8px;
  right: 0;
  padding: 0;
  height: 41px;
  width: 50%;
  border-radius: unset;
  background-color: #004f9f;
}
@media screen and (min-width: 360px) {
  header.pageheader .navbar #mainmenupanel .navbar-form .input-group .input-group-btn [type="submit"] {
    top: 4px;
  }
}
@media screen and (min-width: 992px) {
  header.pageheader .navbar #mainmenupanel .navbar-form .input-group .input-group-btn [type="submit"] {
    top: 1px;
  }
}
header.pageheader .navbar #mainmenupanel .navbar-form .input-group .input-group-btn [type="submit"] .icon-search {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #ffffff;
}
header.pageheader .navbar #mainmenupanel .navbar-form .input-group .input-group-btn [type="submit"] span {
  display: none;
  visibility: hidden;
}
header.pageheader .navbar #mainmenupanel .social {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 1rem 0;
}
header.pageheader .navbar #mainmenupanel .social .sociallink {
  background-color: unset;
  text-decoration: unset;
  font-size: 1.5rem;
}
header.pageheader .navbar #mainmenupanel .social .sociallink .icon {
  color: #004f9f;
}
header.pageheader .navbar #mainmenupanel .mainbar {
  padding: 0;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav {
  display: flex;
  visibility: visible;
  flex-direction: column;
  padding: 0;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item {
  padding-left: 0;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link {
  padding-block: .7rem;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link {
    padding-block: .3rem;
  }
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link:after {
  display: inline-block;
  visibility: visible;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link:hover .dropdown {
  position: static;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link {
  text-decoration: none;
  padding: .5rem 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #efefef;
  color: #353b31;
  width: 100%;
  min-width: unset;
  position: unset !important;
  display: none;
  visibility: hidden;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link {
  font-family: 'adelle', sans-serif;
  color: #353b31;
  font-weight: 300;
  margin-block: .5rem;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link {
    margin-block: .3rem;
  }
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.dropdown.show,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active {
  background-color: #e8e100;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.show {
  background-color: unset;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.show .dropdown-menu {
  display: block;
  visibility: visible;
  position: absolute;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.show .nav-link {
  color: #353b31;
  text-align: center;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item:hover {
  background-color: #e8e100;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item:hover .nav-link {
  color: #353b31;
}
header.pageheader .navbar .header-socialbox {
  justify-self: flex-start;
}
header.pageheader .navbar .header-socialbox svg {
  display: inline-block;
  width: 32px;
  height: 32px;
}
header.pageheader .navbar .header-socialbox svg * {
  fill: #776d5b;
}
header.pageheader .navbar .topbar {
  background: #353b31;
  font-size: 1rem;
  padding: 0.5rem;
}
header.pageheader .navbar .topbar a {
  color: #fdfdfd;
  padding: 0;
}
header.pageheader .navbar .topbar .buttonlink {
  color: #353b31;
  padding: 0 0.5rem 0 0;
}
header.pageheader .navbar .topbar .buttonlink .inner {
  background: #fdfdfd;
  padding: 0.25rem 0.5rem;
}
header.pageheader .navbar .topbar .buttonlink svg {
  width: 1rem;
  height: 1rem;
}
header.pageheader .navbar .topbar .buttonlink svg * {
  fill: #353b31;
}
header.pageheader .navbar .mainbar {
  padding: 20px 0;
}
header.pageheader .navbar .mainbar ul {
  width: 100%;
  padding: 10px 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 0;
  list-style: none;
}
header.pageheader .navbar .mainbar li a {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  text-decoration: none;
}
header.pageheader .navbar .mainbar li.active >a,
header.pageheader .navbar .mainbar li:hover >a {
  color: #353b31;
}
header.pageheader .navbar .mainbar .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-width: 14rem;
  -webkit-box-shadow: 0 2px 4px 3px rgba(0,0,0,0.05);
  box-shadow: 0 2px 4px 3px rgba(0,0,0,0.05);
  border: none;
}
header.pageheader .navbar .mainbar .dropdown-menu a {
  font-size: 1rem;
  font-family: 'adelle';
  font-weight: 700;
  color: #353b31;
}
header.pageheader .navbar .mainbar .dropdown-menu a.active {
  color: #e8e100;
}
header.pageheader .navbar .mainbar .dropdown-menu a:hover {
  color: #e8e100;
}
header.pageheader .navbar .mainbar li a {
  text-align: center;
  font-size: 2rem;
}
header.pageheader .navbar .mainbar li.trenner {
  border: none;
}
header.pageheader .navbar .mainbar .dropdown.show {
  background: #efefef;
}
header.pageheader .navbar .mainbar .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
header.pageheader .navbar .mainbar .dropdown-menu a {
  font-size: 1.25rem;
}
header.pageheader .navbar .mainbar .dropdown-menu a.active {
  color: #e8e100;
}
header.pageheader .navbar .mainbar .dropdown-menu a.active:hover {
  color: #ffffff;
}
.showNav header.pageheader .navbar .navbar-toggler .navbar-toggler-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.showNav header.pageheader .navbar #mainmenupanel {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.scrollheader header.pageheader {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
  height: 60px;
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader {
    height: 90px;
  }
}
.scrollheader header.pageheader .navbar {
  height: 60px;
  align-content: center;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .navbar {
    height: 90px;
  }
}
.scrollheader header.pageheader .navbar-brand {
  width: 80px;
}
@media screen and (min-width: 78.75em) {
  .scrollheader header.pageheader .navbar-brand {
    width: 130px;
  }
}
.scrollheader header.pageheader #mainmenupanel {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  body header.pageheader {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
    height: 60px;
  }
  body header.pageheader .navbar {
    height: 60px;
    align-content: center;
    transition: all .3s ease-in-out;
  }
  body header.pageheader .navbar-brand {
    width: 80px;
  }
  body header.pageheader #mainmenupanel {
    padding-top: 90px;
  }
  body .contentwrap {
    padding-top: 0;
  }
  body header.pageheader #mainmenupanel {
    padding-top: 69px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 48em) {
  body header.pageheader {
    height: 90px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 48em) {
  body header.pageheader .navbar {
    height: 90px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 78.75em) {
  body header.pageheader .navbar-brand {
    width: 130px;
  }
}
.navbar-toggler {
  outline: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
}
.navbar-toggler .navbar-toggler-icon .line {
  width: 40px;
  height: 5px;
  background-color: #004f9f;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon:hover {
  cursor: pointer;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/icomoon.eot?5sj6sk');
  src: url('../fonts/icomoon.eot?5sj6sk#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?5sj6sk') format('truetype'), url('../fonts/icomoon.woff?5sj6sk') format('woff'), url('../fonts/icomoon.svg?5sj6sk#icomoon') format('svg');
}
.icon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pdf:before {
  content: "\e91d";
}
.icon-info:before {
  content: "\e924";
}
.icon-instagram-square:before {
  content: "\e92d";
}
.icon-quote:before {
  content: "\e91c";
}
.icon-smiley:before {
  content: "\e91a";
}
.icon-facebook-thin:before {
  content: "\e918";
}
.icon-instagram-thin:before {
  content: "\e919";
}
.icon-down:before {
  content: "\e917";
}
.icon-star:before {
  content: "\e913";
}
.icon-print:before {
  content: "\e914";
}
.icon-text:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e916";
}
.icon-search:before {
  content: "\e907";
}
.icon-back-thin:before {
  content: "\e910";
}
.icon-next-thin:before {
  content: "\e912";
}
.icon-like:before {
  content: "\e90c";
}
.icon-envelope:before {
  content: "\e90d";
}
.icon-phonecall:before {
  content: "\e90e";
}
.icon-up:before {
  content: "\e90f";
}
.icon-placeholder:before {
  content: "\e900";
}
.icon-play:before {
  content: "\e901";
}
.icon-back:before {
  content: "\e902";
}
.icon-shield:before {
  content: "\e903";
}
.icon-money:before {
  content: "\e904";
}
.icon-next:before {
  content: "\e905";
}
.icon-checkmark:before {
  content: "\e906";
}
.icon-arrow-down:before {
  content: "\e91b";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-xing:before {
  content: "\ead4";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-remove:before {
  content: "\e911";
}
.icon-youtube-square:before {
  content: "\e908";
}
.icon-lock:before {
  content: "\e909";
}
.icon-facebook-square:before {
  content: "\e90a";
}
.icon-xing-square:before {
  content: "\e90b";
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,79,159,0.7);
}
.modal .modal-dialog {
  max-width: 650px;
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  margin: auto;
}
.modal .modal-dialog.modal-centered {
  min-height: calc(96.5%);
}
.modal .modal-dialog.modal-centered .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: .3rem;
  outline: 0;
}
.modal .modal-dialog .modal-content {
  background-color: #ffffff;
  color: #353b31;
}
.modal .modal-dialog .modal-content .modal-header {
  border: unset;
}
.modal .modal-dialog .modal-content .modal-header .close {
  color: inherit;
  font-family: PaytoneOne;
  font-size: 2.6rem;
  padding: 0 1rem;
  color: #004f9f;
}
.modal .modal-dialog .modal-content .modal-body {
  color: inherit;
}
.modal .modal-dialog .modal-content .modal-body .modal-title {
  color: inherit;
  font-family: PaytoneOne;
  margin-bottom: .5rem;
}
.modal .modal-dialog .modal-content .modal-body .modal-content {
  border: unset;
}
@media screen and (min-width: 64em) {
  .modal.fade .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
  }
}
.social {
  display: flex;
}
.social .sociallink {
  text-decoration: none;
}
.social .sociallink .icon {
  padding: .3rem;
  color: #004f9f;
  font-size: 1.5rem;
}
#offcanvasmenu {
  width: 20em;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 2002;
  padding: 78px 1em 15px 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#offcanvasmenu .inner {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  #offcanvasmenu {
    padding-right: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 400px) {
  #offcanvasmenu {
    width: 100vw;
  }
}
#offcanvasmenu .togglewrap {
  position: absolute;
  right: -100px;
  top: 0px;
  background-color: transparent;
  padding: 10px 20px;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
#offcanvasmenu.open {
  background-color: #ffffff;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
#offcanvasmenu.open .togglewrap {
  -webkit-box-shadow: 5px 0 5px rgba(0,0,0,0.25);
  box-shadow: 5px 0 5px rgba(0,0,0,0.25);
}
@media screen and (max-width: 3440px) {
  #offcanvasmenu.open .togglewrap {
    right: -10px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#offcanvasmenu .navbar-navi a {
  color: #004f9f;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#offcanvasmenu .navbar-navi li > a {
  padding: 10px 30px;
  border-top: 1px solid #ececec;
  display: block;
}
#offcanvasmenu .navbar-navi li:first-child a {
  border: none;
}
#offcanvasmenu .navbar-navi li.active a,
#offcanvasmenu .navbar-navi li:hover a {
  color: #000000;
  text-decoration: none;
  background: none;
}
#offcanvasmenu .navbar-navi li.active a {
  background-color: #efefef;
}
#offcanvasmenu .navbar-navi .drop-down-menu {
  margin-bottom: 20px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#offcanvasmenu .navbar-navi .drop-down-menu a {
  font-weight: 400;
  text-transform: none;
}
#offcanvasmenu .navbar-navi .caret {
  display: none;
}
#offcanvasmenu .mainmenu-sub {
  margin-top: 50px;
}
#offcanvasmenu .mainmenu-sub a {
  font-size: 12px;
}
#offcanvasmenu .mainmenu-sub li:first-child a {
  border: none;
}
#offcanvasmenu #socialmenu {
  position: absolute;
  right: -240px;
  top: 25px;
  z-index: 10001;
  width: 120px;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#offcanvasmenu #socialmenu li a {
  height: 30px;
  width: auto;
  display: inline-block;
}
#offcanvasmenu #socialmenu li a svg {
  width: auto;
  height: 100%;
  position: relative;
}
#offcanvasmenu #socialmenu li a svg * {
  fill: #ffffff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  #offcanvasmenu #socialmenu {
    left: 30px;
  }
}
body.scrollheader #offcanvasmenu #socialmenu {
  top: 15px;
}
body.openmenu  #offcanvasmenu #socialmenu {
  left: 30px;
}
body.openmenu  #offcanvasmenu #socialmenu li a svg * {
  fill: #004f9f;
}
body.openmenu  #offcanvasmenu #socialmenu li a:hover svg * {
  fill: #000000;
}
.bottommenu {
  z-index: 2001;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #39536b;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
@media screen and (min-width: 768px) {
  .bottommenu {
    display: none;
  }
}
.bottommenu .bottomLink {
  height: 100%;
  width: 16.666%;
  display: block;
  float: left;
  text-align: center;
  border-right: 1px solid #42607c;
}
.bottommenu .bottomLink:hover {
  background-color: #42607c;
}
.bottommenu .bottomLink:last-child {
  border: none;
}
.bottommenu .bottomLink img,
.bottommenu .bottomLink svg {
  height: 20px;
  width: auto;
  margin: 15px auto;
  position: relative;
}
.bottommenu .bottomLink span {
  display: none;
}
.submenu ul {
  padding: 10px 20px;
  margin: 50px 0;
  list-style: none;
  text-align: left;
  background: ;
}
.submenu ul li {
  padding: 5px 10px;
  position: relative;
  display: inline-block;
}
.submenu ul li a {
  font-size: 20px;
  display: block;
  text-align: center;
  color: #353b31;
  line-height: 1em;
  padding: 10px;
  position: relative;
}
.submenu ul li:hover a,
.submenu ul li.active a {
  color: #ffffff;
  background: #e8e100;
  text-decoration: none;
  display: block;
  height: 2em;
  position: relative;
}
.submenu ul li:hover a:before,
.submenu ul li:hover a:after,
.submenu ul li.active a:before,
.submenu ul li.active a:after {
  border-color: ;
}
.footer-info {
  padding-bottom: 2rem;
}
.footer-info .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .footer-info .container {
    flex-direction: row;
    align-items: flex-start;
  }
}
.footer-info .container .footerA .footerlogo {
  width: clamp(100px,15vw,170px);
  height: auto;
  align-self: baseline;
  margin-inline: auto;
}
.footer-info .container .footerA .footerlogo img {
  width: 100%;
  height: auto;
}
.footer-info .container .footerA p {
  font-size: .7rem;
  line-height: 2;
  padding-top: 2rem;
}
.footer-info .container .footerB {
  padding-top: 2rem;
}
.footer-info .container .footerB #footermenu {
  flex-direction: column;
  justify-content: end;
  flex-wrap: wrap;
  padding: 1rem;
  padding-top: 2rem;
}
@media screen and (min-width: 48em) {
  .footer-info .container .footerB #footermenu {
    padding-top: unset;
  }
}
.footer-info .container .footerB #footermenu >*+* {
  border-top: 1px solid #666666;
}
.footer-info .container .footerB #footermenu li {
  margin-block: .25rem 0;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 48em) {
  .footer-info .container .footerB #footermenu li {
    font-size: 0.7rem;
  }
}
.footer-info .container .footerB #footermenu li a {
  text-decoration: unset;
}
.footer-info .container .footerB .logos {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.footer-info .container .footerB .logos .images {
  display: flex;
  gap: .5rem;
  padding-top: 2rem;
}
@media screen and (min-width: 48em) {
  .footer-info .container .footerB .logos .images {
    padding-top: unset;
  }
}
.footer-info .container .footerB .logos .images img {
  max-height: 50px;
  width: auto;
}
.footer-info .container .footerB .logos p {
  font-size: 0.7rem;
  margin-bottom: 0;
}
.footer-info .container .footerA,
.footer-info .container .footerB {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .footer-info .container .footerA,
  .footer-info .container .footerB {
    flex-direction: row;
    text-align: left;
    gap: 2rem;
  }
}
.footer-info .cookies {
  margin-block: 1.5rem;
}
.zeropadrow {
  margin: 0;
}
.zeropadrow >div {
  padding: 0;
}
.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.ribbon {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 auto 20px 0;
}
.ribbon:after,
.ribbon:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -0.5em;
  width: 1em;
  height: 100%;
  background-color: #d09c00;
  pointer-events: none;
}
.ribbon:after {
  right: -0.57em;
  z-index: -1;
}
.ribbon:before {
  bottom: auto;
  top: -0.5em;
  left: -0.57em;
  z-index: -1;
}
.ribbon .text {
  display: inline-block;
  position: relative;
  padding: .15em .75em;
  text-decoration: none;
  color: #112435;
  font-weight: 700;
  background-color: #ffc004;
}
.ribbon .text:after,
.ribbon .text:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -0.5em;
  left: -0.05em;
  pointer-events: none;
  -webkit-mask: none;
}
.ribbon .text:before {
  bottom: auto;
  top: -0.5em;
  border-bottom: 0.5em solid #ffda6a;
  border-left: .5em solid transparent;
}
.ribbon .text:after {
  left: auto;
  right: -0.05em;
  border-top: 0.5em solid #ffda6a;
  border-right: .5em solid transparent;
}
.powermail_field {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.tx-powermail legend {
  display: none;
}
.powermail_field select,
.powermail_field .powermail_textarea,
.powermail_field .powermail_input {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 15px 15px;
  outline: 0;
  border: 1px solid #353b31;
  border-radius: 0;
  color: #353b31;
  appearance: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.powermail_field .powermail_textarea,
.powermail_field .powermail_input {
  text-align: center;
}
.powermail_field select::-ms-expand {
  display: none;
}
.powermail_field select:hover,
.powermail_field select:focus {
  color: #000000;
  background: #ffffff;
}
.powermail_field select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 18px;
  height: 18px;
  border: solid #004f9f;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.powermail_field select:hover ~ .select_arrow,
.powermail_field select:focus ~ .select_arrow {
  border-color: #000000;
}
.powermail_field select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}
.powermail_submit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #e8e100;
  width: 100%;
  background-color: #353b31;
  border: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.powermail_submit:hover {
  background-color: #4e5748;
}
.powermail_fieldwrap_type_check .checkbox label {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
.powermail_fieldwrap_type_check .checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.powermail_fieldwrap_type_check .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #eee;
  border: 4px solid #e8e100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.powermail_fieldwrap_type_check .checkbox label:hover input ~ .checkmark {
  background-color: #ccc;
}
.powermail_fieldwrap_type_check .checkbox label input:checked ~ .checkmark {
  background-color: #e8e100;
}
.powermail_fieldwrap_type_check .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.powermail_fieldwrap_type_check .checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.powermail_fieldwrap_type_check .checkbox label .checkmark:after {
  left: 9px;
  top: 2px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.controls {
  text-align: right;
}
.controls .btn {
  background-color: #e8e100;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 1rem;
}
.controls .btn:first-child {
  margin-right: 10px;
}
.tx-powermail .layout1 {
  margin-bottom: 75px;
}
.tx-powermail .layout1 legend {
  font-family: 'adelle';
  font-weight: 700;
  color: #353b31;
  font-size: 2.222222rem;
  text-transform: uppercase;
  color: #e8e100;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.8rem 0 0.8rem 5rem;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: relative;
}
.tx-powermail .layout1 legend span {
  color: #ffffff;
  background: #e8e100;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: baseline;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  margin-right: 1rem;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 479px) {
  .tx-powermail .layout1 legend {
    font-size: 2rem;
  }
}
.tx-powermail .layout1 .card {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tx-powermail .layout1 .card .card-header {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.tx-powermail .layout1 .card .card-header a.collapsed legend {
  color: #666666;
}
.tx-powermail .layout1 .card .card-header a.collapsed legend span {
  background: #666666;
}
.tx-powermail .layout1 .card .card-body {
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .tx-powermail .layout1 .card .card-body {
    padding-left: 0;
  }
}
.tx-powermail .layout1 .card .card-border {
  border-bottom: 3px solid #666666;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tx-powermail .layout1 .card .show + .card-border {
  border-color: #e8e100;
}
.tx-powermail .layout1 .card:last-child {
  display: none;
}
.tx-powermail .layout1 .powermail_fieldset {
  padding: 25px 0 0px 0;
  display: block;
}
.tx-powermail .layout1 .powermail_fieldset .fieldsetbody {
  padding-bottom: 40px;
}
.tx-powermail .layout1 .powermail_fieldset .powermail_label {
  font-size: 1.555556rem;
}
.news-list-view,
.news-single {
  padding-top: 50px;
  padding-bottom: 50px;
}
.news-list-view img,
.news-single img {
  -webkit-box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
}
.news-list-view .caption,
.news-single .caption {
  margin-top: 10px;
}
.news-list-view .news-list-item,
.news-single .news-list-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .news-list-view .news-list-item img,
  .news-single .news-list-item img {
    margin-top: 20px;
  }
}
.news-list-view h2,
.news-list-view h3,
.news-single h2,
.news-single h3 {
  margin-top: 0;
  font-weight: 300;
  text-transform: none;
  font-size: 2rem;
  line-height: 1;
}
.news-list-view h2 a,
.news-list-view h3 a,
.news-single h2 a,
.news-single h3 a {
  text-decoration: none;
}
.news .article h3 {
  margin-bottom: 1rem;
}
.newsheader {
  margin-bottom: 30px;
  margin-top: 100px;
}
.newsheader h2 {
  font-size: 56px;
  font-family: 'adelle';
  font-weight: 700;
  color: #353b31;
  margin-bottom: 0;
  line-height: 0.7em;
}
.newsheader .subtitle {
  font-size: 1.555556rem;
  font-family: 'adelle';
  font-weight: 700;
  color: #353b31;
  font-weight: 400;
  text-transform: uppercase;
}
.news .news-list-view.start {
  max-width: 1100px;
  padding-block: 0;
  margin-inline: auto;
  border: var(--frame-width) solid #e8e100;
  position: relative;
}
.news .news-list-view.start .article {
  padding: 1rem;
  font-size: 1rem;
  border: none;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  margin-inline: 2rem;
  background-color: #ffffff;
  box-shadow: 0 6px 20px rgba(0,0,0,0);
  transition: box-shadow .3s ease;
}
@media screen and (min-width: 48em) {
  .news .news-list-view.start .article {
    flex-direction: row;
    margin-inline: 2rem 5rem;
  }
}
.news .news-list-view.start .article:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.news .news-list-view.start .article:first-of-type {
  margin-top: -3rem;
}
.news .news-list-view.start .article .news-img-wrap {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .news .news-list-view.start .article .news-img-wrap {
    width: 40%;
  }
}
.news .news-list-view.start .article .news-img-wrap a {
  background: unset;
  border: unset;
}
.news .news-list-view.start .article .news-img-wrap a img {
  width: 100%;
  aspect-ratio: 1.3333333333333;
  object-fit: cover;
}
.news .news-list-view.start .article .teaser-text {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 48em) {
  .news .news-list-view.start .article .teaser-text {
    width: 60%;
    padding: 2rem 0 0 2rem;
  }
}
.news .news-list-view.start .article .teaser-text .header .news-list-date {
  font-size: 1.2rem;
  line-height: 2;
}
.news .news-list-view.start .article .teaser-text .header h3 {
  line-height: 1em;
  font-size: 1.3rem;
}
@media screen and (min-width: 48em) {
  .news .news-list-view.start .article .teaser-text .header h3 {
    font-size: 1.6rem;
  }
}
.news .news-list-view.start .article .teaser-text .header h3 a {
  color: #353b31;
}
.news .news-list-view.start .article .teaser-text .header .lead,
.news .news-list-view.start .article .teaser-text .header p {
  font-size: 1rem;
  color: #353b31;
  margin-bottom: 0;
  line-height: 1em;
}
.news .news-list-view.start .article .teaser-text .more {
  background-color: #e8e100;
  color: #ffffff;
  text-decoration: none;
  padding: .2rem .2rem 0 .2rem;
  border-radius: 0.3rem;
  position: absolute;
  top: 8px;
  right: 0;
}
@media screen and (min-width: 48em) {
  .news .news-list-view.start .article .teaser-text .more {
    bottom: 0;
    top: unset;
  }
}
.news .news-list-view.start .news-list-view--link-all {
  border-radius: 0;
  position: absolute;
  font-size: 1rem;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
}
.news .news-list-view.full .article {
  margin-bottom: 2rem;
}
.news .news-list-view.full .article .news-img-wrap {
  aspect-ratio: 1.5;
}
@media screen and (min-width: 48em) {
  .news .news-list-view.full .article .news-img-wrap {
    width: 25%;
    height: 200px;
    margin-right: 2rem;
  }
}
.news .news-list-view.full .article .news-img-wrap a {
  width: 100%;
  height: 100%;
}
.news .news-list-view.full .article .news-img-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news-list-view.full .article .teaser-text .more {
  display: none;
  visibility: hidden;
}
.news .news-list-view.template-14 {
  --gap: 2px;
  padding-block: 0;
}
@media screen and (min-width: 48em) {
  .news .news-list-view.template-14 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: var(--gap);
    margin-block: 0 var(--gap);
  }
}
.news .news-list-view.template-14 .article {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
  aspect-ratio: 1.5;
}
@media screen and (min-width: 48em) {
  .news .news-list-view.template-14 .article {
    aspect-ratio: 1;
  }
}
.news .news-list-view.template-14 .article .news-img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.news .news-list-view.template-14 .article .news-img-wrap a {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.news .news-list-view.template-14 .article .news-img-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.news .news-list-view.template-14 .article .teaser-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.news .news-list-view.template-14 .article .teaser-text .header {
  width: 100%;
  height: 100%;
}
.news .news-list-view.template-14 .article .teaser-text .header .news-list-date {
  display: none;
  visibility: hidden;
}
.news .news-list-view.template-14 .article .teaser-text .header h2 {
  width: 100%;
  height: 100%;
  margin: 0;
}
.news .news-list-view.template-14 .article .teaser-text .header h2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1;
  color: white;
  text-align: center;
}
.news .news-list-view.template-14 .article .teaser-text .header h2 a span {
  padding: .3rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,79,159,0.7);
  transition: all .3s ease;
}
.news .news-list-view.template-14 .article .teaser-text .more {
  display: none;
  visibility: hidden;
}
.news .news-list-view.template-14 .article:hover .news-img-wrap img {
  transform: scale(1.2);
}
.news .news-list-view.template-14 .article:hover .teaser-text {
  background-color: rgba(0,79,159,0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .news-list-view.template-14 .article:hover .teaser-text .header a span {
  width: auto;
  height: auto;
  background-color: #004f9f;
}
.news .article .news-img-wrap a {
  border: unset;
  background-color: unset;
}
.news .article.articletype-0,
.news .article.articletype-2 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .news .article.articletype-0,
  .news .article.articletype-2 {
    flex-direction: row;
    padding-bottom: 2rem;
  }
}
.news .article.articletype-0 .news-img-wrap,
.news .article.articletype-2 .news-img-wrap {
  float: unset;
  margin-right: 0 !important;
}
.news .article.articletype-0 .teaser-text p,
.news .article.articletype-2 .teaser-text p {
  padding-inline: 0;
}
.news .article.articletype-0:not(:last-of-type),
.news .article.articletype-2:not(:last-of-type) {
  border-bottom: 1px solid #00000050;
}
.news.news-single .article .news-img-wrap {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .news.news-single .article .news-img-wrap {
    width: unset;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}
.news.news-single.template-14 .article .header {
  text-align: center;
}
.news.news-single.template-14 .article .news-img-wrap {
  float: unset;
  display: block;
}
.news >ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news >ul li {
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  background-color: #dedee0;
  transition: background-color .3s ease;
  cursor: pointer;
}
.news >ul li a {
  text-decoration: none;
  color: #353b31;
}
.news >ul li:has(.active),
.news >ul li:hover {
  background-color: #004f9f;
  color: #ffffff;
}
.news >ul li:has(.active) a,
.news >ul li:hover a {
  color: inherit;
}
.startseite .news {
  margin-top: 5rem;
}
.detailstext {
  margin-bottom: 40px;
}
.detailslider {
  margin-top: 50px;
}
.detailslider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.detailslider .owl-nav .owl-next,
.detailslider .owl-nav .owl-prev {
  background-color: rgba(255,255,255,0.8);
  width: 30px;
  height: 50px;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.detailslider .owl-nav .owl-prev {
  left: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.detailslider .owl-nav .owl-next {
  right: 0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.newsslider {
  padding: 50px 75px;
}
@media screen and (max-width: 500px) {
  .newsslider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.newsslider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.newsslider .owl-nav .owl-next,
.newsslider .owl-nav .owl-prev {
  background-color: rgba(0,0,0,0.1);
  width: 30px;
  height: 50px;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.newsslider .owl-nav .owl-next.disabled,
.newsslider .owl-nav .owl-prev.disabled {
  opacity: 0;
}
.newsslider .owl-nav .owl-prev {
  left: -75px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.newsslider .owl-nav .owl-next {
  right: -75px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.newsslider .owl-dots {
  width: 100%;
  text-align: center;
}
.newsslider .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  background: #e5e5e5;
  margin: 0 2px;
}
.newsslider .owl-dots .owl-dot.active {
  background: #0f6c97;
}
@media screen and (max-width: 399px) {
  .newsslider .owl-dots .owl-dot {
    width: 15px;
    height: 5px;
  }
}
.newsslider .newsslider-item [itemprop=headline] {
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 24px;
  display: block;
}
.newsslider .newsslider-item [itemprop=headline] a.btn-default:hover {
  background-color: #004f9f !important;
}
.newsslider .newsslider-item .lead {
  font-size: 16px;
}
.newsslider .newsslider-item img {
  margin-bottom: 20px;
}
.newsslider_wrap {
  margin-bottom: 50px;
  margin-top: 50px;
}
.newsslider_wrap .ciHeader .title {
  color: #e8e100;
}
.newsslider_wrap .gotolist {
  text-align: center;
}
.newsslider_wrap .gotolist .btn {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.f3-widget-paginator {
  display: flex;
  list-style-type: none;
  justify-content: center;
  grid-column: 1 / 4;
  margin-block: 2rem;
}
.f3-widget-paginator li {
  padding: .5rem;
  border: 2px solid transparent;
}
.f3-widget-paginator li a {
  text-decoration: none;
}
.f3-widget-paginator li.current {
  border: 2px solid #e8e100;
}
.linkToCategory {
  display: block;
  text-align: center;
}
.linkToCategory:hover {
  color: #004f9f;
}
.topsearchwrap .navbar-form #custom-search-input .input-group label,
.topsearchwrap .navbar-form #custom-search-input .input-group #searchword {
  display: none;
  visibility: hidden;
}
.topsearchwrap .navbar-form #custom-search-input .input-group .input-group-btn {
  height: 60px;
}
.topsearchwrap .navbar-form #custom-search-input .input-group .input-group-btn .btn {
  top: 50%;
  transform: translateY(-50%);
}
.topsearchwrap .navbar-form #custom-search-input .input-group .input-group-btn .btn .icon {
  color: #004f9f;
}
.topsearchwrap .navbar-form.active #custom-search-input .input-group #searchword {
  display: block;
  visibility: visible;
  width: 100%;
}
.topsearchwrap .navbar-form.active #custom-search-input .input-group .btn {
  top: 0;
  transform: unset;
}
.tx-indexedsearch-searchbox legend {
  display: none;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-browsebox {
  margin-bottom: 40px;
}
.tx-indexedsearch-searchbox label {
  min-width: 200px;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form,
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
  display: inline-block;
  width: 100%;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form label,
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit label {
  display: none;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-sword {
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 10px 15px;
  border: none;
  background-color: #ccc;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-for {
  clear: both;
}
@media screen and (min-width: 640px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
  .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    width: 40%;
    float: left;
  }
}
.tx-indexedsearch-rules {
  padding: 20px;
  margin: 20px 0;
  background-color: #efefef;
}
.tx-indexedsearch-rules h2 {
  margin-bottom: 10px;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.tx-indexedsearch-res .tx-indexedsearch-info >* {
  display: inline-block;
}
.swiper.simpleSlideshow {
  width: 100%;
  height: 100%;
}
.swiper.simpleSlideshow .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper.simpleSlideshow .swiper-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper.simpleSlideshow .swiper-button-next,
.swiper.simpleSlideshow .swiper-button-prev {
  color: #e8e100;
}
.swiper.simpleSlideshow .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e8e100;
}
.tx-slideshow {
  height: 80vh;
  margin-block: 2rem;
}
@media screen and (min-width: 48em) {
  .tx-slideshow {
    height: 800px;
  }
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #e8e100;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.mySwiper2 {
  height: 85%;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .mySwiper2 {
    height: 75%;
  }
}
.mySwiper {
  height: 15%;
  box-sizing: border-box;
  padding: 10px 0;
}
@media screen and (min-width: 48em) {
  .mySwiper {
    height: 25%;
  }
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#form_kesearch_pi1_navbar .input-group .input-group-btn {
  height: 60px;
}
#form_kesearch_pi1_navbar .input-group .input-group-btn .btn {
  top: 50%;
  transform: translateY(-50%);
}
#form_kesearch_pi1_navbar .input-group .input-group-btn .btn .icon {
  color: #004f9f;
}
#form_kesearch_pi1_navbar.active .input-group .input-group-btn .btn {
  top: 0;
  transform: unset;
}
.tx-kesearch-pi1 #form_kesearch_pi1 {
  margin: 0;
}
.tx-kesearch-pi1 #form_kesearch_pi1 .form-group #ke_search_sword {
  position: relative;
}
.tx-kesearch-pi1 #form_kesearch_pi1 .btn-submit {
  background-color: #004f9f;
  color: #ffffff;
  padding: 0.3rem 0.5rem;
  border: unset;
}
.tx-kesearch-pi1 #form_kesearch_pi1 .btn-submit:hover {
  background-color: #e8e100;
}
.tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .resetbutt {
  display: none;
  visibility: hidden;
}
.tx-kesearch-pi1 #kesearch_num_results {
  display: none;
  visibility: hidden;
}
.tx-kesearch-pi1 #kesearch_results .teaser_icon {
  display: none;
  visibility: hidden;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total .result_txt {
  display: none;
  visibility: hidden;
}
header.pageheader .topmenu-wrap {
  visibility: hidden;
  height: 60px;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .topmenu-wrap {
    visibility: visible;
  }
}
header.pageheader .topmenu-wrap .menucontainer {
  height: 60px;
  position: relative;
  padding: 10px 10px 10px 20px;
  display: flex;
}
header.pageheader .topmenu-wrap .menucontainer #langmenu li a {
  text-transform: uppercase;
  text-decoration: unset;
  padding: 0 .3rem;
  border-right: 1px solid #353b31;
}
header.pageheader .topmenu-wrap .menucontainer #langmenu li:last-of-type a {
  border-right-color: transparent;
}
header.pageheader .topmenu-wrap .menucontainer #topmenu {
  height: 34px;
  margin-right: 2rem;
  align-items: center;
}
header.pageheader .topmenu-wrap .menucontainer #topmenu .nav-item {
  padding: 0 .7rem;
}
header.pageheader .topmenu-wrap .menucontainer #topmenu .nav-item .nav-link {
  color: #ffffff;
}
header.pageheader .topmenu-wrap .menucontainer #topmenu .nav-item .nav-link:after {
  display: none;
  visibility: hidden;
}
header.pageheader .topmenu-wrap .menucontainer #topmenu .nav-item .nav-link:hover {
  color: #353b31;
}
header.pageheader .topmenu-wrap .menucontainer #topmenu .nav-item .dropdown-menu {
  background-color: #e8e100;
}
header.pageheader .topmenu-wrap .menucontainer #topmenu .nav-item .dropdown-menu .nav-link:hover {
  background-color: #004f9f;
}
header.pageheader .topmenu-wrap .menucontainer .metastuff {
  display: flex;
}
header.pageheader .topmenu-wrap .menucontainer .metastuff .social {
  display: flex;
  height: 32px;
}
header.pageheader .topmenu-wrap .menucontainer .metastuff .social .sociallink {
  color: #e8e100;
}
header.pageheader .topmenu-wrap .menucontainer .metastuff .social .sociallink .icon {
  padding: .3rem;
  color: #ffffff;
  background-color: #e8e100;
  font-size: 1rem;
}
header.pageheader .topmenu-wrap .menucontainer .metastuff .social .sociallink .icon:not(first-of-type) {
  margin-left: .4rem;
}
.topsearchwrap .navbar-form {
  width: 0;
  padding: 0;
  margin: 0;
  z-index: 1010;
  border: 0;
  display: flex;
  align-items: center;
  transition: width .3s ease;
}
.topsearchwrap .navbar-form .input-group {
  background-color: #ffffff;
  height: 32px;
}
.topsearchwrap .navbar-form .input-group button,
.topsearchwrap .navbar-form .input-group #ke_search_sword {
  padding: 4px 9px;
  border: 0;
  margin: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.topsearchwrap .navbar-form .input-group #ke_search_sword {
  padding: 0 0 0 .75rem;
  opacity: 0;
  color: #ffffff !important;
  display: none;
  position: relative;
  top: auto;
  font-size: 1rem;
  width: 80%;
  float: left;
  height: 32px;
  z-index: 0;
}
.topsearchwrap .navbar-form .input-group .input-group-btn {
  width: auto;
  display: block;
  position: absolute;
  right: 0;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] {
  display: table;
  color: #ffffff;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] .icon,
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] span {
  display: table-cell;
  vertical-align: middle;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] .icon {
  font-size: 24px;
  font-weight: bold;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] span {
  display: none;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="reset"] {
  display: none;
  visibility: hidden;
  position: absolute;
  right: 0;
  z-index: 1;
}
.topsearchwrap .navbar-form.active {
  width: 250px;
  right: 0;
  top: 0;
}
.topsearchwrap .navbar-form.active button,
.topsearchwrap .navbar-form.active #ke_search_sword {
  display: table-cell;
  opacity: 1;
  color:  !important;
}
.topsearchwrap .navbar-form.active #ke_search_sword {
  width: 80%;
  color: #353b31 !important;
}
.topsearchwrap .navbar-form.active .input-group {
  background-color: #ffffff;
}
.topsearchwrap .navbar-form.active .input-group button[type="submit"] {
  display: none;
  visibility: hidden;
}
.topsearchwrap .navbar-form.active .input-group button[type="reset"] {
  display: block;
  visibility: visible;
  color: #353b31;
}
@media (min-width: 48em) {
  .topsearchwrap .navbar-form #ke_search_sword {
    height: 90px;
  }
  .topsearchwrap .navbar-form.active {
    width: 280px;
  }
}
@media (min-width: 78.75em) {
  .topsearchwrap .navbar-form #ke_search_sword {
    height: 100px;
  }
  .topsearchwrap .navbar-form.active {
    width: 55vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9rem;
    height: 56px;
    border-bottom: 5px solid #004f9f;
  }
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
  width: 1%;
}
.badegcontainer {
  position: fixed;
  right: .5rem;
  top: 20%;
  display: flex;
  flex-direction: column;
  z-index: 200;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  .badegcontainer {
    top: 50%;
    right: 1rem;
    display: flex;
    visibility: visible;
  }
}
.badegcontainer .badgelink {
  text-decoration: unset;
}
.badegcontainer .badgelink .badge {
  width: 70px;
  height: 75px;
  margin-bottom: .3rem;
  color: #ffffff;
  padding: .3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.5rem;
  font-weight: 400;
  border-radius: unset;
  box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.25);
  background-color: #fcfdfd;
}
.badegcontainer .badgelink .badge .triggerbutton {
  opacity: 1;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  cursor: pointer;
}
.badegcontainer .badgelink .badge .triggerbutton .icon {
  width: 40px;
  margin: 0 auto .2rem auto;
}
.badegcontainer .badgelink .badge .triggerbutton .icon svg {
  width: 40px;
}
.badegcontainer .badgelink .badge .triggerbutton .icon img {
  fill: #ffffff;
  width: 100%;
  height: auto;
}
.badegcontainer .badgelink .badge .triggerbutton .text p {
  white-space: normal;
}
.badegcontainer .badgelink .badge .image img {
  width: 100%;
  height: auto;
}
.badegcontainer .badgelink .badge .contentbox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 380px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  margin-bottom: 0;
}
.badegcontainer .badgelink .badge .contentbox .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .3rem 0.7rem;
  font-size: 1.5rem;
  font-family: PaytoneOne;
  text-shadow: unset;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel {
  -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.5);
  box-shadow: 0px 15px 30px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  color: #ffffff;
  padding: 30px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: left;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .title {
  font-size: 1.7rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: PaytoneOne;
  line-height: 2;
}
@media screen and (min-width: 48em) {
  .badegcontainer .badgelink .badge .contentbox .inner .panel .title {
    font-size: 1.5rem;
  }
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .text {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  white-space: normal;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .btn {
  background: #ffffff;
  color: #353b31;
  text-decoration: unset;
  text-align: left;
  padding: .3rem 1rem;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .btn svg {
  height: 1.5em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .btn:hover {
  text-decoration: unset;
}
.badegcontainer .badgelink .badge.active .contentbox {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field {
  text-align: left;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_input,
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_textarea {
  text-align: inherit;
  padding: .3rem 1rem;
  border-width: 2px;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_input:focus,
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_textarea:focus {
  border-color: #004f9f;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .checkbox .checkmark {
  background: unset;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .checkbox label {
  font-size: 0.9rem;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_submit {
  background-color: #004f9f;
  color: #ffffff;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_submit:hover {
  background-color: #e8e100;
  color: #ffffff;
}
.ce-image {
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .ce-image {
    margin-bottom: unset;
  }
}
.ce-image .ce-gallery .image img {
  width: 100%;
  height: auto;
}
.img.dce.default {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 64em) {
  .img.dce.default {
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 64em) {
  .img.dce.mobile {
    display: none;
    visibility: hidden;
  }
}
.breadcrumb {
  display: none;
  visibility: hidden;
  background: unset;
}
@media screen and (min-width: 78.75em) {
  .folgeseite .breadcrumb {
    display: flex;
    visibility: visible;
    padding-left: 5%;
    font-size: 0.8rem;
    line-height: 1;
  }
}
.folgeseite .breadcrumb .breadcrumb-item a {
  text-decoration: none;
}
.folgeseite .breadcrumb .breadcrumb-item a:hover {
  color: #353b31;
  text-decoration: underline;
}
.folgeseite .breadcrumb .breadcrumb-item.active {
  color: #353b31;
}
.timeline {
  width: 100%;
  position: relative;
  margin-top: 2rem;
}
@media screen and (min-width: 78.75em) {
  .timeline {
    margin-top: 5rem;
  }
}
.timeline h2 {
  text-align: center;
}
.timeline .swiper-container {
  height: 60vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 25px 5px rgba(0,0,0,0.2);
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  .timeline .swiper-container {
    height: 80vh;
  }
}
.timeline .swiper-container.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.timeline .swiper-container.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.timeline .swiper-container.swiper-pointer-events {
  touch-action: pan-y;
}
.timeline .swiper-container .swiper-wrapper {
  transition: 2s cubic-bezier(0.68,-0.4,0.27,1.34) 0.2s;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.timeline .swiper-container .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  color: #e8e100;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-container .swiper-wrapper .swiper-slide .bg-image {
  height: 100%;
  z-index: 0;
}
.timeline .swiper-container .swiper-wrapper .swiper-slide .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.timeline .swiper-container .swiper-wrapper .swiper-slide .bg-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,79,159,0.3);
  z-index: 1;
}
.timeline .swiper-container .swiper-wrapper .swiper-slide .frame {
  width: 85vw;
  height: 70%;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid #e8e100;
  z-index: 2;
}
@media screen and (min-width: 78.75em) {
  .timeline .swiper-container .swiper-wrapper .swiper-slide .frame {
    width: 65vw;
  }
}
.timeline .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 65vw;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%,0);
  transform: translate(50%,0);
  font-size: 12px;
  z-index: 3;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .timeline .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content {
    right: 10%;
    top: 46%;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
    font-size: 11px;
  }
}
@media screen and (min-width: 78.75em) {
  .timeline .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content {
    right: 10%;
    max-width: 45vw;
  }
}
.timeline .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .timeline-year {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  -webkit-transform: translate3d(20px,0,0);
  transform: translate3d(20px,0,0);
  color: inherit;
  font-weight: 300;
  font-family: 'adelle';
  opacity: 0;
  transition: .2s ease .4s;
}
@media screen and (min-width: 48em) {
  .timeline .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .timeline-year {
    font-size: 1.2rem;
  }
}
.timeline .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .timeline-title {
  font-weight: 800;
  font-size: 1.3rem;
  font-family: 'adelle';
  line-height: 1;
  color: inherit;
  margin: 0 0 20px;
  opacity: 0;
  -webkit-transform: translate3d(20px,0,0);
  transform: translate3d(20px,0,0);
  transition: .2s ease .5s;
}
@media screen and (min-width: 48em) {
  .timeline .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .timeline-title {
    font-size: 1.5rem;
    margin: 0;
  }
}
.timeline .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .timeline-text {
  line-height: 1.5;
  color: inherit;
  opacity: 0;
  -webkit-transform: translate3d(20px,0,0);
  transform: translate3d(20px,0,0);
  transition: .2s ease .6s;
}
.timeline .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .timeline-text p {
  font-size: .8rem;
  max-width: 100ch;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .timeline .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .timeline-text {
    margin: 1rem 0;
  }
}
.timeline .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: .4s ease 1.6s;
}
.timeline .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: .4s ease 1.7s;
}
.timeline .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: .4s ease 1.8s;
}
.timeline .swiper-container .swiper-button-next,
.timeline .swiper-container .swiper-button-prev {
  background-size: 20px 20px;
  bottom: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: .2s;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .timeline .swiper-container .swiper-button-next,
  .timeline .swiper-container .swiper-button-prev {
    top: 15%;
    bottom: unset;
  }
}
.timeline .swiper-container .swiper-button-next:after,
.timeline .swiper-container .swiper-button-prev:after {
  font-size: 2rem;
  color: #ffffff;
  font-family: 'adelle';
  font-weight: 800;
}
.timeline .swiper-container .swiper-button-prev {
  top: 14%;
  left: 10%;
}
@media screen and (min-width: 48em) {
  .timeline .swiper-container .swiper-button-prev {
    top: 13%;
    left: auto;
    right: 4%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 48em) {
  .timeline .swiper-container .swiper-button-prev:hover {
    -webkit-transform: translateX(-3px);
    transform: rotate(90deg) translateX(-3px);
  }
}
.timeline .swiper-container .swiper-button-prev:after {
  content: '\2329';
}
.timeline .swiper-container .swiper-button-next {
  top: 14%;
  right: 4%;
}
@media screen and (min-width: 48em) {
  .timeline .swiper-container .swiper-button-next {
    top: auto;
    bottom: 17%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 48em) {
  .timeline .swiper-container .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translateX(3px);
    transform: rotate(90deg) translateX(3px);
  }
}
.timeline .swiper-container .swiper-button-next:after {
  content: '\232A';
}
.timeline .swiper-container .swiper-pagination {
  right: 5% !important;
  height: 600px;
  display: none;
  flex-direction: column;
  font-weight: 800;
  font-size: 18px;
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
@media screen and (min-width: 48em) {
  .timeline .swiper-container .swiper-pagination {
    display: flex;
  }
}
.timeline .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 36px;
  text-align: center;
  opacity: 1;
  background: #ffffff;
  color: #e8e100;
  margin: 1rem 0;
  position: relative;
  border: 3px solid #004f9f;
  transition: all .2s ease-in-out;
}
.timeline .swiper-container .swiper-pagination .swiper-pagination-bullet .inner {
  width: 16px;
  height: 16px;
  position: relative;
  top: calc(50% - 8px);
  margin-inline: auto;
  border-radius: 50%;
  background-color: transparent;
}
.timeline .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 2px;
  -webkit-transform: scale(.75);
  transform: scale(.75);
  transition: all .2s ease-in-out;
}
.timeline .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #e8e100;
  font-size: .6rem;
  transition: all .2s ease-in-out;
}
.timeline .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .inner {
  background-color: #004f9f;
}
.timeline .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  top: 0;
  transition: all .2s ease-in-out;
}
.timeline .swiper-container .swiper-pagination .swiper-pagination-bullet:hover .inner {
  background-color: #004f9f;
}
.timeline .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  color: #e8e100;
}
.timeline .swiper-container .swiper-pagination.swiper-pagination-bullets-dynamic {
  overflow: visible;
  top: 0;
  transform: translateY(0);
}
.timeline .swiper-container .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.8);
  position: relative;
}
.timeline .swiper-container .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet .year {
  display: none;
  visibility: hidden;
  font-style: normal;
}
.timeline .swiper-container .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(.8);
}
.timeline .swiper-container .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(.8);
  display: block;
  visibility: visible;
}
.timeline .swiper-container .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main .year {
  display: block;
  visibility: visible;
  width: fit-content;
}
.timeline .swiper-container .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.timeline .swiper-container .swiper-pagination.swiper-pagination-vertical.swiper-pagination-bullets.swiper-panigation-bullets-danymic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.timeline .swiper-container .swiper-pagination.swiper-pagination-vertical.swiper-pagination-bullets.swiper-panigation-bullets-danymic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}
.timeline .swiper-container .swiper-pagination.swiper-vertical >.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
}
.timeline .swiper-container .swiper-pagination.swiper-vertical >.swiper-pagination-bullets.swiper-panigation-bullets-danymic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.timeline .swiper-container .swiper-pagination.swiper-vertical >.swiper-pagination-bullets.swiper-panigation-bullets-danymic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}
.timeline .swiper-container .swiper-pagination .dot.swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.timeline .icon {
  position: absolute;
  top: -45%;
  left: -15%;
  width: 30vw;
  z-index: 1;
}
.timeline .icon svg {
  fill: rgba(239,239,239,0.5);
}
@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0,0,0,0.7);
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 2rem;
    margin: 0;
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    max-width: 31vw;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-pagination {
    display: flex;
    justify-content: center;
    height: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(0,0,0,0.7);
  }
  .timeline .swiper-slide-content {
    right: 10%;
  }
}
.dot.swiper-pagination-bullet.swiper-pagination-bullet-active-main:hover::before {
  transform: scale(2);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 2rem;
  color: #ffffff;
}
