@charset "UTF-8";
:root {
  --title-font: "Raleway",sans-serif;
  --text-font: "Lato",sans-serif;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ce1012 transparent;
}
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #ce1012;
  border-radius: 20px;
  border: 3px solid #ce1012;
}

body {
  background: #fff;
  color: #1d2228;
  font-size: 16px;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
}

h1 {
  line-height: 110%;
  margin: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #ce1012;
  font-size: 44px;
}
@media all and (max-width: 768px) {
  h1 {
    font-size: 28px;
    padding-left: 10px;
  }
}

h2 {
  line-height: 110%;
  margin: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #212121;
  font-size: 32px;
}

h3 {
  line-height: 110%;
  margin: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #ce1012;
  font-size: 28px;
}

h4 {
  line-height: 110%;
  margin: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #ce1012;
  font-size: 24px;
}

h5 {
  line-height: 110%;
  margin: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #ce1012;
  font-size: 20px;
}

h6 {
  line-height: 110%;
  margin: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #ce1012;
  font-size: 18px;
}

a {
  color: #ce1012;
}
a:hover {
  text-decoration: none;
  transition: 0.5s ease-out;
}
a p {
  color: #ce1012;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}

.row {
  margin-bottom: 10px;
}
.row:last-child {
  margin-bottom: 0;
}

.button {
  background: #1d2228;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  color: #fff;
  margin-top: 22px;
  border: 2px solid transparent;
  transition: 0.5s ease-out;
  display: inline-block;
}
.button:hover {
  color: #fff;
  opacity: 0.5;
}

.button.button-secondary {
  background: transparent;
  border: 2px solid #1d2228;
  color: #222;
  margin-top: 22px;
}
.button.button-secondary:hover {
  border-color: #1d2228;
  color: #fff;
  background: #1d2228;
  transition: 0.5s ease-out;
}

.section {
  padding: 90px 0;
}

.section-bottom-only {
  padding-bottom: 90px;
}

.section-title {
  margin-bottom: 50px;
  text-align: center;
}
.section-title .title-top {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #1d2228;
  letter-spacing: 4px;
  font-size: 18px;
}
.section-title h3 {
  font-size: 36px;
  font-weight: 800;
}
.section-title .title-desc {
  margin-top: 15px;
}

.section-title.section-title-left {
  text-align: left;
}

.navbar {
  background: transparent;
  transition: 0.5s ease-out;
  padding: 15px 0;
  max-height: 60px;
}
.navbar .navbar-brand {
  margin-top: 80px;
  background: #fff;
  border-radius: 50%;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .navbar-brand h1 {
  font-size: 26px;
  color: #ce1012;
}
.navbar .navbar-brand img {
  width: 130px;
  margin-right: 0;
}
.navbar .navbar-nav .nav-item.adminvisible {
  display: none;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li .nav-link {
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.navbar .navbar-nav li:hover .nav-link {
  color: #1d2228;
}
.navbar .navbar-toggler {
  border-radius: 0;
  border: 0;
}
.navbar .navbar-toggler i {
  font-size: 28px;
}
.navbar .navbar-toggler:focus {
  outline: 0;
}

.navbar.navbar-fixed {
  background: #fff;
  transition: 0.5s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}
.navbar.navbar-fixed .navbar-brand {
  transform: scale(0.45);
  margin-top: 0px;
  transition: all 0.5s ease-out;
}

.eingeloggt .navbar {
  background: #fff;
  transition: 0.5s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
  background: linear-gradient(45deg, white 0%, #ce1012 67%, white 100%);
}
.eingeloggt .navbar .navbar-brand {
  transform: scale(0.45);
  margin-top: 0px;
  transition: all 0.5s ease-out;
}
.eingeloggt .navbar .btn-group.navbar-btn {
  background: #fff;
  margin-left: 10px;
}
.eingeloggt .navbar .frontonly {
  display: none;
}

.home-intro {
  padding: 175px 0 75px;
}
.home-intro .content h2 {
  font-size: 64px;
  font-weight: 800;
}
.home-intro .content h2 .color-highlight {
  color: #1d2228;
  font-style: normal;
}
.home-intro .content h2 em {
  color: #1d2228;
  font-style: normal;
}
.home-intro .content h2:nth-child(3) {
  margin-bottom: 30px;
}
.home-intro .content h1 {
  font-size: 61px;
  font-weight: 800;
  margin-bottom: 30px;
}
.home-intro .content h1 .color-highlight {
  color: #212121;
  font-style: normal;
}
.home-intro .content h1 em {
  color: #212121;
  font-style: normal;
}
.home-intro .content h1:nth-child(3) {
  margin-bottom: 30px;
}
.home-intro .content.anzahl {
  border-radius: 10px;
  background: #ce1012;
  color: #fff;
  font-size: 3em;
  text-align: center;
}
.home-intro .content-image img {
  width: 100%;
}
.home-intro ul li {
  display: inline-block;
}
.home-intro ul li:last-child {
  margin-left: 15px;
}

.about .content-image img {
  width: 100%;
}
.about .content h3 {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 36px;
}
.about .content ul li {
  font-weight: 600;
  color: #ce1012;
}
.about .content ul li .circle-list {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  background: #1d2228;
  display: inline-block;
}

.process-work .row {
  min-height: 20rem;
}
.process-work .row .col-md-3:nth-last-child(odd) .content {
  background: #1d2228;
}
.process-work .row .col-md-3:nth-last-child(odd) .content i {
  color: #fff;
}
.process-work .row .col-md-3:nth-last-child(odd) .content h5 {
  color: #fff;
}
.process-work .row .col-md-3:nth-last-child(odd) .content p {
  color: #fff;
}
.process-work .content {
  text-align: center;
  padding: 15px;
  background: #f8f8fc;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.process-work .content:hover {
  background: #1d2228;
  transition: all 0.3s ease;
}
.process-work .content:hover i {
  color: #fff;
}
.process-work .content:hover h5 {
  color: #fff;
}
.process-work .content:hover p {
  color: #fff;
}
.process-work .content i {
  font-size: 60px;
  color: #1d2228;
}
.process-work .content h5 {
  margin-bottom: 10px;
}

.portfolio .portfolio-filter-menu {
  text-align: center;
  margin-bottom: 30px;
}
.portfolio .portfolio-filter-menu ul li {
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.portfolio .portfolio-filter-menu ul li.active {
  color: #1d2228;
  font-weight: 800;
}
.portfolio .row .col-md-4 {
  padding: 15px;
}
.portfolio .content-image {
  position: relative;
}
.portfolio .content-image img {
  width: 100%;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.portfolio .content-image .image-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
  color: #fff;
  transform: scale(0.9);
}
.portfolio .content-image .image-caption h4 {
  color: #fff;
  margin-bottom: 5px;
}
.portfolio .content-image .image-caption span {
  font-size: 15px;
}
.portfolio .content-image .image-overlay {
  background: #ce1012;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  opacity: 0;
  transition: all 0.5s ease;
  margin: auto;
}
.portfolio .content-image:hover .image-caption {
  opacity: 1;
  transform: scale(1);
}
.portfolio .content-image:hover .image-overlay {
  opacity: 0.7;
  transform: scale(1.05);
}
.portfolio .content-image:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 37px -8px rgba(0, 0, 0, 0.53);
}

.services .content {
  text-align: center;
  padding: 15px;
  background: #f8f8fc;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.services .content:hover {
  background: #1d2228;
  transition: all 0.3s ease;
}
.services .content:hover i {
  color: #fff;
}
.services .content:hover h5 {
  color: #fff;
}
.services .content:hover p {
  color: #fff;
}
.services .content:hover .clone-icon i {
  position: absolute;
  top: 7px;
  left: -12px;
  right: 0;
  opacity: 0.2;
}
.services .content .serv-icon {
  position: relative;
  display: inline-block;
}
.services .content i {
  font-size: 60px;
  color: #1d2228;
}
.services .content .clone-icon i {
  position: absolute;
  top: 0;
  left: 15px;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.services .content h5 {
  margin-bottom: 10px;
}

.words-section .content {
  background: #ce1012;
  padding: 40px;
  border-radius: 15px;
}
.words-section .content h4 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}
.words-section .content h4:first-child {
  margin-bottom: 5px;
}
.words-section .content .button-wrap {
  text-align: right;
}
.words-section .content .button-wrap .button {
  margin-top: 0;
}

.news .content:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 37px -8px rgba(0, 0, 0, 0.53);
}
.news .content:hover h4 {
  color: #1d2228;
}
.news .content img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.news .content h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact .content h5 {
  margin-top: 35px;
  margin-bottom: 15px;
}
.contact .content h5:first-child {
  margin-top: 0;
}
.contact .content-right {
  text-align: center;
}
.contact .button {
  margin-top: 0;
}

form input {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  padding: 14px 20px;
  width: 100%;
  color: #aaa;
  border-radius: 5px;
  text-align: left;
}
form textarea {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  padding: 14px 20px;
  width: 100%;
  color: #aaa;
  border-radius: 5px;
  text-align: left;
}

.footer-bottom {
  background: #111111;
  text-align: center;
  padding: 35px 0 35px;
  border-top: 1px solid #23375b;
}
.footer-bottom a {
  color: #f1f1f1;
}

footer {
  background: #212121;
  padding: 90px 0 0;
}
footer .brand {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .brand img {
  width: 125px;
}
footer .content p {
  color: #f1f1f1;
}
footer .content a {
  color: #f1f1f1;
}
footer h5 {
  /*color: #fff !important; */
  margin-bottom: 15px;
}
footer ul li {
  margin-bottom: 8px;
}
footer ul li a {
  color: #f1f1f1;
}
footer ul li a i {
  margin-right: 10px;
}
footer ul.social li a i {
  width: 20px;
}

.modal-dialog {
  max-width: 75%;
}
.modal-dialog h2 {
  font-size: 20px;
}
.modal-dialog h3 {
  font-size: 18px;
}

.navbar-nav .dropdown {
  margin-top: 7px;
}
.navbar-nav .dropdown-toggle {
  font-size: 15px;
  font-weight: 500;
  color: #ce1012;
  transition: all 0.3s ease;
}

.carBox .content {
  position: relative;
  background: #eaeaea;
  overflow: hidden;
}
.carBox .content h3 {
  font-size: 18px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.carBox .content p {
  color: #fff;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.carBox .content img {
  transform: scale(1);
  transition: 1000ms ease-in-out;
  -webkit-transform: scale(1);
  -webkit-transition: 1000ms ease-in-out;
}
.carBox .content div.colWrap {
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5ease-in-out;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 20%;
  background: rgba(0, 0, 0, 0.5);
}
.carBox .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0;
  background: #fbeb04;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.carBox:hover .content img {
  transform: scale(1.05);
  transition: 1000ms ease-in-out;
  -webkit-transform: scale(1.05);
  -webkit-transition: 1000ms ease-in-out;
}
.carBox:hover .content div.colWrap {
  height: 40%;
  max-height: 40%;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.sct {
  margin-top: 20px;
  background: #fff;
  padding-top: 20px;
}

#sct-heroimage.rounded {
  border-radius: 20px !important;
}

.sct-wrapper {
  display: flex;
  align-items: stretch;
}

.sct-wrapper.nobar #sct-sidebar {
  display: none;
}

#sct-sidebar {
  min-width: 0;
  max-width: 0;
  min-height: 0;
  overflow: hidden;
  padding-top: 40px;
  background: #fff;
  color: #1d2228;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.8), 5px 5px 10px rgba(0, 0, 0, 0.25);
}
#sct-sidebar h3 {
  font-size: 1.3em;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
#sct-sidebar p {
  font-size: 0.9em;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}
#sct-sidebar p span.lbl {
  font-size: 0.9em;
  font-weight: 400;
  width: 35%;
  display: inline-table;
  border-bottom: 1px solid #aeaeae;
}
#sct-sidebar a.backToList {
  margin-bottom: 40px;
  margin-left: 20px;
  background: #fff;
  min-width: 80%;
}
#sct-sidebar a.addToFavorites {
  margin-bottom: 0px;
  margin-left: 20px;
  background: #fff;
  min-width: 80%;
}
#sct-sidebar .cartinfo {
  font-size: 0.9em;
  color: #ce1012;
  text-align: left;
  padding-left: 20px;
}

