@charset "utf-8";

/* CSS Document */
body {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 1.0em;
  font-style: italic;
  color: #eaee07;
  text-align: center;
  padding: 10px;
  background-color: #222;
}

header {
  width: 100%;
}

.container {
  width: 100%;
}

.container>div {
  height: 100%;
  flex: max(350px, 100%/4 + 0.1%);
  /* and this */
  background: #222;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: 400;
  color: #222;
  padding: 10px;
}

aside {
  font-family: Verdana, Arial, sans-serif;
  color: #999;
  text-align: center;
  font-size: 0.9em;
  font-weight: normal;
  background-color: #555;
  border-radius: 0px;
  border: 1px solid;
  padding: 10px;
  margin: 10px;
  -webkit-flex: 2 100%;
  flex: 2 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}

article {
  font-family: Verdana, Arial, sans-serif;
  color: #999;
  font-size: 0.9em;
  font-weight: normal;
  background-color: #555;
  border-radius: 0px;
  border: 1px solid;
  padding: 10px;
  margin: 10px;
  -webkit-flex: 4 100%;
  flex: 4 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}

article {
  border-color: #d5d5d5;
}

aside {
  border-color: black;
}

.card {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 1.0em;
  font-style: normal;
  color: gray;
  border: 1px orange Solid;
  margin: 5px;
  padding: 5px;
}

a:link,
a:visited {
  color: orange;
  font-style: normal;
  text-decoration: None;
}

p {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  color: #999;
  font-size: 1.2em;
  margin: 5px;
  padding: 5px;
}

.text {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 1.0em;
  text-align: justify;
  font-style: normal;
  color: gray;
  padding: 5px;
}

#center {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  color: #999;
  font-size: 1.2em;
  text-align: center;
}

input[type=submit] {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 1.2em;
  color: gray;
  padding: 5px;
  width: auto;
  padding: 0.15em 0.15em;
  line-height: 1.2em;
  background: #600;
  border: 2px solid #c00;
  font-weight: normal;
  margin-right: 0.5em;
}

input[type=file] {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 1.2em;
  color: white;
  background: #666;
  width: 95%;
  line-height: 1.6em;
}

/*Schriften etc.*/
/* Glyph, by Harry Roberts */
.hr2 {
  border: 0;
  height: 3px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(9, 84, 132), rgba(0, 0, 0, 0));
}

@media sreen and (max-width: 600px) {
  body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #222;
    font-size: 1.0em;
    line-height: 1.0em;
  }

  .card {
    font-size: 120%;
  }
}


/* styles 4:3 */
@media (width <=800px) and (width > 800px) {
  body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #222;
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .card {
    font-size: 140%;
  }
}


/* styles 4:3 */
@media (width <=1024px) and (width > 1024px) {
  body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #222;
    font-size: 1.6em;
    line-height: 1.6em;
  }

  .card {
    font-size: 160%;
  }

  .img {
    width: 80px;
    margin-bottom: 5px;
  }


}

/* styles 16:9 (HD) */
@media (width <=1280px) and (width > 1280px) {
  body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.8em;
    line-height: 1.8em;
    color: #222;
  }

  .card {
    font-size: 160%;
  }

  .bild {
    max-width: 80px;
    margin-bottom: 5px;
  }


}

/*High resolution (2x) */
@media screen and (web-kit-min-device-pixel-ratio: 2),
screen and (min-resolution: 192dpi) {}