/* 
 Theme Name:     Event Master
 Author:         AgilDev
 Author URI:     https://www.agildev.at/
 Template:       Divi
 Version:        2.0b
 Text Domain:    kongress_page
 Description:    Designed and developed for WEKA Industriemedien
*/
@import url('../Divi/style.css');

/*MAIN HEADER*/
.custom-main-header {
    min-height: calc(100vh - 168px) !important;
}

.fake-menu-button{
    display: none;
    position: fixed;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
    perspective: 100px;
    left: 0;
    bottom: 0;
}
.fake-menu-icon {
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#main-content .container::before {
    display: none !important;
}

.custom-main-header .et_pb_fullwidth_header_container {
    min-height: calc(100vh - 168px) !important;
    width: 100%;
}

.custom-main-header .header-content-container {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 0;
    margin-bottom: 160px !important;
}

.custom-main-header .header-content {
    width: 80%;
    margin: 0 auto !important;
    padding-right: 450px;
}

@media (max-width: 767px) {
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
        -webkit-flex-flow: initial;
        -moz-flex-flow: initial;
        -ms-flex-flow: initial;
        flex-flow: initial;
    }

    .custom-main-header .header-content .et_pb_fullwidth_header_subhead, .custom-main-header .header-content .et_pb_button {
        display: none !important;
    }
}

#main-content {
    min-height: calc(100vh - 274px);
}

/*FIX PAGE OVERFLOW*/
#page-container {
    overflow: hidden;
}

/*TOP HEADER*/
#top-header .container {
    width: 100%;
    max-width: initial;
    padding: 0.75em 30px 0;
}

#top-header #et-info-phone::before {
    display: none;
}

#top-header .social-top-header {
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    right: 2%;
    top: 25%;

}

@media (max-width: 596px) {
    #top-header {
        display: none;
    }
}

/*LOGO*/
#logo {
    max-height: 90%;
}

@media (min-width: 981px) and (max-width: 1550px) {
    #logo {
        max-height: 50%;
        max-width: 30%;
    }

    .et-fixed-header #logo {
        max-height: 90%;
    }
}

.custom-bottom {
    margin: 0 3% 0 3%;
    max-width: 90%;
    width: 100%;
}

.custom-header-background {
    background-size: cover !important;
    background-position: center center !important;
}

/*CUSTOM TEXT HEADER*/
.custom-text-header {
    border-bottom: 2px solid #0d82ad;
}

.custom-text-header::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -11px;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background: #fff;
    border: 2px solid #0d82ad;
    border-radius: 5px;
    transform: rotate(45deg);
    box-sizing: border-box;
    z-index: 999;
}

.custom-text-header-alternative {
    border-bottom: 2px solid #fff;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    max-width: none;
}

.custom-text-header-alternative::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -11px;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background: #0d82ad;
    border: 2px solid #fff;
    border-radius: 5px;
    transform: rotate(45deg);
    box-sizing: border-box;
    z-index: 999;
}

/*EXTRA HEADER TERMIN & VERANSTALTER*/
.extra-header {
    background: transparent;
    border-top: 1px solid lightgrey;

}

.extra-header .extra-header-content {
    position: relative;
    height: 80px;
    background: #fff;
    border-bottom: 2px solid #ff9019;
    overflow: hidden;
}

.extra-header .termin-container {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    float: left;
    align-items: center;
    margin-left: 30px;
}

.extra-header .termin-container .termin {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff9019;
}

.extra-header .termin-container .termin-ical {
    margin-left: 30px;
}

.extra-header .termin-container .termin-ical .et_pb_button {
    font-family: "ETmodules" !important;
    cursor: pointer;
}

.extra-header .termin-container .termin-newsletter .et_pb_button {
    cursor: pointer;
}

.extra-header .termin-container .termin-ical .et_pb_button:hover {
    padding: .3em 1em;
}

.extra-header .termin-container .termin-ical .et_pb_button::after {
    display: none;
}

.extra-header .termin-container .termin-cta,
.extra-header .termin-container .termin-newsletter {
    margin-left: 30px;
}

.extra-header .termin-container .termin-newsletter i {
    margin-right: 10px;
}

.extra-header .termin-container .termin-cta .et_pb_button {
    cursor: pointer;
}

.extra-header .veranstalter-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    float: right;
    align-items: center;
    margin-right: 30px;
}

.extra-header .veranstalter-description {
    font-size: 14px;
    color: #b3b3b3;
}

.extra-header .veranstalter-logo-container {
    display: flex;
}

