/* line 4, /web/nebula/app/assets/stylesheets/gdpr.scss */
.gdprgrid {
  background-color: #f9f9f9;
  grid-column: 2/4;
  grid-row: 2/4;
  display: grid;
  grid-template-columns: 2vw repeat(6, 1fr) 2vw;
  grid-auto-rows: auto;
  grid-column-gap: 1vw;
}

/* line 15, /web/nebula/app/assets/stylesheets/gdpr.scss */
.Basic-Text-Frame {
  grid-column: 2/8;
  margin: 6em auto;
}

/* line 19, /web/nebula/app/assets/stylesheets/gdpr.scss */
li {
  margin-bottom: 1em;
}

/* line 22, /web/nebula/app/assets/stylesheets/gdpr.scss */
p {
  margin-top: 1em;
}

/* line 25, /web/nebula/app/assets/stylesheets/gdpr.scss */
ol {
  margin-top: 1em;
}

/* line 29, /web/nebula/app/assets/stylesheets/gdpr.scss */
ul {
  margin-top: 1em;
}

/* line 33, /web/nebula/app/assets/stylesheets/gdpr.scss */
.active {
  color: #0096FF;
}

/* line 37, /web/nebula/app/assets/stylesheets/gdpr.scss */
h2 {
  text-align: center;
  margin-bottom: 1em;
  font-weight: normal;
}

@media screen and (orientation: landscape) {
  /* line 43, /web/nebula/app/assets/stylesheets/gdpr.scss */
  .Basic-Text-Frame {
    grid-column: 3/7;
    /* 		width: 80%;
     */
  }
}
/* line 48, /web/nebula/app/assets/stylesheets/gdpr.scss */
button {
  width: calc(50% - 0.5vw);
  font: inherit;
  border: none;
  border-radius: 0.3em;
  background-color: #393939;
  color: white;
  padding: 0.6em;
}
