body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #666d70;
  font-size: 40px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #666d70;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  font-family: 'PT Serif', serif;
  color: #838c8e;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  text-align: left;
}

a {
  position: relative;
  top: 0px;
  right: 0px;
  height: 100%;
  color: #b5a263;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 7px;
}

.button {
  position: relative;
  display: inline-block;
  width: 135px;
  height: 35px;
  margin-top: 16px;
  padding: 8px 15px 9px;
  border-radius: 20px;
  background-color: #b5a263;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  padding-top: 5px;
  border: 3px solid #b5a263;
  background-color: transparent;
  color: #b5a263;
}

.button.submit {
  margin-top: 0px;
  margin-bottom: 10px;
}

.button.square {
  width: 100%;
  height: 45px;
  margin-top: -13px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #b5a263;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #b5a263;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.button.square:hover {
  background-color: #b5a263;
  color: #fff;
}

.hero-section {
  position: static;
  width: 100%;
  height: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 4px none #b5a263;
  background-color: #fff;
  background-image: url('../images/HERO.jpg'), url('../images/header.jpg');
  background-position: 50% 50%, 0px -18px;
  background-size: cover, cover;
}

.hero-section.header {
  display: none;
  height: 237px;
  margin-bottom: 0px;
  padding: 60px 15px 50px;
  background-position: 50% -243px;
}

.content-wrapper {
  text-align: center;
}

.content-wrapper.hero {
  text-align: left;
}

.title {
  position: relative;
  margin-bottom: 3px;
  font-family: 'PT Serif', serif;
  color: #b5a263;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.title.how-we-work {
  width: 90%;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #838c8e;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}

.title.testimonial {
  font-family: Montserrat, sans-serif;
  color: #666d70;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.title.testimonial-name {
  text-align: left;
}

.title.phone {
  margin-bottom: 3px;
}

.title.email {
  margin-bottom: 3px;
}

.title.address {
  margin-bottom: 3px;
}

.title.portfolio {
  margin-bottom: 3px;
}

.title.left-justified {
  bottom: 8px;
  text-align: left;
}

.title.left-justified.message {
  top: 8px;
  margin-bottom: 4px;
}

.title.heading {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 32px;
}

.title.service-heading {
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  font-size: 37px;
  line-height: 40px;
}

.title.service-heading.uppercase {
  text-transform: uppercase;
}

.title.heading {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 32px;
  line-height: 25px;
  white-space: nowrap;
}

.title.heading.corona-title {
  color: #000;
  font-style: normal;
  font-weight: 700;
}

.title.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 32px;
  line-height: 25px;
  white-space: nowrap;
}

.hero-subtitle {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #838c8e;
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
}

.text-gold {
  color: #b5a263;
}

.hero-content {
  height: 100%;
  padding: 220px 15px 25px 20px;
  text-align: left;
}

.iphone-left {
  position: relative;
  top: 80px;
  right: 22%;
}

.iphone-right {
  position: absolute;
  top: 80px;
  right: 13%;
  bottom: -1px;
}

.nav-link {
  position: relative;
  top: 0px;
  right: 0px;
  overflow: hidden;
  height: 100%;
  padding: 27px 25px 24px;
  float: left;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #b5a263;
}

.nav-link.w--current {
  padding-top: 27px;
  padding-bottom: 24px;
  color: #fff;
}

.nav-link.fixed-bar:hover {
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 1200px;
  height: 68px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 4px solid #b5a263;
  background-color: #24282f;
}

.slide-arrow {
  width: 40px;
  height: 40px;
  margin: 251px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #2b2f36;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #b5a263;
  font-size: 15px;
  font-weight: 700;
}

.slide-arrow:hover {
  color: #fff;
}

.slide-arrow.right {
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: 40px;
  border-radius: 3px 0px 0px 3px;
  text-align: center;
}

.slide-arrow.testimonials {
  background-color: #b5a263;
  color: #fff;
}

.nav-menu {
  width: 80%;
  height: 72px;
  margin-left: 0px;
  padding-bottom: 0px;
  float: left;
}

.social-icons-on-navbar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 16%;
  height: 97%;
  padding-top: 27px;
  padding-bottom: 27px;
  text-align: center;
}

.social-mini-icon {
  position: static;
  width: 24px;
  height: 20px;
  margin-right: 13px;
  float: left;
  text-align: center;
}

.icon-front {
  margin-left: -12px;
}

.brand {
  width: 20%;
  padding-top: 0px;
  padding-bottom: 4px;
}

.brand.w--current {
  width: 20%;
  padding-top: 0px;
  padding-bottom: 4px;
}

.hover-line {
  position: absolute;
  left: 0px;
  top: 64px;
  right: 0px;
  bottom: 0px;
  width: 180px;
  height: 4px;
  background-color: #24282f;
}

.content-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 4px solid #b5a263;
  line-height: 15px;
}

.content-section.fun-facts {
  margin-bottom: 116px;
  padding-top: 65px;
  padding-bottom: 50px;
  background-color: #272b32;
}

.content-section.our-promise {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f4ef;
}

.content-section.social-share {
  padding-top: 80px;
}

.content-section.latest-works {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f9f9f9;
}

.content-section.no-bottom-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section.no-bottom-padding.no-top-padding.no-border-top {
  border-top-style: none;
}

.content-section.no-bottom-padding.no-border {
  border-style: none;
}

.content-section.no-bottom-padding.no-border.hide {
  display: none;
}

.content-section.hero {
  margin-top: 68px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-style: none;
}

.content-section.dark-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 4px solid #b5a263;
  background-color: #f6f7f8;
}

.content-section.dark-section.hidden {
  display: none;
}

.content-section.dark-section.no-border.corona-section {
  padding-top: 60px;
}

.content-section.dark-section.corona-section {
  border-style: solid;
  border-width: 6px;
  border-color: red;
}

.content-section.custom-section {
  padding-top: 60px;
}

.content-section.first-section {
  border-top-style: none;
}

.content-section.last-section {
  border-bottom: 4px solid #b5a263;
}

.content-section.no-border {
  padding-top: 0px;
  border-style: none;
}

.content-section.no-border.hide {
  display: none;
}

.content-section.no-border.no-padding-top {
  padding-top: 0px;
}

.content-section.no-border.first-content {
  padding-top: 60px;
}

.content-section.hide-section {
  display: none;
}

.content-section.no-border {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
}

.content-section.no-border.dark-section.corona-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-style: solid;
  border-width: 6px;
  border-color: red;
}

.content-section.no-border {
  position: static;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
}

.content-section.no-border.bottom-padding {
  padding-bottom: 60px;
}

.content-section.no-border.navbar-spacing {
  margin-top: 68px;
}

.content-section.hero {
  position: relative;
  margin-top: 68px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-style: none;
}

.subtitle {
  margin-top: 20px;
  color: #838c8e;
  text-align: left;
}

.subtitle.about-subtitle {
  text-align: center;
}

.subtitle.left-text {
  text-align: right;
}

.feature-box {
  padding-right: 13px;
  padding-left: 13px;
  text-align: center;
}

