/****** KATEGORIE BALKEN + TITEL RESET ******/

.widget-title,
.is-style-widget-title,
.widget-header {
    border-left: none !important;
    padding: 0 !important;
    margin: 0 !important;
}


/****** SLIDER ******/

@media (max-width: 768px) {
    #n2-ss-2 {
        min-height: 650px !important;
    }
}

/* Slider nur auf Startseite anzeigen */
.n2-ss-slider {
    display: none !important;
}

.home.blog .n2-ss-slider {
    display: block !important;
}/****** SLIDER ******/

@media (max-width: 768px) {
    #n2-ss-2 {
        min-height: 650px !important;
    }
}

/* Slider nur auf Startseite anzeigen */
.n2-ss-slider {
    display: none !important;
}

.home.blog .n2-ss-slider {
    display: block !important;
}/****** SLIDER ******/

@media (max-width: 768px) {
    #n2-ss-2 {
        min-height: 650px !important;
    }
}

/* Slider nur auf Startseite anzeigen */
.n2-ss-slider {
    display: none !important;
}

.home.blog .n2-ss-slider {
    display: block !important;
}/****** SLIDER ******/

@media (max-width: 768px) {
    #n2-ss-2 {
        min-height: 650px !important;
    }
}

/* Slider nur auf Startseite anzeigen */
.n2-ss-slider {
    display: none !important;
}

.home.blog .n2-ss-slider {
    display: block !important;
}/****** SLIDER ******/

@media (max-width: 768px) {
    #n2-ss-2 {
        min-height: 650px !important;
    }
}

/* Slider nur auf Startseite anzeigen */
.n2-ss-slider {
    display: none !important;
}

.home.blog .n2-ss-slider {
    display: block !important;
}/****** SLIDER ******/

@media (max-width: 768px) {
    #n2-ss-2 {
        min-height: 650px !important;
    }
}

/* Slider nur auf Startseite anzeigen */
.n2-ss-slider {
    display: none !important;
}

.home.blog .n2-ss-slider {
    display: block !important;
}/****** SLIDER ******/

@media (max-width: 768px) {
    #n2-ss-2 {
        min-height: 650px !important;
    }
}

/* Slider nur auf Startseite anzeigen */
.n2-ss-slider {
    display: none !important;
}

.home.blog .n2-ss-slider {
    display: block !important;
}



/****** POSTS TYPO ******/

.entry-title {
    margin-bottom: 0.4rem;
}

.entry-excerpt p {
    margin-top: 0;
}

.post-layout-four-columns .post-wrapper .type-post .entry-title {
    font-size: 1rem;
}

/****** END ******/


/****** MENÜ ******/

header .main-navigation a,
header .uk-navbar-nav > li > a,
header .ba-menu a {
    color: #888 !important;
    text-decoration: none !important;
}

header .main-navigation a:hover,
header .uk-navbar-nav > li > a:hover,
header .ba-menu a:hover {
    color: #555 !important;
}

header .current-menu-item > a,
header .current_page_item > a {
    color: #000 !important;
}


/****** SHARE / LIKE BUTTONS ******/

.sharedaddy {
    display: none !important;
}


/****** ARCHIVE TITEL ******/

.archive-title {
    font-size: 0 !important;
}

.archive-title span {
    font-size: 34px;
}


/****** TEXT GLOBAL ******/

p {
    color: gray;
    line-height: 1.2em;
}


/****** META / KATEGORIEN ******/

.entry-meta a:link,
.entry-meta a:visited {
    color: gray !important;
    font-style: italic !important;
}


/****** TAGS ******/

.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
    display: inline-block;
    float: left;
    padding: 0.1em;
    background-color: var(--button-hover-color);
    text-decoration: none;
    font-size: 0.875rem !important;
    color: gray !important;
    line-height: 1.1em;
}







…………………………………………………………………………


/******* Abstand HL Copy Blog ********/


/******* Abstand HL Copy Blog ********/
.post-wrapper .type-post .entry-excerpt p {
    margin: 0em 0em 0em;}

/******* Abstand HL Copy Magazin ********/
.widget-magazine-posts .type-post .entry-excerpt p { margin: 0.0em 0 0em;}

.more-link {
    display: inline-block;
    margin: 0;
    padding: 0.0em 0.0em;
    background-color: #111133;
    background-color: var(--button-color);
    color: gray !important;
    color: var(--button-text-color);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/******* Kunden Link nach Beitrag ********/
.widget_tag_cloud d, .meta-tags a:link,.meta-tags a:visited
{color:orangered!important;}



/******* TEST FOOTER ********/
header,footer {
	grid-column: 1 / -1;
}

/*=================================*/
/*  H O V E R     E F F E C T  */
/*=================================*/

.home .wp-post-image {
  border-radius:0px;
 transition-duration: 0.3s;

}
.home .wp-post-image:hover, .wp-show-posts-image:focus, .wp-show-posts-image:active {
  -webkit-transform: scale(1.1);
		transition-duration: 0.3s; 
  transform: scale(1.05);
}
/*=================================*/
/*  L O G O    E F F E C T  */
/*=================================*/

.site-branding {
    display: inline-block;
}

.site-branding .custom-logo {
    display: block;

    animation: logo-flow 60s ease-in-out infinite;

    transition: transform 1s ease, filter 1s ease, opacity 1s ease;
}

.site-branding:hover .custom-logo {
    transform: scale(1.1);

    filter: grayscale(100%) brightness(1.1) contrast(1.25) blur(0.2px);

    opacity: 0.92;

    animation-play-state: paused;
}

@keyframes logo-flow {
    0%, 100% { filter: hue-rotate(320deg) saturate(1.9) brightness(1.02); }
    25%      { filter: hue-rotate(210deg) saturate(2.1) brightness(1.05); }
    50%      { filter: hue-rotate(300deg) saturate(1.8) brightness(0.99); }
    75%      { filter: hue-rotate(200deg) saturate(2.2) brightness(1.04); }
}
/*=================================*/


/******* Kunden Tags mit Absatz ********/
.widget_tag_cloud .tagcloud a, .entry-tags .meta-tags a {
white-space: nowrap;
padding-inline-end: 10em;
	
}
/******* GRID BOX WERBUNG AUSBLENDEN ********/

#infinite-footer .container {
    display: none !important;
}



/******* BUTTON STYLE ********/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0.4em 0.8em;
    border: none;
    background-color: yellow;
}