@charset "UTF-8";
/*
  Fonts
  font-family: 'Lato', sans-serif;
  font-family: 'Rokkitt', serif;
  font-family: 'Alumni Sans', sans-serif;
  font-family: 'rbicons';
*/
/*
  Fonts
  font-family: 'Lato', sans-serif;
  font-family: 'Rokkitt', serif;
  font-family: 'Alumni Sans', sans-serif;
  font-family: 'rbicons';
*/
::selection {
  background: #976C07;
  color: white;
}

body {
  color: #4e5862;
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Höhe des Viewports */
  margin: 0;
}

#content {
  flex: 1;
}

html,
html body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn,
.rborder {
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}

.btn {
  padding: 18px 45px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 2rem;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.btn.btn-primary {
  background-color: #976C07;
  border-color: #976C07;
  color: white;
  padding: 18px 45px;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #7f5b06;
  border-color: #7f5b06;
  outline: 0;
  box-shadow: none;
}
.btn.btn-secondary {
  background-color: #dadada;
  border-color: #dadada;
  color: #4e5862;
  padding: 18px 45px;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  outline: 0;
  color: #4e5862;
  box-shadow: none;
}
.btn.pdficon {
  padding-right: 75px;
}
.btn.pdficon:after {
  content: "";
  position: absolute;
  right: 36px;
  top: 18px;
  width: 24px;
  height: 24px;
  background: url("../layout/pdficon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.btn.btn-outline {
  padding: 18px 45px;
  background: transparent;
  border-color: #976C07;
  color: #976C07;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}
.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
  background-color: #976C07;
  border-color: #976C07;
  color: white;
  outline: 0;
  box-shadow: none;
}

section {
  padding: 0 0 2rem 0;
  position: relative;
  width: 100%;
  display: block;
  height: auto;
}

.cc-banner .cc-btn {
  text-decoration: none;
}

.screen-box {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  flex: 1;
}

.title {
  text-align: center;
  margin: 1em 0 0.25em;
}

h1, .h1 {
  font-family: "Rokkitt", serif;
  color: #976C07;
  font-size: 2.5rem;
  line-height: 1;
}

h2, .h2 {
  font-family: "Rokkitt", serif;
  color: #976C07;
  font-size: 2rem;
  line-height: 1;
}

h3, .h3 {
  font-family: "Alumni Sans", sans-serif;
  margin-bottom: 4rem;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 4rem;
  }
  h2, .h2 {
    font-size: 3rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 4rem;
  }
  h2, .h2 {
    font-size: 3rem;
  }
  h3, .h3 {
    font-size: 3rem;
  }
}
#app .content .landing01 {
  margin-top: -4rem;
}

.landing01 {
  overflow-x: hidden;
  background-color: #212529;
  overflow-x: hidden;
  color: white;
  font-size: 24px;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /* Header & #logos */
  /* Main Content */
}
.landing01 .container-xl {
  max-width: 1600px;
}
.landing01 h1, .landing01 h2, .landing01 h3, .landing01 h4, .landing01 h5, .landing01 h6 {
  font-family: "Lato", sans-serif !important;
}
.landing01 h1 {
  font-size: 4rem;
  color: #f9b921;
  line-height: 60px;
  font-weight: 600;
}
.landing01 h3 {
  line-height: 50px;
  font-size: 3rem;
  font-weight: 400;
}
.landing01 h6 {
  line-height: 35px;
  font-size: 28px;
}
.landing01 a {
  text-decoration: none;
  color: white;
}
.landing01 a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.landing01 .btn {
  font-size: 24px;
  padding: 15px 30px 15px 30px;
  border-radius: 50px;
  border: none;
  transition: all ease 0.5s;
}
.landing01 .btn-primary {
  background-color: #F9B921;
}
.landing01 .btn-primary:hover {
  text-decoration: none;
  background-color: #dfa316;
}
.landing01 footer {
  color: rgb(168, 168, 168);
  position: absolute;
  bottom: 5px;
  right: 15px;
  background-color: transparent;
  font-size: 16px;
  width: auto;
}
.landing01 footer a {
  color: rgb(168, 168, 168);
}
.landing01 header {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
.landing01 header::before {
  content: "";
  position: absolute;
  background-color: #F9B921;
  width: 100%;
  height: 15px;
  top: 0;
  left: 0;
}
.landing01 header .logo {
  margin-top: 65px;
  position: relative;
}
.landing01 header .logo img {
  max-width: 100%;
  object-fit: contain;
}
.landing01 #landing {
  min-height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.landing01 #landing .container-xl, .landing01 #landing .row {
  min-height: 100%;
}
.landing01 #landing .left {
  min-height: 100vh;
}
.landing01 #landing .left .content ul {
  margin-left: -10px;
  padding-left: 12px;
}
.landing01 #landing .left .content ul li {
  display: block;
  width: 100%;
  padding-right: 12px;
  margin-bottom: 20px;
  padding-left: 10px;
  margin-right: 0px;
  margin-left: 20px;
  line-height: 25px;
  display: inline-flex; /* adds flexbox to vertical align text */
  align-items: center; /* vertically align the text within the flexbox */
}
.landing01 #landing .left .content ul li::before {
  content: "\f26a";
  color: #F9B921;
  background-color: white;
  border-radius: 50%;
  font-family: bootstrap-icons;
  margin-right: 10px;
  font-size: 30px;
  width: 1em;
  margin-left: -1em;
  line-height: normal;
}
.landing01 #landing .right {
  padding: 0 0 150px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.landing01 #landing .right .content .text h6 {
  color: #F9B921;
  margin-top: 20px;
  margin-bottom: 20px;
}
.landing01 #landing .right .content .row {
  width: 100%;
  margin: auto;
}
.landing01 #landing .right .content .imgr {
  padding-right: 0;
  padding-left: 6px;
}
.landing01 #landing .right .content .imgl {
  padding-left: 0;
  padding-right: 6px;
}
.landing01 #landing .right .content .text {
  padding-right: 10px;
  padding-left: 0;
}
.landing01 #landing .right .content h6 {
  font-weight: 600;
}
.landing01 #landing .right .content img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.landing01 #logos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.landing01 #logos .logos {
  margin-bottom: 50px;
}
.landing01 #logos img {
  filter: brightness(0.7);
  width: 100%;
  height: 100%;
  max-height: 50px;
  object-fit: contain;
}

