@charset "UTF-8";
.canvas {
  height: 100vh;
  width: 100vw;
 
  position: fixed;
  overflow: hidden;
}
.bubble {
  display: block;
  border-radius: 100%;
  opacity: 0.1;
  position: absolute;
}
.bubble:nth-child(1) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 90px;
  height: 90px;
  left: 71vw;
  bottom: 40vh;
  -webkit-animation: move1 infinite 3s;
          animation: move1 infinite 3s;
}
@-webkit-keyframes move1 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 93vh;
    transform: translate(-7px, 0);
    opacity: 0;
  }
}
@keyframes move1 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 93vh;
    transform: translate(-7px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(2) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 25px;
  height: 25px;
  left: 22vw;
  bottom: 72vh;
  -webkit-animation: move2 infinite 6s;
          animation: move2 infinite 6s;
}
@-webkit-keyframes move2 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 5vh;
    transform: translate(183px, 0);
    opacity: 0;
  }
}
@keyframes move2 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 5vh;
    transform: translate(183px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(3) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 88px;
  height: 88px;
  left: 89vw;
  bottom: 2vh;
  -webkit-animation: move3 infinite 15s;
          animation: move3 infinite 15s;
}
@-webkit-keyframes move3 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 99vh;
    transform: translate(143px, 0);
    opacity: 0;
  }
}
@keyframes move3 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 99vh;
    transform: translate(143px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(4) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 11px;
  height: 11px;
  left: 98vw;
  bottom: 10vh;
  -webkit-animation: move4 infinite 11s;
          animation: move4 infinite 11s;
}
@-webkit-keyframes move4 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 43vh;
    transform: translate(3px, 0);
    opacity: 0;
  }
}
@keyframes move4 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 43vh;
    transform: translate(3px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(5) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 35px;
  height: 35px;
  left: 80vw;
  bottom: 4vh;
  -webkit-animation: move5 infinite 11s;
          animation: move5 infinite 11s;
}
@-webkit-keyframes move5 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 60vh;
    transform: translate(72px, 0);
    opacity: 0;
  }
}
@keyframes move5 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 60vh;
    transform: translate(72px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(6) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 21px;
  height: 21px;
  left: 60vw;
  bottom: 68vh;
  -webkit-animation: move6 infinite 8s;
          animation: move6 infinite 8s;
}
@-webkit-keyframes move6 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 56vh;
    transform: translate(77px, 0);
    opacity: 0;
  }
}
@keyframes move6 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 56vh;
    transform: translate(77px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(7) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 9px;
  height: 9px;
  left: 61vw;
  bottom: 88vh;
  -webkit-animation: move7 infinite 12s;
          animation: move7 infinite 12s;
}
@-webkit-keyframes move7 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 24vh;
    transform: translate(128px, 0);
    opacity: 0;
  }
}
@keyframes move7 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 24vh;
    transform: translate(128px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(8) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 34px;
  height: 34px;
  left: 40vw;
  bottom: 59vh;
  -webkit-animation: move8 infinite 14s;
          animation: move8 infinite 14s;
}
@-webkit-keyframes move8 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 96vh;
    transform: translate(-98px, 0);
    opacity: 0;
  }
}
@keyframes move8 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 96vh;
    transform: translate(-98px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(9) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 7px;
  height: 7px;
  left: 66vw;
  bottom: 33vh;
  -webkit-animation: move9 infinite 9s;
          animation: move9 infinite 9s;
}
@-webkit-keyframes move9 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 75vh;
    transform: translate(-74px, 0);
    opacity: 0;
  }
}
@keyframes move9 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 75vh;
    transform: translate(-74px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(10) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 57px;
  height: 57px;
  left: 12vw;
  bottom: 100vh;
  -webkit-animation: move10 infinite 9s;
          animation: move10 infinite 9s;
}
@-webkit-keyframes move10 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 63vh;
    transform: translate(-16px, 0);
    opacity: 0;
  }
}
@keyframes move10 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 63vh;
    transform: translate(-16px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(11) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 92px;
  height: 92px;
  left: 31vw;
  bottom: 30vh;
  -webkit-animation: move11 infinite 14s;
          animation: move11 infinite 14s;
}
@-webkit-keyframes move11 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0vh;
    transform: translate(196px, 0);
    opacity: 0;
  }
}
@keyframes move11 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0vh;
    transform: translate(196px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(12) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 91px;
  height: 91px;
  left: 42vw;
  bottom: 21vh;
  -webkit-animation: move12 infinite 8s;
          animation: move12 infinite 8s;
}
@-webkit-keyframes move12 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 22vh;
    transform: translate(-60px, 0);
    opacity: 0;
  }
}
@keyframes move12 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 22vh;
    transform: translate(-60px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(13) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 59px;
  height: 59px;
  left: 1vw;
  bottom: 40vh;
  -webkit-animation: move13 infinite 11s;
          animation: move13 infinite 11s;
}
@-webkit-keyframes move13 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 6vh;
    transform: translate(162px, 0);
    opacity: 0;
  }
}
@keyframes move13 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 6vh;
    transform: translate(162px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(14) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 56px;
  height: 56px;
  left: 38vw;
  bottom: 46vh;
  -webkit-animation: move14 infinite 13s;
          animation: move14 infinite 13s;
}
@-webkit-keyframes move14 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 26vh;
    transform: translate(172px, 0);
    opacity: 0;
  }
}
@keyframes move14 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 26vh;
    transform: translate(172px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(15) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 63px;
  height: 63px;
  left: 35vw;
  bottom: 56vh;
  -webkit-animation: move15 infinite 11s;
          animation: move15 infinite 11s;
}
@-webkit-keyframes move15 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 41vh;
    transform: translate(110px, 0);
    opacity: 0;
  }
}
@keyframes move15 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 41vh;
    transform: translate(110px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(16) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 15px;
  height: 15px;
  left: 43vw;
  bottom: 92vh;
  -webkit-animation: move16 infinite 6s;
          animation: move16 infinite 6s;
}
@-webkit-keyframes move16 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 62vh;
    transform: translate(106px, 0);
    opacity: 0;
  }
}
@keyframes move16 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 62vh;
    transform: translate(106px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(17) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 46px;
  height: 46px;
  left: 44vw;
  bottom: 37vh;
  -webkit-animation: move17 infinite 3s;
          animation: move17 infinite 3s;
}
@-webkit-keyframes move17 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 63vh;
    transform: translate(154px, 0);
    opacity: 0;
  }
}
@keyframes move17 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 63vh;
    transform: translate(154px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(18) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 25px;
  height: 25px;
  left: 78vw;
  bottom: 13vh;
  -webkit-animation: move18 infinite 13s;
          animation: move18 infinite 13s;
}
@-webkit-keyframes move18 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 24vh;
    transform: translate(39px, 0);
    opacity: 0;
  }
}
@keyframes move18 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 24vh;
    transform: translate(39px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(19) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 95px;
  height: 95px;
  left: 70vw;
  bottom: 45vh;
  -webkit-animation: move19 infinite 6s;
          animation: move19 infinite 6s;
}
@-webkit-keyframes move19 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 34vh;
    transform: translate(99px, 0);
    opacity: 0;
  }
}
@keyframes move19 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 34vh;
    transform: translate(99px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(20) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 86px;
  height: 86px;
  left: 16vw;
  bottom: 71vh;
  -webkit-animation: move20 infinite 12s;
          animation: move20 infinite 12s;
}
@-webkit-keyframes move20 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 95vh;
    transform: translate(118px, 0);
    opacity: 0;
  }
}
@keyframes move20 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 95vh;
    transform: translate(118px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(21) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 100px;
  height: 100px;
  left: 47vw;
  bottom: 43vh;
  -webkit-animation: move21 infinite 7s;
          animation: move21 infinite 7s;
}
@-webkit-keyframes move21 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 44vh;
    transform: translate(131px, 0);
    opacity: 0;
  }
}
@keyframes move21 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 44vh;
    transform: translate(131px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(22) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 82px;
  height: 82px;
  left: 29vw;
  bottom: 20vh;
  -webkit-animation: move22 infinite 14s;
          animation: move22 infinite 14s;
}
@-webkit-keyframes move22 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 54vh;
    transform: translate(18px, 0);
    opacity: 0;
  }
}
@keyframes move22 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 54vh;
    transform: translate(18px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(23) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 32px;
  height: 32px;
  left: 68vw;
  bottom: 28vh;
  -webkit-animation: move23 infinite 13s;
          animation: move23 infinite 13s;
}
@-webkit-keyframes move23 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 73vh;
    transform: translate(99px, 0);
    opacity: 0;
  }
}
@keyframes move23 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 73vh;
    transform: translate(99px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(24) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 55px;
  height: 55px;
  left: 67vw;
  bottom: 55vh;
  -webkit-animation: move24 infinite 14s;
          animation: move24 infinite 14s;
}
@-webkit-keyframes move24 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 28vh;
    transform: translate(-29px, 0);
    opacity: 0;
  }
}
@keyframes move24 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 28vh;
    transform: translate(-29px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(25) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 45px;
  height: 45px;
  left: 92vw;
  bottom: 41vh;
  -webkit-animation: move25 infinite 6s;
          animation: move25 infinite 6s;
}
@-webkit-keyframes move25 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 22vh;
    transform: translate(167px, 0);
    opacity: 0;
  }
}
@keyframes move25 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 22vh;
    transform: translate(167px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(26) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 51px;
  height: 51px;
  left: 94vw;
  bottom: 16vh;
  -webkit-animation: move26 infinite 7s;
          animation: move26 infinite 7s;
}
@-webkit-keyframes move26 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 76vh;
    transform: translate(164px, 0);
    opacity: 0;
  }
}
@keyframes move26 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 76vh;
    transform: translate(164px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(27) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 98px;
  height: 98px;
  left: 22vw;
  bottom: 90vh;
  -webkit-animation: move27 infinite 10s;
          animation: move27 infinite 10s;
}
@-webkit-keyframes move27 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 39vh;
    transform: translate(-85px, 0);
    opacity: 0;
  }
}
@keyframes move27 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 39vh;
    transform: translate(-85px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(28) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 68px;
  height: 68px;
  left: 48vw;
  bottom: 17vh;
  -webkit-animation: move28 infinite 9s;
          animation: move28 infinite 9s;
}
@-webkit-keyframes move28 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 67vh;
    transform: translate(-4px, 0);
    opacity: 0;
  }
}
@keyframes move28 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 67vh;
    transform: translate(-4px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(29) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 69px;
  height: 69px;
  left: 19vw;
  bottom: 82vh;
  -webkit-animation: move29 infinite 10s;
          animation: move29 infinite 10s;
}
@-webkit-keyframes move29 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 100vh;
    transform: translate(160px, 0);
    opacity: 0;
  }
}
@keyframes move29 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 100vh;
    transform: translate(160px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(30) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 64px;
  height: 64px;
  left: 12vw;
  bottom: 42vh;
  -webkit-animation: move30 infinite 15s;
          animation: move30 infinite 15s;
}
@-webkit-keyframes move30 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 67vh;
    transform: translate(96px, 0);
    opacity: 0;
  }
}
@keyframes move30 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 67vh;
    transform: translate(96px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(31) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 45px;
  height: 45px;
  left: 10vw;
  bottom: 83vh;
  -webkit-animation: move31 infinite 6s;
          animation: move31 infinite 6s;
}
@-webkit-keyframes move31 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 99vh;
    transform: translate(132px, 0);
    opacity: 0;
  }
}
@keyframes move31 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 99vh;
    transform: translate(132px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(32) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 24px;
  height: 24px;
  left: 72vw;
  bottom: 28vh;
  -webkit-animation: move32 infinite 9s;
          animation: move32 infinite 9s;
}
@-webkit-keyframes move32 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 90vh;
    transform: translate(79px, 0);
    opacity: 0;
  }
}
@keyframes move32 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 90vh;
    transform: translate(79px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(33) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 11px;
  height: 11px;
  left: 80vw;
  bottom: 82vh;
  -webkit-animation: move33 infinite 7s;
          animation: move33 infinite 7s;
}
@-webkit-keyframes move33 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 69vh;
    transform: translate(-83px, 0);
    opacity: 0;
  }
}
@keyframes move33 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 69vh;
    transform: translate(-83px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(34) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 5px;
  height: 5px;
  left: 26vw;
  bottom: 70vh;
  -webkit-animation: move34 infinite 5s;
          animation: move34 infinite 5s;
}
@-webkit-keyframes move34 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 18vh;
    transform: translate(113px, 0);
    opacity: 0;
  }
}
@keyframes move34 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 18vh;
    transform: translate(113px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(35) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 97px;
  height: 97px;
  left: 82vw;
  bottom: 45vh;
  -webkit-animation: move35 infinite 14s;
          animation: move35 infinite 14s;
}
@-webkit-keyframes move35 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 61vh;
    transform: translate(84px, 0);
    opacity: 0;
  }
}
@keyframes move35 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 61vh;
    transform: translate(84px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(36) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 100px;
  height: 100px;
  left: 33vw;
  bottom: 40vh;
  -webkit-animation: move36 infinite 7s;
          animation: move36 infinite 7s;
}
@-webkit-keyframes move36 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 22vh;
    transform: translate(-23px, 0);
    opacity: 0;
  }
}
@keyframes move36 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 22vh;
    transform: translate(-23px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(37) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 46px;
  height: 46px;
  left: 47vw;
  bottom: 63vh;
  -webkit-animation: move37 infinite 12s;
          animation: move37 infinite 12s;
}
@-webkit-keyframes move37 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 71vh;
    transform: translate(1px, 0);
    opacity: 0;
  }
}
@keyframes move37 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 71vh;
    transform: translate(1px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(38) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 96px;
  height: 96px;
  left: 29vw;
  bottom: 67vh;
  -webkit-animation: move38 infinite 4s;
          animation: move38 infinite 4s;
}
@-webkit-keyframes move38 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 5vh;
    transform: translate(81px, 0);
    opacity: 0;
  }
}
@keyframes move38 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 5vh;
    transform: translate(81px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(39) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 6px;
  height: 6px;
  left: 31vw;
  bottom: 72vh;
  -webkit-animation: move39 infinite 9s;
          animation: move39 infinite 9s;
}
@-webkit-keyframes move39 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 57vh;
    transform: translate(45px, 0);
    opacity: 0;
  }
}
@keyframes move39 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 57vh;
    transform: translate(45px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(40) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 60px;
  height: 60px;
  left: 2vw;
  bottom: 3vh;
  -webkit-animation: move40 infinite 8s;
          animation: move40 infinite 8s;
}
@-webkit-keyframes move40 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 100vh;
    transform: translate(39px, 0);
    opacity: 0;
  }
}
@keyframes move40 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 100vh;
    transform: translate(39px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(41) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 49px;
  height: 49px;
  left: 93vw;
  bottom: 77vh;
  -webkit-animation: move41 infinite 12s;
          animation: move41 infinite 12s;
}
@-webkit-keyframes move41 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 16vh;
    transform: translate(16px, 0);
    opacity: 0;
  }
}
@keyframes move41 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 16vh;
    transform: translate(16px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(42) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 68px;
  height: 68px;
  left: 50vw;
  bottom: 34vh;
  -webkit-animation: move42 infinite 9s;
          animation: move42 infinite 9s;
}
@-webkit-keyframes move42 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 83vh;
    transform: translate(-66px, 0);
    opacity: 0;
  }
}
@keyframes move42 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 83vh;
    transform: translate(-66px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(43) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 55px;
  height: 55px;
  left: 3vw;
  bottom: 52vh;
  -webkit-animation: move43 infinite 4s;
          animation: move43 infinite 4s;
}
@-webkit-keyframes move43 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 4vh;
    transform: translate(83px, 0);
    opacity: 0;
  }
}
@keyframes move43 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 4vh;
    transform: translate(83px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(44) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 9px;
  height: 9px;
  left: 54vw;
  bottom: 58vh;
  -webkit-animation: move44 infinite 4s;
          animation: move44 infinite 4s;
}
@-webkit-keyframes move44 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 26vh;
    transform: translate(195px, 0);
    opacity: 0;
  }
}
@keyframes move44 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 26vh;
    transform: translate(195px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(45) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 15px;
  height: 15px;
  left: 61vw;
  bottom: 54vh;
  -webkit-animation: move45 infinite 8s;
          animation: move45 infinite 8s;
}
@-webkit-keyframes move45 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 80vh;
    transform: translate(144px, 0);
    opacity: 0;
  }
}
@keyframes move45 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 80vh;
    transform: translate(144px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(46) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 67px;
  height: 67px;
  left: 96vw;
  bottom: 55vh;
  -webkit-animation: move46 infinite 12s;
          animation: move46 infinite 12s;
}
@-webkit-keyframes move46 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 6vh;
    transform: translate(6px, 0);
    opacity: 0;
  }
}
@keyframes move46 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 6vh;
    transform: translate(6px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(47) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 65px;
  height: 65px;
  left: 23vw;
  bottom: 64vh;
  -webkit-animation: move47 infinite 5s;
          animation: move47 infinite 5s;
}
@-webkit-keyframes move47 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 24vh;
    transform: translate(120px, 0);
    opacity: 0;
  }
}
@keyframes move47 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 24vh;
    transform: translate(120px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(48) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 78px;
  height: 78px;
  left: 70vw;
  bottom: 13vh;
  -webkit-animation: move48 infinite 5s;
          animation: move48 infinite 5s;
}
@-webkit-keyframes move48 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 55vh;
    transform: translate(-39px, 0);
    opacity: 0;
  }
}
@keyframes move48 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 55vh;
    transform: translate(-39px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(49) {
  background: radial-gradient(ellipse at center, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 89px;
  height: 89px;
  left: 19vw;
  bottom: 4vh;
  -webkit-animation: move49 infinite 3s;
          animation: move49 infinite 3s;
}
@-webkit-keyframes move49 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 100vh;
    transform: translate(99px, 0);
    opacity: 0;
  }
}
@keyframes move49 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 100vh;
    transform: translate(99px, 0);
    opacity: 0;
  }
}
.bubble:nth-child(50) {
  background: radial-gradient(ellipse at top right, #b8c6c6 0%, #30b3d3 46%, #20628c 100%);
  width: 62px;
  height: 62px;
  left: 34vw;
  bottom: 56vh;
  -webkit-animation: move50 infinite 5s;
          animation: move50 infinite 5s;
}
@-webkit-keyframes move50 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 59vh;
    transform: translate(135px, 0);
    opacity: 0;
  }
}
@keyframes move50 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 59vh;
    transform: translate(135px, 0);
    opacity: 0;
  }
}



