/**********/
/* Farben */
/**********/

:root {
    /* Colors */
    --main: #1F75C8;
    --main-rgb: 31, 117, 200;
    --main-lighten: #468BCD;

    --light: #efefef;
    --dark: #242422;

    --alert-danger: #E8CCD2;
    --alert-danger-font: #b90000;
    --alert-success: #cee8d1;
    --alert-success-font: #1C871E;

    --badge-primary: var(--main);
    --badge-primary-font: #ffffff;
    --badge-seconday: #525252;
    --badge-secondary-font: #ffffff;

    --button-font: #ffffff;
    --button-lighten-font: #525252;

    --footer-font: #ffffff;
}

a:hover {
    color: var(--main);
}

/**********/
/* Alerts */
/**********/

.alert-danger {
    color: var(--alert-danger-font);
    background-color: var(--alert-danger);
    border-color: var(--alert-danger);
}

.alert-success {
    color: var(--alert-success-font);
    background-color: var(--alert-success);
    border-color: var(--alert-success);
}

/**********/
/* Badges */
/**********/

.badge-primary {
    background-color: var(--badge-primary);
    color: var(--badge-primary-font);
}

.badge-secondary {
    background-color: var(--badge-seconday);
    color: var(--badge-secondary-font);
}

.fa-sup {
    background-color: var(--badge-primary);
    color: var(--badge-primary-font);
}

/***********/
/* Buttons */
/***********/

.btn {
    transition: all 0.15s ease-in-out;
}

.btn-link:hover {
    color: var(--main);
}

.btn-primary {
    background-color: var(--main);
    border-color: var(--main);
    color: var(--button-font);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle, .show > .btn-primary[data-toggle=collapse]:not(.navbar-toggler) {
    background-color: var(--main);
    border-color: var(--main);
}

.btn-primary:hover {
    background-color: var(--main);
    border-color: var(--main);
    filter: brightness(1.1);
    color: var(--button-font);
}

.btn-outline-primary {
    border-color: var(--main);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle,
.show > .btn-outline-primary[data-toggle=collapse]:not(.navbar-toggler) {
    border-color: var(--main);
    background-color: var(--main);
}

.btn-outline-primary:hover {
    background-color: var(--main-lighten);
    border-color: var(--main);
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);    
}

.text-primary {
	color: var(--main) !important;
}

/****************************/
/* Checkbox / Form / Select */
/****************************/

.form-control:focus {
    border-color: var(--main);
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--main);
    background-color: var(--main);
}

.custom-select:focus {
    border-color: var(--main);
    box-shadow: 0 0 0 0.2rem rgba(var(--main-rgb), 0.25);
}

/*********/
/* Modal */
/*********/

.modal-header .close:hover {
    background-color: var(--main);
}

/**********/
/* Header */
/**********/

#header-top-bar a:hover:not(.dropdown-item):not(.btn),
header a:hover:not(.dropdown-item):not(.btn) {
    color: var(--main);
}

@media (min-width: 992px) {
    header .navbar-nav > .nav-item > .nav-link::before {
        border-color: var(--main);
    }
}

/***************/
/* Productlist */
/***************/

aside .nav-panel > .nav > .active > .nav-link {
    border-color: var(--main);
}

.noUi-horizontal .noUi-connect {
    background: var(--main);
}

.noUi-horizontal .noUi-handle {
    background-color: var(--main);
    box-shadow: 0px 0px 0px 5px rgba(var(--main-rgb), 0.5);
}

.page-item.active .page-link:after, .page-item.active .page-text:after {    
    border-bottom: 4px solid var(--main);
}

.page-link:hover, .page-text:hover {    
    color: var(--main);
}

/******************/
/* Productdetails */
/******************/

.estimated-delivery:hover .estimated-delivery-info {
    color: var(--main);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: var(--main);
}

.tab-navigation .nav-link::after {
    border-color: var(--main);
}

/************/
/* Checkout */
/************/

.stepper .step-active .step-content::after {
    background: var(--main);
}

.checkout-steps .step-check {
    color: var(--main);
}

/***********/
/* Account */
/***********/

