/*
Theme Name: barrierefreipark
Theme URI: https://barrierefreipark.de/
Author: internetgestalten.de für AKA Architekturkommunikation 
Author URI: https://internetgestalten.de
Version: 1.0.0
Description: Wordpress Theme - barrierefreipark 2025
*/

@charset "UTF-8";
@import "css/fonts/fonts.css";

html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "ES Klarheit Kurrent", sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 24px;
  font-weight: 400;
  background: #fff;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #000;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

.auto__container {
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 40px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.col-25 {
  width: 25%;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

ul,
ol {
  padding-left: 1em;
  margin-bottom: 1em;
}

.editor-block p {
  margin-bottom: 1em;
}
.editor-block p:last-child {
  margin: 0;
}

sup {
  position: relative;
  top: -0.4em;
  font-size: 0.4em;
  line-height: 1;
}

h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

p {
  line-height: 1.6em;
}

.main p {
  margin-bottom: 1em;
  
}

.main {
  overflow: hidden;
  padding-top: 100px;
}

.anchor {
  position: relative;
  top: -220px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
  padding: 8px 24px;
  border-radius: 25px;
}
.button.primary {
  background: #000;
  color: #fff;
}
.button.primary:hover {
  opacity: 1;
  background: #D2E100;
  color: #000;
}
.button.sm {
  padding: 5px 24px;
  font-size: 18px;
  line-height: 22px;
}

.moreLink {
  background-color: #111;
  color: #fff;
  padding: 18px 6em;
  border-radius: 10px;
  font-size: .9em;
}

.moreLink.light {
  background-color: #EFEFEF;
  color: #111;
  font-weight: bold;
}

.moreLink.light:hover {
  background-color: #111;
  color: #fff;
}

.input input {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-family: "ES Klarheit Kurrent", sans-serif;
  font-weight: 400;
  color: #000;
  padding: 10px 12px;
  border-radius: 23px;
  border: 1px solid #000;
  background: #fff;
  transition: 0.3s ease;
}
.input input:focus {
  border-color: #4c6ef5;
}
.input input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

span.credits {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  writing-mode: vertical-lr;
  text-orientation: sideways-right;
  transform: rotate(180deg);
  opacity: .75;
}

.banner {
  position: relative;
  height: 80vh;
  margin: 2em 0;
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.banner__inner {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 640px;
}
.banner__inner .link:hover {
  color: #fff;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
}
.header.sticky .headerMain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation-name: sticky;
  animation-duration: 0.4s;
  box-shadow: 0px 4px 4px 0px #00000021;
  background: #fff;
}
.headerTop {
  background: #D2E100;
}
.headerTop__inner {
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerTop__inner-close {
  width: 30px;
  height: 30px;
  display: flex;
  cursor: pointer;
}
.headerTop__inner-close img {
  width: 100%;
}
.headerTop__inner a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-right: 35px;
  padding-bottom: 1px;
  border-bottom: 2px solid #000;
}
.headerTop__inner a:hover {
  border-bottom-color: transparent;
}
.headerTop__inner p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-right: 35px;
  padding-bottom: 1px;
}
.header__inner {
  padding: 22px 0 18px;
  display: flex;
  justify-content: space-between;
}

.header__inner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}



#site-footer .header__inner-logo {
  margin: 3em 0;
  width: 140px;
}



.sticky .header__inner-logo {
  width: 140px;
}



.header__inner-logo img {
  width: 100%;
}

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav__inner {
  display: flex;
  align-items: flex-end;
  padding: 10px 0 0 0;
  margin: 0;
}
.nav__inner li {
  margin-right: 2em;
  list-style: none;
}
.nav__inner li:last-child {
  margin: 0;
}
.nav__inner li a {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 2px;
  border-bottom: 7px solid transparent;
}
.nav__inner li a:hover {
  color: #999;
  opacity: 1;
}
li.current-menu-item a,
.nav__inner li a.active {
  border-color: #111;
}

.burger {
  display: none;
}

/* footer */

#site-footer {
  background: #111;
  color: #fff;
  margin-top: 3em;
  padding: 2em 0;
}

#site-footer .col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#site-footer .col:last-child {
  align-items: flex-end;
  text-align: right;
}

#site-footer .menu ul,
#site-footer ul.menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#site-footer .menu a {
  color: #fff;
}
#site-footer .menu a:hover {
  color: #666;
}


