@charset "utf-8";


@media screen and (max-width: 1500px) {
  .page-header .summer, .page-header .winter, .page-header .panorama, .page-header .booking {
    padding: 65px 15px 30px 15px;
  }
}

/****************************************************************************************************/
/* Screen >= 0px und < 600px - Screen "320" (gelb)
/****************************************************************************************************/
@media screen and (min-width: 0px) and (max-width: 599px) {
  /****************************************************************************************************/
  /* Allgemeines
  /****************************************************************************************************/
  body {
    /*background-color: yellow;*/

    font-size: 14px; /* Standardgroesse 14px */

    line-height: 145%;
  }

  .page-footer .inner .copyright-logo div {
    width: auto;
    display: block;
    }
    .page-footer .inner .copyright-logo {
      display: block;
      padding: 85px 0 0 0;
      }

    /****************************************/
  /* Button
  /****************************************/
  .header-image .button img {
    width: 84px;
  }
   
  .header-image .button {
    width: auto;
    }

    .header-image .button.right {
      top: 4px;
      right: 4px;
      } 
  /****************************************************************************************************/
  /* Layout
  /****************************************************************************************************/
  /**********************************************************************/
  /* Header
  /**********************************************************************/
  /****************************************/
  /* Icons
  /****************************************/
  .page-header .summer,
  .page-header .winter,
  .page-header .booking,
  .page-header .panorama span {
    display: none;
  }

  .page-header .call,
  .page-header .open-close {
    display: block;
  }

  /****************************************/
  /* Navigation 1. Ebene
  /****************************************/
  .page-header .nav {
    display: none;
  }

  /**********************************************************************/
  /* Headerimage
  /**********************************************************************/
  .header-image {
    min-height: 0;
    height: auto !important;
    max-height: none;
  }

  .header-image:after {
    display: none;
  }

  /****************************************/
  /* Overlay
  /****************************************/
  .header-image .overlay {
    position: relative;

    left: auto;
    bottom: auto;

    width: auto;

    margin-left: 0;
    padding: 20px 10px 20px 10px;

    background-color: #6e7074;
  }

  .header-image .overlay p br {
    display: none;
  }

  /****************************************/
  /* Bild/er
  /****************************************/
  .header-image .slick_container {
    min-height: 120px;
    height: 220px;
    max-height: 220px;
  }

  /**********/
  /* vor/zurueck
  /**********/
  .header-image .slick_container .slick-prev {
    left: 10px;
  }

  .header-image .slick_container .slick-next {
    right: 10px;
  }




  /**********************************************************************/
  /* Inhalt
  /**********************************************************************/
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  /****************************************/
  /* Absaetze
  /****************************************/
  .content > p {
    max-width: none;
  }

  /**********************************************************************/
  /* Footer
  /**********************************************************************/
  .page-footer {
    padding-top: 40px;
    padding-bottom: 40px;

    font-size: 1em; /* 15px bei Elterngroesse 15px */

    line-height: 145%;
  }

  .page-footer .inner {
    padding-left: 10px;
    padding-right: 10px;

    text-align: center;
  }

  .page-footer .inner > div {
    float: none;

    width: auto;

    padding-bottom: 50px;
  }

  /****************************************/
  /* Social Media
  /****************************************/
  .page-footer .inner > div:nth-child(2) a {
    display: block;
    clear: both;
  }

  .page-footer .inner > div:nth-child(2) a.social-media {
    display: inline-block;
    clear: none;
    float: none;
  }

  /****************************************/
  /* Linkliste
  /****************************************/
  .page-footer .inner > div:nth-child(3) {
    display: none;
  }

  /****************************************/
  /* Suche
  /****************************************/
  .page-footer .inner .search-language form {
    display: inline-block;

    width: 260px;
  }

  /****************************************/
  /* Copyright und Logo
  /****************************************/
  .page-footer .inner .copyright-logo {
    padding-top: 0;

    font-size: 1em; /* 15px bei Elterngroesse 15px */

    line-height: 145%;
  }

  .page-footer .inner .copyright-logo span {
    display: none;
  }

  .page-footer .inner .copyright-logo div {
    display: block;
  }

  .page-footer .inner .logo {
    float: none;

    margin-top: 50px;

    width: auto;
  }

  /****************************************************************************************************/
  /* Allgemeine Elemente
  /****************************************************************************************************/
  .booking-box {
    margin-right: 10px;
    margin-left: 10px;
  }

  .booking-box .skd-checkin .ui-datepicker-trigger,
  .booking-box .skd-checkout .ui-datepicker-trigger {
    top: 6px;
  }

  /**********************************************************************/
  /* Absaetze
  /**********************************************************************/
  p {
    padding: 0 0 25px 0;
  }

  /**********************************************************************/
  /* Ueberschriften
  /**********************************************************************/
  h1,
  h2,
  h3 {
    font-size: 1.429em; /* 20px bei Elterngroesse 14px */
    line-height: 125%;
  }

  h4 {
    font-size: 1.286em; /* 18px bei Elterngroesse 14px */

    line-height: 125%;
  }

  /****************************************/
  /* mit geschwungenen Klammern
  /****************************************/
  .curly-braces {
    padding: 0 40px 0 40px;
  }

  /**********************************************************************/
  /* Formulare
  /**********************************************************************/
  /****************************************/
  /* Listen
  /****************************************/
  form#formhandler_newsletter-form,
  form#bookingRequestForm {
    max-width: none;
  }

  form ul li > label,
  form ul li input,
  form ul li textarea,
  form ul li select,
  form ul li fieldset legend,
  form ul li fieldset .fieldset-radio,
  form ul li fieldset .fieldset-checkbox {
    float: none;
  }

  form ul li fieldset .fieldset-radio,
  form ul li fieldset .fieldset-checkbox {
    width: auto;

    padding-top: 0;
  }

  form ul li fieldset .fieldset-radio label,
  form ul li fieldset .fieldset-checkbox label {
    padding-top: 10px;
  }

  form ul li > label,
  form ul li > fieldset > legend {
    width: auto;

    padding-bottom: 5px;
  }

  form ul li input,
  form ul li textarea {
    width: 100%;
  }

  form ul li input[type="submit"] {
    margin-left: 0;
  }

  /**********/
  /* Spezialfaelle
  /**********/
  form#bookingRequestForm #zip {
    width: 25%;
  }

  form#bookingRequestForm #city {
    float: right;

    width: 70%;
  }

  /****************************************************************************************************/
  /* Spezielle Elemente
  /****************************************************************************************************/
  /**********************************************************************/
  /* Raumteiler
  /**********************************************************************/
  /****************************************/
  /* 1/2 zu 1/2
  /****************************************/
  .partition.layout_12-12 {
    max-width: none;

    padding-bottom: 0 !important;
  }

  .partition.layout_12-12 .part {
    float: none;

    width: auto;

    padding-bottom: 20px;
  }

  .partition.layout_12-12:last-of-type .col-2 {
    padding-bottom: 50px;
  }

  .partition.layout_12-12 .part img {
    padding-bottom: 10px;
  }

  /**********/
  /* Galerie
  /**********/
  .partition.layout_12-12 .image-gallery .csc-textpic-image {
    width: 46.66%;

    margin: 0 6.68% 0 0;
  }

  .partition.layout_12-12 .image-gallery .csc-textpic-image:nth-child(even) {
    margin-right: 0;
  }

  /****************************************/
  /* 1/2 zu 1/2 - ohne Raender
  /****************************************/
  .partition.layout_12-12_no-margin {
    height: auto;

    margin: 0 0 20px 0;
  }

  .partition.layout_12-12_no-margin .part {
    float: none;

    width: auto;
  }

  .partition.layout_12-12_no-margin .col-1 {
    height: 191px;
  }

  .partition.layout_12-12_no-margin.nth-child_even .col-1 {
    float: none;
  }

  .partition.layout_12-12_no-margin .col-2 {
    padding: 15px 0 15px 0;
  }

  .partition.layout_12-12_no-margin .col-2 > * {
    padding-right: 20px;
    padding-left: 20px;
  }

  /****************************************/
  /* 1/3 zu 1/3 zu 1/3
  /****************************************/
  .partition.layout_13-13-13 {
    max-width: none;
  }

  .partition.layout_13-13-13 .part {
    width: 100%;

    margin-right: 0;
    margin-bottom: 20px;
  }

  .partition.layout_13-13-13 .part img {
    padding-bottom: 10px;
  }

  /**********************************************************************/
  /* Preiselement
  /**********************************************************************/
  .spa_price-list article {
    width: auto;
  }

  .spa_price-list article div {
    float: none;
  }

  /****************************************************************************************************/
  /* Erweiterungen
  /****************************************************************************************************/
  /**********************************************************************/
  /* Angebote
  /**********************************************************************/
  /****************************************/
  /* Liste
  /****************************************/
  .offers.list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .offers article {
    width: 50%;
    height: 220px;
  }

  .offers.list article {
    width: 100%;
    height: 220px;

    margin-right: 0;
  }

  .offers article div {
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  /****************************************/
  /* Detail
  /****************************************/
  /**********/
  /* Listen
  /**********/
  .offer-detail .headline {
    padding-right: 50px;
    padding-left: 50px;
  }

  .offer-detail .headline a.prev,
  .offer-detail .headline span.prev {
    left: 0;
  }

  .offer-detail .headline a.next,
  .offer-detail .headline span.next {
    right: 0;
  }

  /**********************************************************************/
  /* News
  /**********************************************************************/
  /****************************************/
  /* Liste
  /****************************************/
  .news article {
    height: auto;

    margin: 0 0 20px 0;
  }

  .news article div {
    float: none;

    width: auto;

    padding: 15px 0 15px 0;
  }

  .news article div.image {
    height: 191px;
  }

  .news article:nth-child(2n) div.image {
    float: none;
  }

  .news article div > * {
    padding-right: 20px;
    padding-left: 20px;
  }

  /****************************************/
  /* Detail
  /****************************************/
  .news-detail .headline {
    padding-right: 50px;
    padding-left: 50px;
  }

  .news-detail .headline a.prev,
  .news-detail .headline span.prev {
    left: 0;
  }

  .news-detail .headline a.next,
  .news-detail .headline span.next {
    right: 0;
  }

  /**********/
  /* Galerie
  /**********/
  .news-detail .image-gallery {
    max-width: none;
  }

  .news-detail .image-gallery .lightbox {
    width: 46.66%;

    margin-right: 6.68% !important;
    margin-bottom: 20px;
  }

  .news-detail .image-gallery .lightbox:nth-child(2n) {
    margin-right: 0 !important;
  }

  /**********************************************************************/
  /* Pagination
  /**********************************************************************/
  /****************************************/
  /* Seiten
  /****************************************/
  .pagination > ul {
    display: none;
  }

  /**********************************************************************/
  /* Zimmer
  /**********************************************************************/
  /****************************************/
  /* Liste
  /****************************************/
  .rooms.layout_12-12,
  .rooms.layout_13-13-13 {
    max-width: none;
  }

  .rooms.layout_12-12 article,
  .rooms.layout_13-13-13 article {
    width: 100%;

    margin-right: 0;
    margin-bottom: 20px;
  }

  /****************************************/
  /* Detail
  /****************************************/
  .rooms-detail .overview {
    position: relative;
    display: inline-block;

    top: auto;
    left: auto;

    margin: 0 0 30px 0;
  }

  /**********/
  /* Kopfzeile
  /**********/
  .rooms-detail .headline {
    padding-right: 50px;
    padding-left: 50px;
  }

  .rooms-detail .headline a.prev {
    left: 0;
  }

  .rooms-detail .headline a.next {
    right: 0;
  }

  /**********************************************************************/
  /* Galerie
  /**********************************************************************/
  .image-gallery {
    max-width: none;
  }

  .image-gallery .csc-textpic-image {
    width: 46.66%;

    margin-right: 6.68% !important;
    margin-bottom: 20px;
  }

  .image-gallery .csc-textpic-image:nth-child(2n) {
    margin-right: 0 !important;
  }

  /**********************************************************************/
  /* jQuery UI
  /**********************************************************************/
  /****************************************/
  /* Datepicker
  /****************************************/
  .ui-datepicker-trigger {
    display: inline-block;
    float: none;
  }
}