.account-head-data .account-head-data-credit {
    border-color: var(--main);
}

/**/

/* Ende Farben-CSS */

/**/

/*************/
/* Schriften */
/*************/

@font-face {
	font-family: "PT Sans";
	src: url("font/PTSans-Regular.ttf") format('truetype');
	font-weight: 400;	
	font-display: swap;
}

@font-face {
	font-family: "PT Sans";
	src: url("font/PTSans-Italic.ttf") format('truetype');
	font-weight: 400;
	font-style: italic;	
	font-display: swap;
}

@font-face {
	font-family: "PT Sans";
	src: url("font/PTSans-Bold.ttf") format('truetype');
	font-weight: 700;	
	font-display: swap;
}

@font-face {
	font-family: "PT Sans";
	src: url("font/PTSans-BoldItalic.ttf") format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

body {
	font-family: 'PT Sans', sans-serif;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .sidepanel-left .box-normal .box-normal-link, .productlist-filter-headline, .h4, .h5, .h6 {
	font-family: 'PT Sans', sans-serif;
}

.text-accent, .productbox-price, .tab-navigation .nav-link {
	font-family: 'PT Sans', sans-serif;
}

a {
    color: #1F75C8;
}

a:hover, a:focus {
    color: #1F75C8;
    text-decoration: underline;
}

/********************/
/* Header allgemein */
/********************/

#header-top-bar, header {
    background-color: #1C1A1D;
    color: #fff;
}

header {
    box-shadow: none;
}

.blue-border {
	display: block;
	width: 100%;
	height: 1rem;
	background-color: transparent;
	position: absolute;
	bottom: -1rem;
}

.blue-border .inner {
	display: block;
	width: 100%;
	height: 1rem;
	background-color: #1F75C8;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

#header-top-bar a.nav-link, header a.nav-link {
    color: #fff;
	border-radius: 4px;
}

/********************/
/* Header Nav-icons */
/********************/

.nav-icons-wrapper .header-contact {	
	padding: .5rem 1rem;
	justify-content: end;
	align-items: center;
}

.nav-icons-wrapper .header-contact img {
	max-height: 40px;
	margin-right: .5rem;
}

.nav-icons-wrapper .header-contact span {
	font-size: 1.2rem;
}

.topbar-main.nav-dividers .nav-item:not(:last-child)::after {
	border-right: none;
}

#shop-nav {
	justify-content: end;
}

@media (min-width: 992px) {
	header .nav-right .nav-link {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
}

@media (min-width: 992px) {
	#search .input-group {
		justify-content: center;
	}
	
	#search .input-group .twitter-typeahead {
		width: 100%;
		max-width: calc(100% - 56px);
	}
}

@media (min-width: 1300px) {
	#search .input-group .twitter-typeahead {
		width: 700px;
	}
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff !important;
	background-color: #1F75C8;
}

/*********/
/* Suche */
/*********/

#search {   
	margin-right: 0;
}

