/*
Theme Name: Enfold SRC
Theme URI: https://www.erdebene.de
Template: enfold
Author: erdebene
Author URI: https://www.erdebene.de
Description: Ein flexibles und responsives Theme basierend auf ENFOLD von Kriesi
Version: 4.0.5.1493708597
Updated: 2017-05-02 08:03:17

*/
/*--- stylisch pretix widget ---*/
#top .pretix-widget { background-color: #ecebe9; }
#top .js-pretixwidget { background-color: #ecebe9; border-radius: 10px; }
#top .pretix-widget .pretix-widget-info-message { color: #ffffff; background-color: #009ed1; border: none;}
#top .pretix-widget .pretix-widget-action button { width: -webkit-fill-available; white-space: normal; }
#top .pretix-widget button { background-color: #014f86; }
#top .pretix-widget .pretix-widget-attribution { display: none; }
#top .pretix-widget-item-description { color: #0f2454; }
#top .pretix-widget-pricebox { color: #0f2454; }
div .flex_column { position: static;}

/*--- stylisch pretix button ---*/
#top .pretix-button {
    background-color: #009dd1;
    border-color: #009dd1;
    border-radius: 5px;
    font-family: Lato;
    font-size: 25px;
    color: #ffffff;
    padding: 7px 8px 7px 8px;
}

#top .pretix-widget-button-container {
    text-align: center;
}

#top .pretix-widget-wrapper {
    padding: 3px 0px 3px 0px;
}


/* Portfolio-Navigation im Item deaktivieren */
#top .avia-post-nav { display: none; }

.team-img-container img { float: left !important; }

.container_wrap { border-top-style: none; }

/*--- Groß-/Kleinschrift erzwingen ---*/
.avia_message_box_content { text-transform: none; }
.av-catalogue-title { text-transform: none; }
.av_icon_caption { text-transform: none; }

/*---------------------Media----------------------*/

/* Hide date in Magazine */
time.av-magazine-time.updated { display: none!important; }

/*.grid-entry img { padding: 8px !important; }
.grid-entry .inner-entry { box-shadow: none; }*/

/*---Hide standard preloader---*/
.av-siteloader { display: none; }

/*---Overlay auf 100% (stretch to fit)---*/
.av-section-color-overlay { background-size: 100%; }

/*--- Lesbarkeit von Kachelbeschriftungen durch Blur verbessern ---*/
.av-caption-style-overlay  { text-shadow: 0px 0px 1px #c0bbb7; }
.av-masonry-outerimage-container { opacity: 0.5; }

/*--- Main Menu Colors ---*/
/* color of main menu items */
.header_color .main_menu ul:first-child > li > a { color: #000000; }

 /* hover state of main menu items */
.header_color .main_menu ul:first-child > li a:hover { background-color: #07153c; }

.header_color .main_menu ul:first-child > li.current-menu-item > a,

/* color of active menu item */
.header_color .main_menu ul:first-child > li.current_page_item > a { background-color: #07153c; }

/*--- spezielles & deaktivieren ---*/
.special_amp { font-family: inherit; font-style: inherit; font-size: inherit; line-height: inherit; font-weight: inherit; color: inherit!important; }

/*--- Sprachumschaltung im 2nd Menu deaktivieren ---*/
.avia_wpml_language_switch li .language_flag { display: none; }

/*--- Schriftfarbe im 2nd Menu ---*/
.header_color .sub_menu>ul>li>a { color: #FFFFFF; }

/*--- fix full width video bug ---*/
#top .av-video-slide video { height: auto !important; }
#top .av-video-slide .mejs-container { width: 100% !important; }

/*--- remove shadow in masonry sort options ---*/
#top .av-sort-by-term  { text-shadow: none; }

/*--- remove white lines on tiles ---*/
#top .no_margin.av_one_third {
    width: 24,9%;
}

/* --- remove Date in Blog Posts ---*/
.avia-content-slider .slide-meta time { display: none; }


/*--- appropriate height of the Matomo-Box in Datenschutzerklärung ---*/
.matomo-container { height: auto; }


/*--- Suchbox anpassen ---*/
#top .header_color input[type='text'] {
	border-color: #07153c;
	background-color: #ecebe9;
	color: #0f2454;
	}

  @charset “UTF-8";

  /* Beitragsbild ohne Link */
  .single .big-preview.single-big {
  pointer-events: none!important;
  }

  #header_meta > div > nav > ul.avia_wpml_language_switch.avia_wpml_language_switch_extra {
      display: none;
  }


/*--- Footer responsive ---*/
  @media only screen and (max-width: 989px) {
  #footer .av_one_third {
  margin-left: 0 !important;
  width: 100% !important;
  }
  }
