/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/montserrat-v23-latin-300.eot');
  src: local(''), url('/typo3conf/ext/sf_template/Resources/Public/fonts/montserrat-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/montserrat-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/montserrat-v23-latin-300.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/montserrat-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/montserrat-v23-latin-300.svg#Montserrat') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/montserrat-v23-latin-regular.eot');
  src: local(''), url('/typo3conf/ext/sf_template/Resources/Public/fonts/montserrat-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/montserrat-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/montserrat-v23-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/montserrat-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/sf_template/Resources/Public/fonts/montserrat-v23-latin-regular.svg#Montserrat') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* Keycolors defined in root less */
:root {
  --keycolor: #e3680c;
}
html,
body {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 359px) {
  html,
  body {
    font-size: 12px;
  }
}
body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  font-weight: 300;
  background: #ffffff;
  font-size: 1rem;
  color: #000000;
  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;
}
.contentheader,
.container-fluid.reallysmall {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.specialfont {
  font-family: "Montserrat";
  font-weight: 300;
}
.btn {
  background-color: var(--keycolor);
  color: #ffffff;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.btn:hover {
  background-color: #1a1a1a;
  color: #ffffff;
}
.btn-orange {
  border: 2px solid #fd6a00;
  background-color: #fd6a00;
  -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;
  color: #ffffff;
}
.btn-orange:hover {
  color: #ffffff;
  background-color: #ff8731;
}
.btn-white {
  border: 2px solid #ffffff;
  background-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;
  color: #000000;
}
.btn-white:hover {
  border: 2px solid #fd6a00;
  color: #ffffff;
  background-color: #fd6a00;
}
.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 {
  font-family: "Montserrat";
  font-weight: 300;
  margin-top: 0;
  line-height: 1em;
}
.bigtitle {
  font-size: 2.8rem;
  color: #000000;
  font-family: "Montserrat";
  font-weight: 300;
  line-height: 1em;
}
@media screen and (max-width: 639px) {
  .bigtitle {
    font-size: 2rem;
  }
}
h1 {
  margin-bottom: 2mem;
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 1.05em;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 56px;
  }
}
h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 24px;
  }
}
a {
  color: #000000;
  text-decoration: underline;
}
.roundedbtn {
  background: transparent;
  color: #6ab42d;
  border: 2px solid #6ab42d;
  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: #6ab42d;
  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: #6ab42d;
}
.hasRedBox:before,
.hasRedBox:after {
  content: "";
  display: block;
  width: 360px;
  height: 54px;
  border: 5px solid #6ab42d;
  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;
  }
}
header.contentheader {
  margin-bottom: 2rem;
}
header.contentheader .contenttitle {
  margin-bottom: 0.5rem;
}
ol {
  margin-bottom: 2rem;
}
ol li {
  margin-bottom: 0.5rem;
}
a.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 45px;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  display: inline;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: var(--keycolor);
  color: #ffffff;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  pointer-events: none;
}
a.scroll-top svg {
  height: 80%;
  width: 80%;
}
@media screen and (max-width: 767px) {
  a.scroll-top {
    bottom: 60px;
    right: 10px;
  }
}
.scrollheader a.scroll-top {
  opacity: 1;
  pointer-events: auto;
}
.fancybox-caption__body {
  background: #fff;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1em;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 25px 44px 75px 44px;
  }
}
.contentheader .contenttitle {
  font-size: 2.8rem;
  color: #000000;
  font-family: "Montserrat";
  font-weight: 300;
  line-height: 1em;
}
@media screen and (max-width: 639px) {
  .contentheader .contenttitle {
    font-size: 2rem;
  }
}
.contentheader .subheader {
  font-size: 1.4rem;
}
.contentwrap {
  overflow: hidden;
  width: 100%;
}
.ce-textpic .ce-gallery img {
  width: 100%;
  height: auto;
}
.badge img {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 839px) {
  .badge img {
    width: 200px;
  }
}
.bigheader {
  height: 100vh;
  position: relative;
}
.bigheader .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.bigheader .overlay {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
.bigheader .overlay .inner {
  flex-basis: 60%;
}
.bigheader .overlay .inner .bh-title {
  font-size: 2.8rem;
  color: #000000;
  font-family: "Montserrat";
  font-weight: 300;
  line-height: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 639px) {
  .bigheader .overlay .inner .bh-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .bigheader .overlay .inner .bh-title {
    white-space: normal;
  }
}
.bigheader .overlay .inner .bh-subtitle {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 2.5rem;
  color: #00aeff;
  line-height: 1em;
  display: inline-block;
  position: relative;
  font-weight: 400;
}
.bigheader .overlay .inner .bh-subtitle svg {
  width: 130%;
  height: auto;
  position: absolute;
  top: 110%;
  left: -15%;
}
.bigheader .overlay .inner .bh-subtitle svg * {
  fill: #00aeff;
}
.bigheader .scrolldown {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
}
.bigheader .scrolldown svg {
  width: 2rem;
  height: auto;
}
.bigheader .scrolldown svg * {
  fill: #000000;
}
.text-v1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 2.25em;
}
.text-v1 .tv1-title {
  font-size: 2.8rem;
  color: #000000;
  font-family: "Montserrat";
  font-weight: 300;
  line-height: 1em;
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 639px) {
  .text-v1 .tv1-title {
    font-size: 2rem;
  }
}
.text-v1 .tv1-badge {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.text-v1 .tv1-badge img {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .text-v1 .tv1-badge {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .text-v1 .tv1-badge img {
    max-width: 10rem;
  }
}
.dce-logoslider {
  width: 100%;
  overflow: hidden;
  padding: 0 30px;
}
@media screen and (min-width: 992px) {
  .dce-logoslider {
    padding: 0 30px;
  }
}
.dce-logoslider .logoitem {
  padding: 1px;
}
.dce-logoslider .logoitem img {
  border: 1px solid #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.dce-logoslider .owl-nav {
  height: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 140;
}
.dce-logoslider .owl-nav > button {
  position: absolute;
  display: block;
  height: 1.4rem;
  width: 1.4em;
  padding: 0;
  top: 0;
  transform: translateY(-50%);
}
.dce-logoslider .owl-nav > button svg {
  height: 100%;
  width: auto;
  vertical-align: unset;
}
.dce-logoslider .owl-nav > button svg * {
  fill: var(--keycolor);
}
.dce-logoslider .owl-nav .owl-prev {
  left: 0em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dce-logoslider .owl-nav .owl-prev svg {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.dce-logoslider .owl-nav .owl-next {
  right: 0em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dce-hoverpiclink .inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.dce-hoverpiclink .inner > div {
  background-position: center center;
  background-size: cover;
  flex: 0 0 50%;
  height: 10rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: 350ms all ease-in-out;
  -moz-transition: 350ms all ease-in-out;
  -o-transition: 350ms all ease-in-out;
  transition: 350ms all ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #fff;
}
.dce-hoverpiclink .inner > div .linktext {
  color: #ffffff;
  position: relative;
  z-index: 10;
  display: block;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 10px 5px 10px;
  text-align: center;
}
.dce-hoverpiclink .inner > div .linktext small {
  display: block;
  font-size: 0.7rem;
}
.dce-hoverpiclink .inner > div .bgobject {
  position: absolute;
  background-position: center center;
  background-size: cover;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
}
.dce-hoverpiclink .inner > div a {
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dce-hoverpiclink .inner > div:after {
  content: "";
  display: block;
  z-index: 8;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--keycolor);
  opacity: 0.7;
  pointer-events: none;
  -webkit-transition: 350ms all ease-in-out;
  -moz-transition: 350ms all ease-in-out;
  -o-transition: 350ms all ease-in-out;
  transition: 350ms all ease-in-out;
}
@media screen and (min-width: 1024px) {
  .dce-hoverpiclink .inner > div {
    flex: 0 1 20%;
    height: 15rem;
  }
  .dce-hoverpiclink .inner > div:hover {
    flex-basis: 30% !important;
  }
  .dce-hoverpiclink .inner > div:hover .linktext {
    background-color: var(--keycolor);
  }
  .dce-hoverpiclink .inner > div:hover .bgobject {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
  }
  .dce-hoverpiclink .inner > div:hover:after {
    opacity: 0;
  }
}
/* Google Maps embeded */
.gmapframe {
  width: 100%;
  height: 30rem;
}
.dce-topics {
  margin: 3rem 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-left;
  flex-wrap: wrap;
}
.dce-topics > .box {
  flex: 0 0 25%;
  padding: 7px;
  min-height: 15rem;
  position: relative;
}
.dce-topics > .box:nth-child(2),
.dce-topics > .box:nth-child(9) {
  flex-basis: 50%;
}
.dce-topics > .box > .inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.dce-topics > .box > .inner .title {
  background-color: var(--keycolor);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 350ms all ease-in-out;
  -moz-transition: 350ms all ease-in-out;
  -o-transition: 350ms all ease-in-out;
  transition: 350ms all ease-in-out;
  display: inline-block;
  color: #ffffff;
  padding: 5px 5px;
  position: absolute;
  top: 50%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 1.4rem;
  text-align: center;
}
.dce-topics > .box > .inner:after {
  content: "";
  z-index: 10;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--keycolor);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 350ms all ease-in-out;
  -moz-transition: 350ms all ease-in-out;
  -o-transition: 350ms all ease-in-out;
  transition: 350ms all ease-in-out;
}
.dce-topics > .box.active > .inner:after,
.dce-topics > .box:hover > .inner:after {
  background-color: var(--keycolor);
  opacity: 0.7;
}
.dce-topics > .box.active > .inner .title,
.dce-topics > .box:hover > .inner .title {
  background: transparent;
}
.dce-topics > .box .popup {
  display: block;
  min-height: 100%;
  width: 200%;
  padding: 7px;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
.dce-topics > .box .popup .inner {
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 2rem 5%;
}
.dce-topics > .box .popup .inner a {
  color: var(--keycolor);
}
.dce-topics > .box.active .popup {
  pointer-events: auto;
  opacity: 1;
}
.dce-topics > .box:nth-child(2) .popup {
  top: 100%;
  left: 0;
  width: 100%;
}
.dce-topics > .box:nth-child(9) .popup {
  top: unset;
  bottom: 100%;
  left: 0;
  width: 100%;
}
.dce-topics > .box:nth-child(3) .popup,
.dce-topics > .box:nth-child(6) .popup,
.dce-topics > .box:nth-child(7) .popup,
.dce-topics > .box:nth-child(10) .popup,
.dce-topics > .box:nth-child(11) .popup {
  left: unset;
  right: 100%;
}
.dce-bigpicoverlay {
  width: 100%;
  position: relative;
  margin-top: 5rem;
}
.dce-bigpicoverlay img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.dce-bigpicoverlay .overlay {
  width: 100%;
  position: absolute;
  bottom: 2rem;
  color: #ffffff;
}
.dce-bigpicoverlay .overlay a {
  display: inline-block;
  margin: 0 1em 1em 0;
  text-decoration: none;
  padding: 5px 20px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.dce-bigpicoverlay .bigs-masks {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  display: flex;
  align-items: flex-start;
  pointer-events: none;
  width: 100%;
  height: 10rem;
}
.dce-bigpicoverlay .bigs-masks .bigs-leftmask,
.dce-bigpicoverlay .bigs-masks .bigs-rightmask {
  width: 100%;
  height: 100%;
}
.dce-bigpicoverlay .bigs-masks .bigs-leftmask *,
.dce-bigpicoverlay .bigs-masks .bigs-rightmask * {
  fill: #ffffff;
}
.dce-bigpicoverlay .bigs-masks .bigs-leftmask {
  width: 40%;
  flex: 0 0 40%;
  height: 5rem;
}
.dce-bigpicoverlay .bigs-masks .bigs-rightmask {
  flex: 0 0 60%;
  width: 60%;
  height: 5rem;
}
.dce-bigpicoverlay:after {
  display: block;
  content: "";
  left: 40%;
  top: 0;
  position: absolute;
  width: 3px;
  height: 5rem;
  background-color: var(--keycolor);
  z-index: 21;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 640px) {
  .dce-bigpicoverlay .overlay {
    bottom: unset;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.masonitem {
  padding: 5px;
}
.masonitem img {
  width: 100%;
  height: auto;
}
.grid-sizer,
.masonitem {
  width: 25%;
}
.dce-contactbuttons {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.dce-contactbuttons > .buttonwrap {
  flex: 0 0 100%;
  padding: 0.75rem;
}
.dce-contactbuttons > .buttonwrap a {
  background-color: var(--keycolor);
  color: #ffffff;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
}
.dce-contactbuttons > .buttonwrap a:hover {
  background-color: #1a1a1a;
  color: #ffffff;
}
.dce-contactbuttons > .buttonwrap a svg {
  height: 1.6rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .dce-contactbuttons {
    flex-direction: row;
  }
  .dce-contactbuttons > .buttonwrap {
    flex: 0 0 33.33%;
  }
}
/* Faktenbilder */
.dce-factsboxes .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin: 0 -3px;
  width: 100%;
}
.dce-factsboxes .inner .linkitem {
  flex: 0 0 100%;
  height: 15rem;
  padding: 3px;
}
.dce-factsboxes .inner .linkitem .inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 560px) {
  .dce-factsboxes .inner .linkitem {
    flex: 0 0 50%;
    height: 30rem;
  }
}
@media screen and (min-width: 1024px) {
  .dce-factsboxes .inner .linkitem {
    flex: 0 0 25%;
    height: 30rem;
  }
}
.dce-factsboxes .linkitem {
  position: relative;
}
.dce-factsboxes .bgobject {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.dce-factsboxes .linktext {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 20;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
}
.dce-factsboxes .title,
.dce-factsboxes .small {
  background-color: var(--keycolor);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 350ms all ease-in-out;
  -moz-transition: 350ms all ease-in-out;
  -o-transition: 350ms all ease-in-out;
  transition: 350ms all ease-in-out;
  display: inline-block;
  color: #ffffff;
  padding: 5px 5px;
  line-height: 1em;
  z-index: 20;
  font-size: 1.4rem;
  text-align: center;
}
.dce-factsboxes .small {
  background-color: white;
  color: #000000;
  font-size: 0.8rem;
  margin-top: 2rem;
}
.ce-gallery .ce-row {
  display: flex;
  flex-wrap: wrap;
}
.ce-gallery .ce-row .ce-column {
  padding: 0 1rem 1rem 0;
  margin: 0;
}
.ce-gallery .ce-row .ce-column img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px) {
  [data-ce-columns="2"] .ce-row .ce-column {
    flex: 0 0 50%;
  }
  [data-ce-columns="3"] .ce-row .ce-column {
    flex: 0 0 33.33%;
  }
}
.contentwrap {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-top: 220px;
}
header.pageheader {
  position: fixed;
  z-index: 250;
  width: 100%;
}
header.pageheader .topmenu-wrap {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
header.pageheader .topmenu-wrap .topmenu {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}
header.pageheader .topmenu-wrap .topmenu a {
  color: #000000;
  font-size: 0.9rem;
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
}
header.pageheader .navbar {
  height: 180px;
  padding: 0;
  justify-content: center;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header.pageheader .navbar .navbar-toggler {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
header.pageheader .navbar .navbar-toggler svg {
  width: 3rem;
  height: auto;
}
header.pageheader .navbar .navbar-toggler svg * {
  fill: #ffffff;
}
header.pageheader .navbar .navbar-toggler .navbar-toggler-icon,
header.pageheader .navbar .navbar-toggler svg * {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header.pageheader .navbar-brand {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header.pageheader .navbar-brand img {
  max-width: 210px;
  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;
}
@media screen and (max-width: 767px) {
  header.pageheader .navbar-brand img {
    max-width: 150px;
  }
}
#mainmenupanel {
  background-color: var(--keycolor);
  z-index: 300;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 460px;
}
#mainmenupanel .close {
  position: absolute;
  top: 3rem;
  right: 2rem;
  top: 2rem;
}
#mainmenupanel .close svg {
  width: 2rem;
  height: auto;
}
#mainmenupanel .close svg * {
  fill: #ffffff;
}
.mainbar {
  padding: 40px 40px 40px 80px;
  overflow: auto;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.mainbar ul {
  padding: 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 0;
  list-style: none;
}
.mainbar ul > li {
  padding: 0;
  display: block;
}
.mainbar ul > li > a {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  display: block;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding: 0 0;
  text-decoration: none;
}
.mainbar ul > li li a {
  font-weight: 300;
  font-size: 0.8rem;
  padding-left: 0.5rem !important;
  display: block;
}
.mainbar ul > li.active > a,
.mainbar ul > li:hover > a {
  color: #000000;
}
.mainbar .mainmenu > li {
  margin-bottom: 50px;
}
.showNav .navbar-toggler .navbar-toggler-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.showNav .navbar-toggler .navbar-toggler-icon svg * {
  fill: #ffffff;
}
.showNav #mainmenupanel {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.scrollheader header.pageheader {
  background: var(--keycolor);
}
.scrollheader header.pageheader .navbar {
  height: 60px;
}
.scrollheader header.pageheader .navbar-toggler svg {
  width: 2rem;
}
.scrollheader header.pageheader .navbar-brand img {
  max-width: 100px;
}
.scrollheader header.pageheader #mainmenupanel {
  padding-top: 69px;
}
@media screen and (max-width: 767px) {
  body header.pageheader {
    background: var(--keycolor);
  }
  body header.pageheader .navbar {
    height: 60px;
  }
  body header.pageheader .navbar-toggler svg {
    width: 2rem;
  }
  body header.pageheader .navbar-brand img {
    max-width: 100px;
  }
  body header.pageheader #mainmenupanel {
    padding-top: 69px;
  }
  body .contentwrap {
    padding-top: 100px;
  }
  body header.pageheader .navbar .navbar-toggler svg {
    width: 2rem;
  }
  body header.pageheader .navbar #mainmenupanel {
    padding-top: 69px;
  }
}
.navbar-toggler {
  outline: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
}
.navbar-toggler .navbar-toggler-icon .line {
  width: 40px;
  height: 5px;
  background-color: #00aeff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon:hover {
  cursor: pointer;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.bigslider {
  position: relative;
}
.bigslider img {
  width: 100%;
  height: auto;
}
.bigslider .overlaytitle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.bigslider .overlaytitle img {
  width: 60vw;
  max-width: 650px;
}
.bigslider .overlaytitle .slidetitle {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: white;
  text-align: center;
  text-shadow: 0 0 5px #000000;
}
.bigslider .stretchlink {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bigslider .owl-nav {
  position: absolute;
  bottom: 4rem;
  left: 40%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.bigslider .owl-nav > * {
  outline: none;
  display: block;
}
.bigslider .owl-nav > * svg {
  height: 1.5rem;
  width: auto;
}
.bigslider .owl-nav > * svg * {
  fill: #ffffff;
}
.bigslider .owl-nav .owl-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bigslider:after {
  display: block;
  content: "";
  left: 40%;
  bottom: 0;
  position: absolute;
  width: 3px;
  height: 5rem;
  background-color: var(--keycolor);
  z-index: 21;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.bigs-masks {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
  width: 100%;
  height: 10rem;
}
.bigs-masks .bigs-leftmask,
.bigs-masks .bigs-rightmask {
  width: 100%;
  height: 100%;
}
.bigs-masks .bigs-leftmask *,
.bigs-masks .bigs-rightmask * {
  fill: #ffffff;
}
.bigs-masks .bigs-leftmask {
  width: 40%;
  flex: 0 0 40%;
  height: 5rem;
}
.bigs-masks .bigs-rightmask {
  flex: 0 0 60%;
  width: 60%;
  height: 5rem;
}
.bottommenu {
  z-index: 2001;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #39536b;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .bottommenu {
    display: none;
  }
}
.bottommenu .bottomLink {
  height: 100%;
  width: 16.666%;
  display: block;
  float: left;
  text-align: center;
  border-right: 1px solid #42607c;
}
.bottommenu .bottomLink:hover {
  background-color: #42607c;
}
.bottommenu .bottomLink:last-child {
  border: none;
}
.bottommenu .bottomLink img,
.bottommenu .bottomLink svg {
  height: 20px;
  width: auto;
  margin: 15px auto;
  position: relative;
}
.bottommenu .bottomLink span {
  display: none;
}
.submenu ul {
  padding: 10px 20px;
  margin: 50px 0 ;
  list-style: none;
  text-align: left;
  background: #f5f5f3;
}
.submenu ul li {
  padding: 5px 10px;
  position: relative;
  display: inline-block;
}
.submenu ul li a {
  font-size: 20px;
  display: block;
  text-align: center;
  color: #000000;
  line-height: 1em;
  padding: 10px;
  position: relative;
}
.submenu ul li:hover a,
.submenu ul li.active a {
  color: #ffffff;
  background: #6ab42d;
  text-decoration: none;
  display: block;
  height: 2em;
  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;
}
.footer-info {
  padding-bottom: 80px;
  padding-top: 80px;
  font-weight: 400;
  line-height: 1.6em;
  text-align: center;
  font-size: 16px;
}
.footer-info .links-appstore {
  margin-bottom: 100px;
}
.footer-info .links-appstore a {
  display: inline-block;
  width: 150px;
  height: auto;
  line-height: 0;
  font-size: 0;
  margin: 0 5px;
}
.footer-info .links-appstore a svg {
  position: relative;
  width: 100%;
  height: auto;
}
.footer-info .links-appstore a svg * {
  fill: #39536b;
}
.footer-info .footerlogo {
  width: 100%;
  max-width: 145px;
  display: inline-block;
  margin-bottom: 40px;
  padding: 0;
}
.footer-info .footerlogo img {
  width: 100%;
  height: auto;
}
.footer-info .socialmenu {
  margin-bottom: 35px;
}
.footer-info .socialmenu a {
  width: 30px;
  height: auto;
  display: block;
}
.footer-info .socialmenu a img {
  width: 100%;
  height: auto;
}
.footer-info .footermenu {
  margin-bottom: 50px;
}
.footer-info .footermenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-info .footermenu ul li {
  display: inline-block;
}
.footer-info .footermenu ul li a {
  text-transform: uppercase;
  display: block;
  padding: 0 10px;
  color: #000000;
}
.footer-info .seotext {
  max-width: 800px;
  margin: 0 auto 50px auto;
}
.footer-info .partB {
  background-color: #6ab42d;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 150px;
  color: #ffffff;
}
.footer-info .partB .indicates-required {
  font-size: 12px;
}
.footer-info .partB label {
  display: none;
}
.footer-info .partB input {
  color: #000000;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 25px;
  border: none;
  line-height: 1em;
  width: 100%;
  display: block;
}
.footer-info .partB input::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.footer-info .partB .btn {
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
}
.footer-info .partB h3 {
  font-weight: 700;
}
.footer-info .partB .mc-field-group {
  display: flex;
  flex-direction: row;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .footer-info .partB .mc-field-group {
    flex-direction: column;
  }
}
.footer-info .partB .mc-field-group .col {
  margin: 0 4px;
  flex-grow: 1;
}
/*****************************/
/********* News Events *******/
/*****************************/
.qtip-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
}
.qtip-default a {
  text-decoration: none;
  pointer-events: none;
}
.fc .fc-toolbar > * > h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 34px;
}
.fc .fc-toolbar > * > .fc-today-button {
  display: none;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
  width: 100%;
  display: block;
  text-align: center;
}
#calendar .ui-widget-header {
  border: none;
  background: #f0f0f0;
  color: #000000;
  padding: 2px 0;
}
#calendar .ui-widget-content {
  background: none;
  border: none;
  border-bottom: 1px solid #dddddd;
}
#calendar .ui-state-default,
#calendar .ui-widget-content .ui-state-default,
#calendar .ui-widget-header .ui-state-default {
  border: none;
}
.fc-time {
  display: block;
  text-indent: -9999em;
}
.fc-title {
  display: none;
}
.news-calendar-view {
  margin-bottom: 50px;
}
.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;
}
.firegoblet {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.firegoblet .inner {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.firegoblet .inner .gobletwrap {
  height: 100vh;
  width: 100%;
  max-width: 100vh;
  max-height: 100vw;
  margin: 0 auto;
  position: relative;
}
.firegoblet span {
  position: absolute;
}
.firegoblet span img {
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.firegoblet .goblet {
  z-index: 150;
  position: absolute;
  left: 50%;
  top: 60%;
  width: 50%;
  height: auto;
  opacity: 1;
}
.firegoblet .spray {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: auto;
  opacity: 0;
}
.firegoblet .fire {
  opacity: 1;
}
.firegoblet .firelow1 {
  display: none;
}
.firegoblet .firelow2 {
  top: 89%;
  left: 47%;
  width: 50%;
  height: auto;
}
.firegoblet .firetop {
  left: 50%;
  top: 20%;
  width: 50%;
  height: auto;
}
.firegoblet .fireright {
  left: 72%;
  top: 67%;
  width: 33%;
  z-index: 200;
  height: auto;
}
.firegoblet .fireleft {
  right: 45.9%;
  top: 63%;
  width: 30%;
  z-index: 200;
  height: auto;
}
.firegoblet .ring {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  height: auto;
  opacity: 0;
}
.powermail_field {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}
.tx-powermail legend {
  display: none;
}
.powermail_fieldwrap_type_input,
.powermail_fieldwrap_type_textarea {
  position: relative;
}
.powermail_fieldwrap_type_input label,
.powermail_fieldwrap_type_textarea label {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 18px;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.powermail_fieldwrap_type_input.isFocused label,
.powermail_fieldwrap_type_textarea.isFocused label,
.powermail_fieldwrap_type_input.isFilled label,
.powermail_fieldwrap_type_textarea.isFilled label {
  opacity: 0.5;
  top: 5px;
  font-size: 12px;
}
.parsley-errors-list {
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
  color: darkred;
  margin-top: 5px;
  text-align: right;
}
.powermail_field select,
.powermail_field .powermail_textarea,
.powermail_field .powermail_input {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 25px 15px 5px 15px;
  outline: 0;
  border: 3px solid #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #000000;
  appearance: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.powermail_field .powermail_textarea,
.powermail_field .powermail_input {
  text-align: left;
}
.powermail_field select::-ms-expand {
  display: none;
}
.powermail_field select:hover,
.powermail_field select:focus {
  color: #000000;
  background: #ffffff;
}
.powermail_field select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 18px;
  height: 18px;
  border: solid #00aeff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.powermail_field select:hover ~ .select_arrow,
.powermail_field select:focus ~ .select_arrow {
  border-color: #000000;
}
.powermail_field select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}
.powermail_submit {
  background-color: var(--keycolor);
  color: #ffffff;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.powermail_submit:hover {
  background-color: #1a1a1a;
  color: #ffffff;
}
/* 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;
  font-size: 1rem;
  -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: 1.8rem;
  width: 1.8rem;
  background-color: #eee;
  border: 4px solid #000000;
  -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: #000000;
}
.powermail_fieldwrap_type_check .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.powermail_fieldwrap_type_check .checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.powermail_fieldwrap_type_check .checkbox label .checkmark:after {
  left: 9px;
  top: 2px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.controls {
  text-align: right;
}
.controls .btn {
  background-color: #6ab42d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 1rem;
}
.controls .btn:first-child {
  margin-right: 10px;
}
.tx-powermail .layout1 {
  margin-bottom: 75px;
}
.tx-powermail .layout1 legend {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 2.222222rem;
  text-transform: uppercase;
  color: #6ab42d;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.8rem 0 0.8rem 5rem;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: relative;
}
.tx-powermail .layout1 legend span {
  color: #ffffff;
  background: #6ab42d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: baseline;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  margin-right: 1rem;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 479px) {
  .tx-powermail .layout1 legend {
    font-size: 2rem;
  }
}
.tx-powermail .layout1 .card {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tx-powermail .layout1 .card .card-header {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.tx-powermail .layout1 .card .card-header a.collapsed legend {
  color: #abaaa8;
}
.tx-powermail .layout1 .card .card-header a.collapsed legend span {
  background: #abaaa8;
}
.tx-powermail .layout1 .card .card-body {
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .tx-powermail .layout1 .card .card-body {
    padding-left: 0;
  }
}
.tx-powermail .layout1 .card .card-border {
  border-bottom: 3px solid #abaaa8;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tx-powermail .layout1 .card .show + .card-border {
  border-color: #6ab42d;
}
.tx-powermail .layout1 .card:last-child {
  display: none;
}
.tx-powermail .layout1 .powermail_fieldset {
  padding: 25px 0 0px 0;
  display: block;
}
.tx-powermail .layout1 .powermail_fieldset .fieldsetbody {
  padding-bottom: 40px;
}
.tx-powermail .layout1 .powermail_fieldset .powermail_label {
  font-size: 1.555556rem;
}
.news-list-view,
.news-single {
  padding-top: 50px;
  padding-bottom: 50px;
}
.news-list-view img,
.news-single img {
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}
.news-list-view .caption,
.news-single .caption {
  margin-top: 10px;
}
.news-list-view .news-list-item,
.news-single .news-list-item {
  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;
  }
}
.newsheader {
  margin-bottom: 30px;
  margin-top: 100px;
}
.newsheader h2 {
  font-size: 56px;
  font-family: "Montserrat";
  font-weight: 300;
  margin-bottom: 0;
  line-height: 0.7em;
  font-weight: 700;
}
.newsheader .subtitle {
  font-size: 1.555556rem;
  font-family: "Montserrat";
  font-weight: 300;
  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 #00aeff;
  -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: #000000;
}
.startnews .news-list-item .lead,
.startnews .news-list-item p {
  font-size: 1rem;
  color: #000000;
  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-family: "Montserrat";
  font-weight: 300;
  font-size: 3rem;
  line-height: 2.3rem;
  text-align: center;
  border: 0.3rem solid #00aeff;
  color: #00aeff;
  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;
}
.newsslider {
  padding: 50px 75px;
}
@media screen and (max-width: 500px) {
  .newsslider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.newsslider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.newsslider .owl-nav .owl-next,
.newsslider .owl-nav .owl-prev {
  background-color: rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 50px;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.newsslider .owl-nav .owl-next.disabled,
.newsslider .owl-nav .owl-prev.disabled {
  opacity: 0;
}
.newsslider .owl-nav .owl-prev {
  left: -75px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.newsslider .owl-nav .owl-next {
  right: -75px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.newsslider .owl-dots {
  width: 100%;
  text-align: center;
}
.newsslider .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  background: #e5e5e5;
  margin: 0 2px;
}
.newsslider .owl-dots .owl-dot.active {
  background: #0f6c97;
}
@media screen and (max-width: 399px) {
  .newsslider .owl-dots .owl-dot {
    width: 15px;
    height: 5px;
  }
}
.newsslider .newsslider-item [itemprop=headline] {
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 24px;
  display: block;
}
.newsslider .newsslider-item [itemprop=headline] a.btn-default:hover {
  background-color: #00aeff !important;
}
.newsslider .newsslider-item .lead {
  font-size: 16px;
}
.newsslider .newsslider-item img {
  margin-bottom: 20px;
}
.newsslider_wrap {
  margin-bottom: 50px;
  margin-top: 50px;
}
.newsslider_wrap .ciHeader .title {
  color: #6ab42d;
}
.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-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: #6ab42d;
  border: 2px solid #6ab42d;
  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: #6ab42d;
  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;
}
/*# sourceMappingURL=filename.map */huhuha