/*!
 * Start Bootstrap - Grayscale v5.0.6 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

/* Custom fonts DBDB --> */

html,
body {
  overflow-x: hidden;
  -webkit-hyphens: off;
  -moz-hyphens: off;
  -ms-hyphens: off;
  hyphens: off;
}
@font-face {
  font-family: HKCarta-SemiBold;
  src: url(../fonts/HKCarta-SemiBold.woff2) format("woff2"),
    url(../fonts/HKCarta-SemiBold.woff) format("woff"),
    url(../fonts/HKCarta-SemiBold.otf) format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: HKCarta-Medium;
  src: url(../fonts/HKCarta-Medium.woff2) format("woff2"),
    url(../fonts/HKCarta-Medium.woff) format("woff"),
    url(../fonts/HKCarta-Medium.otf) format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: NeueEinstellung-Black;
  src: url(../fonts/neueeinstellung-black.woff2) format("woff2"),
    url(../fonts/neueeinstellung-black.woff) format("woff"),
    url(../fonts/NeueEinstellung-Black.otf) format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: NeueEinstellung-Regular;
  src: url(../fonts/neueeinstellung-regular.woff2) format("woff2"),
    url(../fonts/neueeinstellung-regular.woff) format("woff"),
    url(../fonts/NeueEinstellung-Regular.otf) format("opentype");
  font-weight: normal;
}

/*Prevent Site from scrolling when menu is open */
/* Konflikt mit Fancybox => Fickt die ganze Seite
 html, body{
    overflow-x: hidden;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
}
*/

p {
  font-family: "HKCarta-Medium";
  letter-spacing: 0.0625rem;
  font-size: 1rem;
  -webkit-hyphens: off;
  -moz-hyphens: off;
  -ms-hyphens: off;
  hyphens: off;
}

.kontakt p {
  font-family: "NeueEinstellung-Regular";
  letter-spacing: 0.0625rem;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  p {
    letter-spacing: 0.0625rem;
    font-size: 1.2rem;
  }
}

@media (min-width: 1200px) {
  p {
    letter-spacing: 0.0625rem;
    font-size: 1.8rem;
  }

  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
}

.nix::selection {
  background-color: rgba(255, 0, 0, 0);
  color: rgba(255, 0, 0, 0);
}

/* Menu Button */
.menu-btn {
  width: 50px;
  height: 100vh;
  padding: 10px;
  margin-bottom: 30px;
  background: #7b121c;
  color: #f2eacd;
  text-align: center;
  cursor: pointer;
  border: 0px;
  position: fixed;
  z-index: 999;
  font-size: 200%;
  top: 0;
  right: 0;
}

