*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator).events-container {
    max-width: 100%;
    width: 95%;
}
.events-container {
    max-width: 100%;
}
.events-container .events-list {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: space-between;
}
.events-container .events-list .events-item {
    width: 48%;
}
.events-container .events-list .events-item a {
    display: flex;
    gap: 30px;
    flex-basis: calc(50% - 40px);
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.events-container .events-list .events-item a:where(.wp-site-blocks *:focus){
    outline: none;
}
.events-container .events-list .events-item .events-img {
    width: 330px;
    height: 280px;
}
.events-container .events-list .events-item .events-img img {
    min-height: 280px;
    border-radius: 0;
    width: 100%;
    max-height: 280px;
    height: 100%;
}
.events-container .events-list .events-item .events-info {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-right: 40px;
    width: 50%;
}
.events-container .events-list .events-item a {
    text-decoration: none;
    color: inherit;
}
.events-container .events-list .events-item{
    color: #000;
}
.events-container .events-list .events-item .event_info_title {
    padding-bottom: 3px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.events-container .events-list .events-item .event_info_date , .events-container .events-list .events-item .news_info_location{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.single-event h2{
    font-weight: 800;
    margin: 0;
}
.single-event .event_detail .page_hero {
    display: flex;
}
.single-event .event_detail .page_hero_block {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    padding: 100px 80px 80px 80px;
}
.single-event .event_detail .page_hero_block h1 {
    font-weight: 800;
    text-align: left;
    margin: 0 0 35px;
}
.single-event .event_detail .hero_block_subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.3;
}
.single-event .event_detail .hero_block_socials {
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}
.single-event .event_detail .hero_block_socials p {
    margin: 0;
}
.single-event .event_detail .block_button {
    background: #010101;
    padding: 20px;
    max-width: 250px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: left;
    color: #fff;
    transition-duration: 0.3s;
    text-decoration: none;
}
.single-event .event_detail .block_button:last-child {
    background: #eff2f6;
    color: #000;
}
.single-event .about_event {
    margin: 80px 80px 135px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.single-event .about_event .upcoming_block_list {
    margin-right: -70px;
    position: relative;
}
.single-event .about_event .upcoming_block {
    width: 50%;
}
.single-event .about_event .upcoming_block_events{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    max-width: 950px;
    justify-content: flex-start;
}
.single-event .about_event .upcoming_block_event {
    position: relative;
    max-width: 48%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    min-height: 270px;
    max-height: 270px;
}
.single-event .about_event .upcoming_block_event:nth-child(2) {
    margin-top: 85px;
}
.single-event .about_event .upcoming_block_event:nth-child(3) {
    margin-top: -85px;
}
.single-event .about_event .upcoming_block_event:nth-child(5) {
    margin-top: -85px;
}
.single-event .about_event .about_event_info {
    padding: 100px 150px;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 680px;
}
.single-event .about_event .upcoming_header h2 {
    font-weight: 800;
    text-align: left;
    margin: 0 0 20px;
}
.single-event .about_event .upcoming_header .page_upcoming_link {
    font-weight: bold;
    text-transform: capitalize;
}
.single-event .about_event .upcoming_subtitle {
    font-size: 20px;
}
.single-event .event_program {
    margin: 0 80px 180px;
}
.single-event .event_program .program_title h2 {
    margin: 0 0 25px;
    font-weight: 800;
}
.single-event .event_program .program_blocks {
    display: flex;
    flex-direction: column;
}
.single-event .event_program .program_block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #000;
    padding: 15px 35px;
    margin-bottom: 5px;
    color: #fff;
}
.single-event .event_program .program_block div {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    width: 100%;
    border-right: 1px solid #fff;
    font-weight: normal;
}
.single-event .event_program .program_block div:last-child {
    border: none;
}
.single-event .event_program .program_block .program_block_name {
    max-width: 100%;
    font-weight: 600;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    font-size: 20px;
}
.single-event .event_program .program_block .program_block_name span {
    font-weight: normal;
}
.single-event .event_program .program_block .program_block_time {
    max-width: 230px;
}
.single-event .event_program .program_block .program_block_speaker {
    max-width: 300px;
}
.single-event .event_why {
    display: flex;
    margin: 0 80px 160px;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.single-event .event_why .why_block_info {
    max-width: 49%;
}
.single-event .event_why .why_block_cta {
    border: 1px solid #000;
    max-width: 48%;
    width: 100%;
    position: relative;
    max-height: 500px;
}
.single-event .event_why .why_block_info h2 {
    font-weight: 800;
    margin: 0 0 10px;
}
.single-event .event_why .why_block_info .why_title {
    font-size: 26px;
    font-weight: 500;
}
.single-event .event_why .why_block_info ol {
    position: relative;
    counter-reset: my-counter;
    margin: 40px 0 0 20px;
    padding: 0;
}
.single-event .event_why .why_block_info ol li {
    list-style: none;
    position: relative;
    margin: 0 0 50px;
}
.single-event .event_why .why_block_info ol li:before {
    counter-increment: my-counter;
    content: counter(my-counter) " ";
    position: absolute;
    left: -27px;
    top: -50px;
    font-size: 80px;
    opacity: 0.2;
}
.single-event .event_why .why_block_info .bullet_title {
    font-weight: bold;
    font-size: 22px;
}
.single-event .event_why .why_block_info .bullet_subtitle {
    font-size: 18px;
}
.single-event .event_why .block_cta {
    background: #010101;
    padding: 60px;
    padding-bottom: 115px;
    position: absolute;
    right: 0;
    top: -85px;
    max-width: 796px;
    width: 100%;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.22);
    color: #fff;
}
.single-event .event_why .block_cta .cta_title {
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 20px;
}
.single-event .event_why .block_cta .cta_subtitle {
    font-size: 20px;
    text-align: left;
    line-height: 1.3;
    opacity: 0.85;
    margin-bottom: 50px;
}
.single-event .event_why .block_cta .cta_link {
    font-weight: 800;
    font-size: 16px;
    color: inherit;
}
.single-event .event_speakers {
    background: #010101;
    padding: 70px 80px 100px;
    color: #fff;    
}
.single-event .event_speakers h2 {
    font-weight: 800;
    margin: 0;
    color: inherit;
}
.single-event .event_speakers .news_subtitle {
    margin: 0 0 40px;
    font-size: 22px;
}
.single-event .event_speakers .news_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: #000;
}
.single-event .event_speakers .speakers_block {
    max-width: 24%;
    width: 100%;
    background: #fff;
}
.single-event .event_speakers .speakers_image img {
    max-height: 100%;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center top;
}
.single-event .event_speakers .speakers_info {
    padding: 40px 20px 50px;
}
.single-event .event_speakers .speakers_name {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 26px;
}
.single-event .event_speakers .speakers_position {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 35px;
}
.single-event .event_speakers .speakers_subtitle {
    overflow: hidden;
    padding-bottom: 3px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 500;
    line-height: 24px;
}
.single-event .event_speakers .speakers_links img{
    width: 30px;
}
.single-event .event_speakers .speakers_links a{
    text-decoration: none;
}
.single-event .event_speakers .speakers_links{
    margin: 10px 0 0;
    display: flex;
    gap: 15px;
}
.single-event .event_partners {
    padding-top: 100px;
    padding-bottom: 150px;
    margin: 0 80px;
}
.single-event .event_partners .partners_list {
    display: flex;
    justify-content: space-between;
    gap: 70px 20px;
    flex-wrap: wrap;
    margin: 50px 0 0;
}
.single-event .event_partners .partners_block {
    display: flex;
    gap: 50px;
    width: 100%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    align-items: center;
}
.single-event .event_partners .partners__logo {
    width: 20%;
    max-height: 200px;
    background-color: #fff;
}
.single-event .event_partners .partners__logo img {
    height: 100%;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
}
.single-event .event_partners .partners_text {
    font-size: 20px;
    line-height: 1.3;
    width: 70%;
    padding: 10px 0;
}
.single-event .event_contact {
    margin: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-event .event_contact .contact_form {
    width: 50%;
}
.single-event .event_contact .contact_info {
    width: 50%;
    border: 1px solid #000;
    padding: 50px;
    height: max-content;
    background: #000;
    color: #FFF;
}
.single-event .event_contact .contact_info .contact_title {
    font-size: 26px;
    font-weight: 600;
}
.single-event .event_contact .contact_info .contact_subtitle {
    margin: 0 0 30px;
    font-size: 20px;
}
.single-event .event_contact .contact_info ul {
    margin: 0;
}
.single-event .event_contact .contact_info ul li {
    list-style: square;
    margin: 0 0 10px;
    font-size: 18px;
}
.single-event .event_contact form {
    margin: 40px 0 0;
}
.single-event .event_contact form p {
    margin: 0 0 20px;
}
.single-event .event_contact input , .single-event .event_contact textarea{
    width: 80%;
    height: 40px;
    padding: 10px 15px;
}
.single-event .event_contact textarea {
    height: 100px;
}
.single-event .event_contact form p label {
    margin: 0 0 5px;
    display: block;
    font-size: 16px;
}
.single-event .event_contact input:focus-visible , .single-event .event_contact textarea:focus-visible{
    outline: none;
}
.single-event .event_contact form .signup-btn {
    background: #000;
    color: #fff;
    padding: 15px 45px;
    cursor: pointer;
    text-transform: capitalize;
}

.events-container .events-list .events-item.events-series a {
    flex-direction: column;
    gap: 20px;
    padding: 40px 25px;
    height: 100%;
}
.events-container .events-list .events-item.events-series p {
    margin: 0;
}
.events-container .events-list .events-item.events-series h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}
.funktionskatalog-event-series-main {
    margin: 0 80px;
}
.funktionskatalog-event-series-main .funktionskatalog-archive-title {
    margin: 40px 0;
}
.funktionskatalog-event-series-main .funktionskatalog-archive-title h1 {
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}
.funktionskatalog-event-series-main .series_detail_title p {
    margin: 0;
}
.funktionskatalog-event-series-main .series_detail_title{
    margin: 0 0 40px;
}
.series_form .event_contact {
    margin: 0;
    display: block;
}
.funktionskatalog-event-series-main .events-container{
    margin: 0 0 60px;
}
.funktionskatalog-event-series-main h2 {
    margin: 0;
    text-transform: capitalize;
}   

@media(max-width:1500px){
    .single-event .event_why .why_block_cta {
        max-width: 47%;
    }
    .single-event .about_event .about_event_info {
        padding: 60px 105px;
    }    
}
@media(max-width:1350px){
    .events-container .events-list .events-item .events-info {
        padding-top: 25px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .events-container .events-list .events-item .events-img {
        width: 40%;
        height: 200px;
    }
    .events-container .events-list{
        gap: 25px;
    }
    .events-container .events-list .events-item a{
        gap: 20px;
    }
    .events-container .events-list .events-item .event_info_title{
        font-size: 20px;
        line-height: 25px;
    }
    .events-container .events-list .events-item .event_info_date, .events-container .events-list .events-item .news_info_location{
        font-size: 12px;
        line-height: 15px;
    }
    .events-container .events-list .events-item .dashicons-before:before {
        font-size: 18px;
    }
    .events-container .events-list .events-item .events-img img {
        min-height: 200px;  
        max-height: 200px;    
    }    
}
@media(max-width:1024px){
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator).events-container{
        width: 90%;
    }
    .single-event .event_detail .page_hero {
        flex-direction: column-reverse;
    }
    .single-event .event_detail .page_hero_block.page_hero_image {
        height: 350px;
        padding: 0;
    }
    .single-event .event_detail .page_hero_block{
        padding: 50px 40px;
        width: 100%;
    }
    .single-event .event_detail .page_hero_block h1{
        margin: 0 0 25px;
        font-size: 42px;
    }
    .single-event .event_detail .hero_block_socials{
        margin-bottom: 40px;
    }
    .single-event .about_event {
        margin: 0 40px 50px;
    }
    .single-event .about_event .upcoming_block {
        width: 100%;
        min-width: 100%;
    }
    .single-event .about_event .upcoming_block_list {
        margin-right: 0;    
    }
    .single-event .about_event .upcoming_block_event{
        max-width: 49%;
        min-height: 240px;
        max-height: 240px;
    }   
    .single-event .about_event .about_event_info {
        padding: 80px; 
        min-height: auto;
        max-width: 100%;
        margin-top: -35px;
    }
    .single-event .event_program {
        margin: 0 40px 50px;
    }
    .single-event .event_program .program_block{
        padding: 15px;
    }
    .single-event .event_program .program_block .program_block_time {
        max-width: 200px;
    }
    .single-event .event_program .program_block div{
        padding: 0 20px;
    }
    .single-event .event_program .program_block .program_block_speaker {
        max-width: 200px;
    }
    .single-event .event_why{
        margin: 0 40px 50px;
        gap: 0;
    }
    .single-event .event_why .why_block_info {
        min-width: 100%;
    }
    .single-event .event_why .why_block_cta{
        max-height: 100%;
        max-width: 100%;
    }
    .single-event .event_why .block_cta {
        padding: 40px;
        position: static;
        max-width: 100%;
    }    
    .single-event .event_why .why_block_info ol li:before{
        left: -25px;
        top: -45px;
        font-size: 70px;
    }
    .single-event .event_speakers{
        padding: 50px 40px;
    }
    .single-event .event_speakers .speakers_block {
        max-width: 49%;
    }
    .single-event .event_partners {
        padding-top: 50px;
        padding-bottom: 50px;
        margin: 0 40px;
    }
    .single-event .event_partners .partners_list{
        gap: 30px 20px;
    }    
    .single-event .event_partners .partners_block{
        gap: 10px;
    }
    .single-event .event_contact {
        margin: 0 40px;
    }
    .single-event .about_event .upcoming_block_events{
        width: 100%;
    }    
    .funktionskatalog-event-series-main {
        margin: 0 40px;
    }
    .series_form .event_contact{
        margin: 0;
    }
}
@media(max-width:991px){
    .events-container .events-list .events-item {
        width: 100%;
    }
    .single-event .about_event .upcoming_block_event {
        max-width: 48%;
    }
    .single-event .about_event .about_event_info {
        padding: 80px 40px;        
    }   
    .single-event .event_program .program_block {
        flex-direction: column;
        gap: 15px;
    } 
    .single-event .event_program .program_block .program_block_time {
        max-width: 100%;
    }
    .single-event .event_program .program_block div {
        padding: 0;
        border-right: 0;
    }
    .single-event .event_program .program_block .program_block_name{
        gap: 10px;
    }
    .single-event .event_speakers .speakers_block {
        max-width: 48%;
    }
    .single-event .event_contact{
        flex-direction: column;
    }
    .single-event .event_contact .contact_form {
        width: 100%;
    }
    .single-event .event_contact .contact_info {
        width: 100%;
        margin: 50px 0 0;
    }    
}
@media(max-width:767px){
    .events-container .events-list .events-item a {
        flex-direction: column;
    }
    .events-container .events-list .events-item .events-img {
        width: 100%;
    }
    .events-container .events-list .events-item .events-info{
        width: 100%;
        padding: 0 15px 20px;
        box-sizing: border-box;
    }
    .events-container .events-list .events-item .event_info_title {
        font-size: 16px;
        line-height: 20px;
    }
    .events-container .events-list .events-item .event_info_date, .events-container .events-list .events-item .news_info_location{
        font-weight: normal;
    }
    .single-event {
        font-size: 14px;
    }
    .single-event .event_detail .page_hero_block {
        padding: 50px 20px;
    }
    .single-event .event_detail .page_hero_block h1{
        font-size: 30px;
    }   
    .single-event .event_detail .hero_block_subtitle {
        font-size: 16px;     
    }
    .single-event .event_detail .hero_block_socials{
        gap: 10px;
    }
    .single-event .event_detail .block_button{
        padding: 15px;
        max-width: 47%;
    }   
    .single-event .about_event {
        margin: 0 20px 50px;
    }
    .single-event .about_event .upcoming_block_event {
        max-width: 47%;
        min-height: 155px;
        max-height: 155px;
    }
    .single-event .about_event .about_event_info {
        padding: 60px 20px;
    }
    .single-event .about_event .upcoming_subtitle {
        font-size: 16px;
    }
    .single-event .event_program {
        margin: 0 20px 50px;
    }
    .single-event .event_program .program_block .program_block_name{
        font-size: 18px;
    }
    .single-event .event_why {
        margin: 0 20px 50px;
    }    
    .single-event .event_why .why_block_info .why_title {
        font-size: 18px;
    }
    .single-event .event_why .why_block_info ol li:before {
        left: -17px;
        top: -25px;
        font-size: 50px;
    }
    .single-event .event_why .why_block_info .bullet_title{
        font-size: 20px;
    }    
    .single-event .event_why .why_block_info .bullet_subtitle {
        font-size: 16px;
    }
    .single-event .event_why .why_block_info ol li{
        margin: 0 0 30px;
    }
    .single-event .event_why .block_cta {
        padding: 40px 20px;
    }
    .single-event .event_why .block_cta .cta_title{
        font-size: 26px;
    }   
    .single-event .event_why .block_cta .cta_subtitle {
        font-size: 18px; 
        margin-bottom: 40px;
    }   
    .single-event .event_speakers {
        padding: 50px 20px;
    }
    .single-event .event_speakers .news_subtitle{
        font-size: 18px;
    } 
    .single-event .event_speakers .speakers_block {
        max-width: 100%;
    }
    .single-event .event_speakers .speakers_info {
        padding: 30px 20px;
    }
    .single-event .event_partners{
        margin: 0 20px;
    }
    .single-event .event_partners .partners_block{
        flex-wrap: wrap;
    }
    .single-event .event_partners .partners__logo {
        width: 100%;
    }
    .single-event .event_partners .partners_text {
        font-size: 16px;
        padding: 20px;
    }   
    .single-event .event_partners .partners_block {
        gap: 0;
    }
    .single-event .event_partners .partners__logo img{
        max-height:150px;
    }     
    .single-event .event_partners .partners_list{
        margin: 30px 0 0;
    }
    .single-event .event_contact {
        margin: 0 20px;
    }
    .single-event .event_contact input, .single-event .event_contact textarea {
        width: 100%;
    }
    .single-event .event_contact .contact_info{
        padding: 30px 20px;
    }    
    .single-event .event_contact .contact_info .contact_subtitle{
        font-size: 18px;
    }
    .single-event .event_contact .contact_info ul li{
        font-size: 16px;
    }
    .single-event .event_detail .page_hero_block.page_hero_image {
        height: 300px;
    }    
    .single-event .event_contact form {
        margin: 30px 0 0;
    }
    .events-container .events-list .events-item.events-series h2{
        font-size: 22px;
        line-height: 25px;
    }
    .funktionskatalog-event-series-main {
        margin: 0 20px;
    }
    .funktionskatalog-event-series-main .funktionskatalog-archive-title {
        margin: 20px 0;
    }
    .funktionskatalog-event-series-main .funktionskatalog-archive-title h1{
        font-size: 30px;
    }
    .single-event .event_contact {
        margin: 0;
    }
}
@media(max-width:360px){
    .single-event .event_detail .block_button {
        padding: 15px 10px;
    }    
}
@media(max-width:320px){
    .single-event .event_detail .block_button{
        font-size: 12px;
    }
    .single-event .about_event .upcoming_block_event {
        max-width: 46%;
    }
    .single-event .event_why .block_cta .cta_title {
        font-size: 24px;
    }
    .single-event .event_why .block_cta .cta_subtitle {
        font-size: 16px;
    }        
}