/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*global styles */
body {
  line-height: 1.38;
  color: #393c3b;
  font-family: Raleway, Arial, Helvetica, sans-serif !important;
}
h1, h2, h3, figcaption {
  color: #393c3b;
}
/* backgrounds */
.bg-texture-gray {
  background: url('../../../../../images/texture-gray.png') top left;
  background-size: cover;
}
.bg-texture-gray.half {
  background-size: 80% 100%;
  background-repeat: no-repeat;
}
.bg-texture-gold {
  background: url('../../../../../images/texture-gold.png') top left no-repeat;
  background-size: contain;
}
.bg-texture-gold.form {
  background-size: auto;
}
.bg-texture-gold-block {
  background: url('../../../../../images/texture-gold-block.jpg') top left no-repeat;
  background-size: 60%;
}
.bg-lightbrown {
  background-color: #ddd8cd;
}
/* modules */
.home_intro_particle p {
  color: #948b82;
}
.form_particle {
  margin-bottom: 5rem;
}
.form_particle .form-label {
  display: none;
}
.form_particle .form-field {
  margin-bottom: 1rem;
}
.form_particle .form-field input, .form_particle .form-field textarea, .form_particle .form-field select {
  padding: 1rem 1.5rem;
  width: 100%;
  border: 1px solid #e0e0e5;
  border-radius: 0.25rem;
}
.form_particle .form-field textarea {
  min-height: 10rem;
}
.form_particle button {
  margin-top: 2rem;
}
.werkstaette_intro_particle figure {
  background: url('../../../../../images/texture-gold-img.png') top center no-repeat;
}
/* slideshows */
.slideshow {
  display: grid;
  grid-template-columns: 1fr;
}
.slideshow div {
  grid-row-start: 1;
  grid-column-start: 1;
}
.slideshow img {
  -webkit-animation-name: fade;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 12s;
  animation-name: fade;
  animation-iteration-count: infinite;
  animation-duration: 12s;
}
.slideshow img.img2 {
  -webkit-animation-delay: -8s;
}
.slideshow img.img3 {
  -webkit-animation-delay: -4s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* classes */
#g-intro {
  background: none;
}
.g-content {
  padding: 0;
}
#g-navigation .g-main-nav {
  text-align: center;
}
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0 2rem;
}
#g-navigation .g-main-nav img {
  margin-bottom: -0.25rem;
}
#g-footer .g-copyright {
  text-align: center;
  margin-top: 6rem;
}
#g-footer .g-horizontalmenu {
  text-align: center;
}
.spacer {
  margin: 12rem 0;
}
.content-spacer {
  margin: 5rem 0;
}
.margin-auto {
  margin: 0 auto !important;
}
.button {
  font-size: 36px;
  letter-spacing: 4.96px;
  text-transform: lowercase;
  padding: 2rem 4.5rem;
  border-radius: 0;
}
.button.notransform {
  text-transform: none;
}
.text-on-bgimage .wrapper {
  position: relative;
  text-align: center;
}
.text-on-bgimage .wrapper .headlines {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.text-on-bgimage .wrapper .headlines h2, .text-on-bgimage .wrapper .headlines h3 {
  color: white;
}
.text-on-bgimage .wrapper .headlines h2.dark, .text-on-bgimage .wrapper .headlines h3.dark {
  color: #3d403f;
}
.items-center {
  align-items: center;
}
/* media queries */
@media only all and (min-width: 95rem) and (max-width: 119.99rem) {
  .g-container {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 94.99rem) {
  .g-container {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .bg-texture-gold-block {
    background: none;
  }
  li.g-menu-item-type-particle {
    display: none !important;
  }
  #g-mobilemenu-container {
    margin: 0 !important;
  }
  #g-navigation {
    margin-bottom: 8rem;
  }
  #g-navigation:before {
    content: "";
    background-image: url('../../../../../images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 10px;
    height: 300px;
  }
  #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
    background: none;
    border: none;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  #g-navigation {
    margin-bottom: 4rem;
  }
  #g-navigation:before {
    content: "";
    background-image: url('../../../../../images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 10px;
    height: 100px;
  }
  .bg-texture-gold-block {
    background-size: 90%;
  }
  .spacer {
    margin: 4rem 0;
  }
  .button {
    padding: 1rem 2rem;
    font-size: 16px;
  }
  .werkstaette_intro_particle figure {
    background-size: contain;
  }
  .form-field {
    margin-bottom: 1rem;
  }
  .form-field input, .form-field textarea {
    padding: 0.5rem 1rem;
    font-size: 16px;
  }
  .form-field textarea {
    min-height: 10rem;
  }
}
/*# sourceMappingURL=custom_goldankauf.css.map */