@charset "UTF-8";
/** RESET **/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, figcaption, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del, ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: "";
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: baseline;
}
legend {
  color: inherit;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input, button, textarea, select {
  *font-size: 100%;
}
em, i {
  font-style: italic;
}
li {
  margin-left: 20px;
}
ul > li {
  list-style-type: square;
}
ol > li {
  list-style-type: decimal;
}
strong, b {
  font-weight: 700;
}
header, nav, main, section, article, aside, footer {
  display: block;
}
picture {
  max-width: 100%;
}
.ContentRow, .FormRow, .clearfix {
  zoom: 1;
}
.ContentRow:before, .ContentRow:after, .FormRow:before, .FormRow:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.ContentRow:after, .FormRow:after, .clearfix:after {
  clear: both;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.Button {
  display: inline-block;
  padding: 0.40625rem 20px;
  outline: none;
  border-radius: 0;
  border: 1px solid;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  line-height: 1.625rem;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Button:hover {
  border-color: transparent;
  background-color: #000530;
  color: #FFFFFF;
}
#ContentArea.News .Date {
  color: #4a4b4f;
}
#ContentArea.News .Teaser {
  font-weight: 700;
}
#ContentArea.News .Teaser + .Text {
  margin-top: 1.625rem;
}
#ContentArea.News .Image {
  margin-bottom: 1.625rem;
}
#ContentArea.News .SocialLinks {
  font-size: 0;
  text-align: right;
}
@media screen AND (max-width:860px) {
  #ContentArea.News .SocialLinks {
    padding-right: 20;
    padding-left: 20;
  }
}
#ContentArea.News .SocialLinks li {
  display: inline-block;
  margin: 0 0 0 15px;
}
#ContentArea.News .SocialLinks li:first-child {
  margin-left: 0;
}
#ContentArea.News .SocialLinks li:before {
  display: none;
}
#ContentArea.News .SocialLinks a {
  display: block;
  width: 50px;
  height: 50px;
  border-bottom-width: 0;
  background-color: #000530;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}
