.header-wrapper {
    margin-top: 0;
}

.primary,
.primary strong {
    color: #31A299;
}



.backtotop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 1000;

    line-height: 1;
    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;

    color: #333;
}

.backtotop i{
    font-size: 36px;
}

@media only screen and (max-width: 1200px) {
    .container-full-width > .container {
     padding-left: 0;
    padding-right: 0;
    }
}

.backtotop:hover {
    color: #000;
}

.backtotop.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

p.hlgruenstrich {
    font-size: 1.25rem;
    color: #31A299;
    font-weight: bold;
    margin-bottom: 0.5rem !important;
    line-height: 1;
}

p.hlgruenstrich::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    margin-top: -2px;
    margin-right: 6px;
    background-color: #31A299;
    vertical-align: middle;
}

.big_number {
    font-size: clamp(5.85rem, 10.4vw, 9.1rem);
    font-weight: 400;
    line-height: 0.85;
}

.address-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0;
    font-style: normal;
}


.img-text-card {
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.img-text-card .text-wrapper {
    padding: 1rem;
}

.img-text-card img {
    width: 100%;
    height: auto;
}

.address-block__title {
    font-weight: 700;
}

.address-block__entry {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: 0.65rem;
    align-items: center;
    color: inherit;
    overflow-wrap: anywhere;
}

.address-block__entry--location {
    align-items: start;
}

.address-block__entry i {
    width: 1.25rem;
    color: #31A299;
    font-size: 1.15rem;
    line-height: inherit;
    text-align: center;
}

a.btn-filled {
    font-weight: bold;
}

.numbered-list {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: clamp(0.35rem, 0.75vw, 0.75rem);
    align-items: start;
    width: 90%;
    max-width: 47rem;
    margin-top: 4rem;
}

.numbered-list--left {
    margin-right: auto;
}

.numbered-list--right {
    margin-left: auto;
}

.numbered-list__number {
    white-space: nowrap;
    margin-right: 0.75rem;
    margin-top: 0.5rem;
}

.numbered-list__text> :last-child {
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .numbered-list {
        grid-template-columns: max-content minmax(0, 1fr);
        gap: 0.5rem;
        width: 100%;
    }

    .big_number {
        font-size: clamp(4.55rem, 23.4vw, 6.5rem);
    }
}

.btn-filled {
    background-color: #31A299;
    border-color: #31A299;
}

.btn-filled:hover {
    color: #31A299;
    border-color: #31A299;
}

.content_box_wrapper[data-shadow=true] {
    box-shadow: 0 3px 29px rgba(0, 0, 0, 0.18);
    color: #fff;
}

p {
    font-size: 0.95rem;
}

#c4 .content_box_wrapper {
    height: 100%;
    padding: 1rem 1rem;
    background-color: #fff;
}

#c4 .content_box_wrapper .content_box {
    justify-content: flex-start;
}

.content_box_wrapper p {
    margin-bottom: 0.5rem;
}

#c4 .content_box_wrapper img {
    display: none;
}

#c4 .content_box_wrapper a {
    font-weight: 600;
}

#c4 {
    margin-top: -6rem;
}

#c4 h2,
#c38 h2 {
    color: #31A299;
    font-size: 1rem;
    font-weight: 600;
}

.event-facts__item .h2 {
    font-weight: bold;
}

#c4 h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.agendaicon {
    margin-top: -0.75rem;
    position: relative;
}

.agendaicon i {
    font-size: 2rem;
    color: #31A299;
}

.agendalabel {
    position: absolute;
    left: 3.5rem;
    top: 0.5rem;
    width: 8rem;
    width: 18rem;
}

.h4.primary strong {
    font-size: 1.35rem;
}


#c38 h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
}

.btn-filled {
    border-radius: 20px;
}

#c40 p {
    color: #fff;
}

#c39 p {
    margin-bottom: 0.5rem;
}

#c39 strong {
    font-size: 1.25rem;
}

#c8 header h2::before,
#c38 header h2::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    margin-top: -2px;
    margin-right: 6px;
    background-color: #31A299;
    vertical-align: middle;
}

.frame-layout-3 header h2::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    margin-top: -2px;
    margin-right: 6px;
    background-color: #31A299;
    vertical-align: middle;
}

.footericon {
    margin-right: 0.8rem;
    color: #31a299;
    margin-top: -1rem;
}

