/****** PICTURE CAROUSEL INFOS AUSBLENDEN ******/
div.jp-carousel-info-columns {display:none;}

/****** LIKE BUTTON AUSBLENDEN ******/
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy
{display:none;}

/******* Hide the category title | 24651879-hc (LS) ********/
.archive-title span {
    font-size: 34px;}
.archive-title {font-size: 0px;}



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

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

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

h2 {font-size: 1.4em !important;}


/******* Abstand HL Copy Blog ********/
div.entry-meta {display: none;}

/******* 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;}

/******* Fotocarusel keine Bildunterschrift ********/.jp-carousel-photo-title-container
{display:none!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.1);
	transform: rotate(-0.010turn)
}


.site-branding .custom-logo:hover {
transform: scale (1.1);
  -webkit-transform: scale(1.04);
	transition-duration: 2s; 
	filter: hue-rotate(280deg);

}






/*=================================*/










/******* Slider Weiss ********/
.slideshow-window {
    background-color: white;
    border: 20px solid white;
    border-radius: 10px;
    height: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 30px!important;
    padding-bottom: 56.25%!important;
    position: relative;
    z-index: 1;}
	
	
div.slideshow-slide
{
    background-color: white;}

/******* 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;
	background: yellow;
    border: solid rgba(0,0,0,.0);
    border-width: 0px 0 0;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    padding: 1px 20px;
    width: 780px;
}
/******* BUTTON FARBE ********/

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

	
/******* Test  ********/
	
body {
  display:none;
}