/*
Theme Name: Creanet
Author: Portalworks
Version: 1.0.1
*/

/************************************
                FONTS 
************************************/

/* outfit-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/outfit-v11-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* outfit-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/outfit-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* outfit-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/outfit-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
/************************************
                ROOT
************************************/

:root {
    --primary-font: 'Outfit', sans-serif;
    --primary-color: #906267; 
    --secondary-color: #93B59D;
}

/************************************
            BODY AND HTML
************************************/

html{
  overflow: auto;
  scroll-behavior: smooth;
}

body{
    font-family: var(--primary-font);
    color: var(--primary-color);
}

body.home{
  padding-top: 0 !important;
}

html :where(.wp-block){
  max-width: 100%;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}

.section-404{
	min-height: 400px;
}

/************************************
            PRE-DEFINED
************************************/

.green-background{
  background: var(--secondary-color);
}

.editor-post-panel__row-label{
  width: auto !important;
}

.green-color{
  color: var(--secondary-color);
}

.isometry-image-box-single{
	& img{
	  width: 100%;
	  height: auto;
	  max-width: 200px;
	  margin-top: 30px;
	}
}

.red-color{
  color: var(--primary-color) !important;
}


.btn-load-more{
  margin-top: 40px;
  background: transparent;
  padding: 6px 50px 6px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.75px;

  &.red-color{
    border: 1px solid var(--primary-color);
  }

  & img{
    width: 14px;
    height: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.red-background{
  background: var(--primary-color);
}

.white-color{
  color: #fff;
}

.border-right-white{

  & .col-md-4{
    border-right: 1px solid #fff !important;
	  
	  &:last-child{
		  border-right: none !important;
	  }
  }
	
  & .col-md-6{
    border-right: 1px solid #fff !important;
	  
	   &:last-child{
		   border-right: none !important;
	   }
  }
  
}

.background-white{
  background: #fff !important;
}

.navbar{
  transition: 0.3s all;
}

.navbar-toggler:focus{
  box-shadow: none;
}

.btn-close:focus{
  box-shadow: none;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 1px;
  width: 50%;
  left: unset;
  right: 0;
}

.swiper-pagination-bullet-active{
  background: #fff !important;
}


.swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background: transparent;
}

.nav-link:focus{
  color: var(--primary-color);
}

.nav-link.show{
  color: var(--primary-color) !important;
}

.visiability-false{
  visibility: hidden;
  opacity: 0;
}

.visiability-true{
  visibility: visible;
  opacity: 1;
}

.btn-close{
  opacity: 1;
  width: 28px;
  height: 28px;
  padding: 0;

  &:hover{
    opacity: 1;
  }

  & img{
    width: 28px;
    height: 28px;
  }
}

.btn {
  font-size: 15px;
  padding: 0px 50px 8px 0px !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  color: #fff;
  position: relative; 

  & img {
    width: auto;
    height: 13px;
    position: relative;
    right: -50px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
  }

  &:hover {
    color: #fff;
  }

  &:hover img {
    transform: translateX(2px); 
  }

  &.red-color{
    border-bottom: 1px solid var(--primary-color) !important;

    & img{
      filter: none;
    }
  }
}

.btn-box-green{

  & .btn{
    color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color) !important;

    &:hover {
      color: var(--secondary-color);
    }

    & img{
      filter: invert(75%) sepia(26%) saturate(248%) hue-rotate(85deg) brightness(88%) contrast(87%);
    }
  }
}



/************************************
            NAVIGATION
************************************/

.offcanvas-opend-nav{
  padding: 10px 0px 10px 0px;
}

.nav-version-1,
.nav-version-2{
  padding: 10px 0px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;

  & .navbar-toggler img{
    width: 30px;
    height: 20px;
  }

  &.home-version-false{
    background: transparent !important;
    box-shadow: none;
  }
}

.nav-version-3{
  padding: 44px 0px;

  & a{
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 6px 0px !important;

    &:hover,
    &:focus{
      color: var(--secondary-color);
    }

    &::before{
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: var(--secondary-color);
      transform: scaleX(0);
      transition: transform 0.3s ease;
    }

    &:hover::before{
      transform: scaleX(1);
    }
  }
}