.footericons p {
    margin-bottom: 0.5rem;
}

a.btn-filled:hover {
    border-radius: 20px;

}

.frame-layout-3 h3 {
    font-weight: 800;
    font-size: 2.5rem;
    color: #525256;
    margin-bottom: 1.5rem;
}

.frame-layout-3 h2 {
    color: #31A299;
    font-size: 1rem;
    font-weight: 600;
}

.h5 {
    color: #31A299;
    font-size: 1rem;
    font-weight: 600;
}

.h5::before {
    content: "";
    margin-top: -2px;
    display: inline-block;
    width: 30px;
    height: 2px;
    margin-right: 6px;
    background-color: #31A299;
    vertical-align: middle;
}

.h6 {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
}

#c24 {
    color: #fff;
    margin-top: 3rem;
}

#c23 h2,
#c24 h2 {
    color: #31A299;
    font-size: 1.5rem;
    margin-left: 1rem;
}

#c23 ul li,
#c24 ul li {
    color: #fff;
    max-width: 33rem;
    margin-bottom: 1rem;
}

#c160 .at-col,
#c163 .at-col {
    display: flex;
    align-items: center;
    flex-direction: row;
}

#c16>.at-layer-background>.at-layer-background-color {
    background: radial-gradient(circle at top right,
            rgba(30, 101, 100, 1) 0%,
            rgba(52, 52, 52, 1) 70%) !important;
}

#c37>.at-layer-background>.at-layer-background-color,
#c157>.at-layer-background>.at-layer-background-color {
    background: radial-gradient(circle at top left,
            rgba(30, 101, 100, 1) 0%,
            rgba(52, 52, 52, 1) 70%) !important;
}


#c74>.at-layer-background>.at-layer-background-color {
    background: radial-gradient(circle at top right,
            rgba(30, 101, 100, 1) 0%,
            rgba(52, 52, 52, 1) 70%) !important;
}

#c39 {
    border-radius: 20px;
    background-color: #fff;
    padding: 2rem;
    width: auto;
    display: inline-block;
    margin: 0rem 2rem 2rem 2rem;
}

.event-facts__intro {
    margin-bottom: 1.5rem;
}

.event-facts__items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.event-facts__item {
    width: 220px;
    max-width: 100%;
    min-height: 92px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 38px;
    border-radius: 42px;
    background-color: #f3f3f3;
}

.event-facts__item>* {
    width: 100%;
}

.event-facts__item p {
    margin: 0;
    color: #565656;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.h1 strong {
    font-size: 50px;
}

.h2 strong {
    font-size: 40px;
}

.h3 strong {
    font-size: 30px;
}

#c70 header h2 {
    font-size: 1.5rem;
    color: #31A299;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1;
}


#c70 .frame-type-textmedia {
    width: 100%;
}

#c70 .frame-type-textmedia .image {
    margin-right: 0.5rem;
    padding: 0.5rem;
}

#c70 ul {
    overflow: visible !important;
}

#c70 .frame-type-div {
    width: 100%;
    margin-top: 2rem;
}

#c70 h3 {
    margin-top: 0.5rem;
}


@media (max-width: 767px) {
    #c70 .ce-gallery {
        width: 100%;
    }

    #c70 .ce-bodytext {
        display: inline-block;
        width: 100%;
        margin-top: 0.5rem;
    }
}

.event-facts__item p:first-child,
.event-facts__item p:first-child strong,
.event-facts__item .h2 {
    font-size: 22px;
}

/* Agenda */
.agenda {
    --agenda-accent: #2da39a;
    --agenda-text: #505050;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    color: var(--agenda-text);
}

.at-container .ce-col:has(> .agenda) {
    min-width: 0;
    max-width: 100%;
}

.agenda__day {
    margin: 0 0 2rem;
    color: var(--agenda-accent);
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
}

.agenda__items {
    display: grid;
    gap: 2rem;
}

