@import url(fonts.css);
:root {
  --schatten: 0px 1px 3px var(--grau);
  --grau: #b2b0b1;
  --dgrau: #2b2b2b;
  --hgrau: #f5f5f5;
  --footgrau: #393735;
  --abstand: 6rem;
  --beige: #b09e94;
  --hbeige: #d2c9c4;
  --mbeige: #bfb0a7;
  --rot: #d51031;
  --gold: #dcb47d;
  --grau-cta: #e3e3e3;
  --dunkel-grau-cta: #606060;
}
html {
  font-size: 18px;
}
body {
  color: var(--textgrau);
  font-family: "Urbanist", sans-serif;
}
h1 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 1.3em 0;
  font-size: 3rem;
  color: var(--dgrau);
}
.bg-dgrau {
  background-color: var(--dgrau);
}
.bg-hgrau {
  background-color: #f5f5f5;
}
.text-gold {
  color: var(--gold);
}
.mtb {
  margin-top: var(--abstand);
  margin-bottom: var(--abstand);
}
.mt {
  margin-top: var(--abstand);
}
.mb {
  margin-bottom: var(--abstand);
}
.p {
  padding: var(--abstand);
}
.ptb {
  padding-top: var(--abstand);
  padding-bottom: var(--abstand);
}
.pt {
  padding-top: var(--abstand);
}
.pb {
  padding-bottom: var(--abstand);
}
.pos-relative {
  position: relative;
}
.container-header {
  padding: 1rem 0;
}
.container-banner {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 50%, rgba(255, 255, 255, 1) 100%);
  margin: 0;
}
ul.mod-menu.mod-list.nav {
  justify-content: flex-end;
}
.container-header nav {
  margin-top: 0;
  padding: 0;
  justify-content: flex-end;
}
.metismenu.mod-menu {
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
}
nav li a {
  font-size: .9rem;
}
.container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
  color: #999;
  position: relative;
  text-decoration: none;
}
.container-header .mod-list li.active > a, .container-header .mod-list li:hover > a {
  text-decoration: none;
  color: #666;
}
.container-header .navbar-toggler {
  border: 1px solid #fff;
  color: #959595;
  cursor: pointer;
}
.metismenu.mod-menu .mm-toggler:after {
  border-top: .3em solid #b2b2b2;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
}
button.mm-collapsed.mm-toggler.mm-toggler-link {
  position: absolute;
  right: 0;
}
.metismenu.mod-menu .metismenu-item > a:focus, .metismenu.mod-menu .metismenu-item > button:focus {
  outline: none;
  outline-offset: 2px;
}
.metismenu.mod-menu button.mm-toggler.mm-toggler-link {
  position: absolute;
  width: 100%;
  right: 0;
  justify-content: flex-end;
}
.container-big {
  max-width: 1600px;
  margin: auto;
}
h2 {
  font-size: 2.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--dgrau);
}
.cta {
    background: var(--grau-cta);
    display: inline-block;
    color: var(--dunkel-grau-cta);
    padding: 1em 2.1em;
    text-decoration: none;
    transition: all .3s linear;
    margin-bottom: 0.5em;
    margin-right: .2em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8rem;
}
.cta.dunkel {
  background: var(--mbeige);
}
/*.cta::after {
    content: "\f0da";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline-block;
    padding-left: 0.5em;
    transition: all 0.3s lineal;
}*/
.cta:hover {
  opacity: 0.7;
}
.text-right {
  text-align: right;
}
#header h1 {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  justify-content: center;
  text-shadow: 1px 1px #000;
  margin: 0;
}
#header h1 span {
  display: block;
  width: 100%;
}
#header .subheadline {
  font-size: 2.3em;
}
#header .subheadline span {
  font-size: .5em;
}
footer.footer {
  background: #494242;
  padding-top: var(--abstand);
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  list-style-type: none;
  margin: 0;
}
footer p, footer li {
  margin: 0;
  padding: .8em 0;
  font-weight: 300;
}
.bg-dark {
  background: #403b3b !important;
}
footer div:not([class]) {
  padding: 2em 0;
}
footer.footer a {
  text-decoration: none;
  padding: 0 1em;
}
footer.footer {
  background: var(--footgrau);
  padding-top: var(--abstand);
  margin-top: 0;
}
footer ul.d-flex {
  flex-wrap: wrap;
}
.kontakt-icon-box {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 60;
  padding: .5em;
}
.kontakt-icon-box a {
  color: #888;
}
div#videobg {
  width: 100%;
  height: 300px;
}
#videobg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-banner img {
  display: initial;
  margin: initial;
}
#header > img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
div#header {
  position: relative;
}
#header p {
  font-size: 2rem;
  font-weight: 200;
  border-left: 1px solid;
  padding-left: 1rem;
  margin-top: 10rem;
  margin-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}