#offcanvasNavbarFirst{
  min-height: 100svh;
  
  & .nav-link{
    white-space: nowrap;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 18px;
    margin-bottom: 10px;

    &:first-child{
      margin-bottom: 24px;
      letter-spacing: 1.2px;
    }
  }

  & .navigation-box{
    gap: 20px;
  }

  .offcanvas-opend-nav{
    padding: 10px 0px;
  }

}

#offcanvasNavbarSecond{
  & .nav-link{
    white-space: nowrap;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 18px;
  }
}

.navbar-brand{
  & img{
    max-width: 200px;
    width: auto;
    height: 60px;
  }
}

.dropdown-menu{
  background: transparent;
  border: none;
  padding-bottom: 20px;
  padding-top: 0px;

  & .dropdown-item{
    padding: 10px 0px;
    color: var(--primary-color);
    font-size: 18px;

    &:hover{
      color: var(--primary-color);
      background-color: transparent;
    }
  }
}

.dropdown-toggle{
  color: var(--primary-color);
  font-size: 18px;

  &::after{
	content: '';
    position: absolute;
    top: 15px;
    right: 0px;
    border-top: 15px solid;
    border-right: 9px solid transparent;
    border-bottom: 0;
    border-left: 9px solid transparent;
  }
	
  &.show::after{
	content: '';
    position: absolute;
    top: 15px;
    right: 0px;
    border-top: 15px solid;
    border-right: 9px solid transparent;
    border-bottom: 0;
    border-left: 9px solid transparent;
	transform: rotate(180deg);
  }

  &:hover{
    color: var(--primary-color);
  }
  
  & .active{
    color: var(--primary-color);
  }
}

/************************************
              HERO
************************************/

.hero-section{
  width: 100%;
  height: 100svh;

  & #videobcg {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -100;
    min-width: 100%;
    height: 100svh;
    width: 100%;
    height: 100svh;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    object-fit: cover;
  }

  & .hero-overlay{
    background: transparent linear-gradient(180deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.5;
    left: 0;
    top: 0;
  }

  & .hero-image{
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 50%;
    max-height: 50%;
  }
}

.hero-section .news-block {
  right: 0;
  bottom: 60px;
  max-width: 415px;
  padding: 25px 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.75px;
  font-size: 20px;

  & .date-box{
    font-size: 15px;
  }

  & .title-box{
    letter-spacing: 1px;
    margin-top: 10px;
  }

  & p{
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
	& .swiper-slide{
	height: auto;
	  
	  & .swiper-block{
		  height: 100%; 
		  padding-bottom: 32px;
		  position: relative;
	  }
	  
	  & .btn{
		  position: absolute;
		  bottom: 1px;
		  left: 0px;
	  }
  }
}

.scroll-down-block {
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  transition: 0.3s ease-in-out;

  & a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.75px;
  }

  & .scroll-down-text {
    position: relative;
    transition: transform 0.3s ease-in-out;
    padding-bottom: 15px;

    &::after {
      content: '';
      width: 1px;
      background: #fff;
      height: 40px;
      position: absolute;
      bottom: -40px;
      left: 50%;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      visibility: hidden;
      opacity: 0;
    }
  }

  &:hover .img-box {
    transform: translateY(20px);
  }

  &:hover .scroll-down-text {
    transform: translateY(-20px);

    &::after {
      opacity: 1;
      visibility: visible;
    }
  }

  & .img-box {
    position: relative;
    transition: transform 0.3s ease-in-out;

    & img {
      width: 38px;
      height: auto;
    }
  }
}

