@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: disc;
}
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 {
  width: 100%;
  max-width: 1490px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 1024px) {
  #HeaderArea > .ContentRow {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
.Button {
  display: inline-block;
  margin: 0.75rem 0 0 0;
  padding: 12px 20px 14px;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 0 none;
  background-color: #62c6dd;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.125;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ButtonContrast.Button {
  background-color: #ffdb00;
}
.Button:hover, .Button:focus {
  background-color: #ddebef;
  color: #222222;
}
h1, p.Textsize-LikeH1, h2, p.Textsize-LikeH2, .Module-JobsListing .Item .Title, .Module-OffersListing .Title, .Module-OffersListing .Price, h3, p.Textsize-LikeH3, h4, h5, h6, .Font-Alternative, .Template-IconTeaser .Title {
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-weight: 300;
}
.wf-active h1, .wf-active p.Textsize-LikeH1, .wf-active h2, .wf-active p.Textsize-LikeH2, .wf-active .Module-JobsListing .Item .Title, .Module-JobsListing .Item .wf-active .Title, .wf-active .Module-OffersListing .Title, .Module-OffersListing .wf-active .Title, .wf-active .Module-OffersListing .Price, .Module-OffersListing .wf-active .Price, .wf-active h3, .wf-active p.Textsize-LikeH3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active .Font-Alternative, .wf-active .Template-IconTeaser .Title, .Template-IconTeaser .wf-active .Title, .NoJS h1, .NoJS p.Textsize-LikeH1, .NoJS h2, .NoJS p.Textsize-LikeH2, .NoJS .Module-JobsListing .Item .Title, .Module-JobsListing .Item .NoJS .Title, .NoJS .Module-OffersListing .Title, .Module-OffersListing .NoJS .Title, .NoJS .Module-OffersListing .Price, .Module-OffersListing .NoJS .Price, .NoJS h3, .NoJS p.Textsize-LikeH3, .NoJS h4, .NoJS h5, .NoJS h6, .NoJS .Font-Alternative, .NoJS .Template-IconTeaser .Title, .Template-IconTeaser .NoJS .Title {
  font-family: Bitter, Georgia, Times, serif;
}
.Module-NewsListing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Module-NewsListing > .Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31.33%;
  margin: 3rem 0 0 3%;
  position: relative;
  float: left;
  overflow: hidden;
  -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: 48.5%;
  }
}
@media screen and (max-width: 640px) {
  .Module-NewsListing > .Item {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
.NoColumnGap .Module-NewsListing > .Item {
  width: 33.33%;
  margin-left: 0;
}
@media screen and (max-width: 1180px) {
  .NoColumnGap .Module-NewsListing > .Item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .NoColumnGap .Module-NewsListing > .Item {
    width: 100%;
  }
}
.NoColumnGap .Module-NewsListing > .Item > .Texts {
  padding-right: 25px;
}
@media screen AND (max-width:860px) {
  .Module-NewsListing > .Item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) 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: 641px) 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 ~ .Texts .Title {
  color: #62c6dd;
}
.Module-NewsListing > .Item .Link:hover ~ .Texts .Button {
  border-color: #222222;
  background-color: #222222;
  color: #ffffff;
}
.Module-NewsListing > .Item .Image {
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.Module-NewsListing > .Item .Image.Empty {
  background-color: #ddebef;
}
.Module-NewsListing > .Item .Image.Empty:after {
  width: 40px;
  height: 40px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.Module-NewsListing > .Item .Image + .Texts {
  margin-top: 1.5rem;
}
.Module-NewsListing > .Item .Title {
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.Module-NewsListing > .Item .Date {
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.Module-NewsListing + .Pagination {
  margin-top: 3rem;
}
html.NewsTemplate-News #ContentArea .Template-Section:first-child {
  padding-top: 0;
}
html.NewsTemplate-News #ContentArea .LargeImage {
  margin: 0 auto 6rem;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
html.NewsTemplate-News #ContentArea .LargeImage:before {
  content: "";
  display: block;
}
html.NewsTemplate-News #ContentArea .LargeImage > .ContentRow {
  position: absolute;
  bottom: 0;
}
html.NewsTemplate-News #ContentArea .LargeImage .ContentElement {
  width: 100%;
  padding: 1.5rem 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 */
}
html.NewsTemplate-News #ContentArea .Teaser, html.NewsTemplate-News #ContentArea .Text {
  padding-left: 50px;
}
html.NewsTemplate-News #ContentArea .Teaser {
  font-weight: 700;
}
html.NewsTemplate-News #ContentArea .Teaser + .Text {
  margin-top: 1.5rem;
}
html.NewsTemplate-News #ContentArea .Image {
  margin-bottom: 1.5rem;
}
html.NewsTemplate-News #ContentArea .SocialLinks {
  padding-right: 50px;
  font-size: 0;
  text-align: right;
}
@media screen AND (max-width:860px) {
  html.NewsTemplate-News #ContentArea .SocialLinks {
    padding-right: 25;
    padding-left: 25;
    text-align: center;
  }
}
html.NewsTemplate-News #ContentArea .SocialLinks li {
  display: inline-block;
  margin: 0 0 0 15px;
}
html.NewsTemplate-News #ContentArea .SocialLinks li:first-child {
  margin-left: 0;
}
html.NewsTemplate-News #ContentArea .SocialLinks li:before {
  display: none;
}
html.NewsTemplate-News #ContentArea .SocialLinks a {
  display: block;
  width: 50px;
  height: 50px;
  border-bottom-width: 0;
  background-color: #62c6dd;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}
