/*Slider BEGIN*/
.object-left {
  -o-object-position: left !important;
  object-position: left !important;
}

.object-right {
  -o-object-position: right !important;
  object-position: right !important;
}

.object-top {
  -o-object-position: top !important;
  object-position: top !important;
}

.object-bottom {
  -o-object-position: bottom !important;
  object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
  object-position: center !important;
}
/*Slider END*/

/*Slider BEGIN*/
.main-slider {
  background: #eee;
}

.flickity-page-dots {
  display: none;
}

.nav-container {
  z-index: 20;
}

.flickity-button {
  background: none !important;
}

.flickity-prev-next-button .flickity-button-icon {
  -webkit-filter: invert(100);
  filter: invert(100);
}

.main-slider .slider-cell {
  width: 100%;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
}

.main-slider .slider-cell img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
  -o-object-position: top;
  object-position: top;
}

.main-slider .slider-cell .mainslide-container {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70%;
  margin-bottom: 3vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.main-slider .slider-cell .quote {
  font-size: 2rem;
  color: var(--primary-white);
  font-family: "Old Standard TT", serif;
  font-weight: 300;
  font-size: 1.2vmax;
  padding-right: 20px;
}

.main-slider .slider-cell .mainslide-btn a {
  color: var(--primary-white);
  padding: 20px 50px;
  border: 1px solid var(--primary-white);
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 0.6vmax;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  -webkit-transition: ease-out 300ms;
  transition: ease-out 300ms;
}

.main-slider .slider-cell .mainslide-btn a:hover {
  background-color: var(--secondary-grey);
  border-color: var(--secondary-grey);
}
@media (max-width: 39.9375em) {
  .main-slider .slider-cell .mainslide-container {
    display: none;
  }
}
/*Slider END*/

/*Willkommen BEGIN*/
#willkommen {
  margin-top: 3.125em;
  margin-bottom: 5rem;
  min-height: 200px;
}

#willkommen::before {
  content: "";
  height: 13vw;
  width: 100%;
  background: var(--primary-color);
  position: absolute;
  z-index: -5;
  margin-top: 20px;
}

#willkommen .grid {
  -ms-grid-columns: 1fr minmax(200px, 1.2fr);
  grid-template-columns: 1fr minmax(200px, 1.2fr);
  grid-template-areas:
    "wk-img wk-title"
    "wk-img wk-content"
    "wk-img wk-awards";
}

#willkommen .grid .wk-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: wk-img;
  max-width: 100%;
  -ms-grid-column-align: center;
  justify-self: center;
  padding-right: 3rem;
}

#willkommen .grid .wk-img-content {
  content: "";
  background-image: url("../img/anasayfa-hakkimizda.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 34vw;
}

#willkommen .grid .wk-title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: wk-title;
  -ms-grid-column-align: start;
  justify-self: start;
  white-space: nowrap;
}

#willkommen .grid .wk-title p {
  font-family: wk;
  font-size: 10vw;
  margin: 0;
  color: var(--third-color);
  position: relative;
}

#willkommen .grid .wk-title p span {
  font-family: "Montserrat", sans-serif;
  font-size: 1vw;
  letter-spacing: 0.3125rem;
  color: var(--primary-grey);
  position: absolute;
  left: 4vw;
  bottom: 2.5vw;
}

#willkommen .grid .wk-content {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: wk-content;
  padding-top: 50px;
}

#willkommen .grid .wk-content h1 {
  font-family: wk;
  color: var(--primary-grey);
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 20px;
}

#willkommen .grid .wk-awards {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: wk-awards;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#willkommen .grid .wk-awards h3 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  border-bottom: 1px solid #000;
  padding: 1rem 4rem;
  text-align: center;
}
@media (max-width: 820px) {
  #willkommen .grid .wk-awards h3 {
    font-size: 1rem;
    padding: 1rem 1rem;
  }
}

#willkommen .grid .wk-awards .wk-awards-container {
  margin-top: 20px;
}

#willkommen .grid .wk-awards .wk-awards-container ul:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0px;
}
#willkommen .grid .wk-awards .wk-awards-container ul:first-child li {
  max-width: 6rem;
}
#willkommen .grid .wk-awards .wk-awards-container ul:first-child li img {
  height: 100%;
  width: 100%;
}

#willkommen .grid .wk-awards .wk-awards-container ul:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#willkommen .grid .wk-awards .wk-awards-container ul:last-child li img {
  height: auto;
  width: 100%;
}