.search-wrapper .form-control {
	background-color: #e5e5e5 !important;
	border: none;
	border-radius: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.search-wrapper .form-control:focus {
    border-color: transparent;    
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-wrapper .input-group-append {
	padding: 0;
	margin-left: 0;
    color: #606060;	
}

.search-wrapper .input-group-append button {    
	padding: .25rem 1rem;
    color: #fff;    
    font-size: 1.5rem;
	line-height: 1;
	border: none;
	background-color: #1F75C8;
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
}

.search-wrapper .form-control::placeholder {
    color: #727272;    
    font-style: italic;
}

/*********************/
/* Header - Megamenu */
/*********************/

@media (min-width: 992px) {
	header .navbar-collapse {
		max-height: 37px;
		height: 50px;
	}
	
	header #mainNavigation .nav-scrollbar-item > a:hover:not(.dropdown-item):not(.btn) {
		color: #fff;
		background-color: #1F75C8;
	}
	
	header .navbar-nav {
		justify-content: center;
	}
	
	header .navbar-nav > .nav-item > .nav-link {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	header .navbar-nav > .nav-item > .nav-link:before {
		border: none;
	}

	header .navbar-nav > .nav-item > .nav-link {
		padding: 0.5rem 1.0rem;	
	}
}

/******************/
/* Header - mobil */
/******************/

@media (max-width: 991.98px) {
	.toggler-logo-wrapper {
		position: relative;
		display: flex;
		align-items: center;
	}
	
	.toggler-logo-wrapper .burger-menu-wrapper { 
		padding-top: 0;
	}
	
	header .navbar-toggler.collapsed {
		color: #fff;
	}
	
	header .navbar-brand img {
		height: 60px;
	}
	
	header #mainNavigation, header #mainNavigation a, header #mainNavigation a.nav-link {
		color: initial;
	}
}

/**************/
/* Breadcrumb */
/**************/

.breadcrumb-wrapper {
    border: none;
    border-bottom: 1px dashed #1F75C8;
}

.breadcrumb {
    padding: 0.25rem 0;
}

/***********/
/* Content */
/***********/

@media (min-width: 1600px) {
	.container {
		max-width: 1450px;
	}
}

@media (min-width: 992px) {
	#content-wrapper:not(.has-fluid) {
		padding-top: 2rem;
	}
}

/********************/
/* Auswahlassistent */
/********************/

body[data-page="18"] #selectionwizard.selection-wizard-wrapper {
	margin: 0;
	padding: 0;
}

body[data-page="18"] .selection-wizard-wrapper .selection-wizard {
	margin-top: 0;
	margin-bottom: 0;
}

body[data-page="18"] .h5.selection-wizard-question-heading {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: .25rem;
}

body[data-page="18"] .list-group-flush > .list-group-item {
	border: none;
	padding: .25rem 0;
}

body[data-page="18"] #selectionwizard .list-group-wrapper.disabled .list-group-item {
	padding: .25rem 0;
	background-color: transparent;
	border: none
}

body[data-page="18"] #selectionwizard .list-group > div.list-group-wrapper:last-of-type .list-group-item {
	padding-bottom: 0;
}

body[data-page="18"] #selectionwizard .form-control {
	height: auto;
	border: 4px solid #468BCD;
	border-radius: 14px;
}

body[data-page="18"] #selectionwizard .list-group-wrapper.disabled .form-control {
	background-color: #eee;
}

body[data-page="18"] #selectionwizard .form-control.custom-select:focus {  
	box-shadow: none;
}

.selection-wizard-wrapper .selection-wizard-question .row {
	text-align: left;
}

body[data-page="18"] #selectionwizard.selection-wizard-wrapper .selection-wizard-question .selection-wizard-question-item {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 0;
}

/**********/
/* Slider */
/**********/

.theme-default .nivoSlider {    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body[data-page="18"] .slider-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
}

body[data-page="18"] .slider-wrapper .nivoSlider {
	position: relative;
	z-index: 0;
}

.slider-top-img {
	position: relative;
	left: 0;
	right: 0;
	margin-top: -15%;
	pointer-events: none;
	text-align: center;
}

.img-center {
	margin: 0 auto;
}

/**************************/
/* Artikelboxen allgemein */
/**************************/

.product-wrapper a {
	text-decoration: none;
}

/*****************/
/* Artikelslider */
/*****************/

.product-slider-wrapper .hr-sect:before, .product-slider-wrapper .hr-sect:after {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
    flex-grow: unset;
    height: 10px;
	font-size: 10px;
    line-height: 1;
	background: transparent;
	color: #525252;
}

.slick-slider-other .hr-sect {
    margin-bottom: 15px;
}

.product-slider-wrapper .hr-sect::before {
    margin: 0 10px 0 0;
}

.product-slider-wrapper .hr-sect::after {
    margin: 0 0 0 10px;
}

.product-slider-wrapper .hr-sect a {    
    border-bottom: 0;
	text-transform: uppercase;
	color: #525252;
}

.product-slider-wrapper .slick-slider-other, .opc-Container .opc-product-slider {
	margin-bottom: 15px;
}

.product-slider-wrapper .slick-slider-other .carousel, .opc-Container .opc-product-slider .carousel {
	padding: 15px;
	border: 4px solid #eee;
	border-radius: 14px;
	margin: 0;
}

