/*
Theme Name: Enfold Child
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
*/



/*Add your own styles here:*/

/*
 * Header
 */

.av-main-nav>li>a .avia-menu-text:hover {
	color: white;
}

/*
 * Header social icons
 */
#top .social_bookmarks {
	margin-top: 3px;
}
#top .social_bookmarks li {
	margin-right: 0 !important;
}
#top .social_bookmarks svg {
	margin-top: 0 !important;
	height: 19px !important;
}

.phone-info .phone::before {
	font-family: "entypo-fontello";
	font-weight: 400;
    content: "\e854";
	margin-right: 3px;
	font-size: 16;
}

.phone-info .phone {
	margin-right: 10px;
}

.phone-info .email::before {
	font-family: "entypo-fontello";
	font-weight: 400;
    content: "\e805";
	margin-right: 3px;
	font-size: 16x;
}

@media (max-width: 767px) {
	.phone-info .email {
		display: none;
	}
}

/*
 * Logo Animation
 */

@keyframes logo {
  0% {
      opacity: 0.7;
  }
  100% {
      opacity: 1;
  }
}

.logo img {
   animation-name: logo;
   animation-duration: 2s;
   animation-timing-function: ease;
} 


/*
 *  Mega Menu 
 * */


.avia_mega_div .sub-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 20px;
}

.avia_mega_div > .sub-menu > .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat,
.avia_mega_div > .sub-menu > .menu-item.menu-item-type-custom.menu-item-object-custom,
.avia_mega_div > .sub-menu > .menu-item.menu-item-type-post_type.menu-item-object-page {
	background-image: url("/wp-content/uploads/2025/07/Megamenue__01.png");
	background-size: 90% 30%;
	background-repeat: no-repeat;
	padding-top: 100px !important;
}

.avia_mega_div > .sub-menu > .menu-item.menu-item-type-post_type.menu-item-object-page  {
	background-image: url("/wp-content/uploads/2025/08/AdobeStock_1377694323_small-scaled.jpg");
}
.avia_mega_div > .sub-menu > .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat:nth-of-type(3) {
	background-image: url("/wp-content/uploads/2025/07/Megamenue__03.png");
}
.avia_mega_div > .sub-menu > .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat:nth-of-type(4) {
	background-image: url("/wp-content/uploads/2025/07/Megamenue__04.jpg");
}
.avia_mega_div > .sub-menu > .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat:nth-of-type(5) {
	background-image: url("/wp-content/uploads/2025/07/Megamenue__05.png");
}
/*
.avia_mega_div > .sub-menu > .menu-item.menu-item-type-custom.menu-item-object-custom {
	background-position-x: 0;
}
*/

@media (min-width: 1700px) {
	.avia_mega_div > .sub-menu > .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat,
	.avia_mega_div > .sub-menu > .menu-item.menu-item-type-custom.menu-item-object-custom,
	.avia_mega_div > .sub-menu > .menu-item.menu-item-type-post_type.menu-item-object-page{
		background-size: 90% 35%;
		padding-top: 150px !important;
	}
}

@media (min-width: 2500px) {
	.avia_mega_div > .sub-menu > .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat,
	.avia_mega_div > .sub-menu > .menu-item.menu-item-type-custom.menu-item-object-custom,
	.avia_mega_div > .sub-menu > .menu-item.menu-item-type-post_type.menu-item-object-page {
		background-size: 90% 45%;
		padding-top: 260px !important;
	}
}


/*
 * Mega Menu Links 
 */
.avia_mega_div .mega_menu_title, .avia_mega_div .mega_menu_title a {
	color: black !important;
	margin-top: 60px;
	margin-bottom: 20px !important;
	font-size: 25px !important;
}

.avia_mega_div .avia-menu-text {
	color: black !important;
	font-size: 16px;
	font-weight: 300;
}

/*
 * Mobile Menu Breakpoint 
 */

@media only screen and (max-width: 1210px) {.av-main-nav > li.menu-item-avia-special {
		display: block;
	}
	.av-main-nav > li {
		display: none;
	}
}

.av-burger-overlay a {
   font-size: 18px;
}

/*
 * Video Home
 */

/* Video spiegeln */
/*
video.avia_video {
	transform : scaleX(-1);
}
*/

.headline h1 {
	font-size: 50px;
	color: #4C277E;
	text-shadow: 1px 1px 2px darkgray;
}


/*
 *  Virtual Tour Button
 */

