@charset "UTF-8";
/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
/* ---------------------------- ANCHOR Allgemein ---------------------------- */
header a {
  color: #555;
}
header a:hover {
  color: var(--vision-color-primary);
}
header .header-top-settings {
  margin-top: 15px;
}
header .header-top-settings ul.social-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 15px;
}
header .header-top-settings ul.social-media li {
  margin-left: 0px;
  padding-left: 15px;
}
header .header-top-settings ul.social-media li a {
  font-size: 15px;
  background: var(--vision-color-primary);
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
header .header-top-settings ul.social-media li a:hover {
  background: #8d8d8d;
}
body {
  font-size: 18px;
}
.spacer {
  padding: 75px 0;
}
h2 {
  font-size: 36px;
}
.btn {
  transition: ease-in-out 0.3s;
  background-color: var(--vision-color-primary);
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  border-radius: 3px;
}
.btn:hover {
  background-color: #8d8d8d;
  color: #fff;
}
/* a{
    color: #a88e75;
    font-weight: 700;  
    &:hover{
        color: #a88e75;
        opacity: 0.65;
    }
} */
/* MODAL */
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-content > button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 900;
}
.modal-content > button i {
  font-size: 50px;
}
.modal .modal-body {
  padding: 0;
  padding: 50px;
}
.modal.show {
  animation: zoomIn 0.3s forwards;
}
.modal-md {
  max-width: 500px;
}
/* ------------------------------ ANCHOR Navbar ----------------------------- */
.main-menu nav .nav {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
.main-menu nav .nav li.nav-item.dropdown {
  position: relative;
  margin-right: 0px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /*      -webkit-transform: translateY(20px) !important;
                -ms-transform: translateY(20px) !important;
                transform: translateY(20px) !important; */
}
.main-menu nav .nav li.nav-item.dropdown:last-child {
  margin-right: 0;
}
.main-menu nav .nav li.nav-item.dropdown .nav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-menu nav .nav li.nav-item.dropdown:hover > .dropdown-menu {
  display: flex;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 235px;
  background-color: #fff;
  z-index: 99999;
  border: 1px solid #efefef;
}
.main-menu nav .nav li.nav-item.dropdown .dropdown-menu {
  display: none;
}
/* ----------------------- ANCHOR HOME Slider Content ----------------------- */
.banner-slide-item {
  padding: 50px 0;
}
.banner-slide-item .banner-statistics img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 5px 75px -20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 5px 75px -20px rgba(0, 0, 0, 0.25);
  height: 500px;
  object-fit: cover;
  object-position: center;
}
/* ----------------------------- ANCHOR Banner ----------------------------- */
.banner {
  position: relative;
}
.banner img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.banner span.banner-overlay {
  position: absolute;
  width: 100%;
  height: 550px;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2469362745) 50%, rgba(255, 255, 255, 0.9) 100%);
  left: 0;
  top: 0;
}
.banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner-text h1 {
  font-family: "Playfair Display";
  color: #222222;
  font-weight: 300;
  font-size: 90px;
}
.banner .banner-text h3 {
  color: var(--vision-color-secondary);
  font-family: "Lato", sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-left: 5px;
  margin-top: 25px;
}
/* --------------------------- ANCHOR Unternehmen --------------------------- */
section.unternehmen {
  background-color: #f4f4f4;
}
section.unternehmen ul li {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  margin-left: 30px;
}
section.unternehmen ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 9px;
  color: #a88e75;
  font-weight: 900;
  font-size: 9px;
  font-family: "Font Awesome 5 Free";
}
section.unternehmen .intro-box {
  background-color: #fff;
  position: relative;
  top: -45px;
  padding: 100px 50px;
  width: calc(100% - 100px);
}
section.unternehmen .intro-box .line {
  position: relative;
  margin-top: 10px;
}
section.unternehmen .intro-box .line:before {
  content: "";
  position: absolute;
  background-color: var(--vision-color-primary);
  width: 100%;
  height: 3px;
  border-radius: 3px;
  top: 0;
  left: 0;
}
section.unternehmen .intro-box .line h2 {
  font-family: "Playfair Display";
  color: var(--vision-color-secondary);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  font-size: 40px;
  padding-bottom: 15px;
  padding-top: 35px;
}
section.unternehmen .intro-box img.studex {
  position: relative;
  top: 25px;
  left: 15px;
  border-radius: 0;
  width: auto;
}
section.unternehmen .about-content p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
section.unternehmen .about-content img {
  border-radius: 3px;
  box-shadow: 2px -1px 201px -85px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px -1px 201px -85px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px -1px 201px -85px rgba(0, 0, 0, 0.5);
  position: relative;
  left: 0px;
  top: -55px;
}
section.unternehmen .about-content img.about-right {
  left: -70px;
}
section.unternehmen .about-content .text-content-1 {
  padding: 30px 60px 60px;
  position: relative;
  left: -65px;
  top: -15px;
  background: #fff;
  box-shadow: 2px -1px 201px -85px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px -1px 201px -85px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px -1px 201px -85px rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 3px;
}
section.unternehmen .about-content .text-content-1::after {
  content: "";
  position: absolute;
  background-color: var(--vision-color-primary);
  width: 3px;
  height: calc(100% - 25px);
  border-radius: 3px;
  bottom: -45px;
  right: 25px;
}
section.unternehmen .about-content .text-content-1 h3 {
  font-family: "Playfair Display";
  color: var(--vision-color-secondary);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  font-size: 24px;
  padding-bottom: 15px;
  padding-top: 25px;
}
section.unternehmen .about-content .text-content-2 {
  padding: 30px 60px 60px;
  position: relative;
  right: 0px;
  top: -15px;
  background: #fff;
  box-shadow: 2px -1px 201px -85px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px -1px 201px -85px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px -1px 201px -85px rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 3px;
}
section.unternehmen .about-content .text-content-2 h3 {
  font-family: "Playfair Display";
  color: var(--vision-color-secondary);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  font-size: 24px;
  padding-bottom: 15px;
  padding-top: 25px;
}
section.unternehmen .info-box {
  background-color: #fff;
  padding: 50px;
  border-radius: 15px;
  /*     h2 {
            font-family: "Playfair Display";
            position: relative;
            margin-bottom: 30px;
            &:before {
                content: "";
                position: absolute;
                background-color: var(--vision-color-primary);
                width: 100px;
                height: 3px;
                border-radius: 3px;
                bottom: -20px;
                left: 0;
            }
        } */
}
section.unternehmen .info-box h3 {
  font-family: "Playfair Display";
  padding: 10px 0 20px;
}
section.unternehmen .info-box ul li {
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 45px;
  padding-right: 50px;
  position: relative;
}
section.unternehmen .info-box ul li:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 9px;
  color: #a88e75;
  font-weight: 900;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
}
/* ---------------------------- ANCHOR Sortiment ---------------------------- */
.sortiment-boxen {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 30px 0;
}
.sortiment-boxen .sortiment-img {
  border: solid 1px #f4f4f4;
  border-radius: 3px;
  position: relative;
}
.sortiment-boxen .sortiment-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(168, 142, 117, 0.3), transparent);
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.sortiment-boxen .sortiment-img:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(168, 142, 117, 0.4), transparent);
}
.sortiment-boxen .sortiment-img:hover > .h3 {
  transition: ease-in-out 0.3s;
  color: var(--vision-color-secondary);
  text-shadow: none;
  top: 75%;
}
.sortiment-boxen .sortiment-img img {
  border-radius: 3px;
  width: 600px;
}
.sortiment-boxen .sortiment-img .h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
  text-shadow: 2px 2px 8px #0d0c0c;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sortiment-boxen .sortiment-img .main-btn {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 30px;
  color: #fff;
  line-height: 1.75;
  letter-spacing: 3px;
  right: 0;
  bottom: 0px;
  z-index: 3;
  background-color: #a88e75;
}
.sortiment-boxen .sortiment-img .main-btn:hover {
  background-color: #c4beb9;
  color: var(--vision-color-secondary);
}
.sortiment-boxen p {
  margin-top: 15px;
  font-size: 24px;
}
/* -------------------------- ANCHOR Sortiment All -------------------------- */
section.sortiment_all {
  overflow-x: hidden;
  margin-bottom: 125px;
}
section.sortiment_all .banner-wrapper {
  background-image: linear-gradient(45deg, #f1f1f1, #f4f4f4);
  width: calc(100% - 275px);
  height: 670px;
  position: relative;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  /*      .white-offset {
            width: 300px;
            background-color: #fff;
        } */
  /*         &:before {
            position: absolute;
            top: 50%;
            left: 50%;
            content: "";
         background-image: url(../images/images/sortiment/ring.png);  
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: calc(100%);
            height: calc(100% - 60px);
            transform: translate(-40%, -48%);
            filter: drop-shadow(20px 45px 40px rgba(0, 0, 0, 0.35));
        } */
}
section.sortiment_all .banner-wrapper span.banner-img {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(100%);
  height: calc(100% - 60px);
  max-height: 400px;
  min-height: 500px;
  transform: translate(-40%, -48%);
  filter: drop-shadow(20px 45px 40px rgba(0, 0, 0, 0.35));
}
section.sortiment_all .banner-wrapper .text-inner {
  margin-top: -100px;
}
section.sortiment_all .banner-wrapper .text-inner h1 {
  font-size: 70px !important;
  font-size: var(--vision-color-secondary);
  margin-bottom: 20px;
  font-family: "Playfair Display";
}
section.sortiment_all .banner-wrapper .text-inner p {
  font-size: 18px;
  letter-spacing: 3px;
  color: #a88e75;
  font-weight: 600;
  margin-bottom: 75px;
  position: relative;
  padding-left: 65px;
}
section.sortiment_all .banner-wrapper .text-inner p::before {
  position: absolute;
  content: "";
  background-color: #a88e75;
  left: 4px;
  top: 16px;
  width: 50px;
  height: 2px;
}
section.sortiment_all .banner-wrapper .text-inner .more-btn {
  transition: ease-in-out 0.3s;
  background-color: #a88e75;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  border-radius: 3px;
}
section.sortiment_all .banner-wrapper .text-inner .more-btn:hover {
  background-color: #8d8d8d;
  color: #fff;
}
section.sortiment_all .banner-wrapper .text-inner .more-btn:hover > i {
  transition: ease-in-out 0.3s;
  color: #fff;
  right: -12px;
  transform: scale(1.15);
}
section.sortiment_all .banner-wrapper .text-inner .more-btn i {
  font-size: 12px;
  margin-left: 15px;
  position: relative;
  top: -1px;
  right: -5px;
}
section.sortiment_02 {
  margin-top: 150px;
}
section.sortiment_02 .img-border {
  position: relative;
}
section.sortiment_02 .img-border:before {
  position: absolute;
  content: "";
  background-color: #a88e75;
  width: 300px;
  height: calc(100% - 50%);
  top: 10%;
  left: -50px;
  border-radius: 3px;
}
section.sortiment_02 img {
  position: relative;
  top: -85px;
  left: -60px;
  border-radius: 3px;
  margin-left: 50px;
  width: 100%;
  min-height: 625px;
  object-fit: cover;
}
section.sortiment_02 .text-box {
  padding: 75px 50px 125px;
  margin-left: -115px;
  background: #f1f1f1;
  position: relative;
  top: -30px;
}
section.sortiment_02 .text-box h2 {
  font-size: 54px !important;
  font-weight: 400;
  font-size: var(--vision-color-secondary);
  margin-bottom: 35px;
  font-family: "Playfair Display";
  line-height: 75px;
  text-align: center;
  width: calc(100% - 130px);
  position: relative;
}
section.sortiment_02 .text-box h2::before {
  position: absolute;
  content: "";
  background-color: #a88e75;
  bottom: -90px;
  left: 50%;
  width: 2px;
  height: 60px;
}
section.sortiment_02 .text-box h3 {
  font-size: 16px;
  letter-spacing: 3px;
  color: #a88e75;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  padding-left: 65px;
  padding-right: 0;
  width: 400px;
  right: -175px;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
}
section.sortiment_02 .text-box p {
  font-size: 18px;
  font-weight: 400;
  padding: 0px 50px 0 50px;
}
section.sortiment_02 .text-box .more-btn {
  transition: ease-in-out 0.3s;
  background-color: #a88e75;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  border-radius: 3px;
  position: relative;
  top: 35px;
  left: 50px;
}
section.sortiment_02 .text-box .more-btn:hover {
  background-color: #8d8d8d;
  color: #fff;
}
section.sortiment_02 .text-box .more-btn:hover > i {
  transition: ease-in-out 0.3s;
  color: #fff;
  right: -12px;
  transform: scale(1.15);
}
section.sortiment_02 .text-box .more-btn i {
  font-size: 12px;
  margin-left: 15px;
  position: relative;
  top: -1px;
  right: -5px;
}
section.sortiment_03 {
  padding: 75px 0 125px;
}
section.sortiment_03 .sortiment-slide {
  box-shadow: -1px 30px 30px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  top: 15%;
  left: -50px;
  z-index: 2;
  background: #fff;
  height: 600px;
  border-radius: 3px;
}
section.sortiment_03 .sortiment-slide:before {
  position: absolute;
  content: "";
  background-color: #a88e75;
  width: 300px;
  height: calc(100% - 40%);
  top: 20%;
  right: -50px;
  border-radius: 3px;
  z-index: 0;
}
section.sortiment_03 .sortiment-slide img {
  padding: 100px 50px;
  height: 600px;
  object-fit: cover;
  width: 100%;
  background: #fff;
  border-radius: 3px;
}
section.sortiment_03 .sortiment-slide .slick-dots li button:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 30px;
  position: absolute;
  top: -70px;
  left: 0;
  width: 12px;
  height: 12px;
  /* content: "•"; */
  content: "";
  border: 5px double #a88e75;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.sortiment_03 .sortiment-slide button.slick-prev i {
  position: absolute;
  left: 0;
  top: 45%;
  font-size: 55px;
  z-index: 10;
}
section.sortiment_03 .sortiment-slide button.slick-next i {
  position: absolute;
  right: 0;
  top: 45%;
  font-size: 55px;
  z-index: 10;
}
section.sortiment_03 .text-box {
  padding: 75px 50px 125px;
  margin-left: -115px;
  background: #f1f1f1;
}
section.sortiment_03 .text-box h2 {
  font-size: 54px !important;
  font-weight: 400;
  font-size: var(--vision-color-secondary);
  margin-bottom: 120px;
  font-family: "Playfair Display";
  line-height: 75px;
  text-align: center;
  width: calc(100% - 130px);
  position: relative;
}
section.sortiment_03 .text-box h2::before {
  position: absolute;
  content: "";
  background-color: #a88e75;
  bottom: -90px;
  left: 50%;
  width: 2px;
  height: 60px;
}
section.sortiment_03 .text-box h3 {
  font-size: 16px;
  letter-spacing: 3px;
  color: #a88e75;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  padding-left: 65px;
  padding-right: 115px;
  right: -175px;
  line-height: 1.6;
}
section.sortiment_03 .text-box p {
  font-size: 18px;
  font-weight: 400;
  padding: 0px 50px 0 50px;
}
section.sortiment_03 .text-box .more-btn {
  transition: ease-in-out 0.3s;
  background-color: #a88e75;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  border-radius: 3px;
  position: relative;
  top: 35px;
  left: 50px;
}
section.sortiment_03 .text-box .more-btn:hover {
  background-color: #8d8d8d;
  color: #fff;
}
section.sortiment_03 .text-box .more-btn:hover > i {
  transition: ease-in-out 0.3s;
  color: #fff;
  right: -12px;
  top: -1px;
  transform: scale(1.15);
}
section.sortiment_03 .text-box .more-btn i {
  font-size: 12px;
  margin-left: 15px;
  position: relative;
  top: -2px;
  right: -5px;
}
section.sortiment_03 .text-box ul li {
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 85px;
  padding-right: 50px;
  position: relative;
}
section.sortiment_03 .text-box ul li:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 9px;
  color: #a88e75;
  font-weight: 900;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
}
section.sortiment_04 {
  padding: 60px 0;
  background-color: #f3f3f3;
}
section.sortiment_04 .partner-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.sortiment_04 .partner-slide .slick-slide {
  margin: 0 30px;
}
section.sortiment_04 .partner-slide .slick-slide img {
  padding: 10px;
}
section.sortiment_04 .partner-slide .slick-slide img:hover {
  filter: grayscale(1);
}
section.sortiment_04 .partner-slide button.slick-prev i {
  position: absolute;
  left: -40px;
  top: 20%;
  font-size: 48px;
  z-index: 10;
  color: #a88e75;
}
section.sortiment_04 .partner-slide button.slick-next i {
  position: absolute;
  right: -40px;
  top: 20%;
  font-size: 48px;
  z-index: 10;
  color: #a88e75;
}
/*------Uhren Video Section------*/
.video-container {
  padding-top: 25px;
}
.video-container .video-bg {
  background-color: #f1f1f1;
  padding: 100px 0;
}
.video-container .video-bg .video-wrapper {
  position: relative;
}
.video-container .video-bg .video-wrapper:before {
  position: absolute;
  content: "";
  width: 300px;
  height: calc(100% - 40%);
  top: 20%;
  left: -50px;
  border-radius: 3px;
  background-color: #a88e75;
  z-index: 0;
}
.video-container .video-bg .video-wrapper .play-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  z-index: 3;
}
.video-container .video-bg .video-wrapper .play-button-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #333;
  z-index: 2;
}
.video-container .video-bg .video-wrapper .play-button-wrapper .pulse-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  animation: pulse 1.5s infinite;
  z-index: 0;
}
.video-container .video-bg .video-wrapper video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
section.sortiment_05 .container {
  padding: 100px 0 50px;
}
section.sortiment_05 .container h2 {
  text-align: center;
  margin-bottom: 20px;
}
section.sortiment_05 .container .h4 {
  margin-bottom: 50px;
  text-align: center;
}
section.sortiment_05 .container .designer-wrapper {
  padding: 50px;
  background-color: #f3f3f3;
  text-align: center;
}
section.sortiment_05 .container .designer-wrapper h3 {
  margin-bottom: 50px;
  font-family: "Playfair Display";
  font-weight: 500;
}
section.sortiment_05 .container .designer-wrapper .configurator-btn {
  background-color: #fff;
  border: 3px solid #a88e75;
  color: #a88e75;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  transition: all 0.3s ease-in-out;
  padding: 15px 30px;
  border-radius: 3px;
  position: relative;
}
section.sortiment_05 .container .designer-wrapper .configurator-btn:after {
  content: "";
  position: absolute;
  transition: ease-in-out 1.3s;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  bottom: 24px;
  right: 10px;
  transform: translate(-50%, 50%);
  color: #fff;
  opacity: 0;
  font-size: 16px;
}
section.sortiment_05 .container .designer-wrapper .configurator-btn:hover {
  background-color: #a88e75;
  color: #fff;
  padding-right: 50px;
}
section.sortiment_05 .container .designer-wrapper .configurator-btn:hover:after {
  opacity: 1;
  transition: linear 1s;
  color: #f3f3f3;
}
/***TERMIN-ABFRAGE***/
section.sortiment_06, section.kontakt {
  padding: 100px 0;
  background-color: #f3f3f3;
  position: relative;
  right: 10%;
  border-right: 10px solid #a88e75;
}
section.sortiment_06 .position-0, section.kontakt .position-0 {
  position: relative;
  left: 10%;
}
section.sortiment_06 a, section.kontakt a {
  color: #a88e75;
}
section.sortiment_06 a:hover, section.kontakt a:hover {
  color: #a88e75;
  opacity: 0.65;
}
section.sortiment_06 form.termin-wrapper, section.sortiment_06 form.contact-wrapper, section.kontakt form.termin-wrapper, section.kontakt form.contact-wrapper {
  /*display: flex;
        justify-content: center;
        align-items: center; */
  margin-top: 10px;
}
section.sortiment_06 form.termin-wrapper .form-check-input, section.sortiment_06 form.contact-wrapper .form-check-input, section.kontakt form.termin-wrapper .form-check-input, section.kontakt form.contact-wrapper .form-check-input {
  position: absolute;
  margin-top: 0.75rem;
  margin-left: -1.25rem;
}
section.sortiment_06 form.termin-wrapper .form-group, section.sortiment_06 form.contact-wrapper .form-group, section.kontakt form.termin-wrapper .form-group, section.kontakt form.contact-wrapper .form-group {
  margin-bottom: 2rem;
}
section.sortiment_06 form.termin-wrapper .form-group input[type="text"].form-control, section.sortiment_06 form.termin-wrapper .form-group input[type="date"].form-control, section.sortiment_06 form.termin-wrapper .form-group input[type="email"].form-control, section.sortiment_06 form.contact-wrapper .form-group input[type="text"].form-control, section.sortiment_06 form.contact-wrapper .form-group input[type="date"].form-control, section.sortiment_06 form.contact-wrapper .form-group input[type="email"].form-control, section.kontakt form.termin-wrapper .form-group input[type="text"].form-control, section.kontakt form.termin-wrapper .form-group input[type="date"].form-control, section.kontakt form.termin-wrapper .form-group input[type="email"].form-control, section.kontakt form.contact-wrapper .form-group input[type="text"].form-control, section.kontakt form.contact-wrapper .form-group input[type="date"].form-control, section.kontakt form.contact-wrapper .form-group input[type="email"].form-control {
  height: calc(2em + 0.75rem + 2px);
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.04) inset;
  -webkit-appearance: none;
  background-color: #ececec;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  color: var(--vision-color-secondary);
  font-size: 20px !important;
  padding: 5px 10px;
}
section.sortiment_06 form.termin-wrapper .form-group input[type="text"].form-control::placeholder, section.sortiment_06 form.termin-wrapper .form-group input[type="date"].form-control::placeholder, section.sortiment_06 form.termin-wrapper .form-group input[type="email"].form-control::placeholder, section.sortiment_06 form.contact-wrapper .form-group input[type="text"].form-control::placeholder, section.sortiment_06 form.contact-wrapper .form-group input[type="date"].form-control::placeholder, section.sortiment_06 form.contact-wrapper .form-group input[type="email"].form-control::placeholder, section.kontakt form.termin-wrapper .form-group input[type="text"].form-control::placeholder, section.kontakt form.termin-wrapper .form-group input[type="date"].form-control::placeholder, section.kontakt form.termin-wrapper .form-group input[type="email"].form-control::placeholder, section.kontakt form.contact-wrapper .form-group input[type="text"].form-control::placeholder, section.kontakt form.contact-wrapper .form-group input[type="date"].form-control::placeholder, section.kontakt form.contact-wrapper .form-group input[type="email"].form-control::placeholder {
  font-size: 20px;
}
section.sortiment_06 form.termin-wrapper .form-group textarea.form-control, section.sortiment_06 form.contact-wrapper .form-group textarea.form-control, section.kontakt form.termin-wrapper .form-group textarea.form-control, section.kontakt form.contact-wrapper .form-group textarea.form-control {
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.04) inset;
  -webkit-appearance: none;
  background-color: #ececec;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  color: var(--vision-color-secondary);
  font-size: 20px !important;
  padding: 5px 10px;
}
section.sortiment_06 form.termin-wrapper .form-group textarea.form-control::placeholder, section.sortiment_06 form.contact-wrapper .form-group textarea.form-control::placeholder, section.kontakt form.termin-wrapper .form-group textarea.form-control::placeholder, section.kontakt form.contact-wrapper .form-group textarea.form-control::placeholder {
  font-size: 20px;
}
section.sortiment_06 form.termin-wrapper .configurator-btn, section.sortiment_06 form.contact-wrapper .configurator-btn, section.kontakt form.termin-wrapper .configurator-btn, section.kontakt form.contact-wrapper .configurator-btn {
  background-color: #a88e75;
  border: 3px solid #a88e75;
  color: #fff;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  transition: all 0.3s ease-in-out;
  padding: 15px 30px;
  border-radius: 3px;
  position: relative;
  margin-top: 30px;
}
section.sortiment_06 form.termin-wrapper .configurator-btn:after, section.sortiment_06 form.contact-wrapper .configurator-btn:after, section.kontakt form.termin-wrapper .configurator-btn:after, section.kontakt form.contact-wrapper .configurator-btn:after {
  content: "";
  position: absolute;
  transition: ease-in-out 1.3s;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  bottom: 30px;
  right: 10px;
  transform: translate(-50%, 50%);
  color: #a88e75;
  opacity: 0;
  font-size: 16px;
}
section.sortiment_06 form.termin-wrapper .configurator-btn:hover, section.sortiment_06 form.contact-wrapper .configurator-btn:hover, section.kontakt form.termin-wrapper .configurator-btn:hover, section.kontakt form.contact-wrapper .configurator-btn:hover {
  background-color: #fff;
  color: #a88e75;
  padding-right: 50px;
}
section.sortiment_06 form.termin-wrapper .configurator-btn:hover:after, section.sortiment_06 form.contact-wrapper .configurator-btn:hover:after, section.kontakt form.termin-wrapper .configurator-btn:hover:after, section.kontakt form.contact-wrapper .configurator-btn:hover:after {
  opacity: 1;
  transition: linear 1s;
  color: #a88e75;
}
section.sortiment_06 form.termin-wrapper .form-check input[type="checkbox"] + label:before, section.sortiment_06 form.termin-wrapper .form-check input[type="radio"] + label:before, section.sortiment_06 form.contact-wrapper .form-check input[type="checkbox"] + label:before, section.sortiment_06 form.contact-wrapper .form-check input[type="radio"] + label:before, section.kontakt form.termin-wrapper .form-check input[type="checkbox"] + label:before, section.kontakt form.termin-wrapper .form-check input[type="radio"] + label:before, section.kontakt form.contact-wrapper .form-check input[type="checkbox"] + label:before, section.kontakt form.contact-wrapper .form-check input[type="radio"] + label:before {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 0px;
  content: "";
  display: inline-block;
  height: 17px;
  line-height: 1;
  margin-left: -25px;
  position: absolute;
  transition: all linear 0.1s;
  width: 17px;
  left: 12px;
  top: 10px;
}
section.sortiment_06 form.termin-wrapper .form-check input[type="checkbox"] + label, section.sortiment_06 form.termin-wrapper .form-check input[type="radio"] + label, section.sortiment_06 form.contact-wrapper .form-check input[type="checkbox"] + label, section.sortiment_06 form.contact-wrapper .form-check input[type="radio"] + label, section.kontakt form.termin-wrapper .form-check input[type="checkbox"] + label, section.kontakt form.termin-wrapper .form-check input[type="radio"] + label, section.kontakt form.contact-wrapper .form-check input[type="checkbox"] + label, section.kontakt form.contact-wrapper .form-check input[type="radio"] + label {
  display: block;
  padding-left: 15px !important;
  position: relative;
}
section.sortiment_06 form.termin-wrapper .form-check input[type="checkbox"], section.sortiment_06 form.termin-wrapper .form-check input[type="radio"], section.sortiment_06 form.contact-wrapper .form-check input[type="checkbox"], section.sortiment_06 form.contact-wrapper .form-check input[type="radio"], section.kontakt form.termin-wrapper .form-check input[type="checkbox"], section.kontakt form.termin-wrapper .form-check input[type="radio"], section.kontakt form.contact-wrapper .form-check input[type="checkbox"], section.kontakt form.contact-wrapper .form-check input[type="radio"] {
  opacity: 0;
  display: none;
  margin-left: 1px !important;
}
section.sortiment_06 form.termin-wrapper .form-check input[type="checkbox"]:checked + label:before, section.sortiment_06 form.contact-wrapper .form-check input[type="checkbox"]:checked + label:before, section.kontakt form.termin-wrapper .form-check input[type="checkbox"]:checked + label:before, section.kontakt form.contact-wrapper .form-check input[type="checkbox"]:checked + label:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  transition: all linear 0.1s;
  font-weight: 900;
  border: 0;
  border: 2px solid #ddd;
  left: 12px;
  top: 10px;
  color: var(--vision-color-secondary);
}
section.sortiment_06 form.termin-wrapper input[type="radio"], section.sortiment_06 form.contact-wrapper input[type="radio"], section.kontakt form.termin-wrapper input[type="radio"], section.kontakt form.contact-wrapper input[type="radio"] {
  accent-color: #a88e75;
  font-size: 20px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
section.sortiment_06 h2, section.kontakt h2 {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
/***FLATPICKR***/
.form-group .flatpickr::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 35px;
  top: 28px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #a88e75;
  font-size: 20px;
  font-weight: 900;
}
.form-group .flatpickr input.form-control:hover {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1) inset !important;
}
.form-group.flex {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px !important;
  margin-left: 10px;
}
.form-group.flex input[type="radio"] {
  accent-color: #a88e75;
  width: 17px;
  height: 17px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  top: 11px;
}
/***NICE-SELECT***/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  float: left;
  font-family: inherit;
  font-weight: normal;
  line-height: 40px;
  outline: none;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  height: calc(2em + 0.75rem + 2px);
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.04) inset;
  -webkit-appearance: none;
  background-color: #ececec;
  border-width: 0;
  border-radius: 0;
  color: var(--vision-color-secondary);
  font-size: 20px !important;
  padding: 5px 10px;
  width: 100% !important;
}
.nice-select::after {
  border: 0;
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 35px;
  top: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #a88e75;
  font-size: 20px;
  font-weight: 900;
}
section.raten a:hover > img {
  opacity: 0.85;
}
section.raten a img {
  margin: 100px 0;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.15);
}
section.auswahl-produkte {
  padding: 50px 0;
  background: #c1bbb1;
}
section.auswahl-produkte .title {
  padding: 0px 0 125px;
}
section.auswahl-produkte .title h2 {
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 400;
  line-height: 75px;
  text-align: center;
  position: relative;
}
section.auswahl-produkte .title h2:before {
  position: absolute;
  content: "";
  background-color: #a88e75;
  bottom: -75px;
  left: 50%;
  width: 2px;
  height: 60px;
}
section.auswahl-produkte .produkt-box {
  padding: 30px 0px;
  width: calc(100% - 0px);
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
  border: 8px double rgba(168, 142, 117, 0.3);
  height: 100%;
}
section.auswahl-produkte .produkt-box:hover > img.p-bild {
  transform: scale(1.1) rotate(3deg);
}
section.auswahl-produkte .produkt-box img.p-bild {
  max-width: 200px;
  max-height: 250px;
  min-height: 250px;
  object-fit: contain;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}
