﻿/* breakpoints */
table.simple td, table.simple th {
  padding: 1px;
  vertical-align: top;
  background-color: #eee;
}
table.simple td button, table.simple td button:hover, table.simple th button, table.simple th button:hover {
  padding: 4px !important;
  display: inline-block;
  min-height: auto !important;
  line-height: 100% !important;
  margin: 0;
}
table.simple td button.trash, table.simple td button:hover.trash, table.simple th button.trash, table.simple th button:hover.trash {
  background-color: red;
  color: white;
}
table.simple Element {
  width: 400px;
}
table.simple select,
table.simple input:not([type=radio]):not([type=checkbox]):not([type=submit]),
table.simple textarea {
  padding: 3px !important;
  margin: 0 !important;
}

.einbaudetails {
  display: block !important;
}
.einbaudetails div.details {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .einbaudetails div.details {
    flex-direction: row;
  }
}
.einbaudetails div.details > * {
  max-height: 500px;
  width: 100%;
  display: block;
}
.einbaudetails div.details img {
  max-height: 500px !important;
  width: 100%;
  display: block;
  width: auto;
}
.einbaudetails div.text {
  padding: 10px 0;
}
.einbaudetails section {
  margin-bottom: 30px;
}

#overlay {
  display: none;
  text-align: center;
  position: absolute;
  background: #fff;
}

#img-load {
  position: absolute;
}

#content .brandlogo {
  display: inline-block;
  float: right;
}
#content .brandlogo img.svg {
  width: 100px;
  height: auto;
}

.platforms img {
  vertical-align: top;
}

.secondary-navigation ul ul.nomargin {
  margin-left: 0;
}

.relative {
  position: relative;
}

#share {
  cursor: pointer;
  color: #00a0d0;
}

#share.yale {
  color: #000;
}

#ajaxprogress {
  position: absolute;
  left: 5px;
  top: 10px;
  display: none;
}

#mycataloglist .sortable-dragging {
  opacity: 0.9;
}
#mycataloglist .sortable-placeholder {
  border: 2px dashed black;
}
#mycataloglist .btnmove {
  position: absolute;
  left: 33%;
  top: 33%;
  cursor: move;
  margin-top: 10px;
  background-color: transparent;
  border: 0;
  color: gray;
  opacity: 0.5;
  z-index: 500;
}

#productcatalog {
  /* ikon profile vergleich neue 2023 */
}
#productcatalog .title {
  min-height: 88px;
}
#productcatalog div.ikon_profile_selector {
  display: flex;
  gap: 20px;
  max-width: 700px;
}
#productcatalog div.ikon_profile_systems {
  display: flex;
  cursor: pointer;
  padding: 0px;
  border-radius: 2px;
  background-color: white;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#productcatalog div.ikon_profile_systems > div {
  margin-bottom: 0px;
  padding: 2px 10px;
}
#productcatalog div.ikon_profile_systems > div.selected {
  user-select: none;
  background-color: var(--accent);
  color: white;
}
#productcatalog table.ikon_profile {
  table-layout: auto;
}
#productcatalog table.ikon_profile tr.empty {
  display: none;
}
#productcatalog table.ikon_profile tr.empty td {
  xdisplay: none;
  background-color: orange;
}
#productcatalog table.ikon_profile th, #productcatalog table.ikon_profile td {
  width: auto;
  padding: 2px 10px;
}
#productcatalog table.ikon_profile td, #productcatalog table.ikon_profile th {
  border: 1px solid black;
  text-align: center;
  min-width: auto;
  height: auto;
  background-color: white;
}
#productcatalog table.ikon_profile tr td:first-child, #productcatalog table.ikon_profile tr th:first-child {
  text-align: left;
}
#productcatalog table.ikon_profile tr.system th {
  background-color: #f3f3f3;
}
#productcatalog table.ikon_profile tr.artikelnummer th {
  background-color: var(--accent);
  color: white;
}
#productcatalog table.ikon_profile tr.artikelnummer th a {
  color: white;
  display: inline;
}
#productcatalog table.ikon_profile .blue {
  color: var(--accent);
}
#productcatalog table.ikon_profile .check {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
}
#productcatalog table.ikon_profile .check::after {
  content: "";
  position: absolute;
  display: none;
  right: 8px;
  top: 4px;
  width: 7px;
  height: 14px;
  border-width: 0px 2px 2px 0px;
  transform: rotate(40deg);
}
#productcatalog div#ikon_profileselector {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  #productcatalog div#ikon_profileselector {
    display: flex;
  }
}
#productcatalog div#ikon_profileselector > div {
  flex: 1 0 300px;
  cursor: pointer;
  padding: 0px;
  width: 32.5%;
  border-radius: 2px;
  background-color: white;
}
#productcatalog div#ikon_profileselector > div > div {
  margin-bottom: 0px;
  padding: 2px 10px;
}
#productcatalog div#ikon_profileselector > div.selected > div {
  background-color: var(--accent);
  color: white;
}
#productcatalog #ikon_profilecompare {
  display: none;
}
#productcatalog #ikon_profilecompare ul {
  margin-left: 15px;
  word-wrap: break-word;
  hyphens: auto;
}
@media (min-width: 576px) {
  #productcatalog #ikon_profilecompare {
    display: block;
  }
}
#productcatalog #ikon_profilecompare table {
  border-top: 1px solid gray;
  background-color: white;
}
#productcatalog #ikon_profilecompare table td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid gray;
}
#productcatalog #ikon_profilecompare table th {
  vertical-align: top;
  padding: 10px;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
