/************************************ Style ************************************/
.icon-lg {
  font-size: 58px;
  color: #151517;
}
.box-nina-icon {
  display: inline-block;
  position: relative;
}
.box-nina-icon::before {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  width: 44px;
  height: 44px;
  transform: translate(0, 0);
  will-change: transform;
  transition: all .6s;
  border-radius: 50%;
  background-color: rgba(52, 152, 219, 0.6);
}
.box-nina:hover .box-nina-icon::before {
  right: 18px;
}
.box-kira {
  padding: 30px 20px;
  box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0);
  transition: all .6s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-kira p {
  margin: unset; 
}
.box-kira:hover {
  box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.15);
}
.icon-md {
  font-size: 32px;
  line-height: 1.5em;
  color: #151517;
}
/****************************************************************** Swiper */
#home {
    background: #fff;
}
.block-left-main {
    padding-left: 28.8%;
}
.position-relative {
    position: relative !important;
}

.left-block {
  position: absolute;
  z-index: 2;
  left: -2%;
  bottom: 40px;
  flex-direction: column;
  align-items: center;
  display: none;
}
@media (min-width: 992px) {
  .left-block {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .left-block {
    bottom: 50px;
    left: 0;
  }
}
@media (min-width: 1600px) {
  .left-block {
    bottom: 60px;
  }
}
.left-block-title {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .080em;
  font-family: "Montserrat", sans-serif;
  color: #3498db;
  text-transform: uppercase;
  display: block;
  transform: rotate(270deg);
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .left-block-title {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .left-block-title {
    margin-bottom: 80px;
  }
}
.left-block-list {
  padding-top: 120px;
}
.left-block-list li + li {
  margin-top: 12px;
}
@media (min-width: 1600px) {
  .left-block-list {
    padding-top: 140px;
  }

  .left-block-list li + li {
    margin-top: 38px;
  }
}
.left-block-list .icon {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .left-block-list .icon {
    font-size: 24px;
  }
}
.line-decorative {
    position: relative;
}
.line-decorative::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    height: 100px;
    width: 1px;
    background: #3498db;
}
.decorative-word {
    position: absolute;
    display: none;
    top: 28%;
    left: 34%;
    transform: translate(-50%, -50%);
    font-family: "Quicksand", sans-serif;
    font-size: 170px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 700;
    color: rgba(21, 21, 23, 0.7);
}
.decorative-word .rotate {
    transform: rotate(180deg);
    line-height: 1.52em;
    padding-right: 20px;
}
@media (min-width: 1200px) {
    .decorative-word {
        display: flex;
    }
}
@media (min-width: 1600px) {
    .decorative-word {
        font-size: 220px;
    }
}
.decorative-border {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 45%;
    height: 7px;
    background: #3498db;
}
.decorative-border::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 100%;
    width: 140%;
    height: 7px;
    background: rgba(255, 255, 255, 0.5);
}















