
.node--type-event-profile.node--view-mode-full .team-combo .team-combo-left h2 {
  font-family: 'Fira Sans Light';
  font-weight: 700; 
  text-align: left;
  color: white;
  font-size: 3em;
  padding-left: 1em;
}

.node--type-event-profile.node--view-mode-full .team-combo .team-combo-left {
  background-color:#471E82;
  color: white;
}

@media screen and (min-width: 1024px ) {
  .node--type-event-profile.node--view-mode-full .team-combo .team-combo-left {
    float: left;
    width: 50%;
    height: 500px;
  }

  .node--type-event-profile.node--view-mode-full .team-combo .team-combo-right {
    float: left;
    width: 50%;
    height: 500px;
  }

  .node--type-event-profile.node--view-mode-full .team-combo .team-combo-right .field--type-image {
    height: 500px;
    display: flex;
    justify-content: center;
  }

  .node--type-event-profile.node--view-mode-full .team-combo .team-combo-right .field--type-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 0% 10%
  }

  .node--type-event-profile.node--view-mode-full .team-combo {
    clear: both;
    display: flex;
    justify-content: center;
  }

  .node--type-event-profile.node--view-mode-full .body {
    padding-top: 2em;
    padding-left: 8em;
    padding-right: 8em;
    padding-bottom: 2em;
    clear: both;
  }
}

.node--type-event-profile.node--view-mode-full .team-combo .team-combo-left .position .field--type-string {
  padding-top: 0.5em;
  font-family: 'Fira Sans Light';
  font-weight: 700; 
  text-align: left;
  color: white;
  font-size: 1.5em;
  padding-left: 2em;
}

@media screen and (max-width: 1023px ) {
  .node--type-team.node--view-mode-full .team-combo {
    clear: both;
  }
  .node--type-event-profile.node--view-mode-full .team-combo .team-combo-left {
    float: left;
    width: 100%;
    padding-bottom: 3em;
  }

  .node--type-event-profile.node--view-mode-full .team-combo .team-combo-right {
    float: left;
    width: 100%;
    /*height: 500px;*/
  }

  .node--type-event-profile.node--view-mode-full .body {
    padding-top: 2em;
    clear: both;
    padding-left: 6em;
    padding-right: 6em;
  }
}

.node--type-event-profile.node--view-mode-full.node--view-mode-full {
  /*
  padding-left: 1em;
  padding-right: 1em;
  */
  padding-left: 2em;
  padding-right: 2em;
}

.node--type-event-profile.node--view-mode-full .field--type-image {  
  height: 600px;
  position: relative;
}

.node--type-event-profile.node--view-mode-full h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1em;
  color: #471e82;
}

.node--type-event-profile.node--view-mode-full img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.node--type-event-profile.node--view-mode-full .date {
  padding-top: 0.5em;
  color: #471e82;
  font-weight: 700;
}

.node--type-event-profile.node--view-mode-full .body-container {
  display: flex;
  justify-content: center;
}


@media screen and (max-width: 479px ) {
  .node--type-event-profile.node--view-mode-full img {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
  }

  .node--type-event-profile.node--view-mode-full .body {
      padding-top: 2em;
      clear: both;
      padding-left: 2em;
      padding-right: 2em;
  }
}


.node--type-event-profile .file a,
.node--type-event-profile .field--name-field-field-webinar-relation a {
    font-family: 'Fira Sans Light';
    color: #471E82;
}

.node--type-event-profile .field--name-field-field-webinar-relation .field__label, 
.node--type-event-profile .field--name-field-event-profile-attachments .field__label {
  font-family: 'Oswald';
  color: #471E82;
  font-size: 1.2em;
  font-weight: 700;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.node--type-event-profile .field--name-field-field-webinar-relation .field__item,
.node--type-event-profile .field--name-field-event-profile-attachments .field__item {
  padding-left: 1em;
}

.node--type-event-profile .field--name-field-event-profile-attachments .field__item {
  padding-bottom: 1em;
}

.node--type-event-profile .field--name-body a {
  font-family: 'Fira Sans Light';
  color: #471E82;
}
