/*
	Theme Name: Cornelsen Experimenta GmbH 2025
	Author:     Pedro Stoehr, stoehr@ticktoo.com
	Author URI: https://ticktoo.com/
	 ___       ___
	/\  \___  /\  \
	\ \   __\_\_\  \
	 \ \  \ /\____  \
	  \ \__\\/___/\__\
	   \/__/     \/__/
*/

/*! IMPORTS ------------------------------------------------------------ */

@import url('vendor/bootstrap-5.3.3-dist/css/bootstrap.min.css');
@import url('vendor/OwlCarousel2-2.3.4/assets/owl.carousel.min.css');
@import url('vendor/lightgallery-2.8.2/css/lightgallery-bundle.min.css');
@import url('fonts/CV_SourceSans/CV_SourceSans.css');

/*! VARS --------------------------------------------------------------- */

:root {
	--theme-background: 250,250,250;
	--theme-color: 89,89,89;
	--theme-color-dark: 51,51,51;
	--theme-meta: 117,117,117;
	--theme-meta-hover: 151,151,151;
	--theme-font: "CV Source Sans", Helvetica, Arial, sans-serif;
	--theme-link-color: 0,118,136;
	--theme-link-hover-color: 0,88,103;
    --theme-link-light-color: 229,244,246;
    --theme-input-border: 187,187,187;
    --theme-divider-color: 224,224,224;

    --theme-color-cyan: 0,118,136;
    --theme-color-cyan-dark: 0,88,103;
    --theme-color-red: 222,41,34;
    --theme-color-red-hover: 160,28,24;

    --theme-border-radius-small: 3px;


    --color-yellow: 245,232,69;


    --theme-transition: all .2s ease-in-out;

    --bs-link-color: #007688;
    --bs-link-hover-color: #005867;
    --bs-link-color-rgb: 0,118,136;
    --bs-link-hover-color-rgb: 0,88,103;
    --bs-border-radius: 0.125rem;

    --theme-cx-box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,.3);
    --theme-cx-box-shadow-hover: 1px 1px 20px rgba(0,0,0,.3);

    /* 0,88,103 */

}

/*! BOOTSTRAP PARTS modified ------------------------------------------- */

.offcanvas-bottom {
	height: 100vh!important;
}

.btn{
	position:relative
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: rgb(var(--theme-color-cyan));
	--bs-btn-border-color: rgb(var(--theme-color-cyan));
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgb(var(--theme-link-hover-color));
	--bs-btn-hover-border-color: rgb(var(--theme-link-hover-color));
	--bs-btn-focus-shadow-rgb: var(--app-color);
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: rgb(var(--theme-link-hover-color));
	--bs-btn-active-border-color: rgb(var(--theme-link-hover-color));
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: rgb(var(--theme-link-light-color));
	--bs-btn-disabled-border-color: rgb(var(--theme-link-light-color));
	box-shadow: none;
	text-decoration: none!important;
	color: var(--bs-btn-color)!important;
}
.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: rgb(var(--theme-color-red));
	--bs-btn-border-color: rgb(var(--theme-color-red));
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgb(var(--theme-color-red-hover));
	--bs-btn-hover-border-color: rgb(var(--theme-color-red-hover));
	--bs-btn-focus-shadow-rgb: var(--app-color);
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: rgb(var(--theme-color-red-hover));
	--bs-btn-active-border-color: rgb(var(--theme-color-red-hover));
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: rgb(var(--theme-link-light-color));
	--bs-btn-disabled-border-color: rgb(var(--theme-link-light-color));
	box-shadow: none;
	text-decoration: none!important;
	color: var(--bs-btn-color)!important;
}

.btn-primary:hover,
.btn-secondary:hover {
    text-decoration: none!important;
}

.form-label,
.form-check-label {
    color: #333;
    cursor: pointer;
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    margin-bottom: 0.625rem;
}

.form-label {
    font-weight: 700;
}

/*
.required:after {
    content:"*\00a0";
    color:rgb(var(--theme-color-red));
    padding-left:4px;
}*/

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    background-color: rgb(var(--theme-link-light-color));
    border-color: rgb(var(--theme-color-cyan));
    box-shadow: none;
}

.form-control:focus,
.form-select:focus{
	box-shadow: 0 0 0 1px rgb(var(--theme-color-cyan));
}

.form-check-input:checked {
	background-color: rgb(var(--theme-color-cyan));
	border-color: rgb(var(--theme-color-cyan));
}

.form-switch .form-check-input:focus {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e5f4f6'/%3e%3c/svg%3e");
}