.agenda__summary {
    display: grid;
    grid-template-columns: 9rem minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.agenda__item {
    display: block;
}

.agenda__time {
    display: inline-flex;
    width: fit-content;
    min-height: 2.5rem;
    align-items: center;
    justify-content: center;
    padding: .45rem 1rem;
    border-radius: 999px;
    background: #f3f3f3;
    color: var(--agenda-accent);
    font-size: .8rem;
    font-weight: 800;
    white-space: nowrap;
}

.agenda__item--break .agenda__time {
    background: #555;
    color: #fff;
}

.agenda__summary-content p,
.agenda__talk-description {
    margin: .25rem 0 0;
    line-height: 1.45;
}

.agenda__session-title {
    margin: 0;
    color: var(--agenda-accent);
    font-size: .9rem;
    font-weight: 800;
    text-transform: uppercase;
}

.agenda__info {
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    margin-left: .45rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #aaa;
    color: #fff;
    font-size: .65rem;
    font-style: normal;
    vertical-align: .1em;
}

.agenda__talks {
    margin: 2rem 0 0 9rem;
}

.agenda__talk {
    display: grid;
    grid-template-columns: 10rem minmax(0, 1fr);
    gap: 1.5rem;
    padding: 0 0 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #8b8b8b;
}

.agenda__talk-content,
.agenda__speakers,
.agenda__speaker-item,
.agenda__speaker-panel,
.agenda__speaker-panel-content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.agenda__speaker-panel {
    overflow: hidden;
}

.agenda__portraits {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.agenda__portrait {
    display: block;
    flex: 0 0 auto;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    object-fit: cover;
}

.agenda__portrait--placeholder {
    position: relative;
    overflow: hidden;
    background: var(--agenda-accent);
}

.agenda__portrait--placeholder::before,
.agenda__portrait--placeholder::after {
    position: absolute;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    background: #fff;
}

.agenda__portrait--placeholder::before {
    top: 20%;
    width: 27%;
    height: 27%;
    border-radius: 50%;
}

.agenda__portrait--placeholder::after {
    bottom: 17%;
    width: 52%;
    height: 30%;
    border-radius: 999px 999px 35% 35%;
}

.agenda__talk-time {
    margin: 0 0 .5rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.agenda__speakers {
    display: grid;
    gap: .75rem;
}

.agenda__speaker {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 .35rem;
    border: 0;
    border-bottom: 1px solid var(--agenda-accent);
    background: transparent;
    color: var(--agenda-accent);
    font-size: .9rem;
    font-weight: 800;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase;
}

.agenda__speaker:not(.agenda__speaker--static)::after {
    display: inline-flex;
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--agenda-accent);
    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(#fff, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 2px, 2px 50%;
    content: "";
}

.agenda__speaker[aria-expanded="true"]::after {
    background-image: linear-gradient(#fff, #fff);
    background-size: 50% 2px;
}

.agenda__speaker-panel-content {
    padding: .5rem 0 .25rem;
}

.agenda__speaker-panel-content p {
    margin: 0;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

@media (max-width: 767px) {

    .agenda__summary {
        grid-template-columns: 1fr;
        gap: .75rem;
    }

    .agenda__talks {
        margin-left: 0;
    }

    .agenda__talk {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .agenda__portraits {
        gap: .75rem;
    }

    .agenda__portrait {
        width: 3.75rem;
        height: 3.75rem;
    }
}

.image-basic__figure {
    margin: 0;
}

.image-basic__caption {
    margin-top: 0.5rem;
    color: #31A299;
    font-size: 0.8rem;
    margin-left: 2rem;
}

.testimonial {
    position: relative;
    margin: 2.5rem 1.5rem;
    padding: 4.25rem 2.5rem;
    border-radius: 0 36px 36px 36px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.testimonial::before,
.testimonial::after {
    position: absolute;
    color: #31A299;
    font-family: Georgia, serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
}

.testimonial::before {
    content: "“";
    top: -30px;
    left: -20px;
}

.testimonial::after {
    content: "”";
    right: -16px;
    bottom: -70px;
}

.testimonial__quote p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.35;
}

.testimonial__author {
    margin-top: 0.75rem;
}

.testimonial__author p {
    margin: 0;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .testimonial {
        margin: 2.5rem 1rem;
        padding: 3.5rem 2rem;
    }

    .testimonial::before,
    .testimonial::after {
        font-size: 80px;
    }
}

.event-facts {

    margin-left: auto;
    margin-right: auto;
}

.header-fixed-actions {
    position: fixed;
    top: 145px;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
}

.header-fixed-action {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 17rem;
    max-width: 100vw;
    min-height: 47px;
    padding: 10px 20px 10px 23px;
    border-radius: 18px 0 0 18px;
    background-color: #31a299;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.18);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.header-fixed-action i,
.header-fixed-action span {
    color: #fff;
}

.testimonial {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.header-fixed-action i {
    width: 24px;
    font-size: 20px;
    text-align: center;
}

.header-fixed-action:hover,
.header-fixed-action:focus-visible {
    background-color: #ffffff;
    color: #31A299;
}

.header-fixed-action:hover span {
    color: #31A299;
}

.header-fixed-action:hover i {
    color: #31A299;
}

.top-menu {
    display: none;
}

.mainmenu {
    transition: background-color 200ms ease-in-out;
}





#c27 p {
    margin-top: 5rem;
    font-size: 2.25rem;
    color: #565656;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 57rem;
}

#c29 p {
    margin-top: 0rem;
    font-size: 2.25rem;
    color: #31A299;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 57rem;
}

#c31 .event-facts__item {
    width: 100%;
}

#c31 h2 {

    font-size: 1.25rem;
    font-weight: bold;
}

#c31 .event-facts__item p {
    font-size: 1rem !important;
}

#c31 .event-facts__item p strong {
    font-size: 0.95rem !important;
    text-transform: none;
}

.mainnavigation,
.mainnavigation .container,
.mainnavigation .container .nav-menu {
    background-color: rgba(0, 0, 0, 0);
}


.mainnavigation .container .nav-menu.active {
    height: calc(100vh) !important;
}

.mainmenu.is-scrolled {
    background-color: rgba(0, 0, 0, 0);
}

.mobile-menu-toggle {
    background-color: rgba(38, 81, 80, 0.8) !important;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    margin-right: -0.5rem;
    margin-top: -1rem;
}

@media (min-width: 1200px) {
    .mainnavigation .container .nav-menu {
        justify-content: center;
    }

    .mainmenu.is-scrolled {
        background-color: rgba(0, 0, 0, 0.8);
    }
}

.header-wrapper .primary {
    color: #31A299;
    font-weight: 600;
}

.header-wrapper h2 {
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.header-wrapper h2 span {
    font-size: 1.75rem;
}

.header-wrapper .header-text p span.white strong {
    font-size: 1.25rem;
}

.header-wrapper .header-text p {
    max-width: 30rem;
}

.header-wrapper .header-img img {
    border-radius: 0;
}

#c8 {
    margin-top: 5rem;
}

#c8 header h2 {
    color: #31A299;
    font-size: 1.25rem;
}


#c8 header h3 {
    font-weight: 800;
    font-size: 2.5rem;
    color: #525256;
    margin-bottom: 1.5rem;
}

