.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  margin-top: 102px;
  font-family: Carossoft, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: CarosSoft, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 130%;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-left: 5px;
  font-family: CarosSoft, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
}

.nav {
  position: fixed;
  top: 87px;
  z-index: 100;
  width: 100%;
  height: 94px;
}

.yellow__line {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 8px;
  background-color: #eab45e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(166, 122, 0, 0)), to(rgba(168, 123, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(166, 122, 0, 0) 40%, rgba(168, 123, 0, 0.2));
}

.yellow__line.dropshadow {
  margin-bottom: 8px;
}

.nav__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 94px;
  margin-top: -94px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav__band {
  position: absolute;
}

.nav__band.w--current {
  height: auto;
}

.nav__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__pdf {
  position: absolute;
  top: 27px;
  right: 40px;
  z-index: 100;
  width: 153px;
  height: 205px;
  background-image: url('../images/Screenshot-2020-12-04-at-10.17-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
}

.classholder {
  display: none;
}

.dropshadow {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
}

.nav__link {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Carossoft, sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.nav__link:active {
  border-bottom: 1px solid #f2b200;
  color: #f2b200;
}

.nav__link:focus {
  border-bottom: 1px solid #f2b200;
  color: #f2b200;
}

.hp__slider1 {
  height: 80vh;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.hp__slider-overlay {
  position: absolute;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slide-nav {
  z-index: 150;
  height: 50px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 130%;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Carossoft, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}

.slider__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 161px;
  height: 35px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Vector-2.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 11px;
  line-height: 130%;
  text-decoration: none;
}

.yellow__animated-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yellow__animated-line {
  position: static;
  z-index: 99;
  width: 80%;
  height: 8px;
  background-color: #eab45e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(166, 122, 0, 0)), to(rgba(168, 123, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(166, 122, 0, 0) 40%, rgba(168, 123, 0, 0.2));
}

.hp__sec1 {
  display: -ms-grid;
  display: grid;
  min-height: 60vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

._48 {
  width: 48%;
}

.text-span {
  color: #f2b200;
}

.button__black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 149px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Vector-24.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #000;
  font-size: 11px;
  line-height: 130%;
  text-decoration: none;
}

.hp__slider2 {
  height: 60vh;
}

.hp__sec2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55vw;
  padding-top: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-max-content 55%;
  -ms-grid-rows: max-content 55%;
  grid-template-rows: -webkit-max-content 55%;
  grid-template-rows: max-content 55%;
  background-image: url('../images/IMG_0023-2.jpg');
  background-position: 90% 90%;
  background-size: auto;
  background-repeat: no-repeat;
}

.hp__sec2-img-wrapper {
  position: relative;
  z-index: 1;
}

.hp__sec2-line2 {
  position: absolute;
  left: -12%;
  bottom: 11%;
  z-index: 10;
}

.hp__sec2-img1-container {
  position: absolute;
  top: 28px;
  right: 8%;
  width: 50vw;
}

.hp__sec2-img2-container {
  position: absolute;
  left: 8%;
  top: 5%;
  width: 40vw;
}

.hp__sec2-line1 {
  position: absolute;
  right: -8%;
  bottom: 11%;
  z-index: -1;
}

.hp__text-container {
  display: -ms-grid;
  display: grid;
  width: 60%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.hp__sec2-h2-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: absolute;
  left: 69%;
  top: 57%;
}

.hp__para-block {
  margin-bottom: 0px;
  color: #000;
  text-align: justify;
}

.hp__para-block.custom {
  text-align: center;
}

.hp__sec3 {
  display: -ms-grid;
  display: grid;
  min-height: 55vh;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 45% 55%;
  grid-template-columns: 45% 55%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hp__slider3 {
  width: 100%;
  height: 100%;
}

.hp__para-left {
  margin-bottom: 0px;
  color: #000;
  text-align: left;
}

.button__black-breit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 173px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Vector-15.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #000;
  font-size: 11px;
  line-height: 130%;
  text-decoration: none;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.infinity__slide {
  width: 100%;
}

.infinity__slide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  overflow: visible;
  width: 100%;
}

.inf__slider {
  width: 20%;
  height: 20vh;
  background-color: transparent;
}

.infinity__slider {
  position: relative;
  width: 100%;
  height: 20vh;
  background-color: #ededed;
}

.inf__slider-end {
  position: absolute;
  display: -ms-grid;
  display: grid;
  width: 500%;
  height: 100%;
  grid-auto-flow: column;
  grid-auto-columns: 20%;
  -ms-grid-columns: 20%;
  grid-template-columns: 20%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._100-cover {
  position: absolute;
  z-index: 90;
  width: 100%;
  height: 100%;
}

.footer {
  position: relative;
  min-height: 20vh;
}

.schmuck__hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Rectangle-185.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__hero-text {
  margin-top: 10px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 130%;
}

.currentpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 37px;
}

.pagehirachy {
  padding: 10px 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  line-height: 130%;
  text-decoration: none;
}

.pagehirachy-current {
  padding: 10px 5px;
  color: #f2b200;
  font-size: 11px;
  line-height: 130%;
  text-decoration: none;
}

.pagehirachy-sep {
  padding: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  line-height: 130%;
  text-decoration: none;
}

.yellow__line-container {
  height: 8px;
}

.hp__para-center-black {
  margin-bottom: 0px;
  color: #000;
  text-align: center;
}

.hp__para-center-black.cus {
  text-align: left;
}

.text-container-20vh {
  display: -ms-grid;
  display: grid;
  min-height: 20vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.schmuck__slider {
  height: 60vh;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 1px 1px 6px #000;
}

.company__grid1 {
  width: 100%;
  margin-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.schmuck__img1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-42.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.company__grid2 {
  width: 100%;
  margin-top: 15px;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.schmuck__img2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-43.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-44.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-47.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-46.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-45.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-33.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-34.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-35.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-32.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-41.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-36.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-31.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-40.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-37.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-30.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-39.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-38.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-27.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img19._1 {
  background-image: url('../images/Group-80.png');
}

.schmuck__img19._2 {
  background-image: url('../images/Group-79.png');
}

.schmuck__img19._3 {
  background-image: url('../images/Group-78.png');
}

.schmuck__img19._4 {
  background-image: url('../images/Group-73.png');
}

.schmuck__img19._5 {
  background-image: url('../images/Group-74.png');
}

.schmuck__img19._6 {
  background-image: url('../images/Group-77.png');
}

.schmuck__img19._7 {
  background-image: url('../images/Group-72.png');
}

.schmuck__img19._8 {
  background-image: url('../images/Group-70.png');
}

.schmuck__img19._9 {
  background-image: url('../images/Group-71.png');
}

.schmuck__img19._10 {
  background-image: url('../images/Group-69.png');
}

.schmuck__img19._11 {
  background-image: url('../images/Group-86.png');
}

.show__more-ani {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.button__black-schmuck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 149px;
  height: 30px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Vector-24.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #000;
  font-size: 11px;
  line-height: 130%;
  text-decoration: none;
}

.service-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Group-19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-container-30vh {
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.service__slider {
  height: 40vh;
}

.service__slider.dropshadow {
  min-height: 500px;
}

.service__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service__slide._2 {
  background-image: url('../images/Rectangle-228.jpg');
}

.service__slide._3 {
  background-image: url('../images/Rectangle-213.jpg');
}

.service__slide._4 {
  background-image: url('../images/Schmucklexikon.jpg');
}

.service__slide._1 {
  background-image: url('../images/Rectangle-62_2.jpg');
}

.service__h2 {
  color: #fff;
}

.paragraph-center {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Carossoft, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
}

.kontakt__hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/somewhere.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.map__container {
  height: 80vh;
}

.service__map {
  position: relative;
}

.map__shadow {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 20%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(80%, #fff));
  background-image: linear-gradient(0deg, transparent, #fff 80%);
}

.kontakt__kontakt {
  display: -ms-grid;
  display: grid;
  padding-top: 100px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10vw;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

._2x2-10pxgrid {
  justify-items: stretch;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: -webkit-max-content -webkit-max-content;
  -ms-grid-rows: max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
}

.para-right-black {
  margin-bottom: 0px;
  color: #000;
  text-align: center;
}

._1x2-10pxgrid {
  justify-items: stretch;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: -webkit-max-content -webkit-max-content;
  -ms-grid-rows: max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
}

.kontakt__number-link {
  color: #eab45e;
  text-decoration: none;
}

.kontakt__map-link {
  color: #000;
  font-size: 19.2px;
  line-height: 20px;
  text-decoration: none;
}

.accessories__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Rectangle-208.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.accessories__text-container {
  display: -ms-grid;
  display: grid;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-max-content -webkit-max-content;
  -ms-grid-rows: max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
}

.accessories__slider {
  height: 60vh;
}

.accessories__slide1 {
  background-image: url('../images/Rectangle-214.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.accessories__slide2 {
  background-image: url('../images/Rectangle-215.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.uhren__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Rectangle-288.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.uhren__slide1 {
  background-image: url('../images/Rectangle-216.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.uhren__slide2 {
  background-image: url('../images/Rectangle-217.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.uhren__slide3 {
  background-image: url('../images/Rectangle-218.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hp__slide1 {
  background-image: url('../images/Rectangle-63.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hp__slide2 {
  background-image: url('../images/Rectangle-229.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hp__slider2__slide1 {
  background-image: url('../images/Rectangle-62.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hp__slider2__slide2 {
  background-image: url('../images/Rectangle-220.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hp__slider3__slide1 {
  background-image: url('../images/Rectangle-62_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hp__slider3__slide2 {
  background-image: url('../images/IMG_0005.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__content {
  width: 100%;
  height: 100%;
  padding: 36px 5% 100px 10%;
}

.footer__grid {
  -ms-grid-columns: 1fr 1fr 1.5fr -webkit-max-content 0.5fr 1fr;
  -ms-grid-columns: 1fr 1fr 1.5fr max-content 0.5fr 1fr;
  grid-template-columns: 1fr 1fr 1.5fr -webkit-max-content 0.5fr 1fr;
  grid-template-columns: 1fr 1fr 1.5fr max-content 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer__content-row {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.footer__content-row.cus {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.footer__link {
  padding: 4px 5px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 130%;
  text-decoration: none;
}

.footer__link.special {
  margin-top: 8px;
}

.footer__link.special.cus {
  color: rgba(0, 0, 0, 0.8);
}

.footer__link.cus {
  color: rgba(0, 0, 0, 0.8);
}

.heading-2 {
  padding-left: 5px;
}

.footer__nospacing {
  margin-bottom: 0px;
}

.footer__nospacing.special {
  margin-top: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.footer__content-socialmedia {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.social__media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__band {
  position: absolute;
  right: 46px;
  height: 42.6px;
}

.footer__up-trigger {
  position: absolute;
  right: 38px;
  bottom: 32px;
}

.hamburger__menu {
  display: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hp__text-container-copy {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.schmuck__img30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-54.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-56.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-57.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-55.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-58.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-53.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2 {
  display: none;
}

.nav__band2 {
  position: absolute;
  height: 42.6px;
}

.hp__slider2__slide3 {
  background-image: url('../images/Rectangle-221.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hp__slide3 {
  background-image: url('../images/hero-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hp__slider3__slide3 {
  background-image: url('../images/third-bieten-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-63.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-81.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-65.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-67.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-66.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schmuck__img45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-45.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img1__schmuck {
  background-image: url('../images/Rectangle-223schmuck.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img3__schmuck {
  background-image: url('../images/Rectangle-225schmuck.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img2__schmuck {
  background-image: url('../images/Rectangle-224schmuck.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-4 {
  width: 100%;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-3 {
  padding: 120px 40px 200px;
}

.heading-3 {
  padding-right: 40px;
  padding-left: 40px;
}

.impressum_p {
  margin-bottom: 2px;
  color: #646366;
  text-decoration: none;
}

.impressum_p.custom {
  text-decoration: underline;
}

.link {
  color: #646366;
  text-decoration: none;
}

.impressum-coloumn {
  margin-top: 3px;
  margin-bottom: 3px;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.impressum-coloumn.custom {
  margin-top: 6px;
}

.impressum-coloumn.custom2 {
  margin-bottom: 6px;
}

.impressum_p-n {
  margin-bottom: 10px;
  color: #646366;
  text-decoration: none;
}

.impressum_p-n.custom {
  margin-top: 40px;
}

.impressum_p-b {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.custom {
  margin-bottom: 20px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.customshow {
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  color: #000;
  font-size: 9vw;
}

.schmuck__img46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  height: 9.3vw;
  background-image: url('../images/Group-82.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-span-2 {
  color: #f2b200;
}

@media screen and (max-width: 991px) {
  .nav__band.w--current {
    width: 100px;
    height: auto;
  }

  .nav__pdf {
    width: 100px;
    height: 140px;
  }

  .hp__sec2-img2-container {
    top: -3.4vw;
  }

  .mask {
    width: 150%;
  }

  .schmuck__img1 {
    width: 29vw;
  }

  .schmuck__img2 {
    width: 29vw;
  }

  .schmuck__img3 {
    width: 29vw;
  }

  .schmuck__img4 {
    width: 29vw;
  }

  .schmuck__img5 {
    width: 29vw;
  }

  .schmuck__img6 {
    width: 29vw;
  }

  .schmuck__img7 {
    width: 29vw;
  }

  .schmuck__img8 {
    width: 29vw;
  }

  .schmuck__img9 {
    width: 29vw;
  }

  .schmuck__img10 {
    width: 29vw;
  }

  .schmuck__img11 {
    width: 29vw;
  }

  .schmuck__img12 {
    width: 29vw;
  }

  .schmuck__img13 {
    width: 29vw;
  }

  .schmuck__img14 {
    width: 29vw;
  }

  .schmuck__img15 {
    width: 29vw;
  }

  .schmuck__img16 {
    width: 29vw;
  }

  .schmuck__img17 {
    width: 29vw;
  }

  .schmuck__img18 {
    width: 29vw;
  }

  .schmuck__img19 {
    width: 29vw;
  }

  .schmuck__img30 {
    width: 29vw;
  }

  .schmuck__img31 {
    width: 29vw;
  }

  .schmuck__img32 {
    width: 29vw;
  }

  .schmuck__img33 {
    width: 29vw;
  }

  .schmuck__img34 {
    width: 29vw;
  }

  .schmuck__img35 {
    width: 29vw;
  }

  .nav__band2.w--current {
    width: 100px;
    height: auto;
  }

  .schmuck__img40 {
    width: 29vw;
  }

  .schmuck__img41 {
    width: 29vw;
  }

  .schmuck__img42 {
    width: 29vw;
  }

  .schmuck__img43 {
    width: 29vw;
  }

  .schmuck__img44 {
    width: 29vw;
  }

  .schmuck__img45 {
    width: 29vw;
  }

  .schmuck__img46 {
    width: 29vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 100px;
  }

  .nav {
    top: 0px;
    z-index: 1000;
    display: block;
    height: 100vh;
    -webkit-transform: translate(-120%, 0px);
    -ms-transform: translate(-120%, 0px);
    transform: translate(-120%, 0px);
  }

  .nav__container {
    width: 100%;
    height: 100vh;
    margin-top: 93px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav__band.w--current {
    left: 10px;
    top: 18px;
    width: auto;
    padding-top: 2%;
  }

  .nav__content {
    position: relative;
    display: -ms-grid;
    display: grid;
    height: 60%;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nav__pdf {
    top: 62vh;
    right: 20px;
    width: 114px;
    height: 153px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .nav__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 -1px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 34px;
    line-height: 34px;
  }

  .nav__link:active {
    background-color: #f2b200;
    color: #fff;
  }

  .nav__link.w--current {
    font-size: 34px;
    line-height: 34px;
  }

  .hp__slider1 {
    height: 100vh;
  }

  .heading {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hp__sec1 {
    min-height: 650px;
  }

  .hp__sec2 {
    min-height: 600px;
    padding-top: 10vh;
  }

  .hp__sec2-img1-container {
    top: 16.5vh;
    right: -5%;
    bottom: 27%;
    width: 400px;
  }

  .hp__sec2-img2-container {
    left: -5%;
    top: 0%;
    width: 400px;
  }

  .hp__sec3 {
    height: 100vh;
    min-height: 1300px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: -webkit-max-content;
    -ms-grid-rows: max-content;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
  }

  .mask {
    width: 300%;
  }

  .footer {
    height: auto;
  }

  .company__grid1 {
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .company__grid2 {
    margin-top: 10px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .show__more-ani {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kontakt__kontakt {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer__content {
    padding-bottom: 80px;
  }

  .footer__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer__band {
    left: auto;
    right: auto;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    display: none;
  }

  .hamburger__menu {
    position: fixed;
    top: 0px;
    right: -44px;
    z-index: 5000;
    display: block;
    width: 200px;
    margin-top: -56px;
    cursor: pointer;
  }

  .body-2 {
    margin-top: 92px;
  }

  .image-3 {
    display: none;
  }

  .div-block-2 {
    position: fixed;
    top: 0px;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 93px;
  }

  .div-block-3 {
    height: 85px;
    background-color: #fff;
  }

  .nav__band2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__band2.w--current {
    left: 10px;
    top: 18px;
    width: auto;
  }

  .image-3-copy {
    display: block;
    height: 60px;
    margin-top: -5%;
  }

  .hp__slide3 {
    background-position: 75% 50%;
  }

  .img1__schmuck {
    background-image: url('../images/Rectangle-223schmuck.jpg');
  }

  .img3__schmuck {
    background-image: url('../images/Rectangle-225schmuck.jpg');
  }

  .img2__schmuck {
    background-image: url('../images/Rectangle-224schmuck.jpg');
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-align: center;
  }

  .heading {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hp__sec1 {
    height: auto;
    min-height: 40vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._48 {
    width: 80%;
  }

  .hp__sec2 {
    height: 100vh;
    min-height: 0px;
    padding-top: 30vh;
  }

  .hp__sec2-img-wrapper {
    height: 55vh;
    max-height: 55vh;
  }

  .hp__sec2-img1-container {
    right: -34%;
  }

  .hp__sec2-img2-container {
    left: -30%;
    top: -38%;
  }

  .hp__para-block {
    text-align: center;
  }

  .mask {
    width: 400%;
  }

  .infinity__slider {
    min-height: 200px;
  }

  .company__grid1 {
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .schmuck__img1 {
    width: 100%;
    height: 30vw;
  }

  .company__grid2 {
    margin-top: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .schmuck__img2 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img3 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img4 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img5 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img6 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img7 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img8 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img9 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img10 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img11 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img12 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img13 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img14 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img15 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img16 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img17 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img18 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img19 {
    width: 100%;
    height: 30vw;
  }

  .show__more-ani {
    padding-right: 0px;
    padding-left: 0px;
  }

  .map__shadow {
    display: none;
  }

  .kontakt__kontakt {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2x2-10pxgrid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  ._1x2-10pxgrid {
    justify-items: start;
  }

  .image-2 {
    display: none;
  }

  .schmuck__img30 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img31 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img32 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img33 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img34 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img35 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img40 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img41 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img42 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img43 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img44 {
    width: 100%;
    height: 30vw;
  }

  .schmuck__img45 {
    width: 100%;
    height: 30vw;
  }

  .impressum-coloumn.custom {
    grid-row-gap: 4px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .impressum-coloumn.custom2 {
    grid-row-gap: 4px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .impressum_p-b {
    max-width: 90%;
  }

  .schmuck__img46 {
    width: 100%;
    height: 30vw;
  }
}

#w-node-9f4dfdba6eaa-98980e19 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3bb70e89317b-98980e19 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3bb70e893181-98980e19 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-99288749e55f-921faea2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-5b1cabb15e70-921faea2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-4e21cf6fa783-921faea2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d66d816dceec-921faea2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ee0c2398d360-921faea2 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-4700faba4a9e-921faea2 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-4700faba4a9f-921faea2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-54900a5bc501-d3ff05f7 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b909454244f5-d3ff05f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-2ae5c1971a92-d3ff05f7 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e6dafa636179-d3ff05f7 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-8795ea59cc00-d3ff05f7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-8795ea59cc01-d3ff05f7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-54900a5bc501-d3ff05f7 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-8795ea59cc00-d3ff05f7 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-54900a5bc501-d3ff05f7 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-8795ea59cc00-d3ff05f7 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Carossoft';
  src: url('../fonts/CarosSoft.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CarosSoft';
  src: url('../fonts/CarosSoftExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CarosSoft';
  src: url('../fonts/CarosSoftExtraBold.otf') format('opentype'), url('../fonts/CarosSoftBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CarosSoft';
  src: url('../fonts/CarosSoftLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CarosSoft';
  src: url('../fonts/CarosSoftMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CarosSoft';
  src: url('../fonts/CarosSoftHeavy.otf') format('opentype'), url('../fonts/CarosSoftBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CarosSoft';
  src: url('../fonts/CarosSoftThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}