@charset "UTF-8";
/** RESET **/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, figcaption, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del, ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: "";
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: baseline;
}
legend {
  color: inherit;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input, button, textarea, select {
  *font-size: 100%;
}
em, i {
  font-style: italic;
}
li {
  margin-left: 20px;
}
ul > li {
  list-style-type: square;
}
ol > li {
  list-style-type: decimal;
}
strong, b {
  font-weight: 700;
}
header, nav, main, section, article, aside, footer {
  display: block;
}
picture {
  max-width: 100%;
}
.ContentRow, .FormRow, .clearfix {
  zoom: 1;
}
.ContentRow:before, .ContentRow:after, .FormRow:before, .FormRow:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.ContentRow:after, .FormRow:after, .clearfix:after {
  clear: both;
}
*, *:before, *:after {
  box-sizing: inherit;
}
#HeaderArea > .ContentRow:nth-of-type(2), #HeaderArea .MetaArea {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.Font-Alternative {
  font-family: Georgia, Times, serif;
}
.wf-active .Font-Alternative, .NoJS .Font-Alternative, #tinymce .Font-Alternative {
  font-family: Roboto Slab, Georgia, Times, serif;
}
hr, .JS #HeaderArea .Menuwrapper:before, .ToC li:first-child:before {
  background: #ffa900;
  background: linear-gradient(to bottom, #ffa900 0%, #ffcb66 50%, #ffa900 51%, #e69800 100%);
  /* Old browsers */
}
.Button {
  display: inline-block;
  padding: 10px 25px;
  outline: none;
  border-radius: 0;
  border: 3px solid #ffa900;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  font-weight: 500;
  text-align: center;
  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;
}
.Button:hover {
  border-color: transparent;
  background-color: #FFFFFF;
  color: #000000;
}
.Button.Buttonstyle-01.Testbutton {
  position: relative;
  z-index: 1;
}
.Button.Buttonstyle-01.Testbutton:hover {
  border-color: #ffa900;
  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: #ffa900;
  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: #ffa900;
  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: #ffa900;
  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: #ffa900;
  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: #ffa900;
  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: #ffa900;
  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: #ffa900;
  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: #ffa900;
  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: #ffa900;
  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: #ffa900;
  background-color: #ffa900;
  color: #FFFFFF;
  -webkit-animation: button-pulse1 2s infinite ;
  animation: button-pulse1 2s infinite ;
}
.Button.Buttonstyle-07.Testbutton {
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-07.Testbutton:hover {
  border-color: #ffa900;
  background-color: #ffa900;
  color: #FFFFFF;
  -webkit-animation: button-pulse2 0.75s forwards ;
  animation: button-pulse2 0.75s forwards ;
}
.Button.Buttonstyle-08.Testbutton {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-08.Testbutton:hover {
  border-color: #ffa900;
  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(255, 169, 0, 0.5);
}
.Button.Buttonstyle-08.Testbutton:before {
  content: "";
  box-shadow: 0 1.625rem 0 rgba(255, 169, 0, 0.5);
  background-color: #ffa900;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  -webkit-transform: translateY(calc(-100% - 1.625rem));
  -ms-transform: translateY(calc(-100% - 1.625rem));
  transform: translateY(calc(-100% - 1.625rem));
  -webkit-transition: box-shadow 0.5s ease-in-out 0.15s, -webkit-transform 0.65s ease-in-out;
  -moz-transition: box-shadow 0.5s ease-in-out 0.15s, -moz-transform 0.65s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out 0.15s, -o-transform 0.65s ease-in-out;
  transition: box-shadow 0.5s ease-in-out 0.15s, transform 0.65s ease-in-out;
}
.Button.Buttonstyle-09.Testbutton {
  border-color: #ffa900;
  background-color: #ffa900;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-09.Testbutton:hover {
  border-color: transparent;
  background-color: #cc8700;
}
.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: 10px 30px 7px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.Button.Buttonstyle-09.Testbutton .Letter {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.Button.Buttonstyle-10.Testbutton {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-10.Testbutton:hover {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.Button.Buttonstyle-10.Testbutton:hover {
  background-color: #ffa900;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(odd) {
  -webkit-animation: anim-nanuk-1 0.75s forwards ease-in-out ;
  animation: anim-nanuk-1 0.75s forwards ease-in-out ;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(even) {
  -webkit-animation: anim-nanuk-2 0.75s forwards ease-in-out ;
  animation: anim-nanuk-2 0.75s forwards ease-in-out ;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(1) {
  -webkit-animation-delay: 0.025s;
  animation-delay: 0.025s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(2) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(3) {
  -webkit-animation-delay: 0.075s;
  animation-delay: 0.075s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(5) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(6) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(7) {
  -webkit-animation-delay: 0.175s;
  animation-delay: 0.175s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(8) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(9) {
  -webkit-animation-delay: 0.225s;
  animation-delay: 0.225s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(10) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(11) {
  -webkit-animation-delay: 0.275s;
  animation-delay: 0.275s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(12) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(13) {
  -webkit-animation-delay: 0.325s;
  animation-delay: 0.325s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(14) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(15) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(16) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(17) {
  -webkit-animation-delay: 0.425s;
  animation-delay: 0.425s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(18) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(19) {
  -webkit-animation-delay: 0.475s;
  animation-delay: 0.475s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(20) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(21) {
  -webkit-animation-delay: 0.525s;
  animation-delay: 0.525s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(22) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(23) {
  -webkit-animation-delay: 0.575s;
  animation-delay: 0.575s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(24) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(25) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(26) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(27) {
  -webkit-animation-delay: 0.675s;
  animation-delay: 0.675s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(28) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(29) {
  -webkit-animation-delay: 0.725s;
  animation-delay: 0.725s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(30) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(31) {
  -webkit-animation-delay: 0.775s;
  animation-delay: 0.775s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(32) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(33) {
  -webkit-animation-delay: 0.825s;
  animation-delay: 0.825s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(34) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(35) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(36) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(37) {
  -webkit-animation-delay: 0.925s;
  animation-delay: 0.925s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(38) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(39) {
  -webkit-animation-delay: 0.975s;
  animation-delay: 0.975s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(40) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(41) {
  -webkit-animation-delay: 1.025s;
  animation-delay: 1.025s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(42) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(43) {
  -webkit-animation-delay: 1.075s;
  animation-delay: 1.075s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(44) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(45) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(46) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(47) {
  -webkit-animation-delay: 1.175s;
  animation-delay: 1.175s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(48) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(49) {
  -webkit-animation-delay: 1.225s;
  animation-delay: 1.225s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(50) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(51) {
  -webkit-animation-delay: 1.275s;
  animation-delay: 1.275s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(52) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(53) {
  -webkit-animation-delay: 1.325s;
  animation-delay: 1.325s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(54) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(55) {
  -webkit-animation-delay: 1.375s;
  animation-delay: 1.375s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(56) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(57) {
  -webkit-animation-delay: 1.425s;
  animation-delay: 1.425s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(58) {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(59) {
  -webkit-animation-delay: 1.475s;
  animation-delay: 1.475s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(60) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(61) {
  -webkit-animation-delay: 1.525s;
  animation-delay: 1.525s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(62) {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(63) {
  -webkit-animation-delay: 1.575s;
  animation-delay: 1.575s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(64) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(65) {
  -webkit-animation-delay: 1.625s;
  animation-delay: 1.625s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(66) {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(67) {
  -webkit-animation-delay: 1.675s;
  animation-delay: 1.675s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(68) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(69) {
  -webkit-animation-delay: 1.725s;
  animation-delay: 1.725s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(70) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(71) {
  -webkit-animation-delay: 1.775s;
  animation-delay: 1.775s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(72) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(73) {
  -webkit-animation-delay: 1.825s;
  animation-delay: 1.825s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(74) {
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(75) {
  -webkit-animation-delay: 1.875s;
  animation-delay: 1.875s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(76) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(77) {
  -webkit-animation-delay: 1.925s;
  animation-delay: 1.925s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(78) {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(79) {
  -webkit-animation-delay: 1.975s;
  animation-delay: 1.975s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(80) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(81) {
  -webkit-animation-delay: 2.025s;
  animation-delay: 2.025s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(82) {
  -webkit-animation-delay: 2.05s;
  animation-delay: 2.05s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(83) {
  -webkit-animation-delay: 2.075s;
  animation-delay: 2.075s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(84) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(85) {
  -webkit-animation-delay: 2.125s;
  animation-delay: 2.125s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(86) {
  -webkit-animation-delay: 2.15s;
  animation-delay: 2.15s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(87) {
  -webkit-animation-delay: 2.175s;
  animation-delay: 2.175s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(88) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(89) {
  -webkit-animation-delay: 2.225s;
  animation-delay: 2.225s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(90) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(91) {
  -webkit-animation-delay: 2.275s;
  animation-delay: 2.275s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(92) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(93) {
  -webkit-animation-delay: 2.325s;
  animation-delay: 2.325s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(94) {
  -webkit-animation-delay: 2.35s;
  animation-delay: 2.35s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(95) {
  -webkit-animation-delay: 2.375s;
  animation-delay: 2.375s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(96) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(97) {
  -webkit-animation-delay: 2.425s;
  animation-delay: 2.425s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(98) {
  -webkit-animation-delay: 2.45s;
  animation-delay: 2.45s;
}
.Button.Buttonstyle-10.Testbutton:hover .Letter:nth-child(99) {
  -webkit-animation-delay: 2.475s;
  animation-delay: 2.475s;
}
.Button.Buttonstyle-10.Testbutton .Letter {
  display: inline-block;
  color: inherit;
}
.Button.Buttonstyle-11.Testbutton {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Button.Buttonstyle-11.Testbutton:hover {
  border-color: #ffa900;
  background-color: transparent;
  color: inherit;
}
.Button.Buttonstyle-11.Testbutton:hover:before {
  max-width: 100%;
  padding-right: 30px;
  opacity: 1;
}
.Button.Buttonstyle-11.Testbutton:before {
  content: attr(data-text);
  width: 100%;
  max-width: 0;
  height: 100%;
  padding: 10px 0 7px 30px;
  background-color: #ffa900;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: max-width 1s linear, padding-right 0.25s linear, opacity 0.25s linear;
  -moz-transition: max-width 1s linear, padding-right 0.25s linear, opacity 0.25s linear;
  -o-transition: max-width 1s linear, padding-right 0.25s linear, opacity 0.25s linear;
  transition: max-width 1s linear, padding-right 0.25s linear, opacity 0.25s linear;
}
.Animatable.Button.Buttonstyle-12.Testbutton {
  border: 0 none;
  position: relative;
  z-index: 1;
  -webkit-transition-property: none;
  transition-property: none;
}
.Animatable.Button.Buttonstyle-12.Testbutton:hover {
  background-color: transparent;
  color: inherit;
}
.Animatable.Button.Buttonstyle-12.Testbutton:hover svg rect {
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.Animatable.Button.Buttonstyle-12.Testbutton svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  z-index: -1;
}
.Animatable.Button.Buttonstyle-12.Testbutton svg rect {
  stroke: currentColor;
  stroke-width: 4px;
  stroke-dashoffset: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@keyframes button-pulse1 {
  0% {
    box-shadow: 0 0 0 0 #ffa900;
  }
  50% {
    box-shadow: 0 0 0 15px rgba(255, 169, 0, 0);
  }
}
@keyframes button-pulse2 {
  50% {
    outline-color: transparent;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  66% {
    outline-color: #FFFFFF;
    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: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: inherit;
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    color: inherit;
    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: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: inherit;
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    color: inherit;
    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: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: inherit;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    color: inherit;
    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: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    color: inherit;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    color: inherit;
    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: #000000;
  color: #FFFFFF;
  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;
}
html.wf-active, html.NoJS {
  font-family: Poppins, Arial, Geneva, sans-serif;
}
body {
  padding: 200px 0 0 0;
  line-height: 1.625rem;
  position: relative;
}
body.HasNews {
  padding-top: 300px;
}
.far, .fal, .fas, .fab {
  font-size: 0;
  line-height: 0;
}
.far:before, .fal:before, .fas:before, .fab:before {
  font-size: 1rem;
  line-height: 1.625rem;
}
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: #ffa900;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
a:hover {
  border-bottom-color: currentColor;
}
a, a:before, a:after, a[rel^="lightbox"] img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[rel="ga-toggle"], a[rel="fp-toggle"] {
  cursor: pointer;
}
.NoJS a[rel="ga-toggle"], .NoJS a[rel="fp-toggle"] {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 0.5;
  cursor: default;
}
a img {
  color: inherit;
}
.ReadMore {
  margin-left: 35px;
  color: inherit;
  position: relative;
}
.ReadMore:hover:before {
  -webkit-transform: scale(1.2) rotate(90deg);
  -ms-transform: scale(1.2) rotate(90deg);
  transform: scale(1.2) rotate(90deg);
}
.ReadMore:before {
  content: "+";
  width: 20px;
  height: 20px;
  background-color: #ffa900;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: -35px;
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transition: -moz-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
}
h1, .Textsize-LikeH1 {
  font-size: 3.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  h1, .Textsize-LikeH1 {
    font-size: 2rem;
  }
}
h2, .Textsize-LikeH2 {
  font-size: 2.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  h2, .Textsize-LikeH2 {
    font-size: 2rem;
  }
}
h2 + hr, .Textsize-LikeH2 + hr {
  margin-top: -3.25rem;
}
h3, .Textsize-LikeH3, .Template-Standard.ContentRow-Slider, h4 {
  font-size: 1.75rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  h3, .Textsize-LikeH3, .Template-Standard.ContentRow-Slider, h4 {
    font-size: 1.5rem;
  }
}
h3 a[id], .Textsize-LikeH3 a[id], .Template-Standard.ContentRow-Slider a[id], h4 a[id] {
  display: inline-block;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
h1, h2, h3, h4 {
  margin-bottom: 3.25rem;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child {
  margin-bottom: 0;
}
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h4 + h1, h4 + h2, h4 + h3, h4 + h4 {
  margin-top: -3.25rem;
}
.EffectElements {
  display: inline-block;
  height: 4.2rem;
  padding: 0 20px 0 0;
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
}
@media screen and (max-width: 880px) {
  .EffectElements {
    display: block;
    margin-top: 0.8125rem;
    margin-bottom: 0.8125rem;
    text-align: center;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .EffectElements {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.5rem;
  }
}
.EffectElements:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 100%;
}
@media screen and (max-width: 880px) {
  .EffectElements:before {
    display: none;
  }
}
.EffectElements .Element {
  display: none;
  height: 4.2rem;
  position: absolute;
  top: 0;
  right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 880px) {
  .EffectElements .Element {
    margin: auto;
    text-align: center;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .EffectElements .Element {
    height: 40px;
    top: 10px;
  }
}
.EffectElements .Element:first-of-type {
  display: block;
  top: 0;
  right: 0;
  position: relative;
}
.NoJS .EffectElements .Element:first-of-type {
  display: block;
}
.Line {
  display: none;
}
.Uppercase {
  text-transform: uppercase;
}
.Textcolor-Main {
  color: #ffa900;
}
::-moz-selection {
  background-color: #ffa900;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
::selection {
  background-color: #ffa900;
  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;
}
.EffectElements.Initialized {
  top: -2px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 880px) {
  .EffectElements.Initialized {
    margin-top: 0.8125rem;
  }
}
.EffectElements.Initialized .Element {
  display: block;
  overflow: hidden;
}
.EffectElements .Element {
  z-index: 1;
}
.EffectElements .Element.Visible .Letter {
  -webkit-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0);
  transform: translateY(0) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.EffectElements .Element.Visible .Letter:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.EffectElements .Element.Visible .Letter:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.EffectElements .Element.Visible .Letter:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.EffectElements .Element.Visible .Letter:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.EffectElements .Element.Visible .Letter:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.EffectElements .Element.Visible .Letter:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.EffectElements .Element.Visible .Letter:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.EffectElements .Element.Visible .Letter:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.EffectElements .Element.Visible .Letter:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.EffectElements .Element.Visible .Letter:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.EffectElements .Element.Visible .Letter:nth-child(11) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.EffectElements .Element.Visible .Letter:nth-child(12) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.EffectElements .Element.Visible .Letter:nth-child(13) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.EffectElements .Element.Visible .Letter:nth-child(14) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.EffectElements .Element.Visible .Letter:nth-child(15) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.EffectElements .Element.Visible .Letter:nth-child(16) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.EffectElements .Element.Visible .Letter:nth-child(17) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.EffectElements .Element.Visible .Letter:nth-child(18) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.EffectElements .Element.Visible .Letter:nth-child(19) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.EffectElements .Letter {
  display: inline-block;
  -webkit-transform: translateY(100%) translateZ(0);
  -ms-transform: translateY(100%);
  transform: translateY(100%) translateZ(0);
  -webkit-transition: -webkit-transform 0s ease;
  -moz-transition: -moz-transform 0s ease;
  -o-transition: -o-transform 0s ease;
  transition: transform 0s ease;
}
.Line {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
}
.Line.Bottom {
  top: auto;
  bottom: -5px;
}
hr {
  width: 35vw;
  max-width: 100%;
  height: 10px;
  margin: 0;
  border: 0 none;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateX(-15vw);
  -ms-transform: translateX(-15vw);
  transform: translateX(-15vw);
  /*&:after {
			content:'';
			width:35vw;
			max-width:100%;
			height:100%;
			background-color:$gh_color_main;
			position:absolute;
			top:0;
			left:0;

			-webkit-transform:translateX(-15vw);
			-ms-transform:translateX(-15vw);
			transform:translateX(-15vw);
		}*/
}
.Right > hr, hr.Right {
  margin-right: 0;
  margin-left: auto;
  -webkit-transform: translateX(15vw);
  -ms-transform: translateX(15vw);
  transform: translateX(15vw);
  /*&:after {
				right:0;
				left:auto;

				-webkit-transform:translateX(15vw);
				-ms-transform:translateX(15vw);
				transform:translateX(15vw);
			}*/
}
hr:after {
  content: "";
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-animation: shine 8s linear infinite ;
  animation: shine 8s linear infinite ;
}
@-webkit-keyframes shine {
  0% {
    left: 0;
    opacity: 0;
  }
  1%, 9% {
    opacity: 1;
  }
  10%, 100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    left: 0;
    opacity: 0;
  }
  1%, 9% {
    opacity: 1;
  }
  10%, 100% {
    left: 100%;
    opacity: 0;
  }
}
ul > li {
  margin-left: 14px;
  position: relative;
  list-style-type: none;
}
ul > li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffa900;
  position: absolute;
  top: 0.6825rem;
  left: -14px;
}
.Table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 4px;
  border-collapse: separate;
}
@media screen and (max-width: 768px) {
  .Table {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .Table, .Table thead, .Table tbody, .Table tr, .Table td {
    display: block;
  }
}
.Table tr:nth-of-type(even) td {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .Table tr:nth-of-type(even) td:nth-of-type(even) {
    background-color: transparent;
  }
}
.Table td {
  padding: 5px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .Table td:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
blockquote {
  font-style: italic;
  font-size: 3.3333rem;
  line-height: 1.2;
  font-family: Georgia, Times, serif;
}
.wf-active blockquote, .NoJS blockquote {
  font-family: Roboto Slab, Georgia, Times, serif;
}
blockquote > :first-child:before {
  content: "„";
  display: inline-block;
}
blockquote > :last-child:after {
  content: "”";
  display: inline-block;
}
.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";
}
@media screen AND (max-width:1220px) {
  #MenuTrigger:checked + #HeaderArea #LanguageArea {
    -webkit-transform: translateX(-280px) translateZ(0);
    transform: translateX(-280px) translateZ(0);
  }
}
#HeaderArea {
  width: 100%;
  height: 200px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#HeaderArea.HasNews {
  height: 300px;
}
@media screen AND (min-width:1221px) {
  #HeaderArea.Headroom {
    position: fixed;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease, box-shadow 0.3s ease;
    -o-transition: -o-transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
}
@media screen AND (min-width:1221px) {
  #HeaderArea.Headroom.Scrolled {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@media screen AND (min-width:1221px) {
  #HeaderArea.Headroom.Scrolled.Unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
#HeaderArea > .ContentRow:first-of-type {
  height: 50px;
  background-color: #FFFFFF;
  color: #000000;
}
#HeaderArea > .ContentRow:nth-of-type(2) {
  height: 150px;
}
#HeaderArea > .ContentRow:nth-of-type(2) > .ContentElement {
  height: 100%;
}
#HeaderArea #LanguageArea {
  display: block;
  min-width: 70px;
  padding: 50px 0 0;
  background-color: #FFFFFF;
  line-height: 50px;
  position: relative;
  z-index: 2;
  float: right;
}
@media screen AND (max-width:1220px) {
  #HeaderArea #LanguageArea {
    width: 280px;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    background-color: transparent;
    color: #FFFFFF;
    position: fixed;
    top: 20px;
    right: -280px;
    z-index: 101;
    float: none;
    -webkit-transition: -webkit-transform 0.3s linear;
    -moz-transition: -moz-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    transition: transform 0.3s linear;
  }
}
@media screen and (max-width: 480px) {
  #HeaderArea #LanguageArea {
    padding: 0;
    top: 0;
  }
}
#HeaderArea #LanguageArea: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;
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  top: 0;
  right: 10px;
}
@media screen AND (max-width:1220px) {
  #HeaderArea #LanguageArea:after {
    display: none;
  }
}
#HeaderArea #LanguageArea:hover li {
  display: block;
}
#HeaderArea #LanguageArea li {
  display: none;
  height: 50px;
  margin-left: 0;
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
}
@media screen AND (max-width:1220px) {
  #HeaderArea #LanguageArea li {
    display: block;
    float: left;
    width: auto;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
#HeaderArea #LanguageArea li:before {
  display: none;
}
#HeaderArea #LanguageArea li.Active {
  position: absolute;
  top: 0;
  display: block;
}
@media screen AND (max-width:1220px) {
  #HeaderArea #LanguageArea li.Active {
    position: static;
    background-color: #FFFFFF;
    color: #000000;
  }
}
#HeaderArea #LanguageArea li a {
  display: block;
  height: 50px;
  padding: 0 20px;
  color: inherit;
  font-weight: 500;
  border-bottom-width: 0;
}
@media screen AND (max-width:1220px) {
  #HeaderArea #LanguageArea li a {
    padding: 0 10px;
  }
}
#HeaderArea #LanguageArea li a:hover {
  color: #ffa900;
}
#HeaderArea .Menu-Contact {
  line-height: 50px;
  text-align: right;
}
@media screen AND (max-width:1220px) {
  #HeaderArea .Menu-Contact {
    text-align: inherit;
  }
}
#HeaderArea .Menu-Contact ul {
  font-size: 0;
  line-height: 0;
}
#HeaderArea .Menu-Contact li {
  display: inline-block;
  margin: 0 30px 0 0;
  font-size: 1rem;
  line-height: 50px;
  list-style-type: none;
  vertical-align: top;
}
#HeaderArea .Menu-Contact li:last-child {
  margin-right: 0;
}
#HeaderArea .Menu-Contact li:before {
  display: none;
}
#HeaderArea .Menu-Contact a {
  color: inherit;
}
#HeaderArea .Menu-Contact a[target="_blank"]:not(.NoIcon) {
  margin-right: 0;
  margin-left: 0;
  border-bottom-width: 0;
  font-size: 0;
  line-height: 0;
}
#HeaderArea .Menu-Contact a[target="_blank"]:not(.NoIcon):before {
  font-size: 20px;
  line-height: 50px;
  position: relative;
  left: auto;
}
#HeaderArea .Menu-Contact a[target="_blank"]:not(.NoIcon):after {
  display: none;
}
@media screen and (max-width: 400px) {
  #HeaderArea .Menu-Contact a[href*="tel:"] {
    font-size: 0;
    line-height: 0;
  }
}
#HeaderArea .Menu-Contact a[href*="tel:"]: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;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
}
.JS #HeaderArea .Menuwrapper.MenuOpen:before, .JS #HeaderArea .Menuwrapper.MenuOpen:after {
  opacity: 1;
  visibility: visible;
}
.JS #HeaderArea .Menuwrapper:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.JS #HeaderArea .Menuwrapper:after {
  content: "";
  width: 40px;
  height: 10px;
  background: linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 50%, #CCCCCC 51%, #DDDDDD 100%);
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-animation: shine 8s linear infinite ;
  animation: shine 8s linear infinite ;
}
#NewsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  background-color: #608387;
  color: #FFFFFF;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#NewsArea > .Inner {
  width: 100%;
  max-width: 1160px;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen AND (max-width:1080px) {
  #NewsArea .Textsize-LikeH3, #NewsArea .Template-Standard.ContentRow-Slider {
    font-size: inherit;
  }
}
#NewsArea .Close {
  line-height: 24px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
#NewsArea .Close:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  text-rendering: auto;
  line-height: 1;
}
@media screen AND (max-width:1080px) {
  #NewsArea .Close:before {
    font-size: 20px;
  }
}
#LogoArea {
  display: block;
  width: 240px;
  max-width: 100%;
  height: 110px;
  padding-top: 40px;
  border-bottom-width: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#LogoArea a {
  display: block;
  height: 100%;
  border-bottom-width: 0;
  color: inherit;
  position: relative;
}
#LogoArea img, #LogoArea svg, #LogoArea video, #LogoArea picture {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
#MenuTrigger {
  position: absolute;
  visibility: hidden;
}
@media screen AND (max-width:1220px) {
  #MenuTrigger:checked + #HeaderArea #MenuTrigger-Open {
    background-color: #ffa900;
    color: #FFFFFF;
  }
  #MenuTrigger:checked + #HeaderArea #MenuTrigger-Close {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  #MenuTrigger:checked + #HeaderArea #MenuArea ul.Level1 {
    -webkit-transform: translateX(-280px) translateZ(0);
    transform: translateX(-280px) translateZ(0);
  }
}
#MenuTrigger-Open {
  display: none;
  height: 50px;
  padding: 0 15px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 102;
  cursor: pointer;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -moz-transition: background-color 0.3s linear, color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
}
@media screen AND (max-width:1220px) {
  #MenuTrigger-Open {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #MenuTrigger-Open {
    top: 0;
    right: 0;
  }
}
#MenuTrigger-Open i {
  margin-right: 10px;
  font-size: 38px;
  font-style: normal;
  vertical-align: -6px;
}
#MenuTrigger-Close {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-transition: opacity 0.3s linear, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s linear, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s linear, visibility 0s linear 0.3s;
  transition: opacity 0.3s linear, visibility 0s linear 0.3s;
}
#MenuArea {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen AND (max-width:1220px) {
  #MenuArea {
    width: 280px;
    margin: 0;
    text-align: inherit;
    position: fixed;
    top: 0;
    right: -280px;
    z-index: 100;
  }
}
#MenuArea .SubmenuCheckbox {
  visibility: hidden;
  position: absolute;
}
#MenuArea .SubmenuTrigger {
  display: none;
}
#MenuArea ul.Level1 {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
@media screen AND (max-width:1220px) {
  #MenuArea ul.Level1 {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border-top: 85px solid transparent;
    border-bottom: 20px solid transparent;
    background-color: #000000;
    overflow: auto;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s linear;
    -moz-transition: -moz-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    transition: transform 0.3s linear;
  }
}
#MenuArea li.Level1 {
  display: inline-block;
  margin: 0;
  padding: 0 0 37px 40px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  vertical-align: top;
  /*&.Active,
			&:hover {
				&:before {
					-webkit-transform:scaleX(1);
					-ms-transform:scaleX(1);
					transform:scaleX(1);
				}
			}*/
}
@media screen AND (max-width:1220px) {
  #MenuArea li.Level1 {
    display: block;
    height: auto;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen AND (max-width:1220px) {
  #MenuArea li.Level1:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen AND (min-width:1221px) {
  #HeaderArea:not(.Unpinned) #MenuArea li.Level1:hover ul.Level2 {
    opacity: 1;
    visibility: visible;
    /*-webkit-transition-delay:0s;
							transition-delay:0s;*/
  }
}
#MenuArea li.Level1:before {
  display: none;
}
#MenuArea a.Level1, #MenuArea span.Level1 {
  display: block;
  border-bottom-width: 0;
  color: inherit;
}
@media screen AND (max-width:1220px) {
  #MenuArea a.Level1, #MenuArea span.Level1 {
    padding: 5px 0;
  }
}
#MenuArea a.Level1:hover, #MenuArea span.Level1:hover {
  color: #ffa900;
}
#MenuArea span.Level1 {
  cursor: default;
}
@media screen AND (max-width:1220px) {
  #MenuArea .SubmenuCheckbox.Level1:checked + .SubmenuTrigger:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@media screen AND (max-width:1220px) {
  #MenuArea .SubmenuCheckbox.Level1:checked ~ ul.Level2 {
    display: block;
  }
}
#MenuArea .SubmenuTrigger.Level1 {
  display: none;
}
@media screen AND (max-width:1220px) {
  #MenuArea .SubmenuTrigger.Level1 {
    display: block;
    width: 38px;
    height: 52px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 2px;
    right: 0;
  }
}
@media screen AND (max-width:1220px) {
  #MenuArea .SubmenuTrigger.Level1:after {
    font-size: 20px;
    position: absolute;
    top: 17px;
    right: 12px;
    content: "";
    display: inline-block;
    font-display: swap;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: inherit;
    font-style: normal;
    font-variant: normal;
    font-weight: inherit;
    text-rendering: auto;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.3s linear;
    -moz-transition: -moz-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    transition: transform 0.3s linear;
  }
}
#MenuArea ul.Level2 {
  min-width: 100%;
  margin: -19px 0 0 0;
  padding: 0 0 70px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000000;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
@media screen AND (max-width:1220px) {
  #MenuArea ul.Level2 {
    display: none;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0.8125rem 0 1.625rem 20px;
    border-bottom-width: 0;
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
  }
}
#MenuArea ul.Level2:before, #MenuArea ul.Level2:after {
  content: "";
  width: 100vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: -1px;
}
@media screen AND (max-width:1220px) {
  #MenuArea ul.Level2:before, #MenuArea ul.Level2:after {
    display: none;
  }
}
#MenuArea ul.Level2:after {
  right: auto;
  left: 100%;
  z-index: 100;
}
#MenuArea li.Level2 {
  margin: 0;
  padding: 5px 15px 5px 35px;
  background-color: #000000;
  z-index: 101;
}
@media screen AND (max-width:1220px) {
  #MenuArea li.Level2 {
    padding: 5px 0;
  }
}
#MenuArea li.Level2:before {
  display: none;
}
#MenuArea a.Level2, #MenuArea span.Level2 {
  display: block;
  padding: 5px;
  border-bottom-width: 0;
  color: inherit;
  line-height: 1.625rem;
  white-space: nowrap;
}
@media screen AND (max-width:1220px) {
  #MenuArea a.Level2, #MenuArea span.Level2 {
    padding-right: 0;
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.1;
    white-space: normal;
  }
}
#MenuArea a.Level2.Active, #MenuArea span.Level2.Active {
  font-weight: 500;
}
#MenuArea a.Level2:hover, #MenuArea span.Level2:hover {
  color: #ffa900;
}
@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 {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}
#SliderArea:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 36.76%;
}
@media screen and (max-width: 600px) {
  #SliderArea:before {
    height: 220px;
    padding-top: 0;
  }
}
#SliderArea canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#SliderArea .Line {
  top: auto;
  bottom: -5px;
}
#SliderArea.slick-initialized .Template-SliderItem {
  display: block;
}
#SliderArea .slick-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#SliderArea .slick-track {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#SliderArea .slick-arrow {
  width: 30px;
  height: 60px;
  margin: auto;
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 440px) {
  #SliderArea .slick-arrow {
    width: auto;
    height: 30px;
    left: 5px;
  }
}
#SliderArea .slick-arrow.slick-next {
  right: 20px;
  left: auto;
}
@media screen and (max-width: 440px) {
  #SliderArea .slick-arrow.slick-next {
    right: 5px;
  }
}
#SliderArea .slick-arrow.slick-next:before {
  content: "";
}
#SliderArea .slick-arrow:hover {
  color: #ffa900;
}
#SliderArea .slick-arrow:before {
  font-size: 60px;
  line-height: 60px;
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
}
@media screen and (max-width: 440px) {
  #SliderArea .slick-arrow:before {
    font-size: 30px;
    line-height: 30px;
  }
}
#SliderArea > .ContentRow, #SliderArea > .ContentElement {
  display: none;
}
#SliderArea > .Template-SliderItem:first-of-type {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#ContentArea, #ContactArea {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#ContentArea > .ContentRow, #ContactArea > .ContentRow {
  border: 10px dashed red;
}
#ContentArea .ContentRow:not(:first-child), #ContactArea .ContentRow:not(:first-child) {
  margin-top: 3.25rem;
}
@media screen AND (max-width:860px) {
  #ContentArea .ContentRow .ContentElement:not(:first-child), #ContactArea .ContentRow .ContentElement:not(:first-child) {
    margin-top: 3.25rem;
  }
}
form {
  position: relative;
}
form > input:first-of-type {
  border: 0 none;
  background-color: transparent;
  color: transparent;
  position: absolute;
  opacity: 0.01;
  pointer-events: none;
}
form .ErrorMessage {
  display: none;
  padding: 20px;
  border: 1px solid #CC0000;
  color: #CC0000;
  font-size: 1rem;
  font-weight: 900;
}
form .ErrorMessage.Visible {
  display: block;
}
form .far.fa-info-circle, form .fal.fa-info-circle, form .fas.fa-info-circle, form .fab.fa-info-circle {
  margin-left: 5px;
  position: relative;
}
form .far.fa-info-circle .Tooltip, form .fal.fa-info-circle .Tooltip, form .fas.fa-info-circle .Tooltip, form .fab.fa-info-circle .Tooltip {
  width: 200px;
  padding: 5px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #ffa900;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.1;
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: 99;
}
.FormRow {
  width: 100%;
}
.FormRow:not(:first-of-type) > .FormElement {
  margin-top: 1.625rem;
}
.FormRow.Type-Fieldset {
  margin-top: 13px;
  padding: 33px 20px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.FormRow.Type-Fieldset:not(:first-of-type) {
  margin-top: 3.25rem;
}
.FormRow.Type-Fieldset > legend {
  display: inline-block;
  padding: 0 5px;
  background-color: #FFFFFF;
  color: #AAAAAA;
  font-size: 20px;
  position: absolute;
  top: -12px;
  left: 15px;
}
.FormElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  margin-left: 3%;
  position: relative;
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen AND (max-width:860px) {
  .FormElement {
    display: block;
    margin-left: 0;
  }
}
@media screen AND (max-width:860px) {
  .FormElement:not(:first-child) {
    margin-top: 12px;
  }
}
.FormElement.Hidden {
  display: none;
}
.FormElement.Column-RTL {
  float: right;
}
@media screen AND (max-width:860px) {
  .FormElement.Column-RTL {
    float: none;
  }
}
.FormElement.Column-20 {
  width: 17.6%;
}
.FormElement.Column-25 {
  width: 22.75%;
}
.FormElement.Column-33 {
  width: 31.33%;
}
.FormElement.Column-40 {
  width: 38.2%;
}
.FormElement.Column-50 {
  width: 48.5%;
}
.FormElement.Column-60 {
  width: 58.8%;
}
.FormElement.Column-67 {
  width: 65.66%;
}
.FormElement.Column-75 {
  width: 74.25%;
}
.FormElement.Column-80 {
  width: 79.4%;
}
.FormElement.Column-100 {
  width: 100%;
  float: none;
}
@media screen AND (max-width:860px) {
  .FormElement.FormElement {
    width: 100%;
    float: none;
  }
}
.FormElement:first-child {
  margin-left: 0;
}
@media screen AND (max-width:860px) {
  .FormElement:first-child {
    margin-top: 0;
  }
}
.FormElement.Error > .Label {
  color: #CC0000;
}
.FormElement.Error > .Input input[type="text"], .FormElement.Error > .Input input[type="email"], .FormElement.Error > .Input input[type="password"], .FormElement.Error > .Input select, .FormElement.Error > .Input textarea {
  outline: 1px solid #CC0000;
}
.FormElement.Type-Checkbox:not(:first-child), .FormElement.Type-Radio:not(:first-child) {
  margin-top: 1.625rem;
}
.FormElement.Type-Checkbox.Single > .Label, .FormElement.Type-Radio.Single > .Label {
  display: none;
  font-size: 0;
  color: transparent;
}
.FormElement.Type-Checkbox.Single > .Input, .FormElement.Type-Radio.Single > .Input {
  width: 100%;
  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: 7px;
  float: left;
}
.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-Textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.FormElement.Type-Textarea > .Label {
  padding-top: 3px;
  vertical-align: top;
}
.FormElement.Type-Submit {
  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;
}
@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="email"], .FormElement > .Input input[type="password"], .FormElement > .Input select, .FormElement > .Input textarea {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  outline: 3px solid transparent;
  border: 1px solid;
  box-shadow: none;
  border-radius: 0;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 30px;
}
.FormElement > .Input input[type="text"]:focus, .FormElement > .Input input[type="email"]:focus, .FormElement > .Input input[type="password"]:focus, .FormElement > .Input select:focus, .FormElement > .Input textarea:focus {
  border-color: #ffa900;
  outline: 1px solid #ffa900;
  outline-offset: -2px;
}
.FormElement > .Input input[type="text"]::-webkit-input-placeholder, .FormElement > .Input input[type="email"]::-webkit-input-placeholder, .FormElement > .Input input[type="password"]::-webkit-input-placeholder, .FormElement > .Input select::-webkit-input-placeholder, .FormElement > .Input textarea::-webkit-input-placeholder {
  font-weight: 300;
  font-style: italic;
}
.FormElement > .Input input[type="text"]:-moz-placeholder, .FormElement > .Input input[type="email"]:-moz-placeholder, .FormElement > .Input input[type="password"]:-moz-placeholder, .FormElement > .Input select:-moz-placeholder, .FormElement > .Input textarea:-moz-placeholder {
  font-weight: 300;
  font-style: italic;
}
.FormElement > .Input input[type="text"]::-moz-placeholder, .FormElement > .Input input[type="email"]::-moz-placeholder, .FormElement > .Input input[type="password"]::-moz-placeholder, .FormElement > .Input select::-moz-placeholder, .FormElement > .Input textarea::-moz-placeholder {
  font-weight: 300;
  font-style: italic;
}
.FormElement > .Input input[type="text"]:-ms-input-placeholder, .FormElement > .Input input[type="email"]:-ms-input-placeholder, .FormElement > .Input input[type="password"]:-ms-input-placeholder, .FormElement > .Input select:-ms-input-placeholder, .FormElement > .Input textarea:-ms-input-placeholder {
  font-weight: 300;
  font-style: italic;
}
.FormElement > .Input select {
  padding-right: 10px;
  padding-left: 10px;
}
.FormElement > .Input textarea {
  height: 208px;
  padding-top: 8px;
  line-height: 1.1;
  resize: vertical;
}
.FormElement > .flatpickr-wrapper {
  position: absolute;
  top: 100%;
  left: 120px;
}
.FormElement > .Text {
  font-size: 1rem;
}
.MessageArea {
  margin: 0 0 24px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #ffa900;
  border-bottom: 2px solid #ffa900;
}
#FooterArea {
  padding: 4.0625rem 0;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
}
#FooterArea > .ContentRow {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
#FooterArea a {
  color: inherit;
}
#FooterArea .Logo {
  display: block;
  margin-bottom: 3.25rem;
  position: relative;
  z-index: 1;
}
#FooterArea .Logo svg {
  width: 200px;
  height: 57px;
}
#FooterArea .Logo .Plus {
  margin: 0 auto;
  top: 0;
  right: 0;
  -webkit-transform-origin: 184.5px 17px;
  -ms-transform-origin: 184.5px 17px;
  transform-origin: 184.5px 17px;
}
#FooterArea #FooterMenu {
  margin-top: 4.0625rem;
  font-size: 0;
  line-height: 0;
}
#FooterArea #FooterMenu li {
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
}
#FooterArea #FooterMenu li:first-child:before {
  display: none;
}
#FooterArea #FooterMenu li:not(:first-child) {
  margin-left: 28px;
}
#FooterArea #FooterMenu li:before {
  content: "";
  width: 2px;
  height: 18px;
  border-radius: 0;
  background-color: currentColor;
  position: absolute;
  top: 7px;
  left: -16px;
}
#FooterArea .icue {
  display: flex;
  padding-top: 50px;
  font-size: 12px;
  line-height: 22px;
  justify-content: center;
}
#FooterArea .icue a {
  display: inline-block;
  width: 150px;
  height: 15px;
  margin-left: 22px;
  border-bottom-width: 0;
  color: inherit;
  font-size: 0;
  line-height: 0;
  fill: currentColor;
}
#FooterArea .icue a:hover {
  fill: #FF5133;
}
#FooterArea .icue svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
html.LightboxOpened, body.LightboxOpened {
  overflow: hidden;
}
#Lightbox {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1860;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
#Lightbox.Visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear;
  -moz-transition: opacity 0.3s ease, visibility 0s linear;
  -o-transition: opacity 0.3s ease, visibility 0s linear;
  transition: opacity 0.3s ease, visibility 0s linear;
}
#Lightbox > .Stage {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  /*.Test {
				display:block;
				width:80%;
				max-width:calc(100% - 200px); //100% minus (arrow + arrow distance to box)
				max-height:100%;
				text-align:center;*/
  /*}*/
}
#Lightbox > .Stage:not(.Image) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Stage {
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
  }
}
#Lightbox > .Stage.Loaded {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear;
  -moz-transition: opacity 0.3s ease, visibility 0s linear;
  -o-transition: opacity 0.3s ease, visibility 0s linear;
  transition: opacity 0.3s ease, visibility 0s linear;
}
#Lightbox > .Stage > img, #Lightbox > .Stage > svg, #Lightbox > .Stage > video {
  display: inline-block;
  width: auto;
  max-width: calc(100vw - 40px);
  height: auto;
  max-height: calc(100vh - 40px);
  margin: auto;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#Lightbox > .Stage > .Inline, #Lightbox > .Stage > .Ajax {
  width: 80%;
  max-width: calc(100% - 200px);
  max-height: 100%;
  margin: auto;
  padding: 20px;
  background-color: #FFFFFF;
  overflow: auto;
  /*@media screen AND (max-width:1000px) {
					max-width:100%;
				}*/
}
#Lightbox > .Stage > .Iframe {
  width: 80%;
  max-width: calc(100% - 160px);
  max-height: 80%;
  margin: auto;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Stage > .Iframe {
    width: 90%;
    max-width: none;
    max-height: 90%;
  }
}
@media screen and (max-width: 500px) {
  #Lightbox > .Stage > .Iframe {
    width: 100%;
    max-width: none;
    max-height: 100%;
  }
}
#Lightbox > .Stage > .Iframe:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#Lightbox > .Stage > .Iframe > .Inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#Lightbox > .Stage > .Iframe iframe {
  width: 100%;
  height: 100%;
  border-width: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#Lightbox > .Caption {
  background-color: #FFFFFF;
  color: #000000;
  padding: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
