@import url(/assets/bootstrap.min-a94e399cdd8969b2fa5b8bde2f2fbfc4f8692c8f4beb42f8c0b02ae3e8435aae.css);
/* line 1, app/assets/stylesheets/page_bodies.scss */
a:visited,
a:link {
  text-decoration: none !important;
  color: white;
}

/* line 7, app/assets/stylesheets/page_bodies.scss */
.index {
  background-color: #141414;
  background-image: url(/assets/bg_img_lg-1dc74d1f2371e9aaa2fcb393a1af6d155a40832c5f94fd7c07bac5441669484d.png);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 155px;
  color: #ffffff;
}

/* line 16, app/assets/stylesheets/page_bodies.scss */
.light {
  background-color: #fff;
  color: black;
}

/* line 21, app/assets/stylesheets/page_bodies.scss */
.dark {
  background-color: #353535;
  color: white;
}

/* line 5, app/assets/stylesheets/application.scss */
.btn {
  display: block;
  background-color: #353535;
  color: white !important;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  margin: auto;
  max-width: fit-content;
}

/* GDPR Cookie dialog */
/* line 18, app/assets/stylesheets/application.scss */
.gdprcookie {
  position: fixed;
  color: white;
  font-size: .8em;
  line-height: 1.5em;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: 25em;
  padding: 1rem;
  background: black;
}

/* line 29, app/assets/stylesheets/application.scss */
.gdprcookie h1,
.gdprcookie h2 {
  font-size: 1.2em;
  margin-bottom: .5rem;
}

/* line 34, app/assets/stylesheets/application.scss */
.gdprcookie h2 {
  font-size: 1.2em;
}

/* line 37, app/assets/stylesheets/application.scss */
.gdprcookie a {
  color: inherit;
}

/* GDPR Cookie buttons */
/* line 44, app/assets/stylesheets/application.scss */
.gdprcookie-buttons {
  text-align: center;
}

/* line 47, app/assets/stylesheets/application.scss */
.gdprcookie-buttons button {
  color: white;
  font-family: inherit;
  font-size: 1em;
  padding: .4rem;
  border: solid .05rem currentColor;
  border-radius: .15rem;
  margin: 0 .5rem;
  background: none;
  cursor: pointer;
}

/* line 58, app/assets/stylesheets/application.scss */
.gdprcookie-buttons button:disabled {
  color: rgba(255, 255, 255, 0.5);
}

/* GDPR Cookie types */
/* line 65, app/assets/stylesheets/application.scss */
.gdprcookie-types ul {
  overflow: hidden;
  padding: 0;
  margin: 0 0 1rem;
}

/* line 70, app/assets/stylesheets/application.scss */
.gdprcookie-types li {
  display: block;
  list-style: none;
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}

/* line 78, app/assets/stylesheets/application.scss */
.gdprcookie-types input[type=checkbox] {
  margin-right: .25rem;
}