@font-face {
  font-family: "header";
  src: url("../fonts/5425684/2f492448-3020-4083-8c57-ec31c2ded70a.eot?#iefix");
  src: url("../fonts/5425684/2f492448-3020-4083-8c57-ec31c2ded70a.eot?#iefix") format("eot"), url("../fonts/5425684/b9a688a9-6ccf-44cb-ab33-27a834dbfa07.woff2") format("woff2"), url("../fonts/5425684/2e0a29a6-8012-4e47-b42d-83e42cf3d7a4.woff") format("woff"), url("../fonts/5425684/1ef41b41-eb60-4485-a9a4-d8811a650902.ttf") format("truetype");
}
@font-face {
  font-family: "custom_font";
  src: url("../fonts/5425879/a5a7cb6e-9697-4538-8f05-892b87abd61d.eot?#iefix");
  src: url("../fonts/5425879/a5a7cb6e-9697-4538-8f05-892b87abd61d.eot?#iefix") format("eot"), url("../fonts/5425879/e2133593-cb9c-4085-99b7-b0c50aa66283.woff2") format("woff2"), url("../fonts/5425879/e31ae641-aaea-4185-bff3-56e6dd88e930.woff") format("woff"), url("../fonts/5425879/dfb8536d-632c-4664-b7bf-f26fcac79bb5.ttf") format("truetype");
}
@font-face {
  font-family: 'custom_fonts';
  src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/RobotoCondensed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'custom_fonts_bold';
  src: url('../fonts/RobotoCondensed-SemiBold.woff2') format('woff2'), url('../fonts/RobotoCondensed-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}
html, body {
  height: auto;
  min-height: 100vh;
  margin: 0;
  font-family: custom_font;
  padding: 0;
  overflow: hidden; /* verhindert Body-Scroll, wir scrollen #wrapper */
  position: relative;
}
body.iktsbody {
  font-family: "custom_fonts";
}
html {
  background: #000;
}
body {
  min-height: 100vh;
}
#heygen-avatar-ui {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  display: none;
  transition: opacity 0.8s ease-in-out;
  z-index: 9999;
  pointer-events: none;
}
#heygen-avatar-ui video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; /* 👈 Wichtig: ganz nach hinten */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
#heygen-avatar-ui button {
  position: fixed;
}
#anoraVideoWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  opacity: 0;
  display: none;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}
logoelement {
  position: relative;
  display: block;
  margin: 80px auto;
  max-width: 280px;
  width: 280px;
  z-index: 20;
}
apiresult {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 20;
  max-width: 280px;
  width: 280px;
  color: #FFF;
  text-align: center;
}
#anoraProcessVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
mybackground, assistent {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(5, 9, 55, 0.0), rgba(5, 155, 246, 0.4));
  z-index: 0;
}
#myconsole, #playoverlay, modul_assistent, #facebackground {
  position: fixed;
  background: radial-gradient(circle at 50% 50%, rgba(201, 56, 247, 0.2) 0%, rgba(29, 167, 250, 0.5) 100%);
  background-size: 400% 400%;
  animation: backgroundShift 16s ease-in-out infinite;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#modul_assistent {
  opacity: 0;
  display: none;
}
assistent #current_step, assistent #logo_preview, assistent input {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: white;
  transform: translate(-50%, -50%);
  width: 320px;
  max-width: 90%;
}
#svg_preview {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: white;
  padding: 20px;
  transform: translate(-50%, -50%);
  display: none;
  width: 320px;
  max-width: 90%;
  z-index: 1; /* 👈 Über dem Video */
}
assistent input, assistent #logo_preview {
  width: 320px !important;
}
assistent #logo_preview, assistent input {
  display: none;
}
#shop_url_input_heygen {
  position: fixed;
  top: 50%; /* oder eine präzisere Position */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000; /* höher als der Avatar */
  opacity: 1;
  width: 320px !important;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  font-size: 20px !important;
  color: white;
  transition: opacity 400ms ease;
  display: none;
  z-index: 2; /* 👈 Über dem Video */
  pointer-events: auto; /* 👈 ganz wichtig */
}
assistent button, #heygen-avatar-ui button {
  top: auto !important;
  bottom: 20px;
}
@keyframes backgroundShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.light-glow {
  position: absolute;
  top: 40%;
  left: 45%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 255, 255, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulseGlow 12s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes pulseGlow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.04;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.1;
  }
}
/* #################################################################################FACEID*/
faceid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
faceid #video {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
}
faceid #video.create {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
#facebackground {
  display: none;
  opacity: 0;
  z-index: 3;
  background: radial-gradient(circle at 50% 50%, rgba(201, 56, 247, 1) 0%, rgba(29, 167, 250, 1) 100%);
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Overlay soll Fläche des Videos abdecken */
  z-index: 10;
  pointer-events: none;
}
#video-wrapper {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
#face_id_status {
  display: none;
}
button.startefaceid {
  display: none;
}
/* #################################################################################CONVERSATION*/
conversation {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 105;
  width: 250px;
  transition: all 0.6s linear;
}
conversation.cmsai {
  position: fixed;
  top: 0;
  width: 150px;
  height: 80px;
}
.kilogobox {
  position: absolute;
  top: 10px;
  width: 230px;
  left: 50%;
  transform: translateX(-50%);
}
conversation.cmsai .kilogobox {
  display: none;
}
#agent-status {
  position: relative;
  text-align: center;
  color: white;
  margin-top: 70px;
  font-family: custom_font;
  font-size: 12px;
  letter-spacing: 2px;
}
conversation.cmsai #agent-status {
  margin-top: 80px;
  padding: 0 10px;
  font-size: 10px;
}
#agent-spinner {
  position: relative;
  margin: 5px auto 0 auto;
  width: 15px;
  height: 15px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
