/*
Theme Name: Urovision
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/* fira-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: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/fonts/fira-sans-v17-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-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: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/fonts/fira-sans-v17-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-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: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/fonts/fira-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-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: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/fonts/fira-sans-v17-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-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: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/fonts/fira-sans-v17-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-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: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/fonts/fira-sans-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-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: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/fonts/fira-sans-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-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: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/fonts/fira-sans-v17-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Flaticon";
  src: url("/wp-content/fonts/Flaticon.eot");
  src: url("/wp-content/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("/wp-content/fonts/Flaticon.woff") format("woff"),
       url("/wp-content/fonts/Flaticon.ttf") format("truetype"),
       url("/wp-content/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/wp-content/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-next:before { content: "\f122"; }
.flaticon-next-1:before { content: "\f123"; }
.flaticon-next-2:before { content: "\f124"; }
.flaticon-next-3:before { content: "\f125"; }

html {
    background: #f4f4f4;
}

body, #wrap_all, #header {
    max-width: 1920px;
    margin: 0 auto;
    box-shadow: 0 0 100px -30px #00000038;
    /* border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4; */
}

body, p, a, li, input {
    font-family: 'Fira Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
}

#header_meta {
    padding-top: 5px!important;
}

h1, h2, h3, h4 {
	text-transform: none!important;
	font-weight: 500;
	letter-spacing: normal !important;
}

h1 {
    font-size: 40px;
    line-height: 1.1em!important;
    margin-bottom: 25px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 25px;
}

h4 {
    color: #84bd52 !important;
}

h4 + h2 {
    margin-top: 10px;
}

.avia_textblock h2:after {
    content: "";
    background: #84bd52;
    width: 120px;
    height: 2px;
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
}

.avia_textblock.centered h2:after {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.invert .avia_textblock h2:after {
    background: #ffffff;
}

strong {
    font-weight: 500;
}

.mb-0 h1, .mb-0 h2, .mb-0 h3 {
    margin-bottom: 0;
}

@media screen and (max-width: 990px) {
	h1 {
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
 	body, p, a, li, input {
    font-size: 17px;
	}
  	h1, h2 {
    font-size: 26px;
    letter-spacing: normal !important;
	} 
	h3 {
    font-size: 20px;
	}
	h1 br, h2 br, h3 br {
    display: none !important;
	} 
  	#header_meta {
    padding-top: 10px!important;
    display: none;
	}
  	.responsive .phone-info {
    text-align: left;
    }
  	#header_meta .container {
    min-height: 30px;
    display: flex;
	}
  	.responsive #top #menu-item-shop.cart_dropdown {
     margin-left: 0;
     padding: 0 !important;
    }
  	#menu-item-shop .cart_dropdown_link {
    padding: 0!important;
	}
}

/* HEADER & MENU */

#header_main {
    border: none;
    height: 65px !important;
    line-height: 65px !important;
	z-index: 99;
}

#header_meta .account-menu {
    display: flex;
    margin: 0;
}

#header_meta .account-menu ul {
    list-style: none;
    display: inline-block;
    border: none !important;
}

#header_meta .account-menu li {
    color: #ccc !important;
    padding: 0;
    line-height: 1.3em;
    height: auto;
}

#header_meta .account-menu li a {
    color: #555 !important;
    padding: 5px 10px !important;
    position: relative !important;
    vertical-align: top;
    min-height: 35px;
    display: table-cell;
    line-height: 25px;
}

.avia-menu-fx {
    display: none !important;
}

.html_cart_at_menu.html_header_searchicon .menu-item-search-dropdown {
    padding-right: 0;
}

#top .menu-item-search-dropdown > a.avia-svg-icon svg:first-child, #top .menu-item-search-dropdown > a.avia-svg-icon img[is-svg-img="true"] {
    /* z-index: 10; */
}

#top #s {
    padding: 5px 47px 5px 18px;
    /* border-radius: 100px !important;
    border-color: #89bd4b; */
}

.avia-search-tooltip {
    border-radius: 8px;
}

#top #searchsubmit, .ajax_load {
    line-height: 40px !important;
    background: #89bd4b !important;
    border: none !important;
	border-radius: 0 5px 5px 0 !important;
    /* border-radius: 0 100px 100px 0 !important;
    width: 40px !important;
    min-width: 40px !important; */
}

/* #searchform .av_searchform_search.avia-svg-icon {
    font-size: 18px;
    margin: 0;
    line-height: 0;
    padding: 8px 10px;
} */

#top .template-search input {
    padding: 10px 47px 10px 9px !important;
}

#top .template-search #searchsubmit, #top .template-search .av_searchform_search {
    height: 48px !important;
    width: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
}

#top .template-search .av_searchform_search {
    padding-left: 16px !important;
    padding-top: 4px !important;
    font-size: 22px;
}

.avia-search-tooltip #searchform .av_searchform_search.avia-svg-icon {
    margin-top: 5px;
}

.avia-search-tooltip #searchform>div {
    margin: 7px;
}

.phone-info a.btn {
    line-height: 25px;
    background: #84bd52;
    color: #fff !important;
    padding: 5px 25px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 18px;
    margin-right: 10px;
}

.phone-info a.btn.outline.gray {
    background: transparent;
    color: #555 !important;
    border: 2px solid #555;
    padding: 3px 35px 3px 20px;
}

.phone-info a.btn:hover {
    opacity: 0.85;
}

.phone-info a.btn.outline.gray:hover {
    background: #555;
    color: #fff !important;
}

.logo {
    max-width: 300px;
	overflow: visible;
	position: relative!important;
}

.av-main-nav > li > a:hover {
    color: #84bd52 !important;
}

.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 114px;
}

#header_main .widget {
    padding: 0 !important;
}

.only-scroll {
    display: none;
}

.header-scrolled .only-scroll {
    display: block!important;
}

.menu-item .av_font_icon {
    padding-left: 0 !important;
    margin-right: 0 !important;
}

ul.sub-menu {
    width: auto !important;
}

#top .av-main-nav ul a {
    min-height: auto;
    font-size: 16px;
    border-bottom: 1px solid #f4f4f4;
}

.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet {
    opacity: 1;
    width: 7px;
    height: 7px;
    background: #84b03e !important;
    top: 20px;
    margin-left: -18px;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
    padding: 12px 30px;
  	font-weight: 500;
    color: #555 !important;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay li li a {
    padding-left: 50px;
  	font-weight: 300;
}

#header_meta {
    background: transparent !important;
}

#header_meta .container {
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.3em;
    padding-top: 8px;
    padding-bottom: 2px;
    }

@media screen and (min-width: 1200px) {
  	#header_main .container {
    height: 65px !important;
    line-height: 65px !important;
	}
  	nav.main_menu {
    height: 65px !important;
    line-height: 65px !important;
    right: -5px !important;
	}
  	.av-main-nav > li > a {
    line-height: 65px !important;
    height: 65px !important;
    width: auto!important;
    font-size: 18px;
    padding: 0 15px;
    letter-spacing: 0;
    font-weight: 400;
    }
  	.header-scrolled .logo {
    top: 10px;
	}
  	.header-scrolled #header_main, .header-scrolled #header_main .container, .header-scrolled nav.main_menu, .header-scrolled .av-main-nav > li > a {
    line-height: 60px !important;
    height: 60px !important;
	}
  	.header-scrolled #header_meta {
    margin-bottom: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
    display: block;
	margin-right: 0!important;
    }
	.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
    display: none;
    }
}

@media only screen and (min-width: 768px) {
	.menu-account a, menu-cart a {
    padding: 0 8px !important;
    text-align: center !important;
    color: #4a4a4a !important;
  	}
	.logo {
    top: -20px;
	}
}

@media only screen and (max-width: 767px) {
    .responsive #top .logo {
    height: 50px !important;
    }
  	.responsive .logo img, .responsive .logo svg {
    max-height: 50px!important;
    padding-top: 5px !important;
    }
  	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container {
    height: 60px!important;
    line-height: 55px!important;
	padding-top: 5px;
    }
	.responsive #top #wrap_all .main_menu {
    height: 55px;
    }
	.av-burger-menu-main a {
    margin: 0 !important;
    padding: 0 !important;
	}
  	.responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
    padding-right: 0;
    margin-right: 0;
    }
  	.noMobile.menu-item {
    display: none !important;
	}
  	#top #av-burger-menu-ul .only-scroll {
    display: inline-block!important;
    width: 49%;
    margin-right: 1%;
    background: #f4f4f4;
	}
  	.only-scroll.menu-account {
    border-right: 2px solid #e5e5e5 !important;
	}
  	.only-scroll .av_font_icon {
    float: none!important;
    margin-right: 0 !important;
	}
}

/* HEADERS & CONTENT */