#sct-sidebar.show {
  min-width: 80%;
  border-right: 1px solid #ce1012;
}

#sct-sidebar.active {
  margin-left: -250px;
}

#sct-content {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#sct-content .sct-content-header {
  display: none;
}
#sct-content .sct-content-header.hide {
  display: none;
}
#sct-content .container {
  max-width: 100%;
}
#sct-content a {
  color: #272727;
}
#sct-content a.os {
  padding: 4px 8px;
  background: #ce1012;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 4px;
}
#sct-content a.os.bulk {
  background: #272727;
  margin-right: 0;
  width: 100%;
  display: block;
  text-align: center;
  padding: 6px 12px;
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  text-decoration: none;
  font-size: 1.2em;
  position: relative;
}
#sct-content a.os.bulk:hover {
  background: #444;
}
#sct-content a.os.bulk:hover:before {
  background: #ce1012;
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-in-out;
  width: 10px;
  z-index: 1;
}
#sct-content h5 {
  color: #272727;
}
#sct-content p {
  color: #272727;
}
#sct-content p.disabled {
  color: #78a6c8;
  cursor: not-allowed;
}
#sct-content p.itsAPrice {
  font-size: 1.8em;
  text-align: right;
}
#sct-content p.itsADiscount {
  font-size: 1.8em;
  text-align: right;
}
#sct-content p.itsASubtotalPrice {
  font-size: 1.8em;
  text-align: right;
}
#sct-content p.totalpreisnetto {
  border: 1px solid #aeaeae;
  padding: 5px;
  font-weight: 600;
  background: #fff;
}
#sct-content img#mainImage {
  border-top-right-radius: 20px;
  margin-bottom: 10px;
}
#sct-content .sctSmallImages {
  margin-bottom: 20px;
  cursor: pointer;
}
#sct-content .pagination a {
  padding: 2px 6px;
  border: 1px solid #eaeaea;
  margin-right: 5px;
  border-radius: 4px;
}
#sct-content .pagination a ion-icon {
  font-size: 1em;
}
#sct-content .pagination a:hover {
  background: #e1e2e2;
}
#sct-content .pagination a.prenext {
  border: none;
}
#sct-content .pagination a.prenext:hover {
  color: #ce1012;
  background: transparent;
}
#sct-content .pagination .active a {
  background: #1d2228;
  color: #fff;
}
#sct-content .itsAnInfo p {
  color: #fff;
}
#sct-content .cartTitle p {
  font-size: 1.5em;
}
#sct-content .traderpagehead .buyer {
  padding: 10px;
}
#sct-content .traderpagehead .buyer .inner {
  padding: 20px;
  font-size: 0.9em;
  line-height: 1.2;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.8), 5px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