conversation.cmsai #agent-spinner {
  display: none;
}
#emma-container {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none; /* Optional: Klicks durchlassen */
}
conversation.cmsai #emma-container {
  top: 10px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none;
}
myeditorwindow #hinweis_box {
  margin: 20px;
  border: 1px solid #333;
  background: #333;
  color: #FFF;
  padding: 20px;
}
#fullscreen_kiimage_preview {
  display: none;
  position: fixed;
  inset: 0;
  background: black;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 500ms ease;
}
#fullscreen_kiimage_preview.show {
  display: flex;
  opacity: 1;
}
#fullscreen_kiimage_preview img {
  width: 100vw;
  height: 100vh;
  object-fit: cover; /* ⚠️ nicht contain! */
  object-position: center center;
}
/* #################################################################################BUTTONS*/
#playVoice, conversation button, #playbutton, #playCMSDirectBtn, #retryMicButton, assistent button, #heygen-avatar-ui button {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) scale(1);
  left: 50%;
  background-size: 200% 200%;
  background-image: linear-gradient(45deg, rgba(4, 245, 219, 0.5), rgba(5, 155, 246, 0.5), rgba(4, 245, 219, 0.5));
  animation: gradientAnimation 10s ease infinite;
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  box-shadow:
    0 0 8px rgba(4, 245, 219, 0.6), 0 0 20px rgba(5, 155, 246, 0.4);
  transition: all 0.3s ease;
  font-size: 20px;
  font-family: custom_fonts_bold;
  padding: 10px 20px;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 3;
  transition: 0.5s ease;
}
#heygen-avatar-ui button {
  z-index: 30;
}
#playVoice:hover, conversation button:hover, #playbutton:hover, #playCMSDirectBtn:hover, #retryMicButton:hover, assistent button:hover, #heygen-avatar-ui button:hover {
  box-shadow:
    0 0 12px rgba(4, 245, 219, 0.8), 0 0 25px rgba(5, 155, 246, 0.6);
  transform: translateX(-50%) scale(1.2);
}
#retryMicButton {
  transition: 0.5s ease;
}
#retryMicButton.hidden {
  opacity: 0;
  pointer-events: none;
}
#retryMicButton:not(.hidden) {
  opacity: 1;
  pointer-events: auto;
}
.cmsbutton {
  position: relative;
  float: right;
  margin: 10px 10px 10px 0;
  padding: 0;
  border: 0;
  height: 50px;
  width: 50px;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: all 0.2s linear;
}
.videoeditbutton i {
  transition: all 0.2s linear;
}
.videoeditbutton i:hover {
  color: #000;
}
.cmsbutton i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmsbutton:hover {
  border-radius: 50%;
}
.cmsbutton.ki {
  margin: 0;
  background-size: 400% 400%;
  background-image: linear-gradient(45deg, rgba(4, 245, 219, 0.5), rgba(5, 155, 246, 0.5), rgba(4, 245, 219, 0.5), rgba(5, 155, 246, 0.5));
  animation: gradientAnimation 10s ease infinite;
  width: auto;
  height: auto;
  padding: 20px;
  float: left;
}
.cmsbutton.ki:hover {
  border-radius: 15px;
}
/* #################################################################################WRAPPER*/
#wrapper {
  position: relative;
  height: calc(100vh - 50px); /* Footerhöhe abziehen */
  overflow-y: scroll;
  opacity: 1;
  z-index: 2;
  display: block;
  transition: opacity 0.3s ease;
}
.fx {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#footer {
  position: relative;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 2;
}
#footer.active {
  display: block;
}
#footer a {
  color: #FFF;
}
#footer a:hover {
  color: #CCC;
}
.footer_inner {
  position: relative;
  margin: 0 auto;
  width: 60%;
  min-width: 320px;
  text-align: center;
  height: 50px;
}
#footer i {
  font-size: 20px;
  padding-right: 5px;
  color: #FFF;
}
#playoverlay {
  z-index: 2;
  height: 100%;
  bottom: 0;
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* #################################################################################Module*/
#moduliconcontainer {
  display: none; /* initial ausgeblendet */
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 1620px;
  padding: 20px;
  height: auto;
  overflow: hidden;
  margin: auto;
}
#moduliconcontainer.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#kundencenter {
  position: relative;
  z-index: 3;
  height: 0;
  overflow-y: auto;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden; /* ← statt display */
  transition: height 0.8s ease, opacity 0.8s ease, visibility 0s linear 0.8s;
}
#kundencenter.active {
  opacity: 1;
  height: calc(100vh - 50px); /* z. B. wenn dein Footer 50px hoch ist */
  visibility: visible;
  transition: opacity 0.8s ease;
}
containersave {
  position: fixed !important;
  border-bottom-left-radius: 30px;
  right: 0;
  z-index: 20;
  top: 0;
  padding: 12.5px 25px;
  display: block;
  height: 80px;
  box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.6);
}
containersave button, suchfenster button, containersave icon {
  position: relative;
  margin: 0 5px;
  padding: 0;
  display: block;
  border: 0px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  float: left;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
suchfenster button {
  margin: 0 0 0 30px;
  float: right;
}
containersave button i, suchfenster button i, containersave icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  transform: translate(-50%, -50%);
  font-size: 25px;
}
containersave button:hover, suchfenster button:hover {
  background: rgba(0, 0, 0, 0.5);
}
container {
  max-width: 100%;
  width: 1620px;
  padding: 20px;
  height: auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
  margin: auto;
}
container.cmsiconcontainer {
  position: relative;
  margin-top: 180px;
  display: none;
  opacity: 0;
  transition: all 0.6s linear;
}
container.cmsiconcontainer.active {
  display: block !important;
  opacity: 1 !important;
}
/* ##################################################################################ICONS */
.service_container {
  float: left;
  position: relative;
  width: calc(12.5% - 60px);
  margin: 30px;
}
.service_container:before {
  content: "";
  display: block;
  padding-top: 100%; /* initial ratio of 1:1*/
}
.service_content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.service_container:hover, .service_container.hover_effect {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.0);
}
.service_icon, .modul_icon {
  border-radius: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  color: #FFF;
  cursor: pointer;
  transition: all 0.3s linear;
  box-shadow: inset 0px 0px 12px 0px rgba(255, 255, 255, 0.2), 0px 1px 12px 0px rgba(0, 0, 0, 0.5);
  /*background-image: linear-gradient(45deg, rgba(4, 245, 219, 1), rgba(5, 155, 246, 1))!important;*/
}
.service_icon::after {
  content: '';
  position: absolute;
  top: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  left: 0px;
  width: calc(100%);
  height: 50%;
  transition: all 0.3s linear;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}
.modul_icon {
  margin: 70px auto 30px;
  width: 120px;
  height: 120px;
}
.service_text {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  bottom: 10px;
  font-family: custom_font;
  font-size: 16px;
  color: #FFF;
  height: 30px;
}
.service_icon i, .modul_icon i, .service_icon .fa-brands {
  position: absolute;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -70%);
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  transition: all 0.3s linear;
  font-size: 50px;
}
.service_icon:hover, .modul_icon:hover {
  border-radius: 50%;
  box-shadow: inset 0px 0px 12px 0px rgba(255, 255, 255, 0.2), 0px 1px 17px 0px rgba(0, 0, 0, 0.7);
}
.service_icon:hover::after {
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}
#serviceLeft{
    list-style: none;
}
#serviceLeft li > i{
    margin-top:20px;
    font-size:100px;

}
/* #################################################################################PRELOADER */
.editorclass {
  position: relative;
  width: 100%;
  overflow-y: scroll;
  height: calc(100vh);
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.editorclass.active {
  display: block !important;
  opacity: 1 !important;
}
myeditorwindow {
  position: relative;
  border-radius: 15px;
  width: calc(100% - 40px) !important;
  display: block;
  padding-bottom: 100px;
  margin: 130px 20px 50px 20px !important;
  height: auto !important;
  min-height: calc(100vh - 100px);
  overflow: hidden !important;
  background: #efefef;
  transition: all 0.8s linear;
}
myhead {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  padding: 40px 20px 20px;
  overflow: hidden;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 60px;
}
myhead i {
  font-size: 40px;
  color: #FFF;
  margin: 0 20px 0 0;
}
/* ##################################################################################MASKEN PRECMS */
.benutzer_container, .cms_container, .file_container, .mo_container, #kategorieLeft li, #gruppenLeft li, .admincms_container, .mybilder li {
  position: relative;
  width: calc(25% - 20px);
  margin: 10px;
  float: left;
  padding: 20px;
  font-size: 20px;
  cursor: pointer;
  height: auto;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #999;
  transition: all 0.2s linear;
}
.cms_container:hover, .cms_container_focus {
  border-radius: 50px;
}
.admincms_container {
  cursor: none;
}
.cms_container figcaption, .admincms_container figcaption {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  padding: 2px 5px;
  background: #000;
}
.cms_container img {
  width: 100% !important;
}
/* #################################################################################PRELOADER */
#backlayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
#progressbar {
  position: relative;
  width: 60%;
  height: 1px;
  background: #333;
  overflow: visible;
}
#bar {
  display: block;
  position: relative;
  height: 100%;
  background: #FFF;
  width: 0%;
  transition: width 0.3s ease;
}
#percent {
  position: absolute;
  top: -20px;
  right: 0; /* Positioniert am Ende des roten Balkens */
  transform: translateX(50%); /* Zentriert über das Ende hinaus */
  font-size: 10px;
  color: #666;
  transition: none;
}
/* ##################################################################################WAITING */
#warten {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100001;
  transition: opacity 0.4s ease;
}
#warten img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.fade {
  display: none;
  opacity: 0;
}
.fadeshow {
  display: block;
  opacity: 1;
}
/* ##################################################################################ANIMATIONS */
@keyframes bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 10000px;
  }
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ##################################################################################NAVIGATION CONTENT */
#logoimg {
  z-index: 22;
  height: auto;
  position: fixed;
  width: 90px;
  top: 16px;
  left: 20px;
}
#logoimg img {
  width: 100%;
  height: auto;
}
/* ##################################################################################LOGIN CONTENT */
.cmslogin {
  opacity: 0;
  transition: opacity 0.4s ease;
  display: none;
}
.cmslogin.fadein {
  display: block;
  opacity: 1;
}
.cmslogin.fadeout {
  opacity: 0;
}
.login_eingabe {
  position: relative;
  width: 100%;
  color: #FFF;
  height: auto;
}
.login_result {
  position: relative;
  width: 100%;
  color: #FFF;
  height: auto;
  text-align: center;
  padding: 20px;
  margin: auto;
  font-size: 20px;
}
.login_button {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -25px;
  background: transparent;
  border: none;
  cursor: pointer;
}
#verification_submit {
  margin-top: -15px;
}
#passwort_submit {
  margin-top: -15px;
}
.login_button i {
  font-size: 30px;
  color: #FFF;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, .2);
  pointer-events: none; /* Nur Klick auf den Button zählt */
}
.link_button {
  border: none;
  background: transparent;
  color: #FFF;
  cursor: pointer;
}
.cmslogin {
  position: relative;
  text-align: center;
  padding: 20px;
  margin: auto;
  font-size: 20px;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
}
.login_felder {
  background: linear-gradient(45deg, #237feb, #d545f7, #04f5db, #d545f7);
  background-size: 300% 300%;
  animation: gradientAnimation 10s ease infinite;
  font-family: custom_font;
  font-size: 24px;
  color: #FFF;
  border: 0px solid #000;
  padding: 15px;
  width: 100%;
  height: auto;
  transition: all 0.6s linear;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
}
.login_felder:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #059bf6 inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #FFF;
}
.login_felder:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #059bf6 inset;
  -webkit-text-fill-color: #FFF
}
.login_felder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.login_felder::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.login_felder:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.login_felder:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}
.login_felder:hover {
  -webkit-box-shadow: inset 0px 6px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 6px 16px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 6px 16px 0px rgba(0, 0, 0, 0.75);
  color: #FFF;
}
#login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
#login.visible {
  opacity: 1;
  pointer-events: auto;
}
#login_modul {
  /* bleibt wie gehabt */
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 400px;
  min-height: 420px;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 20px;
}
/* Optional für sanfte Übergänge */
#login_content {
  transition: opacity 0.3s ease;
}
.input-error {
  border-color: red !important;
  outline: none;
}
.fadein {
  opacity: 1;
}
.fadeout {
  opacity: 0;
}
#login a {
  cursor: pointer;
}
#login_email, #passwort_change #user_passwort {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#login_passwort, #passwort_change #user_passwort1 {
  border-top: 1px solid #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-right: 40px;
  margin-bottom: 20px;
}
#get_my_email, #sms_code {
  border-radius: 5px;
  padding-right: 40px;
  margin-bottom: 20px;
}
meter {
  width: 98%;
  top: 20px;
  margin: 1%;
  height: 10px;
  border-radius: 0;
  border: 0px solid transparent;
}
meter::-webkit-meter-bar {
  background: none; /* Required to get rid of the default background property */
  background-color: whiteSmoke;
  box-shadow: 0 5px 5px -5px #333 inset;
}
meter::-webkit-meter-optimum-value { /* Color within low-high range */
  background: green;
}
meter::-webkit-meter-suboptimum-value { /* Color outside low-high range */
  background: orange;
}
meter::-webkit-meter-even-less-good-value {
  background: red; /* Red */
}
@media (max-width: 767px) {
  .service_container {
    width: calc(20% - 20px);
    margin: 10px;
  }
  #moduliconcontainer {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    transform: translate(0, 0);
    margin-top: 100px;
  }
}
/* ##################################################################################BENUTZER */
.vertraege_container, .benutzer_container, .cms_container, .file_container, .mo_container, #kategorieLeft li, #gruppenLeft li, .admincms_container, .mybilder li {
  position: relative;
  width: calc(25% - 20px);
  margin: 10px;
  float: left;
  padding: 20px;
  font-size: 20px;
  cursor: pointer;
  height: auto;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #999;
  transition: all 0.2s linear;
}
.vertraege_container:not(.nohover):hover {
  background: #ddd;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.65);
}
.vertraege_container i {
  transition: all 0.4s linear;
}
.vertraege_container i:hover {
  color: #ccc !important;
}
.vertraege_container i > .fa-sharp {
  display: block;
  height: 100%;
  width: 100%;
  margin: auto !important;
  padding: 0;
}
#adduser, #edituser {
  text-align: center !important;
}
#adduser i, #edituser i {
  font-size: 60px;
  line-height: 150px;
}
#edituser > .fa {
  cursor: pointer;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
