/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.post-password-form {
    padding-top: 100px !important;
}

/* Google Fonts lokal */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
  font-display: swap; /*avoid showing invisible text, performance, lighthouse tool */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  font-display: swap;
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  font-display: swap;
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  font-display: swap;
}


#floatingbuttontel {
    display: none;
    position: fixed;
    right: 13px;
    z-index: 99990;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  #floatingbuttontel {
      display: block;
  }
  #floatingbuttontel.hide {
      opacity:0;
      bottom: -50px;
  }
  #floatingbuttontel.show {
      opacity:1;
      bottom: 24px;
  }
}
#floatingbuttontel a {
    display: block;
    vertical-align: middle;
    text-align:center;
    color: #FFFFFF;
    cursor:pointer;
    outline:none;
    position: relative;
    margin-top: 5px;
    line-height: 40px;

    width:40px;
    height:40px;

    background-color: #f40c7b;
    border-radius: 50%;
    /*border: thin solid rgba(166,171,193,.7);*/
}

#floatingbuttontel i {
    font-size: 17px;
    font-style: normal;
    display: block;
    text-align: center;
    padding-top:10px;
}

/*#floatingbuttontel a:hover {
    text-decoration: none;
    border-color: rgba(244,12,123,1);
  	background-color: #212226 !important;
}*/

.pink {
    color: #f40c7b;
}

/* orangene Outline in diversen Browsern entfernen */
:focus {
  outline: 0;
}

.elementor-button.button-weiss {
  background-color: #ffffff;
  border: 1px solid #212226;
  color: #212226;
  border-radius: 0;
  padding: 15px 35px 15px 35px;

  transition: all .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.elementor-button.button-dunkel {
  background-color: #2c2e33;
  color: #ffffff;
  border: 1px solid #212226;
  border-radius: 0;
  padding: 15px 35px 15px 35px;

  transition: all .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.elementor-button.button-weiss .elementor-button-text,
.elementor-button.button-dunkel .elementor-button-text {
  font-size: 15px;
  font-weight: 600;
}
.elementor-button.button-weiss:hover,
.elementor-button.button-dunkel:hover {
  background-color: #212226;
  color: #ffffff;
}

/* Autokachel */
.autokachel a {
    width: 100%;
}
.autokachel a img {
    width: 100%;
    display: block;
}
.autokachel .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.autokachel .overlay div {
    line-height: 1.3;
    font-weight: 600;
    width: 100%;
    color: #ffffff; /* var( --e-global-color-37833ed ); /* #212226; */
    position: absolute;
    bottom: 5px;
    font-size: 17px;
    padding: 8px 15px 8px 15px;
}

.autokachel .overlay div.verleast {
  top: 5px;
  text-align: right;
  font-size: 30px;
}
.autokachel .overlay img {
    padding-top: 20%;
}

@media (max-width: 767px) {
	.autokachel .overlay div {
		font-size: 13px;
    padding: 8px 15px 8px 15px;
	}
  .autokachel .overlay div.verleast {
    font-size: 20px;
  }
}

.autokachel .overlay div.marke {
    text-align: left;
    width: 71%;
}
.autokachel .overlay div.rate {
    text-align: right;
}

#autouebersicht,
#autouebersicht2 {
  margin-left: -10px;
  margin-right: -10px;
}
#autouebersicht .autokachel,
#autouebersicht2 .autokachel,
.custom-swiper .autokachel {
  padding: 10px;
}
#autouebersicht .elementor-row,
#autouebersicht2 .elementor-row {
  margin-right: -10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
	#autouebersicht .autokachel,
  #autouebersicht2 .autokachel {
    width: 100% !important;
    margin-left: 40px;
    margin-right: 40px;
  }
}
.autokachel:hover .elementor-element-populated {
  outline: 2px solid #212226;
  outline-offset: -2px;
}

/* make slider fully responsive */

@media (max-width: 1024px) {
    .custom-swiper .elementor-container .elementor-row {
        flex-wrap: nowrap;
    }
}

/* Fahrzeug Detailseite */
/* Galerie */
.type-fahrzeug .swiper-container {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
}
@media (min-width: 1025px) {
  .type-fahrzeug .gallery-top .swiper-image {
    max-height: 47vw; /* here the desired aspect ratio */
  }
}

/*.type-fahrzeug .gallery-top .swiper-image {
  position: relative;
  overflow: hidden;
  padding-top: 62%; /* here the desired aspect ratio */
