/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    https://example.com/
 Description:  Child Theme für Twenty Seventeen
 Author:       Dein Name
 Author URI:   https://example.com/
 Template:     twentyseventeen
 Version:      1.0.0
 Text Domain:  twentyseventeen-child
*/

Template: twentyseventeen

/* CTA-Button auf der Startseite */
.es-start-cta-wrap {
	margin: 1.2rem 0 1.8rem;
}

.es-start-cta-button {
	display: inline-block;
	background: #1f7a3f;
	color: #fff;
	padding: 0.85rem 1.35rem;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	transition: all 0.2s ease;
}

.es-start-cta-button:hover,
.es-start-cta-button:focus {
	background: #175d30;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}