#top-menu {
  white-space: nowrap;
  font-size: 12px;
}

.site-branding {
  max-width: 500px;
}

img.custom-logo {
  max-width: 200px;
  margin-bottom: 10px;
}

div.site-branding-text {
  background-color: rgba(0, 0, 0, .5);
  padding: 15px 10px 5px 10px;
}

p.site-title, h1.site-title {
  font-weight: 400;
  text-transform: none;
}

a.menu-scroll-down {
  display: none!important;
}

#secondary {
  position: sticky;
  top: 12%;
}

.has-sidebar #secondary {
 width: 29%;
}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
p.site-title::after {
  content: '';
  display: block;
  border: 1px solid #d40026;
  background-color: #d40026;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  width: 60px;
  margin-top: 8px;
  margin: 8px 0;
}

.navigation-top {
  background-color: rgba(239, 239, 239, .9);
  opacity: 0.8;
}

.page.page-one-column .entry-header, 
.twentyseventeen-front-page.page-one-column 
.entry-header, .archive.page-one-column:not(.has-sidebar) 
.page-header{
margin-bottom: 0.5em;
}

#last-updated-date{
color: #747474; 
font-size: 11px;
top: -1em;
position: relative;
}

.wp-block-table td, .wp-block-table th {
 word-break: keep-all!important;
}


table {
 font-size: 12pt;
 width: 100%;
 table-layout: auto;
}

td {
 word-break: keep-all;
}

tr:nth-child(even) {
 background-color: rgba(239, 239, 239, .9);
}

tr td:first-child {
	font-weight: 600;
  padding-left: 10px;
}

th {
background-color: rgba(212,0,38, .9);
  color: #fff;
  font-weight: 600;
}

th:first-child {
padding-left: 10px;
}

#format_d_in tr td:nth-child(3){
	text-align: center;
}

#alphabet_menu {
	font-size: 1.1em;
  color: #747474;
  text-decoration: none!important;
}

#alphabet_menu a{
  text-decoration: none!important;
}

#variabeldesc {
	table-layout: fixed;
  width: 120%;
}

#variabeldesc th:nth-child(1){
width: 25%;
}

#variabeldesc th:nth-child(2){
width: 45%;
}

#variabeldesc th:nth-child(3){
width: 15%;
}

#variabeldesc th:nth-child(4){
width: 15%;
}

div.site-info {
display: none;
}

.ufaq-faq-title-text h4 {
	font-size: 1em;
  font-weight: 600;
}

.ewd-ufaq-post-margin-symbol span{
	font-size: 1em;
  bottom: 5px;
  line-height: 1.5;
}

.ewd-ufaq-author-date {
	font-size: 12px;
  color: #747474;
  padding-bottom: 15px;
}

body {
padding-bottom: 10px;
}

.site-content div {
padding-bottom:10px;
}