#sct-content .traderpagehead .buyer .inner h2 {
  margin-bottom: 20px;
}
#sct-content .traderpagehead .buyer .inner img#mainImage {
  border-radius: 0;
}
#sct-content .traderpagebody {
  margin-top: 50px;
}
#sct-content .traderpagebody h2.headline {
  margin-bottom: 20px;
}
#sct-content .traderpagebody .row {
  border-bottom: 1px solid #e1e2e2;
}
#sct-content .traderpagebody .row .schritt {
  padding: 20px;
  text-align: center;
}
#sct-content .traderpagebody .row .schritt span {
  font-size: 50px;
  padding: 10px 25px;
  margin-left: auto;
  margin-right: auto;
  background: #eaeaea;
  text-align: center;
  border-radius: 999px;
}
#sct-content .traderpagebody .row .schritt span.done {
  background: #09ad2d;
  color: #fff;
}
#sct-content .traderpagebody .row .schrittdaten {
  padding: 10px;
}
#sct-content .traderpagebody .row .schrittdaten h4 {
  margin-bottom: 20px;
}
#sct-content .traderpagebody .row .schrittdaten .izidropzone {
  min-height: 220px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  opacity: 0.5;
}
#sct-content .traderpagebody .row .schrittdaten .izidropzone .info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 0.8em;
  margin-bottom: 0;
}
#sct-content .traderpagebody .row .schrittdaten #dlFiles span {
  display: block;
  font-size: 0.8em;
}
#sct-content .traderpagebody .row .hidebutton {
  display: none;
}
#sct-content .traderpagebody .row.hide {
  display: none;
}
#sct-content .btn.goOrderCart {
  background-color: #ce1012;
  color: #fff;
}
#sct-content .btn.goOrderCart.inactiveLink {
  pointer-events: none;
  cursor: default;
  background-color: #e1e2e2;
}
#sct-content .agbinfo {
  background-color: #e1e2e2;
  font-size: 0.8em;
  border-radius: 10px;
}
#sct-content .agbinfo p {
  margin-bottom: 0;
}
#sct-content .agbinfo ion-icon {
  float: right;
  color: #ce1012;
  font-size: 2em;
}
#sct-content .agbinfo.error {
  display: none;
  background: #ce1012;
  margin-bottom: 20px;
  color: #fff;
}
#sct-content .agbinfo.error p {
  color: #fff;
}
#sct-content .agbinfo.error ion-icon {
  color: #fff;
}
#sct-content .warenkorb {
  display: inline-flex;
  background: #1d2228;
  color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
  justify-content: space-evenly;
  align-items: center;
}
#sct-content .warenkorb a {
  color: #fff;
}
#sct-content .warenkorb ion-icon {
  font-size: 2em;
}
#sct-content p.ldate {
  margin-bottom: 0;
}
#sct-content p.ldateinfo {
  margin-bottom: 0;
  text-align: right;
}
#sct-content p.mb0 {
  margin-bottom: 0;
}

#sct-content.leftShown {
  filter: blur(2px);
}

