html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

html, .vf_menu_overlay {
  background-size: 100% auto;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

a {
  text-decoration: none;
  color: #000000;
  display: grid;
}

body {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin: 0px 0px;
  padding: 0px;
}

.headlines {
  box-sizing: border-box;
  color: #FFFDDD;
  font-size: 36px;
  width: 100%;
  max-width: 900px;
  text-align: center;
  margin: 10px auto;
  padding: 5px;
}

input {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  padding: 4px;
  text-align: center;
  border-radius: 10px;
  border: 0px solid;  
  background-color: #cac4be;
}

#register, #menucarrier {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

button, .vf_menu_item {
  background-color: #888776;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  line-height: 34px;
  padding: 14px 20px;
  text-align: center;
  border-radius: 10px;
  border: 0px solid;  
  margin-top: 25px;
  cursor: pointer;
  clear: both;
  color: #fff;
}
button:hover, .vf_menu_item:hover {
  background-color: #b4b3a0;
}

.blocks, .blocksContent {
  text-align: left;
}
.vf_wrapper {
  height: 100%;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  margin-top: 60px;
}

.vf_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: green;
}

.vf_trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background: black;
  cursor: pointer;
  padding-top: 8px;
}

.vf_trigger_item {
  width: 40px;
  height: 2px;
  margin: 6px auto;
  background: white;
}

.vf_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
  color: white;
  text-align: center;
  overflow-y: scroll;
}
.vf_menu_overlay_active {
  display: block;
}
.vf_article {
  padding: 50px 20px;
}
table {
  border-spacing: 40px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}
.tableheader {
  font-weight: 600;
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 32px;
  line-height: 36px;
  border-top: 1px solid #fff;
}
.tablesubline, .subline {
  font-size: 14px;
  line-height: 20px;
  display: block;
  }
td {
  font-size: 20px;
  text-align: right;
  padding-left: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  line-height: 28px;
}
td:first-child {
  text-align: left;
  padding-left: 0px;
}
td:nth-child(2), td:nth-child(3), td:nth-child(4) {
  width: 10%;
}
td.spacer {
  height: 10px;
}

.headlines.listed {
  font-weight: 200;
  font-size: 58px;
  line-height: 64px;
}
  
  
  
  