.feature-icon {
  overflow: hidden;
  height: 120px;
  max-height: 130px;
  margin-top: 45px;
  margin-bottom: 20px;
  border-radius: 7px;
  background-image: url('../images/2018-02-19-PHOTO-00000036.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-icon.goldankauf {
  height: 170px;
  background-image: url('../images/Goldankauf.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-icon.reparaturservice {
  height: 170px;
  background-image: url('../images/Schmuckreparatur.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-icon.trauringe {
  height: 170px;
  background-image: url('../images/Solit_r.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column {
  overflow: visible;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.column.testimonials {
  padding-right: 27px;
  padding-left: 27px;
}

.column.our-promise {
  position: relative;
  overflow: visible;
  padding-right: 15px;
  padding-left: 15px;
}

.column.the-services {
  overflow: hidden;
}

.column.social-share {
  overflow: hidden;
  height: 60px;
  margin-bottom: 15px;
}

.column.contact-us-details {
  overflow: hidden;
}

.service-box {
  height: 275px;
  padding: 45px 19px 35px 25px;
  text-align: left;
}

.service-box.no-side-border {
  border-right-style: none;
}

.service-box.no-bottom-border {
  border-bottom-style: none;
}

.service-box.left-side-border {
  border-right: 1px solid #eee;
}

.service-box.left-side-border.bottom-border {
  border-bottom: 1px solid #eee;
}

.service-box.bottom-border {
  border-bottom: 1px solid #eee;
}

.service-icon {
  margin-bottom: 20px;
}

.dark-blue {
  margin-bottom: 116px;
  padding-top: 116px;
  background-color: #272b32;
}

.white {
  color: #fff;
}

.work-sample-box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: left;
}

.thumbnail {
  margin-bottom: 20px;
}

.thumbnail.dropdown {
  margin-bottom: 10px;
}

.work-sample-text-content {
  position: relative;
  padding-right: 12px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #3c3d41;
  font-size: 11px;
  line-height: 17px;
}

.work-sample-text-content.dropdown {
  padding-right: 7px;
  padding-left: 0px;
}

.text-brief {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #3c3d41;
  font-size: 11px;
  line-height: 17px;
}

.text-brief.dropdown {
  font-family: 'PT Serif', serif;
  color: #838c8e;
  font-size: 12px;
}

.link-with-arrow {
  position: relative;
  height: 15px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #b5a263;
  font-size: 11px;
  font-style: italic;
  text-decoration: none;
}

.link-with-arrow:hover {
  text-decoration: underline;
}

.link-with-arrow.in-number {
  position: relative;
  display: block;
  width: 64px;
  margin-right: auto;
  margin-left: auto;
  font-family: Georgia, Times, 'Times New Roman', serif;
  text-align: center;
}

.link-with-arrow.footer-item {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
}

.link-with-arrow.footer-item:hover {
  color: #b5a263;
}

.link-with-arrow.next {
  float: right;
  text-align: right;
}

.mini-arrow-gold {
  position: absolute;
  margin-top: 6px;
  margin-left: 62px;
}

.mini-arrow-gold.on-contact-details {
  margin-top: 8px;
  margin-left: 47px;
}

.mini-arrow-gold.dropdown {
  position: absolute;
  right: 0px;
  bottom: 5px;
}

.mini-arrow-gold.on-hover-box {
  margin-top: 8px;
  margin-left: 33px;
}

.mini-arrow-gold.on-services {
  margin-top: 8px;
}

.mini-arrow-gold.on-work-thumbnails {
  margin-top: 8px;
  margin-left: 62px;
}

.mini-arrow-gold.on-portfolio-category {
  margin-top: 8px;
  margin-left: 37px;
}

.mini-arrow-gold.on-latest-works {
  position: absolute;
  left: 15px;
  top: 0px;
}

.slider-portfolio {
  height: 100%;
  margin-top: 55px;
  padding-bottom: 50px;
  background-color: transparent;
}

.previous {
  float: left;
  font-family: 'PT Serif', serif;
  color: #b5a263;
  font-size: 11px;
  font-style: italic;
  text-align: left;
}

.arrow-left {
  position: relative;
  top: 6px;
  margin-right: 9px;
  float: left;
}

.hover-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  width: 99%;
  height: 99%;
  padding-top: 110px;
  background-color: #fff;
  text-align: center;
}

.numbering {
  position: relative;
  margin-bottom: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #b5a263;
  font-size: 30px;
  font-style: italic;
  text-decoration: none;
}

.numbering:hover {
  font-style: italic;
}

.numbering.how-we-work {
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  color: #b5a263;
  font-size: 15px;
  font-weight: 700;
}

.numbering.contact-us {
  color: #b5a263;
}

.first-row {
  margin-top: 55px;
}

.arrow-right {
  margin-top: 7px;
  margin-left: 9px;
  float: right;
}

.team-member-box.side-border {
  margin-bottom: 20px;
  border-right: 1px solid #eee;
}

.team-member-picture {
  margin-bottom: 35px;
}

.team-member-text {
  padding-right: 19px;
  padding-bottom: 10px;
  padding-left: 19px;
  text-align: left;
}

.social-icons-box {
  padding: 12px 19px;
  border-top: 1px solid #eee;
  text-align: left;
}

.social-icons-box.stay-connected {
  padding-left: 0px;
  border-top-style: none;
}

.social-icon {
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 0px;
}

.social-icon-front {
  position: absolute;
  left: 0px;
}

.social-icon-front.stay-connected {
  left: 0px;
}

.social-icon-back {
  position: absolute;
}

.social-icon-front-2 {
  position: absolute;
  left: 0px;
}

.social-icon-front-2.stay-connected {
  position: static;
  left: 0px;
  display: inline-block;
}

.social-icon-back-2 {
  position: absolute;
}

.social-icon-front-3 {
  position: absolute;
  left: 0px;
}

.social-icon-front-3.stay-connected {
  left: 0px;
}

.social-icon-back-3 {
  position: absolute;
  left: 0px;
}

.fun-facts-box {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 19px;
}

.fun-facts-box.left-side-border {
  border-right: 1px solid #3d434e;
}

.fun-fact-icon {
  margin-bottom: 25px;
}

.underline {
  display: block;
  width: 35px;
  height: 4px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  border-radius: 5px;
  background-color: #b5a263;
}

.underline.services {
  margin-bottom: 8px;
}

.underline.fun-facts {
  margin-top: 10px;
}

.fun-fact-number {
  margin-bottom: 7px;
  font-family: 'PT Serif', serif;
  color: #b5a263;
  font-size: 22px;
}

.how-we-work-left-text {
  text-align: left;
}

.box {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  border-bottom: 1px solid #eee;
  font-family: Montserrat, sans-serif;
  color: #666d70;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.how-we-work {
  margin-bottom: 15px;
}

.hidden-box {
  display: block;
  padding-bottom: 5px;
  padding-left: 41px;
  text-transform: none;
}

.box-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  background-color: #fff;
}

.number-box {
  position: relative;
  z-index: 100;
  width: 40px;
  height: 100%;
  margin-bottom: 20px;
  padding-left: 3px;
  float: left;
}

.testimonial-box {
  display: block;
  width: 97%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 25px 20px 25px 23px;
  border: 1px solid #b5a263;
  border-radius: 5px;
}

.hidden-box-2 {
  padding-bottom: 5px;
  padding-left: 41px;
  text-transform: none;
}

.testimonial-picture {
  width: 100%;
  margin-bottom: 20px;
}

.testimonial-text-box {
  position: relative;
  text-align: left;
}

.quote-mark-box {
  width: 42px;
  height: 25px;
  padding-top: 16px;
  float: left;
}

.quote {
  font-family: 'Playfair Display', sans-serif;
  color: #b5a263;
  font-size: 70px;
}

.divider-line-box {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px auto 0px;
  background-color: #d8cdb5;
}

.divider-line-box._30-width {
  width: 30%;
  margin-bottom: 55px;
}

.divider-line-box._30-width {
  width: 40%;
}

.divider-line-box._70-width {
  width: 70%;
}

.divider-tip-left {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.divider-tip-right {
  position: absolute;
  top: 0px;
  right: 0px;
}

.slider-testimonials {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: transparent;
}

.our-promise-text-box {
  padding-top: 45px;
  text-align: left;
}

.signature {
  margin-top: 25px;
}

.the-guy {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: -25px;
}

.social-share-box {
  width: 100%;
  height: 60px;
  padding-top: 20px;
  border: 1px solid #e4e4e4;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.social-share-box.no-side-border-line {
  border-style: solid none solid solid;
}

.row {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.row.inner-pages {
  margin-top: 60px;
}

.row.portfolio {
  margin-top: 35px;
  margin-bottom: 0px;
}

.row.dropdown {
  margin-top: 20px;
  margin-bottom: 0px;
}

.social-share-icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 4px solid #b5a263;
  border-bottom: 8px solid #21242a;
  background-color: #24282f;
  background-image: none;
}

.about-our-company {
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 15px;
  text-align: left;
}

.about-our-company.left-side-border {
  height: 100%;
  margin-bottom: 0px;
}

.company-description {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-style: italic;
}

.details-text-box {
  height: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #30363f;
}

.details-text-box.no-bottom-line {
  height: 47px;
  border-bottom-style: none;
}

.phone-icon {
  width: 45px;
  height: 33px;
  float: left;
  text-align: center;
}

.text-all-caps {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
}

.text-all-caps.phone {
  padding-top: 5px;
}

.text-all-caps.email {
  padding-top: 6px;
}

.footer-menu-box {
  width: 50%;
  height: 100%;
  padding-right: 32px;
  padding-left: 32px;
  float: left;
  text-align: left;
}

.footer-menu-box.left-border {
  padding-bottom: 0px;
  border-left: 1px solid #30363f;
}

.footer-menu-box.right-border {
  padding-bottom: 0px;
  border-right: 1px solid #30363f;
}

.footer-menu-box.right-border {
  padding-bottom: 0px;
  border-right: 1px solid #30363f;
}

.menu-item {
  margin-bottom: 5px;
}

.stay-tuned-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #30363f;
  text-align: left;
}

.submit-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 90px;
  height: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #b5a263;
  font-family: 'PT Serif', serif;
  font-size: 12px;
  font-style: italic;
}

.text-field {
  width: 70%;
  height: 40px;
  padding-left: 39px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: 'PT Serif', serif;
  color: #838c8e;
  font-size: 12px;
  font-style: italic;
}

.text-field:focus {
  border-top-width: 1px;
  border-top-color: #74b9ef;
  border-bottom-width: 1px;
  border-bottom-color: #74b9ef;
  border-left-width: 1px;
  border-left-color: #74b9ef;
}

.text-field.contact-us-form {
  width: 100%;
  height: 40px;
  padding-top: 12px;
  padding-left: 31px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #dce1e3;
  border-left-style: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #3c3d41;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field.message {
  width: 100%;
  height: 100%;
  padding-top: 34px;
  padding-left: 31px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #dce1e3;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #3c3d41;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.text-field.email-input:focus {
  border: 1px solid #74b9ef;
}

.form {
  position: relative;
  width: 100%;
}

.email-icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  padding-left: 11px;
}