#productcatalog #ikon_profilecompare table th.rotate {
  /* Something you can count on */
  height: 340px;
  white-space: nowrap;
}
#productcatalog #ikon_profilecompare table th.rotate > div {
  transform: translate(50px, 150px) rotate(270deg);
  width: 30px;
}
#productcatalog #ikon_profilecompare table th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
#productcatalog .infotext div.content {
  margin-left: 50%;
}
#productcatalog .infotext .item {
  clear: both;
  padding-top: 20px;
}
#productcatalog .infotext .accordions div.content {
  margin-left: 0;
}
#productcatalog .infotext .image {
  width: 50%;
  float: left;
  padding-right: 40px;
}
#productcatalog .infotext .image img {
  width: 100%;
}
#productcatalog .infotext ul li {
  margin-left: 40px;
}
#productcatalog .accordions h3 {
  clear: both;
  font-weight: bold;
}
#productcatalog .basisarticle th {
  border-right: 2px solid white;
}
#productcatalog .basisarticle td {
  border-right: 2px solid white;
}
#productcatalog .basisarticle tr.disabled td {
  color: gray !important;
  opacity: 0.5;
}
#productcatalog .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 20px;
}
#productcatalog .video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#productcatalog .video-responsive a img {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#productcatalog .chapterimage {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}
#productcatalog video {
  width: 100%;
}
#productcatalog table.productlist tr.odd td {
  background-color: Transparent;
}
#productcatalog table.productlist tr td {
  border-bottom: 1px solid #e5e5e5;
}
#productcatalog ul.start a.assaabloyberlincapters {
  color: #00A6D3;
}

.fa {
  font-size: 22px;
}

.product-db-list-item {
  position: relative;
}
.product-db-list-item a {
  overflow: hidden;
}
.product-db-list-item a .hint {
  font-size: 13px;
  position: absolute;
  width: 240px;
  right: -50px;
  top: 52px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100;
  text-align: center;
  color: white;
}
.product-db-list-item .articlenumber {
  position: absolute;
  left: 20px;
  top: 10px;
  font-weight: bold;
  font-size: 11px;
  z-index: 10;
}

#product-slideshow {
  position: relative;
  overflow: hidden;
}
#product-slideshow .awards {
  position: absolute;
  width: auto;
  right: 0px;
  bottom: 100px;
  z-index: 100;
  display: flex;
}
#product-slideshow .awards img {
  max-height: 100px;
  margin-right: 10px;
  margin-bottom: 20px;
}
#product-slideshow .hint {
  font-size: 13px;
  position: absolute;
  width: 240px;
  right: -50px;
  top: 52px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100;
  text-align: center;
  color: white;
}

