@font-face {
  font-family: 'Soehne';
  src: url('s.woff2');
  src: url('s.woff') format('woff'),
       url('s.eot'),
       url('s.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }
@font-face {
  font-family: 'Soehne Bold';
  src: url('sb.woff') format('woff'),
       url('sb.eot'),
       url('sb.eot?#iefix') format('embedded-opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  }

@media only screen and (min-width:1064px) {

body {
  font-family: "Soehne", sans-serif;
  font-size: 20px;
  margin: 0;
  background: #333;
  color: #fafafa;
  line-height: 150%;
  }
b,strong {
  font-family: "Soehne Bold", sans-serif;
  }
#menu {
  height: 30px;
  padding: 20px;
  width: calc(100% - 40px);
  position: fixed;
  background: #222;
  opacity: 0.9;
  }
#menu-left {
  width: 50%;
  float: left;
  }
#menu-right {
  width: 50%;
  float: right;
  text-align: right;
  }
#container {
  width: 1024px;
  padding: 20px;
  margin: 0 auto;
  }
h1 {
  font-family: "Soehne Bold", sans-serif;
  text-align: center;
  margin: 128px auto 96px auto;
  font-weight: normal;
  }
h2 {
  font-family: "Soehne Bold", sans-serif;
  text-align: left;
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: normal;
  }
h3 {
  font-family: "Soehne Bold", sans-serif;
  text-align: left;
  margin: 0 0 20px 0;
  padding-top: 10px;
  font-size: 20px;
  font-weight: normal;
  }
.col {
  width: calc(33.3% - 40px);
  float: left;
  padding: 0 20px;
  }
.col3 {
  width: calc(33.3% - 40px);
  float: right;
  padding: 0 20px;
  }
.col2 {
  width: calc(66.6% - 40px);
  float: right;
  padding: 0 20px;
  }
.half1 {
  width: calc(50% - 40px);
  float: left;
  padding: 0 20px;
  }
.half2 {
  width: calc(50% - 40px);
  float: right;
  padding: 0 20px;
  }
.fw {
  width: calc(100% - 40px);
  clear:both;
  padding: 0 20px;
  }
img {
  width: 100%;
  }
.clearly {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  }
.spacer {
  height: 80px;
  }
.pricelabel {
  font-size: 40px;
  font-family: "Soehne Bold", sans-serif;
  }
.email {
  font-size: 40px;
  font-family: "Soehne Bold", sans-serif;
  }
p {
  margin: 20px auto 20px 0;
  color: #ddd;
  }

}

@media only screen and (max-width:1063px) {

body {
  font-family: "Soehne", sans-serif;
  font-size: 18px;
  margin: 0;
  background: #333;
  color: #fafafa;
  line-height: 150%;
  }
b,strong {
  font-family: "Soehne Bold", sans-serif;

  }
#menu {
  height: auto;
  padding: 20px;
  width: calc(100% - 40px);
  position: fixed;
  top: 0;
  background: #222;
  opacity: 0.9;
  }
#menu-left {
  width: 100%;
  float: left;
  }
#menu-right {
  width: 100%;
  float: left;
  text-align: left;
  }
#container {
  width: auto
  padding: 20px;
  margin: 0 auto;
  }
h1 {
  font-family: "Soehne Bold", sans-serif;
  text-align: center;
  line-height: 1.3;
  margin: 160px auto 96px auto;
  font-weight: normal;
  font-size: 28px;
  }
h2 {
  font-family: "Soehne Bold", sans-serif;
  text-align: left;
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: normal;
  }
h3 {
  font-family: "Soehne Bold", sans-serif;
  text-align: left;
  margin: 0 0 20px 0;
  padding-top: 20px;
  font-size: 20px;
  font-weight: normal;
  }
.col {
  width: calc(100% - 40px);
  float: none;
  padding: 0 20px;
  }
.col3 {
  width: calc(100% - 40px);
  float: none;
  padding: 0 20px;
  }
.col2 {
  width: calc(100% - 40px);
  float: none;
  padding: 0 20px;
  }
.half1 {
  width: calc(100% - 40px);
  float: none;
  padding: 0 20px;
  }
.half2 {
  width: calc(100% - 40px);
  float: none;
  padding: 0 20px;
  }
.fw {
  width: calc(100% - 40px);
  float: none;
  padding: 0 20px;
  }
img {
  width: 100%;
  }
.clearly {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  }
.spacer {
  height: 80px;
  }
.pricelabel {
  font-size: 40px;
  font-family: "Soehne Bold", sans-serif;
  }
.email {
  font-size: 24px;
  font-family: "Soehne Bold", sans-serif;
  }
p {
  margin: 20px auto 20px 0;
  color: #ddd;
  }

}
