@import url("https://use.typekit.net/jme4uig.css");
/* Keycolors defined in root less */
/*  Breakpoints */
.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: -.5em;
  width: 1em;
  height: 100%;
  background-color: #d09c00;
  pointer-events: none;
}
.ribbon:after {
  right: -.57em;
  z-index: -1;
}
.ribbon:before {
  bottom: auto;
  top: -.5em;
  left: -.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: -.5em;
  left: -.05em;
  pointer-events: none;
  -webkit-mask: none;
}
.ribbon .text:before {
  bottom: auto;
  top: -.5em;
  border-bottom: 0.5em solid #ffda6a;
  border-left: .5em solid transparent;
}
.ribbon .text:after {
  left: auto;
  right: -.05em;
  border-top: 0.5em solid #ffda6a;
  border-right: .5em solid transparent;
}
@font-face {
  font-family: 'icomoon';
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/icomoon.eot?u2s0h6');
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/icomoon.eot?u2s0h6#iefix') format('embedded-opentype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/icomoon.ttf?u2s0h6') format('truetype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/icomoon.woff?u2s0h6') format('woff'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/icomoon.svg?u2s0h6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-youtube:before {
  content: "\e906";
}
.icon-call:before {
  content: "\e900";
}
.icon-email:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-xing:before {
  content: "\e905";
}
.icon-world:before {
  content: '🌐';
}
a.icon-email,
a.icon-call {
  font-weight: 100;
}
a.icon-email:before,
a.icon-call:before {
  margin-right: 0.5em;
  vertical-align: middle;
  font-size: 1.2em;
}
a.icon-email:hover,
a.icon-call:hover {
  text-decoration: none;
}
html,
body {
  font-size: 18px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media screen and (max-width: 991px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 359px) {
  html,
  body {
    font-size: 12px;
  }
}
ul {
  font-size: 1rem;
}
body {
  font-family: "adelle", serif;
  font-style: normal;
  overflow-x: hidden;
  font-weight: 100;
  background: #ffffff;
  color: #010101;
  padding-top: 0px;
  position: relative;
}
.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;
}
.container-fluid {
  max-width: 1600px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  margin-inline: auto;
}
.container-fluid.reallysmall,
.container-fluid.layout-2 {
  max-width: 1000px;
}
.specialfont {
  font-weight: 700;
}
.btn {
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 1.666667rem;
  font-weight: 400;
  border: none;
  background-color: #e8e100;
  display: inline-block;
  position: relative;
  line-height: 30px;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 700;
}
.btn:hover {
  color: #cccccc;
}
.d-btn {
  color: #ffffff;
  background-color: #22559f;
  text-decoration: none;
  padding: 0.2em 1em;
}
.btn-white {
  border: 2px solid #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.btn-white:hover span {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-ani {
  overflow: hidden;
  transition: all 0.1s ease-out;
  background-repeat: no-repeat;
}
.btn-ani:after {
  display: block;
  transition: all 0.1s ease-out;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('/typo3conf/ext/sf_template/Resources/Public/img/lineargardient_1.svg');
  background-size: 120% 100%;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.btn-ani span {
  color: #ffffff;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  z-index: 2;
  position: relative;
}
.btn-ani:hover:after {
  right: 100%;
  transition: all 0.5s ease-out;
}
.btn-ani:hover span {
  color: white;
}
.gradientHorz {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f1b5f+0,c5007b+100 */
  background: #0f1b5f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0f1b5f 0%, #c5007b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0f1b5f 0%, #c5007b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0f1b5f 0%, #c5007b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1b5f', endColorstr='#c5007b', GradientType=1);
  /* IE6-9 */
}
.gradientVert {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f1b5f+0,c5007b+100 */
  background: #0f1b5f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0f1b5f 0%, #c5007b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0f1b5f 0%, #c5007b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0f1b5f 0%, #c5007b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1b5f', endColorstr='#c5007b', GradientType=0);
  /* IE6-9 */
}
.nogaprow {
  margin-left: 0;
  margin-right: 0;
}
.nogaprow > div {
  padding-left: 0;
  padding-right: 0;
}
h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1em;
  font-weight: 700;
  font-size: 2rem;
}
.bigtitle {
  color: #e8e100;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 639px) {
  .bigtitle {
    font-size: 3rem;
  }
}
h1 {
  margin-bottom: 2em;
  margin-bottom: 40px;
  line-height: 1.05em;
}
h2 {
  margin-top: 0;
  margin-bottom: 1em;
}
.bluetext {
  color: #e8e100;
}
a {
  color: #004f9f;
  text-decoration: none;
}
.align-center {
  text-align: center;
}
.roundedbtn {
  background: transparent;
  color: #e8e100;
  border: 2px solid #e8e100;
  font-size: 20px;
  padding: 7px 50px;
  display: inline-block;
  text-transform: none;
  text-shadow: none;
  -webkit-transition: background-color 500ms ease-out, color 500ms ease-out;
  -o-transition: background-color 500ms ease-out, color 500ms ease-out;
  transition: background-color 500ms ease-out, color 500ms ease-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.roundedbtn:hover {
  color: #ffffff;
  background-color: #e8e100;
  text-decoration: none;
}
.roundedbtn:focus {
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .roundedbtn {
    font-size: 16px;
  }
}
.hasredbar:after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 60px;
  height: 4px;
  background-color: #e8e100;
}
.hasRedBox:before,
.hasRedBox:after {
  content: "";
  display: block;
  width: 360px;
  height: 54px;
  border: 5px solid #e8e100;
  margin: 20px auto 20px auto;
}
.hasRedBox:before {
  border-bottom: none;
}
.hasRedBox:after {
  border-top: none;
}
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(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
  }
  50% {
    opacity: 1;
  }
}
ol {
  margin-bottom: 2rem;
}
ol li {
  margin-bottom: 0.5rem;
}
a.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 45px;
  color: #e8e100;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  display: inline;
  opacity: 0;
  right: 20px;
  bottom: 80px;
  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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