/****************************************************************************************************/
/* Screen > 0px und < 880px
/****************************************************************************************************/
@media screen and (min-width: 0px) and (max-width: 879px) {
  /**********************************************************************/
  /* Inhalt
  /**********************************************************************/
  /****************************************/
  /* grauer Hintergrund
  /****************************************/
  .content-grey {
    text-align: center;
  }

  .content-grey .partition.layout_12-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-grey .partition.layout_12-12 .col-1 {
    width: auto;

    padding-top: 25px;
    padding-bottom: 25px;
  }

  .content-grey .partition.layout_12-12 .col-2 {
    display: none;
  }

  /**********/
  /* Galerie
  /**********/
  .content-grey .partition.layout_12-12 .image-gallery .csc-textpic-image {
    width: 46.66%;

    margin: 0 6.68% 0 0;
  }

  .content-grey .partition.layout_12-12 .image-gallery .csc-textpic-image:nth-child(2n) {
    margin-right: 0 !important;
  }

  /****************************************************************************************************/
  /* Erweiterungen
  /****************************************************************************************************/
  /**********************************************************************/
  /* Preistabelle
  /**********************************************************************/
  /****************************************/
  /* Container
  /****************************************/
  .priceTable_container {
    display: none;
  }

  .priceTable_mobile-container {
    display: block;
  }
}


