@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Balthazar&display=swap');

:root {
  font-size: 16px;
}

/* Standard */
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font: 0.938em Verdana, Arial, sans-serif;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  max-width: 735px;
  margin: 1rem auto;
  border: solid 1px #000;
  background: #fff;
  overflow: hidden;
  padding: 4rem;
  text-align: left;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  padding-bottom: 1rem;
  text-align: justify;
}

h1 {
  margin: 0.5rem 0rem 1.5rem 0rem;
  padding: 0rem 0rem 0rem;
  font-size: 1em;
  line-height: 1.3em;
  color: #006FC0;
  text-align: center;
}

h1 small {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  padding: 0rem 0rem 0rem 0rem;
}

ul {
  padding: 0rem 0rem 1rem 0rem;
  list-style: none;
}

li {
  padding-left: 1rem;
}

/*25A0 - square / 2010 - dash / 2212 - long dash*/
li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1rem;
}

/* Ende Standard */

/*main*/

/*End main*/

/* Header */
header {
  padding: 0.5rem;
  text-align: center;
  border: 2px solid #1F487C;
  font-size: 0.9em;
  line-height: 1.3;
  box-shadow: 0px 7px 4px -1px #0D76C2;
}

header>a:hover {
  text-decoration: none;
}

big {
  font-weight: 600;
}

header a {
  font-family: 'Balthazar', serif;
  font-size: 1.25em;
  line-height: 1.2;
}

header span {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #1E487C;
  font-size: 1.5em;
}

header aside {
  margin-top: 0.75rem;
}

/* Ende Header */

/* Article */
article {
  padding: 2.5rem 0rem 0rem;
}

article a {
  color: #0000FF;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0.5rem 0rem 0rem;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:734px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 1rem;
  }

  p {
    text-align: left;
  }

}

/* 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;
}