.groupopen {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faopen {
  transform: rotate(45deg);
}

.product-slideshow .current-image img {
  max-height: 95%;
  max-width: 95%;
}

.slick-slide img {
  max-height: 80%;
}

.product-categories-list-portlet .list-item .list-item-image {
  max-height: 80%;
  width: auto;
  margin-top: 5%;
}

.product-db-group-list .product-db-list-image {
  top: 30px;
}

.product-db-product-list .product-db-list-image {
  top: 30px;
}

img.title {
  max-height: 20px;
}

.pictograms {
  clear: both;
  margin-top: -50px;
  margin-bottom: 80px;
  display: flex;
}
.pictograms::after {
  clear: both;
}
.pictograms img {
  margin-right: 10px;
  max-height: 50px;
  margin-bottom: 10px;
}
.pictograms img.assaabloyberlin {
  max-height: 30px;
}
.pictograms a:hover {
  text-decoration: none;
}

.planet .pictograms {
  margin-top: 10px;
  margin-bottom: -20px;
}
@media only screen and (max-width: 738px) {
  .planet .pictograms {
    flex-direction: column;
  }
}
.planet .pictograms img {
  max-height: 40px;
  margin-right: 3px;
}
.planet .pictograms .pictograms_group {
  border-left: 1px solid rgb(227, 227, 227);
  padding: 5px;
}
.planet .pictograms .pictograms_group div {
  display: flex;
}

.icons {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  clear: both;
  z-index: 100;
}
.icons img {
  float: left;
  margin-right: 10px;
}

.filtertable {
  border-collapse: collapse;
}
.filtertable label {
  margin-top: 0;
}
.filtertable hr {
  width: 90%;
}
.filtertable td {
  border: 0;
  padding: 2px;
  vertical-align: top;
}
.filtertable td:first-child {
  width: 10px;
}

#aperiohead.cylinder {
  background-image: url(../../../images/productcatalog/aperio/bg2_cylinder.png), url(../../../images/productcatalog/aperio/bg2_all.png);
  background-position: right bottom, left bottom;
}

#aperiohead.accessories {
  background-image: url(images/productcatalog/aperio/bg2_accessories.png), url(../../../images/productcatalog/aperio/bg2_all.png);
  background-position: right bottom, left bottom;
}

#aperiohead.locks {
  background-image: url(../../../images/productcatalog/aperio/bg2_locks.png), url(../../../images/productcatalog/aperio/bg2_all.png);
  background-position: right bottom, left bottom;
}

#aperiohead.escutcheons {
  background-image: url(../../../images/productcatalog/aperio/bg2_escutcheons.png), url(../../../images/productcatalog/aperio/bg2_all.png);
  background-position: right bottom, left bottom;
}

#aperiohead {
  height: 210px;
  width: 100%;
  margin-top: 0;
  position: relative;
  margin-bottom: -10px;
  background-repeat: no-repeat;
}
#aperiohead h1 {
  font-family: ASSAVesta, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 12px;
  margin: 0px;
  font-size: 20px;
  line-height: 22px;
  color: #262626;
}
#aperiohead div {
  position: absolute;
  margin: 0px;
  bottom: 0px;
  left: 20px;
}

#contentandnav #aperiohead h2 {
  color: #00a6d3;
  font-family: ASSAVesta, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 12px;
  margin: 0px;
}

button#btnreset {
  position: absolute;
  bottom: 3px;
  right: 0px;
  border: 0 none;
  padding: 6px 16px;
  color: #fff;
  background: #ababab;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
button#btnreset:hover {
  background: #393939;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.portlet-content .nopadding {
  padding: 0;
}

.info {
  cursor: help;
}

i.info {
  cursor: help;
  font-size: 14px;
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}

