@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;
}
#HeaderArea > .ContentRow, #FooterArea > .ContentRow, .Template-ImageTextSection > .ContentRow, .Template-Intro > .ContentRow, .Template-Section > .ContentRow {
  width: 100%;
  max-width: 1660px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 1440px) {
  #HeaderArea > .ContentRow, #FooterArea > .ContentRow, .Template-ImageTextSection > .ContentRow, .Template-Intro > .ContentRow, .Template-Section > .ContentRow {
    padding-right: 25px;
    padding-left: 25px;
  }
}
#HeaderArea > .Fullwidth.ContentRow, #FooterArea > .Fullwidth.ContentRow, .Template-ImageTextSection > .Fullwidth.ContentRow, .Template-Intro > .Fullwidth.ContentRow, .Template-Section > .Fullwidth.ContentRow {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.Button.Testbutton {
  display: inline-block;
  padding: 0.5rem 50px;
  outline: none;
  border-radius: 0;
  border: 1px solid;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: 2rem;
  text-align: center;
  text-transform: inherit;
  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.Testbutton:hover {
  border-color: transparent;
  background-color: #b40000;
  color: #FFFFFF;
}
.Module-NewsListing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Module-NewsListing > .Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin: 4rem 0 0 2%;
  position: relative;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1180px) {
  .Module-NewsListing > .Item {
    width: 49%;
  }
}
@media screen and (max-width: 700px) {
  .Module-NewsListing > .Item {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
@media screen AND (max-width:1024px) {
  .Module-NewsListing > .Item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 701px) and (max-width: 1180px) {
  .Module-NewsListing > .Item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1181px) {
  .Module-NewsListing > .Item:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1181px) {
  .Backgroundcolor .Module-NewsListing > .Item:nth-of-type(-n+3) {
    margin-top: -10rem;
  }
}
@media screen and (min-width: 701px) and (max-width: 1180px) {
  .Module-NewsListing > .Item:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media screen and (min-width: 1181px) {
  .Module-NewsListing > .Item:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
}
.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 ~ .Image:before {
  -webkit-transform: scale(1.2) rotate(-5deg);
  -ms-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
}
.Module-NewsListing > .Item .Link:hover ~ .Texts .Title {
  color: #b40000;
}
.Module-NewsListing > .Item .Link:hover ~ .Texts .Button {
  color: #FFFFFF;
}
.Module-NewsListing > .Item .Link:hover ~ .Texts .Button:after {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.Module-NewsListing > .Item .Image {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.Module-NewsListing > .Item .Image.Empty {
  background-color: #f2f2f2;
}
.Module-NewsListing > .Item .Image:before, .Module-NewsListing > .Item .Image:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.Module-NewsListing > .Item .Image:before {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.Module-NewsListing > .Item .Image:after {
  height: 25%;
  background-image: linear-gradient(0deg, #FFFFFF 0%, transparent 100%);
  opacity: 0.75;
  z-index: 2;
  pointer-events: none;
}
.Module-NewsListing > .Item .Image + .Texts {
  margin-top: -1rem;
}
.Module-NewsListing > .Item .Texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 1440px) {
  .Module-NewsListing > .Item .Texts {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.Module-NewsListing > .Item .Title {
  margin-bottom: 2rem;
  -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 .Teaser {
  margin-bottom: 2rem;
}
.Module-NewsListing > .Item .ReadMore {
  margin-top: auto;
}
.Module-NewsListing + .Pagination {
  margin-top: 4rem;
}
#ContentArea.News .Template-Section:first-child {
  padding-top: 0;
}
#ContentArea.News .LargeImage {
  height: 500px;
  margin: 0 auto 4rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#ContentArea.News .LargeImage:before {
  content: "";
  display: block;
}
#ContentArea.News .LargeImage > .ContentRow {
  position: absolute;
  bottom: 0;
}
#ContentArea.News .LargeImage .ContentElement {
  width: 100%;
  padding: 2rem 50px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+70&0+0,0.75+70 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%);
  /* FF3.6-15 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 70%);
  /* Chrome10-25,Safari5.1-6 */
  color: #FFFFFF;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#bf000000",GradientType=0);
  /* IE6-9 */
}
#ContentArea.News .LargeImage h1 {
  margin-bottom: 0;
}
#ContentArea.News .Teaser {
  font-weight: 700;
}
#ContentArea.News .Teaser + .Text {
  margin-top: 2rem;
}
#ContentArea.News .Image {
  margin-bottom: 2rem;
}
#ContentArea.News .SocialLinks {
  font-size: 0;
  text-align: right;
}
@media screen AND (max-width:1024px) {
  #ContentArea.News .SocialLinks {
    margin-top: 4rem;
    padding-right: 50;
    padding-left: 50;
    text-align: center;
  }
}
#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: #b40000;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}
#ContentArea.News .SocialLinks a:hover {
  background-color: #232323;
  color: #FFFFFF;
}
#ContentArea.News .SocialLinks .fa:before, #ContentArea.News .SocialLinks .fab:before {
  font-size: 28px;
  line-height: 50px;
}
#ContentArea.News .Meta {
  padding-top: 1rem;
  border-top: 1px solid #f2f2f2;
}
#ContentArea.News .Meta ul {
  font-size: 0;
  padding-left: 50;
  padding-right: 50;
}
@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: 2rem;
  list-style-type: none;
  vertical-align: baseline;
}
@media screen and (max-width: 480px) {
  #ContentArea.News .Meta li:first-of-type {
    width: 50%;
    margin-top: 0;
  }
}
#ContentArea.News .Meta li.Archive {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #ContentArea.News .Meta li.Archive {
    width: 100%;
    order: 3;
  }
}
#ContentArea.News .Meta li.Next {
  text-align: right;
}
@media screen and (max-width: 480px) {
  #ContentArea.News .Meta li.Next {
    width: 50%;
    order: 2;
  }
}
#ContentArea.News .Meta a {
  border-bottom-width: 1px;
}
#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%;
  margin: 0 0 2rem 4%;
  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 #232323;
  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: #b40000;
}
#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;
}
.Button.Buttonstyle-01.Testbutton {
  position: relative;
  z-index: 1;
}
.Button.Buttonstyle-01.Testbutton:hover {
  border-color: #b40000;
  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: #b40000;
  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: #b40000;
  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: #b40000;
  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: #b40000;
  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: #b40000;
  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: #b40000;
  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: #b40000;
  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: #b40000;
  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: #b40000;
  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: #b40000;
  background-color: #b40000;
  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: #b40000;
  background-color: #b40000;
  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: #b40000;
  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(180, 0, 0, 0.5);
}
.Button.Buttonstyle-08.Testbutton:before {
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 0 2rem 0 rgba(180, 0, 0, 0.5);
  background-color: #b40000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(calc(-100% - 2rem));
  -ms-transform: translateY(calc(-100% - 2rem));
  transform: translateY(calc(-100% - 2rem));
  -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: #b40000;
  background-color: #b40000;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-09.Testbutton:hover {
  border-color: transparent;
  background-color: #810000;
}
.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.5rem 50px;
  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: #232323;
}
.Button.Buttonstyle-11.Testbutton {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-11.Testbutton:hover {
  border-color: #b40000;
  background-color: transparent;
  color: inherit;
}
.Button.Buttonstyle-11.Testbutton:hover:before {
  max-width: 100%;
  padding-right: 50px;
  opacity: 1;
}
.Button.Buttonstyle-11.Testbutton:before {
  content: attr(data-text);
  width: 100%;
  max-width: 0;
  height: 100%;
  padding: 0.5rem 0 0.5rem 50px;
  background-color: #b40000;
  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 #b40000;
  }
  50% {
    box-shadow: 0 0 0 15px rgba(180, 0, 0, 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: #232323;
    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: #232323;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: #232323;
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    color: #232323;
    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: #232323;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: #232323;
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    color: #232323;
    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: #232323;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: #232323;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    color: #232323;
    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: #232323;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: #232323;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    color: #232323;
    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: #232323;
  font-family: Arial, Geneva, sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
html.wf-active, html.NoJS {
  font-family: Lato, Arial, Geneva, sans-serif;
}
body {
  line-height: 2rem;
  position: relative;
  overflow-x: hidden;
}
.far, .fal, .fas, .fab {
  font-size: 0;
  line-height: 0;
}
.far:before, .fal:before, .fas:before, .fab:before {
  font-size: 1rem;
  line-height: 2rem;
}
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: #b40000;
  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(35, 35, 35, 0.25);
  opacity: 0.5;
  cursor: default;
}
a img {
  color: inherit;
}
.Button {
  display: inline-block;
  padding: 0;
  border-radius: 0;
  border: 0 none;
  outline: 0 none;
  background-color: transparent;
  color: #b40000;
  font-style: italic;
  font-weight: 700;
  line-height: 2rem;
  text-transform: uppercase;
  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 {
  color: #FFFFFF;
}
.Button:hover:after {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.Button:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b40000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  -o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition: opacity 0.3s ease-in-out, transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.LinkIcon {
  color: inherit;
  position: relative;
}
.LinkIcon:hover:after {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.LinkIcon: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: 28px;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
  color: #b40000;
  position: absolute;
  bottom: -4px;
  right: -30px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  -o-transition: -o-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition: transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.Textcolor-Light {
  color: #f2f2f2;
}
.Textcolor-Bright {
  color: #FFFFFF;
}
.Textcolor-Main {
  color: #b40000;
}
.Uppercase {
  text-transform: uppercase;
}
h1, .Textsize-LikeH1, #MenuArea li.Subtitle {
  font-size: 4.1666666667rem;
  font-weight: 900;
  line-height: 1.0666666667;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  h1, .Textsize-LikeH1, #MenuArea li.Subtitle {
    font-size: 3rem;
  }
}
h2, .Textsize-LikeH2 {
  font-size: 3.0555555556rem;
  font-weight: 900;
  line-height: 1.4545454545;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  h2, .Textsize-LikeH2 {
    font-size: 2rem;
  }
}
h3, .Textsize-LikeH3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.0555555556;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  h3, .Textsize-LikeH3 {
    font-size: 1.5rem;
  }
}
h4, .Textsize-LikeH4 {
  font-size: 1.5555555556rem;
  font-weight: 900;
  line-height: 1.2857142857;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  h4, .Textsize-LikeH4 {
    font-size: 1.125rem;
  }
}
h1, h2, h3, h4, h5, h6, p.Textsize-LikeH1, p.Textsize-LikeH2, p.Textsize-LikeH3, p.Textsize-LikeH4 {
  display: inline-block;
  position: relative;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1.NoLine, h2.NoLine, h3.NoLine, h4.NoLine, h5.NoLine, h6.NoLine, p.Textsize-LikeH1.NoLine, p.Textsize-LikeH2.NoLine, p.Textsize-LikeH3.NoLine, p.Textsize-LikeH4.NoLine {
  display: block;
}
h1.NoLine:after, h2.NoLine:after, h3.NoLine:after, h4.NoLine:after, h5.NoLine:after, h6.NoLine:after, p.Textsize-LikeH1.NoLine:after, p.Textsize-LikeH2.NoLine:after, p.Textsize-LikeH3.NoLine:after, p.Textsize-LikeH4.NoLine:after {
  display: none;
}
h1.LineLeft:after, h2.LineLeft:after, h3.LineLeft:after, h4.LineLeft:after, h5.LineLeft:after, h6.LineLeft:after, p.Textsize-LikeH1.LineLeft:after, p.Textsize-LikeH2.LineLeft:after, p.Textsize-LikeH3.LineLeft:after, p.Textsize-LikeH4.LineLeft:after {
  margin-right: 30px;
  margin-left: 0;
  right: 100%;
  left: auto;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
h1.LineTop:after, h2.LineTop:after, h3.LineTop:after, h4.LineTop:after, h5.LineTop:after, h6.LineTop:after, p.Textsize-LikeH1.LineTop:after, p.Textsize-LikeH2.LineTop:after, p.Textsize-LikeH3.LineTop:after, p.Textsize-LikeH4.LineTop:after {
  top: 0.15em;
  bottom: auto;
}
.JS h1.Visible:after, .JS h2.Visible:after, .JS h3.Visible:after, .JS h4.Visible:after, .JS h5.Visible:after, .JS h6.Visible:after, .JS p.Textsize-LikeH1.Visible:after, .JS p.Textsize-LikeH2.Visible:after, .JS p.Textsize-LikeH3.Visible:after, .JS p.Textsize-LikeH4.Visible:after {
  -webkit-transform: translateX(0) scaleX(1);
  -ms-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
}
.JS h1:after, .JS h2:after, .JS h3:after, .JS h4:after, .JS h5:after, .JS h6:after, .JS p.Textsize-LikeH1:after, .JS p.Textsize-LikeH2:after, .JS p.Textsize-LikeH3:after, .JS p.Textsize-LikeH4:after {
  -webkit-transform: translateX(-50px) scaleX(0);
  -ms-transform: translateX(-50px) scaleX(0);
  transform: translateX(-50px) scaleX(0);
}
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after, p.Textsize-LikeH1:after, p.Textsize-LikeH2:after, p.Textsize-LikeH3:after, p.Textsize-LikeH4:after {
  content: "";
  width: 100vw;
  height: 5px;
  margin-left: 30px;
  background-color: currentColor;
  position: absolute;
  left: 100%;
  bottom: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.75s ease-in-out;
  -moz-transition: -moz-transform 0.75s ease-in-out;
  -o-transition: -o-transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p.Textsize-LikeH1 a, p.Textsize-LikeH2 a, p.Textsize-LikeH3 a, p.Textsize-LikeH4 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, p.Textsize-LikeH1 a:hover, p.Textsize-LikeH2 a:hover, p.Textsize-LikeH3 a:hover, p.Textsize-LikeH4 a:hover {
  color: #b40000;
}
.Marked, .MarkedColor {
  border: 0 solid #232323;
  border-right-width: 10px;
  border-left-width: 10px;
  color: #FFFFFF;
}
.Marked {
  background-color: #232323;
}
.MarkedColor {
  border-color: #b40000;
  background-color: #b40000;
}
::-moz-selection {
  background-color: #b40000;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
::selection {
  background-color: #b40000;
  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, 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 {
  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."]:before {
  content: "";
}
a[target="_blank"]:not(.NoIcon)[href*="instagram."]:before {
  content: "";
}
a[target="_blank"]:not(.NoIcon)[href*="plus.google."]:before {
  content: "";
}
a[target="_blank"]:not(.NoIcon)[href*="twitter."]:before {
  content: "";
}
a[target="_blank"]:not(.NoIcon)[href*="xing."]:before {
  content: "";
}
a[target="_blank"]:not(.NoIcon)[href*="linkedin."]:before {
  content: "";
}
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 {
  height: 1px;
  margin: 0;
  padding: 0;
  border-width: 0;
  background-color: #232323;
}
.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: 30px;
  height: 30px;
  background-color: #333333;
  border-radius: 100%;
  font-family: Impact, Arial Black, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #FFFFFF;
  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";
}
blockquote {
  font-style: italic;
  font-size: 3.3333rem;
  line-height: 1.2;
}
blockquote > :first-child:before {
  content: "„";
  display: inline-block;
}
blockquote > :last-child:after {
  content: "”";
  display: inline-block;
}
#HeaderArea {
  width: 100%;
  height: 80px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1440px) {
  #HeaderArea {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen AND (min-width:1181px) {
  #HeaderArea.Headroom {
    position: fixed;
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
}
@media screen AND (min-width:1181px) {
  #HeaderArea.Unpinned {
    -webkit-transform: translateY(-240px);
    -ms-transform: translateY(-240px);
    transform: translateY(-240px);
  }
}
@media screen AND (min-width:1181px) {
  #HeaderArea.Unpinned #MenuArea .SubmenuCheckbox.Level1:checked ~ ul.Level2, #HeaderArea.Unpinned #MenuArea .SubmenuCheckbox.Level1:checked ~ .SubmenuTrigger.Close {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
}
#HeaderArea > .ContentRow, #HeaderArea > .ContentRow > .ContentElement {
  height: 100%;
}
#LogoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding: 40px 30px;
  border-bottom-width: 0;
  background-color: #232323;
  color: #FFFFFF;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 110;
  /*&:before {
			content:'';
			position:absolute;
			top:-40px;
			right:-40px;
			bottom:-40px;
			left:-40px;
			z-index:-1;
		}*/
}
@media screen AND (max-width:1180px) {
  #LogoArea {
    /*perspective:500px;

		-webkit-transform:perspective(500px);
		-ms-transform:perspective(500px);
		transform:perspective(500px);

		-webkit-transition-property:none;
		transition-property:none;

		-webkit-transform-style:preserve-3d;
		transform-style:preserve-3d;*/
    top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #LogoArea {
    width: 140px;
    height: 140px;
    padding: 20px;
  }
}
#LogoArea svg {
  width: 100%;
  max-height: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  /*-webkit-transform:scale(.8) translateZ(50px);
			-ms-transform:scale(.8) translateZ(50px);
			transform:scale(.8) translateZ(50px);*/
}
#MenuTrigger {
  position: absolute;
  visibility: hidden;
}
#MenuTrigger:checked + #HeaderArea #MenuTrigger-Open:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#MenuTrigger:checked + #HeaderArea #MenuTrigger-Open:after {
  height: 4px;
  background-color: #FFFFFF;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0s, 0.25s, 0.25s, 0.4s;
  transition-delay: 0s, 0.25s, 0.25s, 0.4s;
}
#MenuTrigger:checked + #HeaderArea #MenuTrigger-Close {
  opacity: inherit;
  visibility: inherit;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen AND (max-width:1180px) {
  #MenuTrigger:checked + #HeaderArea #MenuArea {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#MenuTrigger-Open, #MenuTrigger-Close {
  display: none;
  font-size: 0;
  line-height: 0;
}
@media screen AND (max-width:1180px) {
  #MenuTrigger-Open, #MenuTrigger-Close {
    display: block;
  }
}
#MenuTrigger-Open {
  width: 50px;
  height: 50px;
  background-color: #232323;
  color: #FFFFFF;
  position: fixed;
  top: 15px;
  right: 50px;
  z-index: 115;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  #MenuTrigger-Open {
    right: 25px;
  }
}
#MenuTrigger-Open:before, #MenuTrigger-Open:after {
  content: "";
  width: 30px;
  height: 4px;
  margin: auto;
  background-color: currentColor;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#MenuTrigger-Open:before {
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  -moz-transition: -moz-transform 0.4s ease-in-out 0s;
  -o-transition: -o-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
}
#MenuTrigger-Open:after {
  height: 30px;
  background-color: transparent;
  border-top: 4px solid;
  border-bottom: 4px solid;
  -webkit-transition: height 0.4s ease-in-out 0.4s, background-color 0.4s ease-in-out 0.4s, border-width 0.15s ease-in-out 0.25s, -webkit-transform 0.4s ease-in-out 0s;
  -moz-transition: height 0.4s ease-in-out 0.4s, background-color 0.4s ease-in-out 0.4s, border-width 0.15s ease-in-out 0.25s, -moz-transform 0.4s ease-in-out 0s;
  -o-transition: height 0.4s ease-in-out 0.4s, background-color 0.4s ease-in-out 0.4s, border-width 0.15s ease-in-out 0.25s, -o-transform 0.4s ease-in-out 0s;
  transition: height 0.4s ease-in-out 0.4s, background-color 0.4s ease-in-out 0.4s, border-width 0.15s ease-in-out 0.25s, transform 0.4s ease-in-out 0s;
}
#MenuTrigger-Close {
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 113;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}
#MenuArea {
  padding-left: 300px;
}
@media screen AND (max-width:1180px) {
  #MenuArea {
    width: 400px;
    height: 100%;
    padding-left: 0;
    border-top: 80px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 15px solid transparent;
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 114;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
}
@media screen and (max-width: 450px) {
  #MenuArea {
    width: 300px;
    border-right-width: 25px;
    right: -300px;
  }
}
#MenuArea .SubmenuCheckbox {
  visibility: hidden;
  position: absolute;
}
#MenuArea .SubmenuTrigger {
  display: none;
}
#MenuArea li {
  margin: 0;
  list-style-type: none;
}
#MenuArea a {
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
@media screen AND (max-width:1180px) {
  #MenuArea ul.Level1 {
    padding: 2rem 50px;
    background-color: #FFFFFF;
  }
}
#MenuArea li.Level1 {
  display: inline-block;
  margin-left: 50px;
  position: relative;
}
@media screen AND (max-width:1180px) {
  #MenuArea li.Level1 {
    display: block;
    margin-top: 1rem;
    margin-left: 0;
  }
}
#MenuArea li.Level1:first-of-type {
  margin-left: 0;
}
@media screen AND (max-width:1180px) {
  #MenuArea li.Level1:first-of-type {
    margin-top: 0;
  }
}
#MenuArea li.Level1.Active a.Level1:after, #MenuArea li.Level1.Active span.Level1:after, #MenuArea li.Level1:hover a.Level1:after, #MenuArea li.Level1:hover span.Level1:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#MenuArea a.Level1, #MenuArea span.Level1 {
  display: inline-block;
  border-top: 15px solid transparent;
  border-bottom: 5px solid transparent;
  line-height: 60px;
}
@media screen AND (max-width:1180px) {
  #MenuArea a.Level1, #MenuArea span.Level1 {
    border-top-width: 0;
    line-height: 2rem;
  }
}
#MenuArea a.Level1:after, #MenuArea span.Level1:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@media screen AND (max-width:1180px) {
  #MenuArea a.Level1:after, #MenuArea span.Level1:after {
    width: 130%;
  }
}
#MenuArea span.Level1 {
  cursor: default;
}
#MenuArea .SubmenuCheckbox.Level1:checked ~ ul.Level2, #MenuArea .SubmenuCheckbox.Level1:checked ~ .SubmenuTrigger.Close {
  opacity: inherit;
  visibility: inherit;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen AND (max-width:1180px) {
  #MenuArea .SubmenuCheckbox.Level1:checked ~ ul.Level2 {
    display: block;
  }
}
@media screen AND (max-width:1180px) {
  #MenuArea .SubmenuCheckbox.Level1:checked ~ .SubmenuTrigger:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen AND (max-width:1180px) {
  #MenuArea .SubmenuCheckbox.Level1:checked ~ .SubmenuTrigger:after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#MenuArea .SubmenuTrigger.Level1 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
@media screen AND (max-width:1180px) {
  #MenuArea .SubmenuTrigger.Level1 {
    width: 30px;
    height: 30px;
    background-color: #232323;
    color: #FFFFFF;
  }
}
#MenuArea .SubmenuTrigger.Level1.Close {
  width: 30px;
  height: 30px;
  background-color: #232323;
  color: #FFFFFF;
  font-size: 0;
  position: fixed;
  top: 80px;
  right: 50px;
  left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}
