body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
* {
    padding:0;
    margin:0;
    text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
}
html,
body {
    margin:0;
    padding:0;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  color:#4a4a49;
}
.orange {
    color:#f5a576;
}
.logo {
	max-width:300px;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
}
.header {
	padding-top:50px;
	padding-bottom:25px;
	text-align:center;
	position:fixed;
	z-index:1;
	width:100%;
	top:0;
}
header,
header a {
	color:#ffffff;
	text-decoration:none;
}
header {
	border-top: 5px solid #4a4a49;
}
#container {
	text-align:left;
	margin-top:200px;
	padding-bottom:50px;
}
#article-1 {
	height: calc(100vh - 250px);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:450px;
}
footer {
	background-color:#4a4a49;
	display: inline-block;
	float: left;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
	color:#ffffff;
	font-size:13px;
}
footer .max-width {
	display: flex;
	justify-content: space-between;
}
footer a {
	color:#ffffff;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}
.footer-menu {
	color:#ffffff;
	opacity:0.7;
	float:left;
}
.footer-menu li {
	float:left;
	display:inline-block;
}
.footer-menu li:not(:last-child)::after {
    content: '·';
    padding-left: 4px;
    padding-right: 4px;
}
footer img {
	max-width:35px;
	margin-right:10px;
}
.coming-soon h1{
	font-size: 65px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  padding-bottom:0;
}
.coming-soon h1 span.light{
	font-weight: 300;
	font-size: 31px;
	letter-spacing: 0.4em;
	padding-left: 20px;
}
.max-width{
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
header .max-width {
	max-width:1500px;
}
h1 {
	padding-bottom:20px;
}
/* smaller */
.smaller .header {
	text-align: left;
	transition:all ease 1s;
}
.smaller .logo {
	overflow: hidden;
	max-width: 190px;
}
.smaller .logo img {
	margin-left: -140px;
}
.no-small-logo.smaller .logo {
    display:none;
}
/* onlinelager */
.cm_listing.default {
	display: block;
	border: 1px solid #d1d1d1;
	margin-top: 20px;
	margin-bottom: 20px;
    position: relative;
  display: inline-block;
  width: 100%;
  box-sizing:border-box;
 }
 .listing-wrapper {
     display:flex;
     justify-content: start-end;
 }
.listing-left {
    float:none;
}
.listing-right {
    padding:30px;
}
.cm_listing.default a{
	text-decoration:none;
	color:#4a4a49;
}
.cm-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
}

.cm-slider-track {
    display: flex;
    transition: transform 0.6s ease;
    height: 100%;
}

.cm-slide {
    min-width: 100%;
    height: 100%;
}

.cm-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Navigation */
.cm-prev,
.cm-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: 0;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.cm-prev { left: 10px; }
.cm-next { right: 10px; }

/* Dots */
.cm-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.cm-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
}