#edituser i > div, .savebutton i > div, .fa-laptop > div, .fa-hdd > div {
  display: none;
}

#edituser > .fa:hover {
  color: #333 !important;
}
.benutzer_name {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: grey;
  font-size: 18px;
}
.draganddrop li {
  cursor: grab;
  padding: 6px;
  margin: 4px 0;
  border-radius: 4px;
  transition: opacity 0.2s;
}
.dragging {
  opacity: 0.5;
}
/* ##################################################################################SAP */
/* SAP Import Report */
.sap-container {
  margin: 0 auto;
  max-width: 100%;
}
.sap-info-box {
  background: #e7f3ff;
  padding: 15px;
  border-radius: 5px;
  margin: 10px 0;
}
.sap-stat-box {
  display: inline-block;
  padding: 15px 25px;
  margin: 5px;
  border-radius: 5px;
  text-align: center;
  min-width: 80px;
}
.sap-stat-neu {
  background: #d4edda;
  color: #155724;
}
.sap-stat-update {
  background: #fff3cd;
  color: #856404;
}
.sap-stat-keine {
  background: #e2e3e5;
  color: #383d41;
}
.sap-stat-fehler {
  background: #f8d7da;
  color: #721c24;
}
.sap-stat-value {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.sap-stat-label {
  font-size: 12px;
  text-transform: uppercase;
}
.sap-table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}
.sap-th {
  background: #f8f9fa;
  padding: 10px;
  text-align: left;
  border: 1px solid #dee2e6;
}
.sap-td {
  padding: 10px;
  border: 1px solid #dee2e6;
}
.sap-status-ok {
  color: #28a745;
  font-weight: bold;
}
.sap-status-err {
  color: #dc3545;
  font-weight: bold;
}
.sap-success-box {
  background: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 5px;
  margin: 10px 0;
  font-weight: bold;
}
/* ##################################################################################DATENMASKEN */
.cms_eingabe_style_container {
  position: relative;
  width: 50%;
  padding: 10px 5px;
  float: left;
  heigth: auto;
  overflow: hidden;
}
.changed-field {
  border-left: 3px solid #e67e22 !important;
}
.change-indicator {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.cms_eingabe_style_container.full, .cms_eingabe_style_container.fullwidth {
  width: 100% !important;
}
.cms_eingabe_style_container.third {
  width: 33.333%;
}
.cms_eingabe_style_container.quarter {
  width: 25%;
}
.cms_eingabe_style_container.dreivier {
  width: 75%;
}
.cms_eingabe_style_container.five {
  width: 20%;
}
.cms_eingabe_style_container.auto {
  width: auto;
}
.cms_eingabe_style_container.einsechstel, .cms_eingabe_style_container.thirdhalf {
  width: 16.666%;
}
.cms_eingabe_style_container.half {
  width: 25%;
}
.cms_eingabe_style_container.zehntel {
  width: 10%;
}
.cms_eingabe_style_container.funfzehn {
  width: 15%;
}
.cms_eingabe_style_container.funfunddreizig {
  width: 35%;
}
.cms_eingabe_icon {
  width: 70px;
  padding: 20px;
  color: #000;
  float: left;
}
.cms_eingabe_icon i {
  font-size: 30px;
}
.cms_eingabe_icon.small {
  width: 20px;
  padding: 20px 5px;
  margin: 0 5px;
  color: #000;
  float: left;
}
.cms_eingabe_icon.small i {
  font-size: 18px;
}
.smalllabel {
  float: left;
  padding: 20px 5px;
}
.tinylabel {
  float: left;
  padding: 5px 5px;
}
.smallerlabel {
  float: left;
  padding: 20px 5px;
  font-size: 15px !important;
}
.cms_eingabe {
  background: transparent;
  font-family: custom_font;
  font-size: 20px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  width: calc(100% - 90px);
  margin: 2px 20px 0 0;
  float: left;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
input[type="color"i], .gradient-preview {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 70px;
  width: 70px;
  padding: 5px;
  margin: 2px 20px 0 0;
  float: left;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cms_eingabe:not(.nohover):hover {
  -webkit-box-shadow: inset 0px 6px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 6px 16px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 6px 16px 0px rgba(0, 0, 0, 0.75);
}
.cms_eingabe.white {
  background: #FFF;
  color: #000;
}
.cms_eingabe.ind {
  width: auto;
}
.cms_eingabe.datum {
  width: 130px;
}
.cms_eingabe.datumneu {
  width: 200px;
}
.cms_eingabe.datei {
  width: 200px;
}
.cms_eingabe.achtzig {
  width: 80px;
}
.cms_eingabe.zeit {
  width: 80px;
  margin: 2px 10px 0 0;
  margin-left: 10px;
}
.cms_eingabe.width {
  width: 100px;
  margin-right: 10px;
}
.cms_eingabe.widths {
  width: 80px;
  margin-right: 10px;
}
.cms_eingabe.small {
  width: 50px;
}
.cms_eingabe.color {
  border: 0px !important;
  color: transparent;
  background: transparent;
  margin: 0 0;
  padding: 0;
  width: 50px !important;
  height: 68px !important;
}
.cms_eingabe.solaris {
  margin: 2px 0 0 0;
  width: calc(100%);
}
.clr-field {
  width: calc(100% - 90px);
}
.cms_eingabe.new_color {
  border: 2px solid #ccc;
  color: transparent;
  margin: 0;
  padding: 0;
  width: 50px !important;
  height: 68px !important;
}
.clr-field button {
  margin: 2px 0 !important;
  width: 50px !important;
  height: calc(100% - 4px) !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.picker-launcher {
  margin: 12px 20px 0 0;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.picker_wrapper {
  z-index: 200 !important;
  max-width: 150px !important;
}
.color-preview {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.cms_eingabe.w15 {
  width: calc(15% - 90px) !important;
}
.cms_eingabe.w25 {
  width: calc(25% - 90px) !important;
}
.cms_eingabe.w50 {
  width: calc(50% - 90px) !important;
}
.cms_eingabe.w33 {
  width: calc(33.333% - 90px) !important;
}
.cms_eingabe_style_container > label, .cms_eingabe > label {
  position: relative;
  float: left;
  padding: 20px;
  font-size: 20px;
}
.underlabel > label {
  width: 20%;
  display: block;
  float: left !important;
}
.color-button {
  float: left;
  background: transparent;
  border: 1px solid #ccc;
  max-height: 50px;
  margin: 8px 0 0 -50px;
  width: auto;
}
h6 {
  position: relative;
  float: left;
  margin-top: -13px;
  margin-left: -90px;
  width: 90px;
  font-weight: normal;
  color: #666;
  height: 13px;
  font-size: 12px;
  text-align: center;
  z-index: 4;
}
h6.small {
  margin-left: -70px;
  width: 70px;
}
h6.large {
  margin-left: -120px;
  width: 120px;
}
h6.xsmall {
  margin-left: -70px;
  width: 70px;
  font-size: 10px;
}
/* #################################################################################ADMIN */
#adminmoduleleft li, #kundenseitenLeft li {
    position: relative;
    overflow: hidden;
    height: 250px;
    margin: 5px;
    background: #efefef;
    width: 250px;
    float: left;
    border: 1px solid #666;
}
/* ##################################################################################CONFIG MDODUL */
#languageLeft ul li {
  width: 100% !important;
  float: none;
  height: auto;
  overflow: hidden;
}
/* ##################################################################################AJAX RESPONSE */
.fehlerfenster {
  margin: 20px;
  border: 1px solid #333;
  background: #333;
  color: #FFF;
  padding: 20px;
}
.basisnomove ul, #languageLeft ul {
  list-style: none;
  position: relative;
  cursor: move;
  height: auto;
  overflow: hidden;
}
/* ##################################################################################SELECT */
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* #################################################################################Fehlerhandling*/
#customConfirm {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 40px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
#customConfirm div {
  width: 100%;
  color: #FFF;
  padding: 25px;
  text-align: center;
}
#customConfirm p {
  display: none;
}
#customConfirm button {
  padding: 10px;
  border: 0px;
  background: #FFF;
  color: #000;
  margin: 0 3px;
}
/* #################################################################################ANGEBOTE*/
#angebotContainerLeft .video_edit i {
  width: 25px;
  color: #FFF;
}
#angebotContainerLeft .video_edit {
  background: rgba(0, 0, 0, 0.8) !important;
  top: 25px;
  left: 50%;
  z-index: 5;
  font-size: 18px;
  transform: translateX(-50%);
}
#angebotContainerLeft .video_edit button, #jobContainerLeft .video_edit button {
  margin-top: 10px;
}
#angebotContainerLeft h2 {
  background: #fff !important;
  position: absolute;
  top: 0;
  left: 50%;
  color: #000;
  z-index: 5;
  font-size: 15px;
  transform: translateX(-50%);
}
#angebotContainerLeft ul {
  list-style: none;
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
}
#angebotContainerLeft li {
  position: relative;
  padding: 25px;
  width: calc(25% - 20px);
  margin: 10px;
  float: left;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #999;
}
/* #################################################################################MIETERRUNDSCHREIBEN*/
#mieterSchreibenleft .video_edit i , #mieterSchreibenleft .video_edit button i{
    width: 25px;
    color: #FFF;
}
#mieterSchreibenleft .video_edit a  {
 margin-right:10px;
    color: #FFF;
}
#mieterSchreibenleft .video_edit {
    background: rgba(0, 0, 0, 0.6) !important;
    top: 25px;
    left: 50%;
    z-index: 5;
    font-size: 18px;
    transform: translateX(-50%);
}
/* #################################################################################ETAGENPLAENE*/
#immoLeft ul , #statusartenLeft ul{
  list-style: none;
  position: relative;
  cursor: move;
  height: auto;
  overflow: hidden;
}
#immoLeft li {
  position: relative;
  margin: 10px;
  padding: 25px;
  height: 60px;
  background: #FFF;
}
#immoLeft ul li > .video_edit {
  width: 100%;
  color: #FFF;
  height: 60px;
  background: rgba(0, 0, 0, 0.8) !important;
}
#immosubLeft ul li > .video_edit {
  width: 80%;
  color: #CCC;
  background: rgba(255, 255, 255, 1) !important;
}
#immosubLeft li {
  position: relative;
  padding: 25px;
  width: calc(25% - 20px);
  margin: 10px;
  float: left;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #999;
}
#immosubLeft ul li > .video_edit {
  width: 80%;
  color: #CCC;
  background: rgba(255, 255, 255, 1) !important;
}
#immosubLeft li {
  position: relative;
  padding: 25px;
  width: calc(25% - 20px);
  margin: 10px;
  float: left;
  overflow: hidden;
  height: 200px;
  background: #ccc;
  border: 1px solid #999;
}
.mo_container button {
  background: transparent;
  font-size: 30px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 10px;
  float: left;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
/* #################################################################################SHOPS*/
.shoppingcontainer:before {
  content: "";
  display: block;
  padding-top: 100%; /* initial ratio of 1:1*/
}
.shoppingcontainer {
  position: relative;
  width: calc(20% - 20px);
  float: left;
  padding: 15px;
  margin: 10px;
  border: 1px solid #333;
  background: #CCC;
  text-align: center;
}
.shoppingcontainer .video_edit {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}
.shoppingcontainer:hover {
  background: #efefef;
}
.shoppingcontainer img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  max-width: 80%;
  width: 80%;
  height: auto;
}
.shoppingcontainer h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* #################################################################################DATEN DARSTELLUNG */
.datentabelle {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #333;
}
.datentabelle a {
  color: #333;
}
.daten_tabelle.kopf {
  background: #FFF;
  font-size: 18px !important;
  border: 1px solid #000 !important;
}
.datentabelle > .bezeichner, .daten_tabelle > .bezeichner {
  float: left;
  position: relative;
  padding: 1%;
  font-size: 14px;
  width: 40%;
}
.datentabelle > .bezeichner i, .datentabelle .bezeichner a i {
  font-size: 22px;
}
.daten_tabelle > .bezeichner {
  line-height: 30px;
}
.daten_tabelle {
  width: 100%;
  height: auto;
  overflow: hidden;
}.datentabelle >.bezeichner a{
    color:#000;
 }
  .cms-sort-btn{
     font-size: 12px !important;
     padding:0 !important;
      float:left !important;
 }
.daten_tabelle:hover {
  background: #FFF !important;
}
.daten_tabelle.redflag {
  background: #ff6666;
}
.daten_tabelle.orangeflag {
  color: red;
}
.darkgrey {
  background: #ccc;
}
.mediumgrey {
  background: #ddd;
}
.red {
  background: #ff3333;
}
.grey {
  background: #f1f1f1;
}
.lightgrey {
  background: #eee;
}
.gewaehlt, .nichtgewaehlt {
  padding: 8px;
  font-size: 25px;
  border-radius: 2px;
}
.nichtgewaehlt {
  background-color: #FFF;
  color: #333;
}
.legende {
  position: relative;
  width: auto;
  font-size: 16px;
  padding: 1%;
  float: left;
  height: auto;
  overflow: hidden;
}
.legende i {
  margin: 0 10px 0 2px;
}
button.screen{
    padding:1% !important;
}
.bezeichner button {
  float: right;
  cursor: pointer;
  font-size: 18px;
    width: auto;
  background: transparent;
  border: none;
  padding: 8px;
  color: #333;
}
/* ##################################################################################SPECIAL EDIT */
.video_edit, .angebot_edit {
  position: absolute;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}
.video_edit i, .angebot_edit i {
  width: 25px;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.video_edit button {
  border: none;
  background: transparent;
  margin-top: 10px;
  padding: 5px;
}
#screenLeft .video_edit i{
    margin-left:10px;
}
/* #################################################################################SUCHE */
#suche {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  z-index: 100000;
  display: none;
}
#suche .close_suche, #suche .submit_suche {
  position: relative;
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 5px;
  text-align: center;
  color: #FFF;
  border: 0px solid #FFF;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
#suche .close_suche:hover, #suche .submit_suche:hover {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: #000 !important;
}
#suchdetails {
  position: fixed;
  max-width: 500px;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
#suchergebnis {
  position: absolute;
  top: 90px;
  background: #FFF;
  color: #000;
  padding: 15px;
  font-size: 18px;
  line-height: 24px;
  height: 200px;
  width: 100%;
  display: none;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.2), 0px 1px 17px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.2), 0px 1px 17px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.2), 0px 1px 17px 0px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#suchdetails h2 {
  color: #FFF;
  font-size: 30px;
  margin-bottom: 10px;
}
#suche .close_suche i, #suche .submit_suche i {
  color: #FFF;
  line-height: 50px;
  font-size: 25px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
#suchergebnis ul {
  position: relative;
  width: 100%;
  padding-right: 10px;
  list-style: none;
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  max-height: 150px;
  overflow: auto;
}
#suchergebnis ul li {
  padding: 5px 0 5px 0;
}
#suchergebnis ul li a {
  color: #000;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
#suchergebnis ul li a:hover {
  color: #666;
}
.such_felder {
  position: relative;
  width: calc(100% - 116px);
  float: left;
  height: 50px;
  padding: 16px;
  font-size: 18px;
  color: #FFF;
  border: 0px;
  background-size: 400% 400%;
  background-image: linear-gradient(45deg, rgba(4, 245, 219, 0.5), rgba(5, 155, 246, 0.5), rgba(4, 245, 219, 0.5), rgba(5, 155, 246, 0.5));
  animation: gradientAnimation 10s ease infinite;
}
.such_felder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.such_felder::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.such_felder:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}
.such_felder:hover {
  -webkit-box-shadow: inset 0px 6px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 6px 16px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 6px 16px 0px rgba(0, 0, 0, 0.75);
  color: #FFF;
}
/* #################################################################################DRAG FILES */
/* ##################################################################################DRAG & DROP UL */
.draganddrop ul {
  background: #FFF;
  width: calc(50% - 10px) !important;
  margin: 5px;
  padding: 10px;
  height: 300px !important;
  overflow: auto !important;
  list-style: none;
  float: left;
  cursor: move;
}
.draganddrop ul li i {
  margin-right: 10px;
}
.draganddrop ul li {
  height: 70px !important;
}
#backgrounds li {
  min-height: 200px !important;
}
.basisnomove ul, #languageLeft ul {
  list-style: none;
  position: relative;
  cursor: move;
  height: auto;
  overflow: hidden;
}

.move_container ul, .myfiles ul {
  list-style: none !important;
  position: relative;
  width: 100%;
  cursor: move;
  height: auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.basismove li {
  padding: 20px;
  font-size: 18px;
  height: auto !important;
  text-align: left;
  width: calc(33.333% - 10px);
  margin: 5px;
  float: left;
  background: #ccc;
}
.basismove.filecolor li {
  background: #fa9304;
  color: #FFF;
}
.basismove.galeriecolor li {
  background: #c301bb;
  color: #FFF;
}
.basismove.videocolor li {
  background: #de0101;
  color: #FFF;
}
.myfiles li {
  position: relative;
  padding: 20px;
  font-size: 18px;
  text-align: left;
  width: calc(33.333% - 10px);
  margin: 5px;
  float: left;
  background: #fa9304;
  color: #FFF;
}
.myfiles.vier li {
  padding: 25px;
  width: calc(25% - 20px);
  margin: 10px;
  background: #FFF;
  border: 1px solid #999;
}
.file_name {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: grey;
  font-size: 18px;
}
.file_name {
  top: 10px;
  font-size: 16px !important;
  font-weight: bold;
  text-align: center !important;
}
.file_name i {
  line-height: normal !important;
  font-size: 20px !important;
  margin-left: 5px;
  width: 30px !important;
  padding: 0 !important;
}
.filepreviewicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.filepreviewicon i {
  font-size: 50px;
  color: #666;
}
#filesLeft .video_edit {
  background: #efefef !important;
  top: 30px;
  left: 50%;
  z-index: 5;
  font-size: 18px;
  transform: translateX(-50%);
}
#filesLeft li img {
  width: 100% !important;
  height: auto;
}
#filesLeft h2 {
  background: #000 !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #FFF;
  z-index: 5;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
}
#oeffnungszeitenM li, #oeffnungszeitenM_select li {
  background: #06da3e;
  color: #FFF;
}
.myfiles.nomove {
  cursor: none;
}
.move_container li {
  font-size: 12px;
  text-align: center;
  padding: 20px;
}
.move_container li i {
  font-size: 50px;
  line-height: 170px;
}
.move_container li.nohover button, .mybilder .file_container.nohover button, .file_container.etagenplan.nohover button, .file_container.nohover button {
  border: none;
  width: 30%;
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.file_container.nohover {
  text-align: center;
}
.move_container li.nohover button i, .mybilder .file_container.nohover button i, .file_container.etagenplan.nohover button i {
  line-height: 170px;
  font-size: 50px;
  cursor: pointer;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.file_container.nohover button {
  line-height: 170px;
  font-size: 50px;
}
.file_container.nohover button i {
  line-height: 170px;
  font-size: 50px;
}
.move_container .nohover i > .fa {
  display: block;
  height: 100%;
  width: 100%;
  margin: auto !important;
  padding: 0;
}
.move_container .nohover i:hover {
  color: #333 !important;
}
.move_container li:not(.nohover):hover {
  background: #CCC;
}
/* #################################################################################DROP AREAS */
.drop-area, .dropping-area, .drops-area, .dropf-area, .file-drop-area, .xml-drop-area, .drop-fontarea, .drop-svg-area, .drop-etagenplan-svg-area {
  width: 100%; /* oder 100% falls in einem flexiblen Layout */
  height: 250px;
  border: 2px dashed #ccc;
  position: relative; /* Wichtig für absolute Positionierung der Kinder */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden; /* Verhindert das Herausragen von Inhalten */
  cursor: copy;
  cursor: grab;
}
.userfile-drop-area, .drop-fontarea {
  width: 100%; /* oder 100% falls in einem flexiblen Layout */
  height: 80px;
  position: relative; /* Wichtig für absolute Positionierung der Kinder */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden; /* Verhindert das Herausragen von Inhalten */
  cursor: copy;
  cursor: grab;
}
.drops-area {
  height: 400px;
}
.file-drop-area, .xml-drop-area {
  height: 150px;
}
.drop-area:active, .dropping-area:active, .drops-area:active, .dropf-are:active, .file-drop-area:active, .xml-drop-area:active, .userfile-drop-area:active {
  cursor: grabbing;
}
.drop-area p, .dropping-area p, .drops-area p, .dropf-are p, .file-drop-area p, .xml-drop-area p, .userfile-drop-area p, #kiprocess p {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8); /* Leicht durchsichtig */
}
#uploadProgressText {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #fff;
}
.videowaiting {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3); /* Leicht durchsichtig */
}
.sortable-end-gap {
  opacity: 0;
}
.upload-progress-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 12px; /* 16:9 Format grob */
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  border: 1px solid #FFF;
  z-index: 10000;
  pointer-events: none;
}
.upload-progress-bar {
  height: 12px;
  width: 100%;
  background-color: #4CAF50;
  border-radius: 6px;
  transition: width 0.2s ease;
}
#progressBar, #progressesBar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4CAF50;
  text-align: center;
  color: white;
}
#progressesBar {
  height: 20px !important;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#processingMessage {
  animation: fadeInOut 3s ease-in-out infinite;
}
/* ##################################################################################SOCIALMEDIA */
#socialmedia_module ul, #socialmediaselect_module ul {
  height: 600px !important;
}
#socialmedia_module li, #socialmediaselect_module li, #tag_module li, #tagselect_module li {
  background: #1141bf;
  color: #FFF;
  padding: 20px;
  float: left;
  font-size: 18px;
  text-align: center;
  width: calc(25% - 10px);
  margin: 5px;
}
#socialmedia_module li {
  width: 100%;
  margin: 10px 0;
  height: 110px !important;
  text-align: left;
  float: none;
  font-size: 34px;
}
#socialmediaselect_module li > .cms_eingabe {
  display: none;
  width: calc(100% - 230px);
}
#socialmedia_module li > .cms_eingabe {
  display: block;
  width: calc(100% - 230px);
  float: left;
  margin: 0;
}
#socialmedia_module li > .cms_eingabe.special {
  display: block;
  width: 70px;
  float: left;
  margin: 0 0 0 10px;
}
#socialmediaselect_module li > .cms_eingabe.special {
  display: none;
}
#socialmediaselect_module li > .socialbutton {
  display: none;
}
#socialmedia_module li > .socialbutton {
  display: block;
}
.socialbutton {
  background: transparent;
  font-family: custom_font;
  font-size: 30px;
  color: #FFF;
  cursor: pointer;
  border: none;
  width: 40px;
  margin: 0 10px;
  float: right;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.socialbutton:hover {
  color: #f0fff0;
}
#socialmedia_module li i {
  float: left;
  line-height: 60px;
  margin: 5px 20px 5px 5px;
}
.url-invalid {
  border-color: red;
  background-color: #fff0f0;
}
.url-saved {
  border-color: green;
  background-color: #f0fff0;
}
.instagram-feed {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.insta-post {
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.insta-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
facebook {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
}
.agent-confirm-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  padding: 40px;
  color: #000;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 3px;
}
.agent-confirm-text {
  color: #000;
  text-align: center;
  margin: 0 auto 30px auto;
}
.agent-confirm-text ul {
  list-style: none;
}
.agent-confirm-area button {
  padding: 10px 20px;
  font-size: 15px;
  border: none;
  margin: 0 5px;
  border-radius: 8px;
  cursor: pointer;
  background: #000;
  color: white;
  transition: background 0.3s;
}
.agent-confirm-area button.no {
  background: #aaa;
}
.agent-confirm-area button:hover {
  opacity: 0.85;
}
/* ##################################################################################Special Video */
.cms_video {
  position: relative;
  width: 100%; /* desired width */
}
.cms_video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.cms_video iframe, .cms_video video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* #################################################################################WIKI*/
.meineliste ul {
  list-style: none;
}
.meineliste.email ul {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
}
.meineliste li {
  position: relative;
  padding: 10px;
  width: calc(25% - 20px);
  margin: 10px;
  float: left;
  overflow: hidden;
  background: #efefef;
  border: 1px solid #999;
  height: 80px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.meineliste.email li {
  padding: 25px;
  height: 200px;
  background: #efefef;
}
.meineliste li:hover {
  background: #fff;
}
.meineliste li.fuller {
  padding: 10px;
  width: calc(100% - 20px);
  margin: 0 10px;
  float: none;
  overflow: hidden;
  border: 0px;
  background: transparent;
  height: 80px;
  line-height: 60px;
  text-align: center;
}
.meineliste li.fuller > .video_edit {
  width: 100%;
  color: #FFF;
  height: 60px;
  background: rgba(0, 0, 0, 0.8) !important;
}
.meineliste li.mover {
  position: relative;
  width: calc(25% - 22px);
  cursor: move;
  height: 200px;
  overflow: hidden;
  list-style: none;
  float: left;
  padding: 0.4%;
  margin: 10px;
  border: 1px solid #333;
  text-align: center;
}
.meineliste li.fuller > .video_edit button, #mieterdash .video_edit button, #immoLeft .video_edit button, #immosubLeft .video_edit button, #newsletter-overview-list .video_edit button, .gewinn-entry .video_edit button, #umfragenLeft .video_edit button {
  float: right;
}
#umfragenLeft .video_edit button {
    padding:2px;
}

/* #################################################################################NEWSLETTER*/
#newsletteroverviewLeft ul li > .video_edit i {
  width: 25px;
  color: #FFF;
}
#umfrageLeft ul li >.video_edit i {
    width: 25px;

}
#newsletteroverviewLeft ul li > .video_edit {
  width: 100%;
  color: #FFF;
  height: 60px;
  background: rgba(0, 0, 0, 0.8) !important;
}
#newsletteroverviewLeft ul {
  list-style: none;
}
#newsletteroverviewLeft li, #newsletterLeft li {
  position: relative;
  padding: 25px;
  width: calc(25% - 20px);
  margin: 10px;
  float: left;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #999;
}
#newsletteroverviewLeft li {
  background: #efefef;
  width: calc(33.333% - 20px);
}
#newsletteroverviewLeft li {
  background: #FFF;
  padding: 0;
}
#newsletteroverviewLeft li .nloverview {
  background: #666;
  padding: 20px;
  height: auto;
  overflow: hidden
}
#newsletteroverviewLeft .nloverview div {
  color: #FFF;
  float: left;
  width: 70px;
}
#newsletterLeft li {
  height: 300px;
}
#newsletterLeft h3 {
  background: #000 !important;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  padding: 5px;
  color: #FFF;
  z-index: 5;
  font-size: 15px;
}
/* ##################################################################################SHOPMIX */
#mixLeft li {
    position: relative;
    padding: 25px;
    width: calc(25% - 20px) !important;
    min-height: 250px !important;
    height:250px;
    margin: 10px;
    float: left;
    overflow: hidden;
    background: #FFF ;
    border: 1px solid #999;
}
#mixLeft .video_edit i {
    width: 35px;
    font-size: 20px !important;
    padding: 0;
    line-height: 20px !important;
}
#mixLeft .video_edit {
    background: rgba(0, 0, 0, 0.8) !important;
    top: 0;
    left: 50%;
    z-index: 5;
    font-size: 18px;
    transform: translateX(-50%);
}
@media (max-width: 1600px) {
  .underlabel > label {
    width: 25%;
  }
    #umfragenLeft li {
        width: calc(33.33% - 20px) !important;
    }
}
@media (max-width: 1400px) {
  myeditorwindow {
    margin: 50px 20px 20px 20px;
    width: calc(100% - 40px);
  }
  .service_container {
    width: calc(16.6% - 60px);
    margin: 30px;
  }
  .service_icon:hover::after {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
  }
  .cms_eingabe_style_container {
    width: 50% !important;
  }
    #umfragenLeft li {
        width: calc(50% - 20px) !important;
    }
}
@media (max-width: 1200px) {
  .meineliste li {
    width: calc(33.33% - 20px);
  }
  .vertraege_container, .benutzer_container, .cms_container, .file_container, .mo_container, #kategorieLeft li, #gruppenLeft li {
    width: calc(33.3% - 20px);
  }
  .service_container {
    width: calc(16.6% - 40px);
    margin: 20px;
  }
  .service_icon i {
    font-size: 30px;
  }
  .myfiles.vier li {
    width: calc(33.3% - 20px) !important;
  }
  #gewinnContainerLeft li, #newsletterLeft li, #immosubLeft li, #wikisubLeft li, #acontainerLeft li, #angebotContainerLeft li {
    width: calc(33.333% - 20px);
    margin: 10px;
  }
  .shoppingcontainer {
    width: calc(33.33% - 20px);
    float: left;
    padding: 15px;
    margin: 10px;
  }
  .underlabel > label {
    width: 33.333%;
  }
}
@media (max-width: 1024px) {
  #configdsvgo .cms_eingabe_style_container label:nth-of-type(2) {
    display: none;
  }
    #umfragenLeft li {
        width: calc(100% - 20px) !important;
    }
  .cms_eingabe_style_container {
    width: 100% !important;
  }

  /* ##################################################################################SOCIALMEDIA */
  #socialmedia_module li, #socialmediaselect_module li, #tag_module li, #tagselect_module li {
    padding: 10px;
    font-size: 14px;
    width: calc(50% - 5px);
    margin: 2.5px;
  }
  #socialmedia_module li {
    width: 100%;
    margin: 2.5px 0;
    height: 55px !important;
    font-size: 18px;
  }
  #socialmedia_module li i {
    float: left;
    font-size: 14px;
    line-height: 40px;
    margin: 2.5px 5px 2.5px 0px;
  }
  .socialbutton {
    font-size: 18px;
    color: #FFF;
    width: 20px;
    margin: 0 5px;
    float: right !important;
  }
  #socialmedia_module li .cms_eingabe {
    font-size: 14px;
    padding: 5px;
    width: calc(100% - 150px);
    margin: 2px 0 0 0;
  }
  #socialmedia_module li > .cms_eingabe.special {
    display: block;
    width: 50px;
    float: left;
    margin: 0 0 0 5px;
  }
  .meineliste li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1024px) {
  .usertab {
    width: calc(20% - 5px);
    margin-right: 5px;
    padding: 15px;
    font-size: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .service_container {
    width: calc(20% - 40px);
    margin: 20px;
  }
  #webseitenLeft li {
    width: calc(50% - 10px);
  }
  .vertraege_container, .benutzer_container, .cms_container, .file_container, .mo_container, #kategorieLeft li, #gruppenLeft li {
    width: calc(50% - 20px);
  }
  container.cmsiconcontainer {
    margin-top: 150px;
  }
  .basismove li {
    width: calc(50% - 10px);
    padding: 10px;
    font-size: 16px;
  }
  .draganddrop ul li {
    height: 50px !important;
  }
  .myfiles.vier li {
    padding: 25px;
    width: calc(50% - 20px) !important;
    margin: 10px;
  }
  .myfiles li {
    width: calc(50% - 10px);
  }
  #gewinnContainerLeft li {
    width: calc(50% - 20px);
    margin: 10px;
  }
  #newsletteroverviewLeft li, #newsletterLeft li, #immosubLeft li, #wikisubLeft li, #acontainerLeft li, #angebotContainerLeft li {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .shoppingcontainer {
    width: calc(50% - 20px);
    padding: 15px;
    margin: 10px;
  }
  .statbox.four, .statbox.half {
    float: none !important;
    width: calc(100%);
  }
  h3.boxheader.four, h3.boxheader, h3.boxheader.half {
    display: none;
  }
  .datentabelle > .bezeichner, .daten_tabelle > .bezeichner {
    font-size: 12px;
  }
  .datentabelle > .bezeichner i, .datentabelle .bezeichner a i {
    font-size: 15px;
  }
  .daten_tabelle > .bezeichner {
    line-height: 20px;
  }
  .legende {
    font-size: 12px;
  }
  .legende i {
    margin: 0 5px 0 2px;
  }
  .gewaehlt, .nichtgewaehlt {
    padding: 4px;
    font-size: 15px;
    border-radius: 2px;
  }
  .config-box.kalender > div {
    width: calc(49%) !important;
  }
  .underlabel > label {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .usertab {
    width: 100% !important;
    margin-right: 0px;
    padding: 15px;
    font-size: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .mygroup .usertab:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .myfiles.vier li {
    padding: 5px;
    width: calc(100%) !important;
    margin: 5px 0;
  }
  .myfiles li {
    width: 100% !important;
    margin: 5px 0 !important;
  }
  .myfiles ul {
    display: block;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .draganddrop ul {
    padding: 4px;
  }
  .vertraege_container, .benutzer_container, .cms_container, .file_container, .mo_container, #kategorieLeft li, #gruppenLeft li {
    width: calc(100% - 20px);
  }
  .meineliste li {
    width: calc(100%);
    margin: 10px 0;
  }
  #gewinnContainerLeft li {
    width: calc(100%);
    margin: 10px 0;
  }
  #newsletteroverviewLeft li, #newsletterLeft li, #immosubLeft li, #wikisubLeft li, #acontainerLeft li, #angebotContainerLeft li {
    width: calc(100%);
    margin: 10px 0;
  }
  .shoppingcontainer {
    width: calc(100%);
    margin: 10px 0;
  }
  .config-box.auswahl .cms_eingabe {
    width: 100% !important;
    margin: 5px 0;
    font-size: 12px;
    padding: 5px;
  }
  .basismove li {
    width: 100%;
    margin: 3px 0;
    padding: 10px;
    font-size: 16px;
  }
  .config-box.kalender > div {
    width: calc(100%) !important;
    margin: 0 0 1% 0 !important;
  }
}
@media (max-width: 625px) {
  .service_container {
    width: calc(25% - 20px);
    margin: 10px;
  }
  .basismove li {
    width: calc(100%);
    margin: 3px 0;
    padding: 5px;
    font-size: 12px;
  }
  .draganddrop ul li {
    height: 30px !important;
  }
  #webseitenLeft li {
    width: calc(100%);
    margin: 5px 0;
  }
  .datentabelle > .bezeichner, .daten_tabelle > .bezeichner {
    font-size: 10px;
  }
  .datentabelle > .bezeichner i, .datentabelle .bezeichner a i {
    font-size: 12px;
  }
  .daten_tabelle > .bezeichner {
    line-height: 14px;
  }
  .legende {
    font-size: 10px;
  }
  .legende i {
    margin: 0 2px 0 2px;
  }
  .gewaehlt, .nichtgewaehlt {
    padding: 2px;
    font-size: 12px;
    border-radius: 2px;
  }
  h2 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .cms_eingabe_icon {
    width: 30px;
    padding: 10px;
  }
  .cms_eingabe_icon i {
    font-size: 15px;
  }
  .cms_eingabe {
    font-size: 15px;
    padding: 10px;
    width: calc(100% - 40px);
    margin: 2px 5px 0 0;
  }
  .cms_eingabe_style_container > label {
    padding: 10px;
    font-size: 15px;
  }
  myhead {
    padding: 20px 10px 20px;
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  myhead i {
    font-size: 25px;
    color: #FFF;
    margin: 0 10px 0 0;
  }
  containersave {
    border-bottom-left-radius: 20px;
    padding: 10px 20px;
    display: block;
    height: 50px;
    box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.6);
  }
  containersave button, suchfenster button, containersave icon {
    margin: 0 2.5px;
    height: 30px;
    width: 30px;
  }
  containersave button i, suchfenster button i, containersave icon i {
    font-size: 15px;
  }
}
@media (max-width: 512px) {
  .service_container {
    width: calc(33.333% - 20px);
    margin: 10px;
  }
  .underlabel > label {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .service_container {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .service_icon:hover::after {
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
  }
  myeditorwindow {
    margin: 50px 0 !important;
    width: calc(100%) !important;
  }
}
.status-error { color: red; }
.status-warning { color: orange; }
.status-success { color: green; }
.badge-blue { color: blue; font-weight: bold; }
.alert-danger { background: #f8d7da; color: #721c24; padding: 10px; }
.alert-warning { background: #fff3cd; color: #856404; padding: 10px; }
.system_message { padding: 10px; margin-bottom: 10px; }
.system_message.error { background: #f8d7da; color: #721c24; }
.system_message.success { background: #d4edda; color: #155724; }
.checkbox-label { display: flex; align-items: center; gap: 8px;  }
/* Calculation Styles */
.calc-label {
    width: 120px;
    float: left;
    padding: 5px;
    font-size: 12px;
    color: #666;
}

.calc-field {
    width: 120px;
    float: right;
    border: 0;
    padding: 2px;
    text-align: right;
    background: transparent;
}

.calc-field-small {
    width: 60px;
    float: right;
    border: 0;
    padding: 2px;
    text-align: right;
    background: transparent;
}

.calc-operator {
    float: right;
    padding: 5px;
    color: #999;
}
/* Document Upload */
.doc-upload-row {
    position: relative;
}

.doc-upload-row.uploading {
    opacity: 0.5;
    pointer-events: none;
}

.doc-preview {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.doc-preview a {color: #000;}
.doc-link,
.doc-delete,
.doc-no-file,
.doc-mail-status {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}

.doc-delete:hover {
    color: red;
}

.sent-date {
    color: green;
    font-size: 11px;
}

/* Send Button */
.sendbutton {
    background: #333;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

.sendbutton:hover {
    background: #555;
}

.sendbutton.sending {
    opacity: 0.5;
}

.calc-result {
    border-top: 2px solid #000;
    border-radius: 0;
    font-weight: bold;
}

.calc-empty {
    color: #999;
    font-style: italic;
    padding: 10px;
}
/* #################################################################################IKTS*/

#serviceLeftadding ul {
    list-style: none !important;
    cursor: move;
    height: auto;
    overflow: hidden;
}
#doc_gruppen_module li {
    height: 100px !important;
}
#doc_gruppenselect_module li {
    width: calc(100% - 10px);
}
.iktssmall .cms_eingabe {
    padding: 8px;
    font-size: 15px;
    font-family: Arial, sans-serif;
}
.iktssmall .cms_eingabe_icon {
    padding: 8px;
}
.iktssmall .cms_eingabe_icon i {
    font-size: 20px;
}
.iktssmall .cms_eingabe_style_container > label {
    padding: 8px;
    font-size: 15px;
}
.iktssmall h2 {
    font-size: 18px;
    height: auto;
    line-height: 20px;
    margin-bottom: 0px;
}
.IKTS {
    background: #f5c506 !important;
    color: #000 !important;
}

.report_question{
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
    border-bottom:1px solid #333;
    font-family: header;
    margin:20px auto 10px;
}
.report_answer{
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
    margin-bottom:10px;
}
.cms_eingabe_button {
    background: #ccc;
    font-family: custom_font;
    font-size: 20px;
    color: #000;
    border: 0;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    padding: 20px;
    float: left;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.cms_eingabe_button:hover {
    background: #333;
    color: #FFF;
}
.quickdetails {
    position: relative;
    height: auto;
    overflow: hidden;
}
.sendbutton {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    border: 1px solid #000;
    font-size: 30px;
    padding: 20px;
    background: #f5c506 !important;
    color: #000 !important;
   width:80px;
    height:80px;
    text-align: center;
    transition: all 0.6s linear;
}
.sendbutton.red{
    background:red !important;
}
.sendbutton.small{
    position: relative;
    display:inline-block;
    top:0;
    font-size: 20px;
    right:auto;
    padding: 10px;
}
.sendbutton:hover {
    background: #FFFFFF !important;
}
#addtax .daten_tabelle:hover {
    background: #ccc !important;
}
.zusatzinfo {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #efefef;
    color: #000 !important;
    padding: 5px;
}
/* Zeige die zusätzlichen Informationen an, wenn das Element gehovert wird */
.guide_info:hover .zusatzinfo {
    display: block;
}
.tourenuebersicht {
    overflow: hidden !important;
    position: relative;
    padding: 20px;
}
.tourtabelle {
    height: 30px !important;
    overflow: hidden;
}
.row {
    width: 80px;
    text-align: center;
    padding: 2px;
    height: 30px;
    font-size: 9px;
    line-height: 30px;
    position: relative;
    background: #FFF;
    border-bottom: 1px solid #ccc;
    float: left;
}
.row.small {
    width: 30px;
    border-right: 1px solid #CCC;
}
.row i {
    color: #FFF;
    font-size: 20px;
}
.previewtext {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 16px;
}
button.downloader {
    padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
button.downloader:hover {
    background: #FFF;
    border-radius: 20px;
}
#shorteditor {
    display: none;
    position: fixed !important;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    background: white;
    border: 1px solid #ccc;
    z-index: 100;
}
.smallclose, .smalledit, .smallreload, .smallnext {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #000;
    cursor: pointer;
    color: #FFF;
    border-radius: 50%;
}
.smallnext {
    right: 120px;
}
.smalledit {
    right: 70px;
}
.smallreload {
    right: 170px;
}
.mx {
    margin-top: 50px;
    border: 1px solid #ccc;
    position: relative;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    max-width: 97% !important;
    width: 97% !important;
}
.clr-picker{display:none;flex-wrap:wrap;position:absolute;width:200px;z-index:1000;border-radius:10px;background-color:#fff;justify-content:flex-end;direction:ltr;box-shadow:0 0 5px rgba(0,0,0,.05),0 5px 20px rgba(0,0,0,.1);-moz-user-select:none;-webkit-user-select:none;user-select:none}.clr-picker.clr-open,.clr-picker[data-inline=true]{display:flex}.clr-picker[data-inline=true]{position:relative}.clr-gradient{position:relative;width:100%;height:100px;margin-bottom:15px;border-radius:3px 3px 0 0;background-image:linear-gradient(rgba(0,0,0,0),#000),linear-gradient(90deg,#fff,currentColor);cursor:pointer}.clr-marker{position:absolute;width:12px;height:12px;margin:-6px 0 0 -6px;border:1px solid #fff;border-radius:50%;background-color:currentColor;cursor:pointer}.clr-picker input[type=range]::-webkit-slider-runnable-track{width:100%;height:16px}.clr-picker input[type=range]::-webkit-slider-thumb{width:16px;height:16px;-webkit-appearance:none}.clr-picker input[type=range]::-moz-range-track{width:100%;height:16px;border:0}.clr-picker input[type=range]::-moz-range-thumb{width:16px;height:16px;border:0}.clr-hue{background-image:linear-gradient(to right,red 0,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red 100%)}.clr-alpha,.clr-hue{position:relative;width:calc(100% - 40px);height:8px;margin:5px 20px;border-radius:4px}.clr-alpha span{display:block;height:100%;width:100%;border-radius:inherit;background-image:linear-gradient(90deg,rgba(0,0,0,0),currentColor)}.clr-alpha input[type=range],.clr-hue input[type=range]{position:absolute;width:calc(100% + 32px);height:16px;left:-16px;top:-4px;margin:0;background-color:transparent;opacity:0;cursor:pointer;appearance:none;-webkit-appearance:none}.clr-alpha div,.clr-hue div{position:absolute;width:16px;height:16px;left:0;top:50%;margin-left:-8px;transform:translateY(-50%);border:2px solid #fff;border-radius:50%;background-color:currentColor;box-shadow:0 0 1px #888;pointer-events:none}.clr-alpha div:before{content:'';position:absolute;height:100%;width:100%;left:0;top:0;border-radius:50%;background-color:currentColor}.clr-format{display:none;order:1;width:calc(100% - 40px);margin:0 20px 20px}.clr-segmented{display:flex;position:relative;width:100%;margin:0;padding:0;border:1px solid #ddd;border-radius:15px;box-sizing:border-box;color:#999;font-size:12px}.clr-segmented input,.clr-segmented legend{position:absolute;width:100%;height:100%;margin:0;padding:0;border:0;left:0;top:0;opacity:0;pointer-events:none}.clr-segmented label{flex-grow:1;margin:0;padding:4px 0;font-size:inherit;font-weight:400;line-height:initial;text-align:center;cursor:pointer}.clr-segmented label:first-of-type{border-radius:10px 0 0 10px}.clr-segmented label:last-of-type{border-radius:0 10px 10px 0}.clr-segmented input:checked+label{color:#fff;background-color:#666}.clr-swatches{order:2;width:calc(100% - 32px);margin:0 16px}.clr-swatches div{display:flex;flex-wrap:wrap;padding-bottom:12px;justify-content:center}.clr-swatches button{position:relative;width:20px;height:20px;margin:0 4px 6px 4px;padding:0;border:0;border-radius:50%;color:inherit;text-indent:-1000px;white-space:nowrap;overflow:hidden;cursor:pointer}.clr-swatches button:after{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:inherit;background-color:currentColor;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}input.clr-color{order:1;width:calc(100% - 80px);height:32px;margin:15px 20px 20px auto;padding:0 10px;border:1px solid #ddd;border-radius:16px;color:#444;background-color:#fff;font-family:sans-serif;font-size:14px;text-align:center;box-shadow:none}input.clr-color:focus{outline:0;border:1px solid #1e90ff}.clr-clear,.clr-close{display:none;order:2;height:24px;margin:0 20px 20px;padding:0 20px;border:0;border-radius:12px;color:#fff;background-color:#666;font-family:inherit;font-size:12px;font-weight:400;cursor:pointer}.clr-close{display:block;margin:0 20px 20px auto}.clr-preview{position:relative;width:32px;height:32px;margin:15px 0 20px 20px;border-radius:50%;overflow:hidden}.clr-preview:after,.clr-preview:before{content:'';position:absolute;height:100%;width:100%;left:0;top:0;border:1px solid #fff;border-radius:50%}.clr-preview:after{border:0;background-color:currentColor;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.clr-preview button{position:absolute;width:100%;height:100%;z-index:1;margin:0;padding:0;border:0;border-radius:50%;outline-offset:-2px;background-color:transparent;text-indent:-9999px;cursor:pointer;overflow:hidden}.clr-alpha div,.clr-color,.clr-hue div,.clr-marker{box-sizing:border-box}.clr-field{display:inline-block;position:relative;color:transparent}.clr-field input{margin:0;direction:ltr}.clr-field.clr-rtl input{text-align:right}.clr-field button{position:absolute;width:30px;height:100%;right:0;top:50%;transform:translateY(-50%);margin:0;padding:0;border:0;color:inherit;text-indent:-1000px;white-space:nowrap;overflow:hidden;pointer-events:none}.clr-field.clr-rtl button{right:auto;left:0}.clr-field button:after{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:inherit;background-color:currentColor;box-shadow:inset 0 0 1px rgba(0,0,0,.5)}.clr-alpha,.clr-alpha div,.clr-field button,.clr-preview:before,.clr-swatches button{background-image:repeating-linear-gradient(45deg,#aaa 25%,transparent 25%,transparent 75%,#aaa 75%,#aaa),repeating-linear-gradient(45deg,#aaa 25%,#fff 25%,#fff 75%,#aaa 75%,#aaa);background-position:0 0,4px 4px;background-size:8px 8px}.clr-marker:focus{outline:0}.clr-keyboard-nav .clr-alpha input:focus+div,.clr-keyboard-nav .clr-hue input:focus+div,.clr-keyboard-nav .clr-marker:focus,.clr-keyboard-nav .clr-segmented input:focus+label{outline:0;box-shadow:0 0 0 2px #1e90ff,0 0 2px 2px #fff}.clr-picker[data-alpha=false] .clr-alpha{display:none}.clr-picker[data-minimal=true]{padding-top:16px}.clr-picker[data-minimal=true] .clr-alpha,.clr-picker[data-minimal=true] .clr-color,.clr-picker[data-minimal=true] .clr-gradient,.clr-picker[data-minimal=true] .clr-hue,.clr-picker[data-minimal=true] .clr-preview{display:none}.clr-dark{background-color:#444}.clr-dark .clr-segmented{border-color:#777}.clr-dark .clr-swatches button:after{box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}.clr-dark input.clr-color{color:#fff;border-color:#777;background-color:#555}.clr-dark input.clr-color:focus{border-color:#1e90ff}.clr-dark .clr-preview:after{box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.clr-dark .clr-alpha,.clr-dark .clr-alpha div,.clr-dark .clr-preview:before,.clr-dark .clr-swatches button{background-image:repeating-linear-gradient(45deg,#666 25%,transparent 25%,transparent 75%,#888 75%,#888),repeating-linear-gradient(45deg,#888 25%,#444 25%,#444 75%,#888 75%,#888)}.clr-picker.clr-polaroid{border-radius:6px;box-shadow:0 0 5px rgba(0,0,0,.1),0 5px 30px rgba(0,0,0,.2)}.clr-picker.clr-polaroid:before{content:'';display:block;position:absolute;width:16px;height:10px;left:20px;top:-10px;border:solid transparent;border-width:0 8px 10px 8px;border-bottom-color:currentColor;box-sizing:border-box;color:#fff;filter:drop-shadow(0 -4px 3px rgba(0,0,0,.1));pointer-events:none}.clr-picker.clr-polaroid.clr-dark:before{color:#444}.clr-picker.clr-polaroid.clr-left:before{left:auto;right:20px}.clr-picker.clr-polaroid.clr-top:before{top:auto;bottom:-10px;transform:rotateZ(180deg)}.clr-polaroid .clr-gradient{width:calc(100% - 20px);height:120px;margin:10px;border-radius:3px}.clr-polaroid .clr-alpha,.clr-polaroid .clr-hue{width:calc(100% - 30px);height:10px;margin:6px 15px;border-radius:5px}.clr-polaroid .clr-alpha div,.clr-polaroid .clr-hue div{box-shadow:0 0 5px rgba(0,0,0,.2)}.clr-polaroid .clr-format{width:calc(100% - 20px);margin:0 10px 15px}.clr-polaroid .clr-swatches{width:calc(100% - 12px);margin:0 6px}.clr-polaroid .clr-swatches div{padding-bottom:10px}.clr-polaroid .clr-swatches button{width:22px;height:22px}.clr-polaroid input.clr-color{width:calc(100% - 60px);margin:10px 10px 15px auto}.clr-polaroid .clr-clear{margin:0 10px 15px 10px}.clr-polaroid .clr-close{margin:0 10px 15px auto}.clr-polaroid .clr-preview{margin:10px 0 15px 10px}.clr-picker.clr-large{width:275px}.clr-large .clr-gradient{height:150px}.clr-large .clr-swatches button{width:22px;height:22px}.clr-picker.clr-pill{width:380px;padding-left:180px;box-sizing:border-box}.clr-pill .clr-gradient{position:absolute;width:180px;height:100%;left:0;top:0;margin-bottom:0;border-radius:3px 0 0 3px}.clr-pill .clr-hue{margin-top:20px}
/* #################################################################################BASIC */



img {
  max-width: 100%;
}
body.mceContentBody {
  background: #ccc;
  color: #000;
}
a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
a:hover {
  color: #CCC;
}
a:visited {
  color: #FFF;
}
h1, h2, h3, h4 {
  font-family: custom_font;
}
h2 {
  font-size: 20px;
  text-align: center;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}
#kiprocess {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: 400% 400%;
  background-image: linear-gradient(45deg, rgba(4, 245, 219, 0.5), rgba(5, 155, 246, 0.5), rgba(4, 245, 219, 0.5), rgba(5, 155, 246, 0.5));
  animation: gradientAnimation 10s ease infinite, fadeInOut 3s ease-in-out infinite;
}

/* #################################################################################Loader*/

.trenner {
  clear: both;
}

/* #################################################################################STATISTIKEN */
h3.boxheader {
  position: relative;
  margin: 20px 5px;
  padding: 20px;
  text-align: center;
}
.statbox {
  position: relative;
  margin: 20px 5px;
  border: 1px dotted #666;
  padding: 20px;
}
.statbox.half, h3.boxheader.half {
  float: left !important;
  width: calc(50% - 10px);
}
.statbox.four, h3.boxheader.four {
  float: left !important;
  width: calc(33.33% - 10px);
}
.statistica {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  overflow: hidden;
  border: 1px solid #333;
  padding: 1%;
  list-style: none;
}
.statistica li {
  float: left;
  width: 20%;
  padding: 0;
  font-size: 12px;
  font-weight: 100;
  list-style: none;
}
button.downloader {
  padding: 20px;
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
button.downloader:hover {
  background: #FFF;
  border-radius: 20px;
}
/* #################################################################################GOOGLE */
.google {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#map_canvas, #ymap {
  position: relative;
  width: 100%;
  height: 300px;
}
#ymap {
  margin: 20px auto;
}
.my-marker {
  width: 45px;
  height: 45px;
  padding: 2.5px;
  background: #fff;
}
.my-marker img {
  width: 100%;
  height: auto;
}
/* #################################################################################USER EDIT */
.usertab {
  width: calc(20% - 5px);
  margin-right: 5px;
  padding: 25px;
  font-size: 20px;
  float: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: left;
  cursor: pointer;
  background: #ddd;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.usertab.aktiv, .usertab:hover {
  color: #000;
  background: -moz-linear-gradient(top, rgba(150, 193, 31, 0.99) 0%, rgba(150, 193, 31, 0.1) 100%);
  background: -webkit-gradient(inear, left top, left bottom, color-stop(0%, rgba(150, 193, 31, 0.99)), color-stop(100%, rgba(150, 193, 31, 0.1)));
  background: -webkit-linear-gradient(top, rgba(150, 193, 31, 0.99) 0%, rgba(150, 193, 31, 0.1) 100%);
  background: -o-linear-gradient(top, rgba(150, 193, 31, 0.99) 0%, rgba(150, 193, 31, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(150, 193, 31, 0.99) 0%, rgba(150, 193, 31, 0.1) 100%);
}
#formulare {
  position: relative;
  width: 100%;
  clear: left;
  padding: 15px;
  background: rgba(150, 193, 31, 0.1);
}
.user_akte {
  position: relative;
  width: 100%;
  padding: 1%;
  cursor: pointer;
  font-size: 14px;
  height: auto;
  overflow: hidden;
  display: none;
}

/* ##################################################################################FOOTER */
#footer {
  clear: both;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  color: #333;
}
#footer a {
  color: #FFF;
}
#footer a:hover {
  color: #CCC;
}
.footer_inner {
  position: relative;
  margin: 0 auto;
  width: 60%;
  min-width: 320px;
  text-align: center;
  height: 50px;
}
#footer i {
  font-size: 20px;
  padding-right: 5px;
  color: #FFF;
}


/* ##################################################################################BENUTZER */

.saveme > div {
  display: none;
}



/* ##################################################################################BЕNUTZEREDIT */
#adduser, #edituser {
  text-align: center !important;
}
#adduser i, #edituser i {
  font-size: 60px;
  line-height: 150px;
}
#edituser > .fa {
  cursor: pointer;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
#edituser i > div, .savebutton i > div, .fa-laptop > div, .fa-hdd > div {
  display: none;
}
#edituser > .fa:hover {
  color: #333 !important;
}
.benutzer_name {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: grey;
  font-size: 18px;
}

button.cms_input {
  background-size: 400% 400%;
  background-image: linear-gradient(45deg, rgba(4, 245, 219, 0.5), rgba(5, 155, 246, 0.5), rgba(4, 245, 219, 0.5), rgba(5, 155, 246, 0.5));
  animation: gradientAnimation 10s ease infinite;
  font-family: custom_font;
  font-size: 20px;
  color: #FFF;
  border: 0px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  max-width: calc(100% - 90px);
  margin: 2px 20px 0 0;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
button.cms_input:hover {
  -webkit-box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.67);
  box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.67);
}
.config-box.auswahl .cms_eingabe {
  background: #fff;
}


/* ##################################################################################CONTAINER GRUNDGERÜST */





.ki_usage input {
  z-index: 20;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
}



suchfenster {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.0) 5px);
  padding: 15px;
  font-size: 20px;
  line-height: 50px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.editor-window {
  position: relative;
  width: 100%;
  padding: 20px;
  height: auto;
  overflow: hidden;
  min-height: 100px;
}
.editor-window h2 > div {
  position: relative;
  width: 50%;
  float: left;
}
.editor-window h2 > .dreiteiler {
  position: relative;
  width: 33.333%;
  float: left;
}
.display-header {
  position: relative;
  width: 100%;
  font-size: 24px;
  padding: 15px;
  height: auto;
  overflow: hidden;
}
.config-box {
  position: relative;
  height: auto;
  overflow: hidden;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.0) 5px);
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}


