.main {
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
  
}

#terminliste {
  position:fixed;
  top:0px;
  right:0;
  z-index:9;
  background-color:#8667aa;
  font-size:1.5em;
  
}

.termin {
padding: 2vh;
width:90%; 
min-width:300px;  
    margin-bottom: 2vh;
    border: 1px solid #cfd8dc;
    
    -moz-box-shadow: 1px 1px 6px #a0a0a0;
    -webkit-box-shadow: 1px 1px 6px #a0a0a0;
    -khtml-box-shadow: 1px 1px 6px #a0a0a0;
    box-shadow: 1px 1px 6px #a0a0a0;"

}

.dropdown-toggle { outline: 0; }

.btn-toggle {
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #8667aa;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #8667aa;
}

.scrollarea {
  overflow-y:scroll;
}

.wrapx {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: -50px;
}

.buttonx {
  width:unset;
  min-height: 60px;
  transform: rotate(-90deg);
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #fff;
  background: #8667aa;
background: linear-gradient(90deg, rgba(158, 134, 183,1) 0%, rgba(134 103 170,1) 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(134, 103, 170,.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 15px;
  }

.buttonx::before {
content: '';
  border-radius: 1000px;
  min-width: calc(100% + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #8667aa;
  box-shadow: 0 0 60px rgba(134, 103, 170,.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
  
}

.buttonx:hover, .buttonx:focus {
  color: #fff;
  transform: translateY(-6px);
  transform: rotate(-90deg);
  background-color: #a7c500;
  width:unset;
}

.buttonx:hover::before, .buttonx:focus::before {
  opacity: 1;
}

.buttonx::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #8667aa;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 2.5s infinite 3s;  
}

.buttonx:hover::after, .buttonx:focus::after {
  animation: none;
  display: none;
}


@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 0.7;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}

.show {
 visibility:visible!important; 
  
}

#cardo{
 max-width:fit-content; 
}

.bn-cl>button:hover {
 background-color: #eee!important; 
}

.resbut {
  background:#674a8e!important;
  color:#fff!important;
  border:none;
}

.resbut:hover, .bn-cta:hover {
 box-shadow: 5px 5px 5px 5px grey;
  
  
}

.einzeltermine {
 height:85vh; 
}

