/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  height: 100%;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  color: #000;
}
main {
	min-height: 100vh;
}
section {
	height: auto;
}
a {
    color: #000000;
    text-decoration: none;
}
a {
    color: inherit;
    text-decoration: none;
    transition: all .25s;
}
.border-bottom {
	border-bottom: 1px solid #ccc;
}
.page-header .h1, .page-header h1 {
	font-size: 1.75rem;
	font-weight: 800;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #b4b4b4!important;
}
.logo {
    height: 44px;
	padding-left: 7px;
}
.nav {
    display: block;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (min-width: 992px){
	.logo {
	height: 57px;
    position: absolute;
    top: -17px;
    left: 28%;
}
}
.logo-footer {
	height: 45px;
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1040px;
}}
.bg-dark {
	background: #000;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: rgb(255 0 0 / 47%);
    background-color: transparent;
    border: var(--bs-border-width) solid rgb(255 0 0);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel-body {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}
.carousel-title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 5px;
    max-width: 600px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0;
    left: 15%;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
}
.server {
	width: 100%;
    height: auto;
}
.btn-link {
    background: transparent;
    color: #fff;
    height: 45px;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 30px;
    border-color: #fff;
    border-radius: 4px;
    text-decoration: none;
}
.btn-link:hover {
    background: #fff;
    color: #000;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #ffffff9e;
    color: #000;
}
.carousel-caption-bottom {
    background: #212529;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    min-height: 160px;
}
.carousel-indicators {
    position: absolute;
    /* right: 0; */
    bottom: 55%;
    left: 0;
    width: 30px;
    z-index: 15;
    margin-left: 10px;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 11px;
    height: 9px;
    padding: 0;
    border-radius: 100%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
@media (min-width: 992px){
.carousel-indicators {
    position: absolute;
    /* right: 0; */
    bottom: 40%;
    left: 0;
    width: 30px;
    z-index: 15;
    margin-left: 40px;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}


}
.carousel-indicators .active {
    opacity: 1;
}

@media (min-width: 992px){
.carousel-item {
  height: 36rem;
}
.carousel-image > img {
  top: 0;
  left: 0;
  min-width: 100%;
}
.carousel-image::before {
    background: #113b67;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: calc((100vw - 1040px) / 2);
}
.carousel-image::after {
    background-image: linear-gradient(90deg,#113b67,rgba(1,19,39,0));
    content: "";
    height: 100%;
    left: calc((100vw - 1040px) / 2);
    position: absolute;
    top: 0;
    width: 505px;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 1.25rem;
    left: 15%;
    height: 100%;
    width: 375px;
    top: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.carousel-title {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 27px;
    max-width: 600px;
}
.carousel-body {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 52px;
}
.carousel-image img {
	display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.btn-link {
    background: transparent;
    color: #fff;
	height: 54px;
    padding-left: 30px;
	padding-top: 12px;
    padding-right: 30px;
	border-color: #fff;
	border-radius: 4px;
	text-decoration: none;
}
.btn-link:hover {
    background: #fff;
    color: #000;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #ffffff9e;
    color: #000;
}
}
/* Top nav */
.nav-top .link-light {
	font-size: 13px;
}
.link-action {
	background: #cb242c;
}

.nav-item {
    display: inline-block;
    color: #000;
    text-decoration: none;
	font-size: 1rem;
}

.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #cb242c;
    transition: width .2s;
}

.nav-item:hover::after {
    width: 100%;
    //transition: width .3s;
}

/* Brand */
.brand {
    z-index: 1;
    position: relative;
	padding-bottom: 20px;
}
.brand__row {
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(1 19 39 / 15%);
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
    position: relative;
    top: 0px;
}
.brand__item {
    align-items: center;
    display: inline-grid;
    flex: 1 0 0;
    height: 120px;
    justify-content: center;
    padding: 20px;
}
@media (min-width: 992px){
.brand__row {
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(1 19 39 / 15%);
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
    position: relative;
    top: -60px;
}
.brand__item {
    align-items: center;
    display: inline-grid;
    flex: 1 0 0;
    height: 150px;
    justify-content: center;
    padding: 20px;
}

}
.brand__row_servis {
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(1 19 39 / 15%);
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 340px;
    position: relative;
    top: -30px;
}

.brand__item img {
    max-height: 100%;
	max-width: 100%;
}
.brand__item span {
    max-height: 100%;
    max-width: 100%;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 13px;
}
@media (min-width: 992px){
.brand__item span {
    max-height: 100%;
	max-width: 100%;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
}
}
.brand__item:hover {
    background: #e8edf3;
}
.brand__item + .brand__item {
    border-left: 1px solid #dddfe2;
}
.brand_servis {
    align-items: center;
    display: inline-grid;
    height: auto;
    justify-content: center;
    padding: 20px;
}
@media (min-width: 992px){
.brand_servis {
    align-items: center;
    display: inline-grid;
    height: 150px;
    justify-content: center;
    padding: 20px;
}}
.brand_servis_header {
    font-size: 1.5rem;
    text-transform: uppercase;
}
/* Cars */
hr.red {
    border-color: #af1d2c;
}
/* <cards> */
.card {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    outline: none !important;
	border-radius: 0;
} 
.card:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    outline: none !important;
}
/* </cards> */
.nav-separator{
    padding-top: 11px;
    font-size: 15px;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 160px;
	border-radius: 0;
}
.card-body {
    height: auto;
}
.card-title {
    height: 50px;
}
.card-text {
	height: 40px;
}

footer .fa-brands, footer .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 22px;
    padding-top: 10px;
}
footer a {
    color: inherit;
    text-decoration: underline;
    transition: all .25s;
}
.car-price {
    font-size: 20px;
	font-weight: 800;
}
.blog-item .item-image {
	height: 200px;
}
.blog-item .item-image img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.item-image img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.com-content-article {
	width: 90%;
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 20%);
}
@media (min-width: 992px){
.com-content-article {
	width: 70%;
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 20%);
}}
.box {
	width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0!important;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}
