

/* ==================== ... ==================== */
body.login {
    background: #e9f2ff;
}
.login h1 a {
    background: transparent;
    text-indent: 0px;
    height: auto;
    width: auto;
    text-transform: uppercase;
}
#backtoblog {
    display:none;
}


.wp-core-ui .button-payment-provider-connected,
.wp-core-ui .button-payment-provider-connected:hover {
    background: #009e3a;
    border-color: #009e3a;
    color: #fff;
    cursor: default;
}


/*
#wpadminbar {
    display: none;
}
*/

/* ==================== Speaker Details ==================== */
.elementor-widget-SpeakerDetails .elementor-button-link {
    text-decoration: none !important;
}

/* ==================== Modal window ==================== */
.cs-modal-box {
    display: block;
    position: fixed;
    background: #a7a7a7a3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}
.cs-modal-box-content {
    top: 10%;
    position: relative;
    padding: 20px;
    min-width: 320px;
    max-width: 600px;
    min-height: 400px;
    height: auto;
    background: #fff;
    margin: auto;
    border-radius: 10px;
    height: 80%;
    overflow-y:auto;
}
/*
.close-cs-modal {
    position: absolute;
    right: 21px;
    font-size: 40px;
    top: 4px;
    color: #565656;
    cursor: pointer;
}*/
.cs-modal-box-content .fa-times{
    font-size: 24px;
    color: #9e9e9e;
    position: absolute;
    right: 13px;
    top: 10px;
    cursor: pointer;
}

.cs-speaker-modal-image {
    width: 60px;
    float: left;
    margin-right: 5px;
    /*border-radius: 10px !important;*/
    /*border-radius: 10px !important;*/
}
.cs-speaker-modal-name {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400;
    font-size: 30px;
    font-family: sans-serif;
    line-height: 35px !important;
}
.cs-speaker-modal-theme {
    margin: 0;
    font-family: sans-serif;
    font-size: 20px;
}
.cs-speaker-modal-description {
    margin: 0;
    font-family: sans-serif;
    font-size: 18px;
}
.cs-modal-box-content hr{
    /*background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px)) !important;*/
    background-color: transparent !important;
    background: #c7c7c7 !important;
}
.cs-modal-box-content hr:not(.has-background), .cs-modal-box-content hr.styled-separator {
    color: #c7c7c7 !important;
}



/* ==================== elementor widget Modal window ==================== */
.cs-speaker-widget-modal-box {
    display: block;
    position: fixed;
    background: #a7a7a7a3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}
.elementor-speaker-modal-box-content {
    top: 10%;
    position: relative;
    padding: 20px;
    min-width: 320px;
    max-width: 600px;
    min-height: 400px;
    height: auto;
    background: #fff;
    margin: auto;
    border-radius: 10px;
    height: 80%;
    overflow-y:auto;
}
.elementor-speaker-modal-box-content .fa-times{
    font-size: 24px;
    color: #9e9e9e;
    position: absolute;
    right: 13px;
    top: 10px;
    cursor: pointer;
}

.elementor-speaker-modal-box-content .cs-speaker-modal-image {
    width: 60px;
    float: left;
    margin-right: 5px;
    /*border-radius: 10px !important;*/
    /*border-radius: 10px !important;*/
}
.elementor-speaker-modal-box-content .cs-speaker-modal-name {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400;
    font-size: 30px;
    font-family: sans-serif;
    line-height: 35px !important;
}
.elementor-speaker-modal-box-content .cs-speaker-modal-theme {
    margin: 0;
    font-family: sans-serif;
    font-size: 20px;
}
.elementor-speaker-modal-box-content .cs-speaker-modal-description {
    margin: 0;
    font-family: sans-serif;
    font-size: 18px;
}
.elementor-speaker-modal-box-content .cs-modal-box-content hr{
    /*background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px)) !important;*/
    background-color: transparent !important;
    background: #c7c7c7 !important;
}
.elementor-speaker-modal-box-content hr:not(.has-background),
.elementor-speaker-modal-box-content hr.styled-separator {
    color: #c7c7c7 !important;
}



/* ==================== widget Speaker ==================== */
.elementor-widget-Speaker .elementor-speaker-profession {
    word-break: break-word;
}



.cs_speaker_langingpage {
    display:inline-block;
    width: 245px;
    margin: 10px;
    border: 0px solid red;
    border-radius: 10px;
    overflow: hidden;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 0 2px 1px #9c9c9c;
    padding-bottom: 7px;
    cursor: pointer;
}
.cs_speaker_langingpage_name {
    padding-left: 10px;
    padding-right: 10px;
    font-family: sans-serif;
    font-size:16px;
    display:block;
    text-transform: uppercase;
    text-align: center;
}
.cs_speaker_langingpage_theme {
    padding-left: 10px;
    padding-right: 10px;
    font-family: sans-serif;
    font-size:14px;
    display:block;
    text-align: center;
}
.cs_speaker_langingpage_status {
    padding-left: 10px;
    padding-right: 10px;
    font-family: sans-serif;
    font-size:16px;
    display:block;
    text-align: center;
    color: #28b600;
}

.cs_speaker_gallery {
    position: relative;
    display:inline-block;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
}
.cs_speaker_gallery_name {
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-size:18px;
    font-family: sans-serif;
    padding: 5px;
    text-shadow: 0px 1px 2px #000;
}
.cs_speaker_gallery img {
    width: 200px;
    height: 200px;
}



/*
.fa-check {
    color: #00b700;
}
*/


#register_new_account_form {
    padding: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 410px;
    /*border: 1px solid #cccccc;*/
    border-radius: 10px;
    /*box-shadow: 0 0 7px -4px #505050;*/
    margin: auto;
}
#register_new_account_form .fa-check{
    display: none;
}
#alert-box {
    display:block;
    width: 100%;
}
#register_new_account_form  #alert-sitename,
#register_new_account_form #alert-username,
#register_new_account_form #alert-email,
#register_new_account_form #alert-password{
    color: red;
    display: block;
    width: 100% !important;
    text-align: right;
}
#register_new_account_form .domainexample {
    font-size: 14px;
}

