/* webfont */
@font-face {
    font-family: 'tsvfont';
    src: url('/webfont/tsvfont.woff2') format('woff2'),
         url('/webfont/tsvfont.woff') format('woff'),
         url('/webfont/tsvfont.ttf') format('truetype'),
         url('/webfont/tsvfont.svg#tsvfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: tsvfont, sans-serif !important;
    font-size: 2em;
}
h3 {
    font-size: 1.2em !important;
}

/* Farben der Text-Links */
a:link {color: #0000FF; text-decoration: none;}
a:active {color: #0B328D; text-decoration: underline; font-weight: bold;}
a:hover, a:focus {color: #0B328D; text-decoration: underline;}
a:visited {color: #0B328D; text-decoration: none;}

.page-header a, .componentheading {
    font-family: tsvfont, sans-serif !important;
	margin: 0.5em 0;
}
.bold {font-weight: bold;}
.title_black {
	color: #333;
	font-weight: bold;
}

/* NAVBAR */
.container-header {
	background-color: #fff;
	background-image: linear-gradient(#fff 0%, #fff 60%, #0e08b7 100%);
}
.navbar-brand {
	width: 100%;
}
.brand-logo img {
	display: block;
	margin: auto;
}

/* RACERESULT */
.RRPublish div.Tiles > div > div {
	background-color: rgb(14, 11, 175) !important;
}

/* FOOTER */
.footer {
	background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0%, #0e08b7 100%);
}
.footer .mod-custom {
	width: 100%;
}
.footer-copyright {
	font-size: 0.75em;
	text-align: center;
}
.footer-copyright a:hover {text-decoration: none;}