#ContentArea.News .SocialLinks a:hover {
  background-color: #4a4b4f;
  color: #FFFFFF;
}
#ContentArea.News .SocialLinks .fa:before, #ContentArea.News .SocialLinks .fab:before {
  font-size: 28px;
  line-height: 50px;
}
#ContentArea.News .Meta {
  padding-top: 0.8125rem;
  border-top: 1px solid #f0f0f0;
}
#ContentArea.News .Meta ul {
  font-size: 0;
  padding-left: 20;
  padding-right: 20;
}
@media screen and (max-width: 480px) {
  #ContentArea.News .Meta ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#ContentArea.News .Meta li {
  display: inline-block;
  width: 33.33%;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.625rem;
  list-style-type: none;
  vertical-align: baseline;
}
@media screen and (max-width: 480px) {
  #ContentArea.News .Meta li {
    width: 100%;
    margin: 1.625rem 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #ContentArea.News .Meta li:first-of-type {
    margin-top: 0;
  }
}
#ContentArea.News .Meta li.Archive {
  text-align: center;
}
#ContentArea.News .Meta li.Next {
  text-align: right;
}
@media screen and (max-width: 480px) {
  #ContentArea.News .Meta li.Next {
    text-align: center;
  }
}
#ContentArea.News .Meta .fa-chevron-left {
  margin-right: 10px;
}
#ContentArea.News .Meta .fa-chevron-left:before {
  font-weight: 300;
}
#ContentArea.News .Meta .fa-chevron-right {
  margin-left: 10px;
}
#ContentArea.News .Meta .fa-chevron-right:before {
  font-weight: 300;
}
#ContentArea.News .Gallery {
  font-size: 0;
}
#ContentArea.News .Gallery li {
  display: inline-block;
  width: 48.5%;
  margin: 0 0 1.625rem 3%;
  list-style-type: none;
  position: relative;
}
#ContentArea.News .Gallery li:nth-of-type(2n+1) {
  margin-left: 0;
}
#ContentArea.News .Gallery li:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
#ContentArea.News .Gallery li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #4a4b4f;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ContentArea.News .Gallery li > a:hover {
  border-color: #000530;
}
#ContentArea.News .Gallery li > a[target="_blank"]:not(.NoIcon) {
  margin-right: 0;
}
#ContentArea.News .Gallery li > a img, #ContentArea.News .Gallery li > a svg, #ContentArea.News .Gallery li > a video {
  display: block;
  width: auto;
  max-width: 95%;
  height: auto;
  max-height: 90%;
  margin: 0 auto;
}
#SliderArea .slick-arrow, .Template-Standard.Slider .slick-arrow {
  width: 30px;
  height: 60px;
  margin: auto;
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #ff2a67;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen AND (max-width:1540px) {
  #SliderArea .slick-arrow, .Template-Standard.Slider .slick-arrow {
    width: auto;
    height: 30px;
    top: auto;
    right: 51%;
    bottom: 20px;
    left: auto;
  }
}
#SliderArea .slick-arrow.slick-next, .Template-Standard.Slider .slick-arrow.slick-next {
  right: 20px;
  left: auto;
}
@media screen AND (max-width:1540px) {
  #SliderArea .slick-arrow.slick-next, .Template-Standard.Slider .slick-arrow.slick-next {
    right: auto;
    left: 51%;
  }
}
#SliderArea .slick-arrow.slick-next:before, .Template-Standard.Slider .slick-arrow.slick-next:before {
  content: "";
}
#SliderArea .slick-arrow:hover, .Template-Standard.Slider .slick-arrow:hover {
  color: #000530;
}
#SliderArea .slick-arrow:before, .Template-Standard.Slider .slick-arrow:before {
  font-size: 60px;
  line-height: 60px;
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
}
@media screen AND (max-width:1540px) {
  #SliderArea .slick-arrow:before, .Template-Standard.Slider .slick-arrow:before {
    font-size: 30px;
    line-height: 30px;
  }
}
.Button.Buttonstyle-01.Testbutton {
  position: relative;
  z-index: 1;
}
.Button.Buttonstyle-01.Testbutton:hover {
  border-color: #000530;
  background-color: transparent;
  color: #FFFFFF;
}
.Button.Buttonstyle-01.Testbutton:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Button.Buttonstyle-01.Testbutton:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000530;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.Button.Buttonstyle-02.Testbutton {
  position: relative;
  z-index: 1;
}
.Button.Buttonstyle-02.Testbutton:hover {
  border-color: #000530;
  background-color: transparent;
  color: #FFFFFF;
}
.Button.Buttonstyle-02.Testbutton:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Button.Buttonstyle-02.Testbutton:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000530;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.Button.Buttonstyle-03.Testbutton {
  position: relative;
  z-index: 1;
}
.Button.Buttonstyle-03.Testbutton:hover {
  border-color: #000530;
  background-color: transparent;
  color: #FFFFFF;
}
.Button.Buttonstyle-03.Testbutton:hover:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.Button.Buttonstyle-03.Testbutton:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000530;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.Button.Buttonstyle-04.Testbutton {
  position: relative;
  z-index: 1;
}
.Button.Buttonstyle-04.Testbutton:hover {
  border-color: #000530;
  background-color: transparent;
  color: #FFFFFF;
}
.Button.Buttonstyle-04.Testbutton:hover:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.Button.Buttonstyle-04.Testbutton:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000530;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.Button.Buttonstyle-05.Testbutton {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-05.Testbutton:hover {
  border-color: #000530;
  background-color: transparent;
  color: #FFFFFF;
}
.Button.Buttonstyle-05.Testbutton:hover:before {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Button.Buttonstyle-05.Testbutton:before {
  content: "";
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #000530;
  position: absolute;
  top: -999px;
  right: -999px;
  bottom: -999px;
  left: -999px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.Button.Buttonstyle-06.Testbutton {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-06.Testbutton:hover {
  border-color: #000530;
  background-color: #000530;
  color: #FFFFFF;
  -webkit-animation: button-pulse1 2s infinite ;
  animation: button-pulse1 2s infinite ;
}
.Button.Buttonstyle-07.Testbutton {
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-07.Testbutton:hover {
  border-color: #000530;
  background-color: #000530;
  color: #FFFFFF;
  -webkit-animation: button-pulse2 0.75s forwards ;
  animation: button-pulse2 0.75s forwards ;
}
.Button.Buttonstyle-08.Testbutton {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-08.Testbutton:hover {
  border-color: #000530;
  background-color: transparent;
  color: #FFFFFF;
}
.Button.Buttonstyle-08.Testbutton:hover:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 5, 48, 0.5);
}
.Button.Buttonstyle-08.Testbutton:before {
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 0 1.625rem 0 rgba(0, 5, 48, 0.5);
  background-color: #000530;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(calc(-100% - 1.625rem));
  -ms-transform: translateY(calc(-100% - 1.625rem));
  transform: translateY(calc(-100% - 1.625rem));
  -webkit-transition: box-shadow 0.5s ease-in-out 0.15s, -webkit-transform 0.65s ease-in-out;
  -moz-transition: box-shadow 0.5s ease-in-out 0.15s, -moz-transform 0.65s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out 0.15s, -o-transform 0.65s ease-in-out;
  transition: box-shadow 0.5s ease-in-out 0.15s, transform 0.65s ease-in-out;
}
.Button.Buttonstyle-09.Testbutton {
  border-color: #000530;
  background-color: #000530;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-09.Testbutton:hover {
  border-color: transparent;
  background-color: black;
}
.Button.Buttonstyle-09.Testbutton:hover:before {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.Button.Buttonstyle-09.Testbutton:hover .Letter {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(50) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(51) {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(52) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(53) {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(54) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(55) {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(56) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(57) {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(58) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(59) {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(60) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(61) {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(62) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(63) {
  -webkit-transition-delay: 3.15s;
  transition-delay: 3.15s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(64) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(65) {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(66) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(67) {
  -webkit-transition-delay: 3.35s;
  transition-delay: 3.35s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(68) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(69) {
  -webkit-transition-delay: 3.45s;
  transition-delay: 3.45s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(70) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(71) {
  -webkit-transition-delay: 3.55s;
  transition-delay: 3.55s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(72) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(73) {
  -webkit-transition-delay: 3.65s;
  transition-delay: 3.65s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(74) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(75) {
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(76) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(77) {
  -webkit-transition-delay: 3.85s;
  transition-delay: 3.85s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(78) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(79) {
  -webkit-transition-delay: 3.95s;
  transition-delay: 3.95s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(80) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(81) {
  -webkit-transition-delay: 4.05s;
  transition-delay: 4.05s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(82) {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(83) {
  -webkit-transition-delay: 4.15s;
  transition-delay: 4.15s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(84) {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(85) {
  -webkit-transition-delay: 4.25s;
  transition-delay: 4.25s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(86) {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(87) {
  -webkit-transition-delay: 4.35s;
  transition-delay: 4.35s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(88) {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(89) {
  -webkit-transition-delay: 4.45s;
  transition-delay: 4.45s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(90) {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(91) {
  -webkit-transition-delay: 4.55s;
  transition-delay: 4.55s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(92) {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(93) {
  -webkit-transition-delay: 4.65s;
  transition-delay: 4.65s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(94) {
  -webkit-transition-delay: 4.7s;
  transition-delay: 4.7s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(95) {
  -webkit-transition-delay: 4.75s;
  transition-delay: 4.75s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(96) {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(97) {
  -webkit-transition-delay: 4.85s;
  transition-delay: 4.85s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(98) {
  -webkit-transition-delay: 4.9s;
  transition-delay: 4.9s;
}
.Button.Buttonstyle-09.Testbutton:hover .Letter:nth-child(99) {
  -webkit-transition-delay: 4.95s;
  transition-delay: 4.95s;
}
.Button.Buttonstyle-09.Testbutton:before {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  padding: 0.40625rem 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.Button.Buttonstyle-09.Testbutton .Letter {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.Button.Buttonstyle-10.Testbutton {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-10.Testbutton:hover {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(odd) {
  -webkit-animation: anim-nanuk-1 0.75s forwards ease-in-out ;
  animation: anim-nanuk-1 0.75s forwards ease-in-out ;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(even) {
  -webkit-animation: anim-nanuk-2 0.75s forwards ease-in-out ;
  animation: anim-nanuk-2 0.75s forwards ease-in-out ;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(1) {
  -webkit-animation-delay: 0.025s;
  animation-delay: 0.025s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(2) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(3) {
  -webkit-animation-delay: 0.075s;
  animation-delay: 0.075s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(5) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(6) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(7) {
  -webkit-animation-delay: 0.175s;
  animation-delay: 0.175s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(8) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(9) {
  -webkit-animation-delay: 0.225s;
  animation-delay: 0.225s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(10) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(11) {
  -webkit-animation-delay: 0.275s;
  animation-delay: 0.275s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(12) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(13) {
  -webkit-animation-delay: 0.325s;
  animation-delay: 0.325s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(14) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(15) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(16) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(17) {
  -webkit-animation-delay: 0.425s;
  animation-delay: 0.425s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(18) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(19) {
  -webkit-animation-delay: 0.475s;
  animation-delay: 0.475s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(20) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(21) {
  -webkit-animation-delay: 0.525s;
  animation-delay: 0.525s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(22) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(23) {
  -webkit-animation-delay: 0.575s;
  animation-delay: 0.575s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(24) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(25) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(26) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(27) {
  -webkit-animation-delay: 0.675s;
  animation-delay: 0.675s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(28) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(29) {
  -webkit-animation-delay: 0.725s;
  animation-delay: 0.725s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(30) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(31) {
  -webkit-animation-delay: 0.775s;
  animation-delay: 0.775s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(32) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(33) {
  -webkit-animation-delay: 0.825s;
  animation-delay: 0.825s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(34) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(35) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(36) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(37) {
  -webkit-animation-delay: 0.925s;
  animation-delay: 0.925s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(38) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(39) {
  -webkit-animation-delay: 0.975s;
  animation-delay: 0.975s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(40) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(41) {
  -webkit-animation-delay: 1.025s;
  animation-delay: 1.025s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(42) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(43) {
  -webkit-animation-delay: 1.075s;
  animation-delay: 1.075s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(44) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(45) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(46) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(47) {
  -webkit-animation-delay: 1.175s;
  animation-delay: 1.175s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(48) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(49) {
  -webkit-animation-delay: 1.225s;
  animation-delay: 1.225s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(50) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(51) {
  -webkit-animation-delay: 1.275s;
  animation-delay: 1.275s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(52) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(53) {
  -webkit-animation-delay: 1.325s;
  animation-delay: 1.325s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(54) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(55) {
  -webkit-animation-delay: 1.375s;
  animation-delay: 1.375s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(56) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(57) {
  -webkit-animation-delay: 1.425s;
  animation-delay: 1.425s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(58) {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(59) {
  -webkit-animation-delay: 1.475s;
  animation-delay: 1.475s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(60) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(61) {
  -webkit-animation-delay: 1.525s;
  animation-delay: 1.525s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(62) {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(63) {
  -webkit-animation-delay: 1.575s;
  animation-delay: 1.575s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(64) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(65) {
  -webkit-animation-delay: 1.625s;
  animation-delay: 1.625s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(66) {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(67) {
  -webkit-animation-delay: 1.675s;
  animation-delay: 1.675s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(68) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(69) {
  -webkit-animation-delay: 1.725s;
  animation-delay: 1.725s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(70) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(71) {
  -webkit-animation-delay: 1.775s;
  animation-delay: 1.775s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(72) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(73) {
  -webkit-animation-delay: 1.825s;
  animation-delay: 1.825s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(74) {
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(75) {
  -webkit-animation-delay: 1.875s;
  animation-delay: 1.875s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(76) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(77) {
  -webkit-animation-delay: 1.925s;
  animation-delay: 1.925s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(78) {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(79) {
  -webkit-animation-delay: 1.975s;
  animation-delay: 1.975s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(80) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(81) {
  -webkit-animation-delay: 2.025s;
  animation-delay: 2.025s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(82) {
  -webkit-animation-delay: 2.05s;
  animation-delay: 2.05s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(83) {
  -webkit-animation-delay: 2.075s;
  animation-delay: 2.075s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(84) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(85) {
  -webkit-animation-delay: 2.125s;
  animation-delay: 2.125s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(86) {
  -webkit-animation-delay: 2.15s;
  animation-delay: 2.15s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(87) {
  -webkit-animation-delay: 2.175s;
  animation-delay: 2.175s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(88) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(89) {
  -webkit-animation-delay: 2.225s;
  animation-delay: 2.225s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(90) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(91) {
  -webkit-animation-delay: 2.275s;
  animation-delay: 2.275s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(92) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(93) {
  -webkit-animation-delay: 2.325s;
  animation-delay: 2.325s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(94) {
  -webkit-animation-delay: 2.35s;
  animation-delay: 2.35s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(95) {
  -webkit-animation-delay: 2.375s;
  animation-delay: 2.375s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(96) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(97) {
  -webkit-animation-delay: 2.425s;
  animation-delay: 2.425s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(98) {
  -webkit-animation-delay: 2.45s;
  animation-delay: 2.45s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(99) {
  -webkit-animation-delay: 2.475s;
  animation-delay: 2.475s;
}
.Button.Buttonstyle-10.Testbutton .Letter {
  display: inline-block;
  color: #4a4b4f;
}
.Button.Buttonstyle-11.Testbutton {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-11.Testbutton:hover {
  border-color: #000530;
  background-color: transparent;
  color: inherit;
}
.Button.Buttonstyle-11.Testbutton:hover:before {
  max-width: 100%;
  padding-right: 20px;
  opacity: 1;
}
.Button.Buttonstyle-11.Testbutton:before {
  content: attr(data-text);
  width: 100%;
  max-width: 0;
  height: 100%;
  padding: 0.40625rem 0 0.40625rem 20px;
  background-color: #000530;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: max-width 1s linear, padding-right 0.25s linear, opacity 0.25s linear;
  -moz-transition: max-width 1s linear, padding-right 0.25s linear, opacity 0.25s linear;
  -o-transition: max-width 1s linear, padding-right 0.25s linear, opacity 0.25s linear;
  transition: max-width 1s linear, padding-right 0.25s linear, opacity 0.25s linear;
}
.Animatable.Button.Buttonstyle-12.Testbutton {
  border: 0 none;
  position: relative;
  z-index: 1;
  -webkit-transition-property: none;
  transition-property: none;
}
.Animatable.Button.Buttonstyle-12.Testbutton:hover {
  background-color: transparent;
  color: inherit;
}
.Animatable.Button.Buttonstyle-12.Testbutton:hover svg rect {
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.Animatable.Button.Buttonstyle-12.Testbutton svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  z-index: -1;
}
.Animatable.Button.Buttonstyle-12.Testbutton svg rect {
  stroke: currentColor;
  stroke-width: 4px;
  stroke-dashoffset: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@keyframes button-pulse1 {
  0% {
    box-shadow: 0 0 0 0 #000530;
  }
  50% {
    box-shadow: 0 0 0 15px rgba(0, 5, 48, 0);
  }
}
@keyframes button-pulse2 {
  50% {
    outline-color: transparent;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  66% {
    outline-color: #4a4b4f;
    outline-offset: -2px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    outline-color: transparent;
    outline-offset: 10px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes anim-nanuk-1 {
  0%, 100% {
    color: #4a4b4f;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: #4a4b4f;
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    color: #4a4b4f;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    color: #FFFFFF;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    color: #FFFFFF;
  }
}
@keyframes anim-nanuk-1 {
  0%, 100% {
    color: #4a4b4f;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: #4a4b4f;
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    color: #4a4b4f;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    color: #FFFFFF;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    color: #FFFFFF;
  }
}
@-webkit-keyframes anim-nanuk-2 {
  0%, 100% {
    color: #4a4b4f;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: #4a4b4f;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    color: #4a4b4f;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    color: #FFFFFF;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    color: #FFFFFF;
  }
}
@keyframes anim-nanuk-2 {
  0%, 100% {
    color: #4a4b4f;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: #4a4b4f;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    color: #4a4b4f;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    color: #FFFFFF;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    color: #FFFFFF;
  }
}
html {
  background-color: #FFFFFF;
  color: #4a4b4f;
  font-family: Arial, Geneva, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
}
html.wf-active, html.NoJS {
  font-family: Open Sans, Arial, Geneva, sans-serif;
}
body {
  padding: 180px 0 0 0;
  line-height: 1.625rem;
  position: relative;
  overflow-x: hidden;
}
@media screen AND (max-width:800px) {
  body {
    padding-top: 90px;
  }
}
sup {
  vertical-align: 6px;
  font-size: 0.5em;
}
.Uppercase {
  text-transform: uppercase;
}
.far, .fal, .fas, .fab {
  font-size: 0;
  line-height: 0;
}
.far:before, .fal:before, .fas:before, .fab:before {
  font-size: 1rem;
  line-height: 1.625rem;
}
picture {
  font-size: 0;
  line-height: 0;
}
img[id^="Image--"] {
  display: block;
  max-width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: normal;
  position: relative;
  word-break: break-all;
}
img[id^="Image--"].loaded, img[id^="Image--"].Loaded {
  width: auto;
}
html.NoJS img[id^="Image--"] {
  width: auto;
}
html.NoJS img[id^="Image--"].Lazy {
  display: none;
}
img[id^="Image--"]:before {
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
img[id^="Image--"]:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
a {
  color: #000530;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
a:hover {
  border-bottom-color: currentColor;
}
a, a:before, a:after, a[rel^="lightbox"] img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[rel="ga-toggle"], a[rel="fp-toggle"] {
  cursor: pointer;
}
.NoJS a[rel="ga-toggle"], .NoJS a[rel="fp-toggle"] {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  background-color: rgba(74, 75, 79, 0.25);
  opacity: 0.5;
  cursor: default;
}
a img {
  color: inherit;
}
h1, .Textsize-LikeH1 {
  font-size: 3.5rem;
  line-height: 1.25;
}
@media screen and (max-width: 640px) {
  h1, .Textsize-LikeH1 {
    font-size: 1.75rem;
  }
}
h2, .Textsize-LikeH2 {
  font-size: 1.75rem;
  line-height: 1.1;
}
@media screen and (max-width: 640px) {
  h2, .Textsize-LikeH2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
h1:not(:last-child), h2:not(:last-child) {
  margin-bottom: 3.25rem;
}
h3, .Textsize-LikeH3 {
  font-size: 1.25rem;
}
@media screen and (max-width: 640px) {
  h3, .Textsize-LikeH3 {
    font-size: 1rem;
  }
}
h1, h2, h3, .Textcolor-Main {
  color: #000530;
}
.Textcolor-Contrast {
  color: #ff2a67;
}
.Textcolor-Text {
  color: #4a4b4f;
}
.Textcolor-Light {
  color: #f0f0f0;
}
.Textcolor-Bright {
  color: #FFFFFF;
}
h1, h2, h3, .Font-Alternative {
  font-family: Georgia, Times, serif;
}
.wf-active h1, .NoJS h1, .wf-active h2, .NoJS h2, .wf-active h3, .NoJS h3, .wf-active .Font-Alternative, .NoJS .Font-Alternative {
  font-family: Bitter, Georgia, Times, serif;
}
h1, h2, h3, .Textsize-Large, .Textsize-Huge {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: -webkit-transform 1s ease, opacity 0.3s ease;
  -moz-transition: -moz-transform 1s ease, opacity 0.3s ease;
  -o-transition: -o-transform 1s ease, opacity 0.3s ease;
  transition: transform 1s ease, opacity 0.3s ease;
}
h1.Visible, .NoJS h1, .Template-SliderItem h1, h2.Visible, .NoJS h2, .Template-SliderItem h2, h3.Visible, .NoJS h3, .Template-SliderItem h3, .Textsize-Large.Visible, .NoJS .Textsize-Large, .Template-SliderItem .Textsize-Large, .Textsize-Huge.Visible, .NoJS .Textsize-Huge, .Template-SliderItem .Textsize-Huge {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.Textsize-Small {
  font-size: 0.6667rem;
}
.Textsize-Large {
  font-size: 1.875rem;
  line-height: 1.25;
}
@media screen and (max-width: 640px) {
  .Textsize-Large {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
.Textsize-Huge {
  font-size: 3.125rem;
  line-height: 1.1;
}
@media screen and (max-width: 640px) {
  .Textsize-Huge {
    font-size: 2.25rem;
  }
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border-bottom-width: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #000530;
}
::-moz-selection {
  background-color: #000530;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
::selection {
  background-color: #000530;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
a[target="_blank"]:not(.NoIcon) {
  margin-right: 10px;
  position: relative;
}
a[target="_blank"]:not(.NoIcon)[href$=".pdf"]:after {
  content: "";
}
a[target="_blank"]:not(.NoIcon)[href*="vimeo.com"]:after, a[target="_blank"]:not(.NoIcon)[href*="youtu.be"]:after, a[target="_blank"]:not(.NoIcon)[href*="youtube.com"]:after, a[target="_blank"]:not(.NoIcon)[href*="youtube-nocookie.com"]:after {
  content: "";
}
.JS a[target="_blank"]:not(.NoIcon)[href$="jpg"][rel~="lightbox"]:after, .JS a[target="_blank"]:not(.NoIcon)[href$="jpeg"][rel~="lightbox"]:after, .JS a[target="_blank"]:not(.NoIcon)[href$="png"][rel~="lightbox"]:after, .JS a[target="_blank"]:not(.NoIcon)[href$="svg"][rel~="lightbox"]:after, .JS a[target="_blank"]:not(.NoIcon)[href$="gif"][rel~="lightbox"]:after {
  content: "";
}
a[target="_blank"]:not(.NoIcon)[href$="jpg"]:after, a[target="_blank"]:not(.NoIcon)[href$="jpeg"]:after, a[target="_blank"]:not(.NoIcon)[href$="png"]:after, a[target="_blank"]:not(.NoIcon)[href$="svg"]:after, a[target="_blank"]:not(.NoIcon)[href$="gif"]:after {
  content: "";
}
a[target="_blank"]:not(.NoIcon)[href*="facebook."]:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
}
a[target="_blank"]:not(.NoIcon)[href*="instagram."]:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
}
a[target="_blank"]:not(.NoIcon)[href*="plus.google."]:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
}
a[target="_blank"]:not(.NoIcon)[href*="twitter."]:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
}
a[target="_blank"]:not(.NoIcon)[href*="xing."]:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
}
a[target="_blank"]:not(.NoIcon)[href*="linkedin."]:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
}
a[target="_blank"]:not(.NoIcon)[href*="facebook."], a[target="_blank"]:not(.NoIcon)[href*="instagram."], a[target="_blank"]:not(.NoIcon)[href*="plus.google."], a[target="_blank"]:not(.NoIcon)[href*="twitter."], a[target="_blank"]:not(.NoIcon)[href*="xing."], a[target="_blank"]:not(.NoIcon)[href*="linkedin."] {
  margin-left: 40px;
}
a[target="_blank"]:not(.NoIcon)[href*="facebook."]:before, a[target="_blank"]:not(.NoIcon)[href*="instagram."]:before, a[target="_blank"]:not(.NoIcon)[href*="plus.google."]:before, a[target="_blank"]:not(.NoIcon)[href*="twitter."]:before, a[target="_blank"]:not(.NoIcon)[href*="xing."]:before, a[target="_blank"]:not(.NoIcon)[href*="linkedin."]:before {
  position: absolute;
  top: 0;
  left: -30px;
}
a[target="_blank"]:not(.NoIcon):after {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
  margin-left: 5px;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 400;
}
hr {
  width: 80px;
  height: 3px;
  margin: 0 auto;
  border-width: 0;
  background-color: currentColor;
  color: inherit;
  position: relative;
}
hr.Decorator {
  width: 100%;
  height: auto;
  background-color: transparent;
  text-align: center;
}
hr.Decorator:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
  font-weight: 700;
}
blockquote {
  display: block;
  margin-bottom: 3.25rem;
  color: #000530;
  font-family: Georgia, Times, serif;
}
.wf-active blockquote, .NoJS blockquote {
  font-family: Bitter, Georgia, Times, serif;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote > :first-of-type:before {
  content: "„";
}
blockquote > :last-of-type:after {
  content: "“";
}
.Pagination {
  font-size: 0;
  text-align: center;
}
.Pagination > li {
  display: inline-block;
  height: 61px;
  margin: 0;
  background-color: #EAEAEA;
  font-size: 16px;
  line-height: 61px;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .Pagination > li {
    background-color: transparent;
  }
}
.Pagination > li.Prev, .Pagination > li.Next {
  font-size: 0;
}
.Pagination > li.Prev .far:before, .Pagination > li.Next .far:before {
  font-size: 24px;
  line-height: 64px;
}
.Pagination > li.Prev a, .Pagination > li.Next a {
  padding: 0 24px;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Prev a, .Pagination > li.Next a {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.Pagination > li.Prev + .Digit {
  margin-left: 2px;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Prev + .Digit {
    padding-left: 0;
  }
}
.Pagination > li.Digit.Active, .Pagination > li.Digit a {
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Digit.Active, .Pagination > li.Digit a {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}
.Pagination > li.Digit.Active {
  color: #000530;
  font-weight: 700;
}
.Pagination > li.Digit.Active:first-of-type {
  padding-left: 48px;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Digit.Active:first-of-type {
    padding-left: 0;
  }
}
.Pagination > li.Digit.Active:last-of-type {
  padding-right: 48px;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Digit.Active:last-of-type {
    padding-right: 0;
  }
}
.Pagination > li.Digit:last-of-type {
  padding-right: 40px;
}
.Pagination > li.Next {
  margin-left: 42px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Next {
    margin-left: 2px;
  }
}
.Pagination > li.Next:before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background-color: #EAEAEA;
  position: absolute;
  top: 0;
  left: -42px;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Next:before {
    display: none;
  }
}
.Pagination > li:before {
  display: none;
}
.Pagination a {
  display: inline-block;
  height: 100%;
  border-bottom-width: 0;
  color: inherit;
}
.Env-Development-Kunden h1, .Env-Development-Kunden h2, .Env-Development-Kunden h3, .Env-Development-Kunden h4, .Env-Development-Kunden h5, .Env-Development-Kunden h6 {
  position: relative;
}
.Env-Development-Kunden h1:before, .Env-Development-Kunden h2:before, .Env-Development-Kunden h3:before, .Env-Development-Kunden h4:before, .Env-Development-Kunden h5:before, .Env-Development-Kunden h6:before {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid currentColor;
  background-color: #333333;
  color: #FFFFFF;
  font-family: Impact, Arial Black, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  position: absolute;
  opacity: 0.5;
  -webkit-transform: translate(-30px, -10px);
  -ms-transform: translate(-30px, -10px);
  transform: translate(-30px, -10px);
}
.Env-Development-Kunden h1:before {
  content: "h1";
}
.Env-Development-Kunden h2:before {
  content: "h2";
}
.Env-Development-Kunden h3:before {
  content: "h3";
}
.Env-Development-Kunden h4:before {
  content: "h4";
}
.Env-Development-Kunden h5:before {
  content: "h5";
}
.Env-Development-Kunden h6:before {
  content: "h6";
}
#NewsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  border-bottom: 5px solid #FFFFFF;
  background-color: #EA4C4C;
  color: #FFFFFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#NewsArea > .Inner {
  width: 100%;
  max-width: 1520px;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen AND (max-width:1440px) {
  #NewsArea .Textsize-LikeH3 {
    font-size: inherit;
  }
}
#NewsArea .Close {
  line-height: 24px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
#NewsArea .Close:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  text-rendering: auto;
  line-height: 1;
}
@media screen AND (max-width:1440px) {
  #NewsArea .Close:before {
    font-size: 20px;
  }
}
#HeaderArea {
  width: 100%;
  height: 180px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.25);
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen AND (max-width:800px) {
  #HeaderArea {
    height: 90px;
    position: fixed;
  }
}
#HeaderArea.Headroom {
  position: fixed;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}
#HeaderArea.Headroom.Scrolled {
  /*&.Unpinned {
					-webkit-transform:translateY(-180px);
					-ms-transform:translateY(-180px);
					transform:translateY(-180px);
				}*/
}
@media screen AND (min-width:801px) {
  #HeaderArea.Headroom.Scrolled {
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}
#HeaderArea > .ContentRow {
  width: 100%;
  max-width: 1480px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#LogoArea {
  display: block;
  width: 300px;
  margin: 0 auto;
  border-bottom-width: 0;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  fill: #4a4b4f;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen AND (max-width:800px) {
  #LogoArea {
    width: 200px;
    top: 15px;
  }
}
@media screen and (max-width: 680px) {
  #LogoArea {
    right: auto;
  }
}
@media screen and (max-width: 360px) {
  #LogoArea {
    width: 180px;
    top: 19px;
  }
}
@media screen AND (min-width:801px) {
  #HeaderArea.Scrolled #LogoArea {
    width: 200px;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
}
#LogoArea img, #LogoArea svg, #LogoArea video {
  max-width: 100%;
  margin: auto;
}
#Phone {
  font-size: 1.25rem;
  position: absolute;
  top: 80px;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen AND (min-width:801px) {
  #HeaderArea.Scrolled #Phone {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@media screen AND (max-width:800px) {
  #Phone {
    top: 30px;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 680px) {
  #Phone {
    display: none;
  }
}
#Phone a {
  color: inherit;
  border-bottom-width: 0;
}
#Phone a:hover {
  color: #000530;
}
#Phone .fas {
  margin-right: 10px;
  color: #ff2a67;
}
#Phone .fas:before {
  font-size: 1.25rem;
}
/*#ContactArea {
		width:100%;
		max-width:1480px;
		height:0;
		margin:0 auto;
		padding:0 20px;
		position:absolute;
		top:80px;
		right:0;
		left:0;

		@media screen AND (max-height:700px) {
			top:20px;
		}

		@media screen AND (max-width:780px),
		screen AND (max-height:560px) {
			font-size:14px;
			line-height:20px;
		}

		@media screen AND (max-width:680px) {
			//display:none;
		}

		@media screen AND (max-width:800px) {
			height:auto;
			top:auto;
			bottom:0;
		}

		> .ContentRow {
			width:column_width(2, 5, $gi_column_margin);
			padding:$gs_line_height_main 50px;
			border:1px solid #FFFFFF;
			float:right;

			@media screen AND (max-width:780px),
			screen AND (max-height:560px) {
				padding:($gs_line_height_main / 2) 25px;
			}

			@media screen AND (min-width:821px) AND (max-width:1220px) {
				//width:column_width(1, 2, $gi_column_margin);
			}

			@media screen AND (max-width:800px) {
				width:100%;
				padding:0;
				border-width:0;
				float:none;
			}
		}

		h3 {
			font-size:1rem;
			line-height:inherit;

			@media screen AND (max-width:780px),
			screen AND (max-height:560px) {
				font-size:inherit;
			}

			@media screen AND (max-width:800px) {
				display:none;
			}
		}

		p {
			&:first-of-type {
				@media screen AND (max-width:800px) {
					display:none;
				}
			}
		}

		a {
			color:inherit;
		}

		.Widget-contact-menu {
			position:relative;
			z-index:10;
		}
	}*/
#MenuTrigger {
  position: absolute;
  visibility: hidden;
}
#MenuTrigger:checked + #HeaderArea #MenuTrigger-Close {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#MenuTrigger:checked ~ #MenuArea {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#MenuTrigger-Open {
  height: 50px;
  color: #4a4b4f;
  font-weight: 700;
  line-height: 50px;
  position: absolute;
  top: 65px;
  left: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease, visibility 0s ease, transition 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0s ease, transition 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0s ease, transition 0.5s ease;
  transition: opacity 0.5s ease, visibility 0s ease, transition 0.5s ease;
}
@media screen AND (max-width:800px) {
  #MenuTrigger-Open {
    top: 20px;
    right: 0;
    left: auto;
  }
}
@media screen AND (min-width:801px) {
  #HeaderArea.Scrolled #MenuTrigger-Open {
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
  }
}
#MenuTrigger-Open:hover {
  color: #000530;
}
#MenuTrigger-Open i {
  margin-right: 10px;
  font-size: 50px;
  font-style: normal;
  vertical-align: -10px;
}
@media screen and (max-width: 360px) {
  #MenuTrigger-Open i {
    margin-right: 5px;
    font-size: 30px;
    vertical-align: -4px;
  }
}
#MenuTrigger-Close {
  height: 50px;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 50px;
  position: absolute;
  top: 225px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease, visibility 0s ease 0.5s;
  -moz-transition: opacity 0.5s ease, visibility 0s ease 0.5s;
  -o-transition: opacity 0.5s ease, visibility 0s ease 0.5s;
  transition: opacity 0.5s ease, visibility 0s ease 0.5s;
}
@media screen AND (max-height:700px),\a \9 \9 screen AND (max-width:800px) {
  #MenuTrigger-Close {
    top: 200px;
    right: 0;
    left: auto;
  }
}
@media screen AND (max-width:800px) {
  #MenuTrigger-Close {
    top: 100px;
  }
}
#MenuTrigger-Close i {
  margin-right: 10px;
  font-size: 24px;
  font-style: normal;
}
#MenuArea {
  width: 100%;
  background-color: #000530;
  color: #FFFFFF;
  position: fixed;
  top: 180px;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: top 0.3s ease, opacity 0.5s ease, visibility 0s ease 0.5s;
  -moz-transition: top 0.3s ease, opacity 0.5s ease, visibility 0s ease 0.5s;
  -o-transition: top 0.3s ease, opacity 0.5s ease, visibility 0s ease 0.5s;
  transition: top 0.3s ease, opacity 0.5s ease, visibility 0s ease 0.5s;
  /*@media screen AND (max-width:800px) {
			width:260px;
			height:100%;
			position:fixed;
			top:0;
			right:-260px;
			bottom:auto;
			left:auto;
		}*/
}
@media screen AND (max-width:800px) {
  #MenuArea {
    top: 90px;
  }
}
@media screen AND (min-width:801px) {
  #HeaderArea.Scrolled + #MenuArea {
    top: 90px;
  }
}
#MenuArea .SubmenuCheckbox {
  visibility: hidden;
  position: absolute;
}
#MenuArea .SubmenuTrigger {
  display: none;
}
#MenuArea ul.Level1 {
  width: 100%;
  height: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  border-top: 160px solid transparent;
  border-bottom: 20px solid transparent;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
}
@media screen AND (min-width:801px) AND (max-height:700px) {
  #MenuArea ul.Level1 {
    border-top-width: 20px;
  }
}
@media screen AND (max-width:800px) {
  #MenuArea ul.Level1 {
    border-top-width: 60px;
  }
}
#MenuArea ul.Level1.Hover li.Level1 a.Level1, #MenuArea ul.Level1.Hover li.Level1 span.Level1 {
  opacity: 0.5;
}
#MenuArea ul.Level1.Hover a.Level1.Level1:hover {
  opacity: 1;
  text-decoration: underline;
}
#MenuArea li.Level1 {
  width: 220px;
  margin-left: 0;
  padding: 0.8125rem 0;
  font-size: 1rem;
  line-height: 1;
  list-style-type: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen AND (max-width:800px) {
  #MenuArea li.Level1 {
    width: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }
}
@media screen AND (min-width:801px) {
  #MenuArea li.Level1.WithSubmenu:hover ul.Level2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
#MenuArea li.Level1.WithSubmenu:hover a.Level1, #MenuArea li.Level1.WithSubmenu:hover span.Level1 {
  opacity: 1;
}
@media screen AND (min-width:801px) {
  #MenuArea li.Level1.WithSubmenu:hover a.Level1:after, #MenuArea li.Level1.WithSubmenu:hover span.Level1:after {
    display: block;
  }
}
@media screen AND (min-width:801px) {
  #MenuArea li.Level1.WithSubmenu:nth-of-type(n+2):hover a.Level1:before, #MenuArea li.Level1.WithSubmenu:nth-of-type(n+2):hover span.Level1:before {
    display: block;
  }
}
@media screen AND (min-width:801px) {
  #MenuArea li.Level1.WithSubmenu:nth-of-type(n+4):hover a.Level1:before, #MenuArea li.Level1.WithSubmenu:nth-of-type(n+4):hover span.Level1:before {
    display: block;
  }
}
@media screen AND (min-width:801px) {
  #MenuArea li.Level1.WithSubmenu:nth-of-type(n+4):hover a.Level1:after, #MenuArea li.Level1.WithSubmenu:nth-of-type(n+4):hover span.Level1:after {
    display: none;
  }
}
#MenuArea li.Level1.WithSubmenu a.Level1:before, #MenuArea li.Level1.WithSubmenu a.Level1:after, #MenuArea li.Level1.WithSubmenu span.Level1:before, #MenuArea li.Level1.WithSubmenu span.Level1:after {
  content: "";
  display: none;
  width: 150px;
  height: 300px;
  background-color: transparent;
  position: absolute;
  left: 75px;
  z-index: 10;
}
#MenuArea li.Level1.WithSubmenu a.Level1:before, #MenuArea li.Level1.WithSubmenu span.Level1:before {
  bottom: 100%;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
#MenuArea li.Level1.WithSubmenu a.Level1:after, #MenuArea li.Level1.WithSubmenu span.Level1:after {
  top: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
#MenuArea a.Level1, #MenuArea span.Level1 {
  padding-right: 20px;
  display: inline-block;
  color: inherit;
  font-weight: 700;
  position: relative;
}
@media screen AND (max-width:800px) {
  #MenuArea a.Level1, #MenuArea span.Level1 {
    padding-right: 0;
  }
}
#MenuArea a.Level1.Active, #MenuArea span.Level1.Active {
  text-decoration: underline;
}
#MenuArea span.Level1 {
  cursor: default;
}
@media screen AND (max-width:800px) {
  #MenuArea .SubmenuCheckbox.Level1:checked + .SubmenuTrigger:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@media screen AND (max-width:800px) {
  #MenuArea .SubmenuCheckbox.Level1:checked ~ ul.Level2 {
    display: block;
  }
}
#MenuArea .SubmenuTrigger.Level1 {
  display: none;
}
@media screen AND (max-width:800px) {
  #MenuArea .SubmenuTrigger.Level1 {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 5px;
    right: 0;
  }
}
@media screen AND (max-width:800px) {
  #MenuArea .SubmenuTrigger.Level1:after {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 10px;
    content: "";
    display: inline-block;
    font-display: swap;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: inherit;
    font-style: normal;
    font-variant: normal;
    font-weight: inherit;
    text-rendering: auto;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    line-height: 34px;
  }
}
#MenuArea ul.Level2 {
  width: 360px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0.8125rem;
  left: 240px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
}
@media screen AND (max-width:800px) {
  #MenuArea ul.Level2 {
    display: none;
    width: auto;
    margin-top: 0.8125rem;
    background-color: #FFFFFF;
    color: #4a4b4f;
    padding: 10px;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
  }
}
#MenuArea li.Level2 {
  margin-left: 0;
  padding: 0 0 1.35em 0;
  font-size: 1rem;
  line-height: 1;
  list-style-type: none;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen AND (max-width:800px) {
  #MenuArea li.Level2 {
    padding: 5px 0;
  }
}
#MenuArea li.Level2.Active a.Level2 {
  color: #FFFFFF;
  text-decoration: underline;
}
#MenuArea a.Level2, #MenuArea span.Level2 {
  display: inline-block;
  color: inherit;
  font-weight: 700;
}
#MenuArea a.Level2.Active, #MenuArea span.Level2.Active {
  font-weight: 700;
}
#MenuArea a {
  border-bottom-width: 0;
}
#MenuArea a:hover {
  text-decoration: underline;
}
@supports (display:flex) OR (display:-ms-flexbox) OR (display:-webkit-box) {
  .ContentRow.Flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media screen AND (max-width:860px) {
    .ContentRow.Flex {
      display: block;
    }
  }
  .ContentRow.Flex:before, .ContentRow.Flex:after {
    display: none;
  }
  .ContentRow.Flex > .Column-RTL {
    order: 5;
  }
  @media screen AND (max-width:860px) {
    .ContentRow.Flex > .Column-RTL {
      order: 0;
    }
  }
}
_::selection, .ContentRow.Flex {
  display: -ms-flexbox�;
  display: flex�;
}
@media screen AND (max-width:860px) {
  _::selection, .ContentRow.Flex {
    display: block�;
  }
}
_::selection:before, .ContentRow.Flex:before, _::selection:after, .ContentRow.Flex:after {
  display: none�;
}
.ContentRow.Flex > .ContentElement.Flexalign-Center {
  -ms-flex-item-align: center;
  align-self: center;
}
.ContentRow.Flex > .ContentElement.Flexalign-Bottom, .ContentRow.Flex > .ContentElement.Flexalign-FlexEnd {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.ContentRow > .ContentElement {
  position: relative;
  float: left;
}
.ContentRow > .ContentElement.Centered:last-of-type:first-of-type {
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.ContentRow > .ContentElement.IsEmpty {
  min-height: 1px;
}
@media screen AND (max-width:860px) {
  .ContentRow > .ContentElement.IsEmpty {
    display: none;
  }
}
.ContentRow > .Column-RTL {
  float: right;
}
@media screen AND (max-width:860px) {
  .ContentRow > .Column-RTL {
    float: none;
  }
}
.ContentRow > .ContentElement, .ContentRow > .ContentElement.Column-RTL:first-child, .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
  margin-left: 3%;
}
.ContentRow > .ContentElement.Column-100, .ContentRow > .ContentElement.Column-RTL:first-child.Column-100, .ContentRow > .Column-RTL + .ContentElement.Column-RTL.Column-100 {
  margin-left: 0;
}
@media screen AND (max-width:860px) {
  .ContentRow > .ContentElement, .ContentRow > .ContentElement.Column-RTL:first-child, .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
    margin-left: 0;
  }
}
.ContentRow > .ContentElement:first-child, .ContentRow > .Column-RTL + .ContentElement, .ContentRow > .Column-RTL + .ContentElement.Column-RTL:last-child {
  margin-left: 0;
}
.ContentRow > .Column-20 {
  width: 17.6%;
}
.ContentRow > .Column-25 {
  width: 22.75%;
}
.ContentRow > .Column-33 {
  width: 31.33%;
}
.ContentRow > .Column-40 {
  width: 38.2%;
}
.ContentRow > .Column-50 {
  width: 48.5%;
}
.ContentRow > .Column-60 {
  width: 58.8%;
}
.ContentRow > .Column-67 {
  width: 65.66%;
}
.ContentRow > .Column-75 {
  width: 74.25%;
}
.ContentRow > .Column-80 {
  width: 79.4%;
}
.ContentRow > .Column-100 {
  width: 100%;
  float: none;
}
@media screen AND (max-width:860px) {
  .ContentRow > .ContentElement {
    width: 100%;
    float: none;
  }
}
#SliderArea {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#SliderArea:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 41%;
}
@media screen and (max-width: 600px) {
  #SliderArea:before {
    height: 246px;
    padding-top: 0;
  }
}
#SliderArea.slick-initialized .Template-SliderItem {
  display: block;
}
#SliderArea .slick-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#SliderArea .slick-track {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#SliderArea .slick-arrow {
  color: #FFFFFF;
}
#SliderArea > .ContentRow, #SliderArea > .ContentElement {
  display: none;
}
#SliderArea > .Template-SliderItem:first-of-type {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#ContentArea {
  width: 100%;
  margin: 0 auto;
}
#ContentArea > .ContentRow {
  border: 10px dashed red;
}
#ContentArea .ContentRow:not(:first-child) {
  margin-top: 3.25rem;
}
@media screen AND (max-width:860px) {
  #ContentArea .ContentElement:not(.Template-Section):not(:first-child) {
    margin-top: 1.625rem;
  }
}
#ContentArea .ContentElement.SmallRowMargin .ContentRow:not(:first-child) {
  margin-top: 1.625rem;
}
.ContentElement.Backgroundcolor {
  padding: 3.25rem 40px;
}
.ContentElement.Backgroundcolor-Text, .ContentElement.Backgroundcolor-Main, .ContentElement.Backgroundcolor-Contrast {
  color: #FFFFFF;
}
.ContentElement.Backgroundcolor-Text a:not(.Button):not(.Badge), .ContentElement.Backgroundcolor-Main a:not(.Button):not(.Badge), .ContentElement.Backgroundcolor-Contrast a:not(.Button):not(.Badge) {
  color: inherit;
}
.ContentElement.Backgroundcolor-Text {
  background-color: #4a4b4f;
}
.ContentElement.Backgroundcolor-Light {
  background-color: #f0f0f0;
}
.ContentElement.Backgroundcolor-Main {
  background-color: #000530;
}
.ContentElement.Backgroundcolor-Main h1, .ContentElement.Backgroundcolor-Main h2, .ContentElement.Backgroundcolor-Main h3, .ContentElement.Backgroundcolor-Main .Textcolor, .ContentElement.Backgroundcolor-Main blockquote {
  color: inherit;
}
.ContentElement.Backgroundcolor-Main .Button:hover {
  background-color: #4a4b4f;
}
.ContentElement.Backgroundcolor-Main ::-moz-selection {
  background-color: #ff2a67;
  color: #4a4b4f;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ContentElement.Backgroundcolor-Main ::selection {
  background-color: #ff2a67;
  color: #4a4b4f;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ContentElement.Backgroundcolor-Contrast {
  background-color: #ff2a67;
}
.ContentElement.Backgroundcolor-Contrast h1, .ContentElement.Backgroundcolor-Contrast h2, .ContentElement.Backgroundcolor-Contrast h3, .ContentElement.Backgroundcolor-Contrast .Textcolor, .ContentElement.Backgroundcolor-Contrast blockquote {
  color: inherit;
}
.ContentElement.Backgroundcolor-Contrast .Button:hover {
  background-color: #4a4b4f;
}
.ContentElement.Backgroundcolor-Contrast ::-moz-selection {
  background-color: #000530;
  color: #4a4b4f;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ContentElement.Backgroundcolor-Contrast ::selection {
  background-color: #000530;
  color: #4a4b4f;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
form {
  position: relative;
}
form > input:first-of-type {
  border: 0 none;
  background-color: transparent;
  color: transparent;
  position: absolute;
  opacity: 0.01;
  pointer-events: none;
}
form .ErrorMessage {
  display: none;
  padding: 20px;
  border: 1px solid #CC0000;
  color: #CC0000;
  font-size: 1rem;
  font-weight: 700;
}
form .ErrorMessage.Visible {
  display: block;
}
form .far.fa-info-circle, form .fal.fa-info-circle, form .fas.fa-info-circle, form .fab.fa-info-circle {
  margin-left: 5px;
  position: relative;
}
form .far.fa-info-circle .Tooltip, form .fal.fa-info-circle .Tooltip, form .fas.fa-info-circle .Tooltip, form .fab.fa-info-circle .Tooltip {
  width: 200px;
  padding: 5px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #000530;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 18px;
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: 99;
}
.FormRow {
  width: 100%;
}
.FormRow:not(:first-of-type) > .FormElement {
  margin-top: 0.8125rem;
}
.FormRow.Type-Fieldset {
  margin-top: 13px;
  padding: 33px 20px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.FormRow.Type-Fieldset:not(:first-of-type) {
  margin-top: 3.25rem;
}
.FormRow.Type-Fieldset > legend {
  display: inline-block;
  padding: 0 5px;
  background-color: #FFFFFF;
  color: #AAAAAA;
  font-size: 20px;
  position: absolute;
  top: -12px;
  left: 15px;
}
.FormElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  margin-left: 3%;
  position: relative;
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen AND (max-width:860px) {
  .FormElement {
    display: block;
    margin-left: 0;
  }
}
@media screen AND (max-width:860px) {
  .FormElement:not(:first-child) {
    margin-top: 12px;
  }
}
.FormElement.Hidden {
  display: none;
}
.FormElement.Column-RTL {
  float: right;
}
@media screen AND (max-width:860px) {
  .FormElement.Column-RTL {
    float: none;
  }
}
.FormElement.Column-20 {
  width: 17.6%;
}
.FormElement.Column-25 {
  width: 22.75%;
}
.FormElement.Column-33 {
  width: 31.33%;
}
.FormElement.Column-40 {
  width: 38.2%;
}
.FormElement.Column-50 {
  width: 48.5%;
}
.FormElement.Column-60 {
  width: 58.8%;
}
.FormElement.Column-67 {
  width: 65.66%;
}
.FormElement.Column-75 {
  width: 74.25%;
}
.FormElement.Column-80 {
  width: 79.4%;
}
.FormElement.Column-100 {
  width: 100%;
  float: none;
}
@media screen AND (max-width:860px) {
  .FormElement.FormElement {
    width: 100%;
    float: none;
  }
}
.FormElement:first-child {
  margin-left: 0;
}
@media screen AND (max-width:860px) {
  .FormElement:first-child {
    margin-top: 0;
  }
}
.FormElement.Error > .Label {
  color: #CC0000;
}
.FormElement.Error > .Input input[type="text"], .FormElement.Error > .Input input[type="email"], .FormElement.Error > .Input input[type="password"], .FormElement.Error > .Input select, .FormElement.Error > .Input textarea {
  outline: 1px solid #CC0000;
}
.FormElement.Type-Checkbox:not(:first-child), .FormElement.Type-Radio:not(:first-child) {
  margin-top: 1.625rem;
}
.FormElement.Type-Checkbox.Single > .Label, .FormElement.Type-Radio.Single > .Label {
  display: none;
  font-size: 0;
  color: transparent;
}
.FormElement.Type-Checkbox.Single > .Input, .FormElement.Type-Radio.Single > .Input {
  width: 100%;
}
.FormElement.Type-Checkbox > .Input > .Radio, .FormElement.Type-Radio > .Input > .Radio {
  display: inline-block;
  margin: 0 0 0 40px;
  padding-top: 8px;
  overflow: hidden;
}
.FormElement.Type-Checkbox > .Input > .Radio:first-of-type, .FormElement.Type-Radio > .Input > .Radio:first-of-type {
  margin-left: 0;
}
.FormElement.Type-Checkbox > .Input span.Label, .FormElement.Type-Radio > .Input span.Label {
  padding-left: 8px;
}
.FormElement.Type-Textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.FormElement.Type-Textarea > .Label {
  padding-top: 3px;
  vertical-align: top;
}
.FormElement.Type-Submit {
  margin-top: 1.625rem;
  /*> .Input {
				width:100%;
			}*/
}
.FormElement > .Label {
  display: block;
  font-size: 1rem;
  vertical-align: top;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.FormElement > .Input {
  display: block;
  width: 100%;
  font-size: 1rem;
  vertical-align: top;
}
.FormElement > .Input input[type="text"], .FormElement > .Input input[type="email"], .FormElement > .Input input[type="password"], .FormElement > .Input select, .FormElement > .Input textarea {
  /*@media screen AND (max-width:580px) {
				width:100%;
			}*/
  width: 100%;
  height: 36px;
  padding: 5px;
  outline: none;
  border: 0 none;
  box-shadow: none;
  border-radius: 0;
  background-color: #EEEEEE;
  color: #4a4b4f;
  font-size: 1rem;
  line-height: 26px;
}
.ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="text"], .ContentElement.Backgroundcolor-Light .FormElement > .Input input[type="text"], .ContentElement.Backgroundcolor-Contrast .FormElement > .Input input[type="text"], .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="text"], .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="email"], .ContentElement.Backgroundcolor-Light .FormElement > .Input input[type="email"], .ContentElement.Backgroundcolor-Contrast .FormElement > .Input input[type="email"], .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="email"], .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="password"], .ContentElement.Backgroundcolor-Light .FormElement > .Input input[type="password"], .ContentElement.Backgroundcolor-Contrast .FormElement > .Input input[type="password"], .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="password"], .ContentElement.Backgroundcolor-Text .FormElement > .Input select, .ContentElement.Backgroundcolor-Light .FormElement > .Input select, .ContentElement.Backgroundcolor-Contrast .FormElement > .Input select, .ContentElement.Backgroundcolor-Main .FormElement > .Input select, .ContentElement.Backgroundcolor-Text .FormElement > .Input textarea, .ContentElement.Backgroundcolor-Light .FormElement > .Input textarea, .ContentElement.Backgroundcolor-Contrast .FormElement > .Input textarea, .ContentElement.Backgroundcolor-Main .FormElement > .Input textarea {
  background-color: #FFFFFF;
}
.FormElement > .Input input[type="text"]:focus, .FormElement > .Input input[type="email"]:focus, .FormElement > .Input input[type="password"]:focus, .FormElement > .Input select:focus, .FormElement > .Input textarea:focus {
  border-color: #000530;
}
.FormElement > .Input input[type="text"]::-webkit-input-placeholder, .FormElement > .Input input[type="email"]::-webkit-input-placeholder, .FormElement > .Input input[type="password"]::-webkit-input-placeholder, .FormElement > .Input select::-webkit-input-placeholder, .FormElement > .Input textarea::-webkit-input-placeholder {
  font-weight: 300;
  font-style: italic;
}
.FormElement > .Input input[type="text"]:-moz-placeholder, .FormElement > .Input input[type="email"]:-moz-placeholder, .FormElement > .Input input[type="password"]:-moz-placeholder, .FormElement > .Input select:-moz-placeholder, .FormElement > .Input textarea:-moz-placeholder {
  font-weight: 300;
  font-style: italic;
}
.FormElement > .Input input[type="text"]::-moz-placeholder, .FormElement > .Input input[type="email"]::-moz-placeholder, .FormElement > .Input input[type="password"]::-moz-placeholder, .FormElement > .Input select::-moz-placeholder, .FormElement > .Input textarea::-moz-placeholder {
  font-weight: 300;
  font-style: italic;
}
.FormElement > .Input input[type="text"]:-ms-input-placeholder, .FormElement > .Input input[type="email"]:-ms-input-placeholder, .FormElement > .Input input[type="password"]:-ms-input-placeholder, .FormElement > .Input select:-ms-input-placeholder, .FormElement > .Input textarea:-ms-input-placeholder {
  font-weight: 300;
  font-style: italic;
}
.FormElement > .Input select {
  padding-right: 10px;
  padding-left: 10px;
}
.FormElement > .Input textarea {
  height: 208px;
  padding-top: 8px;
  background-color: #f6f6f6;
  line-height: 16px;
  resize: vertical;
}
.FormElement > .flatpickr-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
}
.FormElement > .Text {
  font-size: 1rem;
}
.MessageArea {
  margin: 0 0 24px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #000530;
  border-bottom: 2px solid #000530;
}
@media screen AND (max-width:860px) {
  #FooterArea {
    text-align: center;
  }
}
#FooterArea > .ContentRow {
  padding: 1.625rem 0;
}
#FooterArea > .ContentRow:first-of-type {
  padding-top: 4.875rem;
  padding-bottom: 4.875rem;
  background-color: #000530;
  color: #FFFFFF;
}
#FooterArea > .ContentRow:first-of-type ::-moz-selection {
  background-color: #ff2a67;
  color: #4a4b4f;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#FooterArea > .ContentRow:first-of-type ::selection {
  background-color: #ff2a67;
  color: #4a4b4f;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#FooterArea > .ContentRow:first-of-type .Logo {
  margin-bottom: 4.875rem;
  color: #FFFFFF;
  fill: currentColor;
}
@media screen and (max-width: 400px) {
  #FooterArea > .ContentRow:first-of-type .Logo {
    display: none;
  }
}
#FooterArea > .ContentRow:first-of-type a {
  color: inherit;
}
#FooterArea > .ContentRow > .ContentElement > .ContentRow {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen AND (max-width:860px) {
  #FooterArea .Widget-address-footer:not(:first-of-type) {
    margin-top: 3.25rem;
  }
}
@media screen AND (max-width:860px) {
  #FooterArea .Widget-map-footer {
    margin-top: 3.25rem;
  }
}
#FooterArea .Widget-map-footer iframe {
  display: block;
}
#FooterArea #FooterMenu ul {
  font-size: 0;
  line-height: 0;
}
#FooterArea #FooterMenu li {
  display: inline-block;
  margin-left: 40px;
  font-size: 1rem;
  line-height: 1.625rem;
  list-style-type: none;
}
@media screen and (max-width: 600px) {
  #FooterArea #FooterMenu li {
    display: block;
    margin-top: 0.8125rem;
    margin-left: 0;
  }
}
#FooterArea #FooterMenu li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  #FooterArea #FooterMenu li:first-of-type {
    margin-top: 0;
  }
}
#FooterArea #FooterMenu a.Level1, #FooterArea #FooterMenu span.Level1 {
  color: inherit;
}
#FooterArea #FooterMenu a.Level1.Facebook, #FooterArea #FooterMenu a.Level1.Instagram, #FooterArea #FooterMenu span.Level1.Facebook, #FooterArea #FooterMenu span.Level1.Instagram {
  margin-right: 0;
  margin-left: 0;
  border-bottom-width: 0;
  font-size: 0;
  line-height: 0;
}
#FooterArea #FooterMenu a.Level1.Facebook::before, #FooterArea #FooterMenu a.Level1.Instagram::before, #FooterArea #FooterMenu span.Level1.Facebook::before, #FooterArea #FooterMenu span.Level1.Instagram::before {
  font-size: 24px;
  line-height: 1.625rem;
  position: relative;
  left: auto;
}
#FooterArea #FooterMenu a.Level1.Facebook::after, #FooterArea #FooterMenu a.Level1.Instagram::after, #FooterArea #FooterMenu span.Level1.Facebook::after, #FooterArea #FooterMenu span.Level1.Instagram::after {
  display: none;
}
#FooterArea #FooterMenu ul.Level2 {
  display: none;
}
#FooterArea #icue {
  display: flex;
  font-size: 12px;
  line-height: 22px;
  justify-content: flex-end;
}
@media screen AND (max-width:860px) {
  #FooterArea #icue {
    margin-top: 3.25rem;
    justify-content: center;
  }
}
#FooterArea #icue a {
  display: inline-block;
  width: 150px;
  height: 15px;
  margin-left: 22px;
  border-bottom-width: 0;
  color: inherit;
  font-size: 0;
  line-height: 0;
  fill: currentColor;
}
#FooterArea #icue a:hover {
  fill: #FF5133;
}
#FooterArea #icue svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
html.LightboxOpened, body.LightboxOpened {
  overflow: hidden;
}
#Lightbox {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1860;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
#Lightbox.Visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear;
  -moz-transition: opacity 0.3s ease, visibility 0s linear;
  -o-transition: opacity 0.3s ease, visibility 0s linear;
  transition: opacity 0.3s ease, visibility 0s linear;
}
#Lightbox > .Stage {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  /*.Test {
				display:block;
				width:80%;
				max-width:calc(100% - 200px); //100% minus (arrow + arrow distance to box)
				max-height:100%;
				text-align:center;*/
  /*}*/
}
#Lightbox > .Stage:not(.Image) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Stage {
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
  }
}
#Lightbox > .Stage.Loaded {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear;
  -moz-transition: opacity 0.3s ease, visibility 0s linear;
  -o-transition: opacity 0.3s ease, visibility 0s linear;
  transition: opacity 0.3s ease, visibility 0s linear;
}
#Lightbox > .Stage > img, #Lightbox > .Stage > svg, #Lightbox > .Stage > video {
  display: inline-block;
  width: auto;
  max-width: calc(100vw - 40px);
  height: auto;
  max-height: calc(100vh - 40px);
  margin: auto;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#Lightbox > .Stage > .Inline, #Lightbox > .Stage > .Ajax {
  width: 80%;
  max-width: calc(100% - 200px);
  max-height: 100%;
  margin: auto;
  padding: 20px;
  background-color: #FFFFFF;
  overflow: auto;
  /*@media screen AND (max-width:1000px) {
					max-width:100%;
				}*/
}
#Lightbox > .Stage > .Iframe {
  width: 80%;
  max-width: calc(100% - 160px);
  max-height: 80%;
  margin: auto;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Stage > .Iframe {
    width: 90%;
    max-width: none;
    max-height: 90%;
  }
}
@media screen and (max-width: 500px) {
  #Lightbox > .Stage > .Iframe {
    width: 100%;
    max-width: none;
    max-height: 100%;
  }
}
#Lightbox > .Stage > .Iframe:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#Lightbox > .Stage > .Iframe > .Inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#Lightbox > .Stage > .Iframe iframe {
  width: 100%;
  height: 100%;
  border-width: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#Lightbox > .Caption {
  background-color: #FFFFFF;
  color: #000000;
  padding: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