.container-header {
  padding: .2rem 0;
  background: #fff;
  box-shadow: var(--schatten);
}
.brand-logo img {
  width: 100%;
}
.text-center {
  text-align: center;
}
.strich::after {
  content: "";
  display: block;
  width: 20%;
  height: 4px;
  background: var(--beige);
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.heightbox {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* Carousel Start */
h2#sliderheadline {
  margin: auto;
  border-bottom: 1px solid var(--beige);
  font-size: 5rem;
  padding-bottom: .2em;
}
#kamin-glide h3 {
  font-weight: 200;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 2.2rem;
  opacity: 0;
  transition: all .3s linear;
}
#kamin-glide .glide__slide--active h3 {
  opacity: 1;
}
.glide__bullet {
  background-color: rgba(255, 255, 255, .5);
  width: 20px;
  height: 1px;
  border-radius: 0;
}
ul.glide__slides {
  display: flex;
  align-items: flex-end;
}
/* Carousel End */
.video-box {
  padding: 1rem;
}
.video-box h3 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: .2em;
}
/* Formular */
div#cf_1 {
  width: 100%;
  max-width: 100%;
}
#kontakt .convertforms .cf-fields {
  display: grid;
  grid-template-columns: [links] 50% [rechts] 50%;
  grid-template-rows: [oben] 25% [mitte] 25% [mitte2] 25%[unten] 25%;
}
.cf-control-group.formfeld.links {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cf-control-group.formfeld.rechts {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 2;
}
.cf-control-group.formfeld.rechts * {
  height: 100%;
}
.cf-control-group.formfeld.senden {
  grid-column: 2;
  text-align: right;
}
section#kontakt {
  background: url(/images/bg/kai-pelikan-metallguss-kontaktformular-bg.png);
  background-size: cover;
  padding: calc(var(--abstand) * 2) 0;
}
#kontakt h2 {
  color: var(--dgrau);
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1em;
  text-transform: uppercase;
}
div#cf_1 {
  width: 100%;
  max-width: 100%;
  background: transparent;
}
#kontakt .convertforms .cf-input {
  background: #fff;
  border: none;
}
button.cf-btn.cf-btn-style-flat.cf-btn-shadow-0 {
  display: inline-block;
  width: initial;
}
/* end Formular */
.bild-gross {
  padding: 0;
}
.bild-gross img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bilder {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding: 0;
}
.bilder img {
  width: 50%;
  height: 50%;
  object-fit: cover;
  padding: 1rem;
}
.bilder img:nth-child(odd) {
  padding-left: 0;
  padding-right: .5rem;
}
.bilder img:nth-child(even) {
  padding-right: 0;
  padding-left: .5rem;
}
.bilder img:nth-child(1), .bilder img:nth-child(2) {
  padding-bottom: 0;
}
#metallguss {
  background-color: var(--hgrau);
}
#metallguss h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#metallguss h2 img {
  max-height: 4em;
  width: auto;
  padding: 0 1em;
}
.leistung {
  margin: 2rem;
  background: #fff;
  background: linear-gradient(180deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
  box-shadow: var(--schatten);
  padding: 0.8rem;
  text-align: center;
}
.leistung img {
  width: 100%;
}
.leistung h3 {
  font-size: 1.3rem;
  margin-top: 1em;
  padding-bottom: .3em;
  margin-bottom: 1em;
  border-bottom: 1px dotted var(--grau);
  font-weight: 500;
}
section#tradition {

  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -1rem;
}
section#tradition > div {

  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -1rem;
  background-position: right;
}
section#qualitaet {
  position: relative;
}
section#qualitaet .container {
  position: relative;
  z-index: 2;
}
section#qualitaet::before {
  content: "";
  width: 14%;
  height: 100%;
  display: block;
  background-image: url(/images/bg/metallguss-bendorf-schmuckelement-links.png);
  position: absolute;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
