@import "normalize.css";
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
}
a {
  color: #fff;
}
a:hover,
a:focus {
  color: #d32d0f;
}
a:focus {
  outline-color: #d32d0f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2em;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  margin-bottom: .5em;
  text-transform: uppercase;
}
p {
  line-height: 1.7em;
}
main {
  width: 100%;
  height: 100%;
  background-image: url('herzenslaeufer-haberkost.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  padding: 2em 0;
}
/*main > div {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}*/
main > div div {
  margin-left: 10%;
}
img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  height: auto;
}


main > div div > * {
    max-width: 670px;
    margin-right: 10%;
}


a.sendbutton{
  background-color: #D20A11;
  color:white;
  padding: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

a.sendbutton:hover{
  background-color: red;
}

.flyer{
  width:20%;
}


@media only screen and (max-width: 1000px) {
  img {
    width: 300px;
  }
}

