@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../../Public/Fonts/lato-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../../Public/Fonts/lato-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.visuallyHidden, .hiddenHeading, .sr-only {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
}

.navSkip {
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navSkip a {
  -webkit-transition: all 0 ease-out;
  -moz-transition: all 0 ease-out;
  -ms-transition: all 0 ease-out;
  -o-transition: all 0 ease-out;
  transition: all 0 ease-out;
}
.navSkip a:active, .navSkip a:focus {
  position: absolute;
  z-index: 9;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 15px;
  overflow: visible;
  clip: auto;
  color: #fff;
  background: none repeat scroll 0 0 #1a171b;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  clear: both;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.row {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .row {
    padding: 0 16px;
  }
  .row.noPadding {
    padding: 0;
  }
}
.row .column {
  *zoom: 1;
  display: block;
  width: 100%;
  margin: 0 0 0px 0;
  padding: 0;
  text-align: left;
}
.row .column:before, .row .column:after {
  content: " ";
  display: table;
}
.row .column:after {
  clear: both;
}

.row .row {
  padding: 0;
}
.row .row .column {
  margin-bottom: 0;
}

@media screen and (max-width: 799px) {
  .medium-1-1.toggleCols, .medium-2-1.toggleCols, .medium-1-2.toggleCols {
    display: -ms-grid;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .medium-1-1.toggleCols .column:nth-child(1), .medium-2-1.toggleCols .column:nth-child(1), .medium-1-2.toggleCols .column:nth-child(1) {
    order: 2;
  }
  .medium-1-1.toggleCols .column:nth-child(2), .medium-2-1.toggleCols .column:nth-child(2), .medium-1-2.toggleCols .column:nth-child(2) {
    order: 1;
  }
}
@media screen and (min-width: 800px) {
  .medium-1-1 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 48px;
  }
  .medium-2-1 {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    grid-gap: 48px;
  }
  .medium-1-2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    grid-gap: 48px;
  }
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  background: #fff;
  color: #1a171b;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.005em;
}