@media screen and (max-width: 1440px) {
  #MenuArea .SubmenuTrigger.Level1.Close {
    right: 25px;
  }
}
@media screen AND (max-width:1180px) {
  #MenuArea .SubmenuTrigger.Level1.Close {
    display: none;
  }
}
#MenuArea .SubmenuTrigger.Level1.Close:before {
  display: block;
}
#MenuArea .SubmenuTrigger.Level1:before, #MenuArea .SubmenuTrigger.Level1:after {
  content: "";
  display: none;
  width: 16px;
  height: 3px;
  margin: auto;
  background-color: currentColor;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.75s ease-in-out;
  -moz-transition: -moz-transform 0.75s ease-in-out;
  -o-transition: -o-transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
}
@media screen AND (max-width:1180px) {
  #MenuArea .SubmenuTrigger.Level1:before, #MenuArea .SubmenuTrigger.Level1:after {
    display: block;
  }
}
#MenuArea .SubmenuTrigger.Level1:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#MenuArea ul.Level2 {
  max-width: 1660px;
  height: calc(100vh - 80px - 14rem);
  min-height: 600px;
  margin: auto;
  padding: 4rem 50px 4rem 350px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 80px;
  right: 50px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}
@media screen and (max-width: 1440px) {
  #MenuArea ul.Level2 {
    padding-right: 25px;
    padding-left: 325px;
    right: 25px;
    left: 25px;
  }
}
@media screen AND (max-width:1180px) {
  #MenuArea ul.Level2 {
    display: none;
    width: auto;
    height: auto;
    min-height: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: -50px;
    padding: 2rem 50px;
    background-color: #232323;
    color: #FFFFFF;
    position: static;
    top: auto;
    opacity: inherit;
    visibility: inherit;
  }
}
#MenuArea ul.Level2:before, #MenuArea ul.Level2:after {
  content: "";
  width: calc((100% - 1560px) / 2 - 100px);
  height: calc(100vh - 80px - 14rem);
  min-height: 600px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 80px;
}
@media screen and (max-width: 1440px) {
  #MenuArea ul.Level2:before, #MenuArea ul.Level2:after {
    display: none;
  }
}
#MenuArea ul.Level2:before {
  right: 50px;
}
#MenuArea ul.Level2:after {
  left: 50px;
}
#MenuArea li.Subtitle {
  margin-bottom: 4rem;
}
@media screen AND (max-width:1180px) {
  #MenuArea li.Subtitle {
    display: none;
  }
}
@media screen AND (max-width:1180px) {
  #MenuArea li.Subtitle + li {
    margin-top: 0;
  }
}
#MenuArea li.Level2 {
  margin-top: 1rem;
}
#MenuArea li.Level2:first-of-type {
  margin-top: 0;
}
#MenuArea a.Level2, #MenuArea span.Level2 {
  border-bottom-width: 0;
}
#MenuArea a.Level2.Active:before, #MenuArea a.Level2:hover:before, #MenuArea span.Level2.Active:before, #MenuArea span.Level2:hover:before {
  opacity: inherit;
  visibility: inherit;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#MenuArea a.Level2:before, #MenuArea span.Level2:before {
  content: "";
  width: 40px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53), opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53), opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53), opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  transition: transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53), opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}