.news-mobile-section{
  background: var(--primary-color);
  color: #fff;
  padding: 50px 0px;
  letter-spacing: 0.75px;
  font-size: 20px;

  & .date-box{
    font-size: 15px;
  }

  & .title-box{
    letter-spacing: 1px;
    margin-top: 10px;
  }
  
  & .swiper-slide{
	height: auto;
	  
	  & .swiper-block{
		  height: 100%; 
		  padding-bottom: 32px;
		  position: relative;
	  }
	  
	  & .btn{
		  position: absolute;
		  bottom: 0px;
		  left: 0px;
	  }
  }

  & p{
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
}

/************************************
            ISOMETRY
************************************/

.isometry-section{
  background: var(--primary-color);
  color: #fff;
  padding: 50px 0px;

  & h3{
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 300;
  }

  & p{
    font-size: 20px;
  }

  & .img-box img{
    width: 100%;
    max-width: 560px;
    height: auto;
    margin: 0 auto;
  }

  & .isometry-button{
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    transition: 0.3s all;
    letter-spacing: 0.75px;
    font-size: 14px;
    color: #fff;
    padding: 8px;

    &:hover{
      background: #fff;
      color: var(--primary-color);
    }

    &.active{
      background: #fff;
      color: var(--primary-color);
    }
  }
}

/************************************
            TEXT SECTION
************************************/

.text-section{
  padding: 50px 0px;

  & h3{
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }

  & p{
    font-size: 20px;
    line-height: 1.5;
  }
}

/************************************
         NEWS BLOCK SECTION
************************************/

.news-block-section{
  padding: 50px 0px;
  background: var(--primary-color);

  & .col-lg-6{
    padding-bottom: 32.5px;
  }

  & .btn{
    left: 0;
    bottom: 0;
    position: absolute;
    left: calc(var(--bs-gutter-x) * .5);
  }

  & h3{
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 300;
  }

  & .post-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8.5px;
    font-size: 24px;
    letter-spacing: 1.2px;
    color: #fff;

    &.news-version{
      font-size: 15px;
      letter-spacing: 0.75px;
      padding: 15.25px;
    }
  }

  & .post-background{
    width: 100%;
    height: 53px;
    background: var(--primary-color) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  & a{
    text-decoration: none;
    color: #fff;
  }

  & p{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 30px;
  }

  & .img-box{
    width: 100%;
    height: 100%;

    & img{
      object-fit: cover;
      aspect-ratio: 1.5/1;
      width: 100%;
      height: auto;
    }
  }
}

/************************************
          PEOPLE SECTION
************************************/

.people-section{
  padding: 50px 0px;

  & .img-box{
    width: 320px;
    height: 320px;
    margin-bottom: 30px;

    & img{
      width: 320px;
      height: 320px;
      object-fit: cover;
    }
  }

  & .text-box{
    max-width: 1025px;
  }

  & .img-qoute{
    width: 41px;
    height: auto;
    margin-bottom: 10px;
  }

  & p{
    letter-spacing: 1.5px;
    font-size: 24px;
    margin-bottom: 10px;
  }

  & .people-name{
    font-size: 20px;
    letter-spacing: 1.2px;
  }

  & .peopleposition{
    font-size: 15px;
    letter-spacing: 0.75px;
    margin-top: 6px;
  }

  & .arrows-container{
    height: 53px;
  }

  & .swiper-button-next, .swiper-button-prev{
    color: #fff !important;
    background: var(--primary-color) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    width: 53px;
    height: 53px;
    left: 50%;
    bottom: 0;
    top: unset;
    transform: translateX(-50%);
  }

  & .swiper-button-next{
    left: calc(50% + 53px);
  }

  & .swiper-button-prev{
    left: calc(50% - 53px);
  }

  & .swiper-button-next::after, .swiper-button-prev::after{
    font-size: 23px;
  }
}

/************************************
          VORTEILE SECTION
************************************/

.vorteile-section{
  padding: 50px 0px;

  & .col-md-4:not(:last-child){
    border-right: 1px solid var(--primary-color);
  }

  & .img-box{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;

    & img{
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }
  }

  & h5{
    font-size: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
  }

  & h2{
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 40px;
  }

  & p{
    font-size: 20px;
    line-height: 1.5;
  }
}

/************************************
              TEXT IMAGE
************************************/

.text-image-section{
  padding: 50px 0px;

  & .swiper-slide{
    height: auto;
  }

  & .back-to-home{
    color: #fff;
    text-decoration: none;
    
    & .back-to-home-box{
      gap: 20px;
      margin-bottom: 30px;
    }

    & img{
      width: 16px;
      height: auto;
      filter: brightness(0) invert(1);
    }

    & .text-x{
      letter-spacing: 0.75px;
      font-size: 15px;
    }
  }

  & .btn-box{
    gap: 30px;
  }

  & .img-box{
    height: 100%;
    width: 100%;

    & img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 1.4/1;
    }
  }

  & .text-block{
    padding: 14px 0px;
  }

  & h2{
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 30px;
  }

  & p{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  & .multy-overlay{
    position: absolute;
    left: 0;
    top: 0;
    background: var(--secondary-color) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    width: 53px;
    z-index: 1;

    &.red-points{
      background: var(--primary-color) 0% 0% no-repeat padding-box;
    }
  }

  & .swiper-button-next-text-image, .swiper-button-prev-text-image{
    bottom: 0;
    top: unset;
    color: #fff;
    width: 53px;
    height: 53px;

    &::after{
      font-size: 23px;
    }
  }

  & .swiper-button-next-text-image{
    right: 0;
  }

  & .swiper-button-prev-text-image{
    left: 0;
  }

  & .multy-arrow-button-overlay{
    background: var(--secondary-color) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    width: 53px;
    height: 53px;
    z-index: 1;
    position: absolute;
    bottom: 0;

    &.red-points{
      background: var(--primary-color) 0% 0% no-repeat padding-box;
    }

    &.multy-arrow-button-overlay-right{
      right: 0;
    }

    &.multy-arrow-button-overlay-left{
      left: 0;
    }
  }

  & .swiper-pagination-text-image{
    display: inline-flex !important;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    left: 0;
    top: 0;
    position: absolute;
    display: inline-block;
    height: fit-content;
    width: 53px;
    padding: 25px 0px;
  }

  & .scroll-block{
    margin-top: 40px;
    color: #fff;
    text-decoration: none;
    width: fit-content;

    &:hover .text-scroll{
      opacity: 1;
      visibility: visible;
    }

    &.green-scroll{
      color: var(--secondary-color);
    }
  }

  & .text-scroll{
    transition: 0.3s all;
    font-size: 15px;
    letter-spacing: 0.75px;
    margin-left: 20px;
    opacity: 1;
    visibility: visible;
  }
}


/************************************
          DISTANCE SECTION
************************************/

.distance-section{
  padding: 50px 0px;

  & img{
    padding: 10px;
    margin: 0 auto;
  }

  .container{
    overflow-x: auto;
  }

  & th{
    text-align: center;
  }

  & td{
    width: 20%;
    min-width: 150px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    text-align: start;
    font-size: 20px;

    &:not(:first-child){
      padding-left: 10px;
      text-align: center;
      font-size: 16px;
    }
  }

  & tr{
    &:last-child td{
      border-bottom: none;
    }
  }

  & h2{
    margin-bottom: 30px;
    font-size: 30px;
    letter-spacing: 2.5px;
  }
}

/************************************
          TIMELINE SECTION
************************************/

.zeitstrahl-section{
  padding: 50px 0px;
  background: var(--primary-color);
  color: #fff;

  & .time-text{
    letter-spacing: 0.75px;
    font-size: 15px;
    margin-bottom: 30px;
  }

  & h6{
    letter-spacing: 1.2px;
    font-size: 24px;
    margin-bottom: 30px;
  }

  & p{
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 20px;
  }

  & h2{
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 30px;
  }
}

/************************************
          POPUP GALLERY
************************************/

.popup-gallery-section{
  padding: 50px 0px;

  & img.regular-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
  }

  & .overlay-gallery{
    left: calc(var(--bs-gutter-x) * .5);
    top: 0;
    position: absolute;
    width: 53px;
    height: 53px;
    background: #906267 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
  }

  & .overlay-gallery-text{
    left: calc(var(--bs-gutter-x) * .5);
    bottom: 0;
    position: absolute;
    width: calc(100% - (var(--bs-gutter-x) * 1));
    max-width: 600px;
    background: #906267 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
  }

  & .overlay-text{
    left: calc(var(--bs-gutter-x) * .5);
    padding:10px 25px;
    bottom: 0;
    position: absolute;
    width: calc(100% - (var(--bs-gutter-x) * 1));
    max-width: 600px;
    height: auto;
    color: #fff;
    z-index: 1;
    font-size: 20px;
    line-height: 1.5;
  }

  & .loop-box{
    left: calc(var(--bs-gutter-x) * .5);
    top: 0;
    position: absolute;
    width: 53px;
    height: 53px;
    z-index: 1;

    & img{
      width: 27px;
      height: auto;
    }
  }

  & h2{
    font-size: 30px;
    margin-bottom: 50px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #fff;
  }
}

