@import url("https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab");
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.claim-ratings {
  height: 150px;
  padding: 20px;
  background-color: #CCC;
  width: 100%;
  max-width: 333px; }
  .claim-ratings .bars {
    height: 95px;
    display: flex;
    align-items: flex-end; }
  .claim-ratings .bar {
    width: 13%;
    padding: 0 10px;
    margin-right: 5px; }
  .claim-ratings .values {
    display: flex;
    align-items: flex-end;
    text-align: center;
    vertical-align: middle;
    height: 10px; }
    .claim-ratings .values .bar {
      filter: brightness(0.8); }
  .claim-ratings .true {
    float: right; }
  .claim-ratings .false {
    float: left; }
  .claim-ratings .values, .claim-ratings .true, .claim-ratings .false {
    font-size: 85%; }

.rating--3 {
  background-color: #ff0000; }

.rating--2 {
  background-color: #ff6666; }

.rating--1 {
  background-color: #ffcccc; }

.rating-0 {
  background-color: gold;
  filter: brightness(1.1); }

.rating-1 {
  background-color: #ccffdd; }

.rating-2 {
  background-color: #33ff77; }

.rating-3 {
  background-color: #009933; }

/* Startseite */
#claims.entities .claim-ratings {
  height: 85px;
  padding: 10px;
  max-width: 333px; }
  #claims.entities .claim-ratings .bars {
    height: 50px; }
  #claims.entities .claim-ratings .bar {
    padding: 0 3px; }
  #claims.entities .claim-ratings .values, #claims.entities .claim-ratings .true, #claims.entities .claim-ratings .false {
    font-size: 65%; }

button, [type='button'], [type='reset'], [type='submit'] {
  background-color: #ff8800;
  float: right; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #ff8800;
    filter: brightness(0.9); }

body {
  /*background: url(../Images/1200px-Bundeshaus_Bern_2009%2C_Flooffy.jpg) no-repeat center center;*/
  position: relative;
  background-color: #014c8c;
  font-family: Roboto, 'sans-serif';
  min-height: 100%; }
  body::after {
    clear: both;
    content: "";
    display: block; }
  body #container {
    position: relative;
    min-height: 100%;
    padding-bottom: 100px; }

.content-box {
  border: 1px solid lightgrey;
  padding: 15px;
  margin: 50px 0 10px;
  background-color: #FFF;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  width: 40%;
  min-width: 500px;
  margin: 50px auto; }

.entities a, .factchecks a {
  color: #333333; }
  .entities a:hover, .factchecks a:hover {
    text-decoration: none;
    color: #333333; }
    .entities a:hover .entity, .factchecks a:hover .entity {
      /*filter: brightness(0.9);*/
      transform: rotate(-1deg); }

/* create and edit */
form.entity {
  border: 1px solid lightgrey;
  padding: 15px;
  margin: 50px 0 10px;
  background-color: #FFF;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  width: 40%;
  min-width: 500px;
  margin: 50px auto;
  /*@include grid-column(8);
  @include grid-push(2);*/
  padding: 50px;
  /*@include grid-media($mobile-neat-grid) {
  	@include grid-column(1);
  	@include grid-push(0);
  }*/ }

/* index */
ul.entities {
  width: calc(66.66667% - 50px);
  float: left;
  margin-left: 30px;
  margin-left: calc(16.66667% - 35px + 60px); }
  @media (max-width: 800px) {
    ul.entities {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px; } }
  ul.entities li {
    border: 1px solid lightgrey;
    padding: 15px;
    margin: 50px 0 10px;
    background-color: #FFF;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between; }

#login, #registration, #reset-password {
  width: 40%;
  min-width: 500px;
  margin: 50px auto; }

#claims.entities {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 80%;
  margin: auto; }
  #claims.entities .entity {
    border: 1px solid lightgrey;
    padding: 15px;
    margin: 50px 0 10px;
    background-color: #FFF;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    width: 333px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.claim h1 {
  margin: 0; }
.claim .quote {
  margin-bottom: 20px; }
  .claim .quote .text {
    font-family: 'Roboto Slab', serif;
    font-size: x-large;
    line-height: 1.2; }
.claim .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

#claim.show {
  width: 80%;
  margin: 50px auto; }
  #claim.show .claim {
    width: 100%;
    max-width: 700px;
    margin: auto; }
    #claim.show .claim .quote .text {
      font-size: xx-large; }
  #claim.show .factchecks {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: auto; }
    #claim.show .factchecks .factcheck {
      width: 333px;
      height: 333px;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      #claim.show .factchecks .factcheck p, #claim.show .factchecks .factcheck h2, #claim.show .factchecks .factcheck .rating {
        padding: 5px 10px; }
      #claim.show .factchecks .factcheck .rating {
        border: 1px solid lightgray;
        filter: brightness(0.9); }
  #claim.show .modalDialog > .factcheck {
    width: 500px;
    height: auto;
    max-height: 100%;
    overflow: scroll; }
    #claim.show .modalDialog > .factcheck .xclose {
      align-self: flex-end;
      position: relative;
      left: 10px;
      bottom: 10px; }