/*.slick-track {
    width: 100% !important;
}*/

.carousel:not(.slick-initialized) .product-wrapper {
    padding: 0 15px;
}

.slick-slide {	
    padding: 0 15px;
}

@media (min-width: 768px) {
	.carousel:not(.slick-initialized).slick-type-product .product-wrapper {
		width: calc(100%/3);
		min-width: calc(100%/3);
	}
}

@media (min-width: 992px) {
	.carousel:not(.slick-initialized).slick-type-product .product-wrapper {
		width: calc(100%/4);
		min-width: calc(100%/4);
	}
}

@media (min-width: 1300px) {
	.carousel:not(.slick-initialized).slick-type-product .product-wrapper {
		width: calc(100%/5);
		min-width: calc(100%/5);
	}
}

@media (max-width: 992px) {
	.slick-type-product .slick-list, .slick-type-half .slick-list, .slick-type-news .slick-list, .slick-type-three .slick-list, .slick-type-box .slick-list {
		padding-right: 0;
	}
}

.product-slider-wrapper .slick-slider-other .product-wrapper .text-clamp-2, .opc-Container .opc-product-slider .product-wrapper .text-clamp-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	-webkit-line-clamp: none;
	-webkit-box-orient: vertical;
	color: #525252;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: .25rem;
	height: 72px;
}

.item-slider-price .price_wrapper {
	margin-bottom: 0;
}

.slick-arrow {
    opacity: 1;
    background-color: #eee;
    padding: 0;
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 1px;
	border-radius: 10px;
	border: 5px solid #fff;
}

.slick-prev {
    left: -50px;
}

.slick-prev:after {
    content: '\f0d9' !important;
	font-size: 30px;
	position: relative;
	line-height: 30px;
	left: -2px;	
	top: -1px;
}

.slick-next {
    right: -50px;
}

.slick-next:after {
    content: '\f0da' !important;
	font-size: 40px;
	position: relative;
	line-height: 40px;
	right: -2px;	
	top: -1px;
}

.slick-arrow:hover {
    background-color: #1F75C8;
    color: #fff;
}

.productbox-price, .product-wrapper .price {
    font-size: 1.5rem;
    color: #1F75C8;
}


/**************/
/* Side-Panel */
/**************/

@media (min-width: 992px) {
	.sidepanel-left {
		padding-right: 1rem;
	}
}

aside .card {
    background-color: #fcfcfe;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

aside .productlist-filter-headline {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #1F75C8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 0.25rem 1.5rem;
	justify-content: left;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

aside .productlist-filter-headline + div {
	padding: 0.25rem 1.5rem;
}

aside .box-categories .nav-panel a {
	color: #525252;
}

aside .nav-panel > .nav > .active > .nav-link {
    border-bottom: none;
	position: relative;
}

aside .nav-panel > .nav > .active > .nav-link, aside .nav-panel > .nav > .active > .nav-link a {
	color: #1F75C8;
}

aside .nav-panel > .nav > .active > .nav-link:before {
	content: '\f0c8';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: -17px;
	top: 2px;
	font-size: 16px;
	color: #1F75C8;
}	
	

aside .nav-link {    
    padding: .25rem 1rem;
}

.box-categories .dropdown .collapse, .box-linkgroup .dropdown .collapse {
    background: transparent;
}

/****************/
/* Artikelliste */
/****************/

/*.productlist-page-nav .displayoptions > .btn-group {
	display: none;
}*/

#product-list .product-wrapper {
	height: auto !important;
}

#product-list .productbox-title a {
	font-size: 18px;
	color: #525252;
	text-decoration: underline;
}

/*@media (min-width: 1300px) {
	.productbox.productbox-hover:hover .productbox-inner::before {
		box-shadow: none;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	
	.productbox.productbox-hover:hover .productbox-ribbon.ribbon {
		top: 1rem;
		left: -0.5rem;
	}
	
	.productbox.productbox-hover:not(:hover) .productbox-onhover {
		opacity: 1;
	}
}*/