@media (max-width: 39.9375em) {
  #willkommen {
    margin-top: 1.875em;
  }
  #willkommen .grid .wk-awards .wk-awards-container ul:first-child li {
    max-width: 3rem;
  }
  #willkommen .grid .wk-content,
  #willkommen .grid .wk-awards {
    padding: 10px 20px;
  }
  #willkommen .grid .wk-content h1 {
    font-family: "Old Standard TT", serif;
    margin-top: 10px;
    text-align: center;
    font-size: 1.5rem;
  }
  #willkommen .grid .wk-title p span {
    font-size: 1.5vw;
    left: 22vw;
    bottom: 4vw;
    letter-spacing: 0.28rem;
  }
  #willkommen .grid .wk-title p {
    font-size: 15vw;
    text-align: center;
	  padding-top: 20px;
  }
  #willkommen::before {
    height: 20vw;
  }

  #willkommen .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 40em) {
  #willkommen .grid .wk-title p span::after {
    background: url(../img/seperator.png) no-repeat;
    background-size: 60%;
    display: inline-block;
    position: absolute;
    left: 8vw;
    top: 2vw;
    width: 6vw;
    height: 47px;
    content: "";
  }
}

@media (max-width: 64.9375em) {
  #willkommen .grid .wk-awards .wk-awards-container ul:last-child li img {
    height: 30px;
  }
  #willkommen .grid .wk-awards .wk-awards-container ul:first-child li img {
    height: 50px;
  }
  #willkommen .grid .wk-awards {
    padding-top: 0;
  }
}

/*Willkommen END*/

/*Hochzeitsfotograf, Hochzetisvideograf, Save the Date BEGIN*/
#hochzeitsfotograf,
#hochzetisvideograf,
#savethedate {
  margin-bottom: 5rem;
}
#hochzeitsfotograf .header,
#hochzeitsvideograf .header,
#savethedate .header {
  width: 100%;
  background-color: var(--primary-color);
  text-align: center;
  margin: 1.875rem 0;
}

#hochzeitsfotograf .header h2,
#hochzeitsvideograf .header h2,
#savethedate .header h2 {
  padding: 20px 50px 0px 50px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 400;
  color: var(--primary-grey);
}

#hochzeitsfotograf .header h3,
#hochzeitsvideograf .header h3,
#savethedate .header h3 {
  font-family: "Old Standard TT", serif;
  font-size: 2rem;
  font-weight: 500;
  padding: 10px 30px 0px 30px;
  color: var(--primary-grey);
}

#hochzeitsfotograf .header img,
#hochzeitsvideograf .header img,
#savethedate .header img {
  width: 4em;
  margin-bottom: 10px;
  height: auto;
}

#hochzeitsfotograf .container .description {
  font-family: "Quattrocento", serif;
  text-align: center;
  margin-top: 20px;
  color: var(--primary-grey);
  padding: 0px 30px;
}

#savethedate .container__std {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 2fr;
  grid-template-columns: 1.5fr 2fr;
  gap: 3rem;
  grid-template-areas:
    "img std-right"
    "img std-desc";
  margin-top: 2rem;
}

#savethedate .container__std .std-img {
  -ms-grid-column-align: start;
  justify-self: start;
  padding-left: 30px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: img;
  width: 100%;
  height: 100%;
}

#savethedate .container__std .std-img img {
  -webkit-box-shadow: -20px 20px var(--primary-color);
  box-shadow: -20px 20px var(--primary-color);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#savethedate .container__std .std-right {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: std-right;
  height: 100%;
  width: 100%;
}
.std-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: -20px 20px var(--primary-color);
}

#savethedate .container .std-desc {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: std-desc;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 1rem;
  text-align: center;
  padding-bottom: 1rem;
}

@media (max-width: 480px) {
  #hochzeitsfotograf .header h3,
  #hochzeitsvideograf .header h3,
  #savethedate .header h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 39.9375em) {
  #savethedate .container .std-desc {
    padding: 0 1rem;
  }
  #savethedate .container__std .std-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #savethedate .container__std .std-img {
    padding: 0;
  }
  #savethedate .container__std {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featured-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-posts .post-names {
    letter-spacing: 0.18rem;
    font-size: 0.8rem;
  }
  #hochzeitsfotograf .container .featured-posts .post {
    margin-bottom: 20px;
  }
  #hochzeitsfotograf .container .featured-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 64.9375em) {
  #savethedate .container__std .std-img img {
    width: 100%;
  }
  #savethedate .container__std {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
      "img std-right"
      "std-desc std-desc";
  }
  #hochzeitsvideograf .container .featured-posts li .post-title {
    line-height: 1.3rem;
  }
  #hochzeitsfotograf .container .featured-posts .post-desc {
    line-height: 1.5vw;
  }
  #hochzeitsfotograf .container .featured-posts .post-title,
  #hochzeitsfotograf .container .featured-posts .post-title a {
  }
  #hochzeitsfotograf .header h2,
  #hochzeitsvideograf .header h2,
  #savethedate .header h2 {
    letter-spacing: 3px;
  }
}

/*Hochzeitsfotograf, Hochzetisvideograf, Save the Date END*/

/*Reviews BEGIN*/
.testimonials #reviewSlider,
.reviewslide,
.reviewslide-content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 400px;
  overflow-x: hidden;
}

.testimonials {
  position: relative;
  margin: 50px 0;
}

.testimonials #reviewLeft {
  left: 0;
  margin-left: 10em;
  border-right: 1px var(--secondary-white) solid;
}

