/* Link Style */
.link-custom a {
    color: #ffffff;
    text-decoration: none;
		border-bottom: .125em solid #ffffff;
		box-shadow: inset 0 -0.125em 0 #ffffff;
		transition: box-shadow 270ms cubic-bezier(0.77, 0, 0.175, 1), color 270ms cubic-bezier(0.77, 0, 0.175, 1);
	    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.link-custom a:hover {
    box-shadow: inset 0 -1.225em 0 #ffffff;
    color: #000;
}

.link-custom a:focus {
    background: #fff;
    outline: none;
    color: #fff;
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.2);
}

.link-custom-black a {
    color: #000;
    text-decoration: none;
		border-bottom: .125em solid #000;
		box-shadow: inset 0 -0.125em 0 #000;
		transition: box-shadow 270ms cubic-bezier(0.77, 0, 0.175, 1), color 270ms cubic-bezier(0.77, 0, 0.175, 1);
	    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.link-custom-black a:hover {
    box-shadow: inset 0 -1.225em 0 #000;
    color: #fff;
}

.link-custom-black a:focus {
    background: #000;
    outline: none;
    color: #fff;
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.2);
}

.filterlinks {
    color: #000;
	margin-right: 10px;
	margin-bottom: 10px;
    text-decoration: none;
		border-bottom: .125em solid #000;
		box-shadow: inset 0 -0.125em 0 #000;
		transition: box-shadow 270ms cubic-bezier(0.77, 0, 0.175, 1), color 270ms cubic-bezier(0.77, 0, 0.175, 1);
}

.filterlinks:hover {
    box-shadow: inset 0 -1.225em 0 #000;
    color: #fff;
}

.filterlinks:focus {
    background: #000;
    outline: none;
    background: #000;
    color: #fff;
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.2);
}

/*Heading style*/

h1, h2, h3 {
	letter-spacing: 2px;
}

/*List style*/

.ct-section-inner-wrap ul {
    list-style-type: square !important;
    list-style-position: inside !important;
}


.wpgb-lightbox-figure figcaption::after {
	background-image:url(https://kunstagenten.klubarbeit.net/wp-content/uploads/2022/06/lightbox-logo.jpg);
	background-size: 100px 100px;
	width: 100px;
    height: 100px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content:'';
}

.wpgb-lightbox-figure figcaption {
		position: relative;
}

.wpgb-lightbox-caption {
	background: #ffffff!important;
	text-align: right!important;
}

.wpgb-lightbox-desc {
	text-align: right!important;
	color: var(--primary)!important;
	font-size: var(--text-m)!important;
}

.wpgb-lightbox-title {
	font-size: var(--text-l)!important;
	color: var(--shade)!important;
	text-align: right!important;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
}

.wp-grid-builder .wpgb-card-1 .wpgb-block-1 {
    stroke-width: 0!important;
    font-size: 1em;
    line-height: 1em;
    font-weight: 700;
    width: 100%;
    height: 100%;
    padding: 0!important;
    background: rgba(30,30,30,0)!important;
    color: #fff;
    border-radius: 0!important;
    display: inline-block;
    margin: 0!important;
}

.wpgb-card-media-content-top {
	height: 100%;
}

.wpgb-lightbox-holder figure img, .wpgb-lightbox-holder figure video, .wpgb-lightbox-holder figure iframe {
    border-radius: 0!important;
}

.text-link:hover .icon-link {
	color: #bfbfbf;
	margin-left: 10px;
}


/*Gallery Masonry only css*/
.container-gallery {
  columns: 4 120px;
  column-gap: 0.6rem;
  width: 100%;
  margin: 0 auto;
}
.container-gallery .gallery-item {
  margin: 0 1.5rem 1.3rem 0;
  display: inline-block;
  width: 100%;
  transition: all 0.25s ease-in-out;
}

.container-gallery .gallery-item {
    margin: 0;
}
.fancybox-close {
    position: fixed !important;
    right: 20px; /* Passe den Wert an, um die gewünschte rechte Position einzustellen */
    top: 20px; /* Passe den Wert an, um die gewünschte obere Position einzustellen */
}

 