@media (max-width: 767px) {
	#product-list .product-wrapper .item-list-basket-details {
		margin-bottom: 1rem;
	}
}

/**************************/
/* Technische Zeichnungen */
/**************************/

#model-grid a {
	text-decoration: none;
	background-color: #fff;
}

#model-grid [data-toggle="collapse"]:not(.navbar-toggler) {    
    justify-content: right;
}

#model-grid .dropdown-toggle:after, #model-grid [data-toggle="collapse"]:not(.navbar-toggler):after {
	font-size: 14px;
}

.grid-pic {	
	width: 100%;
	height: 0;
	padding-top: 125%;
}

.cadillac, .Cadillac {
	background: url("img/technische_zeichnungen/Cadillac_XLR_2005_2009.png") no-repeat center center;
	background-size: contain;
}

.chevelle, .Chevelle {
	background: url("img/technische_zeichnungen/Chevelle64_2Tuerer_Kombi.png") no-repeat center center;
	background-size: contain;
}

@media (min-width: 768px) {
	#model-grid {
		position: fixed;
		top: 300px;		
		right: 0;
	}
}

@media (max-width: 767px) {
	#model-grid {
		position: fixed;
		top: 150px;
		width: 200px;
		right: 0;
	}
}

.model-grid-wrapper {
	position: absolute;
	width: calc(100% - 2rem);	
	background-color: transparent;
	z-index: 2;
}

.model-grid-outer {
	position: relative;
	max-width: 240px;
	border: 1px solid #eee;	
	background-color: #fff;
}

.model-grid-outer.collapsing {
	position: relative;
	z-index: 1;
}

.model-grid-outer.collapse.in {
	position: relative;
	z-index: 1;
}

.model-grid-inner {	
	width: 100%;
	height: 0;
	padding-top: 125%;
}

.blue-dot {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: url("img/icons/Blauer_Punkt_Werbebanner_Vermietung_olvier-racing_13x13.png"); no-repeat center center;
	background-size: contain;
}

.grid-open[data-toggle="collapse"]:not(.navbar-toggler) {
	justify-content: start;
}

/***************/
/* Detailseite */
/***************/

#product-offer .product-info ul.info-essential {
	margin: 2rem 0 1rem 0;
}

ul.suitable-for-ul {
	border: 1px solid #dee2e6;
	max-width: 300px;
}

ul.suitable-for-ul li {
	padding: .25rem;
	border-bottom: 1px solid #dee2e6;
}

ul.suitable-for-ul li:last-of-type {
	border-bottom: none;
}

/***********/
/* Buttons */
/***********/

.btn {
	border-radius: 4px;
}

/**********/
/* Footer */
/**********/

.blue-border-bottom {
	display: block;
	width: 100%;
	height: auto;
	background-color: #fff;
	color: #fff;
	font-size: 16px;
}

.blue-border-bottom .inner {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	background-color: #1F75C8;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	min-height: 10px;
}

.blue-border-bottom .inner > div {
	padding: 5px 30px;
	display: flex;
	align-items: center;
	float: left;
}

.blue-border-bottom .inner > div .blue-wrapper {
	padding-left: 10px;
}

.blue-border-bottom .inner > div .blue-title {
	font-weight: bold;
	font-size: 20px;
}

@media (max-width: 1199px) {
	.blue-border-bottom {
		font-size: 14px;
	}
	
	.blue-border-bottom img {
		max-height: 40px;
	}
	
	.blue-border-bottom .inner > div .blue-title {
		font-size: 16px;
	}
}		

#footer {
	font-size: 12px;
    background-color: #1C1A1D;
    color: #fff;
	padding: 2rem 0 0;
	display: block;
	clear: both;
}

@media (max-width: 768px) {
	#footer-boxes > div {
		margin-bottom: 15px;
	}
	
	#footer-boxes .card a {    
		color: #fff;
		font-size: 14px;
	}
}

#footer .productlist-filter-headline {
	color: #fff;	
    font-size: 18px;
    font-weight: bold;
}

#footer li {
    margin-bottom: 0;
}

