:root {
    --nv-blue: #0460a9;
    --nv-red: #8d1f1b;
    --nv-lightgrey: #f1f1f1; /* footer grey */
    --nv-grey: #d8d8d7;
    --nv-hr-grey: #c7c7c7;
    --nv-footer-grey: #6d6d6d;
    --nv-shadow: 0 0 8px 0 rgb(0 0 0 / 10%), 0 1px 0 0 #ededed;
    --nav-pattern: 60px;
    --nv-pagewidth: 1280px;
    --nv-pagewidthLG: 1560px;
}

::selection {
    /* color: var(--nv-blue); */
    background-color: #3297fd;
    color: white;
}

::-moz-selection {
    background-color: #3399ff;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

body * {
    box-sizing: border-box;
}

#page * {
    box-sizing: border-box;
}

.none {
    display: none !important;
}
.block {
    display: block !important;
}

a {
    color: var(--nv-blue);
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4,
h5 {
    font-weight: bold !important;
}

.h5,
.h6,
h6 {
    font-weight: normal !important;
}

.mt-5rem {
    margin-top: 5rem !important;
}

.p-clear {
    margin: 0 !important;
    padding: 0 !important;
}

.p-legal-notice {
    margin: 0 !important;
    padding: 0;
    padding-top: 1rem;
    font-weight: bold !important;
}

button,
.nv-button {
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    padding: 6px 6px;
    border: 2px solid #000;
    color: #000;
    cursor: pointer;
    outline: 0;
    line-height: 1rem;
    text-decoration: none;
    border-radius: 2px;
}

.nv-btn {
    display: inline-block;
    margin: 12px 0;
    text-align: center;
    padding: 0.75em 1.5em;
    border: 2px solid #000;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    outline: 0;
    line-height: 1rem;
    text-decoration: none;
    border-radius: 2px;
    background-color: transparent;
    outline: none;
}
.nv-btn:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

button:hover,
.nv-button:hover {
    color: #fff;
    cursor: pointer;
}
.nv-button:hover {
    background-color: #000 !important;
}

.active-button button,
.active-button .nv-button {
    background-color: #000 !important;
    color: #fff;
    cursor: pointer;
}

.submit-button {
    display: inline-block;
    margin: 12px 0;
    text-align: center;
    padding: 0.75em 1.5em;
    border: 2px solid #000;
    background-color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    line-height: 1rem;
    text-decoration: none;
    border-radius: 2px;
}

.submit-button:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

hr {
    appearance: none;
}

hr.divider {
    border-style: solid;
    border-width: 1px;
    color: var(--nv-hr-grey);
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.arc-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    height: 75px;
}

#header {
    max-width: 100%;
    margin: auto;
    background: #fff;
}

header {
    padding: 0;
    position: relative;
}

#header .full-width-navbar {
    -webkit-box-shadow: 0 5px 12px -4px #d4d4d4;
    box-shadow: 0 5px 12px -4px #d4d4d4;
    border-bottom: 1px solid #f5f5f5 !important;
}

#header .full-width-navbar #navbar-main {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
    border: none;
    display: block;
}

#header .full-width-navbar #navbar-main .navbar-brand {
    float: left;
    padding: 0;
    margin: 10px 0 0;
    height: 45px;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

/* NOTE: This padding needs to be cleared, if screen < 768px! */
#header .full-width-navbar .header-pattern {
    padding-left: 60px;
}

.wrapper.header {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    z-index: 100;
    padding-left: 60px;
}

.header-container {
    max-width: var(--nv-pagewidth);
    margin: 0 auto;
    padding: 1.5rem 0 1.5rem;
    width: 100%;
}

.header-items {
    width: 66.1016949153%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: 40% 60%;
}

#logo {
    width: 165px;
    height: 40px;
}

.header-nav-items {
    float: right;
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
    justify-items: flex-end;
}