.testimonials #reviewRight {
  right: 0;
  margin-right: 10em;
  border-left: 1px var(--secondary-white) solid;
}

.testimonials .reviewArrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 0.7vmax;
  letter-spacing: 0.1vmax;
  padding: 30px 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--secondary-white);
}

.testimonials .reviewslide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}

.testimonials .reviewslide .reviewslide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  z-index: 5;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}

.testimonials .reviewslide .reviewslide-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.testimonials .reviewslide .reviewslide-content p {
  color: var(--secondary-white);
  max-width: 40em;
  z-index: inherit;
}

.testimonials .reviewslide .reviewslide-content .test-author {
  margin-top: 30px;
  font-family: "Old Standard TT", serif;
  font-size: 1.5vmax;
}

.testimonials .reviewslide1 {
  background-image: url(../img/testimonials/Hochzeitsfotograf-Ruhrgebiet-NRW-D%c3%83%c2%bcsseldorf-Eventlocation-Haus-Deichgraf-Paarshooting.html);
}

.testimonials .reviewslide2 {
  background-image: url(../img/testimonials/Hochzeitsfotograf-Ruhrgebiet-NRW-Hattingen-Gleis79-Hattingen-Paarshooting.jpg);
}

.testimonials .reviewslide3 {
  background-image: url(../img/testimonials/Hochzeitsfotograf-Ruhrgebiet-NRW-Attendorn-Collegium-Bernardinum-Paarshooting.jpg);
}

.testimonials .reviewslide4 {
  background-image: url(../img/testimonials/Hochzeitsfotograf-Ruhrgebiet-NRW-H%c3%83%c2%bcnxe-Schlosshotel-Gartrop-Paarshooting.html);
}

@media (max-width: 39.9375em) {
  .testimonials .reviewslide .reviewslide-content .test-author {
    font-size: 2.3vmax;
    margin-top: 0;
  }
  .testimonials .reviewslide .reviewslide-content p {
    font-size: 1.7vmax;
    padding: 20px;
    line-height: 5.2vw;
  }
  .testimonials .reviewArrow {
    top: 80%;
  }
}
/*Reviews END*/

/*Unsere Philosophy BEGIN*/

.unsere-philosohphie {
  position: relative;
  padding-bottom: 60px;
}

.unsere-philosohphie .container {
  text-align: center;
  padding: 1rem;
  max-height: 500px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.unsere-philosohphie .container span {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--secondary-white)), color-stop(rgba(243, 243, 243, 0.05)), to(rgba(243, 243, 243, 0.001)));
  background: linear-gradient(360deg, var(--secondary-white), rgba(243, 243, 243, 0.05), rgba(243, 243, 243, 0.001));
  bottom: 0;
  left: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.unsere-philosohphie .container img {
  width: 3vw;
  padding-top: 10px;
  height: auto;
}

.unsere-philosohphie .container p {
  padding: 15px 0px;
}

.unsere-philosohphie .container p a {
  text-decoration: underline;
}

.unsere-philosohphie .container p i {
  color: var(--secondary-grey);
  letter-spacing: 0.5px;
}

.unsere-philosohphie .container > p:first-child {
  font-family: wk;
  line-height: 6vw;
  padding: 0;
}

.unsere-philosohphie .container h3 {
  font-family: "Montserrat", sans-serif;
  color: var(--secondary-grey);
  font-weight: 500;
  padding: 20px 0px 0px 0px;
}

.unsere-philosohphie .active {
  max-height: 10000px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.unsere-philosohphie .toggle-button {
  width: 46px;
  height: 28px;
  background: url("../img/arrow-show-more.png");
  background-size: 46px auto;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  margin-bottom: 30px;
}

.unsere-philosohphie .toggle-button:hover {
  opacity: 0.5;
}
@media (max-width: 39.9375em) {
  .unsere-philosohphie .container img {
    width: 8vw;
  }
  .unsere-philosohphie .container {
    max-width: 80%;
  }
}

/*Unsere Philosophy END*/

/*Buchen Sie Begin*/
.buchen-sie {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../img/Hochzeitsfotograf-Ruhrgebiet-NRW-D%c3%83%c2%bcsseldorf-Living-Hotel-De-Medici-Paarshooting.html") no-repeat center;
  background-size: cover;
}

.buchen-sie .text-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
}

.buchen-sie .text-area p {
  color: var(--secondary-grey);
  font-family: wk;
  text-align: center;
  font-size: 3vmax;
}

.buchen-sie .text-area .btn {
  margin-top: 25px;
}

.buchen-sie .text-area .btn a {
  color: var(--secondary-grey);
  border-color: var(--secondary-grey);
}

.buchen-sie .text-area .btn a:hover {
  color: var(--primary-white);
}
@media (max-width: 64.9375em) {
  .buchen-sie {
    height: 200px;
  }
}
@media (max-width: 87.4375em) {
  .buchen-sie .text-area p {
    font-size: 5vmax;
  }
}
/*Buchen Sie END*/