/*}
.type-fahrzeug .gallery-top .swiper-image img {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/

.type-fahrzeug .gallery-thumbs {
  opacity: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
  margin-top: -4vw;;
  background: rgba(33,34,38,.6);
}
.type-fahrzeug .fahrzeuggalerie:hover .gallery-thumbs {
  opacity: 1;
}

.type-fahrzeug .gallery-thumbs .swiper-wrapper.center {
  display: flex;
  justify-content: center;
}
.type-fahrzeug .gallery-thumbs .swiper-slide {
  width: calc(6.67% - 9.2px);
  margin-right: 10px;
  cursor: pointer;
}
.type-fahrzeug .gallery-thumbs .swiper-slide:hover img,
.type-fahrzeug .gallery-thumbs .swiper-slide-thumb-active img{
  border: 1px solid #f40c7b;
}
.type-fahrzeug.is_classic_detail .gallery-thumbs .swiper-slide:hover img,
.type-fahrzeug.is_classic_detail .gallery-thumbs .swiper-slide-thumb-active img {
  border: 1px solid #99cc33;
}

.fahrzeuggalerie .swiper-pagination {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  margin-bottom: 5px;
}
/*Autokarussell*/
/*.autokarussell .autokachel a.png img {
    padding-top: 4.3vw;
    padding-bottom: 2.4vw;
}*/
.autokarussell .autokachel .overlay div {
  font-size: 13px;
  font-weight: 700;
}
.autokarussell .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
}
.autokarussell {
  padding: 200px 10px 150px 10px;
}

.autokarussell .custom-swiper > .elementor-container {
  overflow: hidden;
}




/* Prev & Next buttons styles */
.autokarussell .swiper-nav .swiper-button-prev,
.autokarussell .swiper-nav .swiper-button-next {
  width: 45px;
  height: 45px;
  /*color: #ffffff;*/
  background-size: 30%;
  padding: 5px;
}

.autokarussell .swiper-pagination {
    bottom: -13px;
    font-family: "Open Sans", Sans-serif;
}
/* Color and position of the Next button */
.autokarussell .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' stroke='%23f40c7b' stroke-width='2' fill='%23f40c7b'/%3E%3C/svg%3E");
}
.is_classic_detail .autokarussell .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' stroke='%2399cc33' stroke-width='2' fill='%2399cc33'/%3E%3C/svg%3E");
}
/* Color and position of the Prev button */
.autokarussell .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' stroke='%23f40c7b' stroke-width='2' fill='%23f40c7b'/%3E%3C/svg%3E");
}
.is_classic_detail .autokarussell .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' stroke='%2399cc33' stroke-width='2' fill='%2399cc33'/%3E%3C/svg%3E");
}

@media (max-width: 1024px) {
    .autokarussell .swiper-button-next {
        right: 25%;
    }
    .autokarussell .swiper-button-prev {
        left: 25%;
    }
    .autokarussell .autokachel {
        padding: 7px 0 40px 0;
    }
}

@media (min-width: 1025px) {
    .autokarussell .swiper-button-next {
        left: 50px;
    }
    .autokarussell .swiper-button-prev {
        left: -10px;
    }
}




/*.autokarussell .swiper-nav .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' stroke='%23f40c7b' stroke-width='2' fill='%23f40c7b'/%3E%3C/svg%3E");
  left: 50px;
}
.autokarussell .swiper-nav .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' stroke='%23f40c7b' stroke-width='2' fill='%23f40c7b'/%3E%3C/svg%3E");
  left: -10px;
}*/
.autokarussell .elementor-heading-title {
  color: var( --e-global-color-e781107 );
  font-family: "Open Sans", Sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 30px;
  margin-top: 25px;
}
.autokarussell .button-weiss {
  margin-top: 32px;
}


