@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap");

:root {
  --brand-blue: #19295c;
  --brand-blue-light: #425389; /*#3759c8 */;
  --font-color: #333333;
  --dark-font-color: #000000;
  --bg-grey: #eae9e9;
  --border-grey: #888;
}


/* Resets */
html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}



/* Defaults */
html { box-sizing: border-box; }
*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    background-color: #fff;
    color: #333333;
    color: var(--font-color);
}

a {
    color: inherit;
}

a:hover {
    color: #425389;
    color: var(--brand-blue-light);
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.list {
    list-style-type: disc;
    padding-left: 2em;
    margin: 1em 0;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/* Layout */
.page-wrap {
    max-width: 1400px;
    width: 100%;
    margin: 134px auto 0 auto;
    background-color: white;
}

.page-wrap--with-secondary-nav {
    margin-top: 185px;
}

@media screen and (max-width: 900px) {
    .page-wrap {
        margin-top: 99px;
    }

    .page-wrap--with-secondary-nav {
        margin-top: 160px;
    }
}

@media screen and (max-width: 750px) {
    .page-wrap--with-secondary-nav {
        margin-top: 99px;
    }
}

@media screen and (max-width: 640px) {
    .page-wrap {
        margin-top: 82px;
    }
}


.page-header {
    width: 100%;
    height: 134px;
    padding: 0;
    position: fixed;
    z-index: 100;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.25s;
}

.page-header__container {
    max-width: 1400px;
    margin: auto;
    padding: 40px;
    transition: all 0.25s;
}

body.small-header .page-header {
    height: 70px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.08);
}

body.small-header .page-header--with-secondary-nav {
    height: 127px;
}

body.no-header .page-header {
    margin-top: -134px;
    padding-top: 0;
    padding-bottom: 0;
}


body.no-header .page-header:hover,
body.no-header.page-nav-visible .page-header {
    margin-top: 0;
}

/*
body.no-header .page-header--with-secondary-nav:hover,
body.no-header.page-nav-visible .page-header--with-secondary-nav {
    height: 127px;
}
*/

body.small-header .page-header__container {
    padding: 20px 40px;
}

.page-header--with-secondary-nav {
    height: 185px;
}

@media screen and (max-width: 900px) {
    .page-header {
        height: 99px;
    }

    .page-header__container {
        padding: 30px 40px;
    }

    .page-header--with-secondary-nav {
        height: 160px;
    }
}

@media screen and (max-width: 750px) {
    .page-header--with-secondary-nav {
        height: 99px;
    }

    body.small-header .page-header--with-secondary-nav,
    body.no-header .page-header--with-secondary-nav:hover,
    body.no-header.page-nav-visible .page-header--with-secondary-nav {
        margin-top: 0;
        height: 70px;
    }

    body.no-header .page-header--with-secondary-nav {
        margin-top: -70px;
    }
}

@media screen and (max-width: 640px) {
    .page-header {
        height: 82px;
    }

    .page-header__container,
    body.small-header .page-header__container {
        padding: 20px;
    }

}

.page-header h1 a {
    background-image: url('../img/logo-fuw-forum.svg?v=2');
    background-size: 100%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 274px;
    height: 54px;
    float: left;
    transition: all 0.25s;
}

body.small-header .page-header h1 a {
    width: 190px;
    height: 38px
}

@media screen and (max-width: 900px) {
    .page-header h1 a {
        width: 190px;
        height: 38px;
    }
}

.page-header__title {
    position: absolute;
    left: 50%;
    width: 260px;
    margin-left: -130px;
    text-align: center;
    line-height: 54px;
}

.page-nav {
    line-height: 54px;
}

body.small-header .page-nav {
    line-height: 27px;
}

@media screen and (max-width: 900px) {
    .page-nav {
        line-height: 39px;
    }

    .page-nav .secondary-nav {
        line-height: 54px;
    }
}

.primary-nav {
    float: right;
    margin-bottom: 36px;
}

body.small-header .primary-nav {
    margin-bottom: 26px;
}

.page-nav ul li {
    display: inline;
    margin-left: 40px;
}

@media screen and (max-width: 900px) {
    .page-nav ul li {
        margin-left: 20px;
    }
}

.page-nav a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    color: var(--dark-font-color);
}

.page-nav__icon {
    display: none;
    position: relative;
    width: 42px;
    height: 42px;
    background-color: #19295c;
    background-color: var(--brand-blue);
    float: right;
    cursor: pointer;
    z-index: 14;
    border: 1px solid white;
    top: -5px;
}

.page-nav__icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 18px;
    background: white;
    opacity: 1;
    left: 12px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.page-nav__icon span:nth-child(1) {
    top: 14px;
}

.page-nav__icon span:nth-child(2) {
    top: 20px;
}

.page-nav__icon span:nth-child(3) {
    top: 26px
}


body.page-nav-visible .page-nav__icon span:nth-child(1) {
    top: 50%;
    transform: rotate(135deg);
}

body.page-nav-visible .page-nav__icon span:nth-child(2) {
    opacity: 0;
    left: 80px;
}

body.page-nav-visible .page-nav__icon span:nth-child(3) {
    top: 50%;
    transform: rotate(-135deg);
}

@media screen and (max-width: 750px) {
    body.page-nav-visible .page-wrap > *:not(.page-header),
    body.page-nav-visible .page-wrap > .page-header h1 {
        filter: blur(4px);
    }
}

@media screen and (max-width: 750px) {
    .page-nav__icon {
        display: block;
    }

    .page-nav a {
        color: white;
    }

    .page-nav__flyout-wrap {
        color: white;
        background: #19295c;
        background: var(--brand-blue);
        float: none;
        position: fixed;
        top: 0;
        left: 120%;
        bottom: 0;
        right: 0;
        z-index: 13;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6);
        transition: left 0.25s;
        overflow: auto;
    }

    body.page-nav-visible .page-nav__flyout-wrap {
        left: 25%;
    }

    .page-nav .page-nav__flyout-wrap ul {
        float: none;
        margin-left: 30px;
        line-height: 1.8em;
        margin-bottom: 0;
        height: auto;
    }

    .page-nav__flyout-wrap ul.primary-nav {
        margin-top: 70px;
    }

    .page-nav__flyout-wrap ul.secondary-nav {
        border-bottom: none;
        margin-top: 1em;
        padding-top: 1em;
        width: auto;
    }

    .page-nav__flyout-wrap ul li {
        display: block;
        margin: 0 0 12px 0;
    }

    .page-nav__flyout-wrap .secondary-nav li:first-child {
        display: block;
    }

    .page-nav__flyout-wrap .secondary-nav .btn {
        float: none;
        margin: 8px 0 64px 0;
    }

}

/**
* Layout: Secondary Nav
*/
.secondary-nav {
    border-top: 1px solid #888;
    border-top: 1px solid var(--border-grey);
    width: 100%;
    height: 55px;
    line-height: 54px;
    overflow: hidden;
}

.secondary-nav li {
    display: inline;
    margin-right: 30px;
}

.page-nav .secondary-nav--crowded li {
    margin-left: 0;
}


@media screen and (max-width: 1180px) {
    .page-nav .secondary-nav li {
        margin-left: 0px;
    }
}