/* Responsive */
@media only screen and (max-width: 1650px) {
  .landing01 .container-xl {
    max-width: 1199px;
  }
  .landing01 #landing .right {
    padding: 0 0 50px 0;
  }
}
@media only screen and (max-width: 902px) {
  .landing01 h1 {
    font-size: 3rem;
    line-height: 45px;
  }
  .landing01 h3 {
    font-size: 2rem;
    line-height: 30px;
  }
  .landing01 body {
    font-size: 18px;
  }
  .landing01 .btn {
    font-size: 18px;
  }
  .landing01 header::before {
    height: 10px;
  }
  .landing01 header .logo {
    margin-top: 30px;
  }
  .landing01 #logos .logos {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1199px) {
  .landing01 #landing .left {
    background-image: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .landing01 #landing {
    background-color: #212529;
    background-image: none !important;
  }
  .landing01 #landing .left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .landing01 #landing .right .content {
    padding-top: 12px;
  }
  .landing01 #landing .right .content .text h6 {
    margin-top: 0px;
  }
  .landing01 #landing .right {
    position: relative;
  }
  .landing01 #landing .right .text {
    padding: 12px !important;
  }
  .landing01 #landing .right .content img {
    height: 100%;
  }
  .landing01 #landing .right .content .imgl {
    padding: 0 6px 0 0;
  }
  .landing01 #landing .right .content .imgr {
    padding: 0 0 0 6px;
  }
  .landing01 #landing .right {
    padding-bottom: 0;
  }
  .landing01 footer {
    position: relative;
    background-color: transparent;
    font-size: 14px;
    margin-top: auto;
    width: 100%;
    left: 0;
    padding: 0 12px 0 12px;
    text-align: end;
  }
}
@media only screen and (max-height: 650px), (max-width: 350px) {
  .landing01 header .logo {
    margin-top: 20px !important;
  }
  .landing01 h1 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .landing01 h3 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .landing01 body {
    font-size: 14px !important;
  }
  .landing01 header .logo img {
    max-width: 100%;
    max-height: 40px !important;
  }
}
@media only screen and (max-height: 800px) {
  .landing01 header .logo img {
    max-height: 60px;
  }
  .landing01 h1 {
    font-size: 3rem;
    line-height: 45px;
  }
  .landing01 h3 {
    font-size: 2rem;
    line-height: 30px;
  }
  .landing01 body {
    font-size: 18px;
  }
  .landing01 .btn {
    font-size: 18px;
  }
  .landing01 header::before {
    height: 10px;
  }
  .landing01 header .logo {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 500px) and (max-height: 899px) {
  .landing01 .btn {
    margin-bottom: 3rem;
  }
  .landing01 #logos {
    top: 95%;
    bottom: auto;
  }
  .landing01 #landing .left {
    min-height: 105vh;
  }
}
@media only screen and (max-width: 500px) and (max-height: 899px) and (min-resolution: 2dppx) {
  .landing01 #logos {
    top: 105%;
  }
  .landing01 #landing .left {
    min-height: 105vh;
  }
}
@media only screen and (max-height: 530px) {
  .landing01 header .logo {
    display: none;
  }
  .landing01 #logos .logos {
    display: none;
  }
}
main {
  /**/
}
main a {
  color: #976C07;
}
main a:hover, main a:active {
  color: rgb(36, 28, 0);
}
main p {
  max-width: 820px;
}
main {
  /*
          .booking-funnel-wizard {
              position: relative;
            }

            .form-label * {
              display: inline;
            }

            #bookingContent {
              position: relative;


              #booking-funnel {
                font-family: $textFont;
                font-size: 1.2rem;
                line-height: 1.6;
                font-weight: 400;

                #booking-funnel-page {
                  background: lighten($dark, 80%);
                }
                .logo {
                  width: 120px;
                  position: absolute;
                  right: 0;
                  top: 0;
                  img {
                    width: 100%;
                    height: auto;
                  }
                }
              }

            }
  */
}
main Button {
  position: absolute;
  right: 10px;
  top: 10px;
}
main .icon {
  font-size: 2.25rem;
  line-height: 1rem;
  display: inline-block;
  position: relative;
  top: 13px;
  padding: 0 15px;
  cursor: pointer;
  transition: 0.1s;
}
main .icon:hover {
  transform: scale(1.05);
}
main #stage, main .stage {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  min-height: 550px;
  margin-top: -126px;
  margin-bottom: 30px;
}
main #stage + section, main .stage + section {
  clear: both;
}
main #stage > .carousel, main .stage > .carousel {
  position: relative;
  max-width: 2400px;
  margin: 0 auto;
}
main #stage .titleoverlay .desc, main .stage .titleoverlay .desc {
  width: 65%;
  max-width: 700px;
  position: relative;
  float: right;
  z-index: 5;
  padding: 30px 30px 15px;
  color: #212529;
  text-align: left;
}
main #stage .titleoverlay .desc:before, main .stage .titleoverlay .desc:before {
  content: "";
  width: 100%;
  height: 120%;
  position: absolute;
  bottom: -3rem;
  right: 0;
  background: white;
  z-index: -1;
  opacity: 0.85;
  border-radius: 2rem 2rem 0 0;
  -moz-border-radius: 2rem 2rem 0 0;
  -webkit-border-radius: 2rem 2rem 0 0;
}
main #stage .titleoverlay .desc h3, main .stage .titleoverlay .desc h3 {
  margin-bottom: 2rem;
}
main #stage .titleoverlay .desc p, main .stage .titleoverlay .desc p {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}
main #stage .titleoverlay .carousel-caption, main .stage .titleoverlay .carousel-caption {
  padding-bottom: 0;
}
main #stage .titleoverlay .carousel-caption.special, main .stage .titleoverlay .carousel-caption.special {
  left: auto;
  right: auto;
}
main #stage .titleoverlay .carousel-caption.special .container .titlewrap:before, main .stage .titleoverlay .carousel-caption.special .container .titlewrap:before {
  width: 105%;
  right: -5%;
}
main .wrapper-body img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1399px) {
  main #stage.news-stage, main .stage.news-stage {
    min-height: auto;
  }
}
@media (max-width: 1160px) {
  main #stage .titleoverlay, main .stage .titleoverlay {
    position: relative;
    float: none;
    width: 100%;
    margin-bottom: 2rem;
  }
  main #stage .titleoverlay .desc, main .stage .titleoverlay .desc {
    position: relative;
    width: 100%;
    max-width: 100%;
    float: left;
    margin-top: -5rem;
    margin-bottom: 3rem;
  }
  main #stage .titleoverlay .desc:before, main .stage .titleoverlay .desc:before {
    background: #f8f9f9 !important;
    border-radius: 2rem 2rem 2rem 2rem;
    -moz-border-radius: 2rem 2rem 2rem 2rem;
    -webkit-border-radius: 2rem 2rem 2rem 2rem;
    background: white;
    opacity: 1;
  }
  main #stage .titleoverlay .carousel-caption, main .stage .titleoverlay .carousel-caption {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
  }
  main #stage .titleoverlay .carousel-caption .container .titlewrap, main .stage .titleoverlay .carousel-caption .container .titlewrap {
    margin: 0 -30px;
  }
  main #stage + div, main .stage + div {
    clear: both;
    width: 100%;
    position: relative;
  }
}
@media (max-width: 768px) {
  main #stage, main .stage {
    margin-bottom: 0;
    min-height: auto;
  }
  main #stage .carousel-control-prev, main #stage .carousel-control-next, main .stage .carousel-control-prev, main .stage .carousel-control-next {
    display: none;
  }
  main #stage .titleoverlay .desc, main .stage .titleoverlay .desc {
    margin-top: -1.5rem;
    margin-bottom: 0;
    padding-top: 2.5rem;
  }
  main #stage .titleoverlay .desc:before, main .stage .titleoverlay .desc:before {
    height: 100%;
    bottom: -1.5rem;
  }
  main #stage + #primary .row:first-child .wp-block-paladyn-shadowbox-shadowbox:first-child, main #stage + .wp-block-paladyn-wrapper-wrapper .row:first-child .wp-block-paladyn-shadowbox-shadowbox:first-child, main .stage + #primary .row:first-child .wp-block-paladyn-shadowbox-shadowbox:first-child, main .stage + .wp-block-paladyn-wrapper-wrapper .row:first-child .wp-block-paladyn-shadowbox-shadowbox:first-child {
    margin-top: 0 !important;
  }
  main #news .newslist {
    width: auto !important;
  }
  main #news .newslist .col-12 {
    margin-bottom: 2rem;
  }
  main #postcontent .date {
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  main #stage.news-stage, main .stage.news-stage {
    margin-bottom: 3rem;
  }
}
main #primary .entry-title {
  display: none;
}
main .bgimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/header01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
main .title-container {
  position: relative;
  top: 45%;
  pointer-events: none;
}
main .stage-subtitle {
  margin-top: -2em;
}
main .abstract {
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: white;
  width: 100%;
  margin-top: 8rem;
}
main .abstract.disabledbuttons {
  margin-top: 12rem;
}
main .abstract h2 {
  color: white;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 100;
}
main #startTeaser {
  text-align: center;
}
main #startTeaser .row > .boxwrap {
  float: none;
  display: inline-block;
  position: relative;
}
main #startTeaser .row.block {
  display: block;
}
main .box {
  position: relative;
  width: 100%;
  background: #f8f9f9;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
main .box.disabled:after {
  background: #212529;
}
main .box.disabled .title {
  color: #212529;
}
main .box.disabled .image {
  filter: grayscale(100%);
}
main .box:hover {
  transform: scale(1.02);
}
main .box:after {
  content: "";
  background: #976C07;
  height: 8px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
main .box .image {
  position: relative;
  padding: 25px 0;
}
main .box .image img {
  display: block;
  height: auto;
  width: 100%;
}
main .box .desc {
  position: relative;
  clear: both;
  margin-bottom: 30px;
}
main .box .icon {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  height: 70px;
}
main .box .icon img {
  width: 85px;
  height: auto;
  display: inline-block;
  position: relative;
}
main .box .icon.icon3 img {
  width: 60px;
  top: -10px;
}
main .box .title {
  font-weight: 400;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-family: "Rokkitt", serif;
  color: #976C07;
}
main .footrow .col {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
main .footrow a {
  color: #212529;
  display: inline-block;
  padding: 5px 15px;
  font-size: 1.2rem;
  text-decoration: none;
}
main .footrow a span {
  line-height: 1rem;
  font-weight: 300;
}
main .footrow a glyph {
  font-size: 1.4rem;
  line-height: 1rem;
  top: 3px;
  padding: 0;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
main .footrow a:hover {
  transform: scale(1.05);
}
main .footrow a.first {
  color: #976C07;
}
main .footrow a.first:hover {
  color: #664905;
}
main #nextProducts {
  text-align: center;
  margin: 3rem 0 5rem;
}
main #nextProducts .titlerow .col {
  margin-bottom: 2rem;
}
main #nextProducts .titlerow h4 {
  font-family: "Rokkitt", serif;
  font-size: 2rem;
  color: #212529;
}
main #nextProducts .teaser {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 1rem;
  height: 120px;
  border: 2px solid #d3d8dc;
  text-align: left;
}
main #nextProducts .teaser:before {
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  z-index: 0;
  background: linear-gradient(90deg, #d3d8dc 0%, rgba(0, 0, 0, 0) 100%);
}
main #nextProducts .teaser .bg {
  position: absolute;
  left: 0;
  top: -90%;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.8;
}
main #nextProducts .teaser .bg img {
  width: 100%;
  height: auto;
  display: block;
}
main #nextProducts .teaser .desc {
  z-index: 5;
  position: relative;
  padding: 10px 15px;
}
main #nextProducts .teaser .desc .title {
  font-family: "Rokkitt", serif;
  font-size: 1.5rem;
  color: white;
  display: inline-block;
  line-height: 70px;
  top: -10px;
  position: relative;
}
main #nextProducts .teaser .desc .icon {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  width: 60px;
  height: 70px;
  top: 14px;
  background-image: url("../layout/logo01-w.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  main #nextProducts .teaser .desc .title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  main #nextProducts .teaser .desc .title {
    font-size: 2rem;
  }
}
main #featureTeaser {
  text-align: center;
  color: #4e5862;
}
main #featureTeaser .headimage {
  width: 100%;
  position: relative;
  clear: both;
  text-align: center;
  overflow: hidden;
  height: 265px;
}
main #featureTeaser .headimage img {
  display: inline-block;
  max-width: 850px;
}
main #featureTeaser .bigbox {
  position: relative;
  background: rgba(248, 249, 249, 0.6);
  border-radius: 2rem;
  overflow: hidden;
  margin-top: -9rem;
}
main #featureTeaser .bigbox .headcontent {
  padding: 2rem 15px;
}
main #featureTeaser .bigbox .checkedcontent {
  background: #717e8c;
  background: #585650;
}
main #featureTeaser .productlogo {
  position: relative;
  display: inline-block;
  margin: 0 auto 2rem;
}
main #featureTeaser .productlogo .icon {
  display: inline-block;
  width: 80px;
  height: 100px;
  background-image: url("../layout/logo02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  margin-right: 30px;
}
main #featureTeaser .productlogo .title {
  display: inline-block;
  max-width: 175px;
  text-align: left;
  top: -17px;
  position: relative;
  font-family: "Rokkitt", serif;
  font-weight: 400;
  font-size: 1.75rem;
  color: #976C07;
  line-height: 1.2;
}
main #featureTeaser .featurelist {
  position: relative;
  margin-bottom: 2rem;
}
main #featureTeaser .featurelist ul {
  display: inline-block;
  padding: 15px;
  margin: 15px;
  min-width: 350px;
  vertical-align: top;
}
main #featureTeaser .featurelist ul li {
  text-align: left;
  list-style: none;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 200;
  font-size: 1.75rem;
  padding: 5px 15px;
}
main #featureTeaser .featurelist ul li:before {
  content: "\e917";
  font-family: "rbicons", sans-serif !important;
  position: relative;
  left: -18px;
  font-size: 1.5rem;
  color: #976C07;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main #featureTeaser .checkedcontent {
  position: relative;
  color: white;
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 30px;
}
main #featureTeaser .checkedcontent .checkedtitle {
  font-family: "Rokkitt", serif;
  font-weight: 400;
  font-size: 1.45rem;
  margin: 2rem 0 1rem;
  float: left;
  width: 100%;
  clear: both;
}
main #featureTeaser .checkedcontent ul {
  display: inline-block;
  padding: 15px;
  margin: 15px;
  list-style: none;
  vertical-align: top;
  min-width: 350px;
}
main #featureTeaser .checkedcontent ul li {
  text-align: left;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 200;
  font-size: 1.3rem;
  position: relative;
  padding: 2px 15px 2px 30px;
}
main #featureTeaser .checkedcontent ul li:before {
  content: "\e918";
  font-family: "rbicons", sans-serif !important;
  position: absolute;
  top: 5px;
  left: -5px;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  main .wp-block-paladyn-shadowbox-shadowbox .section-shadowbox .shadowbox-body {
    padding: 1.5rem 30px;
  }
  main .wp-block-paladyn-shadowbox-shadowbox .section-shadowbox .shadowbox-body > .wp-block-list ul li {
    left: 20px;
    padding: 1rem 0;
  }
  main .wp-block-paladyn-shadowbox-shadowbox .section-shadowbox .shadowbox-body > .wp-block-list ul li:before {
    left: -40px;
    top: 1rem;
    font-size: 1rem;
    width: 30px;
    height: 30px;
    padding: 3px 0;
  }
}
@media (min-width: 768px) {
  main #featureTeaser .productlogo .icon {
    width: 110px;
    height: 135px;
  }
  main #featureTeaser .productlogo .title {
    font-size: 2.75rem;
    max-width: 300px;
    top: -30px;
  }
  main #featureTeaser .headimage {
    height: 40vh;
  }
  main #featureTeaser .headimage img {
    max-width: 1800px;
  }
  main #featureTeaser .bigbox {
    margin-top: -12rem;
  }
}
main #bookingContent .title {
  margin-top: 0;
}
@media (max-width: 768px) {
  main #bookingContent .container.mt-5 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  main #bookingContent .col-9 {
    width: 100%;
    max-width: 100%;
  }
  main #bookingContent #booking-funnel {
    max-width: 100%;
  }
  main #bookingContent button.dropdown-toggle {
    right: auto;
    top: auto;
  }
}
main #aboutTeaser {
  padding: 0;
}
main #aboutTeaser.bg-dark {
  color: white;
}
main #aboutTeaser.bg-dark h3 {
  color: white;
}
main #aboutTeaser .titlerow {
  text-align: center;
}
main #aboutTeaser .imagewrap {
  max-height: 650px;
}
main #aboutTeaser .imagewrap img {
  display: block;
  width: auto;
  height: 100%;
  float: right;
}
main #aboutTeaser .desc {
  padding: 4rem 15px;
}
main form {
  margin: 1rem auto 0;
}
main form .fieldwrap {
  position: relative;
}
main form input, main form textarea {
  outline: 0;
}
main form input {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  padding: 18px 15px;
  margin-bottom: 30px;
  border: 0;
  background: #efefef;
}
main form input[type=submit] {
  background: #976C07;
  color: white;
  font-size: 1.25rem;
  border-radius: 48px;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: auto;
  padding: 18px 7rem;
  margin-bottom: 3rem;
}
main form input[type=submit]:hover {
  background: #f9c921;
}
main form input[type=checkbox] {
  float: left;
  width: auto;
  display: inline;
  width: auto;
  min-width: 30px;
  height: 30px;
  margin-right: 15px;
  border: 0;
}
main form textarea {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  padding: 18px 15px;
  border: 0;
  margin-bottom: 30px;
  z-index: 1;
  background: #efefef;
}
main form .checkbox {
  position: relative;
}
main form .checkbox .wpcf7-not-valid-tip {
  top: 5px;
  left: 15px;
}
main form .wpcf7-not-valid-tip {
  position: relative;
  top: -18px;
  z-index: 0;
}
main form .wpcf7-list-item-label {
  line-height: 30px;
}
main form .wpcf7-response-output {
  padding: 30px 15px;
  font-size: 1.25rem;
  margin: 0.5rem 0 5rem;
}
main form .wpcf7-spinner {
  display: inline-block;
  margin: 21px 1.5rem;
}
main form .codedropz-upload-handler {
  border-color: #efefef;
}
main form .codedropz-upload-inner {
  font-size: 0.75rem;
  color: #757575;
}
main form .codedropz-upload-inner h3 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 12px;
}
main form .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  background: #efefef;
  padding: 7px 14px;
  border-radius: 10px;
  display: inline-block;
  font-size: 1rem;
  margin-top: 10px;
}
main form .dnd-upload-counter {
  color: #757575;
}
main .section-shadowbox {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
main .section-shadowbox .shadowbox-body {
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.3);
  background: white;
  padding: 3rem 45px;
  border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  z-index: 1;
  position: relative;
}
main .section-shadowbox .shadowbox-body form {
  margin-left: 0;
}
main .section-shadowbox .shadowbox-body form .wpcf7-submit {
  margin-bottom: 0;
}
main #stage + #primary .row:first-child .wp-block-paladyn-shadowbox-shadowbox:first-child,
main #stage + .wp-block-paladyn-wrapper-wrapper .row:first-child .wp-block-paladyn-shadowbox-shadowbox:first-child {
  margin-top: -12rem;
}
main.content {
  margin-top: 4rem;
}
main.content #stage {
  margin-top: -4rem;
}
main #team {
  margin: 3rem 0 2rem;
}
main #team .card {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  border: 0;
  margin-bottom: 2rem;
}
main #team .card .card-body {
  padding: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
}
main #team .card .card-body:focus, main #team .card .card-body:hover {
  -moz-transform: scale(1.04) !important;
  -webkit-transform: scale(1.04) !important;
  transform: scale(1.04) !important;
}
main #team .card .card-body:focus .image, main #team .card .card-body:hover .image {
  border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  overflow: hidden;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