#register_new_account_form .row  {
    margin-bottom: 10px;
}
#register_new_account_form .row label {
    display: inline-block;
    width: 125px;
    color: #2e4270;
}
#register_new_account_form .row-submit {
    /*border-top: 1px solid #dedede;*/
    margin: 0;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
#register_new_account_form .submit-new-account {
    background: #017ecf;
    color: #fff;
    padding: 10px;
    float: right;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 0px;
    box-shadow: 0 0 2px 1px #b9b9b9;
    border: 0px solid #017ecf;
}
#register_new_account_form .submit-new-account:hover {
    background: #0f8dde;
    box-shadow: 0 0 0px 0px #b9b9b9;
}
#register_new_account_form .icon-sitename,
#register_new_account_form .icon-username,
#register_new_account_form .icon-email,
#register_new_account_form .icon-password{
    margin-left: 4px;
    margin-top: 7px;
}




.clearfix {
    float: none;
    clear: both;
}



.vimeobox {
    overflow:hidden;
    padding-bottom:57.2%;
    position:relative;
    height:0;
}
.vimeobox iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


#timetable-box {

}
.timetable-speaker {
    border-bottom: 0px solid #cccccc;
    display: block;
    position: relative;
}
.timetable-speaker:after {
    border: 1px solid #d0d0d0;
    content: '';
    width: 40%;
    display: inline-block;
}
.timetable-time {
    font-size: 15px;
    margin-bottom: 0;
}
.timetable-title {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 0;
}
#timetable-box .timetable-speaker img {
    display: inline-block;
    width: 60px;
    border-radius: 100px;
    margin-left: 12px;
    /*position: absolute;
    bottom: 20px;*/
}




#clicksummits-form-login {
    border: 1px solid #d8d8d8;
    padding: 20px;
    margin: auto;
    width: 310px;
    border-radius: 9px;
    margin-top: 60px;
    /*margin-bottom: 200px;*/
    box-shadow: 0 0 4px #d8d8d8;
    background: #fff;
}
#clicksummits-form-login h2 {
    margin: 0;
    font-weight: 400;
}
#clicksummits-form-login label {
    display: inline-block;
    width: 80px;
}
#clicksummits-form-login p {
    margin-bottom: 8px;
    margin-top: 12px;
}
#clicksummits-form-login button {
    background: #008fca;
    color: rgb(255 255 255);
    cursor: pointer;
}



