/* plugin custom */
.yoslid {
	cursor: pointer;
}

/* slider */

.yogaslider,
.yogacaption {
	min-height: 425px;
}
.yogaslider {
	margin-bottom: 10px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* .yogaslider .slide {
	background: rgba(221, 221, 221, 0.1);
} */

.yogaslider img {
	min-height: 425px;
	object-fit: cover;
}

.spirit,
.artikelteaser_parent {
	cursor: pointer;
}

.theme-default .nivo-controlNav {
	text-align: center;
	margin-top: -60px !important;
	z-index: 100 !important;
	position: relative;
}

.yogaslider .nivo-caption {
	background: none !important;
	top: 10%;
	bottom: 10%;
	color: #FFF !important;
	text-align: center;
	opacity: 1;
}
.yogaslider .nivo-caption div.title {
	font-family: sangbleusans-lightitalic;
	font-size: 64px;
	line-height: 79px;
	margin-bottom: 3px;
  	font-weight: normal;
	top: 10%;
	position: relative;
}
.yogaslider .nivo-caption div.desc {
	top:10%;
	position: relative;
	
	font-size: 19px;
	line-height: 22px;
	margin-bottom: 14px;
}

.yogaslider .nivo-caption div.alt {
	/* font-size: 1.1rem;
	top:30%;
	position: relative; */
	display: none;
}
.yogaslider .nivo-caption div.link {
	top: 52%;
	position: relative;
	width: fit-content;
	margin: 0px auto;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	padding: 13px 30px;
	transition-duration: 500ms;

}
.yogaslider .nivo-caption div.link:hover {
	background: rgba(255, 255, 255, 0.1);
}
.yogaslider .nivo-caption div.link a{
	/* border: 1px solid #FFF;
	border-radius: 50px;
	padding: 15px 30px; */
	font-size: 0.8rem;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: none;
}
@media (max-width: 991.98px) {
	.yogaslider .nivo-caption div.title {
		top:10%;
		position: relative;
		font-size: 34px;
		line-height: 2.7rem;
		padding: 10px;
	}
	.yogaslider .nivo-caption div.desc {
		font-size: 1.1rem;
		top: 15%;
		min-height: 3rem;
		line-height: 29px;
		/* line-height: 2.3rem; */
	}
	.yogaslider .nivo-caption div.alt {
		/* font-size: 1.1rem;
		top:20%;
		position: relative; */
		display: none;
	}
	.yogaslider .nivo-caption div.link {
		top: 25%;
		position: relative;
	}
}