.ui-shell-header--video {
    height: 50vh;
}
.ui-shell-header--video video {
    object-fit: cover;
}
.primary-dark--subsite h2 {
    color: #A2CFFF
}
.navbar-text--particle_mover {
    margin-left: 1rem;
    text-transform: uppercase;
}
.breadcrumb-item--subsite + .breadcrumb-item--subsite::before {
    content: "";
}
.breadcrumb-item--subsite {
    margin-right: 1em;
}
.contact-person--subsite {
    color: #A2CFFF;
}
.tab-content__pills {
    padding: 0;
}
.tab-pane--objectives-1 .nav-pills--objectives-container {
    justify-content: start;
}
.tab-pane--objectives-2 .nav-pills--objectives-container {
    justify-content: end;
}
.tab-content--objektive {
    padding: 0;
}
.btn-primary.active, .btn-primary.show, .btn-primary:first-child:active, .btn-primary:hover {
    background-color: #0092d4;
    border-color: #0092d4;
}
.nav-tabs__nav-link {
    background-color: #006594;
    border-color: #006594;
    color: #ffffff;
}
.nav-tabs__nav-link--objectives {
    width: 100%;
}
.contact-form--white-bg form {
    color: #596077;
}
.contact-form--white-bg form label {
    font-weight: 600;
}
.row--objectives > * {
    padding: 0;
}
.row--objectives {
    margin: 0;
}
/* Newsletter Form */
#webinarandNewsletter-Subsite-1191-checkbox-1 {
    width: 46px;
    height: 24px;
    border: 2px solid #ced4da;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s ease-in-out;
}
#webinarandNewsletter-Subsite-1191-checkbox-1:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
#webinarandNewsletter-Subsite-1191-checkbox-1:checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-check-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}
.form-check-label:hover input[type="checkbox"] {
  border-color: #0d6efd;
}
.form-check {  
    padding: 1.5em 0 1.5em 0;
}
