* {
  margin: 0;
  padding: 0;
}

body,html {
  height: 100%;
}

body {
  background: #171717;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  line-height: 20px;
}

.logo {
  background: url(logo.png) no-repeat center;
  max-width: 80%;
  margin: 0 auto 2em;
  background-size: contain;
  height: 80px;
  width: 100%;
}

.vb-error {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px;
  background: url(logo.png) no-repeat center;
  background-size: contain;
}

.vb-pass {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  height: 100%;
}

.vb-pass-inner {
  margin: auto;
  padding: 10px 0;
}

.qr {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto 2em;
  width: 75%;
}

.qr img {
  display: block;
  margin: 0;
  border: 0;
  width: 100%;
  height: auto;
}

.name {
  font-weight: 500;
  font-size: 1.5em;
  margin: 0 0 10px;
}

.note {
  color: #777;
  font-weight: 300;
}

.vb-accept {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
  overflow: hidden;
}

.vb-accept-inner {
  padding: 0;
  background: rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.75);
  border-radius: 5px;
  position: relative;
  margin-bottom: 64px;
}

.vb-accept-inner nav {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 48px;
  background: #555;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vb-accept-inner nav a {
  display: block;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  cursor: pointer;
}

.vb-accept-inner nav a:hover,
.vb-accept-inner nav a.active {
  background-color: rgba(255,255,255,0.1);
}

.vb-accept-inner nav a.lang-de {background-image: url(flag-de.png)}
.vb-accept-inner nav a.lang-en {background-image: url(flag-gb.png)}

.vb-accept-regulation {
  border-radius: 5px 5px 0 0;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  background: rgba(0,0,0,0.2);
}

.vb-accept-regulation h1,
.vb-accept-regulation h2,
.vb-accept-regulation h3,
.vb-accept-regulation h4,
.vb-accept-regulation h5,
.vb-accept-regulation b,
.vb-accept-regulation strong,
.vb-accept-regulation a {
  color: #fff;
}

.vb-accept-regulation h1,
.vb-accept-regulation h2,
.vb-accept-regulation h3,
.vb-accept-regulation h4,
.vb-accept-regulation h5,
.vb-accept-regulation p,
.vb-accept-regulation ul {
  margin-bottom: 15px;
}

.vb-accept-regulation ul,
.vb-accept-regulation ol {
  margin-left: 20px;
}

.vb-accept-regulation .hide {
  display: none;
}

.vb-accept-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  border-radius: 0;
  background: #555;
  box-shadow: 0px -5px 5px rgba(0,0,0,0.2);
  padding: 0 8px;
}

.vb-accept-button a {
  display: block;
  max-width: 500px;
  height: 48px;
  margin: 8px auto;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 48px;
  border-radius: 3px;
  background: #66B92E;
  font-weight: bold;
  transition: all ease 0.3s;
}

.vb-accept-button a.loading {
  opacity: 0.5;
  cursor: progress;
}

.vb-accepted {
  background: rgba(255,255,255,0.2);
  border-radius: 5px;
  font-size: 64px;
  padding: 100px 0;
  text-align: center;
  display: none;
}

.vb-accept-terms {
  max-width: none;
  padding-top: 48px;
}

.vb-accept-terms .vb-accept-inner nav {
  position: fixed;
  border-radius: 0;
}

.vb-accept-terms .vb-accept-inner {
  height: auto;
  background: none;
  width: auto;
  max-width: none;
}

.vb-accept-terms .vb-accept-regulation {
  position: static;
  background: none;
  width: auto;
}