html.NewsTemplate-News #ContentArea .SocialLinks a:hover {
  background-color: #4a4a4a;
  color: #FFFFFF;
}
html.NewsTemplate-News #ContentArea .SocialLinks .fa:before, html.NewsTemplate-News #ContentArea .SocialLinks .fab:before {
  font-size: 28px;
  line-height: 50px;
}
html.NewsTemplate-News #ContentArea .Meta {
  padding-top: 1.5rem;
  border-top: 1px solid #ddebef;
}
html.NewsTemplate-News #ContentArea .Meta ul {
  font-size: 0;
}
@media screen and (max-width: 480px) {
  html.NewsTemplate-News #ContentArea .Meta ul {
    display: flex;
    flex-wrap: wrap;
  }
}
html.NewsTemplate-News #ContentArea .Meta li {
  display: inline-block;
  width: 33.33%;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  list-style-type: none;
  vertical-align: baseline;
}
@media screen and (max-width: 480px) {
  html.NewsTemplate-News #ContentArea .Meta li.Previous {
    width: 50%;
    margin-top: 0;
  }
}
html.NewsTemplate-News #ContentArea .Meta li.Archive {
  text-align: center;
}
@media screen and (max-width: 480px) {
  html.NewsTemplate-News #ContentArea .Meta li.Archive {
    width: 100%;
    order: 3;
  }
}
html.NewsTemplate-News #ContentArea .Meta li.Next {
  text-align: right;
}
@media screen and (max-width: 480px) {
  html.NewsTemplate-News #ContentArea .Meta li.Next {
    width: 50%;
    order: 2;
  }
}
html.NewsTemplate-News #ContentArea .Meta a {
  border-bottom-width: 1px;
}
html.NewsTemplate-News #ContentArea .Meta .fa-angle-left {
  margin-right: 10px;
}
html.NewsTemplate-News #ContentArea .Meta .fa-angle-left:before {
  font-weight: 300;
}
html.NewsTemplate-News #ContentArea .Meta .fa-angle-right {
  margin-left: 10px;
}
html.NewsTemplate-News #ContentArea .Meta .fa-angle-right:before {
  font-weight: 300;
}
html.NewsTemplate-News #ContentArea .Gallery {
  font-size: 0;
}
html.NewsTemplate-News #ContentArea .Gallery li {
  display: inline-block;
  width: 48.5%;
  margin: 0 0 1.5rem 3%;
  list-style-type: none;
  position: relative;
}
html.NewsTemplate-News #ContentArea .Gallery li:nth-of-type(2n+1) {
  margin-left: 0;
}
html.NewsTemplate-News #ContentArea .Gallery li:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
html.NewsTemplate-News #ContentArea .Gallery li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #4a4a4a;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
html.NewsTemplate-News #ContentArea .Gallery li > a:hover {
  border-color: #62c6dd;
}
html.NewsTemplate-News #ContentArea .Gallery li > a[target="_blank"]:not(.NoIcon) {
  margin-right: 0;
}
html.NewsTemplate-News #ContentArea .Gallery li > a img, html.NewsTemplate-News #ContentArea .Gallery li > a svg, html.NewsTemplate-News #ContentArea .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: #62c6dd;
  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: "";
  background-color: #62c6dd;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  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: #62c6dd;
  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: "";
  background-color: #62c6dd;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  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: #62c6dd;
  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: "";
  background-color: #62c6dd;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  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: #62c6dd;
  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: "";
  background-color: #62c6dd;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  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: #62c6dd;
  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: #62c6dd;
  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: #62c6dd;
  background-color: #62c6dd;
  color: #ffffff;
  -webkit-animation: button-pulse1 2s infinite ;
  animation: button-pulse1 2s infinite ;
}
.ContentElement.Backgroundcolor-Light .Button.Buttonstyle-06.Testbutton:hover {
  background-color: #62c6dd;
}
.Button.Buttonstyle-07.Testbutton, .Button:not(.Testbutton) {
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-07.Testbutton:hover, .Button:not(.Testbutton):hover {
  border-color: #62c6dd;
  background-color: #62c6dd;
  color: #ffffff;
  -webkit-animation: button-pulse2 0.75s forwards ;
  animation: button-pulse2 0.75s forwards ;
}
.ContentElement.Backgroundcolor-Light .Button.Buttonstyle-07.Testbutton:hover, .ContentElement.Backgroundcolor-Light .Button:not(.Testbutton):hover {
  background-color: #62c6dd;
}
.Button.Buttonstyle-08.Testbutton {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-08.Testbutton:hover {
  border-color: #62c6dd;
  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(98, 198, 221, 0.5);
}
.Button.Buttonstyle-08.Testbutton:before {
  content: "";
  box-shadow: 0 1.5rem 0 rgba(98, 198, 221, 0.5);
  background-color: #62c6dd;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  -webkit-transform: translateY(calc(-100% - 1.5rem));
  -ms-transform: translateY(calc(-100% - 1.5rem));
  transform: translateY(calc(-100% - 1.5rem));
  -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: #62c6dd;
  background-color: #62c6dd;
  color: #ffffff;
  font-size: 0;
  line-height: 0;
  word-spacing: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-09.Testbutton:hover {
  border-color: transparent;
  background-color: #38b7d4;
}
.ContentElement.Backgroundcolor-Light .Button.Buttonstyle-09.Testbutton:hover {
  background-color: #38b7d4;
}
.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: 12px 20px 14px;
  font-size: 1.125rem;
  line-height: 1;
  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 .Word {
  display: inline-block;
}
.Button.Buttonstyle-09.Testbutton .Letter {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1;
  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 {
  font-size: 0;
  line-height: 0;
  word-spacing: 5px;
  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 {
  background-color: #4a4a4a;
}
.ContentElement.Backgroundcolor-Light .Button.Buttonstyle-10.Testbutton:hover {
  background-color: #4a4a4a;
}
.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 .Word {
  display: inline-block;
}
.Button.Buttonstyle-10.Testbutton .Letter {
  display: inline-block;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1;
}
.Button.Buttonstyle-11.Testbutton {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-11.Testbutton:hover {
  background-color: #62c6dd;
  color: #ffffff;
}
.ContentElement.Backgroundcolor-Light .Button.Buttonstyle-11.Testbutton:hover {
  background-color: #62c6dd;
}
.Button.Buttonstyle-11.Testbutton:hover:before {
  max-width: 100%;
  padding-right: 37.5px;
  opacity: 1;
}
.Button.Buttonstyle-11.Testbutton:before {
  content: attr(data-text);
  width: 100%;
  max-width: 0;
  height: 100%;
  padding: 12px 0 14px 20px;
  background-color: #222222;
  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;
  text-align: center;
  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: #62c6dd;
  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 #62c6dd;
  }
  50% {
    box-shadow: 0 0 0 15px rgba(98, 198, 221, 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: #4a4a4a;
    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: #4a4a4a;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: #4a4a4a;
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    color: #4a4a4a;
    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: #4a4a4a;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: #4a4a4a;
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    color: #4a4a4a;
    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: #4a4a4a;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: #4a4a4a;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    color: #4a4a4a;
    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: #4a4a4a;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: #4a4a4a;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    color: #4a4a4a;
    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: #4a4a4a;
  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: 1280px) {
  html {
    font-size: 18px;
  }
}
@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: 1.5rem;
  position: relative;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
.far, .fal, .fas, .fab {
  font-size: 0;
  line-height: 0;
}
.far:before, .fal:before, .fas:before, .fab:before {
  font-size: 1rem;
  line-height: 1.5rem;
}
picture {
  font-size: 0;
  line-height: 0;
}
img[id^="Image--"] {
  display: block;
  max-width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: normal;
  position: relative;
  word-break: break-all;
}
img[id^="Image--"].loaded, img[id^="Image--"].Loaded {
  width: auto;
}
html.NoJS img[id^="Image--"] {
  width: auto;
}
html.NoJS img[id^="Image--"].Lazy {
  display: none;
}
img[id^="Image--"]:before {
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
img[id^="Image--"]:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
a {
  color: #62c6dd;
  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 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a[rel="ga-toggle"], a[rel="fp-toggle"] {
  cursor: pointer;
}
.NoJS a[rel="ga-toggle"], .NoJS a[rel="fp-toggle"] {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  background-color: rgba(74, 74, 74, 0.25);
  opacity: 0.5;
  cursor: default;
}
a img {
  color: inherit;
}
.Textcolor-Dark {
  color: #222222;
}
.Textcolor-Light {
  color: #ddebef;
}
.Textcolor-Bright {
  color: #ffffff;
}
.Textcolor-Main {
  color: #62c6dd;
}
.Textcolor-Contrast {
  color: #ffdb00;
}
.Uppercase {
  text-transform: uppercase;
}
h1, p.Textsize-LikeH1 {
  color: #62c6dd;
  font-size: 2.1rem;
  line-height: 1.2857142857;
}
h2, p.Textsize-LikeH2, .Module-JobsListing .Item .Title, .Module-OffersListing .Title, .Module-OffersListing .Price {
  color: #62c6dd;
  font-size: 1.8rem;
  line-height: 1.2222222222;
}
h3, p.Textsize-LikeH3 {
  color: #62c6dd;
  font-size: 1.4rem;
  line-height: 1.2857142857;
}
h1, p.Textsize-LikeH1, h2, p.Textsize-LikeH2, .Module-JobsListing .Item .Title, .Module-OffersListing .Title, .Module-OffersListing .Price, h3, p.Textsize-LikeH3 {
  /*&.Textcolor-Dark,
		.Textcolor-Dark & {
			color:$gh_color_dark;
		}

		&.Textcolor-Light,
		.Textcolor-Light & {
			color:$gh_color_light;
		}

		&.Textcolor-Contrast,
		.Textcolor-Contrast & {
			color:$gh_color_contrast;
		}*/
}
h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border-bottom-width: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #62c6dd;
}
h1 + h1, h2 + h2, h3 + h3, h4 + h4, h5 + h5 {
  border: 10px dashed red;
  color: red !important;
}
::-moz-selection {
  background-color: #62c6dd;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
::selection {
  background-color: #62c6dd;
  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 {
  max-width: 450px;
  height: 2px;
  margin: 0.75rem 0;
  padding: 0;
  border-width: 0;
  background-color: #222222;
}
@media screen AND (max-width:860px) {
  hr {
    max-width: none;
  }
}
.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-size: 2.5rem;
  line-height: 1.2;
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-weight: 300;
}
.wf-active blockquote, .NoJS blockquote {
  font-family: Bitter, Georgia, Times, serif;
}
blockquote > :first-child:before {
  content: "„";
  display: inline-block;
}
blockquote > :last-child:after {
  content: "“";
  display: inline-block;
}
blockquote + p {
  margin-top: 0.375rem;
}
.Pagination {
  margin-top: 9rem;
  font-size: 0;
  text-align: center;
}
.Pagination > li {
  display: inline-block;
  height: 61px;
  margin: 0;
  background-color: #EAEAEA;
  font-size: 18px;
  line-height: 61px;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .Pagination > li {
    background-color: transparent;
  }
}
.Pagination > li.Prev, .Pagination > li.Next {
  font-size: 0;
}
.Pagination > li.Prev .far:before, .Pagination > li.Next .far:before {
  font-size: 24px;
  line-height: 64px;
}
.Pagination > li.Prev a, .Pagination > li.Next a {
  padding: 0 24px;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Prev a, .Pagination > li.Next a {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.Pagination > li.Prev + .Digit {
  margin-left: 2px;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Prev + .Digit {
    padding-left: 0;
  }
}
.Pagination > li.Digit.Active, .Pagination > li.Digit a {
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Digit.Active, .Pagination > li.Digit a {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}
.Pagination > li.Digit.Active {
  color: #62c6dd;
  font-weight: 700;
}
.Pagination > li.Digit.Active:first-of-type {
  padding-left: 48px;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Digit.Active:first-of-type {
    padding-left: 0;
  }
}
.Pagination > li.Digit.Active:last-of-type {
  padding-right: 48px;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Digit.Active:last-of-type {
    padding-right: 0;
  }
}
.Pagination > li.Digit:last-of-type {
  padding-right: 40px;
}
.Pagination > li.Next {
  margin-left: 42px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Next {
    margin-left: 2px;
  }
}
.Pagination > li.Next:before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background-color: #EAEAEA;
  position: absolute;
  top: 0;
  left: -42px;
}
@media screen and (max-width: 480px) {
  .Pagination > li.Next:before {
    display: none;
  }
}
.Pagination > li:before {
  display: none;
}
.Pagination a {
  display: inline-block;
  height: 100%;
  border-bottom-width: 0;
  color: inherit;
}
.slider-arrow {
  height: 40px;
  margin: auto;
  background-color: #ffffff;
  color: #62c6dd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.slider-arrow.next {
  right: 0;
  left: auto;
}
.slider-arrow.next::after {
  content: "";
}
.slider-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: 40px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  line-height: 1;
}
#NewsArea {
  max-width: 1490px;
  margin: 0 auto 10px;
  padding: 15px 25px;
  border-right: 25px solid #ffffff;
  border-left: 25px solid #ffffff;
  background-color: #ffdb00;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  #NewsArea {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
#NewsArea blockquote {
  font-size: inherit;
}
#NewsArea h1, #NewsArea p.Textsize-LikeH1, #NewsArea h2, #NewsArea p.Textsize-LikeH2, #NewsArea .Module-JobsListing .Item .Title, .Module-JobsListing .Item #NewsArea .Title, #NewsArea .Module-OffersListing .Title, .Module-OffersListing #NewsArea .Title, #NewsArea .Module-OffersListing .Price, .Module-OffersListing #NewsArea .Price, #NewsArea h3, #NewsArea p.Textsize-LikeH3 {
  color: inherit;
}
#HeaderArea {
  width: 100%;
  height: 160px;
  background-color: #ffffff;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 580px) {
  #HeaderArea {
    height: 170px;
  }
}
#HeaderArea::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s linear;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s linear;
  transition: opacity 0.3s ease-in-out, visibility 0s linear;
}
#HeaderArea > .ContentRow, #HeaderArea > .ContentRow > .ContentElement {
  height: 100%;
}
#HeaderArea .Logos::before {
  content: "";
  height: 5px;
  background-color: #62c6dd;
  position: absolute;
  top: 0;
  right: 360px;
  left: 0;
}
@media screen AND (max-width:940px) {
  #HeaderArea .Logos::before {
    right: 75px;
  }
}
#LogoArea {
  display: block;
  width: 240px;
  height: 80px;
  border-bottom-width: 0;
  position: absolute;
  bottom: 20px;
  left: 25px;
}
@media screen and (max-width: 1024px) {
  #LogoArea {
    left: 12.5px;
  }
}
@media screen and (max-width: 580px) {
  #LogoArea {
    width: 180px;
    height: 128px;
    top: auto;
    bottom: 20px;
  }
}
@media screen and (max-width: 460px) {
  #LogoArea {
    left: 0;
  }
}
@media screen and (max-width: 360px) {
  #LogoArea {
    width: 140px;
    height: 100px;
  }
}
#LogoArea svg {
  width: 100%;
  height: 100%;
}
#HeaderSlogan {
  position: absolute;
  right: 25px;
  bottom: 20px;
}
#MenuTrigger-Contact, #MenuTrigger-OpeningHours, #MenuTrigger-Menu, #MenuTrigger-Close {
  position: absolute;
  visibility: hidden;
}
#MenuTrigger-Contact:checked ~ #HeaderArea #MenuLabel-Contact {
  color: #62c6dd;
}
#MenuTrigger-Contact:checked ~ #HeaderArea #Meta-Contact {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#MenuTrigger-OpeningHours:checked ~ #HeaderArea #MenuLabel-OpeningHours {
  color: #62c6dd;
}
#MenuTrigger-OpeningHours:checked ~ #HeaderArea #Meta-OpeningHours {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#MenuTrigger-Menu:checked ~ #HeaderArea .Toggleable, #MenuTrigger-Menu:checked ~ #HeaderArea .Menu-Meta {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
@media screen AND (max-width:940px) {
  #MenuTrigger-Menu:checked ~ #HeaderArea .Toggleable {
    opacity: inherit;
    visibility: inherit;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
#MenuTrigger-Menu:checked ~ #HeaderArea #MainMenu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#MenuTrigger-Close:checked ~ #HeaderArea::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
#MenuTrigger-Close:checked ~ #HeaderArea #MenuLabel-Menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#MenuTrigger-Close:checked ~ #HeaderArea #MenuLabel-Close {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
#MetaMenu {
  width: 350px;
  height: 72px;
  padding: 15px 25px 15px 5px;
  background-color: #ddebef;
  color: #222222;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
@media screen AND (max-width:940px) {
  #MetaMenu {
    width: 56px;
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media screen and (max-width: 580px) {
  #MetaMenu {
    height: 62px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#MetaMenu ul.Level2 {
  display: none;
}
.Toggleable, .Menu-Meta {
  vertical-align: top;
  opacity: inherit;
  visibility: inherit;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s linear;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s linear;
  transition: opacity 0.3s ease-in-out, visibility 0s linear;
}
.Toggleable li, .Menu-Meta li {
  display: inline-block;
  margin: 0;
  border-right: 1px solid #ffffff;
  list-style-type: none;
  vertical-align: top;
  /*a {
				&, &:before, &:after {
					-webkit-transition-property:none;
					transition-property:none;
				}
			}*/
}
.Toggleable {
  display: inline-block;
}
@media screen AND (max-width:940px) {
  .Toggleable {
    width: 294px;
    height: 72px;
    padding-top: 15px;
    position: absolute;
    right: 81px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
}
@media screen AND (max-width:375px) {
  .Toggleable {
    width: calc(100vw - 56px - 25px);
  }
}
@media screen and (max-width: 580px) {
  .Toggleable {
    height: 62px;
    padding-top: 5px;
  }
}
.Menu-Meta {
  display: none;
}
.Menu-Meta li:last-child {
  border-right-width: 0;
}
#MenuLabel-Contact label, #MenuLabel-OpeningHours label {
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen AND (max-width:940px) {
  #MenuLabel-Contact label, #MenuLabel-OpeningHours label {
    color: #ffffff;
  }
}
#MenuLabel-Contact label:hover, #MenuLabel-OpeningHours label:hover {
  color: #62c6dd;
}
#MenuLabel-Contact label::before, #MenuLabel-OpeningHours 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: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  text-rendering: auto;
  line-height: 1;
  line-height: 42px;
}
#MenuLabel-OpeningHours label::before {
  content: "";
  font-size: 20px;
}
#MenuLabel-Menu, #MenuLabel-Close {
  width: 41px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #MenuLabel-Menu, #MenuLabel-Close {
    right: 7.5px;
  }
}
#MenuLabel-Menu {
  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;
}
#MenuLabel-Menu::before, #MenuLabel-Menu::after {
  content: "";
  width: 31px;
  margin: auto;
  color: #222222;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#MenuLabel-Menu::before {
  height: 21px;
  border-top: 3px solid;
  border-bottom: 3px solid;
}
#MenuLabel-Menu::after {
  height: 3px;
  background-color: currentColor;
}
#MenuLabel-Close {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s linear;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s linear;
  transition: opacity 0.3s ease-in-out, visibility 0s linear;
}
#MenuLabel-Close::before, #MenuLabel-Close::after {
  content: "";
  width: 31px;
  height: 4px;
  margin: auto;
  background-color: #222222;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#MenuLabel-Close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#MenuLabel-Close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#MainMenu, #Meta-Contact, #Meta-OpeningHours {
  width: 350px;
  max-height: calc(100vh - 72px - 25px);
  padding: 0 25px 1.5rem;
  border-top: 1.5rem solid transparent;
  background-color: #ddebef;
  color: #222222;
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  overflow: hidden auto;
  -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-height: 740px) {
  #MainMenu, #Meta-Contact, #Meta-OpeningHours {
    border-top-width: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  #MainMenu, #Meta-Contact, #Meta-OpeningHours {
    max-height: calc(100vh - 72px - 12.5px);
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media screen AND (max-width:375px) {
  #MainMenu, #Meta-Contact, #Meta-OpeningHours {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #MainMenu, #Meta-Contact, #Meta-OpeningHours {
    max-height: calc(100vh - 62px - 12.5px);
    top: 62px;
  }
}
#MainMenu a, #Meta-Contact a, #Meta-OpeningHours a {
  -webkit-transition: border-bottom-color 0.3s ease-in-out;
  -moz-transition: border-bottom-color 0.3s ease-in-out;
  -o-transition: border-bottom-color 0.3s ease-in-out;
  transition: border-bottom-color 0.3s ease-in-out;
}
#MainMenu hr, #Meta-Contact hr, #Meta-OpeningHours hr {
  background-color: #ffffff;
}
.Widget-MetaOpeningHours table {
  width: 100%;
}
.Widget-MetaOpeningHours table td {
  padding-right: 20px;
  vertical-align: top;
}
.Widget-MetaOpeningHours table td:last-child {
  padding-right: 0;
  text-align: right;
}
.Menu-Main {
  text-align: right;
}
.Menu-Main li.Level1 {
  margin: 0;
  padding: 20px 0 18px 0;
  border-bottom: 1px solid #ffffff;
  list-style-type: none;
}
.Menu-Main li.Level1:last-child {
  border-bottom-width: 0;
}
.Menu-Main a.Level1, .Menu-Main span.Level1 {
  font-size: 1.3333333333rem;
  line-height: 1;
}
@media screen and (max-width: 580px) {
  .Menu-Main a.Level1, .Menu-Main span.Level1 {
    font-size: 1.5rem;
  }
}
.Menu-Main ul.Level2 {
  display: none;
}
.Menu-Main + .Menu-Footer {
  margin-top: 3rem;
}
@media screen and (max-height: 680px) {
  .Menu-Main + .Menu-Footer {
    margin-top: 1.5rem;
  }
}
.Menu-Footer {
  text-align: right;
}
.Menu-Footer li.Level1 {
  display: inline-block;
  margin: 0 0 0 56px;
  position: relative;
}
@media screen and (max-width: 580px) {
  .Menu-Footer li.Level1 {
    margin-left: 20px;
  }
}
.Menu-Footer li.Level1:first-of-type {
  margin-left: 0;
}
.Menu-Footer li.Level1:first-of-type::before {
  display: none;
}
.Menu-Footer li.Level1::before {
  content: ".";
  color: #ffffff;
  position: absolute;
  left: -30px;
  top: 0;
}
@media screen and (max-width: 580px) {
  .Menu-Footer li.Level1::before {
    left: -12px;
  }
}
.Menu-Meta {
  display: inline-block;
}
@media screen AND (max-width:940px) {
  .Menu-Meta {
    display: none;
  }
}
.Menu-Meta a.Level1, .Menu-Meta span.Level1 {
  display: inline-block;
  padding: 0 15px;
  border-bottom-width: 0;
  color: #222222;
}
.Menu-Meta a.Level1.Anfahrt::before, .Menu-Meta span.Level1.Anfahrt::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: 700;
  text-rendering: auto;
  line-height: 1;
  line-height: 42px;
}
.Menu-Meta a.Level1:hover, .Menu-Meta span.Level1:hover {
  color: #62c6dd;
}
.Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="facebook."], .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="instagram."], .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="plus.google."], .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="twitter."], .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="xing."], .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="linkedin."] {
  margin-right: 0;
  margin-left: 0;
}
.Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="facebook."]::before, .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="instagram."]::before, .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="plus.google."]::before, .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="twitter."]::before, .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="xing."]::before, .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="linkedin."]::before {
  font-size: 20px;
  line-height: 42px;
  position: relative;
  left: auto;
}
.Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="facebook."]::after, .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="instagram."]::after, .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="plus.google."]::after, .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="twitter."]::after, .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="xing."]::after, .Menu-Meta a.Level1[target="_blank"]:not(.NoIcon)[href*="linkedin."]::after {
  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:860px) {
    .ContentRow.Flex {
      display: block;
    }
  }
  .ContentRow.Flex:before, .ContentRow.Flex:after {
    display: none;
  }
  .ContentRow.Flex > .Column-RTL {
    order: 5;
  }
  @media screen AND (max-width:860px) {
    .ContentRow.Flex > .Column-RTL {
      order: 0;
    }
  }
}
_::selection, .ContentRow.Flex {
  display: -ms-flexbox�;
  display: flex�;
}
@media screen AND (max-width:860px) {
  _::selection, .ContentRow.Flex {
    display: block�;
  }
}
_::selection:before, .ContentRow.Flex:before, _::selection:after, .ContentRow.Flex:after {
  display: none�;
}
.ContentRow.Flex > .ContentElement.Flexalign-Center {
  -ms-flex-item-align: center;
  align-self: center;
}
.ContentRow.Flex > .ContentElement.Flexalign-Bottom, .ContentRow.Flex > .ContentElement.Flexalign-FlexEnd {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.ContentRow > .ContentElement {
  position: relative;
  float: left;
}
.ContentRow > .ContentElement.Centered:last-of-type:first-of-type {
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.ContentRow > .ContentElement.IsEmpty {
  min-height: 1px;
}
@media screen AND (max-width:860px) {
  .ContentRow > .ContentElement.IsEmpty {
    display: none;
  }
}
.ContentRow > .Column-RTL {
  float: right;
}
@media screen AND (max-width:860px) {
  .ContentRow > .Column-RTL {
    float: none;
  }
}
.ContentRow > .ContentElement, .ContentRow > .ContentElement.Column-RTL:first-child, .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
  margin-left: 3%;
}
.ContentRow > .ContentElement.Column-100, .ContentRow > .ContentElement.Column-RTL:first-child.Column-100, .ContentRow > .Column-RTL + .ContentElement.Column-RTL.Column-100 {
  margin-left: 0;
}
@media screen AND (max-width:860px) {
  .ContentRow > .ContentElement, .ContentRow > .ContentElement.Column-RTL:first-child, .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
    margin-left: 0;
  }
}
.ContentRow > .ContentElement:first-child, .ContentRow > .Column-RTL + .ContentElement, .ContentRow > .Column-RTL + .ContentElement.Column-RTL:last-child {
  margin-left: 0;
}
.ContentRow > .Column-20 {
  width: 17.6%;
}
.ContentRow > .Column-25 {
  width: 22.75%;
}
.ContentRow > .Column-33 {
  width: 31.33%;
}
.ContentRow > .Column-40 {
  width: 38.2%;
}
.ContentRow > .Column-50 {
  width: 48.5%;
}
.ContentRow > .Column-60 {
  width: 58.8%;
}
.ContentRow > .Column-67 {
  width: 65.66%;
}
.ContentRow > .Column-75 {
  width: 74.25%;
}
.ContentRow > .Column-80 {
  width: 79.4%;
}
.ContentRow > .Column-100 {
  width: 100%;
  float: none;
}
@media screen AND (max-width:860px) {
  .ContentRow > .ContentElement {
    width: 100%;
    float: none;
  }
}
#SliderArea {
  height: 30vw;
  border-right: 25px solid #ffffff;
  border-left: 25px solid #ffffff;
  background-color: #62c6dd;
  position: relative;
}
@media screen and (max-width: 860px) {
  #SliderArea {
    border-right-width: 0;
    border-left-width: 0;
  }
}
@media screen and (max-width: 860px) {
  .JS #SliderArea {
    height: auto;
    background-color: transparent;
  }
}
#SliderArea .swiper-container {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#SliderArea .swiper-container .Template-SliderItem {
  display: block;
}
#SliderArea .swiper-wrapper {
  display: flex;
  height: 100%;
  box-sizing: inherit;
}
#SliderArea .slider-arrow {
  display: flex;
  width: 45px;
  height: 45px;
  padding: 5px;
  color: #62c6dd;
  z-index: 20;
  align-content: center;
}
#SliderArea .slider-arrow.prev svg {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#SliderArea .slider-arrow::after {
  display: none;
}
#SliderArea > .ContentRow, #SliderArea > .ContentElement {
  display: none;
}
#SliderArea > .Template-SliderItem:first-of-type {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#SliderArea + #ContentArea {
  padding-top: 6rem;
}
@media screen AND (max-width:860px) {
  #SliderArea + #ContentArea {
    padding-top: 3rem;
  }
}
#ContentArea {
  padding-right: 50px;
  padding-left: 50px;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  #ContentArea {
    padding-right: 25px;
    padding-left: 25px;
  }
}
#ContentArea > .ContentRow {
  border: 10px dashed red;
}
.ContentRow {
  margin-top: 3rem;
}
.ContentRow:first-child {
  margin-top: 0;
}
.ContentElement {
  /*&.Backgroundcolor-Main,
		&.Backgroundcolor-Contrast {
			h1, p.Textsize-LikeH1,
			h2, p.Textsize-LikeH2,
			h3, p.Textsize-LikeH3 {
				color:inherit;
			}
		}*/
}
@media screen AND (max-width:860px) {
  .ContentElement {
    margin-top: 3rem;
  }
}
@media screen AND (max-width:860px) {
  .ContentElement:first-child {
    margin-top: 0;
  }
}
@media screen AND (max-width:860px) {
  .ContentElement.IsEmpty + .ContentElement {
    margin-top: 0;
  }
}
.ContentElement.NoContentRowMargin > .ContentRow {
  margin-top: 0;
}
.ContentElement.Backgroundcolor {
  padding: 3rem 25px;
}
@media screen and (max-width: 1024px) {
  .ContentElement.Backgroundcolor {
    padding: 1.5rem 12.5px;
  }
}
.ContentElement.Backgroundcolor h1, .ContentElement.Backgroundcolor p.Textsize-LikeH1, .ContentElement.Backgroundcolor h2, .ContentElement.Backgroundcolor p.Textsize-LikeH2, .ContentElement.Backgroundcolor .Module-JobsListing .Item .Title, .Module-JobsListing .Item .ContentElement.Backgroundcolor .Title, .ContentElement.Backgroundcolor .Module-OffersListing .Title, .Module-OffersListing .ContentElement.Backgroundcolor .Title, .ContentElement.Backgroundcolor .Module-OffersListing .Price, .Module-OffersListing .ContentElement.Backgroundcolor .Price, .ContentElement.Backgroundcolor h3, .ContentElement.Backgroundcolor p.Textsize-LikeH3 {
  color: inherit;
}
.ContentElement.Backgroundcolor-Text, .ContentElement.Backgroundcolor-Dark, .ContentElement.Backgroundcolor-Main, .ContentElement.Backgroundcolor-Contrast {
  color: #ffffff;
}
.ContentElement.Backgroundcolor-Text a:not(.Button), .ContentElement.Backgroundcolor-Dark a:not(.Button), .ContentElement.Backgroundcolor-Main a:not(.Button), .ContentElement.Backgroundcolor-Contrast a:not(.Button) {
  color: inherit;
}
.ContentElement.Backgroundcolor-Text .Button:hover, .ContentElement.Backgroundcolor-Dark .Button:hover, .ContentElement.Backgroundcolor-Main .Button:hover, .ContentElement.Backgroundcolor-Contrast .Button:hover {
  background-color: #ddebef;
  color: #ffffff;
}
.ContentElement.Backgroundcolor-Text .Button, .ContentElement.Backgroundcolor-Dark .Button, .ContentElement.Backgroundcolor-Main .Button, .ContentElement.Backgroundcolor-Contrast .Button {
  background-color: #ffffff;
  color: #4a4a4a;
}
.ContentElement.Backgroundcolor-Text .Button:hover, .ContentElement.Backgroundcolor-Dark .Button:hover, .ContentElement.Backgroundcolor-Main .Button:hover, .ContentElement.Backgroundcolor-Contrast .Button:hover {
  background-color: #ddebef;
  color: #4a4a4a;
}
.ContentElement.Backgroundcolor-Text ::-moz-selection, .ContentElement.Backgroundcolor-Dark ::-moz-selection, .ContentElement.Backgroundcolor-Main ::-moz-selection, .ContentElement.Backgroundcolor-Contrast ::-moz-selection {
  background-color: #ffffff;
  color: #4a4a4a;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ContentElement.Backgroundcolor-Text ::selection, .ContentElement.Backgroundcolor-Dark ::selection, .ContentElement.Backgroundcolor-Main ::selection, .ContentElement.Backgroundcolor-Contrast ::selection {
  background-color: #ffffff;
  color: #4a4a4a;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ContentElement.Backgroundcolor-Text {
  background-color: #4a4a4a;
}
.ContentElement.Backgroundcolor-Dark {
  background-color: #222222;
}
.ContentElement.Backgroundcolor-Light {
  background-color: #ddebef;
}
.ContentElement.Backgroundcolor-Light a:not(.Button) {
  color: inherit;
}
.ContentElement.Backgroundcolor-Light .Button:hover {
  background-color: #ffffff;
}
.ContentElement.Backgroundcolor-Light hr {
  background-color: #ffffff;
}
.ContentElement.Backgroundcolor-Bright {
  background-color: #ffffff;
  color: #4a4a4a;
}
.ContentElement.Backgroundcolor-Main {
  background-color: #62c6dd;
}
.ContentElement.Backgroundcolor-Contrast {
  background-color: #ffdb00;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25), 1px 1px 3px rgba(0, 0, 0, 0.25);
}
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;
}
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: #62c6dd;
  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: 1.5rem;
}
.FormRow:first-of-type {
  margin-top: 0;
}
.FormRow.Type-Fieldset {
  margin-top: 3rem;
  padding: 0;
  border: 0 none;
  position: relative;
}
.FormRow.Type-Fieldset:first-of-type {
  margin-top: 0;
}
.FormRow.Type-Fieldset + div.FormRow {
  margin-top: 3rem;
}
.FormRow.Type-Fieldset > legend {
  display: block;
  padding: 0;
  background-color: transparent;
  color: #62c6dd;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.FormElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  margin-left: 3%;
  position: relative;
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen AND (max-width:860px) {
  .FormElement {
    display: block;
    margin-left: 0;
  }
}
@media screen AND (max-width:860px) {
  .FormElement:not(:first-child) {
    margin-top: 12px;
  }
}
.FormElement.Hidden {
  display: none;
}
.FormElement.Column-RTL {
  float: right;
}
@media screen AND (max-width:860px) {
  .FormElement.Column-RTL {
    float: none;
  }
}
.FormElement.Column-20 {
  width: 17.6%;
}
.FormElement.Column-25 {
  width: 22.75%;
}
.FormElement.Column-33 {
  width: 31.33%;
}
.FormElement.Column-40 {
  width: 38.2%;
}
.FormElement.Column-50 {
  width: 48.5%;
}
.FormElement.Column-60 {
  width: 58.8%;
}
.FormElement.Column-67 {
  width: 65.66%;
}
.FormElement.Column-75 {
  width: 74.25%;
}
.FormElement.Column-80 {
  width: 79.4%;
}
.FormElement.Column-100 {
  width: 100%;
  float: none;
}
@media screen AND (max-width:860px) {
  .FormElement.FormElement {
    width: 100%;
    float: none;
  }
}
.FormElement:first-child {
  margin-left: 0;
}
@media screen AND (max-width:860px) {
  .FormElement:first-child {
    margin-top: 0;
  }
}
.FormElement.Error > .Label {
  color: #CC0000;
}
.FormElement.Error > .Input input[type="text"], .FormElement.Error > .Input input[type="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.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%;
  padding-left: 120px;
}
@media screen AND (max-width:860px) {
  .FormElement.Type-Checkbox.Single > .Input, .FormElement.Type-Radio.Single > .Input {
    padding-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.35em;
  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 {
  padding-left: 120px;
}
.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-Textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.FormElement.Type-Textarea > .Label {
  padding-top: 3px;
  vertical-align: top;
}
.FormElement.Type-File > .Label {
  width: 200px;
}
.FormElement.Type-File > .Input {
  width: calc(100% - 200px);
}
.FormElement.Type-Submit {
  padding-top: 0.75rem;
  padding-left: 120px;
}
@media screen AND (max-width:860px) {
  .FormElement.Type-Submit {
    padding-left: 0;
  }
}
.FormElement.Type-Submit > .Input {
  width: 100%;
}
.FormElement.Identifier-City > .Label, .FormElement.Identifier-Streetnr > .Label {
  width: 100px;
  text-align: right;
}
@media screen AND (max-width:860px) {
  .FormElement.Identifier-City > .Label, .FormElement.Identifier-Streetnr > .Label {
    width: 100%;
  }
}
.FormElement.Identifier-City > .Input, .FormElement.Identifier-Streetnr > .Input {
  display: inline-block;
  width: calc(100% - 100px);
}
@media screen AND (max-width:860px) {
  .FormElement.Identifier-City > .Input, .FormElement.Identifier-Streetnr > .Input {
    display: block;
    width: 100%;
  }
}
.FormElement > .Label {
  display: inline-block;
  width: 120px;
  padding: 7px 20px 0 0;
  font-size: 1rem;
  vertical-align: top;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen AND (max-width:860px) {
  .FormElement > .Label {
    display: block;
    width: 100%;
    padding-top: 0;
    text-align: left;
  }
}
.FormElement > .Input {
  display: inline-block;
  width: calc(100% - 120px);
  font-size: 1rem;
  vertical-align: top;
}
@media screen AND (max-width:860px) {
  .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: 1px solid transparent;
  border-bottom-color: #4a4a4a;
  box-shadow: none;
  border-radius: 0;
  background-color: rgba(74, 74, 74, 0.1);
  color: #4a4a4a;
  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: #62c6dd;
}
.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: #4a4a4a;
  background-color: rgba(74, 74, 74, 0.1);
  color: #4a4a4a;
}
.FormElement > .Input input[type="file"]:focus, .FormElement > .Input input[type="file"]:active {
  border-color: #62c6dd;
}
.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 3rem 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 2px solid #62c6dd;
  border-bottom: 2px solid #62c6dd;
}
.MessageArea:last-child {
  margin-bottom: 0;
}
#FooterArea {
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 1024px) {
  #FooterArea {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media screen AND (max-width:860px) {
  #FooterArea {
    text-align: center;
  }
}
@media screen and (max-width: 460px) {
  #FooterArea {
    padding-right: 0;
    padding-left: 0;
  }
}
#FooterArea > .ContentRow {
  padding: 1.5rem 25px;
  margin: 0 auto;
  background-color: #222222;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #FooterArea > .ContentRow {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