ion-icon {
  font-size: 4em;
}

.prenext ion-icon {
  font-size: 1em;
}

.dropdown-menu ion-icon {
  font-size: 1em;
}

.crmformulare .control-label {
  padding-top: 8px;
  margin-bottom: 0;
  text-align: right;
  font-size: 0.8rem;
}
.crmformulare .selectpicker {
  width: 100%;
  border: 1px solid #eaeaea;
  color: #666;
  padding: 5px;
  border-radius: 5px;
  font-size: 0.8rem;
}
.crmformulare .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.crmformulare .form-group .form-control {
  font-size: 0.8rem;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #e8f0fe;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02);
}

#scthome {
  margin-bottom: 40px;
  display: none !important;
}

.sct_carlist {
  font-size: 12px;
  padding-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}
.sct_carlist .rline {
  border-right: 1px solid #eaeaea;
  padding-top: 5px;
}
.sct_carlist .imgdiv {
  padding: 0;
}
.sct_carlist .imgdiv img {
  transition: all 0.5s ease;
}
.sct_carlist .imgdiv:hover img {
  transform: scale(1.1);
}
.sct_carlist ion-icon {
  font-size: 1em;
  color: #c00;
  float: right;
}
.sct_carlist .colpreis {
  overflow: hidden;
}
.sct_carlist .colpreis p {
  margin-bottom: 0.5rem;
}
.sct_carlist .colpreis p.mycarlink {
  text-align: right;
  margin-bottom: 2px;
}
.sct_carlist .colpreis p.mycarlink a {
  padding: 2px 4px;
  background: #1d2228;
  color: #fff !important;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 300;
}
.sct_carlist .colpreis p.mycarlink.not a {
  background: #e1e2e2;
  color: #212121;
}
.sct_carlist .colpreis.reserviert:before {
  content: "BESTELLT";
  position: absolute;
  top: 15px;
  width: 100px;
  height: 20px;
  left: auto;
  right: -30px;
  background: #ce1012;
  opacity: 0.8;
  color: #fff;
  font-size: 10px;
  padding-top: 2px;
  text-align: center;
  transform: rotate(45deg);
}
.sct_carlist .ldate .lieferdatumcar {
  width: 100%;
  text-align: right;
  border: 1px solid #aeaeae;
  font-size: 1em;
  padding: 4px;
}

.sct_carlist.reserviert {
  background: #f8f8f8;
}

.sct_carlist.delete {
  background: rgba(206, 16, 18, 0.5);
}

.sct_carlist.header {
  background: #f8f8f8;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.sct_carlist.header .frline {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c20c0d;
}
.sct_carlist.header .rline {
  border-right: 1px solid #1d2228;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c20c0d;
}

.sct_carlist.itsADiscount .infodiv {
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #ce1012;
  border-radius: 10px;
  justify-content: center;
}
.sct_carlist.itsADiscount .infodiv p {
  margin-bottom: 0;
  color: #fff !important;
}

.sct_carlist.sct_orderlist {
  border: 1px solid #1d2228;
  padding: 10px;
  position: relative;
  max-height: 1000px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.sct_carlist.sct_orderlist:nth-of-type(2n) {
  background: #f8f8f8;
  padding-top: 10px;
}
.sct_carlist.sct_orderlist .primo {
  position: relative;
  overflow: hidden;
}
.sct_carlist.sct_orderlist .primo:after {
  color: rgba(0, 0, 0, 0.4);
  content: attr(data-bg-text);
  display: block;
  font-size: 60px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sct_carlist.sct_orderlist .opclose {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  z-index: 999;
  background: #ce1012;
  height: 10px;
  max-width: 10px;
  padding: 0;
}
.sct_carlist.sct_orderlist .sct_carlist:nth-of-type(2n) {
  background: #f8f8f8;
  padding-top: 10px;
}
.sct_carlist.sct_orderlist .sct_carlist.cna1 {
  background: rgba(255, 229, 217, 0.6);
  border: 2px solid #ce1012;
  padding: 4px;
  position: relative;
}
.sct_carlist.sct_orderlist .sct_carlist.cna1:hover {
  cursor: not-allowed;
}
.sct_carlist.sct_orderlist .sct_carlist.cna1:hover:after {
  color: #ce1012;
  content: attr(data-bg-text);
  display: block;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: 4px;
  left: 4px;
}
.sct_carlist.sct_orderlist .sct_carlist.cna1 .posdiv span {
  background: #ce1012;
}
.sct_carlist.sct_orderlist .sct_carlist.cia1 {
  border: 1px solid #026201;
  padding: 4px;
  position: relative;
}
.sct_carlist.sct_orderlist .sct_carlist.cia1:hover:after {
  color: #026201;
  content: attr(data-bg-text);
  display: block;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: 4px;
  left: 4px;
}
.sct_carlist.sct_orderlist .sct_carlist.cia1 .posdiv span {
  background: #026201;
}
.sct_carlist.sct_orderlist .posdiv span {
  font-size: 12px;
  padding: 4px 7px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  border-radius: 999px;
}

.sct_carlist.sct_orderlist.minimize {
  overflow: hidden;
  max-height: 120px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.sct_carlist.sct_orderlist.minimize .primo:after {
  color: rgba(0, 0, 0, 0.1);
  bottom: 75%;
  transition: bottom 2s ease 0s;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.sct_carlist.sct_orderlist.orderWait1 {
  background: repeating-linear-gradient(45deg, #e3e2e1 0px, #eaeaea 20px, #f1f1f1 20px, #cccccc 40px);
}

.schrittwrapp.sct_orderlist:nth-of-type(2n) {
  background: #f8f8f8;
  padding-top: 10px;
}
.schrittwrapp.sct_orderlist .sct_carlist.cna1 {
  background: rgba(255, 229, 217, 0.6);
}
.schrittwrapp.sct_orderlist .sct_carlist.cia1 {
  background: rgba(2, 98, 1, 0.1);
}

#sctfilter_form .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#sctfilter_form .form-group .control-label {
  padding-top: 8px;
  margin-bottom: 0;
  text-align: right;
  font-size: 0.8rem;
}
#sctfilter_form .form-group .form-control {
  font-size: 0.8rem;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #e8f0fe;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02);
}
#sctfilter_form .selectpicker {
  width: 100%;
  border: 1px solid #eaeaea;
  color: #666;
  padding: 5px;
  border-radius: 5px;
  font-size: 0.8rem;
}
#sctfilter_form .btn-block {
  background: #fff;
}
#sctfilter_form label.double {
  display: block;
  margin-bottom: 3px;
  margin-top: 3px;
}
#sctfilter_form .form-select.left {
  width: 48%;
  display: inline-block;
}
#sctfilter_form .form-select.right {
  width: 50%;
  display: inline-block;
}