.header-nav-items.non-loggedin {
    grid-template-columns: unset;
}

.admin-header .header-nav-items {
    width: calc(100% / 3);
}

.admin-header .header-link-nav {
    width: 100%;
}

.admin-header .header-nav-item {
    width: 100%;
}

.admin-logged-in {
    /* will be added, when admin is logged in */
    /* https://www.geeksforgeeks.org/how-to-run-javascript-from-php/ */
    grid-template-columns: 70% 30%;
}

.header-button-nav {
    display: flex;
    justify-content: space-evenly;
}

.header-link-nav {
    display: flex;
    justify-content: end;
}

.header-link-nav .header-nav-item {
    padding-left: 40px;
    padding-right: 0;
    /* padding-bottom: 4px; */
}

.header-button-nav .header-nav-item {
    padding: 21px 0 21px 10px;
}

#mobile-header {
    background-color: white;
    position: absolute;
    z-index: 1000;
    width: 100%;
}

#mobile-header #mobile-header-container {
    padding-left: 30px;
}

#mobile-header #mobile-header-container #hamburger-container {
    display: grid;
    grid-template-columns: auto auto;
}

#mobile-header #mobile-header-container #hamburger-container #hamburger-menu {
    float: right;
    justify-self: end;
}

#mobile-header
    #mobile-header-container
    #hamburger-container
    #hamburger-menu
    .hamburger-box {
    transform: scale(0.5);
}

.hamburger {
    display: flex !important;
}

#mobile-header #mobile-header-container #mobile-header-content {
    display: none;
    height: 100%;
    width: 100%;
    /* background-color: rgb(0 0 0 / 27%); */
    position: absolute;
    margin-left: -30px;
    z-index: 1000;
}

#mobile-header
    #mobile-header-container
    #mobile-header-content
    .mobile-header-links {
    background-color: #f5f5f5;
    padding: 2rem 0 2rem 0;
}

#mobile-header .mobile-header-link {
    font-weight: bold;
    padding: 1.125rem 0rem;
}

#mobile-header .header-button-nav {
    padding: 1.125rem 2.5rem;
    justify-content: space-between;
}

#mobile-header .mobile-header-link-space {
    padding: 0 2.5rem;
}

#mobile-header .mobile-header-link-space p {
    margin: 0;
}

#mobile-header .mobile-header-link-underline {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

#mobile-header .mobile-header-link-underline:hover {
    cursor: pointer;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.644);
}

#mobile-header .mobile-header-link-underline:active {
    cursor: pointer;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.644);
}

#mobile-header .mobile-header-link .nv-link:hover {
    text-decoration: none;
    border-bottom: none;
    transition: none;
}

#mobile-header .mobile-header-link .header-nav-item {
    width: 45%;
}
#mobile-header .mobile-header-link .header-nav-item .nv-button {
    width: 100%;
    background-color: unset;
    font-weight: bold;
    padding: 1.125rem 0rem;
}

#mobile-header .header-button-nav .header-nav-item {
    padding: 21px 0px;
}

.mean-mask.close {
    z-index: 11;
    opacity: 0.8;
}
.mean-mask {
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    position: fixed;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}

.nv-link {
    color: black;
    text-decoration: none;
}

.nv-link:hover {
    color: black !important;
    border-bottom: 3px solid black;
    transition-property: border-bottom;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    cursor: pointer;
}

.nv-link.std {
    color: var(--nv-blue) !important;
    text-decoration: underline;
}
.nv-link.std:hover {
    color: var(--nv-blue) !important;
    text-decoration: underline;
    border: unset;
}

.page-data {
    padding-bottom: 60px;
    padding-top: 60px;
}

.page-wrapper {
    background-image: url(../img/pattern.png);
    background-repeat: repeat-y;
    background-position: top 75px left 0;
    padding-left: 30px;
}

.pattern-clear {
    background-color: #fff;
}

