/* jost-200 - latin */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 200;
    src: url('../../Fonts/jost-v12-latin-200.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../Fonts/jost-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../Fonts/jost-v12-latin-200.woff2') format('woff2'), /* Super Moderna Browsers */
    url('../../Fonts/jost-v12-latin-200.woff') format('woff'), /* Modern Browsers */
    url('../../Fonts/jost-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../Fonts/jost-v12-latin-200.svg#Jost') format('svg'); /* Legacy iOS */
}

/* jost-regular - latin */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../../Fonts/jost-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../Fonts/jost-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../Fonts/jost-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../Fonts/jost-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../Fonts/jost-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../Fonts/jost-v12-latin-regular.svg#Jost') format('svg'); /* Legacy iOS */
}

/* jost-700 - latin */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    src: url('../../Fonts/jost-v12-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../Fonts/jost-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../Fonts/jost-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../Fonts/jost-v12-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../../Fonts/jost-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../Fonts/jost-v12-latin-700.svg#Jost') format('svg'); /* Legacy iOS */
}
.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-danger {
    color: #dc3545 !important;
}

#menuitem9 {
    display: none;
}
html {
  scroll-behavior: smooth;
}
body {
    padding-right: 0 !important;
    font-family: Jost, sans-serif;
}

body.modal-open {
    padding-right: 0 !important;
    overflow: auto;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/** text colors */
.blue-text {
    color: #00ABC7 !important;
}

.expert-text {
    color: rgba(255,255,255,0.7) !important;
    font-size: 1rem;
}
.small-text {
  font-size: 1rem;
}

/** background colors */

.bg-custom-light {
	background-color: #03445d;
}

.bg-custom-light .image {
  margin-top: 1rem;
}

.bg-custom-light p {
  color: #fff;
}

.bg-custom-light .green-text-banner {
  background: transparent;
}

/** icons */
.icon-start,
.icon-library,
.icon-live-streams,
.icon-downloads,
.icon-login,
.icon-account,
.nav-item .menuitem-icon {
    padding-left: 60px !important;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 40px;
}

.icon-start {
    background-image: url(/fileadmin/design-elements/2022/icons/Menu_start.svg);
}

.icon-library,
#menuitem130 .menuitem-icon {
    background-image: url(/fileadmin/design-elements/2022/icons/Menu_library.svg);
}

.icon-live-streams,
#menuitem131 .menuitem-icon {
    background-image: url(/fileadmin/design-elements/2022/icons/Menu_live_streams.svg);
}

.icon-downloads,
#menuitem132 .menuitem-icon {
    background-image: url(/fileadmin/design-elements/2022/icons/Menu_Download.svg);
}

.icon-login,
#menuitem134 .menuitem-icon {
    background-image: url(/fileadmin/design-elements/2022/icons/Menu_login.svg);
}

.icon-account,
#menuitem136 .menuitem-icon {
    background-image: url(/fileadmin/design-elements/2022/icons/Menu_Konto.svg);
}

.icon-account,
#menuitem140 .menuitem-icon {
    background-image: url(/fileadmin/design-elements/2022/icons/Menu_gebuehren.svg);
}

#menuitem136 .menuitem-icon::after {
    content: 'Fachkreislogin';
    margin-left: 10px;
    color: #c4c212;
}

.icon-arrow,
.icon-arrow-back {
    padding-left: 38px !important;
    background-position-y: center;
    background-repeat: no-repeat;
    text-decoration: none;
}

a.icon-arrow:hover,
a.icon-arrow-back:hover {
    text-decoration: underline;
}

/** override bootstrap styles for main navigation */
.bg-custom-dark .close {
    color: #fff !important;
    text-shadow: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.bg-custom-dark .close:hover {
    color: #00abc7 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.bg-custom-dark .modal-header {
    color: #c4c212;
    border: none;
}

.bg-custom-dark .modal-header img {
    max-width: 100%;
    max-height:100px;
    width:auto;
    height: auto;
}

.bg-custom-dark .modal-header h5 {
    font-weight:600 !important;
    font-style: italic;
}

#c794 {
    padding:80px 0;
}

#c794 img {
    max-width:80%;
    height: auto;
    text-align: center;
    margin:0 auto;
}

/** typography */
a,
button,
video {
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow:    none !important;
    -o-box-shadow:      none !important;
    box-shadow:         none !important;
}

