*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:focus, *:active, *:hover, * {
  outline: none !important;
}
:root {
  --main-bg-color: #fff;
  --main-txt-color: #666;

  --sub-bg-color: #fff;
  --sub-txt-color: #999;

  --c-blue: #002673;
  --c-blueRGBA: rgba(27, 51, 92, 1);
  --c-red: #730033;
  --c-redRGBA: rgba(133, 36, 55, 1);

  --c-notify: #a90013;
  --c-notifyRGB: rgba(169, 0, 19, 1);

  --main-padding: 15px;
}

/**************************************** Start ****************************************/
body {
  overflow-y: scroll;
  font-family: "Myriad", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  transition: transform 0.2s;
}
body.ps-active {
  transform: translateX(260px);
}
body.ps-active-right {
  transform: translateX(-260px);
}
img, svg {
  max-width: 100%;
  height: auto;
}
table {
  width: 100%;
}
a {
  color: #444;
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.9;
}
p {
  margin: 0.6em auto;
  position: relative;
  color: black;
}
hr {
  height: 1px;
  background-color: var(--c-blue);
  border: none;
}
ul {
  margin-left: 17px;
  color: black;
}
#mainContent iframe {
  width: 100%;
  min-height: 350px;
}
video {
  width: 100%;
}
.button {
  appearance: none;
  text-align: center;
  display: inline-block;
  padding: 20px;
  background: var(--c-blue);
  color: #fff;
  line-height: 1;
  font-size: 1.5em;
  cursor: pointer;
}
td, tr {
  vertical-align: top;
}
.googlemap {
  background: var(--c-blue);
  line-height: 0;
}
.googlemap a {
  color: #fff;
  text-decoration: underline;
}
.googlemap button {
  color: #fff;
  cursor: pointer;
  background: var(--c-red);
  border: 0;
  padding: 10px;
  margin-right: 5px;
}
.map-placeholder {
  padding: 10px;
  line-height: 1;
}
.datenschutzdisclaimer {
  margin-left: 15px;
}

/**************************************** Scroll Slider Div ****************************************/
.mouse {
  max-width: 25px;
  width: 100%;
  height: auto;
}
.scroll {
  animation: scroll 1.5s cubic-bezier(0.65, -0.55, 0.25, 1.5) infinite;
  transform-origin: 50% 20.5px;
  will-change: transform;
}
.scroll-link {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@keyframes scroll {
  0%, 20% { transform: translateY(0) scaleY(1); }
  10%      { opacity: 1; }
  100%     { transform: translateY(36px) scaleY(2); opacity: 0.01; }
}

/**************************************** Headings ****************************************/
h1, h2, h3, h4, h5, h6 {
  position: relative;
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase;
}
h1 {

  width: max-content;
  color: var(--c-blue);
  font-family: "Jost", sans-serif;
  font-size: 3em !important;
  font-weight: 700;
  padding: 10px 10px 1px 10px;
  margin: 0.67em auto;
  line-height: 100%;
}
h2 {
  font-size: 1.5em;
  font-family: "Jost", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--c-red);
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
h3 {
  font-size: 1.5em;
  font-family: "Jost", sans-serif;
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: var(--c-red);
}
h4 {
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
h6 {
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
#page-383 h3.ce-headline-left {
  line-height: 20px;
}
#page-383 h1.left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

/**************************************** Inner ****************************************/
.clr {
  clear: both;
  display: block;
  content: '';
}
.grid {
  opacity: 1;
}
.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.inner,
.articleInner {
  width: 1400px;
  margin: auto;
}
.articleInner .articleInner {
  width: auto;
  padding: 0;
}
.frame-layout-10 .articleInner,
.noInner .articleInner {
  padding: 0;
  margin: 0;
  width: 100%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/**************************************** Back BTN ****************************************/
.career {
  position: fixed;
  bottom: 30px;
  left: 16px;
  text-decoration: none;
  color: #fff;
  border: 0 solid #fff;
  background: #B4B3B3;
  font-size: 1.5em;
  border-radius: 50%;
  font-weight: 700;
  height: 53px;
  width: 53px;
  line-height: 2.7;
  text-align: center;
  display: block;
  z-index: 9999;
}
.career:hover {
  background-color: rgba(135, 135, 135, 0.5);
}

@media only screen and (max-width: 768px) {
  .career {
    display: none;
  }

  /* Close BTN */
  .close:before {
    content: ' ';
  }
  #closebtn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #closebtn span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #333;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #closebtn span:nth-child(1) { top: 0; }
  #closebtn span:nth-child(2) { top: 9px; }
  #closebtn span:nth-child(3) { top: 18px; }
  #closebtn:hover span:nth-child(1) {
    top: 9px;
    transform: rotate(135deg);
  }
  #closebtn:hover span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  #closebtn:hover span:nth-child(3) {
    top: 9px;
    transform: rotate(-135deg);
  }

  /**************************************** Google Maps ****************************************/
  #map {
    width: 100%;
    height: 400px;
    background-color: grey;
  }
  .gm-style-iw {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    width: 450px !important;
    top: 15px !important;
    left: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 0 solid rgba(72, 181, 233, 0.6);
    border-radius: 0;
    padding: 0 25px;
  }

  /**************************************** bgImage ****************************************/
  .bgImage {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  /**************************************** Panel ****************************************/
  .panel {
    position: fixed;
    top: 0;
    width: 220px;
    height: 100%;
    padding: 20px;
    background-color: #333;
    color: #fff;
    box-shadow: inset 0 0 5px 5px #222;
  }
  #right-panel .inner,
  #right-panel .articleInner,
  #left-panel .inner,
  #left-panel .articleInner {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #left-panel {
    left: 0;
    transform: translateX(-260px);
  }
  #right-panel {
    right: 0;
    transform: translateX(260px);
  }
}

