/* CSS Document */

body {
  background-color: #fff;
  font-size: 1rem;
  font-family: futura-pt, sans-serif; /*Für Fließtext immer die Futura PT nehmen*/
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "tekton-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "tekton-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
a {
  color: #45648C;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
a:hover {
  color: #0E2F73;
}

.nowrap {
	white-space: nowrap;
}
.copyright {
    font-size: 20px;
    font-weight: 300;
    
}

h4 {
	text-transform: none;
}
.subtitel {
	font-size: 1.6rem;
	text-transform: none;
}

.call-to {
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: none;
}
.call-to-p {
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: none;
}
/* -------------------- Farben BEGINN -------------------- */

.color-01 {
  color: #0E2F73; /*farbname1*/
}
.color-02 {
  color: rgba(48,30,2,1.00); /*farbname2*/
}
.color-03 {
  color: #8EA3BF; /*farbname3*/
}
.color-04 {
  color: #333; /*schwarz*/
}
.color-05 {
  color: #fff; /*weiß*/
}
.color-06 {
  background-image: linear-gradient(45deg, #fff 0%, #8EA3BF 100%); /*Verlauf*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-color-01 {
  background-color: #0E2F73; /*farbname1*/
}
.bg-color-02 {
  background-color: #45648C; /*farbname2*/
}
.bg-color-03 {
  background-color: #8EA3BF; /*farbname3*/
}
.bg-color-04 {
  background-color: #333; /*schwarz*/
}
.bg-color-05 {
  background-color: #fff; /*weiß*/
}
.bg-color-06 {
  background-image: linear-gradient(45deg, #fff 0%, #8EA3BF 100%); /*Verlauf*/
}

/* -------------------- Farben ENDE -------------------- */



/* -------------------- Hintergrundbilder BEGINN -------------------- */

.bg-top-info {
  background-color: #0E2F73; /*farbname1*/
    
}
.bg-content-front {
  background-image: url("../images/background/001--48259746.jpg");
  background-size: cover;
}
.bg-content-back {
  background-image: url("../images/background/001--588972201.jpg");
  background-size: cover;
}
.bg-review {
  background-image: url("../images/background/001--129568544.jpg");
  background-size: cover;
  background-position: center;
/*  border-bottom: solid 15px rgba(48,30,2,1.00);
  border-top: solid 15px rgba(48,30,2,1.00);*/

}
.bg-footer {
  background-image: url("../images/background/001--588972201.jpg");
  background-size: cover;
  background-position: center;

}
.bg-footer-end {
  background-image: url("");
  background-size: cover;
}
.bg-referenzen {
  background-image: url("../images/background/001--588972201.jpg");
  background-size: cover;
  /*border-bottom: solid 15px rgba(48,30,2,1.00);*/

}
.bg-color-13  {
  background-image: url("../images/referenzen/badmoebel/003--20140416_105405.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply !important;
  background-color: rgba(0,0,0,0.6); /*schwarz blur 75%*/
  backdrop-filter: blur(10px);
  box-shadow: 15px 0px 15px -15px rgba(0,0,0,0.85);
  border-right: 1px solid #000;
}
/* -------------------- Hintergrundbilder ENDE -------------------- */


/* -------------------- Border BEGINN -------------------- */

.border-6 {
	border-width: 6px !important;
}
.border-7 {
	border-width: 7px !important;
}
.border-8 {
	border-width: 8px !important;
}
.border-9 {
	border-width: 9px !important;
}
.border-10 {
	border-width: 10px !important;
}

/* -------------------- Border ENDE -------------------- */



/* -------------------- Parallax BEGINN -------------------- */

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* -------------------- Parallax ENDE -------------------- */



/* -------------------- Scroll Top BEGINN -------------------- */

.scroll-top {
  display: none !important;
  color: #fff;
  font-weight: bold;
  background-color: rgba(43, 43, 43, 0.60);
  right: 140px;
  bottom: 4.5%;
  position: fixed;
  transition: all .35s;
  box-shadow: 1px 0px 2px #333;
  font-size: 0.7rem;
  z-index: 9;
}
.scroll-top:hover {
  color: #1D1D1B;
  text-decoration: none;
}
@media (min-width: 992px) {
  .scroll-top {
    display: block !important;
  }
}

/* -------------------- Scroll Top ENDE -------------------- */



/* -------------------- Top Info BEGINN -------------------- */

.top-info a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
.top-info a:hover {
  color: #e7000e;
}
.ie {
  z-index: 999;
  top: 0;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #b09e80;
}

/* -------------------- Top Info ENDE -------------------- */



/* -------------------- hr style BEGINN -------------------- */

.hr-style {
  background-image: url(../images/border.svg);
  background-size: contain;
  width: 100%;
  height: 10px !important;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  opacity: 1;
}

/* -------------------- hr style ENDE -------------------- */



/* -------------------- Öffnungszeiten Tabelle BEGINN -------------------- */

.table {
  border-color: #8EA3BF;
}
.table .table {
  background-color: transparent;
  color: #333;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #0E2F73;
  color: #fff;
  font-weight: 400;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 1rem;
}

/* -------------------- Öffnungszeiten Tabelle ENDE -------------------- */



/* -------------------- Datenschutz Button BEGINN -------------------- */

.btn-success {
  color: #fff;
  background-color: #b09e80;
  border-color: #b09e80;
}
.btn-success:hover {
    color: #fff;
    background-color: #b09e80;
    border-color: #b09e80;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #b09e80 !important;
  border-color: #b09e80 !important;
  box-shadow: 0 0 0 .25rem rgba(176,158,128,0.50) !important;
}
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #b09e80;
  background-image: none;
  border-color: #b09e80
}
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(176,158,128,0.50);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #b09e80;
  background-image: none;
  border-color: #b09e80;
}

/* -------------------- Datenschutz Button ENDE -------------------- */
.info-container {
     z-index: 2000;
    }

@media (max-width:1200px){
.info-container {
    position: absolute;
    top: 30vh;
    left: 50vw;
    transform: translateX(-50%);
    z-index: 2000;
    background-color: rgba(255,255,255,0.64);
    padding: 1em;
    width:100%
    }}

.info-wrapper{
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
  }

.wrapout{
    margin-left: 0.5em;
}

.info-icon{
    
}

.icon-info {
    padding: 0.6em;
    background-color: #0E2F73;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    
}
/* -------------------- Referenzen/Galerie BEGINN -------------------- */ 

.first-img {
  width: 90%;
  height: auto;
  float: right;
  object-fit: cover;
}
.second-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.third-img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.fourth-box {
  width: 35%;
  height: auto;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%);
  margin: -40% auto 0 auto;
  background-color: #fff;
  background-size: cover;
  border: 5px solid #000;
  text-align: center;
  display: grid;
  position: relative;
  z-index: 9;
}
.referenz-btn {
  background-color: #0E2F73;
  color: #fff;
  border: 3px solid #fff;
  outline: 3px solid #000;
  border-radius: 3px;
  text-transform: none;
}
.referenz-btn:hover {
  background-color: #8EA3BF;
  color: #333;
  border: 3px solid #fff;
  outline: 3px solid #0E2F73;
  border-radius: 3px;
  text-transform: none;
}
.referenz-btn:focus {
  outline: none;
}
@media (max-width: 1199px) {
  .fourth-box {
    margin: -50% auto 0 auto;
  }
}
@media (max-width: 992px) {
  .first-img {
    width: 100%;
  }
  .third-img {
    width: 100%;
    height: auto;
  }
  .fourth-box {
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
  }
} 

/* -------------------- Referenzen/Galerie ENDE -------------------- */


/* -------------------- Slidershow Multiple Items BEGINN -------------------- */

.carousel-inner .carousel-item .card .card-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
  display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

/* -------------------- Slidershow Multiple Items BEGINN -------------------- */


 /* -------------------- Shop-button Style ANFANG ---------------------------*/ 

.bg-shop {
  background-image: url("../images/background/001--199890695.jpg");
  background-size: cover;
  background-position: center;
}

.SalesEx2 {/* ex 2 texts  */
    position: relative;
    top: 51%;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 3px 5px 2px #333;
    color:#fff;
    opacity:1; 
    font-size: 3em; 
}
@media (max-width: 992px) {
.SalesEx2 {
      font-size: 1.7em!important; 
     }

.ShopNowEx2 {/* ex 2 texts  */
     top: 47%!important;
    }
}

.ShopNowEx2 {/* ex 2 texts  */
    position: relative;
    top: 49%;
    left: 50%;
    font-weight: 700;
    transform: translateX(-50%);
    font-size: 1em;
    color: #333;
    text-shadow: 1px 1px 1px #fff;
}


.BorderAnimationEx2 {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation:BannerBorder 50s linear alternate infinite;
  animation-delay: 0s;
}
 /* Global Border Animation   */ 
@keyframes BannerBorder {
  from {
    stroke-dashoffset: 1500;
  }
  to {
    stroke-dashoffset: 1;
  }
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}


@keyframes example {
    from {color: red;}
    to {color: yellow;}
}

 /* -------------------- Shop-button Style ENDE ---------------------------*/ 

 /* -------------------- Mini Gallery Style ENDE ---------------------------*/ 

.minigallery {
  position: relative;
  font-size: .95em;
  margin: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 80px auto 90px 90px;
  grid-template-areas:
    ". n n n n n n n n n n d"
    "m c c c c c c c c c c a"
    "s c c c c c c c c c c a"
    "s . . . . . . . . . . b";
  }
.bilder{
  grid-area: c;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 20px;
  grid-auto-flow: dense;
  overflow: auto;
  padding-right: 20px;  /*fix box-shadow on right side cutting off*/
}

/*scrollbar stuff*/
.bilder {
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
}
.bilder::-webkit-scrollbar { 
    display: none;  // Safari and Chrome
}

.bilder>div{
  z-index: 1;
  position: relative;
  padding: 0;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0,0,0,.2), 
              5px 5px 25px rgba(0,0,0,.1);
  transition: all .3s ease-in-out;
}
.bilder div img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all .6s ease-in-out;
}
.bilder>div, .container div img{
/*   transition: all .6s ease-in-out; */
}
/*make bIG*/
.bilder>div:hover, .container>div:hover img{
  transform: scale(1.05);
}

.vertical{
  grid-row: span 2;
}
.horizontal{
  grid-column: span 2;
}
.big{
  grid-row: span 2;
  grid-column: span 2;
}


/* Animation Stuff */

@keyframes slideInFromLeft{
  0%{
    transform: translateX(-130%);
  }
  100%{
    transform: translateX(0);
  }
}
@keyframes slideInFromRight{
  0%{
    transform: translateX(300%);
  }
  100%{
    transform: translateX(0);
  }
}
@keyframes slideInFromBottomActive{
  0%{
    padding-bottom: 300px;
  }
  100%{
  }
}
@keyframes slideInFromTop{
  0%{
    opacity: 0;
    margin-bottom: -100%;;
  }
  100%{
    opacity: 1;
  }
}
@keyframes fadeIn{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
 /* -------------------- Minigallery Style ENDE ---------------------------*/ 

.sysiegel {
  width: 100%;
  cursor: pointer;
}