body {
  height: 100%;
  margin: 0;
  color: #1a171b;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

img {
  width: auto;
  max-width: 100% !important;
  height: auto;
}

video {
  width: 100% !important;
  height: auto !important;
  margin: 10px 0 20px 0;
  line-height: 1;
}

iframe {
  max-width: 100%;
  overflow: scroll;
  margin: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 (height/width) */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 40px 0;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  color: #fff;
  background: #868686;
}
@supports (-webkit-text-stroke: thin) {
  ::-moz-selection {
    -webkit-text-fill-color: #fff;
  }
}

::selection {
  color: #fff;
  background: #868686;
}
@supports (-webkit-text-stroke: thin) {
  ::selection {
    -webkit-text-fill-color: #fff;
  }
}

a {
  text-decoration: none;
  color: #006eb4;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
a:hover {
  color: #868686;
}
a.button {
  display: inline-block;
  position: relative;
  margin: 10px auto 24px auto;
  padding: 8px 12px 9px 30px;
  background: #006eb4;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (min-width: 800px) {
  a.button {
    font-size: 20px;
  }
}
a.button:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 16px;
  top: 15px;
  left: 11px;
  background: url(../../Public/Icons/chevron_right_white.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
a.button:hover {
  background: #868686;
  -moz-box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
  -webkit-box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
  box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
}
a.button:hover:before {
  left: 13px;
}

h1 {
  margin: 0px 0 10px 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 1.2;
  color: #006eb4;
}
@media screen and (min-width: 800px) {
  h1 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
  }
}
h1.grey {
  color: #868686;
}

h2 {
  margin: 20px 0 16px 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  color: #006eb4;
}
@media screen and (min-width: 800px) {
  h2 {
    margin: 48px 0 16px 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
  }
}
h2.grey {
  color: #868686;
}
h2.h1 {
  font-size: 26px;
}
@media screen and (min-width: 800px) {
  h2.h1 {
    font-size: 40px;
  }
}
h1 + h2 {
  margin: 20px 0 30px 0;
}
@media screen and (min-width: 800px) {
  h1 + h2 {
    margin: 20px 0 36px 0;
  }
}

h3 {
  margin: 40px 0 16px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #006eb4;
}
@media screen and (min-width: 800px) {
  h3 {
    margin: 48px 0 16px 0;
    font-size: 24px;
  }
}
h3.grey {
  color: #868686;
}

h4 {
  margin: 32px 0 12px 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #1a171b;
}
h4.grey {
  color: #868686;
}

p {
  margin: 0 0 16px 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li, ol li {
  margin: 0;
  padding: 0;
}

ul:not(.navSkip) {
  margin: 0 0 20px 0;
}
ul:not(.navSkip) li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
ul:not(.navSkip) li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 12px;
  background: #006eb4;
}
ul:not(.navSkip) ul {
  margin: 8px 0;
}
ul:not(.navSkip) ul li {
  margin-bottom: 5px;
}
ul:not(.navSkip) ul li:before {
  background: #868686;
}

ol {
  margin-bottom: 1.5rem;
  padding-left: 12px;
  list-style-type: decimal;
}
ol li {
  margin-bottom: 0.75rem;
  padding-left: 5px;
  line-height: 1.52;
}

strong, b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

em, i {
  font-style: italic;
}

.divider, hr {
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  height: 2px !important;
  margin: 48px 0px 48px 0px;
  padding: 0 !important;
  border: 0;
  font-size: 0;
  line-height: 0;
  background: #006eb4;
}

address {
  margin: 0px 0 20px 0;
  font-style: normal;
}

figure {
  margin: 0;
  line-height: 0;
  overflow: hidden;
}
figure img {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
figure figcaption {
  display: block;
  margin: 0 auto 0px auto;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1a171b;
}

dl {
  margin: 30px 0 20px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
}
#header {
  margin-bottom: 24px;
}
@media screen and (min-width: 800px) {
  #header {
    margin-bottom: 48px;
  }
}
#header .row {
  display: grid;
  grid-template-columns: minmax(0, auto) 75px;
  grid-gap: 30px;
  justify-items: end;
  align-items: center;
  padding: 25px 20px;
}
@media screen and (min-width: 1024px) {
  #header .row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 45px;
    padding: 25px 30px;
  }
}
#header .row .logo {
  justify-self: start;
  text-align: left;
  display: grid;
  grid-template-columns: minmax(0, 33.3%) minmax(0, 50%);
  grid-gap: 16.7%;
  align-items: end;
}
#header .row .logo a {
  display: grid;
  width: 100%;
  height: 100%;
  align-items: end;
}
#header .row .logo a.logoRuiderTiefbau svg {
  width: 153px;
}
#header .row .logo a.logoRuiderTransporte svg {
  width: 230px;
}
#header .row .logo a svg {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  #header .row .navMainToggle {
    display: none;
  }
}

#tiefbau #header .row .logo a.logoRuiderTransporte {
  opacity: 0;
}
#tiefbau #header .row .logo a.logoRuiderTransporte:hover {
  cursor: default;
}

#transporte #header .row .logo {
  grid-template-columns: minmax(0, 50%) minmax(0, 33.3%);
}
#transporte #header .row .logo a.logoRuiderTiefbau {
  order: 2;
  opacity: 0;
}
#transporte #header .row .logo a.logoRuiderTiefbau:hover {
  cursor: default;
}
#transporte #header .row .logo a.logoRuiderTransporte {
  order: 1;
}

.navBreadcrumb ol {
  margin: 6px 0 30px 0;
  padding: 0 !important;
}
.navBreadcrumb ol li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 22px 0 0 !important;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1a171b;
}
.navBreadcrumb ol li:after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 9px;
  top: 6px;
  right: 6px;
  background: url(../../Public/Icons/arrow_small_default.svg) no-repeat center center;
  background-size: auto 100%;
}
.navBreadcrumb ol li a {
  display: block;
  color: #1a171b;
}
.navBreadcrumb ol li a:hover {
  color: #868686;
}
.navBreadcrumb ol li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.navBreadcrumb ol li:last-child:after {
  display: none;
}
.navBreadcrumb ol li:last-child a {
  color: #1a171b;
}
.navBreadcrumb ol li:last-child a:hover {
  text-decoration: none;
}

