/* CSS Document */

/*Eventplaner-Seite Dialog*/
#bt-ep-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    overflow: hidden;
    z-index: 998;
    position: fixed;
    top: 0;
    left:0;
}


.eventplaner-form {
    margin: 10px 0;
}

.ep-sep {
    clear: both;
    float: none;
    display: block;
}

#eventplaner-dialog {
    display: none;
    width: 30%;
    min-width: 350px;
    position: fixed;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.3);
    z-index: 99999;
    color: #000;
    background-color: #fff;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    padding:20px;
    font-size: 14px;
}



#eventplaner-dialog-header {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.2em;
}

#eventplaner-dialog-header::after {
    clear:both;
    float:none;
    display: block;
    width:100%;
    content:"";
}

#eventplaner-dialog-close {
    position: absolute;
    top: 0;
    right: 0;  
}


#eventplaner-close-dialog {
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 0px solid #444;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.3);
    margin: 5px 5px 0 0;
    position: relative;
    float: right;
    cursor: pointer;
}

#eventplaner-close-dialog i {
    color: #000;
    font-size: 16px;
    position: absolute;
    left: 50%;
    padding: 0;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}

input#eventlist-dialog-new-name, input#element-dialog-new-name, input#eventlist-dialog-edit-name {
    width: 100%;
}

.eventplaner-dialog-button {
    background: #119051;
    border-radius: 5px;
    border: 0px solid #444;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.3);
    margin-right: 5px;
    position: relative;
    color: #fff;
    padding: 10px;
}


.eventplaner-dialog-button:hover {
    background: #815aa2;
}

#eventplaner-dialog-footer {
    margin-top: 20px;
}


/*Formulare*/
label.el-lbl {
    font-size: 14px;
}

select.el-select {
    color: #000;
    width: 200px;
}

#col-left-eventplaner {
    width: 100%;
    margin-bottom:20px;
}

#col-right-eventplaner {
    width: 100%;
    padding-bottom: 20px;
}

#col-top-eventplaner {
    width: 100%;
    max-width: 100%;
}

div#col-top-eventplaner h2 {
    font-family: 'Born Ready' !important;
    font-size: 3em;
    font-weight: 400;
    color: #835ba2;
    position: relative;
}
/* New add "Anlass"*/

form#frm_eventlist i {
    line-height: 1;
}

i.ep-list-add.add-eventlist-eventplaner.fa.fa-plus {
    right: 5px;
    height: 35px;
    width: 35px;
    border-radius: 100px;
    border: 1px solid #835ba2;
    position: absolute;
    top: calc(29px - 17px);
}

i.ep-list-add.add-eventlist-eventplaner.fa.fa-plus:before, i.ep-list-add.add-eventlist-eventplaner.fa.fa-plus:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    border-radius: 4px;
    background-color: #835ba2;
}


i.ep-list-add.add-eventlist-eventplaner.fa.fa-plus:before {
    top: calc(29px - 14px);
    left: 50%;
    transform: translateX(-50%);
}

i.ep-list-add.add-eventlist-eventplaner.fa.fa-plus::after {
    top: calc(29px - 14px);
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
}

/**/

/*Eventliste - Aktionen*/
/*Blumigo Resets*/
.post-174385.hentry { /* Post ID, Page ID, Post-ID, Page-ID */
    border-bottom: none !important;
}

#col-left-eventplaner .button-action,
#col-right-eventplaner .button-action {
    width: 25px;
    height: 25px;
    font-size: 10px;
    background: #fff;
    border-radius: 100px;
    border: 0px solid #444;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.3);
    margin-right: 5px;
    position: relative;
    padding: 2px 0 0 1px;
    float: right;
}

/*AB HIER KANN NOCH GEKÜRZT WERDEN D.H. KLASSEN ZUSAMMENFASSEN*/
#col-left-eventplaner .button-action-edit,
#col-right-eventplaner .button-action-edit {
/*    background-color: #EEE !important;redesign*/
/*
    background-image: url('../images/edit.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
*/
/*redesign
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 1px solid #333;
    margin-right: 5px;
    justify-content: center;
    float: right;
    color: #333 !important;
    padding: 0;
*/
    background-color: #fff!important;
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 1px solid #835ba2;
    margin-right: 5px;
    justify-content: center;
    float: right;
    color: #835ba2 !important;
    padding: 0;
    
    
}

#col-left-eventplaner .button-action-add,
#col-right-eventplaner .button-action-add {
/*    background-color: #EEE !important;redesign*/
    background-color: #fff !important;
/*
    background-image: url('../images/edit.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
*/
/*
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 1px solid #333;

    margin-right: 5px;
    justify-content: center;
    float: right;
    color: #333 !important;
    padding: 0;
*/
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 1px solid #835ba2;
    margin-right: 5px;
    justify-content: center;
    float: right;
    color: #835ba2 !important;
    padding: 0;
}


/*
#col-left-eventplaner p {
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 15px;
}
*/
/*redesign*/

#col-left-eventplaner h3 {
    font-size: 14px;
/*redesign
    line-height: 18px;
    font-weight: 700;
*/
        line-height: 1em;
    font-weight: 300;
    margin: 15px 0;
}

#col-left-eventplaner .div-action-add {
    background: #5da370;
/*
    background-image: url('../images/add.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
*/
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 1px solid #333;
/*  border-width: 0px 0px 0px 0px;
    box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.3);*/
    display: inline-block;
    margin: 0 5px 0 5px;
}

#col-left-eventplaner .button-action-trash,
#col-right-eventplaner .button-action-trash {
/*    background-color: #EEE !important;redesign*/
    background-color: #fff !important;
/*
    background-image: url('../images/edit.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
*/
/*redesign
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 1px solid #333;
    margin-right: 5px;
    justify-content: center;
    float: right;
    color: #333 !important;
    padding: 0;
*/
    
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 1px solid #835ba2;
    margin-right: 5px;
    justify-content: center;
    float: right;
    color: #835ba2 !important;
    padding: 0;
}

#col-left-eventplaner .tblc-action-button-box .button-action-trash {
    float: none;
    margin-right: 0;
    display: block;
    margin: 0 auto;
}


#col-left-eventplaner button.button-action-save.update-product,
#col-right-eventplaner button.button-action-save.update-product, .tblc-action-button-box button.button-action-save.update-product{
    background-color: #EEE !important;
/*
    background-image: url('../images/edit.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
*/
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 1px solid #333;
  /* border-width: 0px 0px 0px 0px;
    box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.3);*/
    margin-right: 5px;
    justify-content: center;
    float: right;
    color: #333 !important;
    padding: 0;
}


#change-view-el .button-action-view-list {
/*    background: #fff;*/
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 0px solid #444;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.3);
    margin-right: 5px;
    position: relative;
/*    float: right;*/
    color: #000 !important;
}

#change-view-el .button-action-view-tile {
/*    background: #fff;*/
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 0px solid #444;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.3);
    margin-right:10px;
    position: relative;
/*    float: right;*/
    color: #000 !important;
}

#col-right-eventplaner .button-link {
    display: block;
    width: 100%;
/*    height: 50px;*/
    border: none;
    background-color: transparent;
    text-align: left;
    color: #000 !important;
    padding: 0;
    margin: 0;
    text-transform: none !important;
    line-height: 20px;
    
}

#col-left-eventplaner .button-action > img,
#col-right-eventplaner .button-action > img {
    max-width: 15px !important;
    width: 15px;
    height: 15px;
}

/*Eventliste - Tabelle*/
#status-el {
    border: solid 1px #ccc;
    border-radius: 3px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

#status-el p {
    font-size: 16px;
}


.wp-list-sortable-icon {
    float: left;
    width: 5%;
    min-height: 23px;
    position: relative;
    text-align: center;
}

.wp-list-sortable-icon i {
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    color:#666;
    cursor: move;
}

.wp-list-sortable-icon i.fa-cog {
    margin-left: -12px;
    margin-top: -13px; 
}

div#status-el p:before {
    content: "\f129";
    position: absolute;
    left: 14px;
    border-radius: 100px;
    border: 0px solid #444;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.3);
    background: #109051;
    color: #fff;
    font-family: 'FontAwesome';
    padding: 0 11px;
}

#change-view-el {
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    text-align: right;
    margin-top: 60px;
}

#frm_eventlist textarea.product-comment {
    font-size: 14px !important;
}
    
.divTable {
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
   margin: 50px auto 0 auto;
    /* margin: 0 auto;*/
}

.divTableRowContent {
    background-color: #fff;
    width: 100%;
    display: flex;
}

div.sortable-rows.ui-sortable, .bt-element-cont div.notsortable-rows {
    display: flex;
    flex-wrap: wrap;
    min-height: unset !important;
}

#col-left-eventplaner.eventlist-view-tile .divTableRowContent {
    display: block;
    position: relative;
}

#col-left-eventplaner.eventlist-view-tile .wp-list-sortable-icon{
    height: 0;
    width:0;
}

#col-left-eventplaner.eventlist-view-tile .wp-list-sortable-icon i{
    transform: none;
    top:2px;
    left:2px;
}

#col-left-eventplaner.eventlist-view-tile .wp-list-sortable-icon i:hover {
    color:#119051;
}

#col-left-eventplaner .quantity-label {
    width: 100%;
}
/*
.divTableRowContent:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}
*/

.divTableRowContent.ui-sortable-handle {
    display: flex;
}


.divTableRowHeaderEventlist {
   /*  background-color: #fff;*/
   background-color: #EEE;
/*    margin: 10px 0;redesign*/
/*    background-color: #119051;*/
    width: 100%;
/*    padding: 5px 5px 5px 10px;Redesign*/
    padding: 5px;
/*    margin-bottom: 5px;*/
/*    border-radius: 3px;redesign*/
        border-bottom: 1px solid #eee;
}
 
.divTableHeadEventlistText i.fa.fa-angle-down.toggle-listhead, .divTableHeadEventlistText i.fa.fa-angle-up.toggle-listhead {
/*    margin-right: 15px;redesign*/
}

.entry-content .divTableRowHeaderEventlist h2 {
    font-size: .8em;
    margin: 0;
    line-height: 1.5em;
    display: inline-block;
}

.entry-content .divTableRowHeaderEventlist h2 span {
    display: block;
    font-size: .6em;
}

@media only screen and (max-width: 400px) {

.entry-content .divTableRowHeaderEventlist h2 span {
    font-size: .5em;
}
}
.divTableRowHeaderElement {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 5px;
    display: inline-block;
   /* redesign
    margin-top: 60px;
    background-color: #eee;*/
    border-bottom: 1px solid #eee;
}

/*redesign*/
.sortable-rows.ui-sortable {
    padding: 6px;
}

.sortable-rows.ui-sortable h3 {
    font-size: 1.2em;
}

/*    redesign
.bt-element-cont + .bt-element-cont .divTableRowHeaderElement {
    margin-top: 60px;
}*/

.ep-eventlist-section-add-container + .divTableRowHeaderElement {
    margin-top:0px;
}

#col-left-eventplaner .divTableRowHeaderElement button.button-action-edit  {
    background-color: #119051;
}

.ep-eventlist-section-add-container {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}




button.ep-eventlist-section-add.add-element-eventplaner, button.ep-list-add.add-eventlist-eventplaner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ep-eventlist-section-add i.fa.fa-plus, button.ep-list-add.add-eventlist-eventplaner i.fa.fa-plus {
/*
    border: 2px solid #fff;
    border-radius: 50%;
*/
    padding: 4px 6px;
    margin-right: 7px;
}

/*
.ep-eventlist-section-add-container button.ep-eventlist-section-add, button.ep-list-add.add-eventlist-eventplaner {
    padding: 6px 10px 6px 5px;
    width: 284px;
}
*/


.divTableRowHeaderEventlist + .divTableRowHeaderElement {
    margin-top:0;
}

.divTableRowHeader {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.divTableCell {
    padding: 5px;
    float: left;
    border-right: 1px solid #ccc;
}

.divTableRowHeader .divTableCell {
    border-right: none;
}

/*
.divTableCell:last-of-type {
    border: none;
}
*/

.divTableCell.tblc-image {
    text-align: center;
    width: 10%;
}

.divTableCell.tblc-quantity {
    width: 15%;
}

.divTableCell.tblc-description {
    width: 30%;
}

.divTableCell.tblc-comment {
    width: 30%;
}

.divTableCell.tblc-action {
    width: 15%;
    text-align: right;
}

.divTableCell.tblc-image-content {
    vertical-align: middle;
    text-align: center;
    width: 10%;
    height: 80px;
}

.tblc-image-content, .tblc-quantity-content, .tblc-description-content, .tblc-comment-content {
    min-width: 100px;
}

.eventlist-view-tile .divTableRowContent .tblc-action-content {
    border: 2px solid #fff;
    border-top: none;
}

.divTableCell.tblc-quantity-content {
    width: 15%;
    height: 80px;
}

.divTableCell.tblc-description-content {
    width: 30%;
    height: 80px;
}

.divTableCell.tblc-comment-content {
    width: 30%;
    height: 80px;
}

.divTableCell.tblc-action-content {
    width: 15%;
    height: 80px;
    text-align: right;
}

#col-top-eventplaner > button{
    position: relative;
    padding-left: 40px;
}

#col-top-eventplaner > button i.fa{
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 4px 6px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

div#col-left-eventplaner button i.fa-trash-o,
div#col-left-eventplaner button i.fa-floppy-o,
div#col-left-eventplaner button i.fa-pencil,
#change-view-el button i.fa-list-ul,
#change-view-el button i.fa-th-large {
/*
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    font-size: 16px;
    padding-right: 0;
*/
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.divTableHeadEventlist {
    width: 100%;
/*    color: #333;redesign*/
    color:#333;
    font-size: 26px;
}

.divTableHeadEventlist::after {
    content:"";
    clear:both;
    float:none;
    display: block;
}

.divTableHeadEventlistText {
    float: left;
    display: flex;
    align-items: center;
}

.divTableHeadEventlistButtons {
    float: right;
    margin-right: 0px; 
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.divTableHeadEventlistButtons #col-left-eventplaner .button-action-edit {
    margin-right:5px;
}

.divTableHeadEventlist::after {
    clear:both;
    content: "";
    float: none;
    display: block;
}

/*New Add-Buttons*/
.divTableHeadEventlistButtons button.ep-eventlist-section-add.add-element-eventplaner {
/*redesign...
    background-color: #EEE !important;
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 1px solid #333;
    margin-right: 5px;
    float: left;
    color: #333 !important;
    justify-content: center;
    padding: 0;
*/
    background-color: #fff !important;
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 1px solid #835ba2;
    margin-right: 5px;
    float: left;
    color: #835ba2 !important;
    justify-content: center;
    padding: 0;
}



.divTableHeadEventlistButtons>.add-element-eventplaner {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
}

.divTableHeadEventlistButtons>button.add-element-eventplaner i.fa.fa-plus {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.divTableHeadEventlistButtons>button.add-element-eventplaner button span {
    float: left;
}

/**/    


.divTableHeadElement {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    height: auto;
    font-weight: 600;
    margin-top: 5px;
    margin-left: 3px;
}

.divTableHeadElementText {
    float: left;
    line-height: 1.5em;
    color: #333;
    font-weight: 600;
    font-size: 0.7em;
}

.divTableHeadElementButtons {
    float: right;
    text-align: right;
    margin-right: 0px;
}

.divTableBody {
    width: 100%;
    height: auto;
}


.divTableCell.tblc-comment-content textarea {
    width: 100%;
    height: auto;
}

.divTableCell.tblc-quantity-content input {
    width: 100%;
    padding: 5px;
}

/*LISTE TEILEN*/

.divTableHeadEventlistButtons p.ep-share-list {
    background-color: #fff !important;
    width: 28px;
    height: 28px;
    font-size: 10px;
    border-radius: 100px;
    border: 1px solid #835ba2;
    color: #835ba2 !important;
    justify-content: center;
    padding: 0;
    align-items: center;
    display: flex;
    cursor: pointer;
    font-size: 16px;
    margin-right: 5px;
}

    

.add-to-my-plan-container p.bt-not-logged-in {
    font-weight: bold;
    color: #835ba2;
    border: solid 2px;
    padding: 15px;
}

.bt-anlass-coll2 {
/* margin-bottom: 50px;
   redesign*/
    padding:6px;
    background-color: #eee;
}

/*    redesign*/
.bt-element-cont {
    margin: 0 10px;
    margin-bottom: 10px;
    background-color: #fff;
}

/*----------Anfrage-Button------------*/

.ep-list-button-email {
    /*margin-top: 40px;
    display: inline-block;*/
    padding: 0 11px 40px 11px;
    background-color: #eee;
    margin-bottom: 40px;
}

.ep-list-button-email .request-eventlist{
    position: relative;
    background-color: #835ba2;
    border: 1px solid #835ba2;
/*
    background-color: #119051;
    border: 1px solid #119051;
*/
    border-radius: 3px;
    vertical-align: top;
    border: none;
/*    font-family: 'Merriweather', serif;*/
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    padding: 0.8em 1.5em;
    color: #FFF;
    margin: 0 auto;
    text-transform: uppercase;
    -webkit-appearance: none;
    text-decoration: none;
    padding: 6px 10px 6px 5px;
    text-align: center;
    max-width: 320px;
    
}

.ep-list-button-email .ep-list-button-email .request-eventlist:hover, .ep-mail-send-btn:hover, .ep-list-button-email .request-eventlist:hover {
    background-color: #a191ad;
}

.ep-list-button-email input {
    display: block !important;
    padding: 5px !important;
    line-height: 1.8em !important;
    margin: 10px 5px !important;
    width: calc(100% - 10px) !important;
    font-family: 'Nexa Light' !important;
}

.ep-list-button-email textarea {
    display: block !important;
    padding: 5px !important;
    line-height: 1.8em !important;
    margin: 10px 5px !important;
    width: calc(100% - 10px) !important;
}


.ep-mail-send-btn {
    position: relative;
    background-color: #835ba2;
/*    background-color: #119051;*/
    border: 1px solid #119051;
    border-radius: 3px;
    vertical-align: top;
    border: none;
/*    font-family: 'Merriweather', serif;*/
    font-size: 1.8em;
    font-weight: 600;
    cursor: pointer;
    padding: 0.8em 1.5em;
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
    -webkit-appearance: none;
    text-decoration: none;
    padding: 6px 10px 6px 5px;
    text-align: center;
}

.ep-list-button-email .ep-error {
    font-size: 16px;
    font-weight: 600;
    color: #b30000;
}

.ep-list-button-email .ep-success {
    font-size: 16px;
    font-weight: 600;
    color: #119051;
}

/*----------Details anzeigen------------*/
.btep-details-container {
    display: block;
    width: 100%;
    border: none;
  /*  border: 2px solid #fff;
    border-top:none;*/
}


p.btwp-show-details {
    background-color: #835ba2;
    border-radius: 3px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #FFF !important;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none !important;
    height: 30px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.btwp-show-details:hover {
    background-color: #a191ad;
}


@media only screen and (max-width: 899px) {
    
p.btwp-show-details {
    width: 100%;
}
    
}

/*----------Anfrage-Button------------*/


.divTableRowHeader::after,
.divTableRowContent::after,
.divTableBody::after,
.divTable::after,
.divTableHeadEventlist::after {
    content: '';
    clear: both;
    float: none;
    display: block;
}


/*Tabelle Choose - Rechte Seite*/
.divTableChoose {
    display: block;
/*    border: 1px solid #ccc;*/
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.divTableChooseRowHeader {
    background-color: #119051;
    width: 100%;
    padding: 5px;
}

.divTableChooseRowHeaderText {
    width: 80%;
    float: left;
    color: #fff;
}

.divTableChooseRowHeaderTextFull {
    width: 80%;
    float: left;
    color: #fff;
}

.divTableChooseRowHeaderButtons {
    width: 20%;
    float: left;
    text-align: right;
}

.divTableChooseRowContent {
    background-color: #fff;
    width: 100%;
    padding: 5px;
}

.divTableChooseRowContentText {
    width: 80%;
    float: left;
}

.divTableChooseRowContentTextFull {
    width: 80%;
    float: left;
}

.divTableChooseRowContentButtons {
    width: 20%;
    float: left;
    text-align: right;
}


.divTableChooseRowHeaderText::after,
.divTableChooseRowHeaderButtons::after,
.divTableChooseRowContentText::after,
.divTableChooseRowContentButtons::after,
.divTableChoose::after,
.divTableChooseRowContent::after,
.divTableChooseRowHeader::after {
    content: '';
    clear: both;
    float: none;
    display: block;
}

.divTableRowHeader::after {
    content:"";
    clear: both;
    display: block;
    width: 100%;
}

.eventlist-view-tile .divTableRowHeader {
    display: none;
}
 
.eventlist-view-tile .divTableRowContent {
    width: 23%;
    float: left;
    margin-right: 1% !important;
    margin-left: 1% !important;
/*    border: 2px solid #FFF;*/
}

.eventlist-view-tile .divTableRowHeaderElement {
    margin-bottom: 0;
}


.eventlist-view-tile .divTableRowContent .tblc-image-content {
    border: 2px solid #fff;
    border-bottom: none;
}
.eventlist-view-tile .divTableRowContent .tblc-quantity-content,
.eventlist-view-tile .divTableRowContent .tblc-description-content,
.eventlist-view-tile .divTableRowContent .tblc-comment-content {
    border: 2px solid #fff;
    border-bottom: none;
    border-top: none;
}

.eventlist-view-tile .divTableRowContent .tblc-action-content {
    border: 2px solid #fff;
    border-top: none;
    border-bottom: none;
}

/*
.eventlist-view-tile .divTableRowContent:hover .tblc-image-content {
    border: 2px solid #eee;
    border-bottom: none;
}
*/
/*.eventlist-view-tile .divTableRowContent:hover .tblc-quantity-content,
.eventlist-view-tile .divTableRowContent:hover .tblc-description-content,
.eventlist-view-tile .divTableRowContent:hover .tblc-comment-content {
    border: 2px solid #eee;
    border-bottom: none;
    border-top: none;
} */

/*.eventlist-view-tile .divTableRowContent:hover .tblc-action-content {
    border: 2px solid #eee;
    border-top: none;
    border-bottom:none;
} */

/*
.eventlist-view-tile .divTableRowContent:hover .btep-details-container {
    border: 2px solid #eee;
    border-top: none;
}
*/



.eventlist-view-tile .divTableCell.tblc-image-content,
.eventlist-view-tile .divTableCell.tblc-quantity-content,
.eventlist-view-tile .divTableCell.tblc-description-content,
.eventlist-view-tile .divTableCell.tblc-comment-content,
.eventlist-view-tile .divTableCell.tblc-action-content {
    width: 100%;
    height: auto;
}

.eventlist-view-tile .divTableCell.tblc-image-content img {
    width: 100%;
}

.eventlist-view-tile .divTableCell.tblc-quantity-content input.product-quantity {
    width: 30%;
    float: right;
}
 
.eventlist-view-tile .divTableCell.tblc-quantity-content .quantity-label:before {
    content: "Menge";
    font-size: 1em;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.eventlist-view-tile .divTableCell.tblc-description-content {
    text-align: center;
    min-height: 60px;
}

.eventlist-view-tile .divTableCell.tblc-description-content a {
    text-decoration: none;
    color: #333;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    margin: 0;
    line-height: 1.5em;
}

.eventlist-view-tile .tblc-action-button-box {
    margin: 0 auto;
    width: 70px;
}



/* Menu auf Produktseite */
#eventplanermenu,
#eventplanermenu ul,
#eventplanermenu ul li,
#eventplanermenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#eventplanermenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#eventplanermenu > ul > li > a {
    padding: 1.2em 1em;
    color: #FFF !important;
    text-transform: uppercase;
    -webkit-appearance: none;
    text-decoration: none !important;
    text-shadow: none !important;
    border-radius: 3px;
/*    text-align: center;*/
    font-weight: 600;
    height: 40px;
}

/*
#eventplanermenu > ul > li > a:hover > span::after,
#eventplanermenu > ul > li.active > a > span::after,
#eventplanermenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
*/


/*
#eventplanermenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
*/
/*
#eventplanermenu ul ul li:hover > a,
#eventplanermenu ul ul li.open > a,
#eventplanermenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
*/
#eventplanermenu ul ul li:first-child > a {
  box-shadow: none;
}
#eventplanermenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}


#eventplanermenu > ul > li > ul > li:last-child > a,
#eventplanermenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#eventplanermenu > ul > li > ul > li.open:last-child > a,
#eventplanermenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#eventplanermenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
/*
#eventplanermenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#eventplanermenu ul ul li.active > a::after,
#eventplanermenu ul ul li.open > a::after,
#eventplanermenu ul ul li > a:hover::after {
  border-color: #ffffff;
}
*/




#eventplaner-dropdown .button-eventplaner-dropdown {
    text-transform: none; 
    padding: 0 5px 0 5px;
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    border: none;
    background-color: transparent;
    height: inherit;
    border-radius: 0;
    color: #000 !important;
    width: 100%;
    text-align: left;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
     transition: none;
}

#eventplaner-dropdown .button-eventplaner-dropdown:hover {
    color: #6a4d8a !important;
    text-decoration: underline;
}

