
/*  */
/* 
*/
<style>



/* DARKMODE-Button verstecken - geht nicht. */

.btn-toggle {
    /*display: none !important;*/
}



/* HEADER: OE-Name schwarz und Shadow entfernen - auskommentiert für Raster-Design, sis, 1.2.24*/

/*body.oe-page .stage-slider p, body.oe-page .stage-small a:first-child {
  text-shadow: 0 0 0px white !important;
}

.stage a {
  color: black !important;
}

.stage-slider .swiper-slide {
  color: black !important;
}

.stage-slider .swiper-slide .h1, .stage-slider .swiper-slide .h2, .stage-slider .swiper-slide .h3, .stage-slider .swiper-slide h1, .stage-slider .swiper-slide h2, .stage-slider .swiper-slide h3 {
  color: black !important;
}

body.oe-page .stage-slider h2, body.oe-page .stage-big p {
  text-shadow: 0 0 0px white !important;
}
*/
/*Shadow-Linie unter dem Header entfernen */
/*.page-header {
    -webkit-box-shadow: 0 0 5px rgba(64, 64, 64, 0) !important;
    box-shadow: 0 0 5px rgba(64, 64, 64, 0) !important;
}
*/


/*Startseite SUCHFELD in target groups ausblenden*/

.target-groups-search {
    display: none !important;
}

.target-groups-submit{
    display: none !important;
}

main .target-groups form {
    display: none !important;
}



/* TEASERBOXEN anpassen - auskommentiert für Rasterdesign - sis, 1.2.24*/

/* Schwarze Schrift */
/*.service-tile {
  color: black !important;
}
*/
/* Headline anpassen */
/*.service-tile .headline {
  color: black !important;
  text-shadow: 0 0 0px white !important;
  background-color: rgba(255,255,255,0) !important;
  padding: 0 5px 0 5px !important;
}
*/
/*Strich unter Überschrift Teaserbox entfernen */
/*.service-tile .headline::after {
  border-bottom: 0rem solid rgba(255,255,255,0) !important;
}
*/
/* Schrift-shadow entfernen */
/*.tilecontent:not(.shadow) .bottom {
  text-shadow: 0px 0px 0px white !important;
}
*/
/* Kurztext-Schrift anpassen */
/*.service-tile .bottom p {
  padding: 0px 5px 0 5px !important;
  background-color: rgba(255,255,255,0.7) !important;
  font-weight: bold;
}
*/


/* TEASERBOXEN anpassen - neu für neue Bilder 18.3.24 */

.service-tile .button {
  background: #000;
}

.service-tile .button:hover {
  background-color: #fff;
}

.service-tile .bottom a {
  color: #fff;
  text-decoration: none;
}

.service-tile .bottom a:hover, a:active {
  color: #000;
  text-decoration: none;
}



</style>
/*  */