@font-face {
  font-family: "SKODA Next";
  src: url("../fonts/skoda-next/SKODANext-BoldItalic.eot");
  src: local("SKODA Next Bold Italic"), local("SKODANext-BoldItalic"), url("../fonts/skoda-next/SKODANext-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/skoda-next/SKODANext-BoldItalic.woff2") format("woff2"), url("../fonts/skoda-next/SKODANext-BoldItalic.woff") format("woff"), url("../fonts/skoda-next/SKODANext-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "SKODA Next";
  src: url("../fonts/skoda-next/SKODANext-LightItalic.eot");
  src: local("SKODA Next Light Italic"), local("SKODANext-LightItalic"), url("../fonts/skoda-next/SKODANext-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/skoda-next/SKODANext-LightItalic.woff2") format("woff2"), url("../fonts/skoda-next/SKODANext-LightItalic.woff") format("woff"), url("../fonts/skoda-next/SKODANext-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "SKODA Next";
  src: url("../fonts/skoda-next/SKODANext-Black.eot");
  src: local("SKODA Next Black"), local("SKODANext-Black"), url("../fonts/skoda-next/SKODANext-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/skoda-next/SKODANext-Black.woff2") format("woff2"), url("../fonts/skoda-next/SKODANext-Black.woff") format("woff"), url("../fonts/skoda-next/SKODANext-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SKODA Next";
  src: url("../fonts/skoda-next/SKODANext-BlackItalic.eot");
  src: local("SKODA Next Black Italic"), local("SKODANext-BlackItalic"), url("../fonts/skoda-next/SKODANext-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/skoda-next/SKODANext-BlackItalic.woff2") format("woff2"), url("../fonts/skoda-next/SKODANext-BlackItalic.woff") format("woff"), url("../fonts/skoda-next/SKODANext-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "SKODA Next";
  src: url("../fonts/skoda-next/SKODANext-Bold.eot");
  src: local("SKODA Next Bold"), local("SKODANext-Bold"), url("../fonts/skoda-next/SKODANext-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/skoda-next/SKODANext-Bold.woff2") format("woff2"), url("../fonts/skoda-next/SKODANext-Bold.woff") format("woff"), url("../fonts/skoda-next/SKODANext-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SKODA Next Black Expanded";
  src: url("../fonts/skoda-next/SKODANext-BlackExpanded.eot");
  src: local("SKODA Next Black Expanded"), local("SKODANext-BlackExpanded"), url("../fonts/skoda-next/SKODANext-BlackExpanded.eot?#iefix") format("embedded-opentype"), url("../fonts/skoda-next/SKODANext-BlackExpanded.woff2") format("woff2"), url("../fonts/skoda-next/SKODANext-BlackExpanded.woff") format("woff"), url("../fonts/skoda-next/SKODANext-BlackExpanded.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SKODA Next";
  src: url("../fonts/skoda-next/SKODANext-Regular.eot");
  src: local("SKODA Next"), local("SKODANext-Regular"), url("../fonts/skoda-next/SKODANext-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/skoda-next/SKODANext-Regular.woff2") format("woff2"), url("../fonts/skoda-next/SKODANext-Regular.woff") format("woff"), url("../fonts/skoda-next/SKODANext-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SKODA Next";
  src: url("../fonts/skoda-next/SKODANext-Italic.eot");
  src: local("SKODA Next Italic"), local("SKODANext-Italic"), url("../fonts/skoda-next/SKODANext-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/skoda-next/SKODANext-Italic.woff2") format("woff2"), url("../fonts/skoda-next/SKODANext-Italic.woff") format("woff"), url("../fonts/skoda-next/SKODANext-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "SKODA Next";
  src: url("../fonts/skoda-next/SKODANext-Light.eot");
  src: local("SKODA Next Light"), local("SKODANext-Light"), url("../fonts/skoda-next/SKODANext-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/skoda-next/SKODANext-Light.woff2") format("woff2"), url("../fonts/skoda-next/SKODANext-Light.woff") format("woff"), url("../fonts/skoda-next/SKODANext-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "SKODA Next", sans-serif;
}

html, body {
  overflow-x: hidden;
}

a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

main {
  opacity: 0;
  transition: all 1s ease-in-out;
  overflow-x: hidden;
}
main.active {
  opacity: 1;
}

.audaris {
  margin-top: 130px !important;
}

@keyframes LOADER {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 35px;
  border-radius: 40px;
  font-size: 0.9rem;
  font-weight: 900;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.btn i {
  margin-right: 12px;
  transform: translateY(0px);
}
.btn.green-border {
  color: #000000;
  border: solid 2px #54cc2f;
}
.btn.green-border:hover {
  background: #54cc2f;
  color: #000000;
}
.btn.green {
  color: #ffffff;
  background: #54cc2f;
}
.btn.green:hover {
  background: #ffffff;
  color: #13161F;
}
.btn.black {
  background: #13161F;
  color: #54cc2f;
}
.btn.black:hover {
  background: #54cc2f;
  color: #13161F;
}

.btn-small {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 30px;
  flex-wrap: nowrap;
  display: inline-flex;
  white-space: nowrap;
  justify-content: center;
}
.btn-small i {
  margin-right: 7px;
  transform: translateY(2px);
}
.btn-small.black {
  border: solid 2px #000000;
  color: #000000;
}
.btn-small.black:hover {
  background: #000000;
  color: #54cc2f;
}
.btn-small.white {
  border: solid 2px #ffffff;
  color: #ffffff;
}
.btn-small.white:hover {
  background: #ffffff;
  color: #000000;
}

.btn-group {
  margin-top: 40px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.btn-group a + a {
  margin-left: 10px;
}
.btn-group a {
  flex: 1;
  margin-top: 0px !important;
}

.btn-group-slideshow {
  background: #ffffff;
  position: relative;
  margin-top: 80px;
  border-radius: 50px;
  padding: 50px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.btn-group-slideshow h3 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.btn-group-slideshow .btn-group {
  margin-top: 0px;
}
.btn-group-slideshow .btn-group a, .btn-group-slideshow .btn-group div {
  width: 320px;
  border: solid 2px transparent;
}
.btn-group-slideshow .btn-group a:hover, .btn-group-slideshow .btn-group div:hover {
  border-color: #ffffff;
}
.btn-group-slideshow .wave-green {
  position: absolute;
  top: 0;
  bttom: 0;
  height: 100%;
  right: -20px;
}

.btn-group-mobile {
  display: flex;
  margin-top: 30px;
}
.btn-group-mobile span + span {
  margin-left: 10px;
}
.btn-group-mobile span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border: solid 2px #54cc2f;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #54cc2f;
}

@media only screen and (max-width: 1350px) {
  .btn-group-slideshow {
    padding: 50px 40px;
  }
  .btn-group-slideshow .btn-group a {
    width: auto;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1090px) {
  .btn-group-slideshow {
    padding: 30px;
    border-radius: 30px;
  }
  .btn-group-slideshow h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 940px) {
  .btn-group-slideshow {
    flex-direction: column;
  }
  .btn-group-slideshow h3 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    z-index: 2;
  }
}
@media only screen and (max-width: 620px) {
  .btn-group-mobile {
    justify-content: center;
  }
  .btn-group-slideshow {
    padding: 25px;
  }
  .btn-group-slideshow .btn-group a {
    width: 100%;
  }
  .btn-group-slideshow .wave-green {
    right: -50%;
  }
  .btn-group-slideshow h3 {
    font-size: 1.2rem;
  }
  .btn-group {
    flex-direction: column;
  }
  .btn-group a + a {
    margin-left: 0;
    margin-top: 10px !important;
  }
  .btn-group a {
    width: 100%;
  }
  .btn {
    padding: 20px 22px;
  }
  .btn i {
    margin-right: 6px;
  }
  .btn-small {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 420px) {
  .btn-group-slideshow .wave-green {
    right: -90%;
  }
}
.frame {
  width: 1440px;
  height: auto;
  margin: 0px auto;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .frame {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .frame {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 850px) {
  .frame {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .frame {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .frame {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@keyframes BOUNCE {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes BOUNCE {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes LOADER {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content {
  padding: 100px 0px 120px 0px;
  position: relative;
}
.content:nth-child(odd) {
  background: #EAEFF3;
}
.content:nth-child(even) {
  background: #ffffff;
}
.content .content-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  mix-blend-mode: soft-light;
}
.content .content-bg-right {
  width: 37%;
  max-width: 40rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}

.content-x-padding {
  background: #ffffff !important;
  padding: 0px 0px 120px 0px !important;
}

.content-center {
  text-align: center;
}

.content-wave-bottom {
  padding-bottom: 400px;
}

.content-grey {
  background: #EAEFF3 !important;
}

.content-white {
  background: #ffffff !important;
}

.content-dark {
  background: #13161F !important;
}
.content-dark .content-header h2 {
  color: #ffffff;
}
.content-dark.mobil {
  padding-top: 0px;
  margin-top: -40px;
}

.content-header-border {
  border-bottom: solid 1px #EAEFF3;
  padding-bottom: 40px;
}

.content-header-center {
  justify-content: center !important;
}

.content-header-btn-group .btn-small + .btn-small {
  margin-left: 10px;
}

.content-header {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  z-index: 200;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.content-header .title {
  display: flex;
  align-items: center;
}
.content-header h2 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #13161F;
}
.content-header h2 span {
  font-weight: 700;
}
.content-header .iconify {
  font-size: 2.1rem;
  color: #54cc2f;
  margin-right: 15px;
}
.content-header i {
  color: #54cc2f;
  margin-right: 15px;
  font-size: 2rem;
}
.content-header i svg {
  transform: translateY(4px);
}

@media only screen and (max-width: 1440px) {
  .content-wave-bottom {
    padding-bottom: 300px;
  }
  .content-dark.mobil {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1150px) {
  .content-wave-bottom {
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-header {
    margin-bottom: 50px;
  }
  .content .content-bg-right {
    width: 60%;
    min-width: 400px;
    opacity: 0.07;
  }
}
@media only screen and (max-width: 890px) {
  .content {
    padding: 90px 0px 110px 0px;
  }
  .content-wave-bottom {
    padding-bottom: 200px;
  }
  .content-header {
    margin-bottom: 40px;
  }
  .content-header h2 {
    font-size: 1.5rem;
  }
  .content-header i {
    font-size: 1.8rem;
  }
  .content-dark.mobil {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 620px) {
  .content {
    padding: 80px 0px 90px 0px;
  }
  .content-wave-bottom {
    padding-bottom: 150px;
  }
  .content-header {
    margin-bottom: 30px;
  }
  .content-header h2 {
    font-size: 1.4rem;
  }
  .content-header i {
    font-size: 1.6rem;
    margin-right: 15px;
  }
  .content-dark.mobil {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .content {
    padding: 60px 0px 80px 0px;
  }
  .content-wave-bottom {
    padding-bottom: 130px;
  }
  .content-header {
    flex-direction: column;
  }
  .content-header .btn-small {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    border-width: 1px;
    font-size: 0.6rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 350px) {
  .content-header h2 {
    font-size: 1.2rem;
  }
  .content-header i {
    font-size: 1.4rem;
    margin-right: 10px;
  }
}
.service-details {
  display: none;
}
.service-details.active {
  display: block;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 30px;
}
.service-list .service-item {
  background: #ffffff;
  padding: 40px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 9px 9px 0px 0px #54cc2f;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.service-list .service-item:hover, .service-list .service-item.active {
  box-shadow: 12px 12px 0px 0px #ffffff;
  background: #54cc2f;
}
.service-list .service-item p {
  color: #13161F;
  font-size: 1rem;
  font-weight: 700;
}
.service-list .service-item .iconify {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 890px) {
  .service-list {
    gap: 20px;
  }
  .service-list .service-item {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 4px 4px 0px 0px #ffffff;
  }
  .service-list .service-item:hover, .service-list .service-item.active {
    box-shadow: 6px 6px 0px 0px #ffffff;
  }
  .service-list .service-item p {
    font-size: 0.9rem;
  }
  .service-list .service-item .iconify {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 700px) {
  .service-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 470px) {
  .service-list {
    grid-template-columns: 1fr;
  }
  .service-list .service-item .iconify {
    margin-bottom: 7px;
  }
}
.standorte {
  background: #dbdcdd !important;
  position: relative;
}
.standorte img.standorte-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  object-fit: cover;
  object-position: center center;
  z-index: 100;
}

.standorte-list {
  position: relative;
  z-index: 200;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: solid 1px #38495E;
}
.standorte-list .standort + .standort {
  border-left: solid 1px #38495E;
}
.standorte-list .standort {
  background: #13161F;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 40px 10px;
}
.standorte-list .standort:hover {
  background: #000000;
}
.standorte-list .standort.active {
  background: #54cc2f;
}
.standorte-list .standort.active h4 {
  color: #13161F;
}
.standorte-list .standort h4 {
  color: #54cc2f;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}
.standorte-list .standort p {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.7rem;
}

.standort-kontakt {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 200;
}

#standort-map {
  background: red;
  z-index: 200;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  filter: grayscale(100%);
}

.standort-details {
  background: #13161F;
  border-radius: 30px;
  overflow: hidden;
}
.standort-details .btn {
  cursor: pointer;
  width: 100%;
  margin-top: 50px;
}
.standort-details .btn:last-child {
  margin-top: 10px;
}
.standort-details .details-body-wrapper {
  padding: 50px 40px;
  display: none;
}
.standort-details .details-body-wrapper.active {
  display: block;
}
.standort-details .details-body {
  padding: 0px 30px;
}
.standort-details .details-body .item + .item {
  margin-top: 40px;
}
.standort-details .details-body .item {
  display: flex;
  align-items: flex-start;
}
.standort-details .details-body .item .item-content {
  color: #ffffff;
}
.standort-details .details-body .item .item-content h4 {
  margin-bottom: 5px;
  font-size: 1.1ren;
}
.standort-details .details-body .item .item-content p {
  font-size: 0.9rem;
  line-height: 150%;
  font-weight: 300;
}
.standort-details .details-body .item .item-icon {
  background: #54cc2f;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-right: 25px;
  display: flex;
  flex: 0 0 50px;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
}

@media only screen and (max-width: 1480px) {
  .standort-details .details-body-wrapper {
    padding: 50px 40px;
  }
  .standort-kontakt {
    grid-template-columns: 1.25fr 0.75fr;
  }
}
@media only screen and (max-width: 1370px) {
  .standort-kontakt {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  #standort-map {
    height: 400px;
    order: 2;
  }
  .standorte-list .standort {
    padding: 30px 20px;
  }
  .standorte-list .standort h4 {
    font-size: 1.1rem;
  }
  .standorte-list .standort p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 820px) {
  .standorte-list {
    margin-top: 0px;
  }
  .standorte-list .standort {
    padding: 25px 10px;
  }
  .standorte-list .standort p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 590px) {
  .standorte-list {
    grid-template-columns: 1fr;
  }
  .standorte-list .standort + .standort {
    border-left: none;
    border-top: solid 1px #38495E;
  }
  .standorte-list .standort {
    padding: 20px 10px;
  }
  .standort-details .details-body {
    padding: 0px 15px;
  }
  .standort-details .details-body-wrapper {
    padding: 0px 20px 30px 20px;
  }
}
@media only screen and (max-width: 450px) {
  .standort-details {
    border-radius: 20px;
  }
  .standort-details .details-body .item .item-content h4 {
    font-size: 1rem;
  }
  .standort-details .details-body .item .item-content p {
    font-size: 0.8rem;
  }
  .standort-details .details-body .item .item-icon {
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
    margin-right: 15px;
  }
  .standort-details .details-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .standort-details .details-header h2 {
    font-size: 1.3rem;
  }
  .standort-details .details-header p {
    font-size: 0.9rem;
  }
}
.socials {
  position: relative;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.socials .socials-header {
  text-align: center;
}
.socials .socials-header h4 {
  font-size: 2rem;
  font-weight: 900;
}
.socials .socials-header p {
  font-size: 1.4rem;
  color: #54cc2f;
}
.socials.active .border-right, .socials.active .square-right {
  transform: rotate(-45deg) translateX(0%);
}
.socials.active .border-left, .socials.active .square-left {
  transform: rotate(-45deg) translateX(0%);
}
.socials .shape {
  position: absolute;
  height: 400px;
  width: 400px;
  z-index: 200;
  border-radius: 30px;
}
.socials .border-right, .socials .square-right {
  transform: translateX(100%);
}
.socials .border-left, .socials .square-left {
  transform: translateX(-100%);
}
.socials .border-right, .socials .border-left {
  border: solid 3px #13161F;
  transition: all 0.6s ease-in-out 0.3s;
}
.socials .square-right, .socials .square-left {
  background: #54cc2f;
  transition: all 0.6s ease-in-out 0.2s;
}
.socials .square-left {
  bottom: -200px;
  left: -150px;
}
.socials .square-right {
  right: -100px;
  top: -130px;
}
.socials .border-right {
  right: -200px;
  top: -100px;
}
.socials .border-left {
  bottom: -250px;
}

.socials-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.socials-links a {
  display: flex;
  height: 70px;
  width: 70px;
  color: #54cc2f;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0px 20px;
  font-size: 1.2rem;
  background: #13161F;
}
.socials-links a:hover {
  color: #13161F;
  background: #54cc2f;
}

@media only screen and (max-width: 1600px) {
  .socials-links a {
    margin: 0px 10px;
  }
  .socials .shape {
    height: 300px;
    width: 300px;
  }
  .socials .square-left {
    bottom: -150px;
    left: -80px;
  }
  .socials .border-left {
    bottom: -200px;
    left: 40px;
  }
  .socials .square-right {
    right: -60px;
    top: -130px;
  }
  .socials .border-right {
    right: -150px;
    top: -100px;
  }
}
@media only screen and (max-width: 1024px) {
  .socials {
    height: 370px;
  }
  .socials .shape {
    height: 200px;
    width: 200px;
  }
  .socials .square-left {
    bottom: -120px;
    left: -70px;
  }
  .socials .border-left {
    bottom: -150px;
    left: 0px;
  }
  .socials .square-right {
    right: -40px;
    top: -80px;
  }
  .socials .border-right {
    right: -100px;
    top: -60px;
  }
}
@media only screen and (max-width: 750px) {
  .socials-links {
    margin-top: 20px;
  }
  .socials-links a {
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 620px) {
  .socials {
    height: 400px;
  }
  .socials .square-right {
    right: -40px;
    top: -130px;
  }
  .socials .border-right {
    right: -120px;
    top: -120px;
  }
}
@media only screen and (max-width: 420px) {
  .socials .socials-header h4 {
    font-size: 1.3rem;
  }
  .socials .socials-header p {
    font-size: 0.9rem;
  }
  .socials-links {
    margin-top: 20px;
  }
  .socials-links a {
    margin: 0px 5px;
    height: 40px;
    width: 40px;
    font-size: 0.8rem;
  }
}
.header-slider {
  display: flex;
  width: 100%;
  z-index: 2;
  height: 100%;
  transform: translateX(0%);
}

.header {
  background: #000000;
}

.header-container {
  transition: all 1.6s ease-in-out;
  opacity: 0;
}
.header-container.active {
  opacity: 1;
}

.header-item {
  flex: 0 0 100%;
  height: 100vh;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.header-arrow {
  position: absolute;
  z-index: 200;
  color: #ffffff;
  font-size: 1rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #ffffff;
  color: #000000;
  margin: auto;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.header-arrow:hover {
  background: #54cc2f;
  color: #000000;
}

.header-right {
  top: 0;
  bottom: 0;
  right: 40px;
}

.header-left {
  top: 0;
  bottom: 0;
  left: 40px;
}

.header-content {
  z-index: 200;
  text-align: center;
  padding: 0px 20px;
}
.header-content h2 {
  color: #ffffff;
  font-size: 7rem;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 5px;
}
.header-content p {
  color: #54cc2f;
  font-size: 1.8rem;
  padding-bottom: 50px;
  line-height: 130%;
}

.header-bullets {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.header-bullets span {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: block;
  border: solid 3px #ffffff;
  cursor: pointer;
}
.header-bullets span:hover, .header-bullets span.active {
  background: #54cc2f;
}

.header-media {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
}
.header-media img, .header-media video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.4;
  pointer-events: none;
}

@media only screen and (max-width: 1440px) {
  .header-content h2 {
    font-size: 5.5rem;
  }
  .header-content p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1150px) {
  .header-arrow {
    font-size: 1rem;
    width: 45px;
    height: 45px;
  }
  .header-right {
    right: 30px;
  }
  .header-left {
    left: 30px;
  }
}
@media only screen and (max-width: 790px) {
  .header-content h2 {
    font-size: 4.5rem;
  }
  .header-content p {
    font-size: 1.7rem;
  }
  .header-arrow {
    font-size: 0.9rem;
    width: 40px;
    height: 40px;
  }
  .header-right {
    right: 0px;
    border-radius: 10px 0px 0px 10px;
  }
  .header-left {
    left: 0px;
    border-radius: 0px 10px 10px 0px;
  }
}
@media only screen and (max-width: 590px) {
  .header-content h2 {
    font-size: 3.4rem;
  }
  .header-content p {
    font-size: 1.4rem;
  }
  .header-arrow {
    display: none;
  }
  .header-bullets {
    gap: 8px;
    bottom: 30px;
  }
  .header-bullets span {
    height: 17px;
    width: 17px;
  }
}
.page-header {
  height: 350px;
  margin-top: 92px;
  position: relative;
  overflow: hidden;
  background: #13161F;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header p {
  font-weight: 900;
  color: #54cc2f;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.page-header h4 {
  font-size: 2.8rem;
  font-weight: 300;
  text-align: center;
  line-height: 100%;
}
.page-header span {
  height: 20px;
  width: 20px;
  background: #54cc2f;
  font-size: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-top: 15px;
}
.page-header img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.page-header img.active {
  opacity: 0.4;
}

.page-header-content {
  position: relative;
  z-index: 200;
  padding: 0px 13px;
  color: #ffffff;
  flex-direction: column;
  transform: translateY(50px);
  transition: all 0.7s ease-in-out;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header-content.active {
  transform: translateY(0px);
  opacity: 1;
}

@media only screen and (max-width: 690px) {
  .page-header {
    margin-top: 80px;
  }
  .page-header h4 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 490px) {
  .page-header {
    height: 280px;
  }
  .page-header h4 {
    font-size: 1.9rem;
  }
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  padding: 20px 40px;
}
.nav .nav-inner {
  max-width: 1600px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav.nav-page-active {
  background: #000000;
  padding: 0px 40px;
}
.nav.active {
  background: #000000;
  padding: 0px 40px;
}

.nav-logo {
  display: flex;
  transition: all 0.2s cubic-bezier(0.47, 1.64, 0.41, 1.8);
}
.nav-logo:hover {
  transform: scale(1.1);
}
.nav-logo img {
  height: 60px;
}

.nav-hamburger-wrapper {
  width: 40px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.47, 1.64, 0.41, 1.8);
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2000;
}
.nav-hamburger-wrapper:hover {
  transform: scale(1.1);
}
.nav-hamburger-wrapper.active .nav-hamburger {
  transform: rotate(-180deg) scale(0);
  opacity: 0;
}
.nav-hamburger-wrapper.active .nav-hamburger-close {
  opacity: 1;
  transform: scale(1);
}

.nav-hamburger, .nav-hamburger-close {
  pointer-events: none;
}

.nav-hamburger {
  width: 100%;
  display: block;
  transition: all 0.2s ease-in-out;
}
.nav-hamburger span {
  height: 2px;
  background: #ffffff;
  margin: 8px 0px;
  transition: all 0.2s ease-in-out;
  display: flex;
  width: 100%;
}

.nav-hamburger-close {
  position: absolute;
  height: 45px;
  width: 45px;
  background: #ffffff;
  color: #000000;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.47, 1.6, 0.41, 1.6);
}

.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.6s ease-in-out 0.1s;
}
.nav-links .nav-logo {
  display: none;
}
.nav-links.active {
  transform: translateX(0px);
  opacity: 1;
}
.nav-links a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  padding: 40px 16px;
  font-weight: 900;
  font-size: 0.9rem;
}
.nav-links a.active {
  color: #54cc2f;
}
.nav-links a.btn-shop {
  background: #54cc2f;
  color: #ffffff;
  padding: 11px 18px;
  border-radius: 30px;
  border: solid 2px #54cc2f;
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 0.9rem;
}
.nav-links a.btn-shop i {
  margin-right: 7px;
  transform: translateY(0px);
}
.nav-links a.btn-shop:hover {
  background: none;
}
.nav-links a:hover {
  color: #54cc2f;
}

@media only screen and (max-width: 1670px) {
  .nav {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .nav-links a {
    padding: 40px 12px;
  }
  .nav-links a.btn-shop {
    padding: 0px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-links a.btn-shop i {
    margin-right: 0px;
  }
  .nav-links a.btn-shop span {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .nav {
    padding: 20px 40px;
  }
  .nav.nav-page-active {
    background: #000000;
    padding: 20px 20px;
  }
  .nav.active {
    background: #000000;
    padding: 20px 20px;
  }
  .nav-links a.btn-shop ~ a.btn-shop {
    margin-top: 5px !important;
  }
  .nav-links a.btn-shop {
    margin-top: 20px !important;
  }
  .nav-links {
    position: fixed;
    background: #000000;
    top: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    padding: 0px 30px;
    transition: all 0.3s ease-in-out;
    transform: translateX(-100%) !important;
  }
  .nav-links.show {
    transform: translateX(0%) !important;
  }
  .nav-links .nav-logo {
    display: block;
    margin-bottom: 20px;
  }
  .nav-links a {
    padding: 9px 0px;
    font-size: 0.85rem;
  }
  .nav-links a.btn-shop {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    padding: 10px 20px;
    margin-top: 7px;
  }
  .nav-links a.btn-shop i {
    margin-right: 5px;
  }
  .nav-links a.btn-shop span {
    display: block;
  }
  .nav-hamburger-wrapper {
    display: flex;
  }
}
@media only screen and (max-width: 690px) {
  .nav {
    padding: 15px;
  }
  .nav.nav-page-active {
    background: #000000;
    padding: 15px 15px;
  }
  .nav.active {
    background: #000000;
    padding: 15px 15px;
  }
  .nav-links.show .nav-logo img {
    height: 60px;
  }
  .nav-logo img {
    height: 50px;
  }
  .nav-hamburger-wrapper {
    width: 40px;
  }
  .nav-hamburger-close {
    height: 35px;
    width: 35px;
  }
}
@media only screen and (max-width: 450px) {
  .nav-links {
    width: 100%;
  }
}
.news {
  background: #ECEFF0;
}

.news-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ffffff;
  border-radius: 40px;
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
  overflow: hidden;
}
.news-hero .news-hero-content {
  padding: 60px;
}
.news-hero .post p {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.news-hero .hero-btns {
  display: flex;
  margin-top: 50px;
}
.news-hero .hero-btns .btn + .btn {
  margin-left: 10px;
}
.news-hero .hero-btns .btn {
  width: 100%;
  margin-top: 0px;
}
.news-hero figure {
  background: #13161F;
  position: relative;
}
.news-hero figure img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-fit: cover;
  object-position: center center;
}

#instagram-post {
  position: relative;
}
#instagram-post .instagram-icon {
  height: 40px;
  width: 40px;
  background: #54cc2f;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  top: 20px;
  right: 20px;
  color: #13161F;
}
#instagram-post h4 {
  display: flex;
  align-items: center;
}
#instagram-post h4 svg {
  margin-right: 6px;
}
#instagram-post video {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
}
.news-grid .item {
  background: #ffffff;
  border-radius: 40px;
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
.news-grid .item:hover {
  transform: scale(1.05);
}
.news-grid .item:hover figure img {
  opacity: 0.8;
}
.news-grid .item figure {
  height: 250px;
  flex-shrink: 0;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background: #13161F;
}
.news-grid .item figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.news-content {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-content.post p {
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 150%;
}
.news-content .btn {
  width: 100%;
  margin: auto 0px 0px 0px !important;
}

@media only screen and (max-width: 1440px) {
  .news-hero {
    grid-template-columns: 0.8fr 1.2fr;
  }
}
@media only screen and (max-width: 1150px) {
  .news-hero .news-hero-content {
    padding: 40px;
  }
}
@media only screen and (max-width: 1150px) {
  .news-hero .hero-btns {
    flex-direction: column;
  }
  .news-hero .hero-btns .btn + .btn {
    margin-left: 0px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .news-hero {
    grid-template-columns: 1fr;
  }
  .news-hero figure {
    height: 250px;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
  }
  .news-hero .hero-btns {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-hero .news-hero-content {
    padding: 30px;
  }
  .news-content {
    padding: 30px;
  }
}
.footer {
  background: #13161F;
  padding: 70px 0px;
}
.footer .frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer p, .footer a {
  font-weight: 400;
  color: #ffffff;
  font-weight: 900;
  font-size: 0.9rem;
}
.footer p span {
  color: #54cc2f;
}

.footer-links {
  display: flex;
  gap: 30px;
}
.footer-links a:hover {
  color: #586474;
}
.footer-links h3 {
  color: #586474;
  font-weight: 400;
  padding: 0px 20px;
  text-align: center;
  display: none;
}

.footer-category {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-category h4 {
  color: #54cc2f;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 0px 10px 10px 10px;
  border-bottom: solid 1px #586474;
}

@media only screen and (max-width: 890px) {
  .footer-links {
    gap: 50px;
  }
  .footer-links a {
    font-size: 0.55rem;
  }
}
@media only screen and (max-width: 620px) {
  .footer-links {
    order: 1;
  }
  .footer .frame {
    flex-direction: column;
  }
  .footer p {
    text-align: center;
    order: 2;
    width: 100%;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px dashed #586474;
    font-size: 0.5rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 520px) {
  .footer-links {
    flex-direction: column;
    gap: 30px;
  }
  .footer-links a {
    display: inline-flex;
    align-self: center;
  }
  .footer-links h3 {
    display: block;
  }
  .footer-category h4 {
    margin-bottom: 7px;
    padding: 0px 10px 7px 10px;
  }
}
.emotion {
  background: #13161F;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0px 30px;
}
.emotion .details {
  z-index: 200;
  position: relative;
  text-align: center;
}
.emotion p {
  color: #ffffff;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 130%;
  font-weight: 300;
}
.emotion .btn {
  margin-top: 40px;
}
.emotion h2 {
  color: #ffffff;
  font-size: 2.8em;
  z-index: 200;
  font-weight: 900;
  line-height: 110%;
  margin-bottom: 5px;
}
.emotion h2 strong {
  font-weight: 700;
  color: #54cc2f;
}
.emotion img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.3;
}

@media only screen and (max-width: 1150px) {
  .emotion h2 {
    font-size: 2.4em;
  }
}
@media only screen and (max-width: 450px) {
  .emotion {
    padding: 0px 20px;
    height: 400px;
  }
  .emotion h2 {
    font-size: 2rem;
  }
  .emotion p {
    font-size: 1.1rem;
  }
}
.markt-container {
  display: flex;
  overflow: hidden;
  border-radius: 40px;
  position: relative;
  padding: 50px;
  height: 600px;
  background: #13161F;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.markt-container:hover img {
  transform: scale(1.3);
}
.markt-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  inset: 0;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.markt-container img.active {
  opacity: 0.4;
}

.markt-container-header {
  text-align: center;
  position: relative;
  z-index: 3;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.markt-container-header div {
  position: absolute;
  width: 100%;
}

.markt-text {
  transition: all 0.3s ease-in-out 0.1s;
}
.markt-text h3 {
  color: #ffffff;
  font-size: 2.8rem;
  margin-bottom: 5px;
  font-weight: 600;
}
.markt-text p {
  color: #ffffff;
  font-size: 1.3rem;
  margin-bottom: 30px;
  font-weight: 300;
}

.markt-buttons {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(50px);
}
.markt-buttons .btn-small {
  margin: 0px 5px;
}

.markt-bullets {
  display: flex;
  position: absolute;
  bottom: 45px;
  width: 100%;
  justify-content: center;
}
.markt-bullets div {
  margin: 0px 10px;
  height: 20px;
  width: 20px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.markt-bullets div.active {
  border-color: #54cc2f;
  border-width: 4px;
  background: #13161F;
}
.markt-bullets div:hover {
  border-color: #54cc2f;
}

@media only screen and (max-width: 920px) {
  .markt-container {
    padding: 30px;
    height: 400px;
  }
  .markt-text h3 {
    font-size: 2.4rem;
  }
  .markt-bullets {
    bottom: 45px;
  }
  .markt-bullets div {
    margin: 0px 7px;
    height: 20px;
    width: 20px;
  }
  .automarkt-iframe iframe {
    height: 100svh;
  }
}
@media only screen and (max-width: 620px) {
  .markt-buttons .btn-small {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 450px) {
  .markt-container {
    padding: 20px;
  }
  .markt-text h3 {
    font-size: 2rem;
  }
  .markt-text p {
    font-size: 1.1rem;
  }
}
.job-list .item + .item {
  margin-top: 12px;
}
.job-list h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 40px 0px 10px 0px;
}
.job-list .item {
  display: flex;
}
.job-list .item .item-header {
  display: flex;
  background: #54cc2f;
  width: 100%;
  border-radius: 30px;
  cursor: pointer;
  z-index: 2;
  position: relative;
  transition: all 0.1s ease-in-out;
}
.job-list .item .item-header:hover, .job-list .item .item-header.active {
  background: #13161F;
}
.job-list .item .item-header:hover .details p, .job-list .item .item-header.active .details p {
  color: #54cc2f;
}
.job-list .item .item-header:hover .icon, .job-list .item .item-header.active .icon {
  background: #54cc2f;
  color: #13161F;
}
.job-list .item .item-header:hover .circle, .job-list .item .item-header.active .circle {
  background: #54cc2f;
  color: #13161F;
  transform: translateX(10px);
}
.job-list .item .icon {
  background: #13161F;
  color: #54cc2f;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 30px 0px 30px 0px;
  transition: all 0.2s ease-in-out;
}
.job-list .item .circle {
  background: #13161F;
  height: 30px;
  width: 30px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #54cc2f;
  transition: all 0.1s ease-in-out;
}
.job-list .item .circle i {
  transition: all 0.3s ease-in-out;
}
.job-list .item .inner {
  padding-right: 20px;
}
.job-list .item .details {
  margin-left: 20px;
  padding: 15px 40px 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.job-list .item .details h4 {
  color: #ffffff;
  line-height: 110%;
  margin-bottom: 2px;
}
.job-list .item .details p {
  font-weight: 700;
  font-size: 0.8rem;
  transition: all 0.1s ease-in-out;
  color: #000000;
}

.item-content article.post-grid {
  display: grid;
  grid-template-columns: 1.6fr 300px;
}
.item-content .item-content-img {
  margin-top: 15px;
  height: 300px;
  margin-left: 30px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 9px 9px 0px 0px #54cc2f;
}
.item-content .item-content-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.jobs-responsive-wrapper {
  height: 50vh;
  margin-top: 50px;
}

.frame-jobboerse {
  margin-top: 60px;
}

.jobboerse-header {
  display: flex;
  align-items: baseline;
}
.jobboerse-header i {
  color: #13161F;
  font-size: 1.2rem;
  margin-right: 5px;
  margin-left: 5px;
}
.jobboerse-header h4 {
  font-size: 1.2rem;
  color: #54cc2f;
}

.jobboerse-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 2px #C4D0DD;
  margin-top: 50px;
  padding: 20px 30px 30px 30px;
  border-radius: 20px;
  text-align: center;
}
.jobboerse-container h3 {
  font-size: 1.6rem;
  line-height: 110%;
}
.jobboerse-container p {
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 300;
}

@media only screen and (max-width: 1024px) {
  .job-list .item .details {
    padding: 15px 25px 15px 15px;
  }
  .job-list .item .details h4 {
    font-size: 0.9rem;
  }
  .job-list .item .details p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 920px) {
  .job-list .item .details {
    margin-left: 5px;
    padding: 15px 20px 15px 15px;
  }
  .job-list h3 {
    font-size: 1rem;
  }
  .jobboerse-container h3 {
    font-size: 1.4rem;
  }
  .jobboerse-container aside {
    width: 100%;
  }
  .jobboerse-container aside a + a {
    margin-top: 4px;
  }
  .jobboerse-container aside a {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .item-content article.post-grid {
    grid-template-columns: 1fr;
  }
  .item-content article.post-grid .item-content-text {
    order: 2;
    margin-top: 40px;
  }
  .item-content .item-content-img {
    order: 1;
    margin-left: 0px;
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 480px) {
  .job-list .item .item-header {
    border-radius: 20px;
  }
  .job-list .item .icon {
    width: 60px;
    font-size: 1rem;
    border-radius: 20px 0px;
  }
  .job-list .item .inner {
    padding-right: 10px;
  }
  .job-list .item .details .circle {
    position: absolute;
    right: -10px;
  }
  .jobboerse-container {
    padding: 20px 15px 30px 15px;
  }
  .jobboerse-container h3 {
    font-size: 1.2rem;
  }
  .jobboerse-container p {
    font-size: 1rem;
  }
  .jobboerse-container aside a {
    width: 100%;
  }
}
@media only screen and (max-width: 590px) {
  .jobboerse-header {
    flex-direction: column;
    line-height: 120%;
  }
  .jobboerse-header i {
    display: none;
  }
  .jobboerse-header h4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 390px) {
  .job-list .item .details h4 {
    font-size: 0.9rem;
  }
  .job-list .item .details p {
    font-size: 0.8rem;
  }
}
.post-mobility {
  display: none;
}
.post-mobility.active {
  display: block;
}

.content-dark .post p strong {
  color: #737586;
}

.post h5 {
  color: #54cc2f;
  font-size: 1rem;
}
.post h4 {
  color: #586474;
  font-size: 1.2rem;
}
.post h3 {
  font-size: 1.4rem;
}
.post ul {
  margin-left: 18px;
}
.post ul li + li {
  margin-top: 5px;
}
.post ul li {
  line-height: 170% !important;
}
.post p strong {
  color: #3f4049;
  font-weight: 700;
}
.post p span strong {
  color: inherit !important;
}
.post p, .post ul li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 160%;
  color: #3f4049;
}
.post p a, .post ul li a {
  font-weight: 700;
  color: #54cc2f;
}
.post p a:hover, .post ul li a:hover {
  color: #000000;
}
.post .btn {
  margin-top: 30px;
}

.content-dark .post h3 {
  color: #54cc2f;
}
.content-dark .post p {
  color: #ffffff;
}

.normal-text + .normal-text {
  margin-top: 30px;
}

.grid-text {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 80px;
  position: relative;
  z-index: 2;
}
.grid-text.reverse {
  grid-template-columns: 0.7fr 1.3fr;
}
.grid-text.reverse .post {
  order: 2;
}
.grid-text .img {
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  min-height: 340px;
  max-height: 550px;
  position: relative;
}
.grid-text .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
}

@media only screen and (max-width: 1440px) {
  .grid-text {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
  }
  .grid-text.reverse {
    grid-template-columns: 0.8fr 1.2fr;
  }
}
@media only screen and (max-width: 1150px) {
  .grid-text {
    grid-template-columns: 1.3fr 0.7fr;
    gap: 50px;
  }
  .grid-text.reverse {
    grid-template-columns: 0.7fr 1.3fr;
  }
}
@media only screen and (max-width: 1024px) {
  .grid-text {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .grid-text.reverse {
    grid-template-columns: 1fr;
  }
  .grid-text .img {
    order: 1;
    height: 300px;
    min-height: auto;
  }
  .grid-text .post {
    order: 2;
  }
}
@media only screen and (max-width: 690px) {
  .post p, .post ul li {
    font-size: 0.9rem;
  }
  .grid-text {
    gap: 40px;
  }
  .grid-text .img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 490px) {
  .post h4 {
    font-size: 1rem;
  }
}
.angebote-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
.angebote-list .item {
  background: #13161F;
  height: 230px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.angebote-list .item .item-content {
  position: relative;
  z-index: 2;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.angebote-list .item .item-content span {
  height: 40px;
  width: 40px;
  background: #54cc2f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  color: #000000;
}
.angebote-list .item .item-content h4, .angebote-list .item .item-content p {
  color: #ffffff;
}
.angebote-list .item .item-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
}
.angebote-list .item .item-content p {
  font-size: 1rem;
  font-weight: 400;
}
.angebote-list .item .btn-small {
  position: absolute;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100px);
  transition: all 0.3s ease-in-out;
}
.angebote-list .item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}

@media only screen and (max-width: 420px) {
  .angebote-list {
    grid-template-columns: 1fr;
  }
}
@media (hover: hover) {
  .angebote-list .item:hover {
    background: #54cc2f;
  }
  .angebote-list .item:hover img {
    transform: scale(1.1);
  }
  .angebote-list .item:hover .item-content {
    transform: translateY(-100px);
    opacity: 0;
  }
  .angebote-list .item:hover .btn-small {
    transform: translateY(0px);
    opacity: 1;
  }
}
.milestones-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0.01;
  pointer-events: none;
  z-index: 1;
}

.milestones {
  margin-top: 80px;
  z-index: 2;
  position: relative;
}
.milestones .item + .item {
  margin-top: -110px;
}
.milestones .item {
  display: grid;
  grid-template-columns: 1.5fr 55px 1.5fr;
  gap: 20px;
  padding: 0px 0px;
  position: relative;
  z-index: 2;
}
.milestones .item:nth-child(even) .track {
  order: 2;
}
.milestones .item:nth-child(even) .track .circle::before {
  left: 55px;
}
.milestones .item:nth-child(even) .wrapper {
  order: 3;
  margin-left: 30px;
}
.milestones .item:nth-child(odd) .wrapper {
  margin-right: 30px;
}
.milestones .item:nth-child(odd) .track .circle::before {
  right: 55px;
}
.milestones .item figure {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.milestones .item figure .img {
  height: 300px;
  width: 100%;
  position: relative;
  background: #13161F;
  margin-right: 20px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  border: solid 7px #13161F;
  box-shadow: 9px 9px 0px 0px #54cc2f;
  padding: 20px;
}
.milestones .item figure .img span {
  position: absolute;
  top: 20px;
  z-index: 2;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.5rem;
}
.milestones .item figure .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0.5;
}
.milestones .item .track {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.milestones .item .track .line {
  height: calc(100% + 0px);
  width: 7px;
  background: #22262F;
  position: absolute;
}
.milestones .item .track .circle {
  background: #54cc2f;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 140px;
}
.milestones .item .track .circle::before {
  content: "";
  width: 40px;
  position: absolute;
  height: 2px;
  background: #54cc2f;
}
.milestones .item .track .circle::after {
  content: "";
  position: absolute;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  border: solid 3px #54cc2f;
  border-radius: 50%;
}
.milestones .item .post {
  color: #ffffff;
  margin-top: 40px;
  padding-inline: 20px;
}
.milestones .item .post:empty {
  display: none;
}
.milestones .item .post h4 {
  color: #54cc2f;
}

@media only screen and (max-width: 1350px) {
  .milestones .item .track .circle {
    height: 35px;
    width: 35px;
    top: 120px;
  }
  .milestones .item:nth-child(even) .track .circle::before {
    left: 50px;
  }
  .milestones .item:nth-child(odd) .track .circle::before {
    right: 50px;
  }
  .milestones .item .post {
    padding-inline: 10px;
  }
  .milestones .item figure .img {
    height: 250px;
  }
}
@media only screen and (max-width: 920px) {
  .milestones {
    margin-top: 70px;
  }
  .milestones .item + .item {
    margin-top: 50px;
  }
  .milestones .item {
    grid-template-columns: 1fr;
    padding: 0px;
    gap: 0px;
  }
  .milestones .item:last-child .track .line {
    height: calc(100% - 50px);
    transform: translateY(0px);
  }
  .milestones .item:nth-child(odd) .wrapper {
    margin-right: 0px;
  }
  .milestones .item:nth-child(even) .wrapper {
    order: 2;
    margin-left: 0px;
  }
  .milestones .item:nth-child(even) figure {
    order: 1;
  }
  .milestones .item .post {
    order: 2;
    padding: 0px 40px;
    margin-top: 30px;
  }
  .milestones .item figure {
    order: 1;
    margin-top: -7px;
    margin-left: 30px;
  }
  .milestones .item figure .pointer {
    display: none;
  }
  .milestones .item .track {
    position: absolute;
    left: -40px;
    top: 10px;
    height: 100%;
  }
  .milestones .item .track .circle {
    height: 25px;
    width: 25px;
    top: 0;
  }
  .milestones .item .track .circle::before {
    display: none;
  }
  .milestones .item .track .line {
    position: absolute;
    height: calc(100% + 50px);
    transform: translateY(50px);
    top: auto;
    bottom: auto;
    width: 2px;
  }
}
@media only screen and (max-width: 850px) {
  .milestones .item figure .img {
    height: 200px;
  }
  .milestones .item .track {
    left: -10px;
  }
  .milestones .item .track .circle {
    height: 15px;
    width: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .milestones {
    margin-top: 50px;
  }
  .milestones .item:last-child .track .line {
    height: calc(100% - 30px);
  }
  .milestones .item:nth-child(odd) figure .img span {
    left: auto;
  }
  .milestones .item:nth-child(even) figure .img span {
    right: auto;
  }
  .milestones .item .track {
    left: 5px;
  }
  .milestones .item .track .line {
    height: calc(100% + 30px);
    transform: translateY(30px);
  }
  .milestones .item .track .circle {
    height: 10px;
    width: 10px;
  }
  .milestones .item figure .img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
  }
  .milestones .item figure .img span {
    position: relative;
    top: auto;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 420px) {
  .milestones .item figure .img {
    height: 150px;
    border: solid 3px #13161F;
    box-shadow: 5px 5px 0px 0px #54cc2f;
    border-radius: 20px;
  }
  .milestones .item figure .img span {
    font-size: 1.5rem;
  }
}
.select-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 6px;
}
.select-list.green .select {
  color: #54cc2f;
}
.select-list.green .select span {
  background: #54cc2f;
  color: #13161F;
}
.select-list.green .select:hover {
  background: #000000;
  color: #54cc2f;
}
.select-list.green .select.active {
  background: #54cc2f;
  color: #000000;
}
.select-list.green .select.active span {
  background: #000000;
  color: #54cc2f;
}
.select-list .select {
  padding: 15px 25px;
  border: solid 2px #54cc2f;
  text-align: center;
  color: #13161F;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.select-list .select p {
  font-weight: 400;
  font-size: 0.8rem;
}
.select-list .select span {
  flex: 0 0 22px;
  height: 22px;
  width: 22px;
  background: #13161F;
  color: #54cc2f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 0.55rem;
}
.select-list .select span i {
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.select-list .select span i:nth-child(1) {
  opacity: 0;
}
.select-list .select:hover {
  background: #54cc2f;
  color: #000000;
}
.select-list .select.active {
  background: #000000;
  color: #54cc2f;
  border: solid 2px #000000;
}
.select-list .select.active i:nth-child(2) {
  opacity: 0;
}
.select-list .select.active i:nth-child(1) {
  opacity: 1;
}
.select-list .select.active span {
  background: #54cc2f;
  color: #000000;
}

.select-text {
  margin-top: 60px;
}

@media only screen and (max-width: 450px) {
  .select-list .select {
    padding: 10px 30px;
  }
  .select-list .select p {
    font-size: 0.65rem;
  }
}
.box-grid-item {
  width: 100%;
  display: none;
}
.box-grid-item.active {
  display: block;
}

.box-grid {
  margin-top: 80px;
}
.box-grid .select-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  margin-bottom: 30px;
}
.box-grid .select-list .select {
  justify-content: space-between;
}
.box-grid .select-list .select.active .fa-chevron-down {
  transform: translateX(0px);
  opacity: 1;
}
.box-grid .select-list .select span {
  margin-right: 0px;
}
.box-grid .select-list .select .fa-chevron-down {
  transform: translateX(-20px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.box-grid .select-list .select span i:nth-child(1) {
  opacity: 1;
}

.box-images {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.box-image {
  aspect-ratio: 7/4;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: #13161F;
}
.box-image:hover img {
  opacity: 0.5;
  scale: 1.1;
}
.box-image:hover i {
  scale: 1;
}
.box-image i {
  position: absolute;
  z-index: 200;
  color: #ffffff;
  font-size: 2rem;
  scale: 0;
  transition: all 0.2s ease-in-out;
}
.box-image img {
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center center;
}

@media only screen and (max-width: 1280px) {
  .box-grid {
    grid-template-columns: 240px 1fr;
    gap: 50px;
    margin-top: 60px;
  }
  .box-grid .select-list .select {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .box-grid {
    grid-template-columns: 1fr;
  }
  .box-grid .select-list {
    display: grid;
  }
  .box-grid .select-list .select {
    height: auto;
    margin: 0px;
  }
  .box-grid .select-list .select span {
    margin-right: 10px;
  }
  .box-grid .select-list .select p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 920px) {
  .box-images {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media only screen and (max-width: 720px) {
  .box-grid {
    margin-top: 30px;
  }
}
.wave-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  pointer-events: none;
}

.black-box {
  background: #13161F;
  padding: 80px 100px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 80px;
}
.black-box .black-box-content {
  display: flex;
  position: relative;
  z-index: 340;
  justify-content: end;
  align-items: center;
  width: 100%;
}
.black-box .check {
  height: 45px;
  width: 45px;
  flex: 0 0 45px;
  background: #54cc2f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
  border: solid 3px #13161F;
}
.black-box h3 {
  color: #ffffff;
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
}
.black-box h3 span {
  font-weight: 700;
}

.black-box-images {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 80px;
}
.black-box-images .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.05;
  object-position: center center;
  object-fit: cover;
  z-index: 200;
  border-radius: 80px;
}
.black-box-images .wave {
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0%;
  bottom: 0;
  height: 100%;
}

@media only screen and (max-width: 1380px) {
  .black-box {
    padding: 60px 80px;
  }
  .black-box .black-box-content h3 {
    font-size: 1.6rem;
  }
  .black-box-images .wave {
    left: -10%;
  }
}
@media only screen and (max-width: 1150px) {
  .black-box {
    padding: 50px 60px;
  }
  .black-box .black-box-content h3 {
    font-size: 1.4rem;
  }
  .black-box-images .wave {
    left: -15%;
  }
}
@media only screen and (max-width: 1024px) {
  .black-box {
    padding: 50px 30px;
    border-radius: 50px;
    margin-top: -60px;
  }
  .black-box .check {
    border: solid 3px #13161F;
  }
  .black-box-images {
    border-radius: 50px;
  }
}
@media only screen and (max-width: 620px) {
  .black-box {
    padding: 40px 20px 30px 20px;
    border-radius: 30px;
    margin-top: -20px;
  }
  .black-box .black-box-content {
    flex-direction: column;
  }
  .black-box .black-box-content h3 {
    font-weight: 400;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.47);
    line-height: 130%;
    font-size: 1.2rem;
  }
  .black-box .check {
    border-color: #ffffff;
    position: absolute;
    height: 60px;
    width: 60px;
    top: -70px;
    z-index: 200;
    margin-right: auto;
  }
  .black-box-images {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .black-box {
    padding: 40px 10px 30px 10px;
  }
}
.download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.download:hover p i {
  margin-right: 12px;
  transform: translateX(0px);
  opacity: 1;
}
.download p {
  font-weight: 600;
  color: #13161F;
}
.download p i {
  color: #54cc2f;
  margin-right: 0px;
  transition: all 0.3s ease-in-out;
  transform: translateX(-12px);
  opacity: 0;
}
.download .file-type {
  align-items: center;
  display: flex;
}
.download .file-type i {
  color: #54cc2f;
}
.download .file-type span {
  color: #586474;
  font-size: 0.7rem;
  letter-spacing: 2px;
  margin-right: 10px;
  text-transform: uppercase;
}

.download + .download {
  border-top: dashed #586474 1px;
}

@media only screen and (max-width: 720px) {
  .download {
    padding: 20px 0px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 450px) {
  .download {
    font-size: 0.85rem;
  }
  .download:hover p i {
    margin-right: 8px;
  }
  .download p i {
    font-size: 0.6rem;
    transform: translateX(-8px);
  }
  .download .file-type span {
    font-size: 0.65rem;
    margin-right: 5px;
  }
}
.overlay, .overlay-dark {
  position: fixed;
  inset: 0;
  background: rgba(21, 27, 37, 0.9529411765);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out 0.4s;
  height: 100%;
  width: 100%;
}
.overlay.active, .overlay-dark.active {
  opacity: 1;
  pointer-events: all;
  transition: all 0.4s ease-in-out;
}

.overlay {
  z-index: 9004;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-dark {
  background: #13161F;
  z-index: 9000;
}

.overlay-message {
  text-align: center;
  color: #ffffff;
  transform: translateY(100px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.overlay-message.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}
.overlay-message i {
  color: #54cc2f;
  margin-bottom: 20px;
  font-size: 4rem;
}
.overlay-message p {
  padding: 30px 20px;
  line-height: 150%;
}
.overlay-message h3 {
  font-family: "SKODA Next", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 130%;
  font-size: 1.8rem;
  letter-spacing: 2px;
  color: #EAEFF3;
}
.overlay-message h3 span {
  color: #ffffff;
  font-size: 2.6rem;
  display: block;
  margin-top: 5px;
}

@media only screen and (max-width: 690px) {
  .overlay-message h3 {
    font-size: 1.2rem;
  }
  .overlay-message h3 span {
    font-size: 2rem;
  }
  .overlay-message p {
    font-size: 0.9rem;
  }
}
.quickforms {
  position: fixed;
  inset: 0;
  z-index: 9006;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: start;
  justify-content: center;
  overflow-y: scroll;
  scrollbar-width: none;
  opacity: 0;
  min-height: 100%;
  height: auto;
  pointer-events: none;
  overscroll-behavior: contain;
}
.quickforms.active {
  opacity: 1;
  pointer-events: all;
  transition: all 0.4s ease-in-out 0.4s;
}
.quickforms.active .form {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease-in-out 0.3s;
}

.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.form-header span {
  background: #000000;
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.form-header span:hover {
  background: #54cc2f;
  color: #000000;
}

.form {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  width: 40%;
  margin: 50px 0px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(-100px);
}
.form label {
  font-size: 0.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
}
.form input, .form textarea, .form select {
  display: block;
  width: 100%;
  padding: 14px;
  color: #616372;
  font-size: 0.8rem;
  font-family: "SKODA Next", sans-serif;
  border-radius: 10px;
  border: solid 1px #a1aeb4;
  outline: none;
  transition: all 0.1s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
}
.form input:focus, .form textarea:focus, .form select:focus {
  box-shadow: inset 0px 0px 0px 2px #54cc2f;
  border-color: #54cc2f;
}
.form input.error, .form textarea.error, .form select.error {
  box-shadow: inset 0px 0px 0px 2px #d33d3d;
  border-color: #d33d3d;
}
.form input.form-input-website {
  display: none;
}
.form textarea {
  height: 150px;
  resize: none;
}
.form button {
  border: none;
  cursor: pointer;
}
.form select option {
  font-size: 0.7rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Montserrat, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.form select option.form-option-hide {
  display: none;
}
.form select:disabled + i {
  display: none;
}

.form-item-submit span {
  transition: all 0.3s ease-in-out;
}
.form-item-submit.active {
  pointer-events: none;
}
.form-item-submit.active span {
  opacity: 0;
}
.form-item-submit.active .loading-ring {
  opacity: 1;
}

.form-item + .form-item {
  margin-top: 18px;
}

.form-item-termin.hide, .form-item-car.hide {
  display: none;
}

.form-grid-2 {
  margin: 18px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-grid-2 .form-item {
  margin-top: 0px;
}

.form-grid-3 {
  margin: 18px 0px;
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.4fr;
  gap: 18px;
}
.form-grid-3 .form-item {
  margin-top: 0px;
}

.form-item-select {
  position: relative;
  display: flex;
  align-items: center;
}
.form-item-select.active i {
  transform: rotate(-180deg);
}
.form-item-select i {
  position: absolute;
  right: 15px;
  transition: all 0.3s ease-in-out;
  color: #54cc2f;
}

@media only screen and (max-width: 1600px) {
  .form {
    width: 60%;
  }
}
@media only screen and (max-width: 920px) {
  .form {
    width: 70%;
  }
  .form-grid-3 {
    grid-template-columns: 0.9fr 0.9fr 1.2fr;
  }
}
@media only screen and (max-width: 720px) {
  .form {
    width: 90%;
    padding: 30px;
  }
  .form-grid-2, .form-grid-3 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 520px) {
  .form input, .form textarea, .form select {
    padding: 12px;
  }
}
@media only screen and (max-width: 420px) {
  .form {
    padding: 20px;
  }
}
div#showroom {
  background: #000000;
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0.1s;
}
div#showroom.active {
  opacity: 1;
  pointer-events: all;
}
div#showroom.active-block #showroom-next, div#showroom.active-block #showroom-prev, div#showroom.active-block #showroom-index {
  display: none;
}

#showroom-next, #showroom-prev, #showroom-close {
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

#showroom-next i, #showroom-prev i {
  color: #ffffff;
  font-size: 1.2em;
}
#showroom-next:hover, #showroom-prev:hover {
  cursor: pointer;
  opacity: 0.6;
}

#showroom-next, #showroom-prev {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

#showroom-prev {
  left: 20px;
}

#showroom-next {
  right: 20px;
}

#showroom-inner {
  width: 1150px;
  height: 82%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#showroom-inner img {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}
#showroom-inner img.active {
  opacity: 1;
}

#showroom-index {
  color: #ffffff;
  font-size: 1em;
  letter-spacing: 2px;
  position: absolute;
  top: 40px;
  left: 40px;
}

#showroom-close {
  transition: all 0.3s ease-in-out;
  position: absolute;
  padding: 20px;
  top: 22px;
  right: 50px;
  font-size: 1.4rem;
  color: #ffffff;
  cursor: pointer;
}
#showroom-close:hover {
  color: #54cc2f;
}

@media only screen and (max-width: 1350px) {
  #showroom-inner {
    width: 900px;
  }
}
@media only screen and (max-width: 1100px) {
  #showroom-inner {
    width: 820px;
  }
}
@media only screen and (max-width: 970px) {
  #showroom-inner {
    width: 700px;
  }
  #showroom-prev {
    left: 10px;
  }
  #showroom-next {
    right: 10px;
  }
  #showroom-next, #showroom-prev {
    width: 40px;
    height: 40px;
  }
  #showroom-index {
    font-size: 0.9em;
    top: 20px;
    left: 25px;
  }
  #showroom-close {
    top: 0px;
    right: 5px;
  }
}
@media only screen and (max-width: 740px) {
  #showroom-inner {
    width: 100%;
  }
  #showroom-prev {
    left: 0px;
  }
  #showroom-next {
    right: 0px;
  }
}
.item-data-overlay {
  position: fixed;
  inset: 0;
  z-index: 9003;
  display: flex;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  scrollbar-width: none;
  padding: 50px 0px;
  transition: all 0.3s ease-in-out;
}
.item-data-overlay.active {
  transition: all 0.3s ease-in-out 0.5s;
  pointer-events: all;
  opacity: 1;
  overflow-y: scroll;
}

.item-data-container {
  width: 60%;
  margin: 0px auto;
  color: #ffffff;
}
.item-data-container span {
  text-transform: uppercase;
  font-weight: 600;
  color: #54cc2f;
  font-size: 0.9rem;
  letter-spacing: 2px;
}
.item-data-container .post p {
  color: #c9d1d8;
}

.item-data-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.item-data-header h3 {
  font-weight: 600;
  font-size: 3rem;
}

.item-data {
  padding: 40px 0px;
}
.item-data h4 i {
  color: #54cc2f;
  margin-right: 10px;
}

.item-data-tech {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.item-data-tech div {
  background: #ffffff;
  color: #000000;
  padding: 20px;
  font-size: 0.9rem;
  text-align: center;
  border-radius: 40px;
  font-weight: 600;
}

.item-data-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.item-data-images div {
  background: #000000;
  height: 130px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.item-data-images div:hover img {
  opacity: 0.2;
  transform: scale(1.2);
}
.item-data-images div:hover i {
  transform: scale(1);
}
.item-data-images div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  inset: 0;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.item-data-images div i {
  position: relative;
  z-index: 200;
  color: #ffffff;
  transform: scale(0);
  font-size: 2rem;
  transition: all 0.2s ease-in-out;
}

.item-data-btn-group {
  margin-top: 20px;
}
.item-data-btn-group .btn + .btn {
  margin-left: 10px;
}

@media only screen and (max-width: 1440px) {
  .item-data-container {
    width: 70%;
  }
}
@media only screen and (max-width: 1280px) {
  .item-data-header h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1150px) {
  .item-data-header h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .item-data-container {
    width: 80%;
  }
}
@media only screen and (max-width: 890px) {
  .item-data-container {
    width: 90%;
  }
  .item-data-overlay {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 620px) {
  .item-data-header {
    flex-direction: column;
    margin-bottom: 0px;
    align-items: start;
  }
  .item-data-header .btn-small.white {
    margin-bottom: 20px;
    order: 1;
  }
  .item-data-header h3 {
    color: #54cc2f;
    font-size: 1.6rem;
  }
  .item-data-header .item-data-header-inner {
    order: 2;
  }
  .item-data-container span {
    line-height: 100%;
    color: #ffffff;
  }
  .item-data {
    padding: 30px 0px;
  }
  .item-data-btn-group .btn + .btn {
    margin-left: 0px;
    margin-top: 10px;
  }
  .item-data-btn-group .btn {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .item-data-header h3 {
    font-size: 1.4rem;
  }
}
.vermietung-grid {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 50px;
}
.vermietung-grid .select-list {
  display: block;
}
.vermietung-grid .select-list .select + .select {
  margin-top: 10px;
}

.vermietung .item + .item {
  margin-top: 15px;
}
.vermietung .item {
  grid-template-columns: 300px 1.5fr;
}
.vermietung .item.hide {
  display: none;
}
.vermietung .item .item-img {
  height: 240px;
}
.vermietung .item {
  position: relative;
  background: #ffffff;
  border-radius: 40px;
  grid-template-columns: 0.5fr 1.5fr;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 17px 26px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border: solid 1px #EAEFF3;
  display: none;
}
.vermietung .item.filter {
  display: grid;
}
.vermietung .item.hide {
  display: none;
}
.vermietung .item .item-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
}
.vermietung .item .item-details {
  padding: 30px 40px;
  margin-left: 15px;
  align-self: center;
  height: 100%;
  width: 100%;
}
.vermietung .item .item-details h2 {
  font-size: 1.3rem;
}
.vermietung .item .item-details h4 {
  font-weight: 400;
  font-size: 0.9rem;
  color: #38495E;
}
.vermietung .item .item-details span {
  letter-spacing: 3px;
  margin-top: 25px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 0.6rem;
}
.vermietung .item .item-details .price {
  display: flex;
  margin: 5px 0px 0px 0px;
  border-top: dashed 1px #13161F;
  border-bottom: dashed 1px #13161F;
  padding: 10px 0px;
}
.vermietung .item .item-details .price p {
  font-weight: 800;
  align-items: center;
  display: inline-flex;
  font-size: 1.1rem;
}
.vermietung .item .item-details .price p:nth-child(1) {
  color: #54cc2f;
  margin-right: 9px;
}
.vermietung .item .item-details a {
  font-size: 0.5rem;
}
.vermietung .item .item-img {
  overflow: hidden;
  height: 100%;
  position: relative;
  box-shadow: 8px 0px 0px 0px #54cc2f;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vermietung .item .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.6s ease-in-out;
  z-index: 2;
}
.vermietung .item .item-buttons {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}
.vermietung .item .item-buttons a + a {
  margin-top: 3px;
}
.vermietung .item .item-buttons a {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 10px 20px;
}

.vermietung-show-all {
  width: 100%;
  margin-top: 40px;
  border: solid 2px #54cc2f;
}

.vermietung-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0px 20px;
}

.vermietung-count {
  align-items: center;
  display: flex;
}
.vermietung-count h4 {
  font-weight: 500;
}
.vermietung-count i {
  margin-left: 10px;
}
.vermietung-count .vermietung-count-filtered, .vermietung-count .vermietung-count-total {
  color: #43a725;
  font-weight: 700;
}

.vermietung-mobile-filter {
  height: 30px;
  width: 30px;
  background: #13161F;
  color: #54cc2f;
  border-radius: 50%;
  display: flex;
  opacity: 0;
  pointer-events: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.vermietung-mobile-filter:hover {
  background: #54cc2f;
  color: #13161F;
}

@media only screen and (max-width: 1150px) {
  .vermietung .item {
    grid-template-columns: 200px 1fr;
  }
  .vermietung-grid {
    grid-template-columns: 1fr;
  }
  .vermietung-grid .select-list {
    padding: 20px;
    position: fixed;
    background: #ffffff;
    top: 0;
    bottom: 0;
    left: 0px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: solid 2px #13161F;
    transform: translate(-100%);
    transition: all 0.3s ease-in-out;
  }
  .vermietung-grid .select-list.active {
    transform: translate(0%);
  }
  .vermietung-mobile-filter {
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (max-width: 1024px) {
  .vermietung {
    gap: 20px;
  }
  .vermietung .item {
    grid-template-columns: 0.7fr 1.3fr;
  }
  .vermietung .item .item-img {
    height: 100%;
  }
  .vermietung .item .item-inner {
    display: block;
    padding: 30px 30px 30px 45px;
  }
  .vermietung .item .item-details {
    padding: 0px;
    margin-left: 0px;
  }
  .vermietung .item .item-details span {
    margin-top: 15px;
  }
  .vermietung .item .item-buttons {
    flex-direction: row;
    justify-content: center;
    padding-right: 0px;
    width: 100%;
    margin-top: 15px;
  }
  .vermietung .item .item-buttons a {
    margin: 0px 3px;
    padding: 10px 25px;
  }
  .vermietung .item .item-buttons a i {
    margin-right: 7px;
  }
  .vermietung .item .item-buttons a + a {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 920px) {
  .vermietung {
    margin-top: 50px;
  }
  .vermietung .item {
    grid-template-columns: 1fr 1fr;
  }
  .vermietung .item .item-buttons {
    flex-direction: column;
  }
  .vermietung .item .item-buttons a + a {
    margin-top: 8px;
  }
  .vermietung .item .item-img {
    box-shadow: 10px 0px 0px 0px #54cc2f;
  }
  .vermietung .item .item-inner {
    padding: 30px 30px 30px 40px;
  }
  .vermietung .item .item-details h2 {
    font-size: 1.2rem;
  }
  .vermietung .item .item-details span {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 750px) {
  .vermietung .item {
    grid-template-columns: 1fr;
  }
  .vermietung .item .item-img {
    height: 220px;
  }
  .vermietung .item .item-inner {
    padding: 25px;
  }
  .vermietung .item .item-img {
    box-shadow: 0px 0px 0px 5px #54cc2f;
  }
  .vermietung .item .item-details span {
    margin-top: 10px;
  }
  .vermietung .item .item-buttons a {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 490px) {
  .vermietung {
    margin-top: 30px;
  }
  .vermietung-header {
    padding: 0px 10px;
  }
  .vermietung-count h4 {
    font-size: 0.9rem;
  }
}
.filter-header {
  border-bottom: dashed 1px #13161F;
  border-top: dashed 1px #13161F;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  display: none;
  justify-content: space-between;
  align-items: center;
}
.filter-header h3 {
  font-size: 1rem;
}
.filter-header span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  background: #13161F;
  color: #54cc2f;
  border-radius: 50%;
  font-size: 0.7rem;
  cursor: pointer;
}

.filter-container + .filter-container {
  margin-top: 30px;
}

.filter-container label {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.filter-container label i {
  color: #54cc2f;
}
.filter-container .select {
  padding: 10px 15px;
  text-align: left;
}

@media only screen and (max-width: 1280px) {
  .item-data-header h3 {
    font-size: 2.5rem;
  }
  .filter-container label {
    margin-bottom: 10px;
    font-size: 0.9rem;
  }
  .filter-container .select {
    padding: 6px 10px;
  }
  .filter-container .select p {
    font-size: 0.7rem;
  }
  .filter-container .select span {
    height: 18px;
    width: 18px;
    margin-right: 7px;
    flex: 0 0 18px;
  }
}
@media only screen and (max-width: 1150px) {
  .filter-container + .filter-container {
    margin-top: 20px;
  }
  .filter-header {
    display: flex;
  }
}
.loading-ring {
  display: block;
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.loading-ring:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px;
  border-radius: 50%;
  border: 4px solid #54cc2f;
  border-color: #54cc2f #54cc2f transparent #54cc2f;
  animation: LOADER 1s linear infinite;
}

@keyframes LOADER {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tour-close, .image-film-close {
  height: 40px;
  width: 40px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9999;
  top: 20px;
  right: 40px;
  border-radius: 50%;
  cursor: pointer;
  color: #54cc2f;
  transition: all 0.2s cubic-bezier(0.47, 1.64, 0.41, 1.8);
}
.tour-close:hover, .image-film-close:hover {
  transform: scale(1.1);
}

.image-film {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease-in-out 0.2s;
}
.image-film.active {
  display: flex;
  transform: scale(1);
  opacity: 1;
}
.image-film a {
  width: clamp(250px, 80%, 1600px);
  height: 80%;
  overflow: hidden;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.image-film a .image-film-play {
  position: absolute;
  color: #ffffff;
  font-size: 4rem;
}
.image-film a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  height: 80%;
  width: 80%;
  margin: auto;
  border-radius: 30px;
  overflow: hidden;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease-in-out 0.2s;
}
.tour.active {
  display: flex;
  transform: scale(1);
  opacity: 1;
}
.tour iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 690px) {
  .tour {
    height: 95%;
    width: 90%;
  }
  .image-film a {
    height: 50%;
  }
  .image-film a img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 450px) {
  .image-film a {
    height: 30%;
  }
}
#confetti-canvas {
  transition: all 0.6s ease-in-out 0.2s;
}
#confetti-canvas.hide {
  opacity: 0;
}

.modal-container {
  z-index: 9100;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.17, 0.7, 0.6, 1.43) 0.5s;
  transform: scale(0);
}
.modal-container.active {
  transform: scale(1);
}
.modal-container.active .modal-close {
  opacity: 1;
}

.modal-close {
  position: fixed;
  top: 40px;
  right: 60px;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.2s ease-in-out, opacity 0.4s ease-in-out 1s;
  opacity: 0;
}
.modal-close:hover {
  color: #009562;
}

.modal {
  margin: 20px;
  width: 600px;
  position: relative;
  text-align: center;
}
.modal p {
  color: #586474;
  line-height: 160%;
  margin: 30px 0px;
}

.modal-content {
  background: #ffffff;
  border-radius: 0px 0px 40px 40px;
  padding: 20px 40px 40px 40px;
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.3);
}
.modal-content .btn {
  color: #009562;
}
.modal-content .btn:hover {
  background: #009562;
  color: #13161F;
}

.modal-image-title {
  position: relative;
  height: 100%;
  border-radius: 40px 40px 0px 0px;
  overflow: hidden;
}
.modal-image-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.modal-title {
  padding: 70px 0px;
  display: inline-flex;
  flex-direction: column;
}
.modal-title h4 {
  color: #54cc2f;
  font-size: 2.5rem;
  background: #000000;
  padding: 0px 13px;
}
.modal-title span {
  font-weight: 700;
  color: #000000;
  padding: 3px 10px;
  background: #ffffff;
}

.modal-texture {
  position: absolute;
  height: 750px;
  margin: auto;
  transform: translateX(40px);
  inset: 0;
  object-fit: contain;
  z-index: -2;
}

@media only screen and (max-width: 950px) {
  .modal-close {
    top: 30px;
    right: 40px;
    font-size: 1.5rem;
  }
  .modal-texture {
    height: 80vw;
    transform: translateX(40px);
  }
  .modal-content {
    padding: 20px 20px 30px 20px;
  }
  .modal-content p {
    font-size: 0.9rem;
    margin: 10px 0px 20px 0px;
  }
  .modal-title {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 770px) {
  .modal-texture {
    height: 90vw;
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 590px) {
  .modal-texture {
    height: 110vw;
    transform: translateX(-50px);
  }
}
@media only screen and (max-width: 490px) {
  .modal-image {
    height: 150px;
    width: 150px;
  }
  .modal-texture {
    height: 180vw;
    transform: translateX(-20%);
  }
  .modal-title h4 {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
