@font-face {
  font-family: 'Inter', sans-serif;
  src: url(./fonts/OpenSans-Medium.ttf);
}
h1 {
  font: 'Inter', sans-serif;
}

#selectSpracheWrapper,
#selectDauerWrapper,
#selectKursWrapper,
#ausgewaehltKurs,
#selectBeginnWrapper {
  display: none;
}

.editItem {
  margin-left: 15px;
  font-size: 1.5rem;
}

select {
  width: 100%;
  height: 2.5rem;
}

#contentWrapper select {
  height: 100%;
}
select option {
  width: 100%;
}

/*
select option:nth-child(odd) {
  background-color: rgba(107, 150, 208, 0.5);
}

select option:nth-child(even) {
  background-color: #2e4e7f;
}
  */

#ausgewaehlt,
.ausgewaehlt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(5, 1fr); */
  gap: 1rem;
}

#fortbildungInformation {
  background-color: #ffed66;
  padding: 1em;
}

footer {
  margin: 3em 0 0 0;
}

.zwei_felder {
  display: inline-flex;
}

input.feld_kurz {
  width: 30% !important;
}

input.feld_lang {
  width: 65% !important;
}

input.abstand_rechts {
  margin-right: 5%;
}

input.abstand_links {
  margin-left: 5%;
}

@media screen and (max-width: 900px) {
  #ausgewaehlt {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*
#btnNextStep {
  width: auto;
  height: auto;
  padding: 0.75rem;
  margin-left: 50%;
  transform: translateX(-50%);
}
*/

#buttonWrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: right;
}

#buttonWrapper button {
  width: 45%;
}

#buttonWrapper button.before::before,
#buttonWrapper button.next::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
}

#buttonWrapper button.before::before {
  content: '\f060';
  padding-right: 1rem;
}

#buttonWrapper button.next::after {
  content: '\f061';
  padding-left: 1rem;
}

.selectWrapper {
  display: grid;
  grid-template-columns: 5fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  justify-content: center;
  grid-auto-rows: max-content;
  line-height: 1.5rem;
}

.selectWrapper .div1 {
  /* grid-area: 1/1/2/2; */
  line-height: 1.5rem;
}

.selectWrapper .div2 {
  /* grid-area: 1/2/2/3; */
  text-align: center;
  line-height: 1.5rem;
}

.check {
  font-size: 40px;
  color: green;
}

.check i {
  font-size: 40px;
}

/*
select.inactive {
  background-color: #969696 !important;
  cursor: not-allowed;
}

#ausgewaehlt select:not(.inactive) {
  background-color: #6288c3;
}
  */
.innerWrapper #contentWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  /*  background-color: hotpink; */
}
@media (max-width: 1000px) {
  /*
  body {
    margin: 0 !important;
  }
    */
}
#kursInformation {
  margin: 1rem;
  padding: 1rem;
  background-color: #e1e100;
  height: -moz-fit-content;
  height: fit-content;
}

#kursInformation div {
  height: -moz-fit-content;
  height: fit-content;
  overflow: unset;
}

#kursInformation div.hidden {
  height: 0px;
  overflow: hidden;
}

#contentWrapper select,
#eventsContainerWrapper select {
  border: 0px solid #c9b7a2;
  /* background-color: #e4f0ff; */
  background-color: #2e4e7f;
  /* color: #1A1A1A; */
  color: #fff;
  padding: 10px;
  margin-bottom: unset !important;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  min-width: 30%;
}

#ausgewaehlt .header {
  background-color: #2e4e7f;
  font-weight: 600;
  color: #fff;
  padding: 0.75rem;
  max-height: 100%;
}
#ausgewaehlt .data {
  background-color: #6288c3;
  font-weight: 600;
  color: #fff;
  max-height: 100%;
  padding: 0.75rem;
}

#ausgewaehlt .div2,
#ausgewaehlt .div6,
#ausgewaehlt .div10 {
  /*  background-color: rgba(107, 150, 208, 0.25); */
  font-weight: bold;
  /* padding: 0.75rem; */
  line-height: 1.5rem;
}

#ausgewaehlt .div4,
#ausgewaehlt .div8 {
  /* background-color: rgba(107, 150, 208, 0.5); */
  font-weight: bold;
  /* padding: 0.75rem; */
  line-height: 1.5rem;
}

span.email::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  content: '\f0e0';
}
span.email {
  padding-right: 0.25rem;
}

span.phone::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  content: '\f095';
}
span.phone {
  padding-right: 0.25rem;
}

@media all and (max-width: 1000px) {
  /*
  body {
    color: #1a1a1a;
    font: 'Inter', sans-serif;
    font-size: 28px;
    line-height: 1.1rem;
    margin: 1rem;
  }
    */
  .selectWrapper {
    height: 10vh !important;
  }
  select {
    height: 100%;
  }
} /*# sourceMappingURL=styleRegistrierung.css.map */

/* Fallback Weite falls die fill-available Sachen nicht vom Browser erkennt */

#wrapper input[type='text'],
#wrapper input[type='email'],
.registrierungsFeld {
  width: 100%;
}

#wrapper input[type='text'],
#wrapper input[type='email'],
.registrierungsFeld {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  display: inline-block;
  height: 100%;
}

/** SELECT2 **/
/*
.flag-text {
  margin-left: 10px;
}
.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  /*
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  */
/*
  height: 100%;
  outline: none !important;
  transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  /*
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  */
/*
  height: 32px;
  width: 33px;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  /*
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

.select2-container
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}
  */

.errorReg {
  border: 3px solid red !important;
}

/*
select {
  background: #f0f3fb;
  border: 1px solid #f0f3fb;
  /*
  border-radius: 4px;

  width: 100% !important;
  padding: 20px;
  font-size: 16px;
  color: #fff;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select option:hover {
  font-weight: 600;
  color: rgb(181, 181, 181);
}
*/
.select-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

/*
.select-wrapper:after {
  font-family: FontAwesome;
  content: '\f107';
  font-size: 28px;
  position: absolute;
  top: 18px;
  right: 20px;
  color: #fff;
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}
  

input[type='text'],
input[type='email'] {
  font-weight: 600;
  color: #1a1a1a;
}

::placeholder {
  color: #6a6a6a;
  font-weight: 600;
  opacity: 1; 
}

::-ms-input-placeholder {
  color: #6a6a6a;
  font-weight: 600;
}
*/