input[type=checkbox] {
  width: 20px;
}

.sfilter {
  font-size: 0.7em;
  padding: 4px 8px;
  background: #e1e2e2;
  color: #212121;
  border-radius: 8px;
  margin-right: 10px;
  cursor: pointer;
}
.sfilter ion-icon {
  font-size: 0.8em;
}

.sfilterAll {
  font-size: 0.7em;
  padding: 4px 8px;
  background: #e1e2e2;
  color: #212121;
  border-radius: 8px;
  margin-right: 10px;
  cursor: pointer;
}
.sfilterAll ion-icon {
  font-size: 0.8em;
}

.sfilterCars {
  font-size: 0.7em;
  padding: 4px 8px;
  background: #e1e2e2;
  color: #212121;
  border-radius: 8px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 1.1em;
  background: #ce1012;
  color: #fff;
}
.sfilterCars ion-icon {
  font-size: 0.8em;
}

.setfilters {
  margin-left: 20px;
}

.iziAchtungWidget {
  width: 420px;
  height: 120px;
  left: -360px;
  position: fixed;
  margin: 0;
  padding-top: 0;
  padding-left: 10px;
  border: 8px solid #fff;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 400;
  behavior: url("assets/css3pie/1.0.0/PIE.htc");
  color: white;
  z-index: 1000;
  text-decoration: none !important;
  background: #e1e2e2;
  box-shadow: 2px 0px 2px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.iziAchtungWidget #reservierungsInfo {
  display: none;
}

.iziAchtungWidget.slide-in {
  height: 240px;
  left: -220px;
  bottom: 180px;
  display: block;
  border-radius: 10px;
  behavior: url("assets/css3pie/1.0.0/PIE.htc");
}
.iziAchtungWidget.slide-in #kfwToggle {
  right: 25px;
  position: absolute;
  color: #ce1012;
  top: 5px;
  font-size: 30px;
  z-index: 999;
  cursor: pointer;
}
.iziAchtungWidget.slide-in .slider-container {
  width: 100%;
  text-align: left;
}
.iziAchtungWidget.slide-in .slider-hlf {
  width: 48%;
  display: block;
}
.iziAchtungWidget.slide-in .slider-hlf p {
  padding-left: 0;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
}
.iziAchtungWidget.slide-in .slider-hlf p.achtung {
  margin-top: 13px;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 22px;
  display: block;
  text-orientation: upright;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  right: -80px;
  position: absolute;
  top: 95px;
}
.iziAchtungWidget.slide-in .slider-hlf .mrf {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #e1e2e2;
  margin-top: 0px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.iziAchtungWidget.slide-in .slider-hlf.lefty {
  left: 0;
  top: 0;
  position: absolute;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0;
}
.iziAchtungWidget.slide-in .slider-hlf.lefty a {
  color: #fff;
}
.iziAchtungWidget.slide-in .slider-hlf.righty {
  bottom: 0;
  right: 0;
  top: 0;
  position: absolute;
  text-align: left;
  padding-left: 15px;
  background-color: #e1e2e2;
}
.iziAchtungWidget.slide-in .slider-hlf.righty div {
  color: #212121;
}
.iziAchtungWidget.slide-in .slider-hlf.righty div.ausstattung {
  font-size: 0.9em;
  overflow: hidden;
  max-height: 400px;
}
.iziAchtungWidget.slide-in .slider-hlf.righty h2 {
  margin-top: 60px;
  font-size: 22px;
  color: #fff;
  padding-right: 40px;
  margin-bottom: 20px;
}
.iziAchtungWidget.slide-in .slider-hlf.righty h2 a {
  margin-top: 10px;
  font-size: 22px;
  color: #fff;
}

.iziAchtungWidget.slide-in.itsTheForm {
  left: 0;
  height: 100vh;
  width: 100%;
  position: fixed;
  bottom: 0;
  overflow-y: auto;
  z-index: 9999;
  background: #fff;
  box-shadow: 2px 0px 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 0;
}
.iziAchtungWidget.slide-in.itsTheForm p {
  color: #212121;
  margin-bottom: 10px;
}
.iziAchtungWidget.slide-in.itsTheForm p span {
  font-size: 0.9em;
  font-weight: 400;
  width: 25%;
  display: inline-table;
  border-bottom: 1px solid #aeaeae;
}
.iziAchtungWidget.slide-in.itsTheForm h3 {
  color: #212121;
  font-size: 1.4em;
}
.iziAchtungWidget.slide-in.itsTheForm hr {
  background-color: #212121;
}
.iziAchtungWidget.slide-in.itsTheForm .btn.goOrder {
  background-color: #ce1012;
  color: #fff;
}
.iziAchtungWidget.slide-in.itsTheForm .btn.goOrder.inactiveLink {
  pointer-events: none;
  cursor: default;
  background-color: #e1e2e2;
}
.iziAchtungWidget.slide-in.itsTheForm .slider-hlf {
  background: #fff;
  width: 96%;
}
.iziAchtungWidget.slide-in.itsTheForm .slider-hlf .ce_form {
  padding: 30px 30px 30px 0;
}
.iziAchtungWidget.slide-in.itsTheForm .slider-hlf form {
  display: block;
}
.iziAchtungWidget.slide-in.itsTheForm .slider-hlf form input {
  font-size: 12px;
}
.iziAchtungWidget.slide-in.itsTheForm .slider-hlf form label {
  font-size: 12px;
  color: #212121;
}
.iziAchtungWidget.slide-in.itsTheForm .slider-hlf form textarea {
  font-size: 12px;
}
.iziAchtungWidget.slide-in.itsTheForm .slider-hlf form select {
  font-size: 12px;
}
.iziAchtungWidget.slide-in.itsTheForm .slider-hlf form .widget.colmd6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.iziAchtungWidget.slide-in.itsTheForm .slider-hlf.righty {
  background-color: #fff;
}
.iziAchtungWidget.slide-in.itsTheForm .slider-hlf.righty h2 {
  color: #212121;
}

.iziAchtungWidget.slide-in.itsTheForm.itsClosed {
  box-shadow: 2px 0px 2px 2px rgba(0, 0, 0, 0.4);
  overflow-y: visible;
}
.iziAchtungWidget.slide-in.itsTheForm.itsClosed .slider-hlf {
  background-color: #e1e2e2;
}
.iziAchtungWidget.slide-in.itsTheForm.itsClosed .slider-hlf form {
  display: none;
}
.iziAchtungWidget.slide-in.itsTheForm.itsClosed #kfwToggle {
  right: -22px;
  top: -22px;
}