.footer {
  margin: 32px 0 32px 0;
}
.footer .column {
  padding-top: 16px;
  border-top: 2px solid #006eb4;
  text-align: left;
}
@media screen and (min-width: 800px) {
  .footer address {
    display: inline;
  }
}
.footer strong, .footer span, .footer a.phone, .footer a.mail, .footer .navFooter a {
  display: block;
}
@media screen and (min-width: 800px) {
  .footer strong, .footer span, .footer a.phone, .footer a.mail, .footer .navFooter a {
    display: inline-block;
    position: relative;
    padding: 5px 18px 5px 0;
  }
}
@media screen and (min-width: 800px) {
  .footer strong:after, .footer span:after, .footer a.phone:after, .footer a.mail:after, .footer .navFooter a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    top: 10px;
    right: 6px;
    background: #1a171b;
  }
}
.footer .navFooter {
  margin: 20px 0 30px 0;
}
@media screen and (min-width: 800px) {
  .footer .navFooter {
    display: inline-block;
    margin: 0;
  }
}
.footer .navFooter li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 800px) {
  .footer .navFooter li {
    display: inline-block;
  }
}
.footer .navFooter li:before {
  display: none;
}
.footer .navFooter li:last-child a {
  padding-right: 0;
}
.footer .navFooter li:last-child a:after {
  display: none;
}
.footer .navSocial {
  display: block;
  margin-top: 15px;
}
@media screen and (min-width: 800px) {
  .footer .navSocial {
    float: right;
    margin-top: 6px;
  }
}
.footer .navSocial a {
  float: left;
  width: 36px;
}
@media screen and (min-width: 800px) {
  .footer .navSocial a {
    width: 24px;
    margin-top: 0px;
    margin-right: 12px;
  }
}
.footer .navSocial a svg {
  width: 24px;
}
.footer .navSocial a svg .st0 {
  fill: none;
  stroke: #006eb4;
  stroke-width: 3.803;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.footer .navSocial a svg .st1 {
  fill: #006eb4;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.footer .navSocial a:hover svg .st0 {
  stroke: #1a171b;
}
.footer .navSocial a:hover svg .st1 {
  fill: #1a171b;
}

.toTop {
  position: fixed;
  display: none;
  z-index: 2;
  bottom: 18px;
  right: 30px;
}
.toTop .scrollToTop {
  float: right;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #868686;
  border: 1px solid #fff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.toTop .scrollToTop svg {
  width: 50%;
  height: auto;
}
.toTop .scrollToTop svg polygon {
  fill: #fff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.toTop .scrollToTop:hover {
  background: #868686;
  cursor: pointer;
}

#navMainToggle {
  position: relative;
  z-index: 999;
  width: 48px;
  height: 48px;
  margin: 13px 0 0 0;
  padding: 10px;
  border: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  cursor: pointer;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#navMainToggle:before {
  display: none;
}
#navMainToggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 32px;
  background: #006eb4;
  opacity: 1;
  left: 8px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#navMainToggle span:nth-child(1) {
  top: 16px;
}
#navMainToggle span:nth-child(2), #navMainToggle span:nth-child(3) {
  top: 23px;
}
#navMainToggle span:nth-child(4) {
  top: 30px;
}
#navMainToggle:hover {
  cursor: pointer;
  background: #868686;
}
#navMainToggle:hover span {
  background: #fff !important;
  cursor: pointer;
}
#navMainToggle:focus {
  outline: 0;
}
.navMainActive #navMainToggle span {
  background: #fff !important;
}
.navMainActive #navMainToggle span:nth-child(1) {
  top: 28px;
  width: 0%;
  left: 50%;
}
.navMainActive #navMainToggle span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navMainActive #navMainToggle span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navMainActive #navMainToggle span:nth-child(4) {
  top: 28px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 799px) {
  .navMainActive #navMainToggle:hover span {
    background: #fff !important;
  }
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu ul li {
  margin: 0;
  padding: 0;
}
#menu ul li:before {
  display: none;
}
#menu ul li a {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.005em;
}
#menu ul li a svg {
  width: 20px;
}
#menu ul li a svg path {
  fill: #868686;
}
#menu ul li a:hover, #menu ul li a.active {
  color: #868686;
}
#menu ul li a:hover svg path, #menu ul li a.active svg path {
  fill: #1a171b;
}

