:root {
    --color-primary: rgb(112, 41, 99);
    --color-primary-light: rgb(226, 197, 169) !important;
}
/* ALLGEMEINE FORMATIERUNGEN START */
/* FONT QUICKSAND START */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/quicksand/quicksand-v29-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/quicksand/quicksand-v29-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/quicksand/quicksand-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/quicksand/quicksand-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/quicksand/quicksand-v29-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/quicksand/quicksand-v29-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* FONT QUICKSAND END */
html {
    font-size: 20px;
    max-width: 100vw;
    overflow-x: hidden;
}
body {
    font-size: 0.75rem!important;
    line-height: 1.4!important;
    font-family: 'Quicksand', sans-serif!important;
}
video {
	width: 100%;
}
footer {
    background: var(--color-primary);
    color: #fff;
    padding: 2rem 0;
}
/* ALLGEMEINE FORMATIERUNGEN END */
/* HEADER START */
.header-wrapper {
    position: relative;
    padding-bottom: 45%;
    overflow: hidden;
    background: #efefef;
}
.header-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 3rem;
    background: url('../img/header-xs.webp') center top / cover no-repeat;
}
@media screen and (min-width: 576px) {
	.header-image {
		background: url('../img/header-m.webp') center top / cover no-repeat;
	}
}
@media screen and (min-width: 992px) {
	.header-image {
		top: 4rem;
		background: url('../img/header-l.webp') center top / cover no-repeat;
	}
}
@media screen and (min-width: 1200px) {
	.header-image {
		background: url('../img/header-xl.webp') center top / cover no-repeat;
	}
}
.header-caption {
    background: rgba(255, 255, 255, 0.8);
    border-top: solid 4px #702963;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 1rem;
}
.header-caption-title {
    margin: 0!important;
    font-size: 1.5rem!important;
    font-weight: 300!important;
}
@media screen and (max-width: 767px) {
    .header-caption {
        border: none;
    }
    .header-wrapper {
        min-height: 320px;
        border-bottom: solid 4px #702963;
    }
}
@media screen and (min-width: 768px) {
	.header-caption-title {
        font-size: 3rem!important;
    }
}
@media screen and (min-width: 992px) {
	.header-caption-title {
        font-size: 4rem!important;
    }
}
@media screen and (min-width: 1200px) {
	.header-caption-title {
		font-size: 5rem!important;
	}
}
/* HEADER END */

.bg-primary-light {
    background-color: var(--color-primary-light);
}

.btn-sm.btn-rounded {
	border-radius: 50px;
	padding: 0.5rem 1.5rem;
}

.btn-check:focus+.btn-primary, .btn-secondary, .btn-secondary:focus, .btn-primary:focus, .btn-outline-primary:focus, .btn-outline-secondary:focus, .btn-close:focus, .navbar-toggler:focus, .form-control:focus {
	box-shadow: none !important;
}

