/* 
Theme Name: projekt21plus
Description: Child theme for Twenty Seventeen
Author: Thomas Kessler
Author URI: https://www.kessler-design.com/
Template: twentyseventeen
Version: 0.3.3
*/

html {
	overflow-y: scroll;
}

/* change logo size */
body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 81px; /* add 1 here to fix weird Firefox behaviour */ /* 80px*/ /* 200px; */
	max-width: 472px; /* use this to fix stretching above width */ /* 100% */
}

@media screen and (max-width: 560px) {
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 100%; /* 472px from above */
	}
}

@media screen and (min-width: 48em) {
	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 472px /* 350px; */
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 80px; /* 200px; */
	}
}