/****************************************************************** Gallery Caption */
.gallery .image-title {
  position: absolute;
  color: #ffffff;
  font-weight: 700;  
  font-size: 24px;
  line-height: 1.25;
  top: 10%;
  left: 10%;
}
.gallery .image-caption {
  position: absolute;
  color: #ffffff;
  bottom: 34%;
  left: -40%;
  transform: rotate(-90deg);
  letter-spacing: .6em;
  width: 100%;
}
.gallery .fig-caption .cInner{
  background: rgba(21, 21, 23, 0.5);
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease;
}
.gallery .fig-caption .cInner:hover {
  opacity: 0;
}
.gallery .gallery-classic-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  z-index: 2;
}
.gallery .gallery-classic-button .button {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding: 20px;
  width: 70px;
  height: 70px;
  background: rgba(52, 152, 219, 0.95);
  border-radius: 50%;
  border: none;
}
.gallery .gallery-classic-button img {
  display: none;
}
.gallery .gallery-classic-button a {
  color: #ffffff;
}
.gallery .gallery-classic-button {
  transition: all .4s ease;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gallery .gallery-classic-button {
  transition: all .4s ease;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(190%, -50%);
}
.gallery .fig-caption:hover .gallery-classic-button {
  transform: none;
  opacity: 1;
}
.gallery .fig-caption:hover .gallery-classic-button {
  transform: translate(-50%, -50%);
}
/****************************************************************** Person Caption */
.person .fig-caption {
  width: calc(100% - 40px);
  padding: 30px 40px 30px 40px;
  background: #fff;
  position: absolute;
  bottom: -1px;
}
.person .image-title{
  display: block;    
  font-size: 24px;
  line-height: 1.25;
  color: #151517;
  font-weight: 700;
}
.person .image-caption{
  display: block;    
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .6em;
  text-transform: uppercase;
  color: #878c8d;
}

/****************************************************************** 100 Jahre*/
.text-img {
  display: inline-block;
  overflow: hidden;
  font-size: 180px;
  line-height: 85%;
  font-weight: 900;
  height: 142px;
  font-family: "Montserrat", sans-serif;
  color: #151517;
}
@media (min-width: 768px) {
  .text-img {
    font-size: 200px;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .text-img {
    letter-spacing: .05em;
  }
}
.text-img {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(transparent, transparent);
  background: -o-linear-gradient(transparent, transparent);
  background: url(../../img/text-image.jpg) repeat;
  -webkit-background-clip: text;
  background-position-y: 40%;
  animation: imgPos 5s linear normal infinite paused;
}
.text-img > span {
  pointer-events: none;
}
.text-img:hover {
  animation-play-state: running;
  color: red;
}
@media (min-width: 576px) {
  .text-img {
    background-position-y: 22%;
  }
}
@keyframes imgPos {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0;
  }
}
.fa-angle-right:before {
  content: "\f105";
}
[class*='fa-']:before {
  font-weight: 400;
  font-size: 48px;
  font-family: 'FontAwesome';
}

/****************************************************************** greenbox */
.greenbox{
  background: #40ce1b; 
  color: #333;
}
.greenbox h6{
  color: #000;
}
.greenbox a.button {
  position: absolute;
  right: 0;
  top: 35%;
  border-radius: 50px;
  padding: 1em 3em;
  border: 0;
}
.greenbox a.button:hover {
  background: #fff;
  color: #3498db;
}

/****************************************************************** black bg */
.black {
  background: #000;
}
.black h2,
.black h3{
  color: #fff;
}

/****************************************************************** Preloader */
.preloader {
    position: fixed;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    z-index: 9999999;
    background: #ffffff;
    transition: .3s all ease;
}
.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.preloader.loaded .cssload-container {
    animation: none;
}
.preloader.loaded .cssload-container span {
    animation: none;
}
.preloader.ending {
    display: none;
}
.preloader .preloader-body {
    position: relative;
    text-align: center;
    height: 200px;
}
.preloader > div {
    width: 100%;
}
[data-x-mode="design-mode"] .preloader {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.cssload-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    animation: loader 1.2s infinite ease-in-out;
}
.cssload-container span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #3498db;
    animation: loaderBlock 1.2s infinite ease-in-out both;
}
.cssload-container span:nth-child(1) {
    top: 0;
    left: 0;
}
.cssload-container span:nth-child(2) {
    top: 0;
    right: 0;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.cssload-container span:nth-child(3) {
    bottom: 0;
    left: 0;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.cssload-container span:nth-child(4) {
    bottom: 0;
    right: 0;
}
@keyframes loader {
    0%, 10%, 100% {
        width: 86px;
        height: 86px;
    }
    65% {
        width: 150px;
        height: 150px;
    }
}
@keyframes loaderBlock {
    0%, 30% {
        transform: rotate(0);
    }
    55% {
        background-color: #fff;
    }
    100% {
        transform: rotate(90deg);
    }
}
@keyframes loaderBlockInverse {
    0%, 20% {
        transform: rotate(0);
    }
    55% {
        background-color: #fff;
    }
    100% {
        transform: rotate(-90deg);
    }
}