@media screen and (max-width: 1023px) {
  #menu {
    position: fixed;
    z-index: 998;
    width: calc(100vw - 440px);
    min-height: 100vh;
    top: 0px;
    right: -100vw;
    padding: 65px 0 20px 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: left;
    background: #006eb4;
    overflow: scroll;
  }
}
@media screen and (max-width: 1023px) and (max-width: 799px) {
  #menu {
    width: 100vw;
  }
}
@media screen and (max-width: 1023px) {
  .navMainActive #menu {
    right: 0px;
  }
  #menu ul {
    border: 5px solid #006eb4;
  }
  #menu ul li a {
    padding: 10px 30px;
    color: #fff;
  }
  #menu ul li a svg {
    padding-bottom: 25px;
    border-bottom: 3px solid #868686;
  }
  #menu ul li a svg path {
    fill: #fff;
  }
  #menu ul li a.active {
    background: #fff;
    color: #006eb4;
  }
  #menu ul li a:hover {
    color: #ccc;
  }
  #menu ul li a:hover svg path {
    fill: #fff;
  }
  #menu ul li:nth-child(4) a {
    background: #fff;
    color: #006eb4;
    color: #fff;
    background: #868686;
  }
}
@media screen and (min-width: 1024px) {
  #menu {
    width: 100%;
    text-align: right;
  }
  #menu ul {
    margin-top: 10px;
  }
  #menu ul li {
    display: inline-block;
  }
  #menu ul li a {
    padding: 3px 15px 5px 15px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  #menu ul li:nth-child(4) a {
    background: #006eb4;
    color: #fff;
  }
  #menu ul li:nth-child(4) a:hover, #menu ul li:nth-child(4) a.active {
    background: #868686;
  }
}
form {
  margin: 30px 0;
}

fieldset {
  max-width: 100%;
  margin: 50px 0 0 0;
  padding: 0;
  border: none;
}
fieldset legend {
  margin: 0 0 9px 0;
  color: #006eb4;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 800px) {
  fieldset legend {
    font-size: 28px;
  }
}
fieldset fieldset {
  margin-bottom: 0;
  padding: 0px 0px;
  background: none;
}
fieldset fieldset legend {
  margin-top: 0;
  float: none;
  margin-bottom: 0;
}

label {
  display: block;
  margin: 0 0 15px 0;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.005em;
  color: #006eb4;
}
@media screen and (min-width: 800px) {
  label {
    font-size: 28px;
  }
}

