/* Custom CSS */
.particles_container {
	position: absolute;
	top: 0;
	left: 0;
}

.text-box span {
	background-color: #2d2d2d;
	padding: 0 1rem 0;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	color: var(--primary-gold);
	/* color: #ffffff; */
	line-height: 1.4;
}


.pricing-wrap.white-transparent {
  background-color: rgba(255,255,255,0.6);
}

/* Font Awesome 7 implementation */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.gold {	
	color: var(--primary-gold);
}


.rounded-circle {
	border-radius: 50% !important;
}

.p-relative {
  position: relative !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/*
.work-full-detail.wide p strong {
  width: 200px;
}

.work-full-detail dl {
	width: 100%;
}

.work-full-detail dt { 
    padding: 4px 0;
    margin: 0;
    border-top: 1px solid rgba(0,0,0, .05);
	font-weight: strong;
	display: inline-block;
	width: 110px;
}

.work-full-detail dd { 
    padding: 4px 0;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0, .05);
	display: inline-block;
}
*/

.work-full-detail dl {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;

}

/* dt und dd Styling */
.work-full-detail dt,
.work-full-detail dd {
  padding: 0.5rem 0;
  margin: 0;
  display: flex;
}

.work-full-detail dt {
  font-weight: 600;
  width: 100px;
  float: left;
  padding-right: 0.5em;
}

.work-full-detail.wide dt {
  width: 200px;
}

@media (max-width: 768px) {
	.work-full-detail.wide dt  {
	  float: none;
	  padding-bottom: 0;
	}
}

.accordion dd p:last-child {
	margin-bottom: 0;
}

.listbox {
	
}



/* Linie oben am dt (Start eines Paares) */
.work-full-detail .listbox::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
}

/* Linie unten am dd (Ende eines Paares) */
.work-full-detail .listbox:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
}

/* korrektur doppelte linie */
.work-full-detail .listbox:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: none;
}








.post-prev-img.portrait {
	max-width: 75%;
}

.work-item .work-link {
	position: absolute;
	right: 0;
	z-index: 200;
	opacity: 0;
	transition: opacity 0.35s ease-in-out;
	-webkit-transition: opacity 0.35s ease-in-out;
	-moz-transition: opacity 0.35s ease-in-out;
	-ms-transition: opacity 0.35s ease-in-out;
	-o-transition: opacity 0.35s ease-in-out;
	pointer-events: none; /* verhindert Hover-Lücken */
}

.work-item:hover .work-link {
	opacity: 1;
	pointer-events: auto; /* jetzt klickbar */
}

.work-item .work-link a {
	border-width: 1px!important;
	padding: 10px 10px 10px 14px!important;
}

.work-img .thumbnail {
	margin: 0;
}
figure {
	margin: 0;
}

figure figcaption {
	margin: 0;
}
figure figcaption.homecaption1 {
	color: #608a9d;
	font-size: var(--size11);
	position: absolute;
	bottom: 220px;
	left: 80px;
}