.custom-header.main-header .highlight {
    background: linear-gradient(45deg, #86b335, #4c96cc);
    border-radius: 12px;
    color: #fff;
    padding: 15px;
  	top: 30px;
}

.custom-header.main-header .highlight h1, .custom-header.main-header .highlight h2, .custom-header.main-header .highlight p {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.3em;
}

.slideshow_align_caption {
    background: linear-gradient(45deg, #86b335, #4c96cc);
    border-radius: 12px;
    color: #fff;
    max-width: 55% !important;
    text-align: left;
    padding: 25px 35px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.avia-caption-content p {
    font-size: 24px !important;
    font-weight: 400;
}

.avia-slideshow.av_slideshow_full .avia-caption-title {
    font-size: 30px;
    line-height: 1.2em;
  	font-weight: 500;
    color: #fff;
}

.header-icons .flex_column {
    background: linear-gradient(180deg, #f3f3f3, #f1f1f1);
    box-shadow: 0 12px 30px -10px #00000045;
    border-radius: 12px;
    padding: 30px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    border-bottom: 1px solid #ffffff;
}

.header-icons .flex_column:before {
    content: "";
    background: linear-gradient(45deg, #86b335, #4c96cc);
    position: absolute;
    display: none;
    width: 100%;
    height: 12px;
    z-index: 99;
    visibility: visible;
    left: 0;
    top: 0;
    border-radius: 12px;
}

.header-icons .flex_column:hover {
    box-shadow: 0 12px 30px -10px #00000063;
}

.header-icons .flex_column .av_textblock_section p {
    font-weight: 400;
    color: #84bd52;
    margin-bottom: 0 !important;
}

.header-icons .flex_column .av_textblock_section h3 {
    font-size: 26px;
    position: relative;
    color: #505050;
    line-height: 1em;
    margin-top: 7px;
}

.header-icons .flex_column .av_textblock_section h3:after {
    font-size: 30px !important;
    font-family: 'Flaticon';
    content: "\f125";
    position: relative;
    margin-left: 10px;
    font-weight: bold;
    top: 3px;
  	transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

.header-icons .flex_column:hover .av_textblock_section h3:after {
    margin-left: 15px;
  	color: #84bd52;
}

.header-icons .flex_column .avia-image-container {
    max-width: 90px;
    background: #8bbd35;
    border-radius: 100%;
    padding: 15px;
}

.header-icons .flex_column .avia-image-container img {
    filter: invert(1);
}

#top .av-control-minimal .avia-slideshow-arrows a.avia-svg-icon {
    border: 2px solid #ffffff;
    background: #fff;
}

#top .av-control-minimal .avia-slideshow-arrows a.avia-svg-icon svg:first-child {
    stroke: #89bd4b;
    fill: #89bd4b;
}

@media screen and (min-width: 768px) {
	.header-icons {
    margin-top: -30px;
    margin-bottom: 30px;
    z-index: 99;
    position: relative;
    background: transparent !important;
	}
}

@media screen and (min-width: 1201px) {
	.header-icons {
    margin-top: -50px;
    margin-bottom: 50px;
	}
  	.header-icons .flex_column .avia-image-container, .header-icons .flex_column .av_textblock_section {
    display: table-cell;
    vertical-align: middle;
	}
  	.header-icons .flex_column .av_textblock_section {
    width: 70%;
	}
	.header-icons .flex_column .avia-image-container {
    width: 30%;
	}
  	.custom-header.main-header .highlight {
    padding: 25px 35px;
	}
}

@media screen and (max-width: 1320px) {
 	.avia-slideshow.av_slideshow_full .avia-caption-title, .avia-caption-content p {
    font-size: 26px;
	} 
	.avia-caption-content p {
    font-size: 24px !important;
	}
}

@media screen and (max-width: 767px) {
  	.avia-fullwidth-slider .avia-slideshow {
    overflow: visible !important;
  	}
  	.avia-fullwidth-slider .slideshow_align_caption {
	width: 100% !important;
    max-width: 100% !important;
    padding: 15px;
    position: relative;
    top: 0;
    transform: none;
	}
  	.avia-fullwidth-slider .slideshow_caption {
    position: relative;
	}
  	.avia-fullwidth-slider .avia-slideshow-inner {
    overflow: visible;
    margin-bottom: 170px !important;
	}
  	.avia-fullwidth-slider .avia-slideshow li {
    overflow: visible;
    height: auto !important;
	}
  	.avia-fullwidth-slider .caption_fullwidth {
    top: 160px;
    position: relative !important;
    }
  	.avia-fullwidth-slider .av_slideshow_full li img {
    border-radius: 0px;
    position: absolute;
    top: 0;
    max-height: 180px;
    object-fit: cover;
    height: 180px;
    }
  	.responsive #top .slideshow_caption h2 {
    font-size: 20px!important;
    margin-bottom: 10px;
    font-weight: 600;
    }
	.responsive #top .avia-caption-content p {
    font-size: 18px!important;
    margin-bottom: 0;
    font-weight: 400;
    }
  	.header-icons .flex_column {
    background: linear-gradient(180deg, #f3f3f3, transparent);
    box-shadow: 0 12px 20px -20px #000000ba;
    padding: 20px;
	}
  	.header-icons .av_textblock_section {
    text-align: center;
	}
  	.header-icons .flex_column .av_textblock_section p {
    font-size: 20px;
	}
  	.header-icons .flex_column .av_textblock_section h3 {
    font-size: 20px;
    text-align: center;
	}
  	.header-icons .flex_column .avia-image-container {
    display: none;
	}
	.avia-slideshow-dots.avia-slideshow-controls {
    display: none;
	}
}

/* GENERAL STYLING */

.mt-0 {margin-top: 0!important;}
.mt-10 {margin-top: 10px!important;}
.mt-20 {margin-top: 20px!important;}
.mt-30 {margin-top: 30px!important;}
.mt-40 {margin-top: 40px!important;}
.mt-50 {margin-top: 50px!important;}
.mt-75 {margin-top: 75px!important;}
.mt-100 {margin-top: 100px!important;}
.mt-125 {margin-top: 125px!important;}
.mt-150 {margin-top: 150px!important;}

.mb-0 {margin-bottom: 0!important;}
.mb-10 {margin-bottom: 10px!important;}
.mb-20 {margin-bottom: 20px!important;}
.mb-30 {margin-bottom: 30px!important;}
.mb-40 {margin-bottom: 40px!important;}
.mb-50 {margin-bottom: 50px!important;}
.mb-75 {margin-bottom: 75px!important;}
.mb-100 {margin-bottom: 100px!important;}
.mb-125 {margin-bottom: 125px!important;}
.mb-150 {margin-bottom: 150px!important;}

.mr-0 {margin-bottom: 0!important;}
.mr-10 {margin-bottom: 10px!important;}
.mr-20 {margin-bottom: 20px!important;}
.mr-30 {margin-bottom: 30px!important;}
.mr-40 {margin-bottom: 40px!important;}
.mr-50 {margin-bottom: 50px!important;}
.mr-75 {margin-bottom: 75px!important;}
.mr-100 {margin-bottom: 100px!important;}
.mr-125 {margin-bottom: 125px!important;}
.mr-150 {margin-bottom: 150px!important;}

.ml-0 {margin-left: 0!important;}
.ml-10 {margin-left: 10px!important;}
.ml-20 {margin-left: 20px!important;}
.ml-30 {margin-left: 30px!important;}
.ml-40 {margin-left: 40px!important;}
.ml-50 {margin-left: 50px!important;}
.ml-75 {margin-left: 75px!important;}
.ml-100 {margin-left: 100px!important;}
.ml-125 {margin-left: 125px!important;}
.ml-150 {margin-left: 150px!important;}

.mr-0 {margin-right: 0!important;}
.mr-10 {margin-right: 10px!important;}
.mr-20 {margin-right: 20px!important;}
.mr-30 {margin-right: 30px!important;}
.mr-40 {margin-right: 40px!important;}
.mr-50 {margin-right: 50px!important;}
.mr-75 {margin-right: 75px!important;}
.mr-100 {margin-right: 100px!important;}
.mr-125 {margin-right: 125px!important;}
.mr-150 {margin-right: 150px!important;}

.pt-0 {padding-top: 0!important;}
.pt-10 {padding-top: 10px!important;}
.pt-20 {padding-top: 20px!important;}
.pt-30 {padding-top: 30px!important;}
.pt-40 {padding-top: 40px!important;}
.pt-50 {padding-top: 50px!important;}
.pt-75 {padding-top: 75px!important;}
.pt-100 {padding-top: 100px!important;}
.pt-125 {padding-top: 125px!important;}
.pt-150 {padding-top: 150px!important;}

.pb-0 {padding-bottom: 0!important;}
.pb-10 {padding-bottom: 10px!important;}
.pb-20 {padding-bottom: 20px!important;}
.pb-30 {padding-bottom: 30px!important;}
.pb-40 {padding-bottom: 40px!important;}
.pb-50 {padding-bottom: 50px!important;}
.pb-75 {padding-bottom: 75px!important;}
.pb-100 {padding-bottom: 100px!important;}
.pb-125 {padding-bottom: 125px!important;}
.pb-150 {padding-bottom: 150px!important;}

.pr-0 {padding-bottom: 0!important;}
.pr-10 {padding-bottom: 10px!important;}
.pr-20 {padding-bottom: 20px!important;}
.pr-30 {padding-bottom: 30px!important;}
.pr-40 {padding-bottom: 40px!important;}
.pr-50 {padding-bottom: 50px!important;}
.pr-75 {padding-bottom: 75px!important;}
.pr-100 {padding-bottom: 100px!important;}
.pr-125 {padding-bottom: 125px!important;}
.pr-150 {padding-bottom: 150px!important;}

.pl-0 {padding-left: 0}
.pl-10 {padding-left: 10px!important;}
.pl-20 {padding-left: 20px!important;}
.pl-30 {padding-left: 30px!important;}
.pl-40 {padding-left: 40px!important;}
.pl-50 {padding-left: 50px!important;}
.pl-75 {padding-left: 75px!important;}
.pl-100 {padding-left: 100px!important;}
.pl-125 {padding-left: 125px!important;}
.pl-150 {padding-left: 150px!important;}

.pr-0 {padding-right: 0!important;}
.pr-10 {padding-right: 10px!important;}
.pr-20 {padding-right: 20px!important;}
.pr-30 {padding-right: 30px!important;}
.pr-40 {padding-right: 40px!important;}
.pr-50 {padding-right: 50px!important;}
.pr-75 {padding-right: 75px!important;}
.pr-100 {padding-right: 100px!important;}
.pr-125 {padding-right: 125px!important;}
.pr-150 {padding-right: 150px!important;}

@media screen and (max-width:768px) {
	.mt-0-s {margin-top: 0!important;}
	.mt-10-s {margin-top: 10px!important;}
	.mt-20-s {margin-top: 20px!important;}
	.mt-30-s {margin-top: 30px!important;}
	.mt-40-s {margin-top: 40px!important;}
	.mt-50-s {margin-top: 50px!important;}
	.mt-75-s {margin-top: 75px!important;}
	.mt-100-s {margin-top: 100px!important;}
	.mt-125-s {margin-top: 125px!important;}
	.mt-150-s {margin-top: 150px!important;}

	.mb-10-s {margin-bottom: 10px!important;}
	.mb-0-s {margin-bottom: 0!important;}
	.mb-20-s {margin-bottom: 20px!important;}
	.mb-30-s {margin-bottom: 30px!important;}
	.mb-40-s {margin-bottom: 40px!important;}
	.mb-50-s {margin-bottom: 50px!important;}
	.mb-75-s {margin-bottom: 75px!important;}
	.mb-100-s {margin-bottom: 100px!important;}
	.mb-125-s {margin-bottom: 125px!important;}
	.mb-150-s {margin-bottom: 150px!important;}

	.mr-0-s {margin-bottom: 0!important;}
	.mr-10-s {margin-bottom: 10px!important;}
	.mr-20-s {margin-bottom: 20px!important;}
	.mr-30-s {margin-bottom: 30px!important;}
	.mr-40-s {margin-bottom: 40px!important;}
	.mr-50-s {margin-bottom: 50px!important;}
	.mr-75-s {margin-bottom: 75px!important;}
	.mr-100-s {margin-bottom: 100px!important;}
	.mr-125-s {margin-bottom: 125px!important;}
	.mr-150-s {margin-bottom: 150px!important;}

	.ml-0-s {margin-left: 0!important;}
	.ml-10-s {margin-left: 10px!important;}
	.ml-20-s {margin-left: 20px!important;}
	.ml-30-s {margin-left: 30px!important;}
	.ml-40-s {margin-left: 40px!important;}
	.ml-50-s {margin-left: 50px!important;}
	.ml-75-s {margin-left: 75px!important;}
	.ml-100-s {margin-left: 100px!important;}
	.ml-125-s {margin-left: 125px!important;}
	.ml-150-s {margin-left: 150px!important;}

	.mr-0-s {margin-right: 0!important;}
	.mr-10-s {margin-right: 10px!important;}
	.mr-20-s {margin-right: 20px!important;}
	.mr-30-s {margin-right: 30px!important;}
	.mr-40-s {margin-right: 40px!important;}
	.mr-50-s {margin-right: 50px!important;}
	.mr-75-s {margin-right: 75px!important;}
	.mr-100-s {margin-right: 100px!important;}
	.mr-125-s {margin-right: 125px!important;}
	.mr-150-s {margin-right: 150px!important;}

	.pt-0-s {padding-top: 0!important;}
	.pt-10-s {padding-top: 10px!important;}
	.pt-20-s {padding-top: 20px!important;}
	.pt-30-s {padding-top: 30px!important;}
	.pt-40-s {padding-top: 40px!important;}
	.pt-50-s {padding-top: 50px!important;}
	.pt-75-s {padding-top: 75px!important;}
	.pt-100-s {padding-top: 100px!important;}
	.pt-125-s {padding-top: 125px!important;}
	.pt-150-s {padding-top: 150px!important;}

	.pb-0-s {padding-bottom: 0!important;}
	.pb-10-s {padding-bottom: 10px!important;}
	.pb-20-s {padding-bottom: 20px!important;}
	.pb-30-s {padding-bottom: 30px!important;}
	.pb-40-s {padding-bottom: 40px!important;}
	.pb-50-s {padding-bottom: 50px!important;}
	.pb-75-s {padding-bottom: 75px!important;}
	.pb-100-s {padding-bottom: 100px!important;}
	.pb-125-s {padding-bottom: 125px!important;}
	.pb-150-s {padding-bottom: 150px!important;}

	.pr-0-s {padding-bottom: 0!important;}
	.pr-10-s {padding-bottom: 10px!important;}
	.pr-20-s {padding-bottom: 20px!important;}
	.pr-30-s {padding-bottom: 30px!important;}
	.pr-40-s {padding-bottom: 40px!important;}
	.pr-50-s {padding-bottom: 50px!important;}
	.pr-75-s {padding-bottom: 75px!important;}
	.pr-100-s {padding-bottom: 100px!important;}
	.pr-125-s {padding-bottom: 125px!important;}
	.pr-150-s {padding-bottom: 150px!important;}

	.pl-10-s {padding-left: 10px!important;}
	.pl-0-s {padding-left: 0!important;}
	.pl-20-s {padding-left: 20px!important;}
	.pl-30-s {padding-left: 30px!important;}
	.pl-40-s {padding-left: 40px!important;}
	.pl-50-s {padding-left: 50px!important;}
	.pl-75-s {padding-left: 75px!important;}
	.pl-100-s {padding-left: 100px!important;}
	.pl-125-s {padding-left: 125px!important;}
	.pl-150-s {padding-left: 150px!important;}

	.pr-0-s {padding-right: 0!important;}
	.pr-10-s {padding-right: 10px!important;}
	.pr-20-s {padding-right: 20px!important;}
	.pr-30-s {padding-right: 30px!important;}
	.pr-40-s {padding-right: 40px!important;}
	.pr-50-s {padding-right: 50px!important;}
	.pr-75-s {padding-right: 75px!important;}
	.pr-100-s {padding-right: 100px!important;}
	.pr-125-s {padding-right: 125px!important;}
	.pr-150-s {padding-right: 150px!important;}
	
	.padding-mobile-20 {padding:20px!important;}
}

div.hide {
    display: none !important;
}

.container_wrap {
    border: none!important;
}

ul {
    margin-left: 0;
}

.avia_playpause_icon {
    transform: scale(1);
    border-radius: 100px;
    border: 4px solid #80ad49  !important;
	background: #ffffffe8;
}

#top .avia_playpause_icon:before {
    left: 8px;
    line-height: 100px;
    font-size: 65px;
	color: #80ad49 ;
}

.avia-animated-number-icon {
    /* display: block;
    margin: 0 0 10px 0; */
    color: #89bd4b !important;
    font-size: 40px;
    margin-right: 15px;
}

.heading.avia-animated-number-title, .heading.avia-animated-number-title span {
    color: #000000;
    font-weight: 600;
    opacity: 1;
  	letter-spacing: 0.5px;
}

.heading.avia-animated-number-title .avia-no-number {
    font-weight: 400 !important;
    font-size: 24px !important;
    letter-spacing: normal !important;
    color: #767676;
    line-height: 1.3em;
}

.avia-animated-number-content p {
    font-size: 22px !important;
    margin-top: 10px!important;
    letter-spacing: normal !important;
    color: #767676;
    line-height: 1.3em;
}

a {
	transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

.avia-section {
    background-size: cover;
}

.avia-shadow {
    box-shadow: none;
    border: none;
}

.auto {background-size: auto!important;}
.contain {background-size: contain!important;}
.cover {background-size: cover!important;}

.no-padding, .no-padding .container {padding: 0!important;}

ol {
    margin-left: 0;
}

li {break-inside: avoid-column;}

p:last-child {
    margin-bottom: 0;
}

p:first-child {
    margin-top: 0;
}

.special-list ul, .check-list ul {
    list-style: none!important;
    padding: 0!important;
    margin: 20px 0 0 0;
}

.special-list.centered-list ul, .check-list ul.centered-list {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.special-list ul li, .check-list ul li {
    line-height: 1.6em;
    position: relative;
    margin-bottom: 15px;
    margin-left: 35px;
    font-size: 22px;
    font-weight: 500;
    color: #6A6969;
}

.special-list ul li:last-child, .check-list ul li:last-child {
    margin-bottom: 0!important;
}

.check-list ul li:before {
    content: "";
    position: absolute;
    left: -35px;
    background: url(/wp-content/uploads/2024/07/list-check.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: 8px;
}

.special-list ul li:before {
    content: "";
    position: absolute;
    left: -30px;
    background: url(/wp-content/uploads/extras/bullet-check-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
}

.big-list-numbers.two-columns {
    column-count: 2;
    column-gap: 30px;
    column-fill: balance;
    -webkit-column-break-inside: avoid;
}

.big-list-numbers.two-columns li::marker {
    color: #b5132c!important;
    font-size: 45px;
    font-weight: 700;
}

.big-list-numbers ol {
    list-style: none;
    counter-reset: css-counter 0;
}

.big-list-numbers ol li {
    counter-increment: css-counter 1;
    position: relative;
    padding-left: 75px;
    line-height: 1.3em;
  	margin-bottom: 20px;
}

.big-list-numbers ol li:before {
    content: counter(css-counter) ". ";
    font-size: 55px;
    font-weight: 700;
    color: #8c9ba8;
    position: absolute;
    left: -10px;
    top: 15px;
    text-align: right;
    width: 70px;
}

.gradient-gray {
	background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%)!important;
}

.gradient-gray-invert {
	background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%)!important;
}

.pop p, .pop p strong, .pop li {
    font-size: 22px;
	line-height: 1.3em;
}

.pop h3 {
    font-size: 30px!important;
	margin-bottom: 0;
}

.pop h2 {
    font-size: 40px!important;
	margin-bottom: 0;
}

#scroll-top-link {
    border-radius: 8px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    right: 5px;
}

.flex_column, .flex_cell {
  background-size: cover !important;
}

.shadow-top {box-shadow: inset 0px 50px 30px -30px #0000000a;}
.shadow-bottom {box-shadow: inset 0px -50px 30px -30px #0000000a;}

.invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h5, .invert p, .invert strong, .invert a, .invert i, .invert div, .invert .avia-testimonial-meta, .invert .avia-testimonial-meta span {
    color: #fff!important;
}

.uppercase h1, .uppercase h2, .uppercase h3, .uppercase h4, .uppercase h5, .uppercase p, .uppercase strong, .uppercase a, .uppercase i, .uppercase div {
    text-transform: uppercase !important;
}

.invert a {
    color: #d8d8d8!important;
    font-weight: normal!important;
}

.invert a:hover {
    opacity: 0.8;
}

.not-invert h1, .not-invert h2, .not-invert h3, .not-invert h4, .not-invert h5, .not-invert h5, .not-invert p, .not-invert strong, .not-invert a, .not-invert i, .not-invert div {
    color: #000!important;
}

.limited-width-1050, .limited-width-950, .limited-width-850, .limited-width-750, .limited-width-600 {
	display:block!important;
	margin-left:auto!important;
	margin-right:auto!important;
	float:none!important;
}

.limited-width-1050 {max-width:1050px;}
.limited-width-950 {max-width:950px;}
.limited-width-850 {max-width:850px;}
.limited-width-750 {max-width:750px;}
.limited-width-600 {max-width:600px;}

a.cmplz-show-banner {
    cursor: pointer;
}

#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 20px;
}

#top .img-header, #top .img-header .content, #top .img-header .container {
	padding: 0!important;
	max-width: 100%!important;
}

#top .img-header img {
	border-radius: 0 !important;
}

@media screen and (min-width: 768px) {
	.avia-section-huge .content, .avia-section-huge .sidebar {
    padding-top: 100px!important;
    padding-bottom: 100px!important;
	}
}

@media screen and (max-width: 990px) {
	.no-background-mobile {background-image: none!important;
	}
	.special-list ul li, .check-list ul li {
    line-height: 1.35em;
    font-size: 18px;
	margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.content {
    padding-top: 20px;
    padding-bottom: 20px;
	}
	.flex_column {
    transform: none!important;
	}
	.avia-section {
    padding-top: 0!important;
    padding-bottom: 0!important;
	background-size: cover;
	}
	.avia-section .content, .avia-section .sidebar {
    padding-top: 45px!important;
    padding-bottom: 45px!important;
	}
  	.avia-section.custom-breadcrumbs .content, .avia-section.custom-breadcrumbs .sidebar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    }
	.pop h2 {
    font-size: 25px!important;
	letter-spacing: normal!important;
	}
	.avia-testimonial {
    padding: 0px 10px!important;
	}
  	.avia-animated-number {
    margin-bottom: 20px;
    display: block;
	}
  	.avia-animated-number-icon {
    display: block;
    margin: 0 0 10px 0;
	}
  	.heading.avia-animated-number-title, .heading.avia-animated-number-title .avia-single-number, .heading.avia-animated-number-title .avia-no-number {
    color: #89bd4b;
    font-weight: 500!important;
    font-size: 26px!important;
	}
  	.avia-animated-number-content p {
    font-size: 20px !important;
    margin-top: 5px !important;
    margin-bottom: 20px !important;
	}
	#top .img-header, #top .img-header .content, #top .img-header .container {
	padding: 0!important;
	width: 100%!important;
	max-width: 100%!important;
	min-height: unset;
	}
	.sidebar_left .inner_sidebar {
    margin-right: 0;
	}
	.responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: block;
    padding: 0;
    }
}

@media screen and (max-width: 550px) {
	.pop p, .pop p strong, .pop li {
    font-size: inherit;
	}
	.avia-slideshow-arrows {
    display: none!important;
	}
}


/* BUTTONS */

.avia-button, .invert .avia-button, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit], input[type="submit"], #submit, .button, .wpg-back-link a, .sidebar button, .woocommerce-product-search button {
    background: #84bd52!important;
	box-shadow: none!important;
    border-radius: 12px !important;
    font-weight: 400 !important;
    padding: 8px 20px !important;
    margin-top: 25px !important;
    font-size: 18px !important;
    line-height: 1.3em !important;
    color: #fff !important;
    height: auto !important;
	font-family: 'Fira Sans', Arial, sans-serif;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	cursor: pointer;
	
}

.woocommerce-product-search button {
	border: none!important;
}

.avia-button:hover, .invert .avia-button:hover, .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover, input[type="submit"]:hover, #submit:hover, .button:hover, .wpg-back-link a:hover {
    opacity: 0.85;
}

.black .avia-button, .avia-button.black {
    background: #555!important;
    border: 2px solid #555!important;
    color: #fff!important;
	padding: 8px 20px !important;
}

.black .avia-button:hover, .avia-button.black:hover {
    background: #000!important;
    border: 2px solid #000!important;
}

.produkt-back-button:before {
    content: "\e830";
    font-family: entypo-fontello;
    margin-right: 2px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    font-weight: 100;
    position: relative;
}

.outline .avia-button, .avia-button.outline, .sidebar button, .btn-login.button {
    background: transparent!important;
    border: 3px solid #84bd52!important;
    color: #84bd52!important;
	padding: 5px 20px !important;
}

/* #top .btn-login.button {
    display: block !important;
    float: none !important;
    position: relative !important;
    margin-top: 10px !important;
} 

#top.logged-in .btn-login.button {display: none!important;} */

.outline .avia-button:hover, .avia-button.outline:hover, .sidebar button:hover, .btn-login.button:hover {
    background: #84bd52!important;
    border: 3px solid #84bd52!important;
    color: #fff!important;
}

.woocommerce-page .button {
	float: none!important;
}

.sidebar button {
	text-transform: uppercase;
}

.invert .avia-button {
    background: #ffffff !important;
    border: 3px solid #ffffff !important;
    color: #000000 !important;
}

.avia-buttonrow-wrap .avia-button:last-child {
    padding: 6px 20px !important;
    background: #ffffff !important;
    color: #89bd4b !important;
    position: relative;
  	border-radius: 12px !important;
  	transition: All 0.1s ease;
    -webkit-transition: All 0.1s ease;
	border: 3px solid #89bd4b !important;
}

.avia-buttonrow-wrap .avia-button:last-child:hover {
    color: #fff !important;
	background: #89bd4b !important;
	opacity: 1!important;
}

.invert .avia-buttonrow-wrap .avia-button:last-child {
    padding: 8px 20px !important;
    background: transparent !important;
	border: 3px solid #fff !important;
    color: #fff !important;
    position: relative;
    top: 0;
  	border-radius: 12px !important;
}

.invert .avia-buttonrow-wrap .avia-button:last-child:hover {
    color: #000 !important;
	background: #fff !important;
}

.invert .btn-login.button {
    background: transparent!important;
    border: 2px solid #ffffff!important;
    color: #fff!important;
}

.invert .btn-login.button:hover {
    background: #ffffff!important;
    border: 2px solid #ffffff!important;
    color: #000000!important;
}

#searchsubmit, .ajax_load {
    padding: 0!important;
    margin: 0!important;
	border-radius: 0!important;
}

.textwidget .avia-button .av_font_icon {
    float: none;
    display: inline-block;
    margin-right: 2px;
}

@media screen and (max-width: 767px) {
	.avia-button, .invert .avia-button, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit], input[type="submit"], #submit, .button {
    font-size: 18px !important;
	}
}

/* FORMS */

.nf-form-content {
    max-width: 100%!important;
}

.nf-form-content {
    padding: 0!important;
}

#top .nf-form-content input[type='text'], #top .nf-form-content input[type='email'], #top .nf-form-content textarea {
    width: 100%!important;
    padding: 13px 15px;
    font-family: 'Fira Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    height: auto;
}

.nf-form-fields-required {
    display: none;
}

.nf-field-description, .nf-field-description p, .nf-field-description a {
    margin: 0!important;
    font-size: 16px!important;
    line-height: 1.3em!important;
}

.nf-field-description, .nf-field-description p + p {
    margin-top: 15px !important;
}

.nf-field-description a {
    color: #79ad56;
}

.nf-field-description a:hover {
    color: #539abc;
}

.nf-field-element p, .nf-field-element a, .nf-field-element strong, .nf-field-element li, .nf-form-content label, .nf-form-content label strong, .nf-error-msg, .ninja-forms-req-symbol {
    font-size: 18px;
    font-weight: 500 !important;
    letter-spacing: normal !important;
    font-size: 18px !important;
}


.nf-error-msg, .nf-error .nf-error-msg {
    font-family: 'Fira Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px!important;
    margin-bottom: 0!important;
}

.nf-error.field-wrap .nf-field-element:after {
    top: 9px!important;
    right: 10px!important;
    height: 38px!important;
    width: 40px!important;
    line-height: 40px!important;
    border-radius: 100px!important;
}

.nf-field .html-wrap p, .nf-field .html-wrap a {
    margin-top: 0;
    font-size: 15px;
}

.nf-form-content input[type=submit] {
    margin-top: 0!important;
}

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    margin-bottom: 0;
  	font-family: 'Fira Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	border-radius: 5px;
	border-color: #afafaf!important;
}

::placeholder {
    color: #959595!important;
  	opacity: 1!important;
	font-weight: 400!important;
}

.checkbox-container.label-right .field-wrap {
    display: block!important;
}

.nf-field-description {
    display: block!important;
    float: none;
    width: 100%;
    line-height: 1.4em;
    font-size: 18px;
    margin-top: 10px;
    padding-top: 10px;
}

.nf-form-fields-required {
    font-size: 18px;
    padding-left: 12px;
}

.nf-response-msg:not(.woocommerce-catalog-mode-popup .nf-response-msg) {
    padding: 30px;
    font-size: 18px;
    margin-bottom: 50px !important;
    border: 1px solid #f4f4f4 !important;
    border-bottom: 5px solid #89bd4b !important;
    background: rgb(242, 242, 242) !important;
    /* background: linear-gradient(0deg, rgb(230 230 230) 0%, rgb(255 255 255) 100%) !important; */
    line-height: 1.4em;
    font-weight: 600 !important;
    /* max-width: 600px; */
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 30px 50px -30px #00000096;
    margin-top: 25px;
}

.nf-response-msg p, .invert .nf-response-msg p {
    color: #000!important;
	font-weight: 400!important;
}

.nf-before-form-content {
    display: block;
	margin-bottom: 15px;
}


.spam-wrap label {
    font-weight: 400 !important;
}

.spam-wrap label strong {
    color: #7eaf4a;
}

span.red {
    color: red;
}

#top textarea {
    min-height: 160px!important;
}

.formfield label {
    font-weight: 500!important;
}

.formfield .erklaerung, .formfield .erklaerung a {
    font-size: 15px;
    line-height: 1.3em;
}

.formfield {
    margin-bottom: 20px;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number']:not(.quantity input.qty), #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select, #top #s, #ajaxsearchlite1 .probox .proinput input {
    line-height: 1.5em;
    color: #6d6d6d;
	background: #fff!important;
    font-weight: 300;
	font-family: "Fira Sans", Arial, sans-serif !important;
    font-size: 18px !important;
	border-radius: 5px;
	border-color: #afafaf!important;
}

