/*Font change for H1 */
/* latin */
.selectbox select {
  background: #f2f2f4;
  border: solid 1px #e8e8e8;
  border-radius: 2px;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  font-size: 1.3rem;
  height: 40px;
  padding: 5px; }
  .selectbox select:focus {
    outline: none; }
  .selectbox select::-ms-expand {
    display: none; }
  .selectbox select:disabled {
    opacity: 0.5;
    pointer-events: none; }

.selectbox .icon {
  pointer-events: none;
  display: block;
  position: absolute;
  right: 25px;
  top: 55%;
  transform: translateY(-55%);
  /* select arrow center */
  font-family: fontAwesome;
  font-size: 1.1rem; }

.selectbox .select-icon {
  /* custom select arrow icon */ }
  .selectbox .select-icon:before {
    content: "\f078"; }

.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
  width: 100%;
  white-space: nowrap; }
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .custom-checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 15px;
    width: 15px;
    border: 1px solid #333;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background-clip: padding-box; }
    .custom-checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 4px;
      top: 1.5px;
      width: 4px;
      height: 8px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .custom-checkbox:hover input ~ .checkmark {
    background-color: #333;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .custom-checkbox input:checked ~ .checkmark {
    background-color: #333; }
    .custom-checkbox input:checked ~ .checkmark:after {
      display: block; }

.fahrzeugTyp .custom-checkbox {
  display: block; }

.fahrzeugTyp .svg {
  width: 25%;
  height: 25px; }
  .fahrzeugTyp .svg path, .fahrzeugTyp .svg rect {
    fill: #ccc !important; }

input.angebotsNr {
  height: 40px;
  padding: 10px; }
  input.angebotsNr:focus {
    outline: none; }

/***************************************************
Button Look
****************************************************/
.btn, button {
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  text-align: center;
  padding: 10px;
  background: #fff;
  font-size: inherit;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .btn:hover, button:hover {
    color: #fff;
    background: #347488ff; }

button {
  cursor: pointer; }
  button i {
    margin-right: 5px; }
  button:focus {
    outline: none; }
  button.btnNegativ {
    color: #fff;
    border: none; }
    button.btnNegativ:hover {
      background: #347488ff;
      color: inherit; }

.schnellsuchebtn .btn, .schnellsuchebtn button {
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  text-align: center;
  padding: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  cursor: pointer;
  font-size: inherit; }
  .schnellsuchebtn .btn:hover, .schnellsuchebtn button:hover {
    background: #fff;
    color: #333;
    border: solid 1px #333; }
  .schnellsuchebtn .btn.btnReset, .schnellsuchebtn button.btnReset {
    color: inherit; }

.cta, button[type="submit"] {
  background-color: #B01316  !important;
  color: white;
  border: none;
  text-transform: unset;
  font-size: inherit !important;
  font-weight: normal;
  line-height: unset !important; }
  .cta:hover, button[type="submit"]:hover {
    border: none;
    color: white !important; }

button[type="submit"].sendButtonPressed {
  background-color: lightgrey !important; }

/**************************************
Schnellsuche
**************************************/
.fzgschnellsuche a {
  text-decoration: underline;
  margin: 0 0.8% 0 0; }

.fzgschnellsuche .inputBox {
  display: flex;
  flex-wrap: wrap; }
  .fzgschnellsuche .inputBox .selectbox {
    flex: 1;
    margin: 0 1%;
    position: relative;
    width: 100%;
    padding: 0; }
    @media only screen and (max-width: 320px) {
      .fzgschnellsuche .inputBox .selectbox {
        min-width: 50%; } }
    @media only screen and (min-width: 321px) and (max-width: 1023px) {
      .fzgschnellsuche .inputBox .selectbox {
        min-width: 48%; } }
    @media only screen and (min-width: 1024px) {
      .fzgschnellsuche .inputBox .selectbox {
        min-width: 12.28%; } }
    .fzgschnellsuche .inputBox .selectbox select {
      width: 100%; }

.fzgschnellsuche .linkDetailsearch {
  margin-bottom: 10px; }
  .fzgschnellsuche .linkDetailsearch a {
    text-decoration: underline;
    color: inherit; }

.fzgschnellsuche .schnellsuchebtn {
  display: flex;
  justify-content: center; }

.fzgschnellDetailsuche {
  margin-bottom: 30px; }
  .fzgschnellDetailsuche a {
    text-decoration: underline;
    margin: 0 0.8% 0 0; }
  .fzgschnellDetailsuche form {
    margin-bottom: 0px; }
  @media screen and (min-width: 425px) {
    .fzgschnellDetailsuche .preisBox .columns:first-child {
      padding-right: 5px; }
    .fzgschnellDetailsuche .preisBox .columns:last-child {
      padding-left: 5px; } }
  .fzgschnellDetailsuche .zusatzfilter img {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle; }
  .fzgschnellDetailsuche .zusatzfilter button {
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: inherit;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box; }
    .fzgschnellDetailsuche .zusatzfilter button:hover {
      background-color: white;
      color: #333;
      cursor: pointer; }
    .fzgschnellDetailsuche .zusatzfilter button:focus {
      outline: none; }
    .fzgschnellDetailsuche .zusatzfilter button i {
      margin-right: 10px; }
    .fzgschnellDetailsuche .zusatzfilter button.activeBtn {
      background-color: white;
      color: inherit; }
  .fzgschnellDetailsuche .zusatzfilter-box {
    padding: 0px 15px;
    display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .fzgschnellDetailsuche .zusatzfilter-box h4, .fzgschnellDetailsuche .zusatzfilter-box .detailansicht .location-box h5, .detailansicht .location-box .fzgschnellDetailsuche .zusatzfilter-box h5 {
      margin-bottom: 10px;
      font-weight: 400; }
    @media (min-width: 426px) and (max-width: 769px -1) {
      .fzgschnellDetailsuche .zusatzfilter-box .custom-checkbox {
        width: 40%;
        vertical-align: top; } }
    @media (min-width: 769px) {
      .fzgschnellDetailsuche .zusatzfilter-box .custom-checkbox {
        width: auto; } }
    .fzgschnellDetailsuche .zusatzfilter-box .innerBox, .fzgschnellDetailsuche .zusatzfilter-box .detailansicht .verbrauchsangabenBox .verbrauchsContent, .detailansicht .verbrauchsangabenBox .fzgschnellDetailsuche .zusatzfilter-box .verbrauchsContent {
      padding: 20px;
      margin-bottom: 20px;
      background: #f4f6f8; }
    .fzgschnellDetailsuche .zusatzfilter-box .merkmale {
      border-bottom: solid 1px inherit; }
  .fzgschnellDetailsuche .show-box {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .fzgschnellDetailsuche .schnellsuchebtn {
    margin-top: 30px; }
    .fzgschnellDetailsuche .schnellsuchebtn button {
      font-size: inherit; }
  .fzgschnellDetailsuche .notice-message {
    background: #fff;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    -moz-border-radius: 6px;
    background-clip: padding-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    font-size: 1.2rem;
    padding: 10px;
    position: absolute;
    z-index: 99999;
    top: 67px; }
    .fzgschnellDetailsuche .notice-message:before {
      content: '';
      height: 0;
      width: 0;
      left: 20px;
      position: absolute;
      top: -7px;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #fff; }

.sortBar, .detailansicht .detail-tool-top {
  padding: 15px 17px;
  margin-bottom: 30px;
  font-size: 1.3rem; }
  .sortBar.secondarybgcolor, .detailansicht .secondarybgcolor.detail-tool-top {
    background: #f2f2f4; }
  .sortBar a, .detailansicht .detail-tool-top a {
    margin-right: 10px;
    text-decoration: none;
    color: inherit; }
    .sortBar a:last-child, .detailansicht .detail-tool-top a:last-child {
      margin-right: 0; }
  .sortBar .colLeft, .detailansicht .detail-tool-top .colLeft, .sortBar .colRight, .detailansicht .detail-tool-top .colRight {
    padding-top: 5px; }
  .sortBar nav.pagination ul, .detailansicht .detail-tool-top nav.pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    @media screen and (max-width: 425px) {
      .sortBar nav.pagination ul, .detailansicht .detail-tool-top nav.pagination ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(14%, 1fr)); } }
    .sortBar nav.pagination ul li, .detailansicht .detail-tool-top nav.pagination ul li {
      display: inline-block; }
      @media screen and (max-width: 425px) {
        .sortBar nav.pagination ul li, .detailansicht .detail-tool-top nav.pagination ul li {
          display: unset !important; } }
      .sortBar nav.pagination ul li a, .detailansicht .detail-tool-top nav.pagination ul li a {
        background: #fff;
        border: solid 1px #B01316 !important;
        border-radius: 0px !important;
        padding: 3px;
        margin-right: 5px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-decoration: none;
        height: auto; }
        .sortBar nav.pagination ul li a:hover, .detailansicht .detail-tool-top nav.pagination ul li a:hover {
          background: #B01316 !important;
          color: black; }
  .sortBar nav.pagination.toppagi, .detailansicht .detail-tool-top nav.pagination.toppagi {
    margin: 12px 0; }
    @media screen and (min-width: 768px) {
      .sortBar nav.pagination.toppagi, .detailansicht .detail-tool-top nav.pagination.toppagi {
        margin: 0; } }

.sortLinks a i {
  color: #B01316 !important; }

.active-pagi {
  background-color: #B01316 !important;
  color: white !important; }

.fzgDefaultblock {
  background: #fff;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  box-sizing: border-box; }
  .fzgDefaultblock .defaultblockHeadline {
    padding: 14px 10px; }
    .fzgDefaultblock .defaultblockHeadline h4, .fzgDefaultblock .defaultblockHeadline .detailansicht .location-box h5, .detailansicht .location-box .fzgDefaultblock .defaultblockHeadline h5 {
      margin: 0;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 500;
      padding: 0; }

      .fzgDefaultblock .defaultblockHeadline h4 a {
        font-size: 1.6rem !important;
      }
      .fzgDefaultblock .defaultblockHeadline h4 a, .fzgDefaultblock .defaultblockHeadline .detailansicht .location-box h5 a, .detailansicht .location-box .fzgDefaultblock .defaultblockHeadline h5 a {
        text-decoration: none;
        color: inherit; }
    .fzgDefaultblock .defaultblockHeadline .slugtitle {
      margin: 0;
      padding: 0;
      display: block; }
      .fzgDefaultblock .defaultblockHeadline .slugtitle .modellZusatz {
       }
  .fzgDefaultblock .defaultblockImage {
    overflow: hidden;
    position: relative; }
    .fzgDefaultblock .defaultblockImage img {
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .fzgDefaultblock .defaultblockImage .aktionFzg {
      z-index: 999;
      color: #fff;
      position: absolute;
      right: 0px;
      padding: 2px 8px;
      bottom: 0;
      border: solid 1px #fff;
      border-width: 1px 0px 0px 1px; }
  .fzgDefaultblock .defaultblockInfoBox {
    font-size: 0.8rem; }
    .fzgDefaultblock .defaultblockInfoBox .fzgdetailLink:hover {
      text-decoration: underline; }
    .fzgDefaultblock .defaultblockInfoBox .preis {
     /* font-weight: bold; */ }
      .fzgDefaultblock .defaultblockInfoBox .preis td {
        padding: 10px; }
        .fzgDefaultblock .defaultblockInfoBox .preis td.secondarybgcolor {
          background: #f2f2f4; }
          .fzgDefaultblock .defaultblockInfoBox .preis td.secondarybgcolor .vkpreis {
            font-size: 1rem; }
      .fzgDefaultblock .defaultblockInfoBox .preis a {
        text-decoration: none;
        color: inherit; }
    .fzgDefaultblock .defaultblockInfoBox table {
      width: 100%;
      margin-bottom: 0;
      border-collapse: collapse;
      border-spacing: 0; }
      .fzgDefaultblock .defaultblockInfoBox table tr td {
        padding: 2px 10px; }
        .fzgDefaultblock .defaultblockInfoBox table tr td:first-child {
          width: 50%; }
    .fzgDefaultblock .defaultblockInfoBox .defaultblockInfo {
      border-top: solid 1px #e1e1e1;
      border-bottom: solid 1px #e1e1e1;
      padding: 10px 0px; }
      .fzgDefaultblock .defaultblockInfoBox .defaultblockInfo .bold {
        font-weight: 600; }
    .fzgDefaultblock .defaultblockInfoBox .defaultVerbrauchswerte {
      padding: 10px; }
      .fzgDefaultblock .defaultblockInfoBox .defaultVerbrauchswerte .verbrauchswerteContent {
        margin: 0;
        padding: 0;
        display: block; }

.innerBox, .detailansicht .verbrauchsangabenBox .verbrauchsContent {
  padding: 15px; }

.detailansicht {
  margin-bottom: 37px; }
  @media (min-width: 767px) {
    .detailansicht .fzgImgBox {
      min-height: 300px; }
      .detailansicht .fzgImgBox a {
        min-height: inherit; }
        .detailansicht .fzgImgBox a img {
          min-height: inherit;
          object-fit: cover; } }
  .detailansicht .thumbs {
    margin-bottom: 30px;
    margin-top: 13.5px;
    overflow: hidden;
    /*
		a {
			margin: 0;

			display: inline-block;
			margin: 0px 0 0 0%;
			flex-grow: 1;
			width: calc(100% * (1/6) - 2px - 1px);
			height: 100%;

			&:first-child {
				margin-left: 0;
			}
			img {
				width: 100%;
				//display: table-cell;
			}
		}
		 */ }
    .detailansicht .thumbs ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(16%, 1fr));
      height: 54px; }
      .detailansicht .thumbs ul li {
        height: inherit; }
        .detailansicht .thumbs ul li a {
          height: inherit; }
          .detailansicht .thumbs ul li a img {
            height: inherit;
            width: 100%;
            object-fit: cover; }
    @media screen and (min-width: 1024px) {
      .detailansicht .thumbs {
        margin-bottom: 0px; } }
  @media screen and (min-width: 1024px) {
    .detailansicht .detail-tool-top {
      height: 51px; } }
  .detailansicht .detail-tool-top i {
    margin-right: 5px; }
  .detailansicht .detail-tool-top h4, .detailansicht .detail-tool-top .location-box h5, .detailansicht .location-box .detail-tool-top h5 {
    margin: 0px; }
  .detailansicht .fzgDaten h3 {
    margin-bottom: 0;
    color: #000; }
  .detailansicht .fzgDaten h4, .detailansicht .fzgDaten .location-box h5, .detailansicht .location-box .fzgDaten h5 {
    margin: 0px; }
  .detailansicht .fzgDaten .detailsfzgPreis h3 {
    font-weight: 600; }
  .detailansicht .fzgDaten .fzgInfo {
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    padding: 15px 0px;
    margin: 13.5px 0px; }
    .detailansicht .fzgDaten .fzgInfo table {
      padding: 0;
      margin: 0;
      width: 100%;
      border-collapse: collapse; }
      .detailansicht .fzgDaten .fzgInfo table td:last-child {
        text-align: right; }
    @media screen and (min-width: 960px) {
      .detailansicht .fzgDaten .fzgInfo .firsttable {
        border-right: solid 1px #e1e1e1; } }
  .detailansicht .fzgDaten h5 {
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 6px; }
  .detailansicht .fzgDaten img {
    width: 100%; }
  .detailansicht .fzgDaten .anfragesenden button {
    padding: 10px 0px; }
  .detailansicht .location-box {
    margin-bottom: 24px; }
    .detailansicht .location-box .standortMap ul {
      margin: 0 0 20px 0;
      padding: 0; }
      .detailansicht .location-box .standortMap ul li {
        list-style-type: none;
        margin: 0;
        padding: 0; }
    .detailansicht .location-box .standortMap .adresse {
      margin-bottom: 47px; }
      .detailansicht .location-box .standortMap .adresse table {
        width: 100% !important; }
      .detailansicht .location-box .standortMap .adresse ul i {
        margin-right: 10px;
        font-size: 1.6rem; }
      .detailansicht .location-box .standortMap .adresse .openHours {
        padding-bottom: 10px;
        font-weight: 600;
        border-bottom: solid 1px #e1e1e1;
        margin-bottom: 10px; }
    .detailansicht .location-box h4, .detailansicht .location-box h5 {
      margin: 0px;
      padding: 0px;
      font-weight: 400; }
      .detailansicht .location-box h4 i, .detailansicht .location-box h5 i {
        margin-right: 15px;
        font-size: x-large; }
    .detailansicht .location-box h5 {
      font-weight: 600;
      margin-top: 10px; }
    .detailansicht .location-box .detail-tool-top {
      padding: 11px 17px; }
  .detailansicht .ansprechpartner-box .ap-content-box {
    margin-bottom: 14px; }
  .detailansicht .ansprechpartner-box h4, .detailansicht .ansprechpartner-box .location-box h5, .detailansicht .location-box .ansprechpartner-box h5 {
    font-weight: 400; }
    .detailansicht .ansprechpartner-box h4 i, .detailansicht .ansprechpartner-box .location-box h5 i, .detailansicht .location-box .ansprechpartner-box h5 i {
      margin-right: 15px;
      font-size: x-large; }
  .detailansicht .ansprechpartner-box .detail-tool-top {
    padding: 11px 17px; }
  .detailansicht .recommendBox {
    background: #f2f2f4;
    margin: 30px 0px; }
    .detailansicht .recommendBox h4, .detailansicht .recommendBox .location-box h5, .detailansicht .location-box .recommendBox h5 {
      padding: 10px 0px;
      font-weight: 400;
      margin: 0px; }
  .detailansicht .verbrauchsangabenBox {
    margin-top: 21px; }
    .detailansicht .verbrauchsangabenBox .verbrauchsContent {
      margin-bottom: 30px;
      border: solid 1px #f4f6f8;
      background: #f2f2f4; }
      .detailansicht .verbrauchsangabenBox .verbrauchsContent table {
        width: 100%;
        margin-bottom: 21px;
        word-break: break-word; }
    @media screen and (max-width: 960px) {
      .detailansicht .verbrauchsangabenBox .sameheight {
        height: auto !important; } }
  .detailansicht .fzgdescription {
    margin-bottom: 30px;
    background: #f2f2f4; }
    .detailansicht .fzgdescription ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .detailansicht .fzgdescription .fzgdescription-col {
      margin-bottom: 20px;
      border-left: none;
      word-break: break-word; }
      @media print, screen and (min-width: 425px) {
        .detailansicht .fzgdescription .fzgdescription-col {
          border-left: solid 1px #e1e1e1; }
          .detailansicht .fzgdescription .fzgdescription-col:nth-child(1), .detailansicht .fzgdescription .fzgdescription-col:nth-child(4), .detailansicht .fzgdescription .fzgdescription-col:last-child {
            border-left: none; } }
      @media print, screen and (min-width: 768px) {
        .detailansicht .fzgdescription .fzgdescription-col {
          border-left: solid 1px #e1e1e1; }
          .detailansicht .fzgdescription .fzgdescription-col:nth-child(1), .detailansicht .fzgdescription .fzgdescription-col:nth-child(4), .detailansicht .fzgdescription .fzgdescription-col:last-child {
            border-left: none; } }
      @media print, screen and (min-width: 1024px) {
        .detailansicht .fzgdescription .fzgdescription-col {
          border-left: solid 1px #e1e1e1; }
          .detailansicht .fzgdescription .fzgdescription-col:nth-child(1), .detailansicht .fzgdescription .fzgdescription-col:nth-child(5) {
            border-left: none; }
          .detailansicht .fzgdescription .fzgdescription-col:nth-child(4), .detailansicht .fzgdescription .fzgdescription-col:last-child {
            border-left: solid 1px #e1e1e1; } }
      @media screen and (max-width: 768px) {
        .detailansicht .fzgdescription .fzgdescription-col.autoheight {
          height: auto !important; } }
      .detailansicht .fzgdescription .fzgdescription-col.autoheight:nth-child(n+5) {
        height: auto !important; }
      .detailansicht .fzgdescription .fzgdescription-col h5 {
        margin-bottom: 0;
        font-weight: bold;
        font-size: 1.3rem; }
  .detailansicht .fzgdescription h4, .detailansicht .fzgdescription .location-box h5, .detailansicht .location-box .fzgdescription h5,
  .detailansicht .verbrauchsangabenBox h4,
  .detailansicht .verbrauchsangabenBox .location-box h5,
  .detailansicht .location-box .verbrauchsangabenBox h5,
  .detailansicht .anfrageform h4,
  .detailansicht .anfrageform .location-box h5,
  .detailansicht .location-box .anfrageform h5 {
    margin-bottom: 10px;
    font-weight: 400; }
  .detailansicht .offexBoxCon .offerBox {
    border: solid 1px #e1e1e1;
    text-align: center;
    margin-bottom: 30px;
    display: table;
    padding: 30px; }
    .detailansicht .offexBoxCon .offerBox .offerBoxContent {
      display: table-cell;
      vertical-align: middle; }
      .detailansicht .offexBoxCon .offerBox .offerBoxContent a {
        color: inherit; }
        .detailansicht .offexBoxCon .offerBox .offerBoxContent a i {
          margin-right: 5px; }
      .detailansicht .offexBoxCon .offerBox .offerBoxContent h4, .detailansicht .offexBoxCon .offerBox .offerBoxContent .location-box h5, .detailansicht .location-box .offexBoxCon .offerBox .offerBoxContent h5 {
        margin: 0; }
  .detailansicht .anfrageBox {
    border: solid 1px #e1e1e1;
    border-left: 0;
    border-right: 0;
    box-sizing: border-box; }
    .detailansicht .anfrageBox .anfrageform {
      padding: 15px 0px; }
      .detailansicht .anfrageBox .anfrageform form {
        margin-bottom: 0; }
        .detailansicht .anfrageBox .anfrageform form input[type],
        .detailansicht .anfrageBox .anfrageform form textarea,
        .detailansicht .anfrageBox .anfrageform form select,
        .detailansicht .anfrageBox .anfrageform form .select2-container--default .select2-selection--single {
          background: #fff;
          border: solid 1px #e1e1e1;
          border-radius: 3px;
          font-size: 1.3rem;
          height: 40px;
          padding: 5px; }
          .detailansicht .anfrageBox .anfrageform form input[type]:focus,
          .detailansicht .anfrageBox .anfrageform form textarea:focus,
          .detailansicht .anfrageBox .anfrageform form select:focus,
          .detailansicht .anfrageBox .anfrageform form .select2-container--default .select2-selection--single:focus {
            outline: none; }
        .detailansicht .anfrageBox .anfrageform form textarea {
          padding: 10px;
          height: 95px;
          resize: none; }
          .detailansicht .anfrageBox .anfrageform form textarea:focus {
            outline: none; }
      .detailansicht .anfrageBox .anfrageform .select2-results .select2-selection__rendered {
        line-height: 18px;
        padding-left: 0;
        font-weight: normal; }
      .detailansicht .anfrageBox .anfrageform .select2-results .select2-results_option,
      .detailansicht .anfrageBox .anfrageform .select2-results .select2-results__option[aria-selected] {
        padding-left: 17px; }
    .detailansicht .anfrageBox .pflichtangTxt {
      margin-bottom: 23px; }
      .detailansicht .anfrageBox .pflichtangTxt a {
        color: inherit; }
  .detailansicht .finance-calculator {
    overflow: hidden;
    margin-bottom: 37px; }
    .detailansicht .finance-calculator iframe {
      height: 690px !important;
      border: 0; }
      @media screen and (min-width: 768px) {
        .detailansicht .finance-calculator iframe {
          height: 510px !important; } }
      @media screen and (min-width: 1024px) {
        .detailansicht .finance-calculator iframe {
          height: 320px !important; } }
      @media screen and (min-width: 1280px) {
        .detailansicht .finance-calculator iframe {
          height: 690px !important; } }

.c-selector__input:checked + .c-selector__label {
  background-color: #347488ff !important;
  border-color: #347488ff !important; }

.fs-mr-5, .detailansicht .detail-tool-top i.fs-mr-5 {
  margin-right: 15px; }

.hinweis-footer-envk {
  margin-top: 3rem; }

@media print {
  #site-navigation-wrap, footer, .detailansicht .anfragesenden,
  .detailansicht .fahrzeugliste,
  .detailansicht .backLink,
  .detailansicht .thumbs,
  .detailansicht .anfrageBox,
  .detailansicht .fzgansichtdetailbtn,
  .detailansicht .ansprechPosition,
  .detailansicht .offexBoxCon .offerBox,
  .detailansicht .footer-bar,
  .detailansicht .ansprechBild,
  .detailansicht .ansprechTel br,
  .detailansicht #location-map,
  .detailansicht #scroll-to-top, .detailansicht .ansprechpartner-box .ap-content-box .small-5, a#scroll-to-top, .site-footer .footer-nav-row, .detailansicht .finance-calculator, .seiten-footer,
  .site-header,
  .fzgImgBox a[href]:after,
  .oceanwp-mobile-menu-icon,
  .backlinkdiv,
  .fusion-header-wrapper,
  .fusion-page-title-bar,
  .single-navigation,
  .fusion-meta-info,
  .elementor-widget-wrap,
  .elementor-widget-heading,
  .fusion-post-title,
  .noPrint,
  #site-logo {
    display: none !important; }
  @page {
    size: A4; }
  @page {
    margin: 1cm; }
  @page :left {
    margin: .8cm; }
  @page :right {
    margin: .8cm; }
  body {
    font-size: 9.5pt !important;
    line-height: 1.6; }
    body header .topbar {
      margin-bottom: 0px;
      border: 0;
      position: static; }
      body header .topbar .main-navigation {
        display: none; }
      body header .topbar .fixed {
        margin-bottom: 0;
        border: 0; }
      body header .topbar img {
        max-height: 40px; }
    body .elementor-section .elementor-container, body .elementor-row, body .elementor-column, body .elementor-column-wrap {
      display: block !important; }
    body .container {
      height: auto;
      padding: 0;
      margin: 0 auto !important;
      position: absolute !important;
      width: auto;
      left: 0px; }
  main.site-main {
    padding-top: 0; }
  .detailansicht {
    margin-bottom: 0px; }
    .detailansicht .detail-tool-top {
      margin-bottom: 5px; }
    .detailansicht .hinweis-footer-envk {
      display: none; }
    .detailansicht .fzgDaten h3 {
      font-size: 1.7rem; }
    .detailansicht .fzgDaten h4, .detailansicht .fzgDaten .location-box h5, .detailansicht .location-box .fzgDaten h5 {
      font-size: 13pt;
      font-weight: normal; }
    .detailansicht .fzgDaten .small-6 {
      width: 100%; }
    .detailansicht .fzgDaten .fzgInfo {
      margin: 5px 0px; }
    .detailansicht .fzgDaten .firsttable {
      border-right: none; }
    .detailansicht .verbrauchsangabenBox .verbrauchsContent,
    .detailansicht .fzgdescription {
      background: none !important;
      border: none !important;
      margin-bottom: 0px; }
    .detailansicht .verbrauchsangabenBox .verbrauchsContent table tr {
      margin-bottom: 0px;
      line-height: normal; }
    .detailansicht .autoheight {
      height: auto !important; }
    .detailansicht .fzgdescription-col {
      border: none !important; }
    .detailansicht .ansprechpartner-box .detail-tool-top {
      margin-bottom: 5px; }
    .detailansicht .ansprechpartner-box .ap-content-box {
      margin-bottom: 0px; }
      .detailansicht .ansprechpartner-box .ap-content-box .small-7 {
        width: 100%; }
    .detailansicht .fzgdetailsBox .fzgInfo .firsttable {
      border-right: none; }
  .site-footer .footer-nav-con {
    background: none;
    padding: 0px; }
  .detailansicht .location-box {
    margin-bottom: 10px; }
    .detailansicht .location-box .detail-tool-top {
      padding: 3px !important; }
    .detailansicht .location-box h4, .detailansicht .location-box h5 {
      font-size: 13pt !important; }
    .detailansicht .location-box i {
      font-size: 2rem !important;
      margin-right: 7px !important; }
    .detailansicht .location-box .adresse i {
      font-size: 1.6rem !important;
      margin-right: 4px !important; }
      .detailansicht .location-box .adresse i.fa-envelope {
        font-size: 1.3rem !important; }
  .ansprechpartner-box .detail-tool-top {
    padding: 3px !important; }
  .ansprechpartner-box h4, .ansprechpartner-box .detailansicht .location-box h5, .detailansicht .location-box .ansprechpartner-box h5 {
    font-size: 13pt !important; }
  .ansprechpartner-box i {
    font-size: 2rem !important;
    margin-right: 7px !important; }
  .ansprechpartner-box .ap-content-box .xx-small-7 {
    width: 100%; }
  .detailansicht .adresse {
    margin-bottom: 0 !important; }
  .detail-tool-top {
    padding: 6px !important; }
  .verbrauchsangabenBox .verbrauchsContent, .fzgdescription {
    font-size: 9.75pt; }
    .verbrauchsangabenBox .verbrauchsContent h4, .verbrauchsangabenBox .verbrauchsContent .detailansicht .location-box h5, .detailansicht .location-box .verbrauchsangabenBox .verbrauchsContent h5, .fzgdescription h4, .fzgdescription .detailansicht .location-box h5, .detailansicht .location-box .fzgdescription h5 {
      font-size: 13pt; }
  #hersteller-logo img {
    height: 35px !important; }
  .innerBox, .detailansicht .verbrauchsangabenBox .verbrauchsContent {
    padding: 0px !important; }
  .angebotsNr {
    text-align: left;
    padding-left: 0; }
  .detail-tool-top .row {
    margin-left: -20px; }
  .fullWithOnPrint{
    width: 100% !important;
  }
}

.fzgschnellsucheBox, .fahrzeugblockBox, .detailansicht, .fzgschnellsuche {
  font-family: "Spartan", sans-serif !important;
  color: inherit;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400; }

.fahrzeugliste table td, .fzgDaten table td, .standortMap table td, .verbrauchsContent table td {
  border-bottom: 0px;
  padding: 0px; }
.lightbox{
  z-index: 10011 !important;
}
.bws-auto-listings .pagination{
  justify-content: center !important;
}

#main #content-wrap {
  padding-bottom: 0 !important;
}

.office-selection-card__timetable__day {
  width: 0 !important;
}

#site-navigation-wrap {
  float: none !important;
}

.content-area {
 width: 100% !important;
  padding-right: 230px !important;
  border-right-width: 0 !important;
}