﻿/* styles für HTML-Komponenten wie Siteimprove-Cookiesperrung in Rechtliches / mot/sim kombe 20200730 */
/* a und a:hover aus Atomic-Kitchen 20200730 */

.html-container {
	margin-top: -35px;
}

.html-container a {
border-bottom: 1px solid #000000;
font-family: 'Roboto'; font-style: normal; font-weight: 300;
color: rgba(0,0,0,1); 
text-decoration: none;
}

.html-container a:hover,
.html-container a:focus {
	border-bottom: 1px solid #EA161F;
}