section.auswahl-produkte .produkt-box p {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  height: 55px;
  z-index: 1;
}
section.auswahl-produkte .produkt-box img.p-partner {
  width: calc(100% - 100px);
  margin: 15px auto 0;
  display: flex;
  justify-content: center;
}
/* ----------------------------- ANCHOR Kontakt ----------------------------- */
.contact-intro {
  padding: 100px 0;
}
form.contact-wrapper h2 {
  font-family: "Playfair Display";
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.contact-info-wrapper h3 {
  font-family: "Playfair Display";
  font-size: 36px;
  padding-top: 10px;
}
.contact-info-wrapper p {
  font-size: 21px;
  padding: 10px 5px 5px;
  color: #222222;
}
/* ------------------------ ANCHOR SERVICES ÜBERSICHT ----------------------- */
section.service {
  padding: 75px 0;
  overflow: hidden;
}
section.service .icon-box-wrapper {
  min-height: 330px;
  padding: 22px;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border-radius: 3px;
  border: 8px double rgba(168, 142, 117, 0.3);
  margin-bottom: 35px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}
section.service .icon-box-wrapper .icon-wrapper i:before {
  z-index: 0;
  position: absolute;
  font-size: 155px;
  transform: rotate(9deg);
  opacity: 0.15;
  top: -10px;
  right: -12px;
}
section.service .icon-box-wrapper .service-text h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "Playfair Display";
}
section.service .icon-box-wrapper .service-text a {
  color: #a88e75;
  font-weight: 700;
}
section.service .icon-box-wrapper .service-text a:hover {
  color: #a88e75;
  opacity: 0.65;
}
.dia-bg {
  position: relative;
}
.dia-bg:before {
  position: absolute;
  top: -75px;
  right: -510px;
  content: "";
  background-image: url(../images/images/diamant_bg.png);
  height: 530px;
  width: 530px;
  background-repeat: no-repeat;
  background-size: contain;
  filter: opacity(0.03);
  transform: rotate(16deg);
  overflow: hidden;
}
.dia-text {
  margin-bottom: 40px;
}
.dia-text h3 {
  font-size: 42px;
  margin-bottom: 20px;
}
.dia-img-row {
  margin-bottom: 115px;
}
.dia-img-row .col-lg-6 {
  padding: 0;
}
/* ------------------------- ANCHOR Hochzeitsplaner ------------------------- */
.planer {
  padding: 100px 0;
}
.planer .img-outer {
  padding: 15px;
}
.planer .img-outer img {
  box-shadow: 0px 70px 80px -60px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.planer .text-outer {
  padding: 15px;
}
.planer .text-outer h3 {
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 28px;
}
.planer .text-outer span {
  color: #888;
  font-size: 90px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0.3;
  position: relative;
  left: -15px;
}
/* ------------------------ ANCHOR Schnäppchenpreise ------------------------ */
section.bargain-section {
  padding: 50px 0;
}
section.bargain-section .bargain-box {
  padding: 0px 0px 30px;
  width: calc(100% - 0px);
  margin: 0 auto;
  background: #c1bbb1;
  border-radius: 3px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  border: 8px solid #fff;
  height: 100%;
}
section.bargain-section .bargain-box img {
  padding: 15px;
}
section.bargain-section .bargain-box .text-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.bargain-section .bargain-box .text-sec h3 {
  padding: 10px 0;
}
section.bargain-section .bargain-box .text-sec p {
  font-size: 21px;
  font-weight: 700;
  color: #222;
}
section.bargain-section .bargain-box .text-sec a.btn-link {
  color: #fff;
  padding: 6px 15px 10px;
  border-radius: 3px;
  font-weight: 900;
  /*       background: #a88e75; */
}
section.bargain-section .bargain-box .text-sec a.btn-link i {
  font-size: 12px;
  padding-left: 10px;
}
/* ------------------------------ ANCHOR Footer ----------------------------- */
footer .widget-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
footer .widget-title span {
  color: var(--vision-color-primary);
  font-size: 22px;
}
footer .widget-logo {
  padding-right: 20px;
  margin-top: -35px;
}
footer a {
  color: #a88e75;
}
footer a:hover {
  color: #a88e75;
  opacity: 0.75;
}
footer .info-list {
  grid-template-columns: 50% 50%;
}
footer .info-list li a {
  font-size: 18px;
}
footer ul.social-media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer ul.social-media li {
  margin-right: 10px;
}
footer ul.social-media li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
p {
  font-size: 18px;
}
#de_2_Haupttext a, #de_3_Haupttext a {
  color: #a88e75;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */