/* @import url('../../npm/bootstrap-5.0.2/dist/css/bootstrap.min.css'); */
#template {
  margin-top: 3rem;
}

#accordionFeature {
  margin-top: 15px;
}

.accordion-item {
  margin-bottom: 10px;
}

/* .accordion-button {
  border: 1px solid #f8f7f7 !important;
} */
@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.load {
  width: 100px;
  height: 100px;
  margin: 16rem auto 0;
  border: 10px solid #d6d4d8;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: 0.5s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: 0.5s ease-in;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.nohead {
  margin-top: 20px;
  margin-bottom: 0px;
}

.divForEditor {
  margin: 0px;
}

.divForEditor p {
  margin: 0px !important;
}

.heading {
  /* margin-top:20px; */
}

#content .accordion.baum6 h5.acc-body-heading {
  /* display: none; */
  font-size: 20px;
  padding: 10px;
  margin: 0;
  padding-top: 0;
}

.row1 {
  margin: 0;
  clear: both;
}