:root {
--h1-fontSize: 2.5rem !important;
--secondColor:  #ffc830;
}

header .mod_langswitcher {display: none;}
body.viewport_mobile #top .mod_langswitcher {display: none;}

#footer a {color: #fff !important;}
#footer .logo_footer {max-width: 200px;}
#footer .logo_footer img {margin-bottom:  30px;}

.mainmenu ul li a {font-size: 0.95rem !important; }
.mainmenu ul li {margin-left: 10px; margin-right: 10px;}

.ce_productbox_inside {overflow:hidden !important;}

.border-bottom {border-bottom: 3px solid rgba(0,0,0,0.1) !important; padding-top:  25px; padding-bottom:  25px;}

/* Slider Startseite */
.main-slider {margin-top: -50px;}

/* Slider Navigstion */
a.slider-prev, a.slider-next {display: none;}

/* Galerien Bugfix*/
.ce_gallery .image_container {height: calc(100% - 8px);}

/* Bagdge über dem Bild */
.badge-overlay {
    position: absolute;
    top: 10px; /* 10px von oben */
    left: 10px; /* 10px von links */
    z-index: 10; /* Stellt sicher, dass das Abzeichen über dem Bild liegt */
}

/* Headlines */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .font_headline {line-height: 1.3 rem;}

/* Langswitcher */
.mod_langswitcher {display: none;}

/* Bilder abgerundet */
.border-radius-small {border-radius: 20px;}
.border-radius-medium {border-radius: 30px;}
.border-radius-large {border-radius: 40px;}

/* Tabelle "Spender" */
#table_1020 th:nth-child(1) { width: 50%; }

#table_1020 th:nth-child(2),
#table_1020 td:nth-child(2) {text-align: right !important; width: 25%; /* Optional: Breite anpassen */ padding-right: 5px; /* Optional: Ein wenig Abstand zum rechten Rand lassen */}

#table_1020 th:nth-child(3),
#table_1020 td:nth-child(3) { width: 25%; text-align: right !important; }



@media only screen and (min-width: 1200px) {

  /* Hintergrundfarbe gelb */
  .hg_gelb {background-color: var(--secondColor) !important;}

  /* Element "Scroll Reveal Words" h1, h2, h3, h4 */
  h1.ce_scroll_reveal_words, 
  h2.ce_scroll_reveal_words, 
  h3.ce_scroll_reveal_words, 
  h4.ce_scroll_reveal_words {margin-bottom: 0px !important;}

  /* Abstände Headlines */
  .mb-xxl {margin-bottom: 100px !important;}
  .mt-xxl {margin-top: 100px !important;}

  /* Trennlinie 3 px hoch */
  .ce_divider_extended.version3 {height:  3px ;}

  .mod_newsreader .info {margin-bottom: 35px; margin-top: 35px;}

  .mod_newslist .layout_simple {margin: 20px 0;}

  .mod_newslist .no-date .date {display: none;}

  .mod_newslist .layout_simple time {color:  var(--accentColor) !important;}
  .mod_newslist .layout_simple time::after {
    content: "\A";
    white-space: pre; /* wichtig, damit \A auch als Umbruch wirkt */
  }
  .newsteaser .link {font-weight: normal;}

  /* Google Maps Projektkarte */

  /* InfoWindow Text stylen */
  .gm-style-iw .projekt-info {
  font-size: 16px;
  line-height: 1.4;
  color: rgb(59,60,66);
  font-weight: 700;
  }

  /* Link im InfoWindow */
  .gm-style-iw .projekt-info a {
    color: var(--accentColor);
    text-decoration: none;
    font-weight: 500;
  }

  .gm-style-iw .projekt-info a:hover {
    text-decoration: underline;
  }

  .ce_download_default a {padding:  20px 15px;}

  /* Google Maps Projektkarte Ende */

  .border-5 {border-radius: 5px;}
  .border-grey {border: 1px solid lightgrey;}

  /* Projekte Übersicht */
  .projekte_uebersicht .ce_productbox p,
  .projekte_uebersicht .ce_productbox ul {font-family: Ubuntu; font-size:  0.9rem; line-height: 1.4rem;}
  .projekte_uebersicht .ce_productbox ul {margin-top:  0px;}
  .projekte_uebersicht .ce_productbox_content_top {padding: 30px 20px 50px 20px !important;}
  .projekte_uebersicht .ce_productbox_content_top .subheadline {margin-bottom: 10px;}
  .projekte_uebersicht .ce_productbox_content_bottom {}
  /* Projekte Übersicht Ende */

/* Zeitleiste */
  .ce_timeline .timeline-item i.timeline-icon {font-size: 1.1rem;}

/* Teamboxen */
  .ce_teambox_simple .description p,
  .ce_teambox .description p {font-size: 0.8rem !important; line-height: 1.4rem;}

}


/* Smartphones */
@media only screen and (max-width: 767px) {
  :root {--h1-fontSize: 2.0rem !important;}

  html, body {font-size: 19px;}

/* Slider Startseite */
.main-slider {margin-top: -30px;}

.ce_textlink a {text-decoration: underline !important;}
.ce_textlink[data-style="style1"] a::after {display: none;}


}