html {
  scroll-behavior: smooth;
}
div,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
input,
textarea,
footer,
header,
nav,
section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
img,
ol,
ul,
li,
input,
textarea,
label,
select,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
menu,
nav,
section,
video {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper,
header,
.navi,
footer,
.outside {
  max-width: 100%;
}
.clearer:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.popupBg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  z-index: 9999;
  display: none;
}
.popupBanner {
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  position: fixed;
  max-width: 750px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: linear-gradient(0deg,#004790 0%,#0053a6 100%);
  border-radius: 10px;
  padding: 60px;
  z-index: 99999;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  display: none;
}
.popupContainer {
  position: relative;
  width: 100%;
  justify-content: left;
}
.popupContainer .bcButton {
  margin: 45px 0 0;
  line-height: 50px;
  padding: 0 20px;
  background: #ec008c;
  color: #fff;
}
.popupContainer .bcButton:hover {
  background: #fff;
  color: #003973;
}
.popupTitle {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 900;
  margin: 0 0 30px;
}
.popupText {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
}
.popupCloseButton {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #fff;
  font-weight: 100;
  text-align: center;
  right: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
  color: #003973;
  border-radius: 100%;
  text-transform: uppercase;
}
.popUpvisible .popupBg,
.popUpvisible .popupBanner {
  display: initial;
}
@media screen and (max-width: 767px) {
  .popupBanner {
    max-width: 90%;
    position: absolute;
    top: 50px;
    transform: translateX(-50%);
    padding: 25px;
  }
}
.navigationSearchForm {
  display: initial;
  background: #003973;
  left: 0;
  right: 0;
  top: 100%;
}
.nsfLabel {
  font-size: 0;
}
.nsfInput {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #003973;
  background: #fff;
  border-radius: 9px;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 11px 19px 13px;
}
.nsfButton {
  display: none;
}
.navCheckbox {
  display: none;
}
.naviContainer {
  justify-content: center;
}
.naviHider {
  width: 100%;
  transition: all .4s ease;
}
.navCheckLabel {
  cursor: pointer;
  right: 0;
  top: 0;
  background: #003973;
  padding: 3px;
  z-index: 5;
  transition: all .4s ease;
  width: 100%;
  border-radius: 4px;
  padding: 9px 0;
}
.navCheckBurger {
  padding: 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 30px;
  transition: all .4s ease;
}
.navCheckPatty {
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all .4s ease;
}
nav .nav_hor .wpml-ls-menu-item {
  padding: 5px 0 0;
  display: none !important;
}
nav .nav_hor .wpml-ls-menu-item#menu-item-wpml-ls-2-de {
  margin: 0 20px 0 0;
}
nav .nav_hor .wpml-ls-menu-item#menu-item-wpml-ls-2-de a {
  background-image: url(../../img/icon-de.png);
}
nav .nav_hor .wpml-ls-menu-item#menu-item-wpml-ls-2-en a {
  background-image: url(../../img/icon-en.png);
}
nav .nav_hor .wpml-ls-menu-item a {
  width: 30px;
  height: 30px;
  padding: 0;
}
nav .nav_hor .wpml-ls-menu-item.wpml-ls-current-language,
nav .nav_hor .wpml-ls-menu-item img {
  display: none;
}
.nav_hor > li.extern:hover> a::before,
.nav_hor > li.extern:focus> a::before {
  content: url(../../img/extern-link-white.svg);
}
.nav_hor > li.extern> a::before {
  content: url(../../img/extern-link.svg);
  height: 17px;
  display: inline-block;
  width: 17px;
  position: relative;
  top: 2px;
  margin: 0 10px 0 0;
}
.nav_hor ul > li.extern:hover> a::before,
.nav_hor ul > li.extern:focus> a::before {
  content: url(../../img/extern-link-purple.svg);
}
.nav_hor ul > li.extern> a::before {
  content: url(../../img/extern-link-white.svg);
  height: 17px;
  display: inline-block;
  width: 17px;
  position: relative;
  top: 2px;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 1850px) {
  .nav_hor li.menu-item-has-children.roomMenuEntry > ul {
    padding: 20px 0 15px 443px;
  }
  .nav_hor li.menu-item-has-children.eventsEntry > ul {
    padding: 20px 0 15px 292px;
  }
  .nav_hor li.menu-item-has-children.ccsEntry > ul {
    padding: 20px 0 15px 533px;
  }
}
@media screen and (min-width: 1800px) {
  body .nav_hor li.naviSearchLi a {
    width: auto;
    font-size: 18px;
    color: #003973;
    padding: 0 0 0 26px;
    background-repeat: no-repeat !important;
    cursor: pointer;
  }
  body .nav_hor li.naviSearchLi a:hover {
    background-repeat: no-repeat !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1800px) {
  .navigation {
    padding: 0 20px;
  }
  .navigation .nav_hor > li > a {
    font-size: 14px;
    padding: 11px 9px;
  }
  .navigation .nLogo {
    max-width: 330px;
    padding: 8px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .navIn {
    justify-content: center !important;
  }
  .naviContainer {
    order: 2;
  }
  .nav_hor > li {
    margin: 0 4px 0 0 !important;
  }
  .nav_hor > li > a {
    font-size: 13px !important;
    padding: 8px 6px !important;
  }
  .nav_hor li.naviSearchLi {
    padding: 7px 15px 0 !important;
  }
  .nav_hor li.naviSearchLi a {
    padding: 0 !important;
    font-size: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .navigation {
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: relative;
  }
  .navIn {
    justify-content: space-between;
    width: 100%;
    max-width: 1800px;
    padding: 31px 0 0;
  }
  .nav_hor {
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 13px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .nav_hor > li {
    transition: all .4s ease;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    margin: 0 6px 0 0;
    padding: 0 0 43px;
  }
  .nav_hor li.menu-item-has-children:hover,
  .nav_hor li.menu-item-has-children.hover {
    background: #003973;
  }
  .nav_hor li.menu-item-has-children:hover> a,
  .nav_hor li.menu-item-has-children.hover> a {
    color: #fff;
  }
  .nav_hor li.menu-item-has-children ul {
    transition: all .4s ease;
    list-style: none;
    position: absolute;
    background: #003973;
    padding: 5px;
    opacity: 0;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 100%;
    padding: 20px 0 15px 177px;
    z-index: 11;
  }
  .nav_hor li.menu-item-has-children ul li {
    max-width: 370px;
    border-radius: 9px;
    margin: 0 0 5px;
  }
  .nav_hor li.menu-item-has-children ul li > a {
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 18px;
    letter-spacing: -0.3px;
  }
  .nav_hor li.menu-item-has-children ul li:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  .nav_hor li.menu-item-has-children ul li:hover a,
  .nav_hor li.menu-item-has-children ul li:hover a:focus {
    background: #fff;
    color: #ec008c;
  }
  .nav_hor li.menu-item-has-children ul li.current-menu-item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  .nav_hor li.menu-item-has-children ul li.current-menu-item > a {
    background: #fff;
    color: #ec008c;
  }
  .nav_hor > li > a {
    transition: all .4s ease;
    color: #003973;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 11px 14px;
    border-radius: 9px;
    display: table;
  }
  .nav_hor > li.current-menu-item > a,
  .nav_hor > li.current-menu-ancestor > a {
    font-weight: 700;
    background: #ec008c;
    color: #fff;
  }
  .nav_hor > li.current-menu-item.menu-item-has-children:hover > a,
  .nav_hor > li.current-menu-ancestor.menu-item-has-children:hover > a {
    background: #003973;
    transition: none;
  }
  .nav_hor li:not(.menu-item-has-children):hover a,
  .nav_hor li:not(.menu-item-has-children) a:focus {
    background: #ec008c;
    color: #fff;
  }
  .nav_hor li:hover > ul,
  .nav_hor li.hover > ul {
    pointer-events: initial;
    opacity: 1;
  }
  .nav_hor li.naviSearchLi {
    padding: 12px 15px 0;
  }
  .nav_hor li.naviSearchLi:hover,
  .nav_hor li.naviSearchLi.hover {
    background: #003973;
  }
  .nav_hor li.naviSearchLi:hover+ .navigationSearchForm,
  .nav_hor li.naviSearchLi.hover+ .navigationSearchForm {
    display: table;
  }
  .nav_hor li.naviSearchLi:hover a,
  .nav_hor li.naviSearchLi.hover a {
    background: url(../../img/icon-suche-aktiv.png);
  }
  .nav_hor li.naviSearchLi a {
    width: 17px;
    height: 17px;
    background-image: url(../../img/icon-suche.png);
    font-size: 0;
    color: transparent;
    padding: 0;
    cursor: initial;
  }
  .nav_hor li.naviSearchLi ul.sub-menu {
    padding: 20px 60px;
  }
  .nav_hor li.naviSearchLi .navigationSearchForm {
    display: initial;
  }
  .nav_hor > li.wpml-ls-item:hover > a {
    background: transparent;
  }
  .navCheckLabel,
  .navCheckPatty,
  .navCheckBurger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nLogo {
    width: initial;
    margin: 20px 10px 16px;
  }
  .navigation {
    padding: 0 20px;
    overflow: hidden;
  }
  .navIn {
    justify-content: center;
    width: 100%;
  }
  .naviContainer {
    order: 2;
    width: 100%;
  }
  .nav_hor li:hover,
  .nav_hor li ul li:hover,
  .nav_hor ul li ul li:hover,
  .nav_hor li:hover > ul {
    background: transparent;
  }
  .naviHider {
    max-height: 0;
    overflow: hidden;
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
  .navCheckLabel {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
  }
  .navCheckbox:checked ~ .naviHider {
    max-height: 1500px;
  }
  .navCheckbox:checked + .navCheckLabel {
    background: #ec008c;
  }
  .navCheckbox:checked + .navCheckLabel .navCheckBurger {
    border-color: transparent;
  }
  .nav_hor {
    background: #003973;
    padding: 25px 40px;
    list-style: none;
  }
  .nav_hor li,
  .nav_hor li.menu-item-has-children {
    width: 100%;
    transition: none;
    padding: 0;
    position: relative;
  }
  .nav_hor li.menu-item-has-children {
    width: 100%;
    transition: none;
    padding: 0;
    position: relative;
  }
  .nav_hor li.menu-item-has-children> a {
    pointer-events: none;
  }
  .nav_hor li.menu-item-has-children:after {
    content: "⌄";
    position: absolute;
    right: 10px;
    top: 0;
    transition: all .4s ease;
    color: #fff;
    transform: scaleX(2);
  }
  .nav_hor li.menu-item-has-children.hover > a {
    background: #fff;
    color: #ec008c;
    border-radius: 9px;
  }
  .nav_hor li.menu-item-has-children.hover::after {
    transform: rotateZ(180deg) scaleX(2);
    color: #003973;
    right: 10px;
    top: 13px;
  }
  .nav_hor li a {
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 9px;
    display: block;
  }
  .nav_hor li > ul {
    transform: initial;
    margin-top: 0;
    position: static;
    display: none;
    transition: none;
    padding: 15px 0 5px;
    pointer-events: initial;
    list-style: none;
  }
  .nav_hor li.hover > ul {
    display: block;
    opacity: 1;
  }
  .nav_hor ul li a {
    font-weight: 400;
  }
  .naviSearchLi {
    margin: 0 0 10px;
  }
  .naviSearchLi:after {
    opacity: 0;
  }
  .naviSearchLi a {
    display: none !important;
  }
  .naviSearchLi ul {
    display: block !important;
    opacity: 1 !important;
  }
  .naviSearchLi .navigationSearchForm {
    display: initial;
  }
  .naviSearchLi .nsfInput {
    text-align: center;
  }
  nav .nav_hor .wpml-ls-menu-item#menu-item-wpml-ls-2-de {
    float: left;
    display: table;
    width: auto;
  }
  nav .nav_hor .wpml-ls-menu-item#menu-item-wpml-ls-2-en {
    display: table;
    width: auto;
  }
  .nav_hor > li.extern > a::before {
    content: url(../../img/extern-link-white.svg);
  }
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v14-latin-regular.eot');
  src: url('../fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), url('../fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v14-latin-600.eot');
  src: url('../fonts/source-sans-pro-v14-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v14-latin-600.woff2') format('woff2'), url('../fonts/source-sans-pro-v14-latin-600.woff') format('woff'), url('../fonts/source-sans-pro-v14-latin-600.ttf') format('truetype'), url('../fonts/source-sans-pro-v14-latin-600.svg#SourceSansPro') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v14-latin-700.eot');
  src: url('../fonts/source-sans-pro-v14-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), url('../fonts/source-sans-pro-v14-latin-700.woff') format('woff'), url('../fonts/source-sans-pro-v14-latin-700.ttf') format('truetype'), url('../fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/source-sans-pro-v14-latin-900.eot');
  src: url('../fonts/source-sans-pro-v14-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v14-latin-900.woff2') format('woff2'), url('../fonts/source-sans-pro-v14-latin-900.woff') format('woff'), url('../fonts/source-sans-pro-v14-latin-900.ttf') format('truetype'), url('../fonts/source-sans-pro-v14-latin-900.svg#SourceSansPro') format('svg');
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
td,
tr,
input,
select,
textarea,
label,
button {
  font-family: 'Source Sans Pro', sans-serif;
}
a {
  text-decoration: none;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  padding: 25px 0;
  max-width: 100%;
}
.wp-caption.aligncenter {
  margin: 0 auto;
}
figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}
figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .wp-caption {
    width: 100% !important;
  }
  figure.wp-caption.alignleft,
  img.alignleft {
    margin: 0 auto;
    display: table;
    float: initial;
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(2333.3333333333%);
  width: -moz-calc(2333.3333333333%);
  width: calc(2333.3333333333%);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}
.tns-t-ct>div {
  width: 1.4285714%;
  width: -webkit-calc(1.4285714285714%);
  width: -moz-calc(1.4285714285714%);
  width: calc(1.4285714285714%);
  height: 10px;
  float: left;
}
.tns-outer {
  position: relative;
}
.tns-outer > button {
  display: none;
}
.tns-controls {
  width: 100%;
}
.tns-controls button {
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  opacity: 0.5;
  color: #fff;
  border: none;
  transition: all .4s ease;
}
.tns-controls button:not([disabled=""]):hover {
  opacity: 1;
}
.tns-controls button[disabled=""] {
  opacity: 0;
  pointer-events: none;
}
.tns-controls button[data-controls="prev"] {
  position: absolute;
  left: 0;
}
.tns-controls button[data-controls="next"] {
  position: absolute;
  right: 0;
}
.tns-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  bottom: 25px;
}
.tns-nav button {
  border: none;
  background: grey;
  width: 16px;
  height: 16px;
  transform: scale(0.75);
  border-radius: 100%;
  margin: 0 2px;
  transition: all .4s ease;
}
.tns-nav button.tns-nav-active,
.tns-nav button:hover {
  background: black;
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}
.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}
.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}
.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,0,0,0.34);
  display: none;
}
.gslide-video.playing::before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.gslide-inline {
  background: #fff;
  padding: 20px;
  text-align: left;
  max-height: calc(60vh);
  overflow: auto;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 62vh;
}
.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gslide-description {
  position: relative;
}
.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p::last-child {
  margin-bottom: 0;
}
.zoomed .gslide-description {
  display: none;
}
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.75)));
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4;
}
.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}
.greset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.gabsolute {
  position: absolute;
}
.grelative {
  position: relative;
}
.glightbox-desc {
  display: none !important;
}
.glightbox-open {
  overflow: hidden;
}
.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity;
}
.glightbox-mobile .goverlay {
  background: #000;
}
.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}
.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 100%;
  height: auto;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: .1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}