/************************************
          KONTAKT SECTION
************************************/

.contact-section{
  padding: 50px 0px;

  & .form-check-input:checked[type="checkbox"]{
    background: #fff;
  }

  & .input-wrap{
    
    > p{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
    }

    & .form-label{
      font-size: 15px;
    }

    .form-check-input[type="checkbox"]{
      padding: 0;
      margin: 0;
      border: 1px solid #fff;
    }

    & .wpcf7-list-item{
      margin: 0;
    }

    & a{
      color: var(--primary-color);
      text-decoration: none;

      &:hover{
        text-decoration: underline;
      }
    }
  }

  & h2{
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: 300;
  }

  & p{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  & .contact-block{
    max-width: 540px;
  }

  & .email-block{
    gap: 15px;
    text-decoration: none;

    & .text-email{
      font-size: 20px;
      color: #fff;
    }
  }

  & .contact-info {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;

    & .bold-text{
      font-weight: 700;
    }

  }

  & textarea{
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    font-size: 20px;
    width: 100%;
    margin-top: 100px;
    height: 150px;

    


    &::placeholder{
      color: #fff;
    }

    &:focus{
      background: transparent;
      box-shadow: none;
      border-color: #fff;
      color: #fff;
    }

    &:focus-visible{
      background: transparent;
      box-shadow: none;
      border-color: #fff;
      color: #fff;
    }
  }

  & input{
    background: transparent;
    padding: 20px 0px; 
    border-radius: 0;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    font-size: 20px;

    &::placeholder{
      color: #fff;
    }

    &:focus{
      background: transparent;
      box-shadow: none;
      border-color: #fff;
      color: #fff;
    }

    &:focus-visible{
      background: transparent;
      box-shadow: none;
      border-color: #fff;
      color: #fff;
    }
  }

  & input[type="submit"]{
    width: 100%;
    height: 60px;
    border: 1px solid #fff;
    margin-top: 50px;
    padding: 10px !important;

    &:hover{
      background: #fff;
      color: var(--secondary-color);
    }
  }
}

/************************************
            MAP SECTION
************************************/

.map-section{

  height: 400px;

  & iframe{
    width: 100%;
    height: 100%;
    float: left;
    filter: grayscale(1);
  }
}

/************************************
        EDITOR SECTION
************************************/

.editor-section{
  padding: 50px 0px;
  font-size: 20px;

  & h2{
    margin-bottom: 40px;
    font-size: 40px;
  }

  & a{
    color: var(--secondary-color);
    text-decoration: none;
    transition: 0.3s all;

    &:hover{
      color: var(--primary-color);
    }
  }
}

/************************************
            FOOTER
************************************/

footer{
  box-shadow: 0px -3px 6px #00000029;

  & .img-box{
    height: 42px;
    width: auto;

    & img{
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
    }
  }
}

.footer-nav{
  bottom: 60px;
  right: 0;
  & ul{
    list-style-type: none;
    gap: 40px;
  
    & a{
      text-decoration: none;
      color: var(--primary-color);
      letter-spacing: 0.75px;
      font-size: 15px;
    }
  }
}

/************************************
            RESPONSIVE
************************************/
@media (min-width: 768px) {
  /*********************
       PEOPLE SECTION
  *********************/
  .people-section{
    & .text-box{
      padding: 0px 20px;
    }

    & .img-box{
      margin-bottom: 0px;
    }

    & .img-qoute{
      margin-bottom: 30px;
    }
  }
  /*********************
       MAP SECTION
  *********************/
  .map-section{
    
    height: 500px;
  }
	
	.editor-section{
 	  min-height: calc(100svh - 200px);
	}

  /*********************
      KONTAKT
  *********************/

  .contact-section {
      & .input-wrap {
        & .form-label{
        font-size: 20px;
      }
    }
  }
}

@media (min-width: 992px) {

  /*********************
    PRE-DEFINED CLASSES
  *********************/
  .btn-load-more{
    margin-top: 85px;
  }
  .section-404{
	min-height: 700px;
  }
  /*********************
        HERO
  *********************/
  .scroll-down-block {
    bottom: 50px;
  }

  .news-mobile-section{
    padding: 100px 0px;
  }

  /*********************
        ISOMETRY
  *********************/
  .isometry-section{
    padding: 100px 0px;

    & h3{
      font-size: 40px;
      margin-bottom: 50px;
    }

    & .editor{
      max-width: 540px;
    }
  }

   /*********************
        TEXT-SECTION
  *********************/

  .text-section{
    padding: 100px 0px;

    & h3{
      font-size: 40px;
      margin-bottom: 40px;
    }
  }

  /*********************
    NEWS BLOCK SECTION
  *********************/
  .news-block-section{
    padding: 100px 0px;

    & h3{
      margin-bottom: 80px;
      font-size: 40px;
    }

    & p{
      font-size: 20px;
      margin-top: 20px;
      margin-bottom: 50px;
    }
  }

  /*********************
        TEXT-SECTION
  *********************/
  .people-section{
    padding: 100px 0px;

    & .img-box{
      width: 400px;
      height: 400px;
  
      & img{
        width: 400px;
        height: 400px;
        object-fit: cover;
      }
    }

    & p{
      font-size: 30px;
      margin-bottom: 30px;
      line-height: 1.2;
    }

    & .people-name{
      font-size: 24px;
    }

  }
  /*********************
    VORTEILE SECTION
  *********************/
  .vorteile-section{
    padding: 100px 0px;

    & .img-box{
      margin-bottom: 60px;
    }

    & h2{
      margin-bottom: 100px;
    }

    & h5{
      margin-bottom: 40px;
    }
  }
  /*********************
      TEXT IMAGE
  *********************/
  .text-image-section{
    padding: 100px 0px;

    & .back-to-home-box{
      margin-bottom: 60px;
    }

    & h2{
      font-size: 40px;
      margin-bottom: 54px;
    }
    
    & p{
      margin-bottom: 60px;
    }

    & .btn-box{
      gap: 50px;
    }

    & .scroll-block{
      margin-top: 60px;
    }

    & .text-scroll{
      opacity: 0;
      visibility: hidden;
    }
	  & .text-block{
		max-width: 540px;
	  }
  }
  /*********************
    DISTANCE SECTION
  *********************/
  .distance-section{
    padding: 100px 0px;

    & td{
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 24px;
  
      &:not(:first-child){
        padding-left: 20px;
        font-size: 20px;
      }
    }

    & h2{
      margin-bottom: 50px;
      font-size: 40px;
    }
  }
  /*********************
       MAP SECTION
  *********************/
  .map-section{
    
    height: 770px;
  }

  /*********************
    TIMELINE SECTION
  *********************/

  .zeitstrahl-section{
    padding: 100px 0px 50px 0px;

    & h2{
      font-size: 40px;
      margin-bottom: 50px;
    }
	  
	& .top-move{
	  top: -100px;
	}
	  
    .btn-load-more{
     margin-top: 0px;
    }

    & .col-lg-6{

      &.left-padding{
        padding-left: 150px;

        &::after{
          content: '';
          left: -1px;
          top: 0;
          width: 2px;
          height: 100%;
          background: #fff;
          position: absolute;
        }

        & h6::after{
          content: '';
          left: -159px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          background: #fff;
          width: 18px;
          height: 18px;
          border-radius: 50%;
        }
      }

      &.right-padding{
        padding-right: 150px;

        &::after{
          content: '';
          right: -1px;
          top: 0;
          width: 2px;
          height: 100%;
          background: #fff;
          position: absolute;
        }

        & h6::after{
          content: '';
          right: -159px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          background: #fff;
          width: 18px;
          height: 18px;
          border-radius: 50%;
        }
		  
		& p{
	      margin-bottom: 0px !important;
		}
      }
    }
  }

  /*********************
      POPUP-GALLERY
  *********************/
  .popup-gallery-section{
    padding: 100px 0px;

    & .col-lg-4{
      & img.regular-image{
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%;
      }
    }

    & .col-lg-8{
      & img.regular-image{
        aspect-ratio: 1.9/1;
        width: 100%;
        height: 100%;
      }
    }

    & .col-lg-12{
      & img.regular-image{
        aspect-ratio: 2.2/1;
        width: 100%;
        height: 100%;
      }
    }

    & h2{
      font-size: 40px;
      margin-bottom: 90px;
    }
  }

  /*********************
    KONTAKT SECTION
  *********************/

  .contact-section{
    padding: 100px 0px;

    & h2{
      font-size: 40px;
      margin-bottom: 40px;
    }

    & p{
      margin-bottom: 0px;
    }

    & input[type="submit"]{
      margin-top: 120px;
    }
  }

  /*********************
    EDITOR SECTION
  *********************/

  .editor-section{
    padding: 100px 0px;
  }
}


@media (min-width: 1200px) {
/*********************
    NAVIGATION
*********************/
  .nav-version-1{
    padding: 20px 0px;
  }

  #offcanvasNavbarFirst{

    & .nav-link{
      font-size: 20px;
    }
  }

  & .offcanvas-opend-nav{
    padding: 20px 0px;
  }

  /*********************
        HERO
  *********************/
  .news-mobile-section{
    padding: 120px 0px;
  }
  /*********************
        ISOMETRY
  *********************/
  .isometry-section{
    padding: 150px 0px;
  }
  /*********************
        TEXT-SECTION
  *********************/
  .text-section{
    padding: 150px 0px;
  }
  /*********************
    NEWS BLOCK SECTION
  *********************/
  .news-block-section{
    padding: 150px 0px;
  }
  /*********************
        TEXT-SECTION
  *********************/
  .people-section{
    padding: 150px 0px 100px 0px;

  }
  /*********************
    VORTEILE SECTION
  *********************/
  .vorteile-section{
    padding: 150px 0px;
  }
  /*********************
      TEXT IMAGE
  *********************/
  .text-image-section{
    padding: 150px 0px;

    &.with-scroll{
      padding: 150px 0px 100px 0px;
    }

    & .scroll-block{
      margin-top: 100px;
    }
  }

  /*********************
    DISTANCE SECTION
  *********************/
  .distance-section{
    padding: 130px 0px;
  }
  /*********************
    TIMELINE SECTION
  *********************/
  .zeitstrahl-section{
    padding: 130px 0px 70px 0px;
  }
  /*********************
      POPUP-GALLERY
  *********************/

  .popup-gallery-section{
    padding: 150px 0px;
  }
  /*********************
    KONTAKT SECTION
  *********************/

  .contact-section{
    padding: 150px 0px;
  }
}