#Lightbox > .Caption.Visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear;
  -moz-transition: opacity 0.3s ease, visibility 0s linear;
  -o-transition: opacity 0.3s ease, visibility 0s linear;
  transition: opacity 0.3s ease, visibility 0s linear;
}
#Lightbox > .Caption .Title {
  font-size: 1.4em;
}
#Lightbox > .Caption .Subtitle {
  font-size: 1.2em;
}
#Lightbox > .Loader {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
#Lightbox > .Loader.Visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear;
  -moz-transition: opacity 0.3s ease, visibility 0s linear;
  -o-transition: opacity 0.3s ease, visibility 0s linear;
  transition: opacity 0.3s ease, visibility 0s linear;
}
#Lightbox > .Loader img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#Lightbox > .Arrow {
  height: 60px;
  width: 60px;
  margin: auto;
  border-width: 0;
  box-shadow: none;
  outline-width: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow {
    width: 30px;
    height: 30px;
    color: #333333;
    top: auto;
    bottom: 10px;
  }
}
#Lightbox > .Arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow:hover {
    background-color: transparent;
  }
}
#Lightbox > .Arrow.Left {
  text-indent: -3px;
  left: 20px;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow.Left {
    left: 5px;
  }
}
#Lightbox > .Arrow.Right {
  text-indent: 3px;
  right: 20px;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow.Right {
    right: 5px;
  }
}
#Lightbox > .Arrow.Right:after {
  content: "";
}
#Lightbox > .Arrow:after {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
  font-size: 36px;
  line-height: 60px;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow:after {
    font-size: 20px;
    line-height: 30px;
  }
}
#Lightbox > .Dots {
  display: block;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  z-index: 110;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Dots {
    display: none;
  }
}
#Lightbox > .Dots li {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin: 5px 10px;
  list-style-type: none;
}
#Lightbox > .Dots li.Active button {
  background-color: #FFFFFF;
}
#Lightbox > .Dots li:hover button {
  background-color: #ffa900;
}
#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;
}
.flatpickr-calendar {
  width: 315px;
  max-height: 0;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  max-height: 640px;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.flatpickr-calendar.open {
  display: inline-block;
  animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1);
  z-index: 99999;
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.hasWeeks {
  width: auto;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #EEEEEE;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-month {
  height: 28px;
  background-color: #000000;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  fill: #FFFFFF;
  position: relative;
  user-select: none;
}
.flatpickr-prev-month, .flatpickr-next-month {
  padding: 0 5px;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  line-height: 32px;
  z-index: 1;
}
.flatpickr-next-month {
  right: 0;
  left: auto;
}
.flatpickr-prev-month i, .flatpickr-next-month i {
  position: relative;
}
.flatpickr-prev-month.disabled svg, .flatpickr-next-month.disabled svg {
  color: rgba(255, 255, 255, 0.5);
}
.flatpickr-prev-month:hover, .flatpickr-next-month:hover {
  color: #FFFFFF;
}
.flatpickr-prev-month:hover svg, .flatpickr-next-month:hover svg {
  fill: currentColor;
}
.flatpickr-prev-month svg, .flatpickr-next-month svg {
  width: 14px;
  fill: currentColor;
}
.flatpickr-prev-month svg path, .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
  stroke: currentColor;
  stroke-width: 2px;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(64, 72, 72, 0.05);
}
.numInputWrapper span:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(64, 72, 72, 0.6);
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(64, 72, 72, 0.6);
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(60, 63, 64, 0.5);
}
.numInputWrapper:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  display: inline-block;
  width: 75%;
  text-align: center;
  position: absolute;
  left: 12.5%;
  top: 0;
}
.flatpickr-current-month span.cur-month {
  display: inline-block;
  margin-left: 7px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.flatpickr-current-month span.cur-month:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 60px;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #FFFFFF;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #FFFFFF;
}
.flatpickr-current-month input.cur-year {
  display: inline-block;
  width: 50px;
  margin: 0 0 0 10px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  cursor: default;
  font-weight: 300;
  line-height: inherit;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(60, 63, 64, 0.5);
  background-color: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  padding: 5px 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #000000;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}
.flatpickr-days, .flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 285px;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.flatpickr-day {
  background-color: transparent;
  color: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 40px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background-color: #ffa900;
  color: #FFFFFF;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  background-color: #000000;
  color: #FFFFFF;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color: #ffa900;
  color: #FFFFFF;
}
.flatpickr-day.inRange {
  box-shadow: -5px 0 0 #E9E9E9, 5px 0 0 #E9E9E9;
}
.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  pointer-events: none;
}
.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(0, 0, 0, 0.15);
  background-color: transparent;
  border-color: #E9E9E9;
  cursor: default;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  color: rgba(117, 117, 117, 0.54);
  height: 27.3333333333px;
  line-height: 24px;
  margin: 0;
  background-color: transparent;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: bold;
  margin: 0;
  padding-top: 3.3333333333px;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 1px 12px 0 12px;
  box-shadow: 1px 0 0 #EEEEEE;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  padding: 0 15px;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  overflow: hidden;
  transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #404848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #404848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #404848;
  font-size: 14px;
  position: relative;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #404848;
  font-weight: bold;
  width: 2%;
  user-select: none;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .flatpickr-am-pm:focus {
  background-color: #F3F3F3;
}
.hasWeeks .flatpickr-days, .hasTime .flatpickr-days {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hasWeeks .flatpickr-days {
  border-left: 0;
}
@media (-ms-high-contrast: none) {
  .flatpickr-month {
    padding: 0;
  }
  .flatpickr-month svg {
    top: 0 !important;
  }
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-moz-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-o-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.flatpickr-days {
  padding: 0;
  border-right: 0;
}
span.flatpickr-day {
  margin: -1px 0 0 -1px;
  max-width: none;
  flex-basis: calc(14.28571% + 1px);
  width: calc(14.28571% + 1px);
}
span.flatpickr-day:nth-child(7n) {
  border-right: 0;
}
span.flatpickr-day:nth-child(n+36) {
  border-bottom: 0;
}
span.flatpickr-day.today:not(.selected) {
  border-color: #E9E9E9;
}
span.flatpickr-day.today, span.flatpickr-day.selected {
  z-index: 2;
}
.rangeMode .flatpickr-day {
  margin-top: -1px;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: none;
}
.flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}
.hasWeeks .flatpickr-days {
  border-right: 0;
}
.Template-Section {
  padding-top: 6.09375rem;
  padding-bottom: 6.09375rem;
  position: relative;
}
@media screen AND (max-width:860px) {
  .Template-Section {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}
.Template-Section.Light {
  background-color: #F8F5F5;
  color: #000000;
}
.Template-Section.ImageGrid > .ContentRow {
  max-width: 1400px;
}
.Template-Section.ImageGrid > .ContentRow > .ContentElement.Column-50:first-of-type {
  margin-top: 13rem;
}
@media screen AND (max-width:860px) {
  .Template-Section.ImageGrid > .ContentRow > .ContentElement.Column-50:first-of-type {
    margin-top: 0;
  }
}
#ContentArea .Template-Section.ImageGrid > .ContentRow .ContentElement:not(:first-child), #ContactArea .Template-Section.ImageGrid > .ContentRow .ContentElement:not(:first-child) {
  margin-top: 1%;
}
#ContentArea .Template-Section.ImageGrid .ContentRow {
  margin-top: 1%;
}
#ContentArea .Template-Section.ImageGrid .ContentRow:first-of-type {
  margin-top: 0;
}
.Template-Section.Overlayed {
  margin-top: -300px;
}
@media screen and (max-width: 1024px) {
  .Template-Section.Overlayed {
    margin-top: 0;
  }
}
@media screen AND (max-width:860px) {
  .Template-Section.Overlayed.NoPadding, .Template-Section.Overlayed.NoPaddingTop {
    padding-top: 3.25rem;
  }
}
@media screen AND (max-width:860px) {
  .Template-Section.Overlayed.NoPadding, .Template-Section.Overlayed.NoPaddingBottom {
    padding-bottom: 3.25rem;
  }
}
.Template-Section.NoPadding, .Template-Section.NoPaddingTop, .JS .Template-Section.JSNoPadding, .JS .Template-Section.JSNoPaddingTop {
  padding-top: 0;
}
.Template-Section.NoPadding, .Template-Section.NoPaddingBottom, .JS .Template-Section.JSNoPaddingBot, .JS .Template-Section.JSNoPaddingBottom {
  padding-bottom: 0;
}
.Template-Section.HasImage {
  min-height: 56vw;
}
.Template-Section > .Image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1921px) {
  .Template-Section > .Image {
    background-position: center top;
    background-size: auto 100vh;
  }
}
@media screen and (min-width: 1025px) {
  .Template-Section > .Image {
    background-attachment: fixed;
    /*@media screen and (min-color-index:0)
				and(-webkit-min-device-pixel-ratio:0) {
					background-attachment:scroll;
				}*/
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px), screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1366px) and (max-width: 1366px) {
  .Template-Section > .Image {
    background-attachment: scroll;
  }
}
.Template-Section > .ContentRow {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.Template-SliderItem {
  display: none;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.Template-SliderItem > .ContentRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 3.25rem solid transparent;
  border-bottom: 3.25rem solid transparent;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .Template-SliderItem > .ContentRow {
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-bottom-width: 1.625rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.Template-SliderItem > .ContentRow > .ContentElement {
  width: 100%;
}
.Template-Standard.Slider {
  position: relative;
}
.Template-Standard.Slider > .slick-arrow {
  border: 0 none;
  background-color: transparent;
  color: inherit;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  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;
}
.Template-Standard.Slider > .slick-arrow:hover {
  color: #ffa900;
}
.Template-Standard.Slider > .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.Template-Standard.Slider > .slick-arrow.slick-next:before {
  content: "";
}
.Template-Standard.Slider > .slick-arrow:before {
  content: "";
  display: inline-block;
  font-display: swap;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
  line-height: 1;
}
#ContentArea .Template-Standard.Slider .ContentRow {
  margin-top: 0;
}
.Template-Standard.ContentRow-Slider {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
.Template-Standard.ContentRow-Slider.slick-initialized .ContentRow {
  overflow: hidden;
}
#ContentArea .Template-Standard.ContentRow-Slider.slick-initialized .ContentRow, #ContactArea .Template-Standard.ContentRow-Slider.slick-initialized .ContentRow {
  margin-top: 0;
}
.Template-Standard.ContentRow-Slider.slick-initialized .ContentRow.Visible > .ContentElement {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.Template-Standard.ContentRow-Slider.slick-initialized .ContentRow.Visible.Right > .ContentElement {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.Template-Standard.ContentRow-Slider.slick-initialized .ContentRow > .ContentElement {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.Template-Standard.Light, .Template-Standard.Dark, .Template-Standard.DarkTransparent {
  padding: 3.25rem 40px;
}
.Template-Standard.Dark {
  background-color: #FFFFFF;
  color: #000000;
}
.Template-Standard.Dark a {
  color: inherit;
}
.Template-Standard.DarkTransparent {
  background-color: rgba(0, 0, 0, 0.65);
  color: #FFFFFF;
}
.Template-Standard.DarkTransparent a {
  color: inherit;
}
.Template-Standard.Light {
  background-color: #F8F5F5;
  color: #000000;
}
.Template-Standard.Imageposition-Left, .Template-Standard.Imageposition-Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Left, .Template-Standard.Imageposition-Right {
    display: block;
  }
}
.Template-Standard.Imageposition-Left > .Image, .Template-Standard.Imageposition-Right > .Image {
  width: 31.33%;
  margin: 0 3% 0 0;
  float: left;
  overflow: hidden;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Left > .Image, .Template-Standard.Imageposition-Right > .Image {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
.Template-Standard.Imageposition-Left > .Image img, .Template-Standard.Imageposition-Left > .Image svg, .Template-Standard.Imageposition-Left > .Image video, .Template-Standard.Imageposition-Right > .Image img, .Template-Standard.Imageposition-Right > .Image svg, .Template-Standard.Imageposition-Right > .Image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Template-Standard.Imageposition-Left > .Image + .Text, .Template-Standard.Imageposition-Right > .Image + .Text {
  margin-top: 0;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Left > .Image + .Text, .Template-Standard.Imageposition-Right > .Image + .Text {
    margin-top: 1.625rem;
  }
}
.Template-Standard.Imageposition-Left > .Text, .Template-Standard.Imageposition-Right > .Text {
  width: 65.66%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Left > .Text, .Template-Standard.Imageposition-Right > .Text {
    width: 100%;
    padding-left: 30px;
  }
}
.Template-Standard.Imageposition-Right > .Image {
  float: right;
}
.Template-Standard.Imageposition-Right > .Text {
  padding-right: 0;
  padding-left: 30px;
}
@media screen AND (max-width:860px) {
  .Template-Standard.Imageposition-Right > .Text {
    padding-right: 30px;
  }
}
.Template-Standard.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.625rem;
}
.Template-Testimonial {
  display: none;
}
.Template-Testimonial {
  display: block;
  text-align: center;
}
.Template-Testimonial .Quote {
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.2;
}
.Template-Testimonial .Quote > :first-child:before {
  content: "„";
  display: inline-block;
}
.Template-Testimonial .Quote > :last-child:after {
  content: "”";
  display: inline-block;
}
.Template-Testimonial .CustomerName {
  display: block;
  margin-top: 1.625rem;
  padding-top: 1.625rem;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
.Template-Testimonial .CustomerName:before {
  content: "";
  width: 50px;
  height: 1px;
  margin: auto;
  background-color: currentColor;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.ToC {
  margin: 0 0 1.625rem -40px;
}
.ToC li {
  margin: 0.8125rem 0 0 0;
  padding: 0 0 0 40px;
  font-weight: 500;
}
.ToC li:first-child {
  margin-top: 0;
}
.ToC li:first-child:before {
  content: "";
  display: block;
  width: 35vw;
  height: 10px;
  border-radius: 0;
  right: 100%;
  left: auto;
}
.ToC li:before {
  display: none;
}
.ToC a {
  color: inherit;
}
.ToC a:hover {
  color: #ffa900;
}
#FormElement8, #FormElement45 {
  padding-left: 120px;
  margin-bottom: 1.625rem;
}
@media screen AND (max-width:860px) {
  #FormElement8, #FormElement45 {
    padding-left: 0;
  }
}
#FormElement8 > .Text label, #FormElement45 > .Text label {
  cursor: pointer;
}
.JS #FormElement8 > .FormRow, .JS #FormElement45 > .FormRow {
  display: none;
}
.JS #FormElement8 > .FormRow.Visible, .JS #FormElement45 > .FormRow.Visible {
  display: block;
}
#FormElement8 > .FormRow.Type-Fieldset, #FormElement45 > .FormRow.Type-Fieldset {
  margin: 0;
  border: 0 none;
  padding: 0;
}
#FormElement8 > .FormRow.Type-Fieldset > legend, #FormElement45 > .FormRow.Type-Fieldset > legend {
  display: none;
}
#FormElement8 > .FormRow.Type-Fieldset:not(:first-child), #FormElement45 > .FormRow.Type-Fieldset:not(:first-child) {
  margin-top: 1.625rem;
}
#FormElement8 > .FormRow.Type-Fieldset .FormRow:not(:first-of-type) > .FormElement, #FormElement45 > .FormRow.Type-Fieldset .FormRow:not(:first-of-type) > .FormElement {
  margin-top: 0.40625rem;
}
#FormElement8 .FormElement > .Label, #FormElement45 .FormElement > .Label {
  display: block;
  width: 100%;
  padding-top: 0;
}
#FormElement8 .FormElement > .Input, #FormElement45 .FormElement > .Input {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=full.css.map */