.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 5px!important;
}

#top .nf-form-content .listradio-container li {
    float: left;
    width: auto;
    margin-right: 20px !important;
}

.nf-form-content .listradio-container li label {
    font-weight: 400 !important;
}

@media screen and (min-width:768px) {
	.formfield.one-third {
    width: calc(33% - 20px);
    display: inline-block;
    margin-right: 30px;
	}
  	.formfield.one-third.last {
    margin-right: 0;
	}
  	.formfield.one-half {
    width: calc(50% - 30px);
    display: inline-block;
    margin-right: 30px;
	}
  	.formfield.one-half.last {
    margin-right: 0;
	}
}

@media screen and (max-width:767px) {
	#top .nf-form-content .listradio-container li {
    float: none;
    width: 100%;
    margin-right: 0 !important;
	}
}

/* ICON BOXES */

.iconbox {
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    margin-bottom: 0;
    display: block;
}

.iconbox .iconbox_content .iconbox_content_title, .iconbox .iconbox_content .iconbox_content_title a {
    text-transform: none !important;
    color: #555555 !important;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    font-weight: 500 !important;
    font-size: 28px !important;
    letter-spacing: unset;
}

.invert .iconbox .iconbox_content .iconbox_content_title, .invert .iconbox .iconbox_content .iconbox_content_title a {
    color: #ffffff !important;
}

.iconbox .iconbox_content .iconbox_content_title {
    margin-left: 25px;
  	margin-bottom: 10px;
}

.iconbox_icon {
    color: #555 !important;
    border: none;
    line-height: 50px !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 30px;
    position: absolute;
    top: -2px !important;
}

.iconbox .iconbox_content .iconbox_content_title:hover {
    color: #4c7c15!important;
}

@media screen and (max-width: 600px) {
	.iconbox_content {
    padding-left: 0!important;
	}
  	.iconbox .iconbox_content_title, .invert .iconbox .iconbox_content_title {
    text-align: center;
    background: transparent;
    border: 2px solid #fff !important;
    padding: 35px 10px 10px 10px !important;
    border-radius: 3px !important;
   	margin-top: 30px !important;
    font-size: 20px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    }
  	.iconbox .iconbox_content_title a, .invert .iconbox .iconbox_content_title a {
    font-size: 18px !important;
    font-weight: 400 !important;
	}
  	.iconbox_icon, .invert .iconbox_icon {
    position: absolute !important;
    top: -20px !important;
    left: 50% !important;
    background: #fff;
    color: #82ae3f !important;
    margin: 0 auto !important;
    line-height: 50px !important;
    font-size: 26px;
    line-height: 45px !important;
    width: 45px !important;
    height: 45px !important;
    z-index: 99;
    transform: translateX(-50%);
	}
}

/* FOOTER */

.custom-footer ul, .custom-footer li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-footer li {
    margin-bottom: 15px;
}

.custom-footer li:before {
    content: "\e875";
    font-family: entypo-fontello;
    margin-right: 8px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    text-shadow: 4px 0px #5e5e5e;
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 100;
    position: relative;
    top: -1px;
}

.custom-footer h3 {
    font-size: 22px;
    margin-bottom: 25px;
}

.custom-footer strong {
    color: #000000;
}

.custom-footer .av_font_icon {
    width: calc(32% - 15px);
	max-width: 50px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    animation: none !important;
    transform: none!important;
}

.custom-footer .av_font_icon a {
    color: #000000 !important;
    display: inline-block;
    padding: 0;
    border-radius: 8px;
    font-size: 25px !important;
    border: 2px solid #838383;
    line-height: 45px !important;
}

.custom-footer .av_font_icon a:hover {
    color: #dddddd !important;
    background: #000000 !important;
    border: 2px solid #000000;
}

.custom-footer a {
    color: #000000;
}

.iconbox_content {
    padding-left: 35px;
}

.iconbox_icon {
    position: absolute !important;
    top: -5px !important;
    left: -2px !important;
}

.footer-contact-boxes .iconbox_content_title {
    margin: 0 0 5px 0 !important;
    font-size: 24px !important;
}

.custom-bottom li {
    list-style: none;
    padding: 0;
    margin: 0 15px 15px 0;
    display: inline-block;
  	vertical-align: top;
}

.custom-bottom li:last-child:not(.mod_quickmenu li:last-child) {
    margin-right: 0;
}

.custom-bottom ul {
    margin: 0;
}

.custom-bottom p, .custom-bottom a, .custom-bottom li {
    font-size: 16px;
}

@media screen and (min-width: 768px) {
	.custom-bottom .flex_column:last-child {
    text-align: right;
  	}
  	.custom-bottom .template-page {
    padding-bottom: 5px !important;
	}
	.custom-bottom ul {
    text-align: right;
	}
}

@media screen and (min-width: 601px) and (max-width: 1240px) {
	.custom-footer .flex_column_table {
    display: block!important;
	}
	.custom-footer .flex_column {
    width: 48% !important;
    margin-left: 4% !important;
    display: inline-block !important;
    float: none;
    vertical-align: top;
    margin-bottom: 50px !important;
    }
	.custom-footer .av-flex-placeholder, .custom-footer style {
    display: none!important;
	}
	.custom-footer .flex_column:nth-child(odd) {
    margin-left: 0!important;
	}
}

@media screen and (max-width: 600px) {
	.custom-bottom {
    padding-bottom: 30px !important;
	}
  .custom-bottom li {
    display: block;
    margin: 20px 0 0 0;
  	}
  	.custom-bottom li a {
    border: 1px solid #fff;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1em;
    text-align: center;
    border-radius: 8px;
	}
}

/* REFERENZEN */

.avia-testimonial-meta .avia-testimonial-meta-mini, .avia-testimonial-meta .avia-testimonial-image {
    display: block !important;
    width: 100% !important;
    margin: 10px auto !important;
    float: none;
    text-align: center;
    height: 100% !important;
}

.avia-testimonial-content {
    max-width: 800px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.avia-slider-testimonials .avia-testimonial-content p {
    font-size: 20px;
    line-height: 1.5em;
}

#top .avia-testimonial-meta-mini {
    text-align: center!important;
    float: none!important;
	max-width: 500px;
}

.avia-testimonial-name {
    font-style: normal;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    font-size: 24px !important;
    font-weight: 400!important;
}

.avia-testimonial-subtitle {
    font-size: 16px;
	line-height: 1.5em;
}

.avia-slider-testimonials .avia-testimonial_inner .avia-testimonial-content {
    text-align: left;
}

#top .avia-slider-testimonials.av-slideshow-ui.av-control-default .avia-slideshow-arrows a {
    border-radius: 50%;
    top: 25%;
}

#top .av-large-testimonial-slider .avia-slideshow-arrows a {
    margin-top: 5%;
  	opacity: 1!important;
}

#top .av-control-minimal .avia-slideshow-arrows a:before {
    border: none;
  	font-weight: 900;
    color: #929292;
}

#top .invert .av-control-minimal .avia-slideshow-arrows a:before {
    color: #fff;
}

#top .avia-slider-testimonials:hover .avia-slideshow-arrows a, .avia_desktop #top .avia-slider-testimonials.av-slideshow-ui.av-nav-arrows-visible .avia-slideshow-arrows a, #av-admin-preview .avia-slider-testimonials.av-slideshow-ui.av-nav-arrows-visible .avia-slideshow-arrows a {
    opacity: 1;
}

@media screen and (min-width: 990px) {
	.avia-slider-testimonials .avia-testimonial_inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 850px;
    margin: 0 auto;
	}
  	.avia-slider-testimonials .avia-testimonial_inner .avia-testimonial-content {
  	width: 80%;
	}
	#top .av-large-testimonial-slider .avia-testimonial-meta {
    margin-top: 0;
    margin-left: 0;
    margin-right: 40px;
    width: 20% !important;
	}
}

@media screen and (max-width: 767px) {
	.avia-slider-testimonials .avia-testimonial-content p {
    font-size: 17px;
    line-height: 1.35em;
	}
  	.avia-testimonial-image {
    max-width: 120px;
	}
}

/* ACCORDIONS */

.toggler {
    background: #f4f4f4 !important;
    margin-bottom: 5px !important;
    border-top: 2px solid #89bd4b !important;
	border-bottom: none !important;
    padding: 20px 60px 20px 20px !important;
    line-height: 1.3em !important;
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 400;
    border-radius: 12px !important;
}

.weiss .toggler {
    background: #ffffff !important;
}

.toggle_icon {
    width: 25px!important;
    height: 25px!important;
    right: 20px;
    margin-top: -12px!important;
    border-width: 2px;
}

.toggle_icon, .vert_icon, .hor_icon {
    border-color: #89bd4b !important;
	opacity: 1 !important;
}

.toggler.activeTitle {
    color: #ffffff!important;
    border-bottom: 2px solid #fff!important;
    background: #84bd52 !important;
    margin-bottom: 0!important;
	border-radius: 12px 12px 0 0 !important;
}

.invert .toggler.activeTitle {
    color: #7dac53!important;
    background: #f4f4f4!important;
}

.toggler.activeTitle .toggle_icon, .toggler.activeTitle .vert_icon, .toggler.activeTitle .hor_icon {
    border-color: #ffffff !important;
}

.invert .toggler.activeTitle .toggle_icon, .invert .toggler.activeTitle .vert_icon, .invert .toggler.activeTitle .hor_icon {
    border-color: #7dac53 !important;
}

.toggle_content {
    box-shadow: inset 0 16px 20px -20px #00000059;
	margin-bottom: 5px!important;
	font-size: 17px!important;
    line-height: 1.3em!important;
    padding: 25px 20px!important;
	background: #fff !important;
	border-radius: 0 0 12px 12px !important;
}

.toggle_content p {
    line-height: 1.4em!important;
  	/* color: #555555 !important; */
}

.invert .toggler {color: #000!important;}
.invert .toggle_content p {color: #737373!important;}

.limited-grid, .avia-section.limited-section {
    max-width: 1380px;
    display: block;
    margin: 0 auto;
	overflow: hidden;
	float: none;
}

.avia-section.gradient {
    background: linear-gradient(45deg, #86b335, #4c96cc) !important;
}

.flex_column.gradient {
    background: linear-gradient(45deg, #86b335, #4c96cc) !important;
    padding: 30px 25px 22px 25px;
    border-radius: 20px;
}

.flex_column.info-box {
    background: linear-gradient(180deg, #eeeeee, #f3f3f3) !important;
    box-shadow: 0 20px 20px -20px #00000000;
  	transition: All .3s ease;
    -webkit-transition: All .3s ease;
  	text-align: center;
}

.flex_column.info-box.av-column-link:hover {
   	background: linear-gradient(180deg, #e4e4e4ba, #ffffff) !important;
    box-shadow: 0 20px 30px -20px #0000004f;
}

.info-box .avia-image-container {
    max-width: 90px;
    background: #8bbd35;
    border-radius: 100%;
    padding: 15px;
  	margin-bottom: 15px;
}

.info-box p {
    color: #7f7f7f;
}

.accordion-button .single_toggle {
    overflow: visible;
}

.accordion-button .toggler {
    background: #89bd4b !important;
    border-radius: 12px !important;
    font-weight: 400 !important;
    padding: 8px 20px !important;
    margin-top: 5px !important;
    font-size: 20px !important;
    line-height: 1.3em !important;
    color: #fff !important;
    height: auto !important;
    width: fit-content;
    border-bottom: none!important;	
}

.accordion-button .toggler.activeTitle {
    background: transparent !important;
    border-radius: 0 !important;
    color: #89bd4b !important;
    width: 100%;
    border-top: 1px solid #89bd4b !important;
    border-bottom: 1px solid #89bd4b !important;
    padding-left: 0 !important;
    box-shadow: none;
    font-weight: 500 !important;
    overflow: visible;
    padding: 15px 40px 15px 0 !important;
  	font-size: 0!important;
}

.accordion-button .toggler.activeTitle:before {
    content: "Weniger anzeigen";
    display: block;
    font-size: 20px;
    font-weight: 500 !important;
    overflow: visible;
    padding: 15px 40px 15px 0 !important;
}

.accordion-button .toggler .toggle_icon {display: none!important;}
.accordion-button .toggler.activeTitle .toggle_icon {display: block!important;}
.accordion-button .toggler.activeTitle .toggle_icon, .accordion-button .toggler.activeTitle .vert_icon, .accordion-button .toggler.activeTitle .hor_icon {border-color: #89bd4b !important;}

.accordion-button .toggle_content {
    background: transparent !important;
    border-bottom: none !important;
    padding: 30px 0 !important;
    box-shadow: none;
}

/* CONTAINERS */

.limited-grid .flex_cell {
	padding: 50px 50px 50px 30px;
}

.limited-grid .flex_cell.avia-builder-el-first {
	padding: 50px 30px 50px 50px;
}

.limited-grid .flex_cell.av_three_fifth, .limited-grid .flex_cell.av_two_fifth {
    padding: 50px 30px;
}


.limited-grid.downloads .flex_cell {
	padding: 30px!important;
	display: inline-block!important;
}

.limited-grid .flex_cell_inner {
    max-width: 560px!important;
	width: 100%!important;
}

.limited-grid.downloads .flex_cell_inner {
    max-width: 100%!important;
	width: 100%!important;
}

.limited-grid .flex_cell.avia-builder-el-first .flex_cell_inner {
    margin-right: 0;
    margin-left: auto;
	float:right;
}

@media only screen and (max-width: 1380px) {
	.limited-grid, .avia-section.limited-section {
  	width: 100%;
  	max-width: 100%;
  	margin: 0 auto;
  	padding-left: 0;
  	padding-right: 0;
  	float: none;
	}
	.flex_cell {
    padding: 50px;
	}
  	.flex_cell + .flex_cell {
    padding-top: 0!important;
	}
}

@media screen and (min-width:1381px) {
	.limited-grid .flex_cell_inner {
    max-width: 670px;
	}
	.limited-grid .flex_cell {
    padding-top: 65px;
    padding-bottom: 65px;
	}
	.flex_cell:first-child .flex_cell_inner {
    margin-right: 0;
    margin-left: auto;
	}
	.limited-grid .flex_cell.av_three_fifth .flex_cell_inner {
    max-width: 860px!important;
	}
	.limited-grid .flex_cell.av_two_fifth .flex_cell_inner {
    max-width: 485px!important;
	}
}

@media screen and (max-width:767px) {
	.flex_cell {width: 100%!important; display: block;}
	.flex_cell:first-child {padding-left: 50px;}
	.flex_cell:last-child {padding-right: 50px;}
	.flex_cell.column-img {
    padding-bottom: 75px;
	}
	.flex_column_table {
    margin-top: 0!important;
	}
	.av_textblock_section + .flex_column_table {
    margin-top: 30px!important;
	}
	.flex_column.shadow-box {
	margin-bottom: 30px!important;	
	}
  	.toggler {
    padding: 15px 45px 15px 15px !important;
    font-size: 17px!important;
	line-height: 1.25em !important;
    font-weight: 400;
	}
  	.toggler .toggle_icon {
    right: 10px !important;
	}
  	.toggler.activeTitle {
    font-weight: 500;
	}
  	.toggle_content p {
    font-size: inherit!important;
    line-height: 1.2em!important;
	}
  	.toggle_content {
    padding: 20px 15px !important;
	}
  	.flex_column.gradient {
    padding: 30px;
    /* width: 118% !important;
    left: -9%; 
    border-radius: 0; */
	padding: 15px;
    border-radius: 8px;
    }
  	.flex_column.info-box {
    text-align: center;
    }
}

@media screen and (max-width:500px) {
  	.flex_column.gradient {
    padding: 15px;
    }
}

/* SHADOW BOXES & LINK BOXES */

.flex_column.shadow-box {
    padding: 30px;
    box-shadow: 0 8px 30px -15px #00000069;
    border-radius: 8px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: rgb(244, 244, 244);
    background: linear-gradient(133deg, rgb(234 234 234) 0%, rgba(255, 255, 255, 1) 100%);
    border: 3px solid #fff;
}

.av-layout-tab .flex_column.shadow-box {
    box-shadow: 0 8px 30px -15px #00000069;
    background: rgb(255 255 255);
    background: linear-gradient(180deg, rgb(250 250 250) 0%, rgba(255, 255, 255, 1) 100%);
    border: 2px solid #db7c50;
}

.flex_column.shadow-box.av-column-link:hover {
    box-shadow: 0 25px 60px -25px #00000085;
}

.flex_column.shadow-box img {
    width: auto;
}

.flex_column.shadow-box h3 {
    color: #000 !important;
    font-size: 22px;
  	font-weight: 400;
}

.flex_column.link-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
	margin-bottom: 50px!important;
}

.flex_column.link-box .avia_textblock {
    padding: 15px 30px 50px 30px;
}

.flex_column.link-box h3 {
    color: #4568b6;
}

.flex_column.link-box ul, .flex_column.link-box li {
    list-style: none;
    padding: 0;
    margin: 0;
	line-height: 2em;
}

.flex_column.link-box li:before {
    content: "\e875"!important;
    font-family: entypo-fontello;
    margin-right: 7px;
    text-shadow: 6px 0px transparent;
    font-size: 16px;
    transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    color: #3d67b4;
    font-weight: bold!important;
}

.flex_column.link-box .avia-button {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.flex_column.shadow-box:last-child {
    margin-bottom: 0!important;
	}
}

@media screen and (max-width:500px) {
  	.flex_column.gradient {
    padding: 20px;
    }
	.flex_column.shadow-box {
    border-width: 1px!important;
    box-shadow: none;
    padding: 10px;
	}
	.flex_column.shadow-box h3 {
    font-size: 24px;
    letter-spacing: normal!important;
	}
}

/* NEWS */

.news-list .slide-content {
    padding: 20px 40px;
}

.news-list .slide-content .entry-title a {
    font-size: 24px !important;
    color: #84bd52 !important;
    line-height: 1.3em;
    margin-bottom: 10px;
    display: block;
}

.news-list .read-more-link {
    display: block;
    margin-top: 15px;
  	transition: All .3s ease;
    -webkit-transition: All .3s ease;
}

.news-list .read-more-link:hover {
    opacity: 0.8;
}

.news-list .read-more-link a {
    font-weight: 500;
}

a.more-link:before {
    content: "\e875";
    font-family: entypo-fontello;
    margin-right: -4px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    text-shadow: 4px 0px #89bd4b;
    font-size: 16px;
    color: #89bd4b;
    font-weight: 100;
    position: relative;
    top: -1px;
  	opacity: 0;
}

a.more-link:hover:before {
    margin-right: 8px;
  	opacity: 1;
}

.news-list .slide-entry {
    box-shadow: 0 20px 40px -20px #00000033;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
}

.news-list .slide-entry:hover {
    box-shadow: 0 20px 40px -20px #00000082;
}

.news-list .slide-meta, .news-list .more-link-arrow:after {display: none;}

@media screen and (min-width: 990px) {
	.news-list .slide-entry-wrap {
    display: flex;
	}
  	.news-list .slide-entry {
    margin-left: 2.5%;
    width: 31.66%;
  	}
  	.news-list .slide-entry.first {
    margin-left: 0;
  	}
}

@media screen and (max-width: 767px) {
 	.news-list .slide-content .entry-title a {
    font-size: 20px !important;
    line-height: 1.2em;
	} 
    .responsive #top #wrap_all .slide-entry {
    width: 100%!important;
    margin-left: 0!important;
    }
}

/* CONTACT SECTION */

.flex_column.gradient-box {
    background: linear-gradient(45deg, #86b335, #4c96cc) !important;
    padding: 40px;
    border-radius: 12px;
}

@media screen and (max-width: 767px) {
	.flex_column.gradient-box {
    padding: 25px;
    margin: 0 20px !important;
    width: calc(100% - 40px) !important;
	}
}


/* WOOCOMMERCE */

.product .product_title {
    font-size: 35px !important;
    margin-bottom: 20px;
}

table.shop_attributes td p {
    font-style: normal;
}

.woocommerce-product-details__short-description li:before {
    content: "\e875";
    font-family: entypo-fontello;
    margin-right: 8px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    text-shadow: 4px 0px #828282;
    font-size: 14px;
    color: #828282;
    font-weight: 100;
    position: relative;
    top: -1px;
}

/* Shop / Categories - Sets the aspect ratio of the image to square and contains the image within it */
#top .thumbnail_container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#top .thumbnail_container {
aspect-ratio:1/1;
}

/* Product Page - Sets the aspect ratio of the main product image to square and contains the image within it */
#top .product div.images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.template-shop .single-product-main-image .images a {
    aspect-ratio: 1/1;
    overflow: hidden;
}

/* CATALOG AND ENQUIRY */

@media screen and (min-width: 768px) {
	.single-product .product.type-product {
    display: flex;
	}
  	.single-product-main-image {
    width: 33%;
    padding-bottom: 0;
  	}
	.single-product-summary {
    width: 67%;
    }
  	.single-product-main-image .sidebar {
    display: none !important;
	}
  	.single-product .template-shop {
    box-shadow: 0 0 100px -30px #00000061;
	}
  	.single-product.product_type-variable .avia-section:not(#footer-urovision.avia-section):not(.avia-section.custom-bottom) {
    /* background: #f4f4f4; */
    padding-top: 50px;
    /* box-shadow: inset 0 30px 20px -20px #0000000f; */
	}
}

.dt-buttons {
    display: none;
}

.woocommerce-variations-table tr, .woocommerce-variations-table td, .woocommerce-variations-table th {
    text-transform: none;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 400;
  	vertical-align: middle;
  	text-align: left !important;
  	line-height: 1.3em;
}

td.variations-table-value-sk {
    font-weight: 600 !important;
}

.dataTables_scrollHead .woocommerce-variations-table tr:last-child {
    display: none;
}

.dataTables_scrollBody {
    max-height: 100% !important;
}

.dataTables_info {display: none;}

button#enquiryButton, .dataTables_paginate {
    display: none !important;
}

.single-product .template-shop {
    padding-top: 50px;
  	padding-bottom: 50px;
}

.single-product table.shop_attributes a {
    pointer-events: none;
    color: inherit !important;
}

.dataTable {
    background: transparent!important;
	border-bottom: none!important;
}

.woocommerce-variations-table thead tr th {
    background: linear-gradient(180deg, #86b335, #729b2c) !important;
    color: #ffffff;
    /* box-shadow: 0 -3px 0px 0px #85b235 !important; */
    overflow: visible !important;
    border: none !important;
    border-right: 1px solid #fff !important;
}

/* #DataTables_Table_0_wrapper:before {
    content: "Anfragefunktion ist nur für registrierte Benutzer möglich";
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #be4545;
} */

/* .logged-in #DataTables_Table_0_wrapper:before {display: none!important;} */

#DataTables_Table_0_wrapper .woocommerce-variations-table thead:before {
    content: "Produktvarianten";
    display: block !important;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Fira Sans', Arial, sans-serif;
    color: #000000 !important;
}

.woocommerce-variations-table thead th, .woocommerce-variations-table thead td {
  	font-weight: 600!important;
}

.woocommerce-variations-table thead tr th:first-child, .woocommerce-variations-table thead tr td:first-child {
  border-left: none !important;
}

.woocommerce-variations-table thead tr th:last-child, .woocommerce-variations-table thead tr td:last-child {
    border-right: none !important;
}

.woocommerce-variations-table thead tr {
    background: transparent!important;
	box-shadow: 0 -2px #588e17 !important;
}

.dataTables_scrollHead {
    overflow: visible !important;
}

.woocommerce-variations-table td button, .woocommerce-variations-table td .button {
    border-radius: 10px !important;
    padding: 8px 15px !important;
    margin-top: 5px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    white-space: nowrap;
    display: block;
    margin: 0 auto;
    float: none;
}

.woocommerce-variations-table td .enquiryLoopButton, .shop_table .actions .button {
    border: 2px solid #7dbd58 !important;
    color: #7dbd58 !important;
    background: transparent !important;
    padding: 6px 15px !important;
    top: -2px;
    position: relative;
}

.shop_table.cart.woocommerce-cart-form__contents button#enquiryCartButton {
    border: 2px solid #7dbd58 !important;
    color: #ffffff !important;
    background: #7dbd58!important;
}

button.button.alt.added {
    display: none;
}

a.added_to_cart.wc-forward {
    line-height: 2.4em;
}

.dataTables_length, .dataTables_filter {
    display: none;
}

#top div .quantity input.plus, #top div .quantity input.minus, #top div .quantity input.qty {
    line-height: 30px;
    width: 30px;
    height: 30px;
	border-color: #d8d8d8 !important;
    border-radius: 2px !important;
}

#variations-table-header-mc, .variations-table-value-mc {
    display: none !important;
}