main #team .card .card-body .title {
  font-size: 0.9rem;
  margin: 0;
}
main #team .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.075);
  /*
  border-radius: 48px;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;

  filter: grayscale(70%);
  -webkit-filter: grayscale(70%);
  */
}
main #team .image img {
  display: block;
  width: 100%;
  height: auto;
}
main #team .caption {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}
main #team .caption .name {
  font-weight: bold;
}
main .headspacer {
  clear: both;
  width: 100%;
  position: realtive;
  margin-bottom: 4rem;
}
main .damage-hotline-box,
main .service-hotline-box {
  text-align: left;
  position: relative;
  clear: both;
  margin: 2rem 0;
}
main .damage-hotline-box .title,
main .service-hotline-box .title {
  text-align: left;
  padding: 0;
  margin-top: 0;
}
main .damage-hotline-box .title + .row .row,
main .service-hotline-box .title + .row .row {
  padding: 3px 0;
}
main .damage-hotline-box > div,
main .service-hotline-box > div {
  padding: 0;
}
main .damage-hotline-box a,
main .service-hotline-box a {
  color: #976C07;
}
main .damage-hotline-box a:hover,
main .service-hotline-box a:hover {
  color: rgb(36, 28, 0);
}
main .newsdate-wrap {
  position: relative;
  clear: both;
  display: block;
}
main .newsdate-wrap .wp-block-date {
  margin-bottom: 2rem;
  background: #f8f9f9;
  padding: 5px 15px;
  position: absolute;
  border-radius: 2rem;
  display: inline-block;
  font-size: 1rem;
  z-index: 5;
  top: -5rem;
  margin-left: -15px;
}
main #news {
  position: relative;
  width: 100%;
  clear: both;
}
main #news .newslist {
  position: relative;
  width: 100%;
  clear: both;
  margin: 2rem -15px;
}
main #news .newslist .newscard {
  position: relative;
  width: 100%;
  clear: both;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  margin-bottom: 30px;
  height: 100%;
}
main #news .newslist .newscard a {
  display: block;
  width: 100%;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  overflow: hidden;
  color: #4e5862;
  text-decoration: none;
}
main #news .newslist .newscard a .teaserimage {
  width: 100%;
  margin-bottom: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