#FooterArea > .ContentRow a, #FooterArea > .ContentRow h1, #FooterArea > .ContentRow p.Textsize-LikeH1, #FooterArea > .ContentRow h2, #FooterArea > .ContentRow p.Textsize-LikeH2, #FooterArea > .ContentRow .Module-JobsListing .Item .Title, .Module-JobsListing .Item #FooterArea > .ContentRow .Title, #FooterArea > .ContentRow .Module-OffersListing .Title, .Module-OffersListing #FooterArea > .ContentRow .Title, #FooterArea > .ContentRow .Module-OffersListing .Price, .Module-OffersListing #FooterArea > .ContentRow .Price, #FooterArea > .ContentRow h3, #FooterArea > .ContentRow p.Textsize-LikeH3 {
  color: inherit;
}
#FooterArea a[href^="mailto:"] {
  border-bottom-color: currentColor;
}
@media screen AND (max-width:860px) {
  #FooterArea .Menu-Footer {
    text-align: inherit;
  }
}
#FooterArea .Menu-Footer li.Level1::before {
  color: inherit;
}
#FooterArea .icue {
  display: flex;
  padding-top: 10px;
  font-size: 12px;
  line-height: 22px;
}
#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: #62c6dd;
}
#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;
}
.JobTemplate-Job #ContentArea h2 {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.JobTemplate-Job #ContentArea .Template-Standard.Column-100 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 460px) {
  .JobTemplate-Job #ContentArea .Template-Standard.Column-100.Backgroundcolor {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media screen and (max-width: 1024px) {
  .JobTemplate-Job #ContentArea .Template-Standard.Column-100 {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media screen and (max-width: 460px) {
  .JobTemplate-Job #ContentArea .Template-Standard.Column-100 {
    padding-right: 0;
    padding-left: 0;
  }
}
.Template-Employee {
  display: flex;
}
.Template-Employee .Image {
  width: 38%;
  align-self: center;
}
.Template-Employee .Texts {
  width: 58%;
  margin-left: 4%;
  align-self: center;
  /*&.Backgroundcolor-Main,
			&.Backgroundcolor-Contrast {
				h1, p.Textsize-LikeH1,
				h2, p.Textsize-LikeH2,
				h3, p.Textsize-LikeH3 {
					color:$gh_color_dark;
				}
			}*/
}
.Template-Employee .Texts.Backgroundcolor {
  padding: 1.5rem 25px;
}
.Template-Employee .Texts.Backgroundcolor-Text, .Template-Employee .Texts.Backgroundcolor-Dark, .Template-Employee .Texts.Backgroundcolor-Main, .Template-Employee .Texts.Backgroundcolor-Contrast {
  color: #ffffff;
}
.Template-Employee .Texts.Backgroundcolor-Text a:not(.Button), .Template-Employee .Texts.Backgroundcolor-Dark a:not(.Button), .Template-Employee .Texts.Backgroundcolor-Main a:not(.Button), .Template-Employee .Texts.Backgroundcolor-Contrast a:not(.Button) {
  color: inherit;
}
.Template-Employee .Texts.Backgroundcolor-Text .Button:hover, .Template-Employee .Texts.Backgroundcolor-Dark .Button:hover, .Template-Employee .Texts.Backgroundcolor-Main .Button:hover, .Template-Employee .Texts.Backgroundcolor-Contrast .Button:hover {
  background-color: #ddebef;
  color: #ffffff;
}
.Template-Employee .Texts.Backgroundcolor-Text {
  background-color: #4a4a4a;
}
.Template-Employee .Texts.Backgroundcolor-Dark {
  background-color: #222222;
}
.Template-Employee .Texts.Backgroundcolor-Light {
  background-color: #ddebef;
}
.Template-Employee .Texts.Backgroundcolor-Bright {
  background-color: #ffffff;
  color: #4a4a4a;
}
.Template-Employee .Texts.Backgroundcolor-Main {
  background-color: #62c6dd;
}
.Template-Employee .Texts.Backgroundcolor-Contrast {
  background-color: #ffdb00;
}
.Template-Employee .Text {
  margin-top: 1.5rem;
}
.Template-GoogleMaps {
  height: 625px;
  position: relative;
}
.Template-GoogleMaps .Map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.Template-IconTeaser {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.Template-IconTeaser.Backgroundcolor {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.Template-IconTeaser.Backgroundcolor .Subtitle {
  top: 1.5rem;
  right: 25px;
}
@media screen and (max-width: 480px) {
  .Template-IconTeaser.Backgroundcolor .Subtitle {
    top: auto;
    right: auto;
  }
}
.Template-IconTeaser.Backgroundcolor-Dark .Subtitle, .Template-IconTeaser.Backgroundcolor-Main .Subtitle {
  background-color: #ddebef;
  color: #62c6dd;
}
.Template-IconTeaser.HasSubtitle .Title {
  padding-right: 180px;
}
@media screen and (max-width: 480px) {
  .Template-IconTeaser.HasSubtitle .Title {
    padding-right: 0;
  }
}
.Template-IconTeaser .Title {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  color: inherit;
  flex: 0 0 100%;
}
.Template-IconTeaser .Subtitle {
  max-width: 170px;
  padding: 0 15px;
  background-color: #62c6dd;
  font-weight: 700;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  .Template-IconTeaser .Subtitle {
    max-width: none;
    margin-top: -0.75rem;
    margin-bottom: 0.75rem;
    position: relative;
    flex: 0 0 100%;
  }
}
.Template-IconTeaser .Image {
  margin-right: 20px;
  flex: 0 0 auto;
}
.Template-IconTeaser .Icon {
  margin-right: 20px;
  flex: 0 0 auto;
}
.Template-IconTeaser .Icon::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: 38px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  line-height: 1;
  content: attr(data-icon-code);
}
.Template-IconTeaser .Text {
  flex: 1 1 min-content;
}
.Template-IconTeaser .Link {
  width: 100%;
  height: 100%;
  border-bottom-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.Template-ImageTeaser {
  max-height: 510px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.Template-ImageTeaser.AutoHeight {
  max-height: none;
}
.Template-ImageTeaser.AutoHeight::before {
  height: 100%;
  padding-top: 0;
}
@media screen AND (max-width:860px) {
  .Template-ImageTeaser.AutoHeight::before {
    height: auto;
    padding-top: 50%;
  }
}
@media screen and (max-width: 460px) {
  .Template-ImageTeaser.AutoHeight::before {
    padding-top: 100%;
  }
}
.Template-ImageTeaser:hover .Overlay {
  opacity: inherit;
}
.Template-ImageTeaser::before {
  content: "";
  display: block;
  max-height: 510px;
  padding-top: 100%;
}
@media screen AND (max-width:860px) {
  .Template-ImageTeaser::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 460px) {
  .Template-ImageTeaser::before {
    padding-top: 100%;
  }
}
.Template-ImageTeaser > .Image {
  display: flex;
  width: 100%;
  height: 100%;
  border: 2px solid #ddebef;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
.Template-ImageTeaser > .Image picture, .Template-ImageTeaser > .Image img, .Template-ImageTeaser > .Image svg {
  width: auto;
  max-width: 280px;
  height: auto;
}
.Template-ImageTeaser > .Image svg {
  width: 100%;
  max-width: 280px;
  max-height: 90%;
}
.Template-ImageTeaser .Overlay {
  display: flex;
  width: 100%;
  height: 100%;
  border: 25px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  opacity: 0;
  overflow: hidden auto;
  flex-wrap: wrap;
  -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;
}
@media screen and (max-width: 1024px) {
  .Template-ImageTeaser .Overlay {
    border-width: 12.5px;
  }
}
.Template-ImageTeaser .Overlay-Text {
  background-color: #62c6dd;
  color: #ffffff;
}
.Template-ImageTeaser .Overlay-Text h1, .Template-ImageTeaser .Overlay-Text p.Textsize-LikeH1, .Template-ImageTeaser .Overlay-Text h2, .Template-ImageTeaser .Overlay-Text p.Textsize-LikeH2, .Template-ImageTeaser .Overlay-Text .Module-JobsListing .Item .Title, .Module-JobsListing .Item .Template-ImageTeaser .Overlay-Text .Title, .Template-ImageTeaser .Overlay-Text .Module-OffersListing .Title, .Module-OffersListing .Template-ImageTeaser .Overlay-Text .Title, .Template-ImageTeaser .Overlay-Text .Module-OffersListing .Price, .Module-OffersListing .Template-ImageTeaser .Overlay-Text .Price, .Template-ImageTeaser .Overlay-Text a {
  color: inherit;
}
.Template-ImageTeaser .Overlay-Text .Button {
  background-color: #ffffff;
  color: #222222;
}
.Template-ImageTeaser .Overlay-Text .Button:hover {
  background-color: #ddebef;
}
.Template-ImageTeaser .Overlay-Image {
  border: 10px solid #62c6dd;
  background-color: #ffffff;
  justify-content: center;
}
.Template-ImageTeaser .Overlay-Image .Image {
  width: 64%;
}
.Template-ImageTeaser .Overlay-Image svg {
  width: 100%;
  height: auto;
}
.Template-ImageTeaser .Link {
  width: 100%;
  height: 100%;
  border-bottom-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.Template-ImageTeaser.HasLink .Overlay-Image {
  padding-bottom: 50px;
}
.Template-ImageTeaser.HasLink .Overlay-Image::after {
  content: "arrow down als icon bitte";
  width: 34px;
  height: 21px;
  margin: auto;
  background-image: url("../img/arrow-down.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
}
.Template-Section {
  max-width: 1440px;
  margin: 0 auto 6rem;
  position: relative;
}
@media screen AND (max-width:860px) {
  .Template-Section {
    margin-bottom: 3rem;
  }
}
.Template-Section.MarginBottom-Small {
  margin-bottom: 3rem;
}
.Template-Section.MarginBottom-ColumnMargin {
  margin-bottom: 0.6%;
}
.Template-Section.MarginBottom-None {
  margin-bottom: 0;
}
.Template-Section.HasImage {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.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-Narrow > .ContentRow {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@supports (display:flex) OR (display:-ms-flexbox) OR (display:-webkit-box) {
  .Template-Section.ColumnGap-Small .ContentRow.Flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media screen AND (max-width:860px) {
    .Template-Section.ColumnGap-Small .ContentRow.Flex {
      display: block;
    }
  }
  .Template-Section.ColumnGap-Small .ContentRow.Flex:before, .Template-Section.ColumnGap-Small .ContentRow.Flex:after {
    display: none;
  }
  .Template-Section.ColumnGap-Small .ContentRow.Flex > .Column-RTL {
    order: 5;
  }
  @media screen AND (max-width:860px) {
    .Template-Section.ColumnGap-Small .ContentRow.Flex > .Column-RTL {
      order: 0;
    }
  }
}
_::selection, .ContentRow.Flex {
  display: -ms-flexbox�;
  display: flex�;
}
@media screen AND (max-width:860px) {
  _::selection, .ContentRow.Flex {
    display: block�;
  }
}
_::selection:before, .ContentRow.Flex:before, _::selection:after, .ContentRow.Flex:after {
  display: none�;
}
.Template-Section.ColumnGap-Small .ContentRow.Flex > .ContentElement.Flexalign-Center {
  -ms-flex-item-align: center;
  align-self: center;
}
.Template-Section.ColumnGap-Small .ContentRow.Flex > .ContentElement.Flexalign-Bottom, .Template-Section.ColumnGap-Small .ContentRow.Flex > .ContentElement.Flexalign-FlexEnd {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.Template-Section.ColumnGap-Small .ContentRow > .ContentElement {
  position: relative;
  float: left;
}
.Template-Section.ColumnGap-Small .ContentRow > .ContentElement.Centered:last-of-type:first-of-type {
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.Template-Section.ColumnGap-Small .ContentRow > .ContentElement.IsEmpty {
  min-height: 1px;
}
@media screen AND (max-width:860px) {
  .Template-Section.ColumnGap-Small .ContentRow > .ContentElement.IsEmpty {
    display: none;
  }
}
.Template-Section.ColumnGap-Small .ContentRow > .Column-RTL {
  float: right;
}
@media screen AND (max-width:860px) {
  .Template-Section.ColumnGap-Small .ContentRow > .Column-RTL {
    float: none;
  }
}
.Template-Section.ColumnGap-Small .ContentRow > .ContentElement, .Template-Section.ColumnGap-Small .ContentRow > .ContentElement.Column-RTL:first-child, .Template-Section.ColumnGap-Small .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
  margin-left: 0.6%;
}
.Template-Section.ColumnGap-Small .ContentRow > .ContentElement.Column-100, .Template-Section.ColumnGap-Small .ContentRow > .ContentElement.Column-RTL:first-child.Column-100, .Template-Section.ColumnGap-Small .ContentRow > .Column-RTL + .ContentElement.Column-RTL.Column-100 {
  margin-left: 0;
}
@media screen AND (max-width:860px) {
  .Template-Section.ColumnGap-Small .ContentRow > .ContentElement, .Template-Section.ColumnGap-Small .ContentRow > .ContentElement.Column-RTL:first-child, .Template-Section.ColumnGap-Small .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
    margin-left: 0;
  }
}
.Template-Section.ColumnGap-Small .ContentRow > .ContentElement:first-child, .Template-Section.ColumnGap-Small .ContentRow > .Column-RTL + .ContentElement, .Template-Section.ColumnGap-Small .ContentRow > .Column-RTL + .ContentElement.Column-RTL:last-child {
  margin-left: 0;
}
.Template-Section.ColumnGap-Small .ContentRow > .Column-20 {
  width: 19.52%;
}
.Template-Section.ColumnGap-Small .ContentRow > .Column-25 {
  width: 24.55%;
}
.Template-Section.ColumnGap-Small .ContentRow > .Column-33 {
  width: 32.93%;
}
.Template-Section.ColumnGap-Small .ContentRow > .Column-40 {
  width: 39.64%;
}
.Template-Section.ColumnGap-Small .ContentRow > .Column-50 {
  width: 49.7%;
}
.Template-Section.ColumnGap-Small .ContentRow > .Column-60 {
  width: 59.76%;
}
.Template-Section.ColumnGap-Small .ContentRow > .Column-67 {
  width: 66.46%;
}
.Template-Section.ColumnGap-Small .ContentRow > .Column-75 {
  width: 74.85%;
}
.Template-Section.ColumnGap-Small .ContentRow > .Column-80 {
  width: 79.88%;
}
.Template-Section.ColumnGap-Small .ContentRow > .Column-100 {
  width: 100%;
  float: none;
}
@media screen AND (max-width:860px) {
  .Template-Section.ColumnGap-Small .ContentRow > .ContentElement {
    width: 100%;
    float: none;
  }
}
.Template-ServiceTeaser {
  display: flex;
  margin-top: 0;
  padding: 2.25rem 25px;
  border-right: 5px solid #62c6dd;
  border-bottom: 5px solid #62c6dd;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen AND (max-width:860px) {
  .Template-ServiceTeaser {
    border-right-width: 0;
  }
}
@media screen and (max-width: 560px) {
  .Template-ServiceTeaser {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .Template-ServiceTeaser {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .Backgroundcolor .Template-ServiceTeaser {
    padding-right: 0;
    padding-left: 0;
  }
}
.Backgroundcolor .Template-ServiceTeaser, .Template-ServiceTeaser.Backgroundcolor {
  color: #62c6dd;
}
.Backgroundcolor-Text .Template-ServiceTeaser, .Template-ServiceTeaser.Backgroundcolor-Text, .Backgroundcolor-Dark .Template-ServiceTeaser, .Template-ServiceTeaser.Backgroundcolor-Dark, .Backgroundcolor-Main .Template-ServiceTeaser, .Template-ServiceTeaser.Backgroundcolor-Main {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.Backgroundcolor-Text .Template-ServiceTeaser::before, .Template-ServiceTeaser.Backgroundcolor-Text::before, .Backgroundcolor-Dark .Template-ServiceTeaser::before, .Template-ServiceTeaser.Backgroundcolor-Dark::before, .Backgroundcolor-Main .Template-ServiceTeaser::before, .Template-ServiceTeaser.Backgroundcolor-Main::before {
  background-color: #ffffff;
}
.Backgroundcolor-Text .Template-ServiceTeaser:hover .Title, .Template-ServiceTeaser.Backgroundcolor-Text:hover .Title, .Backgroundcolor-Dark .Template-ServiceTeaser:hover .Title, .Template-ServiceTeaser.Backgroundcolor-Dark:hover .Title, .Backgroundcolor-Main .Template-ServiceTeaser:hover .Title, .Template-ServiceTeaser.Backgroundcolor-Main:hover .Title {
  color: #222222;
}
.Backgroundcolor-Text .Template-ServiceTeaser .Text, .Template-ServiceTeaser.Backgroundcolor-Text .Text, .Backgroundcolor-Dark .Template-ServiceTeaser .Text, .Template-ServiceTeaser.Backgroundcolor-Dark .Text, .Backgroundcolor-Main .Template-ServiceTeaser .Text, .Template-ServiceTeaser.Backgroundcolor-Main .Text {
  color: #4a4a4a;
}
.Backgroundcolor-Main .Template-ServiceTeaser .Title, .Template-ServiceTeaser.Backgroundcolor-Main .Title, .Backgroundcolor-Contrast .Template-ServiceTeaser .Title, .Template-ServiceTeaser.Backgroundcolor-Contrast .Title {
  color: inherit;
}
.ContentRow:last-child > .Template-ServiceTeaser {
  border-bottom-width: 0;
}
@media screen AND (max-width:860px) {
  .ContentRow:last-child > .Template-ServiceTeaser {
    border-bottom-width: 5px;
  }
}
@media screen AND (max-width:860px) {
  .ContentRow:last-child > .Template-ServiceTeaser:last-child {
    border-bottom-width: 0;
  }
}
.Template-ServiceTeaser:last-child:not(:first-child) {
  border-right-width: 0;
}
.Template-ServiceTeaser:hover {
  background-color: #ffffff;
  color: #4a4a4a;
}
.Template-ServiceTeaser:hover .Texts.HasText .Title, .Template-ServiceTeaser:hover .Texts.HasText .Text {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.Template-ServiceTeaser:hover .Texts.HasText .Title.Dummy {
  bottom: 100%;
  opacity: 0;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.Template-ServiceTeaser .Image, .Template-ServiceTeaser .Icon {
  width: 100px;
  margin-right: 25px;
  font-size: 0;
  line-height: 0;
  flex: 0 0 100px;
  align-self: center;
}
@media screen and (max-width: 480px) {
  .Template-ServiceTeaser .Image, .Template-ServiceTeaser .Icon {
    margin-right: auto;
    margin-left: auto;
  }
}
.Template-ServiceTeaser .Image svg, .Template-ServiceTeaser .Icon svg {
  width: 100px;
  height: auto;
}
.Template-ServiceTeaser .Icon {
  width: 50px;
  color: #62c6dd;
  text-align: center;
  flex: 0 0 50px;
}
.Template-ServiceTeaser .Icon::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: 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  line-height: 1;
  content: attr(data-icon-code);
}
.Template-ServiceTeaser .Texts {
  align-self: center;
  position: relative;
}
.Template-ServiceTeaser .Title, .Template-ServiceTeaser .Text {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.Template-ServiceTeaser .Title {
  color: #62c6dd;
  font-weight: 700;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.Template-ServiceTeaser .Title.Dummy {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in-out, bottom 0.3s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out, bottom 0.3s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, bottom 0.3s ease-in-out;
  transition: opacity 0.1s ease-in-out, bottom 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .Template-ServiceTeaser .Title.Dummy {
    justify-content: center;
  }
}
.Template-ServiceTeaser .Title + .Text {
  margin-top: 15px;
}
.Template-ServiceTeaser .Link {
  width: 100%;
  height: 100%;
  border-bottom-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.Template-SliderItem {
  display: none;
  height: 100%;
  margin-top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.Template-SliderItem > .ContentRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .Template-SliderItem > .ContentRow {
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    border-bottom-width: 1.5rem;
  }
}
.Template-SliderItem > .ContentRow > .ContentElement {
  width: 100%;
}
.Template-SliderItem > .ContentRow > .ContentElement.Backgroundcolor {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.Template-Standard.Imageposition-Left, .Template-Standard.Imageposition-Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Left, .Template-Standard.Imageposition-Right {
    display: block;
  }
}
.Template-Standard.Imageposition-Left > .Image, .Template-Standard.Imageposition-Right > .Image {
  width: 31.33%;
  margin: 0 3% 0 0;
  float: left;
  overflow: hidden;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Left > .Image, .Template-Standard.Imageposition-Right > .Image {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
.Template-Standard.Imageposition-Left > .Image img, .Template-Standard.Imageposition-Left > .Image svg, .Template-Standard.Imageposition-Left > .Image video, .Template-Standard.Imageposition-Right > .Image img, .Template-Standard.Imageposition-Right > .Image svg, .Template-Standard.Imageposition-Right > .Image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Template-Standard.Imageposition-Left > .Image + .Text, .Template-Standard.Imageposition-Right > .Image + .Text {
  margin-top: 0;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Left > .Image + .Text, .Template-Standard.Imageposition-Right > .Image + .Text {
    margin-top: 1.5rem;
  }
}
.Template-Standard.Imageposition-Left > .Text, .Template-Standard.Imageposition-Right > .Text {
  width: 65.66%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Left > .Text, .Template-Standard.Imageposition-Right > .Text {
    width: 100%;
    padding-left: 30px;
  }
}
.Template-Standard.Imageposition-Right > .Image {
  float: right;
}
.Template-Standard.Imageposition-Right > .Text {
  padding-right: 0;
  padding-left: 30px;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Right > .Text {
    padding-right: 30px;
  }
}
.Template-Standard.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 a {
  border-bottom-width: 0;
}
.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: 1.5rem;
}
.Module-Breadcrumbs {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0.75rem 0;
  border-top: 1px solid #ddebef;
  border-bottom: 1px solid #ddebef;
  font-size: 0;
  font-weight: 400;
  text-align: left;
}
.Module-Breadcrumbs > .ContentRow {
  width: 100%;
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 25px;
}
.Module-Breadcrumbs li {
  display: inline-block;
  margin: 0;
  font-size: 0.7777777778rem;
  line-height: 1.5rem;
  list-style-type: none;
  vertical-align: top;
}
.Module-Breadcrumbs li:first-of-type:before {
  display: none;
}
.Module-Breadcrumbs li:before {
  content: "/";
  margin: 0 6px;
}
.Module-Breadcrumbs a {
  border-bottom-width: 0;
  color: inherit;
}
.Module-Breadcrumbs a:hover {
  color: #62c6dd;
}
.Module-Breadcrumbs + #ContentArea {
  margin-top: 6rem;
}
.Module-JobsListing .Item {
  margin: 0 0 40px 0;
  padding: 0 0 50px 0;
  border-bottom: 2px solid #ffffff;
  list-style-type: none;
}
.Module-JobsListing .Item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.Module-JobsListing .Item::before {
  display: none;
}
@media screen and (max-width: 640px) {
  .Module-JobsListing .Item .Title {
    font-size: 1.25rem;
  }
}
.Module-JobsListing .Item .Link {
  margin-top: 1.5rem;
}
.Module-OffersListing.Mode-Teaser .OffersItem {
  display: flex;
  width: 100%;
  margin-left: 0;
  flex-wrap: wrap;
  align-items: center;
}
@media screen AND (max-width:860px) {
  .Module-OffersListing.Mode-Teaser .OffersItem {
    display: block;
  }
}
.Module-OffersListing.Mode-Teaser .OffersItem, .Module-OffersListing.Mode-Teaser .OffersItem:nth-child(2) {
  margin-top: 1.5rem;
}
.Module-OffersListing.Mode-Teaser .OffersItem:first-child {
  margin-top: 0;
}
.Module-OffersListing.Mode-Teaser .Image {
  margin-right: 75px;
  flex: 0 0 50%;
}
@media screen AND (min-width:861px) AND (max-width:1180px) {
  .Module-OffersListing.Mode-Teaser .Image {
    flex: 0 0 200px;
    align-self: flex-start;
  }
}
@media screen AND (max-width:860px) {
  .Module-OffersListing.Mode-Teaser .Image {
    margin-right: 0;
  }
}
@media screen AND (max-width:860px) {
  .Module-OffersListing.Mode-Teaser .Image img {
    max-height: 300px;
  }
}
.Module-OffersListing.Mode-Teaser .Image + .Texts {
  margin-top: 0;
}
.Module-OffersListing.Mode-Teaser .Texts {
  margin-top: 0;
  flex: 1 1 min-content;
}
@media screen AND (max-width:860px) {
  .Module-OffersListing.Mode-Teaser .Texts {
    margin-top: 1.5rem;
  }
}
.Module-OffersListing .List {
  display: flex;
  flex-wrap: wrap;
}
@media screen AND (max-width:860px) {
  .Module-OffersListing .List {
    display: block;
  }
}
.Module-OffersListing .OffersItem {
  width: 49.7%;
  margin: 0.6% 0 0 0.6%;
  padding: 1.5rem 25px;
  background-color: #ddebef;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .Module-OffersListing .OffersItem {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media screen AND (max-width:860px) {
  .Module-OffersListing .OffersItem {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
.Module-OffersListing .OffersItem:nth-child(-n+2) {
  margin-top: 0;
}
@media screen AND (max-width:860px) {
  .Module-OffersListing .OffersItem:nth-child(2) {
    margin-top: 1.5rem;
  }
}
.Module-OffersListing .OffersItem:nth-child(2n+1) {
  margin-left: 0;
}
@media screen AND (max-width:860px) {
  .Module-OffersListing .Image img {
    max-height: 300px;
  }
}
.Module-OffersListing .Image + .Texts {
  margin-top: 1.5rem;
}
.Module-OffersListing .AreaOfApplication + .ProductInformations {
  margin-top: 1.5rem;
}
.Module-OffersListing .AreaOfApplication + .ActiveIngredient, .Module-OffersListing .ProductInformations + .ActiveIngredient {
  margin-top: 1.5rem;
}
.Module-OffersListing hr {
  max-width: none;
  margin: 1.5rem 0;
  background-color: #ffffff;
}
.Module-OffersListing .Price .Regular {
  font-size: 1rem;
}
@media screen AND (min-width:861px) AND (max-width:1180px) {
  #Content3 > .ContentRow.Flex {
    display: block;
  }
}
@media screen AND (min-width:861px) AND (max-width:1180px) {
  #Content20, #Content21 {
    width: 100%;
    margin-left: 0;
    flex: 0 0 100%;
    float: none;
  }
}
@media screen AND (min-width:861px) AND (max-width:1180px) {
  #Content20::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 1180px) {
  #Content21 {
    margin-top: 1.2%;
  }
}
#Content21 .ContentRow {
  margin-top: 1.2%;
}
#Content21 .ContentRow:first-child {
  margin-top: 0;
}
@media screen AND (max-width:860px) {
  #Content28, #Content86 {
    margin-top: 2.25rem;
    padding-top: 2.25rem;
    border-top: 2px solid #ffffff;
  }
}
@supports (display:flex) OR (display:-ms-flexbox) OR (display:-webkit-box) {
  .ContentElement.Services .ContentRow.Flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media screen AND (max-width:860px) {
    .ContentElement.Services .ContentRow.Flex {
      display: block;
    }
  }
  .ContentElement.Services .ContentRow.Flex:before, .ContentElement.Services .ContentRow.Flex:after {
    display: none;
  }
  .ContentElement.Services .ContentRow.Flex > .Column-RTL {
    order: 5;
  }
  @media screen AND (max-width:860px) {
    .ContentElement.Services .ContentRow.Flex > .Column-RTL {
      order: 0;
    }
  }
}
_::selection, .ContentRow.Flex {
  display: -ms-flexbox�;
  display: flex�;
}
@media screen AND (max-width:860px) {
  _::selection, .ContentRow.Flex {
    display: block�;
  }
}
_::selection:before, .ContentRow.Flex:before, _::selection:after, .ContentRow.Flex:after {
  display: none�;
}
.ContentElement.Services .ContentRow.Flex > .ContentElement.Flexalign-Center {
  -ms-flex-item-align: center;
  align-self: center;
}
.ContentElement.Services .ContentRow.Flex > .ContentElement.Flexalign-Bottom, .ContentElement.Services .ContentRow.Flex > .ContentElement.Flexalign-FlexEnd {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.ContentElement.Services .ContentRow > .ContentElement {
  position: relative;
  float: left;
}
.ContentElement.Services .ContentRow > .ContentElement.Centered:last-of-type:first-of-type {
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.ContentElement.Services .ContentRow > .ContentElement.IsEmpty {
  min-height: 1px;
}
@media screen AND (max-width:860px) {
  .ContentElement.Services .ContentRow > .ContentElement.IsEmpty {
    display: none;
  }
}
.ContentElement.Services .ContentRow > .Column-RTL {
  float: right;
}
@media screen AND (max-width:860px) {
  .ContentElement.Services .ContentRow > .Column-RTL {
    float: none;
  }
}
.ContentElement.Services .ContentRow > .ContentElement, .ContentElement.Services .ContentRow > .ContentElement.Column-RTL:first-child, .ContentElement.Services .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
  margin-left: 0%;
}
.ContentElement.Services .ContentRow > .ContentElement.Column-100, .ContentElement.Services .ContentRow > .ContentElement.Column-RTL:first-child.Column-100, .ContentElement.Services .ContentRow > .Column-RTL + .ContentElement.Column-RTL.Column-100 {
  margin-left: 0;
}
@media screen AND (max-width:860px) {
  .ContentElement.Services .ContentRow > .ContentElement, .ContentElement.Services .ContentRow > .ContentElement.Column-RTL:first-child, .ContentElement.Services .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
    margin-left: 0;
  }
}
.ContentElement.Services .ContentRow > .ContentElement:first-child, .ContentElement.Services .ContentRow > .Column-RTL + .ContentElement, .ContentElement.Services .ContentRow > .Column-RTL + .ContentElement.Column-RTL:last-child {
  margin-left: 0;
}
.ContentElement.Services .ContentRow > .Column-20 {
  width: 20%;
}
.ContentElement.Services .ContentRow > .Column-25 {
  width: 25%;
}
.ContentElement.Services .ContentRow > .Column-33 {
  width: 33.33%;
}
.ContentElement.Services .ContentRow > .Column-40 {
  width: 40%;
}
.ContentElement.Services .ContentRow > .Column-50 {
  width: 50%;
}
.ContentElement.Services .ContentRow > .Column-60 {
  width: 60%;
}
.ContentElement.Services .ContentRow > .Column-67 {
  width: 66.66%;
}
.ContentElement.Services .ContentRow > .Column-75 {
  width: 75%;
}
.ContentElement.Services .ContentRow > .Column-80 {
  width: 80%;
}
.ContentElement.Services .ContentRow > .Column-100 {
  width: 100%;
  float: none;
}
@media screen AND (max-width:860px) {
  .ContentElement.Services .ContentRow > .ContentElement {
    width: 100%;
    float: none;
  }
}
.ContentElement.Services .ContentRow {
  margin-top: 0;
}
/*# sourceMappingURL=full.css.map */