a, a:hover {
    color: #00ABC7;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #000;
    margin-top: 1.5rem;
    margin-bottom: 3.5rem;
}

h1 {
    font-size: 1.1rem;
}

h2, h3 {
    font-size: 2rem;
}

h4, p, ul {
    font-size: 1.3rem;
}

ul {
    padding-left: 20px;
}

ul.list-custom-dotted {
    padding-left: 0;
}

ul.list-custom-dotted li {
    list-style: none;
    display: -ms-flexbox !important;
    display: flex !important;
}

ul.list-custom-dotted li:before {
    content: '...';
    margin-right: 10px;
}

@media(min-width: 768px) {
    h1 {
        font-size: 1.1rem;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 3rem;
    }
}

/** header navigation */
header .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0.5rem 1rem;
    z-index: 1000;
}

header .navbar.sticky {
    background-color: #03445d;
    opacity: 0.8;
}

header .navbar.sticky img {
    max-height: 60px;
    width: auto;
    margin-top: 0;
}

@media (min-width: 576px) {
    header .navbar.sticky {
        padding: 0.8rem 1rem;
    }
    .banner-container > .green-text-banner {
        min-height: 425px;
    }
}

@media (min-width: 1024px) {
    header .navbar {
        padding: 2.5rem 1rem 0;
    }
}

@media (min-width: 768px) {
    header .navar_box {
        margin-left: 0rem;
    }
}

@media (min-width: 1024px) {
    header .navar_box {
        margin-left: 1rem;
        display: flex;
        align-items: baseline;
    }
}

header .navar_box a {
  margin-left: 1rem;
  margin-right: 1rem;
}
header .navar_box p {
  color: #da78c0;
}

header .navbar-toggler {
    margin: 0 0.5rem;
    padding: 0.5rem;
    background-image: none !important;
    width: auto;
    height: auto;
}

header .navbar-logo {
    position: absolute;
    left: 0;
    right: 0;
}

header .navbar-logo img {
    max-height: 90px;
    width:auto;
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .navbar-logo .content-container .frame-default .ce-gallery,
    .navbar-logo .content-container .frame-default .ce-column {
        float:none;
    }
    .navbar-logo .content-container .frame-default figure {
        display: block;
    }
    .navbar-logo .content-container .frame-default a {
        display: block;
    }
    .navbar-logo .content-container .frame-default img {
        margin-left: auto;
        margin-right: auto;
    }
}

header a.navbar-link,
header button.navbar-link {
    padding: 0 0.5rem;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
}

header a.navbar-link.active,
header a.navbar-link:hover,
header button.navbar-link:hover {
    color: #c4c212 !important;
    text-decoration: none;
}

header a.navbar-link.icon-search {
    display: inline-block;
    margin-left: 1rem;
    padding-left: 0;
    padding-right: 60px;
    background-position-x: right;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(/fileadmin/design-elements/Icons_2023/menu_2023.svg);
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    header .navbar-toggler {
        width: 50px;
        height: 50px;
        margin: 0;
    }
    .navbar-dark .navbar-toggler-icon {
        width:30px;
        height: 30px;
    }
    header .navbar-logo img {
        margin-top: 4rem;
    }
}

header .modal-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    padding-right: 0 !important;
    z-index: 1200;
}

header .modal-header p {
 color: #fff;
 font-size: 1.3rem;
 font-weight: normal;
 margin: 0;
}

header .modal-header a {
    margin: 0.5rem 1rem 0.5rem 0.5rem;
}

header .modal-navbar .close {
    font-size: 4rem;
    margin: 0rem 1rem 0 1rem;
    padding: 0.5rem 1rem 0.5rem 0;
    font-weight: normal;
    color: #fff !important;
    text-shadow: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
header .modal-header {
  justify-content: flex-end;
  align-items: center;
  padding-top: 2.5rem;
}

header .modal-navbar .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 750px;
    height: 100%;
    margin: 0;
}

header .modal-navbar:not(.show) .modal-dialog {
    -webkit-transform:translate3d(25%,0,0);
    transform:translate3d(25%,0,0)
}

header .modal-content,
header .modal-header,
header .modal-body,
header .modal-footer {
    border: none;
    border-radius: 0;
    background-color: rgba(0, 68, 94, 0.7)!important;
}

header .modal-header .modal-logo {
    margin-top: 0.5rem;
}