#variations-table-header-ca {
    font-size: 0;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px;
}

table div.quantity {
    width: 90px;
}

#top div .dropdown_widget_cart {
    display: none !important;
}

.woocommerce-catalog-mode-popup-close {
    font-size: 0;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.woocommerce-catalog-mode-popup-close:after {
    content: "\e814";
    font-family: 'entypo-fontello';
    color: #90c438;
    font-size: 30px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

.woocommerce-catalog-mode-popup-close:hover:after {
    color: #5c98c2;
}

.shop_table .button {
    width: auto !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.woocommerce-catalog-mode-popup-title {
    font-size: 24px;
    font-weight: 500;
    color: #79ad56;
}

td.product-name dl.variation dt, td.product-name dl.variation dd p {
    font-size: 15px !important;
    font-weight: 400 !important;
    display: inline-block;
    line-height: 1.3em !important;
}

td.product-name dl.variation dt {
    font-weight: 500 !important;
}

td.product-name dl.variation dd p {
    top: -1px;
    position: relative;
}

td.product-name dl.variation dt:before {
    content: "•";
    margin-right: 7px;
    font-size: 20px;
    position: relative;
    top: 3px;
    color: #81b044;
}

.shop_table thead {
    background: linear-gradient(180deg, #86b335, #729b2c) !important;
    color: #ffffff;
    box-shadow: 0 -3px 0px 0px #85b235 !important;
    overflow: visible !important;
    border: none !important;
}

table.shop_table th {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 9px 12px;
    letter-spacing: normal;
    text-transform: none;
}

.shop_table thead tr {
    background: transparent !important;
}

.shop_table thead tr {
    background: transparent !important;
}

.shop_table td.product-name a {
    font-size: 17px;
    font-weight: 600;
}

.shop_table table caption, .shop_table tr:nth-child(even), .shop_table .pricing-table>li:nth-child(even), .shop_table td {
    color: #000000!important;
}

table.shop_table td {
    padding: 12px!important;
}

table.shop_table .product-remove .screen-reader-text, table.shop_table .product-thumbnail .screen-reader-text {
    clip-path: unset!important;
	position: relative!important;
	display: block !important;
	clip: unset;
	height: auto;
	width: auto;
}

.product-remove a.remove {
    display: block;
    margin: 0 auto;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-size: cover;
}

.added_to_cart_notification {
    display: none !important;
}

#top div.woocommerce-error, #top div.woocommerce-message, #top .woocommerce-info {
    margin: 0px 0px 20px 0px;
    padding: 15px 20px!important;
	border-radius: 5px;
}

#top .woocommerce-error strong {
    color: #000 !important;
}

.products.slide-entry-wrap .product a.btn, .product a.btn {
    margin: 0;
    margin-bottom: 0;
    margin-top: 0 !important;
    background: #89bd4b !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    width: calc(100% - 2px);
    border-radius: 0 0 12px 12px !important;
    padding: 15px !important;
    box-shadow: inset 0 30px 20px -20px #0000004a;
 	text-align: center;
  	font-size: 18px!important;
	position: absolute;
    bottom: 0;
	border-radius: 0 0 12px 12px !important;
}

.products.slide-entry-wrap .product .inner_product {
    box-shadow: 0 20px 15px -20px #00000047;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
	height: 100%;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.products.slide-entry-wrap .product .inner_product:hover {
    box-shadow: 0 30px 35px -20px #00000061;
    border-radius: 12px;
    border: 1px solid #ccc;
}

#top .products li a img {
    margin: 0;
}

.woocommerce-Tabs-panel {
    padding: 30px 20px 20px 20px !important;
    color: #555;
    border-top: 3px solid #8cb212 !important;
    top: -2px;
    position: relative;
}
.woocommerce-Tabs-panel tr {
    background: #f8f8f8 !important;
    color: #555 !important;
}

.woocommerce-Tabs-panel h2 {
    display: none;
}

.single-product h2 {
    font-size: 34px;
    margin-bottom: 15px;
}

#top div div.product .woocommerce-tabs ul.tabs li a {
    border: none !important;
    border-top: 3px solid #e5e5e5 !important;
    font-size: 18px;
    font-weight: 400;
    color: #9d9d9d;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
}

#top div div.product .woocommerce-tabs ul.tabs li.active a {
    border-top: 3px solid #89b228 !important;
    color: #000000!important;
}

#top div div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #000000!important;
  	box-shadow: inset -1px 6px 20px -20px #000;
}

#top div.product .woocommerce-tabs ul.tabs li:first-child a {
    border-radius: 12px 0 0 0 !important;
}

#top div.product .woocommerce-tabs ul.tabs li:last-child a {
    border-radius: 0 12px 0 0 !important;
}

div table.shop_attributes th {
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 1.4em;
}

.product_meta, .product_meta a {
    font-size: 15px !important;
}

.product_meta .sku_wrapper {
    display: none;
}

table.shop_attributes th {
    width: fit-content!important;
}

.woocommerce-catalog-mode-popup-container {
    max-width: 1920px;
    width: 84%;
    margin: 0px 4%;
    left: 46%;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_pzn {
    display: none!important;
}

.shop_table th.product-price, .shop_table th.product-subtotal, .shop_table td.product-price, .shop_table td.product-subtotal {
    display: none;
}

.responsive table.shop_table.cart td.product-price, .responsive table.shop_table.cart td.product-tax {
    display: none!important;
}

table.shop_table th.product-quantity {
    text-align: center;
}

.template-shop + .avia-section .container {
    min-height: 0;
    display: flex;
    flex-direction: column-reverse;
}

.template-shop + .avia-section h2 {
    display: none;
}

.dataTables_wrapper {margin-bottom: 50px;}

.single-product .footer-page-content #av_section_1 .template-page.content {
    border-top: none !important;
}

div.product .woocommerce-tabs {
    padding-top: 30px!important;
}

.single-product.product_type-variable #av_section_1 .template-page.content:before {
    content: "";
    background: #f4f4f4;
    position: absolute;
    top: 0;
    left: -850px;
    width: 3000px;
    height: 100%;
   	z-index: -1;
    box-shadow: inset 0 30px 20px -20px #0000000f;
}

.single .product_column h2:not(.inner_product_header_cell h2) {
    display: block;
    font-size: 30px !important;
  	font-weight: 500;
}

.mfp-bottom-bar {
    display: none;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px;
    border: 1px solid #8eb10040;
    border-radius: 5px;
    overflow: hidden !important;
}

#top .inner_product_header {
    padding: 10px 20px 65px 15px;
    box-shadow: inset 0px 20px 20px -20px #0000002e;
}

#top .inner_product_header h2 {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #5d5d5d;
	min-height: 60px;
}

.inner_product_header .avia-arrow {
    background: #ebebeb;
}

a.woocommerce-LoopProduct-link .thumbnail_container {
    display: none;
}

#top .inner_product_header {
    min-height: unset;
}

.summary .cart {
    float: none!important;
    width: fit-content!important;
}

.single-product-summary .summary .cart {
    width: 100%!important;
}

form.cart div.quantity {
    float: none!important;
    margin: 15px 0 0 0!important;
}

.sidebar button {
    margin-left: 0;
    margin-right: auto;
    display: block;
}

.sidebar .widgettitle, .sidebar ul, .sidebar-blog  .widgettitle, .sidebar-events  .widgettitle {
    text-align: left !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 15px;
	line-height: 1.3em;
}

.sidebar .widget_product_categories li {
    margin-bottom: 7px !important;
}

.sidebar .widget_product_categories li a, .sidebar .widget_product_categories li a span {
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left !important;
	color: #555!important;
}

.sidebar .widget_product_categories .count {
    color: #8bb941;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    margin-left: 3px;
}

.sidebar .widget_shopping_cart .product_list_widget li {
    font-size: 16px;
}

.sidebar .widget_shopping_cart .product_list_widget li a {
    margin-bottom: 5px!important;
	color: #555;
}

.sidebar .widget_shopping_cart .mini_cart_item a:not(a.remove), .sidebar .widget_shopping_cart .mini_cart_item li {
    font-size: 16px !important;
	padding-right: 65px;
}

.sidebar .widget_shopping_cart .mini_cart_item dl, .sidebar .widget_shopping_cart .mini_cart_item dt, .sidebar .widget_shopping_cart .mini_cart_item dd {
    font-size: 16px;
    vertical-align: top;
    line-height: 1.3em;
    margin-bottom: 5px;
	color: #555;
}

.sidebar .widget_shopping_cart .mini_cart_item dd p {
    font-size: 16px;
    vertical-align: top;
    line-height: 1.3em;
    margin-bottom: 0;
}

.newsbox {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.bild-link-sidebar {
    position: relative;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* .bild-link-sidebar img {
    position: relative;
    top: 0;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bild-link-sidebar:hover img {
    top: -7px;
} */

.bild-link-sidebar:before {
	content: "";
	background: url(/wp-content/uploads/2025/05/download-icon-katalogue.png) no-repeat;
	background-size: cover;
	height: 60px;
	width: 60px;
	opacity: 0;
	position: absolute;
	bottom: 100px;
	left: 20px;
    filter: drop-shadow(25px 5px 25px #fff);
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.bild-link-sidebar:hover:before {
	opacity: 1;
	bottom: 70px;
}

.widget .news-excerpt, .widget .news-excerpt p {
    font-size: 16px !important;
    line-height: 1.3em;
}

.widget .news-headline, .widget .news-headline a {
    font-weight: 700 !important;
    font-size: 18px;
    color: #92bd39 !important;
}

#top .sidebar .widget_shopping_cart .buttons a {
    display: block !important;
    width: 100%;
    margin-top: 10px !important;
    float: none !important;
}

#top .sidebar .widget_shopping_cart .buttons a.checkout {
    background: transparent !important;
    color: #89bd4b !important;
    border: 3px solid #89bd4b !important;
}

#top .sidebar .widget_shopping_cart .buttons a.checkout:hover {
    background: #89bd4b !important;
    color: #fff !important;
    border: 3px solid #89bd4b !important;
    opacity: 1!important;
}

#top .sidebar .widget_shopping_cart .product_list_widget li img {
    width: 60px;
    padding: 0;
    margin: 0;
    margin-right: -65px;
}

#top .sidebar .widget_shopping_cart .product_list_widget li a.remove {
    top: 0;
    line-height: 16px!important;
    margin: 0 !important;
}

.sidebar .widget_shopping_cart .product_list_widget li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
	color: #555;
}

#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
    height: 45px;
    width: 45px;
    line-height: 40px;
    border-radius: 8px !important;
    border: 3px solid #89bd4b;
    font-size: 20px;
    font-weight: 500;
}

#top .pagination .current, #top .pagination a:hover, #top .fullsize .template-blog .pagination a:hover {
    color: #fff!important;
    background: #89bd4b!important;
}

.pagination .pagination-meta {
    font-size: 18px;
}

#top div.woocommerce-message {
    border: none !important;
    outline: none !important;
    color: #516831;
    max-width: 1320px;
    display: block;
    margin: 0 auto;
    padding: 25px 300px 25px 25px;
    border-radius: 5px !important;
	margin-bottom: 15px;
}

#top .woocommerce-message a.button {
    color: #fff !important;
    width: auto !important;
    position: absolute;
    right: 25px !important;
    font-size: 18px !important;
    transform: translateY(-50%);
    max-width: 250px;
    margin-top: 0 !important;
}

button.show-password-input {
    border: none;
    background: transparent;
    padding: 0;
    margin-top: 5px !important;
    display: block;
    font-family: "Fira Sans", Arial, sans-serif !important;
    font-size: 18px !important;
}

button.show-password-input:before {
    content: "Passwort anzeigen";
    font-size: 18px;
    color: #8e8e8e;
    text-align: left;
    display: block !important;
    cursor: pointer;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button.show-password-input.display-password:before, button.show-password-input:hover:before {
    color: #84bd52;
}

button.show-password-input.display-password:before {
    content: "Passwort verbergen";
}

.woocommerce .login .lost_password {
    position: relative;
    top: 0;
    left: 0;
    font-size: 1em;
    display: block !important;
    margin-top: 10px !important;
    float: none;
}

.woocommerce .login .lost_password a {
    display: inline-block !important;
}

.woocommerce-account .woocommerce-form .button {
    display: block !important;
    float: none !important;
	text-align: left!important;
}

.archive.woocommerce-page .cat-item.current-cat a {
    color: #92bd39;
    font-weight: 700;
}

#top form.register {
    padding-bottom: 20px;
}

.addresses .title .edit {
    float: none;
}

#top .woocommerce-form label {
    font-weight: 600;
    font-size: 18px;
}

.alternate_color table caption, .alternate_color tr:nth-child(even), .alternate_color .pricing-table>li:nth-child(even), #top .alternate_color .avia-data-table.avia_pricing_minimal td {
    color: #000000;
}

@media screen and (max-width: 990px) {
    #top .avia-wc-notice-box.main_color .woocommerce-message a.button {
    font-size: 14px !important;
   	border-radius: 100px !important;
    padding: 12px 15px !important;
    }
}

@media screen and (min-width:768px) {
	#top #main .sidebar_left .sidebar {
    border: none;
	}
	.sidebar_left .inner_sidebar {
    margin-right: 10px;
    margin-left: 0;
	}
	.sidebar_left .content {
    padding-left: 20px;
    border: none !important;
	}
	.woocommerce-page .template-shop .products {
    display: flex;
    flex-wrap: wrap;
	}
	.woocommerce-page .template-shop .products .product {
    margin-bottom: 20px;
    border: 5px solid #fff;
	}
	.toggle_content .products {
    display: flex;
	}
}

@media screen and (max-width:767px) {
	.woocommerce-variations-table td button, .woocommerce-variations-table td .button {
    white-space: normal;
	}
  	.shop_table.cart .product-name, .shop_table.cart .product-name a {
    line-height: 1.3em!important;
	}
  	.responsive .shop_table .product-quantity {
    display: table-cell;
    text-align: center;
  	}
    .responsive table.shop_table th {
    font-size: 17px;
    font-weight: 600;
    padding: 3px 12px;
    }
  	.product .product_title {
    font-size: 24px !important;
	}
  	table#DataTables_Table_0 {
    background: transparent;
	}
  	.woocommerce-variations-table thead {
    display: none;
	}
  	.woocommerce-variations-table tr {
    display: block !important;
    margin-bottom: 30px !important;
    background: #fff !important;
    box-shadow: inset 0 60px 30px -20px #0000000f, 0 20px 20px -20px #0000005c;
    border: 1px solid #ccc;
    border-radius: 12px !important;
    border-top: 4px solid #84bd52;
    overflow: hidden;
    }
  	.variations-table-row th, .variations-table-row td {color: #000!important;}
  	.variations-table-row td:last-child {
    padding-bottom: 15px;
	}
  	td.variations-table-value-sk {
    padding-top: 15px;
    background: linear-gradient(360deg, #e9e9e9, #ffffff) !important;
    box-shadow: 0 20px 20px -20px #00000059;
    border-bottom: 2px solid #ffffff;
	}
	#top div.woocommerce-message {
    padding: 20px;
	}
	#top .woocommerce-message a.button {
    position: relative !important;
    float: none !important;
    translate: none !important;
    right: unset !important;
    transform: unset !important;
    top: unset !important;
    display: block;
    margin-top: 10px !important;
	}
}