/*Sticky*/
.reversed-order {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.left-side {
  order: 1;
}
.right-side.elementor-hidden-phone {
  order: 2;
  border-left: 1px solid #d9d9d9;
  padding-top: 10px;
  /*padding-right: calc((100vw - 1500px) / 2);*/
  padding-right: 5vw;
  padding-bottom: 40px;
  padding-left: 33px;
}

.sticky-in-column {
  position: sticky;
  position: -webkit-sticky;
  top: 94px;
}
.right-side h1 {
  line-height: .8;
}
.right-side .h1 {
    font-size: 2.5rem;
    line-height: .8;
}
.right-side .marke {
  font-size: .6em;
  font-weight: 300;
}
.right-side .modell {
  font-size: .6em;
  font-weight: 700;
}
.right-side .monatsrate {
  font-size: 1.35em;
  font-weight: 600;
  line-height: .8;
  margin-top: 40px;
  margin-bottom: 4px;
}
.right-side .monatsrate-zusatz {
  font-size: .8em;
  font-weight: 300;
}
.right-side .rechenbsp {
  font-size: .8em;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
}

.right-side .kontakt-btn {
  width: 100%;
  margin-top: 35px;
}

.right-side .textlink {
  display: inline-block;
  margin-top: 55px;
}
.right-side .textlink .elementor-button-content-wrapper {
  /*text-align: center;*/
  font-size: 14px;
  font-weight: 500;
  color: #212226;
  /*text-decoration: underline;*/
}

.right-side .elementor-align-icon-right {
  margin-left: 10px;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
  color: #f40c7b;
}
.is_classic_detail .right-side .elementor-align-icon-right {
  color: #99cc33;
}

/*Pfeilanimation*/
.right-side .textlink:hover .elementor-align-icon-right i {
	-webkit-animation: elementor-animation-wobble-horizontal 1s ease;
	animation: elementor-animation-wobble-horizontal 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.tabletext {
  font-size: .8em;
  font-weight: 300;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 180%;
}

.tabletext-zahl {
  float: right;
  white-space: nowrap; /* nobr */
  text-align: right;
}
.tabletext.mwst-abstand {
  line-height: 110%;
}
.right-side hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: thin solid #212226;
}

/*@media (min-width: 1501px) {
	#mobile-only {
		display: none;
	}
}
@media (max-width: 1500px) {
	#desktop-only {
		display: none;
	}
}*/


/* Spezifikationen */
.datensammlung, .interesse-btns {
  padding-left: calc((100vw - 1500px) / 2);
  width: 100%;
}
.type-fahrzeug .datensammlung h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 2.8em;
  font-weight: 700;
}
.type-fahrzeug .datensammlung.autokarussell h2 {
  margin-top: 35px;
}
.detailstabelle {
  margin-bottom: 0;
}
.detailstabelle td {
  border: none;
  padding-top: 2px;
  padding-bottom: 2px;
}
.detailstabelle td.eigenschaft {
  font-weight: 700;
  padding-left: 0;
}
.detailstabelle tbody > tr:nth-child(2n+1) > td {
  background-color: #ffffff;
}
.detailstabelle tbody > tr:hover > td {
    background-color: #f2f4f8 !important;
}
.datensammlung td img {
  padding-top: 5px;
}

/*.datensammlung .elementor-element-populated {
  padding-left: 0 !important;
  padding-right: 0 !important;
}*/

/* Ausstattung */
.ausstattung {
  margin-top: 70px;
  background-color: #212226;
  color: #ffffff;
  padding-bottom: 100px;
}
.ausstattung h2 {
  font-weight: 600;
}


/*.ausstattung h3,*/
.ausstattung .elementor-widget-toggle .elementor-toggle-title {
  text-transform: uppercase;
  color: #a6abc1;
  font-size: 1em;
  margin-bottom: 5px;
  font-weight: 500;
}


.ausstattung .elementor-widget-toggle .elementor-tab-title.elementor-active a {
  color: #a6abc1;
}

.ausstattung .elementor-toggle-icon-closed i {
  color: #a6abc1;
}
.ausstattung .elementor-toggle-item:hover .elementor-toggle-icon-closed i {
  color: #f40c7b;
}
.is_classic_detail .ausstattung .elementor-toggle-item:hover .elementor-toggle-icon-closed i {
  color: #99cc33;
}

.ausstattung .elementor-toggle-icon-opened i {
  color: #f40c7b;
}
.is_classic_detail .ausstattung .elementor-toggle-icon-opened i {
  color: #99cc33;
}

.ausstattung .elementor-toggle .elementor-tab-title {
  border-bottom: thin solid #a6abc1;
}
.ausstattung .elementor-toggle .elementor-tab-title.elementor-active {
  border-bottom: thin solid #565964;
}
.ausstattung .elementor-toggle .elementor-tab-content {
  border-bottom: thin solid #a6abc1;
}

/*.ausstattung hr {
  margin-bottom: 15px;
  border-color: #a6abc1;
  border-bottom: 0;
}*/

.listcolumns ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;

  -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
  -moz-column-gap: 50px; /* Firefox */
  -o-column-gap: 50px;
	-ms-column-gap: 50px;
  column-gap: 50px;

  font-weight: 300;
  font-size: .8em;
  line-height: 1.5;

  margin-bottom: 30px;
  margin-right: 30px; /*100px;*/
}

.listcolumns ul p {
  margin-bottom: 7px;
  color: #dee3fe;
}


