/*
CTC Separate Stylesheet
Updated: 2023-05-09 23:58:18
Theme Name: Hello Elementor Child - NewsLetter
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Robert-P. Pelikan
Author URI: https://robertpelikan.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Das Werkstatt Lichtenthal-Theme für Elementor
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1683669498
*/

/*global css start*/
.elementor-widget-text-editor .elementor-widget-container > *:last-child {
    margin-bottom: 0;
}
.col_2 ul {
    columns: 2;
    gap: 15px !important;
    margin-bottom: -15px;
}
.col_2 ul > li {
    margin-bottom: 15px !important;
    break-inside: avoid;
    display: block;
}
.icon_list ul {
    justify-content: space-between;
}

.icon_list ul.elementor-icon-list-items span.elementor-icon-list-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-3a968ed);
    border-radius: 50%;
    margin-right: 7px;
}
.top-scroll-btn .elementor-button{
    width: 60px;
    height: 60px;
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*global css end*/

/* START - FORM */
.mc4wp-form-fields input[type="submit"] {
    background: #ff0146;
    color: #fff;
    border: 1px solid #ff0146;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
}
.mc4wp-form-fields input[type="submit"]:hover {
    background: transparent;
    color: #ff0146;
}
.mc4wp-form .form-fields-box input {
    border: transparent;
    height: 50px;
    border-radius: 10px;
   
}
.mc4wp-form-fields .agree-text {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.mc4wp-form-fields .agree-text a {
    color: #000;
    line-height: 1.2;
}
.mc4wp-form-fields .agree-text input[type="checkbox"] {
    accent-color: #ff0146;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.form-fields-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-bottom: 30px;
}
.checkbox {
    margin-bottom: 30px;
}
.checkbox + p {
    text-align: center;
}
.jetzt-btn {
    margin: 0;
}
/* END - FORM */
/* START - OUR SERVICE  */
.unsere-events-wrap .date-box {
    width: fit-content;
    margin-left: auto;
}
.unsere-events-wrap{
    margin: 0 auto !important;
}
/* END - OUR SERVICE */
/* START - FOOTER */
.footer_contact_list .elementor-widget-container {
    display: flex;
    margin: 0 auto !important;
    justify-content: center;
}
.nav_contact_list ul li a>span:first-child,.nav_contact_list ul li>span:first-child {
    min-width: 48px;
    width: 48px;
    height: 48px;
    background-color: #12999f;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center!important;
    border-radius: 50%;
    margin-right: 19px
}
.nav_contact_list ul li a>span:last-child,.nav_contact_list ul li>span:last-child {
    position: relative
}
.nav_contact_list ul li a>span:last-child:before,.nav_contact_list ul li>span:last-child:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #12999f;
    transition: all .3s ease
}
.nav_contact_list ul li:hover a>span:last-child:before,.nav_contact_list ul li:hover>span:last-child:before {
    background-color: #ff3b5b
}
.site-footer {
    padding-block-start: 0 ! important;
    padding-block-end: 0 ! important;
}
.footer_form .elementor-field-textual {
    padding: 15px 25px !important;
}
.marketing-hero-wrapper p {
    overflow-wrap: break-word;
}
.header-menu-onscroll{
   min-height: 101px ! important;
}
.scrolled {
    background-color: #000000d9;
    transition: background-color 0.3s ease-in-out;
}
.header-left {
    display: none ! important;
}
.scrolled .header-left {
    display: block ! important;
}
.marketing-hero-wrapper {
    min-height: 86vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 10vh;
}
.event-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    max-width: 825px;
    margin: 0 auto;
}
.event-section:first-child .event-content-outer {
    background: #8A5FB1;
}
.event-thumbnail img {
    max-width: 400px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-section:first-child .event-details {
    background: #8A5FB1;
}
.eventbox {
    position: relative;
}
.event-meta {
    position: absolute;
    top: 15px;
    right: 15px;
    
}
.event-meta p{
    margin: 0;
    color: #fff;
    margin: 0;
    padding: 5px 12px;
}
.event-section:nth-child(odd) .event-meta {
    background: #8A5FB1;
    
}
.event-title h2 {
    color: #fff;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: bold;
    margin: 0;
}

.event-content-outer {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding: 15px;
}
.eventbox,
.event-details {
    height: 100%;
}
.event-section:nth-child(even) .event-details {
    background: #ff0146;
}
.event-section:nth-child(even) .event-meta {
    background: #ff0146;
    
}
.event-content p {
    color: #fff;
    margin: 0;
}

.event-content p + p {
    padding-top: 10px;
}

.btn-register {
    background: #F4C306;
    padding: 15px 30px 15px 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #F4C306;
    transition: all 0.3s ease;
    width: fit-content;
    margin: 0 auto;
}

.btn-register:hover {
    background: transparent;
    color: #F4C306;
}
.scrolled h4 {
    color: #fff !important;
}
.event-thumbnail {
    min-height: 272px;
}
.header-wrapper{
    position: fixed !important;
    top:var(--wp-admin--admin-bar--height,0px)!important;
    
}
/* END - FOOTER */
@media(max-width:1024px){
    .mobilemenu {
        position: absolute;
        top: 0;
        left: 0;
    }
    .header-wrapper {
        height: 100px !important;
    }
    .header-wrapper .elementor-nav-menu--dropdown.elementor-nav-menu__container{
        margin-top: 30px;
        height: 100vh;
    }
    .header-wrapper nav ul li a {
        padding: 20px 20px;
    }
}
@media(max-width: 767px) {
    .nav_contact_list ul li a>span:first-child, .nav_contact_list ul li>span:first-child {
        margin-right: 10px;
    }
    .footer_contact_list .elementor-widget-container {
        justify-content: flex-start;
    }
    .form-fields-box {
        grid-template-columns: 1fr;
    }
    .mc4wp-form .form-fields-box input {
        height: 40px;
    }
    .marketing-hero-wrapper {
        min-height: 50vh !important;
        padding-top: 0vh;
    }
    .event-wrapper {  
        grid-template-columns: 1fr;
    }
   
}