/*juwelier-kuerth.de*/

/*body*/

body {
    padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.card, .article-wraper-inner {
	border: none !important;
}

/*grid*/
.dppromo {
	border-bottom: 1px solid #dee2e6 !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	margin-bottom: 10px !important;
}

.shadow-sm, .astroid-header-section {
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.border-bottom, .astroid-header-section {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

@media (min-width: 961px) {
.dpcontent {
    padding-bottom: 25px !important;
	min-height: 72vh !important;
}
}
	
/*header*/

/*typo*/
.dptext {
	font-style: italic !important;
	color: #dd514a !important;
	text-transform: uppercase !important;
}
	
/*menu*/

/*breadcrumb*/
.breadcrumb {
	margin-bottom: 0px !important;
}

.mod-breadcrumbs {
    border: 0px dashed var(--bs-border-color);
}

/*contact*/

/*layout chromes*/
.dp-layout-1 h3  {
    margin-bottom: 15px !important;
    background: #dd514a !important;
    color: #fff !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
	padding-left: 10px !important;
}