
/* ------------------------------------------------ */
/*      Form Styling                                */
/* ------------------------------------------------ */
.zdlm-error {
    margin-bottom: 20px;
    padding: 20px 20px 0px 20px;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;   
}       
.zdlm-success {
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
    background-color: #edf7ff;
    border: 1px solid #21ceef;
    color: black;
}
#zdlm-box p {
    margin-top: 0;
    margin-bottom: 20px;
}
.zdlm-error p:first-child:first-letter, .zdlm-success p:first-child:first-letter {
    font-size: inherit; 
    line-height: inherit; 
    padding-right: inherit; 
}
.zdlm-title {
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}
.zdlm_form input#lastname, .zdlm_form input#firstname , .zdlm_form input#email{
    line-height: 20px;
    border: 2px solid #ddd;
    padding: 7px 8px;
    margin-top: 4px;
    margin-bottom: 7px;
    width:200px;
}
.zdlm_form select#title{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 2px solid #ddd;
    width:200px;
    line-height: 20px;
    padding: 7px 8px;
    margin-top: 4px;
    margin-bottom: 7px;
    background-color:white;
    background-image:url(select-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
}
.zdlm_form select#title::-ms-expand {
    display:none;
}
.zdlm_form .searchsubmit {
    background-color: #21ceef;
    padding: 0.5em 1em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 1em;
    font-weight: 500;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
}
.zdlm_form label[for=email] {
    font-weight: bold;
    white-space:pre;
}
.zdlm_form .zdlm_headline {
    color: #000;
    font: bold 20px Arial;
}
.zdlm_form label[for=newsletter] {
    line-height: 14px !important;
    font-weight: normal;
    float: inherit;
}
.zdlm_form #spnsr_box_link, .zdlm_form #ds_box_link {
    cursor: pointer;
    text-decoration: underline;
}
.zdlm_form .smaller {
    font-size: 12px;
}




/* ------------------------------------------------ */
/*      Lightbox Sponsoren                          */
/* ------------------------------------------------ */
.sponsor-lightbox {
    display: none;

    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.85);*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.sponsor-lightbox .row {
    margin-bottom: 20px;
}
.sponsor-lightbox h5 {
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
    font-weight: bold;
}
.sponsor-lightbox p {
    margin: 0 0 1em;
}
.sponsor-lightbox .sponsor-inner-box {
    max-width: 400px;
    max-height: 80%;
    overflow-y: scroll;
    width: 90%;
    height: 70%;
    display: block;
    margin: 10% auto 20%;
    background-color: white;
    color: black;
    padding: 20px;
    text-align: left;
    border: 15px solid black;
    border-radius: 15px;

    position: absolute;
    left: 0;
    right: 0;
}
.sponsor-lightbox .ds-inner-box {
    max-width: 50%;
}
.sponsor-lightbox .sponsor-outter-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 0;
    cursor: pointer;
}
.sponsor_close_button {
    top: 0px;
    right: 0px;
    float: right;
    font-size: 20px;
    margin-right: -10px;
    margin-top: -5px;
    cursor: pointer;

    border: 2px solid black;
    border-radius: 50%;
    padding: 0 8px;
    background: white;
    font-size: 14px;
    font-weight: bold;
}

/* 12 Column Grid System */

.row {
    display: table;
    width: 100%;
}

.col {
    display: table-cell;
    float: left;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66%;
}

.col-10 {
    width: 83.33%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66%;
}

.col-7 {
    width: 58.33%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66%;
}

.col-4 {
    width: 33.33%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66%;
}

.col-1 {
    width: 8.333%;
}




/* ------------------------------------------------ */
/*      WooCommerce                                 */
/* ------------------------------------------------ */
/*.woo-menu-cart, .single_add_to_cart_button, .quantity {
    display: none !important;
}
.widget_shopping_cart {
    display: none !important;
}
.single_variation_wrap {
    display: none !important;
}
.variations {
    margin-bottom: 0 !important;
}
.product_meta  {
    width: 100%;
}
.product_meta span {
    line-height: 2em;
}
.product_meta span a {
    text-decoration: underline
}*/



/* Category Addon */

/* Style the button that is used to open and close the collapsible content */
.zdml_cat_collapsible {
  color: #444;
  cursor: pointer;
  padding: 10px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.zdml_cat_active, .zdml_cat_collapsible:hover {
}

/* Style the collapsible content. Note: hidden by default */
.zdml_cat_content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

.zdml_cat_div{
	width: 33%;
    float: left;
}

.zdlm_cat_row{
	display: inline-block;
    width: 100%;
}

.zdlm_check_subcategory
{
	margin-left:15px;
}


.zdlm_sub_cat_label{
	font-size:11px;
}

/*.zdlm_checkbox_div{
	   width: 80%;
    float: left;
}*/

.zdml_cat_area{
	margin-bottom:20px;
}

/* Category Addon Ende */