.form-email-wrapper {
  margin-top: 12px;
  margin-bottom: 25px;
}

.stay-connected-box {
  position: relative;
  text-align: left;
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4000;
  display: none;
  height: 69px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 4px solid #b5a263;
  background-color: #24282f;
}

.contact-us-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6000;
  display: none;
  overflow: auto;
  padding-top: 90px;
  background-color: #272b32;
}

.form-box {
  height: 100%;
  max-height: 655px;
  padding: 40px 38px 32px;
  border: 2px solid #b5a263;
  background-color: #fff;
}

.arrow-box {
  position: absolute;
  left: 0px;
  width: 22px;
  height: 22px;
  margin-top: 10px;
}

.arrow-box.message {
  margin-top: 30px;
}

.input {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40px;
}

.input.message {
  height: 60px;
}

.hover-line-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #b5a263;
}

.input-box {
  margin-top: 40px;
  margin-bottom: 35px;
}

.input-box.message {
  margin-top: 30px;
}

.close-box {
  margin-bottom: 40px;
}

.close {
  position: static;
  display: inline-block;
}

.number {
  margin-right: 24px;
  padding-top: 10px;
  float: left;
}

.number.services {
  margin-left: 26px;
  padding-top: 0px;
  float: none;
}

.number.bottom-separation {
  margin-bottom: 22px;
}

.contact-icon {
  margin-right: 24px;
  margin-bottom: 10px;
  float: left;
}

.contact-details-text {
  padding-top: 8px;
}

.logo-box {
  margin-bottom: 55px;
}

.sign-box {
  margin-top: 40px;
  margin-bottom: 65px;
  font-family: 'PT Serif', serif;
  color: #b5a263;
  font-size: 24px;
}

.details-box {
  position: relative;
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #30363f;
  text-align: left;
}

.details-box.portfolio {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 9px;
  border-top: 1px solid #eee;
  border-bottom-color: #eee;
}

.details-box.portfolio.no-top-divider {
  border-top-style: none;
}

.map-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1010;
  display: none;
  height: 100%;
}

.map {
  display: block;
  height: 100%;
}

.contact-us-details-box {
  height: 100%;
  padding: 60px 38px 55px;
  border-top: 2px solid #b5a263;
  border-right: 2px solid #b5a263;
  border-bottom: 2px solid #b5a263;
}

.close-box-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1300;
}

.close-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 16px;
  margin-right: 17px;
}

