/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2022 | 18:04:40 */
/*-----------------------------------------------------------------------------------------------*/
/* STARTSEITE */

/* PAGE-BUILDER "ICON" so formatieren, dass es auch als Liste ohne Text verwendet werden kann  */
.icon_notext .iconmain{ height: 0px; }
.icon_notext .iconimage{ margin-bottom: 5px !important; }

/* SCHLAGWORT-WOLKE Hässliche Überschrift ausblenden  */
.hp-tagCloud {
    line-height: 1.5;
    font-size: 0px;
}
.hp-tagCloud .tagcloud { font-size: 14px; }

/* BLOG-CAROUSEL */
/* Schaltflächen VOR und ZURÜCK anpassen  */
.sc-carousel a.prev, .sc-carousel a.next { line-height: 1.2; }
.sc-carousel a.prev:hover, .sc-carousel a.next:hover { line-height: 1.2; }

/* Titel nicht fett */
.sc-carousel .entry-content h4 { font-weight: normal; }

/* Titelbreite an Bildbreite anpassen */
.sc-carousel.carousel-blog .entry-content { padding: 0 !important; }

/* Zeilenabstand für Text anpassen */
.sc-carousel .entry-content h4 a { line-height: 1.3; }

/* Zoom für Bilder deaktivieren */
a.hover-zoom {
    visibility: hidden;
    width: 0px !important;
}