/* Zusatz-CSS für tec.Lehrerfreund © 2021 Achim Schlemmer */
/* blau im Logo: #2654c4																	*/
/* orange im Logo: #eb6623 																*/

:root {
  --bs-primary: #2654c4;
  --bs-body-color: #45433c;
}

.navbar-secondary > li.nav--lf > a {
	color: #f80015;
}

body.is-withMagicUnderlines .article--content a {
    text-decoration: none;
    background-image: linear-gradient(to bottom,rgba(50,83,189,.6) 50%,rgba(0,0,0,0) 50%);
    background-repeat: repeat-x;
    background-size: 2px .1em;
    background-position: 0 1.2em;
    cursor: pointer;
}

.main--content--features--text {
  padding-top: 15px;
}

#main--tools--teaser--content .teaser--autorenbox p.summary {
	margin-top: 0;
}

@media (min-width: 992px) { /* optische korrektur */
	#main--tools--teaser--content .teaser--autorenbox img {
		margin-top: 6px;
	}
}

.main--content--features--datum,
.datum--oben > strong,
.article--meta .datum--oben br,
.datum--oben > .beitrag-meta {
	display: none;
}

.article--content .datum--oben {
	border-bottom: none;
}

.teaser--nsr--linkblock li > a,
.teaser--szr--linkblock li > a,
.teaser--entry--linkblock li > a,
.teaser--kommentare--linkblock li > a,
.teaser--sidebar--linkblock li > a,
body.is-withMagicUnderlines .article--content .teaser--nsr--linkblock a {
	background: url(/library/images/icons/chevron-blue.svg);
  background-repeat: no-repeat;
	background-size: 30px 50px;
	min-height: 4rem;
  background-position: 100%;
}
