/* - - - - - - - - - - - - - - - - - - - - */
/* dechent.co | Patrick Dechent            */
/*                                         */
/* zusätzliches CSS                        */
/* - - - - - - - - - - - - - - - - - - - - */

main {
	margin-top: 0 !important;
}

html {
	scroll-behavior: smooth;
}

/* pvd: WordAround, weil das StyleBook es nicht schafft */

h1, h2 {
	margin-top: 1em !important;
	/* padding-top: 1em !important; */
}

.dco-sprachumschalter {
	text-transform: uppercase;
}

.dco-sprachumschalter li.wp-block-navigation-item {
	margin: 0 !important;
}

.dco-sprachumschalter li.wp-block-navigation-item > div > span {
	padding: 3px;
	color: white !important;
	background: var(--wp--preset--color--primary) !important;
}
.dco-sprachumschalter li.wp-block-navigation-item > div > a {
	background: #eee;
	padding: 3px;
}


/*
.dco-sticky {
	position: sticky;
	position: fixed;
}
*/