div.productimage {
  width: 210px;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  background-color: none;
}
div.productimage img {
  margin-bottom: 10px;
}

table.normal tr.odd td.image {
  background-color: White;
}
table.normal td {
  text-align: left;
}

table.sortable tr.odd td.image {
  background-color: White;
}
table.sortable th {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

table#variants th {
  vertical-align: top;
}
table#variants select {
  width: 90%;
  margin: 0;
  margin-right: 20px;
  margin-top: 5px;
  padding: 5px 10px;
}

div.systeme {
  padding: 10px;
  display: flex;
  gap: 2px;
}

a.bestehendesysteme {
  border: 2px solid gray;
  color: gray;
  padding: 5px;
}

a.aktuellesysteme {
  border: 2px solid #00a6d3;
  color: #00a6d3;
  padding: 5px;
  line-height: 30px;
}

.clear {
  clear: both;
}

#pg_description {
  padding-bottom: 20px;
}

.pbuttons {
  font-family: "Open Sans", sans-serif;
  font-size: 15.8px;
  line-height: 2.4rem;
  padding: 10px 10px 10px 16px;
  text-align: right;
  margin-right: 0px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  background-color: #f3f3f3;
  padding-top: 1px;
  height: 30px;
}
.pbuttons #shopboxlink {
  position: relative;
  cursor: pointer;
}
.pbuttons #shopboxlink > a {
  padding-left: 5px;
  padding-right: 25px;
  line-height: 40px;
  cursor: pointer;
}
.pbuttons #shopboxlink > a::before {
  cursor: pointer;
  color: #00a6d3;
  content: "+";
  font-family: arial;
  font-size: 30px;
  font-weight: 200;
  line-height: 1;
  position: absolute;
  right: 2px;
  text-align: left;
  top: 5px;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 3;
}
.pbuttons #shopboxlink a.open::before {
  color: #12a3d3;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pbuttons #shopboxlink hr {
  border: 1px solid #e3e3e3;
  height: 0px;
}
.pbuttons #filterboxlink {
  float: left;
  position: relative;
  cursor: pointer;
}
.pbuttons #filterboxlink > a {
  padding-left: 5px;
  padding-right: 25px;
  line-height: 40px;
  cursor: pointer;
}
.pbuttons #filterboxlink > a::before {
  cursor: pointer;
  color: #00a6d3;
  content: "+";
  font-family: arial;
  font-size: 30px;
  font-weight: 200;
  line-height: 1;
  position: absolute;
  right: 2px;
  text-align: left;
  top: 5px;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 3;
}
.pbuttons #filterboxlink a.open::before {
  color: #12a3d3;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pbuttons #filterboxlink hr {
  border: 1px solid #e3e3e3;
  height: 0px;
}
.pbuttons #shopbox {
  display: none;
  position: absolute;
  z-index: 100;
  width: 300px;
  padding: 5px;
  padding-left: 18px;
  text-align: left;
  border: 1px solid #e3e3e3;
  border-top: 0;
  left: -17px;
  background-color: #f3f3f3;
  opacity: 0.95;
}
.pbuttons #filterbox {
  display: none;
  position: absolute;
  z-index: 100;
  width: 300px;
  padding: 5px;
  padding-left: 18px;
  text-align: left;
  border: 1px solid #e3e3e3;
  border-top: 0;
  left: -17px;
  background-color: #f3f3f3;
  opacity: 0.95;
}
.pbuttons a {
  text-decoration: none;
  padding: 2px;
  display: inline-block;
  text-decoration: none !important;
}
.pbuttons a:hover {
  text-decoration: none !important;
}
.pbuttons .part {
  border-left: 1px solid #e3e3e3;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 40px;
}
.pbuttons SELECT {
  top: 2px;
  position: relative;
}

#shopbox table.basket td {
  padding: 0;
}

.paddbasket {
  background-color: #f3f3f3;
  border: 1px solid #e3e3e3;
  padding: 3px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}
