.Qbutton {
	display: block;
	margin: 0.75rem auto;
	padding: 0.65rem 1.25rem;
	background: linear-gradient(90deg, var(--hff), #2fa4ff);
	color: #fff;
	text-decoration: none;
	border-radius: 999px;
	border: none;
	width: auto;
	min-width: 200px;
	max-width: 90%;
	text-align: center;
	font-weight: 600;
	box-shadow: 0 6px 18px rgba(0,0,0,0.12), inset 0 -2px 0 rgba(255,255,255,0.06);
	transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
	cursor: pointer;
}

.Qbutton:hover,
.Qbutton:focus {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(0,0,0,0.16);
	opacity: 0.98;
}

.Qbutton:active {
	transform: translateY(0);
	box-shadow: 0 6px 12px rgba(0,0,0,0.12);
}

/* 
-------------------------------
neue Sachen nur für Vorurteile 
-------------------------------
*/
#scrolltotop {
    position: fixed;
    bottom: 0.15em;
    right: 0.15em;
    width: 4em;
    height: 4em;
    margin: 1em;
    background-color: white;
    border: none;
    border-radius: 20%;
    box-shadow: 0em 0em 2.5em rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    cursor: pointer;
}

#scrolltotop img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 20%;
}

#scrolltotop:hover {
    transform: scale(1.2);
    box-shadow: 0em 0em 5em rgba(0, 0, 0, 0.3);
}

.nav-row {
    font-weight: 700;
    font-size: 0.9em;
    text-align: center;
}

#nav-link a {
    margin: 0.5em;
    background: radial-gradient(circle, var(--link), rgba(168, 247, 164, 0.15));
    border-radius: 0.5em;
    padding: 1em;
    transition: all 0.5s;
    display: inline-flex;
	color: black;
	text-decoration: none;
}

#H2E { 
    scroll-margin-top: 3em;
}

#EH2 {
    scroll-margin-top: 3em;
}

#ST {
    scroll-margin-top: 3em;
}

#GWH2 {
    scroll-margin-top: 3em;
}

#ESLK {
    scroll-margin-top: 3em;
}

#nav-link a:hover {
    transform: scale(1.1);
    background-color: rgb(128, 217, 114);
}

.annotation {
    line-height: 1.3em;
    text-align: left;
    
    font-size: 0.6em;
    display: inline-block;
    font-weight: bold;
    color: gray;
    vertical-align: baseline;
}