@media only screen and (max-width: 550px) {
    .responsive table.shop_table.cart .product-name {
    text-align: left!important;
    }
  	.shop_table.cart .product-name a {
        display: block;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 15px;
        color: #000000 !important;
        line-height: 1.2em !important;
    }
  	td.product-name dl.variation {
    display: none;
	}
  	#top .actions .button[name="update_cart"] {
    float: left!important;	
  	}
	#top div div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
	}
	#top div div.product .woocommerce-tabs ul.tabs li a, #top div.product .woocommerce-tabs ul.tabs li:first-child a, #top div.product .woocommerce-tabs ul.tabs li:last-child a {
    width: 100% !important;
    border-radius: 12px 12px 0 0 !important;
	text-transform: none!important;
	}
	#top .shop_table .actions .button {
    float: none !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    width: 100% !important;
	margin-bottom: 10px!important;
    }
	table div.quantity {
    width: 80px;
	}
	#top div .quantity input.plus, #top div .quantity input.minus, #top div .quantity input.qty {
    width: 25px;
	}
}

@media only screen and (max-width: 479px) {
    .responsive table.shop_table.cart .product-remove {
    width: auto;
    padding: 3px !important;
    }
}

/* TEXT-BOX */

.flex_column.text-box.avia-link-column {
	box-shadow: 0 30px 30px -20px #00000000;
    border: 1px solid transparent;
  	transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	margin-top: 0;
    margin-bottom: 45px;
}

.text-box .av-image-caption-overlay-center {
    padding: 0;
}

.text-box .avia-image-container .av-caption-image-overlay-bg {
    opacity: 1!important;
    background-color: transparent!important;
}

.text-box .av-image-caption-overlay-center p {
    position: absolute;
    background: #84bd52 !important;
    border-radius: 0 12px 12px 0;
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-size: 22px;
	line-height: 1.15em;
    width: 100%;
    max-width: 85%;
    bottom: 20px;
    left: 0;
    font-weight: 500;
    text-align: left;
}

.flex_column.av_one_half.text-box .av-image-caption-overlay-center p {
    padding-left: 30px;
}

.text-box .avia_textblock {
    padding: 20px;
}

.flex_column.av_one_half.text-box .avia_textblock {
    padding: 30px;
}

.flex_column.text-box.avia-link-column:hover {
    box-shadow: 0 30px 50px -20px #0000004d;
    border: 1px solid #fff;
}

.flex_column.text-box.avia-link-column:hover .avia-image-container .avia_image {
    filter: brightness(1.1);
}

.text-box .avia-image-container {
    margin-bottom: 0!important;
}

.text-box .avia-button {
    margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
	.text-box .avia-button {
    margin-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	.flex_column.av_one_half.text-box .av-image-caption-overlay-center p {
    padding-left: 20px!important;
	}
	.flex_column.av_one_half.text-box .avia_textblock {
    padding: 25px 0!important;
	}
	.text-box .av-image-caption-overlay-center p {
    font-size: 20px;
	}
}

/* WOOCOMMERCE HIDE (ONLY FOR CATALOG-MODE) */

.woocommerce-page .woocommerce-MyAccount-content > p, .woocommerce-page .woocommerce-customer-details, .woocommerce-page .shop_table.order_details thead, .woocommerce-page .shop_table.order_details tfoot, .woocommerce-page .shop_table.order_details tr td:last-child, .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders, .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.woocommerce-MyAccount-content .woocommerce-Address {
    border: none !important;
	padding: 0!important;
}

/* BLOG */

.avia-content-slider .slide-entry.post-entry {
    background: linear-gradient(310deg, #f4f4f4 20%, #ffffff 70%, #ffffff00);
    color: #555 !important;
    border-radius: 12px;
    margin-left: 1.5%;
    width: 32.33%;
    border: 2px solid #ffffff;
	box-shadow: inset 0 0px 0px 1px #dcdcdc !important;
    overflow: hidden;
}

.avia-content-slider.related-posts .slide-entry.post-entry {
    background: #fff;
    color: #555 !important;
    border-radius: 12px;
    margin-left: 1.5%;
    width: 32.33%;
    border: 2px solid #ffffff;
    box-shadow: 0 12px 20px -10px #dcdcdc !important;
    overflow: hidden;
}

.invert .avia-content-slider .slide-entry.post-entry {
    background: #fff;
}

.avia-content-slider .slide-entry.post-entry.first {
    margin-left: 0 !important;
}

.avia-content-slider .slide-content {
    padding: 15px 20px 60px 20px;
	position: relative;
}

.avia-content-slider .slide-entry-title, .invert .avia-content-slider .slide-entry-title, .avia-content-slider .slide-entry-title a {
    color: #000 !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 15px;
  	line-height: 1.3em;
}

.avia-content-slider .slide-entry-excerpt.entry-content {
    color: #555 !important;
}

.avia-content-slider .slide-entry-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.avia-content-slider .slide-meta {
    display: none;
}

.avia-content-slider .read-more-link, .avia-content-slider .read-more-link a {
    color: #7eac4e !important;
    margin-top: 12px;
    display: block;
    font-weight: 500 !important;
}

.avia-content-slider .read-more-link .more-link-arrow {
    display: none !important;
}

.avia-content-slider .read-more-link {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.more-link-arrow {
    font-weight: bold !important;
  	margin-left: 0;
  	transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	text-shadow: 0 0 #80ad48;
}

.read-more-link a:hover .more-link-arrow {
    margin-left: 3px;
    text-shadow: -5px 0 #80ad48;
    font-weight: bold !important;
}

.avia-content-slider .slide-image {
    border-radius: 12px !important;
}

.archive .avia-content-slider .slide-entry-wrap {
    display: flex;
    flex-wrap: wrap;
}

.archive .avia-content-slider .slide-content {
    padding: 15px 20px 60px 20px;
    position: static;
}

.archive .slide-entry-title a:after {
    content: "Weiterlesen";
    font-size: 18px;
    position: absolute;
    bottom: 10px;
	left: 20px;
    color: #7eac4e !important;
    margin-top: 12px;
    display: block;
    font-weight: 500 !important;
	transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

.archive .slide-entry-title a:hover:after {
    left: 33px;
}

.archive .slide-entry-title a:before {
	content: "\e875";
    font-family: entypo-fontello;
    margin-right: -4px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    text-shadow: 4px 0px #89bd4b;
    font-size: 16px;
    color: #89bd4b;
    font-weight: 100;
    position: absolute;
    bottom: 10px;
	left: 20px;
	opacity: 0;
}

.archive .slide-entry-title a:hover:before {
	opacity: 1;
}

.flex_column.sidebar-blog, .flex_column.sidebar-events {
    background: #f4f4f4 !important;
    padding: 15px 20px !important;
    margin-bottom: 35px !important;
    border: 1px solid #e5e5e5 !important;
    border-top: 5px solid #8ebd43 !important;
    border-radius: 12px 12px 0 0;
}

.aktuelles .slide-content {
    position: static;
}

.aktuelles .slide-meta, .aktuelles .av-masonry-date {
    display: block !important;
    width: 100%;
    max-width: 60px;
    background: #84bd52;
    padding: 4px 6px;
    text-align: center;
    position: absolute !important;
    top: 20px;
    left: 0;
    color: #ffffff !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: normal !important;
    line-height: 1.1em !important;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 20px 15px -10px #0000004a;
    border-bottom: 2px solid #fff;
}

.aktuelles .slide-meta time, .aktuelles .av-masonry-date {
    font-weight: 600 !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: normal !important;
    line-height: 1.2em !important;
}

/* .widget_categories ul ::marker {
    color: #89bd4b !important;
} */

#top .widget_categories ul li {
    list-style: none;
    padding-left: 0 !important;
    margin-left: 0 !important;
	margin-bottom: 5px;
}


#top .widget_categories ul ul li {
    margin-left: 13px !important;
	margin-bottom: 0;
}

#top .widget_categories ul li a:before {
    content: "\e875";
    font-family: entypo-fontello;
    margin-right: 7px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    text-shadow: 4px 0px #000;
    font-size: 14px;
    color: #000;
    font-weight: 100;
    position: relative;
    top: -1px;
}

#top .widget_categories ul ul li a:before {
    margin-right: 4px;
    text-shadow: none;
    color: #555;
	font-size: 10px;
	font-weight: 600;
	top: -2px;
	
}

#top .widget_categories ul li a:not(ul ul li a) {
    text-transform: uppercase;
    font-weight: 500;
	color: #000!important;
}

#top.archive.category .widget_categories ul li.cat-item.current-cat a:not(#top.archive.category .widget_categories ul ul li a) {
    font-weight: 500 !important;
    color: #63a811 !important;
}

#top .widget_categories ul li a:not(#top .widget_categories ul ul li a):hover:before, #top .widget_categories ul li.cat-item.current-cat a:not(#top .widget_categories ul li.cat-item.current-cat-parent li a):not(#top .widget_categories ul li.cat-item.current-cat-parent li.cat-item.current-cat a):before {
    text-shadow: 4px 0px #89bd4b;
    color: #89bd4b;
}

#top .widget_categories ul li a:hover {
    color: #89bd4b!important;
}

#top .widget_categories ul ul li a, #top .widget_categories ul li.cat-item.current-cat ul li a {
    color: #555!important;
}

#top .widget_categories ul ul li a:hover {
    color: #000!important;
}

#top .widget_categories ul ul li a:hover:before {
    color: #000!important;
	text-shadow: none!important;
}

#top .widget_categories ul li.cat-item.current-cat-parent ul li.cat-item.current-cat a, #top .widget_categories ul li.cat-item.current-cat-parent ul li.cat-item.current-cat a:hover, #top .widget_categories ul li.cat-item.current-cat-parent ul li.cat-item.current-cat a:before {
    color: #89bd4b!important;
}

.only-archives:not(.single-post .only-archives), #custom_html-6:not(.single-post #custom_html-6) {
    display: none!important;
}

#categories-3 {
    margin-top: 0 !important;
    padding-top: 0;
}

.sidebar-blog .widget + .widget {
    margin-top: -15px !important;
    padding-top: 0 !important;
}

.sidebar-blog .widget:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
	.avia-content-slider.teaser .slide-entry-wrap, .avia-content-slider .slide-entry-wrap {
    display: flex !important;
    flex-wrap: wrap;
    }
	.avia-content-slider .slide-entry.post-entry, .avia-content-slider.related-posts .slide-entry.post-entry {
    width: calc(50% - 10px);
	margin-left: 0!important;
	margin-bottom: 30px!important;
	}
	.avia-content-slider .slide-entry.post-entry:nth-child(even) {
	margin-left: 20px!important;
	}
	.flex_column.sidebar-blog, .flex_column.sidebar-events {
    width: calc(250px - 2%) !important;
   	margin-left: 3.5%;
	}
	.flex_column.blog-list, .single-post .flex_column.av_two_third.first {
    width: calc(100% - 250px - 1.5%)!important;
	}
	.avia-content-slider .slide-entry-title, .invert .avia-content-slider .slide-entry-title, .avia-content-slider .slide-entry-title a {
    font-size: 20px !important;
    line-height: 1.2em;
	}
	.avia-content-slider .slide-content {
    padding: 15px 15px 50px 15px;
	}
	.avia-content-slider .read-more-link {
    position: absolute;
    bottom: 15px;
    left: 15px;
	}
}

@media screen and (min-width: 768px) {
	.avia-content-slider.teaser .slide-entry-wrap, .avia-content-slider .slide-entry-wrap {
    display: flex !important;
	}
}

@media screen and (max-width: 767px) {
	.avia-content-slider .slide-entry.post-entry {
    margin-bottom: 30px !important;
	}
	.avia-content-slider .slide-content {
    padding: 12px 15px 40px 15px;
    line-height: 1.3em;
	}
  	.avia-content-slider .slide-entry-title, .invert .avia-content-slider .slide-entry-title, .avia-content-slider .slide-entry-title a {
    font-size: 18px !important;
	margin-bottom: 10px;
	}
	.avia-content-slider .read-more-link {
    position: absolute;
    bottom: 5px;
    left: 15px;
	}
	.responsive #top .col2-set .col-1, .responsive #top .col2-set .col-2, .responsive .cart-collaterals .shipping_calculator {
   	width: 100%;
	}
	.woocommerce-form-register .form-row {
    display: block;
    width: 100%;
	}
}

/* VIDEO SLIDER */

.video-slider .av-slideshow-caption {
    position: absolute;
    left: unset !important;
    right: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    width: 48%;
    font-size: 20px !important;
  	height: fit-content;
}

.video-slider .avia-caption-content p, .video-slider .avia-caption-title {
    background: transparent;
    margin: 0;
    padding: 0;
  	color: #000!important;
}

.video-slider .avia-caption .avia-caption-title {
    display: block;
    margin-bottom: 20px;
}

.video-slider .av-video-slide .mejs-mediaelement {
    max-width: 50%;
    position: relative !important;
    padding-bottom: 28.25% !important;
    padding-top: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    top: 50%;
    transform: translateY(-50%)!important;
}

.video-slider .avia-caption-title {
    font-size: 26px;
    font-weight: 500 !important;
}

.video-slider .avia-caption-content p {
    font-size: 24px !important;
    font-weight: 400;
}

#top .av-video-slide .avia-slide-wrap, #top .av-video-slide iframe {
    background-image: none !important;
    background-color: transparent !important;
}

.video-slider .avia-slideshow-inner {
    max-height: 500px !important;
    max-width: calc(100% - 200px) !important;
    display: block;
    margin: 0 auto !important;
}

.video-slider .avia-slideshow ul {
    width: calc(100% - 200px) !important;
    display: block;
    margin: 0 auto;
}

#top .av-video-lazyload .av-click-to-play-overlay {
    width: 50%;
}

/* COMPLIANZ */

.cmplz-buttons button {
    background: #84bd52!important;
}

/* SECTIONS */

.section-wide .container {
}

@media only screen and (max-width: 767px) {
    .section-wide .container {
    width: 100%!important;
    max-width: 100%!important;
    }
}

/* QUICKMENU */

.mod_quickmenu {
    position: fixed;
    top: 200px;
    right: 5px;
    z-index: 100;
  	display: none;
  	transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
}

.header-scrolled .mod_quickmenu {
  	display: block!important;
}

.mod_quickmenu li {
    display: block;
    float: right;
    clear: right;
    transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	margin-bottom: 5px;
  	animation-name: animate-pop;
  	animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
  	animation-duration: 0.5s;
}

@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.mod_quickmenu li a {
    color: #ffffff !important;
    box-shadow: none;
    width: 55px;
    border-radius: 0;
    margin-bottom: 2px;
  	padding-left: 3px;
    display: block;
    overflow: hidden;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    white-space: nowrap;
    /* background: linear-gradient(45deg, #86b335, #4c96cc); */
  	background: #84bd52;
    text-decoration: none;
    height: 55px;
    vertical-align: middle;
    line-height: 55px;
    font-size: 20px;
    border-radius: 12px;
}
.mod_quickmenu li a:hover {
    width: -moz-fit-content;
	width: fit-content;
    padding-right: 20px;
}
.mod_quickmenu li a:before {
    color: #fff;
    font-size: 25px;
    font-family: 'entypo-fontello';
    line-height: 20px;
    position: relative;
    top: 4px;
    width: 50px;
    display: inline-block;
    text-align: center;
}

.mod_quickmenu .icon:before {
    font-family: entypo-fontello;
}
.mod_quickmenu .icon.account:before {
    content: "\e80a";
}
.mod_quickmenu .icon.cart:before {
    content: "\e859";
}
.mod_quickmenu .icon.rezept:before {
    content: "\e84d";
}
.mod_quickmenu .icon.mail:before {
   content: "\e805";
}
.mod_quickmenu .icon.telefon:before {
   content: "\e854";
}
.mod_quickmenu .icon.anfragekorb:before {
   content: "\e859";
}

.mod_quickmenu .count {
    background: #fff;
    color: #89bd4b!important;
    font-weight: 600;
    border-radius: 100px;
    padding: 0px;
    font-size: 12px;
    min-width: 20px;
    display: block;
    position: absolute;
    text-align: center;
    top: 2px;
    left: calc(50% + 5px);
    border: 2px solid #89bd4b;
    height: 20px !important;
	line-height: 16px;
}

.mod_quickmenu .count:empty {display: none;}

@media screen and (min-width:768px) {
	.mod_quickmenu .only-mobile, .menu-item.only-mobile, .only-mobile {
	 display: none;
	}
}

@media screen and (max-width:767px) {
	.mod_quickmenu {
    position: fixed;
    top: unset;
    right: unset;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #84bd52 !important;
    box-shadow: 0 -5px 20px #00000042;
    border-top: 1px solid #ffffff96!important;
    display: block!important;
	height: auto!important;
	min-height: auto!important;
	line-height: 45px!important;
	}
	.mod_quickmenu ul {
    margin: 0!important;
	}
	.mod_quickmenu li {
    width: calc(25% - 4px)!important;
    display: inline-block;
    float: none;
    background: transparent;
    border-right: 1px solid #fff!important;
    padding: 0!important;
    margin: 0!important;
    vertical-align: middle;
	}
  	.mod_quickmenu li:nth-child(4) {border-right: none!important;}
  	.mod_quickmenu li.contact {
    display: none !important;
	}
	.mod_quickmenu li a {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    border: none!important;
    font-size: 0;
    width: 100%;
    background: transparent;
    position: relative;
	}
	.mod_quickmenu li:last-child {
    border-right: none!important;
	}
	.mod_quickmenu li a:hover {
    width: 100%;
    padding-right: 0;
	}	
	.mod_quickmenu li a:last-child {
    border-right: none;
	}
	.mod_quickmenu .icon:before {
    padding-left: unset !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    position: absolute;
    line-height: 40px;
    font-size: 25px;
    color: #ffffff;
    }
	.mod_quickmenu ul {
    height: 45px;
	}
}

/* ICON BOXES */

.avia_textblock.tipp-title h3 {
    margin-bottom: 35px;
    padding-left: 60px;
}

.avia_textblock.tipp-title h3:before {
    content: "";
    background: url(/wp-content/uploads/2024/10/urovision-icon-werte-weiss.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 55px;
    width: 55px;
    display: inline-block;
    position: absolute;
    margin-right: 15px;
    top: 15px;
    left: 20px;
}

.info-box h4 {
    font-size: 20px;
    margin-top: 15px;
    color: #000 !important;
}

@media screen and (max-width: 767px) {
	.avia_textblock.tipp-title h3 {
    margin-bottom: 15px;
    padding-left: 0;
  	}
  	.avia_textblock.tipp-title h3:before {
    display: block;
    top: 0;
    left: unset;
    margin: 0 auto 15px auto;
    position: relative;
	}
}

/* BREADCRUMBS */

.avia-section.custom-breadcrumbs, .title_container {
    /* background: linear-gradient(180deg, #f4f4f4, transparent); */
    box-shadow: 0 18px 20px -10px #0000001c;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #fff !important;
	min-height: unset!important;
}

#top .title_container .container {
	min-height: unset!important;
	padding-top: 15px;
    padding-bottom: 15px;
}

.title_container .breadcrumb {
  line-height: 20px;
  font-size: 16px;
  /* left: 50px; */
  right: unset;
  position: relative;
  top: 0;
  margin-top: 0;
}

.breadcrumb-trail .trail-before {
  font-weight: 600;
  color: #84bd52;
}

.breadcrumb .sep {
    width: 12px;
}