#eventplaner-dropdown .button-eventplaner-action {
    border-bottom: 1px solid #ccc;
    text-align: right;
}

#eventplaner-dropdown {
    padding: 0;
    margin: 0;
    border: 0;
}

#eventplaner-dropdown ul,
#eventplaner-dropdown li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#eventplaner-dropdown ul {
    position: relative;
    z-index: 597;
}

#eventplaner-dropdown ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
}

#eventplaner-dropdown ul li.hover,
#eventplaner-dropdown ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#eventplaner-dropdown ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

#eventplaner-dropdown ul ul li {
    float: none;
}

#eventplaner-dropdown ul ul ul {
    top: 0;
    left: 100%;
}

#eventplaner-dropdown ul li:hover > ul {
    visibility: visible;
}

#eventplaner-dropdown ul ul {
    margin-top: 0;
}

#eventplaner-dropdown a {
    display: block;
    line-height: 1em;
    text-decoration: none;
}

#eventplaner-dropdown ul li.last ul {
    left: auto;
    right: 0;
}

#eventplaner-dropdown ul li.last ul ul {
    left: auto;
    right: 99.5%;
}

#eventplaner-dropdown:after,
#eventplaner-dropdown ul:after {
    content: '';
    display: block;
    clear: both;
}

/* Custom CSS Styles */
form#eventplaner-form {
    float: left;
}

