@import url("reset.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
.overflow {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.top {
  top: 0;
}
.right {
  right: 0;
}
.bottom {
  bottom: 0;
}
.left {
  left: 0;
}
.width {
  width: 100%;
}
.height {
  height: 100%;
}
.center {
  text-align: center;
}
.bg.white {
  background: white;
}
.bg.gray {
  background: ;
}
.color {
  color: #648a8a;
}
.color.black {
  color: black;
}
.gray {
  color: ;
}
.margin-bottom {
  margin-bottom: 40px;
}
.line-through {
  text-decoration: line-through;
}
.hidden {
  display: none;
}
.direction {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.global {
  width: 981px;
  margin: 0 auto;
}
.text {
  font: 300 18px/25px "Open Sans";
  letter-spacing: 0.02em;
  color: #737373;
}
.wrapper {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.l {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
  display: block;
  float: left;
}
.m {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.r {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
  float: right;
}
.clickable:hover {
  cursor: pointer;
}
#header {
  width: 100%;
  z-index: -2;
  height: 245px;
}
#footer {
  width: 100%;
  min-height: 250px;
  z-index: -1;
}
.logo {
  display: block;
  height: 180px;
  width: 350px;
  background: url('../images/logo.png') no-repeat center center;
}
.logo.absolute {
  left: 50%;
  top: 25px;
  margin-left: -175px;
}
.logo.absolute.fixed {
  top: auto;
  bottom: 52px;
}
.first-child {
  margin-top: 245px;
}
.last-child {
  margin-bottom: 300px;
}
.green,
.black {
  background: url('../images/bg.png');
}
.green .button,
.black .button {
  background: white;
  color: #648a8a;
}
.green h1,
.green p,
.black h1,
.black p {
  color: white;
}
.green a,
.black a {
  color: white;
}
.black {
  background-image: url('../images/bg2.png');
}
.white {
  background: white;
}
.small {
  font-size: 14px;
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}
body {
  font: 300 18px/25px "Open Sans";
  letter-spacing: 0.02em;
  color: #737373;
  background: url('../images/bg2.png');
}
h1 {
  font: 300 18px/25px "Open Sans";
  letter-spacing: 0.02em;
  color: #737373;
  color: #648a8a;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 32px;
  margin-left: -2px;
}
h2 {
  color: #648a8a;
  font-size: 24px;
  font-weight: normal;
}
h2.margin-bottom {
  margin-bottom: 12px;
}
h6 {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 28px;
}
h6:first-child {
  margin-top: 0;
}
section {
  padding: 86px 0;
}
.button {
  font: 300 18px/25px "Open Sans";
  letter-spacing: 0.02em;
  color: #737373;
  display: inline-block;
  letter-spacing: 0.05em;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  -html-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  padding: 12px 30px;
  font-size: 22px;
  line-height: 24px;
  margin-right: 20px;
  background: #648a8a url('../images/bg.png');
  color: white;
  vertical-align: middle;
  text-decoration: none;
}
.button:hover {
  cursor: pointer;
}
.button:link {
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
}
.button:hover {
  background-image: url('../images/bg2.png');
  color: white;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
}
.button:last-of-type {
  margin-right: 0;
}
.button.margin-bottom {
  margin-bottom: 12px;
}
ul {
  width: 50%;
  list-style-type: disc;
}
ul li {
  background: url('../images/listdot.png') no-repeat 0 11px;
  padding-left: 16px;
  margin-bottom: 20px;
}
ul li div {
  font: 300 18px/25px "Open Sans";
  letter-spacing: 0.02em;
  color: #737373;
  color: #979898;
}
a {
  color: #648a8a;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: black;
}
span {
  font-size: 10px;
  line-height: 12px;
}
.dreieck {
  display: block;
  width: 30px;
  height: 20px;
  background: url('../images/dreieck.png') no-repeat center center;
  position: absolute;
  left: 20px;
  top: -20px;
}
.dreieck.left {
  left: 29px;
}
.kasten {
  max-width: 400px;
  padding: 28px 29px;
}
.kasten.margin-top {
  margin-top: 35px;
}
#pic1 {
  height: 530px;
  background: url('../images/pic1.jpg') no-repeat center 0;
}
#pic2 {
  padding-top: 45px;
  height: 485px;
  background: url('../images/pic2.jpg') no-repeat center 0;
}
#karte {
  height: 845px;
  background: url('../images/karte.jpg') no-repeat center center;
}
@media (max-width: 600px) {
  .desktopOnly {
    display: none;
  }
  .global {
    width: auto;
    margin: 0;
    padding: 0 25px;
  }
  .l,
  .m,
  .r {
    float: none;
    width: auto;
  }
  .text {
    font-size: 16px;
    line-height: 22px;
  }
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
  h2 {
    font-size: 20px;
  }
  section {
    padding: 40px 0;
  }
  section.first-child {
    margin-top: 0;
  }
  ul li div {
    font-size: 16px;
    line-height: 22px;
  }
  .dreieck {
    left: 25px;
  }
  .button {
    margin-bottom: 8px;
  }
  .kasten {
    position: relative;
    margin-top: -20px;
    margin-left: 0;
    left: auto;
    bottom: -20px;
    top: auto;
  }
  .logo {
    width: 100%;
    height: 100%;
    background-size: auto 60%;
  }
  #footer,
  #header {
    height: 30%;
    min-height: 0;
  }
  #pic1,
  #pic2 {
    height: 260px;
    background-size: auto 100%;
    padding: 0;
  }
  #karte {
    background-image: url('../images/karte_mobile.jpg');
    height: 400px;
    background-size: auto 100%;
  }
  body {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 601px) {
  .phoneOnly {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .global {
    width: 941px;
    padding: 0 20px;
  }
}