@media (min-width: 1400px) {
/*********************
    NAVIGATION
*********************/
  .container{
	  max-width: 1700px;
  }
  .nav-version-1{
    padding: 30px 0px;
  }

  #offcanvasNavbarFirst{

    & .offcanvas-opend-nav{
      padding: 30px 0px;
    }

    & .nav-link{
      font-size: 24px;

      &:first-child{
        margin-bottom: 50px;
      }
    }
  }
  /*********************
        HERO
  *********************/
  .news-mobile-section{
    padding: 150px 0px;
  }
  /*********************
        ISOMETRY
  *********************/
  .isometry-section{
    padding: 150px 0px 225px 0px;
  }
  /*********************
        TEXT-SECTION
  *********************/
  .text-section{
    padding: 250px 0px;
  }
  /*********************
        TEXT-SECTION
  *********************/
  .people-section{
    padding: 250px 0px 120px 0px;

  }
  /*********************
    VORTEILE SECTION
  *********************/
  .vorteile-section{
    padding: 150px 0px 300px 0px;
  }
  /*********************
      TEXT IMAGE
  *********************/
  .text-image-section{
    padding: 210px 0px;

    &.with-scroll{
      padding: 210px 0px 100px 0px;
    }
  }
  /*********************
    TIMELINE SECTION
  *********************/
  .zeitstrahl-section{
    padding: 170px 0px 70px 0px;
  }
  /*********************
      POPUP-GALLERY
  *********************/

  .popup-gallery-section{
    padding: 230px 0px;
  }

  /*********************
    KONTAKT SECTION
  *********************/

  .contact-section{
    padding: 230px 0px 170px 0px;
  }
}

@media (min-width: 1600px) {
  /*********************
      NAVIGATION
  *********************/

  .isometry-section{

    & .isometry-button{
      font-size: 15px;
    }
  }
}

@media (min-width: 1760px) {
  /*********************
    PRE-DEFINED CLASSES
  *********************/

  .g-xxxl-5{
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 4rem;
  }

  .g-xxxl-form-5{
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 0;
  }

  /*********************
    NEWS BLOCK SECTION
  *********************/
  .news-block-section{
    padding: 100px 0px;

    & p{
      margin-top: 30px;
      margin-bottom: 70px;
    }
  }
  
}