iframe.wait-autoplay {
  opacity: 0;
}
.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}
.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}
.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
  background-color: rgba(0,0,0,0.12);
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0,0,0,0.2);
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff;
}
.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}
.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}
.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}
.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: .7;
  background-position: -59px 2px;
}
.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}
.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}
.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease;
}
.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease;
}
.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease;
}
.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease;
}
.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease;
}
.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease;
}
.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease;
}
.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease;
}
@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%,0,0);
    transform: translate3d(-60%,0,0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%,0,0);
    transform: translate3d(-60%,0,0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    -webkit-transform: translate3d(-60%,0,0);
    transform: translate3d(-60%,0,0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    -webkit-transform: translate3d(-60%,0,0);
    transform: translate3d(-60%,0,0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%,0,0);
    transform: translate3d(60%,0,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%,0,0);
    transform: translate3d(60%,0,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    -webkit-transform: translate3d(60%,0,0);
    transform: translate3d(60%,0,0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    -webkit-transform: translate3d(60%,0,0);
    transform: translate3d(60%,0,0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(80%);
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 95vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0,0,0,0.92);
  }
  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.65);
    box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.65);
  }
  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.toggle {
  width: 100%;
  overflow: hidden;
}
.toggleLabel {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.toggleLabel::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all .35s;
}
.toggleContent {
  max-height: 0;
  transition: all .35s;
}
.toggleClose {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.toggleClose:hover {
  background: grey;
}
.toggle input {
  display: none;
}
.toggle input:checked + .toggleLabel::after {
  transform: rotate(90deg);
}
.toggle input:checked ~ .toggleContent {
  max-height: 4000px;
}
.proPopUpInput {
  display: none;
}
.proPopUpInput:checked + .proPopUp {
  opacity: 0;
  pointer-events: none;
}
.proPopUp {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 50px;
  background: url(https://www.suhl-ccs.de/wp-content/uploads/2023/02/Unbenannt-4.jpg);
  background-size: cover;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.proPopUpIn {
  position: relative;
  width: 100%;
}
.proPopUpClose {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background-image: url(https://www.suhl-ccs.de/wp-content/uploads/2023/02/proPopUpClose.png);
  background-position: center;
  background-repeat: no-repeat;
}
.proPopUpContent {
  width: 100%;
  padding: 10px 23px 20px;
  display: block;
}
.proPopUpContent img {
  display: table;
  margin: 10px auto;
}
.proPopUpHint {
  background: #003973;
  width: 80px;
  height: 80px;
  display: table;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 24px;
  top: -35px;
}
.proPopUpText {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.proPopUpText strong {
  font-size: 28px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .proPopUp {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 185px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .proPopUpHint {
    width: 112px;
    height: 112px;
    line-height: 112px;
    font-size: 36px;
  }
  .proPopUpText {
    font-size: 22px;
    line-height: 22px;
  }
  .proPopUpText strong {
    font-size: 36px;
    line-height: 33px;
  }
  .proPopUpClose {
    background-image: url(https://www.suhl-ccs.de/wp-content/uploads/2023/02/Unbenannt-5.png);
    width: 43px;
    height: 43px;
  }
}
.buttonContainer {
  justify-content: flex-start;
}
.buttonContainer.center {
  justify-content: center;
}
.bcButton {
  background: #fff;
  color: #003973;
  border-radius: 9px;
  transition: all .4s ease;
  padding: 11px 14px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  align-self: center;
}
.bcButton.blue {
  background: #003973;
  color: #fff;
}
.bcButton.shadow {
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.bcButton:hover {
  background: #ec008c;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bcButton {
    border-radius: 4px;
  }
}
.tbcLink {
  font-size: 16px;
  line-height: 27px;
  color: #ec008c;
  letter-spacing: 0.2px;
}
.tbcLink:not(:last-of-type):after {
  content: ">";
  color: #003973;
  pointer-events: none;
  margin: 0 6px;
}
.tbcLink:last-of-type {
  color: #003973;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .theBreadCrumb {
    justify-content: center;
  }
  .tbcLink {
    font-size: 11px;
  }
}
.pageHeader {
  background-size: contain;
  background-repeat: no-repeat;
  justify-content: center;
  position: relative;
}
.pageHeader::after {
  width: 100%;
  height: 145px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  content: "";
  position: absolute;
}
.phIn {
  max-width: 1800px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 50px 0 25px;
}
.phIn img {
  border-radius: 9px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin: 0;
}
.phTitle {
  position: absolute;
  bottom: 14%;
  left: 17.2%;
  color: #fff;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 72px;
  font-weight: 900;
  letter-spacing: -1.7px;
}
.phContainer {
  position: absolute;
  top: 30.7%;
  left: 17.2%;
}
.phContainer .bcButton {
  margin: 0 0 18px;
  min-width: 170px;
  padding: 15px 10px 17px;
  text-align: center;
  font-weight: 900;
}
.phcFirst {
  font-size: 40px;
  line-height: 72px;
  font-weight: 900;
  color: #ec008c;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 6px;
}
.phcSecond {
  font-size: 80px;
  line-height: 72px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1.6px;
  margin: 0 0 -12px;
}
.phcThird {
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
  color: #ec008c;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 20px 0 18px;
}
@media screen and (max-width: 1800px) {
  .pageHeader {
    padding: 0 20px;
  }
  .phContainer {
    top: auto;
    bottom: 20%;
    left: 10%;
  }
  .phTitle {
    font-size: 60px;
    line-height: 50px;
    top: auto;
    bottom: 20%;
    left: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .pageHeader {
    padding: 0 20px;
  }
  .phcFirst,
  .phcThird {
    font-size: 30px;
    line-height: 35px;
  }
  .phcSecond {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (min-width: 768px) {
  .phiRes {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader {
    background-size: cover;
    background-position: top right;
  }
  .pageHeader::after {
    opacity: 0;
    height: 118px;
  }
  .phIn {
    display: flex;
    flex-wrap: wrap;
    padding: 19px 0 26px;
    overflow: hidden;
  }
  .phIn img {
    width: 100%;
    border-radius: 4px;
    margin: 0 0 15px;
  }
  .phiNonRes {
    display: none;
  }
  .phTitle {
    order: 3;
    position: static;
    font-size: 25px;
    line-height: 26px;
    text-align: center;
    width: 100%;
  }
  .single-veranstaltungen .pageHeader::after {
    opacity: 1;
  }
  .single-veranstaltungen .phContainer {
    z-index: 1;
  }
  .single-veranstaltungen .phIn img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    transform: scale(1.25) translateX(8vw);
  }
  .phContainer {
    background: #fff;
    order: 2;
    position: static;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 7px 20px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
  }
  .phContainer .buttonContainer {
    justify-content: center;
  }
  .phContainer .bcButton {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: #003973;
    padding: 8px 10px 11px;
    min-width: 110px;
  }
  .phcFirst {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    margin: 0 0 5px;
  }
  .phcSecond {
    font-size: 27px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 -3px;
    color: #003973;
  }
  .phcThird {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    margin: 0 0 9px;
  }
}
.pageContent {
  justify-content: center;
  background: #fff;
}
.pcIn {
  max-width: 1170px;
  width: 100%;
  justify-content: space-between;
}
.pcBreadcrumb {
  padding: 5px 0 27px;
  width: 100%;
}
.page-id-468 .pcArticle ul li {
  display: table;
}
.pcArticle {
  width: 74.5%;
  padding: 0 0 30px;
}
.pcArticle h1 {
  font-size: 40px;
  line-height: 72px;
  color: #003973;
  font-weight: 900;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.pcArticle h2 {
  font-size: 25px;
  line-height: 30px;
  color: #003973;
  font-weight: 900;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  margin: 0 0 26px;
}
.pcArticle h3 {
  font-size: 20px;
  line-height: 25px;
  color: #003973;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 26px;
}
.pcArticle h4 {
  font-size: 18px;
  line-height: 23px;
  color: #003973;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 26px;
}
.pcArticle h5 {
  font-size: 18px;
  line-height: 23px;
  color: #003973;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 26px;
}
.pcArticle a {
  font-size: 18px;
  line-height: 27px;
  color: #ec008c;
  font-weight: 400;
}
.pcArticle>p {
  display: table;
}
.pcArticle p:not(.pctName,
.pcArticle .pctJob,
.pcArticle .pctTel,
.pcArticle .pctMail,
.pcArticle .fnTitle,
.pcArticle .fnDseText,
.pcArticle .pcrName,
.pcArticle .pcrText) {
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  font-weight: 400;
  margin: 0 0 27px;
  width: 100%;
}
.pcArticle p:not(.pctName strong,
.pcArticle .pctJob strong,
.pcArticle .pctTel strong,
.pcArticle .pctMail strong,
.pcArticle .fnTitle strong,
.pcArticle .fnDseText strong,
.pcArticle .pcrName strong,
.pcArticle .pcrText) strong {
  font-weight: 700;
}
.pcArticle a > strong,
.pcArticle strong > a {
  font-weight: 700;
}
.pcArticle ul {
  margin: 0 0 27px 15px;
}
.pcArticle ul li {
  color: #003973;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  list-style: none;
  position: relative;
}
.pcArticle ul li::before {
  content: "•";
  margin: 0;
  left: -15px;
  position: absolute;
}
.pcArticle ol {
  margin: 0 0 27px 20px;
}
.pcArticle ol li {
  color: #003973;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.pcArticle> img {
  margin: 6px 0 29px;
  border-radius: 9px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.pcArticle .glightbox {
  background: #003973;
  border-radius: 9px;
  overflow: hidden;
  display: flex;
  float: left;
  margin: 5px 3.5% 27px 0;
  position: relative;
}
.pcArticle .glightbox::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 25px;
  height: 25px;
  background: url(../../img/icon-lightbox.png);
  opacity: 0;
  transition: all .4s ease;
}
.pcArticle .glightbox:hover::after {
  left: 50%;
  opacity: 1;
}
.pcArticle .glightbox:hover img {
  opacity: 0.3;
}
.pcArticle .glightbox img {
  transition: all .4s ease;
}
.pcToggle {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 30px;
}
.pcToggleLabel {
  font-size: 20px;
  line-height: 30px;
  color: #003973;
  font-weight: 900;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  margin: -2px 0 0;
  padding: 0 0 12px;
}
.pcToggleLabel::after {
  font-size: 16px;
  transform: scaleX(2);
  font-weight: 100;
  content: "⌄";
  transform-origin: center bottom;
}
.pcToggleContent {
  padding: 6px 0 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  gap: 5%;
}
.pcToggleContent p {
  width: 100%;
}
.pcToggleContent p:last-of-type {
  margin: 0 0 22px;
}
.toggle input:checked + .toggleLabel::after {
  transform: rotate(180deg) scaleX(2);
  color: #ec008c;
}
.pcRoom {
  float: left;
  margin: 6px 3.5% 26px 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 30px;
}
.pcRoom .bcButton {
  margin: 23px 0 0;
  width: 100%;
  font-weight: 600;
  letter-spacing: -0.6px;
}
.pcRoom img {
  margin: 0 0 19px;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
p.pcrName {
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0;
}
p.pcrText {
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  font-weight: 400;
  margin: 0 0 0;
}
.pcTeam {
  margin: 0;
  width: 30%;
}
.pcTeam img {
  margin: 0 0 20px;
  border-radius: 9px;
}
p.pctName {
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  font-weight: 700;
  margin: 0 0 0;
}
p.pctJob {
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  margin: 0 0 0;
  hyphens: auto;
}
p.pctTel {
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  margin: 0 0 0;
}
p.pctMail {
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  font-weight: 700;
  margin: 0 0 0;
}
.wpcf7 {
  display: table;
  width: 100%;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio {
  margin: 0 0 -6px;
  display: block;
}
.wpcf7 span.wpcf7-list-item {
  margin: 0 26px 0 0;
}
.wpcf7 label {
  font-size: 0;
  color: transparent;
  position: relative;
}
.wpcf7 label .wpcf7-not-valid-tip {
  font-size: 16px;
}
.wpcf7 label input[type="radio"] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.wpcf7 label input[type="radio"]:focus + span.wpcf7-list-item-label::before {
  outline: 1px solid grey;
}
.wpcf7 label input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  width: 10px;
  height: 10px;
  background: #02a0f0;
  content: "";
  position: absolute;
  left: 5px;
  top: -11px;
  border-radius: 100%;
  transition: all .4s ease;
}
.wpcf7 label input[type="checkbox"] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.wpcf7 label input[type="checkbox"]:focus + span.wpcf7-list-item-label::before {
  outline: 1px solid grey;
}
.wpcf7 label input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  width: 10px;
  height: 10px;
  background: #02a0f0;
  content: "";
  position: absolute;
  left: 5px;
  top: -11px;
  border-radius: 100%;
  transition: all .4s ease;
}
.wpcf7 label span.wpcf7-list-item-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #003973;
  text-transform: initial;
}
.wpcf7 label span.wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  position: relative;
  margin: 0 9px 0 0;
  display: inline-block;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  top: 5px;
  left: -1px;
}
.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap input:not([type="radio"]):not([type="checkbox"]) {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #003973;
  text-transform: initial;
  padding: 10px 18px 12px;
  border-radius: 9px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
  margin: 0 0 32px;
}
.wpcf7 .wpcf7-form-control-wrap textarea {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #003973;
  text-transform: initial;
  padding: 10px 18px 12px;
  border-radius: 9px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
  min-height: 200px;
}
.wpcf7 p.contactDse {
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #003973;
  text-transform: initial;
}
.wpcf7 p.contactDse a {
  font-size: 18px;
  line-height: 19px;
  font-weight: 900;
  color: #003973;
  text-transform: initial;
  text-decoration: underline;
}
.wpcf7 .wpcf7-submit {
  background: #003973;
  padding: 8px 12px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 5px 10px rgba(0,0,0,0);
  border-radius: 9px;
  border: 0;
}
.captcha {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
}
.captcha .wpcf7-form-control-wrap {
  width: calc(100% - 80px);
}
.captcha .wpcf7-form-control-wrap input {
  margin: 0 !important;
}
.captcha img {
  align-self: center;
}
.wooHeader {
  height: 50px;
  background-size: cover;
}
.simplePage {
  justify-content: center;
  padding: 50px 0 0;
}
.spIn {
  max-width: 1170px;
  width: 100%;
}
.spIn .pcArticle {
  width: 100%;
}
.pageGoogleMaps {
  width: 100%;
  padding: 56% 0 0;
  position: relative;
}
.pageGoogleMaps.loaded .pgmMsg {
  display: none;
  pointer-events: none;
}
.pgmMsg {
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003973;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pgmText {
  color: #fff !important;
  text-align: center !important;
  max-width: 80% !important;
}
.pageGoogleMaps iframe {
  border-radius: 10px;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pageGoogleMaps.loaded iframe {
  display: block;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .pageContent {
    padding: 0 20px;
  }
  .pcArticle {
    width: 60%;
  }
  .pcArticle .glightbox {
    width: 31%;
    margin: 0 3% 20px 0;
  }
  .pcRoom {
    width: 31%;
    margin: 0 3% 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .pcArticle .glightbox:nth-of-type(3n) {
    margin-right: 0;
  }
  .pcArticle .glightbox:last-of-type {
    margin-bottom: 34px;
  }
  .pcRoom:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .pageContent {
    padding: 0 20px;
  }
  .pcArticle {
    width: 100%;
  }
  .pcArticle .glightbox {
    width: 31%;
    margin: 0 3% 20px 0;
  }
  .pcRoom {
    width: 31%;
    margin: 0 3% 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .pageContent {
    padding: 0 20px;
  }
  .pcBreadcrumb {
    padding: 21px 0 12px;
  }
  .pcRoom,
  .pcTeam {
    width: 100%;
    margin: 0 0 20px;
  }
  .pcRoom p,
  .pcTeam p {
    text-align: left !important;
    margin: 0 !important;
  }
  .pcRoom .bcButton,
  .pcTeam .bcButton {
    width: auto;
  }
  .pcToggleLabel {
    font-size: 16px;
    line-height: 36px;
  }
  .pcToggleContent {
    font-size: 13px;
    line-height: 20px;
    gap: 0;
  }
  .pcArticle {
    width: 100%;
  }
  .pcArticle .glightbox {
    width: 47%;
    margin: 0 6% 6vw 0;
  }
  .pcArticle .glightbox:nth-of-type(2n) {
    margin-right: 0;
  }
  .pcArticle h1 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 25px;
  }
  .pcArticle h2 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 25px;
  }
  .pcArticle h3 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 25px;
  }
  .pcArticle h4 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 25px;
  }
  .pcArticle h5 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 25px;
  }
  .pcArticle h6 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 25px;
  }
  .pcArticle p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0 0 20px;
  }
  .pcArticle a {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
  .pcArticle ul li,
  .pcArticle ol li {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
  }
  .wpcf7 label span.wpcf7-list-item-label {
    font-size: 13px;
    line-height: 12px;
  }
  .wpcf7 .wpcf7-form-control-wrap input:not([type="radio"]):not([type="checkbox"]) {
    font-size: 14px;
    line-height: 12px;
    margin: 0 0 16px;
  }
  .wpcf7 .wpcf7-form-control-wrap textarea {
    font-size: 14px;
    line-height: 12px;
    min-height: 202px;
  }
  .wpcf7 p.contactDse {
    font-size: 10px;
    line-height: 17px;
  }
  .wpcf7 p.contactDse a {
    font-size: 10px;
    line-height: 17px;
  }
}
.pcSidebar {
  width: 23%;
  padding: 30px 0 0;
}
.pcSidebar .menu {
  list-style: none;
  padding: 17px 0 19px;
}
.pcSidebar .menu li:hover a {
  color: #ec008c;
}
.pcSidebar .menu li.current-menu-item:hover a {
  color: #003973;
}
.pcSidebar .menu li.current-menu-item a {
  font-weight: 900;
}
.pcSidebar .menu a {
  font-size: 18px;
  line-height: 34px;
  color: #003973;
  font-weight: 400;
}
.pcsMenu {
  padding: 0 0 0 19px;
  border-bottom: 1px solid #e6e6e6;
}
.pcsmTitle {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #003973;
  margin: 0 0 0;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 44px;
}
.pcsAdvert {
  padding: 29px 0 0;
}
.pcsaHref {
  border-radius: 9px;
  display: table;
  overflow: hidden;
}
.pcsaHref:hover .pacsaLabel {
  background: #ec008c;
}
.pcsaPic {
  display: flex;
}
.pacsaLabel {
  background: #003973;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 0 14px 29px;
  transition: all .4s ease;
}
.pcsContact {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 23px;
  margin: 0 0 22px;
}
.pcscTitle {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #003973;
  margin: 0 0 23px;
  background-repeat: no-repeat;
  background-position: 21px center;
  padding: 0 0 0 63px;
}
.pcscPic {
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  border-raduis: 9px;
  margin: 0 0 21px 19px;
}
.pcscName {
  padding: 0 0 0 19px;
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  font-weight: 700;
}
.pcscTel {
  padding: 0 0 0 19px;
  font-size: 18px;
  line-height: 27px;
  color: #003973;
}
.pcscFax {
  padding: 0 0 0 19px;
  font-size: 18px;
  line-height: 27px;
  color: #003973;
}
.pcscMail {
  padding: 0 0 0 19px;
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  font-weight: 700;
}
.pcsAddress {
  border-bottom: 1px solid #e6e6e6;
  padding: 23px 0 23px 19px;
  margin: 0 0 22px;
}
.pcsaTitle {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #003973;
  margin: 0;
  padding: 0 0 0;
}
.pcsaText {
  font-size: 18px;
  line-height: 27px;
  color: #003973;
}
.pcsaPlace {
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  margin: 0 0 27px;
}
.pcsaTel {
  padding: 0 0 0 45px;
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  background-repeat: no-repeat;
  background-position: 0 8px;
}
.pcsaFax {
  padding: 0 0 0 45px;
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.pcsaMail {
  padding: 0 0 0 45px;
  font-size: 18px;
  line-height: 27px;
  color: #ec008c;
  background-repeat: no-repeat;
  background-position: 0 4px;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .pcSidebar {
    width: 35%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .pcSidebar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcSidebar {
    display: none;
  }
}
.footerSection {
  padding: 56px 0 0;
  background-size: cover;
  background-position: bottom;
}
.footerSection .footerNwsl {
  margin: 0 0 33px;
}
.footerSection .footerInfo {
  margin: 0 0 74px;
}
.footerInfo {
  justify-content: center;
  margin: 0 0 36px;
}
.fiIn {
  width: 100%;
  max-width: 1170px;
}
.fiHeadline {
  font-size: 40px;
  line-height: 72px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin: 0 0 37px;
}
.fiList {
  justify-content: space-between;
}
.filBox {
  justify-content: center;
  width: 31.7%;
  border-radius: 9px;
  overflow: hidden;
  padding: 30px 15px 40px;
  background-size: cover;
}
.filBox img {
  page-break-after: always;
  align-self: center;
  margin: 0 0 26px;
}
.filBox .bcButton {
  padding: 16px 14px;
}
.filbTitle {
  page-break-after: always;
  font-size: 25px;
  line-height: 24px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin: 0 0 21px;
  width: 100%;
  text-align: center;
}
.filbText {
  page-break-after: always;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin: 0 0 23px;
  max-width: 260px;
  letter-spacing: -0.5px;
}
.footerNwsl {
  justify-content: center;
  margin: 0 0 59px;
}
.footerNwsl .sib-alert-message.sib-alert-message-success {
  display: block !important;
  width: 100% !important;
  min-height: 34px !important;
  opacity: 1 !important;
}
.fnIn {
  max-width: 1170px;
  width: 100%;
}
.fnTitle {
  font-size: 40px;
  line-height: 72px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin: 0 0 9px;
}
.fnText {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  margin: 0 0 33px;
}
.fnFirstLine {
  justify-content: flex-start;
  margin: 0 0 26px;
}
.fnfInput {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
input.fnfInput:checked + .fnfLabel .fnfBubble::before {
  top: 5px;
  opacity: 1;
}
.fnfLabel {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin: 0 29px 0 0;
}
.fnfBubble {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  position: relative;
  margin: 0 9px 0 0;
}
.fnfBubble::before {
  width: 10px;
  height: 10px;
  background: #02a0f0;
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  border-radius: 100%;
  opacity: 0;
  transition: all .4s ease;
}
.fnSecondLine {
  justify-content: space-between;
  margin: 0 0 25px;
}
.fnsLabel {
  font-size: 0;
  color: transparent;
  width: 48.8%;
}
.fnsInput {
  color: #003973;
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  border-radius: 9px;
  width: 100%;
  border: 0 solid transparent;
  padding: 12px 19px 14px;
}
.fnDseTitle {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin: 0 0 21px;
}
.fnDseText {
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  margin: 0 0 25px;
}
.fnDseButt {
  color: #003973;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #fff;
  padding: 14px 15px;
  font-weight: 900;
  border: 0;
  border-radius: 9px;
  transition: all .4s ease;
}
.fnDseButt:hover {
  background: #ec008c;
  color: #fff;
}
.fnDseLabelNw.hint {
  padding: 5px;
  border: 1px solid red;
}
.fnDseLabelNw a {
  color: #ec008c;
}
#dseCheck {
  margin: 0 5px 0 0;
}
.footerTop {
  justify-content: center;
}
.ftIn {
  max-width: 1800px;
  width: 100%;
  padding: 0 0 51px;
}
.ftnav {
  list-style: none;
}
.ftnav> li {
  width: 17.9%;
  margin: 0 2.6% 0 0;
}
.ftnav> li:last-of-type {
  margin: 0;
}
.ftnav> li > a {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #348fdd;
  width: 100%;
  display: table;
  padding: 0 0 15px;
}
.ftnav li.extern.mTop {
  margin: 68px 0 0;
}
.ftnav li.extern> a::before {
  content: url(../../img/extern-link-white.svg);
  height: 17px;
  display: inline-block;
  width: 17px;
  position: relative;
  top: 2px;
  margin: 0 10px 0 0;
}
.ftnav ul {
  list-style: none;
  padding: 8px 0 0;
}
.ftnav ul li a {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}
.footerBot {
  background: #fff;
  justify-content: center;
}
.fbIn {
  max-width: 1170px;
  width: 100%;
  padding: 27px 0 13px;
}
.fbnav {
  list-style: none;
  width: 100%;
}
.fbnav li {
  margin: 0 20px 0 0;
}
.fbnav li.fiFB a {
  font-size: 0;
  color: transparent;
  width: 30px;
  height: 30px;
  background-image: url(../../img/icon-facebook.png);
  position: relative;
  top: 3px;
  display: flex;
}
.fbnav li.fiIN {
  display: none;
}
.fbnav li.fiIN a {
  font-size: 0;
  color: transparent;
  width: 30px;
  height: 30px;
  background-image: url(../../img/icon-insta.png);
  position: relative;
  top: 3px;
  display: flex;
}
.fbnav li.fiSiegel {
  margin: 0 0 0 auto;
  position: relative;
  top: -7px;
}
.fbnav li.fiSiegel a {
  font-size: 0;
  color: transparent;
  width: 87px;
  height: 50px;
  background-image: url(https://www.suhl-ccs.de/wp-content/uploads/2022/02/suhl-ccs-qs-logo.png);
  display: flex;
}
.fbnav li a {
  color: #333;
  font-size: 14px;
  line-height: 34px;
  transition: all .4s ease;
}
.fbnav li a:hover {
  color: #ec008c;
}
.page-id-6276 .footerSection {
  padding: 0;
}
.page-id-6276 .footerNwsl {
  background: #fff;
  padding: 50px 0;
}
.page-id-6276 .fnTitle,
.page-id-6276 .fnText,
.page-id-6276 .fnfLabel,
.page-id-6276 .fnDseLabelNw,
.page-id-6276 .fnDseText {
  color: #003973;
}
.page-id-6276 .fnsInput,
.page-id-6276 .fnfBubble {
  border: 1px solid #003973;
}
.page-id-6276 .fnDseButt {
  background: #003973;
  color: #fff;
}
.page-id-6276 .fnDseButt:hover {
  background: #ec008c;
  color: #fff;
}
.page-id-6276 .fiIn {
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1840px) {
  .ftIn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footerInfo {
    padding: 0 20px;
  }
  .filBox {
    background-size: cover;
  }
  .footerNwsl {
    padding: 0 20px;
  }
  .footerTop {
    display: none;
  }
  .startCTA {
    padding-bottom: 50px;
  }
  .fbIn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .scrollContainer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body:not(.page-template-pageStart) .footerSection {
    display: flex;
    flex-wrap: wrap;
  }
  body:not(.page-template-pageStart) .footerNwsl {
    order: 2;
  }
  body:not(.page-template-pageStart) .scrollContainer {
    order: 3;
    width: 100%;
  }
  body:not(.page-template-pageStart) .footerInfo::before {
    opacity: 0;
  }
  body:not(.page-template-pageStart) .fiIn {
    padding: 0;
  }
  body:not(.page-template-pageStart) .fiHeadline {
    font-size: 25px;
    line-height: 26px;
    text-align: center;
    padding: 0 30px;
  }
  .footerInfo {
    padding: 0 20px;
    position: relative;
  }
  .footerInfo::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 400px;
    background: #fff;
    z-index: 0;
    position: absolute;
  }
  .footerInfo .tns-controls {
    display: none;
  }
  .footerInfo .tns-outer {
    overflow: initial;
  }
  .footerInfo .tns-nav {
    bottom: -35px;
  }
  .footerInfo .tns-nav button {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
    transform: scale(0.5);
    margin: 0;
  }
  .footerInfo .tns-nav button.tns-nav-active {
    background: #ec008c;
  }
  .fiIn {
    position: relative;
    z-index: 1;
    padding: 49px 0 0;
  }
  .filBox {
    background-size: cover;
    padding: 19px 18px 30px;
  }
  .filBox img {
    display: table;
    margin: 0 auto 10px;
    transform: scale(0.75);
  }
  .filBox .bcButton {
    font-size: 12px;
    line-height: 12px;
    padding: 9px 8px 9px;
    font-weight: 700;
    border-radius: 4px;
  }
  .filbTitle {
    text-align: center;
    font-size: 16px;
    line-height: 12px;
    margin: 0 0 14px;
  }
  .filbText {
    max-width: 100%;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 14px;
  }
  .footerNwsl {
    padding: 0 20px;
    margin: 0 0 29px;
  }
  .fnIn {
    padding: 19px 0 0;
  }
  .fnTitle {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 0 11px;
  }
  .fnText {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin: 0 0 29px;
  }
  .fnFirstLine {
    justify-content: center;
    margin: 0 0 20px;
  }
  .fnfLabel {
    font-size: 13px;
    line-height: 12px;
    margin: 0 9px 0 0;
  }
  .fnfBubble {
    margin: -4px 9px 0 0;
  }
  .fnSecondLine {
    margin: 0 0 31px;
  }
  .fnsLabel {
    width: 100%;
    margin: 0 0 20px;
  }
  .fnsInput {
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    padding: 10px 0 11px;
  }
  .fnDseTitle {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin: 0 0 11px;
  }
  .fnDseText {
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    margin: 0 0 14px;
  }
  .fnDseButt {
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    text-align: center;
    padding: 9px 7px;
    letter-spacing: 0;
  }
  .footerTop {
    display: none;
  }
  .scrollContainer {
    justify-content: flex-end;
    padding: 5px 15px 2px;
  }
  .scrollContainer img {
    transform: scale(0.5);
  }
  .fbIn {
    padding: 16px 0 13px;
  }
  .fbnav {
    justify-content: center;
  }
  .fbnav li {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .fbnav li.fiFB {
    width: auto;
    margin: 0 22px 0 0;
  }
  .fbnav li.fiIN {
    width: auto;
  }
  .fbnav li.fiSiegel {
    margin: 30px 0 0;
    width: 100%;
  }
  .fbnav li.fiSiegel a {
    margin: 0 auto;
  }
  .fbnav li a {
    font-size: 14px;
    line-height: 34px;
  }
}
.wooHeader {
  background-image: url('../../img/footer-bg.jpg');
  bakcground-size: contain;
  height: 50px;
}
.wooContent {
  width: 100%;
  justify-content: center;
}
.wooIn {
  max-width: 100%;
  width: 1170px;
  padding: 50px 0 0;
}
.wooWrap {
  display: flex;
  width: 100%;
}
.star-rating,
.woocommerce-review-link,
.reset_variations {
  display: none !important;
}
.woocommerce div.product {
  display: table;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  font-family: 'Source Sans Pro', sans-serif;
}
.woocommerce div.product div.images img {
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.price,
.wgm-info,
.single_add_to_cart_button {
  font-family: 'Source Sans Pro', sans-serif;
}
.woocommerce-product-gallery__image {
  pointer-events: none;
}
.woocommerce div.product .product_title,
.variations label {
  color: #003973;
  text-transform: uppercase;
}
.wgm-info,
.woocommerce-checkout-review-order-table td,
woocommerce table.shop_table tfoot th {
  color: #003973;
}
.wgm-info a,
.woocommerce-checkout-review-order-table td a,
woocommerce table.shop_table tfoot th a {
  color: #ec008c;
}
.woocommerce .button {
  background: #003973 !important;
  color: #fff !important;
  border-radius: 9px;
  text-transform: uppercase;
}
.woocommerce .input-text {
  border-radius: 9px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 34px !important;
  padding: 0 10px;
  color: #003973;
}
.variations label {
  line-height: 52px;
}
.variations .value {
  position: relative;
  border: 1px solid #e6e6e6 !important;
  border-radius: 9px;
  overflow: hidden;
}
.variations .value:after {
  position: absolute;
  content: "";
  pointer-events: none;
  width: 37px;
  height: 50px;
  background-image: url(../../img/select.png);
  top: 0;
  right: 0;
  border-radius: 9px;
}
.variations .value select {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #003973;
  text-transform: uppercase;
  border: 0;
  background: #fff;
  padding: 15px;
  letter-spacing: 0.3px;
  width: 100%;
}
.woocommerce-Price-amount.amount {
  font-weight: 900;
  color: #ec008c;
}
.single_add_to_cart_button {
  text-transform: uppercase;
  background: #003973 !important;
}
.input-text.qty.text {
  border: 1px solid #e6e6e6 !important;
  border-radius: 9px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 600;
  color: #003973;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
.woocommerce div.product div.summary {
  margin: 0;
}
.wpContent {
  padding: 0 0 50px;
}
.wpContent h1 {
  font-size: 40px;
  line-height: 72px;
  color: #003973;
  font-weight: 900;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.wpContent h2 {
  font-size: 25px;
  line-height: 30px;
  color: #003973;
  font-weight: 900;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  margin: 0 0 26px;
}
.wpContent h3 {
  font-size: 20px;
  line-height: 25px;
  color: #003973;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 26px;
}
.wpContent h4 {
  font-size: 18px;
  line-height: 23px;
  color: #003973;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 26px;
}
.wpContent h5 {
  font-size: 18px;
  line-height: 23px;
  color: #003973;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 26px;
}
.wpContent a {
  font-size: 18px;
  line-height: 27px;
  color: #ec008c;
  font-weight: 400;
}
.wpContent>p {
  display: table;
}
.wpContent p {
  font-size: 18px;
  line-height: 27px;
  color: #003973;
  font-weight: 400;
  margin: 0 0 27px;
  width: 100%;
}
.wpContent p strong {
  font-weight: 700;
}
.wpContent ul {
  margin: 0 0 27px;
}
.wpContent ul li {
  color: #003973;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.wpContent ul li::before {
  content: "•";
  margin: 0 8px 0 0;
}
.cart_item .variation {
  display: none;
}
.cart_item .woocommerce-Price-amount.amount {
  color: #003973;
}
.woocommerce table.shop_table thead th {
  color: #003973;
}
.jde_hint td {
  color: #003973;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  line-height: 23px;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.wgm-tax {
  color: #003973;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li::before {
  color: #ec008c;
}
.woocommerce-MyAccount-content fieldset {
  margin: 30px 0;
}
.woocommerce-shipping-destination,
.woocommerce-shipping-calculator {
  display: none;
}
@media screen and (max-width: 1200px) {
  .wooWrap {
    padding: 0 20px 35px;
  }
}
@media screen and (max-width: 767px) {
  .wpContent p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #003973;
    text-transform: initial;
  }
}