.paddbasket input {
  width: 80px !important;
  font-size: 14px;
}
.paddbasket a {
  cursor: pointer;
}

.aem .paddbasket {
  gap: 5px;
  display: flex;
  align-items: center;
  background-color: var(--bg-alt);
}
.aem .paddbasket input {
  margin: 0 !important;
}

#basketfilelist {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  list-style-image: none;
}
#basketfilelist img {
  display: block;
  margin: 5px;
}
#basketfilelist .basketheader {
  position: relative;
  padding: 2px;
  display: block;
  text-align: left;
}
#basketfilelist .basketfooter {
  padding: 2px;
  display: none;
}
#basketfilelist li {
  height: 210px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
  float: left;
  width: 20%;
  border: 1px solid #eee;
  list-style-type: none;
  background-image: none;
}

#basketaddtype {
  font-size: 12px;
  margin: 0;
  margin-left: 5px;
  padding: 5px;
  margin-right: 3px;
  position: relative;
  top: -3px;
  width: 100px;
}

.aem #basketaddtype {
  width: auto;
}

#verfuegbarkeit {
  width: 700px;
}
#verfuegbarkeit .basket {
  border: 1px solid gray;
  border-collapse: collapse;
}
#verfuegbarkeit .basket td {
  border: 1px solid gray;
}
#verfuegbarkeit .basket th {
  border: 1px solid gray;
}

/* mycatalog */
#mycatalogoptions {
  border: 1px solid #e3e3e3;
  margin-bottom: 5px;
  padding: 15px;
}
#mycatalogoptions a {
  margin-bottom: 5px;
}
a.mycatalogcreate:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
  content: "\f1c1";
}

a.mycatalogsave:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
  content: "\f0ab";
}

a.mycatalogload:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
  content: "\f0aa";
}

a.mycatalogdelete:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
  content: "\f1f8";
}

a.mycatalognew:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
  content: "\f055";
}

a.mycatalogsavecopy:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
  content: "\f0c5";
}

.fa-ul {
  margin-left: 1.6em;
}

span.assaabloyberlincapters {
  width: 148px;
  height: 168px;
  border: 10px solid silver;
  background-position: center center;
  display: block;
}

.tip-twitter {
  opacity: 1;
  z-index: 1000;
  text-align: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 8px;
  max-width: 200px;
  color: #fff;
  box-shadow: 2px 2px 5px gray;
  background-color: #000;
}
.tip-twitter .tip-inner {
  font: bold 11px/14px "Lucida Grande", sans-serif;
}
.tip-twitter .tip-arrow-top {
  margin-top: -5px;
  margin-left: -5px;
  top: 0;
  left: 50%;
  width: 9px;
  height: 5px;
  background: url(../../../images/tip-twitter_arrows.gif) no-repeat;
}
.tip-twitter .tip-arrow-right {
  margin-top: -4px;
  margin-left: 0;
  top: 50%;
  left: 100%;
  width: 5px;
  height: 9px;
  background: url(../../../images/tip-twitter_arrows.gif) no-repeat -9px 0;
}
.tip-twitter .tip-arrow-bottom {
  margin-top: 0;
  margin-left: -5px;
  top: 100%;
  left: 50%;
  width: 9px;
  height: 5px;
  background: url(../../../images/tip-twitter_arrows.gif) no-repeat -18px 0;
}
.tip-twitter .tip-arrow-left {
  margin-top: -4px;
  margin-left: -5px;
  top: 50%;
  left: 0;
  width: 5px;
  height: 9px;
  background: url(../../../images/tip-twitter_arrows.gif) no-repeat -27px 0;
}

body.produktkatalog label {
  display: block;
}

.keso th {
  border: 2px solid white;
  background-color: #eeeeee;
}
.keso th:first-child {
  width: 240px;
}
.keso td {
  border: 2px solid white;
  background-color: #eeeeee;
}
.keso td:first-child {
  width: 240px;
}
.keso td.system {
  text-align: center;
}
.keso th.system {
  text-align: center;
}

