.angebotlargebadge {
  border-radius: 150px;
  border: 5px solid rgb(149 147 251 / 50%);
  width: 300px;
  min-height: 300px;
  display: flex;
  /* overflow: hidden; */
  /* flex-wrap: wrap; */
  padding: 0 10px;
  flex-direction: column;
  justify-content: flex-start;
  pointer-events: none;
  /* height: 500px; */
  margin: 0 auto;
  overflow: hidden;
}

.angebotlargebadge:after {
  border-radius: 50%;
  background: radial-gradient(62.88% 25.14% at 77.33% 89.86%, #EED294 0%, rgba(255, 255, 255, 0) 100%);
  width: 300px;
  height: 300px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.heading_fixed_bottom{
  position: fixed;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
  width: 100%;
}

.bubbles .flex_container .cell_1_4{
  min-width: 300px;
  max-width: 300px;
  padding-left: 0;
  padding-right: 0;
}
/* .cell_1_4:nth-child(2):hover .angebotlargebadge:before,
.cell_1_4:nth-child(4):hover .angebotlargebadge:before {
  border-radius: 50%;
  background: radial-gradient(92.88% 51.14% at 14.33% 3.86%, #EED294 0, rgba(255, 255, 255, 0) 100%);
  width: 300px;
  height: 300px;
  content: "";
  display: block;
  position: absolute;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
}
.cell_1_4:nth-child(2):hover .angebotlargebadge:after,
.cell_1_4:nth-child(4):hover .angebotlargebadge:after{
  display: none;
} */

.badgescroll span{
  display: none !important;
}
.title {
  width: 100%;
  min-width: 100%;
  /* align-self: center;
  height: 300px;
  justify-self: center;
  justify-content: center;
  align-items: center; */
  display: inline-block;
  text-align: center;
  min-width: 100%;
  max-width: 100%;
  pointer-events: all;
  padding-top: 97px;
  padding-bottom: 30px;
}

.content {
  /* overflow: hidden; */
  opacity: 0;
  min-width: 100%;
  transition: opacity 0.8s;
  text-align: left;
  min-width:  100%;
  max-width: 100%;
  pointer-events: all;
  height: 0;
}

.content p {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'AbcFavorit';
  font-weight: 400;
}

#angeboteunsere {
  padding-top: 100px;
}

.bubbles .flex_container {
  height: 70vh;
  justify-content: space-between;
}

.bubbles .flex_container .cell_1_4:nth-child(2),
.bubbles .flex_container .cell_1_4:nth-child(4) {
  align-self: end;
}



.bubbles .cell_1_4 .angebotlargebadge:hover .content {
  /* animation: delayHeight 1s forwards;
  animation-delay: 200ms; */
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1;
}
.bubbles .cell_1_4:nth-child(1) .angebotlargebadge:hover  .title,
.bubbles .cell_1_4:nth-child(3) .angebotlargebadge:hover  .title{
  /* animation: contract 0.5s ease-in-out forwards; */
  padding-top: 102px; 
}
.bubbles .cell_1_4:nth-child(2) .angebotlargebadge:hover  .title,
.bubbles .cell_1_4:nth-child(4) .angebotlargebadge:hover  .title{
  /* animation: contract 0.5s ease-in-out forwards; */
  padding-bottom: 102px; 
}
.bubbles .cell_1_4 .angebotlargebadge:hover  .title p {
  color: #EED294;
}

.bubbles .cell_1_4:nth-child(1) .angebotlargebadge:hover  {
  animation: expand1 0.5s ease-in-out forwards;
  background: url(../images/half_circle.svg) no-repeat top center;
  border: 0;
}
.bubbles .cell_1_4:nth-child(2) .angebotlargebadge:hover  {
  animation: expand2 0.5s ease-in-out forwards;
  background: url(../images/half_circle_rev.svg) no-repeat bottom center;
  border: 0;
}
.bubbles .cell_1_4:nth-child(3) .angebotlargebadge:hover  {
  animation: expand3 0.5s ease-in-out forwards;
  background: url(../images/half_circle.svg) no-repeat top center;
  border: 0;
}
.bubbles .cell_1_4:nth-child(4) .angebotlargebadge:hover  {
  animation: expand4 0.5s ease-in-out forwards;
  background: url(../images/half_circle_rev.svg) no-repeat bottom center;
  border: 0;
}
.bubbles .cell_1_4 .angebotlargebadge:hover {
  overflow: visible;
}
.bubbles .cell_1_4 .angebotlargebadge:hover::after {
  display: none;
  opacity: 0;
}
/* .bubbles .cell_1_4 .angebotlargebadge:hover{
  background: url(../images/agebot_buble_bg.png) no-repeat top center;
  border: 0;
} */
@keyframes expand1 {
  0% {
    height: 300px;
  }
  30% {
    height: 60vh;
  }
  100% {
    height: 60vh;
  }
}

@keyframes expand2 {
  0% {
    height: 300px;
  }
  30% {
    height: 70vh;
  }
  100% {
    height: 70vh;
  }
}
@keyframes expand3 {
  0% {
    height: 300px;
  }
  30% {
    height: 60vh;
  }
  100% {
    height: 60vh;
  }
}
@keyframes expand4 {
  0% {
    height: 300px;
  }
  30% {
    height: 65vh;
  }
  100% {
    height: 65vh;
  }
}




.planet_cont {
  display: none;
}

.external_menu {
  position: absolute;
  right: 0;
  top: 30px;

}

.external_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.external_menu ul li {
  background: linear-gradient(180deg, rgba(238, 210, 148, 0.8) 0%, rgba(238, 210, 148, 0) 100%);
  border-radius: 50px 0px 0px 50px;

  margin: 8px 0;
}

.external_menu ul li a {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
  display: block;
  font-family: 'ABCFavorit', Arial, Helvetica, sans-serif;
}

.badgescroll {
  display: none;
}
.bubbles .container {
  width: 90%;
  margin: 0;
}

.bubbles .cell_1_4:nth-child(2) .angebotlargebadge .title{
  order: 2;
  padding-top: 30px;
  padding-bottom: 97px;
}
.bubbles .cell_1_4:nth-child(4) .angebotlargebadge .title {
  order: 2;
  padding-top: 30px;
  padding-bottom: 67px;
}
.bubbles .cell_1_4:nth-child(4) .angebotlargebadge:hover .title {
  order: 2;
  padding-top: 30px;
  padding-bottom: 72px;
}
.bubbles .cell_1_4:nth-child(2) .angebotlargebadge .content, 
.bubbles .cell_1_4:nth-child(4) .angebotlargebadge .content{
  order: 1;
}
.bubbles .flex_container .cell_1_4:nth-child(2) .angebotlargebadge,
.bubbles .flex_container .cell_1_4:nth-child(4) .angebotlargebadge {
  justify-content: flex-end;
}
.bubbles .cell_1_4:nth-child(2) .angebotlargebadge .content p, 
.bubbles .cell_1_4:nth-child(4) .angebotlargebadge .content p{
  /* padding: 0; */
  height: 0;
}
.bubbles .cell_1_4 .angebotlargebadge .content p{
  padding-left: 25px;
  padding-right: 25px;
  pointer-events: none;
}
/*.bubbles .cell_1_4 .angebotlargebadge:hover .content p{
   padding-left: 30px;
  padding-right: 27px; 
}*/
.bubbles .cell_1_4 .angebotlargebadge:hover .content p{
  height: auto;
  pointer-events: all;
}

.description_content p,
.description_content p a,
.description_content p span{
  font-family: 'GTPlanarRetalic15', Arial, Helvetica, sans-serif !important;
  line-height: 1.5;
}
@media(max-width: 1550px){
  .bubbles .container {
    width: 90%;
    margin: 0;
  }
  .external_menu ul li a {
    font-size: 20px;
  }
}
@media(max-width: 1350px){
  .bubbles .container {
    width: 94%;
    margin: 0;
  }
  .external_menu ul li a {
    font-size: 20px;
  }
  .bubbles .flex_container .cell_1_4{
    min-width: 275px;
    max-width: 275px;
    padding-left: 0;
    padding-right: 0;
  }
  .angebotlargebadge:after {
    width: 275px;
    height: 275px;
  }
  .cell_1_4:nth-child(2):hover .angebotlargebadge:before, 
  .cell_1_4:nth-child(4):hover .angebotlargebadge:before {
    width: 275px;
    height: 275px;
  }
  .angebotlargebadge {
    width: 275px;
    min-height: 275px;
  }
}
@media(min-width: 1200px){
  .bubbles .cell_1_4:nth-child(1) {
    margin-left: 60px;
  }
}
@media(max-width: 1199px){
  body{
    overflow-y: auto;
    background-size: cover;
    height: auto;
    perspective: unset;
    transform: unset;
    padding: 0;
    background-attachment: fixed;
  }
  .title P{
    font-size: 18px;;
  }
  #angeboteunsere {
    padding-top: 330px;
    padding-bottom: 250px;;
  }
  .bubbles .cell_1_4:nth-child(4) .angebotlargebadge .title {
    padding-bottom: 75px;
  }

  .heading_fixed_bottom {
    position: absolute;
    bottom: auto;
    top: 155px;
  }
  .external_menu{
    top: 0;
  }

  .bubbles .container {
    width: 100%;
    margin: 0;
  }
  .bubbles .flex_container{
    flex-direction: column;
  }
  .bubbles .cell_1_4 {
    min-width: 325px;
    max-width: 325px;
    flex: 1;
  }
  .bubbles .cell_1_4:nth-child(2) {
    margin-right: 25%;
  }
  .bubbles .cell_1_4:nth-child(3) {
    margin-left: 15%;
  }
  .bubbles .flex_container {
    min-height: 80vh;
    height: auto;
  }



  .bubbles .cell_1_4:nth-child(2) .angebotlargebadge .title, 
  .bubbles .cell_1_4:nth-child(4) .angebotlargebadge .title{
    order: 1;
    padding-top: 97px;
    padding-bottom: 30px;
  }
  .bubbles .cell_1_4:nth-child(2) .angebotlargebadge .content, 
  .bubbles .cell_1_4:nth-child(4) .angebotlargebadge .content{
    order: 2;
  }
  .bubbles .flex_container .cell_1_4:nth-child(2) .angebotlargebadge,
  .bubbles .flex_container .cell_1_4:nth-child(4) .angebotlargebadge {
    justify-content: flex-start;
  }

  .bubbles .cell_1_4:nth-child(2) .angebotlargebadge:hover .title, 
  .bubbles .cell_1_4:nth-child(4) .angebotlargebadge:hover .title {
    /* animation: contract 0.5s ease-in-out forwards; */
    padding-bottom: 30px;
    padding-top: 102px;;
  }

  .bubbles .cell_1_4:nth-child(1) .angebotlargebadge:hover,
  .bubbles .cell_1_4:nth-child(2) .angebotlargebadge:hover,
  .bubbles .cell_1_4:nth-child(3) .angebotlargebadge:hover,
  .bubbles .cell_1_4:nth-child(4) .angebotlargebadge:hover  {
    animation: expand4 0.5s ease-in-out forwards;
    background: url(../images/half_circle.svg) no-repeat top center;
    border: 0;
    background-size: 100%;;
  }
  .bubbles .cell_1_4:nth-child(1) .angebotlargebadge,
  .bubbles .cell_1_4:nth-child(3) .angebotlargebadge{
    margin-left: 20px;;
  }
  .cell_1_4:nth-child(1) .angebotlargebadge:after ,
  .cell_1_4:nth-child(3) .angebotlargebadge:after {
    margin-left: 20px;
  }
  .bubbles .cell_1_4 .angebotlargebadge:hover .title {
    padding-top: 102px;;
  }
}
@media(max-width: 991px){
  .bubbles .flex_container .cell_1_4:nth-child(2), 
  .bubbles .flex_container .cell_1_4:nth-child(4){
    margin-left: 0%;
    margin-right: 12%;
  }
  .bubbles .flex_container .cell_1_4:nth-child(1), 
  .bubbles .flex_container .cell_1_4:nth-child(3) {
    margin-left: 12%;
    margin-right: 0;
  }
  .external_menu ul li a {
    font-size: 18px;
    padding: 7px 20px 7px 13px;
  }
}
@media(max-width: 767px){
  .bubbles .cell_1_4 .angebotlargebadge .content p {
    padding-left: 15px;
    padding-right: 15px;
    pointer-events: none;
  }
}
@media(max-width: 640px){
  .bubbles .flex_container {
    min-height: auto;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
  }
  .bubbles .cell_1_4 {
    min-width: 325px;
    max-width: 325px;
    flex: 1;
  }
  .bubbles .flex_container .cell_1_4:nth-child(1), .bubbles .flex_container .cell_1_4:nth-child(3) {
    margin-left: 0;
    margin-right: auto;
  }
  .bubbles .flex_container .cell_1_4:nth-child(2), .bubbles .flex_container .cell_1_4:nth-child(4) {
    margin-left: auto;
    margin-right: 0;
  }
}
@media(max-width: 575px){
  .external_menu ul li a {
    font-size: 14px;
    padding: 7px 20px 7px 13px;
  }
  .bubbles .flex_container .cell_1_4:nth-child(2), 
  .bubbles .flex_container .cell_1_4:nth-child(4){
    margin-left: auto;
    margin-right: auto;
  }
  .bubbles .flex_container .cell_1_4:nth-child(1), 
  .bubbles .flex_container .cell_1_4:nth-child(3){
    margin-left: auto;
    margin-right: auto;
  }
  .bubbles .flex_container .cell_1_4{
    min-width: 285px;
    max-width: 285px;
    margin-bottom: 40px;
  }
  .bubbles .cell_1_4:nth-child(1) .angebotlargebadge, 
  .bubbles .cell_1_4:nth-child(3) .angebotlargebadge {
    margin-left: 0;
  }
  .cell_1_4:nth-child(1) .angebotlargebadge:after, 
  .cell_1_4:nth-child(3) .angebotlargebadge:after {
    margin-left: 0;
  }
  .angebotlargebadge {
    border-radius: 150px;
    border: 5px solid #9593FB;
    width: 285px;
    min-height: 285px;
  }
  .angebotlargebadge:after {
    border-radius: 50%;
    background: radial-gradient(62.88% 25.14% at 77.33% 89.86%, #EED294 0%, rgba(255, 255, 255, 0) 100%);
    width: 285px;
    min-height: 285px;
  }
  /* .title {
    padding: 0 30px;
  } */
}
@media(max-width: 480px){
  .angebotlargebadge .title p{
    font-size: 20px;
  }
  .angebotlargebadge .content p {
    font-size: 14px;
  }
}