/* ##################################################################################KI */
#meineki {
  width: 90px;
  padding: 5px;
}
#meineki img {
  width: 80px !important;
  height: auto;
}
/* ##################################################################################SAP/YARDI */
.SAP .cms_eingabe::-webkit-input-placeholder, .YARDI .cms_eingabe::-webkit-input-placeholder, .cms_eingabe.SAP::-webkit-input-placeholder, .cms_eingabe.YARDI::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CCC;
}
.SAP {
  background: #014185 !important;
  color: #FFF !important;
}
.YARDI {
  background: #007dde !important;
  color: #FFF !important;
}
.SAP i {
  color: #FFF !important;
}
.YARDI i {
  color: #FFF !important;
}
/* ##################################################################################FONTAWSEOME*/
#awesomeresult {
  position: relative;
  width: 100%;
  display: none;
  height: auto;
  overflow: hidden;
}
.mypreview-awesome i {
  float: left;
  color: #666;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.mypreview-awesome i:hover {
  color: #000;
}

/* #################################################################################UMFRAGEN*/
#qcontainerLeft ul, #acontainerLeft ul {
  list-style: none;
  position: relative;
  cursor: move;
  height: auto;
  overflow: hidden;
}
#acontainerLeft li {
  position: relative;
  padding: 25px;
  width: calc(25% - 20px);
  margin: 10px;
  float: left;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #999;
}
/* #################################################################################GEWEINNSPIEL*/
#gewinnContainerLeft ul li > .video_edit {
  background: rgba(255, 255, 255, 1) !important;
  top: 30px;
  left: 50%;
  z-index: 5;
  font-size: 18px;
  transform: translateX(-50%);
}
#gewinnContainerLeft h3 {
  background: #fff !important;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 5px;
  color: #000;
  z-index: 5;
  font-size: 15px;
}
#gewinnContainerLeft ul, #userteilnehmer ul, #fragenLeft ul {
  list-style: none;
  position: relative;
  cursor: move;
  height: auto;
  overflow: hidden;
}
#gewinnContainerLeft li {
  position: relative;
  padding: 25px;
  width: calc(25% - 20px);
  margin: 10px;
  float: left;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #999;
}
#userteilnehmer li {
  position: relative;
  padding: 10px;
  width: calc(25% - 20px);
  margin: 10px;
  float: left;
  overflow: hidden;
  background: #efefef;
  border: 1px solid #999;
  height: 80px;
}

/* ##################################################################################Kalendar */
.calendar {
  display: flex;
  flex-flow: column;
}
.calendar .header .month-year {
  font-size: 20px;
  font-weight: bold;
  color: #636e73;
  padding: 20px 0;
}
.calendar .days {
  display: flex;
  flex-flow: wrap;
}
.calendar .days .day_name {
  width: calc(100% / 7);
  border-right: 1px solid #333;
  padding: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #818589;
  color: #fff;
  background-color: #FF0000;
}
.calendar .deleteicon {}
.calendar .days .day_name:nth-child(7) {
  border: none;
}
.calendar .days .day_num {
  display: flex;
  flex-flow: column;
  width: calc(100% / 7);
  border-right: 1px solid #e6e9ea;
  border-bottom: 1px solid #e6e9ea;
  padding: 15px;
  font-weight: bold;
  color: #7c878d;
  cursor: pointer;
  min-height: 100px;
}
.calendar .days .day_num span {
  display: inline-flex;
  width: 30px;
  font-size: 14px;
}
.calendar .days .day_num .event {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: #f7c30d;
  color: #fff;
  word-wrap: break-word;
}
.calendar .days .day_num:nth-child(7n+1) {
  border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
  background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
  background-color: #fdfdfd;
  color: #ced2d4;
  cursor: inherit;
}
.calendar .days .day_num.selected {
  background-color: #f1f2f3;
  cursor: inherit;
}
#kalender {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
}

/* #################################################################################WEBSITE DATEN DARSTELLUNG */
#webseitenLeft ul, #containerLeft ul, #openLeft ul, #newsandeventsconfigLeft ul {
  list-style: none;
  position: relative;
  cursor: move;
  height: auto;
  overflow: hidden;
}
#webseitenLeft ul {
  display: flex;
  flex-flow: wrap;
}
#webseitenLeft li {
  position: relative;
  padding: 10px;
  width: calc(33.33% - 10px);
  margin: 5px;
  float: left;
  overflow: hidden;
  background: #efefef;
  border: 1px solid #999;
  height: auto;
}
#webseitenContainerLeft li, #webseitenSubContainerLeft li, #webseitenLeft ul ul li {
  width: 100%;
  background: #fff;
}
/* #################################################################################MIETERSCHREIBEN*/
#mieterSchreibenleft ul {
  list-style: none;
}
#mieterSchreibenleft li img {
  width: 100% !important;
}




/* ##################################################################################REFERENZEN */
#referenzLeft .video_edit {
  background: #efefef !important;
  top: 30px;
  left: 50%;
  z-index: 5;
  font-size: 18px;
  transform: translateX(-50%);
}
#referenzLeft li {
  position: relative;
  height: 400px;
  overflow: hidden;
}
#referenzLeft li img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 60%;
  max-height: 70%;
  transform: translate(-50%, -50%);
}
#referenzLeft h2 {
  background: #000 !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #FFF;
  z-index: 5;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
}


.autorenliste li {
  background: #137e2a;
  color: #FFF;
}