header li.nav-item {
    padding: 0.8rem 0;
    /*order-bottom: 1px solid #4d8a70;*/
}
.nav-item a {
  color: #fff;
  padding: 9px 1.5rem;
  font-size: 30px;
  line-height: 22px;
}
.nav-item a:hover {
  color: #fff;
  text-decoration: none;
}

header a.nav-link {
    position: relative;
    padding: 9px 1.5rem;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    background-color: transparent;
}

header li.nav-item.active a.nav-link,
header li.nav-item a.nav-link:hover {
    color: #c4c212 !important;
}

header a.dropdown-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

header a.dropdown-toggle::after {
    margin-top: -0.25em;
    margin-left: auto;
    width: 1rem;
    height: 1rem;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(135deg);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

header a.dropdown-toggle.aria-expanded::after {
    margin-top: 0.25rem;
    transform: rotate(-45deg);
}

header .modal-copyright {
    font-size: 14px;
    line-height: 21px;
    color: #c4c212;
}

header .modal-copyright p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

header .modal-copyright > *:not(:last-child) {
    margin-right: 0.25rem;
}
header .separator hr {
  background-color: #da78c0;
  height: 1px;
  border: 0;
  margin: 15px 1.5rem;
}
header .navbtn a {
  margin: 15px 1.5rem;
}

/** footer */
.bg-custom-dark {
  background: #BBCDD3;
}
footer.row {
    margin: 0;
}

footer .content-container {
    color: #c4c212;
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

footer hr {
    border-color: #4d8a70;
}

footer h4 {
    margin-bottom: 1rem;
    font-weight: 600 !important;
}

footer a,
footer ul {
    font-size: 1.3rem;
}

footer h4,
footer p,
footer a,
footer ul {
    color: #03445d;
}

footer a:hover {
    color: #03445d;
    text-decoration: none;
}

footer ul {
    padding: 0;
}

footer li {
    list-style: none;
}

footer .infotext {
  font-size: 1.3rem;
}
footer .footer-bottom {
  padding-top: 2rem;
}
footer .footer-bottom a:last-child {
  padding-left: 3rem;
}
footer .copyright {
  background: #fff;
  color: #9C897A;
  font-size: 1.3rem;
}

footer .copyright a,
footer .copyright p{
  color: #9C897A;
  font-size: 1.3rem;
  margin-bottom: 0;
}
footer .copyright p:last-child {
  font-size: 0.8rem;
  padding-top: 1rem;
}
footer .copyright a:hover {
  color: #9C897A;
  text-decoration: none;
}
footer .copyright .frame-default {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.video-header .background-video
{
    display: grid;
    grid-template: 'background-video';
    background-color: #03445d;
}
.video-header .background-video > *
{
    grid-area: background-video;
    width: 100%;
}
.video-overlay
{
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}
.video-overlay .video-overlay-text
{
    display: flex;
    flex-direction: column;
}


.lilly-logo,
.copyright-link {
  display: flex;
  align-items: center;
  width: 50%;
}
.lilly-logo {
  justify-content: flex-end;
}
.lilly-logo img {
width: 35%;
  padding-left: 1rem;
}

@media(max-width:380px) {
    header li.nav-item {
        padding: 0.5rem 0;
    }
    header .modal-copyright,
    .footer-col.copyright {
        flex-direction: column;
        text-align: center;
    }
}

#scrollTopBtn {
    display: none;
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
    background-color: rgba(48,25,70,0.8);
    border-radius: 60px;
    cursor: pointer;
}

#scrollTopBtn span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 22px;
    padding: 3px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

#scrollTopBtn:hover span {
    border-color: #c4c212;
}

/** buttons */
.btn-invert {
    padding: 8px 24px;
    color: #00ABC7 !important;
    border-color: #00ABC7 !important;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 0rem;
    margin-top: 1rem;
}
.btn-filled {
    padding: 8px 24px;
    color: #fff !important;
    border-color: #00ABC7 !important;
    background-color: #00ABC7;
    text-transform: uppercase;
    border-radius: 0rem;
    margin-top: 1rem;
}
.btn-pink {
    padding: 8px 24px;
    color: #fff !important;
    border-color: #DA78C0 !important;
    background-color: #DA78C0;
    text-transform: uppercase;
    border-radius: 0rem;
    margin-top: 1rem;
}
.btn-pink-invert {
    padding: 8px 24px;
    color: #DA78C0 !important;
    border-color: #DA78C0 !important;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 0rem;
    margin-top: 1rem;
}

/*.btn-invert:hover {
    color: #c4c212 !important;
    background-color: rgba(68,182,116, 0.1) !important;
    border-color: #c4c212 !important;
}*/

/** content  block */
.content-container {
    width: 100%;
    margin: 0;
}

.banner-container + .content-container.empty {
    display: none;
}

main {
    margin-top: 0;
    min-height: 68vh;
    color: #03445d;
}

.grid-container {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

.frame-space-before-extra-large {
  padding-top: 8rem;
  margin: 0;
}
.frame-space-after-extra-large {
  margin-bottom: 8rem;
}

.content-container > div.frame-default,
.content-container > div > div.frame-default,
.green-text-banner > div.frame-default,
.green-text-banner > div  > div.frame-default,
.green-text-banner > div.dce,
.banner-container .frame-indent,
div.dce{
    width: 80%;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
}

.banner-container .frame-indent .ce-image{
  float:left;
}
.banner-container .frame-outdent-top {
  background: #fff;
}
.banner-container .frame-outdent-top .ce-image {
  width: 80%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}
.banner-container .frame-outdent-top .ce-image .ce-gallery {
  float: left;
}
.banner-container > .green-text-banner {
  background-image: url(/fileadmin/design-elements/images_2023/Header_2023.jpg);
  width: 100%;
  height: 1050px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #03445d;
}

.green-text-banner {
  width: 100%!important;
  background: #03445d;
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.frame-darkbg {
  width: 100%!important;
  background: #03445d;
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
  max-width: inherit;
}
.frame-darkbg .row {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
}

.green-text-banner h3,
.green-text-banner h2,
.frame-darkbg h3,
.frame-darkbg h2{
  color: #fff!important;
}

.content-container img {
    max-width: 100%;
    height: auto;;
}

.banner-container {
    min-height: 135px;
    position: relative;
}

.banner-container .frame-default {
    position: relative;
}

.banner-container .banner-image {
    width: 100%;
    height: 85vh;
    min-height: 720px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-container .video-shown .banner-image {
    height: 100vh;
}

@media(max-width: 768px) {
    .content-container > div.frame-default,
    .green-text-banner > div.frame-default {
        width: 90%;
    }
}

.banner-container .banner-images.full-height .banner-image {
    height: 100vh;
}

.banner-container .banner-text {
    position: absolute;
    top: 26%;
    width: 100%;
    z-index: 1;
}

.banner-container .video-shown .banner-text {
    top: 20%;
}

.banner-container .headline {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #fff;
    font-style: normal;
}

.banner-container .subheadline {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #ffffff;
}



@media(min-width: 768px) {
    .banner-container .subheadline {
        font-size: 1.9rem;
    }
}

@media(min-width: 1400px) {
    .banner-container .subheadline {
        font-size: 2.4rem;
    }
}

.banner-container a {
    text-decoration: none;
    width: fit-content;
}

.ce-gallery .video-embed video {
    max-width:100%;
}

.ce-gallery .video-caption {
    font-size:0.8em;
    text-align: right;
    margin-top: 1em;
}

.video-close-button {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    background-color: rgba(57,125,96,0.8);
    border-radius: 50%;
    cursor: pointer;
}

.video-close-button::before {
    content: '×';
    font-size: 3rem;
    line-height: 3rem;
    color: #fff;
}

.video-close-button:hover::before {
    color: #c4c212;
}

.video-play-button {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 40px;
    height: 40px;
    background-image: url(/fileadmin/design-elements/Icons/playbutton_white.svg);
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    cursor: pointer;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;*/
}

*:hover > .video-play-button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.banner-container .video-play-button {
    top: calc(100% + 30px);
    right: 50%;
    width: 100px;
    height: 100px;
    transform: translateX(50%);
    background-size: 100px;
}

.banner-container .video-shown .video-play-button {
    top: 10%;
    right: 10%;
    width: 55px;
    height: 55px;
    background-size: 55px;
}

.banner-container video + .text-holder {
    cursor: pointer;
}

.banner-container .banner-audio {
    position: absolute;
    bottom: 10%;
    width: 100%;
    z-index: 1;
}

.banner-container audio {
    width: 40%;
    min-width: 290px;
}

.banner-container .banner-logos {
    display: block;
    position: absolute;
    bottom: 4%;
    width: 100%;
}

.banner-container .video-shown .banner-logos {
    display: none;
}

.banner-container .banner-logos .frame-default {
    width: 85%;
}

.banner-container .banner-logos .frame-default .logo1{
    max-width: 200px;
}

.banner-container .banner-logos img {
    margin: 0 10px;
}

.banner-container .banner-logos a:first-child img {
    margin-left: 0;
}

.banner-container .banner-logos a:last-child img {
    margin-right: 0;
}
/* Experten */
.expert-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 2rem;
}
.expert-block {
  width: 15%;
  text-align: center;
  padding: 1rem 0 1rem 0;
}
.expert-block img {
  width: 66%;
  height: auto;
  margin-bottom: 1rem;
}
.frame-lets-talk {
  position: relative;
  width: 80%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.frame-lets-talk .lets-talk {
  position: absolute;
  width: 50%;
  right: 0;
  top: -210px;
}

#c988 {
  display: flex;
  justify-content: center;
}
#c988 .logo-img {
  width: 80%;
  padding-top: 5rem;
}

/* Info Boxen */
.info-wrapper
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.info-wrapper .info-box
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.info-wrapper .info-box .info-icon
{
    width: 100px;
}

.frame-background-img
{
    width: 100%;
    background: #03445d;
}

/* Informationen und Downloads */
#c994 img {
  width: 50%;
}
.download-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.download-wrapper .download-element {
  width: 16%;
  margin: 1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.download-wrapper .download-element p {
  font-size: 1.2rem;
}
.download-element img {
  width: 40%;
  margin-bottom: 1rem;
}
.download-element a {
  align-self: flex-end;
}

/* Programmübersicht */
.program-list .blue-text {
  font-weight: 600;
}
.program-list .program-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #8C7F98;
  padding-top: 1rem;
}
.program-list .program-item:last-child {
  border-bottom: 0;
}
.program-item .program-time {
  width: 15%;
}
.program-item .program-desc {
  width: 60%;
}
.program-item .expert-text {
  width: 23%;
  padding-left: 2%;
  font-size: 1rem;
}
#c972 {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
#c974 {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
/* Welcome Modal */
#welcomeModal .modal-dialog {
  max-width: 700px;
  margin: 10rem auto;
}
#welcomeModal .modal-content {
  padding: 2rem;
  border: 0;
  border-radius: 0;
}
#welcomeModal .modal-header {
  border: 0;
  border-radius: 0;
  margin-top: 3rem;
}
#welcomeModal .modal-header img {
  width: 80%;
}
#welcomeModal .modal-checkbox {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
}
#welcomeModal input[type="password"] {
  width: 100%;
  padding: 0.3rem;
}
#welcomeModal a {
  font-size: 1.3rem;
  color: #00ABC7;
}
#welcomeModal .modal-footer {
  border: 0;
  border-radius: 0;
  justify-content: center;
}
#welcomeModal .modal-footer .btn-filled {
  width: 100%;
}
/* Countdown */
.frame-countdown-box {
  position: absolute;
  top: -10%;
  width: 100%;
}
.countdown-ring {
  width: 90%;
}
.frame-countdown-box .countdown {
    max-width: 240px;
}
.countdown {
  position: relative;
}
#countdown-box {
  position: absolute;
  top: 45%;
  left: 19%;
  text-align: center;
}
#countdown-box p {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}