.slider {
  padding: 5em 0 1em 0;
}
.slider.sm {
  padding: 0 0 35px;
}
.slider__inner-row {
  padding-bottom: 45px;
  position: relative;
}
.sliderItem__inner {
  width: 100%;
  padding-bottom: 46%;
  position: relative;
  min-height: 260px;
}
.sliderItem__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.sliderItem__text {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% - 200px);
  padding-top: 30px;
}
.sliderItem__text p {
  max-width: 665px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sliderItem .button {
  position: absolute;
  z-index: 3;
  bottom: 90px;
  right: 30px;
  width: 100%;
  max-width: 390px;
}
.slider .slick-track {
  display: flex !important;
}
.slider .slick-list {
  overflow: visible !important;
}
.slider .slick-slide {
  height: unset !important;
}
.slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: #D2E100;
  transition: 0.3s ease;
}
.slider .slick-arrow:hover {
  opacity: 1;
  background: #000;
}
.slider .slick-arrow:hover::before {
  border-color: #fff;
}
.slider .slick-arrow:focus {
  opacity: 1;
  background: #000;
}
.slider .slick-arrow:focus::before {
  border-color: #fff;
}
.slider .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-top: 6px solid #000;
  border-right: 6px solid #000;
  content: "";
  transform: translate(-70%, -50%) rotate(45deg);
  opacity: 1 !important;
  transition: 0.3s ease;
}
.slider .slick-prev {
  left: 30px;
}
.slider .slick-prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.slider .slick-next {
  right: 30px;
}
.slider .slick-dots {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.slider .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  margin: 0 10px 0 0;
  transition: 0.3s ease;
}
.slider .slick-dots li.slick-active {
  background: #000;
}
.slider .slick-dots li:last-child {
  margin: 0;
}
.slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
}
.slider .slick-dots li button::before {
  display: none;
}

