@font-face {
  font-family: "Syntax lt std";
  font-weight: normal;
  src: url(font/SYNTAXLTSTD-ROMAN.OTF);
}

@font-face {
  font-family: "Syntax lt std";
  font-weight: normal;
  font-style: italic;
  src: url(font/SYNTAXLTSTD-ITALIC.OTF);
}

@font-face {
  font-family: "Syntax lt std";
  font-weight: bold;
  src: url(font/SYNTAXLTSTD-BOLD.OTF);
}

@font-face {
  font-family: Themix;
  font-weight: normal;
  src: url(font/THEMIX-REGULAR.OTF);
}

@font-face {
  font-family: Themix;
  font-weight: bold;
  src: url(font/THEMIX-BOLD.OTF);
}

body {
  max-width: 1024px;
  margin: auto;
  font-family: "Syntax lt std", Arial, Helvetica, sans-serif;
  line-height: 1.3;
}

h1 {
  font-size: 1.5em;
  font-family: Themix, Arial, Helvetica, sans-serif;
  margin: 0.3em 0;
  display: inline-block;
}

h1 span {
  font-weight: normal;
  font-family: "Syntax lt std", Arial, Helvetica, sans-serif;
}

h2 {
  font-family: Themix, Arial, Helvetica, sans-serif;
  margin: 0.3em 0;
}

.print-only {
  display: none;
}

.bg-red {
  background-color: #c60219;
  color: #fff;
}

.color-red {
  color: #c60219;
}

.bg-blue {
  background-color: #ccecf3;
}

.bg-blue > div:first-child {
  background-color: #34b5d0;
  color: #fff;
}

.bg-blue > div > div:nth-child(2n+1) {
  background-color: #99dae7;
}

.bg-grey {
  background-color: #e6ebf3;
}

.bg-grey > div:first-child {
  background-color: #9cb1ce;
  color: #fff;
}

.bg-grey > div > div:nth-child(2n+1) {
  background-color: #cdd8e6;
}

.bg-yellow {
  background-color: #ffedc3;
}

.bg-yellow > div:first-child {
  background-color: #ffb711;
  color: #fff;
}

.bg-yellow > div > div:nth-child(2n+1) {
  background-color: #ffdb87;
}

.bg-brown {
  background-color: #f3eeed;
}

.bg-brown > div:first-child {
  background-color: #895346;
  color: #fff;
}

.bg-brown > div > div:nth-child(2n+1) {
  background-color: #dccbc7;
}

.bg-pink {
  background-color: #fef0f6;
}

.bg-pink > div:first-child {
  background-color: #f067a6;
  color: #fff;
}

.bg-pink > div > div:nth-child(2n+1) {
  background-color: #fbd1e5;
}

.bg-purple {
  background-color: #f8ecf5;
}

.bg-purple > div:first-child {
  background-color: #b33c97;
  color: #fff;
}

.bg-purple > div > div:nth-child(2n+1) {
  background-color: #e8c4e0;
}

.bg-granit {
  background-color: #dfdfd8;
}

.bg-granit > div:first-child {
  background-color: #817e65;
  color: #fff;
}

[class*="bg-"] > div {
  padding-top: 10px;
  padding-bottom: 10px;
}

[class*="bg-"] > div:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px
}

.pb-0 {
  padding-bottom: 0 !important;
}

.lh-20 {
  line-height: 20px;
}

.float-right {
  float: right;
}

.ff-themix {
  font-family: Themix, Arial, Helvetica, sans-serif;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.clearfix {
  clear: both;
}

.logo {
  height: 80px;
  margin-bottom: 1px;
  margin-left: -7px;
}

.weather img,
.lawine img {
  height: 45px;
  margin-right: 5px;
  float: left;
}

.lift {
  line-height: 1;
  display: flex;
  align-items: center;
}

.infra {
  display: flex;
  align-items: center;
}

.infra span {
  margin-left: 5px;
  white-space: nowrap;
}

.infra-div {
  break-inside: avoid;
  padding-top: 2px;
  padding-bottom: 2px;
}

.infra-heading {
  margin: 0;
}

.infra img:nth-of-type(3) {
  margin-left: 15px;
}

.lift span,
.infra span {
  font-size: 0.7em;
}

.slope-legend,
.legend {
  font-size: 0.8em;
  line-height: 2.5;
}

.slope-legend img,
.legend img {
  height: 15px;
}

.legend {
  background-color: #eef7e2;
}

[class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

footer {
  color: #666;
  font-size: 0.8em;
}

footer .lighter a,
footer .lighter {
  color: #999;
}

.list {
  column-count: 2;
}

@media (max-width: 1024px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .text-center-xs {
    text-align: center;
  }
}

@media not print {
  @media (max-width: 768px) {
    [class*="bg-"] > div {
      padding-top: 0;
      padding-bottom: 0;
    }
  }

  @media (max-width: 990px) {
    .list {
      column-count: 1;
    }
    .hidden-sm {
      display:none;
    }
  }
}

@page {
  margin: 0;
}

@media print {
  body {
    font-size: 12px;
  }

  .row {
    page-break-inside: avoid;
  }

  .page-break-before {
    page-break-before: always;
  }

  .print-only {
    display: block;
  }

  .mb-10 {
    margin-bottom: 8px;
  }

  [class*="bg-"] > div {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lh-20 {
    line-height: 20px;
  }

  .logo {
    height: 60px;
  }

  .weather img,
  .lawine img {
    height: 35px;
  }

  .lift img,
  .infra img {
    height: 20px;
  }

  .slope-legend img,
  .legend img {
    height: 10px;
  }

  .hidden-print {
    display: none;
  }

  .hidden-xs {
    display: block !important;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}


/* Langlauf-Loipen: nur Regionsblöcke */
.langlauf-regions .region-heading {
  background-color: #99dae7;
  padding-top: 0;
  padding-bottom: 0;
}

.langlauf-regions .region-heading-rona {
  margin-top: 10px;
}