@-webkit-keyframes virtualbutton {
    0% {
    -webkit-transform:  translate(-20%, -50%) scale(0);
            transform:  translate(-20%, -50%) scale(0);
    -webkit-transform-origin: top left;
            transform-origin: top left; 
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes virtualbutton {
  0% {
    -webkit-transform:  translate(-20%, -50%) scale(0);
            transform:  translate(-20%, -50%) scale(0);
    -webkit-transform-origin: top left;
            transform-origin: top left; 
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}

.virtual-tour-button { 
    z-index: 9999;
    position: absolute;
    -webkit-animation: virtualbutton 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) none;
    animation: virtualbutton 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) none;
}

.virtual-tour-button .image-overlay {
	display: none !important;
}

/*
*  Kontakt Seite: contact-search
*/

#contact-search {
  display: block;
  position:relative;
  width: 100%;
  border: none;
}

#contact-search section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

#contact-search h4 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

#contact-search h5 {
  font-weight: bold;
}

#contact-search figcaption {
  margin-top: 0.75rem;
}

#contact-search .help {
  color: darkslategray;
  line-height: 1.5;
}

#contact-search g path {
	fill: lightgray;
}

#contact-search g path:hover, #contact-search g.active path {
	fill: #86567d;
}

#contact-search li {
  margin-top: 0.5rem;
}

#contact-search footer {
  margin-top: 1rem;
}

#contact-search footer p {
  margin-top: 0.5rem;
}


@media screen and (max-width: 1000px) {
  #contact-search section {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 570px) {
  #contact-search #canton-map {
    display: none;
  }

  #contact-search .results {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 992px) {
	select#canton-select {
		max-width: 50%;
	}
}


/*
 * Partner Seite 
 */

.yith-wcbr-brands-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


.yith-wcbr-same-heading-box {
	margin: 0 20px;
	display: contents;
	float: left;
}

.yith-wcbr-same-heading-box ul {
	margin: 0 -20px; 
	display: contents;
	float: left;
}

.yith-wcbr-same-heading-box li {
    height: 250px;
	width: 250px !important;
	box-shadow: none;
	background-color: white;
	margin: 8px !important;
}

@media (max-width: 480px) {
	.yith-wcbr-same-heading-box.yith-wcbr-same-heading-box li,
	.yith-wcbr-same-heading-box.yith-wcbr-same-heading-box li.first {
		width: 250px !important;
	}
}


.yith-wcbr-same-heading-box li img {
    width: 100%;
	max-height: 100%;
    display: block;
    height: auto;
	margin: auto;
	padding: 10px;
}

.yith-wcbr-same-heading-box li a {
	height: 100%;
	display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.yith-wcbr-same-heading-box h4 {
	display: none;
}

.yith-wcbr-brand-grid ul li a img {
	min-width: 50%;
}

.yith-wcbr-brand-filters.multiselect a[data-term_id="70"],
.yith-wcbr-brand-filters.multiselect a[data-term_id="71"],
.yith-wcbr-brand-filters.multiselect a[data-term_id="72"],
.yith-wcbr-brand-filters.multiselect a[data-term_id="73"],
.yith-wcbr-brand-filters.multiselect a[data-term_id="74"],
.yith-wcbr-brand-filters.multiselect a[data-term_id="75"],
.yith-wcbr-brand-filters.multiselect a[data-term_id="67"],
.yith-wcbr-brand-filters.multiselect a[data-term_id="68"],
.yith-wcbr-brand-filters.multiselect a[data-term_id="69"], 
.yith-wcbr-brand-filters.multiselect a[data-term_id="60"] 
{
	display: none;
}

@media (min-width: 481px) {
    .yith-wcbr-brand-grid .yith-wcbr-brand-filters.multiselect.multiselect {
	    text-align: left; 
    }
}


/*
 * Produkte Übersicht Seite mit den Kategorien
 */
.wccs-categories h2 {
	color: #f0f0f0;
	text-transform: initial !important;
}

.wccs-categories h2:hover {
	color: white;
}

.is-layout__block .wccs-entry__head img {
	transform: scale(2);
}

.wccs-section.wccs-section .wccs-category.wccs-content__overlay .wccs-entry__content {
    padding: 0;
}

.wccs-categories__575.wccs-categories__575 .wccs-entry__content-inner {
    background-color: transparent;
}

.wccs-categories__575.wccs-categories__575 .wccs-entry__content-inner:hover, .wccs-showcase-id__575.wccs-showcase-id__575:hover {
	background-color: transparent;
}
	
/*
 *  Team Seite 
 */

.team-img-container img {
	background-color: white;
}

.avia-team-member .team-social {
	border: none;
}

.team-social a.avia-svg-icon svg:first-child {
    margin-top: 0;
}
@media only screen and (max-width: 989px) {
    .responsive.av-no-preview #top .avia-team-member .team-social {
	    bottom: 0;
	}
}

.avia-tooltip {
    min-width: 140px;
    width: auto;
}

.team-member-job-title {
	color: black !important;
	font-weight: 200;
}

.team-all-employees {
	background-size: contain;
}

/*
 *  Marken Seite
 */
.tax-product_brand .term-description {
	font-size: 16px;
}

.tax-product_brand .content {
	padding-top: 0;
}