@media screen and (max-width: 930px) {
    .page-nav .secondary-nav li {
        margin-right: 10px;
    }
}


.secondary-nav li:first-child {
    display: inline;
    margin-left: 0;
}

.secondary-nav a {
    text-decoration: none;
    font-weight: 600;
    line-height: 1.777777em;
    font-size: 18px;
}

@media screen and (max-width: 1100px) {
    .secondary-nav--crowded a {
        font-size: 14px;
    }
}

@media screen and (max-width: 750px) {
    .secondary-nav--crowded a {
        font-size: 18px;
    }
}

.secondary-nav .btn {
    padding: 4px 20px;
    margin-top: 9px;
    float: right;
    color: white;
    font-size: 14px;
}


@media screen and (max-width: 750px) {
    .secondary-nav .btn {
        border: 3px solid white;
    }
}

/**
* Layout: Lang-Nav;
*/
.lang-nav {
    float: right;
    margin-right: 200px;
}



@media screen and (max-width: 1400px) {
    .lang-nav {
        /* margin-right: calc(32vw - 248px); */
        margin-right: calc(48vw - 472px);
    }
}

.page-nav ul.lang-nav li {
    margin-left: 0;
}

.page-nav ul.lang-nav li:nth-child(2) {
    margin-left: 20px;
}

