/*
Theme Name: digitalagenten LB Theme
Theme URI: https://digitalagenten.com/
Template: hello-elementor
Author: digitalagenten Team
Author URI: https://digitalagenten.com/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1721290228
Updated: 2024-07-18 10:10:28

*/

/*DO NOT CHANGE ANY OF THE FOLLOWING LINES. WARNING: DESIGN BREAK POSSIBLE*/


/*Hover effect to swap*/

/* Container with relative positioning */
.hover-effect {
  position: relative;
}

/* Image 1 setup */
.hover-effect .image1 {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
	  transition: clip-path 0.5s ease; /* Smooth transition */
	  z-index: 2;
}

/* Image 2 setup */
.hover-effect .image2 {
	 width: 100%;
	 height: 100%;
}

/* Hover effect to swap the clipping areas */
.hover-effect:hover .image1 {
  	clip-path: polygon(0 0, 80% 0, 80% 100%, 0 100%);
}
/*End Hover effect to swap*/


/*Slider Navigation Position*/

/* Position the navigation dots in the top left corner */
.ContentModulSlider .elementor-swiper .swiper-pagination {
	position: absolute;
	top: 10px;
	left: -45% !important;
	z-index: 10;
}

#buttonSlider .ContentModulSlider .elementor-swiper .swiper-pagination {
	position: absolute;
	top: 10px;
	left: 0% !important;
	z-index: 10;
}

@media (min-width: 768px) and (max-width: 1024px) {
.ContentModulSlider	.elementor-swiper .swiper-pagination {
		position: absolute;
		top: 10px;
		left: -42% !important;
		z-index: 10;
	}
#buttonSlider .ContentModulSlider .elementor-swiper .swiper-pagination {
		position: absolute;
		top: 10px;
		left: 0% !important;
		z-index: 10;
	}
}

@media (max-width: 768px) {
.ContentModulSlider	.elementor-swiper .swiper-pagination {
		position: absolute;
		top: 10px;
		left: -32% !important;
		z-index: 10;
	}
}


/* Hide the default icons completely */
.ContentModulSlider .elementor-swiper-button.elementor-swiper-button-prev, 
.ContentModulSlider .elementor-swiper-button.elementor-swiper-button-prev:after {
  	display: none !important;
  	visibility: hidden !important;
  	opacity: 0 !important;
}

/* Ensure the next arrow is visible and positioned correctly */
.ContentModulSlider .elementor-swiper-button.elementor-swiper-button-next {
	position: absolute !important;
	top: 25px !important;
  	display: block !important;
}

@media (max-width: 768px) {
.ContentModulSliderArticles	.elementor-swiper-button.elementor-swiper-button-next {
	position: absolute !important;
	top: 0px !important;
  	display: block !important;
	}
	
.ContentModulSliderArticles .elementor-swiper-button.elementor-swiper-button-prev, 
.ContentModulSliderArticles .elementor-swiper-button.elementor-swiper-button-prev:after {
  	display: none !important;
  	visibility: hidden !important;
  	opacity: 0 !important;
}	
}

/* 04 Homepage Content Module Slider Barrierefrei */
@media (min-width: 1025px) {
	.info-container {
	height:800px !important;
	}
}

.ContentModulSlider1 img {
    object-fit: cover !important;
    height: 800px !important;
}

/* Tablet (≤ 1024px) */
@media (max-width: 1024px) {
  .ContentModulSlider1 img{ 
	 height: 600px !important; 
   }
}

/* Mobile (≤ 767px) */
@media (max-width: 767px) {
  .ContentModulSlider1 img { 
      height: 300px !important; 
    }
  .ContentModulSlider1 .swiper-pagination-bullets {
     display:none;
   }
}

.ContentModulSlider1 .swiper-pagination-bullets {
    position: absolute !important;
    left: 20px !important;
    top:10px !important;
    height:fit-content !important;
    text-align: left;
}

.ContentModulSlider1 .elementor-swiper-button-prev {
    display:none !important;
}