#Lightbox > .Caption.Visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear;
  -moz-transition: opacity 0.3s ease, visibility 0s linear;
  -o-transition: opacity 0.3s ease, visibility 0s linear;
  transition: opacity 0.3s ease, visibility 0s linear;
}
#Lightbox > .Caption .Title {
  font-size: 1.4em;
}
#Lightbox > .Caption .Subtitle {
  font-size: 1.2em;
}
#Lightbox > .Loader {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
#Lightbox > .Loader.Visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear;
  -moz-transition: opacity 0.3s ease, visibility 0s linear;
  -o-transition: opacity 0.3s ease, visibility 0s linear;
  transition: opacity 0.3s ease, visibility 0s linear;
}
#Lightbox > .Loader img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#Lightbox > .Arrow {
  height: 60px;
  width: 60px;
  margin: auto;
  border-width: 0;
  box-shadow: none;
  outline-width: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow {
    width: 30px;
    height: 30px;
    color: #333333;
    top: auto;
    bottom: 10px;
  }
}
#Lightbox > .Arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow:hover {
    background-color: transparent;
  }
}
#Lightbox > .Arrow.Left {
  text-indent: -3px;
  left: 20px;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow.Left {
    left: 5px;
  }
}
#Lightbox > .Arrow.Right {
  text-indent: 3px;
  right: 20px;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow.Right {
    right: 5px;
  }
}
#Lightbox > .Arrow.Right:after {
  content: "";
}
#Lightbox > .Arrow:after {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
  font-size: 36px;
  line-height: 60px;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow:after {
    font-size: 20px;
    line-height: 30px;
  }
}
#Lightbox > .Dots {
  display: block;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  z-index: 110;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Dots {
    display: none;
  }
}
#Lightbox > .Dots li {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin: 5px 10px;
  list-style-type: none;
}
#Lightbox > .Dots li.Active button {
  background-color: #FFFFFF;
}
#Lightbox > .Dots li:hover button {
  background-color: #000530;
}
#Lightbox > .Dots button {
  display: block;
  width: 100%;
  height: 100%;
  border-width: 0;
  box-shadow: none;
  outline-width: 0;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#Lightbox > .Counter {
  width: 80px;
  height: 50px;
  margin: auto;
  background-color: #FFFFFF;
  color: #333333;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Counter {
    display: block;
  }
}
#Lightbox > .Close {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  color: #333333;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 120;
  cursor: pointer;
}
#Lightbox > .Close:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
  line-height: 40px;
}
#Lightbox > .Zoom {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  color: #333333;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 41px;
  z-index: 120;
  cursor: pointer;
}
#Lightbox > .Zoom.Out {
  right: 82px;
}
#Lightbox > .Zoom.Out:before {
  content: "";
}
#Lightbox > .Zoom.Inactive {
  cursor: not-allowed;
  opacity: 0.25;
}
#Lightbox > .Zoom.Hidden {
  display: none;
}
#Lightbox > .Zoom:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
  line-height: 40px;
}
.Template-Accordion input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}
.Template-Accordion input[type="checkbox"]:checked ~ label:before {
  content: "";
}
.Template-Accordion input[type="checkbox"]:checked ~ .Text, .Template-Accordion input[type="checkbox"]:checked ~ .ContentRow {
  display: block;
}
.Template-Accordion input[type="checkbox"] ~ label {
  cursor: pointer;
}
.Template-Accordion label {
  margin-bottom: 1.625rem;
  font-weight: 700;
  position: relative;
}
.Template-Accordion label:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: -40px;
}
.Template-Accordion > .Text, .Template-Accordion > .ContentRow {
  display: none;
}
.Template-Accordion > .Text:first-of-type, .Template-Accordion > .ContentRow:first-of-type {
  margin-top: 1.625rem;
}
.Template-Accordion > .Text:last-of-type, .Template-Accordion > .ContentRow:last-of-type {
  margin-bottom: 1.625rem;
}
.Template-ContactPerson {
  text-align: center;
}
.Template-ContactPerson:hover h3 {
  color: #ff2a67;
}
.Template-ContactPerson .Image {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.Template-ContactPerson .Image img, .Template-ContactPerson .Image svg, .Template-ContactPerson .Image video {
  font-size: 1rem;
  line-height: 1.625rem;
}
.Template-ContactPerson .Image svg, .Template-ContactPerson .Image video {
  max-width: 100%;
  height: auto;
}
.Template-ContactPerson h3 {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.Template-ContactPerson h3, .Template-ContactPerson .Phone, .Template-ContactPerson .Email {
  margin-top: 1.625rem;
}
.Template-ContactPerson .Phone + .Email {
  margin-top: 0.40625rem;
}
.Template-ContactPerson a {
  color: inherit;
}
.Template-RoutePlaner .MapsTrigger a {
  display: block;
  border: 0 none;
  background-color: #F7F3EE;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.Template-RoutePlaner .MapsTrigger a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.Template-RoutePlaner .MapsTrigger a:after {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 100px;
  line-height: 460px;
  text-align: center;
  color: #333333;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Template-RoutePlaner .MapsForm {
  /*@media screen AND (max-width:860px) {
				padding:20px;
			}*/
}
.Template-RoutePlaner .RoutenplanerRow {
  margin: 0 0 1.625rem;
  position: relative;
}
.Template-RoutePlaner .RoutenplanerRow:last-child {
  margin-bottom: 0;
}
.Template-RoutePlaner .RoutenplanerRow.FormElement {
  width: 100%;
  float: none;
}
.Template-RoutePlaner .RoutenplanerRow.FormElement .Input {
  width: 100%;
}
.Template-RoutePlaner .RoutenplanerRow.FormElement .Input input[name="directions[from]"] {
  padding-right: 50px;
}
.Template-RoutePlaner .RoutenplanerRow > label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.Template-RoutePlaner .RoutenplanerRow > label + ul > li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
}
@media screen and (max-width: 400px) {
  .Template-RoutePlaner .RoutenplanerRow > label + ul > li {
    display: block;
  }
}
.Template-RoutePlaner .RoutenplanerRow > label + ul > li + li {
  margin-left: 20px;
}
@media screen and (max-width: 400px) {
  .Template-RoutePlaner .RoutenplanerRow > label + ul > li + li {
    margin-left: 0;
    margin-top: 6px;
  }
}
.Template-RoutePlaner .RoutenplanerRow input[name="directions[travelmode]"] {
  margin-right: 10px;
}
.Template-RoutePlaner .RoutenplanerRow.Submit {
  margin-bottom: 0;
}
.Template-RoutePlaner .RoutenplanerRow .Geolocator {
  display: none;
  border: 0 none;
  background-color: transparent;
  color: #3B3B3B;
  font-size: 16px;
  position: absolute;
  top: 1.625rem;
  right: 10px;
  cursor: pointer;
}
.Template-RoutePlaner .gm-style img {
  max-width: none;
}
.Template-RoutePlaner .gm-style a[target="_blank"]:after {
  display: none;
}
.Template-RoutePlaner .MapsDirections {
  display: none;
  background-color: #f0f0f0;
  padding: 3.25rem 40px;
}
.Template-RoutePlaner .adp-placemark {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-width: 1px 0;
}
.Template-RoutePlaner .adp-placemark td {
  padding: 5px 0 0 0;
}
.Template-RoutePlaner .adp-placemark .adp-text {
  padding-left: 30px;
}
.Template-RoutePlaner .adp-summary {
  padding: 1em 0 1em 52px;
  font-weight: bold;
  font-style: italic;
}
.Template-RoutePlaner .adp-directions {
  width: 100%;
}
.Template-RoutePlaner .adp-step, .Template-RoutePlaner .adp-substep {
  border-top-color: #FFFFFF;
}
.Template-RoutePlaner .adp-legal {
  font-size: 9px;
  text-align: right;
}
.Template-ImageTeaser.Landscape > .Image:before {
  padding-top: 50%;
}
.Template-ImageTeaser.Portrait > .Image:before {
  padding-top: 200%;
}
.Template-ImageTeaser.Visible > .Image, .NoJS .Template-ImageTeaser > .Image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Template-ImageTeaser > .Link {
  width: 100%;
  height: 100%;
  border-bottom-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.Template-ImageTeaser > .Link:hover ~ .Image::before {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.Template-ImageTeaser > .Link:hover ~ .Text {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.Template-ImageTeaser > .Image {
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.Grid .Template-ImageTeaser > .Image::after {
  border: 10px solid #FFFFFF;
}
.Template-ImageTeaser > .Image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Template-ImageTeaser > .Image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.Template-ImageTeaser > .Image img, .Template-ImageTeaser > .Image svg, .Template-ImageTeaser > .Image video {
  font-size: 1rem;
  line-height: 1.625rem;
}
.Template-ImageTeaser > .Image svg, .Template-ImageTeaser > .Image video {
  max-width: 100%;
  height: auto;
}
.Template-ImageTeaser > .Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.625rem;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
  -o-transition: opacity 0.5s ease, -o-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.Template-ImageTeaser > .Text .Inner {
  width: 100%;
  position: relative;
  z-index: 1;
  -ms-flex-item-align: center;
  align-self: center;
}
.Template-ImageTextSection {
  margin-bottom: 6.5rem;
  /*&:last-of-type {
			margin-bottom:$gs_line_height_main;
		}*/
}
@media screen AND (max-width:860px) {
  .Template-ImageTextSection {
    margin-bottom: 3.25rem;
  }
}
.Template-ImageTextSection.Right .TextRow > .Text .Inner {
  padding-right: 20px;
  padding-left: 50px;
  float: right;
}
@media screen AND (max-width:860px) {
  .Template-ImageTextSection.Right .TextRow > .Text .Inner {
    padding-left: 20px;
    float: none;
  }
}
.Template-ImageTextSection.Right .TextRow > .Image, .Template-ImageTextSection.Right .TextRow > .Images {
  border-right: 50px solid #FFFFFF;
  border-left-width: 0;
  right: auto;
  left: 0;
}
@media screen AND (max-width:860px) {
  .Template-ImageTextSection.Right .TextRow > .Image, .Template-ImageTextSection.Right .TextRow > .Images {
    border-right-width: 0;
  }
}
@media screen AND (min-width:1025px) AND (max-width:1440px) {
  .Template-ImageTextSection.Right .TextRow > .Image, .Template-ImageTextSection.Right .TextRow > .Images {
    background-position: left center;
  }
}
@media screen AND (min-width:861px) AND (max-width:1024px) {
  .Template-ImageTextSection.Right .TextRow > .Image, .Template-ImageTextSection.Right .TextRow > .Images {
    background-position: left top;
  }
}
@media screen AND (min-width:861px) {
  .Template-ImageTextSection.HasSlider.Right .slick-arrow {
    right: 50px;
    left: auto;
  }
}
@media screen AND (min-width:861px) {
  .Template-ImageTextSection.HasSlider.Right .slick-arrow.slick-next {
    right: 0;
    left: auto;
  }
}
.Template-ImageTextSection.HasSlider .slick-arrow {
  border: 0 none;
  background-color: transparent;
  color: #000530;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  bottom: -3.25rem;
  z-index: 5;
}
@media screen AND (max-width:860px) {
  .Template-ImageTextSection.HasSlider .slick-arrow {
    left: 20px;
  }
}
.Template-ImageTextSection.HasSlider .slick-arrow.slick-next {
  left: 50px;
}
@media screen AND (max-width:860px) {
  .Template-ImageTextSection.HasSlider .slick-arrow.slick-next {
    left: 70px;
  }
}
.Template-ImageTextSection.HasSlider .slick-arrow.slick-next:before {
  content: "";
}
.Template-ImageTextSection.HasSlider .slick-arrow:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
}
.Template-ImageTextSection.HasLightbox .Images .Link {
  display: none;
  width: 100%;
  height: 100%;
  border-bottom-width: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.Template-ImageTextSection.HasLightbox .Images .Link:first-of-type {
  display: block;
}
.Template-ImageTextSection.HasLightbox .Images .Link:after {
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  opacity: 1;
  /*.JS & {
							display:none;
						}*/
}
.Template-ImageTextSection:first-of-type {
  margin-top: 9.75rem;
}
@media screen AND (max-width:860px) {
  .Template-ImageTextSection:first-of-type {
    margin-top: 3.25rem;
  }
}
.Template-ImageTextSection > h1, .Template-ImageTextSection > h2 {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px 3.25rem;
  background-color: #FFFFFF;
}
.Template-ImageTextSection > h1 + .TextRow .Text .Inner, .Template-ImageTextSection > h2 + .TextRow .Text .Inner {
  padding-top: 0;
}
.Template-ImageTextSection .TextRow {
  min-height: 100px;
  position: relative;
}
.Template-ImageTextSection .TextRow > .Text {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.Template-ImageTextSection .TextRow > .Text .Inner {
  width: 50%;
  background-color: #FFFFFF;
  padding: 3.25rem 50px 3.25rem 20px;
  position: relative;
}
@media screen AND (max-width:860px) {
  .Template-ImageTextSection .TextRow > .Text .Inner {
    width: 100%;
    padding-top: 0;
    padding-right: 20px;
  }
}
.Template-ImageTextSection .TextRow > .Image {
  width: 50%;
  height: 100%;
  border-left: 50px solid #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen AND (min-width:861px) AND (max-width:1440px) {
  .Template-ImageTextSection .TextRow > .Image {
    background-position: right top;
    background-size: 100% auto;
  }
}
@media screen AND (max-width:860px) {
  .Template-ImageTextSection .TextRow > .Image {
    width: 100%;
    padding-top: 56.25%;
    border-left-width: 0;
    position: relative;
  }
}
.Template-ImageTextSection .TextRow > .Images {
  width: 50%;
  height: 100%;
  border-left: 50px solid #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen AND (max-width:860px) {
  .Template-ImageTextSection .TextRow > .Images {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
}
.Template-ImageTextSection .TextRow > .Images .slick-list, .Template-ImageTextSection .TextRow > .Images .slick-track {
  height: 100%;
}
@media screen AND (max-width:860px) {
  .Template-ImageTextSection .TextRow > .Images .slick-list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.Template-ImageTextSection .TextRow > .Images > .Image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.Template-ImageTextSection .TextRow > .Images > .Image:first-child {
  display: block;
}
.Template-ImageTextSection .TextRow > .Images .Image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Template-Section {
  margin-bottom: 6.5rem;
  position: relative;
  /*&:last-of-type {
			margin-bottom:$gs_line_height_main;
		}*/
}
@media screen AND (max-width:860px) {
  .Template-Section {
    /*@media screen AND (min-width:1921px) {
			background-size:1920px auto;
		}*/
    margin-bottom: 3.25rem;
  }
}
.Template-Section:first-of-type {
  margin-top: 6.5rem;
}
@media screen AND (max-width:860px) {
  .Template-Section:first-of-type {
    margin-top: 3.25rem;
  }
}
.Template-Section.Backgroundcolor:last-child {
  margin-bottom: 0;
}
.Template-Section.Backgroundcolor + .Template-Section.HasImage {
  margin-top: -6.5rem;
}
.Template-Section.HasImage {
  margin-bottom: 0;
  padding-top: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .Template-Section.HasImage {
    background-attachment: fixed;
  }
}
.Template-Section.HasImage + .Template-Section {
  margin-top: 6.5rem;
}
.Template-Section.HasImage + .Template-Section.Backgroundcolor {
  margin-top: 0;
}
#ContentArea .Template-Section.Backgroundcolor-Light, #ContentArea .Template-Section.Backgroundcolor-Text, #ContentArea .Template-Section.Backgroundcolor-Main, #ContentArea .Template-Section.Backgroundcolor-Contrast {
  padding-right: 0;
  padding-left: 0;
}
@supports (display:flex) OR (display:-ms-flexbox) OR (display:-webkit-box) {
  .Template-Section.Grid .ContentRow.Flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media screen AND (max-width:860px) {
    .Template-Section.Grid .ContentRow.Flex {
      display: block;
    }
  }
  .Template-Section.Grid .ContentRow.Flex:before, .Template-Section.Grid .ContentRow.Flex:after {
    display: none;
  }
  .Template-Section.Grid .ContentRow.Flex > .Column-RTL {
    order: 5;
  }
  @media screen AND (max-width:860px) {
    .Template-Section.Grid .ContentRow.Flex > .Column-RTL {
      order: 0;
    }
  }
}
_::selection, .ContentRow.Flex {
  display: -ms-flexbox�;
  display: flex�;
}
@media screen AND (max-width:860px) {
  _::selection, .ContentRow.Flex {
    display: block�;
  }
}
_::selection:before, .ContentRow.Flex:before, _::selection:after, .ContentRow.Flex:after {
  display: none�;
}
.Template-Section.Grid .ContentRow.Flex > .ContentElement.Flexalign-Center {
  -ms-flex-item-align: center;
  align-self: center;
}
.Template-Section.Grid .ContentRow.Flex > .ContentElement.Flexalign-Bottom, .Template-Section.Grid .ContentRow.Flex > .ContentElement.Flexalign-FlexEnd {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.Template-Section.Grid .ContentRow > .ContentElement {
  position: relative;
  float: left;
}
.Template-Section.Grid .ContentRow > .ContentElement.Centered:last-of-type:first-of-type {
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.Template-Section.Grid .ContentRow > .ContentElement.IsEmpty {
  min-height: 1px;
}
@media screen AND (max-width:860px) {
  .Template-Section.Grid .ContentRow > .ContentElement.IsEmpty {
    display: none;
  }
}
.Template-Section.Grid .ContentRow > .Column-RTL {
  float: right;
}
@media screen AND (max-width:860px) {
  .Template-Section.Grid .ContentRow > .Column-RTL {
    float: none;
  }
}
.Template-Section.Grid .ContentRow > .ContentElement, .Template-Section.Grid .ContentRow > .ContentElement.Column-RTL:first-child, .Template-Section.Grid .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
  margin-left: 0%;
}
.Template-Section.Grid .ContentRow > .ContentElement.Column-100, .Template-Section.Grid .ContentRow > .ContentElement.Column-RTL:first-child.Column-100, .Template-Section.Grid .ContentRow > .Column-RTL + .ContentElement.Column-RTL.Column-100 {
  margin-left: 0;
}
@media screen AND (max-width:860px) {
  .Template-Section.Grid .ContentRow > .ContentElement, .Template-Section.Grid .ContentRow > .ContentElement.Column-RTL:first-child, .Template-Section.Grid .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
    margin-left: 0;
  }
}
.Template-Section.Grid .ContentRow > .ContentElement:first-child, .Template-Section.Grid .ContentRow > .Column-RTL + .ContentElement, .Template-Section.Grid .ContentRow > .Column-RTL + .ContentElement.Column-RTL:last-child {
  margin-left: 0;
}
.Template-Section.Grid .ContentRow > .Column-20 {
  width: 20%;
}
.Template-Section.Grid .ContentRow > .Column-25 {
  width: 25%;
}
.Template-Section.Grid .ContentRow > .Column-33 {
  width: 33.33%;
}
.Template-Section.Grid .ContentRow > .Column-40 {
  width: 40%;
}
.Template-Section.Grid .ContentRow > .Column-50 {
  width: 50%;
}
.Template-Section.Grid .ContentRow > .Column-60 {
  width: 60%;
}
.Template-Section.Grid .ContentRow > .Column-67 {
  width: 66.66%;
}
.Template-Section.Grid .ContentRow > .Column-75 {
  width: 75%;
}
.Template-Section.Grid .ContentRow > .Column-80 {
  width: 80%;
}
.Template-Section.Grid .ContentRow > .Column-100 {
  width: 100%;
  float: none;
}
@media screen AND (max-width:860px) {
  .Template-Section.Grid .ContentRow > .ContentElement {
    width: 100%;
    float: none;
  }
}
.Template-Section.Grid > .ContentRow {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}
#ContentArea .Template-Section.Grid .ContentRow, #ContentArea .Template-Section.Grid .ContentElement {
  margin-top: 0;
}
.Template-Section:after {
  content: "";
  width: 25%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.Template-Section > .Image {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.Template-Section > .Image a[target="_blank"]:not(.NoIcon) {
  margin-right: 0;
}
.Template-Section > .Image img, .Template-Section > .Image svg, .Template-Section > .Image video {
  font-size: 1rem;
  line-height: 1.625rem;
}
.Template-Section > .Image svg, .Template-Section > .Image video {
  max-width: 100%;
  height: auto;
}
.Template-Section > .ContentRow {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
.Template-SliderItem {
  display: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.Template-SliderItem.Animated::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Template-SliderItem::before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 5s ease-in-out 0.5s;
  -moz-transition: -moz-transform 5s ease-in-out 0.5s;
  -o-transition: -o-transform 5s ease-in-out 0.5s;
  transition: transform 5s ease-in-out 0.5s;
}
.Template-SliderItem > .Text {
  max-width: 1480px;
  height: 100%;
  margin: 0 auto;
  padding: 9.75rem 20px 0;
  position: relative;
  z-index: 1;
  /*@media screen AND (max-width:1024px) {
				display:-webkit-box;
				display:-ms-flexbox;
				display:flex;
				padding:$gs_line_height_main 10px;

				-webkit-box-pack:start;
				-ms-flex-pack:start;
				justify-content:flex-start;
				-ms-flex-wrap:wrap;
				flex-wrap:wrap;
				-webkit-box-align:end;
				-ms-flex-align:end;
				align-items:flex-end;
			}*/
}
@media screen AND (max-width:1440px) {
  .Template-SliderItem > .Text {
    padding-top: 5%;
  }
}
.Template-SliderItem > .Text .Inner, .Template-SliderItem > .Text .ContentRow {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .Template-SliderItem > .Text .Inner br, .Template-SliderItem > .Text .ContentRow br {
    display: none;
  }
}
.Template-SliderItem > .Text .Button {
  text-shadow: none;
}
@media screen and (max-width: 1024px) {
  .Template-SliderItem > .Text .Textsize-Large {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .Template-SliderItem > .Text .Textsize-Large {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .Template-SliderItem > .Text .Textsize-Huge {
    font-size: 1.75rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .Template-SliderItem > .Text .Textsize-Huge {
    font-size: 1.25rem;
  }
}
.Template-Standard.Imageposition-Center > .Image {
  text-align: center;
}
.Template-Standard.Imageposition-Center > .Image img, .Template-Standard.Imageposition-Center > .Image svg, .Template-Standard.Imageposition-Center > .Image video {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.Template-Standard.Imageposition-Center > .Image + .Text {
  margin-top: 1.625rem;
}
.Template-Standard.Imageposition-Left, .Template-Standard.Imageposition-Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Left, .Template-Standard.Imageposition-Right {
    display: block;
  }
}
.Template-Standard.Imageposition-Left > .Image, .Template-Standard.Imageposition-Right > .Image {
  width: 31.33%;
  margin: 0 3% 0 0;
  float: left;
  overflow: hidden;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Left > .Image, .Template-Standard.Imageposition-Right > .Image {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
.Template-Standard.Imageposition-Left > .Image img, .Template-Standard.Imageposition-Left > .Image svg, .Template-Standard.Imageposition-Left > .Image video, .Template-Standard.Imageposition-Right > .Image img, .Template-Standard.Imageposition-Right > .Image svg, .Template-Standard.Imageposition-Right > .Image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Template-Standard.Imageposition-Left > .Image + .Text, .Template-Standard.Imageposition-Right > .Image + .Text {
  margin-top: 0;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Left > .Image + .Text, .Template-Standard.Imageposition-Right > .Image + .Text {
    margin-top: 1.625rem;
  }
}
.Template-Standard.Imageposition-Left > .Text, .Template-Standard.Imageposition-Right > .Text {
  width: 65.66%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Left > .Text, .Template-Standard.Imageposition-Right > .Text {
    width: 100%;
    padding-left: 30px;
  }
}
.Template-Standard.Imageposition-Right > .Image {
  float: right;
}
.Template-Standard.Imageposition-Right > .Text {
  padding-right: 0;
  padding-left: 30px;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Right > .Text {
    padding-right: 30px;
  }
}
.Template-Standard.Slider {
  padding-right: 100px;
  padding-left: 100px;
}
@media screen AND (max-width:1540px) {
  .Template-Standard.Slider {
    padding-right: 0;
    padding-bottom: 80px;
    padding-left: 0;
  }
}
.Template-Standard.Slider > .ContentRow:not(:first-of-type) {
  display: none;
}
#ContentArea .Template-Standard.Slider .ContentRow {
  margin-top: 0;
}
.Template-Standard > .Image {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.Template-Standard > .Image a[target="_blank"]:not(.NoIcon) {
  margin-right: 0;
}
.Template-Standard > .Image img, .Template-Standard > .Image svg, .Template-Standard > .Image video {
  font-size: 1rem;
  line-height: 1.625rem;
}
.Template-Standard > .Image svg, .Template-Standard > .Image video {
  max-width: 100%;
  height: auto;
}
.Template-Teaser {
  text-align: center;
}
.Template-Teaser .Link {
  width: 100%;
  height: 100%;
  border-bottom-width: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.Template-Teaser .Image + h3, .Template-Teaser .Image + .Text {
  margin-top: 3.25rem;
}
.Template-Teaser h3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
}
.Template-Teaser h3 + .Text {
  margin-top: 3.25rem;
}
.Template-Teaser > p:last-of-type {
  margin-top: 1.625rem;
  text-decoration: underline;
}
.Module-Breadcrumbs {
  background-color: #f0f0f0;
  padding: 0.8125rem 0;
  font-size: 0;
  font-weight: 400;
  text-align: left;
}
.Module-Breadcrumbs > .ContentRow {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
.Module-Breadcrumbs li {
  display: inline-block;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.625rem;
  list-style-type: none;
  vertical-align: top;
}
.Module-Breadcrumbs li:first-of-type:before {
  display: none;
}
.Module-Breadcrumbs li:before {
  content: "/";
  margin: 0 6px;
}
.Module-Breadcrumbs a {
  border-bottom-width: 0;
  color: inherit;
}
.Module-Breadcrumbs a:hover {
  color: #000530;
}
.Module-NewsListing {
  overflow: hidden;
}
.Module-NewsListing > .Item {
  display: block;
  width: 31.33%;
  margin: 0 0 0 3%;
  border-bottom-width: 0;
  position: relative;
  float: left;
}
@media screen AND (max-width:860px) {
  .Module-NewsListing > .Item {
    width: 100%;
    margin-top: 3%;
    margin-left: 0;
  }
}
@media screen AND (max-width:860px) {
  .Module-NewsListing > .Item:first-child {
    margin-top: 0;
  }
}
.Module-NewsListing > .Item:nth-of-type(n+4) {
  margin-top: 3%;
}
.Module-NewsListing > .Item:nth-of-type(3n+1) {
  margin-left: 0;
}
.Module-NewsListing > .Item.Even {
  background-color: #000000;
}
.Module-NewsListing > .Item.Even:hover {
  background-color: #222222;
}
.Module-NewsListing > .Item.Even h4 {
  color: #000530;
}
.Module-NewsListing > .Item .Image {
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.Module-NewsListing > .Item .Image.Empty {
  background-color: #f0f0f0;
}
.Module-NewsListing > .Item .Image.Empty:after {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
  width: 40px;
  height: 40px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.Module-NewsListing > .Item .Image + .Texts {
  margin-top: 1.625rem;
}
.Module-NewsListing > .Item .Title {
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.Module-NewsListing > .Item .Date {
  font-weight: 400;
}
.Module-NewsListing > .Item .Teaser {
  margin-top: 1.625rem;
}
.Module-NewsListing > .Item .Link {
  width: 100%;
  height: 100%;
  border-bottom-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.Module-NewsListing > .Item .Link:hover ~ .Texts .Title {
  color: #000530;
}
.Module-NewsListing + .Pagination {
  margin-top: 3.25rem;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
/*# sourceMappingURL=full.css.map */