/* ==================== Footer Affiliate ==================== */
#clicksummits-footer-affiliate-section {
    text-align: center;
    margin: 5px 0;
    font-size: 12px;
    font-weight: bold;

    position: fixed;
    right: 0px;
    bottom: 0;
    background: #001130;
    padding: 0px;
    border-radius: 5px;
    margin: 0;
    color: #fff;
    z-index: 99;
}
#clicksummits-footer-affiliate-section a {
    /*color: #565656;*/
    color: #fff;
    text-decoration: none;
    padding: 4px 7px;
    display: inline-block;
    text-align: left;
    font-size: 8px;
    position: relative;
    font-weight: 300;
    line-height: 1.2;
    box-shadow: 0px 0px 5px #636363;
    border-radius: 6px;
}
#clicksummits-footer-affiliate-section a:hover{
    cursor: pointer;
}
#clicksummits-footer-affiliate-section a .clicksummits-label {
    /*color: #00226f;*/
    color: #fff;
    display: block;
    width: 112px;
    font-size: 14px;
    font-weight: 400;
}
#clicksummits-footer-affiliate-section .fa-chevron-right {
    fill: #fff;
    background: #007ECF;
    padding: 9px 0px;
    position: absolute;
    height: 35px;
    top: 0;
    right: 0;
    width: 23px;
    border-radius: 0 5px 6px 0;
}





/* ==================== switch ==================== */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    /*width: 60px;
    height: 34px;*/
    width: 55px;
    height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    /*height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;*/
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #0380e4;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0380e4;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}






/* ==================== Cookie Section Modal Box ==================== */
#cookie-section {
    display: none;
    position: fixed;
    background: #000000b5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}
#cookie-section .cookie-box {
    top: 10%;
    position: relative;
    padding: 20px;
    min-width: 320px;
    max-width: 500px;
    min-height: 370px;
    height: auto;
    background: #fff;
    margin: auto;
    border-radius: 10px;
    /*height: 80%;*/
    overflow-y:auto;
    font-size: 14px;
}
#cookie-section .cookie-box-settings {
    display: none;
    top: 10%;
    position: relative;
    padding: 20px;
    min-width: 320px;
    max-width: 600px;
    min-height: 370px;
    height: auto;
    background: #fff;
    margin: auto;
    border-radius: 10px;
    height: 80%;
    overflow-y:auto;
    font-size: 14px;
}
#cookie-section .col50 {
    display: inline-block;
    width: 49%;
    font-size: 16px;
    font-weight: 400;
}
#cookie-section h2 {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
}
#cookie-section .cookie-button-all-accept {
    width: 100%;
    display: inline-block;
    background: #00a72d;
    color: #fff;
    padding: 10px;
    radius: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
}
#cookie-section .cookie-button-save {
    width: 100%;
    display: inline-block;
    background: #ececec;
    color: #585858;
    padding: 10px;
    radius: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
}
#cookie-section .cookie-box-settings .cookie-button-all-accept,
#cookie-section .cookie-box-settings .cookie-button-save{
    width: auto;
    font-size: 15px;
}
#cookie-section .cookie-display-main {
    color: #9c9c9c;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}
#cookie-section .cookie-settings {
    text-align: center;
    color: #50bb50;
    font-size: 11px;
    margin-bottom: 0px;
    cursor: pointer;
}
#cookie-section .cookie-details {
    text-align: center;
    color: #bbbbbb;
    font-size: 11px;
    margin-top: 5px;
    cursor: pointer;
}
.cookie-category {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
}
#cookie-section .cookie-category h2 {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
}
#cookie-section .cookie-category p {
    font-size: 12px;
    color: #464646;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 8px;
}
#cookie-section .cookie-category .display-cookie-information {
    text-align: center;
}
.cookie-list-details {
    display: none;
    background: #fff;
    padding: 10px;
}
#cookie-section .cookie-list-details p {
    margin-bottom: 15px;
    padding: 7px 0;
    border-bottom: 1px solid #d8d8d8;
}
#cookie-section .cookie-detail-switch {
    margin-top: -10px;
}