.cm-dots button.active {
    background: #fff;
}
.cm_listing.default img {
    display: block;
  width: 420px;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
/* filter */
.ropdown {
  display: none;
  position: absolute;
  left: 0;
  background: white;
  border: 1px solid #d1d1d1;
  width: 100%;
  box-sizing: border-box;
  max-height: 150px;
  overflow-y: auto;
}
.widget-checkbox label {
  display: block;
  padding: 5px;
  cursor: pointer;
  background-color:#ffffff;
}
.widget-checkbox label:hover {
  background-color: #f5a576;;
}
.widget-checkbox .auswahlfeld label:hover {
  background-color: #ffffff;
}
.widget-checkbox .auswahlfeld label {
    line-height:30px;
}
.widget-checkbox label {
    line-height:22px;
}
dropdown-wrapper {
    border-radius:3px;
}
.widget-checkbox input[type="checkbox"]:checked + label,
.widget-checkbox input[type="radio"]:checked + label {
  background-color: #4a4a49 !important;
  color: #fff !important;
}
.widget-checkbox input {
    display:none;
}
.widget-checkbox fieldset {
    border: 0;
}
.dropdown-wrapper {
    border: 1px solid #d1d1d1;
}
.widget-text input {
    display: block;
  border: 1px solid #d1d1d1;
  padding:5px;
  line-height:30px;
  font-size:16px;
  font-weight:normal;
  font-family: 'Open Sans';
}
.listing-filter-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
button.submit {
    background-color: #4a4a49;
  color: #fff;
  border: 0;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
  line-height: 32px;
  width: 100%;
  margin-top: 26px;
  transition:all ease 1s;
}
button.submit:hover,
button.zurueck:hover{
    background-color:#f5a576;
}
button.zurueck {
    background-color: #4a4a49;
  color: #fff;
  border: 0;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
  line-height: 32px;
  margin-top:50px;
  transition:all ease 1s;
}
.dropdown-wrapper {
    height: 100%;
    max-height:200px;
  overflow: auto;
}
.dropdown-felder {
    position: absolute;
  left: 0;
  background: white;
  border: 1px solid #d1d1d1;
  width: 100%;
  box-sizing: border-box;
  max-height: 150px;
  overflow-y: auto;
  z-index:10;
}
.widget-checkbox {
    position:relative;
}
.ce_form {
overflow: visible;
  z-index: 10;
  position: relative;
  background-color: #eee;
  border-radius: 5px;
  padding: 20px;
}
.dropdown-wrapper:focus-within .dropdown-felder {
  display: block;
}
.dropdown-wrapper .dropdown-felder {
    display:none;
}
.dropdown-wrapper.show .dropdown-felder {
    display:block;
}
.zuruecksetzen {
text-decoration: none;
  color: #4a4a49;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
  width: 100%;
  display: block;
}
.ce_form legend,
.widget-text label{
    font-weight: 600;
  margin-bottom: 5px;
  display:block;
}
.listing-right h4,
.listing-right p,
.cm_master.default h4,
/*.cm_master.default p*/
.cm_details p{
    display:inline-block;
}
.listing-right h4,
.cm_master.default h4{
    font-size: 16px;
  font-weight: 600;
  min-width: 125px;
  margin-bottom: 5px;
}
.listing-right h3 {
    margin-bottom:20px;
}
.cm_master.default img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.slider-menu b {
  width: 50px;
  height: 4px;
  background-color: #4a4a49;
  position: relative;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
.slider-menu b.active {
    background-color: #f5a576;;
}
.slider-control .slider-menu {
  top: 20px;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  font-size: 27px;
  text-align: center;
}
.slider-control .slider-menu {
	font-size:0;
}
.home .coming-soon {
    position: absolute;
  width: 100%;
  bottom: 60px;
  color: #fff;
}
.home video {
    height: calc(100vh - 200px);
}
.home #container {
  margin-top: 160px;
}
.home .header {
  padding-top: 30px;
}
p {
    margin-bottom:1em;
}
.text-only .ce_text a {
    text-decoration:none;
    color:#4a4a49;
}
.text-only .ce_text a:hover {
    text-decoration:underline;
}
h2 {
    margin-bottom:15px;
}
h3 {
    margin-bottom:10px;
}
.cm_master.default {
    position:relative;
}

.cm_master.default a {
    color:#4a4a49;
    text-decoration:none;
}
.cm_listing.default p {
    margin-bottom:6px;
}
.cm_listing.default h3 {
    text-transform:uppercase;
}
/*a.btn-mail */
.price-btn-wrapper {
    font-size: 40px;
  position: absolute;
  right: 50px;
  bottom: 30px;
}
.price-btn-wrapper a,
.price-btn-wrapper .price-btn-show,
.price-btn-wrapper .price-btn-hide {
    cursor:pointer;
}
.price-btn-show,
.price-btn-hide {
    font-size:16px;
}
.price-btn-wrapper .price-btn-show,
.price-btn-wrapper .price-btn-hide {
    display:none; 
}
.price-btn-wrapper.show .price-btn-show {
    display:block; 
}
.price-btn-wrapper.hide-button .price-btn-show{
    display:none;
}
.price-btn-wrapper.hide-button.show .price-btn-hide{
    display:block;
}
.cm_price .price {
    display:none;
}
.cm_price.show-price .price {
    display:block;
}
.cm_master.default .slider-control a,
.slider-control a {
  color: #fff;
  text-decoration: none;
  font-weight: lighter;
  font-size: 100px;
  opacity: 0.6;
  transform: scale(1,0.7);
  height: 100px;
  line-height: 75px;
  margin-top: -120px;
}
.slider-control a:hover,
.cm_master.default .slider-control a:hover{
  transform: scale(1,0.5);
  opacity: 0.8;
}
.slider-control .slider-prev {
  left: 20px;
}
.slider-control .slider-next {
  right: 20px;
}
.login-formular {
    max-width:300px;
    margin-top:30px;
    margin-bottom:130px;
    margin-left: auto;
    margin-right: auto;
}
.ce_headline.login-formular-headline {
    max-width:300px; 
    margin-left: auto;
    margin-right: auto;
    margin-top:70px;
}
.login-formular input,
.login-formular .widget-text input,
.login-formular .widget-password input{
  display: block;
  border: 1px solid #d1d1d1;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Open Sans';
  box-sizing: border-box;
  width: calc(100% - 2px);
  padding: 5px 12px;
  margin-left: 1px;
}
.login-formular label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  margin-top:15px;
}
.login-formular input:focus {
  outline: 1px solid #f5a576;
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/open-sans-v43-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../../files/fonts/open-sans-v43-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/fonts/open-sans-v43-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/fonts/open-sans-v43-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../../files/fonts/open-sans-v43-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/open-sans-v43-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../../files/fonts/open-sans-v43-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../../files/fonts/open-sans-v43-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../../files/fonts/open-sans-v43-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../../files/fonts/open-sans-v43-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@media only screen and (max-width: 850px) {
  .home video {
    height: calc(100vh - 160px);
    width:auto;
  }
}
@media only screen and (max-width: 768px) {
  .coming-soon h1 {
    font-size: 40px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    text-align: center;
  }
  	.coming-soon h1 span.light {
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 0.38em;
    padding-left: 10px;
  }
  footer .max-width {
    display:block;
  }
  .footer-menu {
  margin-top: 15px;
}
}
.custom-filter-dropdown,
.custom-filter-dropdown .cfd-wrap,
.custom-filter-dropdown .cfd-panel {
  overflow: visible !important;
  max-height: none !important;
}

.custom-filter-dropdown .cfd-wrap {
  width: 100%;
}

.custom-filter-dropdown .cfd-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  /*padding: 12px 14px;*/
  padding:5px 12px;
  border: 1px solid #cfcfcf;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
  text-align: left;
  font: inherit;
  line-height:30px;
}