#eventplaner-dropdown {
    width: auto;
}

#eventplaner-dropdown > ul > li.has-sub:hover > a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#eventplaner-dropdown > ul > li:hover > a {
    background-color: #119051;
}

#eventplaner-dropdown > ul > li.active:hover > a {
    background-color: #815aa2;
}

#eventplaner-dropdown ul a {
    background-color: #119051;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #3c444d;
    font-size: 12px;
    line-height: 27px;
    padding: 0 20px;
    position: relative;
/*    text-align: center;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

#eventplaner-dropdown ul ul {
    width: 100%;
/*    width: 170px;*/
}

#eventplaner-dropdown ul ul a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 150%;
}

#eventplaner-dropdown ul .active > a {
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    background-color: #119051;
}

#eventplaner-dropdown ul .has-sub {
    position: relative;
}

#eventplaner-dropdown ul .has-sub ul {
    -moz-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
/*    background-color: #c3c3c3;*/
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9e9e9), color-stop(1, #fff));
    background-image: -webkit-linear-gradient(top, #e9e9e9, #fff);
    background-image: -moz-linear-gradient(top, #e9e9e9, #fff);
    background-image: -o-linear-gradient(top, #e9e9e9, #fff);
    background-image: linear-gradient(#e9e9e9, #fff);
    padding: 3px 0;
}

#eventplaner-dropdown .first {
    border-bottom: 1px solid #000;
    background-color: #119051;
    color: #000;
}

#eventplaner-dropdown ul .has-sub ul a {
    background: none;
    padding: 8px 8px 8px 16px;
    border-bottom: 1px solid transparent;
    text-align: left;
}

#eventplaner-dropdown ul .has-sub ul .has-sub a:after {
    content: none;
}

#eventplaner-dropdown ul .has-sub li:hover > a {
    border-bottom: 1px solid #1D2024;
    color: #FFF;
    background-color: #119051;
    -moz-box-shadow: inset 1px 2px 0 #5c6778, inset 0 1px 0 #4e5866;
    -webkit-box-shadow: inset 1px 2px 0 #5c6778, inset 0 1px 0 #4e5866;
    box-shadow: inset 1px 2px 0 #5c6778, inset 0 1px 0 #4e5866;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

#eventplaner-dropdown ul .has-sub li:hover > a:after {
    border-left: 0 none;
    background-color: #119051;
    -moz-box-shadow: inset -1px 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 #ce5448;
    -webkit-box-shadow: inset -1px 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 #ce5448;
    box-shadow: inset -1px 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 #ce5448;
    content: '';
    height: 100%;
    width: 6px;
    position: absolute;
    right: 0;
    top: 0;
}