.iziAchtungWidget.slide-in.itsClosed {
  height: 240px;
  border: 8px solid #fff;
  color: #fff;
  background: #e1e2e2;
  cursor: pointer;
  width: 420px;
  left: -480px;
  bottom: 180px;
}
.iziAchtungWidget.slide-in.itsClosed .mrf {
  background-color: #e1e2e2;
  color: #212121;
}

p:not(.cssonly) a[href$=".pdf"]:before {
  width: 32px;
  height: 32px;
  background: url("/skin/img/pdf.png");
  display: inline-block;
  content: " ";
}

img.pdf-trigger:hover {
  cursor: pointer;
}

#sortable ion-icon {
  font-size: 1em;
  cursor: pointer;
}

.led0 {
  background-color: rgba(255, 229, 217, 0.6);
  min-width: 10px;
  min-height: 5px;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 999px;
  color: #1d2228;
  padding: 1px;
  font-size: 0.8em;
  padding: 4px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ce1012;
  cursor: not-allowed;
}

.led1, .led2 {
  background-color: #4F8A10;
  min-width: 10px;
  min-height: 5px;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.8em;
  padding: 4px;
  text-align: center;
  border-radius: 4px;
}

#sct-topheader {
  margin-top: 80px;
}
#sct-topheader h1 {
  font-size: 34px;
}

.nav.child_menu {
  display: none;
}