/* Interesse Buttons */
.interesse-btns {
  margin-top: 100px;
  margin-bottom: 70px;
}

.interesse-btns h2 {
  /*margin-top: 60px;*/
  margin-bottom: 30px;
  font-size: 4.7em;
  font-weight: 600;
  /*margin-top: 60px;
  margin-bottom: 30px;
  font-size: 2.8em;
  font-weight: 700;*/
}

.interesse-btns section {
  margin-right: 10px;
}
.interesse-btns p {
  font-weight: 300;
}
.interesse-btns .elementor-button {
  background-color: #2c2e33;
  color: #ffffff;
  width: 100%;
  font-weight: 600;
  border-radius: 0;
  padding: 15px 35px 15px 35px;

  transition: all .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.interesse-btns .elementor-button:hover {
  background-color: #212226;
}

.type-fahrzeug .verleast {
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #f40c7b;
  margin-bottom: 15px;
}
.type-fahrzeug .verleast hr {
  border-color: #f40c7b;
}





@media (max-width: 1024px) {
    .datensammlung .elementor-element-populated {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .detailstabelle td.eigenschaft {
    width: 48%;
    font-weight: 500;
  }
  .detailstabelle td.eigenschaft + td {
    font-weight: 300;
  }

  .interesse-btns p {
    margin-bottom: 3px;
  }
  .interesse-btns .elementor-button {
    width: auto;
    margin-bottom: 35px;
    /*color: #212226;
    background-color: #fff;
    border: 1px solid #212226;*/
  }
  .interesse-btns .elementor-align-icon-right {
    margin-left: 16px;
    color: #f40c7b;
  }
  .is_classic_detail .interesse-btns .elementor-align-icon-right {
    color: #99cc33;
  }

  .autokarussell {
    padding-top: 10px;
  }
  .type-private_collection .autokarussell {
    margin-top: 80px;
  }

  .type-private_collection .right-side .kontakt-btn {
    margin-bottom: 25px;
  }

}
@media (max-width: 767px) {
  .type-fahrzeug .datensammlung h2 {
    font-size: 9vw; /*2.3em;
    font-weight: 700;*/
  }
  .listcolumns ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .datensammlung {
    padding-left: 25px;
    padding-right: 25px;
  }
  .interesse-btns h2 {
    font-size: 2.3em;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
  }
  .interesse-btns .elementor-element-populated {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* Detailseite mobile Optimierung */
  .right-side.elementor-hidden-desktop {
    padding: 20px 25px 40px 25px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .datensammlung {
    padding-left: 50px;
    padding-right: 50px;
  }
  .interesse-btns h2 {
    font-size: 3.2em;
    font-weight: 600;
    padding-left: 50px;
    padding-right: 50px;
  }
  .interesse-btns .elementor-element-populated {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .type-fahrzeug .elementor-col-75,
  .type-fahrzeug .elementor-col-66,
  .type-fahrzeug .elementor-col-33,
  .type-fahrzeug .elementor-col-40,
  .type-fahrzeug .autokarussell .elementor-widget-button a {
    width: 100%;
  }

  .type-fahrzeug .autokarussell .elementor-heading-title,
  .type-fahrzeug .datensammlung h2 {
    font-size: 3.2em;
  }

  .right-side.elementor-hidden-desktop {
    padding: 20px 50px 40px 50px;
  }

  .type-fahrzeug .verleast {
    margin-top: 25px;
  }
}

/*.elementor-hidden-desktop .tabletext {
  font-size: 1em;
  font-weight: 300;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 180%;
}*/




/* Private Collection Cars */
.type-private_collection .right-side img {
  margin-bottom: 10px;
}
.type-private_collection .datensammlung p {
  font-weight: 300;
  font-size: 19px;
  line-height: 1.6;
}
.type-private_collection .datensammlung h1 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 2.8em;
  font-weight: 700;
}
.type-private_collection .datensammlung:not(.autokarussell) h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 2.3em;
  font-weight: 700;
}
.type-private_collection .datensammlung:not(.autokarussell) h1 + h2 {
  margin-top: -20px;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .type-private_collection .datensammlung h1 {
    font-size: 9vw;
  }
  .type-private_collection .datensammlung:not(.autokarussell) h {
    font-size: 8vw;
  }
}
.type-private_collection .zwischenbild {
  margin-top: 60px;
  margin-bottom: 20px;
}
.datensammlung hr {
  width: 59px;
  border-color: #f40c7b;
  margin-bottom: 5px;
}

/* Private Collection Kacheln */
.pc-hover > div {
    opacity: 0;
    transition-duration:.4s;
}
.clickable > div:hover .pc-hover > div {
    opacity: 1;
}
.clickable a {
    width: 100% !important;
}

@media (max-width: 1024px) {
  .type-private_collection .clickable span {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .type-private_collection .clickable {
    padding: 10px;
  }
}
.type-private_collection .clickable .elementor-col-100 > div {
  transition: background 0.3s;
  border 0.3s;
  border-radius 0.3s;
  box-shadow 0.3s;
}
.type-private_collection .pc-hover .elementor-text-editor {
  text-align: center;
  color: #F2F2F2;
  font-size: .9em;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.type-private_collection .clickable img {
  width: 32%;
}
.type-private_collection .pc-hover .elementor-col-100 {
  padding: 37px 10px 29px 10px;
  background-color: #0E0F26CC;
}

.type-private_collection .clickable .elementor-button-text {
  width: 100%;
  color: #fff;
  background-color: #2c2e33;
  font-weight: 600;
  padding: 11px 20px 13px 20px;
  font-size: 15px;
  line-height: 1;
}
/*.type-private_collection .clickable:hover .elementor-button-text {
  background-color: #212226;
}*/


/* Formulare */
.wpcf7 .elementor-row {
  flex-wrap: wrap;
  padding-top: 2px;
  padding-bottom: 5px;
}
.wpcf7 .elementor-column {
  /*flex-wrap: wrap;*/
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}


.wpcf7 .hr1 hr,
.wpcf7 .hr2 hr {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  color: #DBE1ED;
}
.wpcf7 .hr1 hr {
  margin-top: 20px;
}
.wpcf7 .hr2 hr {
  margin-bottom: 20px;
}

.wpcf7 .form-text {
  font-size: 16px;
  font-weight: 300;
}
.wpcf7 .form-answer {
  font-size: 16px;
  font-weight: 300;
  width: 100% !important:
}
.wpcf7 .form-block1 {
  padding-top: 0;
  padding-bottom: 5px;
}
.wpcf7 .form-block {
  padding-top: 7px;
  padding-bottom: 15px;
}

.wpcf7 .rueckruf input {
  margin-right: 6px !important;
}


.unten .wpcf7-list-item {
  padding-top: 4px;
}


/* custom checkbox styling for contact form 7 checkbox */
/*.wpcf7-checkbox .wpcf7-list-item [type="checkbox"],
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
}*/

/* checkbox multiline label align correction */
.unten .wpcf7-list-item {
   position: relative;
   padding-left: 22px;
   /*margin-left: 0;*/
   display: block;
}
.wpcf7 .elementor-row.rr {
  padding-left: 34px;
}

.unten .wpcf7-list-item input[type=checkbox] {
   position:absolute;
   top: 7px;
   left: 0px;
}
.form-block.unten .pflicht {
  margin-bottom: 15px;
}

/*.unten .wpcf7-list-item {
   position: relative;
   padding-left: 22px;
   display: block;
}*/
/*.wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
}*/

.unten .wpcf7-list-item {
   margin-bottom: 5px;
}
.unten .wpcf7-list-item .wpcf7-list-item-label,
.unten .text-klein {
  font-size: 12px;
  line-height: 1.5;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: none;
    height: 0;
}
.unten .hinweis {
  margin-left: 10px;
}

.unten .wpcf7-list-item .text-klein{
    font-size: 12px;
    line-height: 1.5;
}




.dialog-lightbox-message .elementor-widget-wrap {
  padding: 35px 25px 70px 25px;
}


.wpcf7 [type="submit"] {
  background-color: #2C2E33;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 15px 35px 15px 35px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
.wpcf7 [type="submit"]:hover {
  background-color: #212226;
}

.fahrzeug-popup h2 {
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 7px;
}
.fahrzeug-popup h3{
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
.marken-popup h3 {
  margin-bottom: 38px;
}
.marken-popup hr {
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: none;
}
.marken-popup p {
  font-size: 16px;
  font-weight: 300;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 12px;
}
.marken-popup h3+hr+p {
  padding-left: 20px;
  padding-right: 20px;
}
.marken-popup form {
  margin-top: 25px;
}

#elementor-popup-modal-70513 h3 {
  margin-bottom: 30px;
}

.kontakt-kurz h2 {
  font-weight: 700;
  margin-top: 0;
}

.kontakt-kurz .message-447-wrap,
.kontakt-kurz .betreff-521-wrap,
.kontakt-kurz .website-wrap,
.kontakt-kurz .anrede-51-wrap,
.kontakt-kurz .adresse-122-wrap,
.kontakt-kurz .nummer-521 {
  height: 0;
}

.kontakt-kurz .rueckruf,
.ailform .rueckruf {
	margin-right: 12px;
}
.kontakt-kurz p,
.ailform p {
	margin-bottom: 0;
}
.marken-popup .hinweis-text p {
	font-size: 12px;
}
#elementor-popup-modal-65466 .dialog-message,
#elementor-popup-modal-79435 .dialog-message,
#elementor-popup-modal-79439 .dialog-message,
#elementor-popup-modal-79443 .dialog-message,
#elementor-popup-modal-70513 .dialog-message {
  width:900px;height:auto;
}

#elementor-popup-modal-65466,
#elementor-popup-modal-79435,
#elementor-popup-modal-79439,
#elementor-popup-modal-79443,
#elementor-popup-modal-70513 {
  justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);
}

#elementor-popup-modal-65466 .dialog-close-button,
#elementor-popup-modal-79435 .dialog-close-button,
#elementor-popup-modal-79439 .dialog-close-button,
#elementor-popup-modal-79443 .dialog-close-button,
#elementor-popup-modal-70513 .dialog-close-button {
  display:block;
}
#elementor-popup-modal-65466 .dialog-widget-content,
#elementor-popup-modal-79435 .dialog-widget-content,
#elementor-popup-modal-79439 .dialog-widget-content,
#elementor-popup-modal-79443 .dialog-widget-content,
#elementor-popup-modal-70513 .dialog-widget-content {
  box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);
}


