/**
 * @file
 * Use this CSS file to override base CSS rules
 */

/* Set default font weight to 300 for better typography in high-density screens */
/**
 * body {
 *   font-weight: 300;
 * }
 */

/**
 * @file
 * Visual styles for Base+'s fa icons list.
 */

.list--fa-location-pin {
  margin-bottom: 15px;
  padding-left: 0;
  list-style: none;
}

.list--fa-location-pin li {
  position: relative;
  padding: 0 0 10px 35px;
}

.list--fa-location-pin li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
  color: var(--mt-color-primary);
}

/* Adresse → location pin */
.list--fa-location-pin li:nth-child(1)::before {
  content: "\f3c5"; /* fa-location-dot */
}

/* Telefon */
.list--fa-location-pin li:nth-child(2)::before {
  content: "\f095"; /* fa-phone */
}

/* E-Mail */
.list--fa-location-pin li:nth-child(3)::before {
  content: "\f0e0"; /* fa-envelope */
}


.col-12 h2.title {
    margin: 32px 0 16px;
}

.list--fa-check li:last-child {
	padding: 0 0 0 35px!important;
}

.view-pricing-tables .pricing-table {
	padding: 0 30px 15px 30px!important;
}

.view-pricing-tables .price-prefix {
    font-size: 0.45em;
    font-weight: 500;
    margin-right: 8px;
}

.view-pricing-tables .price-amount {
    font-size: 1em;
}

.view-pricing-tables .views-field-field-mt-prd-price {
    padding: 10px 0 20px 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: var(--mt-color-high-contrast);
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.view-pricing-tables .price-prefix,
.view-pricing-tables .price-amount {
    display: inline-block;
    white-space: nowrap;
    margin-right: 8px;
}

.footer__container h4 {
	font-size: 18px;
    font-weight: 500;
	margin: 0px 0px 15px;
}

.footer__container ul {
	font-weight: 400;
    font-size: 14px;
}

@media (max-width: 767px) {
.footers-container .list--fa-location-pin li::before {
    position: unset;
    font-size: 14px;
    padding-right: 8px;
}
}

.footer__section ul.menu li a, .footer__section ul.menu li > span {
    padding: 0 0 4px 0;
}

.subfooter__container {
    padding: 20px 0;
	font-size: 14px;
}

.block-block-contentba77369a-c2d4-408f-b4a6-bbe704fbac54 {
	padding-top: 0!important;
}
@media (min-width: 768px) {
    .text-md-start {
        text-align: center!important;
    }
}
@media (min-width: 992px) {
    .text-md-start {
        text-align: left!important;
    }
}

.slider_start .row {
    --bs-gutter-x: 0;
}
.site-name,
.site-name a {
  background-image: linear-gradient(90deg, #087ca6, #003e95, #3f366b, #c90118, #ea4401, #d18d00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent!important;

}
.field--name-field-mt-srv-image .overlay-container {
  position: relative;
  display: inline-block; /* Oder block, je nach Layout */
  overflow: hidden;
}

.field--name-field-mt-srv-image .overlay-container img {
  display: block;
  width: 100%;
  height: auto;
}

.field--name-field-mt-srv-image .image-caption {
  position: relative;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 15px 10px;
  color: #ffffff; /* Weißer Text */
  font-size: 1rem;
  z-index: 2;
  pointer-events: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