/* detail view */
.entity-detail {
  border: 1px solid lightgrey;
  padding: 15px;
  margin: 50px 0 10px;
  background-color: #FFF;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  width: calc(66.66667% - 50px);
  float: left;
  margin-left: 30px;
  margin-left: calc(16.66667% - 35px + 60px);
  display: flex;
  flex-direction: column; }
  .entity-detail th {
    width: 25%; }

.grid {
  width: calc(66.66667% - 50px);
  float: left;
  margin-left: 30px;
  margin-left: calc(16.66667% - 35px + 60px); }
  @media (max-width: 800px) {
    .grid {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px; } }
  .grid .entity {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px; }
    @media (max-width: 800px) {
      .grid .entity {
        width: calc(100% - 20px);
        float: left;
        margin-left: 10px; } }
    .grid .entity .bottom {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }

.boxed {
  border: 1px solid lightgrey;
  padding: 15px;
  margin: 50px 0 10px;
  background-color: #FFF;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); }

.logo {
  margin: auto;
  width: 500px;
  max-width: 80%;
  display: block; }

.submissionform {
  width: 50%;
  margin: auto; }

header {
  max-width: 100%;
  text-align: right;
  padding: 15px;
  background-color: #FFF;
  position: relative;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); }
  header .header-right {
    float: right;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  header .usermanagement {
    display: flex; }

footer {
  width: 100%;
  padding: 15px;
  background-color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  display: flex;
  justify-content: space-around;
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.3); }
  footer #mc_embed_signup {
    display: inline-block;
    width: 500px; }
    footer #mc_embed_signup #mc_embed_signup_scroll {
      display: flex;
      width: 500px; }

a.button {
  padding: 10px 20px;
  background-color: #ff8800;
  color: white;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  margin-left: 10px; }
  a.button.left {
    float: left; }
  a.button:hover {
    filter: brightness(0.9);
    /*background-color: $blue;*/ }

a.button.inactive {
  background-color: lightgray;
  color: darkgray;
  cursor: auto; }

#new-claim {
  display: table;
  margin: 50px auto;
  float: none; }

form label.half {
  width: 48%;
  margin-right: 2%;
  float: left; }
form label.quarter {
  width: 23%;
  margin-right: 2%;
  float: left; }

.socialmedia-icons a {
  font-size: 300%;
  margin: 10px; }

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none; }

.modalDialog:target {
  opacity: 1;
  pointer-events: auto; }

.modalDialog > div {
  position: relative;
  margin: 50px auto;
  padding: 20px;
  background: #fff; }

.modalDialog .modalContent {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

/*# sourceMappingURL=checkyourfacts.css.map */
