/* color */
#white,
.white { color: #ffffff!important; color: rgba(255, 255, 255, 1)!important; }

/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */

.ios .jarallax {
    background-size: cover;
    background-attachment: scroll;
} 

.productlogo #logo {
    width: 48px;
    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;
}

.navititle {
    display: block;
    font-weight: normal;
    font-size: 12px;
}



/* fuer alle Geraete-Klassen */

.myClass p {
    color: #ff0000;
}


.figure.effectlily .figcaption>div.link {
    height: 100%;
    margin-top: 0;
}

.figure.effectlily .figcaption>div.link a {
    font-size: 0;
}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

    .myClass p {
        color: #00ff99;
    }

    header .bxsmall .bx-viewport {
        border: 10px solid #e5e8ee;
    }

}


/* 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;
    }


}


/* fuer Smartphones */
@media only screen and (max-width:767px) {
	
	.border-right-dark {
    	border-right: 0 solid #ddd;
	}

	.footertop img { width: auto; }
	
}

/* cookiebar */
.cookiebar {
    background-color: rgba(53,69,86,1);
    color: rgba(255,255,255,1);
	z-index: 5000;
	font-size: 1em;
	    text-align: left;
	font-weight: 400;
	padding: 20px 20px;
	box-shadow: 0 -2px 5px rgba(51, 51, 51, 0.4);
}

.cookiebar__text { width: 70%; float: left; }
 
.cookiebar__button {
	color: #354556;
	text-transform: uppercase;
    background-color: #fff;
	transition: all 0.3s ease-in-out 0s;
}

.cookiebar__button:hover {
    opacity:0.6;
	background: #fff;
}
 
.cookiebar__link {
    color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	font-weight: 600;
}

.cookiebar__link:hover {
	color: #fff;
	opacity:0.6;
	text-decoration: none;
	}

/* fuer Smartphones */
@media only screen and (max-width:767px) {
	
	.cookiebar--active {
		justify-content: left;
	}
	
	.cookiebar__message, .cookiebar__text {
	    margin-right: 0em;
	    width: 100%;
	}
	
	.cookiebar__link {
		vertical-align: middle;
		display: block;
	    margin: 0.75em 0;
	    padding: 0;
	}
	
	.cookiebar__button {
	    margin: 0;
	    margin-top: 10px;
	    padding: 0.6em 1.2em;
	}

}