@charset "utf-8";

/* startseite */
@media (max-width:1500px) {
	.startsite__col--2:after { bottom:auto; top:30px; right:auto; left:30px; max-width:150px;}
}

@media (max-width:1100px) {
	#logo { width:400px; max-width:calc(50% - 60px); transform:translateX(30px); }
	.startsite__col { padding:30px; font-size:4rem; }
	.startsite__col:hover { font-size:4.2rem; }
	.dsarticle div[class^="dsbody_"] p > strong { font-size:4.2rem; }
	.dsarticle div[class^="dsbody_"] .startsite__col:hover p > strong { font-size:4.4rem; }

	.startsite__col--2:after { max-width:120px; }
}
@media (max-width:750px) {
	#logo { top:30px; width:300px; max-width:none; }
	.startsite__col--2:after { top:30px; left:auto; right:30px; max-width:90px; }

	.startsite { grid-template-areas: 'col1' 'col2'; grid-template-columns:auto; row-gap:5px; }
}
@media (max-width:400px) {
	#logo { width:220px; }
	.startsite__col { padding:30px 20px; font-size:3.5rem; }
	.dsarticle div[class^="dsbody_"] p > strong { font-size:3.5rem; }

	.startsite__col:hover,
	.dsarticle div[class^="dsbody_"] .startsite__col:hover p > strong { font-size:3.7rem; }
}