.non-register {
    height: calc(100vh - 173px);
}

.inner-wrapper {
    max-width: var(--nv-pagewidth);
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}
.inner-wrapper:after {
    content: " ";
    display: block;
    clear: both;
}
#register-form p,
#login-form p,
#admins-form p {
    margin: 0 0 25px;
    font-weight: 400;
}
#register-form .error-messages,
#login-form .error-messages {
    border: none;
    padding: 5px 0;
    margin: 1.5rem 0;
}
#register-form h2.error,
#login-form h2.error {
    /* font-size: 25px;
    line-height: 30px; */
    margin: 0;
    position: inherit !important;
    height: inherit;
    width: inherit;
}
#register-form .error,
#login-form .error {
    color: #8d1f1b;
}
#register-form input[type="text"],
#register-form input[type="password"],
#register-form input[type="email"],
#login-form input[type="text"],
#login-form input[type="password"],
#login-form input[type="email"],
#admins-form input[type="text"],
#admins-form input[type="password"],
#admins-form input[type="email"] {
    width: 250px;
    height: 40px;
    padding-left: 10px;
    font-size: 16px;
}

#register-form input[type="submit"],
#login-form input[type="submit"],
#admins-form input[type="submit"] {
    display: inline-block;
    margin: 12px 0;
    text-align: center;
    padding: 0.75em 1.5em;
    border: 2px solid #000;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    line-height: 1rem;
    text-decoration: none;
    border-radius: 2px;
}
#register-form input[type="submit"]:hover,
#login-form input[type="submit"]:hover,
#admins-form input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.select-form-items {
    display: grid;
    grid-template-rows: 50% 50%;
    margin: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
    width: calc(100% / 3);
}

.select-form-items select {
    cursor: pointer;
    border: 1px solid var(--nv-grey);
    padding: 10px;
    line-height: 40px;
    font-size: 16px;
    height: 50px;
    font-size: 16px !important;
}

.select-form-items .hidden-select {
    display: block;
    width: 0;
    height: 0;
    /*visibility: hidden;*/
    margin-left: 10px;
}
.select-form-items .hidden-label {
    display: none;
}

.inactive-option,
.inactive-option:hover {
    cursor: not-allowed;
    color: #949494 !important;
    background-color: #f1f1f1 !important;
}

.select-form-items .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--nv-grey);
    padding: 10px;
    line-height: 40px;
    font-size: 16px;
    height: 50px;
    font-size: 16px !important;
}
.select-form-items .select.active-select {
    border: 2px solid #000000;
}
.styledSelect {
    position: absolute;
    display: block;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 0 10px;
}
.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 6px;
}
.active.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: transparent transparent black transparent;
    position: absolute;
    top: 12px;
}
.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
    padding: 0 6px;
    margin: 0 0;
    padding: 0 10px;
}
.options li:hover {
    color: #ffffff;
    background-color: #000000;
}

.select-form-items section:focus {
    border: 2px solid #000000;
}

.select-form-items section:focus-visible {
    border: 2px solid #000000;
}

.select-form-items section:active {
    border: 2px solid #000000;
}

.select-form-items select * {
    cursor: pointer;
    border: 1px solid var(--nv-grey);
    padding: 10px;
    line-height: 40px;
    font-size: 16px;
    height: 50px;
    font-size: 16px !important;
}

#form-data .select-form-items label#gender-label {
    color: #000000;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.page-user-login .form-item {
    margin: 0px;
    position: relative;
}
.form-item {
    margin: 24px 0px;
    margin: 1.5rem 0;
}
.form-item .form-item {
    margin: 0;
}

.page-user-login .form-item label:not(.option) {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    color: #a9a9a9;
}
#register-form label,
#login-form label {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 1.5rem;
}
.form-required {
    color: #d13a32;
}

#register-form
    #form-items
    input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(:first-child),
#login-form
    #form-items
    input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(:first-child),
