@charset "UTF-8";
/* CSS Document */

.gem-volk-cta {
background-color: white;
  position: absolute;
  margin-top: 38rem;
  margin-left: 880rem;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4rem;
  border-radius: 30px;
  width: 100vw;
  min-height: 30rem;
    max-width: 470px;
}
.gem-volk-cta-contain {
	position: relative;
	display: flex;
    flex-direction: column;
	gap: 24px;
}
.gem-volk-cta-contain > h2 {
	position: relative;
	margin-bottom: 0px;
}
.gem-volk-cta-contain img {
	height: 12rem;
}
.gem-volk-cta-contain-text {
	display: flex;
	gap: 24px;
	align-items: center;
}
.gem-volk-cta-contain-text p {
	max-width: 65%;
	font-size: 16px;
}
.gem-volk-cta-contain .gem-volk-butt {
	margin-right: 1rem;
margin-bottom: 1rem;
	background-color: var(--gem-green);
	color: var(--gem-blue);
}
.gem-volk-btn-krank {
    border-radius: 2rem;
background: var(--blue, #000E52);
display: flex;
height: clamp(16px, 23rem, 180px);
width: clamp(16px, 23rem, 180px);
padding: 1rem;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 1rem;
    text-align-last: center;
    animation: myAnim 5s ease 5s normal forwards infinite; 
	cursor: pointer;
}

.gem-volk-erkrank {
    top:29rem;
    left:540rem;
    column-gap: 30rem;
    display: flex;
gap: 2rem;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-shrink: 0;
  position: relative;
    z-index:3;
width: fit-content;
}
