/* Anpassung Mega Menu */
.amenu-item .amenu-link:hover {
    border-color: #fbba00;
  	color: #3b3b3b;
}

/* Leeres Fixed Menu Right ausblenden, um mehr Platz in der Navigation zu schaffen*/
.fixed-menu-right {
	display:none;
}

#amegamenu.fixed-menu .anav-top {
	width: unset;
}

/* Anpassung Footer */
.copyright-container {
	border-top: none;
}

/* Anpassung Breadcrumb (Ausblenden)
.breadcrumb-wrapper {
  	display: none;
}
*/
#wrapper {
 	padding-top:0;
}

/* Klasse für Hintergrundfarbe von Inhaltsblöcken */
.block-grau {
	padding: 50px 0;  
  	background-color: #F4F4F4;
}

/* Tabellarische Darstellung der Stellenanzeigen */
.eintrag-stellenanzeige {
  	-webkit-box-shadow: 10px 8px 6px -6px rgba(0,0,0,0.38); 
  	box-shadow: 10px 8px 6px -6px rgba(0,0,0,0.38);
}

#cms #content .eintrag-stellenanzeige p {
  	margin-bottom: 0;
  	padding: 10px 0px 10px 0px;
}

#cms #content .eintrag-stellenanzeige a {
  	text-decoration: none;
    color: #3b3b3b;
}

#main .page-content .eintrag-stellenanzeige h6 {
  	margin-bottom: 0;
  	padding: 10px 0px 10px 0px;
}

/* Anpassung Headline Home Slider */
.an_homeslider .an_homeslider-desc .h2 {
	margin-top: 125px;
}

.an_homeslider.an_homeslider-responsive .an_homeslider-desc p {
    display: block;
}

@media (min-width: 768px) {
  	.an_homeslider .an_homeslider-desc .h2 {
		margin-top: 250px;
  	}
}  

.an_homeslider .an_homeslider-desc .h2, .anthemeblocks-homeslider-desc .h2 {
  	background-color: rgb(255,255,255,0.75);
  	padding:10px 50px;
  	text-transform: none;
}

.an_homeslider .an_homeslider-desc p, .anthemeblocks-homeslider-desc, .anthemeblocks-homeslider-desc p {
  	font-weight: bold;
 	margin: 0;
}

/* Anpassung Höhe und Abstand Home Slider */
.an_homeslider,
.header-image {
  	margin-bottom: 50px;
}

.an_homeslider.owl-carousel.owl-drag.an_homeslider-responsive .owl-item .an_homeslider-item img, 
#content .header-image img {
    height: 300px;
    object-fit: cover;
    object-position: center center;
}

@media (min-width: 768px) {
  	.an_homeslider.owl-carousel.owl-drag.an_homeslider-responsive .owl-item .an_homeslider-item img, 
  	#content .header-image img {
   		height: 500px;
    	object-fit: cover;
    	object-position: center center;
	}
}

/* Standard Padding von Bildern entfernen */
.page-content.page-cms img {
	padding: 0;
}

/* Anpassung Empfehlungs Karussell */
.karussell-stimmen {
    margin: 0 auto;
    padding: 0 20px;
}

.karussell-stimmen .elementor-swiper-button-prev {
  	display: none;
}

.karussell-stimmen .elementor-swiper-button-next {
    display: none;
}

.karussell-stimmen .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
  	width: 100%;
  	max-width: 350px;
  	height: auto;
}

@media (min-width: 768px) {
	.karussell-stimmen {
  		max-width: 768px;
  		padding: 0;
	}
  
  	.karussell-stimmen .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
  		max-width: 400px;
  		height: 400px;
  	}
  
  	.karussell-stimmen .elementor-swiper-button-prev {
    	left: 50px;
  		display: block;
	}

	.karussell-stimmen .elementor-swiper-button-next {
  		display: block;
   		right: 50px;
	}
}

/* fixed Menü Anpassung Padding */
#amegamenu.fixed-menu .amenu-item .amenu-link {
	padding: 16px 12px !important;
}
#amegamenu.fixed-menu .amenu-item .amenu-link:hover {
	border-color: #fbba00;
}

/* Button Farbe Bewerbungsformular Pile Fabrics */
.formular-pile .elementor-button.elementor-size-sm {
  background-color: #85C9F0 !important;
}