.breadcrumbs span, .breadcrumbs span a {
  font-size: 16px;
  line-height: 20px;
}

.breadcrumbs span a:hover {
  color: #84bd52;
}

.title_container {
    display: none;
}

.single-product .title_container {
    display: block;
}

@media screen and (max-width: 767px) {
	.avia-section.custom-breadcrumbs, .title_container, .single-product .title_container {display: none;}
}

/* PRODUCT SLIDER */

.avia-product-slider-container, .avia-content-slider-inner, .avia-content-slider-active .slide-entry-wrap {
    overflow: visible;
}

.responsive #top #main .products .inner_product {
    border-radius: 12px !important;
}

.avia-product-slider-container .slide-entry-wrap, .related ul.products, .upsells.products ul.products, .related ul, .upsells.products ul {
    display: flex;
	flex-wrap: wrap;
}

.products.slide-entry-wrap .product a.btn, .product a.btn, .related ul.products .product .button, .upsells.products ul.products .product .button {
    position: absolute;
    bottom: 0;
	border-radius: 0 0 12px 12px !important;
}

@media screen and (min-width: 768px) {
	.products.slide-entry-wrap .product .inner_product {
    height: 100%;
	}
	.avia-product-slider-container, .avia-product-slider-container .avia-content-slider-inner, .avia-product-slider-container .slide-entry-wrap {
    min-height: 550px;
	}
}

@media screen and (max-width: 990px) {
	#top .inner_product_header h2 {
    font-size: 18px!important;
	hyphens: auto;
	}
	.products.slide-entry-wrap .product a.btn, .product a.btn {
    margin-top: 10px !important;
    padding: 10px !important;
    font-size: 16px !important;
	}
}

@media screen and (max-width: 767px) {
	.responsive #top #main .products .product {
    width: 48%;
    margin-right: 4%;
	}
	.responsive #top #main .products .inner_product {
    border-radius: 12px !important;
	}
	.responsive #top #main .products .product:nth-child(even) {
    margin-right: 0!important;
	}
	#top .inner_product_header {
    padding: 5px 10px 50px 10px;
	}
	#top .inner_product_header h2 {
    font-size: 16px!important;
	}
}

@media screen and (max-width: 450px) {
	#top .inner_product_header h2 {
    font-size: 14px!important;
	}
}

/* BLOG - GLOSSAR */

.template-blog .post .entry-content-wrapper, #top .template-search.content .entry-content-wrapper {
    text-align: left!important;
    font-size: 17px!important;
	line-height: 1.5em!important;
}

.post-entry.glossary .entry-content-wrapper {
    text-align: left!important;
    font-size: 1em!important;
    line-height: 1.6em!important;
    margin-left: 0!important;
}

.post-entry.glossary .entry-content {
    padding-left: 25px;
    text-align: left;
    font-size: 18px;
    width: 100%!important;
	max-width: 100%!important;
}

.post-entry.glossary .entry-content-header {
    max-width: 100%!important;
    width: 100%!important;
}

.post-entry.glossary  .post-title {
    text-align: left!important;
    max-width: 100%!important;
}

.post-entry.glossary h1 {
    background: #84bd52;
    color: #fff;
    padding: 25px!important;
    text-transform: none!important;
    font-weight: 600;
    font-size: 32px!important;
    position: relative;
    overflow: visible;
    margin-bottom: 30px!important;
}

.glossary .post-meta-infos {
    display: none!important;
}

.post-entry.glossary .entry-content h2 {
    text-transform: none!important;
    font-weight: 800!important;
    margin-top: 50px;
}

.wpg-back-link {
    text-align: left !important;
    display: inline-block;
}

.wpg-back-link a {
    margin-top: 20px !important;
    display: inline-block;
}

/* .wpg-back-link a:hover {
    border: 3px solid #f6e900;
    color: #f6e900;
    background: #000000;
} */

.wpg-list-filter-container .wpg-list-filter a {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 10px 15px;
    background: #f4f4f4;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    opacity: 1!important;
    margin-bottom: 5px;
    color: #84bd52;
    cursor: pointer!important;
    xmin-width: 45px!important;
	margin-right: 4px;
}

.wpg-list-filter-container .wpg-list-filter a:hover, .wpg-list-filter-container .wpg-list-filter a.mixitup-control-active {
    border: 1px solid #84bd52;
    background: #84bd52;
    color: #fff;
}

.sidebar_shadow#top #main .sidebar_right.av-enable-shadow {
    box-shadow: none;
}

.inner_sidebar {
    margin-left: 0;
}

.sidebar_shadow .sidebar_right .content.av-enable-shadow {
    box-shadow: none;
}

a.wpg-list-item-title:hover {
    color: #84bd52!important;
}

.wpg-list-block h3 {
    color: #84bd52 !important;
    width: 60px;
    text-align: center;
    border: 2px solid #84bd52 !important;
    /* background: #f6e900 !important; */
    border-radius: 0;
}

.wpg-list-block .wpg-list-item {
    width: 100%!important;
    list-style: circle;
}

.wpg-list-block {
	position: relative;
	margin-bottom: 45px;
}

.wpg-list-block:before {
    content: "";
    background: #000!important;
    height: 1px;
    width: calc(100% - 70px);
    position: relative;
    display: block;
    left: 70px;
    top: 35px;
}

.wpg-list-search-form {
    max-width: 350px!important;
}

#top .wpg-list-search-form input, #top .avia_search_element .av_searchform_wrapper input {
    border: 1px solid #000!important;
    padding: 10px!important;
    height: auto!important;
    font-size: 17px!important;
    line-height: 1.5em!important;
    color: #6d6d6d!important;
    font-weight: 300!important;
}

#top .avia_search_element #searchsubmit {
    color: #fff!important;
    background: #000000!important;
}

#top .avia_search_element #searchsubmit:hover {
    color: #000000!important;
    background: #f6e900!important;
}

.avia_search_element .av_searchform_element_results h4:first-child {
    display: none!important;
}

.avia_search_element a.av_ajax_search_entry {
    padding: 10px 0!important;
}

.avia_search_element a.av_ajax_search_entry.av_ajax_search_entry_view_all {
    background: #000!important;
    color: #fff;
}

.avia_search_element a.av_ajax_search_entry.av_ajax_search_entry_view_all:hover {
    background: #000!important;
    color: #f9ea1f;
}

a.wpg-list-item-title {
    color: #605d5e;
}

article.post-entry.glossary .widget h3.widgettitle {
	margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: normal;
}

article.post-entry.glossary .avia-widget-container .avia-toc-container a, .sidebar .avia-toc-container a {
    text-transform: none;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
	transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}


article.post-entry.glossary .widget .menu-item {
    list-style: disc;
    margin-left: 22px;
}

article.post-entry.glossary .widget .menu-item::marker {
    font-size: 20px!important;
    color: #000;
}

article.post-entry.glossary .widget .menu-item a, .sidebar .widget .menu-item a {
    font-size: 16px;
    padding: 0!important;
    line-height: 35px!important;
    color: #000;
}

article.post-entry.glossary .widget .menu-item a:hover, .sidebar .widget .menu-item a:hover {
    color: #b6263f!important;
}

article.post-entry.glossary .widget, .sidebar .inner_sidebar {
    background: #f4f4f4 !important;
    padding: 15px 20px !important;
    margin-bottom: 35px !important;
    border: 1px solid #e5e5e5 !important;
    border-top: 5px solid #8ebd43 !important;
    border-radius: 10px;
}

article.post-entry.glossary .widget:empty, .sidebar .inner_sidebar:empty {
    display: none;
}

article.post-entry.glossary .post_delimiter {
    display: none;
}

.widget .nf-field .html-wrap p {
    font-size: 14px;
    line-height: 1.5em;
	color: #969696;
}

.widget .nf-field-container, .widget .nf-field-element input {
    margin-bottom: 10px;
}

.widget .nf-field-element input[type='text'], .widget .nf-field-element input[type='tel'] {
	background-color: #ffffff!important;
}

.widget .nf-form-content {
    padding: 0;
}

.widget .nf-form-fields-required {
    margin-bottom: 15px;
}

#top .sidebar .widget .avia-button {
	text-align: left!important;
} 

#top .sidebar_left.sidebar {
    text-align: left;
}

#top .sidebar_left.sidebar .widget_custom_html {
    margin: 0 !important;
    padding: 0 !important;
}

article.post-entry.glossary .avia-builder-widget-area a {
    color: #757575;
}

article.post-entry.glossary .avia-builder-widget-area a:hover, .menu-glossar a:hover, .inner_sidebar .avia-toc-container a:hover {
    color: #e0bc1e;
}

article.post-entry.glossary .avia-builder-widget-area a.avia-toc-level-0:after, .sidebar a.avia-toc-level-0:after {
    border-color: #e0bc1e!important;
    background-color: #ffffff;
}

.menu-glossar, .menu-glossar li {
    list-style: none;
    margin-left: 0!important;
	margin-bottom: 10px;
}

.menu-glossar li {
    padding-left: 20px!important;
    text-align: left;
    text-indent: -5px!important;
}

.menu-glossar a {
	transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

.menu-glossar a:before {
    content: "\e875";
    font-family: entypo-fontello;
    font-size: 17px;
    left: -12px;
    position: relative;
    font-weight: bold!Important;
    color: #e0bc1e;
}

/* CUSTOM GLOSSARY */

.tag-tab a {
    padding: 5px;
    text-align: center;
    border: 2px solid #ccc;
    margin-right: 5px;
    border-radius: 5px;
    min-width: 40px !important;
    display: inline-block;
    font-weight: 600;
}

.taglist .tag-seperator {
    display: none;
}

.header-blog h1 {
    margin-bottom: 0;
}

/* .glossar-section .content {
    padding-top: 0!important;
} */

.avia_textblock.title-glossar {
    background: #89bd4b;
    color: #fff !important;
    padding: 15px 20px;
    border-radius: 12px;
    position: relative;
    margin-bottom: 30px;
}

.avia_textblock.title-glossar h3 {
    color: #fff;
    margin-bottom: 0;
}

/* .avia_textblock.title-glossar:before {
    content: "";
    background: #89bd4b;
    display: block;
    position: absolute;
    height: 100%;
    width: 1000px;
    top: 0;
    left: -70%;
    z-index: -1;
} */

.glossar-links .av_textblock_section {
    display: inline-block !important;
    width: 8%;
    margin-bottom: 10px;
}

.glossar-link a {
    padding: 10px 5px;
    text-align: center;
    border: 3px solid #c3c3c3;
    border-radius: 5px;
    min-width: 40px !important;
    display: inline-block;
    font-weight: 600;
    width: 100%;
    color: #000;
    font-size: 22px;
}

.glossar-link a:hover {
    background: #84bd52;
    border: 3px solid #84bd52;
    color: #fff!important;
}

#top .av-submenu-container {
    padding: 20px 50px;
    background: linear-gradient(360deg, #ffffff, #f4f4f4);
    box-shadow: 0 30px 20px -20px #00000021, inset 0 20px 20px -20px #00000029;
  	max-width: 1920px;
}

#top .av-subnav-menu {
    overflow: visible !important;
    max-width: 1320px;
    display: block;
    margin: 0 auto;
}

#top .av-subnav-menu li {
    display: inline-block !important;
    width: calc(100% / 12.4);
    padding: 3px 1px;
}

#top .av-subnav-menu li a {
    padding: 7px 5px;
    text-align: center;
    border: 1px solid #c3c3c3!important;
    border-radius: 5px;
    min-width: 40px !important;
    display: inline-block;
    font-weight: 600;
    width: 100%;
    color: #000;
    font-size: 20px;
}

#top .av-subnav-menu li a:hover {
    background: #84bd52;
    border: 1px solid #84bd52!important;
    color: #fff!important;
}

.glossar-section .av_textblock_section + .av_textblock_section {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
	#top .av-submenu-container {
    padding: 10px 0;
	}
	#top .av-subnav-menu li {
    display: inline-block !important;
    width: calc((100% / 6) - 4px);
    padding: 3px 1px;
	}
	#top .av-subnav-menu li a {
    padding: 5px;
    min-width: 30px !important;
    font-size: 18px;
	}
}

/* CSS FOR NOT LOGGED IN USERS */

/*
body:not(.logged-in) .only-logged-in, body:not(.logged-in) #menu-item-shop, body:not(.logged-in) th#variations-table-header-ca, body:not(.logged-in) th#variations-table-header-qt, body:not(.logged-in) td.variations-table-value-qt, body:not(.logged-in) td.variations-table-value-ca {
   display: none!important;
} */

/* body:not(.logged-in) .woocommerce-catalog-mode-popup .nf-form-wrap .nf-field-container:not(.only-logged-out), body:not(.logged-in) .woocommerce-catalog-mode-popup-title {
    display: none;
} */

body.logged-in .only-logged-out {display: none!important;}
.login-notice {
    border: 3px solid #f6e7a7;
    padding: 20px;
    border-radius: 8px;
    background: #fdeca8;
}

/* .woocommerce-page .woocommerce-cart-form:before {
    content: "Die Anfragefunktion steht nur registrierten Mitgliedern zur Verfügung.";
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #be4545;
} 

.login-note {
    display: block !important;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    border: 3px solid #cccccc !important;
    width: 100%;
    background: #f4f4f4;
    width: 100% !important;
    border-radius: 5px;
} */

.login-note {
    display: block !important;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border: 3px solid #c10e0e !important;
    width: 100%;
    background: #bf4848;
    width: 100% !important;
    border-radius: 5px;
}

body.logged-in .login-note, body.logged-in.woocommerce-page .woocommerce-cart-form:before {
	display: none!important;
}

/* .single-product-summary .quantity:not(.logged-in .single-product-summary .quantity) , .single-product-summary button.single_add_to_cart_button:not(.logged-in .single-product-summary button.single_add_to_cart_button) {
	display: none!important;
} */

@media screen and (max-width: 1040px) {
	/* th#variations-table-header-qt {
    display: none;
	} */
  	.dtr-details .dtr-title {
    display: none !important;
	}
	.post-type-archive-product .template-shop .content {
    width: 60%;
	}
	.post-type-archive-product .template-shop .content .product {
    margin: 0 1% 20px 0!important;
    width: 49.5%!important;
	}
	.post-type-archive-product .template-shop .content .product:nth-child(even) {
    margin-right: 0 !important;
	}
	.post-type-archive-product .template-shop .content .products {
    display: flex;
    flex-wrap: wrap;
	}
	.pagination .pagination-meta {
    float: none;
	}
}

/* DOWNLOADS */

.downloads .flex_cell_inner {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden !important;
    box-shadow: 0 20px 20px -20px #0000003b;
}

.downloads .flex_cell_inner .flex_column {
    padding: 15px;
}

.downloads h3 {
    font-size: 20px;
    font-weight: 400;
}

@media screen and (min-width: 991px) {
	.downloads  .flex_cell_inner .flex_column {
	margin-left: 0!important;
    width: 50%!important;
	}
}

/* SEARCH */

div.asl_w {
    background-color: #ffffff;
    overflow: hidden;
    border: 0 solid #b5b5b5;
    box-shadow: none!important;
    border-radius: 5px !important;
}

#ajaxsearchlite1 .probox, #ajaxsearchlite1 .probox ::placeholder, div.asl_w .probox ::placeholder {
    font-family: "Fira Sans", sans-serif !important;
	font-weight: 400!important;
    color: #959595!important;
	opacity: 1!important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    height: auto !important;
    background-color: #ffffff !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    border: 1px solid #afafaf !important;
    /* padding: 8px 6px; */
}

#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
    height: 28px;
    font-family: "Fira Sans", sans-serif!important;
    color: #000000 !important;
	background: #fff!important;
    font-size: 18px!important;
    line-height: normal !important;
    text-shadow: none !important;
    padding: 8px 6px !important;
}

div.asl_w .probox .promagnifier {
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 5px 5px 0 !important;
    color: #fff !important;
    fill: #fff !important;
    background: #89bd4b !important;
    border: none !important;
}

div.asl_w .probox .promagnifier:hover {
    opacity: 0.85;
}

div.asl_w .probox .proloading, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings {
    width: 28px;
    height: 44px;
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #ffffff!important;
}

/* div.asl_m .probox .proinput {
    margin: 0!important;
    padding: 0!important;
} */

div.asl_m .probox .proinput {
    margin: 0 !important;
    padding: 8px !important;
    height: 28px !important;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
    font-family: "Fira Sans", sans-serif;
    color: #8bb436!important;
    font-size: 16px!important;
    text-shadow: none!important;
    font-weight: 400!important;
}

div.asl_w .probox div.asl_simple-circle {
    border: 4px solid #89bd4b;
    top: 7px;
    position: relative;
}

div.asl_w .probox .proloading, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings {
    top: 7px;
}

/* SHADOW-TABS */

.shadow-tabs {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    padding: 0 50px;
	overflow: visible!important;
}

.shadow-tabs .avia-slideshow-arrows {
    display: none;
}

.shadow-tabs .av-tab-section-tab-title-container {
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    overflow: visible !important;
    width: calc(100% + 16px) !important;
    min-width: unset !important;
    left: -5px !important;
}

.shadow-tabs .av-tab-section-outer-container {
    overflow: visible !important;
	max-height: unset !important;
}