a.scroll-top svg {
  height: 80%;
  width: 80%;
}
@media screen and (max-width: 767px) {
  a.scroll-top {
    bottom: 2rem;
    right: 0;
    border-radius: 5px 0 0 5px;
    display: none;
  }
}
.scrollheader a.scroll-top {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .ciHeader {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 539px) {
  .ciHeader {
    font-size: 2rem;
  }
}
.frame-indent-right .ce-inner-box {
  padding-right: 33.33%;
}
.frame-indent-left .ce-inner-box {
  padding-left: 33.33%;
}
figure.video .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.ctype-text {
  margin-bottom: 2rem;
}
.frame-space-before-medium {
  margin-top: 5rem;
}
.ctype-text ul,
.modal-dialog ul,
.claimbox ul {
  list-style: none;
  /* Remove default bullets */
  padding-left: 0;
}
.ctype-text ul li,
.modal-dialog ul li,
.claimbox ul li {
  position: relative;
  padding-left: 1.5rem;
}
.ctype-text ul li::before,
.modal-dialog ul li::before,
.claimbox ul li::before {
  content: "\25A0";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #e8e100;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  position: absolute;
  left: 0;
  top: 0em;
}
.contentwrap {
  overflow: hidden;
  width: 100%;
}
.ciHeader + .subheader {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.contentheader.hassubheader .contenttitle {
  margin-bottom: 0.25rem;
}
.contentheader.hassubheader .subheader {
  font-weight: 700;
  color: #004f9f;
}
.faqcordion {
  margin-bottom: 6rem;
}
.faqcordion .faqtext {
  margin-bottom: 3.888889rem;
}
.faqcordion .accordion .card {
  border: none;
  border-top: 2px solid #abaaa8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.faqcordion .accordion .card:last-child {
  border-bottom: 2px solid #abaaa8;
}
.faqcordion .accordion .card .card-header {
  background: none;
  padding: 0;
}
.faqcordion .accordion .card .card-header .card-title {
  padding: 1rem 0;
  font-family: "PT Sans";
  font-size: 1rem;
  margin-bottom: 0;
}
.faqcordion .accordion .card .card-header .card-title .toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faqcordion .accordion .card .card-header .card-title .toggle p {
  margin-bottom: 0;
}
.faqcordion .accordion .card .card-header .card-title .toggle .icon {
  color: #e8e100;
  -webkit-transition: 250ms all ease-out;
  -moz-transition: 250ms all ease-out;
  -o-transition: 250ms all ease-out;
  transition: 250ms all ease-out;
  font-weight: 700;
  font-size: 3rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
.faqcordion .accordion .card .card-header .card-title .toggle .iconplus {
  display: none;
}
.faqcordion .accordion .card .card-header .card-title .toggle .iconminus {
  display: block;
}
.faqcordion .accordion .card .card-header .card-title .toggle.collapsed .iconplus {
  display: block;
}
.faqcordion .accordion .card .card-header .card-title .toggle.collapsed .iconminus {
  display: none;
}
.faqcordion .accordion .card .card-body {
  padding: 1rem 0;
}
.contactbox {
  background: #e8e100;
  padding: 2.666667rem;
  padding-right: 0;
  color: #ffffff;
  margin-bottom: 100px;
  background: #22559f;
  background: linear-gradient(90deg, #22559f 0%, #22559f 38%, #357cc3 100%);
}
.contactbox:before {
  content: "";
  background: #ffffff;
  width: 20rem;
  height: 102%;
  position: absolute;
  right: 0;
  top: -1%;
  z-index: 0;
  transform-origin: top left;
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
}
.contactbox .inner {
  position: relative;
  z-index: 10;
  padding: 1.333rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #e8e100;
  background: #22559f;
  background: linear-gradient(90deg, #22559f 0%, #22559f 38%, #357cc3 100%);
  -webkit-box-shadow: 0 0 20px #e8e100;
  box-shadow: 0 0 20px #e8e100;
}
.contactbox .inner .content-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 2;
}
.contactbox .inner .content-side .title {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .contactbox .inner .content-side .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 539px) {
  .contactbox .inner .content-side .title {
    font-size: 2rem;
  }
}
.contactbox .inner .content-side .title:after {
  background: #abaaa8;
}
.contactbox .inner .content {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}
.contactbox .inner .content .cb-textwrap {
  padding-left: 2rem;
  padding-right: 2rem;
}
.contactbox .inner .content .cb-textwrap .btn {
  background-color: #004f9f;
}
.contactbox .inner .content .cb-textwrap a {
  color: #ffffff;
  text-decoration: underline;
}
.contactbox .inner .picside {
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 1;
}
.contactbox .inner .picside img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1399px) {
  .contactbox .inner .content {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 30px;
  }
  .contactbox .inner .content .cb-imgwrap {
    margin-bottom: 30px;
  }
  .contactbox .inner .content .cb-imgwrap img {
    width: 100%;
    height: auto;
  }
  .contactbox .inner .content .cb-textwrap {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .contactbox {
    padding-left: 0;
  }
  .contactbox .inner {
    flex-direction: column;
  }
}
.frame-greybox {
  background-color: #dbdbdb;
  margin-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1023px) {
  .frame-greybox {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.contactlist {
  margin: 1rem 0 3rem;
  display: flex;
  flex-wrap: wrap;
}
.contactlist a {
  display: block;
  margin-bottom: 30px;
  margin-right: 2rem;
  white-space: nowrap;
}
.contactlist [class^="icon"] {
  padding: 5px;
  background: #e8e100;
  color: white;
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.tripletext {
  margin-bottom: 5.555556rem;
}
.tripletext .tt-intro {
  margin-bottom: 2.777778rem;
}
.tripletext .tt-cols {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.tripletext .tt-cols div[class^="col-"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .tripletext .tt-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 539px) {
  .tripletext .tt-title {
    font-size: 2rem;
  }
}
.tripletext .titlebox {
  background-color: #e8e100;
  display: block;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 1.578947rem;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  color: #ffffff;
}
.tripletext .titlebox h4 {
  padding: 0 0.5em;
}
.tripletext .titlebox > * {
  font-size: 3.333333rem;
  display: inline-block;
}
.tripletext a.titlebox:hover {
  text-decoration: none;
  background-color: #fff81c;
}
.textpic {
  margin-bottom: 2.777778rem;
}
@media screen and (max-width: 767px) {
  .textpic .tp-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 539px) {
  .textpic .tp-title {
    font-size: 2rem;
  }
}
.textpic .d-flex {
  margin-left: -15px;
  margin-right: -15px;
}
.textpic .d-flex > div {
  flex-basis: 50%;
  padding: 0 15px;
}
.textpic .d-flex.layout2 .tp-pic {
  flex-basis: 33.33%;
}
.textpic .d-flex.layout2 .tp-text {
  flex-basis: 66.66%;
}
@media screen and (max-width: 767px) {
  .textpic .d-flex > div {
    flex-basis: 100% !important;
    flex-direction: column;
  }
}
.textpic img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.parsley-errors-list {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
  color: #990000;
}
.factstable .tablewrap {
  width: 100%;
  overflow: auto;
  margin-bottom: 150px;
}
.factstable table {
  width: 100%;
  min-width: 500px;
}
.factstable table th {
  font-size: 1.4rem;
}
.factstable table th:first-child {
  width: 40%;
}
.factstable table td,
.factstable table th {
  padding: 10px 15px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
  border-left: 3px solid #ffffff;
}
.factstable table td:first-child,
.factstable table th:first-child {
  text-align: left;
}
.factstable table td svg,
.factstable table th svg {
  height: 1.4rem;
  width: auto;
}
.factstable table td svg *,
.factstable table th svg * {
  fill: #008800;
}
.factstable table td svg.bi-x *,
.factstable table th svg.bi-x * {
  fill: #880000;
}
.factstable table .label {
  font-weight: 700;
  font-size: 0.9rem;
}
.factstable table .data {
  font-size: 0.7rem;
}
.factstable table th {
  border-bottom: 1px solid #ffffff;
}
.factstable table tr:nth-child(odd) td,
.factstable table tr:nth-child(odd) th {
  background-color: #f4f6f8;
}
.factstable table tr:nth-child(even) td,
.factstable table tr:nth-child(even) th {
  background-color: #fafbfc;
}
.factstable table .btnrow td {
  background: none !important;
  padding-top: 2rem;
}
.factstable table .btnrow td .btn {
  font-family: inherit;
  font-size: 1rem;
  padding: 5px 15px;
}
.tx-maps2 {
  margin-bottom: 100px;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.leaflet-popup .imagesWrapper {
  margin-bottom: 20px;
  line-height: 1.2em;
}
.leaflet-popup .titleWrapper {
  font-size: 1rem;
}
.leaflet-popup .infoWindowContent .btn {
  font-size: 1rem;
  color: #ffffff;
  font-family: "PT Sans";
  padding: 0px 15px;
}
.leaflet-popup-content {
  margin: 35px 15px 15px 15px;
}
.leaflet-container a.leaflet-popup-close-button {
  font-size: 1rem;
  padding: 15px 30px 0 0;
}
#pricemodal .modal-dialog {
  max-width: 600px;
}
.bigpic picture,
.bigpic img {
  width: 100%;
  height: auto;
}
.jobsboxes {
  margin-top: 4.5rem;
}
.jobsboxes h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
.jobsboxes .jb-introtext {
  margin-bottom: 3rem;
}
.jobsboxes .jb-boxes {
  display: flex;
  margin-bottom: 5rem;
  margin-left: -15px;
  margin-right: -15px;
  flex-direction: row;
  flex-wrap: wrap;
}
.jobsboxes .jb-boxes .jb-box {
  flex: 0 0 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.jobsboxes .jb-boxes .jb-box .inner {
  display: flex;
  flex-direction: column;
}
.jobsboxes .jb-boxes .jb-box .inner .jb-pic {
  display: block;
  height: 20rem;
  overflow: hidden;
}
.jobsboxes .jb-boxes .jb-box .inner .jb-pic .jb-picholder {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.jobsboxes .jb-boxes .jb-box .inner .jb-text {
  border: 10px solid #e8e100;
  padding: 1.5rem 0.5rem;
  position: relative;
}
.jobsboxes .jb-boxes .jb-box .inner .jb-text a:hover {
  text-decoration: none;
  display: block;
}
.jobsboxes .jb-boxes .jb-box .inner .jb-text h3 {
  font-weight: 700;
  font-size: 1.8rem;
}
.jobsboxes .jb-boxes .jb-box .inner .jb-text .jb-chaka {
  background-color: #e8e100;
  padding: 0 10px;
  position: absolute;
  right: -10px;
  font-size: 0.9rem;
}
.jobsboxes .jb-boxes .jb-box:nth-child(odd) .inner .jb-text {
  border-bottom: none;
}
.jobsboxes .jb-boxes .jb-box:nth-child(odd) .inner .jb-text .jb-chaka {
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.jobsboxes .jb-boxes .jb-box:nth-child(even) .inner {
  flex-direction: column-reverse;
}
.jobsboxes .jb-boxes .jb-box:nth-child(even) .inner .jb-text {
  border-top: none;
}
.jobsboxes .jb-boxes .jb-box:nth-child(even) .inner .jb-text .jb-chaka {
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 640px) {
  .jobsboxes .jb-boxes .jb-box {
    flex-basis: 50%;
  }
  .jobsboxes .jb-boxes .jb-box .inner {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .jobsboxes .jb-boxes .jb-box {
    flex-basis: 33.33333%;
  }
  .jobsboxes .jb-boxes .jb-box .inner {
    margin-bottom: 1rem;
  }
}
.jobsboxes .jb-boxes.reduced .jb-box .inner .jb-text {
  border: 10px solid #e8e100;
}
.jobsboxes .jb-boxes.reduced .jb-box .inner .jb-text h3 {
  font-size: 1.4rem;
}
.jobsboxes .jb-boxes.reduced .jb-box .inner .jb-text .jb-chaka {
  display: none;
}
.jobsaccordion {
  padding-bottom: 5rem;
}
.jobsaccordion .ja-text {
  margin-bottom: 1.75rem;
}
.jobsaccordion .accordion .card {
  border: 0.5rem solid #e8e100;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 15px;
}
.jobsaccordion .accordion .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}
.jobsaccordion .accordion .card .card-header a {
  display: block;
  padding: 10px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jobsaccordion .accordion .card .card-header a .ja-toggleicon {
  font-size: 2.5rem;
  line-height: 0;
}
.jobsaccordion .accordion .card .card-body {
  padding: 15px 10px;
}
.jobsaccordion .accordion .card .card-body .ja-morelink {
  font-weight: 700;
  color: #004f9f;
}
.jobsaccordion .accordion .card.active {
  border-color: #004f9f;
}
.jobsaccordion .accordion .card.special {
  border-color: #e8e100;
}
.jobsaccordion .accordion .card.special .card-header {
  background: #e8e100;
  border-radius: 0;
}
.jobsaccordion .accordion .card.special .card-header a {
  color: #010101;
}
.jobsaccordion .ja-address {
  padding: 20px;
}
.jobdetails {
  margin-top: 3rem;
}
.jobdetails img {
  width: 100%;
  height: auto;
}
.jobdetails .jd-sidetext {
  background-color: #e8e100;
  padding: 2rem 1rem;
}
.jobdetails h3 {
  background: #dedee0;
  display: inline-block;
  padding: 0.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.jobdetails ul {
  list-style: none;
  margin-bottom: 2rem;
}
.jobdetails ul li {
  position: relative;
  margin-bottom: 1rem;
}
.jobdetails ul li::before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  content: "";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #004f9f;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
ce-headline-center {
  text-align: center;
}
.ce-headline-left {
  text-align: left;
}
.ce-headline-right {
  text-align: right;
}
.tab-v2 {
  margin-bottom: 5rem;
}
.tab-v2 .nav-tabs {
  margin-bottom: 30px;
}
.tab-v2 .nav-tabs .nav-link {
  font-weight: 700;
  border-radius: 0 !important;
  bordeR: none;
}
.tab-v2 .nav-tabs .nav-item.show .nav-link,
.tab-v2 .nav-tabs .nav-link.active {
  background: #e8e100;
}
.job-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  grid-auto-rows: minmax(100px, auto);
}
.job-list li {
  border: 10px solid #e8e100;
  padding: 15px;
  flex: 0 0 100%;
}
.job-list li h5 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .job-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .job-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.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 0.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));
  }
}
.pagets__Azubiseite {
  background: url(/fileadmin/user_upload/Nüthen_Webseite/Weitere/hintergrund-nuethen.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  --frame-width: 5px;
  /*
    ul {

        li {
            list-style-type: none;
            position: relative;
            line-height: 2;

            &:before {
                content: '+';
                position: absolute;
                //left: -1.5rem;
                top: -1.1rem;
                width: 1.5rem;
                height: 1.5rem;
                color: @pink;
                font-size: 2rem;
                font-weight: bold;
            }
        }
    }
        */
}
.pagets__Azubiseite a.scroll-top {
  color: #0682fe;
}
.pagets__Azubiseite .contentheader.hassubheader .subheader {
  color: inherit;
}
.pagets__Azubiseite .pageheader .navbar .navbar-toggler .navbar-toggler-icon {
  background-color: #de027d;
}
.pagets__Azubiseite .contactpanel .triggerbutton {
  background-color: #0682fe;
}
.pagets__Azubiseite .contactpanel .contentbox .close {
  cursor: pointer;
}
.pagets__Azubiseite .contactpanel .contentbox .close svg * {
  fill: #ffffff;
}
.pagets__Azubiseite .contactpanel .contentbox .btnpanel .btn {
  background-color: #0682fe;
}
.pagets__Azubiseite .contactpanel .contentbox .inner .panel {
  background-color: #0682fe;
}
.pagets__Azubiseite .jobsboxes.jobsboxes .jb-intro a {
  color: #ffffff;
  text-decoration: underline;
}
.pagets__Azubiseite .jobsboxes.jobsboxes .jb-boxes {
  margin-bottom: 0;
}
.pagets__Azubiseite .jobsboxes.jobsboxes .jb-boxes .jb-box .jb-text {
  border-image-source: linear-gradient(135deg, #0682fe, #de027d);
  border-image-slice: 1;
}
.pagets__Azubiseite .jobsboxes.jobsboxes .jb-boxes .jb-box .jb-text a {
  color: #ffffff;
}
.pagets__Azubiseite .jobsboxes.jobsboxes .jb-boxes .jb-box .jb-title {
  font-size: 1.5rem;
}
.pagets__Azubiseite .jobsboxes.jobsboxes .jb-boxes .jb-box .jb-chaka {
  background-color: #de027d;
}
.pagets__Azubiseite .jobsaccordion .card.card {
  background-color: unset;
  border-image-source: linear-gradient(90deg, #0682fe, #de027d);
  border-image-slice: 1;
  transition: all 250ms ease-out;
}
.pagets__Azubiseite .jobsaccordion .card.card .card-body {
  color: #ffffff;
}
.pagets__Azubiseite .jobsaccordion .card.card .card-body a {
  color: inherit;
}
.pagets__Azubiseite .jobsaccordion .card.card.special {
  border-color: #0682fe;
}
.pagets__Azubiseite .jobsaccordion .card.card.special .card-header {
  background: linear-gradient(90deg, #0682fe, #de027d);
  color: #ffffff;
}
.pagets__Azubiseite .jobsaccordion .card.card.special .card-header a {
  color: inherit;
}
.pagets__Azubiseite .frame-bluebox .powermail_form {
  border-image-source: linear-gradient(-45deg, #0682fe, #de027d);
  border-image-slice: 1;
}
.pagets__Azubiseite .frame-bluebox .powermail_form label.powermail_label {
  color: #ffffff;
}
.pagets__Azubiseite .frame-bluebox .powermail_form .powermail_fieldset .powermail_fieldwrap_type_check .checkbox .checkmark {
  border-color: #de027d;
  background-color: #233950;
}
.pagets__Azubiseite .frame-bluebox .powermail_form .powermail_fieldset .powermail_fieldwrap_type_check .checkbox a {
  color: #ffffff;
  text-decoration: underline;
}
.pagets__Azubiseite .frame-bluebox .powermail_form .powermail_fieldset .powermail_fieldwrap_upload input::file-selector-button {
  color: #ffffff;
  background-color: #233950;
  padding: 0.5em;
  border: thin solid grey;
  border-radius: 3px;
  cursor: pointer;
}
.pagets__Azubiseite .frame-bluebox .powermail_form .powermail_submit {
  background: #0682fe;
}
.pagets__Azubiseite .ce-bodytext ul li {
  list-style-type: none;
  position: relative;
  line-height: 2;
}
.pagets__Azubiseite .ce-bodytext ul li:before {
  content: '+';
  position: absolute;
  top: -1.1rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #de027d;
  font-size: 2rem;
  font-weight: bold;
}
.pagets__Azubiseite .ce-bodytext .tab-pane ul li {
  list-style-type: none;
  position: relative;
  line-height: 2;
}
.pagets__Azubiseite .ce-bodytext .tab-pane ul li:before {
  content: '+';
  position: absolute;
  left: -1.5rem;
  top: -1.1rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #de027d;
  font-size: 2rem;
  font-weight: bold;
}
.pagets__Azubiseite .cols2 .ce-bodytext ul li,
.pagets__Azubiseite .cols3 .ce-bodytext ul li {
  list-style-type: none;
  position: relative;
  line-height: 2;
}
.pagets__Azubiseite .cols2 .ce-bodytext ul li:before,
.pagets__Azubiseite .cols3 .ce-bodytext ul li:before {
  content: '+';
  position: absolute;
  left: -1.5rem;
  top: -1.1rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #de027d;
  font-size: 2rem;
  font-weight: bold;
}
.pagets__Azubiseite .tab-v2 .nav-tabs .nav-item a {
  color: #ffffff;
}
.pagets__Azubiseite .tab-v2 .nav-tabs .nav-item a.active {
  background-color: #de027d;
  color: inherit;
}
.pagets__Azubiseite .tab-v2 .tab-content .tab-pane {
  color: #ffffff;
}
.pagets__Azubiseite .tab-v2 .tab-content .tab-pane a {
  color: inherit;
  text-decoration: underline;
}
.pagets__Azubiseite .jobdetails h3 {
  background-color: #de027d;
}
.pagets__Azubiseite .jobdetails .jd-sidetext {
  background-color: #0682fe;
}
.pagets__Azubiseite .jobdetails .jd-sidetext p {
  color: #ffffff;
}
.pagets__Azubiseite .jobdetails .jd-sidetext p a {
  color: inherit;
  text-decoration: underline;
}
.pagets__Azubiseite .jobdetails ul li:before {
  position: absolute;
  left: 0;
  top: 0.7rem;
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #de027d;
  font-weight: bold;
  display: inline-block;
  margin-left: -1rem;
}
@-webkit-keyframes grow {
  100% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes grow {
  100% {
    transform: scale(1.1);
  }
}
.pagets__Azubiseite .effectheader {
  position: relative;
  margin-bottom: 3rem;
  width: 100vw;
  aspect-ratio: 1.77777778;
  overflow-y: hidden;
}
.pagets__Azubiseite .effectheader img {
  width: 100%;
  height: auto;
}
.pagets__Azubiseite .effectheader .bg {
  height: 100%;
}
.pagets__Azubiseite .effectheader .bg .img-bg {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pagets__Azubiseite .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 (max-width: 767px) {
                width: 62.9%;
                left: 25.27%;
                bottom: 1.55%;
            } */
}
@media screen and (min-width: 48em) {
  .pagets__Azubiseite .effectheader .person {
    left: 45.27%;
  }
}
.pagets__Azubiseite .effectheader .overlay {
  position: absolute;
  left: -20px;
  bottom: 10%;
  padding: 10px;
  width: 80%;
  border: var(--frame-width) solid transparent;
  border-image-source: linear-gradient(90deg, #0682fe, #de027d);
  border-image-slice: 1;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .pagets__Azubiseite .effectheader .overlay {
    border-width: calc(2 * var(--frame-width));
  }
}
.pagets__Azubiseite .effectheader .overlay .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 7rem;
  transform: translateY(-4cqw);
}
.pagets__Azubiseite .effectheader .overlay .content p {
  font-size: 1rem;
  font-weight: 700;
  background: linear-gradient(90deg, #0682fe, #de027d);
  color: #132b43;
  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;
}
.pagets__Azubiseite .effectheader .overlay .content p:first-child {
  background: #0682fe;
  font-size: 4cqw;
}
.pagets__Azubiseite .effectheader .overlay .content p:nth-child(2) {
  color: #132b43;
  font-size: 7cqw;
}
.pagets__Azubiseite .effectheader .overlay .content p:last-child {
  background: unset;
  color: #ffffff;
  font-size: 2.5cqw;
  font-weight: 300;
}
.pagets__Azubiseite .effectheader .overlay .btn {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1400px) {
  .pagets__Azubiseite .effectheader .overlay .content {
    transform: translateY(-4.2cqw);
  }
}
@media screen and (max-width: 1399px) {
  .pagets__Azubiseite .effectheader .overlay .content {
    padding-bottom: 3rem;
    transform: translateY(-4.6cqw);
  }
}
@media screen and (max-width: 1199px) {
  .pagets__Azubiseite .effectheader .overlay {
    top: 150px;
  }
  .pagets__Azubiseite .effectheader .overlay .content {
    transform: translateY(-5cqw);
    padding-bottom: 0;
  }
  .pagets__Azubiseite .effectheader .overlay .content span {
    font-size: 1.5rem;
  }
  .pagets__Azubiseite .effectheader .overlay .content span:nth-child(4) {
    font-size: 2.5rem;
  }
  .pagets__Azubiseite .effectheader .overlay .content span:last-child {
    font-size: 1em;
  }
}
@media screen and (max-width: 991px) {
  .pagets__Azubiseite .effectheader .overlay .content {
    transform: translateY(-5.5cqw);
  }
  .pagets__Azubiseite .effectheader .overlay .content span {
    font-size: 1.2rem;
  }
  .pagets__Azubiseite .effectheader .overlay .content span:nth-child(4) {
    font-size: 2rem;
  }
  .pagets__Azubiseite .effectheader .overlay .content span:last-child {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .pagets__Azubiseite .effectheader .overlay {
    bottom: unset;
    top: 120px;
    width: 95%;
    height: 50%;
  }
  .pagets__Azubiseite .effectheader .overlay .content {
    transform: translateY(-5cqw);
    padding-bottom: 2vh;
  }
  .pagets__Azubiseite .effectheader .overlay .content span {
    font-size: 5vw;
  }
  .pagets__Azubiseite .effectheader .overlay .content span:nth-child(4) {
    font-size: 7vw;
  }
}
@media screen and (max-width: 479px) {
  .pagets__Azubiseite .effectheader .overlay {
    bottom: unset;
    top: 90px;
  }
  .pagets__Azubiseite .effectheader .overlay .content {
    transform: translateY(-1.55rem);
  }
}
@media screen and (max-width: 359px) {
  .pagets__Azubiseite .effectheader .overlay {
    top: 70px;
  }
  .pagets__Azubiseite .effectheader .overlay .content {
    transform: translateY(-1.8rem);
  }
}
.pagets__Azubiseite .effectheader .overlay > span {
  position: absolute;
  display: block;
  background-color: #e8e100;
}
.pagets__Azubiseite .effectheader .overlay > span.frameTop {
  top: 0;
  right: 0;
  width: 100%;
  height: 10px;
}
.pagets__Azubiseite .effectheader .overlay > span.frameRight {
  bottom: 0;
  right: 0;
  width: 10px;
  height: 100%;
}
.pagets__Azubiseite .effectheader .overlay > span.frameBottom {
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
}
.pagets__Azubiseite .effectheader .link-overlay {
  position: absolute;
  display: block;
  top: 0;
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.pagets__Azubiseite .footer {
  color: #ffffff;
}
.pagets__Azubiseite .footer p,
.pagets__Azubiseite .footer a {
  color: inherit;
}
.iframe-container {
  position: relative;
}
.iframe-container.ausbildung {
  border-style: solid;
  border-width: .5rem;
  border-image-source: linear-gradient(-45deg, #0682fe, #de027d);
  border-image-slice: 1;
}
.iframe-container.ausbildung:before {
  content: "Klingt spannend? Dann bewirb dich jetzt.";
  background-color: #de027d;
}
.iframe-container.job {
  border: .5rem solid #e8e100;
}
.iframe-container.job:before {
  content: "Klingt spannend? Dann bewirb dich jetzt.";
  background-color: #e8e100;
  color: black;
}
.iframe-container.ausbildung,
.iframe-container.job {
  background-color: white;
}
.iframe-container.ausbildung:before,
.iframe-container.job:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 4vw, 2rem);
  width: 100%;
  height: 105px;
}
body.seite_238 .contentwrap .bigslider {
  display: none;
  visibility: hidden;
}
.iframe-container.job iframe,
.iframe-container.ausbildung iframe {
  height: 3110px;
}
@media screen and (min-width: 531px) {
  .iframe-container.job iframe,
  .iframe-container.ausbildung iframe {
    height: 2160px;
  }
}
@media screen and (min-width: 810px) {
  .iframe-container.job iframe,
  .iframe-container.ausbildung iframe {
    height: 2200px;
  }
}
@media screen and (min-width: 1000px) {
  .iframe-container.job iframe,
  .iframe-container.ausbildung iframe {
    height: 2170px;
  }
}
.effectheader {
  position: relative;
  margin-bottom: 5rem;
}
.effectheader img {
  width: 100%;
  height: auto;
}
.effectheader .inner {
  position: relative;
  width: 100%;
  height: auto;
}
.effectheader .inner .person {
  width: 29.5%;
  height: auto;
  position: absolute;
  left: 45.27%;
  bottom: 1.05%;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
@media screen and (max-width: 767px) {
  .effectheader .inner .person {
    width: 62.9%;
    left: 25.27%;
    bottom: 1.55%;
  }
}
.effectheader .overlay {
  position: absolute;
  left: -10px;
  bottom: 10%;
  padding: 10px;
  width: 80%;
}
.effectheader .overlay .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 7rem;
  -webkit-transform: translateY(-2rem);
  -moz-transform: translateY(-2rem);
  -o-transform: translateY(-2rem);
  transform: translateY(-2rem);
}
.effectheader .overlay .content span {
  font-size: 2.5rem;
  font-weight: 300;
  background: #dfdfe1;
  margin-bottom: 10px;
  padding-left: 2rem;
  padding-right: 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;
}
.effectheader .overlay .content span:nth-child(4) {
  background-color: #e8e100;
  color: #000000;
  font-size: 3.3em;
  font-weight: 700;
}
.effectheader .overlay .content span:last-child {
  background-color: #dfdfe1;
  color: #010101;
  font-size: 24px;
}
@media screen and (max-width: 1399px) {
  .effectheader .overlay .content {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .effectheader .overlay .content {
    -webkit-transform: translateY(-1.75rem);
    -moz-transform: translateY(-1.75rem);
    -o-transform: translateY(-1.75rem);
    transform: translateY(-1.75rem);
    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 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: 150px;
    width: 95%;
    height: 50%;
  }
  .effectheader .overlay .content {
    -webkit-transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -o-transform: translateY(-1rem);
    transform: translateY(-1rem);
    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: 120px;
  }
}
.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;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.effectheader #scrolldownicon svg {
  width: 100%;
  height: auto;
}
.effectheader #scrolldownicon svg * {
  fill: #e8e100;
}
.bounce {
  animation: animationFrames ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-in-out 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-in-out 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-in-out 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-in-out 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 10px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 10px);
  }
}
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(0px, 10px);
  }
  50% {
    -moz-transform: translate(0px, -10px);
  }
  100% {
    -moz-transform: translate(0px, 10px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 10px);
  }
  50% {
    -webkit-transform: translate(0px, -10px);
  }
  100% {
    -webkit-transform: translate(0px, 10px);
  }
}
@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(0px, 10px);
  }
  50% {
    -o-transform: translate(0px, -10px);
  }
  100% {
    -o-transform: translate(0px, 10px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px, 10px);
  }
  50% {
    -ms-transform: translate(0px, -10px);
  }
  100% {
    -ms-transform: translate(0px, 10px);
  }
}
.socialmediaicons {
  display: flex;
}
.socialmediaicons a {
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  line-height: 0;
}
.socialmediaicons a:last-child {
  margin: 0;
}
.socialmediaicons a svg {
  width: 2rem;
  background-color: white;
  padding: .3rem;
}
.pageheader {
  pointer-events: none;
}
.pageheader .navbar .navbar-brand,
.pageheader .navbar-toggler,
.pageheader .navbar-collapse {
  pointer-events: auto;
}
@media screen and (min-width: 12000000px) {
  .pageheader {
    position: fixed;
    width: 100%;
    z-index: 401;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .pageheader .navbar {
    display: flex;
    justify-content: stretch;
  }
  .pageheader .navbar .navbar-brand {
    width: 12rem;
    height: auto;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    flex-shrink: 0;
  }
  .pageheader .navbar .navbar-brand img {
    width: 100%;
    height: auto;
  }
  .pageheader .navbar a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    font-size: 1.333333rem;
  }
  .pageheader .navbar .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .pageheader .navbar .servicebar {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    margin-bottom: 0rem;
    margin-top: 2rem;
  }
  .pageheader .navbar .servicebar ul {
    display: flex;
    list-style: none;
    align-items: center;
  }
  .pageheader .navbar .servicebar ul li {
    margin-right: 1rem;
  }
  .pageheader .navbar .servicebar ul span[class^=icon] {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
  }
  .pageheader .navbar .servicebar ul .linktext {
    font-size: 1rem;
  }
  .pageheader .navbar .servicebar ul .searchlink form {
    display: inline-block;
  }
  .pageheader .navbar .servicebar ul .searchlink form .btn {
    display: none;
  }
  .pageheader .navbar .servicebar ul .searchlink form [type=search] {
    width: 200px;
    height: 36px;
    -webkit-transition: transform 150ms ease-out;
    -moz-transition: transform 150ms ease-out;
    -o-transition: transform 150ms ease-out;
    transition: transform 150ms ease-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: top right;
  }
  .pageheader .navbar .servicebar ul .searchlink form.show {
    vertical-align: middle;
  }
  .pageheader .navbar .servicebar ul .searchlink form.show [type=search] {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  .pageheader .navbar .mainmenu {
    position: relative;
  }
  .pageheader .navbar .mainmenu li {
    display: block;
    position: relative;
  }
  .pageheader .navbar .mainmenu a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pageheader .navbar .mainmenu a .fxwrap {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .pageheader .navbar .mainmenu a .fxwrap span {
    display: block;
    font-weight: bold;
    visibility: hidden;
    overflow: hidden;
    height: 0px;
  }
  .pageheader .navbar .mainmenu a:hover .fxwrap {
    border-color: #ffffff;
  }
  .pageheader .navbar .mainmenu a:after {
    display: none;
  }
  .pageheader .navbar .mainmenu .thetoggle {
    position: inline-block;
    display: none;
  }
  .pageheader .navbar .mainmenu li:hover a .fxwrap,
  .pageheader .navbar .mainmenu .active a .fxwrap {
    border-color: #ffffff;
  }
  .pageheader .navbar .mainmenu .dropdown-menu {
    background-color: #004f9f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    padding: 0;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    top: 100%;
    margin: 0;
  }
  .pageheader .navbar .mainmenu li:not(.page_2):not(.page_3) .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    padding: 1rem 0rem;
  }
  .pageheader .navbar .mainmenu li:not(.page_2):not(.page_3) .dropdown-menu .subitem {
    display: block;
    width: 400px;
    padding: 0.5rem 1rem;
  }
  .pageheader .navbar .mainmenu li:not(.page_2):not(.page_3) .dropdown-menu .subitem a {
    font-size: 1rem;
    padding: 0;
  }
  .pageheader .navbar .mainmenu li:not(.page_2):not(.page_3) .dropdown-menu .subitem .linktextblock .pagetitle {
    display: inline-block;
    font-size: 1rem;
    line-height: 1em;
    color: #ffffff;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .pageheader .navbar .mainmenu li:not(.page_2):not(.page_3) .dropdown-menu .subitem .linktextblock .abstract {
    display: block;
    font-size: 0.7rem;
    opacity: 1;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 250ms all ease-out;
    -moz-transition: 250ms all ease-out;
    -o-transition: 250ms all ease-out;
    transition: 250ms all ease-out;
  }
  .pageheader .navbar .mainmenu li:not(.page_2):not(.page_3) .dropdown-menu .subitem:hover .linktextblock .pagetitle {
    border-color: #ffffff;
  }
  .pageheader .navbar .mainmenu li:not(.page_2):not(.page_3) .dropdown-menu .subitem:hover .linktextblock .abstract {
    opacity: 1;
    color: #ffffff;
  }
  .pageheader .navbar .mainmenu li.page_2,
  .pageheader .navbar .mainmenu li.page_3 {
    position: static;
  }
  .pageheader .navbar .mainmenu li.page_2 .dropdown-menu,
  .pageheader .navbar .mainmenu li.page_3 .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .pageheader .navbar .mainmenu li.page_2 .dropdown-menu .subitem,
  .pageheader .navbar .mainmenu li.page_3 .dropdown-menu .subitem {
    display: flex;
    padding: 1rem;
    flex-grow: 0;
    flex-shrink: 0;
    width: 380px;
  }
  .pageheader .navbar .mainmenu li.page_2 .dropdown-menu .subitem a,
  .pageheader .navbar .mainmenu li.page_3 .dropdown-menu .subitem a {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .pageheader .navbar .mainmenu li.page_2 .dropdown-menu .subitem .pic,
  .pageheader .navbar .mainmenu li.page_3 .dropdown-menu .subitem .pic {
    flex-grow: 0;
    flex-shrink: 0;
    width: 80px;
    padding-right: 1rem;
    height: auto;
    -webkit-transition: 250ms all ease-out;
    -moz-transition: 250ms all ease-out;
    -o-transition: 250ms all ease-out;
    transition: 250ms all ease-out;
    opacity: 0.5;
    margin-top: 0.5rem;
  }
  .pageheader .navbar .mainmenu li.page_2 .dropdown-menu .subitem .pic img,
  .pageheader .navbar .mainmenu li.page_3 .dropdown-menu .subitem .pic img {
    width: 100%;
    height: auto;
  }
  .pageheader .navbar .mainmenu li.page_2 .dropdown-menu .subitem .linktextblock .pagetitle,
  .pageheader .navbar .mainmenu li.page_3 .dropdown-menu .subitem .linktextblock .pagetitle {
    display: inline-block;
    font-size: 1rem;
    line-height: 1em;
    color: #ffffff;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .pageheader .navbar .mainmenu li.page_2 .dropdown-menu .subitem .linktextblock .abstract,
  .pageheader .navbar .mainmenu li.page_3 .dropdown-menu .subitem .linktextblock .abstract {
    display: block;
    font-size: 0.7rem;
    opacity: 1;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 250ms all ease-out;
    -moz-transition: 250ms all ease-out;
    -o-transition: 250ms all ease-out;
    transition: 250ms all ease-out;
  }
  .pageheader .navbar .mainmenu li.page_2 .dropdown-menu .subitem:hover .pic,
  .pageheader .navbar .mainmenu li.page_3 .dropdown-menu .subitem:hover .pic {
    opacity: 1;
  }
  .pageheader .navbar .mainmenu li.page_2 .dropdown-menu .subitem:hover .linktextblock .pagetitle,
  .pageheader .navbar .mainmenu li.page_3 .dropdown-menu .subitem:hover .linktextblock .pagetitle {
    border-color: #ffffff;
  }
  .pageheader .navbar .mainmenu li.page_2 .dropdown-menu .subitem:hover .linktextblock .abstract,
  .pageheader .navbar .mainmenu li.page_3 .dropdown-menu .subitem:hover .linktextblock .abstract {
    opacity: 1;
    color: #ffffff;
  }
  .pageheader .navbar .mainmenu li:hover .dropdown-menu {
    display: flex;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (min-width: 12000000px) and screen and (max-width: 1399px) {
  .pageheader .navbar a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .pageheader .navbar .mainmenu > li:first-child {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  .pageheader .navbar a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0) {
  .pageheader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: all ease-out 250ms;
    -moz-transition: all ease-out 250ms;
    -o-transition: all ease-out 250ms;
    transition: all ease-out 250ms;
  }
  .pageheader .inner {
    overflow: visible;
  }
  .navbar {
    -webkit-transition: 250ms all ease-out;
    -moz-transition: 250ms all ease-out;
    -o-transition: 250ms all ease-out;
    transition: 250ms all ease-out;
    padding: 0;
  }
  .navbar .navbar-brand {
    padding: 0;
    width: 13.5rem;
    margin-bottom: 0.5rem;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .navbar .navbar-brand img {
    width: 100%;
    height: auto;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    width: 100%;
    max-width: 600px;
    background: #004f9f;
    color: white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    max-height: 90vh;
    overflow-y: auto;
  }
  .navbar-collapse a {
    color: #ffffff;
  }
  .navbar-collapse a .fxwrap span {
    display: none;
  }
  .navbar-collapse .mainmenu {
    margin-top: 1rem;
  }
  .navbar-collapse .mainmenu li {
    position: relative;
    display: block;
  }
  .navbar-collapse .mainmenu li:hover,
  .navbar-collapse .mainmenu li.show {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .navbar-collapse .mainmenu li .thetoggle {
    position: absolute;
    right: 1rem;
    top: 0.35rem;
  }
  .navbar-collapse .mainmenu li .thetoggle svg {
    -webkit-transition: 250ms all ease-out;
    -moz-transition: 250ms all ease-out;
    -o-transition: 250ms all ease-out;
    transition: 250ms all ease-out;
    width: 2rem;
    height: 2rem;
  }
  .navbar-collapse .mainmenu li .thetoggle[aria-expanded="false"] svg {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .navbar-collapse .servicebar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-collapse .servicebar a {
    text-decoration: none;
    font-size: 2rem;
  }
  .navbar-collapse .servicebar #searchtrigger {
    display: none;
  }
  .navbar-collapse .servicebar .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .navbar-collapse .servicebar .searchlink {
    flex-basis: 100%;
    flex-shrink: 0;
    margin-bottom: 0.5rem;
  }
  .navbar-collapse .servicebar .searchlink form {
    display: flex;
  }
  .navbar-collapse .servicebar .searchlink form .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    width: auto;
  }
  .navbar-collapse .servicebar .searchlink form .btn {
    background-color: transparent !important;
    padding: 0 10px;
  }
  .navbar-collapse .servicebar .phonelink,
  .navbar-collapse .servicebar .maillink,
  .navbar-collapse .servicebar .link {
    display: inline-block;
    font-size: 2rem;
    margin-right: 0.5rem;
    line-height: 0;
  }
  .navbar-collapse .servicebar .phonelink .linktext,
  .navbar-collapse .servicebar .maillink .linktext,
  .navbar-collapse .servicebar .link .linktext {
    display: none;
  }
  .navbar-collapse .servicebar .link svg {
    width: 1.4rem;
    height: 1.4rem;
  }
  .navbar-collapse .servicebar .socialmediaicons {
    border-left: 1px solid #ffffff;
    padding-left: 1rem;
    margin-left: 0.5rem;
  }
  .navbar-collapse .nav-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-collapse .nav-item a {
    text-transform: uppercase;
  }
  .navbar-collapse .dropdown-menu {
    background-color: transparent;
    padding: 0;
    border: none;
    padding-left: 30px;
    padding-bottom: 1rem;
  }
  .navbar-collapse .dropdown-menu .pic {
    display: none;
  }
  .navbar-collapse .dropdown-menu .abstract {
    display: none;
  }
  .navbar-collapse .dropdown-menu a {
    display: block;
    text-transform: none;
    padding: 0.25rem 0;
  }
}
@media screen and (max-width: 479px) {
  .navbar .navbar-brand {
    width: 8rem;
  }
}
.scrollheader .pageheader .navbar .servicebar {
  margin: 0;
}
.scrollheader .pageheader .navbar .navbar-brand {
  width: 8rem;
}
.scrollheader .pageheader .navbar .mainmenu a:hover .fxwrap {
  border-color: #e8e100;
}
.submenu ul {
  padding: 0px;
  margin: 0 -5px 1rem -15px;
  list-style: none;
  text-align: left;
}
.submenu ul li {
  padding: 5px 5px;
  position: relative;
  display: inline-block;
}
.submenu ul li a {
  font-size: 1rem;
  display: block;
  text-align: center;
  color: #010101;
  line-height: 1em;
  padding: 10px;
  position: relative;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border: 1px solid #efefef;
}
.submenu ul li:hover a,
.submenu ul li.active a {
  color: #ffffff;
  background: #004f9f;
  text-decoration: none;
  display: block;
  position: relative;
}
.submenu ul li:hover a:before,
.submenu ul li.active a:before,
.submenu ul li:hover a:after,
.submenu ul li.active a:after {
  border-color: #c1001f;
}
.submenu .subsubmenu li a {
  border: none;
}
.submenu .subsubmenu li:hover a,
.submenu .subsubmenu li.active a {
  background-color: transparent;
  color: #e8e100;
  font-weight: 700;
  border-bottom: 1px solid #e8e100;
}
.navbar-toggler {
  outline: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-color: #004f9f;
  padding: 0.15rem 0.4rem;
}
.navbar-toggler .navbar-toggler-icon span {
  width: 25px;
  height: 5px;
  background-color: #ffffff;
  display: block;
  margin: 8px auto 8px 0;
  -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 span:first-child {
  width: 40px;
}
.navbar-toggler .navbar-toggler-icon span:last-child {
  width: 35px;
}
.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon:hover {
  cursor: pointer;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(1) {
  width: 40px;
  -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 span:nth-child(3) {
  width: 40px;
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
#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);
  /* &:hover, */
}
#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;
}
@keyframes swing {
  0% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(-2%);
  }
}
.machineintro {
  margin-bottom: 100px;
}
.machineintro .introcontent {
  background-color: #e8e100;
  background-image: url('/typo3conf/ext/sf_template/Resources/Public/img//bg-machine.jpg');
  padding-top: 190px;
  padding-bottom: 100px;
  position: relative;
  min-height: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  /* background-blend-mode: multiply;  */
  overflow: hidden;
}
.machineintro .introcontent:before {
  content: "";
  background: #ffffff;
  width: 17rem;
  height: 102%;
  position: absolute;
  left: 0;
  top: -1%;
  z-index: 1;
  transform-origin: top left;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(1deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
}
.machineintro .introcontent .bi-inner {
  /* max-width: @max-width; */
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-left: -2.2rem;
  margin-right: -2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.machineintro .introcontent .bi-inner .bi-picblock {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  width: 50%;
  float: left;
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.machineintro .introcontent .bi-inner .bi-picblock .machine {
  height: 100%;
  position: relative;
  /* animation: swing ease-in-out 2s infinite alternate;    */
}
.machineintro .introcontent .bi-inner .bi-picblock .machine > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
.machineintro .introcontent .bi-inner .bi-picblock .machine > div svg {
  width: auto;
  height: 100%;
}
.machineintro .introcontent .bi-inner .bi-picblock .machine .plate {
  position: relative;
}
.machineintro .introcontent .bi-inner .bi-textblock {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  z-index: 20;
  width: 50%;
  float: left;
}
.machineintro .introcontent .bi-inner .bi-textblock .owl-carousel {
  position: relative;
}
.machineintro .introcontent .bi-inner .bi-textblock .owl-carousel .owl-nav {
  position: absolute;
  height: 0;
  top: 50%;
  width: 100%;
  left: 0;
}
.machineintro .introcontent .bi-inner .bi-textblock .owl-carousel .owl-nav .owl-prev,
.machineintro .introcontent .bi-inner .bi-textblock .owl-carousel .owl-nav .owl-next {
  outline: none;
}
.machineintro .introcontent .bi-inner .bi-textblock .owl-carousel .owl-nav .owl-prev svg,
.machineintro .introcontent .bi-inner .bi-textblock .owl-carousel .owl-nav .owl-next svg {
  width: 5rem;
  height: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.machineintro .introcontent .bi-inner .bi-textblock .owl-carousel .owl-nav .owl-prev svg *,
.machineintro .introcontent .bi-inner .bi-textblock .owl-carousel .owl-nav .owl-next svg * {
  fill: #ffffff;
}
.machineintro .introcontent .bi-inner .bi-textblock .owl-carousel .owl-nav .owl-prev {
  display: none;
}
.machineintro .introcontent .bi-inner .bi-textblock .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -1rem;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.machineintro .introcontent .bi-inner .bi-textblock .owl-item {
  height: 100%;
}
.machineintro .introcontent .bi-inner .bi-textblock .slideitem {
  overflow: hidden;
  height: 100%;
  padding-right: 2rem;
}
.machineintro .introcontent .bi-inner .bi-textblock .bi-title {
  font-size: 5.5rem;
  color: #ffffff;
  display: block;
  position: relative;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.machineintro .introcontent .bi-inner .bi-textblock .bi-title:after {
  content: "";
  width: 30%;
  height: 0.555556rem;
  position: absolute;
  bottom: -0.25em;
  left: 0;
  background-color: #abaaa8;
}
.machineintro .introcontent .bi-inner .bi-textblock .bi-text {
  display: block;
  color: #ffffff;
  margin-bottom: 1rem;
}
.machineintro .introcontent .bi-inner .bi-textblock .btn {
  background-color: #004f9f;
}
@media screen and (max-width: 1399px) {
  .machineintro .introcontent .bi-inner .bi-textblock .bi-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .machineintro .introcontent {
    padding-top: 120px;
    height: auto;
    padding-bottom: 0;
  }
  .machineintro .introcontent .bi-inner {
    display: block;
    height: auto;
    padding-bottom: 0;
  }
  .machineintro .introcontent .bi-inner .bi-picblock {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
  }
  .machineintro .introcontent .bi-inner .bi-picblock .machine {
    width: 100%;
    height: auto;
  }
  .machineintro .introcontent .bi-inner .bi-picblock .machine > div {
    width: 100%;
    height: auto;
  }
  .machineintro .introcontent .bi-inner .bi-picblock .machine > div svg {
    height: auto;
    width: 100%;
  }
  .machineintro .introcontent .bi-inner .bi-textblock {
    width: 100%;
    float: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #e8e100;
  }
  .machineintro .introcontent .bi-inner .bi-textblock .owl-carousel {
    padding-right: 2rem;
  }
  .machineintro .introcontent .bi-inner .bi-textblock .owl-carousel .owl-nav .owl-next {
    right: -2.5rem;
  }
  .machineintro .introcontent .bi-inner .bi-textblock .bi-title {
    font-size: 4rem;
  }
}
/*  Button-Reihe unter Maschine  */
.bigpager {
  position: relative;
}
.bigpager .pagerlink {
  display: none;
}
.bigpager .pagerlist {
  position: relative;
  z-index: 10;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.bigpager .pagerlist li {
  margin-right: 2rem;
  -webkit-box-shadow: ;
  box-shadow: ;
}
.bigpager .pagerlist li a {
  background: #e8e100;
  padding: 0 1rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  display: block;
  width: 10rem;
  line-height: 1em;
  height: 5rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  /* &.link1 { background-color: lighten(@keycolor1, 25%);}
            &.link2 { background-color: lighten(@keycolor1, 5%);}
            &.link3 { background-color: darken(@keycolor1, 0%);}
            &.link4 { background-color: darken(@keycolor1, 5%);}
            &.link5 { background-color: darken(@keycolor1, 20%);}   
            &.link6 { background-color: darken(@keycolor1, 100%);}  */
}
.bigpager .pagerlist li a.link1 {
  background-color: #428ef3;
}
.bigpager .pagerlist li a.link2 {
  background-color: #2961af;
}
.bigpager .pagerlist li a.link3 {
  background-color: #24518c;
}
.bigpager .pagerlist li a.link4 {
  background-color: #6b2f82;
}
.bigpager .pagerlist li a.link5 {
  background-color: #802181;
}
.bigpager .pagerlist li a.link6 {
  background-color: #441f62;
}
.bigpager .pagerlist li a:hover {
  color: #010101;
  background: #ffffff;
}
@media screen and (max-width: 1319px) {
  .bigpager .pagerlist {
    width: 100%;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    flex-wrap: wrap;
    border-top: 2px solid #ffffff;
  }
  .bigpager .pagerlist li {
    flex-basis: 33.333%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0;
  }
  .bigpager .pagerlist li a {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2.5rem 1rem;
  }
}
@media screen and (max-width: 559px) {
  .bigpager .pagerlist {
    flex-direction: column;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  .bigpager .pagerlist li {
    flex-basis: 100%;
    margin: 0;
  }
  .bigpager .pagerlist li a {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    margin-bottom: 2px;
  }
  .bigpager .pagerlist li a br {
    display: none;
  }
}
.powermail_field {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.tx-powermail legend {
  display: none;
}
label.powermail_label {
  color: #000000;
}
.tx-powermail .ciHeader {
  margin-bottom: 0;
}
.powermail_field select,
.powermail_field .powermail_textarea,
.powermail_field .powermail_input {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 7px 15px;
  outline: 0;
  border: 0px solid #010101;
  background: #f4f4f4;
  border-radius: 0;
  color: #010101;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
}
.powermail_field select:focus,
.powermail_field .powermail_textarea:focus,
.powermail_field .powermail_input:focus {
  background-color: rgba(232, 225, 0, 0.1);
  -webkit-box-shadow: 0 0 1px #e8e100;
  box-shadow: 0 0 1px #e8e100;
}
.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: 0.35rem;
  right: 21px;
  width: 18px;
  height: 18px;
}
.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;
  width: auto;
  background: #e8e100;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 1.666667rem;
  font-weight: 400;
  border: none;
  background-color: #e8e100;
  display: inline-block;
  position: relative;
  line-height: 30px;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 700;
}
.powermail_submit:hover {
  color: #cccccc;
}
.powermail_submit:hover {
  background-color: #fff81c;
}
/* Checkbox */
.powermail_fieldwrap_type_check .checkbox {
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.powermail_fieldwrap_type_check .checkbox label {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 12px;
  cursor: pointer;
  -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 #004f9f;
  -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: #004f9f;
}
.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);
}
.powermail_fieldwrap_datenschutz label {
  display: none;
}
.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;
}
.frame-bluebox {
  margin-bottom: 5.5rem;
}
.frame-bluebox .powermail_form {
  border: 0.5rem solid #e8e100;
  padding: 2.6666rem;
}
@media screen and (max-width: 639px) {
  .frame-bluebox .powermail_form {
    padding: 2.66rem 1rem;
  }
}
.powermail_fieldset {
  clear: both;
}
.powermail_fieldset.layout1 .fieldsetbody {
  margin-left: -10px;
  margin-right: -10px;
}
.powermail_fieldset.layout1 .powermail_fieldwrap {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 639px) {
  .powermail_fieldset.layout1 .powermail_fieldwrap {
    width: 100%;
  }
}
.powermail_fieldset.layout1 .powermail_fieldwrap_plz {
  width: 20%;
}
.powermail_fieldset.layout1 .powermail_fieldwrap_ort {
  width: 30%;
}
.powermail_fieldwrap_uploadtext .powermail_field {
  display: flex;
}
.powermail_fieldwrap_uploadtext .powermail_field svg {
  margin-right: 1rem;
  flex-basis: 50px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 65px;
}
.powermail_fieldset {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.powermail_fieldset .fieldsetbody {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.powermail_fieldset .fieldsetbody > * {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.powermail_fieldset .fieldsetbody > *.powermail_fieldwrap_type_textarea,
.powermail_fieldset .fieldsetbody > *.powermail_fieldwrap_einverstaendniserklaerung {
  flex-basis: 100%;
}
.powermail_fieldset .fieldsetbody > *.powermail_fieldwrap_plz {
  flex-basis: 20%;
}
.powermail_fieldset .fieldsetbody > *.powermail_fieldwrap_ort {
  flex-basis: 30%;
}
@media screen and (max-width: 539px) {
  .powermail_fieldset .fieldsetbody > * {
    flex-basis: 100%;
  }
  .powermail_fieldset .fieldsetbody > *.powermail_fieldwrap_plz {
    flex-basis: 40%;
  }
  .powermail_fieldset .fieldsetbody > *.powermail_fieldwrap_ort {
    flex-basis: 60%;
  }
  .powermail_fieldset.powermail_fieldset_8 .fieldsetbody {
    flex-direction: column-reverse;
  }
}
.next-fieldset-btn {
  display: inline-block;
  padding: 1.5rem 2.5rem;
  background-color: #0682fe;
  color: #ffffff;
  border: 3px solid #0682fe;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 2rem auto 0 auto;
  outline: none;
  border-bottom: 5px solid #0168d0;
}
.next-fieldset-btn:hover,
.next-fieldset-btn:focus {
  background-color: #0170df;
  border-color: #0170df;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.next-fieldset-btn:active {
  background-color: #0163c6;
  border-color: #0163c6;
  color: #ffffff;
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/* Powermail Funnel Layout - Select Cards & Radio Cards */
.powermail_form.funnel .powermail_fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
}
.powermail_form.funnel .powermail_fieldset .fieldsetbody > * {
  width: 100%;
  flex-basis: 100%;
  text-align: center;
}
.powermail_form.funnel .powermail_fieldwrap_type_radio,
.powermail_form.funnel .powermail_fieldwrap_type_check {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.powermail_form.funnel .powermail_fieldwrap_type_radio .powermail_label,
.powermail_form.funnel .powermail_fieldwrap_type_check .powermail_label {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .powermail_form.funnel .powermail_fieldwrap_type_radio .powermail_label,
  .powermail_form.funnel .powermail_fieldwrap_type_check .powermail_label {
    font-size: 1.8rem;
  }
}
.powermail_form.funnel .powermail_select_cards,
.powermail_form.funnel .powermail_radio_cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.powermail_form.funnel .powermail_select_cards .select-card,
.powermail_form.funnel .powermail_radio_cards .select-card,
.powermail_form.funnel .powermail_select_cards .radio-card,
.powermail_form.funnel .powermail_radio_cards .radio-card {
  flex: 1 1 200px;
  max-width: 250px;
  cursor: pointer;
  border-radius: .5rem;
  transition: all 0.3s ease;
  background: white;
}
.powermail_form.funnel .powermail_select_cards .select-card .select-card-inner,
.powermail_form.funnel .powermail_radio_cards .select-card .select-card-inner,
.powermail_form.funnel .powermail_select_cards .radio-card .select-card-inner,
.powermail_form.funnel .powermail_radio_cards .radio-card .select-card-inner,
.powermail_form.funnel .powermail_select_cards .select-card .radio-card-inner,
.powermail_form.funnel .powermail_radio_cards .select-card .radio-card-inner,
.powermail_form.funnel .powermail_select_cards .radio-card .radio-card-inner,
.powermail_form.funnel .powermail_radio_cards .radio-card .radio-card-inner {
  text-align: center;
}
.powermail_form.funnel .powermail_select_cards .select-card .select-card-inner .select-card-title,
.powermail_form.funnel .powermail_radio_cards .select-card .select-card-inner .select-card-title,
.powermail_form.funnel .powermail_select_cards .radio-card .select-card-inner .select-card-title,
.powermail_form.funnel .powermail_radio_cards .radio-card .select-card-inner .select-card-title,
.powermail_form.funnel .powermail_select_cards .select-card .radio-card-inner .select-card-title,
.powermail_form.funnel .powermail_radio_cards .select-card .radio-card-inner .select-card-title,
.powermail_form.funnel .powermail_select_cards .radio-card .radio-card-inner .select-card-title,
.powermail_form.funnel .powermail_radio_cards .radio-card .radio-card-inner .select-card-title,
.powermail_form.funnel .powermail_select_cards .select-card .select-card-inner .radio-card-title,
.powermail_form.funnel .powermail_radio_cards .select-card .select-card-inner .radio-card-title,
.powermail_form.funnel .powermail_select_cards .radio-card .select-card-inner .radio-card-title,
.powermail_form.funnel .powermail_radio_cards .radio-card .select-card-inner .radio-card-title,
.powermail_form.funnel .powermail_select_cards .select-card .radio-card-inner .radio-card-title,
.powermail_form.funnel .powermail_radio_cards .select-card .radio-card-inner .radio-card-title,
.powermail_form.funnel .powermail_select_cards .radio-card .radio-card-inner .radio-card-title,
.powermail_form.funnel .powermail_radio_cards .radio-card .radio-card-inner .radio-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
}
.powermail_form.funnel .powermail_select_cards .select-card:hover,
.powermail_form.funnel .powermail_radio_cards .select-card:hover,
.powermail_form.funnel .powermail_select_cards .radio-card:hover,
.powermail_form.funnel .powermail_radio_cards .radio-card:hover {
  border-color: #e8e100;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.powermail_form.funnel .powermail_select_cards .select-card.selected,
.powermail_form.funnel .powermail_radio_cards .select-card.selected,
.powermail_form.funnel .powermail_select_cards .radio-card.selected,
.powermail_form.funnel .powermail_radio_cards .radio-card.selected {
  border-color: #e8e100;
  background: #e8e100;
  color: white;
}
.powermail_form.funnel .powermail_select_cards .select-card.selected .select-card-title,
.powermail_form.funnel .powermail_radio_cards .select-card.selected .select-card-title,
.powermail_form.funnel .powermail_select_cards .radio-card.selected .select-card-title,
.powermail_form.funnel .powermail_radio_cards .radio-card.selected .select-card-title,
.powermail_form.funnel .powermail_select_cards .select-card.selected .radio-card-title,
.powermail_form.funnel .powermail_radio_cards .select-card.selected .radio-card-title,
.powermail_form.funnel .powermail_select_cards .radio-card.selected .radio-card-title,
.powermail_form.funnel .powermail_radio_cards .radio-card.selected .radio-card-title {
  color: white;
}
@media screen and (max-width: 767px) {
  .powermail_form.funnel .powermail_select_cards .select-card,
  .powermail_form.funnel .powermail_radio_cards .select-card,
  .powermail_form.funnel .powermail_select_cards .radio-card,
  .powermail_form.funnel .powermail_radio_cards .radio-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.powermail_form.funnel .powermail_select_hidden {
  display: none;
}
.powermail_form.funnel .powermail_radio_hidden,
.powermail_form.funnel .powermail_radio_visually_hidden {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.powermail_form.funnel .powermail_radio_cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.powermail_form.funnel .powermail_radio_cards .radio-card {
  flex: 1 1 200px;
  max-width: 250px;
  cursor: pointer;
}
.powermail_form.funnel .powermail_radio_cards .radio-card label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
  transition: all 0.2s ease;
}
.powermail_form.funnel .powermail_radio_cards .radio-card .radio-card-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0682fe;
  color: #ffffff;
  border: 3px solid #0682fe;
  border-bottom: 5px solid #0168d0;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  min-height: 70px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .powermail_form.funnel .powermail_radio_cards .radio-card .radio-card-inner {
    min-height: 100px;
  }
}
.powermail_form.funnel .powermail_radio_cards .radio-card .radio-card-inner .radio-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
}
.powermail_form.funnel .powermail_radio_cards .radio-card label:hover .radio-card-inner {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #0682fe;
  border-color: #0682fe;
}
.powermail_form.funnel .powermail_radio_cards .radio-card input:checked + .radio-card-inner {
  background-color: #4682B4;
  border-color: #4682B4;
  box-shadow: 0 0 0 3px rgba(70, 130, 180, 0.3);
}
.powermail_form.funnel .powermail_radio_cards .radio-card input:checked + .radio-card-inner:hover {
  background-color: #36648B;
  border-color: #36648B;
}
@media screen and (max-width: 767px) {
  .powermail_form.funnel .powermail_radio_cards .radio-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
body.seite_238 .tx-powermail .powermail_confirmation,
body.seite_238 .tx-powermail .powermail_create {
  margin-top: 144px;
}
@media screen and (min-width: 768px) {
  body.seite_238 .tx-powermail .powermail_confirmation,
  body.seite_238 .tx-powermail .powermail_create {
    margin-top: 160px;
  }
}
body.seite_238 .tx-powermail .powermail_submit {
  background: #0682fe;
  color: #ffffff;
}
body.seite_238 .navbar .navbar-toggler {
  display: none;
  visibility: hidden;
}
.powermail_message_error {
  display: none;
}
.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 {
  padding-bottom: 30px;
  margin-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 time:before,
.news-single time:before {
  content: "News ";
}
.news-list-view h2,
.news-single h2 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 50px;
}
.news-list-view h3,
.news-single h3 {
  margin-top: 0;
  font-weight: 700;
  text-transform: none;
  font-size: 32px;
  margin-bottom: px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .news-single [itemprop="headline"] {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 539px) {
  .news-single [itemprop="headline"] {
    font-size: 2rem;
  }
}
.newsheader {
  margin-bottom: 30px;
  margin-top: 100px;
}
.newsheader h2 {
  font-size: 56px;
  margin-bottom: 0;
  line-height: 0.7em;
}
@media screen and (max-width: 767px) {
  .newsheader h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 539px) {
  .newsheader h2 {
    font-size: 2rem;
  }
}
.newsheader .subtitle {
  font-size: 1.555556rem;
  font-weight: 700;
  font-weight: 400;
  text-transform: uppercase;
}
.startnews {
  padding-top: 0;
  padding-bottom: 0;
}
.startnews .news-list-item {
  padding: 1rem;
  color: #e7e6e4;
  font-size: 16px;
  border: none;
  margin-bottom: 1rem;
  border: 4px solid #004f9f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.startnews .news-list-item h3 {
  /*font-family: "Assistant", sans-serif;  */
  line-height: 1em;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.startnews .news-list-item h3 a {
  color: #010101;
}
.startnews .news-list-item .lead,
.startnews .news-list-item p {
  font-size: 1rem;
  color: #010101;
  margin-bottom: 0;
  line-height: 1em;
}
.startnews .news-list-item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.startnews .news-list-item .btn-read-more {
  background: #ffffff;
  display: block;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-weight: 700;
  font-size: 3rem;
  line-height: 2.3rem;
  text-align: center;
  border: 0.3rem solid #004f9f;
  color: #004f9f;
  margin-left: 20px;
}
.startnews .news-list-item .btn-read-more:hover,
.startnews .news-list-item .btn-read-more:focus,
.startnews .news-list-item .btn-read-more:active {
  text-decoration: none;
}
.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;
}
.newslayout-14 {
  margin-bottom: 100px;
}
.news .container-fluid {
  overflow: visible;
}
.newsslider {
  padding: 50px 0px;
}
@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 {
  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 svg *,
.newsslider .owl-nav .owl-prev svg * {
  fill: #abaaa8;
}
.newsslider .owl-nav .owl-next.disabled,
.newsslider .owl-nav .owl-prev.disabled {
  opacity: 0;
}
.newsslider .owl-nav .owl-prev {
  left: -75px;
}
.newsslider .owl-nav .owl-next {
  right: -75px;
}
.newsslider .owl-nav .owl-next svg {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}
.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: 1100px) {
  .newsslider {
    width: auto;
    margin: 0 30px;
  }
  .newsslider .owl-nav .owl-next,
  .newsslider .owl-nav .owl-prev {
    width: 15px;
    height: 25px;
  }
  .newsslider .owl-nav .owl-prev {
    left: -35px;
  }
  .newsslider .owl-nav .owl-next {
    right: -35px;
  }
}
@media screen and (max-width: 399px) {
  .newsslider .owl-dots .owl-dot {
    width: 15px;
    height: 5px;
  }
}
.newsslider .news-slider-item [itemprop=headline] {
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 1.3333rem;
  display: block;
  font-weight: 700;
}
.newsslider .news-slider-item [itemprop=headline] a {
  text-decoration: none;
  display: block;
}
.newsslider .news-slider-item [itemprop=headline] a.btn-default:hover {
  background-color: #004f9f !important;
}
.newsslider .news-slider-item .lead {
  font-size: 16px;
}
.newsslider .news-slider-item img {
  margin-bottom: 20px;
}
.newsslider .news-slider-item .btn-read-more {
  color: #ffffff;
  background-color: #e8e100;
  text-decoration: none;
  padding: 0.2em 1em;
}
.news-backlinkwrap {
  text-align: center;
}
.newsslider_wrap {
  margin-bottom: 50px;
  margin-top: 50px;
}
.newsslider_wrap .ciHeader .title {
  color: #e8e100;
}
@media screen and (max-width: 767px) {
  .newsslider_wrap .ciHeader .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 539px) {
  .newsslider_wrap .ciHeader .title {
    font-size: 2rem;
  }
}
.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);
}
.tx-kesearch-pi1 #kesearch_results .result-list-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.tx-kesearch-pi1 div.kesearchbox {
  height: 60px;
}
.tx-kesearch-pi1 a.kesGreyButt,
.tx-kesearch-pi1 span.resetbutt a,
.tx-kesearch-pi1 span.submitbutt input,
.tx-kesearch-pi1 input.kesGreyButt,
.tx-kesearch-pi1 span.kesGreyButt {
  white-space: nowrap;
  font-size: 0.8rem;
  width: auto;
  max-width: unset;
  border: none !important;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 1.666667rem;
  font-weight: 400;
  border: none;
  background-color: #e8e100;
  display: inline-block;
  position: relative;
  line-height: 30px;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tx-kesearch-pi1 a.kesGreyButt:hover,
.tx-kesearch-pi1 span.resetbutt a:hover,
.tx-kesearch-pi1 span.submitbutt input:hover,
.tx-kesearch-pi1 input.kesGreyButt:hover,
.tx-kesearch-pi1 span.kesGreyButt:hover {
  color: #cccccc;
}
.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;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit {
  background: transparent;
  color: #e8e100;
  border: 2px solid #e8e100;
  font-size: 20px;
  padding: 7px 50px;
  display: inline-block;
  text-transform: none;
  text-shadow: none;
  -webkit-transition: background-color 500ms ease-out, color 500ms ease-out;
  -o-transition: background-color 500ms ease-out, color 500ms ease-out;
  transition: background-color 500ms ease-out, color 500ms ease-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit:hover {
  color: #ffffff;
  background-color: #e8e100;
  text-decoration: none;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit:focus {
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit {
    font-size: 16px;
  }
}
@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;
}
.footer {
  margin-bottom: 3rem;
}
.footer .d-flex {
  flex-wrap: wrap;
}
@media screen and (max-width: 579px) {
  .footer .d-flex {
    flex-direction: column;
  }
}
.footer .footerlogo {
  width: 8rem;
  display: block;
  height: auto;
  margin-top: 1.5rem;
  margin-right: 2rem;
}
.footer .footerlogo img {
  width: 100%;
  height: auto;
}
.footer .addressside {
  padding: 1.5rem 0;
  white-space: nowrap;
}
@media screen and (min-width: 580px) {
  .footer .addressside br.optBreak {
    display: none;
  }
}
.contactpanel {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
@media screen and (max-width: 479px) {
  .contactpanel {
    right: 15px;
    bottom: 15px;
  }
}
.contactpanel .triggerbutton {
  cursor: pointer;
  width: 44px;
  height: 44px;
  line-height: 45px;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  display: block;
  opacity: 1;
  z-index: 99;
  background-color: #004f9f;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.contactpanel .triggerbutton .glyphicon {
  line-height: 1.6;
}
.contactpanel .contentbox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  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;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  margin-bottom: 0;
}
.contactpanel .contentbox .panel {
  background-color: #004f9f;
  -webkit-box-shadow: ;
  box-shadow: ;
  color: #ffffff;
  padding: 1.5rem 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.contactpanel .contentbox .panel:last-child {
  margin-bottom: 0;
}
.contactpanel .contentbox .panel p {
  margin-bottom: 0;
}
.contactpanel .contentbox .panel h2 {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 300;
}
.contactpanel .contentbox .panel a {
  color: #ffffff;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.contactpanel .contentbox .panel a span {
  background-color: transparent;
  color: #ffffff;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.1rem;
}
.contactpanel .contentbox .panel a a:hover {
  text-decoration: none;
}
.contactpanel .contentbox .panel .person {
  font-size: 14px;
  margin-bottom: 10px;
}
.contactpanel .contentbox .panel .btn {
  background: #ffffff;
  color: #010101;
  margin-bottom: 10px;
}
.contactpanel .contentbox .panel .btn:last-child {
  margin-bottom: 0;
}
.contactpanel .contentbox .panel .btn svg {
  height: 1.5em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.contactpanel .contentbox .panel .btn svg * {
  fill: #010101;
}
.contactpanel .contentbox .panel svg {
  margin-right: 0.6rem;
  margin-left: 0.2rem;
}
.contactpanel .contentbox .btnpanel {
  margin-bottom: 1rem;
  padding: 0;
}
.contactpanel .contentbox .btnpanel .btn {
  background-color: #004f9f;
  color: #ffffff;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
}
.contactpanel .contentbox .btnpanel .btn:hover {
  background-color: #0068d2;
}
.contactpanel .close {
  position: absolute;
  top: -3rem;
  right: 0;
  font-size: 24px;
  color: #ffffff;
  opacity: 1;
  width: 2rem;
  height: 2rem;
}
.contactpanel .close svg {
  width: 100%;
  height: auto;
}
.contactpanel .close svg * {
  fill: #e8e100;
}
.contactpanel.active .triggerbutton {
  opacity: 0;
}
.contactpanel.active .contentbox {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.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;
}
/*# sourceMappingURL=filename.map */