/* Traumgarage */

#filter {
  margin-bottom: 20px;
  padding: 10px;
}
#filter .elementor-button .elementor-align-icon-right {
    margin-left: 13px;
}
#filter .elementor-button {
  border-radius: 0;
  padding: 12px 18px 12px 18px;
  color: #2C2E33;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
#filter .elementor-button:hover i {
    color: #f40c7b;
}
#filter .filterleiste-links #filterreset {
  margin-left: 18px;
  padding: 12px 20px 12px 20px;
  font-weight: 600;
  color: #fff;
  background-color: #2C2E33;
  cursor: pointer;
}
#filter .filterleiste-links #filterreset:hover {
  background-color: #212226;
}
#filter .filterleiste-sort-item {
  position: absolute;
  display: inline-block;
  right: 0;
  cursor: pointer;
}
input.ohneformelement {
    display: none;
}
/**********/

#filter .filterleiste-item {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

#filter .dropdown-content {
  /*border-top: 2px solid #f40c7b;*/
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 185px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

#filter .dropdown-content > div {
  color: black;
  padding: 8px 18px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

#filter .dropdown-content > div.active,
#filter .dropdown-content > div:visited,
#filter .dropdown-content > div:active,
#filter .dropdown-content > div:visited:hover {
    /*background: #f40c7b;*/
    /*color: #f40c7b;*/
    /*font-weight: 600;*/
    background-color: #f2f4f9;
}