.intro {
  padding: 3em 0;
}
.intro__inner-title {
  margin-bottom: 32px;
  max-width: 1045px;
}
.intro__inner-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.intro__inner-content {
  width: calc(50% - 18px);
  max-width: 665px;
}
.intro__inner-vertical {
  width: calc(50% - 18px);
  max-width: 665px;
  padding-bottom: 50px;
}
.intro__inner-vertical .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: #D2E100;
  transition: 0.3s ease;
  top: unset;
  bottom: 0;
  transform: translate(0);
}
.intro__inner-vertical .slick-arrow:hover {
  opacity: 1;
  background: #000;
}
.intro__inner-vertical .slick-arrow:hover::before {
  border-color: #fff;
}
.intro__inner-vertical .slick-arrow:focus {
  opacity: 1;
  background: #000;
}
.intro__inner-vertical .slick-arrow:focus::before {
  border-color: #fff;
}
.intro__inner-vertical .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: 45%;
  border-top: 6px solid #000;
  border-right: 6px solid #000;
  content: "";
  transform: translate(-50%, -70%) rotate(135deg);
  opacity: 1 !important;
}
.intro__inner-vertical .slick-prev {
  left: 63px;
}
.intro__inner-vertical .slick-prev::before {
  transform: translate(-50%, -30%) rotate(-45deg);
}
.intro__inner-vertical .slick-next {
  right: unset;
  left: 0;
}
.intro__inner-text {
  margin-bottom: 50px;
}
.intro__inner-text p {
  margin-bottom: 20px;
}
.intro__inner-text p:last-child {
  margin: 0;
}
.intro__inner-slider {
  padding-bottom: 30px;
  position: relative;
}
.intro__inner-slider .slick-track {
  display: flex !important;
}
.intro__inner-slider .slick-slide {
  height: unset !important;
}
.intro__inner-slider .slick-dots {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.intro__inner-slider .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  margin: 0 10px 0 0;
  transition: 0.3s ease;
}
.intro__inner-slider .slick-dots li.slick-active {
  background: #000;
}
.intro__inner-slider .slick-dots li:last-child {
  margin: 0;
}
.intro__inner-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
}
.intro__inner-slider .slick-dots li button::before {
  display: none;
}
.introImage__inner {
  width: 100%;
  padding-bottom: 67%;
  position: relative;
}
.introImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.introItem {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dashed #000 !important;
}
.introItem h2,
.introItem h3,
.introItem h4 {
  margin-bottom: 8px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.introItem p {
  margin-bottom: 30px;
}
.introItem p:last-child {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.introItem p b {
  font-weight: 600;
}

.news {
  padding: 5em 0;
}

.news__inner-title {
  padding-bottom: 45px;
  border-bottom: 3px solid #000;
  margin-bottom: 20px;
}
.news__inner-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.news__inner-foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
}
.news__inner-more {
  padding-top: 70px;
  display: flex;
  justify-content: center;
}
.newsItem {
  margin: 30px 12px;
  width: calc(25% - 24px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
  border-bottom: 3px solid #000;
}
.newsItem:hover {
  opacity: 1;
}

.newsItem h2 {
  font-size: .95em;
  text-transform: uppercase;
  min-height: 5em;
}

.newsItem:hover .newsItem__image img {
  transform: scale(1.1);
}
.newsItem__image {
  width: 100%;
  padding-bottom: 56.6%;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}
.newsItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: 0.3s ease;
}
.newsItem__title {
  width: 100%;
  min-height: 110px;
  margin-bottom: 14px;
}

.newsItem__meta {
  min-height: 7em;
}
.newsItem__meta a {
  text-decoration: underline;
}

.newsItem__text {
  width: 100%;
  margin-bottom: 30px;
}
.newsItem__text p {

}
.newsItem .moreLink {
  margin: auto 0 0 0;
  width: 100%;
  text-align: center;
}
.news .showMore.active .newsItem:nth-child(n) {
  display: flex;
  animation: fadeIn 0.3s;
}
.news .showMore .newsItem:nth-child(n+9) {
  display: none;
}

.textblock {
  padding: 5em 0 2em;
}

.textblock__inner-content {
  max-width: 803px;
  margin: 0 auto;
}
.textblock__inner-content p {
  margin-bottom: 30px;
}
.textblock__inner-content p:last-child {
  margin: 0;
}
.textblock__inner-title {
  margin-bottom: 2em;
}

.textblock__links {
  margin-top: 3em;
  display: flex;

}


  .textblock__links a {
    margin-right: 1em;
    margin-bottom: 1em;  
    display: inline-block;
    padding-left: 3em;
    padding-right: 3em;
  }




.twocols {
  margin: 5em 0;
}

.twocols + .twocols {
  margin-top: 8em;
}

.twocols.reverse .twocols__inner {
  flex-direction: row-reverse;
}

.twocols__inner {
  display: flex;
  justify-content: space-between;
}
.twocols__inner-slider {
  width: calc(50% - 12px);
}
.intro .twocols__inner-slider {
  width: calc(64% - 12px);
}

.twocols__inner-slider {
  position: relative; /* Referenzpunkt für die Dots */
  padding-bottom: 2.5em; /* Platz schaffen für Dots */
}

.twocols__inner-slider .slick-dots {
  position: absolute;
  bottom: 0;
  margin: 0;
}

.twocols__inner-slider .slick-track {
  display: flex !important;
}
.twocols__inner-slider .slick-slide {
  height: unset !important;
}
.twocols__inner-slider .slick-dots {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.twocols__inner-slider .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  margin: 0 10px 0 0;
  transition: 0.3s ease;
}
.twocols__inner-slider .slick-dots li.slick-active {
  background: #000;
}
.twocols__inner-slider .slick-dots li:last-child {
  margin: 0;
}
.twocols__inner-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
}
.twocols__inner-slider .slick-dots li button::before {
  display: none;
}
.twocolsItem__inner {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 67%;
}
.twocolsItem__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.twocols__inner-right {
  margin-top: 90px;
} 

.twocolsContent {
  width: 46%;
  display: flex;
  flex-direction: column;
}

.article .twocolsContent {
  flex-direction: row;
  width: 100%;
}
.article .twocolsContent__text {
  width: 60%;
}
.article .twocolsContent__buttons {
  width: 35%;
  display: flex;
  align-items: flex-end;
  margin-top: 0;
}

.article .textblock__links {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}

.article .textblock__links .moreLink {
  text-align: center;
  min-width: 300px;
  background-color: #EFEFEF;
  color: #111;
}
.article .textblock__links .moreLink:hover {
  background-color: #111;
  color: #EFEFEF;
}

.intro .twocolsContent {
  width: calc(35% - 12px);
  justify-content: center;
}

.twocolsContent__title {
  padding-bottom: 2em;
}
.twocolsContent__text {
  margin-bottom: 50px;
}
.twocolsContent__text:last-child {
  margin: 0;
}
.twocolsContent__text p {
  margin-bottom: 20px;
}
.twocolsContent__text p:last-child {
  margin: 0;
}
.twocolsContent__text ul {
  list-style: none;
  padding-left: 1.2em;
}

