@charset "utf-8";

:root {
  font-size: 16px;
}

/* Standard */
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #231F20;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.938em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 555px;
  margin: 1rem auto;
  border: solid 2px #2A4F85;
  background: #fff;
  overflow: hidden;
  padding: 0rem 0rem 0rem 0rem;
  text-align: left;
}

a {
  color: #231F20;
  text-decoration: none;
}

p {
  padding-bottom: 0.5rem;
}

h1 {
  margin: 0.2rem 0rem 0.8rem 0rem;
  padding: 0rem 0rem 0rem;
  font-size: 1.6em;
  line-height: 1.2em;
}

h1 small {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  padding: 0rem 0rem 0rem 0rem;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  padding: 0rem 0rem 0.5rem 0px;
  list-style: none;
}

li {
  padding-left: 16px;
}

/* 25A0 - square / 2010 - dash (Dau -) / 2212 - long dash  (Dau -) / 25B6 - Dau tam giac*/
li:before {
  content: "\2212";
  display: inline-block;
  font-size: 1.3em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -16px;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Ende Standard */

/*main*/

/*End main*/

/* Header */
header {
  padding: 0rem 0rem 0rem 0rem;
  position: absolute;
  right: 0;
  top: 0;
}

/* Ende Header */

/* Article */
article {
  padding: 1rem 1rem 0rem;
}

article p:first-of-type {
  width: 320px;
  padding-bottom: 1.5rem;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0.5rem 1rem;
  background: #2A4F85;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3em;
}
footer a{
  color: #fff;
}
/* Ende Footer */

/* Responsive */
@media only screen and (max-width:554px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    font-size: 0.938em;
  }

  article p:first-of-type {
    width: 100%;
  }
  article br{
    display: none;
  }
  header {
    position: static;
    padding: 1rem 1rem 0;
  }

}

/* Ende Responsive */