.contact-us-row {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.header-image {
  margin-top: 30px;
}

.title-2 {
  margin-top: 60px;
  font-family: 'Playfair Display', sans-serif;
  line-height: 42px;
  text-align: center;
  text-transform: none;
}

.title-2.slider-title {
  margin-top: 50px;
  font-size: 32px;
}

.text-content {
  position: relative;
  padding-right: 6%;
  padding-left: 6%;
  text-align: left;
}

.capital-letter {
  width: 45px;
  height: 35px;
  margin-top: 17px;
  float: left;
  font-family: 'PT Serif', serif;
  color: #838c8e;
  font-size: 60px;
}

.paragraph {
  color: #899091;
  text-align: justify;
}

.paragraph.heading {
  color: #666;
  font-weight: 700;
  text-align: left;
}

.paragraph.list-text {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.paragraph.list-text.table-dark {
  background-color: #f5f5f5;
}

.tip-box {
  width: 13px;
  height: 11px;
  margin-top: 3px;
  float: left;
  background-image: url('../images/Tip_1Tip.png');
  background-position: 0px 50%;
  background-size: 5px;
  background-repeat: no-repeat;
}

.subheading-box {
  margin-top: 15px;
  margin-bottom: 5px;
}

.right-image-box {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.left-image-box {
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  text-align: center;
}

.text-link.gold {
  color: #b5a263;
}

.text-link.gold:hover {
  text-decoration: underline;
}

.quote-box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 6%;
  padding-bottom: 5%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.quote-text {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #838c8e;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.arrow-r {
  position: relative;
  top: 7px;
  margin-left: 11px;
  float: right;
}

.previous-text {
  float: left;
}

.previous-text:hover {
  text-decoration: underline;
}

.next-text {
  float: right;
}

.next-text:hover {
  text-decoration: underline;
}

.success-message-text {
  margin-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #b5a263;
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
  text-align: center;
}

.success-message-box {
  padding-top: 15px;
  background-color: transparent;
}

.success-message-box.contact-us-form {
  display: none;
  margin-bottom: 495px;
}

.error-message-box {
  display: none;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.error-message-text {
  display: block;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

.portfolio-image {
  margin-top: 25px;
  margin-bottom: 25px;
}

.portfolio-details-box {
  margin-right: 20px;
  margin-bottom: 20px;
}

.image-category {
  width: 110%;
  height: 100%;
}

.text-category-box {
  padding: 55px 18px 32px 78px;
  text-align: center;
}

.text-category-box.left {
  padding-right: 78px;
  padding-left: 18px;
}

.header-subtitle {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 12px;
  line-height: 22px;
  font-style: italic;
  text-align: center;
}

.centered {
  text-align: center;
}

.title-link {
  position: static;
  display: block;
  margin-bottom: 3px;
  font-family: 'PT Serif', serif;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}

.title-link:hover {
  text-decoration: underline;
}

.title-link.dropdown {
  width: 100%;
  margin-bottom: 0px;
  color: #838c8e;
}

.title-link.dropdown:hover {
  color: #b5a263;
}

.gold {
  margin-bottom: 4px;
  color: #b5a263;
}

.dark {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3c3d41;
}

.dark.left-justified {
  text-align: left;
}

.category-title-box {
  position: relative;
  width: 46%;
  margin-bottom: 5px;
}

.categories-box {
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 73px;
  padding-left: 15px;
  border-right: 1px solid #eee;
  text-align: left;
}

.top-tip-box {
  display: block;
  width: 9px;
  height: 5px;
  margin-top: -7px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Tip-2_1Tip-2.png');
  background-position: 50% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
}

.fixed-logo-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3000;
  display: none;
  height: 72px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-top: 7px solid #21242a;
  background-color: transparent;
  background-image: url('../images/Goldart_Logo_Ringe_TOP.png');
  background-position: 50% -1px;
  background-repeat: no-repeat;
}

.nav-link-contact-us {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 25px 25px 24px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.nav-link-contact-us:hover {
  color: #b5a263;
}

.nav-link-contact-us.fixed-bar:hover {
  background-color: transparent;
}

.work-sample-box-1 {
  margin-top: 15px;
  padding-bottom: 20px;
  text-align: left;
}

.work-sample-box-2 {
  margin-top: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.work-sample-box-3 {
  margin-top: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.all-works {
  position: static;
  width: 100%;
  margin-bottom: 3px;
  font-family: 'PT Serif', serif;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}

.all-works:hover {
  text-decoration: underline;
}

.go-up-box {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 200px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
}

.go-up-box.w--current {
  top: 0px;
  width: 176px;
  height: 54px;
}

.link-contact-us {
  position: relative;
  display: inline-block;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-style: italic;
  text-decoration: none;
}

.link-contact-us:hover {
  color: #b5a263;
  text-decoration: underline;
}

.imac {
  position: relative;
  top: 76px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 29px;
  padding-right: 4%;
  padding-left: 4%;
}

.hero-content-2 {
  width: 100%;
  height: 100%;
  padding: 220px 20px 25px;
  text-align: left;
}

.testimonial-box-2 {
  display: block;
  width: 97%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 25px 20px 25px 23px;
  border: 1px solid #b5a263;
  border-radius: 5px;
}

.testimonial-box-3 {
  display: block;
  width: 97%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 25px 20px 25px 23px;
  border: 1px solid #b5a263;
  border-radius: 5px;
}

.expand-box {
  position: relative;
  right: 0px;
  width: 100%;
  height: 35px;
  text-decoration: none;
}

.line-horizontal {
  position: relative;
  top: -8px;
  display: block;
  width: 15px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #b5a263;
  color: #b5a263;
}

.line-vertical {
  display: block;
  width: 1px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #b5a263;
}

.expand-box-2 {
  position: relative;
  width: 100%;
  height: 35px;
  text-decoration: none;
}

.expand-box-3 {
  position: relative;
  width: 100%;
  height: 35px;
  margin-bottom: 5px;
  text-decoration: none;
}

.expand-box-3:hover {
  font-style: normal;
}

.hidden-box-3 {
  padding-bottom: 5px;
  padding-left: 41px;
  text-transform: none;
}

.stay-in-touch-box {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.hide-open-box-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
}

.hide-open-box-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
}

.hide-open-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
}

.link {
  position: relative;
  color: #b5a263;
  text-decoration: none;
}

.link:hover {
  color: #b5a263;
  text-decoration: underline;
}

.header-title-box {
  padding-right: 6%;
  padding-left: 6%;
  text-align: center;
}

.go-up-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.logo {
  display: block;
  width: 108px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
}

.portfolio-dropdown {
  z-index: 6000;
  overflow: visible;
}

.dropdown-toggle {
  display: none;
  overflow: hidden;
  padding: 27px 34px 24px 31px;
  background-image: url('../images/Arrow-mini_1Arrow-mini.png');
  background-position: 80% 53%;
  background-size: 5px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
}

.dropdown-toggle:hover {
  color: #b5a263;
}

.dropdown-toggle.w--open {
  overflow: hidden;
}

.dropdown-list {
  left: -1100px;
  top: 71px;
  right: -1100px;
  display: none;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
}

.dropdown-list.w--open {
  position: absolute;
  left: -1400px;
  top: 68px;
  right: -1400px;
  border-top: 3px solid #b5a263;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.05);
}

.dropdown-wrapper {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.portfolio-hover-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 180px;
  height: 3px;
  background-color: #b5a263;
}

.navmenu {
  width: 80%;
  margin-left: 0px;
  float: right;
}

.slider-hero-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: transparent;
}

.left-arrow {
  height: 90%;
}

.right-arrow {
  height: 90%;
}

.slider-box {
  height: 680px;
  background-color: transparent;
}

.mask {
  padding-bottom: 61px;
}

.hero-header-box {
  display: block;
  margin-top: 68px;
  padding: 60px 15px 50px;
  border-top: 1px solid #000;
  border-bottom: 4px solid #b5a263;
  background-color: #24282f;
  background-image: url('../images/world-map-dotted.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-header-box.hidden {
  display: none;
}

.faq {
  margin-bottom: 40px;
}

.image {
  width: 100%;
}

.image-2 {
  width: 100%;
}

.image-3 {
  width: auto;
  height: 130px;
}

.image-4 {
  max-height: 275px;
}

.s-row {
  margin-top: 20px;
}

.heading-2 {
  margin-bottom: 0px;
  font-family: Bitter, serif;
  color: #000;
}

.image-5 {
  position: static;
  left: 0px;
  top: 168px;
  bottom: 0px;
  display: block;
  width: 100%;
}

.button-2 {
  position: static;
  display: block;
  border: 1px solid #b5a263;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  color: #b5a263;
}

.button-2:hover {
  background-color: #b5a263;
  color: #fff;
}

.button-2.head-button {
  display: inline-block;
}

.button-2.btn-disabled {
  border-color: #ccc;
  color: #ccc;
}

.button-2.btn-disabled:hover {
  background-color: #fff;
}

.button-2.more-text-btn {
  display: inline-block;
  float: left;
}

.button-2.more-text-btn.right-btn {
  float: right;
}

.heading-3 {
  font-family: 'PT Serif', serif;
  color: #b5a263;
}

.div-block {
  width: 1px;
  float: right;
}

.image-6 {
  float: left;
  border-radius: 7px;
}

.column-3 {
  padding-right: 30px;
  border-right: 1px solid #b5a263;
}

.column-4 {
  padding-left: 30px;
}

.column-5 {
  padding-left: 30px;
  border-left: 1px solid #b5a263;
}

.column-6 {
  border-right: 1px solid #b5a263;
}

.column-7 {
  padding-left: 30px;
  border-left: 1px none #b5a263;
}

.column-8 {
  padding-left: 30px;
}

.column-9 {
  padding-right: 30px;
  border-right: 1px solid #b5a263;
}

.heading-4 {
  font-size: 17px;
}

.image-7 {
  width: 80px;
}

.image-8 {
  border-radius: 7px;
}

.column-10 {
  padding-right: 30px;
}

.column-11 {
  padding-right: 30px;
}

.column-12 {
  padding-left: 30px;
  border-left: 1px solid #b5a263;
}

.dropdown-2 {
  position: static;
  float: left;
}

.icon {
  float: none;
}

.text-block {
  margin-right: 9px;
}

.dropdown-list-2 {
  margin-top: 0px;
}

.dropdown-list-2.w--open {
  display: block;
  min-width: 200px;
  margin-top: 68px;
  background-color: #24282f;
  color: #fff;
}

.dropdown-link {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  text-align: center;
}

.dropdown-link:hover {
  color: #b5a263;
}

.dropdown-link.hide-link {
  display: block;
}

.dropdown-link.hide {
  display: block;
}

.dropdown-link.hidden-link {
  display: none;
}

.dropdown-link-2 {
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
  color: #b5a263;
  text-align: center;
}

.dropdown-link-3 {
  margin-right: 0px;
  margin-left: 0px;
  color: #b5a263;
  text-align: center;
}

.white-text {
  display: block;
  max-width: 780px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.heading-5 {
  text-align: center;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.column-13 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-14 {
  padding-right: 0px;
  padding-left: 0px;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.paragraph-3 {
  margin-top: 30px;
}

.website-wrapper {
  display: block;
  overflow: hidden;
  max-width: 1200px;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.15);
}

.body {
  background-color: #f6f9fc;
}

.footer-link {
  color: #fff;
}

.juwelier-heading {
  margin-top: 0px;
}

.image-11 {
  border-radius: 7px;
}

.column-15 {
  padding-right: 30px;
  border-right: 1px solid #b5a263;
}

.column-16 {
  padding-left: 30px;
}

.div-block-2 {
  padding-right: 6%;
  padding-left: 6%;
}

.div-block-2.first-div {
  margin-top: 50px;
}

.slide {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/HR_79.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.weigold1 {
  background-image: url('../images/HR_154.jpg');
}

.slide.weissgold {
  background-image: url('../images/HR_189.jpg');
}

.slide.rosegold {
  background-image: url('../images/HR_130.jpg');
}

.slide.platin {
  background-image: url('../images/PTR_18.jpg');
}

.slide.palladium {
  background-image: url('../images/PTR_07.jpg');
}

.slide.bicolor {
  background-image: url('../images/HR_46.jpg');
}

.slider {
  background-color: transparent;
}

.icon-2 {
  color: #b5a263;
}

.icon-3 {
  color: #b5a263;
}

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

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

.slide-2.weissgold {
  background-image: url('../images/SR32.jpg');
}

.slide-2.rosegold {
  background-image: url('../images/SR84.jpg');
}

.slide-2.platin {
  background-image: url('../images/PTR_17.jpg');
}

.slide-2.palladium {
  background-image: url('../images/PTR_05.jpg');
}

.slide-2.bicolor {
  background-image: url('../images/HR_28.jpg');
}

.heading-6 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b5a263;
  font-size: 20px;
  text-align: center;
}

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

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

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

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

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

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

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

.slide-10 {
  background-image: url('../images/PTR_26.jpg');
  background-position: 51% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

.social-wrapper {
  position: fixed;
  right: 0px;
  bottom: 30px;
  width: 50px;
  padding: 10px 5px;
  border-top: 1px solid #b5a263;
  border-bottom: 1px solid #b5a263;
  border-left: 1px solid #b5a263;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
}

.div-block-3 {
  text-align: center;
}

.image-12 {
  margin-bottom: 5px;
}

.image-13 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.image-14 {
  max-width: 90%;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  display: block;
  text-align: center;
}

.link-block-2 {
  display: block;
  text-align: center;
}

.link-block-3 {
  display: block;
  text-align: center;
}

.div-block-4 {
  background-color: #314350;
}

.div-block-5 {
  background-color: #314450;
}

.div-block-6 {
  background-color: #31404b;
}

.div-block-7 {
  background-color: #98a8b3;
}

.div-block-8 {
  background-color: #fff;
}

.div-block-9 {
  background-color: #fff;
}

.div-block-10 {
  background-color: #fff;
}

.div-block-11 {
  background-color: #fff;
}

.div-block-12 {
  background-color: #fff;
}

.div-block-13 {
  background-color: #fff;
}

.div-block-14 {
  background-color: #fff;
}

.div-block-15 {
  background-color: #fff;
}

.div-block-16 {
  background-color: #fff;
}

.div-block-17 {
  background-color: #b5a263;
}

.div-block-18 {
  background-color: #16140e;
}

.div-block-19 {
  background-color: #16140f;
}

.div-block-20 {
  background-color: #161510;
}

.div-block-21 {
  background-color: #14130f;
}

.div-block-22 {
  background-color: #11100d;
}

.div-block-23 {
  background-color: #000;
}

.div-block-24 {
  background-color: #000;
}

.div-block-25 {
  background-color: #000;
}

.div-block-26 {
  background-color: #000;
}

.div-block-27 {
  background-color: #000;
}

.div-block-28 {
  background-color: #000;
}

.div-block-29 {
  background-color: #000;
}

.div-block-30 {
  background-color: #3a4c58;
}

.div-block-31 {
  background-color: #3b4e5a;
}

.div-block-32 {
  background-color: #3c4d58;
}

.div-block-33 {
  background-color: #212425;
}

.div-block-34 {
  background-color: #000;
}

.div-block-35 {
  background-color: #000;
}

.div-block-36 {
  background-color: #000;
}

.div-block-37 {
  background-color: #000;
}

.div-block-38 {
  background-color: #000;
}

.div-block-39 {
  background-color: #000;
}

.div-block-40 {
  background-color: #000;
}

.div-block-41 {
  background-color: #000;
}

.div-block-42 {
  background-color: #000;
}

.div-block-43 {
  background-color: #000;
}

.div-block-44 {
  background-color: #000;
}

.div-block-45 {
  background-color: #000;
}

.div-block-46 {
  background-color: #000;
}

.div-block-47 {
  background-color: #fff;
}

.div-block-48 {
  background-color: #fff;
}

.image-15 {
  width: 32px;
}

.slider-2 {
  margin-bottom: 30px;
  background-color: transparent;
}

.icon-4 {
  color: #b5a263;
}

.icon-5 {
  color: #b5a263;
}

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

.slide-20 {
  background-image: url('../images/BK-006.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-21 {
  background-image: url('../images/BK-005.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-22 {
  background-image: url('../images/BK-004.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-23 {
  background-image: url('../images/BK-003.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-24 {
  background-image: url('../images/BK-001.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-25 {
  background-image: url('../images/BK-002.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-17 {
  padding-right: 30px;
  border-right: 1px solid #b5a263;
}

.column-18 {
  padding-left: 30px;
}

.column-19 {
  padding-right: 30px;
  border-right: 1px solid #b5a263;
}

.column-20 {
  padding-left: 30px;
}

.column-21 {
  padding-right: 30px;
  border-right: 1px solid #b5a263;
}

.column-22 {
  padding-left: 30px;
}

.div-block-49 {
  width: 100%;
  height: 250px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 7px;
  background-image: url('../images/Schmuck-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-16 {
  border-radius: 7px;
}

.image-18 {
  border-radius: 0px;
}

.image-19 {
  border-radius: 0px;
}

.image-20 {
  border-radius: 0px;
}

.image-23 {
  width: 100%;
}

.image-24 {
  width: 100%;
}

.image-25 {
  width: 100%;
}

.image-26 {
  width: 100%;
}

.image-27 {
  width: 100%;
}

.image-28 {
  width: 100%;
}

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

.icon-6 {
  color: #b5a263;
}

.icon-7 {
  color: #b5a263;
}

.slider-3 {
  background-color: hsla(0, 0%, 100%, 0);
}

.slide-27 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-28 {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-29 {
  margin-right: 1px;
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-29 {
  width: 100%;
}

.image-30 {
  width: 100%;
}

.image-31 {
  width: 100%;
}

.image-32 {
  width: 100%;
}

.image-33 {
  width: 100%;
  max-width: 100%;
}

.image-34 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

.slide-39 {
  background-image: url('../images/PTR_27.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
}

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

.row-3 {
  margin-top: 30px;
}

.slider-4 {
  background-color: transparent;
}

.slide-41 {
  background-image: url('../images/Goldart_Ringe_Banner_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-42 {
  background-image: url('../images/Goldart_Ringe_Banner_2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-8 {
  color: #b5a263;
}

.rich {
  text-align: left;
}

.html-embed-3 {
  max-width: 100%;
}

.corona-info {
  margin-top: 45px;
}

.corona-info-2 {
  margin-top: 45px;
  padding-right: 6%;
  padding-left: 6%;
  color: #000;
  text-transform: none;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.popup-title {
  font-size: 34px;
  line-height: 40px;
}

.popup-title.subtitle {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 19px;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  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;
  background-color: rgba(25, 38, 48, 0.8);
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.popup-column-block {
  position: relative;
  width: 35%;
  float: left;
  background-image: linear-gradient(135deg, #46ca9b, rgba(92, 107, 192, 0.92)), url('../images/BG-mockup.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.popup-column-block.content-column-block {
  z-index: 9999999;
  width: 726px;
  max-width: 100%;
  padding: 20px;
  float: right;
  background-color: #fff;
  background-image: none;
}

.popup-column-block.content-column-block {
  z-index: 9999999;
  width: 100%;
  padding: 20px;
  float: right;
  background-color: #fff;
  background-image: none;
}

.popup-column-block.content-column-block {
  z-index: 9999999;
  width: 100%;
  padding: 20px;
  float: right;
  background-color: #fff;
  background-image: none;
}

.popup-devider {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #b5a263;
}

.close-popup-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  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;
}

.div-block-60 {
  display: block;
  -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;
}

.mobile-popup {
  display: none;
}

.text-block-6 {
  margin-top: 10px;
  color: #838c8e;
  font-size: 15px;
  line-height: 19px;
}

.popup-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: block;
  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;
  background-color: rgba(25, 38, 48, 0.8);
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.popup-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  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;
  background-color: rgba(25, 38, 48, 0.8);
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.homepage-wrapper {
  display: block;
  overflow: hidden;
  max-width: 1200px;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.15);
}

.popup-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  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;
  background-color: rgba(25, 38, 48, 0.8);
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.div-block-62 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-63 {
  max-width: 1200px;
  margin: auto;
}

.popup-5 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  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;
  background-color: rgba(25, 38, 48, 0.8);
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.image-40 {
  overflow: visible;
  width: 26px;
  border-radius: 0px;
}

.instagram-icon {
  margin-right: 20px;
}

.configure_wrapper {
  margin-bottom: 20px;
}

.configure_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.configure_container.last-container {
  margin-bottom: 20px;
}

.divider-line-box-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px auto;
  background-color: #d8cdb5;
}

.divider-line-box-2._30-width {
  width: 30%;
  margin-bottom: 55px;
}

.divider-line-box-2._30-width.no-bottom-padding {
  margin-bottom: 10px;
}

.configure_button {
  border: 2px solid #b5a263;
  border-radius: 5px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #b5a263;
  font-size: 16px;
  text-transform: none;
}

.configure_button.configure_button_right {
  margin-right: 20px;
}

.div-block-64 {
  margin-top: 30px;
}

.container-2 {
  display: block;
}

.brand-2 {
  width: 20%;
  padding-top: 10px;
  padding-bottom: 5px;
}

.brand-2.w--current {
  width: 20%;
  padding-top: 10px;
  padding-bottom: 5px;
}

.image-41 {
  width: 17px;
  border-radius: 0px;
}

.image-41.customimage {
  width: 15px;
}

.image-48 {
  display: none;
  width: 100%;
}

.title-3 {
  margin-top: 60px;
  font-family: 'Playfair Display', sans-serif;
  color: #666d70;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-65 {
  width: 100%;
  height: 250px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 7px;
  background-image: url('../images/Goldart_Slider_Memoireringe_2020_2k.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-65.trauringe-banner {
  height: 250px;
  margin-top: 60px;
  margin-bottom: 0px;
  background-image: url('../images/trauringe_banner.jpg');
}

.div-block-65.verlobungsringe-banner {
  background-image: url('../images/verlobungsringe_banner.jpg');
}

.dropdown-link-4 {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  text-align: center;
}

.dropdown-link-4:hover {
  color: #b5a263;
}

.dropdown-link-4.hide {
  display: none;
}

.dropdown-link-4.hide-link {
  display: none;
}

.nav-link-2 {
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
  overflow: hidden;
  height: 100%;
  padding: 27px 25px 24px;
  float: left;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #b5a263;
}

.nav-link-2.w--current {
  padding-top: 27px;
  padding-bottom: 24px;
  color: #fff;
}

.nav-link-2.hide {
  display: none;
}

.instagram-icon-2 {
  margin-right: 20px;
  margin-left: 0px;
}

.logo-2 {
  display: block;
  width: 130px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
}

.image-49 {
  max-height: 40px;
}

.image-49.larger {
  max-height: 60px;
}

.materials-first-col {
  margin-bottom: 20px;
}

.image-52 {
  width: 100%;
  box-shadow: 1px 1px 4px 0 #b8b8b8;
}

.ankauf-materials {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}

.paragraph-10 {
  display: block;
}

.header-title-box-2 {
  padding-right: 6%;
  padding-left: 6%;
}

.hero-header-box-2 {
  display: none;
  margin-top: 68px;
  padding: 60px 15px 50px;
  border-top: 1px solid #000;
  border-bottom: 4px solid #b5a263;
  background-color: #24282f;
  background-image: url('../images/world-map-dotted.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-43 {
  width: 100%;
  border-radius: 0px;
}

.header-subtitle-2 {
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #666d70;
  font-size: 12px;
  line-height: 22px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.columns-2 {
  margin-right: auto;
  margin-left: auto;
}

.oberflachen-container {
  margin-top: 20px;
}

.oberflachen-container.first-child {
  margin-top: 0px;
}

.div-block-54 {
  display: none;
  width: 66.666666%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-8 {
  text-align: center;
}

.gravur-heading {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.gravur-heading.top-space {
  margin-top: 20px;
}

.gravur-paragraph {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.image-47 {
  width: 70%;
}

.image-45 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-7 {
  margin-bottom: 50px;
  font-size: 15px;
  text-align: center;
}

.columns {
  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;
}

.image-44 {
  max-width: 80%;
}

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

.paragraph-11 {
  color: #899091;
  text-align: left;
}

.image-42 {
  max-width: 60%;
  margin-bottom: 10px;
}

.rich-text-block {
  margin-bottom: 50px;
}

.slide-43 {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-44 {
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-45 {
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-67 {
  margin-top: 60px;
}

html.w-mod-js *[data-ix="show-fixed-logo-bar"] {
  display: none;
  -webkit-transform: translate(0px, -90px);
  -ms-transform: translate(0px, -90px);
  transform: translate(0px, -90px);
}

html.w-mod-js *[data-ix="show-fixed-navabar-on-scroll"] {
  display: none;
}

html.w-mod-js *[data-ix="hide-contact-us"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="display-none-element"] {
  display: none;
}

html.w-mod-js *[data-ix="initial-appearance-of-hover-line"] {
  -webkit-transform: translate(-230px, 0px);
  -ms-transform: translate(-230px, 0px);
  transform: translate(-230px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-of-hidden-box"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="initial-appearance-work-sample-boxes"] {
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

html.w-mod-js *[data-ix="initial-appearance-of-hover-box"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-of-social-share-icon-box"] {
  display: none;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="initial-appearance-of-hover-line-on-contact-us-form"] {
  -webkit-transform: translate(-760px, 0px);
  -ms-transform: translate(-760px, 0px);
  transform: translate(-760px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-of-map-box"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 650px);
  -ms-transform: translate(0px, 650px);
  transform: translate(0px, 650px);
}

html.w-mod-js *[data-ix="initiial-appearance-of-hover-line-3"] {
  -webkit-transform: translate(-330px, 0px);
  -ms-transform: translate(-330px, 0px);
  transform: translate(-330px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-social-icon"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-of-contact-us-row"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-of-contact-us-full-page"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-dropdown-sections"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

html.w-mod-js *[data-ix="initial-appearamce-iphone-1"] {
  opacity: 0;
  -webkit-transform: translate(35px, 0px);
  -ms-transform: translate(35px, 0px);
  transform: translate(35px, 0px);
}

html.w-mod-js *[data-ix="initial-appearamce-iphone-2"] {
  opacity: 0;
  -webkit-transform: translate(-35px, 0px);
  -ms-transform: translate(-35px, 0px);
  transform: translate(-35px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-imac"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="initial-appearance-hero-content"] {
  opacity: 0;
  -webkit-transform: translate(35px, 0px);
  -ms-transform: translate(35px, 0px);
  transform: translate(35px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-hero-content-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="initial-appearance-of-portfolio-hover-line"] {
  -webkit-transform: translate(-230px, 0px);
  -ms-transform: translate(-230px, 0px);
  transform: translate(-230px, 0px);
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
  }

  .hero-subtitle {
    text-align: center;
  }

  .hero-content {
    padding-top: 16%;
    text-align: center;
  }

  .iphone-left {
    right: 11%;
  }

  .iphone-right {
    right: 25%;
  }

  .nav-link {
    display: block;
    overflow: visible;
    width: 100%;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    background-color: #24282f;
    text-align: center;
  }

  .nav-link:hover {
    border-bottom: 3px solid #b5a263;
  }

  .nav-link.w--current {
    width: 100%;
    height: 80px;
    padding-top: 32px;
  }

  .nav-link.w--current:hover {
    border-bottom: 3px solid #b5a263;
  }

  .nav-link.fixed-bar:hover {
    background-color: #22262c;
  }

  .navbar {
    width: 100%;
  }

  .slide-arrow {
    margin-top: 350%;
  }

  .slide-arrow.testimonials {
    margin-top: 681px;
  }

  .nav-menu {
    position: fixed;
    width: 100%;
    height: auto;
    margin-left: 0px;
    float: none;
  }

  .social-icons-on-navbar {
    position: relative;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #24282f;
  }

  .social-mini-icon {
    width: 54px;
    height: 20px;
    float: none;
  }

  .brand {
    display: block;
  }

  .brand.w--current {
    padding-top: 10px;
  }

  .hover-line {
    display: none;
  }

  .content-section.hero {
    margin-bottom: 0px;
  }

  .content-section.hero {
    margin-bottom: 0px;
  }

  .subtitle.small {
    text-align: center;
  }

  .column.the-services {
    padding-right: 5px;
    padding-left: 5px;
  }

  .service-box.left-side-border {
    height: 295px;
  }

  .service-box.bottom-border {
    height: 295px;
  }

  .testimonial-box {
    width: 40%;
  }

  .our-promise-text-box {
    padding-bottom: 1px;
  }

  .the-guy {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 15px;
  }

  .footer-menu-box.left-border {
    padding-bottom: 141px;
  }

  .submit-button {
    position: relative;
    width: 100%;
    border-radius: 3px;
  }

  .text-field.email-input {
    width: 100%;
    border-radius: 3px;
  }

  .contact-us-section {
    display: none;
  }

  .form-box {
    max-height: 656px;
  }

  .contact-us-details-box {
    max-height: 656px;
  }

  .right-image-box {
    padding-top: 51px;
  }

  .left-image-box {
    padding-top: 33px;
  }

  .portfolio-details-box {
    margin-right: 0px;
  }

  .image-category {
    width: 100%;
  }

  .text-category-box {
    padding-top: 15px;
    padding-right: 68px;
  }

  .nav-link-contact-us {
    overflow: visible;
    width: 100%;
    height: 80px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #24282f;
    text-align: center;
  }

  .nav-link-contact-us:hover {
    border-bottom: 3px solid #b5a263;
  }

  .nav-link-contact-us.fixed-bar:hover {
    background-color: #22262c;
  }

  .container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .imac {
    display: block;
    padding-top: 0px;
    padding-right: 18%;
    padding-left: 18%;
  }

  .hero-content-2 {
    padding-top: 16%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .testimonial-box-2 {
    width: 40%;
  }

  .testimonial-box-3 {
    width: 40%;
  }

  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 4px;
    margin-right: 4px;
  }

  .menu-button.w--open {
    background-color: #24282f;
  }

  .navmenu {
    width: 100%;
    margin-left: 0px;
    background-color: #24282f;
  }

  .slider-hero-box {
    height: 1141px;
  }

  .slider-box {
    height: 220%;
  }

  .image-4 {
    width: 100%;
    height: auto;
    max-height: 275px;
  }

  .column-3 {
    border-right-style: solid;
  }

  .column-6 {
    border-right-style: none;
  }

  .column-9 {
    padding-right: 30px;
    border-right-style: solid;
  }

  .dropdown-2 {
    width: 100%;
  }

  .text-block {
    font-size: 14px;
  }

  .dropdown-link.hidden-link {
    display: block;
  }

  .image-17 {
    border-radius: 0px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .slider-4 {
    background-color: transparent;
  }

  .icon-8 {
    color: #b5a263;
  }

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

  .popup-4 {
    display: block;
  }

  .popup-5 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-2 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand-2 {
    display: block;
  }

  .brand-2.w--current {
    padding-top: 10px;
  }

  .div-block-65 {
    height: 230px;
  }

  .nav-link-2 {
    display: block;
    overflow: visible;
    width: 100%;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    background-color: #24282f;
    text-align: center;
  }

  .nav-link-2:hover {
    border-bottom: 3px solid #b5a263;
  }

  .nav-link-2.w--current {
    width: 100%;
    height: 80px;
    padding-top: 32px;
  }

  .nav-link-2.w--current:hover {
    border-bottom: 3px solid #b5a263;
  }

  .menu-button-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 8px;
    margin-right: 4px;
  }

  .menu-button-2.w--open {
    background-color: #24282f;
  }

  .paragraph-10 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-wrapper.navigation-space {
    margin-top: 67px;
  }

  .title.heading {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .title.heading.handy-heading {
    margin-top: 0px;
  }

  .title.heading {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .title.heading {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .title.heading.handy-heading {
    margin-top: 0px;
  }

  .hero-subtitle {
    text-align: center;
  }

  .hero-content {
    display: block;
    text-align: center;
  }

  .iphone-left {
    left: 13%;
    display: block;
  }

  .iphone-right {
    right: 11%;
    display: block;
  }

  .nav-link {
    display: block;
  }

  .brand {
    width: 30%;
  }

  .brand.w--current {
    width: 130px;
    padding-top: 12px;
  }

  .content-section {
    display: block;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .content-section.hero {
    max-width: 100%;
  }

  .content-section.no-border {
    max-width: 100%;
  }

  .content-section.no-border {
    max-width: 100%;
  }

  .content-section.hero {
    max-width: 100%;
  }

  .subtitle.left-text.small-subtitle {
    text-align: center;
  }

  .column {
    display: block;
  }

  .column.testimonials {
    padding-right: 50px;
    padding-left: 50px;
  }

  .column.the-services {
    padding-right: 5px;
    padding-left: 5px;
  }

  .service-box {
    height: 255px;
  }

  .service-box.no-bottom-border {
    height: 100%;
    border-bottom: 1px solid #eee;
  }

  .service-box.left-side-border {
    height: 100%;
    border-bottom: 1px solid #eee;
  }

  .service-box.left-side-border.bottom-border {
    height: 100%;
  }

  .service-box.bottom-border {
    height: 100%;
  }

  .link-with-arrow.next {
    padding-right: 10px;
  }

  .previous {
    padding-left: 10px;
  }

  .fun-facts-box.left-side-border {
    border-right-style: none;
  }

  .testimonial-box {
    width: 60%;
  }

  .divider-line-box._30-width {
    width: 50%;
  }

  .the-guy {
    position: relative;
  }

  .social-share-box {
    width: 95%;
  }

  .social-share-box.no-side-border-line {
    width: 95%;
    border-right-style: solid;
  }

  .row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row.portfolio {
    padding-right: 0px;
    padding-left: 0px;
  }

  .details-text-box.no-bottom-line {
    border-bottom-style: solid;
  }

  .footer-menu-box {
    width: 40%;
  }

  .footer-menu-box.left-border {
    width: 30%;
    padding-bottom: 31px;
  }

  .footer-menu-box.right-border {
    padding-bottom: 134px;
    border-right-style: none;
  }

  .footer-menu-box.right-border {
    padding-bottom: 0px;
    border-right-style: none;
  }

  .submit-button {
    right: 3px;
    width: 90px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .text-field.email-input {
    width: 40%;
    float: left;
  }

  .details-box.portfolio {
    padding-left: 0px;
  }

  .contact-us-details-box {
    border-left: 2px solid #b5a263;
    border-top-style: none;
  }

  .next-text {
    float: right;
    text-align: right;
  }

  .testimonial-box-2 {
    width: 60%;
  }

  .testimonial-box-3 {
    width: 60%;
  }

  .stay-in-touch-box {
    position: relative;
  }

  .slider-hero-box {
    height: 1035px;
  }

  .image-4 {
    width: 100%;
    height: auto;
    max-height: 275px;
  }

  .button-2.more-text-btn {
    display: block;
    float: none;
  }

  .button-2.more-text-btn.right-btn {
    float: none;
  }

  .column-2 {
    margin-top: 30px;
  }

  .image-6 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .column-4 {
    display: block;
    padding-left: 10px;
  }

  .column-5 {
    padding-left: 10px;
    border-left-style: none;
  }

  .column-7 {
    padding-left: 10px;
  }

  .column-8 {
    padding-left: 10px;
  }

  .column-9 {
    margin-bottom: 20px;
    padding-right: 10px;
    border-right-style: none;
  }

  .small-subtitle {
    text-align: center;
  }

  .image-8 {
    width: 100%;
  }

  .image-9 {
    width: 80%;
  }

  .column-10 {
    margin-bottom: 20px;
    padding-right: 10px;
    text-align: center;
  }

  .column-11 {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .column-12 {
    padding-left: 10px;
    border-left-style: none;
  }

  .dropdown-2 {
    width: 100%;
  }

  .image-10 {
    width: 100%;
  }

  .juwelier-heading {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .image-11 {
    width: 100%;
  }

  .column-15 {
    padding-right: 10px;
    border-right-style: none;
  }

  .column-16 {
    padding-left: 10px;
  }

  .column-17 {
    margin-bottom: 10px;
    padding-right: 10px;
    border-right-style: none;
  }

  .column-18 {
    padding-left: 10px;
  }

  .column-19 {
    margin-bottom: 10px;
    padding-right: 10px;
    border-right-style: none;
  }

  .column-20 {
    padding-left: 10px;
  }

  .column-21 {
    margin-bottom: 10px;
    padding-right: 10px;
    border-right-style: none;
  }

  .column-22 {
    padding-left: 10px;
  }

  .image-17 {
    border-radius: 0px;
  }

  .image-21 {
    margin-bottom: 20px;
  }

  .image-22 {
    margin-bottom: 20px;
  }

  .image-39 {
    width: 80%;
  }

  .row-3 {
    margin-top: 0px;
  }

  .image-37 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-37.custom-img {
    width: 100%;
  }

  .popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .popup-column-block {
    width: 100%;
    height: auto;
    float: none;
  }

  .popup-column-block.content-column-block {
    width: 100%;
    height: auto;
    padding: 30px;
    float: none;
  }

  .popup-column-block.content-column-block {
    width: 100%;
    padding: 30px;
    float: none;
  }

  .popup-column-block.content-column-block {
    overflow: scroll;
    width: 100%;
    padding: 30px;
    float: none;
  }

  .mobile-popup {
    display: none;
  }

  .bold-text-4 {
    display: inline;
  }

  .popup-4 {
    display: block;
  }

  .popup-5 {
    display: none;
  }

  .ring-container {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .brand-2 {
    width: 30%;
  }

  .brand-2.w--current {
    width: 130px;
    padding-top: 12px;
  }

  .image-48 {
    display: block;
    margin-top: 30px;
  }

  .title-3 {
    margin-top: 30px;
    font-size: 34px;
    text-align: center;
    text-transform: none;
    white-space: normal;
  }

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

  .nav-link-2 {
    display: block;
  }

  .menu-button-2 {
    margin-top: 3px;
  }

  .ankauf-materials {
    margin-bottom: 35px;
  }

  .paragraph-10 {
    text-align: center;
  }

  .image-53 {
    margin-bottom: 20px;
  }

  .div-block-54 {
    width: 100%;
  }

  .mattierung-richtung {
    padding-bottom: 60px;
  }

  .mattierung-richtung.last-item {
    padding-bottom: 0px;
  }

  .div-block-57 {
    margin-top: 60px;
  }

  .image-42 {
    max-width: 70%;
  }

  .paragraph-12 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    width: 99%;
  }

  .hero-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title.heading {
    line-height: 25px;
    white-space: normal;
  }

  .title.heading {
    line-height: 25px;
    white-space: normal;
  }

  .nav-link.w--open {
    background-color: rgba(8, 18, 37, 0);
  }

  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .slide-arrow {
    margin-top: 216%;
    background-color: rgba(43, 47, 54, 0.75);
  }

  .brand {
    width: 130px;
    padding-top: 10px;
  }

  .brand.w--current {
    width: 130px;
    padding-top: 10px;
  }

  .content-section.hero {
    margin-top: 68px;
  }

  .content-section.no-border {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .content-section.no-border {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .content-section.no-border {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .content-section.hero {
    margin-top: 68px;
  }

  .subtitle.left-text.small-subtitle {
    text-align: center;
  }

  .column.the-services {
    margin-top: 20px;
  }

  .service-box.no-bottom-border {
    border-bottom-style: none;
  }

  .service-box.left-side-border {
    border-right-style: none;
  }

  .service-box.left-side-border.bottom-border {
    border-right-style: none;
  }

  .work-sample-box {
    min-height: 310px;
  }

  .team-member-box.side-border {
    border-right-style: none;
  }

  .box {
    margin-bottom: 15px;
  }

  .testimonial-box {
    width: 95%;
  }

  .about-our-company.left-side-border {
    margin-bottom: 20px;
  }

  .text-all-caps.email {
    width: 60%;
  }

  .text-all-caps.email.on-footer {
    width: 100%;
  }

  .text-all-caps.email.on-footer {
    width: 100%;
    padding-bottom: 6px;
  }

  .footer-menu-box.left-border {
    width: 40%;
    padding-bottom: 20px;
  }

  .footer-menu-box.right-border {
    width: 50%;
    padding-bottom: 20px;
  }

  .footer-menu-box.right-border {
    width: 50%;
    padding-bottom: 20px;
  }

  .submit-button {
    right: 0px;
    width: 100%;
    border-radius: 3px;
  }

  .text-field.email-input {
    position: static;
    width: 100%;
  }

  .form-box {
    max-height: 666px;
  }

  .number.bottom-separation {
    margin-bottom: 31px;
  }

  .contact-details-text {
    position: relative;
  }

  .contact-us-details-box {
    padding-right: 23px;
    padding-left: 23px;
  }

  .title-2 {
    font-size: 19px;
  }

  .text-category-box {
    padding-right: 20px;
    padding-left: 18px;
  }

  .text-category-box.left {
    padding-right: 20px;
    padding-left: 18px;
  }

  .categories-box {
    border-right-style: none;
  }

  .testimonial-box-2 {
    width: 95%;
  }

  .testimonial-box-3 {
    width: 95%;
  }

  .menu-button {
    padding-top: 15px;
  }

  .logo {
    width: 130px;
    float: left;
  }

  .slider-hero-box {
    height: 523px;
  }

  .s-row {
    margin-top: 0px;
  }

  .column-2 {
    margin-top: 30px;
  }

  .image-6 {
    margin-top: 15px;
  }

  .column-4 {
    padding-left: 10px;
  }

  .column-5 {
    padding-left: 10px;
  }

  .column-7 {
    padding-left: 10px;
  }

  .column-9 {
    padding-right: 10px;
  }

  .small-subtitle {
    text-align: center;
  }

  .image-8 {
    margin-top: 15px;
  }

  .column-10 {
    padding-right: 10px;
  }

  .column-11 {
    padding-right: 10px;
  }

  .column-12 {
    padding-left: 10px;
  }

  .text-block {
    font-size: 14px;
  }

  .dropdown-list-2.w--open {
    width: 100%;
    min-width: 0px;
    border-bottom: 1px solid #b5a263;
    background-color: rgba(39, 11, 11, 0);
  }

  .dropdown-link {
    z-index: 99999999;
    color: #fff;
    font-size: 12px;
  }

  .website-wrapper {
    display: block;
  }

  .image-10 {
    width: 100%;
    margin-top: 15px;
  }

  .image-11 {
    margin-top: 15px;
  }

  .column-15 {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .column-20 {
    padding-left: 10px;
  }

  .column-21 {
    margin-top: 20px;
  }

  .div-block-49 {
    margin-top: 30px;
  }

  .image-17 {
    border-radius: 0px;
  }

  .image-21 {
    margin-bottom: 20px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .image-22 {
    margin-bottom: 20px;
  }

  .slider-3 {
    height: 190px;
  }

  .image-34 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-39 {
    width: 100%;
  }

  .image-37 {
    width: 100%;
  }

  .corona-info-2 {
    padding-right: 6%;
    padding-left: 6%;
  }

  .popup-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .popup {
    display: none;
  }

  .popup-column-block.content-column-block {
    padding: 20px;
  }

  .popup-column-block.content-column-block {
    overflow: scroll;
    max-height: 100vh;
    padding: 20px;
  }

  .popup-column-block.content-column-block {
    padding: 20px;
  }

  .mobile-popup {
    display: none;
  }

  .div-block-61 {
    max-height: 100%;
  }

  .popup-2 {
    display: none;
    max-height: 100%;
  }

  .popup-3 {
    display: none;
    max-height: 100%;
  }

  .homepage-wrapper {
    display: block;
  }

  .popup-4 {
    display: block;
    max-height: 100%;
  }

  .div-block-63 {
    max-height: 100%;
  }

  .popup-5 {
    display: none;
    max-height: 100%;
  }

  .brand-2 {
    width: 130px;
    padding-top: 10px;
  }

  .brand-2.w--current {
    width: 130px;
    padding-top: 10px;
  }

  .title-3 {
    margin-top: 30px;
    font-size: 19px;
  }

  .div-block-65 {
    margin-top: 30px;
  }

  .dropdown-link-4 {
    z-index: 99999999;
    padding-top: 12px;
    color: #fff;
    font-size: 12px;
  }

  .nav-link-2.w--open {
    background-color: rgba(8, 18, 37, 0);
  }

  .menu-button-2 {
    padding-top: 15px;
  }

  .logo-2 {
    width: 130px;
    float: left;
  }

  .image-53 {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .div-block-66 {
    padding-right: 6%;
    padding-left: 6%;
  }

  .image-42 {
    max-width: 100%;
  }
}

