.textcountdown_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: var(--radius);
  overflow: hidden;
  padding: 0px;
  margin: 0 auto;
background: #fff;
	align-items: stretch;
	
	
	
}

.textcountdown {
	padding-top:var(--space-padding) !important;
}

.textcountdown h5,
.textcountdown p {
	color:#FFF;
}

.textcountdown-left {
  flex: 0 0 40%;
  height: auto;
  display: flex;
}

.textcountdown-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.textcountdown-right {
  flex: 0 0 50%; 
  padding-left: 30px;
	padding-top:50px;
	padding-bottom: 50px;
	  border-top-right-radius: var(--radius);
	 border-bottom-right-radius: var(--radius);
}

.textcountdown-right {
  padding-left: 30px;
	padding-right: 50px !important;
}

.textcountdown-right h2 {
  margin-top: 0;
  font-size: 24px;
}

.countdown {
  display: flex;
  gap: 15px;
  margin-top: 20px;
	 justify-content: flex-start;
}

.time-box {
  background: #fff;
  border-radius: var(--radius);
  padding: 10px 15px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  min-width: 70px;
}

.time-box span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: var(--highlightcolor) !important;
}

.time-box small {
  display: block;
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}


.textcountdown h5 {
	font-size: 30px;
}

	 .textcountdown-right { 
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
		 gap:20px;
	}

@media (max-width: 768px) {
  .textcountdown_wrapper {
    flex-direction: column; /* untereinander statt nebeneinander */
    border-radius: 20px;
    padding: 15px;
  }

  .textcountdown-left,
  .textcountdown-right {
    flex: 0 0 100%; 
    padding-left: 0; 
  }

  .textcountdown-left img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px; 
    border-radius: 15px;
  }

  .textcountdown-right h5 {
    font-size: 20px;
  }

		
  .countdown {
    justify-content: center; 
    flex-wrap: wrap;
    gap: 10px;
	  width: 100%;
  }

  .time-box {
    min-width: 50px;
    padding: 8px 10px;
  }

  .time-box span {
    font-size: 22px;
  }

  .time-box small {
    font-size: 12px;
     margin-top: 0;
}
	.textcountdown-right {
		padding-right: 0px !important;
	}
	.textcountdown-right h5 {
		font-size: 25px;
	}
	.textcountdown-right p, .textcountdown-right h5 {
		text-align: center !important;
	}
	
	.textcountdown-right {
	  border-radius: var(--radius) !important;
		padding:20px !important;
		gap: 6px !important;
}
}