/**************************************** Trigger ****************************************/
.triggerMainEl:last-of-type .articleInner {
  padding-bottom: 2.5em;
}
.triggerWrap {
  background: #eee;
}
.triggerer {
  background: var(--sub-txt-color);
  color: var(--main-bg-color);
  padding: 0.5em 1em;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.triggerer:after {
  content: '+';
  display: block;
  position: absolute;
  top: 0.4em;
  right: 1em;
  z-index: 5;
  font-size: 2em;
  line-height: 1;
  transition: all 0.2s ease;
}
.triggerMainEl.open .triggerer:after {
  transform: rotate(45deg);
  transform-origin: center center;
  color: var(--sub-bg-color);
}
.triggerEl {
  display: none;
}
.triggerElInner {
  padding: 1em;
  color: var(--main-bg-color);
}
.triggerMainEl.open .triggerEl {
  display: block;
}
.triggerMainEl.open .triggerer,
.triggerMainEl.open .triggerElInner {
  transition: all 0.2s ease;
  background: var(--main-bg-color);
  color: var(--sub-txt-color);
}

/**************************************** Flip ****************************************/
.card {
  position: relative;
  transform-style: preserve-3d;
  min-height: 400px;
  perspective: 800px;
  transition: 0.5s;
  z-index: 1;
}
.card::before {
  content: "\00BB";
  margin-right: 6px;
  position: relative;
  z-index: 2;
}
.card.flip .card-front {
  transform: rotateX(-180deg);
}
.card.flip .card-back {
  transform: rotateX(0deg);
}
.card-front,
.card-back {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-front {
  background-position: 50% 50%;
  background-size: cover;
  transform: rotateX(0deg);
  background: red;
}
.card-back {
  transform: rotateX(180deg);
  background: blue;
}
.card-back .content {
  text-align: center;
}

/**************************************** Cookie Notify ****************************************/
#notify {
  outline: 1px solid #7b92a9;
  background: var(--c-notify);
  color: var(--sub-bg-color);
  position: fixed;
  bottom: 1em;
  right: 4em;
  z-index: 9999;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  width: 95%;
  max-width: 24em;
  padding: 1em;
}
#notify .inner {
  display: unset;
  width: 100%;
}
#notify a {
  color: var(--sub-bg-color);
  text-decoration: none;
}
#notify a:hover {
  text-decoration: underline;
}
#notifyCloser {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -38px;
  font-size: 3em;
  color: #000;
  cursor: pointer;
  background: var(--sub-bg-color);
  opacity: 1;
  border: 1px solid var(--c-notify);
  line-height: 40px;
  width: 40px;
}
#notifyCloser:after {
  content: '\d7';
  color: var(--c-notify);
}