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

.cookiebar {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    width: 100%;
    padding: .6em 1.2em;
    background-color: #000;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    z-index: 10;
}

.cookiebar__button {
    background-color: #f1f1f1;
    color: #000;
}

.cookiebar__button:hover {
    background-color: #f1f1f1;
    color: #000;
}

.cookiebar__link:hover {
    text-decoration: none;
    color: #f5f5f4;
}

.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 */

/*** TOP-LINK ***/
#backtotop {
	position: fixed;  
	bottom: 45px;
	right: 45px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 45px;
	height: 45px;
}

#backtotop ul {
	padding: 0;
	margin: 0;
	line-height: 1;
}

#backtotop ul li a {
	display: block;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 100%;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
	border: 1px solid #efede9;
	font-size: 12px;
	color: #a08a52;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
	box-sizing: border-box;
	float: none;
}

#backtotop ul li a:before {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: inherit;
	position: static;
	float: none;
	font-size: 14px;
	line-height: 43px;
}

#backtotop ul li a:hover {
	margin-top: -7px;
	background-color: #fff ;
}

/*** END TOP-LINK ***/

.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) {}