@charset "UTF-8";
/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
.edudip__header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}

.edudip__header__title {
  z-index: 1;
  font-size: 4.375px;
  font-size: 4.375rem;
  color: inherit;
}

.edudip__header__subtitle {
  z-index: 1;
  font-size: 1px;
  font-size: 1rem;
  color: inherit;
  padding-bottom: 60px;
}

.edudip__header__wrapper {
  padding-bottom: 60px;
}

.edudip__header__wrapper .img-with-aniamtion-wrap {
  z-index: 3;
  margin-top: -250px;
}

.edudip__header__wrapper .nectar-shape-divider-wrap {
  position: absolute;
  bottom: -40px;
  height: 250px;
  z-index: 0;
}

.edudip__password {
  width: 100%;
  max-width: 720px;
}

.edudip__password__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.edudip__password__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.edudip__password input[type="password"].edudip__password__input {
  background: transparent;
  border-bottom-color: #FFFFFF !important;
  text-align: center;
  color: inherit;
  font-size: 1.25px;
  font-size: 1.25rem;
  background: transparent !important;
}

.edudip__password input[type="password"].edudip__password__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.edudip__password input[type="password"].edudip__password__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.edudip__password input[type="password"].edudip__password__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.edudip__password input[type="password"].edudip__password__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.edudip__password input[type="submit"].edudip__password__submit.edudip__password__submit {
  background-color: #09B700 !important;
  color: inherit;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 15px 35px !important;
}

.edudip__tab img {
  width: 32px !important;
  height: 32px !important;
}

/* CHR - bitte nicht löschen ohne Absprache!!!
.genova{
  &__header{
    position: relative;
    width: 100%;
    height: auto;
    svg{
      width: 100%;
    }
  }

  &__login{
    &__wrapper{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
    }
  }
} */
.edudip-button--green {
  background-color: #09B700;
}

.edudip-title-wrapper {
  background: -webkit-linear-gradient(325deg, #ff0000, #0083FF);
  background: -o-linear-gradient(325deg, #ff0000, #0083FF);
  background: linear-gradient(125deg, #ff0000, #0083FF);
  padding: 3rem 0;
  margin-bottom: 1rem;
}

.edudip-title {
  color: #FFFFFF;
  font-size: 3.5rem;
}

.edudip-webinars-wrapper {
  margin: 3rem 0;
}

.edudip-webinar {
  border-radius: 6px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 0;
  overflow: hidden;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadeUp 0.5s linear forwards;
       -o-animation: fadeUp 0.5s linear forwards;
          animation: fadeUp 0.5s linear forwards;
}

.edudip-webinar .col.span_8 {
  padding: 20px;
}

.edudip-webinar:hover, .edudip-webinar:focus {
  -webkit-box-shadow: 0 60px 135px rgba(0, 0, 0, 0.14), 0 15px 65px rgba(0, 0, 0, 0.14);
          box-shadow: 0 60px 135px rgba(0, 0, 0, 0.14), 0 15px 65px rgba(0, 0, 0, 0.14);
  z-index: 10;
}

.edudip-webinar:hover .edudip-webinar__title, .edudip-webinar:focus .edudip-webinar__title {
  color: #0083FF;
}

.edudip-webinar:hover .edudip-webinar__title:hover, .edudip-webinar:focus .edudip-webinar__title:hover {
  color: #ff0000;
}

.edudip-webinar__img-link {
  display: inline-block;
  margin: 0;
  float: left;
  overflow: hidden;
  max-width: 100%;
}

.edudip-webinar__img-link:hover .edudip-webinar__img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.edudip-webinar__img {
  margin-bottom: 0 !important;
  float: left;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.edudip-webinar__title-link {
  display: inline-block;
  width: 95%;
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
}

.edudip-webinar__title {
  margin-top: 10px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.edudip-sidebar {
  background: #F4F4F4;
  border-radius: 6px;
  padding: 1.5rem;
}

.edudip-sidebar__title {
  font-size: 30px;
}

.edudip-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.edudip-sidebar ul li {
  display: inline-block;
  width: 100%;
}

.edudip-categories__item a {
  display: inline-block;
  width: 100%;
  color: #0083FF;
}

.edudip-categories__item a:hover, .edudip-categories__item a:focus {
  color: #ff0000;
}

.edudip-categories__no-categories-message {
  display: inline-block;
  width: 100%;
  color: #ff0000;
  background-color: rgba(255, 0, 0, 0.2);
  border: 1px solid #ff0000;
  padding: 1rem;
  border-radius: 6px;
  font-weight: 400;
  margin: 0;
  padding: 0.5rem 1rem !important;
}

@-webkit-keyframes fadeUp {
  0% {
    top: 100px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-o-keyframes fadeUp {
  0% {
    top: 100px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    top: 100px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.edudip-webinar:nth-child(1n) {
  -webkit-animation-delay: 0.25s;
       -o-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.edudip-webinar:nth-child(2n) {
  -webkit-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.edudip-webinar:nth-child(3n) {
  -webkit-animation-delay: 0.75s;
       -o-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.edudip-webinar:nth-child(4n) {
  -webkit-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

.edudip-webinar:nth-child(5n) {
  -webkit-animation-delay: 1.25s;
       -o-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.edudip-webinar:nth-child(6n) {
  -webkit-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.edudip-webinar:nth-child(7n) {
  -webkit-animation-delay: 1.75s;
       -o-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.edudip-webinar:nth-child(8n) {
  -webkit-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
}

.edudip-webinar:nth-child(9n) {
  -webkit-animation-delay: 2.25s;
       -o-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

.edudip-webinar:nth-child(10n) {
  -webkit-animation-delay: 2.5s;
       -o-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@media screen and (max-width: 1000px) {
  .edudip-webinar {
    -webkit-box-shadow: 0 60px 135px rgba(0, 0, 0, 0.14), 0 15px 65px rgba(0, 0, 0, 0.14);
            box-shadow: 0 60px 135px rgba(0, 0, 0, 0.14), 0 15px 65px rgba(0, 0, 0, 0.14);
  }
  .edudip-webinar__img-link {
    width: 100%;
  }
  .edudip-webinar__img {
    width: 100% !important;
    height: auto !important;
  }
}

.wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap textarea {
  background: white !important;
  color: #000 !important;
}

.wpml-header-responsive {
  display: none;
  max-height: 48px;
  position: absolute;
  left: 50px;
  top: -12px;
}

.wpml-header-desktop {
  min-width: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpml-header-responsive li,
.wpml-header-desktop li {
  float: left !important;
}

.wpml-header-responsive .wpml-ls-flag,
.wpml-header-desktop .wpml-ls-flag {
  margin: 0 !important;
}

.wpml-header-responsive .wpml-ls-current-language .wpml-ls-native,
.wpml-header-desktop .wpml-ls-current-language .wpml-ls-native {
  color: #ff0000;
}

.wpml-header-responsive .wpml-ls-native,
.wpml-header-desktop .wpml-ls-native {
  color: #000000;
}

@media screen and (max-width: 1000px) {
  .wpml-header-responsive {
    display: block;
  }
  .wpml-header-desktop {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .wpml-header-responsive .wpml-ls-native {
    display: none;
  }
}

ul.menu {
  -webkit-padding-start: 0;
     -moz-padding-start: 0;
          padding-inline-start: 0;
  margin-left: 0;
}

ul.menu li {
  list-style: none;
}

ul.menu li a[aria-current="page"] {
  font-weight: 500 !important;
  color: #ff0000;
}

.toggle h3 a {
  font-size: 21px !important;
}

body[data-bg-header="true"] .container-wrap {
  padding-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
