@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* Standard */
:root {
  font-size: 16px;
}

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

html {
  min-height: 100%;
}

body {
  color: #595959;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
  
}

#wrapper {
  position: relative;
  max-width: 387px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 3px #595959;
  background-color: #fff;
  overflow: hidden;
  padding: 0.6rem 0.8rem 0.4rem;
}

p {
  padding-bottom: 0rem;
}

p span {
  color: #79AEDE;
  font-size: 1.2em;
}

h1 {
  margin: 0.4rem 0rem 0.5rem;
  padding: 0.4rem 0.4rem 0.3rem;
  font-size: 2em;
  line-height: 1.1em;
  color: #fff;
  font-weight: 900;
  background: #79AEDE;
  text-align: center;
}

strong {
  font-weight: 500;
}

h1 span {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0;
}

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

a:hover {
  text-decoration: underline;
}

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

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

li {
  padding-left: 1.3rem;
}

ul li:before {
  content: "●";
  display: inline-block;
  font-size: 1.000em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1.3rem;
}

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

/* Ende Standard */

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

header p {
  display: flex;
  justify-content: flex-end;
  font-size: 1.12em;
  line-height: 1.3;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0rem 0rem;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0rem 0rem;
  text-align: center;
}

/* Ende Footer */

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

  i br {
    display: none;
  }

  header p {
    display: block;
    font-size: 1.05em;
  }

  h1 {
    font-size: 1.6em;
  }
}

/* Ende Responsive */
