@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@400;700&family=Fira+Sans:wght@400;700&display=swap');
th {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #D50032;
}
.col1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	width: 280px;
	text-align: left;
}
.col2 {
	width: 140px;
	text-align: center;
}
.col3 {
	width: 80px;
	text-align: center;
}
.col4 {
	width: 60px;
	text-align: center;
}
div {
	margin-top: 20px;
}
table {
	border-radius: 8px;
	border-style: solid;
	border-color: #000;
	border-width: 4;
	width: 640px;
	border-spacing: 0px;
}
td {
	border-style: solid;
	border-width: 1px;
	padding: 8px;
	border-color: #000000;
}
.row {
	height: 50px;
}
html {
	font-family: 'Fira Sans Condensed', 'Fira Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
}
.red {
	font-weight: bold;
	color: #F00;
}
.orange {
	font-weight: bold;
	color: #FF8000;
}
.green {
	font-weight: bold;
	color: #0C0;
}
.grey {
	background-color: #CCC;
}
.top-bar {
	background-color: #D50032 !important;
	height: 0.625rem;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 0px !important;
}
.logo-bar {
	padding: .0625rem .9375rem;
}
footer {
	color: #fff;
	
	.upper-footer {
		background-color: #D50032 !important;
		display: flex;
		justify-content: center; /* Zentriert die DIVs horizontal */
		gap: 40px;
	}
	
	h5 {
	  margin-bottom: 0.625rem;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.6;
	}
	
	.nav-group {
      list-style-type: none;
      padding-left: 0;
      width: 100%;
      margin-top: 0.625rem;
      margin-bottom: 0;
      padding-bottom: 1.5625rem;

      a,
      a:hover {
        position: relative;
        color: #fff;
        padding-bottom: 0.375rem;
        line-height: 1.75;
        text-decoration: none;
      }

      .underline-effect:after {
        content: "";
        transition: 0.2s all ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        left: 50%;
        height: 0.125rem;
        width: 0;
        bottom: 0;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fff;
      }

      .underline-effect:hover:after {
        width: 100%;
      }
    }
}
body {
  margin: 0;
  padding: 0;
}