input, textarea, select, file {
  width: 100%;
  min-height: 58px;
  margin: 0 0 20px 0;
  padding: 13px 15px 15px 15px;
  border: 2px solid #006eb4;
  background: transparent;
  color: #1a171b;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  text-align: left;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  width: 20px;
  height: 20px;
  margin: 3px 10px 10px 10px;
  padding: 0;
  background: none;
  border: none;
  vertical-align: middle;
  color: #1a171b;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

input[placeholder] {
  color: #1a171b;
  opacity: 1 !important;
}
input[placeholder]:focus, input[placeholder]:hover {
  color: #868686;
}

textarea {
  padding-top: 15px;
}

input:focus, textarea:focus, input:hover, textarea:hover {
  outline: 0;
  border-color: #006eb4;
  background: transparent;
  -moz-box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
  -webkit-box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
  box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
}

input[readonly], input[readonly]:focus, input[readonly]:hover {
  color: #1a171b;
}

input[type=submit], button {
  display: inline-block;
  position: relative;
  margin: 32px 0 64px 0;
  padding: 10px 12px 10px 30px;
  background: #006eb4;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border: none;
}
input[type=submit]:before, button:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 16px;
  top: 15px;
  left: 11px;
  background: url(../../Public/Icons/chevron_right_white.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
input[type=submit]:hover, button:hover {
  background: #868686;
  cursor: pointer;
  -moz-box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
  -webkit-box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
  box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
}
input[type=submit]:hover:before, button:hover:before {
  left: 13px;
}

button.next {
  background: #868686;
}
button.next:hover {
  background: #006eb4;
}

select {
  width: 100%;
  padding: 16px 15px 15px 15px;
  background: #006eb4;
  color: #fff;
}

option {
  padding: 10px 15px;
  line-height: 1.5;
  background: #006eb4;
  color: #fff;
}

.mandatory {
  padding-left: 0.25rem;
  color: #1a171b;
}

fieldset.layout1 .powermail_fieldwrap_type_input, fieldset.layout1 .powermail_fieldwrap_type_textarea {
  position: relative;
}
fieldset.layout1 .powermail_fieldwrap_type_input label, fieldset.layout1 .powermail_fieldwrap_type_textarea label {
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 17px;
  transition: 0.2s ease all;
  color: #1a171b;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
fieldset.layout1 .powermail_fieldwrap_type_input input:focus ~ label, fieldset.layout1 .powermail_fieldwrap_type_input textarea:focus ~ label, fieldset.layout1 .powermail_fieldwrap_type_input input:-webkit-autofill ~ label, fieldset.layout1 .powermail_fieldwrap_type_input label.floating, fieldset.layout1 .powermail_fieldwrap_type_textarea input:focus ~ label, fieldset.layout1 .powermail_fieldwrap_type_textarea textarea:focus ~ label, fieldset.layout1 .powermail_fieldwrap_type_textarea input:-webkit-autofill ~ label, fieldset.layout1 .powermail_fieldwrap_type_textarea label.floating {
  display: inline-block;
  top: 2px;
  bottom: 12px;
  left: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  opacity: 1;
  color: #1a171b;
}

fieldset:not(.layout1) .powermail_fieldwrap_type_input, fieldset:not(.layout1) .powermail_fieldwrap_type_textarea {
  display: grid;
}
fieldset:not(.layout1) .powermail_fieldwrap_type_input input, fieldset:not(.layout1) .powermail_fieldwrap_type_input textarea, fieldset:not(.layout1) .powermail_fieldwrap_type_textarea input, fieldset:not(.layout1) .powermail_fieldwrap_type_textarea textarea {
  order: 2;
}
fieldset:not(.layout1) .powermail_fieldwrap_type_input label, fieldset:not(.layout1) .powermail_fieldwrap_type_textarea label {
  order: 1;
}

.radio label, .checkbox label {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 16px;
  background: #006eb4;
  color: #fff;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border: 2px solid #006eb4;
}
.radio label:hover, .checkbox label:hover {
  cursor: pointer;
  -moz-box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
  -webkit-box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
  box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
}
.radio label a, .checkbox label a {
  text-decoration: underline;
  color: #1a171b;
}
.radio label a:hover, .checkbox label a:hover {
  color: #868686;
}
.radio label input[type=radio],
.radio label input[type=checkbox], .checkbox label input[type=radio],
.checkbox label input[type=checkbox] {
  position: absolute;
  z-index: 997;
  opacity: 0;
  width: 28px;
  height: 28px;
  top: 3px;
  left: 0px;
}
.radio label .checkmark, .checkbox label .checkmark {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: 10px;
  left: 8px;
  border: 2px solid #006eb4;
  opacity: 1;
  background: no-repeat center center;
  background-size: 100%;
}
.radio label input[type=radio]:checked ~ .checkmark, .checkbox label input[type=radio]:checked ~ .checkmark {
  background-image: url(../../Public/Icons/form_check.svg);
}
.radio label input[type=checkbox]:checked ~ .checkmark, .checkbox label input[type=checkbox]:checked ~ .checkmark {
  background-image: url(../../Public/Icons/form_check.svg);
}

.radio label .checkmark {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.mandatory {
  color: #006eb4;
}
.mandatory span {
  color: #006eb4;
}

.error, .required {
  color: #A94442;
}

table {
  width: 100%;
  margin: 30px 0 60px 0;
  border-collapse: collapse;
}
table caption {
  padding: 12px 10px 12px 10px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-align: left;
}
table td, table th {
  padding: 5px 0px 26px 0;
  vertical-align: top;
}
table th {
  vertical-align: top;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
table td {
  min-width: 120px;
  padding-right: 20px;
}
table td:first-child {
  color: #868686;
}

@media screen and (max-width: 1023px) {
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
  }
  table td {
    display: block;
    padding-top: 0;
  }
  table td:first-child {
    padding-top: 8px;
    padding-bottom: 5px;
  }
  table td::before {
    content: attr(data-label);
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: underline;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Swiper 11.1.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-pagination {
  text-align: left;
  margin-left: 11px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px !important;
  border: 2px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.7);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006eb4;
  border-color: #006eb4;
}

@media screen and (max-width: 799px) {
  .swiper {
    width: 100vw;
    margin: 0 -15px 0px -15px;
  }
}

.text-right, .ce-headline-right {
  text-align: right;
}

.text-center, .ce-headline-center, .center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-left {
  text-align: left;
}

figure.image {
  margin-bottom: 48px;
}

.ce-textpic .ce-gallery, .ce-image .ce-gallery {
  width: 100%;
  margin: 0 0 48px 0;
}
@media screen and (max-width: 799px) {
  .ce-textpic .ce-gallery, .ce-image .ce-gallery {
    width: 100vw;
    margin: 20px -15px 0 -15px;
  }
}
@media screen and (max-width: 799px) {
  .ce-textpic .ce-gallery img, .ce-image .ce-gallery img {
    width: 100vw;
  }
}
.ce-textpic .ce-gallery div, .ce-image .ce-gallery div {
  width: 100%;
}
.ce-textpic img[src$=".svg"], .ce-image img[src$=".svg"] {
  width: 100% !important;
  height: auto !important;
}
.contentHeader .ce-textpic .ce-gallery, .contentHeader .ce-textpic figure, .contentHeader .ce-image .ce-gallery, .contentHeader .ce-image figure {
  margin-bottom: 0 !important;
}

.ce-border figure.image img {
  border: 1px solid #1a171b;
}

.ce-below .ce-bodytext {
  margin-bottom: 14px;
}

.ce-center figure {
  text-align: center;
}
.ce-center figure img {
  margin-right: auto;
  margin-left: auto;
}
.ce-center figure figcaption {
  text-align: left;
}

.ce-right figure {
  text-align: right;
}
.ce-right figure img {
  margin-right: auto;
  margin-left: auto;
}

.ce-textpic.ce-left.ce-above .ce-bodytext {
  margin-top: 30px;
}
.ce-textpic.ce-left.ce-above figure {
  margin-top: 30px;
}

.ce-textpic.ce-right.ce-intext:not(.ce-nowrap) .ce-gallery {
  float: right;
  width: auto;
  max-width: 50%;
  margin-left: 16px;
  margin-bottom: 16px;
}

.ce-textpic.ce-left.ce-intext:not(.ce-nowrap) .ce-gallery {
  float: left;
  width: auto;
  max-width: 50%;
  margin-right: 16px;
  margin-bottom: 16px;
}

.ce-textpic.ce-right.ce-intext.ce-nowrap {
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 16px auto;
  padding: 0;
  grid-column-gap: 48px;
}
@media screen and (min-width: 800px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap {
    grid-template-columns: 1fr 1fr;
  }
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
  order: 1;
}
@media screen and (min-width: 800px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
    order: 2;
    margin: 32px 0 0 0;
  }
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery figure {
  margin: 0;
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery figure + .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery figure {
  margin-top: 20px;
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
  order: 2;
}
@media screen and (min-width: 800px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
    order: 1;
  }
}

.ce-textpic.ce-left.ce-intext.ce-nowrap {
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 16px auto;
  padding: 0;
  grid-column-gap: 48px;
}
@media screen and (min-width: 800px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap {
    grid-template-columns: 1fr 1fr;
  }
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
  order: 1;
}
@media screen and (min-width: 800px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
    order: 1;
    padding: 0 0 0 0;
  }
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
  order: 2;
}
@media screen and (min-width: 800px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
    order: 2;
    padding: 0 24px 0 48px;
  }
}

.ce-gallery[data-ce-columns="2"] .ce-row {
  display: grid;
  grid-column-gap: 24px;
}
@media screen and (max-width: 387px) {
  .ce-gallery[data-ce-columns="2"] .ce-row {
    width: calc(100% + 80px);
    margin: 0 -40px 36px -40px;
  }
}
@media screen and (min-width: 388px) {
  .ce-gallery[data-ce-columns="2"] .ce-row {
    grid-template-columns: 1fr 1fr;
  }
  .ce-gallery[data-ce-columns="2"] .ce-row figure {
    display: inline-block;
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-child(1) {
    text-align: right;
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-child(2) {
    text-align: left;
  }
}
@media screen and (min-width: 800px) {
  .ce-gallery[data-ce-columns="2"] .ce-row {
    grid-column-gap: 48px;
  }
}

.ce-gallery[data-ce-columns="3"] .ce-row {
  display: grid;
  grid-column-gap: 30px;
}
@media screen and (min-width: 388px) {
  .ce-gallery[data-ce-columns="3"] .ce-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .ce-gallery[data-ce-columns="3"] .ce-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.ce-gallery[data-ce-columns="4"] .ce-row {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 800px) {
  .ce-gallery[data-ce-columns="4"] .ce-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.ce-gallery[data-ce-columns="4"] .ce-row figure {
  margin-bottom: 0;
}

.frame-type-menu_subpages a.button {
  display: block;
  max-width: 364px;
  margin: 8px 0;
}
.frame-type-menu_subpages a.button:first-of-type {
  margin-top: 48px;
}

.frame-type-menu_section a.button {
  display: block;
  max-width: 364px;
  margin: 8px 0;
}

.frame-space-before-extra-small {
  padding-top: 12px !important;
}

.frame-space-before-small {
  padding-top: 24px !important;
}

.frame-space-before-medium {
  padding-top: 32px !important;
}

.frame-space-before-large {
  padding-top: 64px !important;
}

.frame-space-before-extra-large {
  padding-top: 96px !important;
}

.frame-space-after-extra-small {
  padding-bottom: 12px !important;
}

.frame-space-after-small {
  padding-bottom: 24px !important;
}

.frame-space-after-medium {
  padding-bottom: 30 !important;
}
@media screen and (min-width: 800px) {
  .frame-space-after-medium {
    padding-bottom: 32px !important;
  }
}

.frame-space-after-large {
  padding-bottom: 30px !important;
}
@media screen and (min-width: 800px) {
  .frame-space-after-large {
    padding-bottom: 64px !important;
  }
}

.frame-space-after-extra-large {
  padding-bottom: 64px !important;
}
@media screen and (min-width: 800px) {
  .frame-space-after-extra-large {
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 800px) {
  .frame-layout-101 {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .frame-layout-102 {
    display: none;
  }
}

.teaser {
  display: grid;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 799px) {
  .teaser {
    width: 100vw;
    margin: 0 -15px 30px -15px;
  }
}
.teaser figure {
  line-height: 0;
}
.teaser figure img {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.teaser h2 {
  margin-bottom: 0px;
  padding: 0 15px;
}
@media screen and (min-width: 800px) {
  .teaser h2 {
    margin-bottom: 4px;
  }
}
.teaser p {
  padding: 0 15px;
  color: #1a171b;
}
.teaser .teaserButton {
  align-self: end;
}
.teaser .teaserButton button {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 799px) {
  .teaser .teaserButton button {
    font-size: 18px;
  }
}
@media screen and (max-width: 799px) {
  .teaser .teaserButton button:before {
    top: 12px;
  }
}

a.teaserWrapper:hover .teaser {
  background: rgba(204, 204, 204, 0.2);
}
a.teaserWrapper:hover .teaser figure img {
  transform: scale(1.02);
}
a.teaserWrapper:hover .teaser button {
  -moz-box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
  -webkit-box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
  box-shadow: 4px 4px 8px 0px rgba(26, 23, 27, 0.3);
}

.tx-powermail h3 {
  display: inline-block;
  margin: 0px 0 0px 0;
}
.tx-powermail .powermail_fieldwrap {
  position: relative;
  clear: both;
}
.tx-powermail fieldset {
  max-width: 620px;
}
.tx-powermail fieldset.layout1 {
  position: relative;
  max-width: 740px;
}
.tx-powermail fieldset.layout1 legend {
  position: static;
  width: 100%;
  padding: 48px 0 24px 0;
  border-top: 2px solid #006eb4;
  display: block;
}
.tx-powermail form.powermail_morestep fieldset.layout1 legend {
  padding: 0;
  border-top: none;
}
.tx-powermail .powermail_fieldwrap_type_radio,
.tx-powermail .powermail_fieldwrap_type_check {
  margin: 0 0 24px 0;
  clear: both;
  text-align: left;
}
@media screen and (min-width: 800px) {
  .tx-powermail .powermail_fieldwrap_type_radio,
  .tx-powermail .powermail_fieldwrap_type_check {
    margin: 0 0 48px 0;
  }
}
.tx-powermail .powermail_fieldwrap_type_radio .powermail_field,
.tx-powermail .powermail_fieldwrap_type_check .powermail_field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 12px;
}
@media screen and (min-width: 800px) {
  .tx-powermail .powermail_fieldwrap_type_radio .powermail_field,
  .tx-powermail .powermail_fieldwrap_type_check .powermail_field {
    grid-gap: 12px 32px;
  }
}
.tx-powermail .powermail_fieldwrap_type_text {
  margin: 20px 0 30px 0;
  font-size: 15px;
}
.tx-powermail .powermail_fieldwrap_type_text a {
  text-decoration: underline;
  color: #1a171b;
}
.tx-powermail .powermail_fieldwrap_type_text a:hover {
  color: #868686;
}

.parsley-errors-list,
.powermail-errors-list {
  display: none;
  margin: -15px 0 20px 0 !important;
  padding: 0;
  list-style-type: none;
  width: 100%;
  font-size: 19px;
}
.parsley-errors-list.filled,
.powermail-errors-list.filled {
  display: block;
  background: #F2DEDE;
  padding: 5px 15px;
}
.parsley-errors-list > li,
.powermail-errors-list > li {
  color: #A94442;
  padding: 5px 0 0 0px !important;
  text-align: left;
}
.parsley-errors-list > li:before,
.powermail-errors-list > li:before {
  display: none;
}

.powermail_field_error,
.parsley-error, .powermail-error,
.powermail_form .parsley-error:focus,
div.error {
  color: #A94442;
}

.powermail_field_error_container .powermail-errors-list,
.powermail_field_error_container .parsley-errors-list {
  width: 100%;
  margin-top: 10px !important;
  border: none;
}
.powermail_field_error_container .powermail-errors-list > li:before,
.powermail_field_error_container .parsley-errors-list > li:before {
  display: none;
}

.powermail_fieldwrap_type_radio .powermail_field_error_container,
.powermail_fieldwrap_type_check .powermail_field_error_container {
  grid-column-start: 1;
  grid-column-end: 3;
}

form.powermail_morestep fieldset {
  padding: 48px 0 24px 0;
  border-top: 2px solid #006eb4;
}
form.powermail_morestep .powermail_tab_navigation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 12px;
  border-top: 2px solid #006eb4;
  padding: 48px 0 24px 0;
}
@media screen and (min-width: 800px) {
  form.powermail_morestep .powermail_tab_navigation {
    grid-gap: 12px 32px;
  }
}
form.powermail_morestep .powermail_tab_navigation button {
  margin: 5px 0;
}
form.powermail_morestep .powermail_tab_navigation button.prev {
  padding: 10px 30px 10px 12px;
  background: rgba(134, 134, 134, 0.5);
}
form.powermail_morestep .powermail_tab_navigation button.prev:before {
  right: 11px;
  left: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
form.powermail_morestep .powermail_tab_navigation button.prev:hover:before {
  right: 13px;
}

@media screen and (min-width: 560px) {
  .powermail_fieldwrap_vorname {
    float: left;
    width: calc(50% - 8px);
  }
}

@media screen and (min-width: 560px) {
  .powermail_fieldwrap_name {
    float: right;
    clear: none !important;
    width: calc(50% - 8px);
  }
}

@media screen and (min-width: 560px) {
  .powermail_fieldwrap_plz {
    float: left;
    width: calc(33.3% - 8px);
  }
}

@media screen and (min-width: 560px) {
  .powermail_fieldwrap_ort {
    float: right;
    clear: none !important;
    width: calc(67.7% - 8px);
  }
}
