@charset "utf-8";
/* CSS Document */
.pit-feed-container {
	/* display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 16px; */
	padding-bottom: 35px;
	box-sizing: content-box;
}
/*.hashtag {
      background: linear-gradient(90deg, #ff0000, #ff7300, #fffb00, #48ff00, #00fffb, #002bff, #7300ff, #ff00fb, #ff002b);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }*/
#instagram-feed .pit-caption {
	color: #646567;
	hyphens: auto;
}
.hashtag, #instagram-feed .hashtag, #instagram-feed a .hashtag {
	color: #c1c4cd;
	display: inline-block;
}
.pit-meta, #instagram-feed .pit-meta {
	text-align: right;
	margin-right: 8px;
	font-size: 14px;
}
.hashtag:hover, #instagram-feed .hashtag:hover, #instagram-feed a .hashtag:hover {
	color: #646567;
}
.pit-feed-item-link {
	text-decoration: none;
	color: inherit;
}
.pit-feed-item {
	width: 33.3333%;
}
/*@media screen and (max-width: 990px) {
	.pit-feed-item {
		width: 30%;
	}
}*/
@media screen and (max-width: 768px) {
	.pit-feed-item {
		width: 50%;
	}
}
@media screen and (max-width: 425px) {
	.pit-feed-item {
		width: 100%;
	}
}
.pit-insta-video {
	width: 100%;
	height: auto;
	display: block;
}
.pit-feed-item-inner {
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}
#instagram-feed .pit-feed-item-outer {
	padding: 5px;
	padding-right: 5px !important;
	padding-left: 5px !important;
}
#instagram-feed .pit-feed-item, #instagram-feed .swiper-wrapper, #instagram-feed .swiper-slide, #instagram-feed .pit-insta-carousel, #instagram-feed .pit-feed-item-inner {
	padding: 0;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.pit-insta-image {
	width: 100%;
	height: auto;
	display: block;
}
#instagram-feed .pit-caption {
	padding: 8px;
	padding-right: 8px !important;
	padding-left: 8px !important;
	font-size: 14px;
	line-height: 1.5;
}
.pit-caption:hover {
	text-decoration: none;
}
/* ----------------------------------------------------------------
	Slider Element
-----------------------------------------------------------------*/
.pit-insta-carousel {
	position: relative;
}
#start, #slider, #cardslider {
	position: relative;
	float: none;
	width: 100%;
	margin: 0 auto;
}
.swiper-slide figure {
	margin-bottom: 0px;
}
.pit-insta-carousel > .swiper-container {
	overflow: hidden;
	padding: 15px 15px 45px 15px;
}
.pit-insta-carousel .swiper-slide {
	padding-left: 0px;
	padding-right: 0px;
}
.pit-insta-carousel > .swiper-buttons {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	border: 0px;
}
.swiper-button-prev-custom, .swiper-button-next-custom {
	position: absolute;
	top: 50%;
	width: calc(44px / 44 * 27);
	height: 44px;
	margin-top: calc(-1 * 44px / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-primary);
}
.swiper-button-prev-custom:after, .swiper-button-next-custom:after {
	font-family: swiper-icons;
	font-size: 44px;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}
.swiper-button-prev-custom {
	/*left: -25px;*/
	left: 0px;
	right: auto;
}
.swiper-button-prev-custom:after {
	content: 'prev';
}
.swiper-button-next-custom {
	/*right: -25px;*/
	right: 0px;
	left: auto;
}
.swiper-button-next-custom:after {
	content: 'next';
}
@media (min-width: 768px) {
	.swiper-button-prev-custom {
		/*left: -25px;*/
		left: 0px;
		right: auto;
	}
	.swiper-button-next-custom {
		/*right: -25px;*/
		right: 0px;
		left: auto;
	}
}
.animate .swiper-slide-active h2, .animate .swiper-slide-active p {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
/*------------Quellenangabe-------------*/
.instawall-source {
	opacity: .2;
	text-align: right;
	width: 100%;
	position: absolute;
	bottom: 0;
	transform: scale(0.75);
	transform-origin: center right;
}
.instawall-source:hover {
	opacity: .33;
}
.instawall-source *, .instawall-source a, .instawall-source strong {
	margin: 0;
	color: #fff;
}
.instawall-source *:hover, .instawall-source a:hover {
	text-decoration: none;
	color: #fff;
}

.instawall-source p {
    line-height: 1.2;
    padding-top: 15px;
    margin-top: -20px;
}

/*------------Icons Post-Type-------------*/

a:has(.pit-insta-image-video) {position: relative;}

a:has(.pit-insta-image-video):before {
	content: "▶";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    background: rgba(255, 255, 255, .85);
    padding: 20px;
    display: flex;
    height: 40px;
    width: 40px;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 100%;
    pointer-events: none;
    z-index: 1;}

a.pit-feed-item-link video.pit-insta-video {z-index: 2; position: relative;}


/*------------NUR Pfettscher-------------*/
@media screen and (max-width: 768px) {
	.pit-feed-item {
		padding-left: 10px;
		padding-right: 10px;
	}
}