/* SCSS IMPORT
======================================================== */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*, ::after, ::before {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

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

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

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

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

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

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

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

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

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

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

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

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

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

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

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

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

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

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* COLOR DEFINITION
======================================================== */
/* BASIC STYLES
======================================================== */
main, aside {
  display: block; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none; }

img {
  height: auto;
  max-width: 100%; }

.scroll--fixed {
  overflow: hidden; }

body:after {
  content: '';
  transition: .5s; }

/* BACKGROUND BASIC STYLES
======================================================== */
.bg {
  background-size: cover; }

.teaser__background {
  background-position-x: center;
  height: 100vh; }

/* BASIC FONT STYLES
======================================================== */
body {
  color: #00262A;
  font-family: proxima-nova, sans-serif; }

p {
  font-family: petersburg-web, serif;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 420px) {
    p {
      font-size: 14px;
      line-height: 24px; } }

h1 {
  font-size: 72px; }

h2 {
  font-size: 36px; }
  @media only screen and (max-width: 420px) {
    h2 {
      font-size: 17px; } }

h3 {
  font-size: 28px; }
  @media only screen and (max-width: 420px) {
    h3 {
      font-size: 20px; } }

.section__headline h1, .section__headline h2 {
  color: #2A757C;
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 800; }
  @media only screen and (max-width: 420px) {
    .section__headline h1, .section__headline h2 {
      font-size: 28px; } }
.section__headline h3 {
  font-size: 38px;
  font-weight: 400; }
  @media only screen and (max-width: 420px) {
    .section__headline h3 {
      font-size: 24px; } }

/* NAVIGATION FONT STYLES
======================================================== */
.nav-main__anchor {
  color: #C8E4E7;
  cursor: pointer;
  display: block;
  font-weight: 700;
  font-size: 72px; }
  @media only screen and (max-width: 1366px) {
    .nav-main__anchor {
      font-size: 56px; } }
  @media only screen and (max-width: 420px) {
    .nav-main__anchor {
      font-size: 30px; } }

.nav-main__subline {
  color: #fff;
  font-size: 24px; }
  @media only screen and (max-width: 1366px) {
    .nav-main__subline {
      font-size: 18px; } }
  @media only screen and (max-width: 1024px) {
    .nav-main__subline {
      font-size: 16px; } }
  @media only screen and (max-width: 768px) {
    .nav-main__subline {
      font-size: 18px; } }
  @media only screen and (max-width: 420px) {
    .nav-main__subline {
      font-size: 14px; } }

/* REGIONEN FONT STYLES
======================================================== */
.slide__headline {
  font-size: 72px;
  letter-spacing: 1px;
  line-height: 75px;
  font-weight: 900;
  text-transform: uppercase; }
  @media only screen and (max-width: 420px) {
    .slide__headline {
      font-size: 26px;
      line-height: 28px;
      margin-bottom: 15px;
      padding: 0 15px;
      width: 100%; } }

.slide__subline {
  font-size: 28px; }
  @media only screen and (max-width: 420px) {
    .slide__subline {
      font-size: 16px;
      padding: 0 15px;
      width: 100%; } }

.regionen__info-headline h2 {
  letter-spacing: 1px;
  text-transform: uppercase; }

.regionen__info-text p {
  font-size: 18px; }

/* MYTHISCHE ORTE FONT STYLES
======================================================== */
.books__entry-quote h3 {
  font-family: petersburg-web, serif;
  font-weight: 700;
  font-style: italic; }

/* ORTE FONT STYLES
======================================================== */
.ort__details h4 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px; }
.ort__details li {
  font-size: 18px; }

