html {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	background: #ad1120;
}
body {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #000;
	line-height: 36px;
	background: #ad1120;
}
/*Farben und Transparenz*/
.background-red {
	background: #ad1120;
}
.background-white {
	background: #ffffff;
}
.opacity {
	opacity: 0.8
}
.red {
	color: #ad1120;
}
.text-red {
	color: #ad1120;
}
.text-dark {
	color: #000000;
}
.text-white {
	color: #ffffff;
}
.text-small {
	font-size: 14px;
	line-height: 25px;
}
.text-underline {
	text-decoration: underline;
}
.text-underline:hover {
	text-decoration: underline;
}
.logo {
	margin-left: -15px;
}
.box-shadow {
	box-shadow: 3px 3px 4px #777
}
p, .paragraph {
}
strong {
	font-weight: 400;
}
.inhalt p {
	color: #000;
}
a, a:hover, a:focus {
	color: #ad1120;
	text-decoration: none;
}
a {
	transition: .2s ease;
}
a:hover {
	color: #ad1120;
}
a.text-dark:hover, a.text-white:hover {
	color: #ad1120;
}
a, button {
	cursor: pointer;
}
.outline-0 {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
}
h1, .h1 {
	font-size: 28px;
	line-height: 45px;
	color: #ad1120;
	padding: 30px 0 30px 0;
}
h2, .h2 {
	font-size: 28px;
	line-height: 45px;
	color: #ad1120;
	padding: 30px 0 30px 0;
}
h3, .h3 {
	font-size: 24px;
	line-height: 36px;
	color: #ad1120;
	padding: 15px 0 15px 0;
}
h4, .h4 {
	font-size: 21px;
	line-height: 24px;
	color: #000;
	padding: 10px 0 5px 0;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 14px;
}
ol, ul {
	list-style-type: none;
	margin: 0;
}
.inhalt ol {
	padding: 15px 0 15px 0;
	margin: 15px 0;
}
.inhalt ol li {
	line-height: 33px;
	list-style-type: none;
	padding: 3px 0 3px 30px;
	text-indent: -30px;
}
.inhalt ol li:before {
	content: "\e649";
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 18px;
	padding-right: 12px;
	margin-left: 0;
	color: #ad1120;
}
img {
	vertical-align: middle;
	border: 0;
}
/* 1.3 Button style */
.btn {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	padding: 10px 15px;
	border-radius: 35px;
	border: 0;
	position: relative;
	z-index: 1;
	transition: .2s ease;
}
.btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn:active {
	box-shadow: none;
}
.btn-primary {
	background: #ad1120;
	border-radius: 0;
	color: #fff;
}
.btn-primary:active {
	background: #ad1120;
}
.btn-primary:hover {
	background: #ad1120;
	transform: scale(1.5) !important;
}
btn:focus, a:focus {
	outline: none;
}
 @media (max-width: 768px) {
.container-fluid {
	padding: 0px;
}
}
 @media (min-width: 992px) {
.einzelbild_header img {
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	-webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
}
 @media (min-width: 992px) {
.carousel-item img {
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	-webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
}
.carousel-caption {
}
.carousel-caption h3 {
	display: table; /* keep the background color wrapped tight */
	margin-left: auto;
	margin-right: auto;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	background: none;
	opacity: 0.95;
	font-weight: 400;
	font-size: 48px;
	line-height: 48px;
	filter: drop-shadow(-1px 10px 10px rgba(0, 0, 0, 0.7));
}
 [class^="ti-"], [class*=" ti-"] {
 padding-right: 5px;
 font-size: 24px;
}
 @media (max-width: 991px) {
.carousel-caption h3 {
	font-size: 36px;
}
 [class^="ti-"], [class*=" ti-"] {
 padding-right: 5px;
 font-size: 18px;
}
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
.navbar-brand img {
	position: absolute;
	overflow: visible;
	top: 5px;
	height: 100px;
	padding-left: 15px;
}
 @media (min-width: 992px) {
.navbar-brand img {
	top: 20px;
	height: 140px;
}
}
 @media (min-width: 1200px) {
.navbar-brand img {
	top: 21px;
	height: 140px;
}
}
.navbar {
	padding: 29px;
	box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.3);
}
 @media (min-width: 992px) {
.navbar {
	padding: 12px;
}
}
.navbar ul {
	padding-top: 30px;
}
 @media (min-width: 992px) {
.navbar {
	padding: 0;
}
.navbar ul {
	padding-top: 0;
}
}
/* change the brand and text color */
.navbar .navbar-text {
	color: rgba(0,0,0,1);
}
.navbar .nav-item {
	font-weight: 500;
	text-transform: uppercase;
}
.navbar .nav-item .nav-link {
	color: rgba(0,0,0,1);
	padding: 5px 10px;
	text-align: center;
	font-size: 15px;
}
 @media (min-width: 992px) {
.navbar .nav-item .nav-link {
	font-size: 18px;
	padding: 21px 6px 20px 6px;
}
}
 @media (min-width: 1200px) {
.navbar .nav-item .nav-link {
	font-size: 18px;
	padding: 30px 12px 12px 12px;
}
}
/* change the color of active or hovered links */
.navbar .nav-item.active .nav-link, .navbar .nav-item:hover .nav-link {
	color: #ad1120;
	background: none;
}
 @media (min-width: 992px) {
navbar .nav-item:hover .nav-link {
	border-color: #ffffff;
}
.navbar .nav-item.active .nav-link {
	border-color: #ad1120;
}
.nav-border {
	display: inline-block;
	color: #ad1120;
	text-decoration: none;
}
.nav-border::after {
	content: '';
	display: block;
	width: 0;
	height: 6px;
	background: #ad1120;
	transform-origin: center;
	transition: width .3s;
}
.nav-border:hover::after {
	width: 100%;
 //transition: width .3s;
}
}
.navbar-toggler {
	border: 0;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
	outline: none !important;
	box-shadow: none;
}
.news {
	padding: 0 0 3px 0;
	margin: 0;
	border-radius: 0;
	text-align: center;
	background: #fff;
}
.news > h3 {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	background: #8fc400;
	opacity: 0.95;
	font-weight: 400;
	padding: 15px 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.news > h4 {
	font-size: 21px;
	line-height: 24px;
	color: #000;
	padding: 15px 30px;
}
 @media (max-width: 991px) {
.news > h3 {
	font-size: 21px;
	padding: 5px 30px;
}
}
.news p {
	padding: 0 15px 3px 15px;
}
.inhalt {
	background-color: #ffffff;
}
 @media (min-width: 992px) {
.inhalt {
	background-attachment: fixed;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../img/background_velocity.jpg");
}
}
.section {
	padding: 100px 0;
}
.marke-wrap, .headline-wrap {
	filter: drop-shadow(-1px 10px 10px rgba(0, 0, 0, 0.3));
}
.gallery {
	margin-bottom: 45px;
}
.gallery > img {
	border: 1px solid #333;
}
/*Card/Sidebar */

.card {
	background: #fff;
	border: none;
	border-radius: 0;
	color: #000;
	padding: 0;
	margin: 0;
}
.card-header:first-child {
	border-radius: 0;
}
.card-header, .card-body, .card-footer {
	background: #fff;
	padding: 15px;
}
.card-body {
	padding: 0 90px;
}
 @media (min-width: 992px) {
.card-body {
	padding: 0 30px;
}
}
h4.card-header, .card-header h4 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
.card-footer {
	font-size: 15px;
	line-height: 28px;
}
.marke {
	background: #fff;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	-webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	min-height: 150px;
	margin-bottom: 45px;
	padding: 0 15px;
}
 @media (max-width: 768px) {
.marke {
	clip-path: none;
	-webkit-clip-path: none;
}
.marken, .angebote {
	padding: 0 30px;
}
}
.img-marke {
	max-height: 100px;
!important
}
.equal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
 .equal > [class*='col-'] {
 display: flex;
 flex-direction: column;
}
.thumbnail {
	background: #ffffff;
	padding: 30px 15px 30px 15px;
	margin-bottom: 0px;
}
 @media (min-width: 576px) {
.thumbnail {
	min-height: 100%;
}
}
.thumbnail img {
	display: block;
}
.img_angebot {
	position: relative;
}
.soldout_angebot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 200;
	width: 92%;
}
.thumbnail {
	position: relative;
}
.thumbnail p {
	margin-top: 15px;
	padding-bottom: 45px;
	font-size: 15px;
	line-height: 21px;
}
.thumbnail .preis {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.thumbnail .preis p {
	color: #fff;
	font-weight: 600;
}
h4.service:before {
	content: "\e649";
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 21px;
	margin-right: 10px;
	color: #ad1120;
}
.leistungen {
	padding: 15px 15px 15px 30px;
}
.leasing {
	margin-bottom: 60px;
}
footer {
	font-weight: 400;
}
footer a, footer a:hover, footer a:focus {
	color: #fff;
}
footer a:hover, footer a:focus {
	text-decoration: underline;
}
footer h4, footer .h4 {
	color: #ffffff;
	font-weight: 600;
	line-height: 28px;
	padding-bottom: 21px;
}
.footerpic {
	padding: 15px;
	margin-bottom: 15px;
	max-width: 200px;
!important
}
 @media (min-width: 769px) {
.footerpic {
	padding: 15px 15px 15px 0;
}
}
border-top {
	border-top: 1px solid #fff;
}
border-right {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.pt-header {
	padding-top: 6rem;
}
 @media (min-width: 992px) {
.pt-header {
	padding-top: 5rem;
}
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
 @media (max-width: 991px) {
.mb-md-50 {
	margin-bottom: 50px;
}
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mt-20 {
	margin-top: 20px;
}
.py-10 {
	padding: 10px 0;
}
.py-50 {
	padding: 50px 0;
}
.py-100 {
	padding: 100px 0;
}
.py-160 {
	padding: 160px 0;
}
.ml-65 {
	margin-left: 65px;
}
.pb-xl-200-lg-100 {
	padding-bottom: 200px;
}
 @media (max-width: 1199px) {
.pb-xl-200-lg-100 {
	padding-bottom: 100px;
}
}
.mb-xl-150-lg-100 {
	margin-bottom: 150px;
}
 @media (max-width: 1199px) {
.mb-xl-150-lg-100 {
	margin-bottom: 100px;
}
}
.translateY-25 {
	transform: translateY(25px);
}
.translateY-10 {
	transform: translateY(-10px);
}
.translateY-33 {
	transform: translateY(-33px);
}
/* Navigation */

 @media (max-width: 991px) {
.hidden-xs-sm {
	display: none !important;
}
}
.dropdown-toggle::after {
	border: none;
	font: normal normal normal 14px/1 'themify';
	content: "\e64b";
	vertical-align: 0;
	padding-right: 15px;
	padding-left: 5px;
	color: #877f67;
}
/* Fixed sidebar */
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
	position: fixed;
	z-index: 2000;
	top: 40%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: drop-shadow(-1px 10px 10px rgba(0, 0, 0, 0.3));
}
/* Style the icon bar links */
.icon-bar a {
	display: block;
	text-align: center;
	padding: 12px 10px 10px 15px;
	transition: all 0.3s ease;
	color: white;
	font-size: 20px;
	background: #8fc400;
	border-bottom: 1px solid #fff;
}
.icon-bar a:last-child {
	border-bottom: none;
}
/* Style the social media icons with color, if you want */
.icon-bar a:hover {
	background-color: #58585a;
}
 @media (min-width: 992px) {
.icon-bar {
	top: 60%;
}
}
.row {
	margin-bottom: 15px;
}