.ContentModulSlider1 .elementor-swiper-button-next {
    position:absolute !important;
    right:15px !important;
    top:25px !important;
    height:fit-content !important;
    z-index:99 !important;
}

/* END 04 Homepage Content Module Slider Barrierefrei */

/*.loop-related-posts .e-loop-item {
    position: relative;
    padding-right: 24px; 
    margin-right: 10px; 
}

.loop-related-posts .e-loop-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px; 
    width: 1px;
    background-color: #000;
}*/

/* End Slider Navigation Position*/


/* 44 Blogrelated Posts CSS */

.blog-loop-element-title-44 a, .blog-loop-element-title-44 a:hover {
    text-decoration:none !important;
}


.image-vorschau-44 img {
    height:300px !important;
    object-fit:cover !important;
}

/* End 44 Blogrelated Posts CSS */

/*CSS für Startseiten-slider*/

.start-slider .elementor-widget-progress .elementor-progress-bar {
  width: 0;
  height: 100%;
  transition: width 5s linear; 
}

.start-slider .elementor-widget-testimonial-carousel .swiper-slide {
  cursor: default; 
}

@media (max-width: 767px) {
.start-slider .slide-container {
    max-height: 100vh; 
	}
}
/*End Startseiten-slider*/


/*Tablepress Custom CSS*/

.tablepress thead tr th {
	background-color: #F8F7F5;
}

/* End Tablepress Custom CSS*/


/*Product-Listening Modul 23*/

.product-listening-23 .elementor-post .elementor-post__thumbnail {
    margin-bottom:20px;
}

.product-listening-23 .elementor-post {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Ensure the container takes full height */
    position: relative; /* Ensure relative positioning for children */
}

/*End Modul 23*/

/*News Widget Modul 35*/

/* Target all posts (loop items) in the loop grid */
.loop-grid-35 .e-loop-item {
    border-bottom: 1px solid #000; /* Apply your desired border style */
   
}

/* Remove the border from the last post in the loop grid */
@media (min-width: 1024px) {
    /* Remove the border from the last post on desktop */
    .loop-grid-35 .e-loop-item:last-child {
        border-bottom: none;
        padding-bottom: 0; /* Reset padding if needed */
    }
}

/*End Modul 35*/

/*Reqruiting Slider Modul 11*/

.reqruiting-slider-11 .elementor-widget-container  {
   display:flex;
   flex-direction:column;
   align-items:flex-end; 
}

/*move pagination to the top*/
.loop-grid-11 .elementor-pagination {
   	order:-1;
    float: right;
    display: flex;
    flex-direction: row;
}

.loop-carousel-11 .swiper-pagination {
   position:absolute !important;
   left:80px !important;
    top:-15px !important;
}

.reqruiting-slider-11 .elementor-widget-theme-post-featured-image img {
    width:100%;
    height:60vh;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 767px) {
    .loop-carousel-11 .e-child {
   min-height:300px;
}

}
@media only screen and (min-width: 768px) {
    .loop-carousel-11 .e-child {
   min-height:350px;
}

}

/*End Modul 11*/

/*References Listening Modul 19*/


.referenzen-19 .elementor-post__read-more  {
    float: right; 
    transition: transform 0.3s ease; 
}

.referenzen-19 .elementor-post__read-more:hover{
    transform: rotate(45deg); 
}

.referenzen-info .elementor-widget-container .elementor-inline-items {
    flex-direction:column !important;
    width:fit-content !important;
}

.referenzen-info .elementor-widget-container .elementor-inline-items .elementor-icon-list-item {
    padding-bottom: 20px !important;
    color:red !important;
}

.referenzen-vorschau .referenzen-titel a, .referenzen-vorschau .referenzen-titel a:hover {
    text-decoration:none;
}
.referenzen-vorschau .referenzen-plus {
    margin-top: auto;
}

.referenzen-vorschau .referenzen-plus a {
    text-decoration:none;
}
.referenzen-vorschau .referenzen-plus a:hover {
    text-decoration:none;
}

