/*
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);
    }
}


.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;
  }
}