/* Video on demand */
.video-item .card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0 1rem 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #8C7F98;
  background-color: transparent;
}
.video-item .card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 1rem 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #8C7F98;
    background-color: transparent;
}
.video-item .card:last-child {
  border: 0;
}
.video-item .card .card-image {
  width: 20%;
  position: relative;
}
.video-item .card .card-image .video-play {
    position: absolute;
    top: 25%;
    left: 35%;
    cursor: pointer;
}
.video-item  .video-desc {
  width: 53%;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.video-item  .video-desc .video-play {
    width: 1.5rem;
    height: auto;
    margin-left: 1rem;
}
.video-item .speakers {
  font-size: 1rem;
  width: 23%;
  display: flex;
  align-items: center;
}
.video-item .speakers .expert-text {
    font-size: 1rem;
}
.video-item .video-play {
  width: 65px;
  height: auto;
}


.video-detail-slider .modal-content {
    border: 0;
    border-radius: 0;
}
.video-slider-modal .text {
    padding: 1rem;
    padding-bottom: 5rem;
}
.video-slider-modal .text .video-name {
    color: #03445d;
    font-size: 2rem;
}
.video-slider-modal .text .expert-text {
    font-size: 1rem;
}
.slick-arrow {
    padding: 20px 20px;
    color: #00ABC7 !important;
    border: 0px solid #00ABC7 !important;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 0rem;
    margin-top: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
}
.slick-prev {
    position: absolute;
    top: 91%;
    left: 5%;
    background-image: url(/fileadmin/design-elements/Icons/arrow_left.svg);
}
.slick-next {
    position: absolute;
    top: 91%;
    right: 5%;
    background-image: url(/fileadmin/design-elements/Icons/arrow_right.svg);
} 



.frame-start-header .banner-img-container {
    display: flex;
    flex-direction: column;
}
.frame-start-header .banner-img {
    width: 30%;
    margin-bottom: 3rem;
}
.frame-start-header .banner-img:last-child {
    width: 50%;
}


/* Streaming */

.workshop-list .workshop-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #03445d;
  padding-top: 1rem;
}
.workshop-list .workshop-item:last-child {
  border-bottom: 0;
}

