/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.gradient h1, .gradient h2, .gradient h3, .gradient h4,.gradient p,.gradient .current-menu-item a,
.gradient a:hover, .gradient span, .gradient p a,.random_theme_container .single_theme.theme-post-0 h3,.theme_title a,
.partner_accordeon_container .read-more a,.partner_accordeon_container .read-more,.news h4{
	background: linear-gradient(140deg, rgba(189, 9, 96, 1) 0%, rgba(119, 22, 157, 1) 50%, rgba(0, 83, 155, 1) 100%) ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
h1, h2, h3, h4{
	-webkit-hyphens: auto; /* Safari/older iOS */
  	-ms-hyphens: auto;     /* old IE support */
	hyphens: auto;
    overflow-wrap: break-word;

}
h2 {
    line-height: 1.2em !important;
}
.header {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
button.e-filter-item {
  	position: relative;
    font-size: 22px;
    cursor: pointer;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    line-height: 20px !important;
    padding: 12px 20px 8px 20px !important;
    background: linear-gradient(140deg, rgba(189, 9, 96, 1) 0%, rgba(119, 22, 157, 1) 50%, rgba(0, 83, 155, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border-radius: 6px;
    border: none;
}
button.e-filter-item[aria-pressed="true"], .gradient-box span {
    background: linear-gradient(140deg, rgba(189, 9, 96, 1) 0%, rgba(119, 22, 157, 1) 50%, rgba(0, 83, 155, 1) 100%) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    border-radius: 6px !important;
    overflow: hidden;
}

button.e-filter-item::before{
	content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: 6px; /* works now */
    background: linear-gradient(140deg, rgba(189, 9, 96, 1) 0%, rgba(119, 22, 157, 1) 50%, rgba(0, 83, 155, 1) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}
.gradient-box span{
	padding: 6px 12px 4px 12px;
}
.home-slide .swiper-slide{
	min-height:750px;
	display: flex;
	align-items: center;   
	justify-content: center;

}
.home-slide .home-slide-overlay {
    max-width: 1328px;
    margin: 0 auto;
	width:100%;
	margin-top:-150px;
}
.home-slide .home-secondary-title {
    font-size: 36px;
	margin-top:10px;
    color: #fff;
    font-weight: 100;
	line-height:40px;
}
.home-slide h1{
	color:#fff;
	margin-top:10px;
	margin-bottom:20px;
	line-height:auto;
	max-width:1000px;
}
.home-slide .home-slider-cat {
    padding: 5px 10px 3px 10px;
    border-radius: 4px;
	font-size:16px;
    background: #fff;
	color:var( --e-global-color-secondary );
    display: inline;
	font-weight:bold;
}
.home-slide .post-btn a {
    color: #fff;
    font-size: 16px;
    border: 1px solid;
	border-radius:6px;
	padding-left:24px;
	padding-right:24px;
	padding-top:12px;
	padding-bottom:7px;
	font-size: 22px;
	font-weight:bold;
	line-height:20px;
}
.home-slide .swiper-button-next,.home-slide .swiper-button-prev {
    color: #fff;
}
.home-slide .post-btn a:hover {
    background: #fff;
    color: var( --e-global-color-secondary );
}
.home-slide .swiper-pagination {
    position: absolute !important;
    bottom: 100px !important;
}
.home-slide span.swiper-pagination-bullet {
    border: 1px solid #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    background: transparent;
}
.home-slide span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#fff !important;
}
.random_theme_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.random_theme_container .theme-post-0 .featured_image img{
	height:330px;
	object-fit:cover;
	width:100%;
}
.random_theme_container .theme-post-1 .featured_image img{
	height:530px;
	object-fit:cover;
	width:100%;
}
.random_theme_container .theme-post-2 .featured_image img{
	height:460px;
	object-fit:cover;
	width:100%;
}
.random_theme_container .featured_image {
    width: 100%;
}
.random_theme_container .single_theme {
    display: flex;
    flex-flow: wrap;
}
.random_theme_container .theme_content {
    margin-top: 20px;
}
.random_theme_container .single_theme.theme-post-0 h3 {
    max-width: 300px;
}
.random_theme_container .max-height-container {
    max-height: 560px;
    min-height: 560px;
    align-items: end;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.random_theme_container .max-height-container h3 {
    margin: 0 !important;
}
.random_theme_container .theme_category {
    background: linear-gradient(140deg, rgba(189, 9, 96, 1) 0%, rgba(119, 22, 157, 1) 50%, rgba(0, 83, 155, 1) 100%) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    padding: 6px 12px 4px 12px;
    font-family: "UniversLTPro", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: inline;
}
.random_theme_container .theme_title{
	margin-top:24px;
}
.random_theme_container .theme_title a {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 5px;
    font-weight: bold;
}

.random_theme_container .theme_excerpt {
    margin-top: 14px;
}
.random_theme_container .read_more_theme {
    margin-top: 24px;
}
.random_theme_container svg.e-font-icon-svg.e-fas-chevron-right {
    font-size: 30px;
    fill: var(--e-global-color-secondary);
}
.partner_accordeon_container .single-accordeon {
    position: relative;
    border-radius: 10px;
    overflow: visible; /* pseudo-element stays visible outside */
    background: #fff;
    padding: 20px;
}

.partner_accordeon_container .single-accordeon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -2px; /* thickness of the "border" */
    background: linear-gradient(140deg, rgba(189,9,96,1), rgba(119,22,157,1), rgba(0,83,155,1));
    z-index: -1;
    border-radius: inherit;
}

.partner_accordeon_container .single-accordeon > * {
    position: relative;
    z-index: 1; /* content stays above pseudo-element */
    border-radius: inherit; /* optional, clips inner content if needed */
}

.partner_accordeon_container .accordeon-content h4 {
    text-align: center;
	margin-bottom:12px;
}
.partner_accordeon_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: stretch;
}
.partner_accordeon_container .paragraph{
	text-align:center;
}
.partner_accordeon_container .read-more{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.gradient-border {
    border: 2px solid;
    border-image: linear-gradient(140deg, rgba(189, 9, 96, 1) 0%, rgba(119, 22, 157, 1) 50%, rgba(0, 83, 155, 1) 100%) 2;
    border-radius: 10px;
}
.home-kampagne-carousel,.kampagne-carousel {
    padding-right: 50px; /* space for half of next slide */
}

.home-kampagne-carousel .slick-slide,.kampagne-carousel .slick-slide {
    margin-right: 20px;   /* space between slides */
}
.home-kampagne-carousel, .kampagne-carousel{
	padding-right:40px;
	padding-left:40px;
}
.home-kampagne-carousel .slick-list,.kampagne-carousel .slick-list {
    overflow: visible;    /* allow next slide to peek */
}
ul.slick-dots {
    width: 100%;
    text-align: center;
	justify-content: center;
	display:block;
}

ul.slick-dots li{
	display:inline-block;
}
.slick-dots li::marker {
    color: #fff;
}
.slick-dots li.slick-active{
	opacity:0.8;
}
.not-white .slick-dots li::marker {
	color:var(--e-global-color-secondary);
	font-size:40px;
}

.not-white .slick-dots li.slick-active{
	opacity:0.5;
}
.slick-slide img {
    max-height: 270px;
    object-fit: cover;
    width: 100%;
	min-height:270px;
}

.partner_accordeon_container .accordeon-content .paragraph {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.partner_accordeon_container .single-accordeon.open .paragraph {
    max-height: 1000px; /* enough to fit large texts */
}

.partner_accordeon_container .read-more {
    cursor: pointer;
}
.slick-dots button {
    margin: 0;
    padding: 0;
    font-size: 40px;
    vertical-align: middle;
}
/* collapsed preview (3 lines max) */
.partner_accordeon_container .paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.2s ease;
}

/* when the accordion is open – remove clamp */
.partner_accordeon_container .single-accordeon.open .paragraph {
    -webkit-line-clamp: unset;
    max-height: none;
    display: block; /* allow full height */
}
.partner_accordeon_container p.preview {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
}
.partner_accordeon_container .single-accordeon.open p.preview{
	display:none;
}
.news .elementor-widget-text-editor h4{
	font-size:18px;
	line-height:30px;
	margin-bottom:-25px;
}
.home-kampagne-carousel,.kampagne-carousel{
	overflow:hidden;
	width: 100%;
}
.random_theme_container .single_theme .featured_image a{
	position:relative;
    display: block;
}
.random_theme_container .single_theme .featured_image a img {
    margin-bottom: -11px;
}
.themen-hover .elementor-widget-theme-post-featured-image a::after,.random_theme_container .single_theme .featured_image a::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    top: 0;
    inset: 0;
    background: linear-gradient(90deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-primary ) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.themen-hover .elementor-widget-theme-post-featured-image a:hover::after,.random_theme_container .single_theme .featured_image a:hover::after{
	opacity:0.7;
}

.swiper-autoplay-toggle {
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: currentColor;
}

.swiper-autoplay-toggle i {
  	font-size: 14px;
	line-height: 1;
	cursor:pointer;
	color:#fff;
	margin-right:5px;
}


/* FORCE slick dots to render (even if slick-theme.css isn't loaded) */
.slick-dots {
  display: block !important;
  width: 100%;
  text-align: center;
  padding: 0 !important;
  margin: 20px 0 0 !important;
}

.slick-dots li {
  display: inline-block !important;
  list-style: none !important;
}

/* clickable area */
.slick-dots li button {
  opacity: 1 !important;
  width: 20px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  cursor: pointer;
}

/* the visible bullet */
.slick-dots li button:before {
  content: "•" !important;      /* <-- key fix */
  display: block;
  font-size: 40px !important;   /* <-- 40px bullet */
  line-height: 40px !important;
  text-align: center;
  opacity: 1 !important;
  color: #fff !important;
}

/* active */
.slick-dots li.slick-active button:before {
  opacity: 0.8 !important;
}

/* not-white variant */
.not-white .slick-dots li button:before {
  color: var(--e-global-color-secondary) !important;
}
.not-white .slick-dots li.slick-active button:before {
  opacity: 0.5 !important;
}
.read-more-single .elementor-button-icon {
  transition: transform .2s ease;
}

.read-more-single .elementor-button-icon.is-open {
  transform: rotate(180deg);
}
.read-more-single a {
    background: linear-gradient(140deg, rgba(189, 9, 96, 1) 0%, rgba(119, 22, 157, 1) 50%, rgba(0, 83, 155, 1) 100%) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    width: 100% !important;
}
.read-more-single a svg {
    margin-top: -3px;
}
.single-post-accordion .elementor-widget-text-editor {
  overflow: hidden;
  transition: max-height 0.45s ease;
}
.single-post-accordion .elementor-widget-text-editor {
  transition: max-height .45s ease, opacity .25s ease;
}
button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
    color: #fff;
    background: transparent;
    border: 0;
    font-size: 40px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.slick-prev {
    left: 0px;   
}
.slick-next {
    right: 0px;  
}
button.slick-next.slick-arrow:hover, button.slick-prev.slick-arrow:hover {
    opacity: 1;
    cursor: pointer;
}
.home-kampagne-carousel .slick-list, .kampagne-carousel .slick-list{
	overflow:hidden;
}
.kampagne-carousel button.slick-next.slick-arrow, .kampagne-carousel button.slick-prev.slick-arrow {
    color: black;
}
@media (max-width:1400px){
	.swiper-slide {
		padding: 20px;
	}
	.home-slide .home-slide-overlay {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width:1024px){
	.random_theme_container {
		grid-template-columns: repeat(2, 1fr);
	}
	.random_theme_container .theme-post-2 .featured_image img,.random_theme_container .theme-post-1 .featured_image img{
		height:500px;
	}
}
@media (max-width:767px){
	.partner_accordeon_container {
		grid-template-columns: repeat(1, 1fr);
			

	}
	.random_theme_container {
		grid-template-columns: repeat(1, 1fr);
	}
	.random_theme_container .theme-post-0 .featured_image img,.random_theme_container .theme-post-2 .featured_image img,.random_theme_container .theme-post-1 .featured_image img{
		height:500px;
	}
	.random_theme_container .max-height-container{
		width:100%;
	}
}
  @media (max-width: 479px) {
	  .random_theme_container .theme_title a {
    font-size: 26px;}
	
}
  @media (max-width: 479px) {
	.partner_accordeon_container .single-accordeon {
    position: relative;
    border-radius: 10px;
    overflow: visible; /* pseudo-element stays visible outside */
    background: #fff;
    padding: 20px;
	width: 90%;
}
  @media (max-width: 479px) {	  
	  .slick-dots {
	display:none !important; 
	  }
	 
}
	  @media (max-width: 479px) {	  
	   ul.slick-dots {
	display:none !important;
	  } 
}