#footer .nav-panel a {
    color: #fff;
    padding: 5px 15px 5px 0;
}

#footer .nav-panel a:hover {    
    color: #cccccc;
}

.footerlist {
    margin-top: 15px;
    margin-bottom: 15px;
    list-style: none;
    padding-left: 0;
}

.footerlist li {
    background: url('img/Adressblock_oliver-racing_16x16px.png') no-repeat left center;
    padding: 5px 0 5px 20px;
}

.box-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.box-wrapper .w100 {
    width: 100%;
    margin-bottom: 5px;
}
.box-wrapper > div {
    float: left;
}

.box-wrapper.ssl span {
    position: relative;
    padding-left: 13px;
}

.box-wrapper.ssl span:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    display: inline-block;
    color: #ffd700;
    position: absolute;
    left: 0;
    top: 0;
}

.box-wrapper.ssl {
    display: flex;
    align-items: center;
}

.box-wrapper.ssl img {
    margin: 0 5px 0 0;
}

.box-wrapper > div img {
    max-height: 50px;
    width: auto;
}

.box-wrapper.zahlung img {
    margin: 0 5px 5px 0;
}

.box-wrapper.versand img {
    margin: 0 0 5px 0;
    filter: grayscale(1);
}

/**********************/
/* OPC Helfer-Klassen */
/**********************/

.no-opc .container-blue-border {
	padding: 2rem;
	border: 4px solid #468BCD;
	border-radius: 14px;
}

.no-opc .container-eq-height .container-blue-border {
	height: calc(100% - 32px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.no-opc .container-eq-height .container-blue-border > div {
	width: 100%;
}

.no-opc .blue-info-circle:before {
	content: "\f129";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 2rem;
	position: absolute;
	display: block;
	top: -.75rem;
	right: -.75rem;
	height: 50px;
	width: 50px;
	background-color: #1F75C8;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.no-opc .p-element-no-margin p {
	margin-bottom: 0;
	text-align: center;
}

@media (min-width: 768px) {
	.no-opc .p-element-no-margin p.first {
		text-align: right;
	}
	
	.no-opc .p-element-no-margin p.second {
		text-align: left;
	}
}

.no-opc .manufacturer-slider .hr-sect {
	margin-bottom: 15px;
}

.no-opc .manufacturer-slider .carousel {
	padding: 15px;
	border: 4px solid #eee;
	border-radius: 14px;
	margin: 0;
}

.no-opc .info-list {
	display: inline-block;
	position: absolute;
	padding: .25rem;
	top: 10%;
	left: 5%;
	transform: skew(-10deg);
	background-color: rgb(250,250,250,.5);
}

.no-opc .info-list > h4 {
	font-size: 24px;	
	padding-left: 10px;
	margin-bottom: 0;
}

.no-opc .info-list ul {
	list-style: none;
	font-size: 18px;
	padding-left: 0;
	margin-bottom: 0;	
}

.no-opc .info-list ul li:before {
	content: "\2022";
	color: #1F75C8;
	font-size: 22px;
	margin-right: 3px;
}

.no-opc .car-sharing .info-button {
	position: absolute;
	right: 15%;
	bottom: 40%;	
}

.no-opc .car-sharing .info-button .btn {
	font-size: 20px;
}

@media (max-width: 767px) {
	.no-opc .info-list > h4 {
		font-size: 18px;
	}
	
	.no-opc .info-list ul {	
		font-size: 14px;
	}
	
	.no-opc .info-list ul li:before {
		font-size: 14px;
	}
	
	.no-opc .car-sharing .info-button {	
		right: 5%;
		bottom: 30%;	
	}

	.no-opc .car-sharing .info-button .btn {
		font-size: 14px;
	}
}

/* Ausbesserungen für Shop */

header .nav-icons-wrapper ul > li > a:not(.dropdown-item):not(.btn) {  
	color: #fff;
}

header .dropdown-item:hover {
	color: #525252 !important;
}

@media (min-width: 992px) {
	header #mainNavigation .nav-item .nav-link {
		color: #fff;
	}
}

.opc-item-slider {
	overflow: visible !important;
}