.workshop-item .workshop-text {
    display: inherit;
    width: 70%;
}

.workshop-text .big-blue-text {
    font-weight: 600;
    color: #00ABC7;
}

/* .stream-container */

.tedme-container{
    min-height: 650px;
}
.tedme-container .stream-container{
    min-height: 300px;
}
.certificates-list{
    margin-top:30px;
}
.certificate-list-item{
    margin-bottom:20px;
}


/* Powermail Poster Upload */

#c1489 h2 {
    margin-bottom: 0.5rem;
}
#c1489 h3 {
    font-size: 1.5rem;
    color:#00ABC7;
}

#c1487 h3 {
    margin-bottom: 1rem;
}

.tx-powermail .container-fluid {
    padding: 0!important;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.powermail_fieldset {
    display: flex;
    flex-direction: column;
    min-width: 350px;
    max-width: 500px;
}

.tx-powermail .powermail_label {
    font-size: 1.25rem;
    margin-top: 1rem;
}

.tx-powermail .powermail_input {
    padding: 5px;
    width: 100%;
}

.tx-powermail .powermail_textarea {
    padding: 5px;
    width: 100%;
}

.tx-powermail .powermail_fieldwrap_type_file {
    margin-bottom: 1rem;
}

.tx-powermail .powermail_file::file-selector-button {
    padding: 10px 20px;
    background-color: #DA78C0;
    color: #fff;
    border: 0;
}

.tx-powermail .powermail_submit {
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #DA78C0;
    color: #DA78C0;
    margin-top: 2rem;
}

@media screen and (max-width: 1600px) {
    .banner-container > .green-text-banner {
        height: 930px;
    }
    .frame-start-header .banner-img {
        width: 25%;
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 1440px) {
    .banner-container > .green-text-banner {
        height: 825px;
    }   
    .frame-start-header .banner-img {
        width: 20%;
        margin-bottom: 3rem;
    }
    .frame-start-header .banner-img:last-child {
        width: 45%;
    }
}
@media screen and (max-width: 1280px) {
    .banner-container > .green-text-banner {
        height: 740px;
        padding-top: 4rem;
    }
    .video-overlay
    {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lilly-logo img {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .banner-container > .green-text-banner {
        height: 570px;
    }   
    .navar_box p{
        display: none;
    }
    #c1058 {
        display: none;
    }   
    .frame-lets-talk .lets-talk {
        top: -220px;
    }
    .expert-block {
        width: 25%;
    }
    .download-wrapper {
        justify-content: space-around;
    }
    .download-wrapper .download-element {
        margin: 1rem 0 1rem 0;
        width: 27%;
    }
    .program-item .program-time {
        width: 14%;
    }
    .video-item .video-play {
        width: 50px;
    }
    .slick-next, .slick-prev {
        top: 88%;
    }
    .video-overlay-text .header-text-img
    {
        display: none;
    }
    .video-overlay-text p
    {
        font-size: 1rem;
    }
    .frame-start-header .banner-logo
    {
        width: 250px;
    }
    .btn-pink
    {
        margin-top: 0;
    }
    .info-box .btn-pink {
        margin-top: 1rem;
    }
}
@media scrren and (max-width: 900px) {
    .video-item .card {
        flex-wrap: wrap;
    }
    .video-item .card .card-image {
        width: 50%;
    }
    .video-item .video-play {
        width: 30%;
    }
    .video-item .video-desc {
        width: 100%;
        padding: 2rem 0 2rem 0;
    }
    .video-item .speakers {
        width: 100%;
    }
    .video-overlay-text a
    {
        display: none;
    }
    .lilly-logo, .copyright-link {
        display: flex;
        align-items: center;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .banner-container > .green-text-banner {
        background-position-x: 60%;
    }
    #c1058 {
        display: block;
    }
    #c945 .btn-invert {
        margin-top: 0;
    }
    .navar_box {
        display: flex;
        align-items: self-end;
    }
    header .modal-header p {
        display: none;
    }
    .frame-lets-talk .lets-talk {
        top: -205px;
    }
    footer .copyright a, footer .copyright p {
        font-size: 1rem;
    }
    .program-item .program-time,
    .program-item .program-desc,
    .program-item .expert-text{
        width: 100%;
        padding-left: 0;
    }
    .frame-start-header .banner-img
    {
        width: 185px;
    }
}
@media screen and (max-width: 660px)
{
    .video-overlay p
    {
        display: none;
    }
    .info-wrapper {
        flex-direction: column;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .info-wrapper .info-box {
        margin: 1rem 0;
    }
}
@media screen and (max-width: 600px) {
    .banner-container > .green-text-banner {
    background-size: auto 570px;
    height: 800px;
    background-position: bottom;
    background-postiion-x: 63%;
    }
    .banner-container .frame-default .ce-image {
        top: -105px;
    }
    .frame-start-header .banner-img {
        width: 30%;
        margin-bottom: 1rem;
    }
    .frame-start-header .banner-img:last-child {
        width: 70%;
    }
    .grid_50-50 .row:first-child {
        flex-direction: column-reverse;
    }
    #c949 {
        padding-top: 12rem;
    }
    .frame-countdown-box {
        top: 0%;
    }
    .frame-lets-talk .lets-talk {
        width: 70%;
        right: 15%;
    }
    .frame-lets-talk h2,
    #c950 h2{
        padding-top: 2rem;
        font-size: 4rem;
    }
    .expert-block {
        width: 45%;
    }
    #c994 img {
      width: 50%;
    }
    .download-wrapper .download-element {
        width: 49%;
    }
    footer .footer-bottom {
        text-align: center;
    }
    .lilly-logo, .copyright-link {
        width: 100%;
        padding-bottom: 2rem;
        justify-content: center;
    }
    .video-item .card .card-image {
        width: 100%;
    }
    #welcomeModal .modal-dialog {
      max-width: 700px;
      margin: 1rem auto;
    }
    .tedme-container .stream-container{
        min-height: 300px;
        margin-bottom: 20px;
    }
    footer .footer-bottom a:last-child {
        padding-left: 0;
    }
    footer .footer-bottom {
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding-left: 25px;
        padding-top: 0;
        text-align: left;
    }
    header .navbar-logo {
        display: none;
    }
    .grid-container {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
    .video-header .background-video > * {
        width: 115%;
        overflow: hidden;
    }
}