.tax-product_cat .woocommerce-products-header .brand-thumbnail {
	display: none;
}

.tax-product_brand .woocommerce-products-header {
	display: flex;
	justify-content: center;
}

.tax-product_brand .woocommerce-products-header .brand-thumbnail {
	max-width: 25%;
	margin: 30px 0;
}

@media screen and (max-width: 570px) {
	.tax-product_brand .woocommerce-products-header .brand-thumbnail {
		max-width: 50%;
	}
}




/*
 *  Footer
 */

.copyright {
	display: none;
}

#top .social_bookmarks li.avia-svg-icon img[is-svg-img=true], #top .social_bookmarks li.avia-svg-icon svg:first-child {
    height: 1.5em;
	margin-top: 7px;
}

.imprint-wrapper {
	min-height: 30px;
	margin-top: 0;
}

.imprint-wrapper .template-page {
	margin: 0;
	padding: 0;
}

.imprint p {
	padding: 0;
	margin: 0;
}

.imprint a {
	font-size: 14px;
	color: #86567d;
}

.mc-field-group .email {
	margin-bottom: 5px !important;
	font-size: 15px !important;
}


/*
 *  Blog Post Vorschau
 */
.post-entry header h3 {
	margin-top: 18px !important;
	font-size: 1.3em !important;
}
.post-entry .slide-meta {
	font-size: 13px;
}

.post-entry .slide-entry-excerpt {
	font-weight: 300;
}


/*
 * Social Links 
 */

#top .social_bookmarks li.avia-svg-icon {
	margin-right: 3px;
}

/* Produktkategorien */

.products h2.woocommerce-loop-product__title {
	font-size: 1.5em;
	background-color: #86567d;
	display: inline-block;
	padding: 6px;
}

.products .thumbnail_container {
	min-height: 300px;
}

.products .thumbnail_container img {
	object-fit: scale-down;
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

/*
 * About us
 */
.about-us-icon-white {
	background-color: white;
}
.about-us-icon-pearl {
	background-color: #f5eded;
}

/*
 * Professionals
 */
.professionals-links a::after {
	content: '\25b8';
	font-family: "entypo-fontello";
}

/*
 * IOL Portfolio
 */


.iol-portfolio .av-image-caption-overlay{
	margin-top: 180px;
	height: 30px;
}
.iol-portfolio .av-image-caption-overlay p{
	color: #86567d;
	font-weight: 800;
	line-height: 24px;
}
.iol-portfolio .av-image-caption-overlay .av-caption-image-overlay-bg {
	background-color: transparent !important;
	opacity: 1 !important;
}
.iol-portfolio .avia-image-overlay-wrap a {
	height: 220px;
}
.iol-portfolio .monofocal .avia-image-overlay-wrap a {
	height: 250px;
	overflow: unset;
}

.iol-portfolio .monofocal .avia-image-overlay-wrap a {
	width: 210px;
}

.iol-portfolio .phakic .av-image-caption-overlay, 
.iol-portfolio .trifocal .av-image-caption-overlay,
.iol-portfolio .edof .av-image-caption-overlay{
	margin-top: 0;
}

.iol-portfolio .monofocal .av-image-caption-overlay {
	margin-top: -11px;
}

.iol-portfolio .carlevale .av-image-caption-overlay,
.iol-portfolio .monofocal2 .av-image-caption-overlay,
.iol-portfolio .piggyback .av-image-caption-overlay {
	margin-left: -30px;
}

.iol-portfolio .phakic img, .iol-portfolio .trifocal img,
.iol-portfolio .edof img, .iol-portfolio .monofocal img{
	padding-top: 40px;
}

@media (max-width: 989px) {
	
	.iol-portfolio .avia-image-overlay-wrap a {
	    height: 250px;
    }
	
	.iol-portfolio .monofocal .avia-image-overlay-wrap a {
	    width: unset;
	}

	.iol-portfolio .avia-image-overlay-wrap a img {
	    padding-top: 28px;
    }
	
	.iol-portfolio .monofocal .avia-image-overlay-wrap a img {
	    padding-top: 48px;
    }
	
	.iol-portfolio .carlevale .av-image-caption-overlay,
	.iol-portfolio .monofocal .av-image-caption-overlay,
    .iol-portfolio .monofocal2 .av-image-caption-overlay,
    .iol-portfolio .piggyback .av-image-caption-overlay,
	.iol-portfolio .sulcus .av-image-caption-overlay {
        margin: 0;
		width: 100%;
    }
	
	.iol-portfolio .monofocal .av-image-caption-overlay {
		margin-top: 0;
	}
	
	.iol-portfolio .av-image-caption-overlay p {
	    font-size: 20px;
    }
} 

.sendungsverfolgung {
	width: 20px;
	height: 20px;
	margin-top: 8px !important;
}