@media screen and (max-width: 1050px) {
  .page-header .summer {
    display: none;
  }
  
  .page-header .winter {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .page-header:not(.small-header) .panorama {
    display: block;
    width: 46px;
    height: 34px;
    padding: 0;
    margin: 34px 25px 42px 25px;
  }

  .page-header:not(.small-header) .panorama::before,
  .page-header.small-header .panorama:before {
    top: 0;
  }
}

@media screen and (min-width: 420px) and (max-width: 599px) {
  .page-header:not(.small-header) .panorama {
    margin: 34px 0 42px 0;
  }
  
  .page-header.small-header .panorama {
    margin: 20px 10px 16px 10px;
  }
}

@media screen and (min-width: 0px) and (max-width: 419px) {
  .page-header {
    overflow: visible;
  }

  .page-header:not(.small-header) .panorama {
    position: absolute;
    top: 110px;
    z-index: 212;
    margin: 15px;
  }
  .page-header.small-header .panorama {
    margin: 20px 0 16px 0;
  }
  
  .page-header:not(.small-header) .panorama:before {
    background-position: -94px -356px;
    background-position: -47px -356px;
  }
}
/****************************************************************************************************/
/* Screen >= 600px und < 1000px - Screen "768" (blau)
/****************************************************************************************************/
@media screen and (min-width: 600px) and (max-width: 999px) {
  /****************************************************************************************************/
  /* Allgemeines
  /****************************************************************************************************/
  body {
    /*background-color: dodgerblue;*/

    font-size: 16px; /* Standardgroesse 16px */

    line-height: 145%;
  }

  /****************************************************************************************************/
  /* Layout
  /****************************************************************************************************/
  /**********************************************************************/
  /* Header
  /**********************************************************************/
  /****************************************/
  /* Icons
  /****************************************/
  .page-header .summer,
  .page-header .winter,
  .page-header .booking,
  .page-header .panorama span {
    display: none;
  }

  .page-header .call,
  .page-header .panorama,
  .page-header .open-close {
    display: block;
  }

  /****************************************/
  /* Navigation 1. Ebene
  /****************************************/
  .page-header .nav {
    display: none;
  }

  /**********************************************************************/
  /* Headerimage
  /**********************************************************************/
  .header-image {
    min-height: 200px;
    height: 485px;
    max-height: 485px;
  }

  /****************************************/
  /* Overlay
  /****************************************/
  .header-image .overlay {
    /*width: 366px;*/
    width: 500px;

    /*margin-left: -183px;*/
    margin-left: -250px;
  }

  .header-image .overlay p {
    display: none;
  }

  .header-image .overlay p.like-h {
    display: block;
  }

  /****************************************/
  /* Button
  /****************************************/
  .header-image .button {
    top: 30px;
    left: 30px;
  }

  /**********************************************************************/
  /* Inhalt
  /**********************************************************************/
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  /****************************************/
  /* grauer Hintergrund
  /****************************************/
  .content-grey .partition {
    padding-left: 10px;
    padding-right: 10px;
  }

  /**********************************************************************/
  /* Footer
  /**********************************************************************/
  .page-footer .inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-footer .inner > div {
    width: 50%;
  }

  .page-footer .inner > div:nth-child(3) {
    clear: both;

    padding-top: 50px;
  }

  .page-footer .inner > div:nth-child(4) {
    padding-top: 50px;
  }

  .page-footer .inner .copyright-logo span {
    display: none;
  }

  .page-footer .inner .copyright-logo div {
    display: block;

    width: 45%;
  }

  .page-footer .inner .logo {
    width: 50%;

    margin-top: -55px;
  }

  /****************************************************************************************************/
  /* Allgemeine Elemente
  /****************************************************************************************************/
  /**********************************************************************/
  /* Formulare
  /**********************************************************************/
  /****************************************/
  /* Listen
  /****************************************/
  form#formhandler_newsletter-form,
  form#bookingRequestForm {
    max-width: 85.52%;
  }

  /****************************************************************************************************/
  /* Spezielle Elemente
  /****************************************************************************************************/
  /**********************************************************************/
  /* Raumteiler
  /**********************************************************************/
  /****************************************/
  /* 1/2 zu 1/2 - ohne Raender
  /****************************************/
  .partition.layout_12-12_no-margin {
    font-size: 0.875em; /* 14px bei Elterngroesse 16px */

    line-height: 145%;
  }

  .partition.layout_12-12_no-margin .col-2 {
    padding-top: 45px;
  }

  .partition.layout_12-12_no-margin .col-2 > * {
    padding-right: 20px;
    padding-left: 20px;
  }

  /****************************************/
  /* 1/3 zu 1/3 zu 1/3
  /****************************************/
  .partition.layout_13-13-13 {
    max-width: 760px;
  }

  .partition.layout_13-13-13 .part {
    width: 47.36%;

    margin: 0 5.28% 40px 0;
  }

  .partition.layout_13-13-13 .part.nth-child_2n {
    margin-right: 0;
  }

  /**********************************************************************/
  /* Preiselement
  /**********************************************************************/
  .spa_price-list article {
    width: 75%;
  }

  /****************************************************************************************************/
  /* Erweiterungen
  /****************************************************************************************************/
  /**********************************************************************/
  /* Angebote
  /**********************************************************************/
  /****************************************/
  /* Liste
  /****************************************/
  .offers.list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .offers article {
    float: left;

    width: 50%;
  }

  .offers.list article {
    width: 48.27%;

    margin-right: 3.46% !important;
  }

  .offers.list article:nth-child(2n) {
    margin-right: 0 !important;
  }

  /**********************************************************************/
  /* News
  /**********************************************************************/
  /****************************************/
  /* Liste
  /****************************************/
  .news article {
    font-size: 0.875em; /* 14px bei Elterngroesse 16px */

    line-height: 145%;
  }

  .news article div {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .news article div > * {
    padding-right: 20px;
    padding-left: 20px;
  }

  /****************************************/
  /* Detail
  /****************************************/
  /**********/
  /* Galerie
  /**********/
  .news-detail .image-gallery {
    max-width: none;
  }

  /**********************************************************************/
  /* Zimmer
  /**********************************************************************/
  /****************************************/
  /* Liste
  /****************************************/
  .rooms.layout_13-13-13 {
    max-width: 760px;
  }

  .rooms.layout_13-13-13 article {
    width: 47.36%;

    margin: 0 5.28% 40px 0;
  }

  .rooms.layout_13-13-13 article.nth-child_2n {
    margin-right: 0;
  }

  /****************************************/
  /* Detail
  /****************************************/
  .rooms-detail .overview {
    position: relative;
    display: inline-block;

    top: auto;
    left: auto;

    margin: 0 0 30px 0;
  }

  /**********************************************************************/
  /* Galerie
  /**********************************************************************/
  .image-gallery {
    max-width: none;
  }
}

/****************************************************************************************************/
/* Screen >= 600px
/****************************************************************************************************/
@media screen and (min-width: 600px) {
  /**********************************************************************/
  /* Headerimage
  /**********************************************************************/

  /****************************************/
  /* Navigation
  /****************************************/
  .slick-with-nav_nav {
    display: inline-block !important;
  }

  .slick-with-nav_nav .slick-track {
    width: auto !important;

    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

/****************************************************************************************************/
/* Screen >= 1000px und < 1150px - Screen "1024" (orange)
/****************************************************************************************************/
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  /****************************************************************************************************/
  /* Allgemeines
  /****************************************************************************************************/
  body {
    /*background-color: orange;*/

    font-size: 15px; /* Standardgroesse 15px */

    line-height: 145%;
  }

  /****************************************************************************************************/
  /* Layout
  /****************************************************************************************************/
  /**********************************************************************/
  /* Header
  /**********************************************************************/
  .page-header * {
    letter-spacing: 0.045em;
  }

  /****************************************/
  /* Icons
  /****************************************/
  .page-header .summer,
  .page-header .winter,
  .page-header .booking {
    padding-left: 10px;
    padding-right: 10px;
  }

  /****************************************/
  /* Navigation 1. Ebene
  /****************************************/
  .page-header .nav > ul.left {
    margin-right: 105px;
  }

  .page-header .nav > ul.right {
    margin-left: 105px;
  }

  .page-header .nav > ul > li {
    padding: 0 7px 0 7px;
  }

  /**********************************************************************/
  /* Headerimage
  /**********************************************************************/
  .header-image {
    min-height: 250px;
    height: 485px;
    max-height: 485px;
  }

  /****************************************/
  /* Overlay
  /****************************************/
  .header-image .overlay {
    width: 492px;

    margin-left: -246px;
  }

  /****************************************/
  /* Button
  /****************************************/
  .header-image .button {
    top: 30px;
    left: 30px;
  }

  /**********************************************************************/
  /* Inhalt
  /**********************************************************************/
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  /****************************************/
  /* grauer Hintergrund
  /****************************************/
  .content-grey .partition {
    padding-left: 10px;
    padding-right: 10px;
  }

  /**********************************************************************/
  /* Footer
  /**********************************************************************/
  .page-footer .inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  /**********************************************************************/
  /* mobile Navigation
  /**********************************************************************/
  .mobile-nav {
    display: none !important;
  }

  /****************************************************************************************************/
  /* Spezielle Elemente
  /****************************************************************************************************/
  /**********************************************************************/
  /* Raumteiler
  /**********************************************************************/
  /****************************************/
  /* 1/2 zu 1/2
  /****************************************/
  .partition.layout_12-12 {
    max-width: 840px;
  }

  .partition.layout_12-12 .part {
    width: 48.21%;
  }

  /****************************************************************************************************/
  /* Erweiterungen
  /****************************************************************************************************/
  /**********************************************************************/
  /* Angebote
  /**********************************************************************/
  /****************************************/
  /* Liste
  /****************************************/
  .offers.list {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/****************************************************************************************************/
/* Screen >= 1150px und < 1400px - Screen "1024 new" (gruen)
/****************************************************************************************************/
@media screen and (min-width: 1150px) and (max-width: 1399px) {
  /****************************************************************************************************/
  /* Allgemeines
  /****************************************************************************************************/
  body {
    /*background-color: greenyellow;*/
  }

  /****************************************************************************************************/
  /* Layout
  /****************************************************************************************************/
  /**********************************************************************/
  /* Header
  /**********************************************************************/
  /****************************************/
  /* Icons
  /****************************************/
  .page-header .summer,
  .page-header .winter,
  .page-header .booking {
    padding-right: 15px;
    padding-left: 15px;
  }

  /****************************************/
  /* Navigation 1. Ebene
  /****************************************/
  .page-header .nav {
    font-size: 0.824em; /* 14px bei Elterngroesse 17px */

    line-height: 135%;
  }

  .page-header .nav > ul.left {
    margin-right: 115px;
  }

  .page-header .nav > ul.right {
    margin-left: 115px;
  }

  .page-header .nav > ul > li {
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-header .nav > ul > li:first-child {
    padding-left: 0;
  }

  .page-header .nav > ul > li:last-child {
    padding-right: 0;
  }

  /**********************************************************************/
  /* Inhalt
  /**********************************************************************/
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  /****************************************/
  /* grauer Hintergrund
  /****************************************/
  .content-grey .partition {
    padding-left: 10px;
    padding-right: 10px;
  }

  /**********************************************************************/
  /* Footer
  /**********************************************************************/
  .page-footer .inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  /**********************************************************************/
  /* mobile Navigation
  /**********************************************************************/
  .mobile-nav {
    display: none !important;
  }

  /****************************************************************************************************/
  /* Erweiterungen
  /****************************************************************************************************/
  /**********************************************************************/
  /* Angebote
  /**********************************************************************/
  /****************************************/
  /* Liste
  /****************************************/
  .offers.list {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/****************************************************************************************************/
/* Screen >= 1400px - Screen "1400"
/****************************************************************************************************/
@media screen and (min-width: 1400px) {
  /**********************************************************************/
  /* mobile Navigation
  /**********************************************************************/
  .mobile-nav {
    display: none !important;
  }
}