
/* DSGVO-Warnhinweis */
p.privacy {
    position: inherit;
    background: #812d25;
    border-radius: 5px;
    -webkit-box-shadow: 0 .25rem 1rem rgba(0,0,0,.15);
    box-shadow: 0 .25rem 1rem rgba(0,0,0,.15);
}
p.privacy a {
    color: #ffffff;
    text-decoration: underline;
}
.mod_privacy_optin .privacy_popup.view_help {
    position: fixed !important;
}

/* Cookiebar */
table td {
  padding: 5px !important;
  color: rgba(0,0,0,0.6);
  border-bottom: 1px solid #f8f8f8 !important;
}
.privacy_help_link {
  font-size: 12px !important;
}
.mod_privacy_optin .privacy_popup {
    max-width: 675px !important;
}

/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */


.productlogo #logo {
    width: 44px;
    height: 38px;
    background-image: url(/files/theme/img/logos/logo-canvas-klein-weiss.png);
}

.mainmenu ul li span.new {
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 5px;
    background: red;
    color: #fff;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    float: right;
}

.submenulr ul li span.new,
.customNavi-lr span.new {
    display: none;
}

iframe #wrapper {
	width: 100%;
}
#dlh_googlemap_1 {
    width: 850px;
}

/* fuer alle Geraete-Klassen */

.myClass p {
    color: #ff0000;
}

/* fuer desktop */

table {
    border: none;
    width: auto !important;
}
table td {
    padding :.3em;
}
#footer .inside .footertop h2, #footer .inside .footertop h3, #footer .inside .footertop h4, #footer .inside .footertop h5, #footer .inside .footertop h6 {
    border-bottom: 1px solid #c8c7cb;
}

/* Mega-Menu */

.level_2 .submenu .none {
    display: none !important;
}

/* Lightbox */

#cboxCurrent {
    display: none !important;
}
#cboxTitle {
    color: #fff;
    background-color: rgba(188,142,20, 0.7);
    top: 5px;
    left: 5px;
    padding: 5px;
    margin-right: 60px;
}

/* Google-Maps */

.ce_dlh_googlemaps {
    width: 100%;
    height: 250px;
}
/* Mootools Lightbox */
#mbCenter {
    display: inline-table;
}

/* Mobile Navi */
.mm-navbar-bottom-1, .mm-navbar-top-1 {
    display: none;
}

/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

.myClass p {
    color: #00ff99;
}
header .bxsmall .bx-viewport {
    border: 10px solid #e5e8ee;
}
/* Google-Maps */

.ce_dlh_googlemaps {
    width: 50%;
    height: 350px;
}
}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:992px) {

.myClass p {
    color: #f300ff;
}

}

/* fuer desktop */
@media only screen and (min-width:1025px) {

.myClass p {
    color: #0800ff;
}


/*#mainmenu ul > li.home-icon a {
    padding: 8px 10px;
    font-size: 0;
}
 #mainmenu ul li.home-icon a::before {
    position: relative;
    bottom: 0;
    background-color: transparent;
    font-size: 18px;
    font-family: FontAwesome;
    content: '\f015';
    transform: inherit;
}*/



}
/* Staudenmischungen Beispielseite kann gelöscht werden */
.col_1 {
    text-align: center;
}
.ce_table table tr:nth-child(even) {
 background-color: #f9f9f9;
}

.ce_table table tr:nth-child(odd) {
 background-color: #fff;
} 

/* fuer Smartphones */
@media only screen and (max-width:767px) {


}