.alert {
	border-radius: 0 !important;
}
/*hr {
    border-top: 1px dashed rgba(0, 0, 0, 0.2) !important;
	background-color: unset !important;
	opacity: 1 !important;
}
hr.white {
    border-top: 1px dashed rgba(255, 255, 255, 0.9) !important;
}*/
/* SHOPLINK IMAGE START */
.shoplink-wrapper {
    position: relative;
    padding-bottom: 45%;
    overflow: hidden;
    background: #f7f7f7;
}
.shoplink-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url('../img/img_shoplink.webp') center center / cover no-repeat;
}
@media screen and (min-width: 992px) {	
	.shoplink-wrapper {
		padding-bottom: 35%;	
	}
}
@media screen and (min-width: 1200px) {
	.shoplink-wrapper {
		padding-bottom: 25%;	
	}
}
.shoplink-image-produkte {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url('../img/img_shoplink_produkte.webp') center center / cover no-repeat;
}
/* SHOPLINK IMAGE END */
/* COUNT START */
.block-count {
    padding-left: 50px;
    position: relative;
}
.block-count-number {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 27px;
    line-height: 1.25;
}
.bg-primary-light .block-count-number {
    background: #fff;
    color: var(--color-primary-light);
}
/* COUNT END */
/* FORM START */
.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-radius: 0!important;
	margin: 0.25rem 0rem;
	font-size: 0.75rem!important;
	line-height: 1.4!important;
}
.form-custom .form-control:focus {
    border-color: var(--color-primary);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* FORM END */
/* NAVIGATION START */
#navbar-main-wrapper {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 9;
}
#navbar-main {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#navbar-main .navbar-nav > li > a {
    color: #fff;
    padding-top: 28px;
    padding-bottom: 28px;
}
#navbar-main .navbar-nav > li > a.btn-navbar {
    background: var(--color-primary-light)!important;
    padding: 10px 36px;
    margin-top: 18px;
    font-weight: bold;
    color: #fff!important;
    border-radius: 20px;
}
#navbar-main .navbar-nav > li > a.btn-navbar:hover {
    background: #fff!important;
    color: var(--color-primary)!important;
}
.navbar-brand > img {
    max-width: 190px;
}
.dropdown-item {
	font-size: 0.75rem;
}
.dropdown-menu {
	border-radius: 0px !important;
}
.dropdown-toggle {
	outline: none;
}
@media screen and (max-width: 767px) {
	body {
        padding-top: 60px;
    }
	#navbar-main-wrapper {
		position: fixed;
		left: 0;
		right: 0;
	}
}
@media screen and (max-width: 991px) {
	#navbar-main .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #navbar-main .navbar-nav > li > a.btn-navbar {
        border-radius: 0;
        padding: 15px;
        margin-top: 5px;
    }
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu { display: none; }
	.navbar .nav-item:hover .nav-link {   }
	.navbar .nav-item:hover .dropdown-menu { display: block; }
	.navbar .nav-item .dropdown-menu { margin-top:0; }
	.navbar-expand-lg .navbar-collapse {flex-direction: row-reverse; }	
	.dropdown-menu {left: unset!important; right: 0px; border-radius: 0!important; }
}	
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.45rem !important; padding-left: 0.45rem !important;}
	.navbar-brand > img {
        max-width: 250px;
    }
	#navbar-main .navbar-nav > li > a {
        font-size: 12px;
    }
}
@media screen and (min-width: 1200px) {
	.navbar-brand > img {
        max-width: 350px;
    }
}
/* NAVIGATION END */
/* FIXED CONTACT POPUP START */
@media screen and (min-device-width: 481px) {
    #contact-fixed a[href^="tel"]:link, #contact-fixed a[href^="tel"]:visited, #contact-fixed a[href^="tel"]:hover {
        cursor: text;
        pointer-events: none;
    }
}
#contact-fixed {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    pointer-events: none;
}
@media screen and (min-width: 1200px) {
	#contact-fixed {
		bottom: 40px;
	}
}
#contact-fixed.contact-fixed-animate {
    pointer-events: auto;
}
#contact-fixed-content {
    border-radius: 4px;
    background: var(--color-primary);
    color: #fff;
    padding: 15px;
    margin-right: 120px;
    position: relative;
    display: block;
    text-decoration: none !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
#contact-fixed-content:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: var(--color-primary);
    border-width: 10px;
    margin-top: -10px;
}
#contact-fixed-content span {
    display: block;
    text-align: center;
    white-space: nowrap;
	color: #fff;
}
#contact-fixed-content span + span {
    font-size: 21px;
}
#contact-fixed-img {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    background: #eee url('../img/img-phone.png') no-repeat center center / cover;
    border: solid 4px #fff;
}
#contact-fixed-img {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
}
.contact-fixed-animate #contact-fixed-img {
    -webkit-animation: popUp ease-in-out 1;
    -moz-animation: popUp ease-in-out 1;
    animation: popUp ease-in-out 1;
    animation-duration: 0s;
    animation-delay: 0s;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    animation-duration: 0.2s;

}
#contact-fixed-content {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}
.contact-fixed-animate #contact-fixed-content {
    -webkit-animation: slideIn ease-in-out 1;
    -moz-animation: slideIn ease-in-out 1;
    animation: slideIn ease-in-out 1;
    animation-duration: 0s;
    animation-delay: 0s;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
