/*
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 .logo {
	top: 16px;
}

.sub-menu {
	min-width:240px;
}

.headlinelinks a {
	text-decoration: none!important;
}

/* Wohnungssuche am oberen Rand */
.sticky_element {
	position: sticky;
    top: 0;
	background-color: red;
	border: 1px solid green;
	z-index: 99999!important;
}

.fixed_element {
	position: fixed;
	left: 0;
	top: 10%;
	background-color: red;
	border: 1px solid green;
	z-index: 99999!important;
}


.av-fixed-rotator-width .av-rotator-text {
	background-color: #2bb1b0c7;
	color: white;
	padding: 20px;
	width: 80%;
	text-align: center;
}

#socket .copyright {
	width: 100%;
}

.avia-caption-title {
	font-family: 'kalam',Helvetica,Arial,sans-serif;
}

.av-rotator-text {
	font-size: 15px;	
}

#after_full_slider_1 {
	position: absolute;
}

/* Tabelle Notfallnummern */

#tabelle_notfallnummern .avia-heading-row th {
	background: #e74011!important;
	border: none!important;
	color: #fff!important;
}

#tabelle_notfallnummern tr {
	font-size: 15px!important;
	color: #4f4f4f!important;
}

#tabelle_notfallnummern td {
	font-size: 15px!important;
	vertical-align: middle!important;
	border: none!important;
}

#tabelle_notfallnummern tr:nth-child(even) {
	background-color: #fafafa;
}

#button_notfallnummer .avia-button {
	background: #0dcaf0!important;
	color: #000!important;
	border: none;
	width: 200px;
}

/* Blogbeitraege */

#blogbeitraege .slide-image img {
	/*display: inline!important;*/
}

#blogbeitraege .slide-meta,
#blogbeitraege_startseite .slide-meta{
	display: none!important;
}

#blogbeitraege_startseite .slide-image {
	background: transparent!important;
}

.slide-entry-excerpt {
	text-align: center;
}

/* Blogbeitraege */



/* Icons Zeitleiste */
.milestone_icon {
scale: 0.5;
}

.avia-timeline-vertical {
height:50px!important;
line-height:50px!important;
}

