body.overflow {
	position: fixed;
	height:100%;
	width: 100%;
	padding-right: 0px !important;
}
body.overflow .navbar.hidden .bg-secondary.container-fluid {
	  transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

.offcanvas {
	overflow: scroll;
	padding-top: 0 !important;
}

.container {
	padding-right: 2rem;
	padding-left: 2rem;
}	

.kopfgrafik-text h1 {
	margin-bottom: 0.5rem;	
}
h1 {
	margin-bottom: 2rem;	
}
h2 {
	margin-bottom: 1rem;
}

h3 {
	margin-bottom: 1rem;
	margin-top: 2rem;
}

h4 {
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.parallax {
	background-attachment: inherit;
}
.container .swiper-button-next {
	right: 20px !important;
}
.container .swiper-button-prev{
	left: 20px !important;
}
.Galerie.klein {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 5px;
}
.ringe .ring img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.offcanvas-header .btn-close {
    padding: 0;
    margin: 0;
    margin-right: 1rem;
}
.navbar-brand object {
    height: 30px;
}

.navbar-primary #SprachWechsler .sprachliste.aktiv {
    position: absolute;
    right: 8rem;
    background: #DAD4C7;
}
.navbar .icon {
    width: 26px !important;
    height: 26px !important;
}
#SprachWechsler .wg-flags a img.wg-flag {
    height: 26px;
    width: 26px;
}

#suche * {
    height: 26px;
}
#suche #SuchFeld {
	width: 26px;
	height: 26px;
}
#suche #SuchFeld:focus {
  width: 80%;
  margin-left: auto;
}

.offcanvas-header .btn-language {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.offcanvas-header .btn-language,
.offcanvas-header .btn-contact {
	flex: none;
}
.navbar-primary #suche #SuchFeld,
.navbar-primary #SprachWechsler {
	display: none;
}
.faq.videos {
    gap: 3rem;
    padding: 0;
}

.navbar-secondary {
	display: none;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1rem;
    margin-top: 2rem;
}
#RingListe {
    grid-gap: 20px;
}
.RingVorschau .RingInfo {
	opacity: 1;
	display: none !important;
}

#content-wrapper .RingVorschau .btn {
    margin-top: 0.5rem;
}

.RingVorschau:hover .RingInfo {
	opacity: 1;
	display: block !important;
}

.quicklinks h4 {
	word-break: break-word;
}

.Handwerk br,
.quicklinks br {
	display: block;
}

.messen,
.presse {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
}

.messen #messe .artikelbild a {
	height: 100px;

}
.messen #messe .artikelbild img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

.historie-nav {
	top: auto;
	left: 0;
	height: 53px;
	width: 100%;
	bottom: 0;
	overflow-x: scroll;
	background: #dad4c7;
}

.historie-nav ul {
	margin: 0;
	width: 100%;
	padding: 0rem 1.75rem !important;
	background: #dad4c7;
}

.historie-nav li a {
	width: auto;
	height: auto;
	padding: 0.75rem 0.5rem;
	display: inline-block;   
}

.historie-nav li:last-child a {
	padding-right: 1.75rem;
}

.historie-nav li:after {
	content: normal;
    width: 20px;
    height: 1px;
    display: inline-block;
    border-color: #1f3350;
}

.nachhaltigkeits-nav{
	visibility: hidden;
}

#Werte .slick-prev {
    left: -20px !important;
}
#Werte .slick-next {
    right: -20px !important;
}

.news-slider p:last-of-type {
	margin-bottom: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.showcase img {
	object-fit: cover;
	width: 100%;
	height: 25vh;
}

/*
*
* ==========================================
* # Produktseiten / Zubehör
* ==========================================
*
*/

#kollektionsliste{
	grid-template-columns: repeat(3, 1fr);
}
#kollektionsliste .kollektion{
	padding-right: 20px;
	padding-left: 20px;
}

