/*
 Theme Name: Twenty Seventeen Child
 Theme URI: https://homesuits.de
 Description: A bare-bones child theme for use with Twenty Seventeen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentyseventeen/">twentyseventeen</a> parent theme installed.
 Author: Maxim Galsterer
 Author URI: https://homesuits.de
 Template: twentyseventeen
 Version: 1.0.0
*/

/* Add Custom CSS after this line */

	html {
		-webkit-font-smoothing: antialiased;
	}

	a {
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
	}

	::-moz-selection {
		background: #000000;
		color: #FFFFFF;
	} ::selection {
		background: #000000;
		color: #FFFFFF;
	}

/* Cookie */

	#cookie-notice.cookie-notice-visible {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	} #cookie-notice.cookie-notice-visible .cookie-notice-container {
		max-width: 500px;
		background-color: #fff;
		border-radius: 5px;
	}

	.cn-button {
		color: #000 !important;
		padding: .5em 1em;
		background: transparent !important;
	} #cn-accept-cookie {
		color: #fff !important;
		background: linear-gradient(to bottom,#00c307,#039103) #039103 !important;
	}

/* Header */

	.site-branding {
		display: none;
	}

@media only screen and (max-width: 500px) {

	h1, .entry-title {
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		white-space: normal;
	}
}