#admins-form
    #form-items
    input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(:first-child) {
    border-top: none;
}

#register-form input[type="text"],
#register-form input[type="password"],
#register-form input[type="email"],
#login-form input[type="text"],
#login-form input[type="password"],
#login-form input[type="email"],
#admins-form input[type="text"],
#admins-form input[type="password"],
#admins-form input[type="email"] {
    width: 100%;
    border: 1px solid var(--nv-grey);
    padding: 10px;
    line-height: 40px;
    font-size: 16px;
    border-left: none;
    border-right: none;
    height: 60px;
    font-size: 16px !important;
}

#register-form input[type="text"]:focus,
#register-form input[type="password"]:focus,
#register-form input[type="email"]:focus,
#login-form input[type="text"]:focus,
#login-form input[type="password"]:focus,
#login-form input[type="email"]:focus,
#admins-form input[type="text"]:focus,
#admins-form input[type="password"]:focus,
#admins-form input[type="email"]:focus {
    border-top: 2px solid #000000 !important;
    border: 2px solid #000000;
    border-left: none;
    border-right: none;
}

#register-form input,
#login-form input,
#admins-form input {
    background-color: transparent;
    outline: none;
}

#form-data #tour-type input[type="radio"] {
    appearance: none;
    position: relative;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid rgb(0, 0, 0);
    transition: 0.2s all linear;
    margin-right: 5px;
    top: 3px;
    cursor: pointer;
}

#form-data #tour-type input[type="radio"]:checked {
    background: radial-gradient(
        rgb(0, 0, 0) 0%,
        rgb(0, 0, 0) 40%,
        transparent 50%,
        transparent
    );
}

#form-data #tour-type label {
    color: #000000;
    cursor: pointer;
}

#success-data,
#error-data {
    display: none;
    transition: all 0.5s ease-in;
}

.error {
    color: var(--nv-red);
}

.spacing {
    padding-bottom: 35px;
}

.form-submit {
    margin-top: 40px;
}

.video {
    width: 100%;
    position: relative;
}

#video-video {
    padding-top: 50px;
}

#video-overlay {
    margin-top: -10px;
}

#video-overlay-container {
    margin-right: auto;
    margin-left: auto;
}

#video-overlay-content {
    color: #ffffff;
    background-color: var(--nv-blue);
    padding: 25px 40px;
}

#video-overlay-content .welcome-text h1 {
    margin: 0;
    padding-top: 0;
    color: #ffffff;
}

#video-overlay-content .welcome-text p {
    margin: 0;
    padding: 0;
}

#video-overlay-content .welcome-text .nv-link.std {
    color: #ffffff;
    text-decoration: underline;
}
#video-overlay-content .welcome-text .nv-link.std:hover {
    color: #ffffff;
    text-decoration: underline;
    border: unset;
}

.clear {
    clear: both;
}

/* Novartis Stuff */
#form-data #data label,
#form-data #category label {
    display: flex;
    /* align-items: center; */
    color: rgb(0, 0, 0);
    cursor: pointer;
    margin: 0;
}

#form-data #data input[type="checkbox"],
#form-data #category input[type="checkbox"] {
    appearance: none;
    flex: none;
    width: 1.5em;
    height: 1.5em;
    border: 2px solid black;
    margin: 0;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
}

#form-data #data input[type="checkbox"]:checked,
#form-data #category input[type="checkbox"]:checked {
    appearance: none;
    flex: none;
    width: 1.5em;
    height: 1.5em;
    color: black;
    background-color: black;
    margin: 0;
    margin-top: 5px;
    cursor: pointer;
    margin-right: 10px;
}

#data {
    display: none;
    margin-top: 42px;
}
#category p {
    margin: 0;
    margin-top: 22px;
}

/* MODAL */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
    display: none;
    align-items: center;
}

/* Modal Content */
.modal-content {
    background: #ffffff;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 1.5rem;
    z-index: 51;
}