section#qualitaet::after {
  content: "";
  width: 20%;
  height: 100%;
  background-image: url(/images/bg/metallguss-bendorf-schmuckelement-rechts.png);
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: bottom;
}
#kunst .bg-img {
  background-image: url(/images/bg/kai-pelikan-metallguss-schmuckelement-3-reverse.jpg);
  background-repeat: no-repeat;
  background-size: 50%;
}
.flexvert {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
ul.glide__slides {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
li.glide__slide {
  transition: all .2s linear;
}
.glide__slide--active {
  transform: scale(1.2);
}
.glide__arrows button {
  color: var(--dgrau);
}
#kontakt-seite a {
  color: var(--dunkel-grau-cta);
}
#impressum h2 {
  font-size: 1.5rem;
}
#impressum h3 {
  font-weight: normal;
}
a:focus, a:hover {
  color: var(--dgrau);
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: -1em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgb(227 227 227);
  width: 35px;
  box-shadow: unset;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid #fff;
  background-color: rgb(133 133 133 / 50%);
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid #6866678c;
  background-color: rgb(133 133 133 / 50%);
}
.glide__arrow--right {
  right: 0.5rem;
}
.glide__arrow--left {
  left: 0.5rem;
}
.carousel-item .w-50 {
  width: 50% !important;
  float: left;
  padding: 0 5%;
}
.carousel-item .w-50 h2 {
  margin-top: 25%;
}
.carousel-item .w-50 p {
  margin-top: 5%;
  font-size: 1.2rem;
}
#leistungen a:link {
  text-decoration: none;
  color: var(--body-color);
}
#leistungen a {
  text-decoration: none;
  color: var(--body-color);
}
.background-grey {
  background-color: #f5f5f5;
  padding-top: 2%;
}
.leistungs-inhalt {
  min-height: 15rem;
  margin-bottom: 8%;
}
.cta-leistungen {
  background: var(--grau-cta);
  display: inline-block;
  color: var(--dunkel-grau-cta);
  padding: 0.3rem 1rem;
  text-decoration: none;
  transition: all .3s linear;
  font-size: .8rem;
}
@media screen and (min-width: 768px) {}
@media screen and (max-width: 1099px) {
  section#wuensche {
    background-position-x: -20%;
  }
}
@media screen and (max-width: 991px) {
  .small-order-2 {
    order: 2;
    max-height: 450px;
  }
  section#wuensche {
    background: #eeeeef;
  }
  .metismenu.mod-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 1em;
    right: 0;
    box-shadow: var(--schatten);
  }
  div#header, div#header * {
    max-height: 380px;
  }
  .container-banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #header h1 {
    width: calc(100% - 18px);
  }
  .carousel-inner h2 {
    font-size: 1.8rem;
  }
  .carousel-item .w-50 h2 {
    margin-top: 15%;
  }
  #header .subheadline {
    font-size: 1.3em;
  }
  h2 {
    font-size: 1.8rem;
  }
  .glide__bullets {
    width: 25%;
  }
  .com-content-article.item-page h1 {
    font-size: 1.8rem;
  }
  section#video.ptb {
    padding: 0;
  }
  section#galerie {
    padding-bottom: 0;
    margin-top: 0;
  }
  h2.pb.text-center {
    padding-bottom: 0%;
    margin-top: 8%;
}

  #galerie div.container.pt {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #kontakt .convertforms .cf-fields {
    display: block;
  }
  section#kontakt {
    padding: var(--abstand) 0;
  }
  .leistung {
    margin: 2rem;
  }
  section#tradition {
    background: none;
  }
  section#tradition > div {
    background: none;
  }
  .p {
    padding: calc(var(--abstand) / 2);
  }
  .mt10 {
    margin-top: 10rem
  }
  .carousel-item .w-50 {
    width: 100% !important;
    text-align: center;
  }
}