body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

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

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

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

p {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e2a62b;
  font-family: Lato, sans-serif;
  color: #2b1b14;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cf404d;
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  padding: 80px 40px 60px;
  background-color: #fff;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.section.section-gray.lessheight {
  padding-bottom: 40px;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #e2a62b;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

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

.hero-heading {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.hero-heading.list {
  font-size: 20px;
  line-height: 36px;
  font-weight: 200;
}

.hero-subheading {
  margin-bottom: 48px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.hollow-button.white:hover {
  border-color: #e2a62b;
  background-color: rgba(226, 166, 43, 0.2);
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  color: #313131;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.section-heading.centered.whitetext {
  color: #f0f0f0;
}

.section-subheading.center {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #e2a62b;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.section-title-group {
  margin-bottom: 42px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 1px solid #bec3c7;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
  font-family: Lato, sans-serif;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
  font-family: Lato, sans-serif;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 30px;
  padding-bottom: 36px;
  background-color: #2b1b14;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #e2a62b;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: relative;
  top: 60%;
  margin-bottom: 0px;
  text-align: center;
}

.hero-title-wrapper.content-section {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #f0f0f0;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  font-family: Lato, sans-serif;
  color: #2b1b14;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  font-family: Lato, sans-serif;
  color: #e2a62b;
}

.nav-link.w--current:hover {
  color: #e2a62b;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 60px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  height: 600px;
  background-image: linear-gradient(175deg, transparent 30%, rgba(0, 0, 0, 0.5)), url('../images/Armreif_6968.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

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

.logo {
  margin-bottom: 0px;
}

.section-altneu {
  height: 700px;
  max-height: 600px;
  background-image: linear-gradient(350deg, rgba(0, 0, 0, 0.1) 53%, rgba(0, 0, 0, 0.5) 96%), url('../images/alt-wird-neu.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-trauringe {
  height: 700px;
  background-image: linear-gradient(5deg, rgba(0, 0, 0, 0.1) 47%, rgba(0, 0, 0, 0.5)), url('../images/Trauringe.jpg');
  background-position: 0px 0px, 160px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.service-txt {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.kontaktbox {
  margin-bottom: 60px;
}

.address {
  line-height: 26px;
}

.paragraph {
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 26px;
  text-align: left;
}

.paragraph._2-cols {
  width: 80%;
  text-align: center;
}

.paragraph._1-col {
  width: 80%;
  margin-bottom: 20px;
  text-align: center;
}

.textlink {
  position: static;
  display: block;
  margin: 10px 5px 0px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  clear: none;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  font-weight: 400;
}

.textlink.onwhite {
  margin-top: 0px;
  padding-top: 0px;
  color: #2b1b14;
}

.partner {
  padding: 60px;
  border: 0px solid #000;
  background-color: #1d110b;
}

.partnerlogos {
  margin-top: 0px;
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 30px;
}

.partner-box {
  left: 0px;
  right: 0px;
  height: 180px;
  padding-top: 60px;
  text-align: center;
}

.partner-logo {
  margin-bottom: 20px;
}

.text {
  text-align: left;
}

.partnerlogo-left {
  padding-top: 10px;
  text-align: right;
}

.facebook {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #ecf0f1;
}

.partner-box2 {
  padding-top: 40px;
}

.metalinks {
  display: block;
  width: 100%;
  text-align: center;
}

.text-block {
  display: inline-block;
  width: 10px;
  float: none;
  clear: none;
  text-align: center;
}

.verwandlungen.section {
  padding-bottom: 20px;
}

.section-verwandlung {
  height: 700px;
  max-height: 600px;
  background-image: linear-gradient(350deg, rgba(0, 0, 0, 0.1) 53%, rgba(0, 0, 0, 0.5) 96%), url('../images/VorherNachher_Web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-subheading-verwandlung {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
}

.btn-verwandlung {
  margin-top: 60px;
}

.hero-heading-verwandlung {
  display: block;
  width: 60%;
  margin: 40px auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.hero-heading-verwandlung.list {
  font-size: 20px;
  line-height: 36px;
  font-weight: 200;
}

.slider {
  position: relative;
  display: block;
  overflow: visible;
  height: 700px;
  float: none;
  clear: both;
}

.slide1 {
  background-image: url('../images/VorherNachher_Web_1.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide2 {
  background-image: url('../images/Case2.jpg');
  background-position: 50% 50%;
  background-size: 100%;
}

.paragraph-verwandlungs-slider {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  display: block;
  width: 80%;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: none;
  background-color: #2b1b14;
  direction: ltr;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}

.paragraph-verwandlungs-slider._2-cols {
  width: 80%;
  text-align: center;
}

.paragraph-verwandlungs-slider._1-col {
  width: 80%;
  text-align: center;
}

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

.slide3 {
  background-image: url('../images/Case3.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .button.full-width {
    background-color: #e2a62b;
    font-family: Lato, sans-serif;
    color: #2b1b14;
  }
  .hamburger-button {
    position: static;
    display: block;
    overflow: visible;
    width: 102px;
    margin: 10px auto 16px;
    padding: 8px 8px 6px;
    float: none;
    clear: none;
    border: 2px solid #2b1b14;
    border-radius: 4px;
    color: #fff;
    text-align: center;
  }
  .hamburger-button.w--open {
    background-color: transparent;
  }
  .hero-subheading {
    line-height: 48px;
  }
  .section-heading.centered {
    margin-bottom: 12px;
    font-family: Lato, sans-serif;
    color: #2b1b14;
    font-weight: 300;
    text-transform: none;
  }
  .section-subheading.center {
    font-family: Lato, sans-serif;
    color: #e2a62b;
    font-weight: 300;
  }
  .form-field {
    font-family: Lato, sans-serif;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .footer.center {
    background-color: #2b1b14;
  }
  .footer-text {
    font-family: Lato, sans-serif;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 14px;
    font-weight: 300;
  }
  .hero-title-wrapper {
    top: 40%;
  }
  .left-navigation {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .nav-link {
    padding-left: 13px;
    color: #fff;
    text-align: center;
  }
  .nav-link.w--current {
    text-align: center;
  }
  .nav-menu {
    background-color: #2b1b14;
  }
  .logo-link {
    display: block;
    width: 100%;
    margin: 0px auto;
    float: none;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 500px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .logo {
    position: static;
    display: block;
    overflow: visible;
    max-width: 86%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .menu-icon {
    display: block;
    width: 32px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    border-style: none;
    border-color: transparent;
    border-radius: 4px;
    color: #2b1b14;
  }
  .menu-txt {
    display: block;
    width: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-left: 0px;
    float: left;
    clear: none;
    font-family: Lato, sans-serif;
    color: #2b1b14;
    font-size: 16px;
    font-weight: 400;
  }
  .section-altneu {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100%;
  }
  .section-trauringe {
    height: 600px;
    background-image: linear-gradient(5deg, rgba(0, 0, 0, 0.1) 28%, rgba(0, 0, 0, 0.5) 98%), url('../images/Trauringe.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .section-verwandlung {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100%;
  }
  .hero-subheading-verwandlung {
    line-height: 48px;
  }
  .slider {
    height: 540px;
  }
  .slide2 {
    height: 500px;
  }
  .paragraph-verwandlungs-slider {
    width: 96%;
  }
  .slide {
    position: static;
    height: 540px;
  }
  .slide3 {
    position: static;
    height: 540px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  p {
    text-align: left;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
  }
  .hero-heading.list {
    font-weight: 300;
  }
  .hero-subheading {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
    font-weight: 300;
  }
  .section-subheading.center {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .form-field {
    border-width: 1px;
    border-color: #bec3c7;
  }
  .form-field.text-area {
    border-color: #bec3c7;
  }
  .hero-title-wrapper {
    top: 45%;
    margin-bottom: 0px;
  }
  .hero-title-wrapper.content-section {
    padding-top: 50px;
  }
  .left-navigation {
    display: block;
    float: none;
    clear: none;
  }
  .grid-fours {
    width: 33.333%;
  }
  .banner {
    height: 450px;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo {
    max-width: 240px;
  }
  .section-altneu {
    height: 560px;
    background-size: auto, cover;
  }
  .section-trauringe {
    height: 520px;
    background-size: auto, cover;
  }
  .address {
    text-align: center;
  }
  .paragraph._1-col {
    width: 80%;
    margin-bottom: 20px;
    text-align: center;
  }
  .partnerlogos {
    padding-top: 0px;
  }
  .section-verwandlung {
    height: 560px;
    background-size: auto, cover;
  }
  .hero-subheading-verwandlung {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
    font-weight: 300;
  }
  .hero-heading-verwandlung {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
  }
  .hero-heading-verwandlung.list {
    font-weight: 300;
  }
  .slider {
    height: 400px;
  }
  .slide2 {
    position: static;
    height: 400px;
    float: none;
    background-image: url('../images/Case2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    direction: ltr;
    text-align: left;
  }
  .paragraph-verwandlungs-slider {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .paragraph-verwandlungs-slider._1-col {
    width: 80%;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .hamburger-button.w--open {
    position: static;
    top: 0px;
    right: 0px;
    bottom: 0px;
    float: none;
    clear: none;
  }
  .hero-heading {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }
  .hero-subheading {
    font-size: 42px;
    line-height: 50px;
  }
  .section-subheading.center {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 30%;
  }
  .grid-fours {
    width: 50%;
  }
  .banner {
    height: 400px;
  }
  .logo {
    max-width: 200px;
  }
  .section-trauringe {
    height: 500px;
    background-position: 0px 0px, 58% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .partnerlogos {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .partner-box {
    height: 100px;
    padding-top: 20px;
  }
  .partner-box2 {
    padding-top: 20px;
  }
  .hero-subheading-verwandlung {
    font-size: 42px;
    line-height: 50px;
  }
  .hero-heading-verwandlung {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }
  .slider {
    height: 240px;
  }
  .slide2 {
    height: 240px;
    background-position: 50% 50%;
    background-size: 100%;
    background-attachment: scroll;
  }
  .paragraph-verwandlungs-slider {
    display: none;
  }
  .slide3 {
    background-repeat: no-repeat;
  }
}

