
body {
  background-image: url("../img/gras.jpg");
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 32pt;
  margin-bottom: 4pt;
}

p,li {
  font-size: 16pt;
  line-height: 22pt;
}

table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 80%;
}

tr {
  vertical-align: top;
}

td {
  padding: 20px;
  width: 50%;
}

#pricing-table td:first-child {
  padding-right: 40px;
  border-right: 1px solid #eee;
}

#pricing-table td:last-child {
  padding-left: 40px;
}

.button {
  display: block;
  width: 50%;
  margin: auto;
  padding: 20px;
  background-color: #941751;
  border: 1px solid #941751;
  border-radius: 20px;
  color: white;

  text-decoration: none;
  text-align: center;

  margin-top: 40px;
  margin-bottom: 100px;
}

#logo {
  width: 400px;
}

#header-badge {
  position: absolute;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  right: 40px;
  top: 120px;
  -webkit-transform: rotateZ(-10deg);
  -moz-transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);

  color: white;

  text-align: center;
  background-color: rgba(0,0,0,0.5);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.5);

  text-shadow: 2px 2px 3px black;

  line-height: 20pt;
}

#header-badge a {
  color: white !important;
}

#header-badge a:visited {
  color: white !important;
}

#header-badge a:active {
  color: white !important;
}

#header-badge h3 {
  margin: 0;
}

.content {
  margin-bottom: 60px;
}

.header {
  background-image: url("../img/menschen.jpg");
  background-size: cover;
  height: 400px;
  position: relative;
}

.header.header-1 {
  background-position: bottom;
}

.header.header-2 {
  background-image: url("../img/header.jpg");
  background-position: 0% 20%;
}

.header.header-3 {
  background-image: url("../img/aussicht.jpg");
}

.header.header-4 {
  background-image: url("../img/hotel.jpg");
  background-position: bottom;
}

#wrapper {
  margin: auto;
  padding: 60px;
  max-width: 800px;
  background-color: white;
  color: #941751;

  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;

  box-shadow: 0px 0px 50px black;
}