.referenzen-vorschau img {
    height: 300px !important;
}

.referenzen-img {
    object-fit:cover !important;
}

.referenzen-vorschau .referenzen-plus  {
    transition: transform 0.3s ease; /* Smooth rotation effect */
}

.referenzen-vorschau .referenzen-plus:hover{
    transform: rotate(45deg); 
}

.referenzen-loop .e-loop__load-more a {
    display: block;
    width: 100%;
}

.referenzen-filter:first-child .e-filter-item {
    border:1px solid #000;
} 

/*End Modul 19*/

/*Presse Listening Modul 49*/

.presse-content .link a:hover {
    color:#ff7321 !important;
}

.presse-posts-49 .elementor-post__read-more  {
    float: right; 
    transition: transform 0.3s ease; /* Smooth rotation effect */
}

.presse-posts-49 .elementor-post__read-more:hover{
    transform: rotate(45deg); 
}

/*.presse-posts-49 .elementor-post:first-child .elementor-post__card {
    background-color: #BBCACE !important;
    border:#BBCACE solid 20px !important;
}*/

.presse-posts-49 .elementor-post .elementor-post__card:hover {
    background-color: #BBCACE !important;
    border:#BBCACE solid 20px !important;
}

@media (max-width: 767px) {

.presse-posts-49 .elementor-post__thumbnail {
    height: 300px;
    object-fit: cover;
    object-position: center; /* Optional: Adjusts the focal point */
	
}
	
.presse-posts-49 .elementor-post:nth-child(n+4) {
        display: none !important;
}
}

.presse-info .elementor-widget-container .elementor-inline-items {
    flex-direction:column !important;
    width:fit-content !important;
}

.presse-info .elementor-widget-container .elementor-inline-items .elementor-icon-list-item {
    padding-bottom: 20px !important;
    color:red !important;
}

.presse-vorschau .presse-titel a, .presse-vorschau .presse-titel a:hover {
    text-decoration:none;
}
.presse-vorschau .presse-plus {
    margin: auto 0;
    bottom:10px;
}

.presse-vorschau .presse-plus a {
    text-decoration:none;
}
.presse-vorschau .presse-plus a:hover {
    text-decoration:none;
}

.presse-vorschau img {
    height: 380px !important;
}

.presse-img {
    object-fit:cover !important;
    object-position: center !important; /* Optional: Adjusts the focal point */
}

.presse-vorschau .presse-plus  {
    transition: transform 0.3s ease; /* Smooth rotation effect */
}

.presse-vorschau .presse-plus:hover{
    transform: rotate(45deg); 
}

.presse-loop .e-loop__load-more a {
    display: block;
    width: 100%;
}

.presse-vorschau:hover {
    background-color: #BBCACE !important;
    /*border:#BBCACE solid 20px !important;*/
}

@media (max-width: 767px) {
.presse-vorschau img {
    height: 280px !important;
}
.presse-img {
    object-fit: cover !important;
    object-position: center !important; /* Optional: Adjusts the focal point */
	
}

.presse-vorschau .presse-plus {
    margin: 0 0;
    bottom:20px;
}
.presse-vorschau {
    height:fit-content !important;
    margin:0 0;
}


.presse-loop .elementor-loop-container {
    grid-auto-rows: min-content !important;
}	
/*.presse-loop .e-loop-item:nth-child(n+5) {
        display: none !important;
}

.presse-loop .e-loop__load-more {
    display:none;
}*/
}

/*End Modul 49*/

/*Blog Listening Modul 18*/

.posts-container18 .elementor-post__text {
  display: flex !important;
  flex-direction: column !important;
}

.posts-container18 .elementor-post__read-more {
    order: 3;
}

.posts-container18 .elementor-post__title {
  order: 2; 
}

.posts-container18 .elementor-post__meta-data {
  order: 1; 
  padding-top:20px;
}

