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


/*Add your own styles here:*/

.header-scrolled .logo img {
padding-top: 0;
}
.logo img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#top #wrap_all .avia-slideshow-button, 
#top .avia-button, 
.html_elegant-blog .more-link, 
.avia-slideshow-arrows a:before {
	border-radius: 0;
}

.logo.bg-logo {
	display: none;
}

.avia-fullwidth-slider.caveat h1.avia-caption-title {
	font-family: "Caveat", cursive;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}
.avia-fullwidth-slider.caveat .slideshow_caption {
	width: 100%;
}
.avia-fullwidth-slider.caveat .avia-caption-content {
	position: absolute !important;
	bottom: -5% !important;
}
.avia-fullwidth-slider.caveat .avia-button {
	bottom: -30% !important;
	float: right;
	background-color: #11909e !important;
	color: #ffffff !important;
	text-transform: initial !important;
	font-size: 24px !important;
	border: none !important
}

@media only screen and (max-width: 1024px) {
  	.avia-fullwidth-slider.caveat .avia-caption-content {
		position: initial !important;
	}
	.avia-fullwidth-slider.caveat .avia-button {
		position: initial !important;
	}	
}
.textbox-hellgrau {
  background-color: #e7e7e7 !important;
  padding: 10px !important; /* 5pt ≈ 6.7px, daher 10px für etwas Luft */
  border-radius: 4px;
  color: #666666 !important; /* dunkle Schrift, falls Theme überschreibt */
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}