.navbar-primary {
    position: sticky;
}
#kopfbereich.normal {
    padding-top: 0 !important;
}
#konfigurator {
	padding: 2rem 5rem 5rem 5rem;
}
#konfigurator h1 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
	
#konfigurator .dtj-grid .item a.konfigurator2 {
	box-shadow: 0 0px 0px 3px inset rgba(204, 199, 184, 0.5);
}
#konfigurator .konfigurator2:after {
	content: "Konfigurator 2.0";
	background: #ccc7b8;
	color: #fff;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	padding: 0.5rem 1rem;
	position: relative;
	bottom: -10px;
	right: 0;
	z-index: 1;
}

#kopfgrafik {
	margin: 0;
}

#kopfbereich.normal .kopfgrafik-text {
    display: none;
}

#content {
	margin-top: 0rem;
}
#SuchButton {
	background: transparent;
	border: 0;
	background-image: url(../img/icons/suche.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/* MAIN NAV
********************************/
#header {
	border-top: 0px solid #F0EEE9;
	border-bottom: 0px solid #F0EEE9;
	background: #F0EEE9;
	padding: 2rem;
	height: 100%;
	width: 100%;
	z-index: 2;
	position: relative;
}
#header .main-nav {
	position: fixed;
}
#header .main-nav ul {
	padding: 0px;
}

#header .main-nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0;
}

#header .main-nav ul li a {
	color: #878787;
	font-size: 0.875rem;
}

#header .main-nav ul li a:hover {
	color: #d9a80e;
}

#header .main-nav h5 {
	margin-top: 1.5rem;
}

.haendler-logo {
	border-top: 2px solid #CCC7B8;
	border-bottom: 2px solid #CCC7B8;
}
.haendler-logo img {
	max-width: 140px;
	display: block;
	margin: 0 auto;
}
/*Gallerie*/
.dtj-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
	margin-left: -15px;
	margin-right: -15px;
}

.dtj-grid .item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.dtj-grid .item {
	margin: 0px!important;
	width: auto!important;
	height: auto!important;
	text-align: center!important;
	flex-basis: 25%;
}

.dtj-grid .item a {
	background: #ffffff;
	display: block;
	width: 100%;
	margin: 15px;
	padding: 20px 20px 0 20px;
}

.dtj-grid .item div:nth-last-child(2) {
	font-size: 10px;
	font-family: 'Lora', serif;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	margin-bottom: 2px;
	position: relative;
	z-index: 1;
	color: #878787;
}

.dtj-grid .item div:last-child {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	color: #878787;
}

.markenauswahl .col-xl-2 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.markenauswahl p {
	margin-bottom: 10px;
}
.markenauswahl a img {
	padding: 0 5px;
}
/* Konfigurator */
#konfigurator .frame {
	border: 40px solid #f0eee9;
	border-radius: 20px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, .3);
}
#dsg_main {
	border: 2px solid #b3aea1;
	border-radius: 5px;
}

/*Popup*/
#lightcase-case,
#lightcase-content p{
	font-family: 'Open Sans', sans-serif!important;
	color: #878787 !important;
}


.dtj-details-container .description {
	padding: 0px;
	position: relative;
	min-height: 450px;
}

.dtj-details-container h1 {

	text-transform: uppercase;
	text-align: left;
	color: #878787 !important;
}

.dtj-details-container .quote img {
	width: 70px;
	float: left;
	margin-right: 15px;
}

#RingPreis {
	font-weight: 600;
}

.dtj-details-container li a {
	color: #878787;
}

.dtj-details-container #KonfiguratorButton {
	padding: 8px 15px;
	background: #d9a80e;
	color: #fff;
}

.dtj-details-container #KonfiguratorButton:hover {
	background: #b08009;
}

.alloy-bar {
	border-top: 0px solid #b08009!important;
	width: 45%;
	padding-bottom: 30px;
	margin-left: 30px;
}

.shadow {
	box-shadow: none !important;
}

@media(max-width:1024px) {
	#header {
		top: auto;
		padding: 1.25rem;
		padding-bottom: 0;
	}

	.konfigurator-content .navbar-toggler {
		background-image: url(../img/icons/filter.svg);
		position: absolute;
		top: 15px;
		left: 30px;
		padding: 0;
		width: 36px;
		height: 36px;
		transition: All 0.4s ease-out;
		-webkit-transition: All 0.4s ease-out;
		-moz-transition: All 0.4s ease-out;
		-o-transition: All 0.4s ease-out;
		z-index: 9999;
	}
	.konfigurator-content .navbar-toggler[aria-expanded="true"]{
		background-image: url(../img/icons/close.svg);

	}

	#konfigurator {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 0;
		padding-bottom: 0;
		min-height: none;
	}
	#konfigurator.ringe {
		padding-right: 0;
	}
	#konfigurator .frame {
		border: 0px solid #f0eee9;
		border-radius: 0px;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .3);
	}
	#dsg_main {
		border: 0px solid #f0eee9;
		border-radius: 0px;
	}
	.dtj-grid .item {
		flex-basis: 33.33%;
	}
	.suche form {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.suche .form-control {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: 0.5rem !important;
	}
	.markenauswahl .col-xl-2 {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
		margin-bottom: 30px;
	}
	.lightcase-inlineWrap {
		padding: 0 !important;
	}
}

@media(max-width:768px) {
	#header {
		position: relative;
	}

	#header .main-nav h5,
	#header .main-nav h6 {
	margin-top: 1rem;
	font-size: 1rem;
	}
	.haendler-logo {
		border: 2px solid #CCC7B8;
		margin-top: 1rem;
	}
	.konfigurator-content .navbar-toggler[aria-expanded="true"]{
		left: 30px;
	}
	#header {
		top: auto;
		padding: 30px;
	}
		#header .main-nav {
		position: inherit;
	}
}
@media(max-width:640px) {
	.markenauswahl .col-xl-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.dtj-grid .item {
    	flex-basis: 100%;
	}
}