.modal-header {
    display: grid;
    margin-bottom: 25px;
    grid-template-columns: 80% 20%;
}

.modal-header h3 {
    margin: 0;
    padding: 0;
}

.modal-header #modal-close {
    justify-self: end;
}

.modal-body {
    overflow-y: auto;
    height: 60vh;
    padding-right: 10px;
}

.modal-small {
    height: unset !important;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* COOKIE */
#cookie-consent {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: var(--nv-shadow);
}

#cookie-consent .cookie-container {
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
    margin: 1.25em 0 1.25em 2em;
}

#cookie-consent .cookie-container .cookie-text {
    font-size: 0.813em;
    line-height: 1.5;
    color: #696969;
}

#cookie-consent .cookie-container .cookie-text h3 {
    font-size: 1em;
    color: #696969;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
    font-family: inherit;
    padding: 0;
}

#cookie-consent .cookie-container .cookie-button {
    justify-self: center;
}

#cookie-consent .cookie-container .cookie-button button.button_cookie {
    background-color: var(--nv-blue);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    text-align: center;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 2px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    min-width: 125px;
    height: auto;
    white-space: normal;
    padding: 12px 10px;
    line-height: 1.2;
    font-size: 0.813em;
    font-weight: 600;
}

/* HELP OVERLAY */
.help-overlay {
    z-index: 100;
    position: fixed;
    display: flex;
    top: 35%;
    left: calc(100% - 60px);
}

.help-item {
    background-color: var(--nv-blue);
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0, 1.5, 0.3, 1),
        -webkit-transform 0.5s cubic-bezier(0, 1.5, 0.3, 1);
    cursor: pointer;
}
.help-item.mail:hover {
    transform: translateX(calc(-100% + 78px));
}
.help-item.phone:hover {
    transform: translateX(calc(-100% + 125px));
}
.help-item .help-expandable {
    margin-left: 10px;
    margin-right: 45px;
}
.help-item a {
    color: #ffffff;
}

.help-item img {
    height: 60px;
}

/* Footer */
footer {
    padding-left: 30px;
    border-top: 0.0625rem solid rgba(157, 157, 156, 0.25);
}

footer .footer-outer {
    width: 100%;
    color: #6d6d6d;
    background-color: #ffffff;
}

footer .footer-inner {
    padding: 1.25rem 0;
}

footer #contact-container {
    /* padding: 1.875rem 0; */
    display: grid;
    grid-template-rows: auto;
    padding: 1.875rem 0;
}

footer #footer-links a {
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}
footer #footer-links a:first-child {
    margin-left: 0;
}
footer #footer-links a:last-child {
    margin-right: 0;
}

footer #imprint-container {
    display: none;
}

/* --- ADMIN PANEL --- */
.admin-list-container table,
.admin-list-container th,
.admin-list-container td {
    padding: 10px;
    border-top: 1px solid var(--nv-hr-grey);
    border-bottom: 1px solid var(--nv-hr-grey);
    border-collapse: collapse;
}

.admin-list-container th {
    text-align: left;
}

.admin-list-container table {
    width: 100%;
    table-layout: auto;
    overflow-wrap: break-word;
}

.admin-list-container table td.icons {
    text-align: right;
    vertical-align: middle;
    cursor: pointer;
}