.tns-outer {
  overflow: hidden;
}
.tns-outer [aria-controls] {
  font-size: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.tns-outer [data-action] {
  font-size: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.tns-outer [data-controls=prev] {
  border: 0;
  margin-left: 20px;
  margin-right: 20px;
  background: #ce1012;
  color: #fff;
  width: 50px;
}
.tns-outer [data-controls=next] {
  border: 0;
  margin-left: 20px;
  margin-right: 20px;
  background: #ce1012;
  color: #fff;
  width: 50px;
}

.tns-nav {
  display: none;
}

.tns-controls {
  text-align: center;
  margin-bottom: 20px;
}

.tns-liveregion {
  display: none;
}

a[href$=".pdf"] {
  background: transparent url(/skin/images/link/pdf.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href*=".pdf"] {
  background: transparent url(/skin/images/link/pdf.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".xls"] {
  background: transparent url(/skin/images/link/excel.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".xlsx"] {
  background: transparent url(/skin/images/link/excel.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".csv"] {
  background: transparent url(/skin/images/link/excel.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".xlw"] {
  background: transparent url(/skin/images/link/excel.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".xlt"] {
  background: transparent url(/skin/images/link/excel.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".doc"] {
  background: transparent url(/skin/images/link/word.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".docx"] {
  background: transparent url(/skin/images/link/word.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".rtf"] {
  background: transparent url(/skin/images/link/word.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".wps"] {
  background: transparent url(/skin/images/link/word.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".txt"] {
  background: transparent url(/skin/images/link/word.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".zip"] {
  background: transparent url(/skin/images/link/zip.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".tar"] {
  background: transparent url(/skin/images/link/zip.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".ppt"] {
  background: transparent url(/skin/images/link/ppt.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

a[href$=".pptx"] {
  background: transparent url(/skin/images/link/ppt.png) center left no-repeat;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
}

.sct-swiper-details-wrap {
  margin-top: 50px;
}

.sctpopupslides {
  overflow-y: scroll;
  max-height: 500px;
}

.sct-ausstattung {
  margin-top: 30px;
  padding-left: 40px;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  margin-bottom: 30px;
  padding: 20px;
  background: #ebebeb;
  padding-top: 20px;
  padding-bottom: 15px;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.8), 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.sct-ausstattung li:before {
  font-size: 26px;
  margin-right: 10px;
  content: "\f3ff";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

h2.preis {
  margin-top: 10px;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #ce1012;
  border-radius: 10px;
}

h3.sct-cardetails {
  color: #212121;
}

.sct-cardetails-unten {
  margin-top: 30px;
}

.preisHistory {
  cursor: pointer;
}
.preisHistory .pHistory {
  display: none;
}
.preisHistory ion-icon {
  font-size: 1.2em;
  float: none;
}
.preisHistory:hover .pHistory {
  display: block;
}

*[data-tooltip] {
  position: relative;
}
*[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -30px;
  right: 10px;
  width: 140px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: #1d2228;
  padding: 2px 2px;
  border: 1px solid #c0c0c0;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
}
*[data-tooltip]:hover::after {
  opacity: 1;
}

.swiper-slide .onoffpic {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  z-index: 999;
}
.swiper-slide .onoffpic ion-icon {
  font-size: 2.4em;
}
.swiper-slide .onoffpic.itson ion-icon {
  color: #0c0;
}
.swiper-slide .onoffpic.itsoff ion-icon {
  color: #c00;
}
.swiper-slide img.itsoff {
  filter: blur(3px);
}

div.itsAnInfo .infodiv {
  align-items: center;
  text-align: center;
  vertical-align: middle;
  background: #ce1012;
  color: #fff;
  font-size: 1.4em;
  border-radius: 10px;
  padding: 10px;
}
div.itsAnInfo .infodiv p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

div.cartTitle {
  text-align: right;
}

.bright {
  border-right: 1px solid #aeaeae;
}

#sct-ordercontainer .text a {
  text-decoration: underline;
}
#sct-ordercontainer .buyer {
  font-size: 0.8em;
}
#sct-ordercontainer .fahrzeuge {
  font-size: 0.8em;
}

.listsortformwrap ion-icon {
  font-size: 1.5em;
  float: right;
}
.listsortformwrap select {
  padding: 4px 10px;
  font-size: 0.8em;
}

.schrittwrapp .supplier p {
  font-size: 0.7em;
}
.schrittwrapp .moreInfoDiv {
  font-size: 0.7em;
  overflow-y: auto;
  max-height: 80px;
}
.schrittwrapp .moreInfoDiv label {
  font-weight: 600;
}

.goSendResAndFak.inactiveLink {
  color: #e1e2e2;
  cursor: not-allowed;
}

.schrittdaten .hide {
  display: none;
}

.traderLogged .cart {
  display: none;
}

.ui-datepicker.ui-widget {
  background: #fff;
  padding: 10px;
}

@media all and (min-width: 992px) {
  .sct-wrapper.nobar #sct-content {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }

  #sct-sidebar {
    min-width: 15%;
    max-width: 15%;
    min-height: 100vh;
  }

  #sct-content {
    padding-left: 40px;
    padding-right: 40px;
    width: 85%;
  }
}
@media all and (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }

  .container.sct {
    max-width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .eingeloggt .container {
    max-width: 100%;
  }

  .container-sm {
    max-width: 1440px;
  }

  .container-md {
    max-width: 1440px;
  }

  .container-lg {
    max-width: 1440px;
  }

  .container-xl {
    max-width: 1440px;
  }

  footer .container {
    max-width: 1440px;
  }
}
@media (max-width: 980px) {
  .home-intro .content h2 {
    font-size: 40px;
  }

  .process-work .col-md-6 .content {
    margin-bottom: 30px;
  }
  .process-work .col-md-6:nth-last-child(-1n+2) .content {
    margin-bottom: 0;
  }

  .news .content h4 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav {
    background: #fff;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 15px 15px;
    border-top: 0;
    outline: none;
    padding: 14px 10px;
  }
  .navbar .navbar-brand {
    margin-left: 15px;
  }

  .home-intro .content-image img {
    margin-top: 45px;
    float: none;
  }

  .process-work .col-sm-6 .content {
    margin-bottom: 30px;
  }
  .process-work .col-sm-6:nth-last-child(-n+2) .content {
    margin-bottom: 0;
  }

  .services .row:first-child {
    margin-bottom: 0;
  }
  .services .row:last-child .col-sm-12:last-child .content {
    margin-bottom: 0;
  }
  .services .content {
    margin-bottom: 30px;
  }

  .news .content {
    margin-bottom: 30px;
  }
  .news .col-sm-12 .row .col-sm-12:nth-last-child(1) .content {
    margin-bottom: 0;
  }

  .words-section .content .button-wrap {
    margin-top: 30px;
    text-align: center;
  }

  .contact form {
    margin-top: 40px;
  }

  footer {
    text-align: center;
  }
  footer .col-sm-6 .content {
    margin-bottom: 30px;
  }
  footer .col-sm-6:nth-last-child(-1n+2) .content {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .process-work .col-xs-12:last-child .content {
    margin-bottom: 0;
  }
  .process-work .col-xs-12:nth-last-child(2) .content {
    margin-bottom: 30px;
  }

  footer .col-xs-12:nth-last-child(2) .content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .iziAchtungWidget {
    height: 60px;
    right: -260px;
    padding-left: 15px;
  }
}
@media all and (min-width: 1400px) {
  .iziAchtungWidget.slide-in.itsTheForm {
    width: 40%;
    overflow-y: visible;
  }
}
@media all and (max-width: 767px) {
  .iziAchtungWidget.slide-in.itsTheForm #kfwToggle {
    right: 5px;
  }
}
input.isgood {
  background-color: rgba(142, 227, 134, 0.2) !important;
  border: 1px solid #116209;
}
input.error {
  background-color: rgba(213, 172, 172, 0.2) !important;
  border: 1px solid #c00;
}

table tr td.filler {
  width: 5%;
}
table tr td.text-right {
  text-align: right;
}

#auto-info h1 {
  color: #212121;
}
#auto-info h1 span {
  display: block;
  font-size: 0.6em;
}
#auto-info .badge {
  white-space: normal;
  text-align: left;
  font-weight: 200;
  line-height: 1.3;
  font-size: 12px;
}
@media all and (max-width: 768px) {
  #auto-info .badge {
    word-break: break-all;
  }
}
#auto-info .preis span {
  font-size: 20px;
}
@media all and (max-width: 768px) {
  #auto-info .preis span {
    display: block;
    color: #000;
  }
}
#auto-info p.flright {
  float: right;
}
#auto-info .flex {
  display: none;
}
@media all and (min-width: 768px) {
  #auto-info .flex {
    display: flex;
  }
}
#auto-info .flex.flexcenter {
  align-items: center;
  justify-content: center;
}
#auto-info .ibox {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 20px;
}

.eingeloggt .form-floating {
  margin-bottom: 10px;
}

.hide24 {
  display: none;
}

#allFieldsRequired {
  display: none;
}
#allFieldsRequired.error {
  display: block;
}

/**
* 2024: back to horizontal view
**/
.side-card {
  padding: 40px;
}
.side-card #sctfilter_form {
  padding: 40px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
.side-card:hover #sctfilter_form {
  box-shadow: 0 40px 70px rgba(0, 0, 0, 0.2);
  background: #f8f8f8;
}