@media screen and (max-width: 1000px) {
    .lang-nav {
        margin-right: 0;
    }
    .lang-nav .active {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .page-nav ul.lang-nav li:nth-child(2) {
        margin-left: 0;
    }
}




/**
 *  Layout: Page-Footer;
 */
.page-footer {
    margin: 30px 40px 0 40px;
    background-color: #19295c;
    background-color: var(--brand-blue);
    color: white;
    padding: 30px;
    font-size: 16px;
    line-height: 1.2em;
    display: flex;
}

@media screen and (max-width: 800px) {
    .page-footer {
        font-size: 14px;
    }
}


@media screen and (max-width: 680px) {
    .page-footer {
        margin: 20px 40px 70px 40px;
        display: block;
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    .page-footer {
        margin: 20px 20px 70px 20px;
    }
}


.page-footer__main-box {
    width: 72%;
    margin-right: 3%;
    background-image: url('../img/logo-fuw-forum-white.svg?v=2');
    background-size: 200px;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .page-footer__main-box {
        width: 62%;
    }
}

@media screen and (max-width: 680px) {
    .page-footer__main-box {
        width: 100%;
        margin: 0;
        padding-top: 60px;
    }
}

.page-footer__contact-box {
    width: 25%;
    border-left: 1px solid white;
    padding-left: 3%;
}

@media screen and (max-width: 1000px) {
    .page-footer__contact-box {
        width: 35%;
    }
}

@media screen and (max-width: 680px) {
    .page-footer__contact-box {
        width: 100%;
        border-left: none;
        padding: 0;
    }
}

.page-footer__copyright {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 680px) {
    .page-footer__copyright {
        position: static;
    }
}

.page-footer__nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 1000px) {
    .page-footer__nav {
        bottom: 28px;
        right: auto;
        left: 0;
    }
}

@media screen and (max-width: 680px) {
    .page-footer__nav {
        position: static;
        margin: 2em 0;
    }
}

.page-footer__nav li {
    display: inline;
}

.page-footer__nav li:before {
    content: ' | ';
    margin: 0 8px;
}

.page-footer__nav li:first-child:before {
    content: '';
    margin: 0;
}

.page-footer__nav a {
    text-decoration: none;
}

.page-footer__nav a:hover {
    text-decoration: underline;
}


/* Layout: container-2to1 */
.container-2to1 {
    overflow: hidden;
    margin: 0 68px;
}

@media screen and (max-width: 640px) {
    .container-2to1 {
        margin: 0 20px;
    }
}

.container-2to1__first {
    width: 65.6%;
    float: left;
}

.container-2to1__last {
    width: 31.2%;
    float: right;
}

@media screen and (max-width: 860px) {
    .container-2to1__first,
    .container-2to1__last {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}


/**
* Module edit-quicklinks
*/
.edit-quicklinks {
    position: fixed;
    z-index: 26;
    top: 0;
    right: 0;
    font-size: 10px;
    line-height: 2em;
}

.edit-quicklinks li {
    display: inline-block;
}

.edit-quicklinks li a {
    background-color: #608c25;
    color: white;
    margin-left: 2px;
    padding: 2px;
    text-decoration: none;
}

/**
* Module static-content
*/
.static-content {
}

.static-content--medium {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 400px) {
    .static-content--medium {
        padding: 0 20px;
    }
}

.static-content--slim {
    max-width: 300px;
    margin: 0 auto;
}

.static-content h3 {
    font-weight: bold;
    margin-bottom: 1em;
}

.static-content p {
    margin-bottom: 1em;
}

.static-content p:last-child {
    margin-bottom: 0;
}

.static-content ul, ol {
    list-style-type: disc;
    padding-left: 2em;
    margin-bottom: 1em;
}

.static-content ol {
    list-style-type: decimal;
}

.static-content li {
    margin-bottom: 0;
}

/**
 * Module: Button
 */

.btn {
    font-weight: bold;
    padding: 16px 28px;   /*  18 30 */
    border: 3px solid white;
    text-decoration: none;
    border-radius: 99px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    background-color: #19295c;
    background-color: var(--brand-blue);
    color: white;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.3em;
    min-width: 210px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .btn {
        font-size: 14px;
        padding: 10px 28px;
    }
}

.btn:hover {
    background-color: #425389;
    background-color: var(--brand-blue-light);
    color: white;
}

.btn--transparent {
    background-color: transparent;
}

.btn--transparent:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.btn--small {
    font-size: 14px;
    padding: 8px 20px;
    min-width: 0;
    border: none;
}

.btn--inactive {
    cursor: auto;
    background-color: #888;
}

.btn--inactive:hover {
    cursor: default;
    background-color: #888;
}

.btn-block-wrap {
    margin: 1em 0;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .btn-block-wrap--reveal-speakers {
        margin-top: 0;
    }
}


/* Module: Clipbox */

.clipbox {
    position: relative;
    z-index: 1;
    background-color: #ddd;
    display: inline-block;
}

.clipbox img {
    display: block;
    width: 100%;
}

.clipbox:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    background-image: url('../img/clippings/clipping-white.svg');
    background-size: 100% 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.clipbox--blue:before {
    background-image: url('../img/clippings/clipping-blue.svg');
}


/* Module: Side-Links */
.side-links {
    position: fixed;
    top: 480px;
    right: 0;
    z-index: 101;
}

@media screen and (max-width: 680px) {
    .side-links {
        top: auto;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #19295c;
        background-color: var(--brand-blue);
        border-top: 1px solid white;
        display: flex;
        z-index: 30;
    }
}

@media screen and (min-width: 681px) and (max-height: 692px) {
    .side-links {
        top: auto;
        bottom: 10px;
    }
}


.side-links li {
    position: relative;
}

@media screen and (max-width: 680px) {
    .side-links li {
        border-right: 1px solid white;
    }

    .side-links > li:last-child {
        border-right: none;
    }
}

.side-links a {
    width: 50px;
    height: 50px;
    background-color: #19295c;
    background-color: var(--brand-blue);
    display: block;
    text-indent: -99999px;
    margin-bottom: 1px;
    background-repeat: no-repeat;
}

.side-links a:hover {
    background-color: #425389;
    background-color: var(--brand-blue-light);
}

.side-links__register-entry {
    display: none;
}

@media screen and (max-width: 680px) {
    .side-links__register-entry {
        display: list-item;
        flex-grow: 2;
    }

    .side-links__register-entry a {
        width: auto;
        text-indent: 0;
        font-size: 14px;
        line-height: 50px;
        font-weight: bold;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 0.1em;
        text-align: center;
    }
}

@media screen and (max-width: 370px) {
    .side-links__register-entry a {
        font-size: 12px;
        letter-spacing: -0em;
        font-weight: normal;
    }
}

@media screen and (max-width: 319px) {
    .side-links__register-entry a {
        display: none;
    }
}

.side-links__program-pdf {
    background-image: url('../img/icons/icon-pdf.svg');
    background-position: 12px 9px;
    background-size: 27px;
}

.side-links__contact {
    background-image: url('../img/icons/icon-user.svg');
    background-position: 16px 13px;
}

.side-links__social-media {
    background-image: url('../img/icons/icon-socialmedia.svg');
    background-position: 13px 13px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.side-links__top {
    background-image: url('../img/icons/icon-arrowup.svg');
    background-position: 16px 14px;
}



/* Social Media */
.social-media-list {
    overflow: hidden;
    position: absolute;
    right: -358px;
    top: 0;
    width: 357px;
    transition: all 0.5s;
    opacity: 0;
    z-index: 2;
}

@media screen and (max-width: 680px) {
    .social-media-list {
        border-top: 1px solid white;
        top: auto;
        bottom: 51px;
        left: 100%;
        right: auto;
        position: fixed;
        width: 100%;
    }

    .social-media-list > li {
        width: 14.2857%;
        float: left;
    }
}

body.social-media-visible .social-media-list {
    right: 50px;
    opacity: 1;
}

@media screen and (max-width: 680px) {
    body.social-media-visible .social-media-list {
        left: 0;
        right: auto;
    }
}

.side-links .social-media-list a {
    text-indent: 0;
    float: left;
    margin-right: 1px;
}

@media screen and (max-width: 680px) {
    .side-links .social-media-list a {
        width: 100%;
    }
}

.social-media-list svg {
    width: 42px;
    height: 42px;
    margin: 4px;
    display: inline-block;
    vertical-align: middle;
    fill: white;
}

@media screen and (max-width: 680px) {
    .social-media-list svg {
        width: 100%;
        margin: 4px 0;
    }
}


.side-links .social-media--googleplus {
    background-color: #dd4b39;
}
.side-links .social-media--facebook {
    background-color: #3b5998;
}
.side-links .social-media--twitter {
    background-color: #00aced;
}
.side-links .social-media--whatsapp {
    background-color: #00E676;
}
.side-links .social-media--linked {
    background-color: #007bb6;
}
.side-links .social-media--xing {
    background-color: #009090;
}
.side-links .social-media--email {
    background-color: #666;
}




/* Module: Conf-Slider */
.conf-slider {
    margin: 0 40px;
    position: relative;
    background-color: black;
    overflow: hidden;
}

.conf-slider li:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    background-image: url('../img/clippings/clipping-keyvisual-white.svg');
    background-size: 100% 15%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.conf-slider__bg-image-color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    pointer-events: none;
    z-index: 2;
}

.conf-slider__bg-image-wrap {
    overflow: hidden;
}

.conf-slider__bg-image {
    width: 100%;
    display: block;
    position: relative;
}

.conf-slider__overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
}

.conf-slider__overlay {
    color: white;
    text-align: center;
    padding: 0 5%;
    letter-spacing: 0.1em;
    margin: auto;
}

.conf-slider__category {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 34px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


.conf-slider__title {
    font-weight: bold;
    font-size: 60px;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.conf-slider__title--long {
    font-size: 42px;
}

.conf-slider__subtitle {
    font-size: 55px;
    line-height: 1em;
    display: block;
    margin-bottom: 28px;
}

.conf-slider__subtitle--long {
    font-size: 36px;
}

.conf-slider__subtitle--verylong {
    font-size: 20px;
    line-height: 1.2em;
}

.conf-slider__meta {
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
}

.conf-slider__button {
    margin-top: 38px;
}

.conf-slider__time:after {
    content: ', ';
}


@media screen and (max-width: 1400px) {
    .conf-slider__category {
        margin-bottom: 2.43vw;
    }

    .conf-slider__title {
        font-size: 4.28vw;
        margin-bottom: 0.71vw;
    }

    .conf-slider__title--long {
        font-size: 3vw;
    }

    .conf-slider__subtitle {
        font-size: 3.93vw;
        margin-bottom: 2vw;
    }

    .conf-slider__subtitle--long {
        font-size: 2.57vw
    }

    .conf-slider__subtitle--verylong {
        font-size: 1.43vw
    }

    .conf-slider__button {
        margin-top: 2.71vw;
    }
}


@media screen and (max-width: 800px) {
    .conf-slider__bg-image {
        width: 120%;
        left: -10%;
    }

    .conf-slider__subtitle--verylong {
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    .conf-slider {
        margin: 0 20px;
    }

    .conf-slider__category {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .conf-slider__title {
        font-size: 24px;
    }

    .conf-slider__title--long {
        font-size: 18px;
    }

    .conf-slider__subtitle {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .conf-slider__subtitle--long {
        font-size: 16px;
    }

    .conf-slider__subtitle--verylong {
        font-size: 12px;
    }

    .conf-slider__meta {
        font-size: 16px;
    }

    .conf-slider__button {
        margin-top: 16px;
    }

    .conf-slider__bg-image {
        width: 140%;
        left: -20%;
    }

}

@media screen and (max-width: 560px) {
    .conf-slider__bg-image {
        width: 160vw;
        left: -30vw;
    }
}

@media screen and (max-width: 400px) {
    .conf-slider__bg-image {
        width: 180vw;
        left: -40vw;
    }
}

@media screen and (max-width: 360px) {
    .conf-slider__bg-image {
        width: 200vw;
        left: -50vw;
    }
}

@media screen and (max-width: 340px) {
    .conf-slider__bg-image {
        width: 240vw;
        left: -70vw;
    }
}


/* Royal Slider_Settings for conf-slider */
.rsDefault,
.rsDefault .rsOverflow {
    background-color: white;
    color: black;
}

.rsDefault .rsBullets {
    background-color: transparent;
    height: 40px;
}

@media screen and (max-width: 640px) {
    .rsDefault .rsBullets {
        height: 20px;
    }
}

.rsDefault .rsBullet {
    padding: 1px 12px;
}

.rsDefault .rsBullet.rsNavSelected {
    padding: 0 11px;
}

.rsDefault .rsBullet.rsNavSelected span {
    width: 10px;
    height: 10px;
}


/**
* Archive-Title (looks similar to conf-slider)
*/
.archive-title {
    font-weight: bold;
    font-size: 60px;
    line-height: 1.3em;
    padding: 3em 8% 2em 6%;
    text-transform: uppercase;
    display: block;
    color: white;
    background-color: #19295c;
    background: var(--brand-blue);
    text-align: center;
    position: relative;
    margin: 0 40px;
}

@media screen and (max-width: 640px) {
    .archive-title {
        font-size: 24px;
        margin: 0 20px;
    }
}

.archive-title:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    background-image: url(../img/clippings/clipping-keyvisual-white.svg);
    background-size: 100% 30%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/**
 * Module: Big Conference List
 */
.big-conf-list {
    margin: 0 12.5%;
}

@media screen and (max-width: 900px) {
    .big-conf-list {
        margin: 0 40px;
    }
}

@media screen and (max-width: 640px) {
    .big-conf-list {
        margin: 0 20px;
    }
}

.big-conf-list__item {
    padding-bottom: 40px;
    border-bottom: 1px solid #888;
    border-bottom: 1px solid var(--border-grey);
    margin-bottom: 40px;
}

.big-conf-list__item:last-child {
    border-bottom: none;
}

@media screen and (max-width: 640px) {
    .big-conf-list__item:last-child {
        margin-bottom: 20px;
    }
}

.big-conf-list__link-box {
    display: flex;
    text-decoration: none;
}

@media screen and (max-width: 640px) {
    .big-conf-list__link-box {
        display: block;
    }
}

.big-conf-list__banner {
    width: 110px;
    height: 120px;
    flex-shrink: 0;
    background-color: #32729c;
    color: white;
    position: relative;
}

.big-conf-list__banner:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    background-image: url('../img/clippings/clipping-datebanner-white.svg');
    background-size: 100% 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 900px) {
    .big-conf-list__banner {
        width: 90px;
        height: 98px;
    }
}

@media screen and (max-width: 640px) {
    .big-conf-list__banner {
        float: left;
        width: 60px;
        height: 66px;
    }
}


.big-conf-list__banner-month,
.big-conf-list__banner-text {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-top: 1em;
}

@media screen and (max-width: 900px) {
    .big-conf-list__banner-month {
        margin-top: 0.75em;
    }
}

@media screen and (max-width: 640px) {
    .big-conf-list__banner-month {
        color: transparent;
        font-size: 0;
        line-height: 0;
    }
    .big-conf-list__banner-month:before {
        content: attr(data-abbr);
        color: white;
        font-size: 14px;
        line-height: 24px;
        display: block;
        margin-top: 4px;
    }
    .big-conf-list__banner-text {
        font-size: 11px;
        line-height: 1.5em;
    }
}

.big-conf-list__banner-day {
    display: block;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    margin-top: 0.3em;
}

@media screen and (max-width: 900px) {
    .big-conf-list__banner-day {
        font-size: 46px;
        margin-top: 0.2em;
    }
}

@media screen and (max-width: 640px) {
    .big-conf-list__banner-day {
        font-size: 32px;
        line-height: 32px;
        margin-top: -6px;
    }
}

.big-conf-list__text-box {
    flex-grow: 1;
    margin: 0 40px;
}

@media screen and (max-width: 640px) {
    .big-conf-list__text-box {
        margin: 0 0 0 80px;
    }
}

.big-conf-list__category {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    color: var(--dark-font-color);
}

.big-conf-list__text-box:hover .big-conf-list__category {
    color: #425389;
    color: var(--brand-blue-light);
}

@media screen and (max-width: 640px) {
    .big-conf-list__category {
        font-size: 14px;
    }
}

.big-conf-list__title {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 8px 0;
    color: #000000;
    color: var(--dark-font-color);
}

.big-conf-list__text-box:hover .big-conf-list__title {
    color: #425389;
    color: var(--brand-blue-light);
}

@media screen and (max-width: 640px) {
    .big-conf-list__title {
        font-size: 24px;
        margin: 4px 0;
    }
}

.big-conf-list__meta {
    font-size: 20px;
    line-height: 1.2em;
    color:  #333333;
    color: var(--font-color);
}

.big-conf-list__text-box:hover .big-conf-list__meta {
    color: #425389;
    color: var(--brand-blue-light);
}

@media screen and (max-width: 640px) {
    .big-conf-list__meta {
        font-size: 16px;
    }
}

.big-conf-list__time:after {
    content: ', ';
}

.big-conf-list__button-box {
    width: 134px;
    flex-shrink: 0;
    padding-top: 30px;
}

@media screen and (max-width: 640px) {
    .big-conf-list__button-box {
        margin: 0 0 0 80px;
        padding-top: 10px;
    }
}


/**
 * Module: Small Conf List;
 */
.small-conf-list {
    margin: 0 12.5%;
}

@media screen and (max-width: 1100px) {
    .small-conf-list {
        margin: 0 40px;
    }
}

@media screen and (max-width: 640px) {
    .small-conf-list {
        margin: 0 20px;
    }
}

.small-conf-list__link {
    text-decoration: none;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #888;
    border-bottom: 1px solid var(--border-grey);
    color: #333333;
    color: var(--font-color);
    transition: 0.25s background-color;
}

.small-conf-list__item:first-child .small-conf-list__link {
    padding-top: 10px;
}

@media screen and (max-width: 640px) {
    .small-conf-list__item:first-child .small-conf-list__link {
        padding-top: 0;
    }
}

.small-conf-list__item:last-child .small-conf-list__link {
    border-bottom: none;
}

@media screen and (max-width: 640px) {
    .small-conf-list__link {
        display: block
    }
}




.small-conf-list__title-box {
    width: 54%;
    padding-right: 20px;
}

.small-conf-list--without-category .small-conf-list__title-box {
    width: 77%;
}

@media screen and (max-width: 640px) {
    .small-conf-list__title-box {
        width: 100%;
        padding-right: 0;
    }
}

.small-conf-list__title {
    display: inline;
    font-weight: bold;
}

.small-conf-list__subtitle {
    display: inline;
}

@media screen and (max-width: 1000px) {
    .small-conf-list__title,
    .small-conf-list__subtitle {
        display: block;
    }
}

.small-conf-list__date {
    width: 23%;
}

.small-conf-list--without-category .small-conf-list__date {
    text-align: right;
}

@media screen and (max-width: 640px) {
    .small-conf-list__date {
        width: 100%;
        margin: 0.5em 0;
        display: block;
    }

    .small-conf-list--without-category .small-conf-list__date {
        text-align: left;
    }
}

.small-conf-list__date:before {
    content: '';
    background-image: url('../img/icons/icon-calendar.svg');
    width: 16px;
    height: 17px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.small-conf-list__category {
    width: 23%;
    text-align: right;
    padding-left: 20px;
}

@media screen and (max-width: 640px) {
    .small-conf-list__category {
        width: 100%;
        text-align: left;
        padding-left: 0;
    }
}



/**
 *  Module: Partner-Lines
 *  Use Slick Library
 */
.partner-line {
    margin: 0 40px;
    padding: 20px 0;
}

.partner-line--conference {
    border-bottom: 1px solid #888;
    border-bottom: 1px solid var(--border-grey);
}

@media screen and (max-width: 640px) {
    .partner-line {
        margin: 0;
    }
}

.partner-line--frontpage {
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .partner-line--frontpage {
        margin-bottom: 0;
        padding-top: 0;
    }
}

.partner-line .slick-slide {
    padding: 0 32px;
}

@media screen and (max-width: 1100px) {
    .partner-line .slick-slide {
        padding: 0 24px;
    }
}

@media screen and (max-width: 820px) {
    .partner-line .slick-slide {
        padding: 0 16px;
    }
}

.partner-line img {
    max-width: 100%;
    filter: grayscale(100%);
    opacity: 0.7;
}




/* Module: Section */

.section {
    margin-top: 100px;
}

@media screen and (max-width: 640px) {
    .section {
        margin-top: 60px;
    }
}

.section--newsletter {
    margin-top: 30px;
}

.section__title {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    color: var(--dark-font-color);
    line-height: 1.3em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 16px;
    position: relative;
    margin: 30px 0;
}

@media screen and (max-width: 640px) {
    .section__title {
        font-size: 18px;
        padding-bottom: 10px;
    }
}

.section__title:before {
    content: '';
    position: absolute;
    left: calc(50% - 42px);
    bottom: 0;
    height: 1px;
    width: 84px;
    border-bottom: 3px solid black;
}

.section__intro {
    max-width: 75%;
    margin: 1em auto;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.3em;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .section__intro {
        font-size: 16px;
        max-width: 90%;
    }
}

.section--archive-partners {
    margin-top: 60px;
}

.section--conf-prices {
    text-align: center;
}



/* Section: About us */

.about-us__container {
    display: flex;
    justify-content: space-between;
    color: #333333;
    color: var(--font-color);
}

@media screen and (max-width: 860px) {
    .about-us__container {
        display: block;
        margin: 0 40px;
    }
}

@media screen and (max-width: 640px) {
    .about-us__container {
        margin: 0 20px;
    }
}

.about-us__first {
    background-color: #eae9e9;
    background-color: var(--bg-grey);
    padding: 40px;
    font-size: 21px;
}

@media screen and (max-width: 640px) {
    .about-us__first {
        padding: 28px 20px 40px 20px;
        font-size: 16px;
    }
}

.about-us__first h3 {
    color: #000000;
    color: var(--dark-font-color);
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .about-us__first h3 {
        text-align: left;
    }
}

.about-us__first ul li {
    margin-bottom: 1em;
    background: url(../img/icons/icon-check.svg) no-repeat left 6px;
    padding-left: 38px;
}

@media screen and (max-width: 640px) {
    .about-us__first ul li {
        padding-left: 32px;
    }
}


.about-us__last {
    background-color: #19295c;
    background-color: var(--brand-blue);
    color: white;
    padding: 40px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .about-us__last {
        font-size: 16px;
    }
}

.about-us__last .clipbox {
    margin-bottom: 28px;
}

.about-us__last .clipbox img {
    max-width: 200px;
    max-height: 200px;
}

.about-us__last h3 {
    font-weight: bold;
    margin-bottom: 1em;
}

.about-us__more {
    max-height: 9999px;
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0 auto;
    overflow: hidden;
    transition: all 0.25s;
    font-size: 21px;
    line-height: 1.3em;
}

@media screen and (max-width: 840px) {
    .about-us__more {
        margin: 40px auto 0 auto;
        font-size: 18px;
        line-height: 1.3em;
        padding: 0 40px;

    }
}

@media screen and (max-width: 640px) {
    .about-us__more {
        font-size: 16px;
        line-height: 1.3em;
        padding: 0 20px;
    }
}

.about-us__more--hidden {
    max-height: 0;
    margin-top: 20px;
}

@media screen and (max-width: 640px) {
    .about-us__more--hidden {
        margin-top: 0;
    }
}


/* Section: Our competences / team */

.team-list {
    overflow: hidden;
    margin: 40px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
    .team-list {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .team-list {
        margin: 20px;
    }
}

.team-list--two {
    padding: 0 16.666%;
}

.team-list--one {
    padding: 0 33.333%;
}

.team-list--frontpage {
    margin-top: 72px;
}

@media screen and (max-width: 640px) {
    .team-list--frontpage {
        margin-top: 40px;
    }
}

@media screen and (max-width: 900px) {
    .team-list--two {
        padding: 0;
    }

    .team-list--one {
        padding: 0 16.666%;
    }
}

@media screen and (max-width: 640px) {
    .team-list--one {
        padding: 0;
    }
}

.team-list li {
    width: 33%;
    margin-bottom: 2em;
}

.team-list--two li {
    width: 50%;
}

.team-list--one li {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .team-list li {
        width: 50%;
    }

    .team-list--one li {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .team-list li {
        width: 100%;
    }
}

.team-list__img {
    width: 26%;
    float: left;
}

.team-list__img img {
    width: 100%;
}

.team-list__info {
    width: 69%;
    margin-left: 5%;
    float: left;
    margin-top: 6px;
    padding-right: 20px;
}

@media screen and (max-width: 640px) {
    .team-list__info {
        padding-right: 0;
    }
}

/**
 * Module: contact;
 */
.contact {
    margin: 0 40px;
    display: flex;
}

@media screen and (max-width: 640px) {
    .contact {
        margin: 0 20px;
        font-size: 16px;
        line-height: 1.3em;
    }
}

.contact__first {
    margin-right: 40px;
    margin-top: 20px;
    font-size: 21px;
    line-height: 1.3em;
}


.contact__last {
    flex: 0 0 396px;
    background-color: #eae9e9;
    background-color: var(--bg-grey);
    padding: 24px 32px;
}

@media screen and (max-width: 900px) {
    .contact {
        display: block;
    }
    .contact__first {
        margin: 0;
    }
    .contact__last {
        margin-top: 32px;
    }
}


@media screen and (max-width: 640px) {
    .contact__first {
        font-size: 16px;
    }
}



.contact__last h3 {
    font-weight: bold;
    margin-bottom: 1em;
}


/**
* Free Content
*/

.free-content {
    width: 800px;
    margin: 60px auto 100px auto;
}

@media screen and (max-width: 880px) {
    .free-content {
        width: auto;
        margin: 60px 40px 100px 40px;
    }
}

@media screen and (max-width: 640px) {
    .free-content {
        width: auto;
        margin: 60px 20px 100px 20px;
    }
}




/**
 * Module: Testimonial;
 */

.testimonial {
    margin: 0 40px;
    position: relative;
}

.testimonial__box {
    position: relative;
    overflow: hidden;
}

.testimonial__box:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    background-image: url('../img/clippings/clipping-testimonial-white.svg');
    background-size: 100% 15%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.testimonial__image-color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 2;
}

.testimonial__image {
    width: 100%;
    display: block;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}

@media screen and (max-width: 640px) {
    .testimonial__image {
        width: 140%;
        position: relative;
        left: -20%;
    }
}

@media screen and (max-width: 400px) {
    .testimonial__image {
        width: 180%;
        position: relative;
        left: -40%;
    }
}

.testimonial__text-box {
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    z-index: 4;
}

.testimonial__text-box blockquote {
    margin: auto;
}

.testimonial__quote {
    font-size: 44px;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 10%;
    display: block;
}

.testimonial__quote--long {
    font-size: 32px;
}

.testimonial__byline {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

@media screen and (max-width: 1400px) {
    .testimonial__quote {
        font-size: 3.14vw;
    }

    .testimonial__quote--long {
        font-size: 2.29vw;
    }

    .testimonial__byline {
        margin-top: 1.43vw;
    }
}

@media screen and (max-width: 640px) {
    .testimonial {
        margin: 0 20px;
    }

    .testimonial__quote {
        font-size: 21px;
        font-weight: normal;
        margin: 0 3%;
    }

    .testimonial__quote--long {
        font-size: 14px;
    }

    .testimonial__byline {
        font-size: 16px;
    }

}




/**
 * Module Newsletter
 */

.newsletter {
    background-color: #eae9e9;
    background-color: var(--bg-grey);
    margin: 0 40px;
    overflow: hidden;
    padding: 30px 20px 0 20px;
}

@media screen and (max-width: 640px) {
    .newsletter {
        margin: 0 20px;
        padding-top: 10px;
    }
}

.newsletter__text-input {
    width: 100%;
    max-width: 612px;
    padding: 12px 20px;
    font-size: 21px;
    font-weight: 600;
    display: block;
    margin: 0 auto 6px auto;
    border-radius: 0;
}

.newsletter__submit {
    display: block;
    margin: 30px auto 70px auto;
    border-color: #eae9e9;
    border-color: var(--bg-grey);
    -webkit-appearance: none;
}

@media screen and (max-width: 640px) {
    .newsletter__submit {
        margin-bottom: 44px;
    }
}


/**
 * Module conf-topics
 */

.conf-topics {
    margin: 0 12.5%;
    overflow: hidden;
    display: flex;
}

.conf-topics--without-hosts {
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 860px) {
    .conf-topics,
    .conf-topics--without-hosts {
        font-size: 16px;
        margin: 0 40px;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 640px) {
    .conf-topics,
    .conf-topics--without-hosts {
        margin: 0 20px;
    }
}



.conf-topics__first {
    color: white;
    width: 27%;
    margin-right: 4%;
    overflow: hidden;
}

.conf-topics--without-hosts .conf-topics__first {
    display: none;
}

@media screen and (max-width: 860px) {
    .conf-topics__first {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

.conf-topics__host-box {
    background-color: #19295c;
    background-color: var(--brand-blue);
    overflow: hidden;
    margin-bottom: 30px;
}

.conf-topics__first .clipbox {
    display: block;
    width: 67%;
    margin: 30px auto 20px auto;
}

.conf-topics__first p {
    text-align: center;
    margin-bottom: 30px;
}

.conf-topics__last {
    width: 69%;
}

.conf-topics--without-hosts .conf-topics__last {
    width: 100%;
}

.conf-topics__last ul {
    list-style-type: disc;
    padding-left: 2em;
    margin: 1em 0;
}

@media screen and (max-width: 860px) {
    .conf-topics__last {
        width: 100%;
        margin-bottom: 20px;
    }
}



/**
* Module for topics on special conference "Gemeinsam fuer Zuerich"
*/
.gfz-traegerschafts-logos__row {
    display: flex;
    justify-content: center;
}

.gfz-traegerschafts-logos__row > div {
    width: 33%;
}

.gfz-traegerschafts-logos a {
    display: block;
    border: 1px solid transparent;
    padding: 20px;
}

.gfz-traegerschafts-logos a:hover {
    border: 1px solid #ddd;
}

.gfz-traegerschafts-logos a img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .gfz-traegerschafts-logos__row {
        display: block;
    }

    .gfz-traegerschafts-logos__row > div {
        width: 70%;
        max-width: 280px;
        margin: auto;
    }
}




/**
 * Module program
 */
.program {
    margin: 0 66px;
}

@media screen and (max-width: 640px) {
    .program {
        margin: 0 20px;
    }
}

.program__head {
    border-bottom: 1px solid #888;
    border-bottom: 1px solid var(--border-grey);
    text-align: center;
    margin-top: 2em;
}

.program__head-day {
    border: 1px solid #888;
    border: 1px solid var(--border-grey);
    border-radius: 10px 10px 0 0;
    width: 38%;
    max-width: 176px;
    font-size: 16px;
    line-height: 3em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 1px;
    background-color: #19295c;
    background-color: var(--brand-blue);
    color: white;
    cursor: pointer;
    white-space: nowrap;
}

.program__head-day--active {
    border-bottom-color: white;
    background-color: white;
    color: #000000;
    color: var(--dark-font-color);
    cursor: default;
}

.program__body {
    display: none;
    margin: 60px 160px;
    color: #333333;
    color: var(--font-color);
    font-size: 18px;
    line-height: 1.3em;
}

@media screen and (max-width: 950px) {
    .program__body {
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .program__body {
        font-size: 16px;
    }
}


.program__body--active {
    display: block;
}

.program__item {
    overflow: hidden;
    margin-bottom: 40px;
    max-height: 3200px;
    transition: all 0.25s;
}

.program__item--hidden {
    max-height: 0;
    margin-bottom: 0;
}

.program__body time {
    width: 110px;
    float: left;
    background-image: url('../img/icons/icon-clock.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 28px;
}

@media screen and (max-width: 640px) {
    .program__body time {
        width: 100%;
        float: none;
        margin-bottom: 2px;
        display: block;
        background-size: 14px;
        padding-left: 22px;
    }
}

.program__content {
    margin-left: 120px;
}

.program__content ul {
    list-style-type: disc;
    padding-left: 1em;
}

@media screen and (max-width: 640px) {
    .program__content {
        margin-left: 0;
    }
}

.program__content .supertitle {
    text-transform: uppercase;
    font-weight: normal;
}

.program__content .turnus-title {
    font-weight: 600;
}

.program__content .turnus-number {
    float: left;
    width: 30px;
    margin-left: -60px;
    text-align: right;
    font-weight: 600;
}

@media screen and (max-width: 640px) {
    .program__content .turnus-number {
        float: none;
        margin-left: 0;
        margin-right: 0.5em;
        width: auto;
        text-align: initial;
    }
}

.program-pdf-link {
    display: block;
    text-align: center;
}


/**
 *  Module More-Less
 */
.moreless__content {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: 0.25s all;
}

.moreless__content--expanded {
    max-height: 3000px;
    margin-top: 1em;
}

.moreless__toggle {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}



/**
 * Module Speaker
 */
.speaker {
    margin: 0 160px;
}

@media screen and (max-width: 950px) {
    .speaker {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media screen and (max-width: 640px) {
    .speaker {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.speaker__entry {
    overflow: hidden;
    margin-bottom: 40px;
    max-height: 5000px;
    transition: all 0.25s;
}

.speaker__entry--hidden {
    max-height: 0;
    margin-bottom: 0;
}

.speaker__img {
    width: 100px;
    float: left;
}

@media screen and (max-width: 640px) {
    .speaker__img {
        float: none;
        margin: auto;
    }
}

.speaker__text-box {
    margin-left: 140px;
    color: #333333;
    color: var(--font-color);
    font-size: 21px;
    line-height: 1.3em;
}

@media screen and (max-width: 640px) {
    .speaker__text-box {
        margin-left: 0;
        font-size: 16px;
        margin-top: 8px;
    }
}

.speaker__list-title {
    margin: 0 160px 30px 160px;
    font-size: 21px;
    max-height: 300px;
    font-weight: bold;
    overflow: hidden;
    transition: all 0.25s;
}

.speaker__list-title--hidden {
    margin-top: 0;
    margin-bottom: 0;
    max-height: 0;
}

@media screen and (max-width: 950px) {
    .speaker__list-title {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media screen and (max-width: 640px) {
    .speaker__list-title {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 18px;
        text-align: center;
    }
}




/**
 * Conf-Partner
 */
.conf-partner {
    margin: 0 160px;
    font-size: 21px;
    line-height: 1.3em;
}

@media screen and (max-width: 950px) {
    .conf-partner {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media screen and (max-width: 640px) {
    .conf-partner {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.conf-partner__category {
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
    color: var(--dark-font-color);
}

@media screen and (max-width: 640px) {
    .conf-partner__category {
        font-size: 18px;
        line-height: 1.3em;
        text-align: center;
    }
}

/* For GFZ conferences, "category" should look like "section_titles", see issue #348 */
.conf-partner__category--gfz {
    font-size: 24px;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 16px;
    position: relative;
    margin: 130px 0 60px 0;
}

@media screen and (max-width: 640px) {
    .conf-partner__category--gfz {
        font-size: 18px;
        padding-bottom: 10px;
    }
}

.conf-partner__category--gfz:before {
    content: '';
    position: absolute;
    left: calc(50% - 42px);
    bottom: 0;
    height: 1px;
    width: 84px;
    border-bottom: 3px solid black;
}



.conf-partner__list > li {
    overflow: hidden;
    margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
    .conf-partner__list > li {
        margin-bottom: 32px;
    }
}



.conf-partner__img-wrap {
    float: left;
    width: 246px;
}

@media screen and (max-width: 640px) {
    .conf-partner__img-wrap {
        float: none;
        width: 100%;
        max-width: 246px;
        margin: 0 auto 20px auto;
    }
}

.conf-partner__img {
    border: 1px solid #888;
    border: 1px solid var(--border-grey);
    padding: 20px;
}

.conf-partner__img-wrap img {
    display: block;
    width: 100%;
}

.conf-partner__text-box {
    margin-left: 300px;
    color: #333333;
    color: var(--font-color);
}

@media screen and (max-width: 640px) {
    .conf-partner__text-box {
        margin-left: 0;
        font-size: 16px;
        line-height: 1.3em;
    }
}

.conf-partner__text-description p {
    margin-bottom: 1em;
}

.conf-partner__text-description p:last-child {
    margin-bottom: 0;
}

.conf-partner__contact {
    margin-top: 1em;
}





/**
 * Module: Map;
 */
.map-container {
    margin: 0 40px 80px 40px;
    height: 560px;
}

@media screen and (max-width: 640px) {
    .map-container {
        margin-left: 20px;
        margin-right: 20px;
        height: 400px;
    }
}

#map {
    width: 100%;
    height: 100%;
}

.map__infowin {
    font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
}

.map__infowin-container {
    overflow: hidden;
    margin: 20px 0 20px 10px;
}

@media screen and (max-width: 640px) {
    .map__infowin-container {
        margin: 10px 0;
    }
}

.map__infowin-image {
    float: left;
    width: 140px;
}

@media screen and (max-width: 640px) {
    .map__infowin-image {
        width: 60px;
    }
}

.map__infowin-image img {
    width: 100%;
}

.map__infowin-content {
    margin-left: 160px;
    line-height: 1.3em;
    font-size: 21px;
}


@media screen and (max-width: 640px) {
    .map__infowin-content {
        margin-left: 72px;
        font-size: 14px;
    }
}

.map__infowin-content h4 {
    font-weight: bold;
    margin-bottom: 10px;
}



/**
 * Module introgallery
 */

.introgallery {
    margin: 0 40px;
}

@media screen and (max-width: 640px) {
    .introgallery {
        margin: 0 20px;
    }
}


.introgallery img {
    height: 300px;
    margin-right: 10px;
}

@media screen and (max-width: 640px) {
    .introgallery img {
        height: 180px;
    }
}


/**
 * Module conf-media
 */


.conf-media {
    margin: 0 40px;
}

.conf-media--sizetype-2 {
    margin: 0 18%;
}

.conf-media--sizetype-1 {
    margin: 0 36%;
}

@media screen and (max-width: 640px) {
    .conf-media {
        margin: 0 20px;
    }
}

.conf-media__collapse-toggle-wrap {
    display: none;
    height: 60px;
    background: white;
    margin-top: 10px;
    position: relative;
    top: -60px;
    border-top: 1px solid #c6c6c6;
}

.conf-media--expanded .conf-media__collapse-toggle-wrap {
    top: 0;
}

.conf-media__collapse-toggle {
    display: block;
    margin: auto;
    cursor: pointer;
    position: relative;
    top: -28px;
}

.conf-media__item-container {
    overflow: hidden;
    transition: 1s all;
}

.conf-media--sizetype-4 .conf-media__item-container {
    height: 370px;
}

.conf-media--sizetype-7 .conf-media__item-container {
    height: 766px;
}

.conf-media--expanded .conf-media__item-container {
    height: auto;
}

.conf-media--sizetype-4 .conf-media__collapse-toggle-wrap,
.conf-media--sizetype-7 .conf-media__collapse-toggle-wrap {
    display: block;
}





.conf-media__item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 26px;
    float: left;
    padding: 16px;
    background-color: #eae9e9;
    background-color: var(--bg-grey);
    color: black;
    height: 370px;
    overflow: hidden;
    font-size: 18px;
}

.conf-media--sizetype-2 .conf-media__item {
    width: 48%;
    margin-right: 4%;
}

.conf-media--sizetype-1 .conf-media__item {
    width: 100%;
    margin-right: 0;
}

.conf-media__item:nth-child(3n),
.conf-media--sizetype-2 .conf-media__item:nth-child(2n) {
    margin-right: 0;
}

.conf-media--sizetype-2 .conf-media__item:nth-child(3n) {
    margin-right: 4%;
}
@media screen and (max-width: 1400px) {
    .conf-media__item {
        font-size: 16px;
    }
}

@media screen and (max-width: 900px) {
    .conf-media__item {
        width: 48%;
        margin-right: 4%;
    }

    .conf-media__item:nth-child(3n) {
        margin-right: 4%;
    }

    .conf-media__item:nth-child(2n) {
        margin-right: 0;
    }
}


@media screen and (max-width: 640px) {
    .conf-media__item,
    .conf-media--sizetype-2 .conf-media__item {
        width: 100%;
        margin-right: 0;
        float: none;
        height: auto;
    }
}



.conf-media__image-wrap {
    width: 100%;
    height: 0;
    padding-top: 56%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.conf-media__image-wrap--video {
    cursor: pointer;
}

.conf-media__image {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 640px) and (min-width: 440px) {
    .conf-media__image-wrap {
        width: 340px;
        padding-top: 190px;
        margin-left: auto;
        margin-right: auto;
    }
}


.conf-media__icon {
    position: absolute;
    left: 50%;
    left: calc(50% - 30px);
    top: 50%;
    top: calc(50% - 30px);
}

.conf-media__link {
    text-decoration: none;
    display: block;
}

.conf-media__link:hover {
    color: inherit;
}

.conf-media__slideshow-wrap {
    display: block;
    cursor: pointer;
}


/**
* Video Overlay
*/
.video-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px;
}

.video-overlay__player {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.video-overlay__close {
    cursor: pointer;
    border: 2px solid white;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 7;
}




/**
* Modal
*/
.modal {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px;
}

.modal__box {
    margin: 32px auto;
    max-width: 600px;
    background: white;
    padding: 40px;
    position: relative;
    z-index: 6;
}

.modal__close {
    cursor: pointer;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: black;
    font-weight: bold;
    position: absolute;
    right: 12px;
    top: 2px;
    z-index: 7;
}

.modal__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.modal__text {
    margin-bottom: 1em;
}

@media screen and (max-width: 460px) {
    .modal {
       padding: 20px;
    }

    .modal__box {
        margin: 0;
    }
}




/**
* Newsletter Promo Ad
*/
.ad--newspaper-promo {
    margin-top: 72px;
    text-align: center;
}

.ad__img-link img {
    width: 100%;
    max-width: 994px;
}

.ad__img-link--mobile img {
    max-width: 300px;
}


/**
 * Conference colors
 */
.color--health {
    color: rgb(0, 122, 193);
}
.bgcolor--health {
    background-color: rgb(0, 122, 193);
}

.color--mobilitaet {
    color: rgb(114, 175, 36);
}
.bgcolor--mobilitaet {
    background-color: rgb(114, 175, 36);
}

.color--digital-asset-seminar {
    color: rgb(161, 92, 184);
}
.bgcolor--digital-asset-seminar {
    background-color: rgb(161, 92, 184);
}

.color--smart-city {
    color: rgb(155, 124, 148);
}
.bgcolor--smart-city {
    background-color: rgb(155, 124, 148);
}

.color--wachstum-kmu {
    color: rgb(242, 136, 148);
}
.bgcolor--wachstum-kmu {
    background-color: rgb(242, 136, 148);
}

.color--bankenstrategie {
    color: rgb(192, 3, 3);
}
.bgcolor--bankenstrategie {
    background-color: rgb(192, 3, 3);
}

.color--mergers {
    color: rgb(0, 136, 99);
}
.bgcolor--mergers {
    background-color: rgb(0, 136, 99);
}

.color--security,
.color--ai {
    color: rgb(0, 152, 134);
}
.bgcolor--security,
.bgcolor--ai {
    background-color: rgb(0, 152, 134);
}

.color--corporatefinance {
    color: rgb(0, 136, 99);
}
.bgcolor--corporatefinance {
    background-color: rgb(0, 136, 99);
}

.color--energy {
    color: rgb(251, 185, 0);
}
.bgcolor--energy {
    background-color: rgb(251, 185, 0);
}

.color--indexingforum {
    color: rgb(167, 182, 14);
}
.bgcolor--indexingforum {
    background-color: rgb(167, 182, 14);
}

.color--fundexpertsforum {
    color: rgb(0, 139, 167);
}
.bgcolor--fundexpertsforum {
    background-color: rgb(0, 139, 167);
}

.color--fundexpertsforuminstitutional {
    color: rgb(212, 186, 0);
}
.bgcolor--fundexpertsforuminstitutional {
    background-color: rgb(212, 186, 0);
}

.color--nachhaltiginvestieren {
    color: rgb(212, 186, 0);
}
.bgcolor--nachhaltiginvestieren {
    background-color: rgb(212, 186, 0);
}

.color--industrie {
    color: rgb(202, 209, 0);
}
.bgcolor--industrie {
    background-color: rgb(202, 209, 0);
}

.color--opportunities {
    color: rgb(0, 122, 193);
}
.bgcolor--opportunities {
    background-color: rgb(0, 122, 193);
}

.color--generationen {
    color: rgb(0, 174, 194);
}
.bgcolor--generationen {
    background-color: rgb(0, 174, 194);
}

.color--frauen {
    color: rgb(148, 22, 128);
}
.bgcolor--frauen {
    background-color: rgb(148, 22, 128);
}

.color--blockchain {
    color: rgb(0, 72, 103);
}
.bgcolor--blockchain {
    background-color: rgb(0, 72, 103);
}

.color--blockchain-bankenstrategie {
    color: rgb(192, 3, 3);
}
.bgcolor--blockchain-bankenstrategie {
    background-color: rgb(192, 3, 3);
}

.color--strukturierteprodukte {
    color: rgb(65, 43, 133);
}
.bgcolor--strukturierteprodukte {
    background-color: rgb(65, 43, 133);
}

.color--seminarreihe {
    color: rgb(0, 122, 193);
}
.bgcolor--seminarreihe {
    background-color: rgb(0, 122, 193);
}

.color--insurance {
    color: rgb(242, 110, 25);
}
.bgcolor--insurance {
    background-color: rgb(242, 110, 25);
}

.color--webinar-data-driven{
    color: rgb(103, 81, 139);
}
.bgcolor--webinar-data-driven {
    background-color: rgb(103, 81, 139);
}

.color--private-markets{
    color: rgb(89, 211, 200);
}
.bgcolor--private-markets {
    background-color: rgb(89, 211, 200);
}

/**
 * Slick overrides
*/
.slick-prev,
.slick-next {
    position: absolute;
    top: 42%;
    left: -33px;
    border-radius: 99px;
    background-image: url('../img/icons/icon-btn-gallery-prev.svg');
    background-color: transparent;
    background-size: 100%;
    text-indent: -9999px;
    border: none;
    width: 64px;
    height: 65px;
    z-index: 2;
    cursor: pointer;
    padding: 0;
    z-index: 7;
    transition: opacity 0.5s;
}

.slick-next {
    background-image: url('../img/icons/icon-btn-gallery-next.svg');
    left: auto;
    right: -38px;
}

.slick-disabled {
    opacity: 0;
}

@media screen and (max-width: 640px) {
    .slick-prev,
    .slick-next {
        width: 32px;
        height: 32px;
        left: -18px;
    }

    .slick-next {
        left: auto;
        right: -19px;
    }
}

.slick-no-slide .slick-track {
    width: 100% !important;
    text-align: center;
    transform: inherit !important;
}
.slick-no-slide .slick-slide {
    float: none;
    display: inline-block !important;
}



/**
* Fancybox overrides
*/
.fancybox-close {
    top: 0;
    right: 0;
}

/**
* Helpers / Utils
*/
.u-hidden {
    display: none;
}








/** TEMP Herbstgruppe */

.herbstgruppe {
    margin: 40px 0;
    line-height: 1.5em;
}

.herbstgruppe a {
    text-decoration: none;
}

.herbstgruppe .btn {
    margin-top: 6px;
    font-size: 14px;
    padding: 8px 20px;
    min-width: 0;
    border: none;
}




/* Hack, image "Gemeinsam fuer Zuerich" */
img[src="https://www.fuw.ch/wp-content/uploads/2021/02/gfz.jpg"] {
    margin-left: -120px;
}

@media screen and (max-width: 640px) {
    img[src="https://www.fuw.ch/wp-content/uploads/2021/02/gfz.jpg"] {
        margin-left: 0px;
    }
}
