@charset "utf-8";
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff');
}
:root {
  font-size: 16px;
}
*, figure {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #fff;
  font: 400 1em/1.2em 'Roboto Condensed', Arial, sans-serif;
}
h1,h2, strong {
  font-weight: 700;
}
#wrapper {
  position: relative;
  max-width: 500px;
  margin: 1rem auto;
  border: solid 1px #000;
  background: #F8981D url('../images/abfallwirtschaft.jpg') top left no-repeat;
  overflow: hidden;
  padding: 0.5rem 1.5rem 0;
}
p {
  padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
  color: #fff;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  margin: 0.5rem 0;
  font-size: 1.3em;
  line-height: 1.2em;
  text-align: right;
}
h2 {
  margin: 0;
  font-size: 2.6em;
  line-height: 1em;
  text-transform: uppercase;
  text-align: right;
}
.circle{
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #F89C1C;
  font-weight: 700;
  transform: rotate(10deg);
  margin-bottom: 0.25rem;
  padding: 0;
}
header > img {
  display: none;
}
header > figure {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
}
article p {
  width: 156px;
  margin-left: auto;
}
footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer > img {
    margin: 0 5.5rem -0.75rem 0;
}
@media only screen and (max-width:499px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    background-image: none;
    padding: 0;
  }
  h1,h2, p{
    text-align: center;
  }
  h1{
    margin-bottom: 1rem;
  }
  h2 {
    font-size: 1.7em;
    margin-bottom: 1rem;
  }
  :is(h1,h2) br, footer > img {
    display: none;
  }
  header > figure {
    top: 1rem;
    left: 1rem;
  }
  header > img {
    display: block;
  }
  article {
    padding: 1rem 1rem 0;
  }
  article p {
    width: auto;
  }
  footer {
    align-items: center;
  }
  .circle{
    margin: 0 auto 0.5rem;
  }
}