.ort__tipps a {
  color: #00262A;
  display: block;
  font-weight: 700;
  margin-bottom: 45px;
  transition: .1s; }
  .ort__tipps a:hover {
    color: #C8E4E7; }
.ort__tipps a:last-of-type {
  margin: 0; }

.orte__download a,
.orte__external a {
  color: #CC4B44;
  font-size: 28px; }
  @media only screen and (max-width: 420px) {
    .orte__download a,
    .orte__external a {
      font-size: 18px; } }

/* RADTOUREN FONT STYLES
======================================================== */
.bike-details p {
  font-family: proxima-nova, sans-serif; }

.bike-details__tour p {
  font-weight: 700; }

nav a:hover {
  color: #81c1c8; }

/* MAIN NAVIGATION  WRAP
======================================================== */
.nav-main__wrap {
  background: rgba(0, 38, 42, 0.85);
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  opacity: 0;
  justify-content: center;
  visibility: hidden;
  right: -50vw;
  width: 50vw;
  transition: .3s ease-in-out;
  z-index: 1000; }
  @media only screen and (max-width: 1024px) {
    .nav-main__wrap {
      width: 100vw; } }
  @media only screen and (max-width: 420px) {
    .nav-main__wrap {
      padding: 0 50px; } }

.nav-main {
  align-items: center;
  display: flex; }

.nav-main__wrap--active {
  opacity: 1;
  right: 0;
  visibility: visible;
  transition: .8s ease-in-out; }

/* MAIN NAVIGATION MENU BUTTON
======================================================== */
.nav-main__button {
  cursor: pointer;
  position: fixed;
  right: 25px;
  top: 50px;
  transition: .3s ease-in-out;
  width: 40px;
  z-index: 10000; }
  @media only screen and (max-width: 420px) {
    .nav-main__button {
      right: 15px;
      top: 30px;
      width: 30px; } }
  @media all and (-ms-high-contrast: none) {
    .nav-main__button {
      top: 0px; } }

.menu-button {
  transition: .3s; }

.nav-main__button--active {
  transform: rotate(90deg); }
  .nav-main__button--active .menu-button {
    fill: #C8E4E7; }

.nav-main__button--colored .menu-button {
  fill: #C8E4E7; }

/* MAIN NAVIGATION LIST ITEMS
======================================================== */
.nav-main__item,
.nav-main__subitem {
  margin-bottom: 70px;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .nav-main__item,
    .nav-main__subitem {
      margin-bottom: 45px; } }
  @media only screen and (max-width: 420px) {
    .nav-main__item,
    .nav-main__subitem {
      margin-bottom: 20px; } }
  .nav-main__item:last-of-type,
  .nav-main__subitem:last-of-type {
    margin: 0; }

.nav-main__item--parent {
  position: relative; }

.nav-main__anchor--parent {
  align-items: center;
  display: flex; }
  .nav-main__anchor--parent img {
    margin-left: 15px;
    transition: .5s;
    width: 44px; }

.nav-main__anchor--active img {
  transform: rotate(180deg); }

/* MAIN NAVIGATION SUB MENU
======================================================== */
.nav-main__sub {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 70px); }
  @media only screen and (max-width: 768px) {
    .nav-main__sub {
      top: calc(100% + 50px); } }
  @media only screen and (max-width: 420px) {
    .nav-main__sub {
      top: calc(100% + 20px); } }

.nav-main__sub--active {
  pointer-events: auto; }

/* LANGUAGE SWITCH NAVIGATION
======================================================== */
.nav-lang {
  position: absolute;
  right: 25px;
  transform: translateY(-50%);
  top: 50%; }
  .nav-lang li {
    margin-bottom: 10px; }
    .nav-lang li:last-of-type {
      margin-bottom: 0; }
  .nav-lang a {
    color: #C8E4E7;
    font-size: 36px;
    text-transform: uppercase; }
  @media only screen and (max-width: 1366px) {
    .nav-lang {
      bottom: 30px;
      top: auto;
      left: 115px; }
      .nav-lang ul {
        margin: 0; }
      .nav-lang li {
        float: left;
        margin: 0;
        margin-right: 15px; }
      .nav-lang a {
        font-size: 46px; } }
  @media only screen and (max-width: 1024px) {
    .nav-lang {
      bottom: 40px;
      left: 55px; }
      .nav-lang a {
        font-size: 28px; } }
  @media only screen and (max-width: 768px) {
    .nav-lang {
      bottom: 20px;
      left: 150px; }
      .nav-lang a {
        font-size: 46px; } }
  @media only screen and (max-width: 420px) {
    .nav-lang {
      bottom: 30px;
      left: 50px; }
      .nav-lang a {
        font-size: 28px; } }

.wpml-ls-current-language a {
  color: #81c1c8;
  font-weight: 700; }

/* META NAVIGATION
======================================================== */
.nav-meta {
  bottom: 50px;
  position: absolute;
  right: 25px; }
  .nav-meta a {
    display: block;
    color: #C8E4E7;
    text-align: right; }

/* CALENDAR
======================================================== */
.calendar {
  background: rgba(0, 38, 42, 0.85);
  height: 100%;
  min-height: 100vh;
  font-family: proxima-nova, sans-serif;
  position: fixed;
  visibility: hidden;
  top: 0;
  transition: .7s ease-in-out;
  right: -50vw;
  opacity: 0;
  width: 50vw;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media only screen and (max-width: 1024px) {
    .calendar {
      width: 100vw; } }
  .calendar .calendar__footer {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white; }
  .calendar .calendar__seasons {
    display: none; }
  .calendar .slick-track {
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap; }

.calendar-prev {
  position: absolute;
  left: 8%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, 0%);
  cursor: pointer;
  transition: 0.25s ease-in;
  z-index: 999; }
  .calendar-prev .icon {
    display: block;
    border-top: 8px solid white;
    border-left: 8px solid white;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: opactity 0.25s ease-in; }
    .calendar-prev .icon.slick-disabled {
      opacity: 0; }

.season-prev {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: 0.25s ease-in;
  z-index: 999; }
  .season-prev.slick-disabled {
    opacity: 0; }
  .season-prev .icon {
    display: block;
    border-top: 8px solid white;
    border-left: 8px solid white;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: opactity 0.25s ease-in; }
    .season-prev .icon.slick-disabled {
      opacity: 0; }

.calendar-next {
  position: absolute;
  right: 8%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(50%, 0%);
  cursor: pointer;
  transition: 0.25s ease-in;
  z-index: 999; }
  .calendar-next.slick-disabled {
    opacity: 0; }
  .calendar-next .icon {
    display: block;
    border-top: 8px solid white;
    border-left: 8px solid white;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: opactity 0.25s ease-in; }
    .calendar-next .icon.slick-disabled {
      opacity: 0; }

.season-next {
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: 0.25s ease-in;
  z-index: 999; }
  .season-next.slick-disabled {
    opacity: 0; }
  .season-next .icon {
    display: block;
    border-top: 8px solid white;
    border-left: 8px solid white;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

.bottom-next {
  position: absolute;
  right: 25%;
  top: 50%;
  width: 55px;
  height: 55px;
  transform: translate(50%, 0%);
  cursor: pointer;
  transition: 0.25s ease-in;
  z-index: 999; }
  .bottom-next .icon {
    display: block;
    border-top: 15px solid white;
    border-left: 15px solid white;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

.bottom-prev {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 55px;
  height: 55px;
  transform: translate(-50%, 0%);
  cursor: pointer;
  transition: 0.25s ease-in;
  z-index: 999; }
  .bottom-prev .icon {
    display: block;
    border-top: 15px solid white;
    border-left: 15px solid white;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.season {
  text-align: center; }

.calendar__slider {
  width: 100%;
  /* the slides */
  /* the parent */ }
  .calendar__slider .slide--wrapper .slide--wrapper-row {
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 20%;
    padding-bottom: 10%; }
    @media only screen and (max-width: 1024px) {
      .calendar__slider .slide--wrapper .slide--wrapper-row {
        padding-top: 1%;
        padding-bottom: 0; }
        .calendar__slider .slide--wrapper .slide--wrapper-row p {
          font-size: 12px; } }
    @media only screen and (max-width: 1024px) and (max-width: 768px) {
      .calendar__slider .slide--wrapper .slide--wrapper-row p {
        font-size: 16px;
        line-height: 22px; } }

  .calendar__slider .slick-slide {
    margin: 0 50px; }
  .calendar__slider .slick-list {
    margin: 0 -50px; }

.slick-next {
  position: absolute;
  right: 20px;
  border: 1px solid white;
  border-width: 0 8px 8px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(315deg);
  font-size: 0;
  background: transparent;
  outline: none;
  cursor: pointer; }

.slick-prev {
  position: absolute;
  left: 20px;
  border: 1px solid white;
  border-width: 0 8px 8px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  font-size: 0;
  background: transparent;
  outline: none;
  cursor: pointer; }

.calendar__seasons-inner
.calendar__navigation {
  display: flex; }

.calendar__navigation-prev {
  border: solid white;
  border-width: 0px 7px 7px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  outline: none;
  margin-right: 10px; }

.calendar__navigation-next {
  border: solid white;
  border-width: 0 7px 7px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(315deg);
  outline: none;
  margin-left: 10px; }

.calendar__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 65%;
  min-height: 100%; }

.calendar .calendar__item {
  border-bottom: 5px solid #CC4B44;
  height: auto;
  padding: 0;
  margin-bottom: 70px;
  padding-bottom: 10px;
  position: relative;
  width: 100% !important; }
  @media only screen and (max-width: 1024px) {
    .calendar .calendar__item {
      border-bottom-width: 3px;
      margin-bottom: 35px; } }
  @media only screen and (max-width: 420px) {
    .calendar .calendar__item {
      margin-bottom: 0; } }
  .calendar .calendar__item p {
    margin: 0; }

.calendar__date {
  color: #CC4B44;
  font-size: 36px;
  font-weight: 700; }
  @media only screen and (max-width: 1024px) {
    .calendar__date {
      font-size: 29px; } }
  @media only screen and (max-width: 768px) {
    .calendar__date {
      font-size: 22px;
      margin-top: 12px; } }

.calendar__location {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    .calendar__location {
      font-size: 24px; } }
  @media only screen and (max-width: 768px) {
    .calendar__location {
      font-size: 18px;
      margin-bottom: 12px; } }

.calendar__text {
  color: #fff;
  padding-right: 100px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 1024px) {
    .calendar__text {
      padding: 0; } }
  .calendar__text p {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 24px; }
    @media only screen and (max-width: 768px) {
      .calendar__text p {
        line-height: 16px; } }

.calendar--active {
  visibility: visible !important;
  opacity: 1 !important;
  right: 0 !important;
  transition: .8s ease-in-out; }

.calendar__link {
  background: #CC4B44;
  bottom: 0;
  position: absolute;
  right: 0; }
  .calendar__link a {
    align-items: center;
    display: flex;
    color: #fff;
    padding: 5px 10px; }
  .calendar__link img {
    margin-left: 5px;
    width: 8px; }
  @media only screen and (max-width: 768px) {
    .calendar__link {
      display: inline-block;
      position: static;
      margin-top: 30px; } }

/* OVERVIEW MAP STYLES
======================================================== */
.nav-main__item--1 {
  display: block; }

.map {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition-delay: .2s;
  transition: all 0.3s ease-in;
  width: 100%;
  z-index: 100; }

.map--visible {
  transform: none; }

.hmapsprem_map_container {
  height: 100vh; }

.hmapsprem_cat_tab_container {
  align-items: center;
  background: rgba(0, 38, 42, 0.85) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 72px);
  position: fixed;
  top: 0;
  right: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in;
  width: 320px;
  z-index: 100;
  opacity: 1; }
  @media only screen and (max-width: 480px) {
    .hmapsprem_cat_tab_container {
      width: 100vw; } }

.hmapsprem_cat_tab_container--visible {
  transform: none; }

.hmapsprem_cat_tab a {
  background: none !important;
  border: 3px solid #CC4B44 !important;
  border-radius: 0 !important;
  color: #C8E4E7 !important;
  display: inline-block;
  font-family: proxima-nova, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  padding: 24px 0 !important;
  min-width: 184px;
  text-align: center; }
.hmapsprem_cat_tab.active a {
  background: #CC4B44 !important;
  color: #fff !important; }

.map__filter-button {
  align-items: center;
  background: #00262A;
  bottom: 0;
  display: flex;
  height: 72px;
  justify-content: center;
  position: fixed;
  right: 0;
  width: 320px;
  z-index: 100; }
  .map__filter-button span {
    color: #C8E4E7;
    font-size: 24px;
    font-weight: bold; }
  .map__filter-button img {
    margin-left: 16px;
    transition: all 0.2s ease-in;
    width: 18px; }
  @media only screen and (max-width: 480px) {
    .map__filter-button {
      left: 0;
      right: auto;
      width: 100%; } }

.map__filter-button--active img {
  transform: rotate(180deg); }

/* GLOBAL STYLES
======================================================== */
section {
  padding-top: 164px;
  position: relative; }
  @media only screen and (max-width: 420px) {
    section {
      padding-top: 50px; } }

.section__headline {
  margin-bottom: 100px; }
  @media only screen and (max-width: 420px) {
    .section__headline {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 420px) {
    .section__headline h2 {
      font-size: 24px; } }

.half-section {
  height: 50vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.w-100 {
  width: 100%; }

/* LANDING PAGE STYLES
======================================================== */
.logo {
  left: 25px;
  position: absolute;
  top: 50px;
  width: 450px;
  z-index: 100; }
  @media only screen and (max-width: 420px) {
    .logo {
      left: 15px;
      top: 15px;
      width: 250px; } }

.teaser__background {
  position: relative; }

.teaser__info {
  align-items: center;
  bottom: 50px;
  color: #fff;
  display: flex;
  left: 30px;
  position: absolute;
  text-transform: uppercase; }
  .teaser__info h1 {
    font-size: 26px; }
  .teaser__info span {
    font-weight: 400; }
  @media only screen and (max-width: 420px) {
    .teaser__info {
      align-items: flex-start;
      flex-direction: column; } }

.teaser__info-expand {
  cursor: pointer;
  height: 20px;
  margin-left: 20px;
  transition: .3s ease-in-out;
  width: 20px; }
  @media only screen and (max-width: 420px) {
    .teaser__info-expand {
      margin-left: 0;
      margin-top: 15px;
      width: 30px; } }

.teaser__info-expand--active {
  transform: rotate(-45deg); }

.teaser__headline {
  bottom: 50px;
  color: #fff;
  left: 30px;
  position: absolute; }
  .teaser__headline h1 {
    font-size: 72px;
    font-weight: 800;
    text-transform: uppercase; }
    @media only screen and (max-width: 420px) {
      .teaser__headline h1 {
        font-size: 24px; } }
  .teaser__headline h2 {
    font-size: 36px;
    font-weight: 400; }
    @media only screen and (max-width: 420px) {
      .teaser__headline h2 {
        font-size: 18px; } }

.teaser__description {
  background: rgba(0, 38, 42, 0.85);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  padding: 0 220px;
  position: fixed;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: -50vw;
  width: 50vw;
  transition: .3s ease-in-out;
  z-index: 10; }
  @media only screen and (max-width: 1366px) {
    .teaser__description {
      padding: 0 120px; } }
  @media only screen and (max-width: 768px) {
    .teaser__description {
      right: -100vw;
      width: 100vw; } }
  @media only screen and (max-width: 420px) {
    .teaser__description {
      padding: 0 30px; }
      .teaser__description h2 {
        font-size: 24px; }
      .teaser__description p {
        font-size: 16px; } }

.teaser__description--active {
  opacity: 1;
  right: 0;
  visibility: visible;
  transition: .8s ease-in-out; }

.teaser__description-headline {
  margin-bottom: 30px; }

.teaser__description-more {
  display: flex;
  justify-content: center;
  margin-top: 50px; }
  .teaser__description-more a {
    border: 3px solid #CC4B44;
    color: #CC4B44;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    transition: .3s ease-out;
    text-transform: lowercase; }
    .teaser__description-more a:hover {
      color: #fff; }
    .teaser__description-more a:after {
      background: #CC4B44;
      content: '';
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transition: .3s ease-out;
      width: 0;
      z-index: -1; }
    .teaser__description-more a:hover:after {
      width: 100%; }

.teaser .slick-dots {
  display: flex;
  flex-direction: column; }
.teaser .slider__nav {
  bottom: 100px;
  position: absolute;
  right: 50px; }
  @media only screen and (max-width: 1024px) {
    .teaser .slider__nav {
      bottom: 15px; } }
  @media only screen and (max-width: 768px) {
    .teaser .slider__nav {
      bottom: 30px;
      left: auto;
      right: 15px; }
      .teaser .slider__nav li {
        float: left;
        margin-right: 10px; }
        .teaser .slider__nav li:last-of-type {
          margin: 0; } }
  @media only screen and (max-width: 420px) {
    .teaser .slider__nav {
      bottom: 0px;
      left: 30px;
      right: auto; }
      .teaser .slider__nav .slick-dots {
        flex-direction: row; } }
.teaser .slick-active .slider__nav-anchor {
  background: #fff; }
.teaser .slider__nav-anchor {
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 15px;
  margin-bottom: 15px;
  width: 15px; }
  @media only screen and (max-width: 420px) {
    .teaser .slider__nav-anchor {
      border: 2px solid #fff;
      height: 10px;
      width: 10px; } }

/* MYTHISCHE ORTE STYLES
======================================================== */
@media only screen and (max-width: 768px) {
  .sponsors {
    flex-direction: row !important; } }

.books__section-2 {
  padding: 0; }

.initiators h2 {
  margin-bottom: 32px; }
.initiators h3 {
  margin-top: 32px; }
.initiators a {
  align-items: center;
  cursor: pointer;
  color: #CC4B44;
  display: inline-flex;
  margin-top: 16px;
  position: relative; }
  .initiators a img {
    margin-left: 16px;
    width: 16px; }

.books-sponsors h2 {
  margin-bottom: 50px; }
.books-sponsors img {
  margin-bottom: 50px; }
@media only screen and (max-width: 768px) {
  .books-sponsors {
    margin-top: 80px; } }
@media only screen and (max-width: 420px) {
  .books-sponsors {
    margin-top: 50px; } }

.books__entry {
  margin-bottom: 250px; }
  @media only screen and (max-width: 768px) {
    .books__entry {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 420px) {
    .books__entry {
      margin-bottom: 50px; } }

.books__entry-cover img {
  width: 100%; }

.books__entry-details {
  padding-top: 64px; }
  @media only screen and (max-width: 420px) {
    .books__entry-details {
      padding-bottom: 80px;
      padding-top: 30px; } }

.books__entry-quote {
  margin-bottom: 60px; }
  @media only screen and (max-width: 420px) {
    .books__entry-quote {
      margin-bottom: 50px; } }

.books__entry-booklet {
  align-self: flex-end; }
  .books__entry-booklet p {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px; }

/* REGIONEN STYLES
======================================================== */
.slider {
  height: 100vh; }

/*.slider__inner,
.slick-track {height:100vh;}*/
.slide {
  background-size: cover;
  position: relative;
  height: 100vh; }

.slide__info {
  bottom: 100px;
  color: #fff;
  height: auto;
  left: 50px;
  position: absolute; }
  @media only screen and (max-width: 420px) {
    .slide__info {
      left: 25px; } }

.slider__nav {
  bottom: 100px;
  position: absolute;
  right: 50px; }
  @media only screen and (max-width: 768px) {
    .slider__nav {
      bottom: 30px;
      left: 50%;
      right: auto;
      transform: translateX(-50%); }
      .slider__nav li {
        float: left;
        margin-right: 10px; }
        .slider__nav li:last-of-type {
          margin: 0; } }
  @media only screen and (max-width: 420px) {
    .slider__nav {
      left: auto;
      right: 20px;
      transform: none; }
      .slider__nav .slick-dots {
        flex-direction: column;
        display: flex; }
      .slider__nav li {
        margin: 0; } }

.slick-active .slider__nav-anchor {
  background: #fff; }

.slider__nav-anchor {
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 15px;
  margin-bottom: 15px;
  width: 15px; }

.regionen__eintrag {
  margin-bottom: 250px; }
  @media only screen and (max-width: 420px) {
    .regionen__eintrag {
      margin-bottom: 100px; } }

.regionen__eintrag-img {
  background-size: cover;
  height: 600px; }
  @media only screen and (max-width: 420px) {
    .regionen__eintrag-img {
      height: 450px; } }

.regionen__info {
  align-items: center;
  background: #00262A;
  display: flex;
  flex-wrap: wrap;
  color: #FFEDDD;
  height: 500px;
  padding: 25px 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 500px; }
  @media only screen and (max-width: 420px) {
    .regionen__info {
      background: rgba(0, 38, 42, 0.7);
      height: 100%;
      margin: 0 15px;
      transform: none;
      top: 0;
      width: auto; } }

.regionen__more a {
  border: 3px solid #FFEDDD;
  color: #FFEDDD;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  transition: .3s ease-out;
  text-transform: lowercase; }
  .regionen__more a:hover {
    color: #00262A; }
  .regionen__more a:after {
    background: #FFEDDD;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s ease-out;
    width: 0;
    z-index: -1; }
  .regionen__more a:hover:after {
    width: 100%; }

/* ORTE STYLES
======================================================== */
.d-flex.flex-wrap {
  width: 100%; }

.section__headline h3 {
  color: #00262A; }

.ort__section-1 {
  margin-bottom: 150px; }

.ort__details div {
  margin-bottom: 100px; }
.ort__details ul {
  margin-bottom: 30px; }
.ort__details ul:last-of-type {
  margin: 0; }
.ort__details p {
  font-family: proxima-nova, sans-serif; }
.ort__details a {
  color: #00262A;
  display: block;
  font-weight: 700;
  transition: .1s; }
  .ort__details a:hover {
    color: #CC4B44; }
@media only screen and (max-width: 768px) {
  .ort__details {
    margin-top: 100px; } }

.orte__download a,
.orte__external a {
  align-items: center;
  display: flex; }
  .orte__download a:hover,
  .orte__external a:hover {
    text-decoration: underline; }
.orte__download img,
.orte__external img {
  margin-right: 25px; }

.orte__download {
  margin-top: 250px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .orte__download {
      margin-top: 80px; } }
  @media only screen and (max-width: 420px) {
    .orte__download {
      margin-top: 100px; } }
  .orte__download img {
    width: 50px; }
    @media only screen and (max-width: 420px) {
      .orte__download img {
        width: 30px; } }

.orte__external {
  margin-bottom: 50px; }
  .orte__external img {
    width: 50px; }
    @media only screen and (max-width: 420px) {
      .orte__external img {
        width: 30px; } }

.orte__galerie-img img {
  display: block; }

.site-nav__inner {
  justify-content: space-between; }

.site-nav__headline {
  margin: 300px 0 200px; }
  @media only screen and (max-width: 420px) {
    .site-nav__headline {
      margin: 150px 0 50px; } }
  .site-nav__headline h2 {
    color: #CC4B44;
    font-size: 72px;
    text-align: center; }
    @media only screen and (max-width: 420px) {
      .site-nav__headline h2 {
        font-size: 28px; } }

.site-nav__entry {
  align-items: stretch;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  min-height: 400px;
  position: relative; }
  .site-nav__entry img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; }
  @media only screen and (max-width: 420px) {
    .site-nav__entry {
      min-height: 200px; }
      .site-nav__entry img {
        width: 15px; } }

.site-nav__entry--right .site-nav__text-wrapper {
  right: 0; }
.site-nav__entry--right .site-nav__text {
  left: 5%; }
.site-nav__entry--right img {
  right: 5%; }

.site-nav__entry--left .site-nav__text {
  right: 5%; }
.site-nav__entry--left img {
  left: 5%;
  transform: rotate(180deg) translateY(50%); }

.site-nav__text-wrapper {
  background: rgba(10, 96, 105, 0.76);
  height: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80%; }

.site-nav__text {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%); }
  .site-nav__text p {
    font-size: 16px;
    margin: 0; }
  @media only screen and (max-width: 420px) {
    .site-nav__text p {
      display: none; } }

/* RADTOUREN STYLES
======================================================== */
.bike__eintrag {
  margin-bottom: 250px;
  position: relative; }
  @media only screen and (max-width: 420px) {
    .bike__eintrag {
      margin-bottom: 100px; } }

.bike__eintrag-img {
  background-size: cover;
  height: 640px; }
  @media only screen and (max-width: 420px) {
    .bike__eintrag-img {
      height: 500px; } }

.bike__info {
  align-items: center;
  background: #00262A;
  display: flex;
  flex-wrap: wrap;
  height: 500px;
  padding: 70px 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 500px; }
  @media only screen and (max-width: 420px) {
    .bike__info {
      background: rgba(0, 38, 42, 0.8);
      left: 15px;
      height: 100%;
      margin: 0;
      top: 0;
      transform: none;
      width: calc(100% - 30px); } }

.bike__info--active {
  z-index: 100; }

.bike__info--not {
  z-index: -1; }

.bike__info-headline h2 {
  color: #C8E4E7;
  text-transform: uppercase; }

.bike__info-links {
  margin-top: 50px; }
  .bike__info-links a, .bike__info-links span {
    align-items: center;
    cursor: pointer;
    color: #CC4B44;
    display: flex;
    margin-bottom: 25px; }
  .bike__info-links img {
    display: inline-block;
    margin-right: 10px;
    width: 25px; }

.bike-details {
  display: none;
  padding: 0;
  left: 0;
  position: absolute;
  top: 0; }
  @media only screen and (max-width: 420px) {
    .bike-details {
      left: 15px;
      width: calc(100% - 30px); } }
  .bike-details h2 {
    margin-bottom: 50px; }

.bike-details__inner {
  background: #C8E4E7;
  padding: 100px 150px 100px 75px; }
  @media only screen and (max-width: 420px) {
    .bike-details__inner {
      padding: 30px 15px; } }

.bike-details__tour {
  margin-top: 100px; }

.bike-details--visible {
  position: relative; }
  .bike-details--visible:after {
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 100%; }

.bike-details__close {
  cursor: pointer;
  margin: 50px auto 0;
  width: 50px; }

/* IMPRESSUM/DATENSCHUTZ STYLES
======================================================== */
.meta {
  padding-bottom: 150px;
  padding-top: 150px; }
  .meta h1 {
    margin-bottom: 80px; }
  .meta p {
    margin-bottom: 30px; }
  .meta hr {
    margin-bottom: 50px; }
  .meta li {
    margin-bottom: 50px; }
  .meta ul {
    margin-bottom: 50px;
    padding-left: 25px; }
    .meta ul li {
      font-family: 'petersburg-web', serif;
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 15px;
      list-style: square; }

/* NEXT PAGE STYLES
======================================================== */
.footer {
  padding-bottom: 250px; }
  @media only screen and (max-width: 420px) {
    .footer {
      padding-bottom: 50px; } }

.next-page__text h2 {
  color: #CC4B44;
  font-size: 72px;
  line-height: 86px;
  text-align: center; }
  @media only screen and (max-width: 420px) {
    .next-page__text h2 {
      font-size: 24px;
      line-height: 36px; } }

.next-page__button {
  display: flex;
  justify-content: center;
  margin-top: 80px; }
  @media only screen and (max-width: 420px) {
    .next-page__button {
      margin-top: 30px; } }
  .next-page__button a {
    border: 3px solid #00262A;
    color: #00262A;
    display: inline-block;
    font-size: 21px;
    letter-spacing: 1px;
    padding: 15px 50px;
    position: relative; }
    .next-page__button a:hover:after {
      width: 100%; }
    @media only screen and (max-width: 420px) {
      .next-page__button a {
        padding: 10px 35px;
        font-size: 16px; } }
  .next-page__button a:after {
    background: #CC4B44;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .4s;
    width: 0;
    z-index: -1; }

/* Cookie Popup Styles
======================================================== */
.button--datenschutz {
  background: transparent;
  border: 2px solid #CC4B44;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  transition: .2s ease-in-out; }
  .button--datenschutz:hover {
    background: #CC4B44; }

.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out; }

.chocolat-open {
  overflow: hidden; }

.chocolat-overlay {
  transition: opacity 0.4s ease, visibility 0s 0.4s ease;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  visibility: hidden;
  opacity: 0; }

.chocolat-overlay.chocolat-visible {
  transition: opacity 0.4s, visibility 0s;
  visibility: visible;
  opacity: 0.8; }

.chocolat-wrapper {
  transition: opacity 0.4s ease, visibility 0s 0.4s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff;
  visibility: hidden; }

.chocolat-wrapper.chocolat-visible {
  transition: opacity 0.4s, visibility 0s;
  opacity: 1;
  visibility: visible; }

.chocolat-zoomable .chocolat-img {
  cursor: zoom-in; }

.chocolat-loader {
  transition: opacity 0.3s;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(/wp-content/themes/mythische-orte/assets/icons/chocolat/loader.gif);
  opacity: 0; }

.chocolat-loader.chocolat-visible {
  opacity: 1; }

.chocolat-image-wrapper {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left;
  transform: translate(-50%, -50%); }

.chocolat-image-wrapper .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%; }

.chocolat-wrapper .chocolat-left {
  width: 50px;
  height: 100px;
  cursor: pointer;
  background: url(/wp-content/themes/mythische-orte/assets/icons/chocolat/left.png) 50% 50% no-repeat;
  z-index: 17;
  visibility: hidden; }

.chocolat-layout {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.chocolat-image-canvas {
  transition: opacity .2s;
  opacity: 0;
  flex-grow: 1;
  align-self: stretch; }

.chocolat-image-canvas.chocolat-visible {
  opacity: 1; }

.chocolat-center {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none; }

.chocolat-wrapper .chocolat-right {
  width: 50px;
  height: 100px;
  cursor: pointer;
  background: url(/wp-content/themes/mythische-orte/assets/icons/chocolat/right.png) 50% 50% no-repeat;
  z-index: 17;
  visibility: hidden; }

.chocolat-wrapper .chocolat-right.active {
  visibility: visible; }

.chocolat-wrapper .chocolat-left.active {
  visibility: visible; }

.chocolat-wrapper .chocolat-top {
  height: 50px;
  overflow: hidden;
  z-index: 17;
  flex-shrink: 0; }

.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/wp-content/themes/mythische-orte/assets/icons/chocolat/close.png) 50% 50% no-repeat; }

.chocolat-wrapper .chocolat-bottom {
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  display: flex;
  align-items: center; }

.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/ }

.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(/wp-content/themes/mythische-orte/assets/icons/chocolat/fullscreen.png) 50% 50% no-repeat;
  display: block;
  cursor: pointer;
  float: right; }

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  flex-grow: 1;
  text-align: left; }

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15; }

body.chocolat-open > .chocolat-loader {
  z-index: 15; }

body.chocolat-open > .chocolat-image-wrapper {
  z-index: 17; }

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-image-wrapper,
.chocolat-in-container .chocolat-overlay {
  position: absolute; }

.chocolat-in-container {
  position: relative; }

.chocolat-zoomable.chocolat-zooming-in .chocolat-image-wrapper,
.chocolat-zoomable.chocolat-zooming-out .chocolat-image-wrapper {
  transition: width .2s ease, height .2s ease; }

.chocolat-zoomable.chocolat-zooming-in .chocolat-img,
.chocolat-zoomable.chocolat-zooming-out .chocolat-img {
  transition: margin .2s ease; }

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/

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