#eventplaner-dropdown ul .has-sub > a {
    padding-right: 0;
}

/*
#eventplaner-dropdown ul .has-sub > a:after {
    content: '▼';
    border-left: 1px solid rgba(100, 100, 100, 0.2);
    color: #5D6A7A;
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
    display: inline-block;
    font-size: 9px;
    margin-left: 5px;
    text-align: center;
    height: 25px;
    width: 24px;
    text-shadow: 0 -1px 0 #101417;
}

#eventplaner-dropdown ul .active > a:after {
    color: #FFF;
}

#eventplaner-dropdown ul ul a {
    font-size: 12px;
}
*/

/*Eventplaner - Produktdetailseite - Anpassungen*/

form#eventplaner-form {
    background-color: #119051;
    width: 279px;
    float: right;
    border-radius: 3px;
}

#eventplanermenu > ul > li > a:hover {
    background-color: #815aa2;
}


#eventplanermenu ul ul li a {
   /* cursor: pointer;
    border: none;
    padding: 0;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    background: #109051;*/
    border-top: solid 1px #ccc;
}


form#eventplaner-form button, form#eventplaner-form input {
    width: 100%;
}

button.button-eventplaner-dropdown.button-eventplaner-action.button-eventplaner-goto {
    background-color: #825ba2;
    border-radius: 3px;
    vertical-align: top;
    border: none;
    font-family: 'Merriweather', serif;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    padding: 0.8em 1.5em;
    color: #FFF !important;
    margin: 0;
    text-transform: uppercase;
    -webkit-appearance: none;
    text-decoration: none !important;
}

button.button-eventplaner-dropdown.button-eventplaner-action.button-eventplaner-goto:hover {
    background-color: #7b9f35 !important;
}


/*
button.button-eventplaner-dropdown i.fa {
    left: 55px;
    font-size: 0.9em;
}
*/

#eventplanermenu ul li.active-has-sub-open ul li.has-sub > a::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#eventplanermenu li.has-sub .i-container {
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    top: 0;
    border-left: solid 1px #fff;
    padding: 12px;
/*    margin: 2px 0;*/
    color: #fff;
}

li.has-sub .i-container i.fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

button.new-eventlist.button-eventplaner-dropdown.button-eventplaner-action:hover button.i-container.new-eventlist.button-eventplaner-dropdown.button-eventplaner-action {
    background-color: #825ba2;
}

button.i-container.new-eventlist.button-eventplaner-dropdown.button-eventplaner-action:hover button.new-eventlist.button-eventplaner-dropdown.button-eventplaner-action {
    background-color: #825ba2;
}

button.i-container.new-eventlist.button-eventplaner-dropdown.button-eventplaner-action {
    border-top: solid 1px;
}

/*Änderungen 09.10.18*/

/*List*/


.divTable {
    border: none;
}
/**/

.divTableCell.tblc-image, .divTableCell.tblc-image-content {
    width: 15%;
}

.divTableCell.tblc-quantity, .divTableCell.tblc-quantity-content {
    width: 10%;
    text-align: center;
}

.divTableCell.tblc-description, .divTableCell.tblc-description-content {
    width: 25%;
    text-align: center;
}

.divTableCell.tblc-quantity-content, .divTableCell.tblc-description-content, .divTableCell.tblc-comment-content, .divTableCell.tblc-action-content {
    display: flex;
    align-items: center;
}

.divTableCell.tblc-comment, .divTableCell.tblc-action {
    text-align: center;
}

.tblc-action-button-box {
    width: 100%;
}
.divTableCell.tblc-description-content a {
    text-decoration: none;
    color: #333;
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    margin: 0;
    line-height: 1.5em;
}
 
/*Tiles*/

.eventlist-view-tile .divTableCell.tblc-quantity-content, .eventlist-view-tile .divTableCell.tblc-description-content, .eventlist-view-tile .divTableCell.tblc-comment-content, .eventlist-view-tile .divTableCell.tblc-action-content {
    display: inherit;
}

.eventlist-view-tile .divTable {
    border: none; 
/*    redesign*/
        background-color: #eee;
    
} 
/*
.eventlist-view-tile .divTableCell {
    border-right: none;
}
*/

.eventlist-view-tile .divTableCell.tblc-image-content {
    padding: 0;
}

.eventlist-view-tile .divTableCell.tblc-quantity-content {
    position: relative;
}
/*
button i.fa {
    font-size: 16px;
    position: absolute;
    left: 50%;
    padding: 0;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}
*/

button:hover {
    background: #815aa2 !important;
}


/*Änderungen 10.10.18*/



div#request-eventlist-box {
    margin-top: 50px;
    border-top: solid 1px #ccc;
}