@media (max-width: 767px) {
    .loop-18 .container-44 {
    padding:0;
    }

}

.loop-18 .container-44 .elementor-post-info__item--type-custom {
    display:none !important;
}

.loop-18 img {
    height:100% !important;
}


/*End Modul 18*/

/*Content Modul Text 3 Row N Modul 46*/

.custom-ol-46 ol {
    padding-left:0px;
    list-style: none !important;
}

/*End Modul 46*/

/*Calendar Widget Modul 31*/

.posts-widget-31 .e-loop-item {
    border-left: 1px solid;
    padding:5px 0; 
}
.posts-widget-31 .e-loop-item > div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.posts-widget-31 .e-loop-item h2 {
    max-width: 100%;
    width: 100%;
    word-wrap: break-word; /* Allows the title to break long words if needed */
    white-space: normal; /* Ensures the text wraps normally */
    overflow-wrap: break-word; /* Alternative to word-wrap for modern browsers */
    hyphens: auto;
}
.posts-widget-31 .e-loop-item .elementor-widget-button {
    margin-top: auto; /* Pushes the button down */
}



@media (max-width: 767px) {
.posts-widget-31 {
    position: relative; /* Ensure the overall container is positioned relative */
}

.posts-widget-31 .elementor-loop-container {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

.posts-widget-31 .e-loop-item {
    flex: 0 0 auto;
    margin-right: 10px; /* Adjust spacing between posts */
    position: relative; /* Ensure the post container is positioned relative */
    width:76vw;
    
}

/* Navigation arrow */
.posts-widget-31 .custom-swiper-button-next {
    position: absolute;
    top: -30px; /* Adjust position to be on top of the posts */
    right: 20px; /* Adjust position */
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    z-index: 999;
    background-image: url('/wp-content/uploads/2024/07/arrow-next.svg'); /* Add your SVG URL here */
    background-size: contain;
    background-repeat: no-repeat;
}

/* Navigation dots */
.posts-widget-31 .swiper-pagination {
    position: absolute;
    top: -35px; /* Adjust position to be on top of the posts */
    left: -5px;
    width: 100%;
    text-align: left;
    z-index: 999;
}

.posts-widget-31 .swiper-pagination-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    background: grey;
    border-radius: 50%;
}

.posts-widget-31 .e-loop-item .swiper-pagination-bullet-active {
    background: #000;
}
}

/*end Modul 31*/

/*Product Widget Modul 24*/

@media (max-width: 767px) {
.product-widgets-24 {
    position: relative; /* Ensure the overall container is positioned relative */
}

.product-widgets-24 .elementor-posts-container {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

.product-widgets-24 .elementor-post {
    flex: 0 0 auto;
    width:88vw;
    overflow-wrap:break-word;
    hyphens:auto;
}

/* Navigation arrow */
.product-widgets-24 .custom-swiper-button-next {
    position: absolute;
    top: -30px; /* Adjust position to be on top of the posts */
    right: 20px; /* Adjust position */
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    z-index: 999;
    background-image: url('https://leipfinger-bader.de/wp-content/uploads/2024/07/arrow-next.svg'); /* Add your SVG URL here */
    background-size: contain;
    background-repeat: no-repeat;
}

/* Navigation dots */
.product-widgets-24 .swiper-pagination {
    position: absolute;
    top: -35px; /* Adjust position to be on top of the posts */
    left: -5px;
    width: 100%;
    text-align: left;
    z-index: 999;
}

.product-widgets-24 .swiper-pagination-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    background: grey;
    border-radius: 50%;
}

.product-widgets-24 .swiper-pagination-bullet-active {
    background: #000;
}
}


.product-widgets-24 .elementor-post {
    height: 100%; /* Ensure the container takes full height */
    overflow-wrap:break-word;
    hyphens:auto;
}

/*End Modul 24*/

/*Modul 24-b*/

.product-loop-24-b img {
    height:300px !important;
    width:100%;
    object-fit:cover;
}

