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

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

.cookiebar__button {
    background-color: #867e7a;
    color: #fff;
}

.cookiebar__button:hover {
    background-color: #867e7a;
    color: #fff;
}

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


.teaserbutton {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 12px 20px;
    background-color: #b0b600;
    color: #ffffff;
    text-align: center;
}

.teaserbutton .inner {
    position: relative;
    padding-bottom: 16px;
}

.teaserbutton .headline {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.1;
}

.teaserbutton p:last-child {
    position: absolute;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.teaserbutton p:last-child {
    position: absolute;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.teaserbutton p:last-child a {
    position: relative;
    text-align: center;
    font-size: 0;
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.teaserbutton p:last-child a {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.teaserbutton p:last-child a::before {
    content: "\f061";
    margin-left: 5px;
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.teaserbutton p:last-child a::before {
    content: "\f061";
    margin-left: 0;
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 22px;
    height: 22px;
    z-index: 9999;
    transform: translateX(-50%);
    display: block;
}

/* .teaserbutton p:last-child::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: green;
    content: '';
} */


@media only screen and (min-width: 768px) {
.teaserbutton {
    position: absolute;
    right: 10%;
    left: auto;
    top: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: url("/files/daten/plaketten/nachrichten-button-1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 230px;
    padding: 25px;
    height: 230px;
    color: #ffffff;
}
/*
.teaserbutton .inner {

}*/


}
.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;
}
.ce_ctswrapperstart.sameheight .inside .ce_ctscolor .inside {
    border: 1px solid #fff;
}

.layout_latest_cts .inside {
  padding: 22px;
  border: 1px solid #fff;
  background: #efede9;
}

.mod_login {
  padding: 20px 40px;
  border: 1px solid #fff;
  background-color: rgb(239, 237, 233);
}

.mod_lostPassword form {
    background-color: #efede9;
    border: 1px solid #fff;
    padding: 40px 25px 10px;
}
.mod_registration form {
    background-color: #efede9;
    border: 1px solid #fff;
    padding: 40px 25px 10px;
}


.figure.effectlily .figcaption>div.link {
    height: 100%;
    margin-top: 0;
}

.figure.effectlily .figcaption>div.link a {
    font-size: 0;
}


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

/*** PRÄMIERUNG-HINWEIS ***/
.imgbox {
	position: relative;
}
.imgbox.praemiert:before, .imgbox.praemiertbronze:before, .imgbox.praemiertsilber:before, .imgbox.praemiertgold:before {
	position: absolute;
	top: 0;
	right: 10px;
	width: 100px;
	height: 100px;
	content: '';
	background-size: cover;
}

.imgbox.praemiert:before {
	background-image: url("/files/daten/plaketten/praemierungsplakette.png");
}
.imgbox.praemiertbronze:before {
	background-image: url("/files/daten/plaketten/kammerpreismuenze-bronze.png");
}
.imgbox.praemiertsilber:before {
	background-image: url("/files/daten/plaketten/kammerpreismuenze-silber.png");
}
.imgbox.praemiertgold:before {
	background-image: url("/files/daten/plaketten/kammerpreismuenze-gold.png");
}
/*** END PRÄMIERUNG-HINWEIS ***/

/*** DETAILS-BILDERGALERIE ***/
.imgbox .gallery {
	display: flex;
	column-gap: 10px;
	justify-content: space-evenly;
}
/*** 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 ***/


/*** PRODUKTFILTER ***/
.mod_iso_cumulativefilter {
	margin-bottom: 30px;
	margin-top: 20px;
}
.mod_iso_cumulativefilter .label {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3rem;
}

.mod_iso_cumulativefilter .filter_list-container {
	display: none;
}

.mod_iso_cumulativefilter .filter_list-container.active {
	display: block !important;
}

.mod_iso_cumulativefilter ul {
	margin-bottom: 0;
}

.mod_iso_cumulativefilter .level_1 {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding-top: 20px;
	/*max-height: 0;*/
	/*transition: all 0.3s ease-in-out;*/
}
.mod_iso_cumulativefilter .level_1.active {
	/*max-height: 100vh;*/
}
.mod_iso_cumulativefilter .level_1 > li {
	width: 100%;
}
.mod_iso_cumulativefilter .level_2 a {
	text-decoration: none;
}
.mod_iso_cumulativefilter .level_2 a.active {
	color: rgb(160,138,82);
}
.mod_iso_cumulativefilter .level_2 a:before {
	font-family: "Font Awesome 6 Free";
	content: "";
	width: 18px;
	height: 18px;
	border: 1px solid rgb(102,120,129);
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	color: rgb(102,120,129);
	margin-right: 10px;
	font-weight: bold;
}
.mod_iso_cumulativefilter .level_2 a.active:before, .mod_iso_cumulativefilter .level_2 a:hover:before {
	content: "\f00c";
	line-height: 16px;
	font-size: 14px;
}

.mod_iso_cumulativefilter p.clearall { display: none; }

.filter_toggler {
	background-color: transparent;
	font-size: 1rem;
	padding: 10px 25px;
	border: 2px solid;
	border-radius: 30px;
	cursor: pointer;
}

.filter_toggler:after {
	font-family: "Font Awesome 6 Free";
	content:"\f1de";
	margin-left: 5px;
	font-weight: bold;
	line-height: 1;
}

/*** ENDE PRODUKTFILTER ***/
.js--is-fixed .blockright {
	top: 0;
}

/* fuer breitere Smartphones und groessere Displays */
@media screen and (min-width: 500px) {
	.imgbox.praemiert:before, .imgbox.praemiertbronze:before, .imgbox.praemiertsilber:before, .imgbox.praemiertgold:before {	
		right: 30px;
		width: 130px;
		height: 130px;
	}
}

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

    .myClass p {
        color: #00ff99;
    }

    header .bxsmall .bx-viewport {
        border: 10px solid #e5e8ee;
    }
	.mod_iso_cumulativefilter .level_1 > li {
		width: calc(100%/3 - 30px*2/3);
	}
	.mod_iso_cumulativefilter {
		margin-bottom: 70px;
		margin-top: 50px;
	}
	.mod_iso_cumulativefilter .level_1.active {
		padding-top: 40px;
	}
}


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

    .myClass p {
        color: #f300ff;
    }
	.mod_iso_productreader .imgbox {
		margin-right: 2%;
	}
}

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

    .myClass p {
        color: #0800ff;
    }


}


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