#filter .dropdown-content > div:hover {
  background-color: #e6eaf2 !important; /*#edf0f6;*/
}

#filter .filterleiste-item:hover .dropdown-content,
#filter .filterleiste-sort-item:hover .dropdown-content  {
  display: block;
}

#filter .filterleiste-item:hover .elementor-button i,
#filter .filterleiste-sort-item:hover .elementor-button i {
    color: #f40c7b;
}
#filter .filterleiste-item:hover .elementor-button,
#filter .filterleiste-sort-item:hover .elementor-button {
  border-color: #f40c7b;
}
#filter input[type=checkbox] {
  margin-right: 5px;
}

/* Filter mobil */
/* #filter .elementor-item-anchor:hover*/
#filter .elementor-nav-menu--dropdown .elementor-item {
  color: #212226 !important;
}

#filter .elementor-item-anchor:not(.hasselected):hover {
  background-color: #fff;
  color: black !important;
}

#custom-sort-option-box-phone li:hover {
  color: black !important;
}

#filter .elementor-nav-menu--dropdown .elementor-item.highlighted {
  background-color: #fff;
  color: #212226;
}
#filter .elementor-nav-menu--dropdown .hasselected.highlighted {
  background-color: #f2f4f9;
}
#filter .elementor-nav-menu--dropdown .elementor-item.highlighted .sub-arrow {
  color: #f40c7b;
}
#filter li {
  color: #636672;
  /*font-size: 15px;*/
}
#filter li.menu-item-object-custom {
  cursor: pointer;
}
#filter li li.menu-item-object-custom {
  padding: 7px 20px;
}
#filter .elementor-menu-toggle {
  border: solid 1px #2C2E33;
  background-color: #fff;
  border-radius: 0;

  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;

  display: block;
  text-align: center;
  padding: 10px 20px;
}
#filter .elementor-menu-toggle .fa-sliders-h {
  padding-left: 15px;
}

