[data-href] {
  cursor: pointer;
}
.debug-info {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: #ff0000;
  color: white;
  opacity: 0.25;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
}
table.quotes tr[data-href]:hover,
table.orders tr[data-href]:hover {
  background-color: #eaeaea;
}
img.cover {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  font-family: 'object-fit: contain;';
}
.align-right {
  text-align: right;
}
i.maintenance.cloud-off {
  background-image: url("/static/images/cloud-off-outline.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
}
ul.nobullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
button.btn:focus,
a.btn:focus,
span.btn:focus {
  outline: none;
}
button.btn.kiesel,
a.btn.kiesel,
span.btn.kiesel,
button.btn.coreum,
a.btn.coreum,
span.btn.coreum {
  color: #fff;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button.btn.hell,
a.btn.hell,
span.btn.hell {
  background-color: #A7A8AC !important;
}
button.btn.dunkel,
a.btn.dunkel,
span.btn.dunkel {
  background-color: #333 !important;
}
button.btn.rot,
a.btn.rot,
span.btn.rot {
  background-color: #ff0000 !important;
}
div.fadeout {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}
.button.back {
  background-color: #eaeaea;
  color: #515359;
  border: none;
  outline: none;
  text-decoration: none;
  line-height: 36px;
  padding: 0 12px;
  display: inline-block;
  margin-bottom: 31px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.button.back:hover {
  text-decoration: none;
  background-color: #A7A8AC;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.button.back:before {
  content: "";
  background-image: url("/static/images/arrow_back_grau.svg");
  width: 16px;
  height: 16px;
  size: 16px;
  vertical-align: -3px;
  margin-right: 8px;
  display: inline-block;
}
button.towatchlist:before,
button.share:before,
button.carttowatchlist:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
}
.moreLink {
  display: inline-block;
  background-color: #ff0000;
  color: white;
  line-height: 36px;
  padding: 0 16px;
  width: 270px;
  text-align: center;
}
.moreLink:hover {
  text-decoration: none;
}
select {
  border: none;
  background: #eaeaea;
  padding: 9px 17px;
}
div.teilekachel button.towatchlist {
  padding-left: 0;
  background: none;
  border: none;
  outline: none;
}
div.teilekachel button.towatchlist:before {
  background: url("/static/images/library_books_grau.svg");
  width: 20px;
  height: 20px;
  background-size: 20px;
  vertical-align: -5px;
}
div.btn-group.towatchlist,
div.btn-group.carttowatchlist {
  border: 1px solid #A7A8AC;
  margin-right: 15px;
}
div.btn-group.towatchlist button,
div.btn-group.carttowatchlist button {
  background: white;
  padding: 10px;
  height: 43px;
  color: #515359;
}
div.btn-group.towatchlist button:hover,
div.btn-group.carttowatchlist button:hover {
  background: #c0c0c2;
}
div.btn-group.towatchlist button.towatchlist:before,
div.btn-group.carttowatchlist button.towatchlist:before {
  background: url("/static/images/library_books_grau.svg");
  width: 20px;
  height: 20px;
  background-size: 20px;
  vertical-align: -5px;
}
div.btn-group.towatchlist button span.caret,
div.btn-group.carttowatchlist button span.caret {
  margin-left: 11px;
}
div.btn-group.towatchlist ul,
div.btn-group.carttowatchlist ul {
  width: 100%;
}
div.btn-group.towatchlist ul li.divider,
div.btn-group.carttowatchlist ul li.divider {
  width: 100%;
}
div.btn-group.towatchlist ul li[data-listid],
div.btn-group.carttowatchlist ul li[data-listid] {
  display: block;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
div.btn-group.towatchlist ul li[data-listid]:hover,
div.btn-group.carttowatchlist ul li[data-listid]:hover {
  background-color: #d3d4d6;
}
div.btn-group.towatchlist ul li[data-new-list],
div.btn-group.carttowatchlist ul li[data-new-list] {
  display: block;
  padding: 0 10px 10px 10px;
  position: relative;
}
div.btn-group.towatchlist ul li[data-new-list] button,
div.btn-group.carttowatchlist ul li[data-new-list] button {
  background-color: #ff0000;
  color: white;
  height: 35px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-block;
}
div.btn-group.towatchlist ul li[data-new-list] input,
div.btn-group.carttowatchlist ul li[data-new-list] input {
  width: 100%;
  height: 35px;
  padding-right: 50px;
}
button.share {
  padding-left: 0;
  background: none;
  border: none;
  outline: none;
}
button.share:before {
  background: url("/static/images/record_voice_over_grau.svg");
  width: 22px;
  height: 19px;
  background-size: 22px;
  vertical-align: -5px;
}
span.input {
  background-color: #eaeaea;
  position: relative;
  line-height: 39px;
  display: inline-block;
}
span.input input {
  color: #515359;
  padding-left: 12px;
  padding-right: 45px;
  background: transparent;
  border: none;
}
span.input span.edit,
span.input span.delete {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 7px;
  cursor: pointer;
}
span.input span.edit {
  right: 9px;
  background: url("/static/images/edit_grau.svg");
  background-size: 24px;
}
span.input span.delete {
  display: none;
  right: 38px;
  background: url("/static/images/delete_grau_bg.svg");
  background-size: 24px;
}
span.input span.delete.active {
  display: block;
}
button.refresh,
span.refresh {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
button.refresh:before,
span.refresh:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  margin-right: 10px;
  background-image: url("/static/images/refresh_grau.svg");
  width: 16px;
  height: 20px;
  background-size: 16px;
}
div.input-group.date {
  display: inline-block;
}
div.input-group.date input,
div.input-group.date span.input-group-addon {
  background-color: #eaeaea;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
div.input-group.date span.input-group-addon {
  width: 43px;
  display: inline-block;
}
div.input-group.date input {
  width: 100px;
}
div.input-group.date span.calendar {
  line-height: 28px;
}
div.input-group.date span.calendar:after {
  content: "";
  vertical-align: -3px;
  display: inline-block;
  width: 18px;
  height: 20px;
  background-size: 18px;
  background-image: url("/static/images/calendar-range-grau.svg");
  background-repeat: no-repeat;
}
.paginationControl {
  text-align: center;
}
.paginationControl a {
  color: #515359;
}
.fixedsticky {
  z-index: 5;
}
.fixedsticky.jumpmenu {
  z-index: 7;
  width: 100%;
}
div.closeable {
  position: relative;
}
.magnificImagePopup:focus,
.popup-gallery:focus,
.magnificImagePopupKachel:focus,
.ajaxPopup:focus {
  outline: none;
}
.magnificImagePopup,
.popup-gallery,
.magnificImagePopupKachel .image {
  position: relative;
  display: inline-block;
}
.magnificImagePopup::after,
.popup-gallery::after,
.magnificImagePopupKachel .image::after {
  content: "";
  width: 58px;
  height: 58px;
  position: absolute;
  background-image: url("/static/images/ic_zoom_in_white_24px.svg");
  bottom: 0;
  right: 15px;
  background-color: rgba(65, 65, 65, 0.64);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 14px;
  pointer-events: none;
}
.videopopup {
  position: relative;
  background: #FFF;
  padding: 2em 3em;
  width: auto;
  margin: 20px auto;
  max-width: 80%;
  height: 700px;
}
.videopopup .videowrapper {
  position: relative;
  height: 100%;
}
.videopopup .videowrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
ul.imageswitcher {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.imageswitcher li {
  display: inline-block;
}
ul.imageswitcher li img {
  cursor: pointer;
  filter: brightness(0.5);
}
ul.imageswitcher li img.active {
  filter: none;
}
ul.imageswitcher li img:hover {
  filter: brightness(0.75);
}
.close:after {
  content: "";
  background-image: url("/static/images/close_grau.svg");
  width: 14px;
  height: 14px;
  background-size: 14px;
  display: inline-block;
}
i.closepresenter {
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 24px;
  cursor: pointer;
  background-image: url("/static/images/close_white_14px.svg");
  width: 14px;
  height: 14px;
}
i.info {
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-image: url("/static/images/info_grau.svg");
  display: inline-block;
  margin-left: 10px;
}
a.popoverinfo:after {
  content: "";
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-image: url("/static/images/info_grau.svg");
  display: inline-block;
  margin-left: 10px;
}
span.available::before,
span.outofstock::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: -21px;
  top: 1px;
}
span.available::before {
  background-image: url("/static/images/indicator_green.svg");
}
span.outofstock::before {
  background-image: url("/static/images/indicator_red.svg");
}
label.required:after {
  content: "*";
}
label span {
  display: block;
  margin-bottom: 17px;
}
label.available,
label.outofstock {
  font-weight: normal;
}
label.available i.indicator,
label.outofstock i.indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
label.available i.indicator {
  background-color: #55DD74;
}
label.outofstock i.indicator {
  background-color: #ff0000;
}
a.nodecoration {
  text-decoration: none;
  color: #515359;
}
div.breadcrumbs {
  /* overrides for inline use */
}
div.breadcrumbs a {
  color: #515359;
  text-decoration: none;
}
div.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.breadcrumbs ul {
  padding: 22px 0;
}
div.breadcrumbs ul li {
  color: #515359;
  display: inline-block;
}
div.breadcrumbs ul li:before {
  content: "/";
  margin: 0 8px;
}
div.breadcrumbs ul li span {
  color: #A7A8AC;
}
div.breadcrumbs ul li:first-child:before {
  content: "";
  margin: 0;
}
div.breadcrumbs ul li.home a {
  display: inline-block;
  text-indent: -10000px;
  background-image: url("/static/images/home_grau.svg");
  width: 20px;
  height: 17px;
}
div.breadcrumbs.inline ul {
  padding: 0;
}
div.breadcrumbs.inline ul li {
  font-style: italic;
}
div.breadcrumbs.inline ul li:before {
  content: ">";
}
div.breadcrumbs.inline ul li:first-child:before {
  content: "";
  margin: 0;
}
div.breadcrumbs.inline ul li:last-child {
  font-style: normal;
}
p.contenttag,
div.contenttag {
  display: inline-block;
  background-color: #fff;
  padding: 11px 13px;
  font-size: 12px;
  color: #515359;
  margin: 0;
  text-transform: uppercase;
}
div.fluidpad {
  padding-left: 15px;
  padding-right: 15px;
}
div.dunkel {
  background-color: #515359;
}
div.trennlinie {
  width: 100%;
  border-bottom: 1px solid #95989a;
  margin-bottom: 40px;
  padding-top: 84px;
}
div.bordered {
  outline: 1px solid #515359;
  padding: 20px;
}
div.presenter_kachel {
  cursor: pointer;
}
div.presenterplaceholder {
  background-color: #333;
}
div.presentercontainer {
  padding-top: 50px;
  padding-bottom: 44px;
  margin-bottom: 64px;
  position: relative;
}
div.container.indicatorcontainer {
  margin-top: 14px;
}
div.container.indicatorcontainer > div.row > div {
  text-align: center;
}
div.indicatorcontainer .indicator {
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #333 transparent;
  display: inline-block;
  position: relative;
  top: 5.5px;
}
div.downloadkachel {
  margin: 40px;
  position: relative;
}
div.downloadkachel img {
  -webkit-box-shadow: 3px 3px 15px 0 #2e2e2e;
  -moz-box-shadow: 3px 3px 15px 0 #2e2e2e;
  box-shadow: 3px 3px 15px 0 #2e2e2e;
}
div.downloadkachel p {
  position: absolute;
  top: 20px;
  left: 140px;
  font-weight: bold;
}
div.downloadkachel p strong {
  display: block;
  font-weight: bold;
}
div.downloadkachel p a {
  margin-top: 25px;
  display: inline-block;
  background-color: #515359;
  line-height: 39px;
  padding: 0 16px;
  color: white;
}
div.downloadkachel p a:hover {
  color: white;
  background-color: #A7A8AC;
  text-decoration: none;
}
div.downloadkachel p a::before {
  content: "";
  background-image: url("/static/images/download_white_14x17px.svg");
  width: 14px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}
div.ansprechpartner {
  color: #515359;
}
div.ansprechpartner strong {
  display: block;
  margin-top: 14px;
}
div.ansprechpartner a {
  color: #515359;
}
div.ansprechpartner ul.actions,
div.ansprechpartner ul.kontakt {
  margin-top: 20px;
  margin-bottom: 10px;
}
div.ansprechpartner ul.actions a.kontaktanfrage:before,
div.ansprechpartner ul.kontakt a.kontaktanfrage:before {
  content: "";
  background-image: url("/static/images/email_grau.svg");
  width: 20px;
  height: 16px;
  background-size: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}
div.ansprechpartner ul.actions a.finanzierungsangebot:before,
div.ansprechpartner ul.kontakt a.finanzierungsangebot:before {
  content: "";
  background-image: url("/static/images/finanzierung_grau.svg");
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -4px;
}
a.nodecoration {
  color: initial;
}
a.nodecoration:hover {
  text-decoration: none;
}
div.gebrauchtmaschinenkachel,
div.anbaugeraetekachel,
div.varianteninfokachel {
  margin-bottom: 35px;
}
div.gebrauchtmaschinenkachel h3,
div.anbaugeraetekachel h3,
div.varianteninfokachel h3 {
  font-size: 20px;
  color: #515359;
  white-space: normal;
}
div.gebrauchtmaschinenkachel td,
div.anbaugeraetekachel td,
div.varianteninfokachel td {
  padding-right: 10px;
}
div.fallbeispielkachel {
  margin-bottom: 35px;
}
div.gebrauchtmaschinenkachel a.btn {
  float: right;
  margin-top: 10px;
}
div.kachelscroller {
  margin-left: -15px;
  margin-right: -15px;
  white-space: nowrap;
  overflow-x: hidden;
}
div.kachelscroller a:hover {
  text-decoration: none;
}
div.kachelscroller div.scrollitem {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  color: #515359;
}
div.kachelscroller div.scrollitem h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
div.kachelscroller div.varianteninfokachel {
  vertical-align: top;
}
div.kachelscroller div.varianteninfokachel h3,
div.kachelscroller div.varianteninfokachel p {
  text-align: left;
  white-space: normal;
  margin-right: 30px;
}
div.kachelscroller div.varianteninfokachel h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
div.scrollercontrol {
  display: inline-block;
}
div.scrollercontrol button,
div.teasergallery button {
  display: inline-block;
  background-color: #515359;
  line-height: 55px;
  width: 57px;
  border: none;
}
div.scrollercontrol button:active,
div.teasergallery button:active {
  outline: none;
}
div.scrollercontrol button:hover,
div.teasergallery button:hover {
  color: white;
  background-color: #A7A8AC;
  text-decoration: none;
}
div.scrollercontrol button::before,
div.teasergallery button::before {
  content: "";
  width: 15px;
  height: 23px;
  display: inline-block;
  background-size: 14px;
  vertical-align: -7px;
  background-repeat: no-repeat;
}
div.scrollercontrol button.previous::before,
div.teasergallery button.previous::before {
  background-image: url("/static/images/chevron_left_weiss.svg");
}
div.scrollercontrol button.next,
div.teasergallery button.next {
  margin-left: 7px;
}
div.scrollercontrol button.next::before,
div.teasergallery button.next::before {
  background-image: url("/static/images/chevron_right_weiss.svg");
}
.chevron-right,
.chevron-left {
  width: 15px;
  height: 23px;
  display: inline-block;
  background-size: 14px;
  background-repeat: no-repeat;
}
.chevron-left {
  background-image: url("/static/images/chevron_left_grau.svg");
}
.chevron-right {
  background-image: url("/static/images/chevron_right_grau.svg");
}
#content form label {
  display: block;
  font-weight: normal;
  margin-top: 25px;
}
#content form input,
#content form textarea {
  border: none;
  background-color: #eaeaea;
  height: 40px;
  padding: 0 10px;
}
#content form button {
  color: white;
  padding: 0 20px;
  line-height: 37px;
  border: none;
  margin-top: 29px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#content form button:hover {
  text-decoration: none;
  background-color: #515359;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#content form ul {
  list-style: none;
  margin: 10px 0 0 0 ;
  padding: 0;
}
#content form ul.errors li {
  color: #ff0000;
  font-weight: bold;
}
.alert {
  background: none;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
}
.alert button.close {
  opacity: 1;
  position: relative;
  top: 1px;
}
.alert button.close:after {
  background-image: url(/static/images/close_white_14px.svg);
}
.alert div.addedtocart {
  float: left;
}
.alert div.zumwarenkorb {
  text-transform: uppercase;
  color: #000;
  float: right;
  padding: 0 10px;
}
.alert.alert-danger {
  background-color: #ac2811;
  color: white;
}
.alert.alert-success {
  background-color: #2EAC66;
  color: white;
}
.alert.alert-info {
  background-color: #333;
  color: white;
}
.alert.alert-warning {
  background-color: #ac7937;
  color: white;
}
.modal.kiesel.bootstrap-dialog.type-primary .modal-content {
  border-radius: 0;
}
.modal.kiesel.bootstrap-dialog.type-primary .modal-header {
  background-color: #ff0000;
  border-radius: 0;
}
.bootstrap-datepicker-widget .icon::before {
  content: "";
  width: 7px;
  height: 14px;
  display: inline-block;
  background-size: 7px;
  vertical-align: -3px;
  background-repeat: no-repeat;
}
.bootstrap-datepicker-widget .icon.icon-chevron-right::before {
  background-image: url("/static/images/chevron_right_grau.svg");
}
.bootstrap-datepicker-widget .icon.icon-chevron-left::before {
  background-image: url("/static/images/chevron_left_grau.svg");
}
.paginationControl a.previous,
.paginationControl a.next {
  display: inline-block;
  margin: 0 7px;
}
.paginationControl a.previous::before,
.paginationControl a.next::before {
  content: "";
  width: 7px;
  height: 14px;
  display: inline-block;
  background-size: 7px;
  vertical-align: -3px;
  background-repeat: no-repeat;
}
.paginationControl a.previous::before {
  background-image: url("/static/images/chevron_left_grau.svg");
}
.paginationControl a.next {
  margin-left: 7px;
}
.paginationControl a.next::before {
  background-image: url("/static/images/chevron_right_grau.svg");
}
.paginationControl span.active {
  background-color: #515359;
  color: white;
  display: inline-block;
  padding: 3px;
}
/* hatched background for functionality disabled in production */
.production-disabled {
  background: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 0, 0, 0.5) 10px, rgba(255, 0, 0, 0.5) 20px);
}
.production-disabled.btn.kiesel {
  border: solid 1px rgba(255, 0, 0, 0.5);
}
/*    ####################################################################
      #                                                                  #
      #      ##  ##   #####                                              #
      #      ##  ##  ##   ##                                             #
      #       ####   ##                                                  #
      #        ##     #####                                              #
      #       ####        ##                                             #
      #      ##  ##  ##   ##                                             #
      #      ##  ##   #####                                              #
      #                                                                  #
      ####################################################################
 */
