/* Für größere Bildschirme (Desktop) */
@media (min-width: 1200px) {
    .add-plus::after {
      content: " +"; /* Fügt das "+" nach dem Link-Text hinzu */
    }
  }
  
  /* Für mobile Bildschirme (kleiner als 768px) */
  @media (max-width: 1200px) {
    .add-plus::after {
      content: ""; /* Entfernt das "+" auf kleineren Bildschirmen */
    }
    .res{
      display: none;
    }
  }
  .ueber_uns{
    h2.card-title{
      font-weight: 500;
    }
  }
  .ltn__section-title-2 .section-title {
    font-weight: 500 !important;
  }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {font-weight: 500; }
body.cke_editable .section-title-area{
  background-color: #cfcfcf;
  }