/* POPUP ANIMATION */
@-webkit-keyframes popUp {
    from {
        -webkit-transform: scale(0.6);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes popUp {
    from {
        -moz-transform: scale(0.6);
        opacity: 0;
    }
    to {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@keyframes popUp {
    from {
        transform: scale(0.6);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
/* SLIDEIN ANIMATION */
@-webkit-keyframes slideIn {
    from {
        -webkit-transform: translateX(20px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes slideIn {
    from {
        -moz-transform: translateX(20px);
        opacity: 0;
    }
    to {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideIn {
    from {
        transform: translateX(20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@media screen and (max-width: 1799px) {
    #contact-fixed {
        width: 85px;
        -webkit-transition: width 0.2s;
        -moz-transition: width 0.2s;
        -ms-transition: width 0.2s;
        -o-transition: width 0.2s;
        transition: width 0.2s;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    #contact-fixed.contact-fixed-active {
        width: 290px;
        -webkit-transition: width 0s;
        -moz-transition: width 0s;
        -ms-transition: width 0s;
        -o-transition: width 0s;
        transition: width 0s;
    }
    #contact-fixed-img {
        border: solid 2px #fff;
        width: 90px;
        height: 90px;
    }
    #contact-fixed-img:after {
        font-family: 'Font Awesome\ 5 Free';
        font-size: 22px;
        line-height: 35px;
        text-align: center;
        /*content: '\f095';*/
		content: '\f075';
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--color-primary);
        border: solid 2px #fff;
        position: absolute;
        color: #fff;
        display: block;
        right: -10px;
        top: -10px;
        font-weight: 900;
    }
    #contact-fixed.contact-fixed-active #contact-fixed-img:after {
        content: '\f00d';
        background: #222;
    }
    #contact-fixed-content {
        margin-right: 105px;
    }
    #contact-fixed-content span {
        display: block;
        text-align: center;
    }
    #contact-fixed-content span + span {
    }
    #contact-fixed #contact-fixed-content {
        bottom: -200px;
        -webkit-transition: bottom 0.2s;
        -moz-transition: bottom 0.2s;
        -ms-transition: bottom 0.2s;
        -o-transition: bottom 0.2s;
        transition: bottom 0.2s;
    }
    #contact-fixed.contact-fixed-active #contact-fixed-content {
        bottom: 5px;
    }
}
/* FIXED CONTACT POPUP END */
/* COOKIE HINWEIS START */
.cc_container{
    background: #702963 !important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    font-weight: normal !important;
    font-size: 0.75rem !important;
    background-color: #e2c5a9 !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    color: #fff !important;
}
.cc_container a {
	color: #e2c5a9 !important;
}
.cc_container .cc_btn {
    padding: 12px 10px !important;
    max-width: 10rem !important;
}
.cc_message::before {
    display: none !important;
}
/* COOKIE HINWEIS END */
/* IMAGES START */
.blur-in-wrapper img {
    width: 100%;
}

.blur-in-wrapper > div {
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.img-circle {
	width: 90%;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.img-overlay {
	position: absolute;
	background-color: rgb(204, 153, 102, 0.75);
	padding: .15rem .5rem;
}
.bottom-left {
	bottom: 10px;
	left: 0px;
}
.bottom-right {
	bottom: 10px;
	right: 0px;
}
.bottom-center {
	bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.top-left {
	top: 10px;
	left: 0px;
}
.top-right {
	top: 10px;
	right: 0px;
}
.top-center {
	top: 10px;
	margin-left: auto;
	margin-right: auto;
}
/* IMAGES END */
/* FOOTER START */
.icon-shop-bar {
  position: fixed;
  bottom: 0px;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: auto;
  z-index: 9;
  border-radius: 50%;
}
.icon-shop-bar-right {
  position: fixed;
  bottom: 0px;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: auto;
  z-index: 9;
  border-radius: 50%;
}
.icon-shop-bar a {
  display: block;
  text-align: center;
  padding: 10px 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 25px;
  border-radius: 50%;
}
.icon-shop-bar-right a {
  display: block;
  text-align: center;
  padding: 10px 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 25px;
  border-radius: 50%;
}
.icon-shop-bar a:hover {
  background-color: #B38659;
  color: #fff;
}
.icon-shop-bar-right a:hover {
  background-color: #B38659;
  color: #fff;
}
.facebook {
  background: var(--color-primary);
  color: white;
}
.instagram {
  background: var(--color-primary);
  color: white;
}
.shopping {
	background: var(--color-primary);
	color: white;
	border: 2px solid #ffffff;
	box-shadow: 0 0 20px rgb(0 0 0 / 35%);
}
.fa-md {
	font-size: 1.25em;
	vertical-align: -.115em;
}
.fa-plus-circle {
	color: #cc9966;
}
/*
.fa-lg {
	font-size: 1.75em;
}*/
.fa-xl {
	font-size: 2.00em;
}
/* FOOTER END */
/* SPACING START */
.clear-1 {
    height: 1rem;
}
.clear-2 {
    height: 2rem;
}
.clear-3 {
    height: 3rem;
}
.clear-4 {
    height: 4rem;
}
.clear-5 {
    height: 5rem;
}
/* SPACING END */

.notice {
	padding: 15px;
	background-color: #fafafa;
	border-left: 10px solid #7f7f84;
	margin-top: 10px;
	font-size: small;
}
.notice-danger {
	border-color: #d73814;
}
.notice-success {
	border-color: #80d651;
}
.hyphens {
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

/* ACCORDION START */
.accordion-body {
	padding: 1rem 0.5rem !important;
}
.accordion-button {
	font-size: 0.75rem !important;
	font-weight: bold !important;
}
.accordion-button::after {
	background-size: 20px 18px !important;
	background-position: left center;
}
.accordion-button:focus {
	border-color: var(--color-primary-light) !important;
	box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
	color: #fff !important;
	background-color: var(--color-primary-light) !important;
	box-shadow: none !important;
}
.bg-primary-li {
	background-color: var(--color-primary-light) !important;
}
.vr {
    --mdb-divider-width: 2px;
    --mdb-divider-bg: #f5f5f5;
    --mdb-divider-opacity: 1;
    width: var(--mdb-divider-width);
    background-color: var(--mdb-divider-bg);
    opacity: var(--mdb-divider-opacity);
}
.vr-blurry {
	--mdb-divider-blurry-vr-bg-image: linear-gradient(180deg,transparent,#666,transparent);
    --mdb-divider-blurry-vr-width: 1px;
    --mdb-divider-blurry-opacity: 0.25;
    background-image: var(--mdb-divider-blurry-vr-bg-image);
    width: var(--mdb-divider-blurry-vr-width);
    opacity: var(--mdb-divider-blurry-opacity);
}
hr:not([size]).hr.hr-blurry {
	background-color: var(--mdb-divider-blurry-bg);
    background-image: var(--mdb-divider-blurry-bg-image);
    height: var(--mdb-divider-blurry-height);
    opacity: var(--mdb-divider-blurry-opacity);
}
hr:not([size]).hr {
    --mdb-divider-height: 2px;
    --mdb-divider-bg: #f5f5f5;
    --mdb-divider-opacity: 1;
    --mdb-divider-blurry-bg: transparent;
    --mdb-divider-blurry-bg-image: linear-gradient(90deg,transparent,#666,transparent);
    --mdb-divider-blurry-height: 1px;
    --mdb-divider-blurry-opacity: 0.40;
    height: var(--mdb-divider-height);
    background-color: var(--mdb-divider-bg);
    opacity: var(--mdb-divider-opacity);
}
.hr-white {
	--mdb-divider-blurry-bg-image: linear-gradient(90deg,transparent,#fff,transparent) !important;
	--mdb-divider-blurry-opacity: 0.50 !important;
}
.lh-0 {
	line-height: 0 !important;
}
.carousel-caption-title {
	font-size: 1.25rem;
}
	
@media screen and (min-width: 576px) {
	.carousel-caption-title {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 768px) {
	.carousel-caption-title {
		font-size: 2rem;
	}
}
@media screen and (min-width: 992px) {
	.carousel-caption-title {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1200px) {
	.carousel-caption-title {
		font-size: 2.5rem;
	}
}
.bottom-25 {
	bottom: 25%!important;
}
.bottom-30 {
	bottom: 30%!important;
}