/*
Theme Name: krankenhaus-naturheilweisen-theme
Author: polimeni-web
Version: 1.0
*/


html {
	scroll-behavior: smooth;
}

.only-mobile{display:none !important;}


body {
  background-color: #EDF5F9;
  background-image: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0) 60%
  );
  background-size: 100% 50%;   /* 2 repetitions vertically */
  background-repeat: repeat-y;
}

.site-footer a{text-decoration:none;}
.site-footer a:hover{text-decoration:underline; font-weight:700;}


.overflow-hidden{overflow:hidden;}



/*********************************************/
/* FAQ */
/*********************************************/

.show-hide-text {
	display: block;
	height: 0;
	opacity: 0;
	position: relative;
	/*padding-left: 1em  !important;*/
	padding-right: 1em  !important;
	padding-top:0 !important;
	margin-bottom:0 !important;
	transition: opacity 0.2s, padding 0s;

}
.accordeon-titel::after{content:"+";
	padding: 0.6em 1em;
	position: absolute;
	top: 0;
	right: 0;
}

.active-element .accordeon-titel::after{content:"-";}

.show-hide-text.show {
	display: block;
	height: auto;
	opacity: 1;
}
.show-hide-text:not(.show){padding:0 !important; z-index:-1;}
.accordeon-group .wp-block-group__inner-container{ padding:0;}
.accordeon-titel  {padding: 0.6em 0em !important; margin-bottom:0;  position:relative; cursor:pointer;}

/*********************************************/
/* Video  */
/*********************************************/

.video-preview {
	position: absolute;
	z-index: 11;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
	transition-duration: 3s;
	opacity: 1;

}


.play-btn-desktop {
	position: absolute;
	z-index: 12;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	cursor: pointer;
	transition-duration: 2s;
	opacity: 1;


}



/*********************************************/
/*  */
/*********************************************/
/*--------------   HEADER SLIDER  ---------------  */


.blur{min-height: 100%;
  position: absolute;
  width: 50%;
  z-index: 1;
  background-color: white;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 69%);
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	list-style-type: none;
	position: absolute;
	  bottom: 50px;
	  right: 80px;
	  padding: 0;

}
	
.slick-dots li {
			margin: 0 0.5rem;
		}
	
.slick-dots li button {
			display: block;
		  width: 1rem;
		  height: 1rem;
		  padding: 0;
		  border: none;
		  border-radius: 100%;
		  background-color: rgba(255, 254, 254, 0.54);
		  text-indent: -9999px;
		}
	
 .slick-dots li.slick-active button {
			background-color: white;
		}


/*--------------------------------------------------*/






@media (min-width:1024px){
 
}


@media(max-width:767px){
	
	
	.only-desktop{display:none !important;}
	.only-mobile{display:flex !important;}
	
	
}


@media(max-width:359px){
	
	.topbar .wp-block-buttons{justify-content:space-between !important;}
	.topbar ,  .site-header > .wp-block-group > div > .wp-block-group{padding-left:5px !important; padding-right:5px !important;}
}


@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