main #news .newslist .newscard a .teaserimage img {
  width: 100%;
  height: auto;
  display: block;
}
main #news .newslist .newscard a .teaserimage .date {
  margin-bottom: 2rem;
  background: #f8f9f9;
  padding: 5px 15px;
  position: absolute;
  border-radius: 2rem;
  right: 15px;
  display: inline-block;
  font-size: 1rem;
  bottom: 0;
  z-index: 5;
}
main #news .newslist .newscard a .description {
  width: 100%;
  text-align: left;
  padding: 15px 15px 0px 15px;
}
main #news .newslist .newscard a .description h3.title {
  font-size: 2.5rem;
}
main #news .newslist .newscard a .description span {
  display: block;
  width: 100%;
}
main #news .newslist .newscard a .description .title {
  margin: 0em 0 2rem;
  text-align: left;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main #news .newslist .newscard a .description .more {
  margin: 2rem 0 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main #news .newslist .newscard a .description .more.btn {
  color: white;
  background: #976C07;
}
main #news .newslist .newscard a .description .more.btn:hover, main #news .newslist .newscard a .description .more.btn:active {
  background: #f9c921;
}
main #news .newslist .newscard a .cardwrap {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
main #news .newslist .newscard a:hover {
  transform: scale(1.02);
}
main #news .newslist .newscard a:hover .cardwrap .title {
  color: #976C07;
}
main #news .newslist .newscard a:hover .cardwrap .more.btn {
  background: rgb(36, 28, 0);
}
@media (max-width: 576px) {
  main .news-stage .titleoverlay {
    margin-bottom: 0 !important;
  }
  main .news-stage .titleoverlay .carousel-caption .container .titlewrap {
    padding: 30px 0 0px !important;
    margin: 0 !important;
  }
  main .news-stage .titleoverlay .carousel-caption .container .titlewrap:before {
    display: none !important;
  }
  main .newsdate-wrap .wp-block-date {
    top: -4rem;
  }
}
main #postcontent {
  font-size: 1.12rem;
  line-height: 1.6;
}
main #postcontent .container {
  position: relative;
}
main #postcontent .date {
  margin-bottom: 2rem;
  background: #f8f9f9;
  padding: 5px 15px;
  position: absolute;
  border-radius: 2rem;
  left: 0;
  display: inline-block;
  font-size: 1rem;
  top: -5rem;
  z-index: 5;
}
main .news-stage .titleoverlay .carousel-caption .container .titlewrap {
  position: relative;
  max-width: 940px;
  z-index: 2;
  padding: 30px 30px 15px;
  margin: 0 -45px;
  display: block;
  float: left;
  width: 100%;
}
main .news-stage .titleoverlay .carousel-caption .container .titlewrap:before {
  content: "";
  width: 100%;
  height: 120%;
  position: absolute;
  bottom: -3rem;
  right: 0;
  background: white;
  z-index: -1;
  opacity: 0.85;
  border-radius: 2rem 2rem 0 0;
  -moz-border-radius: 2rem 2rem 0 0;
  -webkit-border-radius: 2rem 2rem 0 0;
}
main .news-stage .titleoverlay .carousel-caption h1 {
  text-align: left;
}
@media (min-width: 1200px) {
  main .titleoverlay .carousel-caption .container .titlewrap h1 {
    font-size: 4rem;
  }
}
main .wp-block-paladyn-imagetext .imagewrap {
  max-height: 650px;
  position: relative;
}
main .wp-block-paladyn-imagetext .imagewrap img {
  display: block;
  object-fit: cover;
  width: auto;
  height: 100%;
  float: right;
}
main .wp-block-paladyn-imagetext .imagewrap .box-image {
  max-height: 100%;
  position: relative;
  max-width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
main .wp-block-paladyn-imagetext .textwrap {
  padding: 15px 30px;
}
main .wp-block-paladyn-imagetext h2 {
  margin-top: 1.5rem;
}
main .wp-block-paladyn-imagetext .description {
  margin-bottom: 1.5rem;
}
main .bg-dark {
  color: white;
  position: relative;
}
main #primary .bg-dark:before {
  content: "";
  height: 100%;
  width: 200%;
  left: -50%;
  top: 0;
  position: absolute;
  z-index: -1;
  background: #212529;
}
main #primary .bg-bright:before {
  content: "";
  height: 100%;
  width: 200%;
  left: -50%;
  top: 0;
  position: absolute;
  z-index: -1;
  background: #f8f9f9;
}
main section:last-child {
  padding-bottom: 0;
}
main .productteaser {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}
main .productteaser a {
  text-decoration: none;
}
main .fullview.fullv2 .productteaser .image {
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  width: 300px;
  min-width: 100%;
  min-height: 100%;
}
main .fullview.fullv2 .productteaser .desc {
  min-height: 165px;
  max-width: 100%;
  padding: 0px 1rem 0 2rem;
}
main .fullview.fullv2 .productteaser .desc .features {
  display: none;
}
main .fullview.fullv2 .productteaser .desc .features ul li {
  width: 100%;
  padding-bottom: 6px;
}
main .fullview.fullv2 .producttags {
  margin: 2rem 0 0;
}
main .fullview.fullv2 .producttags .productcategories a {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  color: #212529;
  cursor: pointer;
  transition: all 0.3s ease;
}
main .fullview.fullv2 .producttags .productcategories a i {
  font-size: 2.5rem;
}
main .fullview.fullv2 .producttags .productcategories a span {
  margin-left: 13px;
  position: relative;
  top: -7px;
  font-family: "Rokkitt", serif;
  font-size: 1.5rem;
}
main .fullview.fullv2 .producttags .productcategories a .inner {
  position: relative;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 2rem;
  overflow: hidden;
  background: #f8f9f9;
}
main .fullview.fullv2 .producttags .productcategories a:hover, main .fullview.fullv2 .producttags .productcategories a:active {
  color: #976C07;
}
main .fullview.fullv2 .producttags .productcategories a.active {
  margin-right: 45px;
  color: #976C07;
}
main .fullview.fullv2 .producttags .productcategories a.active .inner:after {
  content: "";
  background: #976C07;
  height: 6px;
  bottom: 0;
  left: 0;
  width: 120%;
  position: absolute;
}
main .fullview.fullv2 .producttags .productcategories a.active:hover:before {
  background: #212529;
  color: white;
}
main .fullview.fullv2 .producttags .productcategories a.active:hover:after {
  color: white;
}
main .fullview.fullv2 .producttags .productcategories a.active:before {
  content: "";
  position: absolute;
  height: 45%;
  width: 60px;
  background: #d3d8dc;
  color: white;
  left: 100%;
  margin-left: -30px;
  top: 0;
  z-index: -1;
  text-align: center;
  border-radius: 0 2rem 2rem 0;
  transition: all 0.3s ease;
}
main .fullview.fullv2 .producttags .productcategories a.active:after {
  position: absolute;
  right: -30px;
  top: 0px;
  content: "x";
  width: 39px;
  height: auto;
  text-align: center;
  font-size: 1.5rem;
  color: #212529;
  transition: all 0.3s ease;
}
main .fullview.fullv2 .producttags .productcategories a[data-productscount="0"] {
  display: none;
}
main .fullview.fullv2.filter-active .productteaser a.boxwrap:not(.activecat), main .fullview.fullv2.filter-active .productteaser div.boxwrap:not(.activecat) {
  opacity: 0.3;
}
main .fullview.fullv3 .productteaser {
  float: left;
  width: 100%;
  position: relative;
}
main .fullview.fullv3 .prodcatv3 {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  padding: 1.5rem 0;
}
main .fullview.fullv3 .prodcatv3.big {
  padding: 3.5rem 0 1.5rem;
  margin-bottom: 4rem;
}
main .fullview.fullv3 .prodcatv3.big:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 300%;
  height: 100%;
  background: #212529;
  z-index: -1;
  opacity: 0.035;
}
main .fullview.fullv3 .prodcatv3.big .catbadge {
  margin-top: -16px;
}
main .fullview.fullv3 .prodcatv3.big .box {
  background: white;
}
main .fullview.fullv3 .prodcatv3.slim {
  padding: 0;
}
main .fullview.fullv3 .prodcatv3.slim:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 300%;
  height: 100%;
  background: #212529;
  z-index: -1;
  opacity: 0.035;
}
main .fullview.fullv3 .prodcatv3.slim .box {
  background: white;
}
main .fullview.fullv3 .prodcatv3.slim.pt45 {
  padding-top: 45px;
}
main .fullview.fullv3 .prodcatv3.slim.pb45 {
  padding-bottom: 15px;
}
main .fullview.fullv3 .prodcatv3 .catbadge {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -31px;
  padding: 0 2rem;
  color: #212529;
  opacity: 0.4;
  z-index: 5;
  line-height: 1;
}
main .fullview.fullv3 .prodcatv3 .catbadge h5 {
  font-weight: 300;
  margin: 0;
}
main .fullview.fullv3 .prodcatv3 .box .innerwrap {
  max-width: 100%;
  overflow: hidden;
}
main .fullview.fullv3 .prodcatv3 .box .innerwrap h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
main .fullview.fullv3 .box {
  border-radius: 0.75rem;
}
main .fullview.fullv3 .box:after {
  height: 4px;
}
main .fullview.fullv3 .elem {
  float: left;
  display: block;
}
main .fullview.fullv3 .elem .wrap {
  min-height: 145px;
}
main .fullview.fullv3 .elem .wrap.bigelem {
  min-height: 220px;
}
main .fullview.fullv3 .elem .wrap.bigelem .image img {
  height: 220px;
}
main .fullview.fullv3 .elem .wrap.bigelem .info {
  height: 220px;
}
main .fullview.fullv3 .elem .wrap .image {
  float: left;
  width: 140px;
  height: 100%;
  max-width: 40%;
  background: #eee;
}
main .fullview.fullv3 .elem .wrap .image img {
  object-fit: cover;
  display: block;
  width: auto;
  height: 145px;
}
main .fullview.fullv3 .elem .wrap .info {
  float: left;
  padding-left: 30px;
  width: 60%;
  height: 100%;
  height: 145px;
}
main .fullview.fullv3 .elem .comingbadge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 3px 15px;
  background: #ddd;
  color: rgb(7, 0, 0);
  font-weight: 300;
}
main .fullview .productteaser .image {
  float: left;
  width: 100%;
  max-width: 100%;
  padding: 0;
  height: 200px;
  overflow: hidden;
}
main .fullview .productteaser .image img {
  top: -60%;
  position: relative;
}
main .fullview .productteaser .desc {
  float: left;
  width: 100%;
  clear: none;
  text-align: left;
  padding: 15px 1rem 0 2rem;
  color: #4e5862;
}
main .fullview .productteaser .desc .title {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.7rem;
  margin-top: 0.5rem;
}
main .fullview .productteaser .desc .subtitle {
  margin-bottom: 2rem;
}
main .fullview .productteaser .desc .features ul {
  margin: 0;
  padding: 0;
}
main .fullview .productteaser .desc .features ul li {
  width: 100%;
  list-style: none;
  max-width: 390px;
  padding-top: 0px;
  padding-bottom: 20px;
  float: left;
  padding-right: 3rem;
  margin-left: 15px;
  transition: all 0.3s ease;
}
main .fullview .productteaser .desc .features ul li:before {
  color: #976C07;
  content: "•";
  display: inline-block;
  left: -15px;
  font-weight: bold;
  position: relative;
}
main .fullview .productteaser .desc .features ul li[title]:after {
  content: "ℹ";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
main .fullview .productteaser .desc .features ul li[title]:hover {
  color: #976C07;
}
@media (min-width: 768px) {
  main .fullview .productteaser .image {
    width: 300px;
    max-width: 30%;
    height: auto;
  }
  main .fullview .productteaser .image img {
    top: auto;
    position: relative;
  }
  main .fullview .productteaser .desc {
    width: 70%;
    max-width: 70%;
  }
  main .fullview .productteaser .desc .subtitle {
    margin-bottom: 1rem;
  }
  main .fullview .productteaser .desc .features ul li {
    width: 45%;
  }
}
@media (min-width: 992px) {
  main .fullview .productteaser .desc {
    padding: 15px 2rem 0 3.5rem;
  }
  main .fullview .productteaser .desc .title {
    margin-top: 1.5rem;
  }
  main .fullview .productteaser .desc .subtitle {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1500px) {
  main .fullview.fullv3 .prodcatv3 {
    padding: 0.5rem 0;
  }
  main .fullview.fullv3 .prodcatv3.big {
    margin-bottom: 2rem;
  }
  main .fullview.fullv3 .prodcatv3 .catbadge {
    position: relative;
    margin: 0 0 1rem;
    top: auto;
    right: auto;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  main .fullview.fullv2 .producttags {
    display: none;
  }
  main .fullview.fullv2 .productteaser .image img {
    top: -3%;
  }
}
main .wp-block-image.special {
  width: 110%;
  max-width: 110%;
  margin-left: -5%;
}
main .wp-block-paladyn-shadowbox-shadowbox .shadowbox-body > .wp-block-list ul {
  margin: 0;
  padding: 0;
}
main .wp-block-paladyn-shadowbox-shadowbox .shadowbox-body > .wp-block-list ul li {
  width: 100%;
  position: relative;
  clear: both;
  padding: 2rem 0;
  list-style: none;
  max-width: 860px;
}
main .wp-block-paladyn-shadowbox-shadowbox .shadowbox-body > .wp-block-list ul li:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #976C07;
  position: absolute;
  left: -70px;
  top: 2rem;
  max-width: 820px;
  color: white;
  font-family: "primeicons";
  font-weight: normal;
  content: "\e909";
  padding: 9px 0;
  font-size: 1.5rem;
  text-align: center;
}
main .wp-block-paladyn-shadowbox-shadowbox .shadowbox-body > .wp-block-list ul li strong {
  color: #976C07;
  font-size: 1.2rem;
}
main .btn.actionbutton {
  min-width: 345px;
  max-width: 100%;
}
main .btn.actionbutton + .btn {
  min-width: 345px;
  max-width: 100%;
}
main .btn.actionbutton + .btn.pdficon:after {
  right: 75px;
}
main .btn.actionbutton.left {
  float: left;
}
main .btn.actionbutton.left + .subline.right {
  float: right;
}
main .btn.inlinelink {
  color: #4e5862;
}
main .btn.inlinelink.pdficon {
  padding-right: 0px;
  padding-left: 40px;
  padding-top: 18px;
}
main .btn.inlinelink.pdficon:after {
  right: auto;
  left: 10px;
  top: 18px;
}
main .btn.inlinelink:hover {
  color: #976C07;
}
main .btn.inlinelink.opa50 {
  opacity: 0.5;
}
main .btn.inlinelink.opa50:hover {
  opacity: 1;
}
main .joblist {
  margin: 30px -15px 0;
}
main .joblist > li {
  margin-bottom: 30px;
}
main .joblist > li a {
  display: block;
  position: relative;
  color: black;
  text-decoration: none;
  padding: 15px 15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
main .joblist > li a .title {
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: -3px;
}
main .joblist > li a .icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  left: -15px;
  position: absolute;
  top: 2px;
}
main .joblist > li a .icon > svg {
  display: inline-block;
  height: 30px;
  width: 30px;
  color: #976C07;
  padding: 0;
  position: relative;
  top: -10px;
  left: -5px;
}
main .joblist > li a .location {
  color: #4e5862;
  font-size: 0.8rem;
  position: relative;
  top: 0px;
  padding-left: 35px;
}
main .joblist > li a .type {
  color: #4e5862;
  font-size: 0.8rem;
  padding-top: 0px;
}
main .joblist > li a .btn {
  color: white;
  background: #976C07;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.85rem;
  top: -16px;
  position: relative;
}
main .joblist > li a:hover .title {
  color: #f9c921;
}
main .joblist > li a:hover .btn {
  background: #f9c921;
}
@media (max-width: 991px) {
  main .joblist li > a .title {
    width: 100%;
    margin-bottom: 30px;
  }
  main .joblist li > a .location {
    clear: both;
    width: 33.333%;
  }
  main .joblist li > a .type {
    width: 33.333%;
  }
  main .joblist li > a .btn {
    width: 33.333%;
  }
}
main .wp-block-paladyn-wrapper-wrapper.yellowbox {
  position: relative;
  color: white;
  padding: 3rem 0;
  margin-bottom: -3rem;
}
main .wp-block-paladyn-wrapper-wrapper.yellowbox:before {
  content: "";
  position: absolute;
  left: -45px;
  width: calc(100% + 90px);
  height: 100%;
  background: #212529;
  z-index: -1;
  border-radius: 0 0 2rem 2rem;
  top: 0;
}
main .wp-block-paladyn-wrapper-wrapper.yellowbox .wp-block-paragrap {
  width: 100%;
}
main .wp-block-paladyn-wrapper-wrapper.yellowbox .wrapper-body {
  display: table;
}
main .wp-block-paladyn-wrapper-wrapper.yellowbox .wp-block-list {
  width: 50%;
  display: inline-block;
  margin-top: 1rem;
  float: left;
}
main .wp-block-paladyn-wrapper-wrapper.yellowbox .wp-block-list ul li {
  list-style: none;
  position: relative;
  padding: 0.25rem 0;
}
main .wp-block-paladyn-wrapper-wrapper.yellowbox .wp-block-list ul li:before {
  content: "\e98c";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -35px;
  top: 0.25rem;
  max-width: 100%;
  color: white;
  font-family: "primeicons";
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  main .wp-block-paladyn-wrapper-wrapper.yellowbox {
    padding: 1rem 0;
    margin-bottom: -2rem;
  }
  main .wp-block-paladyn-wrapper-wrapper.yellowbox .wp-block-list {
    width: 100%;
    margin-top: 0;
  }
}

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