/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 14.09.2016, 10:18:29
    Author     : roman bleck | romanbleck.de
*/

h1 {
    color: #008c58;
}

p {
  margin-top: 1rem;
}

dl, ol, ul {
  margin-top: 1rem;;
}

.labello {
    font-size: 18px;
    font-weight: 700;
}

.header {
  text-align: center;
  margin: 20px 0px;
}

footer {
  padding: 20px 0px;
  background-color: #008c58;
  color: #ffffff;
}

.footer-sign {
  text-align: center;
}

.text-muted {
  margin: 20px 0;
}

a {
  color: #000000;
}

a:hover {
  color: #000000;
}

a.agb:link, a.agb:visited, a.agb:hover, a.agb:active {
  text-decoration: underline;
}

img {
  width: 90%;
}
@media (min-width: 50em) {
  img {
    width: 427px;
  }
}
div.message {
  overflow: visible;
  height: auto;
}
@media (min-width: 50em) {
  div.message {
    overflow: hidden;
    height: 50px;
  }
}
