/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

#header_meta {
	border-color: rgba(179,181,182,0.33); 
}

#top #header_meta .phone-info {
	font-size:13px;
	font-weight:normal;
}

#header {
	background:#064168;
	box-shadow:1px 1px 4px 1px rgba(0,0,0,0.1)
}

/* Externer Link Symbol für die Ball-Anmeldung */
.lions-ball .avia-menu-text:after,
.external-link .avia-menu-text:after {
    font-family: 'entypo-fontello';
    position: relative;
    padding-left: 6px;
    left: 0;
    content: '\E835';
}

/* Menü-Indikator - Breite anpassen */
.avia-menu-fx {
    display: block;
    position: relative;
	bottom:40px;
	transition: none!important;
}

.header-scrolled .avia-menu-fx {
	bottom:17px!important;
}
/** Breadcrumb-Container **/
.title_container {
	background-color:#ebf0f3;
}

.title_container .main-title {
	font-size:28px;
	color: #064168;
}

/** Slideshow - Button-Position **/
.slideshow_align_caption {
    vertical-align: bottom;
    bottom: 11%;
}

/** Special Heading ändern - Angepasst an die Bad Wildungen-Seite **/
body .av-special-heading .av-special-heading-tag {
	float:none;
}

.av-special-heading-h1 .special-heading-border {
	height:2.5em;
}

.special-heading-inner-border {
	margin-left:0;
	border-top-width:3px;
}

/** Heading Vorstand **/

.vorstand h4 {
	font-weight:bold!important;
}


/* Galerie Lions Ball 2020 - Bildausschnitt oben */
.gallery-lionsball2020 .av-masonry-image-container {
	background-position:top center;
}

/** Socket **/

#socket {
	font-size: 13px;
}


/** Scroll-Top-Link **/
#scroll-top-link {
	background-color:rgba(0, 0, 0, 0.5);
}

#scroll-top-link:hover {
	background-color:rgba(0, 0, 0, 0.8);
}

#scroll-top-link, #scroll-top-link:hover {
	border-radius:50%;
	border: 0;
	font-size:28px;
	color:#b3b5b6;
	
}

@media only screen and (max-width: 989px) {
	/* Sticky Burger-Menü */
  	.responsive #top #main {
    	margin-top: 111px!important;
  	}
  	.responsive #top #wrap_all #header {
    	position: fixed!important;
  	}
	
	/* Scroll-Top Link auch mobil anzeigen */
	.responsive #scroll-top-link {
  		display: block !important;
	}	
}

@media only screen and (max-width: 767px) {
	.responsive #scroll-top-link {
		right:25px;
		bottom:25px;
	}
	
}