#c8 .ce-bodytext p {
    margin-bottom: 1.5rem;
}

.fa-solid.fa-bars {
    color: #fff;
}

.mobile-menu-toggle {
    z-index: 60000;
}

.person-profile {
    margin-bottom: 1rem;
    margin-top: 1rem;
}


@media (max-width: 1200px) {
    .nav-menu.active {
        background-color: rgba(0, 0, 0, 0.8) !important;
        z-index: 50000;
        width: 100% !important;
        top: 0 !important;
    }
}


@media (max-width: 1100px) {
    .header-fixed-actions {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .row.gx-5 {
        --bs-gutter-x: 10px;
    }

    .row.gx-5 .ce-col {
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 900px) {
    .header-wrapper .header-text {
        margin-left: 10px;
        max-width: calc(100% - 20px);
    }
}


@media only screen and (max-width: 700px) {

    .header-wrapper .header-img img {
        height: 400px;
    }


    #c1 .header-wrapper .header-img img {
        height: 655px;
    }


    h1,
    .h1 {
        font-size: 35px;
    }

    .h1 strong {
        font-size: 35px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    .h2 strong {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 25px;
    }

    .h3 strong {
        font-size: 25px;
    }

    #c27 p {
        font-size: 1.5rem;
        line-height: 1.1;
    }

    .frame-layout-3 h3 {
        font-weight: 800;
        font-size: 25px;
        color: #525256;
        margin-bottom: 1.5rem;
    }

    #c70 .frame-type-div {
        margin-top: 0rem;
    }

    .frame-space-before-large {
        margin-top: 2em;
    }

    #c70 header h2 {
        font-size: 1rem;
        color: #31A299;
        font-weight: bold;
        margin-bottom: 0.5rem;
        line-height: 1;
    }

    #c70 h3 {
        margin-top: 0.5rem;
        font-size: 1rem;
    }
}
