/*
	Theme Name: Semplice Child Theme
	Description: Child Theme for Semplice
	Author: Semplicelabs
	Template: semplice6
*/

/* Custom CSS Start */

/*
	Theme Name: Semplice Child Theme
	Description: Child Theme for Semplice
	Author: Semplicelabs
	Template: semplice6
*/

/* Custom CSS Start */




html, body {
	background: #101010!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	}

.is-frontend h2 {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto!important;
	}
	
.is-frontend h1, 
.is-frontend h2, 
.is-frontend h3, 
.is-frontend h4 {
	text-transform: uppercase;
	}

/*Bright Mode*/

.dark-mode .marquee-edit,
.dark-mode .dm-svg {filter: invert(1);}


.dark-mode .transition-wrap {background: #828282!important;}

/*.dark-mode .cmplz-body {color: #0096ff!important;}*/

/*
.dark-mode nav.standard li.current-menu-item a span {color: hotpink!important}
*/

/*.dark-mode .logo svg g .st0 {fill: #c4ff53!important;}*/



.dark-mode .expanded .title-span,
.dark-mode .title-span:hover,
.dark-mode .title:hover,
.dark-mode .current_page_item a span,
.dark-mode .green-link a:hover,
.dark-mode .green,
.dark-mode .green span {color: #c4ff53!important;}
.dark-mode *:not(.title-span):not(.green span):not(.title-span):not(.cmplz-cookiebanner *):not(.green-text-link a):not(.green *):not(nav.standard li.current-menu-item a span) {color: #000!important;}


.dark-mode .ce-button .is-content a div .inner { 
   mix-blend-mode: difference!important;
  }

.dark-mode .text-right {color: #c4ff53!important;}

.dark-mode .container-nav-inner {border-color: #000!important}

/*.dark-mode * path {stroke: #000000!important; } */
.dark-mode * {fill: #000000!important; } 

/* ================================
   Column-Slider (column-slider)
   Spezifischer CSS-Code für den neuen Slider
   ================================ */
   
.swiper {
  width: 100% !important;
  position: relative !important;
  }


/* Container für den column-slider */
.column-slider {
  width: 100%;
  
}

/* Überschreibt die allgemeinen .swiper-slide-Regeln nur für den column-slider */
.column-slider .swiper-slide.column-slide {
  box-sizing: border-box;
  display: block !important;
  text-align: left !important;
  border: 1px solid #353333;
 
  overflow: hidden;
  position: relative;
  padding: 0;
  height: auto !important;
}

/* Spezifische Bild-Stile für den column-slider */
.column-slider .column-slide-image {
  display: block !important;
  width: 100% !important;
  height: 250px !important;             /* Feste Bildhöhe */
  object-fit: cover !important;
  position: relative !important;        /* Überschreibt die allgemeine absolute Positionierung */
}

/* Textbereich unter dem Bild */
.column-slider .column-slide-text {
  padding: 30px!important;                      /* Innenabstand */
  text-align: left;                     /* Text linksbündig */
  position: relative;
  z-index: 2;                           /* Sicherstellen, dass er sichtbar ist */
  
  /* Optional: Falls der Inhalt zu lang ist, kannst du ein Überlaufen verhindern */
  overflow: hidden;
}

.column-slider .column-slide-text span {
   color: #121212;
   background: #c4ff53;
   padding: 0px 8px 0px 8px;
   font-family: 'PPNeueCorp-NarrowUltrabold-3-7';
   text-transform: uppercase;
   font-size: 14px;
   line-height: 20px;
   
}

/* Überschrift im Textbereich */
.column-slider .column-slide-text h3 {
  font-size: 36px!important;
  line-height: 36px!important;
  margin: 10px 0 5px;
  color: #fff;
}

/* Absatz im Textbereich */
.column-slider .column-slide-text p {
  font-size: 17px;
  line-height: 25px;
  margin: 10px 0 10px;
  color: #828282;
}

/* Button im Textbereich */
.column-slider .column-slide-button {
  text-decoration-color: currentColor;
  text-decoration: solid underline 1px;
  text-underline-offset: 5px;
  color: #c4ff53;
  font-family: 'PPNeueCorp-NarrowUltrabold-3-7';
  text-transform: uppercase;
  }
 

.column-slider .column-slide-button:hover {
 text-decoration-color: currentColor;
 text-decoration: none;
 text-underline-offset: 5px;
 color: #c4ff53;
 }
 
.column-slider .column-slide-button.ext::after {
	content: "";
    display: inline-block;
	position: relative;
	top: -2px;
    color: #c4ff53!important;
   	padding-left: 5px;
    font-family: 'fa-sharp-regular-400-1'!important;
    font-size: 12px;
   /* transform: rotate(-45deg);*/
	}

/* Pagination (Punkte) spezifisch für den column-slider */
.column-slider .swiper-pagination {
  position: relative !important;
  margin-top: 30px !important;
  text-align: center;
}

.column-slider .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: rgba(100, 100, 100, 0.5) !important;
  opacity: 0.5 !important;
}

.column-slider .swiper-pagination-bullet-active {
  background-color: #c4ff53 !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
}

/* Navigationspfeile */
.swiper-button-next,
.swiper-button-prev {
  display: none!important;
}

/*Ende*/



/*TABELLE*/

td:first-child {color: #fff!important}

table {
	width: 100%;
    border-collapse: collapse;
    margin-top: 20px;      
    margin-bottom: 30px!important;
    }

td:first-child {font-family: 'PPNeueMontreal-Bold'!important;}


th, td {
	font-family: 'NeueMontreal-Regular';
    padding: 5px 0 5px 0!important;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    width: 25%; /* Gleiche Breite für alle Spalten */
    }

tr:not(:last-child) td {
    border-bottom: 1px solid #333;
    }
        
.text-right {
    text-align: right;
    color: #c4ff53!important;
    }
    
.text-grey-right {
    text-align: right;
    color: #828282!important;
    }

    
/* Media Query für Smartphones */
        @media only screen and (max-width: 600px) {
	        
	        .marquee-edit .semplice-marquee-image img {
			height: 6vh!important; /* Ändere dies auf die gewünschte Höhe */
			}
	        
	        .hide-for-mobile {display: none!important:}
	        
	        ul li {font-size: 15px; line-height: 23px;}
	       
	        /*.container-nav-inner {margin-right: 5px!important;}*/	        
	        div.container:not(.no-padding .container):not(.semplice-navbar):not(.container-nav-inner) {padding-left: 10px!important; padding-right: 10px!important;}
	        /*
            th, td {
	            padding: 0px 0 0px 0!important;
                font-size: 12px;                line-height: 18px;
            }

           
            thead {
                display: none;
            }

            
            tr, td {
                display: block;
                width: 100%;
                box-sizing: border-box;
            }

            
            tr td:last-child {
               
            }
            
            .text-grey-right {
				text-align: left;
			}
			
			.text-right {
				text-align: left;
				color: #c4ff53!important;
			}
			
			tr:last-child td {
				border-bottom: 1px solid #333!important;
    		}*/
    		
        }
  
/*Accordion HAck*/
.accordion-content {
	width: 100%!important;
	padding: 0!important;
	}    
     


.overflow-hidden img {
  overflow: hidden;
  }

.overflow-hidden,
.img-reveal div {
  overflow: hidden;
  }


/*Misc*/
/*.marquee-edit .semplice-marquee-image img {
  height: 12vh;
	}*/
	
/*.is-frontend .semplice-navbar {mix-blend-mode: exclusion !important;}


.is-frontend .dark-mode .semplice-navbar {
  mix-blend-mode: normal!important; }*/


	
.marquee-edit .semplice-marquee-image img {
  height: 12vh; /* Ändere dies auf die gewünschte Höhe */
  }


.text-indent p {
	text-indent: 150px;
}
/* 
img {
  border-radius: 6px;
}


img[src$=".svg"] {
  border-radius: 0; }*/

.matomo {
	font-family: 'NeueMontreal-Regular'!important;
	outline: none!important;
	padding: 0px!important; 
	margin: 0px!important;}



.date {font-size: 14px; line-height: 220px color: #fff!important; padding-bottom: 1vh;}

 .sup span {
	color: #141414;
    display: inline-block;
    position: relative;
    font-family: 'PPNeueCorp-NarrowUltrabold-3-7';
    font-size: 14px;
    line-height: 18px!important;
    background: #c4ff53;
    /*border-radius: 50px;*/
    padding: 0px 10px 0px 10px!important;
 	}


.navbar-inner {
	
	-webkit-backdrop-filter: blur(7px)!important;
	}
	

.standard li:last-child {margin-right: 35px;}

/*atl {   -webkit-text-stroke: 3px #c4ff53;}*/

.wp-admin #section_ehypzyk8y,
.wp-admin #section_0745vxzbg,
.wp-admin #section_611ac785f,
.wp-admin #section_2949a69f5 {background: #141414!important }

.expanded .title,
div.title:hover {
	color: #c4ff53!important;
}

button.toggle:hover {cursor: none;}

/*.dark-mode button.toggle,*/
button.toggle { 
	background: none;
    border:none;
 	}

button.toggle:after {
	content: ""!important;
    display: inline-block;
    position: absolute;
    color: #828282!important;
    top: 22px;
	padding: 5px;
    font-family: 'fa-solid-900'!important;
    font-size: 18px;
    right: 0;
     background: none;
    border:none;
    transform: rotate(180deg);
	}
	
.dark-mode button.toggle:after {
	content: ""!important;
    display: inline-block;
    position: absolute;
    color: #141414!important;
    top: 20px;
	padding: 5px;
    font-family: 'fa-solid-900'!important;
    font-size: 18px;
    right: 0;
     background: none;
    border:none;
    transform: rotate(0deg);
	}
	
/* Media Query für Smartphones */
        @media only screen and (max-width: 600px) {
			
			.dark-mode button.toggle:after,
			button.toggle:after {
				font-size: 16px;
				top: 21px;
				margin-right: 0px!important;
				
			}
	
}
	

.footer-link a {color: #fff;}
.footer-link-grey a {color: #828282!important;}
.footer-link-grey a:hover {color: #c4ff53!important;
	text-decoration-color: currentColor;
	text-decoration: solid underline 1px;
	text-underline-offset: 5px;}

.green-link a:hover,
.footer-link a:hover {
	color: #c4ff53;
	text-decoration-color: currentColor;
	text-decoration: solid underline 1px;
	text-underline-offset: 5px;
	}
	
.green-text-link a {
	text-decoration-color: currentColor;
	text-decoration: solid underline 1px;
	text-underline-offset: 5px;
	color: #c4ff53;
	font-family: 'PPNeueCorp-NarrowUltrabold-3-7';
	text-transform: uppercase;

	
	}
	
.green-text-link a:hover {
	text-decoration-color: currentColor;
	text-decoration: none;
	text-underline-offset: 5px;
	color: #c4ff53;
	
	}

/*News & Facts*/

.scroll_down span {
	  color: #141414!important;
    display: inline-block;
    position: relative;
    font-family: 'PPNeueMontrealMono-RegularItalic';
    font-size: 12px;
    line-height: 18px!important;
    background: #c4ff53;
    border-radius: 50px;
    padding: 5px 13px 5px 13px!important;
}

.scroll_down span::after {
	content: "";
    display: inline-block;
	position: relative;
	top: -1px;
	left: 8px;
    color: #c4ff53!important;
   	padding: 4px 6px 4px 6px;
    font-family: 'fa-regular-400-4-1'!important;
    line-height: 12px;
    font-size: 10px;
    transform: rotate(0deg);
    background: #141414;
    border-radius: 50px;
	}


.green-text-link a::after {
	content: "";
    display: inline-block;
	position: relative;
	top: -2px;
    color: #c4ff53!important;
   	padding-left: 5px;
    font-family: 'fa-sharp-regular-400-1'!important;
    font-size: 12px;
   /* transform: rotate(-45deg);*/
	}
	
.ext-link.white a:nth-child(2)::after {
	color: #fff!important;
 	}


.is-frontend .services ul li {
	display: inline;
	border: 1px solid #c4ff53;
	/*border-radius: 18px;*/
	padding: 4px 10px 4px 10px;
	margin-right: 5px;
    font-family: 'PPNeueCorp-NarrowUltrabold-3-7'!important;
    font-size: 20px;
    margin-bottom: 6px!important;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap; /* Verhindert das Umbruch von Wörtern */
   -moz-hyphens: none;
   -o-hyphens: none;
   -webkit-hyphens: none;
   -ms-hyphens: none;
   hyphens: none!important;

   }
	
.services ul {

   	display: flex;  
    flex-wrap: wrap;
	margin-left: 0px!important;
	padding-left: 0!important;
	}
	
/* Media Query für Smartphones */
        @media only screen and (max-width: 600px) {
.services ul li {
	display: block!important;
	text-align: center!important;
	margin-bottom: 10px!important;
   }

   .standard li:last-child {margin-right: 25px;} 
   
   
}
	
	
/* Media Query für Tablets im Portraitmodus */
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .services ul li {
    display: block !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
}



/*Cookie-Richtlinien Style*/

.cmplz-always-active {color: #d8fb22!important;}
.cmplz-document,
.cookie-statement {max-width: 100%!important;}

.cmplz-description,
.function,
.retention,
.name,
.function-header,
.retention-header,
.purpose,
.name-header {background: #828282!important; border-left: 0px!important; color: #fff!important;}

.page_links {background: #c4ff53!important;}

/*Button & Link Font*/

.cmplz-btn.cmplz-save-preferences,

.cmplz-btn.cmplz-view-preferences,
.cmplz-btn.cmplz-deny,
.cmplz-btn.cmplz-accept {text-transform: uppercase; font-family: 'PPNeueCorp-NarrowUltrabold-3-7'; font-size: 14px!important;}


a.cmplz-link {text-transform: none; font-family: 'NeueMontreal-Regular'; font-size: 12px!important;}

.cmplz-btn.cmplz-save-preferences:hover,
.cmplz-btn.cmplz-view-preferences:hover,
.cmplz-btn.cmplz-deny:hover,
.cmplz-btn.cmplz-accept:hover {background: #fff!important; border:none!important; transition: .25s;}

.cmplz-icon.cmplz-open {transition: none!important;}
.cmplz-icon.cmplz-open svg {display: none!important;}

.cmplz-consent-checkbox .cmplz-functional {background: salmon;}

#cmplz-document h2 {color: #fff; font-family: "NeueMontreal-Regular"; border:none;}

.cmplz-category-title,
#cmplz-document h3, 
#cmplz-document h4,
#cmplz-document h5 {color: #141414; font-family: "NeueMontreal-Regular"; border:none;}


summary.cmplz-service-header {color: #c4ff53!important;}

a.cmplz-link,

#cmplz-document li {font-size: 15px!important; line-height: 20px; color: #828282!important; text-decoration: none!important;font-family: 'NeueMontreal-Regular'!important;}

div#cmplz-cookiebanner-container .cmplz-category-title,
a.cmplz-link:hover {color: #c4ff53!important;}


details summary span.cmplz-always-activ {color: #c4ff53!important;}
#cmplz-document a {color: #fff!important;}
#cmplz-document a:hover {color: #c4ff53!important;}

/*Ende*/


@media only screen and (max-width: 600px) {
  /* Deine CSS-Regeln für Smartphones hier */
  
 /* Textbereich unter dem Bild */
.column-slider .column-slide-text {
  padding: 25px!important;                      /* Innenabstand */
}


/* Überschrift im Textbereich */
.column-slider .column-slide-text h3 {
  font-size: 30px!important;
  line-height: 30px!important;
  margin: 10px 0 5px;
  color: #fff;
}

/* Spezifische Bild-Stile für den column-slider */
.column-slider .column-slide-image {
  height: 160px !important;             /* Feste Bildhöhe */
}

}




/* Custom CSS End */