#basket th {
  background-color: transparent;
  border-bottom: 1px solid #e3e3e3;
}

.product {
  position: relative;
}
.product .texts {
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.product .storelinks {
  margin-top: -20px;
  margin-bottom: 30px;
  display: inline-flex;
}
.product .storelinks img {
  width: 130px;
}
.product .platforms {
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-flex;
}
.product .platforms img {
  max-height: 60px;
  margin-left: 10px;
  top: 15px;
  position: relative;
}

.file-list .flexfile {
  display: flex;
}
.file-list .flexfile .smallheading {
  padding-left: 10px;
  padding-top: 2px;
}

.files a {
  display: block;
  padding-bottom: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
}

/* mobile overwrites */
@media only screen and (max-width: 768px) {
  .nomobile {
    display: none;
  }
  .brandlogo {
    max-width: 120px;
  }
  #product-slideshow .awards {
    position: static;
    width: auto;
    right: 0px;
    bottom: 100px;
    z-index: 100;
  }
  table.productdetailsicons .icon {
    display: none !important;
  }
  table.mobiletable2 {
    border: none;
  }
  table.mobiletable2 td {
    display: flex;
    border-bottom: 0;
    height: auto;
  }
}
/* AEM overwrites*/
body.aem .pbuttons #filterboxlink {
  position: absolute;
  left: 10px;
}
body.aem .pbuttons #filterboxlink > a::before {
  top: 8px;
}
body.aem .pbuttons #filterbox {
  background-color: white;
  left: -13px;
  opacity: 1;
}
body.aem .pbuttons #filterbox tr td {
  border: 0;
  padding: 7px;
}
body.aem .pbuttons #filterbox tr td:first-child {
  width: 20px;
}
body.aem .vheader {
  /*
        transform-origin:50% 50%;
        transform: rotate(90deg);*/
  writing-mode: vertical-lr;
  min-width: 29.9px;
  vertical-align: middle;
  background-color: rgba(0, 165, 211, 0.568627451);
  text-align: center;
}
body.aem .vcell {
  background-color: rgba(0, 165, 211, 0.568627451);
  font-size: 10px;
}
body.aem .mainwrapper {
  /* Produktkatalog suche */
}
body.aem .mainwrapper ul#search li {
  background-color: transparent;
  padding: 0;
}
body.aem .mainwrapper #productcatalog table select:not(.variantsfilter) {
  padding: 0;
  border-bottom: 0;
}
body.aem #productcatalog .basisarticle th {
  border-right: 0;
}
body.aem #productcatalog .basisarticle td {
  border-right: 0;
}
body.aem #productcatalog .basisarticle td.product_number .info {
  font-size: 10px;
}
body.aem #productcatalog .basisarticle td.product_number .info svg {
  fill: var(--accent);
}
body.aem #productcatalog .basisarticle tr.disabled td {
  color: gray !important;
  opacity: 0.5;
}

table.productdetailsicons td {
  padding: 2px;
  border-bottom: 1px solid silver;
  padding-right: 9px;
}
table.productdetailsicons th {
  background-color: Transparent;
  border-bottom: 1px solid silver;
  color: Black;
  font-size: 13px;
  padding: 0;
  padding-bottom: 5px;
}
table.productdetailsicons td.label {
  font-weight: bold;
  width: 350px;
  position: static;
}
table.productdetailsicons td.value {
  width: 300px;
}
table.productdetailsicons td.icon {
  width: 70px;
  min-width: auto;
}

/* ---------------------- maintain -------------------------------------------- */
body.maintain {
  overflow-x: auto;
}

