html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  height: 100%;
}

body {
  line-height: 1;
  font-family: "Avenir LT W01_55 Roman1475520";
  font-size: 20px;
  color: white;
  background-color: #292b32;
  background-image: url("/Resourcen/Images/hintergrund.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-family: "Avenir LT W01_85 Heavy1475544";
  font-weight: normal;
}

a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}
a.btn {
  font-size: 18px;
  text-transform: uppercase;
  background: white;
  text-decoration: none;
  border: none;
  letter-spacing: 1.3px;
  line-height: 50px;
  display: inline-block;
  font-family: "Avenir LT W01_85 Heavy1475544";
  padding: 0 33px;
  color: #292b32;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
a.btn:hover {
  background: #d0d0d0;
}
a.btn.mb {
  margin-bottom: 50px;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.page-wrap {
  padding: 80px 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-wrap {
    padding: 0;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-wrap header {
    position: absolute;
    top: 70px;
    left: 98px;
  }
}
.page-wrap .logo {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .page-wrap .logo {
    margin-bottom: 0;
  }
}
.page-wrap .logo span {
  line-height: 30px;
  letter-spacing: 1.4px;
}
.page-wrap .logo img {
  margin-bottom: 10px;
}
.page-wrap .content {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .page-wrap .content {
    padding: 0 98px;
    margin-bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
.page-wrap article {
  line-height: 30px;
  letter-spacing: 1.2px;
}
.page-wrap article p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .page-wrap footer {
    position: absolute;
    bottom: 95px;
    left: 98px;
    width: calc(100% - 196px);
  }
}
.page-wrap footer address {
  line-height: 30px;
  letter-spacing: 1.4px;
}
.page-wrap footer address span {
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .page-wrap footer address span {
    float: right;
    display: inline-block;
    margin-top: 0;
  }
}

/*# sourceMappingURL=morpho.css.map */
