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

/*Hotspot-Bilder kein schwarzer Hintergrund*/
.av-tt-hotspot {
    background-color: #fff !important;
}

/*Nach oben-Pfeil auch mobile*/
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
	display: block !important;
}}

/* automatische Silbentrennung */
h1, h2, h3, h4, h5, h6, p {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/* keine Silbentrennung */
h1, h2, h3, h4, h5, h6, p .keine_silbentrennung {
	-ms-hyphens: none !important;
	-webkit-hyphens: none !important;
	hyphens: none !important;
}

/* mobil Sidebar ohne Schatten */
@media only screen and (max-width: 767px)  {
.sidebar_shadow .sidebar_right .content.av-enable-shadow {
    box-shadow: none!important;
}}

/* mobil Überschriften kleiner */
@media only screen and (max-width: 767px)  {
h2 {
    font-size: 6vw;
	margin-top: 10px;
}}


/* Bilder ohne Overlay */
.avia_transform a:hover .image-overlay
	{
	opacity: 0 !important;
}

/* Slider nicht so dunkel und Textfeld */
.aviaccordion-preview {
    width: 100% !important;
    opacity: 96% !important;
}

/* Slider Textausrichtung links */
.aviaccordion-preview-title {
    padding: 4% !important;
}

/* Slider Textausrichtung Umbruch */
@media only screen and (max-width: 767px)  {
	.aviaccordion-title {
		font-size: 4vw;
		padding-right: 99% !important;
		overflow-wrap: normal !important;
	}}
@media only screen and (min-width: 768px)  {
	.aviaccordion-title {
		padding-right: 99% !important;
		overflow-wrap: normal !important;
	}}    


/* Links ohne Untertreichung und Farbe
a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
}

.main_color a:hover {
	color: initial !important;
}
 */

/*			IMMER ERST CSS-ZUSAMMENFUEHRUNG DEAKTIVIEREN

a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}
*/
