/*
Theme Name: physiotherapie-konzept
Template: hello-elementor
Author: Child Theme Configurator
Version: 1.0.1715178662
Updated: 2024-05-08 16:30:54

*/

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s linear infinite;
    margin: 10px auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.sticky-menu {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 9998;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.sticky-menu > a {
  display: block;
  background: var(--e-global-color-primary);
  transition: ease all 0.3s;
  width: 36px;
  height: 36px;
  line-height: 36px;
  box-shadow: 10px 10px 20px -10px #abaaaa;
  overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 5px 0 5px 5px;
}
.sticky-menu > a:hover {
  color: #fff;
  background: var(--e-global-color-secondary);
}
.sticky-menu > a svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  text-align: center;
	display: inline-block;
}
.sticky-menu > a span {
  display: inline-block;
  max-width: 0;
  transition: ease max-width 0.8s;
  line-height: 26px;
  vertical-align: top;
  overflow: hidden;
  font-size: 0.8rem;
}
.sticky-menu > a + a {
  margin-top: 10px;
}

@media (min-width: 767px) {
  .sticky-menu > a:hover {
    width: auto;
  }
  .sticky-menu > a:hover span {
    max-width: 300px;
    padding-right: 10px;
  }
}

.action-box {
	background: #F7BD00;
	margin-bottom: 10px;
	color: var(--e-global-color-cadde4a);
	box-shadow: 10px 10px 20px -10px #abaaaa;
	transform: translateX(100%);
	transition: ease all 1s;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.action-box img {
	max-width: 150px;
	display: block;
}

.action-box.show {
	transform: translateX(0);
}

.action-box-desktop {
	padding: 10px;
}

.action-box .action-title,
.action-box .action-title-mobile {
	line-height: 1.1;
	font-weight: 700;
	font-family: 'Roboto';
}


.action-box .action-title {
	margin-bottom: 11px;
	font-size: 21px;
}

.action-box .action-text,
.action-box .action-title-text,
.action-box .action-text p,
.action-box .action-title-text p {
	line-height: 1.1;
}

.action-box .action-button a,
.action-box .action-button-mobile a{
	background: --e-global-color-76638a7;
	border: 1px solid #fff;
	color: var(--e-global-color-cadde4a);
	display: block;
	text-align: center;
	margin-top: 10px;
	padding: 2px 5px;
	border-radius: 7px;
}

@media (min-width: 767px) {
  .action-box-mobile {
		display: none;
	}	
}

@media (max-width: 767px) {
	.action-box.show:not(.has-image) {
		transform: translateX(calc(100% - 40px));
	}
	
	.action-box.show.is-open {
		transform: translateX(0);
	}
	
	.action-box:not(.is-open) .action-box-mobile {
		cursor: pointer;
	}
	
	.action-box:not(.has-image) .action-box-mobile {
		display: flex;
	}
	
  	.action-box-mobile {
		position: relative;
	}	
	
	.action-box-mobile .action-title-mobile {
		line-height: 40px;
		top: 0;
		text-align: center;
		writing-mode: vertical-lr;
		padding: 15px 0;
		text-orientation: mixed;
		transform: rotate(180deg);
		font-size: 20px;
	}
	
  .action-box-desktop {
		display: none;
	}		
	
	.action-box-mobile-sidebar {
		display: flex;
	}
	

	.action-box:not(.is-open) .action-box-mobile-close-btn {
		display: none;
	}
	
	.action-box.is-open .action-box-mobile-sidebar {
		border-right: 1px solid #fff;
		display: flex;
	}
	
	.action-box .action-box-mobile-content {
		padding: 10px 10px 10px 15px;
		line-height: 1.1;
		display: flex;
		flex-flow: column;
		justify-content: center;		
	}	
	
	.action-box .action-box-mobile-close-btn {
		display: block;
		position: absolute;
		left: -10px;
		top: -10px;
		background: #fff;
		width: 20px;
		height: 20px;
		line-height: 20px;
		border-radius: 50%;
		color: #000;
		text-align: center;
		cursor: pointer;
	}
	
	.action-box .action-text p:last-child,
	.action-box-mobile .action-text-mobile p:last-child {
		margin-bottom: 0;
	}
}

.map-wrapper {
  background: #efefef;
  position: relative;
  margin-bottom: -2rem;
}
.map-wrapper iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .map-wrapper iframe {
    height: 65vw;
  }
}
.map-wrapper iframe[src="about:blank"] + .activate-box {
  display: block;
}
.map-wrapper .activate-box {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  padding: 15px 0;
  display: none;
}
.map-wrapper .activate-box .custom-control-label {
  margin-top: 0.5rem;
}