#MenuArea ul.Level3 {
  display: none;
}
@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:1024px) {
    .ContentRow.Flex {
      display: block;
    }
  }
  .ContentRow.Flex:before, .ContentRow.Flex:after {
    display: none;
  }
  .ContentRow.Flex > .Column-RTL {
    order: 5;
  }
  @media screen AND (max-width:1024px) {
    .ContentRow.Flex > .Column-RTL {
      order: 0;
    }
  }
}
_::selection, .ContentRow.Flex {
  display: -ms-flexbox�;
  display: flex�;
}
@media screen AND (max-width:1024px) {
  _::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:1024px) {
  .ContentRow > .ContentElement.IsEmpty {
    display: none;
  }
}
.ContentRow > .Column-RTL {
  float: right;
}
@media screen AND (max-width:1024px) {
  .ContentRow > .Column-RTL {
    float: none;
  }
}
.ContentRow > .ContentElement, .ContentRow > .ContentElement.Column-RTL:first-child, .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
  margin-left: 4%;
}
.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:1024px) {
  .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: 16.8%;
}
.ContentRow > .Column-25 {
  width: 22%;
}
.ContentRow > .Column-33 {
  width: 30.66%;
}
.ContentRow > .Column-40 {
  width: 37.6%;
}
.ContentRow > .Column-50 {
  width: 48%;
}
.ContentRow > .Column-60 {
  width: 58.4%;
}
.ContentRow > .Column-67 {
  width: 65.33%;
}
.ContentRow > .Column-75 {
  width: 74%;
}
.ContentRow > .Column-80 {
  width: 79.2%;
}
.ContentRow > .Column-100 {
  width: 100%;
  float: none;
}
@media screen AND (max-width:1024px) {
  .ContentRow > .ContentElement {
    width: 100%;
    float: none;
  }
}
#SliderArea {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#SliderArea:before {
  content: "";
  display: block;
  width: 100%;
  height: 380px;
}
#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 {
  width: 30px;
  height: 60px;
  margin: auto;
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 440px) {
  #SliderArea .slick-arrow {
    width: auto;
    height: 30px;
    left: 5px;
  }
}
#SliderArea .slick-arrow.slick-next {
  right: 50px;
  left: auto;
}
@media screen and (max-width: 440px) {
  #SliderArea .slick-arrow.slick-next {
    right: 5px;
  }
}
#SliderArea .slick-arrow.slick-next:before {
  content: "";
}
#SliderArea .slick-arrow:hover {
  color: #b40000;
}
#SliderArea .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: 440px) {
  #SliderArea .slick-arrow:before {
    font-size: 30px;
    line-height: 30px;
  }
}
#SliderArea > .ContentRow, #SliderArea > .ContentElement {
  display: none;
}
#SliderArea > .Template-SliderItem:first-of-type {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#ContentArea {
  overflow-x: hidden;
}
#ContentArea > .ContentRow {
  border: 10px dashed red;
}
.ContentRow {
  margin-top: 6rem;
}
@media screen and (max-width: 1180px) {
  .ContentRow {
    margin-top: 4rem;
  }
}
.ContentRow.NoMarginTop, .ContentRow:first-child {
  margin-top: 0;
}
.ContentElement {
  /*&.Backgroundcolor-Text,
		&.Backgroundcolor-Dark,
		&.Backgroundcolor-Main {
			h1, h2, h3, h4, h5, h6 {
				&:after {
					background-color:$gh_color_bright;
				}
			}
		}*/
}
@media screen AND (max-width:1024px) {
  .ContentElement {
    margin-top: 2rem;
  }
}
@media screen AND (max-width:1024px) {
  .ContentElement:first-child {
    margin-top: 0;
  }
}
@media screen AND (max-width:1024px) {
  .ContentElement.IsEmpty + .ContentElement {
    margin-top: 0;
  }
}
.ContentElement.SmallContentRowMargin > .ContentRow {
  margin-top: 2rem;
}
.ContentElement.SmallContentRowMargin > .ContentRow:first-child {
  margin-top: 0;
}
.ContentElement.Overlaying {
  margin-top: -26rem;
}
.ContentElement.NoContentRowMargin > .ContentRow {
  margin-top: 0;
}
.ContentElement.Backgroundcolor {
  padding: 4rem 50px;
}
@media screen and (max-width: 1440px) {
  .ContentElement.Backgroundcolor {
    padding: 2rem 25px;
  }
}
.ContentElement.Backgroundcolor-Text, .ContentElement.Backgroundcolor-Dark, .ContentElement.Backgroundcolor-Main {
  color: #FFFFFF;
}
.ContentElement.Backgroundcolor-Text a:not(.Button):hover, .ContentElement.Backgroundcolor-Dark a:not(.Button):hover, .ContentElement.Backgroundcolor-Main a:not(.Button):hover {
  color: #232323;
}
.ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="text"], .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="date"], .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="email"], .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="password"], .ContentElement.Backgroundcolor-Text .FormElement > .Input select, .ContentElement.Backgroundcolor-Text .FormElement > .Input textarea, .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="text"], .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="date"], .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="email"], .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="password"], .ContentElement.Backgroundcolor-Dark .FormElement > .Input select, .ContentElement.Backgroundcolor-Dark .FormElement > .Input textarea, .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="text"], .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="date"], .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="email"], .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="password"], .ContentElement.Backgroundcolor-Main .FormElement > .Input select, .ContentElement.Backgroundcolor-Main .FormElement > .Input textarea {
  color: #FFFFFF;
}
.ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="text"]:focus, .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="text"]:active, .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="date"]:focus, .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="date"]:active, .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="email"]:focus, .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="email"]:active, .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="password"]:focus, .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="password"]:active, .ContentElement.Backgroundcolor-Text .FormElement > .Input select:focus, .ContentElement.Backgroundcolor-Text .FormElement > .Input select:active, .ContentElement.Backgroundcolor-Text .FormElement > .Input textarea:focus, .ContentElement.Backgroundcolor-Text .FormElement > .Input textarea:active, .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="text"]:focus, .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="text"]:active, .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="date"]:focus, .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="date"]:active, .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="email"]:focus, .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="email"]:active, .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="password"]:focus, .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="password"]:active, .ContentElement.Backgroundcolor-Dark .FormElement > .Input select:focus, .ContentElement.Backgroundcolor-Dark .FormElement > .Input select:active, .ContentElement.Backgroundcolor-Dark .FormElement > .Input textarea:focus, .ContentElement.Backgroundcolor-Dark .FormElement > .Input textarea:active, .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="text"]:focus, .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="text"]:active, .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="date"]:focus, .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="date"]:active, .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="email"]:focus, .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="email"]:active, .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="password"]:focus, .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="password"]:active, .ContentElement.Backgroundcolor-Main .FormElement > .Input select:focus, .ContentElement.Backgroundcolor-Main .FormElement > .Input select:active, .ContentElement.Backgroundcolor-Main .FormElement > .Input textarea:focus, .ContentElement.Backgroundcolor-Main .FormElement > .Input textarea:active {
  border-color: #b40000;
}
.JS .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="text"]:focus, .JS .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="text"]:active, .JS .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="date"]:focus, .JS .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="date"]:active, .JS .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="email"]:focus, .JS .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="email"]:active, .JS .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="password"]:focus, .JS .ContentElement.Backgroundcolor-Text .FormElement > .Input input[type="password"]:active, .JS .ContentElement.Backgroundcolor-Text .FormElement > .Input select:focus, .JS .ContentElement.Backgroundcolor-Text .FormElement > .Input select:active, .JS .ContentElement.Backgroundcolor-Text .FormElement > .Input textarea:focus, .JS .ContentElement.Backgroundcolor-Text .FormElement > .Input textarea:active, .JS .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="text"]:focus, .JS .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="text"]:active, .JS .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="date"]:focus, .JS .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="date"]:active, .JS .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="email"]:focus, .JS .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="email"]:active, .JS .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="password"]:focus, .JS .ContentElement.Backgroundcolor-Dark .FormElement > .Input input[type="password"]:active, .JS .ContentElement.Backgroundcolor-Dark .FormElement > .Input select:focus, .JS .ContentElement.Backgroundcolor-Dark .FormElement > .Input select:active, .JS .ContentElement.Backgroundcolor-Dark .FormElement > .Input textarea:focus, .JS .ContentElement.Backgroundcolor-Dark .FormElement > .Input textarea:active, .JS .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="text"]:focus, .JS .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="text"]:active, .JS .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="date"]:focus, .JS .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="date"]:active, .JS .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="email"]:focus, .JS .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="email"]:active, .JS .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="password"]:focus, .JS .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="password"]:active, .JS .ContentElement.Backgroundcolor-Main .FormElement > .Input select:focus, .JS .ContentElement.Backgroundcolor-Main .FormElement > .Input select:active, .JS .ContentElement.Backgroundcolor-Main .FormElement > .Input textarea:focus, .JS .ContentElement.Backgroundcolor-Main .FormElement > .Input textarea:active {
  border-color: currentColor;
}
.ContentElement.Backgroundcolor-Text {
  background-color: #232323;
}
.ContentElement.Backgroundcolor-Dark {
  background-color: #333333;
}
.ContentElement.Backgroundcolor-Light {
  background-color: #f2f2f2;
}
.ContentElement.Backgroundcolor-Main {
  background-color: #b40000;
}
.ContentElement.Backgroundcolor-Main ::-moz-selection {
  background-color: #FFFFFF;
  color: #232323;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ContentElement.Backgroundcolor-Main ::selection {
  background-color: #FFFFFF;
  color: #232323;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="text"], .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="date"], .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="email"], .ContentElement.Backgroundcolor-Main .FormElement > .Input input[type="password"], .ContentElement.Backgroundcolor-Main .FormElement > .Input select, .ContentElement.Backgroundcolor-Main .FormElement > .Input textarea {
  border-color: #FFFFFF;
  background-color: transparent;
}
.ContentElement.Backgroundcolor-Main .Template-Accordion, .ContentElement.Backgroundcolor-Main .Template-Download {
  border-color: currentColor;
  color: inherit;
}
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: 900;
}
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: #b40000;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 18px;
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: 99;
}
.toP-yenoH {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.FormRow {
  width: 100%;
  margin-top: 2rem;
}
.FormRow:first-of-type {
  margin-top: 0;
}
.FormRow.Type-Fieldset {
  margin-top: 4rem;
  padding: 0;
  border: 0 none;
  position: relative;
}
.FormRow.Type-Fieldset:first-of-type {
  margin-top: 0;
}
.FormRow.Type-Fieldset + div.FormRow {
  margin-top: 4rem;
}
.FormRow.Type-Fieldset > legend {
  display: block;
  padding: 0;
  background-color: transparent;
  color: #b40000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}
.FormElement {
  min-height: 1px;
  margin-left: 4%;
  position: relative;
  float: left;
  /*&.Identifier-City,
		&.Identifier-Streetnr {
			> .Label {
				width:100px;
				text-align:right;

				@media screen AND (max-width:1024px) {
					width:100%;
				}
			}

			> .Input {
				display:inline-block;
				width:calc(100% - 100px);

				@media screen AND (max-width:1024px) {
					display:block;
					width:100%;
				}
			}
		}*/
}
@media screen AND (max-width:1024px) {
  .FormElement {
    margin-left: 0;
  }
}
@media screen AND (max-width:1024px) {
  .FormElement:not(:first-child) {
    margin-top: 12px;
  }
}
.FormElement.Hidden {
  display: none;
}
.FormElement.Column-RTL {
  float: right;
}
@media screen AND (max-width:1024px) {
  .FormElement.Column-RTL {
    float: none;
  }
}
.FormElement.Column-20 {
  width: 16.8%;
}
.FormElement.Column-25 {
  width: 22%;
}
.FormElement.Column-33 {
  width: 30.66%;
}
.FormElement.Column-40 {
  width: 37.6%;
}
.FormElement.Column-50 {
  width: 48%;
}
.FormElement.Column-60 {
  width: 58.4%;
}
.FormElement.Column-67 {
  width: 65.33%;
}
.FormElement.Column-75 {
  width: 74%;
}
.FormElement.Column-80 {
  width: 79.2%;
}
.FormElement.Column-100 {
  width: 100%;
  float: none;
}
@media screen AND (max-width:1024px) {
  .FormElement.FormElement {
    width: 100%;
    float: none;
  }
}
.FormElement:first-child {
  margin-left: 0;
}
@media screen AND (max-width:1024px) {
  .FormElement:first-child {
    margin-top: 0;
  }
}
.FormElement.Error > .Label {
  color: #CC0000;
}
.FormElement.Error > .Input input[type="text"], .FormElement.Error > .Input input[type="date"], .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: 2rem;
}
.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.Single > .Input > .Checkbox > .Label input, .FormElement.Type-Radio.Single > .Input > .Checkbox > .Label input {
  position: absolute;
  opacity: 0;
}
.FormElement.Type-Checkbox.Single > .Input > .Checkbox > .Label input:checked + span.Label:before, .FormElement.Type-Radio.Single > .Input > .Checkbox > .Label input:checked + span.Label:before {
  content: "";
}
.FormElement.Type-Checkbox.Single > .Input > .Checkbox > .Label span.Label, .FormElement.Type-Radio.Single > .Input > .Checkbox > .Label span.Label {
  display: inline-block;
  min-height: 35px;
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 420px) {
  .FormElement.Type-Checkbox.Single > .Input > .Checkbox > .Label span.Label, .FormElement.Type-Radio.Single > .Input > .Checkbox > .Label span.Label {
    padding-left: 55px;
  }
}
.FormElement.Type-Checkbox.Single > .Input > .Checkbox > .Label span.Label:before, .FormElement.Type-Radio.Single > .Input > .Checkbox > .Label span.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: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  text-rendering: auto;
  line-height: 1;
  width: 35px;
  height: 35px;
  background-color: #f2f2f2;
  color: #b40000;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.FormElement.Type-Checkbox > .Label, .FormElement.Type-Radio > .Label {
  padding-top: 0;
}
.FormElement.Type-Checkbox > .Input > .Checkbox > .Label, .FormElement.Type-Checkbox > .Input > .Radio > .Label, .FormElement.Type-Radio > .Input > .Checkbox > .Label, .FormElement.Type-Radio > .Input > .Radio > .Label {
  overflow: hidden;
}
.FormElement.Type-Checkbox > .Input > .Checkbox > .Label > input, .FormElement.Type-Checkbox > .Input > .Radio > .Label > input, .FormElement.Type-Radio > .Input > .Checkbox > .Label > input, .FormElement.Type-Radio > .Input > .Radio > .Label > input {
  margin-top: 0.5em;
  float: left;
}
.FormElement.Type-Checkbox > .Input > .Checkbox > .Label > input[disabled] + span.Label, .FormElement.Type-Checkbox > .Input > .Radio > .Label > input[disabled] + span.Label, .FormElement.Type-Radio > .Input > .Checkbox > .Label > input[disabled] + span.Label, .FormElement.Type-Radio > .Input > .Radio > .Label > input[disabled] + span.Label {
  opacity: 0.5;
}
.FormElement.Type-Checkbox > .Input > .Checkbox > .Label > span.Label, .FormElement.Type-Checkbox > .Input > .Radio > .Label > span.Label, .FormElement.Type-Radio > .Input > .Checkbox > .Label > span.Label, .FormElement.Type-Radio > .Input > .Radio > .Label > span.Label {
  display: block;
  width: auto;
  padding-left: 8px;
  overflow: hidden;
}
.FormElement.Type-Newsletter > .Input > .Newsletter > .Label > input {
  margin-top: 5px;
  float: left;
}
.FormElement.Type-Newsletter > .Input > .Newsletter > .Label > span.Label {
  display: block;
  width: auto;
  padding-left: 8px;
  overflow: hidden;
}
.FormElement.Type-File > .Label {
  width: 200px;
}
.FormElement.Type-File > .Input {
  width: calc(100% - 200px);
}
.FormElement.Type-Submit > .Input {
  width: 100%;
}
.FormElement > .Label {
  display: block;
  font-size: 1rem;
}
.FormElement > .Input {
  display: block;
  font-size: 1rem;
}
@media screen AND (max-width:1024px) {
  .FormElement > .Input {
    width: 100%;
    display: block;
  }
}
.FormElement > .Input input[type="text"], .FormElement > .Input input[type="date"], .FormElement > .Input input[type="email"], .FormElement > .Input input[type="password"], .FormElement > .Input select, .FormElement > .Input textarea {
  width: 100%;
  height: 40px;
  padding: 5px;
  outline: none;
  border: 0 solid #232323;
  border-bottom-width: 2px;
  box-shadow: none;
  border-radius: 0;
  background-color: rgba(35, 35, 35, 0.1);
  color: #232323;
  font-size: 1rem;
  line-height: 30px;
}
.FormElement > .Input input[type="text"]:focus, .FormElement > .Input input[type="text"]:active, .FormElement > .Input input[type="date"]:focus, .FormElement > .Input input[type="date"]:active, .FormElement > .Input input[type="email"]:focus, .FormElement > .Input input[type="email"]:active, .FormElement > .Input input[type="password"]:focus, .FormElement > .Input input[type="password"]:active, .FormElement > .Input select:focus, .FormElement > .Input select:active, .FormElement > .Input textarea:focus, .FormElement > .Input textarea:active {
  border-color: #b40000;
}
.FormElement > .Input input[type="text"]::-webkit-input-placeholder, .FormElement > .Input input[type="date"]::-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="date"]:-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="date"]::-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="date"]:-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 input[type="file"] {
  width: 100%;
  border: 1px solid transparent;
  border-bottom-color: #232323;
  background-color: rgba(35, 35, 35, 0.1);
  color: #232323;
}
.FormElement > .Input input[type="file"]:focus, .FormElement > .Input input[type="file"]:active {
  border-color: #b40000;
}
.FormElement > .Input select {
  padding-right: 10px;
  padding-left: 10px;
}
.FormElement > .Input select[multiple] {
  height: 100px;
}
.FormElement > .Input textarea {
  height: 208px;
  padding-top: 8px;
  line-height: 16px;
  resize: vertical;
}
.FormElement > .Text {
  width: 100%;
  font-size: 1rem;
}
.MessageArea {
  margin: 0 0 4rem 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 2px solid #b40000;
  border-bottom: 2px solid #b40000;
}
.MessageArea:last-child {
  margin-bottom: 0;
}
#FooterArea {
  margin-top: 2rem;
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #333333;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  #FooterArea {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 680px) {
  #FooterArea {
    text-align: center;
  }
}
@media screen and (max-width: 1180px) {
  #FooterArea > .ContentRow.Flex {
    flex-wrap: wrap;
  }
}
@media screen AND (max-width:1024px) {
  #FooterArea > .ContentRow.Flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#FooterArea .ContentElement.Column-33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  #FooterArea .ContentElement.Column-33 {
    width: 48%;
    order: 2;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 680px) {
  #FooterArea .ContentElement.Column-33 {
    width: 100%;
  }
}
@media screen and (max-width: 1180px) {
  #FooterArea .ContentElement.Column-33.Newsletter {
    width: 100%;
    margin-top: -3rem;
    order: 1;
  }
}
#FooterArea a, #FooterArea .Button {
  color: inherit;
}
#FooterArea a:hover, #FooterArea .Button:hover {
  color: #b40000;
}
#FooterArea .Menu li, #FooterArea .SocialMedia li {
  display: inline-block;
  margin: 0 0 0 20px;
  list-style-type: none;
  vertical-align: top;
}
#FooterArea .Menu li:first-child, #FooterArea .SocialMedia li:first-child {
  margin-left: 0;
}
#FooterArea .SocialMedia a[target="_blank"] {
  margin: 0;
  border-bottom-width: 0;
  font-size: 0;
  line-height: 0;
}
#FooterArea .SocialMedia a[target="_blank"][href*="youtu.be"]:before, #FooterArea .SocialMedia a[target="_blank"][href*="youtube.com"]:before, #FooterArea .SocialMedia a[target="_blank"][href*="youtube-nocookie.com"]: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: 36px;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
  line-height: 48px;
}
#FooterArea .SocialMedia a[target="_blank"]:before {
  font-size: 36px;
  line-height: 48px;
  position: relative;
  left: auto;
}
#FooterArea .SocialMedia a[target="_blank"]:after {
  display: none;
}
#FooterArea .Newsletter {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1180px) {
  #FooterArea .Newsletter {
    margin-left: 0;
    padding: 2rem 25px;
    float: none;
  }
}
@media screen and (max-width: 680px) {
  #FooterArea .Newsletter {
    text-align: left;
  }
}
#FooterArea .Newsletter:before {
  content: "";
  background-color: #b40000;
  position: absolute;
  top: -7rem;
  right: -100px;
  bottom: -4rem;
  left: -100px;
}
@media screen and (max-width: 1440px) {
  #FooterArea .Newsletter:before {
    top: -4rem;
    right: -50px;
    bottom: -2rem;
    left: -50px;
  }
}
@media screen and (max-width: 1180px) {
  #FooterArea .Newsletter:before {
    display: none;
  }
}
#FooterArea .Newsletter .Button:hover {
  color: #232323;
}
#FooterArea .Newsletter .Button:after {
  background-color: #FFFFFF;
}
#FooterArea .Menu {
  text-align: right;
}
@media screen and (max-width: 680px) {
  #FooterArea .Menu {
    text-align: inherit;
  }
}
#FooterArea .icue {
  display: flex;
  font-size: 12px;
  line-height: 22px;
  justify-content: flex-end;
}
@media screen and (max-width: 680px) {
  #FooterArea .icue {
    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: #b40000;
}
#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;
}
.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;
}
.Template-Counter {
  margin-top: 6rem;
}
@media screen AND (max-width:1024px) {
  .Template-Counter {
    margin-top: 0;
    text-align: center;
  }
}
.Backgroundcolor .Template-Counter {
  margin-top: 2rem;
}
@media screen AND (max-width:1024px) {
  .Backgroundcolor .Template-Counter {
    margin-top: 0;
  }
}
.Backgroundcolor .Template-Counter .Counter {
  top: 1rem;
}
@media screen AND (max-width:1024px) {
  .Backgroundcolor .Template-Counter .Counter {
    top: auto;
  }
}
.Template-Counter .Counter {
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: -5rem;
  right: 0;
  left: 0;
  white-space: nowrap;
}
@media screen AND (max-width:1024px) {
  .Template-Counter .Counter {
    top: auto;
    position: relative;
  }
}
.Template-Counter .odometer-inside {
  display: inline-block;
}
.Template-Counter .Negative, .NoJS .Template-Counter .Number, .Template-Counter .odometer-digit-spacer, .Template-Counter .odometer-formatting-mark, .Template-Counter .odometer-value, .Template-Counter .Unit {
  color: #b40000;
  font-size: 5.2222222222rem;
  font-weight: 900;
  line-height: 1;
  vertical-align: bottom;
}
.Template-ImageTextSection {
  margin-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .Template-ImageTextSection {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 1180px) {
  .Template-ImageTextSection {
    margin-bottom: 4rem;
    overflow: hidden;
  }
}
.Template-ImageTextSection.HasImage {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1180px) {
  .Template-ImageTextSection.HasImage {
    padding-bottom: 0;
  }
}
.Template-ImageTextSection.Imageeffect-Fixed.Textposition-OnImage > .Image {
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .Template-ImageTextSection.Imageeffect-Fixed > .Image {
    background-attachment: fixed;
    background-size: 50% auto;
  }
}
.Template-ImageTextSection.Textposition-Left > .Image {
  background-position: right center;
  right: 50px;
  left: auto;
}
@media screen and (max-width: 1440px) {
  .Template-ImageTextSection.Textposition-Left > .Image {
    right: 25px;
  }
}
@media screen AND (max-width:1024px) {
  .Template-ImageTextSection.Textposition-Left > .Image {
    background-position: center;
    right: auto;
  }
}
.Template-ImageTextSection.Textposition-Left .Texts > .ContentElement {
  margin-right: 55%;
  margin-right: calc(50% + 150px);
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  .Template-ImageTextSection.Textposition-Left .Texts > .ContentElement {
    margin-right: calc(50% + 50px);
  }
}
@media screen AND (max-width:1024px) {
  .Template-ImageTextSection.Textposition-Left .Texts > .ContentElement {
    margin-right: 0;
  }
}
.Template-ImageTextSection.Textposition-OnImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-bottom: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .Template-ImageTextSection.Textposition-OnImage {
    padding-bottom: 2rem;
  }
}
@media screen AND (max-width:1024px) {
  .Template-ImageTextSection.Textposition-OnImage {
    padding-bottom: 4rem;
  }
}
.Template-ImageTextSection.Textposition-OnImage > .Image {
  width: auto;
  background-position: center;
  right: 50px;
}
@media screen and (max-width: 1440px) {
  .Template-ImageTextSection.Textposition-OnImage > .Image {
    right: 25px;
  }
}
.Template-ImageTextSection.Textposition-OnImage > .Headline, .Template-ImageTextSection.Textposition-OnImage > .Texts {
  max-width: 1760px;
  padding-right: 100px;
  padding-left: 100px;
}
@media screen and (max-width: 1440px) {
  .Template-ImageTextSection.Textposition-OnImage > .Headline, .Template-ImageTextSection.Textposition-OnImage > .Texts {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen AND (max-width:1024px) {
  .Template-ImageTextSection.Textposition-OnImage > .Headline, .Template-ImageTextSection.Textposition-OnImage > .Texts {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.Template-ImageTextSection.Textposition-OnImage > .Texts {
  color: #FFFFFF;
}
@media screen AND (max-width:1024px) {
  .Template-ImageTextSection.Textposition-OnImage > .Texts {
    color: inherit;
  }
}
.Template-ImageTextSection.Textposition-OnImage > .Texts > .ContentElement {
  margin-left: 0;
}
.Template-ImageTextSection.Textposition-OnImage a {
  color: inherit;
}
.Template-ImageTextSection > .ContentRow {
  position: relative;
  z-index: 2;
}
.Template-ImageTextSection > .Image {
  width: calc(50% - 50px);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  top: 6.5rem;
  bottom: 0;
  left: 50px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .Template-ImageTextSection > .Image {
    left: 25px;
  }
}
@media screen and (max-width: 1180px) {
  .Template-ImageTextSection > .Image {
    bottom: auto;
  }
}
@media screen AND (max-width:1024px) {
  .Template-ImageTextSection > .Image {
    width: 100%;
    margin-top: -3rem;
    background-position: center;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 1180px) {
  .Template-ImageTextSection > .Image:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
.Template-ImageTextSection > .Image:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent 75%, #FFFFFF 100%);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
  z-index: 2;
  pointer-events: none;
}
.Template-ImageTextSection .Texts > .ContentElement {
  width: auto;
  margin-left: 55%;
  margin-left: calc(50% + 150px);
}
@media screen and (max-width: 1440px) {
  .Template-ImageTextSection .Texts > .ContentElement {
    margin-left: calc(50% + 50px);
  }
}
@media screen AND (max-width:1024px) {
  .Template-ImageTextSection .Texts > .ContentElement {
    margin-left: 0;
  }
}
.Template-Intro {
  padding-top: 80px;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
  /*h1 {
			+ .Text {
				margin-top:$gs_line_height_main;
			}
		}*/
  /*.Texts {
			.Text {
				h1, h2, h3, h4, h5, h6,
				p.Textsize-LikeH1,
				p.Textsize-LikeH2,
				p.Textsize-LikeH3,
				p.Textsize-LikeH4 {
					margin-left:200px;
				}
			}
		}*/
}
@media screen and (max-width: 1180px) {
  .Template-Intro {
    padding-bottom: 5rem;
  }
}
@media screen AND (max-width:1024px) {
  .Template-Intro {
    padding-bottom: 5rem;
  }
}
.Template-Intro.NoPadding, .Template-Intro.NoPaddingBottom {
  padding-bottom: 0;
}
.Template-Intro > .ContentRow.Canvas {
  width: auto;
  height: calc(100vh - 80px - 14rem);
  min-height: 600px;
  margin-right: 50px;
  margin-left: 50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .Template-Intro > .ContentRow.Canvas {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .Template-Intro > .ContentRow.Canvas {
    height: 500px;
  }
}
.Template-Intro > .ContentRow.Canvas:after {
  content: "";
  width: 100%;
  height: 25%;
  background-image: linear-gradient(0deg, #FFFFFF 0%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  z-index: 2;
  pointer-events: none;
}
.Template-Intro > .ContentRow.Texts {
  margin-top: -2.5rem;
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .Template-Intro > .ContentRow.Texts {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1180px) {
  .Template-Intro > .ContentRow.Texts {
    margin-top: 2rem;
  }
}
@media screen AND (max-width:1024px) {
  .Template-Intro > .ContentRow.Texts {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 1180px) {
  .Template-Intro > .ContentRow.Texts .Column-50 {
    width: 100%;
    float: none;
  }
}
.Template-Intro #SidebarToggle {
  position: absolute;
  visibility: hidden;
}
.Template-Intro #SidebarToggle:checked ~ #SidebarToggleLabel, .Template-Intro #SidebarToggle:checked ~ .Sidebar, .Template-Intro #SidebarToggle:checked ~ .Images .slick-arrow {
  -webkit-transform: translateX(-370px);
  -ms-transform: translateX(-370px);
  transform: translateX(-370px);
}
@media screen and (max-width: 1024px) {
  .Template-Intro #SidebarToggle:checked ~ #SidebarToggleLabel, .Template-Intro #SidebarToggle:checked ~ .Sidebar, .Template-Intro #SidebarToggle:checked ~ .Images .slick-arrow {
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
  }
}
@media screen and (max-width: 580px) {
  .Template-Intro #SidebarToggle:checked ~ #SidebarToggleLabel, .Template-Intro #SidebarToggle:checked ~ .Sidebar, .Template-Intro #SidebarToggle:checked ~ .Images .slick-arrow {
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
  }
}
.Template-Intro #SidebarToggle:checked ~ #SidebarToggleLabel:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Template-Intro #SidebarToggle:checked ~ #SidebarToggleLabel:after {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.Template-Intro #SidebarToggle:checked ~ .Sidebar .ContentRow {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.Template-Intro #SidebarToggleLabel {
  width: 30px;
  height: 30px;
  background-color: #232323;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}
@media screen and (max-width: 580px) {
  .Template-Intro #SidebarToggleLabel {
    top: 100px;
  }
}
.Template-Intro #SidebarToggleLabel, .Template-Intro #SidebarToggleLabel:before, .Template-Intro #SidebarToggleLabel:after {
  -webkit-transition: -webkit-transform 0.75s ease-in-out;
  -moz-transition: -moz-transform 0.75s ease-in-out;
  -o-transition: -o-transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
}
.Template-Intro #SidebarToggleLabel:before, .Template-Intro #SidebarToggleLabel:after {
  content: "";
  width: 16px;
  height: 3px;
  margin: auto;
  background-color: currentColor;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.Template-Intro #SidebarToggleLabel:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Template-Intro .Sidebar {
  width: 450px;
  padding: 4rem 100px 4rem 50px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: right;
  position: absolute;
  top: 0;
  right: -420px;
  bottom: 0;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.75s ease-in-out;
  -moz-transition: -moz-transform 0.75s ease-in-out;
  -o-transition: -o-transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .Template-Intro .Sidebar {
    width: 425px;
    padding-right: 50px;
    padding-left: 25px;
    right: -395px;
  }
}
@media screen and (max-width: 1024px) {
  .Template-Intro .Sidebar {
    width: 325px;
    right: -295px;
  }
}
@media screen and (max-width: 580px) {
  .Template-Intro .Sidebar {
    width: 295px;
    top: 100px;
    right: -265px;
  }
}
.Template-Intro .Sidebar a:not(.Button) {
  color: inherit;
}
.Template-Intro .Sidebar a:not(.Button):hover {
  color: #b40000;
}
.Template-Intro .Sidebar .ContentRow {
  margin-top: 3rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.Template-Intro .Sidebar .ContentRow:first-child {
  margin-top: 0;
}
.Template-Intro .Sidebar h1.LineLeft:after, .Template-Intro .Sidebar h2.LineLeft:after, .Template-Intro .Sidebar h3.LineLeft:after, .Template-Intro .Sidebar h4.LineLeft:after, .Template-Intro .Sidebar h5.LineLeft:after, .Template-Intro .Sidebar h6.LineLeft:after, .Template-Intro .Sidebar p.Textsize-LikeH1.LineLeft:after, .Template-Intro .Sidebar p.Textsize-LikeH2.LineLeft:after, .Template-Intro .Sidebar p.Textsize-LikeH3.LineLeft:after, .Template-Intro .Sidebar p.Textsize-LikeH4.LineLeft:after {
  margin-right: 15px;
  margin-left: 0;
}
.Template-Intro .Sidebar h1:after, .Template-Intro .Sidebar h2:after, .Template-Intro .Sidebar h3:after, .Template-Intro .Sidebar h4:after, .Template-Intro .Sidebar h5:after, .Template-Intro .Sidebar h6:after, .Template-Intro .Sidebar p.Textsize-LikeH1:after, .Template-Intro .Sidebar p.Textsize-LikeH2:after, .Template-Intro .Sidebar p.Textsize-LikeH3:after, .Template-Intro .Sidebar p.Textsize-LikeH4:after {
  margin-left: 15px;
}
.Template-Intro .Images, .Template-Intro .Image, .Template-Intro .slick-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.Template-Intro .slick-slider .slick-list, .Template-Intro .slick-slider .slick-track {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.Template-Intro .slick-list {
  z-index: 1;
}
.Template-Intro .slick-track {
  height: 100%;
}
.Template-Intro .slick-arrow {
  width: 60px;
  height: 60px;
  border: 0 none;
  background-color: #232323;
  color: #FFFFFF;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  right: 90px;
  z-index: 10;
  -webkit-transition: background-color 0.3s ease-in-out, -webkit-transform 0.75s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, -moz-transform 0.75s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, -o-transform 0.75s ease-in-out;
  transition: background-color 0.3s ease-in-out, transform 0.75s ease-in-out;
}
@media screen and (max-width: 640px) {
  .Template-Intro .slick-arrow {
    display: none;
  }
}
.Template-Intro .slick-arrow.slick-next {
  right: 30px;
}
.Template-Intro .slick-arrow.slick-next:after {
  content: "";
}
.Template-Intro .slick-arrow:hover {
  background-color: #b40000;
}
.Template-Intro .slick-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: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
  line-height: 60px;
}
.Template-Intro .Image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .Template-Intro .Image {
    background-attachment: scroll;
  }
}
.Template-Intro #NewsArea {
  width: calc(48% - 100px);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  bottom: 0;
  right: 50px;
  z-index: 90;
}
@media screen and (max-height: calc(600px + 18rem)) and (min-width: 1181px) {
  .Template-Intro #NewsArea {
    position: absolute;
    bottom: 4rem;
  }
}
@media screen and (max-width: 1440px) {
  .Template-Intro #NewsArea {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1180px) {
  .Template-Intro #NewsArea {
    width: 80%;
    margin-top: 5rem;
    margin-left: 20%;
    position: relative;
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  .Template-Intro #NewsArea {
    width: auto;
  }
}
.Template-Intro #NewsArea .Close {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.25);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.Template-Intro #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: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  line-height: 1;
  line-height: 30px;
}
.Template-LightboxGallery .LightboxLink {
  display: none;
  font-size: 1.4444444444rem;
  line-height: 1;
}
.Template-LightboxGallery .LightboxLink:first-child {
  display: inline-block;
}
.Template-LightboxGallery .LightboxLink:after {
  color: inherit;
}
.Template-RoutePlaner .MapsTrigger .Image:before, .Template-RoutePlaner .MapsTrigger .Image a:before {
  display: none;
}
.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:1024px) {
				padding:20px;
			}*/
}
.Template-RoutePlaner .RoutenplanerRow {
  margin: 0 0 2rem;
  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: 2rem;
  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;
}
.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-Section {
  padding-bottom: 10rem;
  position: relative;
}
@media screen AND (max-width:1024px) {
  .Template-Section {
    padding-bottom: 5rem;
  }
}
.Template-Section:first-of-type {
  padding-top: 20rem;
}
@media screen AND (max-width:1024px) {
  .Template-Section:first-of-type {
    padding-top: 16rem;
  }
}
.Template-Section.NoPadding, .Template-Section.NoPaddingTop {
  padding-top: 0;
}
.Template-Section.NoPadding, .Template-Section.NoPaddingBottom {
  padding-bottom: 0;
}
.Template-Section.MarginTop {
  margin-top: 7rem;
}
@media screen and (max-width: 1440px) {
  .Template-Section.MarginTop {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1180px) {
  .Template-Section.MarginTop {
    margin-top: 0;
  }
}
.Template-Section.MarginBottom {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1440px) {
  .Template-Section.MarginBottom {
    margin-bottom: 2rem;
  }
}
@media screen AND (max-width:1024px) {
  .Template-Section.MarginBottom {
    margin-bottom: 0;
  }
}
.Template-Section.HasImage {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.Template-Section.HasImage::before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .Template-Section.HasImage::before {
    background-attachment: fixed;
  }
}
.Template-Section.Contentswidth-Fullwidth > .ContentRow {
  max-width: none;
}
.Template-Section.Backgroundcolor:last-child {
  margin-bottom: 8rem;
}
.Template-Section > .ContentRow.Fullwidth {
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 1440px) {
  .Template-Section > .ContentRow.Fullwidth {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.Template-SliderItem {
  display: none;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.Template-SliderItem > .ContentRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
  border-top: 4rem solid transparent;
  border-bottom: 4rem solid transparent;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .Template-SliderItem > .ContentRow {
    padding-right: 50px;
    padding-bottom: 5px;
    padding-left: 50px;
    border-bottom-width: 2rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.Template-SliderItem > .ContentRow > .ContentElement {
  width: 100%;
}
.Template-Standard.Imageposition-Left, .Template-Standard.Imageposition-Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen AND (max-width:1024px) {
  .Template-Standard.Imageposition-Left, .Template-Standard.Imageposition-Right {
    display: block;
  }
}
.Template-Standard.Imageposition-Left > .Image, .Template-Standard.Imageposition-Right > .Image {
  width: 30.66%;
  margin: 0 4% 0 0;
  float: left;
  overflow: hidden;
}
@media screen AND (max-width:1024px) {
  .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:1024px) {
  .Template-Standard.Imageposition-Left > .Image + .Text, .Template-Standard.Imageposition-Right > .Image + .Text {
    margin-top: 2rem;
  }
}
.Template-Standard.Imageposition-Left > .Text, .Template-Standard.Imageposition-Right > .Text {
  width: 65.33%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media screen AND (max-width:1024px) {
  .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:1024px) {
  .Template-Standard.Imageposition-Right > .Text {
    padding-right: 30px;
  }
}
.Template-Standard.Imagealign-Right > .Image {
  text-align: right;
}
.Template-Standard.Imagealign-Right > .Image img, .Template-Standard.Imagealign-Right > .Image svg, .Template-Standard.Imagealign-Right > .Image video {
  margin-left: auto;
}
.Template-Standard.Imagealign-Center > .Image {
  text-align: center;
}
.Template-Standard.Imagealign-Center > .Image img, .Template-Standard.Imagealign-Center > .Image svg, .Template-Standard.Imagealign-Center > .Image video {
  margin-right: auto;
  margin-left: auto;
}
.Template-Standard > .Image {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.Template-Standard > .Image:before, .Template-Standard > .Image a:before {
  content: "";
  width: 25%;
  height: 100%;
  background-image: linear-gradient(to right, #FFFFFF 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
  z-index: 2;
}
.Template-Standard > .Image a {
  border-bottom-width: 0;
  position: relative;
  z-index: 2;
}
.Template-Standard > .Image a[target="_blank"]:not(.NoIcon) {
  margin-right: 0;
}
.Template-Standard > .Image a[target="_blank"]:not(.NoIcon):after {
  display: none;
}
.Template-Standard > .Image svg, .Template-Standard > .Image video {
  max-width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 2rem;
}
.Module-InstagramFeed {
  margin-bottom: -8rem;
}
@media screen AND (max-width:1024px) {
  .Module-InstagramFeed {
    margin-bottom: 0;
  }
}
.Module-InstagramFeed .List {
  font-size: 0;
  line-height: 0;
}
.Module-InstagramFeed .Item {
  width: 32%;
  margin: 2% 0 0 2%;
  display: inline-block;
  list-style-type: none;
  position: relative;
  perspective: 500px;
  -webkit-transform: perspective(500px);
  -ms-transform: perspective(500px);
  transform: perspective(500px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media screen and (max-width: 1180px) {
  .Module-InstagramFeed .Item {
    width: 65.33%;
    margin-left: calc(30.66% + 4%);
  }
}
@media screen and (min-width: 1181px) {
  .Module-InstagramFeed .Item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1181px) {
  .Module-InstagramFeed .Item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1180px) {
  .Module-InstagramFeed .Item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.Module-InstagramFeed .Item:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Module-InstagramFeed .Item a {
  width: 100%;
  height: 100%;
  border-bottom-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media screen and (min-width: 1025px) {
  .Module-InstagramFeed .Item a:hover:before {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .Module-InstagramFeed .Item a:hover .Text {
    opacity: 1;
    -webkit-transform: translateZ(50px);
    -ms-transform: translateZ(50px);
    transform: translateZ(50px);
  }
}
.Module-InstagramFeed .Item a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 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;
}
.Module-InstagramFeed .Item .Text {
  width: 100%;
  height: 100%;
  border: 0 solid transparent;
  border-width: 2rem 50px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.75;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(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;
}
/*# sourceMappingURL=full.css.map */