.sct_carlist.horizontal .row {
  height: 100%;
}
.sct_carlist.horizontal .row div {
  display: flex;
  align-items: center;
}
.sct_carlist.horizontal .row div.cardata {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sct_carlist.horizontal .row div.rline {
  flex-direction: column;
  justify-content: center;
}
.sct_carlist.horizontal .row div.rline .carpreis {
  font-size: 1.4em;
  color: #c20c0d;
  padding: 4px 8px;
  border: 1px solid #c20c0d;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
}
.sct_carlist.horizontal .row div.rline .carpreis:hover {
  background: #c20c0d;
  color: #fff;
}
.sct_carlist.horizontal .row div.rline .carpreis:hover:before {
  content: "Details anzeigen";
  left: 0;
  position: absolute;
  top: -20px;
  font-size: 0.7em;
  color: #c20c0d;
}
.sct_carlist.horizontal .row p.cartitle a {
  font-size: 1.8em;
  position: relative;
}
.sct_carlist.horizontal .row p.cartitle a:hover:before {
  content: "Details anzeigen";
  left: 0;
  position: absolute;
  top: -30px;
  font-size: 0.7em;
  color: #c20c0d;
}

.fr .sct_carlist.horizontal .row div.rline .carpreis:hover:before {
  content: "Voir les détails";
}
.fr .sct_carlist.horizontal .row p.cartitle a:hover:before {
  content: "Voir les détails";
}

#filter.sticky {
  left: 0;
}
#filter .ris {
  font-size: 20px;
}

.admin-card .card-title {
  font-size: 18px;
  font-weight: 600;
}
.admin-card .card-subtitle {
  font-size: 12px;
  max-width: 100%;
}
.admin-card .card-text {
  font-size: 13px;
}
.admin-card label {
  font-size: 12px;
  opacity: 0.65;
}
.admin-card .card-preis {
  font-size: 20px;
}

#auto-info h1 {
  text-align: center;
}
#auto-info .flex {
  align-items: center;
}
#auto-info .flex .preis {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease;
}
#auto-info .flex .preis:hover {
  font-size: 32px;
}
#auto-info .badge {
  font-weight: 400;
}
#auto-info .cartinfo {
  text-align: center;
  font-size: 0.7em;
}

.btn-swiss.addToFavorites {
  font-size: 22px;
  font-weight: 600;
}
.btn-swiss.addToFavorites:hover {
  font-size: 22px;
  font-weight: 600;
}

body:has(.addToFavorites:hover) #auto-info .cartinfo {
  color: #c20c0d;
  letter-spacing: 0.2em;
}

.sendPromoToAll.nichterlauben {
  display: none;
}

#reservierungsInfo {
  display: none;
}
#reservierungsInfo.show {
  display: block;
}

.lalingua {
  padding-right: 10px;
}
.lalingua li {
  display: inline-block;
  margin-right: 5px;
  font-size: 0.8em;
}
.lalingua li.active a {
  text-decoration: none;
  cursor: default;
}

.admlnk {
  font-size: 0.8em;
}
.admlnk .fa-solid {
  opacity: 0.1;
}
.admlnk .fa-solid:hover {
  opacity: 1;
}
.admlnk .fa-solid.fa-eye {
  margin-left: 30px;
  cursor: pointer;
  color: #c20c0d;
}
.admlnk .fa-solid.fa-eye:not(.inactive) {
  color: green;
}
.admlnk .fa-solid.fa-eye.inactive {
  color: #212121;
}
.admlnk .fa-solid.fa-image {
  margin-left: 30px;
}

.sct_carlist.inactive {
  background: rgba(231, 209, 209, 0.5);
}
.sct_carlist.inactive img {
  filter: blur(2px) !important;
}

.sct_carlist .imgdiv.angebot {
  position: relative;
  overflow: hidden;
}
.sct_carlist .imgdiv.angebot:after {
  content: attr(data-banner-text);
  /* Der Text, der im Banner angezeigt wird */
  position: absolute;
  top: 18px;
  /* Abstand vom oberen Rand */
  right: -30px;
  /* Startposition, um es aus dem Bild herausragen zu lassen */
  background-color: #ff4500;
  /* Orange-Rot für "NEU" */
  color: white;
  padding: 5px 30px;
  /* Innenabstand */
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transform: rotate(45deg);
  /* Um 45 Grad drehen */
  transform-origin: 50% 50%;
  /* Drehmittelpunkt */
  z-index: 10;
  /* Stellt sicher, dass der Banner über dem Bild liegt */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Optional: leichter Schatten */
}
.sct_carlist .imgdiv.angebot.Offre::after {
  top: 10px;
}
.sct_carlist:has(.angebot) .cartitle {
  position: relative;
}
.sct_carlist:has(.angebot) .cartitle:after {
  content: "CHF 500.- Rabatt, Transport gratis";
  position: absolute;
  bottom: -30px;
  left: 0;
  background: #ff4500;
  color: #fff;
  padding: 4px 8px;
}
.sct_carlist:has(.angebot):has(.Offre) .cartitle {
  position: relative;
}
.sct_carlist:has(.angebot):has(.Offre) .cartitle:after {
  content: "CHF 500.- de réduction, transport gratuit";
}

.sct_carlist .imgdiv.angebot:has([data-banner-text=Offre])::after {
  top: 10px;
}

#auto-info div.imago.angebot {
  position: relative;
  overflow: hidden;
}
#auto-info div.imago.angebot:after {
  content: attr(data-banner-text);
  /* Der Text, der im Banner angezeigt wird */
  position: absolute;
  top: 18px;
  /* Abstand vom oberen Rand */
  left: 12px;
  /* Startposition, um es aus dem Bild herausragen zu lassen */
  background-color: #ff4500;
  /* Orange-Rot für "NEU" */
  color: white;
  padding: 5px 30px;
  /* Innenabstand */
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transform-origin: 50% 50%;
  /* Drehmittelpunkt */
  z-index: 10;
  /* Stellt sicher, dass der Banner über dem Bild liegt */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Optional: leichter Schatten */
}

/*# sourceMappingURL=style24.css.map */
