/*
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
*/

#av_section_1 {
	min-height: 72vh;
	min-height: 72svh;
	padding: 3rem 0;
}
/*
#top #main {
	min-height: 100vh;
	min-height: 100svh;
	height: 100vh;
	height: 100svh;
}
*/

#header_main {
	padding: 20px 0; /* mehr oben/unten */
}
#top .logo,
#top .logo a {
	padding: 0 16px; / mehr links/rechts um das Logo /
}
#top .logo img {
	max-height: 80px; / optional: Logo-Höhe begrenzen, falls es zu groß wirkt */
	height: auto;
}
h2 {
	font-size: 2rem;
}
.av-subheading {
	font-size: 1.2rem !important;
}

.avia-image-container {
	padding: 1.2rem 0 1rem 0;
}
#footer {
	line-height: 1rem;
}

/* Events-Bar Hintergrund, Text und Border */

#tribe-events-events-bar-search,
#tribe-events-view-selector-content,
#top .main_color .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input,
#top.tribe-theme-enfold .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input {
  background-color: #dcf29f !important;
  color: #000000 !important;
}
.tribe-common-c-btn.tribe-events-c-search__button,
.tribe-events-c-subscribe-dropdown__button-text.tribe-common-c-btn--clear,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  background-color: #719430 !important;
}
.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
	background-color: #dcf29f !important;	
}
.tribe-events-c-top-bar__nav-link-icon-svg path,
.tribe-common-c-svgicon tribe-common-c-svgicon--caret-right.tribe-events-c-nav__next-icon-svg path { 
	fill: #dcf29f !important;
	stroke: #dcf29f !important;
}
a:hover .tribe-events-c-top-bar__nav-link-icon-svg path, 
a:hover .tribe-common-c-svgicon--caret-right.tribe-events-c-nav__next-icon-svg path { 
	fill: #affa00 !important; 
	stroke: #affa00 !important; 
}
.av-upcoming-event-schedule {
	font-size: 0.8rem;
	font-weight: bold;
}