.schulung-cta-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}

.schulung-cta-wrapper .schulung-cta-item {
  position: relative;
  flex: 0 1 50%;
}

.schulung-cta-wrapper .schulung-cta-item select {
  width: 100%;
  padding: 10px 40px 10px 15px;
  height: 44px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFF;
  background-image: url(images/down-arrow.png);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 6px;
  border: 0px solid #dfdfdf;
  background-size: 32px 32px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.schulung-cta-wrapper .schulung-cta-item .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.et-fb-modal__support-notice {
  display: none;
}

.schulung-cta-wrapper .schulung-cta-item.schulung-cta-wrap {
  padding: 0 15px;
}

.schulung-cta-wrapper .schulung-cta-item.schulung-cta-wrap:before {
  content: '';
  width: 2px;
  height: 90px;
  position: absolute;
  left: -8px;
  top: -19px;
  background-color: #634372;
}

.schulung-cta-wrapper .schulung-cta-item.schulung-cta-wrap .schulung-cta-link {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  display: block;
  align-items: center;
  gap: 8px;
  padding-right: 20px;
}

.schulung-cta-wrapper .schulung-cta-item.schulung-cta-wrap .schulung-cta-link:after {
  content: '';
  background-image: url(images/arrow-right.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  position: absolute;
  right: 4px;
  top: -2px;
  width: 36px;
  height: 36px;
  transform: rotate(0deg)
}

.schulung-cta-wrapper .schulung-cta-item .dropdown-group .group-title>a,
.schulung-cta-wrapper .schulung-cta-item .dropdown-group .dropdown-item>a {
  padding-left: 0px;
  margin: 0px;
  line-height: 1.3;
}



/*****************************************************************************/
.schulung-cta-wrapper .custom-dropdown {
  background: white;
  padding: 1rem;
  max-width: 450px;
}

.schulung-cta-wrapper .dropdown-group {
  margin-bottom: 25px;
}

.schulung-cta-wrapper .group-title a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  display: block;
}

.schulung-cta-wrapper .dropdown-item a {
  display: block;
  color: #333;
  text-decoration: none;
}

.schulung-select option.is-category {
  font-weight: bold;
}

/********************************************/

.schulung-cta-wrapper .dropdown-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.schulung-cta-wrapper .dropdown-toggle {
  background-color: #FFF;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.schulung-cta-wrapper .dropdown-toggle:after {
  content: '';
  background-image: url(images/down-arrow.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 7px;
  width: 36px;
  height: 36px;
  transform: rotate(0deg)
}
.dropdown-menu a {
	touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.schulung-cta-wrapper .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  min-width: 100%;
  background: white;
  border: 1px solid #e5e5e5;
  z-index: 999;
  max-height: 400px;
  overflow-y: auto;
  padding: 15px 0px;
}

.schulung-cta-wrapper .dropdown-menu.open {
  display: block;
}

.schulung-cta-wrapper .dropdown-link {
  padding: 0px 15px;
  margin-bottom: 10px;
}

.schulung-cta-wrapper .dropdown-link a {
  text-decoration: none;
  color: #000;
  display: block;
  line-height: 1.3;
}

.schulung-cta-wrapper .dropdown-link a:hover {
  color: #464646;
}

.schulung-cta-wrapper .dropdown-category a {
  font-weight: bold;
}

.schulung-cta-wrapper .dropdown-spacer {
  height: 0px;
}

.arrow-same-size.et_pb_heading_3 {
  background-size: 36px 36px;
  background-position: right 2px center;
}

@media (max-width:1024px) and (min-width:992px) {
  .schulung-cta-wrapper .schulung-cta-item.schulung-cta-wrap .schulung-cta-link:after {
    top: 12px;
  }

  .schulung-cta-wrapper {
    top: 8px;
    position: relative;
  }

  .schulung-cta-wrapper .schulung-cta-item.schulung-cta-wrap:before {
    height: 117px;
  }
}


@media (max-width:767px) {
  .schulung-cta-wrapper {
    flex-wrap: wrap;
  }

  .schulung-cta-wrapper .schulung-cta-item {
    position: relative;
    flex: auto;
  }

  .schulung-cta-wrapper .schulung-cta-item.schulung-cta-wrap:before {
    content: none;
  }

  .schulung-cta-wrapper .schulung-cta-item.schulung-cta-wrap {
    padding-left: 0px;
  }

  .schulung-cta-wrapper .schulung-cta-item.schulung-cta-wrap .schulung-cta-link {
    line-height: 1.2;
  }

  .schulung-cta-wrapper .dropdown-group {
    font-size: 16px;
  }
}