.yt-wrapper {
  background: #efefef url("images/yt_logo_rgb_light.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30% auto;
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 980px) {
  .yt-wrapper {
    background-size: 60% auto;
  }
}
.yt-wrapper iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .yt-wrapper iframe {
    height: 65vw;
  }
}
.yt-wrapper iframe[src="about:blank"] + .activate-box {
  display: block;
}
.yt-wrapper .activate-box {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  padding: 15px 0;
  display: none;
}
.yt-wrapper .activate-box .btn {
  transition: all 0.3s ease-in-out;
  padding: 2px 11px !important;
  margin: 10px 0px;
  border-radius: 6px;
  background: var(--e-global-color-secondary);
  color: #fff !important;
  border-style: solid;
  border-width: 7px;
  border-color: var(--e-global-color-secondary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variant: normal;
  cursor: pointer;
}
.yt-wrapper .activate-box .btn:hover {
  background: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.yt-wrapper .activate-box .custom-control-label {
  margin-top: 0.5rem;
}

.services-form-white-text {
	--wpforms-label-color: #fff;
}


.joboffer-application-form {
	--wpforms-label-color: #fff;
}

.joboffer-application-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
	background-color: var( --e-global-color-secondary );		
}

.joboffer-application-form div.container-full input[type=submit]:active, 
.joboffer-application-form div.wpforms-container-full button[type=submit]:hover {
	background-color: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)),var(--wpforms-button-background-color-alt, var(--wpforms-button-background-color));	
}

.elementor-nav-menu .sub-arrow {
	padding-inline-start: 3px !important;
}

.max-height-100 .elementor-wrapper,
.max-height-100 .elementor-widget-container {
	width: 100%;
    max-height: 100vh;
}

.max-height-100 .elementor-widget-container img {
	height: 100vh;
	object-fit: cover;
	object-position: center center;
}

.service-application-form div.wpforms-container-full .wpforms-form .wpforms-title {
	font-family: "Poppins", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

@media(max-width: 1023px) {
	.service-application-form div.wpforms-container-full .wpforms-form .wpforms-title {
		font-size: 24px;
		line-height: 28xp;
	}
}

.courseplan {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}
.courseplan-weekday {
  max-width: calc(100% / 7);
  min-width: 130px;
  flex: 1 0 calc(100% / 7);
}
@media (min-width: 1400px) {
  .courseplan-weekday[data-days="6"] {
    max-width: calc(100% / 6);
    flex: 1 0 calc(100% / 6);
  }
  .courseplan-weekday[data-days="5"] {
    max-width: calc(100% / 5);
    flex: 1 0 calc(100% / 5);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .courseplan-weekday {
    max-width: calc(100% / 6);
    flex: 1 0 calc(100% / 6);
  }
  .courseplan-weekday[data-days="5"] {
    max-width: calc(100% / 5);
    flex: 1 0 calc(100% / 5);
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .courseplan-weekday {
    max-width: calc(100% / 5);
    flex: 1 0 calc(100% / 5);
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .courseplan-weekday {
    max-width: calc(100% / 4);
    flex: 1 0 calc(100% / 4);
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .courseplan-weekday {
    max-width: calc(100% / 3);
    flex: 1 0 calc(100% / 3);
  }
}
@media (min-width: 400px) and (max-width: 599px) {
  .courseplan-weekday {
    max-width: calc(100% / 2);
    flex: 1 0 calc(100% / 2);
  }
}
@media (min-width: 320px) and (max-width: 399px) {
  .courseplan-weekday {
    max-width: calc(100% / 1);
    flex: 1 0 calc(100% / 1);
  }
}
.courseplan-weekday-title {
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 8px 0 0 0;
  font-size: 1.2rem;
  padding: 1rem;
  color: #fff;
  background: var( --e-global-color-primary );
}
.courseplan-weekday-items {
  margin: 0.5rem 0.5rem 0 0;
}
.courseplan-weekday-items-item {
  background: #f5f5f5;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  position: relative;
  font-size: 0.9rem;
}
.courseplan-weekday-items-item a {
  display: block;
  height: 100%;
  transition: ease all 0.3s;
  color: #000;
}
.courseplan-weekday-items-item:hover {
  transition: ease all 0.3s;
  background: var( --e-global-color-primary );
  color: #fff;
}
.courseplan-weekday-items-item:hover a {
  color: #fff;
}
.courseplan-weekday-items-item-time {
  display: block;
  font-weight: 700;
}
.courseplan-weekday-items-item-title {
  display: block;
}
.courseplan-weekday-items-item.spacer-item {
  min-height: 62px;
}
@media (max-width: 399px) {
  .courseplan-weekday-items-item.spacer-item {
    display: none;
  }
}