#cookie-section .switch {
    float: right;
}


/* ==================== Cookie Section Footer Box ==================== */
#cookie-footer-section {
    display: none;
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    border-top: 1px solid #dcdcdc;
    box-shadow: 0 0 4px 2px #0000001c;
}
#cookie-footer-section .cookie-box,
#cookie-footer-section .cookie-box-settings {
    position: relative;
    padding: 5px 20px;
    height: auto;
    background: #fff;
    margin: auto;
    overflow-y:auto;
    font-size: 14px;
    max-width: 800px;
}
#cookie-footer-section .cookie-box .col50 {
    width: 49%;
    display: inline-table;
}
#cookie-footer-section h2 {
    font-size:16px;
    margin: 0;
}
#cookie-footer-section .cookie-box p {
    margin: 0;
}
#cookie-footer-section .cookie-button-all-accept {
    width: auto;
    display: inline-block;
    background: #00a72d;
    color: #fff;
    padding: 10px;
    radius: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
#cookie-footer-section .cookie-button-save {
    width: auto;
    display: inline-block;
    background: #ececec;
    color: #585858;
    padding: 10px;
    radius: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    cursor: pointer;
}
#cookie-footer-section .cookie-box-settings .cookie-button-all-accept,
#cookie-footer-section .cookie-box-settings .cookie-button-save{
    width: auto;
    font-size: 15px;
}
#cookie-footer-section .cookie-settings {
    text-align: center;
    color: #50bb50;
    font-size: 11px;
    margin-bottom: 0px;
    cursor: pointer;
}
#cookie-footer-section .cookie-box-settings {
    display: none;
}
#cookie-footer-section .cookie-display-main {
    float:right;
    cursor: pointer;
}
#cookie-footer-section .switch {
    float: right;
}





/* ==================== Elementor Widgets ==================== */
.clicksummits-elementor-newsletter .clicksummits-elementor-button {
    background-color: #61ce70;
    min-height: 40px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
}
.clicksummits-elementor-newsletter .submit-subtext {
    min-height: 50px;
}

.clicksummits-speaker-column {
    display:inline-block !important;
    margin: auto;
}
.clicksummits-speaker-box {
    display: inline-block;
    text-align:center;
    vertical-align: top;
    margin: 10px;
}

.clicksummits-speaker-box .elementor-speaker-image {
    display:block;
    margin: auto;
}
.clicksummits-speaker-box .elementor-speaker-description {
    padding: 10px;
}


@media (max-width: 767px) {
    .elementor-widget-Speaker {
        text-align: center;
    }
    .clicksummits-speaker-column {
        width: 100%;
        max-width: 500px;
        text-align: center;
    }

    .clicksummits-speaker-box {
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

/* ==================== Elementor Widgets Speaker Navigation ==================== */
.elementor-widget-SpeakerNavigation .speaker-nav-row {
    min-height:65px;
    /*padding-bottom: 25px;
    margin-bottom: 5px;*/
    /*border-bottom: 1px solid #d8d8d8;*/
}
.elementor-widget-SpeakerNavigation .speaker-nav-row .speaker-image {
    float:left; border-radius: 100px; width: 60px;
}


.elementor-widget-SpeakerNavigation .speaker-nav-row .content-seen-icon {
    position: absolute;
    right: 0px;
    margin-top: 7%;
}
.elementor-widget-SpeakerDetails {
   margin-bottom: 0px !important;
}


#accordion .ui-accordion-content {
    padding: 0 !important;
    margin: 0 !important;
}
#accordion .ui-accordion-header {
    padding: 5px;
}
#accordion .ui-accordion-content .nav-course-ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
#accordion .ui-accordion-content ul a {
    display: block !important;
}
#accordion .ui-accordion-header-active {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}




/* icon liste farbe erlauben */
path {
    fill: inherit;
}