.admin-user-container {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.admin-user-container p {
    margin-bottom: 0.5rem;
}

.admin-user-download {
    padding-top: 0.25rem;
    padding-bottom: 0.75rem;
}

.admin-user-reset {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

/* --- FAQ --- */
.accordion-border {
    border: none;
    border-bottom: 2px solid #656565;
}

.active-accordion {
    transition: none;
    background-color: #f1f1f1 !important;
}

.accordion {
    border: none;
    color: #000000;
    cursor: pointer;
    padding: 20px 65px 20px 15px;
    width: 100%;
    text-align: left;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    position: relative;
}

.accordion:hover {
    color: #000000;
    background-color: #fff;
}

.accordion:after {
    content: "";
    background: url("../img/down_arrow.svg") no-repeat;
    color: #777;
    font-weight: bold;
    float: right;
    right: 23px;
    position: absolute;
    width: 18px;
    height: 10px;
    margin-top: 7px;
}

.active:after {
    content: "";
    background: url("../img/up_arrow.svg") no-repeat;
    width: 18px;
    height: 10px;
}

.accordion-body {
    padding: 0;
    padding-bottom: 45px;
}

.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.text-formatted {
    word-break: break-word;
}

.text-formatted p {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 0 5px;
    line-height: 24px;
}

.faq-list {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 0 5px;
    line-height: 24px;
}

.faq-page table,
.faq-page td,
.faq-page th {
    border: 1px solid;
}

.faq-page table {
    width: 100%;
    border-collapse: collapse;
}

/* --- MEDIA QUERIES --- */
@media screen and (min-width: 62.5625em) {
}

@media screen and (min-width: 93.4375em) {
}

@media screen and (min-width: 125em) {
}

/* NOVARTIS MAIN CONTAINER MEDIA QUERIES */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media screen and (min-width: 585px) {
    .non-register {
        height: calc(100vh - 150px);
    }
}

/* ENABLE DESKTOP-HEADER AT THIS SIZE! */
@media (min-width: 768px) {
    #mobile-header {
        display: none;
    }

    #logo {
        width: 180px;
        height: 45px;
    }

    #video-video {
        padding-top: 0;
    }

    .page-wrapper {
        padding-left: 60px;
        padding-top: 75px;
    }

    .non-register {
        height: calc(100vh - (150px + 75px));
    }

    .container {
        max-width: 720px;
    }

    button:hover,
    .nv-button:hover {
        background-color: #000;
        color: #fff;
        cursor: pointer;
    }

    .header-button-nav {
        display: flex;
        justify-content: end;
    }

    .nv-link.active-link {
        font-weight: 700;
        border-bottom: 3px solid black;
    }

    #register-form input[type="text"],
    #register-form input[type="password"],
    #register-form input[type="email"],
    #login-form input[type="text"],
    #login-form input[type="password"],
    #login-form input[type="email"],
    #admins-form input[type="text"],
    #admins-form input[type="password"],
    #admins-form input[type="email"] {
        width: 80%;
    }

    footer {
        padding-left: 60px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .non-register {
        height: calc(100vh - (125px + 75px));
    }

    /* VIDEO OVERLAY */
    #video-overlay {
        position: absolute;
        left: 0 !important;
        bottom: 65px;
        width: 100%;
        margin: 0;
        margin-left: 5px;
    }

    #video-overlay-container {
        margin-right: auto;
        margin-left: auto;
    }

    #video-overlay-content {
        color: #ffffff;
        width: 550px;
        background-color: var(--nv-blue);
        padding: 30px 40px;
        margin-left: -20px;
    }

    footer #contact-container {
        /* padding: 1.875rem 0; */
        display: grid;
        grid-template-columns: 30% 70%;
        padding: 0;
    }

    footer #contact-container #footer-copyright {
        color: var(--nv-footer-grey);
        padding: 1.875rem 0;
    }

    footer #footer-links {
        padding: 1.875rem 0;
        justify-self: flex-end;
    }
}

@media screen and (min-width: 1060px) {
    #video-overlay {
        margin-left: 0;
    }
}

@media screen and (min-width: 1086px) {
    #video-overlay {
        margin-left: -20px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    #video-overlay {
        margin-left: 5px;
    }
}

@media screen and (min-width: 1300px) {
    #video-overlay {
        margin-left: 0;
    }
}

@media screen and (min-width: 1330px) {
    #video-overlay {
        margin-left: -20px;
    }
}
