/*
 Theme Name:     Arion
 Template:       Divi
*/
/* GENERAL */
/* – TYPOGRAPHY */
body {
  font-size: 1rem !important;
}
/* HEAD */
/* – NAVIGATION */
#menu-hauptmenu > li {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
#menu-hauptmenu > li.nav-cta a {
  background-color: rgba(164, 183, 198, 0.5) !important;
  padding: 1.2rem 1em !important;
  height: 2rem;
  margin: auto 0;
  color: inherit;
  border-radius: 0.3rem;
}
#menu-hauptmenu > li.nav-cta a::after {
  content: ' ';
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: auto 0 auto 0.4em;
  background-image: url(/wp-content/uploads/2022/08/streamlinehq-envelope-emails-48-bold.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
/* FOOTER */
/* – NAVIGATION */
@media (max-width: 980px) {
  #footer-navigation.et_pb_menu .et_pb_menu__menu {
    display: block;
  }
  #footer-navigation.et_pb_menu .et_mobile_nav_menu {
    display: none;
  }
}
/* STARTSEITE */
/* – VORTEILE */
#vorteile ul.aspects {
  list-style: none !important;
  margin-left: 1.5rem;
}
#vorteile ul.aspects li {
  padding-bottom: 0.6rem;
}
#vorteile ul.aspects li::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-position: left;
  margin-right: 0.6rem;
  background-repeat: no-repeat;
  margin-top: 0.5rem;
  margin-left: -1.5rem;
}
#vorteile ul.aspects.positive li::before {
  background-image: url(/wp-content/uploads/2022/08/chalk-plus-green.svg);
  width: 0.9rem;
  height: 0.7rem;
}
#vorteile ul.aspects.conventional li::before {
  background-image: url(/wp-content/uploads/2022/08/chalk-minus-red.svg);
  width: 0.7rem;
  height: 0.6rem;
}
/* – PRODUKT VERGLEICHS TABELLE */
#produkte .produkt-bilder-row {
  display: flex;
  align-items: flex-end;
}
#produkte table.product-comparision {
  border: none;
}
#produkte table.product-comparision thead {
  color: inherit;
}
#produkte table.product-comparision thead tr.p-img {
  border: none;
}
#produkte table.product-comparision thead tr.p-img td {
  border: none;
  background: white;
}
#produkte table.product-comparision thead tr.p-img td:first-child {
  background: none;
}
#produkte table.product-comparision thead .p-buy img {
  max-height: 3.2rem;
  opacity: 0.65;
}
#produkte table.product-comparision thead .p-buy a.anfrage {
  display: block;
  margin-bottom: 2rem;
  color: #2c4663;
  font-size: 0.8rem;
  text-decoration: underline;
}
#produkte table.product-comparision thead .p-buy a.anfrage:hover {
  font-weight: bold;
}
#produkte table.product-comparision thead tr.p-price {
  border: none;
}
#produkte table.product-comparision thead tr.p-price td {
  text-align: center;
  font-weight: 700;
  opacity: 0.75;
  border: none;
}
#produkte table.product-comparision thead tr.p-buy {
  border: none;
}
#produkte table.product-comparision thead tr.p-buy td {
  text-align: center;
  border: none;
}
#produkte table.product-comparision th {
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  border-left: 2px solid #e2e3e9;
  font-size: 1.13em;
}
#produkte table.product-comparision th:first-child {
  text-align: initial;
  border-left: none;
}
#produkte table.product-comparision tr {
  border-bottom: 2px solid #e2e3e9;
}
#produkte table.product-comparision tr:last-child {
  border-bottom: none;
}
#produkte table.product-comparision tbody td:not(.data-type) {
  text-align: center;
  border-left: 2px solid #e2e3e9;
}
#produkte table.product-comparision tbody .area td {
  background-color: #e2e3e9;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  text-align: left;
}
#produkte table.product-comparision .feature-ico {
  height: 0.75rem;
}
@media screen and (max-width: 795px) {
  #produkte > .et_pb_row.et_pb_row_3::before {
    content: ' ';
    position: absolute;
    top: 4%;
    font-weight: 700;
    left: 12%;
    background-image: url(/wp-content/uploads/2022/08/gesture-swipe-horizontal.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3rem;
    height: 3rem;
    opacity: 0.5;
  }
}
/* – KONTAKT BEREICH */
/* Karte */
#map-col div.et_pb_code_inner {
  height: 100%;
}
/* Kontaktbereich */
#contact-col address {
  font-style: normal;
}
#contact-col address a {
  text-decoration: underline;
}
#contact-col address table.business-info {
  border: none !important;
  margin-top: 1.2rem !important;
}
#contact-col address table.business-info td {
  border: none;
  padding: 0 1.5rem;
}
#contact-col address table.business-info td.info-type {
  padding-left: 0;
}
#contact-col address table.business-info #ceo td {
  padding-top: 1.2rem;
}
