/*
Theme Name: Enfold Child
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/*Terminkalender */
.latepoint-book-button { 
	background-color: #eddbdb !important;
	color: #6f5a64 !important; }

.latepoint-book-button:hover { 
	background-color: #dcc5c5 !important;
	color: #6f5a64 !important; 	 }



/*Automatische Worttrennung*/
body {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}

/* Abstand Überschriften */
h1, h2, h3, h4 {
letter-spacing: 0.0 !important;
}


/* Überschrift Icon-List */
h4.av_iconlist_title.iconlist_title { 
	font-size:20px !important;
	font-weight: bold !important;}


/*Honeypot verstecken*/
.hidden { display: none !important; }
	
	
/*Sockel zentrieren*/
.copyright { width: 100%; text-align: center; }
	