.mainwrapper section:not(.aemcomponent) .maintaintree {
  margin: 0 0 0 1em;
  padding: 0px;
  list-style: none;
  color: #00a0d0;
  position: relative;
}
.mainwrapper section:not(.aemcomponent) .maintaintree ul {
  margin: 0 0 0 1em;
  padding: 0px;
  list-style: none;
  color: #00a0d0;
  position: relative;
  margin-left: 1.5em;
}
.mainwrapper section:not(.aemcomponent) .maintaintree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}
.mainwrapper section:not(.aemcomponent) .maintaintree:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}
.mainwrapper section:not(.aemcomponent) .maintaintree li {
  margin: 0;
  margin-left: 10px;
  line-height: 2em;
  font-weight: bold;
  position: relative;
}
.mainwrapper section:not(.aemcomponent) .maintaintree li a {
  padding-left: 5px;
}
.mainwrapper section:not(.aemcomponent) .maintaintree li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: -10px;
}
.mainwrapper section:not(.aemcomponent) .maintaintree li:last-child:before {
  height: auto;
  top: 1em;
  bottom: 0;
}

.aem .mainwrapper {
  /* Maintain Seite */
}
.aem .mainwrapper section.maintain h3, .aem .mainwrapper section.maintain h2, .aem .mainwrapper section.maintain h4 {
  margin-top: 20px;
  line-height: 140%;
  font-size: 22px;
}
.aem .mainwrapper section.maintain select {
  padding: 10px !important;
}
.aem .mainwrapper section.maintain table {
  background-color: white;
  table-layout: auto;
}
.aem .mainwrapper section.maintain table td,
.aem .mainwrapper section.maintain table th {
  width: auto;
  min-width: auto;
  padding: 4px 5px !important;
  line-height: 110%;
  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
  height: auto;
}
.aem .mainwrapper section.maintain table td a,
.aem .mainwrapper section.maintain table th a {
  line-height: 150%;
  gap: 5px !important;
}
.aem .mainwrapper section.maintain table tr.hidden td {
  opacity: 0.5;
}
.aem .mainwrapper section.maintain table tbody {
  line-height: 120%;
  font-size: 16px;
}
.aem .mainwrapper section.maintain ul.maintaintree,
.aem .mainwrapper section.maintain ul.maintaintree li {
  margin: auto;
  margin-left: 10px;
}
.aem .mainwrapper section:not(.aemcomponent) div.title h1,
.aem .mainwrapper section:not(.aemcomponent) div.title h2 {
  margin: 0;
}
.aem .mainwrapper section:not(.aemcomponent) div.title h1,
.aem .mainwrapper section:not(.aemcomponent) div.title h2,
.aem .mainwrapper section:not(.aemcomponent) div.title h3,
.aem .mainwrapper section:not(.aemcomponent) div.title h4,
.aem .mainwrapper section:not(.aemcomponent) div.title h5 {
  line-height: 140%;
  word-break: break-word;
  hyphens: auto;
}
.aem .mainwrapper section:not(.aemcomponent) div.title h3,
.aem .mainwrapper section:not(.aemcomponent) div.title h2,
.aem .mainwrapper section:not(.aemcomponent) div.title h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.aem .mainwrapper section:not(.aemcomponent) div.title h2 {
  font-size: 22px;
}
.aem .mainwrapper section:not(.aemcomponent) div.title h3,
.aem .mainwrapper section:not(.aemcomponent) div.title h4 {
  font-size: 20px;
}
.aem .mainwrapper section:not(.aemcomponent) .product-presentation ul {
  margin: 10px;
  margin-left: 20px;
}

/* pkfeedback */
.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.formrating label {
  font-weight: bold;
}

.rating input {
  display: none !important;
}

.rating label {
  font-size: 2em;
  color: #ccc;
  cursor: pointer;
}

.rating label:hover,
.rating label:hover ~ label,
.rating input:checked ~ label {
  color: gold;
}

.ratingtext {
  font-style: italic;
  margin-bottom: 20px;
}

/* KI Text bei Kapiteln */
.aem .mainwrapper section.special h2 {
  margin-top: 20px;
  font-size: var(--font-size-5);
}
.aem .mainwrapper section.special h3 {
  margin-top: 20px;
  font-size: var(--font-size-4);
}
.aem .mainwrapper section.special ul, .aem .mainwrapper section.special ol {
  margin-left: 20px;
  padding: 10px;
}