#filter ul ul {
  border-top: solid thin #a6abc1;
}

#filter .elementor-nav-menu > li {
  border-left: solid thin #a6abc1;
  border-right: solid thin #a6abc1;
  border-bottom: solid thin #a6abc1;

}

#filter #custom-sort-option-box-phone li {
  padding: 10px 20px;
}

#filter #custom-sort-option-box-phone li.active {
  background-color: #f2f4f9;
  color: #212226;
}

/*#filter nav .hasselected .sub-arrow {
  color: #f40c7b;
}*/
#filter nav .hasselected {
  background-color: #f2f4f9;
}

#filter .elementor-nav-menu--dropdown.elementor-nav-menu__container {
  margin-top: 0;
}

#autouebersicht .elementor-row,
#autouebersicht2 .elementor-row {
  flex-wrap: wrap;
}
#autouebersicht .elementor-row img,
#autouebersicht2 .elementor-row img {
  display: block;
}
#filter .elementor-row  img {
  display: inline-block;
}


.inactivefilter {
    display: none;
}

#custom-sort-option-box.dropdown-content {
  min-width: 220px;
  right:0;
}

#filter .dropdown-content > div.auswahlaufheben {
  color: #a6abc1;
  border-top: 1px solid #dBe1ed;
  display: none;
}

#filter .hasselected + div .auswahlaufheben {
  display: block;
}

/* filterreset */
#filter li.elementor-button {
  /*color: #a6abc1;*/
  color: #DBE1ED;
  background-color: #2C2E33;

  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#filter li.elementor-button:hover {
  color: #fff;
  background-color: #212226;
}

#filter li .elementor-button-text {
  text-align: center;
}


@media (max-width: 767px) {
  .elementor-menu-toggle.custom-sort {
    margin-top: -2px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #filter .elementor-col-50 {
    padding-left: 10px;
    padding-right: 10px;
  }
  #filter .elementor-row {
    padding-left: 30px;
    padding-right: 30px;
  }
}



.noentry {
  padding: 12px 18px;
}
.invisible {
    display: none;
}



.keineautos {
    margin-top: 100px;
}

/* responsive */

/*@media (min-width: 1025px) {
  #filter .filterleiste-sort-item {
    position: absolute;
    display: inline-block;
    right: 0;
  }
}*/

@media (max-width: 1024px) {
	.keineautos {
		margin-top:40px;
    margin-bottom: 75px;
    text-align: center !important;
	}

  #filter {
    margin-bottom: 0;
  }

  /*#filter .filterleiste-sort-item {
    display: block;
  }*/
}

.page-id-74324 form,
.page-id-74377 form {
  margin-top: 70px;
}


/* Kontaktformulare */
.checkbox-abstand input {
	margin-right: 6px !important;
}
.dropdown-padding {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}


/* Markenunterseite */
.markenkachel:hover img {
    opacity: 0.5;
}
.markenkachel img {
    display: block;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
}

.markenkachel .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.markenkachel .overlay div {
    line-height: 1.3;
    width: 100%;
    color: #212226;
    position: absolute;
    /*bottom: 5px;*/
    font-size: 17px;
    padding: 8px 25px 8px 25px;
}