.custom-filter-dropdown .cfd-toggle:focus-visible,
.custom-filter-dropdown .cfd-search:focus-visible {
  outline: 1px solid #f5a576;
  /*outline: 2px solid #007acc;
  outline-offset: 2px;*/
}

.custom-filter-dropdown .cfd-item input[type="checkbox"]:focus-visible + .cfd-item-label {
  outline: 1px solid #f5a576;
  /*outline: 2px solid #007acc;
  outline-offset: 2px;*/
}

.custom-filter-dropdown .cfd-toggle-text {
  display: block;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-filter-dropdown .cfd-toggle-icon {
  flex: 0 0 auto;
}

.custom-filter-dropdown .cfd-panel {
  margin-top: 8px;
  /*padding: 12px;*/
  border: 1px solid #cfcfcf;
  background: #fff;
  box-sizing: border-box;
}

/*.custom-filter-dropdown .cfd-search-row {
  margin-bottom: 12px;
}*/

.custom-filter-dropdown .cfd-search {
  display: block;
  border: 1px solid #d1d1d1;
  /*padding: 5px;*/
  padding:5px 12px;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Open Sans';
  width: 100%;
  box-sizing: border-box;
/*  width: 100%;
  display: block;
  padding: 10px 12px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  font: inherit;
  line-height: 1.4;
  min-height: 42px;*/
}

.custom-filter-dropdown .cfd-options {
  display: block;
}

.custom-filter-dropdown .cfd-group {
  border: 0;
  margin: 0 0 12px 0;
  padding: 0;
}

.custom-filter-dropdown .cfd-group legend {
  font-weight: 600;
  margin-bottom: 8px;
}

.custom-filter-dropdown .cfd-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  /*margin: 0 0 8px 0;*/
  margin:0;
}

.custom-filter-dropdown .cfd-item input[type="checkbox"] {
  margin-top: 3px;
}

.custom-filter-dropdown .cfd-item-label {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.custom-filter-dropdown .cfd-empty {
  /*margin-top: 8px;*/
  color: #4a4a49;
  line-height:30px;
  padding:5px 12px;
}

.custom-filter-dropdown .cfd-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.custom-filter-dropdown .cfd-options.is-scrollable {
  /*max-height: 160px;*/
  max-height:128px;
  overflow-y: auto;
}

/* css */
.widget-text input {
  display: block;
  border: 1px solid #d1d1d1;
  /*padding: 5px;*/
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Open Sans';
  box-sizing: border-box;
  width: 100%;
  padding:5px 12px;
}
.widget-text input:focus {
  outline: 1px solid #f5a576;
}