@media (max-width: 767px) {
  div.gebrauchtmaschinenkachel,
  div.varianteninfokachel {
    width: 100%;
  }
  div.anbaugeraetekachel,
  div.weitereartikelkachel,
  div.fallbeispielkachel {
    width: 100%;
  }
}
/*    ####################################################################
      #                                                                  #
      #       ####   ##   ##                                             #
      #      ##  ##  ### ###    ##                                       #
      #      ##      #######    ##                                       #
      #       ####   ## # ##  ######                                     #
      #          ##  ##   ##  ######                                     #
      #      ##  ##  ##   ##    ##                                       #
      #       ####   ##   ##    ##                                       #
      #                                                                  #
      ####################################################################
 */
@media (min-width: 768px) {
  div.gebrauchtmaschinenkachel {
    min-height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.gebrauchtmaschinenkachel,
  div.varianteninfokachel {
    width: 250px;
  }
  div.anbaugeraetekachel,
  div.weitereartikelkachel,
  div.fallbeispielkachel {
    width: 375px;
  }
}
/*    ####################################################################
      #                                                                  #
      #     ##   ##  ####                                                #
      #     ### ###  ## ##                                               #
      #     #######  ##  ##                                              #
      #     ## # ##  ##  ##                                              #
      #     ##   ##  ##  ##                                              #
      #     ##   ##  ## ##                                               #
      #     ##   ##  ####                                                #
      #                                                                  #
      ####################################################################
 */
@media (min-width: 992px) and (max-width: 1199px) {
  div.gebrauchtmaschinenkachel,
  div.varianteninfokachel {
    width: 323.3333px;
    /* override search results */
  }
  div.gebrauchtmaschinenkachel.fullwidth,
  div.varianteninfokachel.fullwidth {
    width: 100%;
  }
  div.anbaugeraetekachel,
  div.weitereartikelkachel,
  div.fallbeispielkachel {
    width: 243px;
  }
}
/*    ####################################################################
      #                                                                  #
      #     ##        #####                                              #
      #     ##       ##   ##                                             #
      #     ##       ##                                                  #
      #     ##       ##  ###                                             #
      #     ##       ##   ##                                             #
      #     ##       ##   ##                                             #
      #     #######   #####                                              #
      #                                                                  #
      ####################################################################
 */
@media (min-width: 1200px) and (max-width: 1679px) {
  div.gebrauchtmaschinenkachel,
  div.varianteninfokachel {
    width: 390px;
    /* override search results */
  }
  div.gebrauchtmaschinenkachel.fullwidth,
  div.varianteninfokachel.fullwidth {
    width: 100%;
  }
  div.anbaugeraetekachel,
  div.weitereartikelkachel,
  div.fallbeispielkachel {
    width: 293px;
  }
}
/*    ####################################################################
      #                                                                  #
      #     ##  ##   ##                                                  #
      #     ##  ##   ##                                                  #
      #      ####    ##                                                  #
      #       ##     ##                                                  #
      #      ####    ##                                                  #
      #     ##  ##   ##                                                  #
      #     ##  ##   #######                                             #
      #                                                                  #
      ####################################################################
 */
@media (min-width: 1680px) {
  div.gebrauchtmaschinenkachel,
  div.varianteninfokachel {
    width: 550px;
    /* override search results */
  }
  div.gebrauchtmaschinenkachel.fullwidth,
  div.varianteninfokachel.fullwidth {
    width: 100%;
  }
  div.anbaugeraetekachel,
  div.weitereartikelkachel,
  div.fallbeispielkachel {
    width: 413px;
  }
  div.gebrauchtmaschinenkachel a.btn {
    position: absolute;
    right: 15px;
    bottom: 3px;
  }
}