.markenkachel .overlay .marke {
  top: 13px;
  font-size: 16px;
  font-weight: 300;
}
.markenkachel .overlay .modell {
  top: 31px;
  font-size: 30px;
  font-weight: 700;
}
/*.markenkachel .overlay .budget {
  top: 13px;
  font-size: 16px;
  font-weight: 300;
}
.markenkachel .overlay .limit {
  top: 30px;
  font-size: 29px;
  font-weight: 700;
}*/
.markenkachel .overlay .anfragebtn {
  opacity: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.markenkachel .overlay .anfragebtn span {
  line-height: 1;
  font-size: 15px;
  font-family: "Open Sans", Sans-serif;
  font-weight: 600;
  background-color: #fff;
  padding: 12px 40px;
}

.markenkachel:hover .anfragebtn {
    opacity: 1;
    top: 50%;
    transition: all .4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.budget-buttons {
  justify-content: center;
  margin-bottom: 75px;
  margin-top: 10px;
}
.budget-buttons a {
    color: #212226;
    font-size: 15px;
    font-family: "Open Sans", Sans-serif;
    font-weight: 600;
    background-color: #fff;
    padding: 10px 45px;
    border: solid 1px #212226;
    margin: 5px;
}
.budget-buttons a.aktiv {
    color: #fff;
    background-color: #2c2e33;
}
.budget-buttons a:hover {
    color: #fff;
    background-color: #212226;
    transition: all .3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* Newsletter CF7 Formular Footer */
.wpcf7 .nl-form .elementor-column {
  padding: 0 !important;
}
.nl-form input[type="email"] {
	border: none !important;
	border-radius: 0;
	padding: 10px 1rem;
}
.nl-form .wpcf7-submit {
	background-color: #2C2E33;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
	width: calc(100% - 28px); !important;
}
.nl-form .wpcf7-submit:hover {
	background-color: #f40c7b;
}
.nl-form .wpcf7-spinner {
	margin: 0 2px;
}
@media (max-width: 767px) {
	.nl-form .wpcf7-submit {
		width: 100%;
	}
	.nl-form .wpcf7-spinner {
		display: none;
	}
	.nl-form p {
		margin-bottom: 0;
	}
}
.nl-form .wpcf7-list-item {
	margin-left: 0;
}




.nl-form label,
.cars-nl-form .nl-accept label {
	position: relative;
	padding-left: 22px;
	margin-left: 0;
	margin-top: 8px;
	display: block;
}
.nl-form label input[type="checkbox"],
.cars-nl-form .nl-accept label input[type="checkbox"] {
  position: absolute;
  top: 2px;
  left: 0;
}
.nl-form .wpcf7-list-item-label {
	margin-top: 8px;
    color: #A6ABC1;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
}
.nl-form .wpcf7-list-item-label a {
    color: #DBE1ED;
}
.nl-form .wpcf7-list-item-label a:hover {
    color: #fff;
}

/* Fahrzeug-Newsletter CF7 Formular  */
.cars-nl-form h2 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 25px;
}

.cars-nl-form h3 {
    font-size: 18px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: 1px #cccccc solid;
}

.nl-cb .elementor-row {
	margin-bottom: 0; /*25px;*/
}

.nl-cb .wpcf7-list-item-label {
	padding-left: 8px;
	font-weight: 300;
}
.nl-cb label {
	margin-bottom: 12px;
}

.cars-nl-form .nl-accept .wpcf7-list-item-label {
	margin-top: 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.3;
}

.cars-nl-form .wpcf7-list-item-label a {
    color: #f40c7b;
}
.cars-nl-form .wpcf7-list-item-label a:hover {
    color: #333;
}

.cars-nl-form .wpcf7-submit {
	margin-top: 40px;
	margin-bottom: 100px;
}

.nl-pflichtfeld {
	font-weight: 300;
	margin-top: 17px;
	margin-bottom: 14px;
}
.cars-nl-form .nopad {
	padding-left:0;
	padding-right:0;
}

@media (min-width: 768px) {
	.cars-nl-form .nl-nachname {
		padding-right: 10px;
		margin-bottom: 12px;
	}
	.cars-nl-form .nl-vorname {
		padding-left: 10px;
		margin-bottom: 12px;
	}
}
@media (max-width: 767px) {
	.cars-nl-form .nl-nachname {
		margin-bottom: 10px;
	}
	.cars-nl-form .nl-vorname {
		margin-bottom: 3px;
	}

}

/* Relaunch Slider Stoerer */

/*.stoerer h1 {
    color: #fff;
    font-size: 3.8em;
    font-weight: 700;
    margin-bottom: 27px;
}

.stoerer hr {
    width: 77px;
    color: #F40C7B;
	background-color: #F40C7B;
    border-color: #F40C7B;
    border-top: 0;
    margin-bottom: 27px;
}

.stoerer p {
    font-size: 20px;
    color: #dbe1ed;
    margin-top: 15px;
    margin-bottom: 38px;
}

.stoerer a {
    font-weight: 600;
    border-radius: 0;
    padding: 15px 35px;
    background-color: #212226;

}
.stoerer a:hover {
    background-color: #2C2E33;
}
.stoerer i {
    color: #f40c7b;
    padding-left: 10px;
}

@media (max-width: 767px) {
	.stoerer h1 {
        font-size: 9vw;
        line-height: 1.1;
        margin-bottom: 17px;
    }
    .stoerer p {
        line-height: 1.25;
         margin-bottom: 30px;
    }
    .stoerer hr {
        margin-bottom: 17px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.stoerer h1 {
        font-size: 7vw;
    }
}*/

/* Popup BG nach Elementor Update */
.elementor-popup-modal .dialog-widget-content {
	background-color: #fff !important;
}