.menu-btn-text {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.menu-btn-logo {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0px;
  background-image: url(../img/schoemig-logo-beige.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: 30px;
  width: 50px;
  height: 50px;
  outline: 0 !important;
}

.menu-btn-logo-text {
  display: block;
  position: absolute;
  bottom: 170px;
  left: -2px;
  background-image: url(../img/schoemig-logo-text-beige.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom;
  background-size: 28px;
  width: 50px;
  height: 80vh;
  outline: 0 !important;
  border: 0 !important;
}

@media (max-height: 650px) {
  .menu-btn-logo {
    bottom: 75px;
  }
  .menu-btn-logo-text {
    background-size: 20px 250px;
  }
  .menu-btn-logo-text:hover {
    background-image: none !important;
  }
  .menu-btn-logo-text:focus {
    background-image: none !important;
  }
}

@media (max-height: 500px) {
  .menu-btn-logo-text {
    background-size: 10px 125px;
  }
}

@media (max-height: 360px) {
  .menu-btn-logo-text {
    background: none;
  }
}

.menu-btn-logo:hover {
  background-image: url(../img/schoemig-logo-gelb.png);
}
.menu-btn-logo:focus {
  background-image: url(../img/schoemig-logo-gelb.png);
}

.menu-btn-logo-text:hover {
  background-image: url(../img/schoemig-logo-text-gelb.png);
}
.menu-btn-logo-text:focus {
  background-image: url(../img/schoemig-logo-text-gelb.png);
}

.menu-btn:hover {
  color: #d3a724;
}

.menu-btn:active,
.menu-btn:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.logo1 {
  width: 75%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .logo1 {
    width: 60%;
    margin-bottom: 30px;
  }
}

.logo2 {
  width: 20vw;
}

.splittext {
  padding-left: 8vw;
  padding-right: 8vw;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.textbeige {
  color: #f2eacd;
}

.bgred {
  background: #7b121c !important;
}

.bgyellow {
  background: #d3a724;
}

.bgorange {
  background: #ee751d;
}

.bgbeige {
  background: #f2eacd;
}

.bild1 {
  background: url("../img/2047_1.jpg");
}
.bild2 {
  background: url("../img/kachelofen/kachelofen-gross-115.jpg");
}
.bild3 {
  background: url("../img/kachelofen/kachelofen-gross-113.jpg");
}
.bild4 {
  background: url("../img/o/ausstellung-2.jpg");
}
.bild5 {
  background: url("../img/kachelofen/kachelofen-gross-1111.jpg");
}
.bild6 {
  background: url("../img/kachelofen/kachelofen-gross-1211.jpg");
}
.bild7 {
  background: url("../img/o/pelletofen-33.jpg");
}
.bild8 {
  background: url("../img/o/pelletofen-42.jpg");
}
.bild9 {
  background: url("../img/o/kamin-modern-113.jpg");
}
.bild10 {
  background: url("../img/o/kamin-modern-111.jpg");
}
.bild11 {
  background: url("../img/o/kamin-ofen-138.jpg");
}
.bild12 {
  background: url("../img/o/kamin-ofen-139.jpg");
}
.bild13 {
  background: url("../img/kachelofen/kachelofen-gross-12+.jpg");
}
.bild14 {
  background: url("../img/fliesen/fliesen-1.jpg");
}

.bild15 {
  background: url("../img/kachelofen/kachelofen-2124.jpg");
}

.splitimage {
  position: relative;
  width: 100%;
  height: auto;

  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.splitmaps {
  position: relative;
  width: 100%;
  height: 100%;
}

.NeueEinstellung-Black {
  font-family: NeueEinstellung-Black, sans-serif;
}
.NeueEinstellung-Regular {
  font-family: NeueEinstellung-Regular, sans-serif;
}

.textsection {
  padding-top: 10rem;
  background: #f2eacd;
  padding-bottom: 10rem;
}

@media (max-width: 768px) {
  .textsection {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.text {
}

@media (max-width: 768px) {
  .text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.imgsection {
  background: #f2eacd;
}

.abstand {
  padding-top: 10rem;
  background: #f2eacd;
}

@media (max-width: 768px) {
  .abstand {
    padding-top: 4rem;
    background: #f2eacd;
  }
}

.abstand2 {
  padding-bottom: 10rem;
  background: #f2eacd;
}

@media (max-width: 768px) {
  .abstand2 {
    padding-bottom: 4rem;
    background: #f2eacd;
  }
}

.imgpadding {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.textsection p {
  margin-bottom: 3rem;
}

.bildrand {
  margin-top: -40vh;
}

.pushright {
  margin-left: 50px;
}

.masthead {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 35rem;
  padding: 15rem 0;
  background: url("../img/0273-11-01A+_web-black.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.headtext {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 7vh;
  padding-bottom: 5vh;
  z-index: 10;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

/* SLIDER */
.crossfade > figure {
  animation: imageAnimation 18s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
/* add Background images */
.crossfade > figure:nth-child(1) {
  background-image: url("../img/0273-11-01A++_web.jpg");
}

.crossfade > figure:nth-child(2) {
  animation-delay: 4s;
  background-image: url("../img/o/pelletofen-24.jpg");
}

.crossfade > figure:nth-child(3) {
  animation-delay: 8s;
  background-image: url("../img/o/eck-kamin-89.jpg");
}

.crossfade > figure:nth-child(4) {
  animation-delay: 12s;
  background-image: url("../img/o/pelletofen-27.jpg");
}

.crossfade > figure:nth-child(5) {
  animation-delay: 16s;
  background-image: url("../img/o/kachelofen-klassisch-10.jpg");
}

.hidethisstuff > figure {
  display: none !important;
}

/* Keyframes */
@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  2% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  23% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* END OF SLIDER */

.textyellow {
  color: #d3a724;
}
.versal {
  text-transform: uppercase;
  letter-spacing: 4px;
}

h1 {
  font-family: "HKCarta-Medium";
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.125rem;
  text-align: left;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h2 {
  font-family: "NeueEinstellung-Black", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #7b121c;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 922px) {
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.5;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }
}

@media (min-width: 1200px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  h1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.5rem;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }
  h2 {
    font-size: 2.6rem;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }

  .btn-primary {
    padding-bottom: 1rem !important;
  }

  .btn-ausstellung {
    padding-bottom: 1rem !important;
  }
}

.btn {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 0.5rem 1rem 0.3rem 1rem;
  font-family: "NeueEinstellung-Regular";
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
  border-radius: 0;
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
}

.btn-primary {
  background-color: #7b121c;
  color: #f2eacd;
}

.btn-primary:hover {
  background-color: #952e31;
}

.btn-ausstellung {
  background-color: #d3a724;
  color: #f2eacd;
}

.btn-primary:focus {
  background-color: #952e31;
  color: white;
}

.btn-primary:active {
  background-color: #952e31 !important;
}

@media (min-width: 922px) {
  .btn {
    font-size: 150%;
    padding: 1.5rem 2rem;
  }
}

.btn-ausstellung:hover {
  background-color: #d3a724;
}

.btn-ausstellung:focus {
  background-color: #d3a724;
  color: white;
}

.btn-ausstellung:active {
  background-color: #d3a724 !important;
}

@media (min-width: 922px) {
  .btn {
    font-size: 150%;
    padding: 1.5rem 2rem;
  }
}

body {
  color: #232323;
  background: #7b121c;
}

a {
  color: #952e31;
  text-decoration: underline;
  text-decoration-color: #d4a9aa;
}

a:focus,
a:hover {
  text-decoration: underline;
  color: #d3a724;
}

.abba {
  color: #d3a724;
}

.abba:focus,
.abba:hover {
  text-decoration: none;
  color: #d3a724;
}

.vcard {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.vcard a {
  color: #d3a724;
}

.sectionlink {
  text-decoration: none;
}
.sectionlink:focus,
.sectionlink:hover {
  background-color: #d3a724 !important;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #64a19d !important;
}

.text-primary {
  color: #64a19d !important;
}

footer {
  padding: 5rem 0;
}

.nohyphens {
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
}

.fancyboxgallerytrigger {
  color: #952e31;
  text-decoration: underline;
}

.fancyboxgallerytrigger:hover {
  color: #d3a724;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .smallbuttonspace {
    margin-bottom: 50px;
  }
}

@media (max-width: 1000px) {
  .imgpadding {
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
}

#uc-privacy-button {
  display: none;
}

/* Floating News */
.fixeduponopenedmenucss {
  background-color: #4f0c12;
}

.floating-news {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  padding: 2rem 1rem 2rem 80px;
  background-color: #d3a724;
  color: #952e31;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 2rem !important;
}

.hidden {
  display: none;
}
