@charset "utf-8";

@font-face {
  font-family: 'TradeGothicW01-BoldCn20';
  src: url('TradeGothicW01-BoldCn20.woff2') format('woff2'),
    url('TradeGothicW01-BoldCn20.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1em;
  line-height: 1.3125em;
}

#wrapper {
  position: relative;
  max-width: 640px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 1px #000;
  background-color: #fff;
  overflow: hidden;
  padding: 0;
}

p {
  padding-bottom: 0.25rem;
}

h1 {
  margin: 0 0 1.125rem;
  font-size: 4.75em;
  line-height: 1;
  font-family: "TradeGothicW01-BoldCn20", Helvetica, sans-serif;
}

strong {
  font-family: "TradeGothicW01-BoldCn20", Helvetica, sans-serif;
  font-size: 18px;
}

h1 span {
  font-size: 0.7em;
}

h2 {
  font-size: 0.875em;
  line-height: 1.25em;
  margin-bottom: 46px;
  text-align: center;
  text-decoration: underline;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  padding: 0 0 0.125rem 0;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 2.875rem;
}

ul li:before {
  content: "\2012";
  display: inline-block;
  font-size: 1.25em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -2.875rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

/* Ende Standard */

/* Header */
header {
  padding: 0;
}

/* Ende Header */

/* Article */
article {
  padding: 4.25rem 5.25rem 5rem;
}

aside {
  margin-top: 70px;
  font-weight: bold;
  font-size: 0.8125em;
}


/* Ende Article */

/* Footer */
footer {
  padding: 0;
  position: absolute;
  right: 4rem;
  bottom: 3.875rem;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:639px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    padding: 1rem;
  }

  article {
    padding: 0;
  }

  p {
    text-align: left;
  }

  footer {
    padding: 0;
    position: static;
    text-align: right;
  }

  aside {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 0.8125em;
  }

  i br {
    display: none;
  }
}

/* Ende Responsive hieu */