
/* Hide background images until page load (JS removes .deferred-bg from <html>) */
html.deferred-bg .custom-icon[data-afterload-class] { min-height: 1px; }
html.deferred-bg .latest_article .img-link::before,
html.deferred-bg .fewo_slider_featured .info .info-icon,
html.deferred-bg .featured-objects .info .info-icon,
html.deferred-bg .map_picker .search_form .button,
html.deferred-bg .fewo-consent-blocker__overlay,
html.deferred-bg .lb-nav a.lb-prev,
html.deferred-bg .lb-nav a.lb-next { background-image: none !important; }

body {
    --text-color: #2C2C2C;
    --error-color: #DE350B;
    --link-color: #8BBB2B;
    --link-hover-color: #8BBB2B;
    --text-warning-color: #F2AC0A;
    --text-error-color: #DE350B;
    --text-gray-color: #a2a2a2;
    --text-green-color: #1aa408;
    --background-color: #8eb723;
    --border-color: #C2C2C2;
    --star-color: var( --background-color );
	min-width: 320px;
	background-color: var( --page-background-color );
}

table {
	width: 100%;
}


button.link {
	border: 0;
	background: transparent;
	color: var( --link-color );
	cursor: pointer;
	min-height: 40px;
	font-size: inherit;
}

button.link:hover {
	text-decoration: underline;
	color: var( --link-hover-color );
}


.custom-icon {
	display: inline-block;
	background-size: cover;
}

body.is_development #wpadminbar{
	background-color: var( --link-color )!important;
}

body.is_development:not( .admin-bar ) {
	border-top: 10px solid var( --link-color );
}

.vertical_separator::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 1em;
	background-color: var( --text-color );
	margin: 0 10px;
	vertical-align: middle
}

.hide {
	display: none!important;
}

.show {
	display: block!important;
}

.clearfix:after {
     content: "";
     display: table;
     clear: both;
}



.background_image {
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  	transition: opacity 0.5s;
  	opacity: 1;
}

a.background_image:hover {
	opacity: 0.8;
}



ul.no-style {
    margin: 0;
    padding: 0;
}
ul.no-style li {
    list-style: none;
    margin: 0;
    padding: 0;
}


.scrollbar_hide::-webkit-scrollbar {
	height: 0;
	width: 0;
	background: transparent;
}

.scrollbar_hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}







.arrow {
	--arrow-size: 50px;
	background-color: white;
	cursor: pointer;
	width: var( --arrow-size );
	height: var( --arrow-size );
	text-align: center;
	line-height: calc( var( --arrow-size ) + 12px );
	border-radius: 50%;
	transition: background-color 0.2s;
	border: 1px solid white;
}

.arrow i {
    width: 16px!important;
    height: 24px!important;
    margin-left: -4px;
}

.arrow.right i {
    margin-left: 4px;
}


@media ( pointer: fine ) {

	.arrow:hover {
		background-color: var( --background-color );
		color: white;
	}

	.arrow:hover i {
		filter: brightness(0) invert(1);
	}
}



.fewo_button {
	background-color: var( --background-color );
	color: white;
	padding: 8px 15px;
	display: inline-block;
	text-decoration: none;
	transition: background-color 0.3s, border-color 0.3s;
	font-weight: 600;
	border-radius: 6px;
	cursor: pointer;
	border: 1px solid var( --border-color );
	font-size: 16px;
}

.fewo_button.white {
	background-color: white;
	border: 1px solid #ddd;
	color: var( --text-color );
}

.fewo_button i {
	vertical-align: middle;
	line-height: inherit;
}

a.fewo_button {
	color: var( --link-color );
	text-decoration: none;
}

.fewo_button:hover {
	text-decoration: none;
	border: 1px solid var( --background-color );
}


.fewo_button.white:hover {
	background-color: #fafafa;
	border-color: var( --background-color );
}

.fewo_button.big {
	padding: 11px 15px;
}



#lightbox .lb-close {
	filter: brightness(0) invert(1);
}



.no-scroll {
	overflow: hidden !important;
}


.underlined-title {
    color: var( --link-color );
    padding-bottom: 0.45em;
    margin-bottom: 30px;
    background-image: linear-gradient( to right, var( --link-color ) 33%, rgba( 255, 255, 255, 0 ) 0% );
    background-position: bottom;
    background-size: 0.36em 0.1em;
    background-repeat: repeat-x;
}





@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fade-out {
  animation-name: fade-out;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}




.image_black {
	filter: brightness(0);
}

.image_white {
	filter: brightness(0) invert(1);
}


.table_wrapper {
	overflow-x: auto;
	margin-bottom: 24px;
}

.table_wrapper table {
	margin-bottom: 0;
}


@media( max-width: 600px ){
	body .su-list ul li {
		padding-top: 8px!important;
		padding-bottom: 8px!important;
	}
}


.sheets_included_label {
	background-color: #2D9388;
	color: white;
	padding: 0.25em 0.7em;
	width: auto;
    line-height: 1em;
}

.sheets_included_label div {
	position: relative;
}

.sheets_included_label .popup {
	left: 0;
	margin-left: -0.7em!important;
	width: calc( 100% + 0.7em * 2 );
	vertical-align: text-bottom;
}

.sheets_included_label .fewo_info_popup {
    vertical-align: middle;
    line-height: 1;
    margin-bottom: 1px;
    display: inline-block;
    margin-right: -2px;
}



.discount_label {
	background-color: var(--text-warning-color);
	color: white;
	width: auto;
    line-height: 1em;
	clear: both;
}

.discount_label div {
	position: relative;
}

.discount_label .fewo-icon {
	vertical-align: text-bottom!important;
	margin-right: -2px;
}