.product-loop-24-b a {
    text-decoration:none !important;
}
.product-loop-24-b a:hover {
    text-decoration:none !important;
}
.product-loop-24-b .plus-icon {
    margin-top:auto !important;
}




@media (max-width: 767px) {
.loop-24-b {
    position: relative; /* Ensure the overall container is positioned relative */
}

.loop-24-b .elementor-loop-container {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

.loop-24-b .e-loop-item {
    flex: 0 0 auto;
    width:100% !important;
    overflow-wrap:break-word;
    hyphens:auto;
}
	
/**/
.product-loop-24-b-2 img {
    height:300px !important;
    width:100%;
    object-fit:fill;
}

.product-loop-24-b-2 a {
    text-decoration:none !important;
}
.product-loop-24-b-2 a:hover {
    text-decoration:none !important;
}
.product-loop-24-b-2 .plus-icon {
    margin-top:auto !important;
}




@media (max-width: 767px) {
.loop-24-b-2 {
    position: relative; /* Ensure the overall container is positioned relative */
}

.loop-24-b-2 .elementor-loop-container {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

.loop-24-b-2 .e-loop-item {
    flex: 0 0 auto;
    width:100% !important;
    overflow-wrap:break-word;
    hyphens:auto;
}


/* Navigation arrow */
.loop-24-b .custom-swiper-button-next {
    position: absolute;
    top: -5px; /* Adjust position to be on top of the posts */
    right: 20px; /* Adjust position */
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    z-index: 1;
    background-image: url('https://leipfinger-bader.de/wp-content/uploads/2024/07/arrow-next.svg'); /* Add your SVG URL here */
    background-size: contain;
    background-repeat: no-repeat;
}

/* Navigation dots */
.loop-24-b .swiper-pagination {
    position: absolute;
    top: -15px; /* Adjust position to be on top of the posts */
    left: -5px;
    width: 100%;
    text-align: left;
    z-index: 999;
}

.loop-24-b .swiper-pagination-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    background: grey;
    border-radius: 50%;
}

.loop-24-b .swiper-pagination-bullet-active {
    background: #000;
}
}

/*End Modul 24-b*/

/*Content Modul 4 Row Modul 43*/

.product-news-container43 a:hover {
    text-decoration:none !important;
} 

.product-news-container43 .elementor-widget-text-editor a:hover {
	color:#FF7321 !important;
} 

@media (max-width: 767px) {
.scroll-container43 {
   flex-wrap: nowrap;
  /*flex-direction: row !important;*/
  overflow-x: auto !important;
  overflow-y: hidden;
  width: 100%;
  min-width: 100%;
  position: relative;
}

.product-news-container43 {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 100%;
}

  /* Navigation arrow */
.custom-swiper-button-next {
    position: absolute;
    top: -5px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    z-index: 9999;
    background-image: url('https://lb.digitalagenten.com/wp-content/uploads/2024/07/arrow-next.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

  /* Navigation dots */
.swiper-pagination {
    position: absolute !important;
    top: -15px;
    left: 15px;
    width: 100%;
    text-align: left !important;
    z-index: 9999;
}

.swiper-pagination-bullet {
    display: inline-block !important;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    background: grey;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background: black;
}
}

/*End Modul 43*/

/*Content Module Teaser Preview Module 10*/

@media (max-width: 767px) {
.outer-container10 {
   overflow: visible; /* Allow overflow to be visible */
}

/* Ensure that the direct parent of .product-news-container is flex */
.scroll-container10 {
   flex-wrap: nowrap;
  flex-direction: row !important;
  overflow-x: auto !important;
  overflow-y: hidden;
    width: 100%;
  min-width: 100%;
  position: relative;
}

.product-news-container10 {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 100% !important;
}

  /* Navigation arrow */
.custom-swiper-button-next {
  position: absolute;
   top: 0px;
   right: 20px;
   width: 30px;
   height: 30px;
   background: none;
   border: none;
   z-index: 9999;
   background-image: url('/wp-content/uploads/2024/07/arrow-next.svg');
   background-size: contain;
   background-repeat: no-repeat;
}

/* Navigation dots */
.swiper-pagination {
    position: absolute;
    top: -10px;
    left: 20px;
    width: 100%;
    text-align: left;
    z-index: 9999;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    background: grey;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background: black;
}
}

/*End Module 10*/

/*Content Module 5 Cols Overview Module 14*/

.beitraege-14 .elementor-post h3 {
  	padding-left: 20px;
  	padding-top:20px;
}

@media (max-width: 767px) {
.beitraege-14 {
    position: relative; /* Ensure the overall container is positioned relative */
}

.beitraege-14 .elementor-posts-container {
    display: flex;
    flex-direction: row;
    overflow-x: auto !important;
}

.beitraege-14 .elementor-post {
    flex: 0 0 auto !important;
    margin-right: 10px; /* Adjust spacing between posts */
    position: relative; /* Ensure the post container is positioned relative */
	width: 90vw !important; 
}

/* Navigation arrow */
.beitraege-14 .custom-swiper-button-next {
    position: absolute;
    top: -30px; /* Adjust position to be on top of the posts */
    right: 20px; /* Adjust position */
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    z-index: 999;
    background-image: url('https://lb.digitalagenten.com/wp-content/uploads/2024/07/arrow-next.svg'); /* Add your SVG URL here */
    background-size: contain;
    background-repeat: no-repeat;
}

/* Navigation dots */
.beitraege-14 .swiper-pagination {
    position: absolute;
    top: -35px; /* Adjust position to be on top of the posts */
    left: 20px;
    width: 100%;
    text-align: left;
    z-index: 999;
}

.beitraege-14 .swiper-pagination-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    background: grey;
    border-radius: 50%;
}

.beitraege-14 .swiper-pagination-bullet-active {
    background: #000;
}
}

/*end Module 14*/

/*References Blogpage Module 20*/

@media (max-width: 767px) {
.references-blogpage-20 {
    position: relative; /* Ensure the overall container is positioned relative */
}

.references-blogpage-20 .elementor-posts-container {
    display: flex;
    flex-direction: row;
    overflow-x: auto !important;
}

.references-blogpage-20 .elementor-post {
    flex: 0 0 auto !important;
    width:80vw !important;
    overflow-wrap:break-word;
    hyphens:auto;
}

/* Navigation arrow */
.references-blogpage-20 .custom-swiper-button-next {
    position: absolute;
    top: -30px; /* Adjust position to be on top of the posts */
    right: 10px; /* Adjust position */
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    z-index: 999;
    background-image: url('https://lb.digitalagenten.com/wp-content/uploads/2024/07/arrow-next.svg'); /* Add your SVG URL here */
    background-size: contain;
    background-repeat: no-repeat;
}

/* Navigation dots */
.references-blogpage-20 .swiper-pagination {
    position: absolute;
    top: -35px; /* Adjust position to be on top of the posts */
    left: -5px;
    width: 100%;
    text-align: left;
    z-index: 999;
}

.references-blogpage-20 .swiper-pagination-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    background: grey;
    border-radius: 50%;
}

.references-blogpage-20 .swiper-pagination-bullet-active {
    background: #000;
}
}


.references-blogpage-20 .elementor-post {
    height:100%;
    overflow-wrap:break-word;
    hyphens:auto;
}

/*End Module 20*/


/*Footer Styles*/
@media (max-width: 1024px) {
    #footer-accordeon-last:not([open]) .e-n-accordion-item-title {
        border-bottom:solid 1px #54595F !important;
    }
}

footer nav a {
	text-decoration:none !important;
}
/*End Footer Styles*/


/* Header Styles*/

/* Pointer Cursor for Clickable Items */
.hauptnavigation .e-n-menu-title.e-click span,
.hauptnavigation .e-n-menu-title.e-click a,
nav[aria-label="Haendler und Shop"] .e-n-menu-title.e-click span,
nav[aria-label="Haendler und Shop"] .e-n-menu-title.e-click a {
    cursor: pointer;
}

nav[aria-label="Shop Navigation"] a {
    text-decoration: none;
}

	.unternavigation-container .menu-item a:not(:visited) {
		text-decoration: none !important;
    }

/* Focus Styles for Desktop */
@media (min-width: 1025px) {
	.unternavigation-container .menu-close-button a {
		text-decoration:none !important;
	}
	
    .system-link.active-system a,
    .hauptnavigation .e-n-menu-title-text:focus {
        color: #000000 !important;
        text-decoration: underline !important;
    }
    
    .unternavigation-container .menu-item {
        width: fit-content;
    }
	 .unternavigation-container .menu-item {
        text-decoration:none !important;
    }
	.elementor-kit-14 a {
		text-decoration:none !important;
	}
    
    :focus-visible:not(.skip-link) {
        outline-offset: 3px;
    }
    
    :focus-visible {
        outline-color: #FF7321;
    }
}

/* Mobile and Tablet Specific Styles */
@media (max-width: 1024px) {
    
    #navigation-header {
        background-color: #ffffff !important;
    }
    
    #navigation-header.menu-open {
        background-color: #BBCACE !important;
    }
    
    
    .hauptnavigation .e-n-menu-wrapper {
        margin-top: 35px !important;
        background-color: #BBCACE !important;
        /*padding-bottom:40px !important;*/
        min-height:100vh;
        padding: 0 20px;
    }
    
    
    .hauptnavigation ul .e-n-menu-item {
        border-top: 1px solid #54595F !important;
    }
	/**/
	.hauptnavigation ul .e-n-menu-item a {
        text-decoration:none !important;
    }
    
    .hauptnavigation ul .e-n-menu-item:last-child {
        border-bottom: 1px solid #54595F !important;
    }
    
    /*.hauptnavigation .e-n-menu-wrapper {
        padding: 0 20px;
    }*/
    
    .hauptnavigation .e-n-menu-item button {
        position: absolute !important;
        right: 20px !important;
       
    }
    .hauptnavigation .e-n-menu-toggle {
        outline:none !important;
        border:none !important;
       
    }
    .menu-akkordeon .e-n-accordion .e-n-accordion-item:first-child .e-n-accordion-item-title {
        border-top:none !important;
        
    }
    .menu-akkordeon .e-n-accordion-item-title-icon {
        position:absolute !important;
        right:20px !important;
    }
    .menu-akkordeon .e-n-accordion-item-title-icon {
        width:20px;
    }
    
    .menu-akkordeon {
        overflow-x:hidden;
        scrollbar-width: none;
    }
    
    .hauptnavigation .e-active {
    width:100% !important;
    }
    
    .hauptnavigation .e-n-menu-item {
        width: 100% !important;
    }
}

/* End Header Styles*/

/* General Styles for Buttons no underline */
.elementor-widget-button .elementor-button-link {
    text-decoration:none !important;
}
/* End General Styles for Buttons no underline*/

/* Personio posts h1 styles */

.personioposition h1.elementor-heading-title {
    font-size: 59px;
    line-height: 1.2em;
    color: var(--e-global-color-text);
}

/* End Personio posts h1 styles */

/* Content Module 9 CSS */

.system-kacheln .elementor-post .elementor-post__thumbnail {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .system-kacheln .elementor-post .elementor-post__thumbnail {
    margin-bottom: 10px;
  }
}

/* avoid inline-image baseline gap */
.system-kacheln .elementor-post__thumbnail img {
  display: block;
}

/* End Content module 9 CSS */

/*Button link no underline global */
	
/* All Elementor buttons: no underline */
.elementor-widget-button .elementor-button {
    text-decoration: none !important;
}
	
/*Button link no underline global END */
	
	
/*Termine Loop Title*/
	
.termine-loop-title .elementor-heading-title[class*=elementor-size-]>a {
    text-decoration:underline !important;
}