#col-right-eventplaner .button-link.request-eventlist {
    background-color: #119051;
    border: 1px solid #119051;
    border-radius: 3px;
    padding: 0.8em 1.5em;
    color: #FFF !important;
    text-transform: uppercase !important;
    -webkit-appearance: none;
    text-decoration: none !important;
    width: 75%;
}

.divTableChooseRowContent {
    border-top: solid 1px #ccc;
}

.divTableChooseRowContent:first-of-type {
    border-top: none;
}

div#change-view-el-menu i {
    color: #fff;
}

/*
.eventlist-view-tile .divTableRowHeaderElement {
    margin-bottom: 25px;
}
*/

.divTableChooseRowHeader, .divTableChooseRowContent {
    display: flex;
    align-items: center;
}


.eventlist-view-tile .comment-label:before {
    content: "Eigene Notiz";
    margin-bottom: 5px;
    display: block;
}


div#change-view-el-menu p {
    display: initial;
    margin-right: 15px;
}

.divTableChooseRowContentText:hover button {
    background: #fff !important;
}

@media only screen and (max-width: 920px){
    
#col-right-eventplaner .button-link.request-eventlist {
    width: 100%;   
    padding: 0.8em 1em;
}
}

@media only screen and (max-width: 700px){
    
/*General*/
div#status-el {
    width: 100%;
    margin-bottom: 15px;
}
    
/*
p.btwp-show-details {
    bottom: 55px;    
}
*/
 
/*--------provisorisch, da Touch in Mobile noch nicht geht------*/  
.wp-list-sortable-icon {
    display: none;
}
/*--------provisorisch, da Touch in Mobile noch nicht geht------*/  
    
    

    
div#status-el p:before {
    left: 5px;    
}

#col-left-eventplaner, #col-right-eventplaner {
    width: 100%;
}
    
.eventlist-view-tile #col-left-eventplaner {
    width: 60%;
}
    
.eventlist-view-tile #col-right-eventplaner {
    width: 30%;
}
    
#col-left-eventplaner {
    margin-bottom: 25px;
}
    
.divTableHeadEventlistText, .divTableHeadElementText {
    text-align: left;
}

.divTableHeadEventlistButtons, .divTableHeadElementButtons {
    width: auto;
/*    float: right;*/
}
    
#col-right-eventplaner .button-link.request-eventlist {
    width: 100%;
}
    
.divTableCell.tblc-description-content a {
    font-size: 1em !important;    
}
/*List*/

.divTableRowHeader {
    display: none;
}

.divTableCell {
    border-right: none;
    padding-top: 15px;
}
    
.divTableRowContent {
    padding-bottom: 10px;
    overflow-x: scroll;
}
    
.divTableCell.tblc-image-content {
    width: 40%;
    height: auto;
}

.divTableCell.tblc-image-content img {
    width: 100%;
}    
    
.divTableCell.tblc-quantity-content, .divTableCell.tblc-description-content, .divTableCell.tblc-comment-content {
    width: 60%;
    float: right;
    height: auto;
    align-items:flex-start;
}
    


.divTableCell.tblc-quantity-content {
    display: initial;
    align-items: initial;
}    
    

.divTableCell.tblc-quantity-content input {
    width: 50%;
    float: right;
}
    
.divTableCell.tblc-quantity-content .quantity-label:before {
    content: "Menge";
    margin-right: 5px;
    float: left;
}
    
.divTableCell.tblc-comment-content .comment-label:before {
    content: "Eigene Notiz";
    margin-bottom: 5px;
    display: block;
}
    

.divTableCell.tblc-action-content {
    width: 100%;
    display: initial;
    height: auto;
}
}
    
@media only screen and (max-width: 600px){

/*    angebot anfordern über die gesamte Breite wenn Display unter 600px ist*/
    
    .ep-list-button-email .request-eventlist{
    max-width: 100%;
    }
/*
p.btwp-show-details {
    bottom: 45px;
}
*/
    
/*Tiles*/
    
/*--------provisorisch, da Touch in Mobile noch nicht geht------*/  
.wp-list-sortable-icon {
    display: none;
}
/*--------provisorisch, da Touch in Mobile noch nicht geht------*/  
    
.eventlist-view-tile #col-left-eventplaner {
    width: 60%;
}
    
.eventlist-view-tile #col-right-eventplaner {
    width: 30%;
}
    
.eventlist-view-tile .divTableRowContent {
    width: 48%;
    padding-bottom: 0;
}
    
.eventlist-view-tile .divTableCell.tblc-description-content {
    min-height: 70px;
}    
    
    
}


/*Änderungen 11.10.18*/


.div-action-add-noclick {
    display: initial;
    margin: 0 5px;
}

.div-action-add-noclick i.fa {
    background-color: #5da370;
    color: #fff;
    border-radius: 100%;
    padding: 5px 7px;
    font-size: 16px;
    border: 0px solid #444;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.3);
}
