


nav a,
nav .a-nav,
.inner-grid-container .a-nav {
	display: block;
	text-transform: uppercase;
	font-size: calc(var(--quadrat) * 0.8);
	font-weight: 400;
	line-height: calc(var(--quadrat) * 1);
	letter-spacing: 0.5px;
	color: black;
	text-decoration: none;
	width: 100%;
	padding-left: var(--unit);
}



a {
    color: black;
    text-decoration: underline;
}

.extern-link a {
	text-decoration: none;
}

a:hover {
    color: dimgrey;
    text-decoration: none;
}

#nav-container a:hover {
	text-decoration: none;
}

#nav-container a:active {
	text-decoration: none;
}

.bold {
	font-weight: 700;
}

.regular {
	font-weight: normal;

}

.italic {
	font-style: italic;
}

.indent {
	text-indent: calc(var(--quadrat) * 2);
}

.einzug-links {
	left: calc(var(--quadrat) * 2)
}

.t-weiss {
    color: white;
}


.t-red {
    color: #e22000;
}

.lines {
    border-top: 1.5px solid red;
}

.country {
	font-weight: normal;
	text-transform: uppercase;
}

.neg-text {
	color: #777777;
}

.col-comment {
	color: red;
	border-top: 1px solid red;
}
.col-comment-link {
	color: red;
	text-decoration: none;
}

.border-top {
	display: block;
}


.border-left {
	border-left: 0px solid blue;
}

.space-left {
	width: 96%;
}

.no-padding-left {
	padding-left: 0; !important;
}


/*
.artist-name {
	text-transform: ;
	letter-spacing: 2px;
}

.artist-bio {
	padding-top: -2px;
}

.artist-bio a {
	color: dimgray;
}

.datum-a {

}
*/