#timer li{
  color:#fff !important;
}

.cc-highlight .cc-btn {
    margin: 0.7rem;
}

.cc-highlight .cc-btn.cc-allow,
.cc-highlight .cc-btn.cc-deny {
    width: calc(50% - 1.4rem);
}

.cc-highlight .cc-btn:first-child {
    background-color: #00ABC7!important;
}

#c1115,
#c1195 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#c1198,
#c1189 {
    margin-top: -30rem!important;
}

#c1199,
#c1117 {
    padding-top: 18rem!important;
    padding-bottom: 18rem!important;
}

.stream-container.with-iframe {
    margin-bottom: 0px!important;
}

.tedme-container .tedme-container iframe,
.tedme-container .stream-container iframe {
    border-radius: 2.5px;
}

.powermail-errors-list {
    list-style: none;
    padding: 2.5px;
    
}

.powermail-errors-list li {
    color: #DA78C0!important;
    font-size: 1rem!important;
    font-weight: 600!important;
    margin-top: 2.5px!important;
    margin-left: 2.5px!important;
}

.powermail_fieldwrap_ergaenzendebeschreibung textarea {
    font-size: 1.2rem!important;
    padding: 10px!important;
}

.powermail_fieldwrap_ergaenzendebeschreibung textarea::placeholder {
    color: #03445d;
    opacity: 0.5;
}