.shadow-tabs a.av-section-tab-title {
    text-align: center;
    padding: 20px !important;
    border-radius: 1px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: #ededed;
    background: linear-gradient(180deg, rgb(234 234 234) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 12px 12px 0 0;
	border-top: 4px solid #fff;
    margin: 0 5px;
	opacity: 0.7;
}

.shadow-tabs a.av-section-tab-title.av-active-tab-title {
    background: linear-gradient(180deg, rgb(234 234 234) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 9;
	opacity: 1;
	border-top: 4px solid #91b759;
	border-left: none;
	border-right: none;
}

.shadow-tabs a.av-section-tab-title:hover {
    /* box-shadow: 0 -20px 40px -25px #0000006b; */
    background: linear-gradient(180deg, rgb(234 234 234) 0%, rgba(255, 255, 255, 1) 100%);
	opacity: 1;
}

.shadow-tabs a.av-section-tab-title .av-tab-section-image {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.shadow-tabs a.av-section-tab-title .av-outer-tab-title {
    display: block;
    width: 100%;
}

.shadow-tabs a.av-section-tab-title .av-outer-tab-title .av-inner-tab-title {
    text-align: center;
    display: inline-block;
    width: 100%;
    text-transform: none;
    color: #3e4329;
    font-size: 24px;
    font-weight: 600;
    height: unset;
}

.shadow-tabs a.av-section-tab-title.av-active-tab-title .av-outer-tab-title .av-inner-tab-title {
    color: #91b759;
} 

.shadow-tabs .av-layout-tab-inner {
    max-width: 1400px;	
	width:100%!important;
}

.shadow-tabs .av-tab-section-inner-container {
    position: relative;
    top: -5px;
    transform: none !important;
    width: 100% !important;
    display: block;
    margin: 0 auto;
}

.shadow-tabs .av-layout-tab {
    padding: 30px 20px !important;
    box-shadow: 0 -30px 30px -30px #0000002e;
    border-radius: 5px;
    background: transparent;
    border: 3px solid #fff;
    border-top: 4px solid #91b759;
    width: calc(100% + 6px);
    display: none;
}

.shadow-tabs .av-layout-tab.av-active-tab-content {
	display: block!important;
}

.shadow-tabs .av-layout-tab .container {
    padding: 0!important;
}

.shadow-tabs .av-layout-tab h2 {
    color: #a98e68;
    margin-bottom: 30px;
}

.shadow-tabs .av-layout-tab h3 {
    font-weight: 300;
}

.shadow-tabs .av-tab-arrow-container {
    display: none;
}

.shadow-tabs h2 {
    font-size: 30px;
}

@media screen and (max-width: 1300px) {
	.shadow-tabs .av-tab-section-tab-title-container, .shadow-tabs .av-tab-section-inner-container {
    padding: 0;
	}
}

@media screen and (min-width: 601px) and (max-width: 1040px) {
	.shadow-tabs .av-tab-section-tab-title-container {
    flex-wrap: wrap;
	}
	/* .shadow-tabs a.av-section-tab-title {
    flex-basis: calc(100% / 3);
	} */
}

@media screen and (max-width: 990px) {
	.shadow-tabs .av-tab-section-tab-title-container {
    padding: 0;
	}
	.shadow-tabs a.av-section-tab-title {
    padding: 20px !important;
	}
	.shadow-tabs a.av-section-tab-title .av-outer-tab-title .av-inner-tab-title {
    font-size: 18px;
	font-weight: 600;
	hyphens: auto;
	}
	.shadow-tabs a.av-section-tab-title .av-outer-tab-title .av-inner-tab-title br {
    display: none!important;
	}
	.shadow-tabs .av-tab-section-inner-container {
    margin: 0 5px;
    width: calc(100% - 10px) !important;
	}
	.shadow-tabs .av-layout-tab .container {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
	}
}

@media screen and (min-width: 601px) {
	.shadow-tabs a.av-section-tab-title {
	flex-grow: 1;
	}
}

@media screen and (max-width: 600px) {
	.shadow-tabs {
    padding: 0;
    max-width: 85%;
    width: 85%;
	}
	.shadow-tabs .av-tab-section-tab-title-container {
    padding: 0;
    display: block !important;
    border: 2px solid #94b753;
    border-radius: 5px;
	overflow: hidden!important;
	width: 100% !important;
    left: 0 !important;
    }
	.shadow-tabs .av-layout-tab {
    padding: 30px 0 !important;
   	/* box-shadow: 0 20px 20px -25px #00000069; */
    box-shadow: none;
	border-radius: 0 0 5px 5px;
    border: none;
    border-bottom: 2px solid #fff;
    }
	.shadow-tabs a.av-section-tab-title {
    display: flex !important;
    flex-wrap: nowrap;
	align-items: center;
    text-align: left !important;
	padding: 10px 20px !important;
	position: relative;
	margin: 0!important;
	border: none!important;
	}
	.shadow-tabs a.av-section-tab-title.av-active-tab-title:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #94b753;
    left: 0;
    position: absolute;
	}
	.shadow-tabs a.av-section-tab-title .av-inner-tab-title {
    text-align: left !important;
    margin: 0 0 0 20px!important;
	padding-right: 20px;
	}
	.shadow-tabs a.av-section-tab-title .av-tab-section-image {
    max-height: 50px;
	}
	.shadow-tabs h2 {
    font-size: 24px;
    font-weight: 500;
	}
	.shadow-tabs a.av-section-tab-title.av-active-tab-title .av-outer-tab-title .av-inner-tab-title {
    color: #819f3b;
    }
}
	
/* STANDARD TABS*/

.tabcontainer .tab {
    font-size: 20px !important;
    font-weight: 600 !important;
    border-radius: 5px 5px 0 0!important;
	margin-right: 5px;
	background:  #ffffff;
	border-color: #ccc;
}

.tabcontainer .tab:last-child {
    margin-right: 0;
}

.tabcontainer .tab_content {
    background: linear-gradient(180deg, #f4f4f4, transparent)!important;
    border: none;
}

.tabcontainer .tab.active_tab {
    color: #84bd52 !important;
    background: linear-gradient(0deg, #f4f4f4, #fff);
}

.img-header img {
    border-radius: 0px;
    object-fit: cover !important;
   	width: 1920px !important;
    height: 300px !important;
    max-height: 300px !important;
    min-height: 300px !important;
    object-position: top right;
   }

/* SLIDERS */

@media screen and (min-width: 768px) {
	.main-header .avia-slideshow-inner, .main-header .avia-slideshow-slide, .main-header .av_slideshow_full .container.caption_container {
    max-height: 500px !important;
    min-height: 500px !important;
	}
	.main-header .av_slideshow_full li img {
    border-radius: 0px;
    object-fit: cover !important;
    width: 100% !important;
    height: 500px !important;
	}
	.main-header.header-startseite .avia-slideshow-inner, .main-header.header-startseite .avia-slideshow-slide, .main-header.header-startseite .av_slideshow_full .container.caption_container {
    max-height: 700px !important;
    min-height: 700px !important;
	}
	.main-header.header-startseite .av_slideshow_full li img {
    border-radius: 0px;
    object-fit: cover !important;
    width: 100% !important;
    height: 700px !important;
	}
	.main-header.header-startseite .avia-slideshow-dots {
    bottom: 65px;
	}
	.main-header.header-startseite .avia-slideshow-dots a.active {
    background: #8fbd26;
	}
	.sub-header .avia-slideshow-inner, .sub-header .avia-slideshow-slide, .sub-header .av_slideshow_full .container.caption_container {
    max-height: 350px !important;
    min-height: 350px !important;
	}
	.sub-header .av_slideshow_full li img {
    border-radius: 0px;
    object-fit: cover !important;
    width: 100% !important;
    height: 350px !important;
	}
}

@media screen and (max-width: 450px) {
    .img-header img {
        border-radius: 0px;
        object-fit: cover !important;
        width: 1920px !important;
        height: 150px !important;
        max-height: 150px !important;
        min-height: 150px !important;
        object-position: right;
    }
}

#top .av_slideshow_full.av-slideshow-ui.av-loop-endless .avia-slideshow-arrows > a, #top .av_slideshow_full.av-slideshow-ui.av-loop-manual-endless .avia-slideshow-arrows > a, #top .av_slideshow_full.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev > a.prev-slide, #top .av_slideshow_full.av-slideshow-ui .avia-slideshow-arrows.av-visible-next > a.next-slide {
    width: 45px;
}

body#top .avia-slideshow-arrows a.avia-svg-icon {
    background: rgb(0 0 0 / 55%);
    stroke: #ffffff !important;
	stroke-width: 3px;
}

div.asl_w .probox .promagnifier {
    box-shadow: none;
}

/* PRODUCT ATACHEMENTS */

.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn, .woocommerce-attachment-details .wcpoa_attachmentbtn {
    display: block !important;
    position: relative !important;
    /* float: none !important; */
    background: transparent;
    border: 2px solid #89bd4b;
    border-radius: 12px;
    padding: 6px 15px 6px 35px;
    font-weight: 400;
    color: #89bd4b;
    font-size: 18px !important;
    line-height: 1.3em !important;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn:hover, .woocommerce-attachment-details .wcpoa_attachmentbtn:hover {
    background: #89bd4b;
    border: 2px solid #89bd4b;
    color: #fff;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn:before, .woocommerce-attachment-details .wcpoa_attachmentbtn:before {
    content: "\e86f";
    font-family: entypo-fontello;
    font-weight: 100;
    position: absolute;
    display: inline-block;
    left: 15px;
}

.wcpoa_attachment_desc {
    font-size: 15px;
    margin-top: 10px;
    font-style: italic;
}

.wcpoa_attachment h4.wcpoa_attachment_name, .wcpoa_attachment p.wcpoa_attachment_desc {
    padding-right: 200px;
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
	.wcpoa_attachment h4.wcpoa_attachment_name, .wcpoa_attachment p.wcpoa_attachment_desc {
    padding-right: 0;
	}
	.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn, .woocommerce-attachment-details .wcpoa_attachmentbtn {
    float: none !important;
	margin: 10px 0;
	}
}

/* ACCESSIBILITY ACWP TOOLBAR */

.acwp-footer {
    display: none;
}

input:checked+.acwp-switch {
    background-color: #7ab479 !important;
}

.acwp-toolbar {border-radius: 20px;}

#acwp-toolbar-btn-wrap.acwp-right {
    right: 10px;
}

body #acwp-toolbar-btn {
    background-color: #ffcc00;
    background: linear-gradient(45deg, #103578, #3e5bb4) !important;
    border: none !important;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    box-shadow: 0 0 0px 2px #ffffff, 0 0 0px 5px #294a99;
}

#acwp-toolbar-btn-wrap {
    border: none !important;
}

.acwp-toolbar.acwp-toolbar-show {
    bottom: 116px!important;
    right: 5px;
}

#acwp-toolbar-module {
    border: none;
    -webkit-box-shadow: 0 20px 40px -5px rgba(36, 36, 36, 0.33);
    -moz-box-shadow: 0 20px 40px -5px rgba(36, 36, 36, 0.33);
    -ms-box-shadow: 0 20px 40px -5px rgba(36, 36, 36, 0.33);
    -o-box-shadow: 0 20px 40px -5px rgba(36, 36, 36, 0.33);
    box-shadow: 0 20px 40px -5px rgba(36, 36, 36, 0.33);
    border-radius: 12px;
    overflow: hidden;
}

#acwp-toolbar .acwp-heading {
    background: linear-gradient(45deg, #86b335, #4c96cc)!important;
}

.acwp-heading p.acwp-title {
    font-size: 24px;
    font-weight: 600;
}

#acwp-toolbar.acwp-style-default .acwp-toggler label > i.material-icons, #acwp-toolbar.acwp-style-default .acwp-toggler label > span {
    font-size: 18px;
    font-weight: 500;
}

.acwp-switcher {
    height: 25px;
    width: 40px;
}

.acwp-switch:before {
    width: 21px;
    height: 21px;
}

.acwp-switcher input {
    opacity: 0;
}

.acwp-toggler.acwp-toggler-decfont {
    display: none;
}

@media screen and (max-width: 600px) {
	#acwp-toolbar-btn-wrap.acwp-right {
    right: 10px;
    bottom: 60px;
	}
	body #acwp-toolbar-btn {
    width: 38px;
    height: 38px;
	}
}

/* ACWP CONTRAST */

#top.acwp-contrast .acwp-title, #top.acwp-contrast .awp-close-icon {
    background: transparent !important;
}

#top.acwp-contrast .acwp-toggler, #top.acwp-contrast .acwp-toggler span, #top.acwp-contrast .acwp-toggler label, #top.acwp-contrast .acwp-switcher, #top.acwp-contrast .av-subnav-menu li a:hover span {
    background: #fff !important;
	color: #000 !important;
}

body.acwp-contrast #acwp-toolbar-module {background: transparent!important;}

input:checked+.acwp-switch:before {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}

.awp-close-icon:before, .awp-close-icon:after {
    height: 4px;
    border-radius: 100px;
}

#top.acwp-contrast .phone-info a.btn, #top.acwp-contrast .avia-button, #top.acwp-contrast .invert .avia-button, #top.acwp-contrast .nf-form-content button, #top.acwp-contrast .nf-form-content input[type=button], #top.acwp-contrast .nf-form-content input[type=submit], #top.acwp-contrast input[type="submit"], #top.acwp-contrast #submit, #top.acwp-contrast .button, #top.acwp-contrast .wpg-back-link a, #top.acwp-contrast .sidebar button, #top.acwp-contrast .accordion-button .toggler, #top.acwp-contrast .shop_table.cart.woocommerce-cart-form__contents button#enquiryCartButton, #top.acwp-contrast .av-subnav-menu li a {
    background: #000!important;
    color: #ffffff !important;
    border: 2px solid #fff!important;
	animation: none!important;
	transition: none !important;
}

#top.acwp-contrast .inner_product .button {width: calc(100% - 4px)}

#top.acwp-contrast .sidebar button {
    border: none!important;
	box-shadow: none!important;
	border-radius: 8px !important;
}

#top.acwp-contrast #ajaxsearchlite1 .probox, #top.acwp-contrast div.asl_w .probox {
    border: 1px solid #000000 !important;
}

#top.acwp-contrast .accordion-button .toggler {padding: 10px 20px!important;}

#top.acwp-contrast .phone-info a.btn:hover, #top.acwp-contrast .avia-button:hover, #top.acwp-contrast .avia-button:hover span, #top.acwp-contrast .invert .avia-button:hover, #top.acwp-contrast .nf-form-content button:hover, #top.acwp-contrast .nf-form-content input[type=button]:hover, #top.acwp-contrast .nf-form-content input[type=submit]:hover, #top.acwp-contrast input[type="submit"]:hover, #top.acwp-contrast #submit:hover, #top.acwp-contrast .button:hover, #top.acwp-contrast .wpg-back-link a:hover, #top.acwp-contrast .sidebar button:hover, #top.acwp-contrast .shop_table.cart.woocommerce-cart-form__contents button#enquiryCartButton:hover, #top.acwp-contrast .av-subnav-menu li a:hover {
    background: #ffffff!important;
    color: #000000 !important;
    border: 2px solid #000!important;
	animation: none!important;
	transition: none !important;
}

.avia-buttonrow-center span {
    background: transparent !important;
}

#top.acwp-contrast .inner_product .button, #top.acwp-contrast .inner_product .button:hover {
    width: 100%!important;
	border: 1px solid #000!important;
    left: 0;
}

#top.acwp-contrast h4 {
    color: yellow !important;
}

#top.acwp-contrast .avia-button:hover span {border: none!important;}

#top.acwp-contrast .avia-button .av_font_icon, #top.acwp-contrast .avia-button .av_font_icon span {color: #fff!important;}
#top.acwp-contrast .avia-button:hover .av_font_icon, #top.acwp-contrast .avia-button:hover .av_font_icon span {color: #000!important;}

#top.acwp-contrast .slideshow_align_caption, #top.acwp-contrast .slideshow_align_caption h1, #top.acwp-contrast .slideshow_align_caption h2, #top.acwp-contrast .avia-content-slider .slide-entry, #top.acwp-contrast .slideshow_align_caption .avia-caption-content, #top.acwp-contrast .slideshow_align_caption .avia-caption-content p, #top.acwp-contrast .mod_quickmenu li a, #top.acwp-contrast .mod_quickmenu li a span, #top.acwp-contrast .invert .avia-content-slider .slide-entry.post-entry, #top.acwp-contrast .slide-content, #top.acwp-contrast .slide-content h3, #top.acwp-contrast .slide-content a, #top.acwp-contrast .slide-content .slide-entry-excerpt, #top.acwp-contrast .slide-content .read-more-link, #top.acwp-contrast .flex_column.gradient-box, #top.acwp-contrast .flex_column.gradient-box h2, #top.acwp-contrast .flex_column.gradient-box p, #top.acwp-contrast .flex_column.gradient-box h3, #top.acwp-contrast .flex_column.gradient-box h4, #top.acwp-contrast .iconbox_content,  #top.acwp-contrast .entry-content-header, #top.acwp-contrast .iconbox_content_title a, #top.acwp-contrast .iconbox_content_container, #top.acwp-contrast .gradient-box .av_textblock_section, #top.acwp-contrast .gradient-box .avia_textblock {
    background: #555 !important;
	color: #fff!important;
}

#top.acwp-contrast .avia-buttonrow-wrap, #top.acwp-contrast .mod_quickmenu, #top.acwp-contrast .mod_quickmenu ul, #top.acwp-contrast .mod_quickmenu ul li {
	background: transparent!important;
}

#top.acwp-contrast .avia-section.gradient {
    background: #000!important;
}

#top.acwp-contrast .avia-section.header-blog, #top.acwp-contrast .avia-section.header-blog .container, #top.acwp-contrast .avia-section.header-blog .content, #top.acwp-contrast .av-submenu-container, #top.acwp-contrast .av-submenu-container .container, .html_av-overlay-side-classic #top.acwp-contrast .av-burger-overlay li li .avia-bullet {
    background: #f4f4f4!important;
}

#top.acwp-contrast .avia-section.header-blog .av_textblock_section, #top.acwp-contrast .avia-section.header-blog .av_textblock ,#top.acwp-contrast .avia-section.header-blog h1 {
    background: #f4f4f4!important;
	color: #000!important;
}

#top.acwp-contrast .avia-svg-icon svg {
    background: #000!important;
    fill: #ffffff!important;
}

#top.acwp-contrast .logo:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/urovision-logo-negative.png);
    width: 100%;
    height: 65px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    top: 0;
    left: 0;
}

#top.acwp-contrast .logo img {
    opacity: 0;
}

#top.acwp-contrast .toggler .toggle_icon {
    background: #fff !important;
}

#top.acwp-contrast .toggle_content p, #top.acwp-contrast .toggle_content strong, #top.acwp-contrast .toggle_content h2, #top.acwp-contrast .toggle_content h3, #top.acwp-contrast .toggle_content h4, #top.acwp-contrast .toggle_content ul, #top.acwp-contrast .toggle_content li, #top.acwp-contrast .info-box h2, #top.acwp-contrast .info-box h3, #top.acwp-contrast .info-box h4, #top.acwp-contrast .info-box p, #top.acwp-contrast .info-box .av_textblock_section, #top.acwp-contrast .info-box .avia_textblock  {
	background: transparent!important;
	background-color: transparent!important;
	color: #000!important;
}

#top.acwp-contrast .text-box .av-image-caption-overlay-center p, #top.acwp-contrast .flex_column.shadow-box h3 {
	background: #000!important;
	color: #fff!important;
}

#top.acwp-contrast .av-icon-char .av_font_icon, #top.acwp-contrast .custom-footer .av_font_icon a, #top.acwp-contrast .hr, #top.acwp-contrast .hr-inner {
	background: transparent!important;
	color: #fff!important;
}

#top.acwp-contrast .custom-footer li:before {
    text-shadow: 4px 0px #ffffff;
    color: #ffffff;
}

#top.acwp-contrast #scroll-top-link, #top.acwp-contrast .woocommerce-product-attributes tr, #top.acwp-contrast .woocommerce-product-attributes th, #top.acwp-contrast .woocommerce-product-attributes tr td, #top.acwp-contrast .woocommerce-catalog-mode-popup-close, #top.acwp-contrast .woocommerce-catalog-mode-popup-close:after, #top.acwp-contrast .woocommerce-catalog-mode-popup-close:hover:after {
    background: #fff!important;
	color: #000!important;
}

#top.acwp-contrast #scroll-top-link.avia-svg-icon svg, #top.acwp-contrast .single-product-main-image .avia-svg-icon svg {
    background: #ffffff !important;
    fill: #000000 !important;
}

#top.acwp-contrast .avia-image-container, #top.acwp-contrast .avia-image-container .avia-image-container-inner, #top.acwp-contrast .avia-image-container .avia-image-overlay-wrap, #top.acwp-contrast .avia-image-container .av-image-caption-overlay, #top.acwp-contrast .avia-image-container .av-caption-image-overlay-bg, #top.acwp-contrast .avia-image-container .av-image-caption-overlay-position, #top.acwp-contrast .avia-image-container .av-image-caption-overlay-center, #top.acwp-contrast .avia-fullwidth-slider, #top.acwp-contrast .avia-slideshow, #top.acwp-contrast .avia-slideshow-inner, #top.acwp-contrast .avia-slideshow-slide, #top.acwp-contrast .avia-slideshow-slide .avia-slide-wrap, #top.acwp-contrast .av-slideshow-caption, #top.acwp-contrast .slideshow_caption, #top.acwp-contrast .slideshow_inner_caption, #top.acwp-contrast .caption_container, #top.acwp-contrast .logo {
	background: transparent!important;
}