.com-content-article__body {
	padding: 35px;
}
.page-header {
	padding: 10px;
}
.item-content .page-header {
	padding: 0px;
	margin-bottom: 20px;
	color: #000;
}
.page-header h2, .page-header .h2{
	padding: 0px;
	font-size: 17px;
	font-weight: 800;
	text-transform: none;
}
.blog-item{
	width: auto;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
@media (min-width: 992px){
.blog-item{
	width: 48%;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}}
.blog-item:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    outline: none !important;
}
.aktuality .blog-item{
	width: auto;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
@media (min-width: 992px){
.aktuality .blog-item{
	width: 31%;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
}
.blog-item .item-content {
    padding: 25px;
	font-size: 17px;
}
.aktuality .blog-item:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    outline: none !important;
}
.aktuality .blog-item .item-content {
    padding: 25px;
	font-size: 17px;
	text-transform: uppercase;
}
.cars-body {
	border-bottom: 1px solid #ccc;
    padding-bottom: 55px;
}
.bg-faded {
	background: #000;
}
.bg-header {
    background: linear-gradient(90deg,#113b67,#4eb44c);
    color: #fff;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 45px;
    position: relative;
}
.blue_background {
    background: #e8edf3;
    padding-bottom: 40px;
    position: relative;
    height: auto;
}
.top-100 {
    top: -100px!important;
}
.item-no-shadow {
    border: 0;
    box-shadow: none;
}
.white-box {
	background: #fff;
	padding: 10px;
	margin: 10px;
	width: 95%;
}
@media (min-width: 992px){
.white-box {
    background: #fff;
    padding: 10px;
    margin: 10px;
    width: 31%;
}
}
.white-box .fa-solid, .white-box .fas {
	font-size: 50px;
	padding: 25px;
}
.white-box img {
	padding: 25px;
	height: 100px;
}
.white-box .h3, .white-box h3 {
    font-size: 1.25rem;
}
.box-head {
	display: block;
    float: left;
}
.box-body {
    width: auto;
	padding-top: 10px;
}
.benefits_image {
	height: 50px;
	margin-bottom: 20px;
}
.visite-card {
	width: 100%;
    display: inline-block;
	padding-bottom: 10px;
}
.mobile {
	display: none;
}
@media (min-width: 992px){
.visite-card {
    width: 48.8%;
    display: inline-block;
}
.mobile {
	display: block;
}
}
figcaption {
    position: relative;
    top: -20px;
    padding: 10px;
    background: #cb242c;
    color: #fff;
}
footer {
	border-top: 1px solid #ccc;
	font-size: 13px;
}
.contact-link {
	color: #4ea94c;
	text-decoration: underline;
}
.green {
	color: #4ea94c;
}
.text-card {
	color: #586471;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 4px;
}
.instagram {
	padding-left: 16px;
}
.red-box {
	background: #af1d2c;
	color: #fff;
	font-weight: 300;
    font-size: 17px;
	height: 50px;
    padding: 13px;
}
div.cc-checkbox-container:not(:last-child) a {
    border-right: 0px solid #FFF;
}
div.cc-center, div.cc-floating, div.cc-checkbox-container, div.gdpr-fancybox-container div.fancybox-content, ul.cc-cookie-category-list li, fieldset.cc-service-list-title legend {
    border-radius: 0px;
    display: block;
    width: 100%;
}
div.cc-window.cc-floating div.cc-settings-label {
    width: 100%;
    margin-bottom: 2px;
    padding-bottom: 10px;
}
.cc-color-override-523191266.cc-window {
    color: rgb(255, 255, 255);
    background-color: rgb(0 0 0 / 74%)!important;
    border-radius: 10px;
}
.cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.3em;
    font-size: 1.3em;
    opacity: .9;
    line-height: .75;
    outline: none;
}