@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Mukta:300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&display=swap');

:root {
  font-size: 16px;
}

/* Standard */
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font: 1.25em 'Mukta', sans-serif;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  max-width: 475px;
  margin: 1rem auto;
  border: solid 2px #000;
  background: #fff url('bg.jpg') no-repeat top;
  overflow: hidden;
  padding: 0rem 0rem 0rem;
  text-align: left;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  padding-bottom: 0.5rem;
}

h1 {
  margin: 1rem 1.5rem 0.5rem 0rem;
  padding: 0rem 0rem 0rem;
  font-size: 1.45em;
  line-height: 1.1em;
  text-align: right;
}

h1 span {
  display: inline-block;
  padding: 0.2rem 0.35rem;
  background: #FBEE0C;
}

h1 small {
  font-size: 0.8em;
  display: block;
  color: #fff;
  margin-top: 1rem;
  font-weight: normal;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  padding: 0rem 0rem 0.5rem 0rem;
  font-weight: normal;
}

h3 {
  font-size: 1.1em;
  line-height: 1.1em;
  padding: 0.2rem 0.25rem 0.1rem 0.25rem;
  font-weight: 500;
  font-style: italic;
  background: #FBEE0C;
}

ul {
  padding: 0rem 0rem 0.5rem 1.75rem;
  list-style: none;
}

li {
  padding-left: 1.75rem;
  padding-bottom: 0.5rem;
  background: url('icon.png') no-repeat 0px 2px;
}

ul, h2, h1 small {
  text-shadow: 2px 1px 0px #252A30, 1px 2px 1px #252A30;
}

/*25A0 - square / 2010 - dash / 2212 - long dash*/

/* Ende Standard */

/*main*/

/*End main*/

/* Header */
header {
  padding: 0rem 0rem 0rem;
  font-family: 'Barlow', sans-serif;
}

header img {
  display: none;
}

header h3 {
  margin: 1rem 1.5rem 0;
}

/* Ende Header */

/* Article */
article {
  padding: 3rem 1.5rem 2.3rem;
  color: #fff;
  font-size: 1.15em;
  line-height: 1.3;
}

article aside {
  text-align: right;
}

article h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 0.25rem 0.35rem;
  font-weight: normal;
  font-style: italic;
  display: inline-block;
  color: #000;
}

/* Ende Article */

/* Footer */
footer {
  padding: 1rem 0.8rem 0.75rem;
  background: #FBEC11;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.3;
  color: #565558;
}

footer aside {
  text-align: right;
  margin-bottom: 1rem;
}

footer aside a:first-of-type {
  display: inline-block;
  margin-right: 1.5rem;
}

footer a {
  color: #565558;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:474px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    background: #fff;
    font-size: 0.938em;
  }

  header {
    background: #C6C7C5;
  }

  header img {
    display: block;
  }

  header h3 {
    margin: 1rem 1rem 0;
  }

  h1 {
    margin: 1rem 1rem 0;
  }

  article {
    background: #C6C7C5;
    padding: 1rem;
  }

  footer aside a:first-of-type {
    margin-right: 1rem;
  }

  footer aside a:first-of-type img {
    width: 220px;
  }

}

@media only screen and (max-width:330px) {
  footer aside a:first-of-type img {
    width: 200px;
  }

}

/* Ende Responsive */
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
