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


.cts-element_divider hr.divider_14 {
  display: block;
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  margin-right: auto;
  margin-left: 35%;
  background-color: #555;
}
.cts-element_divider.divider_14 .icongraphic {
  position: absolute;
  top: 0;
  left: 50%;
  margin-right: 0;
  transform: translateX(-50%);
  background-color: #fff;
  background-size: auto 100%;
  background-position: 50% 0;
}
  
.cookiebar {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    width: 100%;
    padding: .6em 1.2em;
    background-color: #454545;
    color: #fff;
    font-size: .8em;
    text-align: center;
    z-index: 10;
}

.cookiebar__button {
    background-color: #ccc;
    color: #555;
}

.cookiebar__button:hover {
    background-color: #ccc;
}

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

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


.image_container .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto !important;
  padding: 3px 6px;
  color: #555;
  font-size: .8em;
  line-height: 1.5;
  margin: 0px 0px 10px 10px;
  background-color: rgba(250,250,250,.7);
}

button[type="submit"], input[type="submit"] {
 -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 5px;
  background-color: rgba(51,51,51,1);
  background-image: -moz-linear-gradient(top, rgba(51,51,51,1), rgba(51,51,51,1));
  background-image: -webkit-linear-gradient(top, rgba(51,51,51,1), rgba(51,51,51,1));
  background-image: -ms-linear-gradient(top, rgba(51,51,51,1), rgba(51,51,51,1));
  background-image: -o-linear-gradient(top, rgba(51,51,51,1), rgba(51,51,51,1));
  background-image: linear-gradient(to bottom, rgba(51,51,51,1), rgba(51,51,51,1));
  background-repeat: repeat-x;
  -moz-transition: background .15s linear;
  -webkit-transition: background .15s linear;
  -o-transition: background .15s linear;
  transition: background .15s linear;
}

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

/*** DETAILS-BILDERGALERIE ***/
.imgbox .gallery {
	display: flex;
	column-gap: 10px;
	justify-content: space-evenly;
	margin: 10px;
}
/*** ENDE DETAILS-BILDERGALERIE ***/

/*** PRODUKTINFOS ***/
.productinfos .options .widget-select label {
	display: block;
}
.productinfos .options .widget-select select {
	padding: 12px 12px 12px 12px;
	background-color: #f9f9f9;
	border: 1px solid #dadada;
	width: 360px;
	max-width: 100%;
}
.productinfos .options .widget-select + .widget-select {
	margin-top: 20px;
}

/*** ENDE PRODUKTINFOS ***/

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