.extra-header .veranstalter-logo {
    position: relative;
    margin-left: 10px;
    height: 60px;
    float: right;
    opacity: 0.8;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.extra-header .veranstalter-logo:hover {
    opacity: 1;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

@keyframes selected-veranstalter-logo {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

.extra-header .veranstalter-logo:hover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #ff9019;
    opacity: 0;
    transform: scale(1);
    animation: selected-veranstalter-logo 3s 0.5s ease-in-out infinite;
}

.extra-header .veranstalter-logo a {
    position: relative;
    z-index: 999;
}

.extra-header .veranstalter-logo img {
    height: 100%;
    width: auto;
    max-width: initial;
}

@media (max-width: 1230px) {
    .extra-header {
        top: 120px;
    }

    .extra-header .extra-header-content {
        height: 60px;
    }

    .extra-header .termin-container .termin {
        font-size: 18px;
    }

    .extra-header .termin-container .et_pb_button {
        font-size: 16px
    }

    .extra-header .termin-container .termin-ical, .extra-header .termin-container .termin-cta {
        margin-left: 20px;
    }

    .extra-header .veranstalter-description {
        font-size: 10px;
        color: #b3b3b3;
    }

    .extra-header .veranstalter-logo {
        height: 40px;
        opacity: 1;
    }
}

@media (max-width: 970px) {
    .extra-header .termin-container {
        right: 0;
        left: 0;
        justify-content: center;
        margin-right: 30px;
    }

    .extra-header .veranstalter-container {
        display: none;
    }
}

@media (max-width: 596px) {
    .extra-header {
        top: 80px;
    }
}

@media (max-width: 486px) {
    .extra-header .extra-header-content {
        height: 50px;
    }

    .extra-header .termin-container .termin {
        font-size: 14px;
    }

    .extra-header .termin-container .et_pb_button {
        font-size: 12px
    }

    .extra-header .termin-container .termin-ical, .extra-header .termin-container .termin-cta {
        margin-left: 14px;
    }
}

@media (max-width: 384px) {
    .extra-header .extra-header-content {
        height: 40px;
    }

    .extra-header .termin-container {
        margin: 0;
    }

    .extra-header .termin-container .termin {
        font-size: 10px;
    }

    .extra-header .termin-container .et_pb_button {
        font-size: 10px
    }

    .extra-header .termin-container .termin-ical, .extra-header .termin-container .termin-cta {
        margin-left: 10px;
    }
}

/*BUTTON FIX & ANIMATION*/
.et_pb_more_button, .et_pb_button {
    z-index: 1;
}

.et_pb_more_button::before, .et_pb_button::before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: #ff9019;
    opacity: 1;
    display: initial !important;
    margin-left: 0;
    z-index: -1;
    transform-origin: 0% 50%;
    transform: scaleX(0);

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.et_pb_more_button:hover::before, .et_pb_button:hover::before {
    transform: scaleX(1);

    -webkit-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

/*BUTTON NO ICON/FULL WIDTH*/
.no-icon.et_pb_button::after {
    display: none;
}

.no-icon.et_pb_button:hover {
    padding: .3em 1em;
}

.full-width.et_pb_button {
    width: 100%;
}

/*CUSTOM SIDE MENU*/
.custom-side-menu {
    position: fixed;
    bottom: 5vh;

    filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 1));
    background-color: transparent;
}

.custom-side-menu .side-menu-button {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #0d82ad;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
    perspective: 100px;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.custom-side-menu .side-menu-button:hover {
    padding-left: 15px;
    background-color: #ff9019;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    margin: 0 !important;
    width: 100%;
}

.custom-side-menu .side-menu-icon {
    font-family: ETmodules;
    color: #fff;
    font-size: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.custom-side-menu .side-menu-icon:hover {
    transform: scale(1.2);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.custom-side-menu .side-menu-button .side-menu-desc {
    position: absolute;
    top: 0;
    left: 61px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    height: 61px;
    padding: 10px 20px;
    background-color: #ff9019;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform-origin: 0 50%;
    transform: rotateY(90deg);

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.custom-side-menu .side-menu-button:hover .side-menu-desc {
    left: 76px;
    opacity: 1;
    transform: rotateY(0deg);

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

/*Sponsor Styling Main Header*/

.sponsor-main-header .sponsor-container {
    overflow: hidden;
}

.sponsor-main-header #sponsor-title {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 0 1em;
    color: white;
    font-weight: bold;
}

.sponsor-main-header {
    position: absolute !important;
    right: -1000px;
    bottom: 0;
    z-index: 9999 !important;
    background: transparent;
    height: auto;
    width: 25vw;
    min-width: 300px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.50));

    -webkit-animation: slide 1s forwards;
    -webkit-animation-delay: 1.5s;
    animation: slide 1s forwards;
    animation-delay: 1.5s;
}

.sponsor-main-header .sponsor-container {
    position: relative;
    padding: 20px 10px 20px 100px;
    background: #fff;
    border-top-left-radius: 250px;
    border-right: none;
    border-bottom: none;
}

/*Stoerer Styling Main Header*/

.stoerer-main-header {
    z-index: 8888 !important;
    position: absolute !important;
    top: 20%;
    right: -500px;
    bottom: 0;
    display: flex;
    width: 20vw;
    min-width: 450px;
    margin: auto;
    cursor: pointer;
    filter: drop-shadow(0px 0px 30px #000);
    -webkit-filter: drop-shadow(0px 0px 30px #000);

    -webkit-animation: slide 1s forwards;
    -webkit-animation-delay: 1.5s;
    animation: slide 1s forwards;
    animation-delay: 1.5s;
}

@keyframes slide {
    100% {
        right: 0;
    }
}

.stoerer-main-header .stoerer-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.stoerer-main-header .stoerer-text-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    width: 90%;
    text-align: center;
}

.stoerer-main-header .stoerer-image, .stoerer-main-header .stoerer-image img {
    width: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .stoerer-main-header {
        position: relative !important;
        width: 100%;
        top: 0;
        padding: 0;
        margin: 0 auto;
        filter: none;
        -webkit-filter: none;
    }
}

.custom-side-menu {
    position: fixed;
    bottom: 5vh;
    z-index: 99999;
    filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 1));
    background-color: transparent;
}

.custom-side-menu .side-menu-button {
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
    perspective: 100px;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.custom-side-menu .side-menu-button:hover {
    padding-left: 15px;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.custom-side-menu .side-menu-icon {
    font-family: ETmodules;
    font-size: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.custom-side-menu .side-menu-icon:hover {
    transform: scale(1.2);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.custom-side-menu .side-menu-button .side-menu-desc {
    position: absolute;
    top: 0;
    left: 61px;
    font-size: 20px;
    text-transform: uppercase;
    height: 61px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform-origin: 0% 50%;
    transform: rotateY(90deg);

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.custom-side-menu .side-menu-button:hover .side-menu-desc {
    left: 76px;
    opacity: 1;
    transform: rotateY(0deg);

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

/*PARTNER*/
.partner .et_pb_blurb_content {
    background-color: #fff;
    background-size: 90%;
    margin: 0;
    max-width: initial;
    overflow: visible;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner:hover .et_pb_blurb_content {
    background-color: #ff9019;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner .et_pb_blurb_content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(160deg, #fff 50%, rgba(255, 255, 255, 0));
    border: 2px solid #fff;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner:hover .et_pb_blurb_content::before {
    border: 2px solid #ff9019;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@keyframes selected-partner {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.05, 1.15);
        opacity: 0;
    }
}

.partner:hover .et_pb_blurb_content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border: 1px solid #ff9019;
    animation: selected-partner 3s 0.5s ease-in-out infinite;
}

.partner .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 0;
    transform-origin: 50% 0;
    transform: scale(1);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.partner:hover .et_pb_blurb_content .et_pb_main_blurb_image {
    z-index: 999;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.partner .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
    position: relative;
    min-height: 100px;
    width: 60%;
}

.partner .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 50%;
    max-height: 100px;
}

.partner .et_pb_blurb_content .et_pb_blurb_container {
    padding: 20px;
    padding-top: 0;
}

.partner .et_pb_blurb_content .et_pb_blurb_container h4 {
    color: #0d82ad;
    position: relative;
    text-align: center;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner:hover .et_pb_blurb_content .et_pb_blurb_container h4 {
    color: #ff9019;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*PARTNER QUICKSELECT*/
.et_pb_column {
    z-index: initial;
}

.partner-quickselect-container a {
    position: relative;
    display: block;
}

.partner-quickselect-container .partner-quickselect {
    background-color: transparent !important;
}

.partner-quickselect {
    margin: 0 !important;
    cursor: pointer;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.partner-quickselect:hover {
    transform: scale(1.1);
    box-shadow: none;
    z-index: 2;

    -webkit-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

@keyframes selected-qs-partner {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

.partner-quickselect::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #ff9019;
    opacity: 0;
}

.partner-quickselect:hover::after {
    animation: selected-qs-partner 3s 0.5s ease-in-out infinite;
}

.partner-quickselect .et_pb_blurb_content {
    max-width: initial;
    display: flex;
}

.partner-quickselect .et_pb_main_blurb_image {
    width: 100%;
    height: 100%;
    margin: 0;
}

.partner-quickselect .et_pb_main_blurb_image .et_pb_image_wrap {
    width: 100%;
    height: 180px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner-quickselect .et_pb_main_blurb_image .et_pb_image_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 20px;
    max-height: 150px;
}

.partner-quickselect .et_pb_blurb_container {
    display: none;
}

/*PREMIUM PARTNER*/
.premium-partner {
    position: relative;
    margin-top: 25px;
    margin-left: 25px;
}

.premium-partner .et_pb_blurb_content {
    margin: 0;
    padding-top: 75px;
    max-width: initial;
    overflow: visible;
}

@keyframes selected-premium-partner {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.05, 1.15);
        opacity: 0;
    }
}

.premium-partner:hover .et_pb_blurb_content::before {
    content: "";
    position: absolute;
    top: 75px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border: 1px solid #ff9019;
    animation: selected-premium-partner 3s 0.5s ease-in-out infinite;
}

.premium-partner .et_pb_blurb_content .et_pb_main_blurb_image {
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
    transform: scale(1);
    z-index: 999;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.premium-partner:hover .et_pb_blurb_content .et_pb_main_blurb_image {
    transform: scale(1.05);
}

.premium-partner .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
    min-height: 150px;
    width: 60%;
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 0 20px rgba(13, 130, 173, 0.3);
}

.premium-partner .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 85%;
    max-height: 130px;
}

.premium-partner .et_pb_blurb_content .et_pb_blurb_container {
    padding-top: 100px;
    position: relative;
    max-height: 160px;

    -webkit-transition: all 0.4s ease-in-out, max-height 0.5s linear;
    -moz-transition: all 0.4s ease-in-out, max-height 0.5s linear;
    transition: all 0.4s ease-in-out, max-height 0.5s linear;
}

.premium-partner:hover .et_pb_blurb_content .et_pb_blurb_container {
    max-height: 1500px;
}

.premium-partner .et_pb_blurb_content .et_pb_blurb_container::before {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    height: 160px;
    background-color: #0d82ad;
    background-size: 60%;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.premium-partner:hover .et_pb_blurb_content .et_pb_blurb_container::before {
    background-color: #fff;
}

.premium-partner .et_pb_blurb_content .et_pb_blurb_container::after {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    height: 160px;
    background: linear-gradient(160deg, #fff 50%, rgba(255, 255, 255, 0));
    border: 2px solid #0d82ad;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.premium-partner:hover .et_pb_blurb_content .et_pb_blurb_container::after {
    border-color: #ff9019;
}

.premium-partner .et_pb_blurb_content .et_pb_blurb_container h4 {
    color: #0d82ad;
    text-align: center;
    padding: 0 20px 10px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.premium-partner:hover .et_pb_blurb_content .et_pb_blurb_container h4 {
    color: #ff9019;
}

.premium-partner .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    background-color: #ff9019;
    background-size: 60%;
    left: 0;
    right: 0;
    padding: 0 20px 20px;
    border: 2px solid #ff9019;
    border-top: none !important;
    transform-origin: 50% 0;
    transform: rotateX(-90deg) perspective(1000px);
    position: relative;
    z-index: 9;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.premium-partner:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    transform: rotateX(0deg);
}

.premium-partner .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(160deg, #fff 50%, rgba(255, 255, 255, 0));
}

.premium-partner .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p, .premium-partner .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul, .premium-partner .et_pb_blurb_content .et_pb_blurb_container h4 {
    position: relative;
    z-index: 999;
}

@media (max-width: 980px) {
    .premium-partner .et_pb_blurb_content .et_pb_blurb_container {
        background-color: #fff;
        height: initial;
    }

    .premium-partner .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
        background-color: #0d82ad;
        border-color: #0d82ad;
        transform: rotateX(0deg);
    }

    .premium-partner:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
        background-color: #ff9019;
        border-color: #ff9019;
    }

    .premium-partner .et_pb_blurb_content .et_pb_blurb_container {
        max-height: initial;
    }
}

@media (max-width: 767px) {
    .premium-partner .et_pb_blurb_content .et_pb_blurb_container::before {
        height: 180px;
    }
}

/*PARTNER SINGLE SITES*/
.partner-single {
    position: relative;
}

.partner-single:hover {
    z-index: 9999;
}

.partner-single .et_pb_blurb_content {
    margin: 0;
    max-width: initial;
    overflow: visible;
}

.partner-single:hover .et_pb_blurb_content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border: 1px solid #ff9019;
    animation: selected-premium-partner 3s 0.5s ease-in-out infinite;
}

.partner-single .et_pb_blurb_content .et_pb_main_blurb_image {
    position: absolute;
    width: 100%;
    display: block;
    top: -75px;
    transform: scale(1);
    z-index: 999;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner-single:hover .et_pb_blurb_content .et_pb_main_blurb_image {
    transform: scale(1.05);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner-single .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
    min-height: 150px;
    width: 60%;
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 0 20px rgba(13, 130, 173, 0.3);
}

.partner-single .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 85%;
    max-height: 130px;
}

.partner-single .et_pb_blurb_content .et_pb_blurb_container {
    background-color: #0d82ad;
    background-size: 60%;
    padding: 20px;
    padding-top: 100px;
    margin-top: 75px;
    overflow: hidden;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner-single:hover .et_pb_blurb_content .et_pb_blurb_container {
    background-color: #ff9019;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner-single .et_pb_blurb_content .et_pb_blurb_container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(160deg, #fff 50%, rgba(255, 255, 255, 0));
    border: 2px solid #0d82ad;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner-single:hover .et_pb_blurb_content .et_pb_blurb_container::before {
    border-color: #ff9019;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner-single .et_pb_blurb_content .et_pb_blurb_container h4 {
    color: #0d82ad;
    text-align: center;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner-single:hover .et_pb_blurb_content .et_pb_blurb_container h4 {
    color: #ff9019;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner-single .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description, .partner-single .et_pb_blurb_content .et_pb_blurb_container h4 {
    position: relative;
    z-index: 999;
}

@keyframes countdown-sec {
    0% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

.et_pb_countdown_timer .seconds .value {
    animation: countdown-sec 1s ease infinite;
}

/*REFERENTEN*/
.referenten {
    cursor: pointer;
    position: relative;
    padding-top: 75px;
    margin: 20px;
}

.referenten-archive {
    cursor: pointer;
    position: relative !important;
    padding-top: 75px;
    margin-left: 25px;
    margin-bottom: 40px !important;
    width: 100%;
    height: 100%;
    left: 40%;
    padding-right: 25px;
}

.referenten-quickselect {
    cursor: pointer;
    margin: 20px !important;
    max-height: 100%;
    left: 20%;
}

.referenten .et_pb_team_member_image {
    max-width: initial;
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: initial;
    margin: 0;
    text-align: center;
}

.referenten .et_pb_team_member_image img {
    border-radius: 150px;
    width: 150px;
    height: 150px;
    filter: grayscale(1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transform: scale(1);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.referenten:hover .et_pb_team_member_image img {
    filter: grayscale(0);
    transform: scale(1.05);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.referenten .et_pb_team_member_description {
    background-size: 100%;
    padding: 90px 20px 20px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.referenten:hover .et_pb_team_member_description {
    background-color: #ff9019;
    border-color: #ff9019;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.referenten .et_pb_team_member_description::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(150deg, #fff 50%, rgba(255, 255, 255, 0));
}

@keyframes selected-referent {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.05, 1.15);
        opacity: 0;
    }
}

.referenten:hover .et_pb_team_member_description::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border: 1px solid #ff9019;
    animation: selected-referent 3s 0.5s ease-in-out infinite;
}

.referenten .et_pb_module_header, .referenten .et_pb_member_position, .referenten .et_pb_member_social_links {
    position: relative;
    z-index: 9999;
}

.referenten-container {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

@media (max-width: 980px) and (min-width: 768px) {
    .referenten .et_pb_team_member_description {
        display: block;
    }
}

/*VORTRAG SINGLE TIME*/
.vortrag-single-time {
    border: 2px solid #0d82ad;
    padding: 30px 10px;
}

.vortrag-single-time .time-container .time-wrap {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6em;
    text-align: center;
}

.vortrag-single-time .time-container .icon {
    font-family: "ETmodules";
    font-size: 36px;
    font-weight: normal;
}

/*VORTRAG SINGLE*/
.vortrag-single .et_pb_code_inner {
    display: inline-block;
}

.vortrag-single .vortrag-time-date {
    position: absolute;
    text-align: center;
    font-size: 16px;
    width: 150px;
    height: 150px;
    padding: 10px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #0d82ad;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.vortrag-single .vortrag-time-date:hover {
    border-color: #ff9019;
    cursor: pointer;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@keyframes time-date-select {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.vortrag-single .vortrag-time-date::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border: 1px solid #ff9019;
}

.vortrag-single .vortrag-time-date:hover::before {
    animation: time-date-select 3s 0.5s ease-in-out infinite;
}

.vortrag-single .vortrag-time-date span {
    display: block;
}

.vortrag-single .vortrag-time-date .icon {
    font-family: "ETmodules";
    font-size: 24px;
    line-height: 1.2em;
}

.vortrag-single .vortrag-time-date .date, .vortrag-single .vortrag-time-date .time {
    font-weight: bold;
}

.vortrag-single .vortrag-text {
    position: relative;
    padding: 20px 30px;
    margin-top: 75px;
    padding-top: 100px;
    border: 2px solid #0d82ad;
    background-color: #0d82ad;
    background-size: 50%;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.vortrag-single .vortrag-text:hover {
    border-color: #ff9019;
    background-color: #ff9019;
    cursor: pointer;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.vortrag-single .vortrag-text::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(150deg, #fff 50%, rgba(255, 255, 255, 0));
}

@keyframes vortrag-text-select {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.03, 1.15);
        opacity: 0;
    }
}

.vortrag-single .vortrag-text::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border: 1px solid #ff9019;
}

.vortrag-single .vortrag-text:hover::after {
    animation: vortrag-text-select 3s 0.5s ease-in-out infinite;
}

.vortrag-single .vortrag-text h4 {
    text-align: center;
    font-weight: bold;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.vortrag-single .vortrag-text:hover h4 {

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.vortrag-single .vortrag-text h4, .vortrag-single .vortrag-text p {
    position: relative;
    z-index: 999;
}

/*VORTRAG SINGLE COMPACT*/
.vortrag-single-compact {
    position: relative;
    margin-top: 20px;
}

.vortrag-single-compact .et_pb_code_inner {
    display: flex;
    width: 100%;
}

@keyframes vortrag-text-select {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.1, 1.1);
        opacity: 0;
    }
}

.vortrag-single-compact .et_pb_code_inner::after {
    content: "";
    position: absolute;
    top: 75px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border: 1px solid #ff9019;
}

.vortrag-single-compact:hover .et_pb_code_inner::after {
    animation: vortrag-text-select 3s 0.5s ease-in-out infinite;
}

.vortrag-single-compact .vortrag-time-date {
    position: absolute;
    text-align: center;
    font-size: 16px;
    width: 150px;
    height: 150px;
    padding: 10px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #0d82ad;
    z-index: 9999;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.vortrag-single-compact .vortrag-time-date:hover {
    border-color: #ff9019;
    cursor: pointer;
}

@keyframes time-date-select {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.vortrag-single-compact .vortrag-time-date::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border: 1px solid #ff9019;
}

.vortrag-single-compact .vortrag-time-date:hover::before {
    animation: time-date-select 3s 0.5s ease-in-out infinite;
}

.vortrag-single-compact .vortrag-time-date span {
    display: block;
}

.vortrag-single-compact .vortrag-time-date .icon {
    font-family: "ETmodules";
    font-size: 24px;
    line-height: 1.2em;
}

.vortrag-single-compact .vortrag-time-date .date, .vortrag-single .vortrag-time-date .time {
    font-weight: bold;
}

.vortrag-single-compact .vortrag-text {
    position: relative;
    display: inline-block;
    max-height: 160px;
    width: 100%;
    margin-top: 75px;
    padding-top: 100px;
    cursor: pointer;
    z-index: 9;

    -webkit-transition: all 0.4s ease-in-out, max-height 0.5s linear;
    -moz-transition: all 0.4s ease-in-out, max-height 0.5s linear;
    transition: all 0.4s ease-in-out, max-height 0.5s linear;
}

.vortrag-single-compact .vortrag-text:hover {
    background-color: #fff;
    max-height: 1500px;
}

.vortrag-single-compact .vortrag-text::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 160px;
    background-color: #0d82ad;
    background-size: 50%;
}

.vortrag-single-compact .vortrag-text:hover::before {
    background-color: #fff;
}

.vortrag-single-compact .vortrag-text::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 160px;
    background: linear-gradient(150deg, #fff 50%, rgba(255, 255, 255, 0));
    border: 2px solid #0d82ad;
    box-sizing: content-box;
}

.vortrag-single-compact .vortrag-text:hover::after {
    border-color: #ff9019;
}

.vortrag-single-compact .vortrag-text h4 {
    text-align: center;
    font-weight: bold;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.vortrag-single-compact .vortrag-text:hover h4 {

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.vortrag-single-compact .vortrag-text .vortrag-desc {
    padding: 0 20px 20px;
    background-color: #fff;
    border: 2px solid #0d82ad;
    border-top: none;
    background-size: 50%;
    transform-origin: 50% 0;
    transform: rotateX(-90deg) perspective(1000px);
    position: relative;
    z-index: 9;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.vortrag-single-compact .vortrag-text:hover .vortrag-desc {
    background-color: #ff9019;
    border-color: #ff9019;
    transform: rotateX(0deg);
}

.vortrag-single-compact .vortrag-text .vortrag-desc::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(165deg, #fff 50%, rgba(255, 255, 255, 0));
}

.vortrag-single-compact .vortrag-text h4, .vortrag-single-compact .vortrag-text p {
    position: relative;
    z-index: 999;
}

@media (max-width: 980px) {
    .vortrag-single-compact .vortrag-text {
        background-color: #fff;
        height: initial;
    }

    .vortrag-single-compact .vortrag-text .vortrag-desc {
        transform: rotateX(0deg);
    }
}

@media (max-width: 767px) {
    .vortrag-single-compact .vortrag-text::before {
        height: 180px;
    }
}

/*VORTRAG SINGLE TIME*/
.vortrag-single-time {
    border: 2px solid #0d82ad;
    padding: 30px 10px;
}

.vortrag-single-time .time-container .time-wrap {
    color: #0d82ad;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6em;
    text-align: center;
}

.vortrag-single-time .time-container .icon {
    font-family: "ETmodules";
    font-size: 36px;
    font-weight: normal;
}

/*AGENDA*/
.agenda .event-days {
    width: 195px;
    float: left;
}

.agenda .event-time-mobile{
    display: none;
}

.agenda .event-days .single-day {
    padding: 10px 20px 10px 10px;
    margin-bottom: 10px;
    background: rgba(13, 130, 173, 0.5);
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.selected-timeline-day {
    margin-right: 0 !important;
    background: rgba(13, 130, 173, 1) !important;
}

.agenda .event-days .single-day:hover {
    background: #ff9019;
}

.agenda .event-timeline {
    width: calc(100% - 195px);
    float: left;
    border-left: 5px solid #0d82ad;
    position: relative;
}

.agenda .event-timeline .event-vortrag {
    margin-bottom: 30px;
    position: relative;
}

.agenda .event-vortrag .content-left {
    position: absolute;
    top: 20px;
    left: 0;
    margin: auto;
    display: block;
    z-index: 9;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.agenda .event-vortrag .event-time {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 10px 20px;
    border: 2px solid #0d82ad;
    border-left: none;
    background: #fff;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.agenda .event-vortrag .event-time span {
    font-family: "ETmodules";
    margin-right: 10px;
    font-size: 24px;
}

.agenda .event-vortrag .event-attendee-count {
    font-size: 12px;
    color: white;
    text-align: center;
    cursor: pointer;
    background: #0d82ad;
    border-color: #0d82ad;
    border-radius: 0;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.event-attendee-count::after {
    content: attr(data-icon) !important;
    line-height: 1em;
    font-size: 16px;
}

.agenda .event-vortrag .content-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 70px;
    display: flex;
    z-index: 9;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.agenda .event-vortrag .container-referenten {
    display: flex;
    flex-wrap: wrap;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.agenda .event-vortrag .event-referent {
    border-radius: 150px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transform: scale(1);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)) grayscale(1);

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.agenda .event-vortrag .event-referent:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)) grayscale(0);
}

.agenda .event-vortrag .event-partner {
    height: 70px;
    width: 200px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transform: scale(1);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.agenda .event-vortrag .event-partner:hover {
    transform: scale(1.1);
}

.agenda .event-vortrag .event-referent img, .agenda .event-vortrag .event-partner img {
    max-height: 100%;
    max-width: 100%;
}

.agenda .event-vortrag .event-name {
    height: initial;
    max-height: 94px;
    margin: 0 130px 0 125px;
    position: relative;
    perspective: 1000px;
    cursor: pointer;

    -webkit-transition: all 0.4s ease-in-out, max-height 0.5s linear;
    -moz-transition: all 0.4s ease-in-out, max-height 0.5s linear;
    transition: all 0.4s ease-in-out, max-height 0.5s linear;
}

.agenda .event-vortrag .event-name {
    height: initial;
    max-height: 1500px;
    background-color: #fff;

/*    Ausklappen entfernt - .event-vortrag:hover
    -webkit-transition: max-height 0.75s ease-in-out;
    -moz-transition: max-height 0.75s ease-in-out;
    transition: max-height 0.75s ease-in-out;*/
}

/*Ausklappen entfernt*/
.agenda .event-vortrag .event-name .event-description{
    opacity: 1 !important;
    transform: rotateX(0)!important;;
}

.agenda .event-vortrag .event-name::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 90px;
    background-color: #0d82ad;
    background-size: 350px;
    opacity: 1;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.agenda .event-vortrag:hover .event-name::before {
    opacity: 0;
}

.agenda .event-vortrag .event-name::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(175deg, #fff 50%, rgba(255, 255, 255, 0));
    height: 90px;
    border: 2px solid #0d82ad;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.agenda .event-vortrag:hover .event-name::after {
    border-color: #ff9019;
}

.agenda .event-vortrag .event-name h4 {
    font-weight: bold;
    padding: 40px 175px 20px 70px;
    position: relative;
    z-index: 9;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.agenda .event-vortrag .event-name .event-description {
    padding: 0 180px 30px 70px;
    background-color: #0d82ad;
    background-size: 350px;
    opacity: 0;
    position: relative;
    transform-origin: 50% 0;
    transform: rotateX(90deg);
    z-index: 9;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*.agenda .event-vortrag:hover .event-name .event-description {
    background-color: #ff9019;
    opacity: 1;
    transform: rotateX(0deg);
}*/

.agenda .event-vortrag .event-name .event-description::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(175deg, #fff 50%, rgba(255, 255, 255, 0));
    border: 2px solid #0d82ad;
    border-top: none !important;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.agenda .event-vortrag:hover .event-name .event-description::before {
    border-color: #ff9019;
}

.agenda .event-vortrag .event-name .event-description p {
    position: relative;
    z-index: 9;
}

/*NO REFERENT VARIANT*/
.agenda .no-referent .container-referenten {
    display: none;
}

.agenda .no-referent .event-name h4, .agenda .no-referent .event-name .event-description {
    padding-right: 70px;
}

/*6 REFERENTEN VARIANT*/
.agenda .referenten-6 .content-right {
    height: 155px;
}

.agenda .referenten-6 .container-referenten {
    width: 255px !important;
}

.agenda .referenten-6 .event-name {
    max-height: 1000px;
}

.agenda .referenten-6 .event-name::before {
    background-color: #fff;
}

.agenda .referenten-6 .event-name h4, .agenda .referenten-6 .event-name .event-description {
    padding-right: 345px;
    opacity: 1;
    transform: rotateX(0deg);
}

.agenda .referenten-6.no-partner .event-name h4, .agenda .referenten-6.no-partner .event-name .event-description {
    padding-right: 275px;
}

/*8 REFERENTEN VARIANT*/
.agenda .referenten-8 .content-right {
    height: 155px !important;
}

.agenda .referenten-8 .container-referenten {
    width: 340px !important;
}

.agenda .referenten-8 .event-name {
    max-height: 1000px !important;
}

.agenda .referenten-8 .event-name::before {
    background-color: #fff;
}

.agenda .referenten-8 .event-name h4, .agenda .referenten-8 .event-name .event-description {
    padding-right: 430px !important;
    opacity: 1;
    transform: rotateX(0deg);
}

.agenda .referenten-8.no-partner .event-name h4, .agenda .referenten-8.no-partner .event-name .event-description {
    padding-right: 360px !important;
}

/*NO PARTNER VARIANT*/
.agenda .no-partner .content-right {
    right: 130px;
}

.agenda .no-partner .event-partner {
    display: none;
}

.agenda .no-partner .event-name h4, .agenda .no-partner .event-name .event-description {
    padding-right: 110px;
}

/*NO REFERENT & NO PARTNER VARIANT*/
.agenda .no-referent.no-partner .event-name .event-description {
    padding-right: 70px;
}

/*NO SEATS AVAILABLE & SAVED ON PERSONAL AGENDA*/

.personal .event-attendee-count {
    background: #00ca4c !important;
    border-color: #00ca4c !important;
}

.ausgebucht .event-attendee-count {
    background: #ca0000 !important;
    border-color: #ca0000 !important;
}

/*MOBILE*/
@media (max-width: 1024px) {
    .print-button {
        display: none;
    }
    .referenten-archive, .referenten-quickselect {
        left: 0;
    }

    /*6 REFERENTEN VARIANT*/
    .agenda .referenten-6 .content-right {
        height: 230px;
    }

    .agenda .referenten-6 .container-referenten {
        width: 170px;
    }

    .agenda .referenten-6 .event-name h4 {
        padding-right: 50px !important;
    }

    .agenda .referenten-6 .event-name .event-description {
        padding-right: 260px !important;
    }

    .agenda .referenten-6.no-partner .event-name h4, .agenda .referenten-6.no-partner .event-name .event-description {
        padding-right: 180px !important;
    }

    /*8 REFERENTEN VARIANT*/
    .agenda .referenten-8 .content-right {
        height: 315px;
    }

    .agenda .referenten-8 .container-referenten {
        width: 170px;
    }

    .agenda .referenten-8 .event-name h4 {
        padding-right: 50px !important;
    }

    .agenda .referenten-8 .event-name .event-description {
        padding-right: 260px !important;
    }

    .agenda .referenten-8.no-partner .event-name h4, .agenda .referenten-8.no-partner .event-name .event-description {
        padding-right: 180px !important;
    }
}

@media (max-width: 980px) {
    .print-button {
        display: none;
    }

    .referenten-archive {
        left: 0;
    }

    .agenda .event-days {
        width: 110px;
    }

    .agenda .event-timeline {
        width: calc(100% - 110px);
    }

    .agenda .event-vortrag .content-right {
        height: 50px;
    }

    .agenda .event-vortrag .event-referent {
        width: 50px;
        height: 50px;
    }

    .agenda .event-vortrag .event-partner {
        height: 50px;
        width: 150px;
    }

    .agenda .event-vortrag .event-name {
        margin-right: 100px;
        min-height: 114px;
    }

    .agenda .event-vortrag .event-name::before {
        height: 114px;
    }

    .agenda .event-vortrag .event-name::after {
        height: 110px;
    }

    .agenda .no-partner .event-name {
        margin-right: 20px;
    }

    .agenda .referenten-6 .event-name .event-description, .agenda .referenten-8 .event-name .event-description {
        display: block;
    }

    /*6 REFERENTEN VARIANT*/
    .agenda .referenten-6 .content-right {
        height: 180px;
    }

    .agenda .referenten-6 .container-referenten {
        width: 130px;
    }

    .agenda .referenten-6 .event-name {
        height: auto;
    }

    .agenda .referenten-6 .event-name .event-description {
        padding-right: 200px;
    }

    .agenda .referenten-6.no-partner .event-name .event-description {
        padding-right: 150px;
    }

    /*8 REFERENTEN VARIANT*/
    .agenda .referenten-8 .content-right {
        height: 245px;
    }

    .agenda .referenten-8 .container-referenten {
        width: 130px;
    }

    .agenda .referenten-8 .event-name {
        height: auto;
    }

    .agenda .referenten-8 .event-name .event-description {
        padding-right: 200px;
    }

    .agenda .referenten-8.no-partner .event-name .event-description {
        padding-right: 150px;
    }

    /*NO PARTNER VARIANT*/
    .agenda .no-partner .content-right {
        right: 20px;
    }
}

.rotate-chevron {
    transition: all .2s linear;
}

.rotate-chevron.reverse {
    transform: rotate(180deg);
}

/*HERE*/
.et-fixed-header #top-menu li.current-menu-item>a{
    color: black;
}
@media (max-width: 767px) {

    .agenda .event-vortrag .event-referent,
    .agenda .event-vortrag .event-partner,
    .agenda .event-vortrag .container-referenten,
    .agenda .book .event-attendee-count,
    .premium-partner .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description,
    .print-button,
    .stoerer-mobile,
    .stoerer-main-header,
    .agenda .event-vortrag .content-left{
        display: none !important;
    }
    #main-header > div.container.clearfix.et_menu_container{
        width: 100% !important;
    }
    .custom-main-header .header-content {
        width: 100%;
        padding-right: 0;
    }

    .fake-menu-button{
        display: block;
    }

    .custom-side-menu {
        bottom: 30px;
    }

    .custom-side-menu .side-menu-button {
        width: 30px;
        height: 30px;
    }

    .custom-side-menu .side-menu-button .side-menu-desc {
        height: 30px;
        left: 30px;
    }

    .custom-side-menu .side-menu-button:hover .side-menu-desc {
        left: 45px;
        opacity: 1;
        transform: rotateY(0deg);

        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .custom-side-menu .side-menu-icon {
        font-size: 18px;
    }

    .agenda .event-vortrag .event-name .event-description{
        opacity: 1 !important;
        transform: rotateX(0)!important;;
    }

    .agenda .event-vortrag .event-name::after{
        height: 116px;
    }

    .agenda .event-timeline {
        float: none;
        border: none !important;
        width: auto;
        margin: 10px 10px 10px 10px;
    }

    .agenda .event-time-mobile{
        display: block;
    }
    .agenda .event-days {
        float: none;
        width: auto;
        display: inline-flex;
    }

    .agenda .event-days .single-day {
        padding: 10px 20px 10px 10px;
        margin: 0 10px 10px 10px;
        font-size: 20px;
        text-transform: uppercase;
        position: relative;
        cursor: pointer;

        -webkit-transition: none !important;
        -moz-transition: none !important;
        transition: none !important;
    }

    .agenda .event-days .selected-timeline-day {
        margin-right: 10px !important;
    }

    .agenda .event-vortrag .event-name {
        margin: 0;
    }

    .agenda .event-vortrag .event-name .event-description, .agenda .event-vortrag .event-name h4 {
        padding: 20px !important;
    }

    .referenten-archive {
        left: 0;
    }

    .premium-partner {
        margin: 25px 25px 30px 25px !important;
    }

    .premium-partner .et_pb_blurb_content .et_pb_blurb_container::before {
        height: 160px;
    }
}

a {
    color: inherit;
    text-decoration: inherit;
}

/*IMAGE GALLERY*/
.custom-gallery .et_pb_gallery_image {
    overflow: visible;
}

@keyframes selected-gallery {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.08, 1.1);
        opacity: 0;
    }
}

.custom-gallery .et_pb_gallery_image:hover::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    border: 1px solid #ff9019;
    animation: selected-gallery 3s 0.5s ease-in-out infinite;
    z-index: 999;
}

.custom-gallery .et_pb_gallery_image img {
    filter: grayscale(1);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.custom-gallery .et_pb_gallery_image:hover img {
    filter: grayscale(0);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.custom-gallery .et_pb_gallery_image .et_pb_inline_icon::before {
    margin: -30px 0 0 -30px;
    font-size: 60px;
}

@media (max-width: 980px) {
    .custom-gallery .et_pb_gallery_image .et_pb_inline_icon::before {
        margin: -12px 0 0 -12px;
        font-size: 24px;
    }
}

/*FORMS*/

/*NEWSLETTER BACKGROUND*/
.custom-newsletter-section {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.et_pb_signup_0 input[type="text"], .et_pb_signup_0 textarea {
    color: #666 !important;
}

.custom-newsletter-section:hover {

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.custom-newsletter-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(165deg, #fff 50%, rgba(255, 255, 255, 0));
}

/*NEWSLETTER NEW*/
.custom-newsletter .custom-news-letter {
    margin: 20px auto 0;
    width: 80%;
}

@media (max-width: 980px) {
    .custom-newsletter .custom-news-letter {
        width: 100%;
    }
}

.custom-newsletter .custom-news-letter input[type=text], .custom-newsletter .custom-news-letter input[type=email] {

    border: none;
    width: 100%;
    padding: 14px 4% !important;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
}

.custom-newsletter .et_pb_newsletter_form input {
    color: #666 !important;
}

.custom-newsletter .custom-news-letter input[name=PSOURCE] {
    display: none;
}

.custom-newsletter .custom-news-letter input[type=submit] {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.custom-newsletter .custom-news-letter input[type=text]::placeholder, .custom-newsletter .custom-news-letter input[type=email]::placeholder {
    color: #666 !important;
}

.custom-newsletter .custom-news-letter p {
    position: relative;
}

.custom-newsletter .custom-news-letter p::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1em;
    left: 0;
    height: 1px;
    background-color: #ff9019;
    transform-origin: 0 50%;
    transform: scaleX(0);

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.custom-newsletter .custom-news-letter p:hover::after {
    transform: scaleX(1);

    -webkit-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

/*NEWSLETTER OLD*/
.custom-newsletter {
    display: block !important;
}

.custom-newsletter .et_pb_newsletter_description {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.custom-newsletter .et_pb_newsletter_form {
    float: none;
    margin: 20px auto 0;
    padding: 0;
    width: 80%;
}

@media (max-width: 980px) {
    .custom-newsletter .et_pb_newsletter_description {
        width: 100%;
    }

    .custom-newsletter .et_pb_newsletter_form {
        width: 100%;
    }
}

.custom-newsletter .et_pb_newsletter_form p {
    position: relative;
}

.custom-newsletter .et_pb_newsletter_form p::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1em;
    left: 0;
    height: 1px;
    background-color: #ff9019;
    transform-origin: 0% 50%;
    transform: scaleX(0);

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.custom-newsletter .et_pb_newsletter_form p:hover::after {
    transform: scaleX(1);

    -webkit-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

/*PARTNER LOGIN*/
.partner-login .et_pb_newsletter_form {
    float: none;
    margin: 20px auto 0;
    padding: 0;
    width: 80%;
}

@media (max-width: 980px) {
    .partner-login .et_pb_newsletter_description {
        width: 100%;
    }

    .partner-login .et_pb_newsletter_form {
        width: 100%;
    }
}

.partner-login .et_pb_newsletter_form p {
    position: relative;
    text-align: center;
}

.partner-login .et_pb_newsletter_form p::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1em;
    left: 0;
    height: 1px;
    background-color: #ff9019;
    transform-origin: 0 50%;
    transform: scaleX(0);

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.partner-login .et_pb_newsletter_form p:hover::after {
    transform: scaleX(1);

    -webkit-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.partner-login .et_pb_newsletter_form p input {
    color: #666;
    border-bottom: 1px solid #0d82ad;
    border-radius: 0;
}

.partner-login .et_pb_newsletter_form p button {
    width: 100%;
}

/*ANMELDEFORMULAR*/
.anmeldeformular .et_pb_contact_field {
    position: relative;
}

.anmeldeformular .et_pb_contact_field[data-type="input"]::after, .anmeldeformular .et_pb_contact_field[data-type="email"]::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 6%;
    height: 1px;
    background-color: #ff9019;
    transform-origin: 0 50%;
    transform: scaleX(0);

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.anmeldeformular .et_pb_contact_field[data-type="input"]:hover::after, .anmeldeformular .et_pb_contact_field[data-type="email"]:hover::after {
    transform: scaleX(1);

    -webkit-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.anmeldeformular .et_pb_contact_field[data-id="titel"]::after, .anmeldeformular .et_pb_contact_field[data-id="email"]::after {
    left: 3%;
}

.anmeldeformular .et_pb_contact_field input {
    background-color: #fff;
    border-bottom: 1px solid #0d82ad;
    font-size: 16px;
    color: #666;
}

.anmeldeformular .et_pb_contact_field input:focus {
    border-color: #ff9019;
}

.anmeldeformular .et_pb_contact_field input::placeholder {
    color: #666;
}

.anmeldeformular .et_pb_contact_field input:focus::placeholder {
    color: #666;
}

/*KONTAKTFORMULAR*/
.custom-kontakt .et_pb_contact_field {
    position: relative;
}

.custom-kontakt .et_pb_contact_field::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 6%;
    height: 1px;
    background-color: #ff9019;
    transform-origin: 0% 50%;
    transform: scaleX(0);

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.custom-kontakt .et_pb_contact_field:hover::after {
    transform: scaleX(1);

    -webkit-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.custom-kontakt .et_pb_contact_field[data-type="text"]::after {
    bottom: 6px;
    left: 3%;
}

.custom-kontakt .et_pb_contact_field input, .custom-kontakt .et_pb_contact_field textarea {
    background-color: #fff;
    border-bottom: 1px solid #0d82ad;
    font-size: 16px;
    color: #666;
}

.custom-kontakt .et_pb_contact_field input:focus, .custom-kontakt .et_pb_contact_field textarea:focus {
    border-color: #ff9019;
}

.custom-kontakt .et_pb_contact_field input::placeholder, .custom-kontakt .et_pb_contact_field textarea::placeholder {
    color: #666;
}

.custom-kontakt .et_pb_contact_field input:focus::placeholder, .custom-kontakt .et_pb_contact_field textarea:focus::placeholder {
    color: #666;
}

.event-button-logic .storno, .event-button-logic .book, .event-button-logic .noplaces {
    display: none;
}

.event-button-logic.personal .storno,
.event-button-logic.free_places .book,
.event-button-logic.ausgebucht .noplaces {
    display: block;
}

.date-print,
.print-event-date,
.print-booked {
    display: none;
    text-align: center;
}

.print-area {
    display: none;
}

.calender-link {
    text-decoration: underline;
    font-weight: bold;
}

.copy-right {
    color: lightgrey;
    float: left;
}

.print-button {
    text-align: center;
    font-size: 20px;
    padding: 10px 20px 10px 10px;
    left: 0;
    position: absolute;
}

@media print {
    * {
        background: none !important;
        color: #000 !important;
        border: none !important;
    }

    .agenda .event-vortrag .event-name h4 {
        padding: 30px 0 0 90px;
        width: 800px;
    }

    .agenda .event-timeline .event-vortrag {
        margin: 0;
        height: 230px;
    }

    #main-content > div.et_pb_section.et_pb_section_1.et_section_regular > div > div > div.et_pb_section.et_pb_section_2.et_section_regular {
        display: none;
    }

    .date-print,
    .print-booked {
        display: block;
    }

    .event-time {
        font-weight: normal;
    }

    .print-event-date {
        display: block;
        padding: 0;
    }

    .custom-text-header {
        padding: 0;

    }

    .print-area {
        display: block;
        padding-left: 90px;
        text-align: left;
        height: 250px;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    #top-header,
    #main-header,
    #footer-bottom,
    #menu-footer,
    .custom-side-menu,
    .print-button,
    .container-referenten,
    .container-partner,
    .event-days,
    .event-time span,
    .event-description,
    .cookie-notice-container,
    .cookie_notice .cookie_notice_fixed,
    .custom-text-header::before,
    .event-vortrag.personal .storno,
    .event-vortrag.free_places .book,
    .event-vortrag.ausgebucht .noplaces,
    .agenda .event-vortrag .event-name::before,
    .agenda .event-vortrag .event-name::after,
    #menu-footer-menu {
        display: none !important;
        font-weight: normal !important;
    }

}

.acf-input-prepend,
.acf-input-append {
    height: 100% !important;
}

.acf-field-group .acf-fields,
.acf-field-repeater .acf-fields {
    display: flex;
    flex-wrap: wrap;
}

.acf-field-repeater .acf-button {
    background: #309cf3;
    color: #fff;
    border-radius: 6px;
    border: solid 1px #2b9af3;
    padding: 0.5em;
    margin-top: 1em;
    display: block;
    float: right;
}