.twocolsContent__text ul li {
  position: relative;
  margin-bottom: 0.5em;
}

.twocolsContent__text ul li::before {
  content: "";
  position: absolute;
  left: -1.2em;
  top: 0.5em;
  width: 0.6em;
  height: 0.6em;
  background-color: #111;
  border-radius: 50%;
}

.twocolsContent__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto 0 0 0;
}

.twocolsContent__buttons .button {
  font-size: 16px;
  line-height: 100%;
}

.vita {
  display: flex;
  justify-content: space-between;
  margin: 2em 0 0 0;
}
.vita div:first-child {
  width: 70%;
}
.vita div:last-child {
  text-align: right;
}
.vita-list {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-collapse: collapse;
}

.vita-list dt,
.vita-list dd {
  padding: .5em 1em 1em 0;
  border-top: 2px solid #555;
}

.vita-list dd {
  margin: 0;
}


.twocolsImage {
  width: calc(50% - 12px);
  max-width: 803px;
}
.twocolsImage__inner {
  width: 100%;
  padding-bottom: 67%;
  position: relative;
}
.twocolsImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.banner {
  position: relative;
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.banner__inner {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 640px;
}
.banner__inner .link:hover {
  color: #fff;
}



/**************************************************************************************************/


.gallery {
  padding: 60px 0 125px;
}
.gallery__inner {
  overflow: hidden;
}
.gallery__inner-title {
  margin-bottom: 110px;
}
.gallery__inner-slider {
  padding-bottom: 220px;
  margin: 0 -50px;
}
.gallery__inner-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
}
.gallery__inner .slick-track {
  display: flex !important;
}
.gallery__inner .slick-slide {
  height: unset !important;
  transition: 0.3s ease;
  transform: scale(0.8);
}
.gallery__inner .slick-current {
  transform: scale(1.1);
}
.gallery__inner .slick-current .galleryItem__content {
  opacity: 1;
  visibility: visible;
}
.gallery__inner .slick-list {
  padding: 0 !important;
  overflow: visible !important;
}
.gallery__inner .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: #D2E100;
  transition: 0.3s ease;
  top: unset;
  transform: translate(0);
  bottom: -50px;
}
.gallery__inner .slick-arrow:hover {
  opacity: 1;
  background: #000;
}
.gallery__inner .slick-arrow:hover::before {
  border-color: #fff;
}
.gallery__inner .slick-arrow:focus {
  opacity: 1;
  background: #000;
}
.gallery__inner .slick-arrow:focus::before {
  border-color: #fff;
}
.gallery__inner .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-top: 6px solid #000;
  border-right: 6px solid #000;
  content: "";
  transform: translate(-70%, -50%) rotate(45deg);
  opacity: 1 !important;
  transition: 0.3s ease;
}
.gallery__inner .slick-prev {
  left: unset;
  right: calc(50% + 125px);
}
.gallery__inner .slick-prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.gallery__inner .slick-next {
  right: unset;
  left: calc(50% + 125px);
}
.galleryItem {
  position: relative;
}
.galleryItem__image {
  width: 100%;
  padding-bottom: 67%;
  position: relative;
}
.galleryItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.galleryItem__content {
  padding: 40px 40px 45px;
  background: #D2E100;
  max-width: 527px;
  width: 80%;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.galleryItem__content span {
  width: 48px;
  display: flex;
  font-size: 150px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 24px;
}
.galleryItem__content span img {
  width: 100%;
}
.galleryItem__content h4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.download {
  margin: 1em 0;
}
.download a {
  display: inline-flex;
  position: relative;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #000;
  padding-right: 14px;
  padding-left: 40px;
  color: #000;
  transition: 0.3s ease;
  margin-bottom: 15px;
  height: 30px;
  font-weight: normal;
}
.download a:before {
  content: ' ';
  width: 30px ;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;  
  background-image: url("images/icons/chevron-bottom.svg");
  background-size: 30px;
}

.details {
  padding: 130px 0 100px;
}
.details__inner-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 22px;
  border-bottom: 3px solid #000;
  margin-bottom: 50px;
}
.details__inner-title {
  padding-top: 10px;
}
.details__inner-title h1,
.details__inner-title h2,
.details__inner-title h3 {
  margin-bottom: 26px;
}
.details__inner-title p {
  display: flex;
  align-items: center;
}
.details__inner-title p span {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  background: #4c6ef5;
  margin-right: 16px;
}
.details__inner-logo {
  width: 294px;
  display: flex;
}
.details__inner-logo img {
  width: 100%;
}
.details__inner-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 86px;
  border-bottom: 3px solid #000;
  margin-bottom: 50px;
}
.details__inner-banner {
  width: calc(50% - 15px);
  max-width: 803px;
  position: relative;
}
.details__inner-banner p {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: 100%;
}
.details__inner-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.details__inner-foot a {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
}
.details__inner-foot a:hover {
  opacity: 1;
  color: #D2E100;
}
.details__inner-foot a:hover span {
  background: #000;
}
.details__inner-foot a:hover span::before {
  border-color: #fff;
}
.details__inner-foot a.back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.details__inner-foot a.prev span {
  margin: 0 15px 0 0;
}
.details__inner-foot a.prev span::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.details__inner-foot a b {
  font-weight: 600;
}
.detailsContent {
  width: calc(50% - 15px);
  max-width: 803px;
  display: flex;
  justify-content: space-between;
}
.detailsContent__main {
  width: calc(65% - 12px);
  max-width: 516px;
  display: flex;
  flex-direction: column;
}
.detailsContent__main p {
  margin-bottom: 30px;
}
.detailsContent__main p:last-child {
  margin: 0;
}
.detailsContent__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.detailsContent__buttons .button {
  margin-bottom: 15px;
  padding: 5px 32px;
  font-size: 18px;
  line-height: 22px;
}
.detailsContent__buttons .button:last-child {
  margin: 0;
}
.detailsContent__info {
  width: calc(35% - 12px);
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.detailsContent__col {
  margin-bottom: 22px;
}
.detailsContent__col:last-child {
  margin: 0;
}
.detailsContent__col h6 {
  margin-bottom: 12px;
  text-transform: uppercase;
}
.detailsContent__col ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detailsImage {
  width: 100%;
  height: 100%;
  padding-bottom: 67%;
  position: relative;
}
.detailsImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.terms {
  padding-top: 130px;
}
.terms__inner {
  display: flex;
  justify-content: space-between;
}
.terms__inner-col {
  width: calc(50% - 15px);
  max-width: 803px;
}
.terms__inner-title {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 3px solid #000;
}
.terms__inner-text p {
  margin-bottom: 20px;
}
.terms__inner-text p:last-child {
  margin: 0;
}
.terms__inner-text ul,
.terms__inner-text ol {
  padding-left: 30px;
  margin-bottom: 20px;
}
.terms__inner-text ul:last-child,
.terms__inner-text ol:last-child {
  margin: 0;
}

@media (max-width: 1500px) {
  .main {
    padding-top: 189.65px;
  }

  .anchor {
    top: -189.65px;
  }

  .headerTop__inner {
    padding: 16px 0;
  }
  .headerTop__inner a {
    margin-right: 24px;
  }
  .headerTop__inner a:last-of-type {
    margin-right: 20px;
  }
  .header__inner {
    padding: 18px 0;
  }
  .header__inner-logo {
    width: 220px;
  }

  .nav__inner li a {
    font-size: 18px;
    line-height: 24px;
  }

  .slider {
    padding: 100px 0;
  }
  .sliderItem .button {
    bottom: 60px;
  }

  .textblock {
    padding: 160px 0 60px;
  }
  .textblock.sm {
    padding: 70px 0;
  }
  .textblock__inner-title {
    margin-bottom: 40px;
  }

  .news {
    padding: 160px 0;
  }

  .twocols.start {
    padding: 100px 0 60px;
  }

  .twocolsContent__title {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .twocolsContent__text {
    margin-bottom: 40px;
  }

  .filter {
    padding: 100px 0 80px;
  }
  .filter__inner-title {
    margin-bottom: 30px;
  }

  .details {
    padding: 100px 0;
  }

  .gallery {
    padding: 60px 0 100px;
  }
  .gallery__inner-title {
    margin-bottom: 80px;
  }
  .gallery__inner-slider {
    padding-bottom: 190px;
  }
  .galleryItem__content {
    padding: 30px;
  }
  .galleryItem__content span {
    width: 40px;
    margin-bottom: 16px;
  }

  .join {
    padding: 90px 0;
  }

  .terms {
    padding-top: 100px;
  }
  .terms__inner-title {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .footer {
    margin-top: 250px;
  }
  .footer__inner-logo {
    width: 220px;
  }
}
@media (max-width: 1380px) {
  .main {
    padding-top: 172.99px;
  }

  .anchor {
    top: -172.99px;
  }

  .button {
    font-size: 18px;
    line-height: 24px;
  }

  h1,
h2,
h3 {
    font-size: 32px;
    line-height: 120%;
  }

  h4 {
    font-size: 20px;
    line-height: 140%;
  }

  h5 {
    font-size: 18px;
    line-height: 160%;
  }

  h6 {
    font-size: 16px;
    line-height: 22px;
  }

  body {
    font-size: 16px;
    line-height: 22px;
  }

  .banner__inner {
    min-height: 540px;
  }

  .header__inner {
    padding: 18px 0;
  }
  .header__inner-logo {
    width: 180px;
  }

  .nav__inner li {
    margin-right: 20px;
  }
  .nav__inner li a {
    font-size: 16px;
    line-height: 24px;
  }

  .slider {
    padding: 70px 0;
  }
  .sliderItem__text {
    padding-top: 20px;
  }
  .sliderItem .button {
    bottom: 40px;
  }

  .intro {
    padding: 70px 0 40px;
  }
  .intro__inner-text {
    margin-bottom: 40px;
  }
  .introItem {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .introItem p {
    margin-bottom: 20px;
  }

  .news {
    padding: 120px 0;
  }

  .news__inner-title {
    padding-bottom: 30px;
  }
  .newsItem {
    padding-bottom: 40px;
  }

  .textblock {
    padding: 120px 0 50px;
  }
  .textblock.sm {
    padding: 50px 0;
  }

  .twocols.start {
    padding: 70px 0 50px;
  }

  .twocolsContent__title {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .twocolsContent__text {
    margin-bottom: 30px;
  }

  .details {
    padding: 70px 0;
  }
  .details__inner-logo {
    width: 260px;
  }
  .detailsContent {
    width: calc(50% - 12px);
  }
  .detailsContent__main {
    width: calc(62% - 10px);
  }
  .detailsContent__info {
    width: calc(38% - 10px);
  }

  .join {
    padding: 70px 0;
  }

  .terms {
    padding-top: 70px;
  }
  .terms__inner-title {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .footer {
    margin-top: 200px;
  }
  .footer__inner {
    padding: 40px 0;
  }
  .footer__inner-logo {
    width: 180px;
  }
}
@media (max-width: 1180px) {
  .auto__container {
    padding: 0 30px;
  }

  .button {
    font-size: 16px;
    line-height: 22px;
    padding: 7px 20px;
  }
  .button.sm {
    font-size: 16px;
    line-height: 22px;
  }

  h1,
h2,
h3 {
    font-size: 28px;
  }

  .link {
    font-size: 18px;
    line-height: 24px;
  }
  .link span {
    width: 40px;
    height: 40px;
    margin-left: 12px;
  }
  .link span::before {
    border-width: 4px;
  }

  .showMoreBtn {
    font-size: 18px;
    line-height: 24px;
  }
  .showMoreBtn span {
    width: 40px;
    height: 40px;
  }
  .showMoreBtn span::before {
    border-width: 4px;
  }

  .banner__inner {
    min-height: 440px;
    padding: 30px 0;
  }

  .slider {
    padding: 50px 0;
  }
  .slider__inner-row {
    padding-bottom: 35px;
  }
  .sliderItem .button {
    bottom: 20px;
    right: 20px;
    max-width: 300px;
  }
  .slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slider .slick-arrow::before {
    border-width: 4px;
  }
  .slider .slick-next {
    right: 20px;
  }
  .slider .slick-prev {
    left: 20px;
  }

  .intro {
    padding: 50px 0 30px;
  }
  .intro__inner-text {
    margin-bottom: 30px;
  }
  .intro__inner-content {
    width: calc(50% - 12px);
  }
  .intro__inner-vertical {
    padding-bottom: 40px;
    width: calc(50% - 12px);
  }
  .intro__inner .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .intro__inner .slick-arrow::before {
    border-width: 4px;
  }
  .introItem {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .introItem p {
    margin-bottom: 20px;
  }

  .news {
    padding: 80px 0;
  }

  .news__inner-more {
    padding-top: 50px;
  }
  .newsItem {
    width: calc(50% - 24px);
    margin: 20px 12px;
    padding-bottom: 30px;
  }

  .textblock {
    padding: 80px 0 50px;
  }
  .textblock.sm {
    padding: 40px 0;
  }
  .textblock__inner-title {
    margin-bottom: 30px;
  }

  .twocols.start {
    padding: 50px 0 40px;
  }

  .twocolsContent__title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .twocolsContent__text {
    margin-bottom: 24px;
  }

  .details {
    padding: 50px 0;
  }
  .details__inner-row {
    align-items: flex-start;
    padding-bottom: 50px;
    border-width: 2px;
  }
  .details__inner-top {
    margin-bottom: 40px;
    border-width: 2px;
  }
  .details__inner-logo {
    width: 230px;
  }
  .details__inner-title h1,
.details__inner-title h2,
.details__inner-title h3 {
    margin-bottom: 16px;
  }
  .detailsContent {
    flex-direction: column;
  }
  .detailsContent__main {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }
  .detailsContent__info {
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .detailsContent__col {
    width: calc(50% - 10px);
  }

  .gallery {
    padding: 50px 0 70px;
  }
  .gallery__inner-title {
    margin-bottom: 60px;
  }
  .gallery__inner-slider {
    padding-bottom: 160px;
    margin: 0 -30px;
  }
  .gallery__inner-foot {
    height: 40px;
  }
  .gallery__inner .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: -40px;
  }
  .gallery__inner .slick-arrow::before {
    border-width: 4px;
  }
  .galleryItem__content {
    width: calc(100% - 40px);
    padding: 24px;
  }
  .galleryItem__content span {
    width: 34px;
  }

  .terms {
    padding-top: 50px;
  }
  .terms__inner-title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-width: 2px;
  }
  .terms__inner-row {
    flex-direction: column;
  }
  .terms__inner-col {
    width: 100%;
    margin-bottom: 30px;
  }
  .terms__inner-col:last-child {
    margin: 0;
  }

  .footer {
    margin-top: 150px;
  }
  .footer__inner-top {
    width: 40px;
    height: 40px;
    bottom: calc(100% + 20px);
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }

  .main {
    padding-top: 96.66px;
  }

  .anchor {
    top: -96.66px;
  }

  .headerTop {
    display: none;
  }
  .header__inner {
    padding: 15px 0;
    align-items: center;
  }
  .header__inner-logo {
    width: 160px;
  }

  body.active {
    overflow: hidden;
  }

  .nav {
    position: fixed;
    top: 96.66px;
    left: 0;
    width: 100%;
    height: calc(100% - 96.66px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    flex-direction: column;
    position: absolute;
    justify-content: unset;
    align-items: center;
    box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 60px 20px 20px 20px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    max-width: 400px;
  }
  .nav__inner li {
    margin: 0 0 30px 0;
  }
  .nav__inner li a {
    font-size: 24px;
    line-height: 130%;
  }

  .burger {
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 18%;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 18%;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  .footer__inner-logo {
    width: 160px;
  }
  .footer__inner-links {
    padding: 0;
  }
}
@media (max-width: 930px) {
  .intro__inner-row {
    flex-direction: column;
  }
  .intro__inner-content {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .intro__inner-vertical {
    width: 100%;
    max-width: unset;
  }

  .news {
    padding: 60px 0;
  }
  .news__inner-more {
    padding-top: 40px;
  }

  .textblock {
    padding: 60px 0 30px;
  }

  .twocols__inner {
    flex-direction: column !important;
  }
  .twocols__inner-slider {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px !important;
  }
  .twocolsContent {
    width: 100%;
    max-width: unset;
  }
  .twocolsImage {
    width: 100%;
    max-width: unset;
    order: -1;
    margin-bottom: 30px;
  }

  .download {
    order: 2;
    padding-top: 40px;
  }

  .gallery {
    padding: 40px 0 50px;
  }
  .gallery__inner-slider {
    padding-bottom: 140px;
  }
  .galleryItem__content {
    width: calc(100% - 30px);
    padding: 20px;
  }
  .galleryItem__content span {
    width: 28px;
    margin-bottom: 12px;
  }
  .galleryItem__content h4 {
    font-size: 16px;
  }

  .details__inner-row {
    flex-direction: column;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .details__inner-banner {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }
  .details__inner-foot a b {
    display: none;
  }
  .detailsContent {
    width: 100%;
    max-width: unset;
  }

  .join {
    padding: 50px 0;
  }
  .join__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .join__inner-content {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }
  .join__inner-side {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 20px;
  }

  h1,
h2,
h3 {
    font-size: 24px;
  }

  .banner__inner {
    min-height: 340px;
    padding: 20px 0;
  }

  .slider {
    padding: 35px 0;
  }
  .slider .slick-arrow {
    display: none !important;
  }
  .slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
  .sliderItem__text {
    width: calc(100% - 100px);
    padding-top: 10px;
  }
  .sliderItem__text p {
    font-size: 14px;
    line-height: 20px;
  }
  .sliderItem .button {
    width: calc(100% - 40px);
  }

  .intro {
    padding: 30px 0;
  }
  .intro__inner-slider .slick-dots li {
    width: 12px;
    height: 12px;
  }

 
  .twocols__inner-slider .slick-dots {
    bottom: 20px;
  }
  .twocols__inner-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
  .twocolsItem__inner {
    margin-bottom: 10px;
  }
  .twocolsItem p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    width: calc(100% - 100px);
  }

  .gallery__inner {
    overflow: visible;
  }
  .gallery__inner-slider {
    width: 75%;
    margin: 0 auto;
  }

  .footer {
    margin-top: 120px;
  }
  .footer__inner {
    padding: 30px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__inner-main {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .footer__inner-logo {
    margin-bottom: 30px;
  }
  #menu-rechtliches {
    text-align: left;
  }
  .footer__inner-terms {
    align-items: flex-start;
  }
}
@media (max-width: 540px) {
  .main {
    padding-top: 78.16px;
  }

  .anchor {
    top: -78.16px;
  }

  .input input {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 12px;
  }

  .moreLink span {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .banner__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: 0.3;
  }
  .banner__inner {
    min-height: 260px;
  }

  .button.sm {
    font-size: 14px;
    line-height: 18px;
  }

  .header__inner {
    padding: 12px 0;
  }
  .header__inner-logo {
    width: 130px;
  }

  .nav {
    top: 65px;
    height: calc(100% - 65px);
  }

  .slider__inner-row {
    padding-bottom: 30px;
  }
  .sliderItem__text p {
    font-size: 12px;
    line-height: 16px;
  }

  .intro__inner-title {
    margin-bottom: 24px;
  }
  .intro__inner-vertical {
    margin: 0 -10px;
    padding-bottom: 60px;
  }
  .intro__inner-vertical .slick-prev {
    left: unset;
    right: calc(50% + 15px);
  }
  .intro__inner-vertical .slick-prev::before {
    transform: translate(-30%, -50%) rotate(-135deg);
  }
  .intro__inner-vertical .slick-next {
    left: calc(50% + 15px);
  }
  .intro__inner-vertical .slick-next::before {
    transform: translate(-70%, -50%) rotate(45deg);
  }
  .introItem {
    padding-bottom: 24px;
    margin-bottom: 24px;
    margin: 0 10px;
  }
  .introItem p {
    margin-bottom: 16px;
  }

  .news {
    padding: 40px 0 50px;
  }

  .news__inner-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-width: 2px;
  }
  .news__inner-row {
    flex-direction: column;
    margin: 0;
  }
  .news__inner-more {
    padding-top: 30px;
  }
  .newsItem {
    margin: 0 0 30px 0;
    width: 100%;
    padding-bottom: 20px;
    border-width: 2px;
  }
  .newsItem:last-child {
    margin: 0;
  }
  .newsItem__title {
    min-height: unset;
  }
  .newsItem__text {
    margin-bottom: 20px;
  }

  .textblock {
    padding: 45px 0 20px;
  }
  .textblock.sm {
    padding: 30px 0;
  }
  .textblock__inner-title {
    border-width: 2px;
    margin-bottom: 20px;
  }



  .twocols.start {
    padding: 35px 0;
  }
  .twocols__inner-slider {
    margin-bottom: 30px !important;
  }
  .twocolsContent__title {
    border-width: 2px;
  }

  .download {
    padding-top: 30px;
  }

  .details {
    padding: 35px 0 40px;
  }
  .details__inner-top {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .details__inner-title {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .details__inner-title p span {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }
  .details__inner-logo {
    width: 180px;
  }
  .detailsContent__info {
    flex-direction: column;
  }
  .detailsContent__col {
    width: 100%;
    max-width: 280px;
    margin-bottom: 20px;
  }
  .detailsContent__col:last-child {
    margin: 0;
  }

  .gallery__inner-title {
    margin-bottom: 50px;
  }
  .gallery__inner-slider {
    width: 85%;
    padding-bottom: 120px;
  }
  .gallery__inner .slick-prev {
    right: calc(50% + 100px);
  }
  .gallery__inner .slick-next {
    left: calc(50% + 100px);
  }

  .join {
    padding: 40px 0;
  }
  .join__inner-content {
    margin-bottom: 30px;
  }

  .terms {
    padding: 40px 0 0;
  }
  .terms__inner-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("css/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}