.form-control,
.form-select {
    padding: 0.875rem 0.9375rem;
    border: 0.0625rem solid #757575;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.1875rem;
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem -.375rem -.5rem;
	margin-inline-end: .75rem;
	color: var(--bs-body-color);
	background-color: var(--bs-tertiary-bg);
	pointer-events: none;
	border-color: inherit;
	border:0;
	border-radius: var(--bs-border-radius);
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cx-sidebar-trigger {
	text-align: center;
	padding-bottom: 1rem;
	border-bottom:1px solid #e0e0e0
}

.btn-trigger {
	font-size: 1rem;
	border: 1px solid rgb(var(--theme-input-border));
	font-weight: 600;
	padding: .75rem 4rem;
}
.btn-trigger:hover {
	border-color: rgb(var(--theme-color-cyan));
	color: rgb(var(--theme-color-cyan));
}
.btn-trigger span::before{
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	content:"";
	font-family:CV UNI Icons outline;
	font-size:1.5rem;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1;
	speak:none;
	text-transform:none;
	vertical-align:middle;
	padding-right: 6px;
}

.btn-block {
	width: 100%;
}

.btn-acc {
	font-size:1.1875rem;
	font-weight: 600;
	padding: .75rem 0;
}

.accordion-button {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.accordion-body p:last-child {
	margin-bottom: 0;
}


.cx-spacer{
	display:block
}
.cx-spacer.x1{
	height:1rem
}
.cx-spacer.x2{
	height:2rem
}
.cx-spacer.x3{
	height:3rem
}


.cx-mpb{
	background:#FFF;
	border:2px solid rgb(var(--theme-input-border));
	border-radius:var(--theme-border-radius-small);
	padding:20px;
	position:relative;
	margin-bottom: 1rem
}
.cx-mpb p:last-child{
	margin-bottom:0
}

.cx-mpb.blue{
	background-color:rgb(229,244,246)
}
.cx-mpb.grey{
	background-color:#e0e0e0
}

legend {
	font-size: 1.1875rem;
}


.cx-small {
	font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.1875rem;
}
/*! GENERAL ------------------------------------------------------------ */


.video-container{
	height:0;
	margin-bottom:0;
	padding-bottom:56.25%;
	padding-top:30px;
	position:relative;
	overflow:hidden
}
.video-container iframe,.video-container object,.video-container embed,.video-container video{
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}

body{
	background:#333;
	color:rgb(var(--theme-color));
	font:400 1.1875rem var(--theme-font);
	overflow-wrap:break-word;
	text-align:left;
	word-wrap:break-word
}
p{
	font-size:1.1875rem;
	font-weight:400;
	line-height:1.75rem;
	margin:0 0 23px
}
b,strong{
	font-weight:700
}
small{
	font-size:80%
}
h1{
	color: rgb(var(--theme-color-dark));
	font-size:2.6875rem;
	font-weight:700;
	line-height:3rem;
	margin-bottom:20px
}
h2{
	font-size:1.5rem;
	font-weight:700;
	line-height:2rem;
	margin-bottom:10px
}
h3{
	font-size:1.1875rem;
	font-weight:700;
	line-height:1.4375rem;
	margin-bottom:0
}
h4{
	font-size:1.0625rem;
	font-weight:700;
	line-height:1.375rem;
	margin-bottom:0
}
h5{
	font-size:.9375rem;
	font-weight:700;
	line-height:1.1875rem;
	margin-bottom:5px
}
a{
	background:transparent;
	color:rgb(var(--theme-color-cyan));
	text-decoration:none
}
a:hover,a:active,a:focus{
	color:rgb(var(--theme-link-hover-color));
	text-decoration:underline
}
a:active,a:hover{
	outline:0
}
a:focus-visible{
	outline:3px dotted rgb(var(--theme-color-cyan));
	outline-offset:2px;
	outline-offset:0
}
p a{
	color:inherit;
	margin:-6px;
	padding:6px;
	position:relative;
	text-decoration:underline
}
p a:hover,p a:active,p a:focus{
	color:rgb(var(--theme-color-cyan))
}
p a:focus-visible{
	outline-offset:-6px
}


.content-edit-btn {
    background-color: red;
}

.backendInfo {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.375rem;
    border: 2px dashed rgb(var(--theme-color-red));
    border-radius: 6px;
    padding: 1rem 2rem;
    color: #FFF;
    margin: 30px 0 60px 0;
}
.backendInfo button {
    color: #FFF!important;
}

.demo {
    padding: 3rem 2rem;
    border: 1px dashed;
    position: relative;
    margin-bottom: 2rem;
}

[data-label]:before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    top: 0;
    font-size: .8rem;
    line-height: 1;
    display: inline-block;
    color: rgb(var(--theme-color));
    background-color: #EEE;
    border-radius: 3px;
    padding: .3rem .5rem .25rem .5rem;
    text-transform: uppercase;
    z-index: 9001;
}

[data-desc]:after {
    content: attr(data-desc);
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: .8rem;
    line-height: 1;
    display: inline-block;
    color: rgb(var(--theme-color));
    background-color: rgb(var(--color-yellow));
    border-radius: 3px 3px 0 0;
    padding: .3rem .5rem .25rem .5rem;
    text-transform: uppercase;
    z-index: 9001;
}


figcaption {
	color: rgb(var(--theme-meta));
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.1875rem;
	padding-top: .5rem;
}

figure {
	margin: 0;
	padding: 0;
}

.content-subline {
	color: rgb(var(--theme-meta));
	font-size:2.6875rem;
	font-weight:300;
	line-height:3rem;
	margin-bottom:20px;
	margin-top: -1rem;
}

.mpb{
	background:#FFF;
	border-radius:5px;
	border:2px solid #DDD;
	padding:20px;
	position:relative;
	margin-bottom:20px
}

.tool-line {
	display: block;
	text-align: right;
	margin-bottom: -1rem;
	height: 32px;
}

.cart-icon a {
	text-decoration: none;
}

.list-group {
	margin: 0 0 2rem 0 !important;
	padding: 0;
}

/*! TOOLS -------------------------------------------------------------- */

.cx-edit-media{
	background-color:rgb(var(--theme-background));
	border-radius:16px;
	height:32px;
	line-height:28px;
	position:absolute;
	right:.5rem;
	text-align:center;
	top:.5rem;
	width:32px
}
.cx-edit-media a{
	color:rgb(var(--theme-color-cyan))!important;
	display:block;
	text-decoration:none
}
.cx-edit-media span{
	display:block;
	text-indent:-9999px
}
.cx-edit-media a::before{
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	content:"";
	font-family:CV UNI Icons outline;
	font-size:1.5rem;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1;
	speak:none;
	text-transform:none;
	vertical-align:middle
}
.cx-edit-media.edit-warning{
	background-color:rgb(var(--theme-color-red))
}
.cx-edit-media.edit-warning a{
	color:#FFF!important
}
.cx-edit-media:hover{
	background-color:rgb(var(--theme-color-cyan))
}
.cx-edit-media:hover a{
	color:#FFF!important
}
.cx-edit-content{
	display:block;
	width:100%;
	text-align:right;
	position:relative
}
.cx-edit-content a{
	background-color:rgb(var(--theme-background));
	border-radius:var(--theme-border-radius-small);
	border:1px solid rgb(var(--theme-input-border));
	color:rgb(var(--theme-color-cyan));
	display:inline-block;
	font-size:.9rem;
	font-weight:700;
	line-height:1;
	margin: 1rem 0 1rem 0;
	padding:.5rem .75rem;
	text-decoration:none
}
.cx-edit-content a::before{
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	content:"";
	font-family:CV UNI Icons outline;
	font-size:1.5rem;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1;
	speak:none;
	text-transform:none;
	vertical-align:middle
}
.cx-edit-content a span{
	padding-left:.5rem
}
.cx-edit-content a:hover{
	background-color:rgb(var(--theme-color-cyan));
	border-color:rgb(var(--theme-color-cyan));
	color:#FFF
}

.content_from_editor .cx-edit-media-link:not(.cx-edit-media a) {
	/* text only version of meda edit link */
	display: inline-block;
	position: relative;
	background-color:rgb(var(--theme-background));
	border-radius:var(--theme-border-radius-small);
	border:1px solid rgb(var(--theme-input-border));
	color:rgb(var(--theme-color-cyan));
	display:inline-block;
	font-size:.9rem;
	font-weight:700;
	line-height:1;
	margin: 1rem 0 1rem 0;
	padding:.5rem .75rem;
	text-decoration:none;
}

.content_from_editor .cx-edit-media-link:not(.cx-edit-media a) span::before{
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	content:"";
	font-family:CV UNI Icons outline;
	font-size:1.5rem;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1;
	speak:none;
	text-transform:none;
	vertical-align:middle;
}

.cx-icon{
	display:inline-block;
	background-color:rgb(var(--theme-background));
	border-radius:16px;
	height:32px;
	line-height:28px;
	text-align:center;
	width:32px
}
.cx-icon a{
	color:rgb(var(--theme-color-cyan))!important;
	display:block;
	text-decoration:none
}
.cx-icon span{
	display:block;
	text-indent:-9999px
}
.cx-icon.trash a::before{
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	content:"";
	font-family:CV UNI Icons outline;
	font-size:1.5rem;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1;
	speak:none;
	text-transform:none;
	vertical-align:middle
}

.cx-icon:hover {
	background-color: rgb(var(--theme-color-cyan));
}
.cx-icon a:hover::before {
	color: #FFF;
}


/*! HEADER ------------------------------------------------------------- */

header{
	background-color:#FFF
}
header .container.inside{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	z-index:100
}

/*! LOGO ---- */

.cx-logo{
	flex:0 0 auto;
	margin-right:auto;
	padding-bottom:0;
	padding-top:25px
}
.cx-logo a{
	background:url(img/logo_brand.svg) no-repeat 0 0;
	background-size:370px 50px;
	display:block;
	height:50px;
	text-indent:-9999px;
	width:370px
}

/*! META NAV ---- */

.cx-meta-nav{
	align-self:flex-start;
	display:flex;
	flex:1 0 auto;
	justify-content:flex-end;
	padding-top:25px;
	width:auto
}
.cx-meta-nav:before,.cx-meta-nav:after{
	content:"";
	display:table
}
.cx-meta-nav:after{
	clear:both
}
.cx-meta-nav ul{
	align-items:center;
	display:flex;
	list-style:none;
	margin-bottom:0;
	padding-left:0
}
.cx-meta-nav li{
	display:block;
	padding:0;
	margin:0;
	flex:none;
	color:#757575
}
.cx-meta-nav li:before{
	content:none
}
.cx-meta-nav li:after{
	content:"";
	display:inline-block;
	background-color:rgb(var(--theme-meta));
	width:1px;
	height:13px;
	margin-left:14px;
	vertical-align:middle
}
.cx-meta-nav li:last-child:after{
	display:none
}
.cx-meta-nav li a{
	color:rgb(var(--theme-color));
	font-size:.8125rem;
	line-height:1;
	margin-left:14px
}
.cx-meta-nav li a:active{
	text-decoration:none;
	color:rgb(var(--theme-color))
}
.cx-meta-nav li a:hover,.cx-meta-nav li a:focus{
	color:rgb(var(--theme-color-cyan));
	text-decoration:none;
	outline:none
}
.cx-meta-nav li a:hover:after,.cx-meta-nav li a:focus:after{
	color:rgb(var(--theme-meta))
}
.cx-meta-nav li a:focus-visible{
	outline:3px dotted rgb(var(--theme-color-cyan));
	outline-offset:2px
}

/*! SERVICE NAV ---- */

.cx-header-service{
	margin-top:-5px;
	display:block;
	flex:0 0 auto;
	margin-right:-15px;
	opacity:1;
	order:5;
	position:relative
}
.cx-header-service ul{
	list-style-type:none;
	margin:0;
	padding:0
}
.cx-header-service li{
	float:left;
	margin:0 10px;
	height:85px;
	width:85px
}
.cx-header-service li button{
	height:100%;
	width:100%;
	color:rgb(var(--theme-color));
	background-color:transparent;
	border:none;
	display:inline-block;
	position:relative;
	text-align:center;
	text-decoration:none
}
.cx-header-service-item .cvds-icon{
	display:block;
	height:34px;
	pointer-events:none;
	text-align:center;
	transition:fill .25s linear
}
.cx-header-service-item-desc{
	color:rgb(var(--theme-meta));
	display:block;
	font-size:13px;
	height:28px;
	letter-spacing:.5px;
	line-height:17px;
	padding-top:8px;
	text-align:center;
	transition:color .25s linear
}
.cx-header-service-item-label{
	background-color:#e5f4f6;
	border-radius:50%;
	box-shadow:0 1px 1px 0 rgba(0,0,0,.2),1px 1px 2px 0 rgba(0,0,0,.3);
	color:#007688;
	font-size:11px;
	font-weight:600;
	height:18px;
	left:22px;
	line-height:18px;
	position:absolute;
	text-align:center;
	top:8px;
	width:18px;
	display:none
}
.cx-header-service .warenkorb button{
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><path fill='rgb(89,89,89)' d='M497 59H108.4l-5.5-45.8C102 5.7 95.6 0 88 0H15C6.7 0 0 6.7 0 15s6.7 15 15 15h59.7l45.8 384c.9 7.5 7.3 13.2 14.9 13.2H377c8.3 0 15-6.7 15-15s-6.7-15-15-15H148.7l-5.6-47.3 355.2-30c7.8-.7 13.7-7.2 13.7-14.9V74c0-8.3-6.7-15-15-15Zm-15 232.2-342.5 28.9L111.9 89H482v202.2Z'/><circle fill='rgb(89,89,89)' cx='150' cy='489.5' r='22.5'/><circle fill='rgb(89,89,89)' cx='362' cy='489.5' r='22.5'/></svg>");
	background-repeat:no-repeat;
	background-position:center 16px;
	background-size:32px 32px
}
.cx-header-service .warenkorb button:hover{
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><path fill='rgb(0,118,136)' d='M497 59H108.4l-5.5-45.8C102 5.7 95.6 0 88 0H15C6.7 0 0 6.7 0 15s6.7 15 15 15h59.7l45.8 384c.9 7.5 7.3 13.2 14.9 13.2H377c8.3 0 15-6.7 15-15s-6.7-15-15-15H148.7l-5.6-47.3 355.2-30c7.8-.7 13.7-7.2 13.7-14.9V74c0-8.3-6.7-15-15-15Zm-15 232.2-342.5 28.9L111.9 89H482v202.2Z'/><circle fill='rgb(0,118,136)' cx='150' cy='489.5' r='22.5'/><circle fill='rgb(0,118,136)' cx='362' cy='489.5' r='22.5'/></svg>")
}
.cx-header-service .konto button{
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><path fill='rgb(89,89,89)' d='M256 30c43.3 0 78.5 35.2 78.5 78.5S299.3 187 256 187s-78.5-35.2-78.5-78.5S212.7 30 256 30m0-30c-59.9 0-108.5 48.6-108.5 108.5S196.1 217 256 217s108.5-48.6 108.5-108.5S315.9 0 256 0ZM333.5 282c52.9 0 96 43.1 96 96v104h-347V378c0-52.9 43.1-96 96-96h155m0-30h-155c-69.6 0-126 56.4-126 126v134h407V378c0-69.6-56.4-126-126-126Z'/></svg>");
	background-repeat:no-repeat;
	background-position:center 16px;
	background-size:32px 32px
}
.cx-header-service .konto button:hover{
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><path fill='rgb(0,118,136)' d='M256 30c43.3 0 78.5 35.2 78.5 78.5S299.3 187 256 187s-78.5-35.2-78.5-78.5S212.7 30 256 30m0-30c-59.9 0-108.5 48.6-108.5 108.5S196.1 217 256 217s108.5-48.6 108.5-108.5S315.9 0 256 0ZM333.5 282c52.9 0 96 43.1 96 96v104h-347V378c0-52.9 43.1-96 96-96h155m0-30h-155c-69.6 0-126 56.4-126 126v134h407V378c0-69.6-56.4-126-126-126Z'/></svg>")
}
.cx-header-service .navigation-trigger{
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><path fill='rgb(89,89,89)' d='M497 271H15c-8.3 0-15-6.7-15-15s6.7-15 15-15h482c8.3 0 15 6.7 15 15s-6.7 15-15 15ZM497 131H15c-8.3 0-15-6.7-15-15s6.7-15 15-15h482c8.3 0 15 6.7 15 15s-6.7 15-15 15ZM497 411H15c-8.3 0-15-6.7-15-15s6.7-15 15-15h482c8.3 0 15 6.7 15 15s-6.7 15-15 15Z'/></svg>");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:24px 24px
}
.cx-header-service .navigation-trigger:hover{
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'><path fill='rgb(0,118,136)' d='M497 271H15c-8.3 0-15-6.7-15-15s6.7-15 15-15h482c8.3 0 15 6.7 15 15s-6.7 15-15 15ZM497 131H15c-8.3 0-15-6.7-15-15s6.7-15 15-15h482c8.3 0 15 6.7 15 15s-6.7 15-15 15ZM497 411H15c-8.3 0-15-6.7-15-15s6.7-15 15-15h482c8.3 0 15 6.7 15 15s-6.7 15-15 15Z'/></svg>")
}
.cx-header-service .navigation .hidden{
	display:block;
	text-indent:-9999px
}
.cx-header-service .konto .desc,.cx-header-service .warenkorb .desc{
	color:rgb(var(--theme-meta));
	display:block;
	font-size:13px;
	height:28px;
	letter-spacing:.5px;
	line-height:17px;
	padding-top:25px;
	text-align:center;
	transition:color .25s linear
}
.cx-header-service .warenkorb .label{
	background-color:#e5f4f6;
	border-radius:50%;
	box-shadow:0 1px 1px 0 rgba(0,0,0,.2),1px 1px 2px 0 rgba(0,0,0,.3);
	color:#007688;
	font-size:12px;
	font-weight:600;
	height:23px;
	right:14px;
	line-height:23px;
	position:absolute;
	text-align:center;
	top:8px;
	width:23px
}
.cx-header-service li:hover span{
	color:rgb(var(--theme-color-cyan))!important
}
.cx-header-service .navigation.closed .close{
	display:none
}

/*! SEARCH ---- */

.cx-header-search{
	display:block;
	flex:1 1 auto;
	font-size:.95rem;
	order:3;
	position:relative;
	width:100%
}
.cx-search-label{
	clip-path:inset(50%);
	clip:rect(0 0 0 0);
	height:1px;
	overflow:hidden;
	position:absolute;
	white-space:nowrap;
	width:1px
}
.cx-search-box{
	position:relative
}
.cx-search-input{
	border-radius:2px;
	border:1px solid rgb(var(--theme-input-border));
	height:46px;
	padding:0 45px 0 15px;
	width:100%
}
.cx-search-input:focus{
	background-color:rgb(var(--theme-link-light-color));
	border:2px solid rgb(var(--theme-color-cyan));
	box-shadow:none;
	outline:0;
	padding-left:14px
}
.cx-search-btn{
	background:transparent;
	border:none;
	height:100%;
	line-height:10px;
	padding:0 10px;
	position:absolute
}
.cx-search-reset{
	color:#595959;
	display:none;
	font-size:1.25rem;
	height:45px;
	right:34px;
	top:0;
	transition:none
}
.cx-search-reset:hover{
	color:rgb(var(--theme-color-cyan))
}
.cx-search-submit{
	color:#007688;
	font-size:1.5rem;
	right:0;
	top:0
}
.cx-search-box:focus-within .cx-search-reset{
	display:flex;
	align-items:center
}
.cx-search-box:focus-within .cx-search-input{
	padding-right:75px
}

/*! MAIN NAV ---- */

.cx-header-nav::before{
	content:none
}

/*! BREADCRUMBS ---- */

.cx-breadcrumbs{
	background-color:#f5f5f5;
	border-bottom:1px solid #e0e0e0
}
.cx-breadcrumbs ol{
	height:40px;
	display:flex;
	list-style:none;
	margin-bottom:0;
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0
}
.cx-breadcrumbs li{
	display:flex;
	align-items:center;
	flex:none;
	font-size:.8125rem;
	font-weight:600;
	line-height:1.0625rem
}
.cx-breadcrumbs li:not(:first-of-type)::before{
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	vertical-align:middle;
	speak:none;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:"";
	font-size:1.25rem;
	font-family:CV UNI Icons outline
}
.cx-breadcrumbs li:last-child{
	min-width:0;
	flex:1
}
.cx-breadcrumbs a{
	font-size:.8125rem;
	font-weight:400;
	line-height:1.0625rem;
	padding:10px 0;
	margin-right:10px;
	margin-left:10px;
	display:block
}
.cx-breadcrumbs a:hover{
	text-decoration:none
}
.cx-breadcrumbs li:first-child a:before{
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	vertical-align:middle;
	speak:none;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:"";
	font-size:1.25rem;
	font-family:CV UNI Icons outline
}
.cx-breadcrumbs li:first-child span{
	border:0;
	clip:rect(0,0,0,0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.cx-breadcrumbs li:last-child span{
	padding-left:10px
}

/*! HERO --------------------------------------------------------------- */

.cx-hero {
	background-color: rgb(var(--theme-background));
	position: relative;
}


.cv-header-image{
    width:100%;
    margin:0 auto;
    overflow:hidden;
    height:0;
    padding-bottom:44.4444444444%;
    background:#43a0c0;
    background:-webkit-gradient(linear, left top, right top, from(#43A0C0), to(#9AD5E3));
    background:linear-gradient(to right, #43A0C0, #9AD5E3);
    z-index: 42;
}
@media screen and (min-width: 768px){
    .cv-header-image{
        padding-bottom:26.3157894737%
    }
}
@media screen and (min-width: 992px){
    .cv-header-image{
        padding-bottom:16.6666666667%
    }
}
.cv-header-image--large{
    height:0;
    padding-bottom:56.25%
}
@media screen and (min-width: 768px){
    .cv-header-image--large{
        padding-bottom:44.4444444444%
    }
}
@media screen and (min-width: 992px){
    .cv-header-image--large{
        padding-bottom:26.3157894737%
    }
}
.cv-header-image--no-image{
    position:relative;
    height:130px;
    padding-bottom:0
}
.cv-header-image__image img{
    width:100%
}



/*! SITE --------------------------------------------------------------- */


.page_content h1 + h2 {
	font-size: 2.375rem;
    font-weight: 300;
    line-height: 2.9375rem;
    margin-top: -1rem;
    margin-bottom: 2.5rem;
}

.page_content h2 {
	color: rgb(var(--theme-meta));
}


.sidebar-nav ul {
	list-style-type: none;
	margin: 0!important;
	padding: 0;
	font-size: 0.9375rem;
	line-height: 1.375rem;
}

.sidebar-nav li {
	border-top: 1px solid #e0e0e0;
}

.sidebar-nav a {
	color: rgb(var(--theme-meta));
	text-decoration: none;
	display: block;
	padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
}
.sidebar-nav a:hover {
	color: rgb(var(--theme-color-cyan));
}

.sidebar-nav li.current a {
	font-weight: 700;
	color: rgb(var(--theme-color-cyan));
}

.sidebar-nav ul ul {
	background-color: rgb(var(--theme-input-border));
	margin-left: 1rem !important;
}

.sidebar-nav-back {
	background-color: #eee;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	font-weight: 700;
	color: rgb(var(--theme-meta));
	text-decoration: none!important;
	display: block;
	padding: 0.9375rem 0.9375rem;
	border: solid #e0e0e0;
	border-width: 1px 1px 0 1px;
	border-radius: var(--theme-border-radius-small) var(--theme-border-radius-small) 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sidebar-nav-back span::before{
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	content:"";
	font-family:CV UNI Icons outline;
	font-size:1.5rem;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1;
	speak:none;
	text-transform:none;
	vertical-align:middle;
	padding-right: 6px;
}

.offcanvas-back {
	line-height: 1.375rem;
	font-weight: 700;
	color: rgb(var(--theme-meta));
	text-decoration: none!important;
}

.offcanvas-back span::before{
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	content:"";
	font-family:CV UNI Icons outline;
	font-size:1.5rem;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1;
	speak:none;
	text-transform:none;
	vertical-align:middle;
	padding-right: 6px;
}

/*! SIDEBAR eXperiPost ---- */



/*! BOXES ---- */

.cx-box-wrap {
    margin-bottom: 1.5rem;
    position: relative;
}

.cx-box {
	position: relative;
	background-color: #fff;
	border: 0.0625rem solid #e0e0e0;
	border-radius: 0.375rem;
	box-shadow: var(--theme-cx-box-shadow);
	transition: all .1s ease;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.cx-box:hover {
    box-shadow: var(--theme-cx-box-shadow-hover);
}
.cx-box a {
    color: rgb(var(--theme-color));
    text-decoration: none;
}

.cx-box.blog {
	height: auto;
	margin-bottom: 1.5rem;
}

.cx-box-sidebar {
	margin-top: 2rem;
	height: auto;
	padding: 1rem 1.25rem;
}
.cx-box-sidebar p {
	font-size: 1rem;
	line-height: 1.4;
}
.cx-box-sidebar p:last-child {
	margin:0 0 .5rem 0;
}
.cx-box-sidebar .btn-primary {
	width: 100%;
}

.cx-box-image {
    background: linear-gradient(to right, #43A0C0, #9AD5E3) no-repeat center center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    width:100%;
}
.cx-box-inner {
    padding: 1.875rem;
}
.cx-box-info {
    padding-top: .5rem;
}
.cx-box-info p {
    color: rgb(var(--theme-meta));
    font-size: 0.9375rem;
    line-height: 1.375rem;
}
.cx-box-info p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}



.cx-site {
	background-color: rgb(var(--theme-background));
	padding: 3rem 0;
	position: relative;
	overflow: hidden;
}

.cx-site a,
.cx-footer a {
    transition: var(--theme-transition);
}

.cx-site ul {
    margin: 0 0 1rem 1rem;
    padding: 0;
}



.cx-footer-top {
    border-top:1px solid #e0e0e0;
    background-color: #f5f5f5;
    padding: 60px 0;
}

.cx-footer-center {
    border-bottom: 1px solid #595959;
    color: #e0e0e0;
    padding: 30px 0;
}

.cx-footer-bottom {
    color: #e0e0e0;
    padding: 30px 0;
}

.cx-footer-bottom a:focus-visible{
	outline:3px dotted #fff;
	outline-offset:0;
}


.cx-footer-top h2 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.25rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

.cx-footer-top h3 {
    margin-bottom: 1rem;
}

.cx-footer-top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.375rem;
}
.cx-footer-top ul li {
    margin-bottom: .75rem;
}

.cx-footer-top ul a {
    color: rgb(var(--theme-color));
    display: block;
}

.cx-footer-top ul a:hover {
    color:rgb(var(--theme-color-cyan));
    text-decoration: none;
}


.cx-list li {
    margin: 0;
    position: relative;
    padding-left: 1rem;
}

.cx-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform:
		translateY(-50%);
	transform: translateY(-50%);
	width: 0.3125rem;
	height: 0.3125rem;
	background-color: rgb(var(--theme-color));
	border-radius: 50%;
}

.cx-btn{
    background-color:rgb(var(--theme-link-color));
    border:0;
    border-radius: var(--theme-border-radius-small);
    color:#FFF;
    cursor:pointer;
    display:inline-block;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    padding:.5rem 1.5rem;
    text-align:center;
    text-decoration:none !important;
    user-select:none;
    vertical-align:middle
}
.cx-btn:hover,
.cx-btn:active{
	background-color:rgb(var(--theme-link-hover-color));
	color:#FFF;
	outline:0
}

.cx-socials {
    display: flex;
    justify-content: flex-start;
    gap: 1.25rem;
}

.cat-nav-back {
	display: block;
	margin-bottom: 1rem;
}


.cx-sidebar-trigger {
	background-color: #FFF;
}


.blog-meta {
	color: rgb(var(--theme-meta));
    font-size: 0.9375rem;
    line-height: 1.375rem;
}

.blog h2 a {
	text-decoration: underline;
}

.blog h2 a:hover {
	color: rgb(var(--theme-color-cyan));
}


/*! SHOP NEW ----------------------------------------------------------- */

.cx-product-list {
	border: solid #e0e0e0;
	border-width: 1px 1px 0 1px;
	background-color: #FFF;
}

.cx-product-item {
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	padding: 2rem 1.5rem;
}
.cx-product-item .cx-product-info a {
	color: rgb(var(--theme-color));
	text-decoration: none!important;
	position: relative;
}

.cx-product-item a:hover .cx-product-title,
.cx-product-item a:hover .cx-product-subtitle {
	text-decoration: underline;
}

.cx-product-img {
	text-align: center;
}

.cx-product-img img {
	max-height: 200px;
}
.cx-product-title {
	font-weight: 700;
}
.cx-product-subtitle {
	font-size: 1rem;
	font-weight: 300;
	color: rgb(var(--theme-meta));
}

.cx-product-desc {
	padding-top: 1rem;
}
.cx-product-meta {
	color: rgb(var(--theme-meta));
	font-size: 1rem;
	padding-top: .5rem;
}

.cx-product-price {
	font-size: 1.6875rem;
	font-weight: 300!important;
	line-height: 2rem;
	text-align: right;
}

.cx-product-pricehint {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.1875rem;
	color: #b73e06;
	text-align: right;
	text-transform: uppercase;
}

.cx-product-action-box {
	display: flex;
	justify-content: space-between;
}


.cx-product-detail h1 {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 2.125rem;
}
.cx-product-detail h2 {
	color: rgb(var(--theme-meta));
	font-size: 1.6875rem!important;
	font-weight: 300;
	line-height: 2rem!important;
	margin-bottom: 1rem!important;
}


#lightgallery {
	margin-bottom: 1.5rem;
}

.gallery-item {
	text-align: center;
	cursor: pointer;
}

.lg-backdrop {
	background-color: rgba(var(--theme-color),.9);
}
.lg-sub-html {
	padding: 2rem 1.5rem;
	font-size: 1rem;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.gallery-square {
	width: 100%;
	height: 100%;
	display:inline-block;
    vertical-align: top;
    background-size:cover;
    background-position:50% 50%;
}
.gallery-square img {
	opacity: 0;
	height: 100%;
	width: 100%;
}


.lightroom{
	display:grid;
	gap:10px;
	grid-template-columns:repeat(4,1fr);
	overflow:hidden;
	margin-bottom:2rem
}



.lightroom-item:not(.start) img{
	-o-object-fit:cover;
	object-fit:cover;
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	cursor:pointer
}

.lightroom .portrait{
	grid-column:span 1;
	aspect-ratio:320/453
}
.lightroom .square{
	grid-column:span 1;
	aspect-ratio:320/320
}
.lightroom .big{
	grid-column:span 4;
	aspect-ratio:320/320
}
.lightroom .landscape{
	grid-column:span 1;
	aspect-ratio:680/453
}

.lightroom-item{
	cursor: pointer;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:relative
}
.lightroom-item:first-child {
	display:flex;
	grid-column:span 4
}

/*! SHOP OLD ----------------------------------------------------------- */



.product-item{
	background-color:#FFF!important;
	border:1px solid #DDD;
	font-size:1rem;
	margin-bottom:20px;
	padding:20px
}
.product-item .img{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	height:210px
}
.product-item .title{
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	color:#0094AA;
	display:block;
	font-size:1.2rem;
	font-weight:600;
	hyphens:auto;
	margin-bottom:10px;
	text-transform:none
}
.product-item .link,.product-item .productnumber{
	float:left
}
.product-item .product-add,.product-item .price{
	float:right
}
.product-item .price strong{
	font-size:1.2rem
}
.product-item .desc{
	clear:both
}
.product-add .cart{
	background-color:#de2922;
	font-size:1rem;
	text-align:left
}
.product-add .select-style{
	display:inline-block;
	margin:4px 0 4px 6px;
	position:relative;
	width:50px
}
.product-add .select-style select{
	appearance:none;
	background:#FFF url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path d='M23.936 2.255A.5.5 0 0 0 23.5 2H.5a.5.5 0 0 0-.427.759l11.5 19a.5.5 0 0 0 .855 0l11.5-19a.5.5 0 0 0 .008-.504z'/><path fill='none' d='M0 0h24v24H0z'/></svg>") no-repeat right 10px center;
	background-size:6px 6px;
	border-radius:0;
	border:0;
	color:#212121;
	cursor:pointer;
	display:inline-block;
	margin:0;
	outline:0;
	padding:4px 8px;
	width:100%;
	-webkit-appearance:none;
	-moz-appearance:none
}
.product-add .select-style select::-ms-expand{
	display:none
}
.product-add .select-style select:disabled{
	opacity:.5;
	pointer-events:none
}
.product-add a.reseller,.product-add button.add{
	background-color:transparent;
	border:0;
	color:#FFF;
	display:inline-block;
	height:36px;
	padding:0 10px;
	width:calc(100% - 62px)
}
.product-action{
	background-color:#EEE;
	padding:10px
}
.action-productnumber{
	font-size:.8rem;
	margin-bottom:6px
}
.action-price{
	background-color:#FFF;
	margin-bottom:10px;
	padding:8px 12px;
	text-align:center
}
.action-price p{
	font-size:.7rem;
	color:#999;
	margin:0;
	text-align:left;
	line-height:3em
}
.action-price p strong{
	font-size:1.2rem;
	color:#212121;
	float:right
}
.product-master{
	margin-bottom:30px
}
.partlist{
	font-size:1rem;
	list-style-type:none;
	margin:0;
	padding:0
}
.partlist li{
	border-top:1px solid #DDD;
	padding:8px 0 6px
}
.partlist li:first-child{
	border:0
}
.partlist li span{
	width:40px;
	display:inline-block
}
.product-tabs{
	background-color:#E0E0E0;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	list-style-type:none;
	margin:0;
	position:relative
}
.product-tabs li.active > a{
	color:#de2922
}
.product-tabs li{
	-ms-flex:1 0 auto;
	-webkit-box-flex:1 0 auto;
	-webkit-transition:all .2s ease;
	color:inherit;
	flex:1 0 auto;
	text-align:center;
	transition:all .2s ease
}
.product-tabs li:not(:first-child){
	border-left:1px solid #CCC
}
.product-tabs li a{
	font-size:400px;
	font-size:.9rem;
	color:inherit;
	display:block;
	height:30px;
	line-height:30px;
	padding:2px 10px 0;
}
.product-tabs li a:hover,.product-tabs li a.active{
	color:#de2922
}
.product-tabs li span{
	color:#999!important;
	font-size:400px;
	font-size:.9rem;
	color:inherit;
	display:block;
	height:30px;
	line-height:30px;
	padding:2px 10px 0;
	text-decoration:none
}
.product-tabs-content{
	border:solid #DDD;
	border-width:0 1px 1px;
	padding:20px
}
.collapsible-header{
	font-size:1rem
}
.collapsible-header.active{
	background-color:#DDD
}
.collapsible{
	box-shadow:none
}
.collapsible-body{
	padding:20px
}
.divider{
	background-color:#DDD;
	height:1px;
	width:100%
}
.article-list-compact{
	font-size:1rem;
	line-height:1;
	margin-bottom:10px
}
.article-list-compact:last-child{
	border:0
}
.article-list-compact .item-size,.article-list-compact .item-price{
	padding-top:10px
}
.article-list-compact .item-price span{
	color:#999;
	font-size:.8rem
}
.progress-indicator{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	margin:32px 0;
	padding:0
}
.progress-indicator.stacked{
	display:block
}
.progress-indicator>li{
	-ms-flex:1;
	-webkit-flex:1;
	-moz-flex:1;
	flex:1;
	list-style:none;
	text-align:center;
	width:auto;
	padding:0;
	margin:0;
	position:relative;
	text-overflow:ellipsis;
	color:#969696;
	display:block
}
.progress-indicator>li .bubble{
	border-radius:1000px;
	width:20px;
	height:20px;
	background-color:#e5e5e5;
	display:block;
	margin:0 auto .5em
}
.progress-indicator>li .bubble:after,.progress-indicator>li .bubble:before{
	display:block;
	position:absolute;
	top:9px;
	width:100%;
	height:3px;
	content:'';
	background-color:#e5e5e5
}
.amount .count,.list-name,.lookbook-item,blockquote{
	position:relative
}
.progress-indicator>li.completed .bubble,.progress-indicator>li.completed .bubble:after,.progress-indicator>li.completed .bubble:before{
	background-color:#6FA035;
	border-color:#6FA035
}
.progress-indicator>li .bubble:before{
	left:0
}
.progress-indicator>li .bubble:after{
	right:0
}
.progress-indicator>li.completed{
	color:#969696
}
.progress-indicator>li.completed .bubble{
	color:#65d074
}
.progress-indicator>li.active .bubble,.progress-indicator>li.active .bubble:after,.progress-indicator>li.active .bubble:before{
	background-color:#474747;
	border-color:#474747
}
.progress-indicator>li.active{
	color:#474747
}
.progress-indicator>li.active .bubble{
	color:#65d074
}
.progress-indicator>li a{
	border:0;
	color:#969696;
}
.progress-indicator>li.completed a{
	color:#4c4c4c
}
.quantity{
	border:1px solid #DDD;
	border-radius:4px;
	width:54px;
	padding:6px 0;
	text-align:center
}
.search-tabs{
	background-color:#E0E0E0;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	list-style-type:none;
	margin:0;
	position:relative
}
.search-tabs li.active > a{
	color:#de2922
}
.search-tabs li{
	-ms-flex:1;
	-webkit-box-flex:1;
	-webkit-transition:all .2s ease;
	color:inherit;
	flex:1;
	text-align:center;
	transition:all .2s ease
}
.search-tabs li:not(:first-child){
	border-left:1px solid #CCC
}
.search-tabs li a{
	font-size:400px;
	font-size:.9rem;
	color:inherit;
	display:block;
	height:30px;
	line-height:30px;
	padding:2px 10px 0;
}
.search-tabs li a:hover,.search-tabs li a.active{
	color:#de2922
}
.search-tabs li span{
	color:#999!important;
	font-size:400px;
	font-size:.9rem;
	color:inherit;
	display:block;
	height:30px;
	line-height:30px;
	padding:2px 10px 0;
	text-decoration:none
}
.search-tabs-content{
	border:solid #DDD;
	border-width:0 1px 1px;
	padding:20px
}

/*! 210930 */

.ArtDetail-Accordion{
	margin-top:30px
}
.ArtDetail-Accordion .trigger_article,.ArtDetail-Accordion .trigger{
	border-top:1px solid #000;
	padding:8px 0;
	position:relative;
	font-weight:600;
	cursor:pointer;
	background:url(img/icon_plus.svg) no-repeat right center;
	background-size:13px 13px
}
.ArtDetail-Accordion .trigger_article.trigger_article_active,.ArtDetail-Accordion .trigger.trigger_active{
	background:url(img/icon_minus.svg) no-repeat right center;
	background-size:13px 13px
}
.ArtDetail-Accordion .toggle_article_container,.ArtDetail-Accordion .toggle_container{
	padding:0 0 14px
}
.ArtDetail-Images .owl-stage-outer{
	width:calc(100% - 40px);
	margin-left:20px
}
.ArtDetail-Images .owl-nav,.commentsRow .owl-nav{
	width:100%;
	position:absolute;
	top:0
}
.commentsRow .owl-nav{
	zoom:300%
}
.commentsRow .owl-item:first-child{
	border:1px solid #E0E0E0;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3);
	padding:10px;
	overflow:hidden
}
.ArtDetail-Images .owl-prev,.commentsRow .owl-prev{
	background:url(img/icon_left.svg) no-repeat center center;
	background-size:16px 16px;
	position:absolute;
	left:0;
	display:inline-block;
	height:60px;
	width:16px;
	text-indent:-9999px
}
.ArtDetail-Images .owl-next,.commentsRow .owl-next{
	background:url(img/icon_right.svg) no-repeat center center;
	background-size:16px 16px;
	position:absolute;
	right:0;
	display:inline-block;
	height:60px;
	width:16px;
	text-indent:-9999px
}


/*! FOOTER ------------------------------------------------------------- */

.cx-footer-center {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.375rem;
    text-align: center;
}

.footer-copy {
    font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.1875rem;
}

.footer-service ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.375rem;
}

.footer-service ul a {
    color: #FFF;
    display: inline-block;
}

.footer-service ul a:hover {
    text-decoration: underline;
}


/*! TOOLS ------------------------------------------------------------------ */

.cx-experipost h3 {
    margin-bottom: 1rem;
}

.cx-experipost h3 span {
    color: rgb(var(--theme-color-red));
}

.cx-experipost ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.375rem;
}
.cx-experipost ul li {
    margin-bottom: .75rem;
}


/*! 3rd PARTY -------------------------------------------------------------- */

/*! Owl Carousel ---- */

.owl-carousel{
	overflow:hidden;
	position:relative
}
.owl-nav{
	opacity:0;
	transition:opacity .4s
}
.owl-nav i{
	font-size:2rem
}
.owl-nav .owl-prev,.owl-nav .owl-next{
	background-color:rgba(255,255,255,0.8);
	border-radius:0;
	border:0;
	cursor:pointer;
	color:rgb(var(--bt-grey))!important;
	font-size:3rem;
	font-weight:400;
	height:100%;
	margin:0;
	position:absolute;
	top:0;
	transform:none;
	transition:.4s;
	width:3rem;
	height:100%
}
.owl-nav .owl-prev:not(.disabled):hover,.owl-nav .owl-next:not(.disabled):hover{
	background-color:rgba(255,255,255,0.8);
	box-shadow:none;
	color:rgb(var(--bt-orange))!important
}
.owl-nav .owl-prev.disabled,.owl-nav .owl-next.disabled{
	opacity:0;
	visibility:hidden
}
.owl-nav .owl-prev{
	box-shadow:4px 0 7px -5px rgba(0,0,0,0.2);
	left:0
}
.owl-nav .owl-next{
	box-shadow:-4px 0 7px -5px rgba(0,0,0,0.2);
	right:0
}
.owl-carousel:hover .owl-nav{
	opacity:1
}
.owl-dots{
	bottom:1rem;
	left:50%;
	position:absolute;
	transform:translateX(-50%)
}
.owl-dots .owl-dot span{
	background-color:rgb(var(--bt-grey-light));
	border-color:rgb(var(--bt-grey-light));
	border-radius:30px;
	display:block;
	height:8px;
	margin:5px;
	opacity:.8;
	transition:all .3s ease;
	width:8px;
	-webkit-backface-visibility:visible
}
.owl-dots .owl-dot.active span{
	background-color:#FFF;
	opacity:1;
	width:24px
}
.owl-dots .owl-dot:hover span{
	background-color:#FFF
}
.owl-carousel .item img{
	z-index: 12
}



/*! RESPONSIVE, BABY! -------------------------------------------------- */

@media screen and (min-width: 1200px){ /* EXTRA LARGE */
}
@media screen and (min-width: 992px){ /* LARGE */

	.cx-product-add {
		padding-top: 1rem;
	}

    .container {
		max-width: 1180px
	}
    .cx-header-flexbreak{
		flex-basis:100%;
		height:0;
		overflow:hidden;
		width:0
	}
    .cx-header-service{
		min-width:150px;
		text-align: right
	}

    .cx-header-search{
        flex-basis:auto;
        width:50%;
        padding: 15px 20px 0 0;
    }

	.cx-header-nav {
		border: solid rgb(var(--theme-divider-color));
		border-width: 1px 0;
		position:relative;
		display:block!important;
		font-size: 1rem;
	}

	.footer-service ul li {
		display: inline-block;
		margin-right: 1.25rem;
	}


	.menu{
		box-sizing:border-box;
		height:50px;
		margin:0;
		padding:0;
		display:flex;
		position:relative
	}
	.menu,.menu ol{
		list-style-type:none
	}
	.menu-top-nav-item{
		color:inherit;
		flex:1 auto 0
	}
	.menu-top-nav-item a.root{
		color:rgb(var(--theme-color));
		display:block;
		height:50px;
		font-weight:600;
		line-height:50px;
		padding-right:1.5rem;
		position:relative;
		text-decoration:none;
		z-index:inherit
	}
	.menu-top-nav-item a.root:hover{
		color:rgb(var(--theme-color-cyan))
	}
	.menu-top-nav-item a.root span{
		overflow:visible;
		text-align:left;
		position:relative;
		padding:14px 0
	}
	.menu-top-nav-item a[aria-haspopup].open span:before,.menu-top-nav-item a.root:hover span:before{
		content:'';
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		bottom:0;
		box-shadow:inset 0 -2px 0 rgb(var(--theme-color-cyan))
	}
	.menu-top-nav-item a[aria-haspopup]{
		padding:0 1.5rem;
		border:1px solid transparent
	}
	.menu-top-nav-item a[aria-haspopup].open{
		border-left-color:#e0e0e0;
		border-right-color:#e0e0e0;
		border-bottom-color:#FFF;
		color:rgb(var(--theme-color-cyan));
		position:relative;
		box-shadow:0 1px 0 0 #FFF
	}
	.menu-panel{
		background:#fff;
		border:1px solid #e0e0e0;
		border-top-width:0;
		box-shadow:0 2px 3px 0 rgba(0,0,0,.1);
		color:#000;
		display:block;
		left:-1px;
		opacity:0;
		overflow:hidden;
		padding:2rem 1.5rem 1.5rem;
		position:absolute;
		text-align:left;
		top:51px;
		transition:all 0 ease .15s;
		visibility:hidden;
		width:calc(100% + 2px);
		z-index:1001
	}
	.menu-panel.open{
		opacity:1;
		top:51px;
		transition:opacity 250ms ease,max-height 500ms ease,visibility 0 linear 0s,top 0 linear 0;
		visibility:visible;
		z-index:1001
	}
	.menu-panel ol{
		display:flex;
		flex-wrap:wrap;
		margin:0;
		padding:0
	}
	.menu-panel > ol > li{
		float:left
	}
	.menu-panel > ol > li:first-of-type{
		border-left:none;
		box-shadow:none;
		padding-left:0;
	}
	.menu-panel.cols-4 > ol > li{
		width:23.1%
	}
	.menu-panel-group h3{
		font-size:1.1875rem;
		font-weight:300;
		padding:0 7px 1rem
	}
	.menu-panel-group h3 > a{
		color:#333
	}
	.menu-panel-group h3 > a:hover{
		color:rgb(var(--theme-color-cyan));
		text-decoration:none
	}
	.menu-panel-group ol{
		flex-direction:column;
		width:100%
	}
	.menu-panel-group li{
		list-style-type:none;
		display:block;
		width:100%
	}
	.menu-panel-group li > a{
		color:#595959;
		font-size:.95rem;
		letter-spacing:.0125rem;
		display:block;
		padding:0 7px;
		line-height:2.1875rem;
		width:calc(100%);
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis
	}
	.menu-panel-group li > a:hover{
		color:rgb(var(--theme-color-cyan));
		text-decoration:none;
		background-color:#F5F5F5;
		border-radius:2px
	}


	.cx-header-service .navigation{
		display:none
	}


}
@media screen and (max-width: 991.98px){ /* SMALL + MEDIUM */

	.cx-product-img {
		padding: 1.5rem 0 2rem 0;
	}
	.cx-product-price {
		padding-top: .75rem;
	}

	.cx-box-sidebar {
		display: none;
	}


    .cx-logo{
		margin-right:auto;
		padding-bottom:15px;
		padding-top:15px
	}
    .cx-logo a{
		background:url(img/logo_brand.svg) no-repeat 0 0;
		background-size:236px 32px;
		height:32px;
		width:236px
	}
    .cx-meta-nav{
		display:none
	}

	.cx-footer .container {
		padding: 0 2rem;
	}
    .cx-footer-top h2 {
        margin-bottom: .5rem;
    }

	.footer-service ul li {
		margin-bottom: .75rem;
	}

	.cx-header-service {
		margin-top:3px;
		display:block;
		flex:0 0 auto;
		margin-right:-15px;
		opacity:1;
		order:2;
		position:relative;
	}
	.cx-header-service ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.cx-header-service li {
		float: left;
		margin: 0;
		height:50px;
		width:40px;
	}

	.cx-header-service li:last-child {
		margin-right: 0;
	}

	.cx-header-service .desc{
		display:none !important
	}
	.cx-breadcrumbs{
		display:none
	}

    .cx-header-nav{
		display: none;
		padding-top:20px;
		padding-bottom:20px;
		z-index: 9001
	}

	.cx-header-service .warenkorb button {
		background: url(img/icon_cart.svg) no-repeat center center;
		background-size: 28px 28px;
	}
	.cx-header-service .konto button {
		background: url(img/icon_user.svg) no-repeat center center;
		background-size: 28px 28px;
	}
	.cx-header-service .navigation-trigger {
		background: url(img/icon_menu.svg) no-repeat center center;
		background-size: 24px 24px;
	}

	.cx-header-service .warenkorb .label{
		background-color:#e5f4f6;
		border-radius:50%;
		box-shadow:0 1px 1px 0 rgba(0,0,0,.2),1px 1px 2px 0 rgba(0,0,0,.3);
		color:#007688;
		font-size:11px;
		font-weight:600;
		height:18px;
		right:0;
		line-height:18px;
		position:absolute;
		text-align:center;
		top:4px;
		width:18px;
	}




	.menu,.menu ol{
		list-style-type:none;
		margin:0;
		padding:0
	}
	.menu hr {
		display: none
	}
	.menu-top-nav-item a.root {
		display: block;
		font-weight:600;
		background-color:#F5F5F5;
		padding:.5rem 1rem;
		border-radius:2px;
		margin-bottom:.25rem
	}
	.menu-panel-group li{
		list-style-type:none;
		display:block;
		width:100%
	}
	.menu-panel > ol > li{
		font-size: .95rem;
		margin: .5rem 0 .5rem 1rem
	}
	.menu-panel-group h3{
		font-size:1.1875rem;
		margin-bottom: .25rem
	}
	.megamenu{
		padding-bottom: 1rem;
	}

	header  {
		padding-bottom: 15px;
	}

	.footer-item {
		padding-top: 1.5rem;
	}

	.footer-item .cx-btn {
		display: block;
		width: 100%;
	}

	nav .submenu {
		display: none;
	}

}
@media screen and (min-width: 576px) and (max-width: 991.98px){ /* MEDIUM ONLY */

	.cx-header-service li {
		width:50px;
	}

}
@media screen and (max-width: 575.98px){ /* SMALL ONLY*/
    .cx-header-service{
		margin-right:0
	}
	.btn-trigger {
		width: 100%;
	}
}

/*! END OF LINE */


