/** @format */

*,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	margin: 0;
	scroll-behavior: smooth;
	line-height: calc(1em + 0.4rem);
}

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

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	hyphens: auto;
	font-weight: normal;
	font-size: inherit;
}

html[lang='de'] {
	hyphenate-limit-chars: 10 4 3;
}

/*Wordpress image alignment*/
.aligncenter,
.alignleft,
.alignright {
	display: block;
	padding: 0;
	margin-bottom: 0.4em;
}

.aligncenter {
	float: none;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.alignleft,
.alignright {
	max-width: 50%;
}

@media (max-width: 600px) {
	.alignleft,
	.alignright {
		max-width: 100%;
		float: none;
	}
}
