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

:root {
  --schrftfarbe: #484646;
  --rot: #e32d24;
  --pastell-rot: #ee817c;
  --bg-hellrot: #fdf0f0;
  --hellblau: #f1f4f7;
}

 
.modern-quote .av-special-heading-tag {
	font-weight: 500;
	font-family: 'Nunito', sans-serif;
}

.av-special-heading .av-subheading{
	font-weight: 500;
	color: var(--pastell-rot);
	font-size: 20px!important;
	font-style: italic;
	font-family: 'Lora', serif;
}

.alternate_color .av-special-heading .av-subheading{	
	color: #fff;
}

#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
	margin-top: 1%;
}

#top .flex_column_table_cell {
	box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, .2);
}

.main_color .avia-slider-testimonials .avia-testimonial-content{
	background-color: #fff;
	border: none;
	border-radius: 10px;
	padding: 20px;
	max-width: 500px;
	margin:auto;
	box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, .2);
	text-align: center;	
}

.main_color strong.avia-testimonial-name{
	text-align: center;
	max-width: 500px;
	margin: auto;	
	color: var(--pastell-rot);
}

.footer_color .avia-icon-list .iconlist_icon {
	background-color: var(--pastell-rot);
}

.mitscrollend {
	position:fixed; 
	bottom:5px; 
	right:20px; 
	z-index:9999; 
	background:#fff; 
	padding:5px 14px; 
	border-radius:6px; 
	font-size:14px;
}

.mitscrollend a{
	color: var(--schrftfarbe);
}