#top.acwp-contrast .av-main-nav .sub-menu a, #top.acwp-contrast .av-main-nav .sub-menu a span, #top.acwp-contrast .product, #top.acwp-contrast .inner_product, #top.acwp-contrast .inner_product_header, #top.acwp-contrast .inner_product_header_cell, #top.acwp-contrast .woocommerce-loop-product__title, #top.acwp-contrast .woocommerce-LoopProduct-link, #top.acwp-contrast .single-product-summary span, #top.acwp-contrast .single-product-summary span a, #top.acwp-contrast .single-product-summary ul, #top.acwp-contrast .single-product-summary ul li, #top.acwp-contrast .single-product-summary .woocommerce-Tabs-panel p, #top.acwp-contrast .single-product-summary .woocommerce-Tabs-panel strong, #top.acwp-contrast .single-product .avia-section, #top.acwp-contrast .product_column, #top.acwp-contrast .related.products, #top.acwp-contrast .related.products h2, #top.acwp-contrast .related.products ul, #top.acwp-contrast .related.products  li, #top.single-product.acwp-contrast .avia-section:not(.custom-footer):not(.custom-bottom), #top.single-product.acwp-contrast .avia-section:not(.custom-footer):not(.custom-bottom) .container, #top.single-product.acwp-contrast .avia-section:not(.custom-footer):not(.custom-bottom) .content, #top.single-product.acwp-contrast .woocommerce-variations-table, #top.single-product.acwp-contrast .woocommerce-variations-table tbody, #top.single-product.acwp-contrast .woocommerce-variations-table tr, #top.single-product.acwp-contrast .woocommerce-variations-table th, #top.single-product.acwp-contrast .woocommerce-variations-table td, #top.single-product.acwp-contrast .woocommerce-variations-table thead, #top.single-product.acwp-contrast .woocommerce-variations-table thead:before, #top.single-product.acwp-contrast .woocommerce-variations-table div, #top.single-product.acwp-contrast .woocommerce-variations-table .quantity input, #top.acwp-contrast .sidebar, #top.acwp-contrast .header-icons .flex_column .avia-image-container, #top.acwp-contrast .woocommerce-variation-add-to-cart a.added_to_cart, #top.acwp-contrast .shop_table, #top.acwp-contrast .shop_table tbody, #top.acwp-contrast .shop_table tr, #top.acwp-contrast .shop_table th, #top.acwp-contrast .shop_table td, #top.acwp-contrast .shop_table td a, #top.acwp-contrast .shop_table td ul, #top.acwp-contrast .shop_table td li, #top.acwp-contrast .shop_table td dl, #top.acwp-contrast .shop_table td dt, #top.acwp-contrast .shop_table td dd, #top.acwp-contrast .shop_table td p, #top.acwp-contrast .shop_table thead, #top.acwp-contrast .av-cart-counter, #top.acwp-contrast .limited-grid, #top.acwp-contrast .limited-grid .flex_cell, #top.acwp-contrast .limited-grid .flex_cell .flex_cell_inner, #top.acwp-contrast .limited-grid .flex_cell .flex_column, #top.acwp-contrast .limited-grid .flex_cell .flex_column_table, #top.acwp-contrast .limited-grid .flex_cell .av-flex-placeholder, #top.acwp-contrast .limited-grid .flex_cell .av_textblock_section, #top.acwp-contrast .limited-grid .flex_cell .avia_textblock, #top.acwp-contrast .limited-grid .flex_cell h2, #top.acwp-contrast .limited-grid .flex_cell h3, #top.acwp-contrast .limited-grid .flex_cell h4, #top.acwp-contrast .limited-grid .flex_cell p, #top.acwp-contrast .limited-grid .flex_cell strong, #top.acwp-contrast .limited-grid .flex_cell .avia-button-wrap, #top.acwp-contrast .limited-grid .flex_cell .avia-image-container, #top.acwp-contrast .limited-grid .flex_cell .avia-image-container-inner, #top.acwp-contrast .limited-grid .flex_cell .avia-image-overlay-wrap, #top.acwp-contrast .limited-grid .flex_cell .avia-image-container img, #top.acwp-contrast .pagination .current, #top.acwp-contrast .pagination a:hover, #top.acwp-contrast .fullsize .template-blog .pagination a:hover, #top.acwp-contrast .template-shop, #top.acwp-contrast .template-shop div, #top.acwp-contrast .product_title, #top.acwp-contrast .woocommerce-product-details__short-description, #top.acwp-contrast .woocommerce-product-details__short-description ul, #top.acwp-contrast .woocommerce-product-details__short-description li, #top.acwp-contrast .woocommerce-product-details__short-description a, #top.acwp-contrast .single-product-main-image a, #top.acwp-contrast .single-product-main-image a img, #top.acwp-contrast table.shop_table .product-remove .screen-reader-text, #top.acwp-contrast table.shop_table .product-thumbnail .screen-reader-text, #top.acwp-contrast .main_color .quantity input.plus, #top.acwp-contrast .main_color .quantity input.minus, #top.acwp-contrast .product-sorting, #top.acwp-contrast .product-sorting ul, #top.acwp-contrast .product-sorting ul li, #top.acwp-contrast .product-sorting span, #top.acwp-contrast .product-sorting a,#top.acwp-contrast .product-sorting strong, #top.acwp-contrast .products, #top.acwp-contrast .pagination, #top.acwp-contrast .pagination-meta, #top.acwp-contrast .login-notice, #top.acwp-contrast .nf-field-element, #top.acwp-contrast .nf-field-element p, #top.acwp-contrast .avia-buttonrow-center, #top.acwp-contrast .woocommerce-catalog-mode-popup, #top.acwp-contrast .woocommerce-catalog-mode-popup div, #top.acwp-contrast .woocommerce-catalog-mode-popup h4, #top.acwp-contrast .woocommerce-catalog-mode-popup h3, #top.acwp-contrast .woocommerce-catalog-mode-popup p, #top.acwp-contrast .woocommerce-catalog-mode-popup p a, #top.acwp-contrast .woocommerce-catalog-mode-popup p span, #top.acwp-contrast .woocommerce-catalog-mode-popup ul, #top.acwp-contrast .woocommerce-catalog-mode-popup li, #top.acwp-contrast .nf-form-content, #top.acwp-contrast .nf-form-content nf-fields-wrap, #top.acwp-contrast .nf-form-content .nf-field-container, #top.acwp-contrast .nf-form-content .nf-before-field, #top.acwp-contrast .nf-form-content .field-wrap, #top.acwp-contrast .nf-form-content .nf-label-span, #top.acwp-contrast .nf-form-content .nf-field, #top.acwp-contrast .nf-form-content .nf-field-label, #top.acwp-contrast .nf-form-content label, #top.acwp-contrast .nf-form-content input, #top.acwp-contrast .nf-form-content label span, #top.acwp-contrast .nf-form-content label strong, #top.acwp-contrast .nf-form-content .nf-label-span span, #top.acwp-contrast .nf-form-wrap, #top.acwp-contrast .nf-form-content li, #top.acwp-contrast .nf-form-content p, #top.acwp-contrast .nf-form-content strong, #top.acwp-contrast .nf-form-content a, #top.acwp-contrast .nf-form-content .nf-field-description, #top.acwp-contrast .limited-grid .avia_textblock h1, #top.acwp-contrast .limited-grid .avia_textblock h2, #top.acwp-contrast .limited-grid .avia_textblock h3, #top.acwp-contrast .av-tab-section-container, #top.acwp-contrast .av-tab-section-outer-container, #top.acwp-contrast .av-tab-section-tab-title-container, #top.acwp-contrast .av-tab-section-tab-title-container .av-layout-tab, #top.acwp-contrast .av-tab-section-tab-title-container .av-layout-tab-inner, #top.acwp-contrast .av-tab-section-inner-container .av-layout-tab, #top.acwp-contrast .av-tab-section-inner-container .av-layout-tab-inner, #top.acwp-contrast .av-tab-section-inner-container .container, #top.acwp-contrast .av-tab-section-inner-container .av_textblock_section, #top.acwp-contrast .av-tab-section-inner-container .avia_textblock, #top.acwp-contrast .av-tab-section-inner-container h2, #top.acwp-contrast .av-tab-section-inner-container h3, #top.acwp-contrast .av-tab-section-inner-container h4, #top.acwp-contrast .av-tab-section-inner-container p, #top.acwp-contrast .av-tab-section-inner-container .avia-button-wrap {
	background: #fff!important;
	color: #000!important;
	box-shadow: none!important;
	border-color: #000 !important;
}

#top.acwp-contrast .nf-form-wrap {padding: 20px;}

#top.single-product.acwp-contrast .woocommerce-variations-table th {
    background: #f4f4f4 !important;
    border: 1px solid #000 !important;
	border-top: 2px solid #000 !important;
}

#top.acwp-contrast .products .product {border-color: #fff!important;}

#top.acwp-contrast .shop_table td a.remove {
    background: url(/wp-content/themes/enfold/config-woocommerce/images/remove.png) !important;
	background-color: #000 !important;
	background-size: cover !important;
}

#top.single-product.acwp-contrast #av_section_1 .template-page.content:before {
    background: #fff;
}

#top.acwp-contrast .accordion-button .toggler.activeTitle .toggle_icon, #top.acwp-contrast .accordion-button .toggler.activeTitle .vert_icon, #top.acwp-contrast .accordion-button .toggler.activeTitle .hor_icon {
    border-color: #000000 !important;
}

#top.acwp-contrast .toggle_content.invers-color {
    background: #fff !important;
    padding: 20px !important;
}

#top.acwp-contrast .flex_column.shadow-box img {
    width: auto;
    filter: brightness(3);
}

#top.acwp-contrast .info-box .avia-image-container, #top .av-control-minimal .avia-slideshow-arrows a.avia-svg-icon, #top.acwp-contrast .avia-slideshow-arrows a.avia-svg-icon, #top.acwp-contrast .flex_column.info-box .avia-image-container, #top.acwp-contrast .flex_column.info-box .avia-image-container .avia-image-container-inner, #top.acwp-contrast .flex_column.info-box .avia-image-container img, div.asl_w .probox .promagnifier {
    background-color: #000000 !important;
	opacity:1!important;
}

#top.acwp-contrast .pagination .current, #top.acwp-contrast .pagination a, #top.acwp-contrast .fullsize .template-blog .pagination a, #top.acwp-contrast .flex_column.info-box {
    border: 3px solid #000;
}

#top.acwp-contrast ::placeholder {
    font-weight: 400 !important;
    color: #000 !important;
    opacity: 1 !important;
}

#top.acwp-contrast .main_color .input-text, #top.acwp-contrast .main_color input[type='text'], #top.acwp-contrast .main_color input[type='input'], #top.acwp-contrast .main_color input[type='password'], #top.acwp-contrast .main_color input[type='email'], #top.acwp-contrast .main_color input[type='number'], #top.acwp-contrast .main_color input[type='url'], #top.acwp-contrast .main_color input[type='tel'], #top.acwp-contrast .main_color input[type='search'], #top.acwp-contrast .main_color textarea, #top.acwp-contrast .main_color select, #top.acwp-contrast #s {
    color: #000000;
    font-weight: 500;
	border-color: #000000!important;
}

#top.acwp-contrast .toggler.activeTitle, #top.acwp-contrast .av-tab-section-tab-title-container a, #top.acwp-contrast .av-tab-section-tab-title-container .av-outer-tab-title, #top.acwp-contrast .av-tab-section-tab-title-container .av-inner-tab-title {
    background: #555 !important;
   	color: #fff !important;
}

#top.acwp-contrast .toggler .toggle_icon, #top.acwp-contrast .toggler .vert_icon, #top.acwp-contrast .toggler .hor_icon, #top.acwp-contrast .toggler.activeTitle .toggle_icon, #top.acwp-contrast .toggler.activeTitle .vert_icon, #top.acwp-contrast .toggler.activeTitle .hor_icon {
    border-color: #000000 !important;
}

#top.acwp-contrast .post-entry.glossary .widget, #top.acwp-contrast .sidebar .inner_sidebar {
    background: #f4f4f4 !important;
    border: 2px solid #000000 !important;
    border-top: 5px solid #000000 !important;
}

#top.acwp-contrast a.bild-link-sidebar, #top.acwp-contrast .flex_column.sidebar-blog div, #top.acwp-contrast .flex_column.sidebar-events div, #top.acwp-contrast .av-subnav-menu, #top.acwp-contrast .av-subnav-menu li, #top.acwp-contrast .sidebar-blog .avia-builder-widget-area, #top.acwp-contrast .sidebar-blog section, #top.acwp-contrast .sidebar-blog .widgettitle, #top.acwp-contrast .sidebar-blog ul, #top.acwp-contrast .sidebar-blog li, #top.acwp-contrast .sidebar-blog span {
    background: #f4f4f4 !important;
	color: #000!important;
}

#top.acwp-contrast a.bild-link-sidebar a, #top.acwp-contrast a.bild-link-sidebar h4, #top.acwp-contrast .widget div:not(.mod_quickmenu), #top.acwp-contrast .widgettitle, #top.acwp-contrast form, #top.acwp-contrast .widget ul:not(.mod_quickmenu ul), #top.acwp-contrast .widget ul li:not(.mod_quickmenu li), #top.acwp-contrast .widget ul li a:not(.mod_quickmenu li a), #top.acwp-contrast .widget ul li span:not(.mod_quickmenu li span), #top.acwp-contrast .widget ul li a span:not(.mod_quickmenu li a span),  #top.acwp-contrast .sidebar .widget, #top.acwp-contrast .widget p, #top.acwp-contrast .widget strong, #top.acwp-contrast .widget bdi, #top.acwp-contrast .widget span {
    background: transparent !important;
    color: #000 !important;
}

#top.acwp-contrast .widget div.probox {
    background: #fff !important;
}

#top.acwp-contrast .header-icons .flex_column, button.promagnifier {
    box-shadow: none;
    border-bottom: none;
}

#top.acwp-contrast .avia-content-slider.related-posts .slide-entry.post-entry {
    box-shadow: none!important;
}

#top.acwp-contrast .header-icons .flex_column .avia-image-container img {
    filter: brightness(1);
    background: #fff !important;
}

#top.acwp-contrast .avia-search-tooltip.avia-tt {
    background: #fff !important;
}

#top.acwp-contrast  #searchsubmit, .ajax_load, #top.acwp-contrast .shadow-tabs a.av-section-tab-title.av-active-tab-title, #top.acwp-contrast .shadow-tabs a.av-section-tab-title.av-active-tab-title .av-outer-tab-title, #top.acwp-contrast .shadow-tabs a.av-section-tab-title.av-active-tab-title .av-inner-tab-title {
    background: #000000 !important;
}

#top.acwp-contrast .flex_column.sidebar-blog, #top.acwp-contrast .flex_column.sidebar-events {
    border-top: 5px solid #555555 !important;
}

#top.acwp-contrast .avia-tooltip {
    border: 2px solid #fff !important;
}

#top.acwp-contrast .avia-tooltip .avia-arrow, #top.acwp-contrast .avia_textblock h2:after {
    background: #ffffff !important;
}

.menu-item a[target="_blank"] .avia-menu-text, .avia_textblock a[target="_blank"], .phone-info a.btn[target="_blank"] {
    position: relative;
}

.menu-item a[target="_blank"] .avia-menu-text:after, .avia_textblock a[target="_blank"]:after, .phone-info a.btn[target="_blank"]:after {
    content: "";
    background: url(/wp-content/uploads/2025/06/link-blank-black.png);
    height: 13px;
    width: 13px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 2px;
    right: -15px;
    display: block !important;
    z-index: 999;
}

.phone-info a.btn[target="_blank"]:after {
    top: 7px;
    right: 15px;
}

#top.acwp-contrast .phone-info a.btn.outline.gray {
    padding: 6px 35px 6px 20px;
}

#top.acwp-contrast .menu-item a[target="_blank"] .avia-menu-text:after, .phone-info a.btn[target="_blank"]:hover:after, #top.acwp-contrast .phone-info a.btn[target="_blank"]:after, #top.acwp-contrast .avia_textblock a[target="_blank"]:after {
    background: url(/wp-content/uploads/2025/06/link-blank-white.png);
}

#top.acwp-contrast .menu-item a[target="_blank"]:hover .avia-menu-text:after, #top.acwp-contrast .phone-info a.btn[target="_blank"]:hover:after {
    background: url(/wp-content/uploads/2025/06/link-blank-black.png);
}

#top.acwp-contrast .av-submenu-indicator {
    font-size: 20px!important;
    font-weight: bold!important;
    color: #fff !important;
    opacity: 1 !important;
}

#top.acwp-contrast .av-hamburger-inner, #top.acwp-contrast .av-hamburger-inner::before, #top.acwp-contrast .av-hamburger-inner::after {
    background-color: #ffffff!important;
}

#top.acwp-contrast  #wrap_all .av-burger-overlay ul, #top.acwp-contrast  #wrap_all .av-burger-overlay li, #top.acwp-contrast  #wrap_all .av-burger-overlay a, #top.acwp-contrast  #wrap_all .av-burger-overlay li.current-menu-item.av-show-submenu li a, #top.acwp-contrast  #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover,  #top.acwp-contrast #wrap_all .av-burger-overlay li.av-show-submenu .sub-menu a, #top.acwp-contrast  .avia-animated-number-icon {
    background: #000000!important;
    color: #fff !important;
}

#top.acwp-contrast .mod_quickmenu .count {
    border: 2px solid #ffffff;
}

#top.acwp-contrast .toggler {
    border-top: 2px solid #f4f4f4 !important;
}

@media screen and (max-width: 600px) {
    #top.acwp-contrast .iconbox_icon, .invert .iconbox_icon {
    color: #ffffff !important;
    }
}

/* INCREASE TEXT-SIZE */

#top.acwp-incfont .avia-button, #top.acwp-incfont .invert .avia-button, #top.acwp-incfont .nf-form-content button, #top.acwp-incfont .nf-form-content input[type=button], #top.acwp-incfont .nf-form-content input[type=submit], #top.acwp-incfont input[type="submit"], #top.acwp-incfont #submit, #top.acwp-incfont .button, #top.acwp-incfont .wpg-back-link a, #top.acwp-incfont .sidebar button {
    font-size: 26px !important;
}

#top.acwp-incfont .avia-slideshow.av_slideshow_full .avia-caption-title, #top.acwp-incfont .template-page .entry-content-wrapper h1, #top.acwp-incfont .template-page .entry-content-wrapper h2 {
    font-size: 50px !important;
}

#top.acwp-incfont .avia-caption-content p {
    font-size: 40px !important;
    font-weight: 500;
}

#top.acwp-incfont p, #top.acwp-incfont a, #top.acwp-incfont li, #top.acwp-incfont input, #top.acwp-incfont .breadcrumbs span, #top.acwp-incfont .breadcrumbs span a, #top.acwp-incfont .toggler {
    font-size: 22px!important;
}

@media screen and (max-width: 767px) {
	#top.acwp-contrast .mod_quickmenu, #top.acwp-contrast .mod_quickmenu ul, #top.acwp-contrast .mod_quickmenu ul li {
    background: #555555 !important;
	}
}

@media screen and (min-width: 991px) {
	#top.acwp-incfont #header_main .inner-container .logo, #top.acwp-incfont #header_main .inner-container nav {
    display: block !important;
    width: 100% !important;
    margin: 0 auto;
    height: auto !important;
    line-height: normal !important;
    float: none !important;
    position: relative !important;
	}
	#top.acwp-incfont #header_main .inner-container .logo {
    max-width: 300px;
	}
	.header-scrolled #top.acwp-incfont #header_main .inner-container .logo {display: none!important;}
	.html_header_top.html_header_topbar_active.html_header_sticky #top.acwp-incfont #main {
    padding-top: 250px;
	}
}

@media screen and (max-width: 990px) {
	body.acwp-incfont, #top.acwp-incfont p, #top.acwp-incfont li, #top.acwp-incfont time,  #top.acwp-incfont a, #top.acwp-incfont input, #top.acwp-incfont .phone-info, #top.acwp-incfont .phone-info a, #top.acwp-incfont .phone-info strong,  #top.acwp-incfont .blog-rss .rssSummary, #top.acwp-incfont select, #top.acwp-incfont option {
    font-size: 24px!important;
	max-height: unset!important;
	height: auto!important;
	font-weight: 400;
	line-height: normal!important;
	hyphens: auto;
	}
	#top.acwp-incfont #header_main {
    padding-top: 20px;
	}
}

@media screen and (min-width: 1340px) {
    #top.acwp-incfont .wpls-logo-showcase .slick-slide .logo-title {
    font-size: 26px;
    }
}