/*	-------------------------------------------------
	Parkhotel Langenthal
	HTML / CSS 
	Studio Roth&Maerchy 2015
	http://www.rothmaerchy.com
	-------------------------------------------------  */
/*______ Colors ______*/
/*______ Basics ______*/
html {
  overflow-y: auto;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  -webkit-text-size-adjust: auto !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%; }

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

::-moz-selection {
  background: #f9e0d5;
  color: #000;
  text-shadow: none; }

::selection {
  background: #f9e0d5;
  color: #000;
  text-shadow: none; }

a {
  outline: 0 !important; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  font-weight: normal;
  letter-spacing: 1px; }

ul, ol {
  margin: 0;
  padding: 0 0 0 1.6em; }

li {
  margin: 0;
  padding: 0; }

ol {
  list-style-type: decimal; }

section.content article ul li {
  list-style: none; }

nav ul, nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none; }

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

td, th {
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

textarea {
  overflow: auto;
  white-space: normal; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.footnotes li a:rev {
  display: none; }

.none {
  display: none; }

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.js .nav-collapse-0.opened {
  max-height: auto !important; }

/*------------------------------------------------------------
	Browser Reset
--------------------------------------------------------------*/
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale; }

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  /* vertical-align: bottom; */
  /* Suppress the space beneath the baseline */
  /* Responsive images */
  /* @todo Add responsive embedded video. */
  max-width: 100%;
  height: auto;
  width: auto; }

.wf-loading h1, .wf-loading p {
  visibility: hidden !important; }

/*______ MS-Viewport Bug  ______*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*______ Typography ______*/
h1 a {
  color: #313334;
  text-decoration: none; }

h1 a:hover {
  color: #000;
  border: 0; }

article strong {
  font-weight: 700;
  letter-spacing: 0.05em; }

small, p small, .small p {
  font-size: 0.9em;
  color: #999; }

ul {
  list-style-position: inside; }

ol {
  list-style-type: decimal;
  list-style-position: inside; }

/*______ Links and Navigation ______*/
a {
  color: #c54f52;
  text-decoration: none !important;
  font-family: Dense-Bold;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase; }
  a:hover {
    color: #000;
    text-decoration: none; }
  a:active {
    color: #c54f52 !important; }

a:visited {
  border: 0;
  text-decoration: none !important; }

a.anchor {
  display: block;
  height: 227px;
  margin-top: -227px;
  visibility: hidden; }

a.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none; }

.btn {
  border-radius: 2px !important; }

.btn-default {
  text-transform: uppercase; }
  .btn-default:hover {
    border: 1px solid #000;
    color: #000 !important; }

a.img, a.img:hover {
  border: 0 !important; }

button {
  text-transform: uppercase; }

@media print {
  a[href]:after {
    content: none !important; } }
/*______ Basics, Body & Menu ______*/
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 0 0 0;
  padding: 0;
  font: 18px/160%;
  background: #fcf9f7;
  background-attachment: fixed;
  font-family: 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
  font-weight: normal; }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 15px; } }
  @media only screen and (min-width: 768px) {
    body div#frame {
      min-height: 100%;
      position: relative; } }
  body .datepicker {
    font-weight: bold; }
    body .datepicker.dropdown-menu {
      background-color: #c54f52; }
    body .datepicker td, body .datepicker th {
      color: #fcf9f7; }
    body .datepicker table tr th:hover {
      background: #d97c7f !important;
      cursor: pointer; }
    body .datepicker table tr td.day:hover, body .datepicker table tr td.day.focused {
      background: #d97c7f;
      cursor: pointer; }
    body .datepicker table tr td.old, body .datepicker table tr td.new {
      color: #d97c7f; }
    body .datepicker table tr td.disabled, body .datepicker table tr td.disabled:hover {
      background: none;
      color: #d97c7f;
      cursor: default; }
  body .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #c54f52;
    border-top: 0;
    position: absolute; }
  body .dropdown-menu {
    z-index: 10000; }
  body .datepicker table tr td.active.active {
    background: #f4ede8;
    color: #313334; }
    body .datepicker table tr td.active.active:hover {
      background: #a80031; }
  body .pswp {
    z-index: 10000; }
  body #buorg {
    z-index: 1111111 !important;
    position: absolute !important; }
  body .buorg {
    z-index: 1111111 !important;
    position: absolute !important;
    width: 100%;
    padding: 1em 4em;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #A29330;
    background: #FDF2AB no-repeat 13px center url(//browser-update.org/img/small/c.gif);
    text-align: left;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif !important;
    color: #000;
    font-size: 12px; }
    body .buorg #buorgclose {
      float: right; }
    body .buorg a {
      border-bottom: 1px solid #666; }
  body .fancybox-overlay {
    z-index: 18000; }
  body .fancybox-wrap {
    z-index: 18010; }

.carousel-control.left, .carousel-control.right {
  background: none; }

.carousel li .active {
  margin: 0 0 -1px 0 !important; }

.carousel .carousel-indicators {
  display: none; }
  @media only screen and (min-width: 768px) {
    .carousel .carousel-indicators {
      display: inline-table; } }
  @media only screen and (min-width: 768px) {
    .carousel .carousel-indicators li {
      display: inline-block; } }

.carousel-inner > .item {
  -webkit-transition: 1.5s ease-in-out left;
  -moz-transition: 1.5s ease-in-out left;
  -o-transition: 1.5s ease-in-out left;
  transition: 1.5s ease-in-out left; }
  @media all and (transform-3d), (-webkit-transform-3d), (-moz-transform-3d) {
    .carousel-inner > .item {
      -webkit-transition: -webkit-transform 1.5s ease-in-out 0s;
      -moz-transition: -moz-transform 1.5s ease-in-out 0s;
      -o-transition: -o-transform 1.5s ease-in-out 0s;
      transition: transform 1.5s ease-in-out 0s; } }

.tos-desktop .tos-wrapper.tos-fixed {
  background: #000 !important; }

.tos-close {
  top: 60px;
  left: auto; }

.tos-close span:before, .tos-close span:after {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 0;
  margin-right: 0; }

.tos-wrapper .tos-caption {
  font-size: 1em; }
  @media only screen and (min-width: 768px) {
    .tos-wrapper .tos-caption {
      font-size: 1.2em;
      g: 25px; } }
  @media only screen and (min-width: 992px) {
    .tos-wrapper .tos-caption {
      font-size: 1.2em;
      line-height: 25px; } }

/*______ Content ______*/
header#site {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: auto;
  z-index: 8000;
  background-color: #fcf9f7;
  padding: 0.5em 0 0 0; }
  @media only screen and (min-width: 480px) {
    header#site {
      left: 0;
      top: 0;
      margin: 0 0 0 0; } }
  @media only screen and (min-width: 992px) {
    header#site {
      height: 105px;
      overflow: visible;
      position: fixed;
      top: 0;
      left: 0;
      padding: 0 0 20px 0;
      -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 100px rgba(0, 0, 0, 0.3); } }
  @media only screen and (min-width: 1025px) {
    header#site {
      margin: auto; } }
  @media only screen and (min-width: 992px) {
    header#site.smaller {
      height: 69px; }
      header#site.smaller #logo {
        height: 69px;
        top: -18px; }
      header#site.smaller #main {
        height: 69px;
        padding-top: 20px; }
      header#site.smaller #meta {
        height: 69px;
        padding-top: 20px; } }
  header#site #logo {
    float: none;
    text-align: left;
    border: 0 dotted DodgerBlue;
    margin: 0 0 15px 0;
    height: 82px; }
    @media only screen and (min-width: 992px) {
      header#site #logo {
        height: auto;
        margin: 0;
        float: left;
        text-align: left;
        top: 10px;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }
    header#site #logo h1 {
      font-size: 2em;
      font-weight: normal;
      font-style: normal;
      font-family: "Peignot W01 Demi", Arial, Helvetica, sans-serif;
      text-transform: uppercase; }
      @media only screen and (min-width: 480px) {
        header#site #logo h1 {
          font-size: 0; } }
      header#site #logo h1 a {
        color: #000;
        margin: 0;
        padding: 0;
        border: 0; }
        header#site #logo h1 a img {
          width: 45%;
          height: auto;
          max-width: 150px; }
          @media only screen and (min-width: 768px) {
            header#site #logo h1 a img {
              width: 150px;
              height: 83px; } }
  header#site a#navtrigger {
    position: absolute;
    top: 40px;
    right: 20px;
    float: right;
    width: auto;
    padding: 0;
    font-size: 1em;
    background: none;
    color: #ccc !important;
    z-index: 100000;
    display: block; }
    @media only screen and (min-width: 992px) {
      header#site a#navtrigger {
        display: none; } }
    header#site a#navtrigger:hover {
      color: #fcf9f7; }
    header#site a#navtrigger img {
      width: 32px;
      height: 24px; }
  header#site .langmobile {
    float: left;
    margin: 0 0 0 0;
    padding-top: 1em;
    padding-bottom: 0;
    height: auto;
    display: block; }
    @media only screen and (min-width: 992px) {
      header#site .langmobile {
        display: none; } }
    header#site .langmobile li {
      float: left;
      display: inline-block;
      padding: 0;
      width: 100%; }
      header#site .langmobile li a {
        float: none;
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0.2em 0 0 0;
        color: #fcf9f7;
        text-transform: uppercase;
        border-bottom: 1px solid #c54f52;
        letter-spacing: 0.05em; }
        header#site .langmobile li a:hover {
          color: #313334;
          border-bottom: 1px solid #313334; }
        header#site .langmobile li a:active {
          color: #c54f52;
          border-bottom: 1px solid #c54f52; }
        header#site .langmobile li a.sel {
          color: #fcf9f7;
          border-bottom: 1px solid #fcf9f7; }
      header#site .langmobile li span {
        color: #fcf9f7; }
  header#site #main {
    float: left;
    letter-spacing: 0.05em;
    font-size: 1.6666em;
    font-weight: normal;
    font-style: normal;
    border: 0 dotted DodgerBlue;
    z-index: 201000;
    overflow: hidden;
    display: block;
    background-color: #c54f52; }
    @media only screen and (min-width: 768px) {
      header#site #main {
        display: block; } }
    @media only screen and (min-width: 992px) {
      header#site #main {
        background-color: #fcf9f7;
        margin: 0;
        overflow: visible;
        font-size: 1.2em;
        height: 105px;
        padding-top: 37px;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }
    @media only screen and (min-width: 1200px) {
      header#site #main {
        font-size: 1.4em; } }
    @media only screen and (min-width: 1300px) {
      header#site #main {
        font-size: 1.5em; } }
    @media only screen and (min-width: 1400px) {
      header#site #main {
        font-size: 1.6666em; } }
    @media print {
      header#site #main {
        display: none; } }
    header#site #main:before {
      content: '';
      display: inline-block;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #ccc;
      border-top: 0;
      border-bottom-color: #c54f52;
      position: absolute;
      right: 27px;
      bottom: auto;
      top: 96px;
      -webkit-transition: none 0s;
      -moz-transition: none 0s;
      -ms-transition: none 0s;
      -o-transition: none 0s;
      transition: none 0s; }
      @media only screen and (min-width: 992px) {
        header#site #main:before {
          display: none; } }
    header#site #main:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #c54f52;
      border-top: 0;
      position: absolute;
      display: none; }
    header#site #main a {
      text-decoration: none;
      font-family: Dense-Regular; }
    header#site #main #nav {
      float: left;
      margin: 0 0 0 0;
      padding-top: 1em;
      padding-bottom: 1em;
      height: auto;
      display: block; }
      @media only screen and (min-width: 992px) {
        header#site #main #nav {
          margin: 0;
          padding: 0;
          width: auto; } }
      header#site #main #nav li {
        float: left;
        display: inline-block;
        padding: 0;
        width: 100%; }
        @media only screen and (min-width: 992px) {
          header#site #main #nav li {
            width: auto;
            text-align: left; } }
        header#site #main #nav li a {
          float: none;
          display: inline-block;
          width: auto;
          margin: 0;
          padding: 0.2em 0 0 0;
          color: #fcf9f7;
          text-transform: uppercase;
          border-bottom: 1px solid #c54f52;
          letter-spacing: 0.05em; }
          @media only screen and (min-width: 992px) {
            header#site #main #nav li a {
              color: #313334;
              margin: 0 0.4em;
              padding: 0.1em 0;
              border-bottom: 1px solid #fcf9f7; } }
          header#site #main #nav li a:hover {
            color: #313334;
            border-bottom: 1px solid #313334; }
          header#site #main #nav li a:active {
            color: #c54f52;
            border-bottom: 1px solid #c54f52; }
          header#site #main #nav li a.sel {
            color: #313334;
            border-bottom: 1px solid #313334; }
        header#site #main #nav li:hover {
          color: #313334; }
          header#site #main #nav li:hover a {
            color: #313334; }
          header#site #main #nav li:hover ul li a {
            background-color: none;
            color: #ddd; }
          header#site #main #nav li:hover ul li.selected a {
            color: #fcf9f7; }
          header#site #main #nav li:hover ul {
            display: block; }
        header#site #main #nav li.selected a {
          color: #fcf9f7;
          border-bottom: 1px solid #fcf9f7; }
          @media only screen and (min-width: 992px) {
            header#site #main #nav li.selected a {
              color: #313334;
              border-bottom: 1px solid #313334; } }
        header#site #main #nav li.parent-selected a {
          color: #333;
          border-bottom: 1px solid #313334; }
    header#site #main ul#meta {
      font-weight: normal;
      font-style: normal;
      border: 0 dotted DodgerBlue;
      display: block;
      text-align: left;
      float: left;
      margin: 0 auto;
      padding: 0 0 1em 0;
      width: 254px;
      font-size: 0.9em; }
      @media only screen and (min-width: 992px) {
        header#site #main ul#meta {
          float: right;
          width: auto;
          height: 105px;
          padding: 0;
          text-align: right;
          top: 0; } }
      header#site #main ul#meta li {
        float: left;
        display: inline;
        padding: 0;
        position: relative; }
        @media only screen and (min-width: 992px) {
          header#site #main ul#meta li {
            width: auto;
            float: left; } }
        header#site #main ul#meta li a {
          float: left;
          width: auto;
          margin: 0;
          padding: 0.2em 0 0.15em 0;
          color: #fcf9f7;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          border-bottom: 1px solid #c54f52;
          font-family: Dense-Regular; }
          @media only screen and (min-width: 992px) {
            header#site #main ul#meta li a {
              margin: 0 0.3em;
              color: #313334;
              border-bottom: 1px solid #fcf9f7; } }
          header#site #main ul#meta li a:hover {
            color: #313334;
            border-bottom: 1px solid #313334; }
          header#site #main ul#meta li a:active {
            color: #c54f52;
            border-bottom: 1px solid #c54f52; }
          header#site #main ul#meta li a.sel {
            color: #fcf9f7;
            border-bottom: 1px solid #fcf9f7; }
            @media only screen and (min-width: 992px) {
              header#site #main ul#meta li a.sel {
                color: #313334;
                border-bottom: 1px solid #313334; } }
          header#site #main ul#meta li a .fa {
            font-size: 1em; }
        header#site #main ul#meta li.langdesktop {
          display: none;
          padding: 0 0 0 0.3em; }
          @media only screen and (min-width: 992px) {
            header#site #main ul#meta li.langdesktop {
              display: block; } }
          header#site #main ul#meta li.langdesktop a {
            float: left; }
            @media only screen and (min-width: 992px) {
              header#site #main ul#meta li.langdesktop a {
                margin: 0 0.1em; } }
          header#site #main ul#meta li.langdesktop span {
            float: left;
            padding: 0.2em 0 0.15em 0; }
        header#site #main ul#meta li.bookdesktop {
          display: none; }
          @media only screen and (min-width: 992px) {
            header#site #main ul#meta li.bookdesktop {
              display: block; } }
      header#site #main ul#meta a.metabook_alt {
        color: #fcf9f7;
        background-color: #c54f52;
        padding: 0.2em 1em 0.15em 1em;
        font-size: 1em;
        margin: 0 0 0 0.7em;
        font-family: Dense-Bold;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0.05em;
        border-radius: 2px;
        font-weight: normal;
        font-style: normal; }
        header#site #main ul#meta a.metabook_alt:hover {
          color: #000 !important;
          border: 0; }
      header#site #main ul#meta a.metabook {
        color: #fcf9f7;
        background-color: #c54f52;
        padding: 0.2em 1em 0.15em 1em;
        font-size: 1em;
        margin: 0 0 0 0.7em;
        font-family: Dense-Bold;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0.05em;
        border-radius: 2px;
        font-weight: normal;
        font-style: normal; }
        header#site #main ul#meta a.metabook:hover {
          color: #000 !important;
          border: 0; }
      header#site #main ul#meta .fastbooking_alt {
        position: absolute;
        right: 0;
        top: 30px;
        bottom: auto;
        background: #c54f52;
        width: 100%;
        height: auto;
        padding: 1em;
        text-align: center;
        text-transform: uppercase;
        margin-top: 20px;
        z-index: 10000;
        display: none; }
        header#site #main ul#meta .fastbooking_alt .wrap {
          width: 300px;
          margin: auto; }
          @media only screen and (min-width: 768px) {
            header#site #main ul#meta .fastbooking_alt .wrap {
              width: auto; } }
        @media only screen and (min-width: 768px) {
          header#site #main ul#meta .fastbooking_alt {
            height: auto;
            padding: 0.5em 1em;
            margin-top: 0; } }
        @media only screen and (min-width: 992px) {
          header#site #main ul#meta .fastbooking_alt {
            width: 294px;
            height: 150px;
            padding: 0.5em 1.4em;
            margin-top: 30px; }
            header#site #main ul#meta .fastbooking_alt.open {
              display: none; } }
        @media only screen and (min-width: 1170px) {
          header#site #main ul#meta .fastbooking_alt {
            width: 294px;
            height: 150px;
            padding: 0.5em 1.4em;
            margin-top: 30px; } }
        header#site #main ul#meta .fastbooking_alt h1 {
          font-size: 1em;
          letter-spacing: 0.1em;
          color: #a30b2f;
          cursor: pointer;
          margin: 0 0 0.4em 0; }
          @media only screen and (min-width: 1170px) {
            header#site #main ul#meta .fastbooking_alt h1 {
              font-size: 1.4em; } }
        header#site #main ul#meta .fastbooking_alt a.h1 {
          font-size: 1em;
          letter-spacing: 0.1em;
          color: #313334; }
          @media only screen and (min-width: 1170px) {
            header#site #main ul#meta .fastbooking_alt a.h1 {
              font-size: 1.4em; } }
          header#site #main ul#meta .fastbooking_alt a.h1:hover {
            color: #a30b2f; }
        header#site #main ul#meta .fastbooking_alt form {
          margin: 0.5em 0; }
          header#site #main ul#meta .fastbooking_alt form div.input-group {
            float: left;
            margin: 0 2em 0.5em 2em; }
            @media only screen and (min-width: 768px) {
              header#site #main ul#meta .fastbooking_alt form div.input-group {
                margin: 0 0 0.5em 0; } }
            header#site #main ul#meta .fastbooking_alt form div.input-group span {
              float: left;
              width: 30px;
              height: 30px; }
              header#site #main ul#meta .fastbooking_alt form div.input-group span i {
                font-size: 12px;
                color: #313334; }
          header#site #main ul#meta .fastbooking_alt form input {
            float: left;
            color: #fff;
            background-color: #d97c7f;
            border: 0;
            width: 69px;
            font-size: 0.6em; }
            @media only screen and (min-width: 1170px) {
              header#site #main ul#meta .fastbooking_alt form input {
                width: 105px;
                font-size: 0.6em; } }
            header#site #main ul#meta .fastbooking_alt form input ::-webkit-input-placeholder {
              /* WebKit, Blink, Edge */
              color: #fcf9f7; }
            header#site #main ul#meta .fastbooking_alt form input :-moz-placeholder {
              /* Mozilla Firefox 4 to 18 */
              color: #fcf9f7;
              opacity: 1; }
            header#site #main ul#meta .fastbooking_alt form input ::-moz-placeholder {
              /* Mozilla Firefox 19+ */
              color: #fcf9f7;
              opacity: 1; }
            header#site #main ul#meta .fastbooking_alt form input :-ms-input-placeholder {
              /* Internet Explorer 10-11 */
              color: #fcf9f7; }
          header#site #main ul#meta .fastbooking_alt form button {
            color: #313334; }
        header#site #main ul#meta .fastbooking_alt:before {
          content: '';
          display: inline-block;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #ccc;
          border-top: 0;
          border-bottom-color: #c54f52;
          position: absolute;
          right: 37px;
          top: -10px; }
        header#site #main ul#meta .fastbooking_alt:after {
          content: '';
          display: inline-block;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 6px solid #c54f52;
          border-top: 0;
          position: absolute; }
      header#site #main ul#meta .fastbooking {
        position: absolute;
        right: 0;
        top: 30px;
        bottom: auto;
        background: #c54f52;
        width: 100%;
        height: auto;
        padding: 1em;
        text-align: center;
        text-transform: uppercase;
        margin-top: 20px;
        z-index: 10000;
        display: none;
        border-radius: 2px;
        font-weight: bold;
        letter-spacing: 0.05em; }
        header#site #main ul#meta .fastbooking .wrap {
          width: 300px;
          margin: auto; }
          @media only screen and (min-width: 768px) {
            header#site #main ul#meta .fastbooking .wrap {
              width: auto; } }
        @media only screen and (min-width: 768px) {
          header#site #main ul#meta .fastbooking {
            height: auto;
            padding: 0 0.4em;
            margin-top: 0; } }
        @media only screen and (min-width: 992px) {
          header#site #main ul#meta .fastbooking {
            width: 294px;
            height: auto;
            padding: 0 0.4em;
            margin-top: 30px; }
            header#site #main ul#meta .fastbooking.open {
              display: block; } }
        @media only screen and (min-width: 1170px) {
          header#site #main ul#meta .fastbooking {
            width: 294px;
            height: auto;
            padding: 0 0.4em;
            margin-top: 30px; } }
        header#site #main ul#meta .fastbooking h1 {
          font-size: 1em;
          letter-spacing: 0.1em;
          color: #a30b2f;
          cursor: pointer;
          margin: 0 0 0.4em 0; }
          @media only screen and (min-width: 1170px) {
            header#site #main ul#meta .fastbooking h1 {
              font-size: 1.4em; } }
        header#site #main ul#meta .fastbooking a.h1 {
          font-size: 1em;
          letter-spacing: 0.1em;
          color: #313334; }
          @media only screen and (min-width: 1170px) {
            header#site #main ul#meta .fastbooking a.h1 {
              font-size: 1.4em; } }
          header#site #main ul#meta .fastbooking a.h1:hover {
            color: #a30b2f; }
        header#site #main ul#meta .fastbooking form {
          margin: 0.5em 0; }
          header#site #main ul#meta .fastbooking form div.input-group {
            float: left;
            margin: 0 2em 0.5em 2em;
            width: 100%; }
            @media only screen and (min-width: 768px) {
              header#site #main ul#meta .fastbooking form div.input-group {
                margin: 0 0 0.5em 0; } }
            header#site #main ul#meta .fastbooking form div.input-group span {
              float: left;
              width: 15%;
              height: 40px;
              background-color: #d97c7f;
              border: 0;
              padding: 0.6em 0 0 0; }
              header#site #main ul#meta .fastbooking form div.input-group span i {
                font-size: 1.4em;
                color: #f4ede8; }
          header#site #main ul#meta .fastbooking form div.form-group {
            float: left;
            width: auto;
            margin: 0 7px 0 0; }
          header#site #main ul#meta .fastbooking form label {
            color: #fff;
            font-size: 0.5em;
            text-transform: none;
            margin: 1.1em 0 0 0.6em; }
          header#site #main ul#meta .fastbooking form select {
            width: 55px;
            background-color: #d97c7f;
            float: left;
            height: 40px;
            color: #fff;
            border: 0;
            border: none;
            outline: none;
            display: inline-block;
            cursor: pointer;
            -webkit-box-shadow: 0 0 0 #ccc, 0 0 #fff inset;
            -moz-box-shadow: 0 0 0 #ccc, 0 0 #fff inset;
            box-shadow: 0 0 0 #ccc, 0 0 #fff inset;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
          header#site #main ul#meta .fastbooking form input {
            float: left;
            color: #fff;
            background-color: #d97c7f;
            border: 0;
            width: 35%;
            font-size: 0.6em;
            height: 40px;
            letter-spacing: 0.05em; }
            @media only screen and (min-width: 1170px) {
              header#site #main ul#meta .fastbooking form input {
                width: 35%;
                font-size: 0.6em; } }
            header#site #main ul#meta .fastbooking form input ::-webkit-input-placeholder {
              /* WebKit, Blink, Edge */
              color: #fcf9f7; }
            header#site #main ul#meta .fastbooking form input :-moz-placeholder {
              /* Mozilla Firefox 4 to 18 */
              color: #fcf9f7;
              opacity: 1; }
            header#site #main ul#meta .fastbooking form input ::-moz-placeholder {
              /* Mozilla Firefox 19+ */
              color: #fcf9f7;
              opacity: 1; }
            header#site #main ul#meta .fastbooking form input :-ms-input-placeholder {
              /* Internet Explorer 10-11 */
              color: #fcf9f7; }
          header#site #main ul#meta .fastbooking form button {
            background-color: #c54f52;
            color: #fff;
            border: 0;
            font-size: 1em;
            margin: 0.5em 0 0.2em 0;
            padding: 0.2em 0.2em 0.2em 0;
            font-family: "Dense-Bold";
            letter-spacing: 0.05em;
            font-weight: normal; }
            header#site #main ul#meta .fastbooking form button img {
              width: 23px;
              height: 23px;
              margin: -0.1em 0.5em 0 0; }
          header#site #main ul#meta .fastbooking form .btn {
            width: 100%;
            float: left; }
        header#site #main ul#meta .fastbooking:before {
          content: '';
          display: inline-block;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #ccc;
          border-top: 0;
          border-bottom-color: #c54f52;
          position: absolute;
          right: 37px;
          top: -10px; }
        header#site #main ul#meta .fastbooking:after {
          content: '';
          display: inline-block;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 6px solid #c54f52;
          border-top: 0;
          position: absolute; }
      header#site #main ul#meta #bookmobile {
        position: fixed;
        top: 0;
        left: auto;
        z-index: 10000;
        margin: 0;
        padding: 0;
        background: #000;
        width: 100%;
        border: 0;
        height: 41px; }
        @media only screen and (min-width: 992px) {
          header#site #main ul#meta #bookmobile {
            height: 46px; } }
        header#site #main ul#meta #bookmobile a {
          background: white;
          width: auto;
          height: 41px;
          font-size: 1em;
          padding: 0.5em 1em 0.3em 1em; }
          @media only screen and (min-width: 768px) {
            header#site #main ul#meta #bookmobile a {
              padding: 0.3em 1em 0.3em 1em; } }
          @media only screen and (min-width: 992px) {
            header#site #main ul#meta #bookmobile a {
              height: 46px;
              padding: 0.4em 1em 0.3em 1em; } }
      header#site #main ul#meta #booksimple {
        position: fixed;
        top: 0;
        left: auto;
        z-index: 10000;
        margin: 0;
        padding: 0;
        background: #000;
        width: 100%;
        border: 0;
        height: 41px; }
        @media only screen and (min-width: 768px) {
          header#site #main ul#meta #booksimple {
            display: none; } }
        @media only screen and (min-width: 992px) {
          header#site #main ul#meta #booksimple {
            height: 46px; } }
        header#site #main ul#meta #booksimple a {
          background: white;
          width: auto;
          height: 41px;
          font-size: 1em;
          padding: 0.5em 1em 0.3em 1em; }
          @media only screen and (min-width: 768px) {
            header#site #main ul#meta #booksimple a {
              padding: 0.3em 1em 0.3em 1em; } }
          @media only screen and (min-width: 992px) {
            header#site #main ul#meta #booksimple a {
              height: 46px;
              padding: 0.4em 1em 0.3em 1em; } }

.moodimagewrap {
  position: relative;
  width: 100%;
  overflow: visible;
  max-width: 100%;
  margin: 0 auto;
  border: 0 dotted DodgerBlue;
  min-height: 100px; }
  @media only screen and (min-width: 768px) {
    .moodimagewrap {
      min-height: 100px; } }
  .moodimagewrap.noimage {
    background: #000;
    margin-bottom: 114px;
    min-height: 41px; }
    @media only screen and (min-width: 768px) {
      .moodimagewrap.noimage {
        background: #000;
        min-height: 0;
        height: 41px; } }
    @media only screen and (min-width: 1025px) {
      .moodimagewrap.noimage {
        background: #fcf9f7; } }
  .moodimagewrap section#moodimage {
    height: auto;
    width: 100%;
    max-height: 864px;
    padding: 0;
    margin: 0 auto 0 auto; }
    @media only screen and (min-width: 768px) {
      .moodimagewrap section#moodimage {
        max-height: 864px; } }
    @media only screen and (min-width: 992px) {
      .moodimagewrap section#moodimage {
        max-height: 864px;
        margin: 105px auto 0 auto; } }
    @media only screen and (min-width: 1400px) {
      .moodimagewrap section#moodimage {
        max-height: none; } }
    .moodimagewrap section#moodimage .bestpricedesktop {
      display: none; }
      @media only screen and (min-width: 992px) {
        .moodimagewrap section#moodimage .bestpricedesktop {
          display: block;
          width: 10%;
          position: absolute;
          z-index: 1;
          top: 10%;
          left: 20%; } }
      .moodimagewrap section#moodimage .bestpricedesktop svg {
        max-width: 100%; }
    .moodimagewrap section#moodimage img {
      width: 100%;
      height: auto; }
    .moodimagewrap section#moodimage #moodimagecarousel {
      text-align: center;
      background: #333; }
      .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption {
        /* position: absolute; width: 30%; height: 30%; top: 35%; left: 35%; */
        float: left;
        position: relative;
        width: 100%;
        height: 70px;
        top: auto;
        left: auto;
        right: auto;
        bottom: 0;
        background: #333;
        margin: 0 0 0 0;
        padding: 10px;
        /* corr {
        @media only screen and (min-width: 768px) { display: table-cell; vertical-align: middle; text-align: center; position: relative; }
        }*/ }
        @media only screen and (min-width: 768px) {
          .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption {
            display: table;
            float: none;
            position: absolute;
            width: 25%;
            min-height: 80px;
            height: auto;
            top: 38%;
            left: 40%;
            bottom: 20px;
            padding: 1em 0.5em;
            background: rgba(0, 0, 0, 0.8);
            font-size: 0.8em; } }
        @media only screen and (min-width: 992px) {
          .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption {
            width: 20%;
            height: auto;
            top: 40%;
            left: 40%;
            bottom: 20px;
            padding: 20px 10px;
            background: rgba(0, 0, 0, 0.8);
            font-size: 0.9em; } }
        @media only screen and (min-width: 1200px) {
          .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption {
            width: 20%;
            height: auto;
            top: 42%;
            left: 40%;
            bottom: 20px;
            padding: 1em 0.5em;
            background: rgba(0, 0, 0, 0.8);
            font-size: 1em; } }
        @media only screen and (min-width: 2100px) {
          .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption {
            height: auto;
            top: 44%; } }
        @media only screen and (min-width: 768px) {
          .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption .captiontext {
            display: table-cell;
            vertical-align: middle; } }
        .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption h1, .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption p {
          color: #fff;
          text-transform: uppercase;
          text-shadow: none;
          font-size: 1.5em;
          line-height: 1.2em;
          text-align: center; }
        .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption p {
          font-size: 0.7em;
          letter-spacing: 0.1em;
          margin: 0.5em 0 0 0; }
          .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption p a {
            color: #ddd;
            border-bottom: 1px solid #999; }
            .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption p a:hover {
              color: #fff;
              border-bottom: 1px solid #fff; }
        .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption.seethrough {
          background: rgba(255, 255, 255, 0.8); }
          .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption.seethrough h1, .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption.seethrough p {
            color: #313334; }
          .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption.seethrough p a {
            color: #333;
            border-bottom: 1px solid #666; }
            .moodimagewrap section#moodimage #moodimagecarousel .carousel-caption.seethrough p a:hover {
              color: #000;
              border-bottom: 1px solid #000; }
      .moodimagewrap section#moodimage #moodimagecarousel a.imagelink:hover .carousel-caption {
        background: #a30b2f; }
      .moodimagewrap section#moodimage #moodimagecarousel .carousel-indicators li {
        margin: 1px 4px; }
        .moodimagewrap section#moodimage #moodimagecarousel .carousel-indicators li.active {
          margin: 0px 3px; }

#bookmobile {
  display: block;
  background: #c54f52;
  text-align: center; }
  #bookmobile a {
    color: #fcf9f7;
    font-size: 2em;
    font-family: Dense-Regular; }
  @media only screen and (min-width: 992px) {
    #bookmobile {
      display: none; } }

#container {
  width: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    #container {
      background-repeat: repeat-y;
      background-attachment: fixed;
      background-size: cover;
      background-position: center top; } }

#contentframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border: 0 dotted DodgerBlue; }
  @media only screen and (min-width: 768px) {
    #contentframe {
      padding: 0;
      background-color: rgba(255, 255, 255, 0); } }
  @media only screen and (min-width: 992px) {
    #contentframe {
      margin: 105px 0 0 0;
      padding: 0 0 200px 0;
      /* padding: 0 0 285px 0;*/ } }

.roomcontent {
  padding: 0; }
  @media only screen and (min-width: 992px) {
    .roomcontent {
      padding: 0 30px !important; } }

section#content {
  float: none;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  z-index: 0;
  min-height: 0;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    section#content {
      min-height: 1000px;
      padding: 15px 10px 130px 10px; } }
  @media only screen and (min-width: 992px) {
    section#content {
      padding: 80px 10px 130px 10px; } }
  section#content.home {
    padding: 0;
    max-width: 100%; }
  section#content.buchen {
    padding: 80px 25px 130px 10px; }
    section#content.buchen article {
      overflow: visible;
      border: 0 dotted DodgerBlue;
      padding: 10px;
      background: #fcf9f7;
      background: rgba(252, 249, 247, 0.95);
      border-radius: 2px;
      position: relative; }
      section#content.buchen article .onlineResLang {
        height: 11px;
        width: 16px;
        display: inline-block;
        padding: 0 0.5em;
        cursor: pointer; }
      section#content.buchen article .onlineResLang[data-destlang="de"] {
        background: transparent url("/con/cms/images/languageflags/de.png") no-repeat 0 -11px; }
      section#content.buchen article .onlineResLang[data-destlang="en"] {
        background: transparent url("/con/cms/images/languageflags/en.png") no-repeat 0 -11px; }
      section#content.buchen article .onlineResLang[data-destlang="fr"] {
        background: transparent url("/con/cms/images/languageflags/fr.png") no-repeat 0 -11px; }
      section#content.buchen article .onlineResLang[data-destlang="it"] {
        background: transparent url("/con/cms/images/languageflags/it.png") no-repeat 0 -11px; }
      section#content.buchen article .onlineResLangwrapper {
        float: right;
        padding: 0 0 20px 0; }
      section#content.buchen article .onlinerestriggerwrapper {
        background: #D9481C;
        margin-bottom: 30px;
        color: white;
        cursor: pointer; }
      section#content.buchen article .onlinerestriggerwrapper .text p {
        padding-top: 30px;
        font-family: Georgia,sans-serif;
        text-align: center; }
      section#content.buchen article .onlinerestriggerwrapper .text a {
        color: #fff; }
      section#content.buchen article .onlinerestriggerwrapper .onlinerestrigger {
        padding: 5px 0; }
      section#content.buchen article .onlinerestrigger {
        cursor: pointer; }
      section#content.buchen article:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        border-radius: 2px; }
      section#content.buchen article article {
        border-radius: 0; }
        section#content.buchen article article:before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: -1;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  section#content div.wrap {
    margin: 0;
    padding: 0;
    overflow: hidden; }
  section#content .block {
    float: left;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 0 dotted DodgerBlue; }
  section#content .projectblock {
    float: left;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 0 dotted DodgerBlue; }
  section#content #homepageads {
    background-color: rgba(255, 255, 255, 0.1); }
    section#content #homepageads div {
      text-align: center;
      padding: 20px 0; }
    section#content #homepageads div + div {
      border: 0; }
      @media only screen and (min-width: 768px) {
        section#content #homepageads div + div {
          border-left: 1px solid #ddd; } }
    section#content #homepageads img {
      height: 128px;
      width: auto; }
      @media only screen and (min-width: 480px) {
        section#content #homepageads img {
          height: 170px;
          width: auto; } }
      @media only screen and (min-width: 768px) {
        section#content #homepageads img {
          height: 128px;
          width: auto; } }
      @media only screen and (min-width: 992px) {
        section#content #homepageads img {
          height: 170px;
          width: auto; } }
  section#content #homepagenews {
    padding-top: 100px;
    padding-bottom: 100px;
    float: left;
    text-align: center;
    background-attachment: scroll !important; }
    section#content #homepagenews #voucher {
      background-color: #313334;
      color: #fcf9f7;
      margin: 0 auto;
      padding: 1.5em 1em 1em 1em;
      float: none;
      margin: 20px auto;
      overflow: hidden; }
      section#content #homepagenews #voucher a {
        color: #fcf9f7 !important;
        float: left;
        width: 100%; }
      section#content #homepagenews #voucher span {
        float: left;
        line-height: 1.3em;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: normal;
        font-family: Dense-Regular, Arial, Helvetica, sans-serif;
        font-size: 2em;
        margin: 0.15em 0 0 0; }
        @media only screen and (min-width: 768px) {
          section#content #homepagenews #voucher span {
            float: none; } }
      section#content #homepagenews #voucher img {
        width: 75px;
        height: auto;
        float: right; }
        @media only screen and (min-width: 768px) {
          section#content #homepagenews #voucher img {
            margin: -6px 0 0 0; } }
    section#content #homepagenews h1 {
      float: none;
      margin: 0 auto;
      background-color: #c54f52;
      color: #fcf9f7;
      line-height: 1.3em;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: normal;
      font-style: normal;
      font-family: Dense-Regular, Arial, Helvetica, sans-serif;
      font-size: 2em; }
    section#content #homepagenews .news {
      margin: 0 auto;
      padding: 1.5em 2em 1em 2em;
      float: none;
      text-align: left;
      border-bottom: 1px solid #ccc; }
      section#content #homepagenews .news h1 {
        color: #313334;
        background-color: transparent;
        line-height: 1.2em;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: normal;
        font-style: normal;
        font-family: Dense-Regular, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 2em; }
        @media only screen and (min-width: 768px) {
          section#content #homepagenews .news h1 {
            font-size: 2em; } }
        @media only screen and (min-width: 992px) {
          section#content #homepagenews .news h1 {
            font-size: 2em; } }
      section#content #homepagenews .news p {
        line-height: 160%;
        padding: 0.6em 0;
        font-size: 1.6em; }
      section#content #homepagenews .news a {
        font-size: 1em;
        letter-spacing: 0em;
        font-family: 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
        color: #313334;
        text-transform: none;
        border-bottom: 1px solid #b2b2b2;
        font-weight: inherit !important; }
        section#content #homepagenews .news a.download {
          font-size: 1.33em;
          letter-spacing: 0.05em;
          font-family: Dense-Bold;
          font-weight: normal;
          font-style: normal;
          text-transform: uppercase;
          color: #c54f52;
          border: 0; }
      section#content #homepagenews .news img {
        height: auto !important; }
  section#content #homepagefeatures {
    padding: 0; }
    section#content #homepagefeatures .item {
      position: relative; }
      section#content #homepagefeatures .item img {
        width: 100%;
        height: auto; }
      section#content #homepagefeatures .item .carousel-caption {
        float: left;
        position: relative;
        width: 100%;
        height: 125px;
        top: 0;
        left: auto;
        right: auto;
        bottom: auto;
        background: #f4ede8;
        margin: 0 0 0 0;
        padding: 10px;
        /* corr {
        @media only screen and (min-width: 768px) { display: table-cell; vertical-align: middle; text-align: center; position: relative; }
        }*/ }
        @media only screen and (min-width: 768px) {
          section#content #homepagefeatures .item .carousel-caption {
            display: table;
            float: none;
            position: absolute;
            width: 25%;
            min-height: 80px;
            height: auto;
            top: 38%;
            left: 40%;
            bottom: 20px;
            padding: 1em 0.5em;
            background: rgba(252, 249, 247, 0.8);
            font-size: 0.8em; } }
        @media only screen and (min-width: 992px) {
          section#content #homepagefeatures .item .carousel-caption {
            width: 25%;
            height: auto;
            top: 40%;
            left: 38%;
            bottom: 20px;
            padding: 20px 10px;
            font-size: 0.9em; } }
        @media only screen and (min-width: 1200px) {
          section#content #homepagefeatures .item .carousel-caption {
            width: 25%;
            height: auto;
            top: 42%;
            left: 38%;
            bottom: 20px;
            padding: 3em 0.5em;
            font-size: 1em; } }
        @media only screen and (min-width: 2100px) {
          section#content #homepagefeatures .item .carousel-caption {
            height: auto;
            top: 44%; } }
        @media only screen and (min-width: 768px) {
          section#content #homepagefeatures .item .carousel-caption .captiontext {
            display: table-cell;
            vertical-align: middle; } }
        section#content #homepagefeatures .item .carousel-caption h1, section#content #homepagefeatures .item .carousel-caption p {
          color: #313334;
          text-transform: uppercase;
          text-shadow: none;
          font-size: 3.33em;
          line-height: 1.2em;
          text-align: center;
          font-family: Dense-Regular;
          font-weight: normal;
          font-style: normal; }
        section#content #homepagefeatures .item .carousel-caption p {
          font-size: 2em;
          letter-spacing: 0.03em;
          margin: 0; }
          section#content #homepagefeatures .item .carousel-caption p a {
            color: #b2b2b2;
            border-bottom: 1px solid #999; }
            section#content #homepagefeatures .item .carousel-caption p a:hover {
              color: #313334;
              border-bottom: 1px solid #fff; }
        section#content #homepagefeatures .item .carousel-caption.seethrough {
          background: rgba(255, 255, 255, 0.8); }
          section#content #homepagefeatures .item .carousel-caption.seethrough h1, section#content #homepagefeatures .item .carousel-caption.seethrough p {
            color: #313334; }
          section#content #homepagefeatures .item .carousel-caption.seethrough p a {
            color: #333;
            border-bottom: 1px solid #666; }
            section#content #homepagefeatures .item .carousel-caption.seethrough p a:hover {
              color: #000;
              border-bottom: 1px solid #000; }
  section#content #subnav {
    font-size: 2em;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.05em;
    padding: 1em 0; }
    @media only screen and (min-width: 768px) {
      section#content #subnav {
        padding: 0 6px 0 15px; } }
    section#content #subnav ul {
      float: left;
      width: 100%;
      position: relative;
      border-radius: 2px; }
      section#content #subnav ul:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        -webkit-box-shadow: 40px 0 70px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 40px 0 70px rgba(0, 0, 0, 0.3);
        box-shadow: 40px 0 70px rgba(0, 0, 0, 0.3);
        border-radius: 2px; }
      section#content #subnav ul li a {
        font-family: Dense-Regular;
        background-color: rgba(252, 249, 247, 0.95);
        color: #313334;
        float: left;
        width: 100%;
        padding: 0.3em 5%;
        border-bottom: 1px solid #ddd; }
        section#content #subnav ul li a span {
          font-size: 0.7em;
          padding: 0 0 0 0.5em; }
        section#content #subnav ul li a .icon {
          width: 30px;
          height: 30px;
          float: right;
          background-position: left top;
          background-repeat: no-repeat;
          background-size: 30px 60px; }
        section#content #subnav ul li a:hover {
          background-color: #f4ede8;
          color: #313334; }
          section#content #subnav ul li a:hover .icon {
            background-position: left top; }
      section#content #subnav ul li.selected a {
        background-color: #c54f52;
        color: #fcf9f7; }
        section#content #subnav ul li.selected a .icon {
          background-position: left -30px; }
      section#content #subnav ul li.overview a {
        background-color: rgba(252, 249, 247, 0.95);
        color: #c54f52; }
        section#content #subnav ul li.overview a:hover {
          background-color: #f4ede8;
          color: #313334; }
      section#content #subnav ul li.overview.selected a {
        background-color: #c54f52;
        color: #fcf9f7; }
        section#content #subnav ul li.overview.selected a:hover {
          background-color: #c54f52;
          color: #fcf9f7; }
  section#content article {
    margin: 0;
    overflow: visible;
    border: 0 dotted DodgerBlue;
    padding: 10px;
    background: #fcf9f7;
    background: rgba(252, 249, 247, 0.95);
    border-radius: 2px;
    position: relative; }
    section#content article:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 70px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 70px rgba(0, 0, 0, 0.3);
      border-radius: 2px; }
    section#content article article {
      border-radius: 0; }
      section#content article article:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
    @media only screen and (min-width: 768px) {
      section#content article {
        margin: 48px 0 0 0;
        /* margin-left: 25%; */ } }
    @media only screen and (min-width: 992px) {
      section#content article {
        padding: 0; } }
    section#content article.intro {
      width: 100%;
      padding: 15px 15px;
      /* padding: 50px 15px; */ }
      @media only screen and (min-width: 768px) {
        section#content article.intro {
          padding: 0 25% 50px 25%; } }
      @media only screen and (min-width: 1900px) {
        section#content article.intro {
          padding: 0 25% 100px 25%; } }
      section#content article.intro h1 {
        padding: 0.5em 0 0 0; }
        @media only screen and (min-width: 768px) {
          section#content article.intro h1 {
            padding: 0; } }
      section#content article.intro input {
        margin: 0 1em 1em 0; }
        @media only screen and (min-width: 768px) {
          section#content article.intro input {
            margin: 0 1em 0 0; } }
      section#content article.intro form {
        margin: 0; }
        section#content article.intro form .form-control {
          color: #313334;
          font-size: 17px;
          padding: 6px; }
    section#content article.pagenonavi {
      margin: 48px 0 0 0; }
      @media only screen and (min-width: 992px) {
        section#content article.pagenonavi {
          margin: 48px 0 0 25%; } }
    section#content article.introdirect {
      width: 100%;
      padding: 50px 15px; }
      @media only screen and (min-width: 768px) {
        section#content article.introdirect {
          padding: 50px 25% 50px 25%; } }
      section#content article.introdirect h1 {
        padding: 0; }
    section#content article#unsere-partner section.articletext p, section#content article#our-partners section.articletext p {
      text-align: center; }
    section#content article section.articletext {
      padding: 15px;
      /* ul { color: $phlblack; margin: 1em 0em 1em 1em; padding-left: 0; text-indent: -0.9em;
      @media only screen and (min-width: 768px) { text-indent: -0.6em; }
      @media only screen and (min-width: 992px) { text-indent: -0.8em; }
      	li { line-height: 160%; padding: 0.25em 0 0.25em 0; font-size: 0.9em; list-style: none; list-style-image: url(http://parkhotel-langenthal.ch/administration/library/images/red-square.png);
      	@media only screen and (min-width: 768px) { font-size: 0.7em; }
      	@media only screen and (min-width: 992px) { font-size: 0.9em; }
      	}
      } */ }
      @media only screen and (min-width: 768px) {
        section#content article section.articletext {
          padding: 50px; } }
      @media only screen and (min-width: 768px) {
        section#content article section.articletext.intro {
          padding: 50px 50px 0 50px; }
          section#content article section.articletext.intro h1 {
            margin: 5px 0 20px 0; } }
      section#content article section.articletext.mainpage h1 {
        color: #c54f52;
        line-height: 1em; }
        @media only screen and (min-width: 768px) {
          section#content article section.articletext.mainpage h1 {
            text-align: center;
            margin: 5px auto 50px auto;
            font-size: 4em; } }
        @media only screen and (min-width: 992px) {
          section#content article section.articletext.mainpage h1 {
            font-size: 4.6666em; } }
        @media only screen and (min-width: 1200px) {
          section#content article section.articletext.mainpage h1 {
            width: 100%; } }
      section#content article section.articletext.mainpage .specialheadingimage {
        width: 100%;
        height: auto;
        margin: 0 0 20px; }
      section#content article section.articletext h1, section#content article section.articletext h2, section#content article section.articletext h3 {
        position: relative;
        padding: 0;
        color: #313334;
        line-height: 1.3em;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: normal;
        font-style: normal; }
      section#content article section.articletext h1 {
        font-family: Dense-Regular, Arial, Helvetica, sans-serif;
        margin: 0 0 1em 0;
        padding: 0;
        font-size: 3em;
        color: #313334;
        line-height: 1.2em;
        text-align: left;
        width: 100%;
        letter-spacing: 0.02em;
        line-height: 0.7em;
        text-align: center; }
        section#content article section.articletext h1 img.titleicon {
          height: 75px;
          width: auto;
          margin: 0 0 25px 0; }
        section#content article section.articletext h1 span {
          font-size: 0.7em; }
        @media only screen and (min-width: 768px) {
          section#content article section.articletext h1 {
            text-align: center;
            margin: 5px 0 50px 0;
            font-size: 4em; } }
        @media only screen and (min-width: 992px) {
          section#content article section.articletext h1 {
            font-size: 4.6666em; } }
      section#content article section.articletext h2 {
        font-family: Dense-Regular, Arial, Helvetica, sans-serif;
        margin: 2em 0 0 0;
        font-size: 2em;
        color: #111;
        line-height: 1.3em; }
        @media only screen and (min-width: 768px) {
          section#content article section.articletext h2 {
            font-size: 2em; } }
        @media only screen and (min-width: 992px) {
          section#content article section.articletext h2 {
            font-size: 2em; } }
      section#content article section.articletext h3 {
        font-family: Dense-Bold, Arial, Helvetica, sans-serif;
        margin: 2em 0 0 0;
        font-size: 1.6em;
        color: #333;
        text-transform: uppercase;
        line-height: 1em; }
      section#content article section.articletext p {
        margin: 1em 0 0 0;
        width: auto;
        font-size: 1em;
        color: #313334;
        padding-bottom: 0.1em;
        letter-spacing: 0.01em;
        line-height: 170%; }
        @media only screen and (min-width: 768px) {
          section#content article section.articletext p {
            font-size: 1.2em; } }
        @media only screen and (min-width: 992px) {
          section#content article section.articletext p {
            font-size: 1.2em; } }
        section#content article section.articletext p.lead {
          margin: 0.2em 0 0.5em 0;
          font-size: 1.2em;
          font-weight: 200;
          line-height: 170%; }
          @media only screen and (min-width: 768px) {
            section#content article section.articletext p.lead {
              font-size: 1.4em; } }
        section#content article section.articletext p a {
          color: #313334;
          text-decoration: none !important;
          font-family: 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
          font-weight: normal;
          text-transform: none;
          border-bottom: 1px solid #b2b2b2; }
          section#content article section.articletext p a:hover {
            color: #000;
            text-decoration: none; }
          section#content article section.articletext p a:active {
            color: #c54f52 !important; }
          section#content article section.articletext p a.sel {
            color: #313334; }
      section#content article section.articletext ul {
        color: #313334;
        margin: 1em 0em 1em 1em;
        text-indent: -0.9em; }
        section#content article section.articletext ul li {
          line-height: 160%;
          padding: 0.25em 0 0.25em 0;
          font-size: 0.9em;
          list-style-image: url(http://parkhotel-langenthal.ch/administration/library/images/red-square.png); }
          section#content article section.articletext ul li a {
            font-size: 1.3333em;
            letter-spacing: 0.05em; }
      section#content article section.articletext iframe {
        width: 100%;
        height: 300px;
        margin: 0;
        border: 0; }
        @media only screen and (min-width: 480px) {
          section#content article section.articletext iframe {
            height: 350px; } }
        @media only screen and (min-width: 768px) {
          section#content article section.articletext iframe {
            height: 400px; } }
        section#content article section.articletext iframe.onlineres {
          width: 100%;
          min-height: 1000px; }
    section#content article section.features {
      background: #f4ede8;
      overflow: hidden;
      border-radius: 0 0 2px 2px; }
      section#content article section.features article {
        margin: 0;
        padding: 15px 15px;
        background: transparent; }
        @media only screen and (min-width: 768px) {
          section#content article section.features article {
            padding: 50px; } }
        section#content article section.features article h1 {
          font-family: Dense-Regular, Arial, Helvetica, sans-serif;
          margin: 0 0 1em 0;
          padding: 0;
          font-size: 2em;
          color: #313334;
          line-height: 1.2em;
          text-align: left;
          width: 100%;
          letter-spacing: 0.02em;
          text-transform: uppercase; }
        section#content article section.features article h2 {
          font-family: Dense-Regular, Arial, Helvetica, sans-serif;
          margin: 1em 0 0 0;
          font-size: 1.5em;
          color: #111;
          line-height: 1.3em;
          text-transform: uppercase; }
        section#content article section.features article ul {
          color: #313334;
          margin: 1em 0em 1em 1em;
          text-indent: -0.9em; }
          section#content article section.features article ul li {
            line-height: 160%;
            padding: 0.25em 0 0.25em 0;
            font-size: 0.9em;
            list-style-image: url(http://parkhotel-langenthal.ch/administration/library/images/red-square.png); }
            section#content article section.features article ul li a {
              font-size: 1.3333em;
              letter-spacing: 0.05em; }
        section#content article section.features article p {
          margin: 1em 0 0 0;
          width: auto;
          font-size: 0.9em;
          line-height: 180%;
          color: #313334;
          padding-bottom: 0.1em; }
          @media only screen and (min-width: 768px) {
            section#content article section.features article p {
              font-size: 0.9em; } }
          @media only screen and (min-width: 992px) {
            section#content article section.features article p {
              font-size: 0.9em; } }
          section#content article section.features article p.lead {
            margin: 0.2em 0 0.5em 0;
            font-size: 1.4em;
            font-weight: 200;
            line-height: 160%; }
          section#content article section.features article p a {
            color: #313334;
            text-decoration: none !important;
            font-family: 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
            font-weight: normal;
            text-transform: none;
            border-bottom: 1px solid #b2b2b2; }
            section#content article section.features article p a:hover {
              color: #000;
              text-decoration: none; }
            section#content article section.features article p a:active {
              color: #c54f52 !important; }
            section#content article section.features article p a.sel {
              color: #313334; }
      section#content article section.features article + article {
        border-top: 1px solid #ddd; }
      section#content article section.features .buttonbox {
        text-align: center;
        width: 100%; }
        section#content article section.features .buttonbox .button {
          color: #c54f52 !important;
          border: 1px solid #c54f52 !important;
          padding: 0.3em 3em;
          font-size: 1.5em;
          float: none;
          margin: 1em 0 2em 0;
          letter-spacing: 0.05em;
          white-space: nowrap;
          border-radius: 2px;
          text-align: center;
          display: inline-block; }
          section#content article section.features .buttonbox .button:hover {
            color: #000 !important;
            border: 1px solid #000 !important; }
    @media only screen and (min-width: 768px) {
      section#content article aside.articleimages {
        padding-left: 0; } }
    section#content article aside.articleimages img {
      background: #ddd;
      width: 100%;
      height: auto;
      border-radius: 2px 2px 0 0; }
    section#content article aside.articleimages .carousel {
      text-align: center;
      background: #333;
      overflow: hidden; }
      section#content article aside.articleimages .carousel .carousel-caption {
        float: left;
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        left: auto;
        right: auto;
        bottom: 0;
        background: #333;
        margin: 0 0 0 0;
        padding: 0.6em 1em 1em 1em; }
        @media only screen and (min-width: 768px) {
          section#content article aside.articleimages .carousel .carousel-caption {
            display: table;
            position: absolute;
            background: rgba(0, 0, 0, 0.8);
            padding: 1em 0.5em;
            width: 36%;
            min-height: 80px;
            height: auto;
            top: 38%;
            left: 32%;
            font-size: 0.7em;
            line-height: 1.4em; } }
        @media only screen and (min-width: 992px) {
          section#content article aside.articleimages .carousel .carousel-caption {
            width: 36%;
            height: auto;
            top: 40%;
            left: 32%;
            font-size: 1em;
            line-height: 1.3em; } }
        @media only screen and (min-width: 1200px) {
          section#content article aside.articleimages .carousel .carousel-caption {
            width: 36%;
            height: auto;
            top: 42%;
            left: 32%;
            font-size: 1.1em;
            line-height: 1.3em; } }
        @media only screen and (min-width: 2100px) {
          section#content article aside.articleimages .carousel .carousel-caption {
            width: 30%;
            height: auto;
            top: 44%;
            left: 35%; } }
        @media only screen and (min-width: 768px) {
          section#content article aside.articleimages .carousel .carousel-caption .captiontext {
            display: table-cell;
            vertical-align: middle; } }
        section#content article aside.articleimages .carousel .carousel-caption h1, section#content article aside.articleimages .carousel .carousel-caption p {
          color: #fff;
          text-transform: uppercase;
          text-shadow: none;
          font-size: 1em;
          line-height: 1.5em;
          margin: 0;
          padding: 0;
          text-align: center; }
        section#content article aside.articleimages .carousel .carousel-caption p {
          font-size: 0.7em;
          letter-spacing: 0.1em; }
          section#content article aside.articleimages .carousel .carousel-caption p a {
            color: #ddd;
            border-bottom: 1px solid #999; }
            section#content article aside.articleimages .carousel .carousel-caption p a:hover {
              color: #fff;
              border-bottom: 1px solid #fff; }
        section#content article aside.articleimages .carousel .carousel-caption img {
          background: none;
          width: 40%;
          max-width: 230px;
          height: auto; }
          @media only screen and (min-width: 768px) {
            section#content article aside.articleimages .carousel .carousel-caption img {
              width: 100%;
              max-width: 230px;
              height: auto; } }
        section#content article aside.articleimages .carousel .carousel-caption.seethrough {
          background: rgba(255, 255, 255, 0.8); }
          section#content article aside.articleimages .carousel .carousel-caption.seethrough h1, section#content article aside.articleimages .carousel .carousel-caption.seethrough p {
            color: #313334; }
          section#content article aside.articleimages .carousel .carousel-caption.seethrough p a {
            color: #333;
            border-bottom: 1px solid #666; }
            section#content article aside.articleimages .carousel .carousel-caption.seethrough p a:hover {
              color: #000;
              border-bottom: 1px solid #000; }
      section#content article aside.articleimages .carousel a.imagelink:hover .carousel-caption {
        background: #a30b2f; }
      section#content article aside.articleimages .carousel .carousel-indicators li {
        margin: 1px 4px; }
        section#content article aside.articleimages .carousel .carousel-indicators li.active {
          margin: 0px 3px; }
    section#content article.room {
      border-top: 1px solid #333;
      padding: 15px 15px;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        section#content article.room {
          padding: 30px 15px; } }
      @media only screen and (min-width: 1200px) {
        section#content article.room {
          border-top: 3px solid #333;
          padding: 30px 0;
          margin: 0;
          width: 100%; } }
      section#content article.room aside.articleimages {
        padding-left: 0;
        padding-right: 0; }
        @media only screen and (min-width: 768px) {
          section#content article.room aside.articleimages {
            padding-left: 0;
            padding-right: 0; } }
      section#content article.room .articletext {
        padding: 0; }
        @media only screen and (min-width: 768px) {
          section#content article.room .articletext {
            padding: 0 15px; } }
        @media only screen and (min-width: 1200px) {
          section#content article.room .articletext {
            padding: 0 30px; } }
        section#content article.room .articletext h1 {
          margin: 2em 0 0 0;
          padding: 0;
          font-size: 1em;
          color: #313334;
          line-height: 1.2em;
          text-align: left;
          width: 100%; }
          @media only screen and (min-width: 768px) {
            section#content article.room .articletext h1 {
              text-align: left;
              margin: 0 0 0 0; } }
        section#content article.room .articletext div.bookroom a.btn {
          float: left;
          margin: 0 1em 1em 0; }
        section#content article.room .articletext div.bookroom span.preis {
          margin: 0 0 0 1em; }
    section#content article.feature {
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        section#content article.feature {
          margin: 50px 16.6666%; } }
      section#content article.feature .articletext {
        width: 100%;
        padding: 30px 0;
        text-align: center; }
        section#content article.feature .articletext .form-group {
          display: inline-block;
          margin-bottom: 0;
          vertical-align: middle; }
          section#content article.feature .articletext .form-group input {
            margin-bottom: 1em; }
        @media only screen and (min-width: 992px) {
          section#content article.feature .articletext {
            padding: 26px 25% 0 25%; } }
      section#content article.feature aside.articleimages img {
        background: #ddd;
        width: 100%;
        height: auto; }
      section#content article.feature aside.articleimages .carousel {
        text-align: center;
        background: #333; }
        section#content article.feature aside.articleimages .carousel .carousel-caption {
          float: left;
          position: relative;
          width: 100%;
          height: auto;
          top: auto;
          left: auto;
          right: auto;
          bottom: 0;
          background: #333;
          margin: 0 0 0 0;
          padding: 1em; }
          @media only screen and (min-width: 768px) {
            section#content article.feature aside.articleimages .carousel .carousel-caption {
              display: table;
              position: absolute;
              padding: 0.5em;
              background: rgba(0, 0, 0, 0.8);
              color: #fff;
              width: 36%;
              min-height: 80px;
              height: auto;
              top: 38%;
              left: 32%;
              font-size: 0.7em;
              line-height: 1.4em; } }
          @media only screen and (min-width: 992px) {
            section#content article.feature aside.articleimages .carousel .carousel-caption {
              width: 30%;
              height: auto;
              top: 40%;
              left: 35%;
              font-size: 1em;
              line-height: 1.3em; } }
          @media only screen and (min-width: 1200px) {
            section#content article.feature aside.articleimages .carousel .carousel-caption {
              width: 30%;
              height: auto;
              top: 42%;
              left: 35%;
              font-size: 1.1em;
              line-height: 1.3em; } }
          @media only screen and (min-width: 2100px) {
            section#content article.feature aside.articleimages .carousel .carousel-caption {
              width: 30%;
              height: auto;
              top: 44%;
              left: 35%; } }
          @media only screen and (min-width: 768px) {
            section#content article.feature aside.articleimages .carousel .carousel-caption .captiontext {
              display: table-cell;
              vertical-align: middle; } }
          section#content article.feature aside.articleimages .carousel .carousel-caption h1, section#content article.feature aside.articleimages .carousel .carousel-caption p {
            color: #fff;
            text-transform: uppercase;
            text-shadow: none;
            font-size: 1.2em;
            line-height: 1.5em;
            text-align: center; }
          section#content article.feature aside.articleimages .carousel .carousel-caption p {
            font-size: 0.7em;
            letter-spacing: 0.1em; }
            section#content article.feature aside.articleimages .carousel .carousel-caption p a {
              color: #ddd;
              border-bottom: 1px solid #999; }
              section#content article.feature aside.articleimages .carousel .carousel-caption p a:hover {
                color: #fff;
                border-bottom: 1px solid #fff; }
            section#content article.feature aside.articleimages .carousel .carousel-caption p.date {
              margin: 0.5em 0 0 0; }
          section#content article.feature aside.articleimages .carousel .carousel-caption.seethrough {
            background: rgba(255, 255, 255, 0.8); }
            section#content article.feature aside.articleimages .carousel .carousel-caption.seethrough h1, section#content article.feature aside.articleimages .carousel .carousel-caption.seethrough p {
              color: #313334; }
        section#content article.feature aside.articleimages .carousel a.imagelink:hover .carousel-caption {
          background: #a30b2f; }
        section#content article.feature aside.articleimages .carousel#carousel_wellness .carousel-indicators li {
          margin: 1px 4px; }
          section#content article.feature aside.articleimages .carousel#carousel_wellness .carousel-indicators li.active {
            margin: 0px 3px; }
      @media only screen and (min-width: 768px) {
        section#content article.feature.rooms {
          padding: 0 16.6666% 50px 16.6666%; } }
      section#content article.feature.rooms aside.articleimages .carousel {
        text-align: center;
        background: #333; }
        section#content article.feature.rooms aside.articleimages .carousel .carousel-caption {
          height: auto; }
          @media only screen and (min-width: 768px) {
            section#content article.feature.rooms aside.articleimages .carousel .carousel-caption {
              min-height: 80px;
              height: auto;
              padding: 1.8em 0.5em; } }
          @media only screen and (min-width: 992px) {
            section#content article.feature.rooms aside.articleimages .carousel .carousel-caption {
              height: auto;
              padding: 1em; } }
          @media only screen and (min-width: 2100px) {
            section#content article.feature.rooms aside.articleimages .carousel .carousel-caption {
              width: 30%;
              height: auto;
              top: 44%;
              left: 35%; } }
      section#content article.feature#blogteaser {
        position: relative; }
        section#content article.feature#blogteaser img.bloglogo {
          position: absolute;
          top: 0;
          left: 0;
          width: 105px;
          height: 105px;
          z-index: 1; }
          @media only screen and (min-width: 768px) {
            section#content article.feature#blogteaser img.bloglogo {
              top: 5%;
              left: 12%; } }
        section#content article.feature#blogteaser h1.teasertitle {
          background-color: #333;
          color: #fff;
          font-size: 1em;
          padding: 1em 3em;
          width: auto;
          text-align: center;
          margin: 0 0 0 0;
          line-height: 1.5em; }
        section#content article.feature#blogteaser input {
          margin: 0 1em 1em 0; }
          @media only screen and (min-width: 768px) {
            section#content article.feature#blogteaser input {
              margin: 0 1em 0 0; } }
        section#content article.feature#blogteaser form {
          margin: 0; }
          section#content article.feature#blogteaser form .form-control {
            color: #313334;
            font-size: 17px;
            padding: 6px; }
    section#content article.gallerythumbs {
      margin-bottom: 20px; }
      @media only screen and (min-width: 992px) {
        section#content article.gallerythumbs {
          margin: 50px 16.6666%; } }
      section#content article.gallerythumbs .articletext {
        width: 100%;
        padding: 30px 0;
        text-align: center; }
        section#content article.gallerythumbs .articletext .form-group {
          display: inline-block;
          margin-bottom: 0;
          vertical-align: middle; }
          section#content article.gallerythumbs .articletext .form-group input {
            margin-bottom: 1em; }
        @media only screen and (min-width: 992px) {
          section#content article.gallerythumbs .articletext {
            padding: 26px 25% 0 25%; } }
      section#content article.gallerythumbs aside.articleimages {
        padding: 0 5px; }
        section#content article.gallerythumbs aside.articleimages figure {
          padding: 5px;
          text-align: center; }
          section#content article.gallerythumbs aside.articleimages figure img {
            border: 0 solid #fcf9f7;
            width: 100%;
            height: auto; }
    section#content article.hosts .intro {
      width: 100%;
      padding: 50px 15px; }
      @media only screen and (min-width: 768px) {
        section#content article.hosts .intro {
          padding: 50px 25%; } }
    section#content article.hosts .hostteam {
      padding: 0 16.6666%; }
      section#content article.hosts .hostteam .host {
        text-align: center; }
        section#content article.hosts .hostteam .host img {
          width: 150px;
          height: auto; }
          @media only screen and (min-width: 768px) {
            section#content article.hosts .hostteam .host img {
              width: 200px; } }
    section#content article.directions .map #map_canvas {
      width: 100%;
      overflow: hidden;
      position: relative;
      padding-bottom: 66.66%;
      height: 0;
      overflow: hidden; }
      section#content article.directions .map #map_canvas img {
        max-width: none; }
      section#content article.directions .map #map_canvas #markertext {
        text-align: center; }
        section#content article.directions .map #map_canvas #markertext h1 {
          font-size: 1.3em;
          margin: 0 0 0 0;
          padding: 0;
          text-align: center; }
        section#content article.directions .map #map_canvas #markertext p {
          font-size: 1.1em;
          margin-bottom: 0; }
    section#content article.directions .map #address {
      position: relative;
      top: 0;
      right: 0;
      background: #333;
      width: 100%;
      height: 0;
      padding: 45% 0 55% 0;
      text-align: center;
      z-index: 9000;
      float: none;
      margin: 0 auto 2em auto;
      font-size: 1.3em; }
      @media only screen and (min-width: 320px) {
        section#content article.directions .map #address {
          width: 250px;
          height: 190px;
          padding: 20px 0;
          font-size: 1.4em; } }
      @media only screen and (min-width: 768px) {
        section#content article.directions .map #address {
          float: none;
          width: 270px;
          height: 190px;
          padding: 30px 0;
          margin: 40px auto;
          overflow: hidden;
          font-size: 1em; } }
      @media only screen and (min-width: 992px) {
        section#content article.directions .map #address {
          position: absolute;
          float: none;
          top: auto;
          right: 26%;
          bottom: 90px;
          width: 240px;
          height: 155px;
          padding: 10px 0;
          font-size: 1.1em;
          margin: 0 20px 0 0; } }
      section#content article.directions .map #address h1 {
        font-size: 1.2em;
        margin: 0;
        color: #fff;
        text-align: center !important; }
        section#content article.directions .map #address h1 span {
          padding: 0 0.1em; }
      section#content article.directions .map #address p {
        margin: 0.2em 0 0 0;
        font-size: 0.8em;
        color: #fff; }
        section#content article.directions .map #address p a {
          border: 0;
          color: #eee; }
          section#content article.directions .map #address p a:hover {
            color: #fff;
            border-bottom: 1px solid #fff;
            background: none; }
    section#content article.mediadownloads {
      width: 100%;
      padding: 15px 15px 0 15px; }
      @media only screen and (min-width: 768px) {
        section#content article.mediadownloads {
          padding: 0 25% 30px 25%; } }
      section#content article.mediadownloads h1 {
        text-transform: none;
        font-size: 1.2em;
        border: 0; }
      section#content article.mediadownloads h2 {
        font-size: 0.8em;
        margin: 0.5em 0; }
      section#content article.mediadownloads p {
        font-size: 0.8em;
        margin: 0.5em 0; }
        section#content article.mediadownloads p a {
          color: #333;
          border-bottom: 1px solid #666; }
          section#content article.mediadownloads p a:hover {
            color: #000;
            border-bottom: 1px solid #000; }
      section#content article.mediadownloads ul {
        list-style-type: none;
        font-size: 1.2em;
        margin-left: 0;
        text-indent: 0; }
        section#content article.mediadownloads ul li {
          padding: 0.5em 0; }
          section#content article.mediadownloads ul li a {
            color: #333;
            border-bottom: 1px solid #666; }
            section#content article.mediadownloads ul li a:hover {
              color: #000;
              border-bottom: 1px solid #000; }
          section#content article.mediadownloads ul li:before {
            content: none !important; }
  section#content aside#infobox {
    float: right;
    padding: 15px 0; }
    @media only screen and (min-width: 992px) {
      section#content aside#infobox {
        margin: 48px 0 0 0;
        padding: 0; } }
    @media only screen and (min-width: 1200px) {
      section#content aside#infobox {
        padding: 0 15px 0 6px; } }
    section#content aside#infobox .boxcontent {
      padding: 30px 25px 20px 25px;
      background-color: #fcf9f7;
      background-color: rgba(252, 249, 247, 0.95);
      overflow: visible;
      position: relative;
      border-radius: 2px; }
      section#content aside#infobox .boxcontent:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        -webkit-box-shadow: -40px 0 70px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -40px 0 70px rgba(0, 0, 0, 0.3);
        box-shadow: -40px 0 70px rgba(0, 0, 0, 0.3);
        border-radius: 2px; }
      section#content aside#infobox .boxcontent h1, section#content aside#infobox .boxcontent h2, section#content aside#infobox .boxcontent h3 {
        font-family: Dense-Bold;
        text-transform: uppercase;
        font-weight: normal;
        font-style: normal; }
      section#content aside#infobox .boxcontent h1 {
        font-family: Dense-Regular;
        font-size: 3.3333em; }
      section#content aside#infobox .boxcontent h2 {
        font-size: 1.33em;
        margin: 0 0 0 0; }
      section#content aside#infobox .boxcontent ul {
        margin: 1em 0em 1em 0.8em;
        text-indent: -0.8em;
        list-style-image: url(http://parkhotel-langenthal.ch/administration/library/images/red-square.png); }
        section#content aside#infobox .boxcontent ul li {
          float: none;
          font-family: Dense-Bold, sans-serif;
          line-height: 130%;
          padding: 0.1em 0 0.1em 0;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          font-size: 1.3333em;
          width: 100%;
          margin: 0;
          font-weight: normal;
          font-style: normal;
          display: list-item; }
          section#content aside#infobox .boxcontent ul li a.download {
            color: #c54f52; }
            section#content aside#infobox .boxcontent ul li a.download:hover {
              color: #893739; }
            section#content aside#infobox .boxcontent ul li a.download .fa {
              font-size: 0.8em;
              padding: 0 0.2em 0 0; }
          section#content aside#infobox .boxcontent ul li::before {
            content: none; }
        section#content aside#infobox .boxcontent ul.downloads {
          text-indent: -0.6em;
          list-style: none; }
          section#content aside#infobox .boxcontent ul.downloads li {
            list-style: none; }
          section#content aside#infobox .boxcontent ul.downloads li::before {
            content: none; }
      section#content aside#infobox .boxcontent ul + h2 {
        margin: 2em 0 0 0; }
      section#content aside#infobox .boxcontent p + h2 {
        margin: 2em 0 0 0; }
      section#content aside#infobox .boxcontent p {
        font-family: 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
        margin: 1em 0 0 0;
        width: auto;
        font-size: 1em;
        line-height: 160%;
        color: #313334;
        padding-bottom: 0.1em; }
        section#content aside#infobox .boxcontent p em {
          font-family: Dense-Bold;
          font-size: 2.8em;
          margin: 0.1em 0 0.8em 0;
          float: left;
          width: 100%;
          letter-spacing: 0.03em; }
          @media only screen and (min-width: 992px) {
            section#content aside#infobox .boxcontent p em {
              font-size: 3.3333em; } }
          section#content aside#infobox .boxcontent p em a {
            font-family: Dense-Bold !important;
            white-space: nowrap;
            margin: 0;
            border: 0; }
        section#content aside#infobox .boxcontent p a {
          font-size: 1.33em;
          letter-spacing: 0.05em;
          margin-left: 0.1em; }
          section#content aside#infobox .boxcontent p a .fa {
            font-size: 0.8em;
            padding: 0.2em 0.2em 0 0.2em;
            float: left; }
        section#content aside#infobox .boxcontent p.buttonbox {
          text-align: center;
          width: 100%; }
          section#content aside#infobox .boxcontent p.buttonbox .button {
            color: #c54f52 !important;
            border: 1px solid #c54f52 !important;
            padding: 0.3em 3em;
            font-size: 1.5em;
            float: none;
            margin: 1em 0 2em 0;
            letter-spacing: 0.05em;
            white-space: nowrap;
            border-radius: 2px;
            text-align: center;
            display: inline-block; }
            section#content aside#infobox .boxcontent p.buttonbox .button:hover {
              color: #000 !important;
              border: 1px solid #000 !important; }
  section#content div#pagination {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 15px; }
    @media only screen and (min-width: 768px) {
      section#content div#pagination {
        padding: 20px 25%; } }
  section#content section.list {
    padding: 0;
    margin-top: 0; }
    section#content section.list article {
      padding: 0;
      margin: 0; }
      section#content section.list article .articleimages img {
        width: 100%;
        height: auto;
        background: #ccc; }
      section#content section.list article .articletext h1 {
        font-size: 1em;
        border: 0;
        line-height: 1.3em; }
      section#content section.list article .articletext h2 {
        font-size: 1em; }
      section#content section.list article section.features {
        background: #f4ede8;
        padding: 50px;
        overflow: hidden; }
        section#content section.list article section.features h1 {
          font-family: Dense-Regular, Arial, Helvetica, sans-serif;
          margin: 0 0 1em 0;
          padding: 0;
          font-size: 2em;
          color: #313334;
          line-height: 1.2em;
          text-align: left;
          width: 100%;
          letter-spacing: 0.02em;
          text-transform: uppercase; }
        section#content section.list article section.features p {
          margin: 1em 0 0 0;
          width: auto;
          font-size: 0.9em;
          line-height: 180%;
          color: #313334;
          padding-bottom: 0.1em; }
          @media only screen and (min-width: 768px) {
            section#content section.list article section.features p {
              font-size: 0.9em; } }
          @media only screen and (min-width: 992px) {
            section#content section.list article section.features p {
              font-size: 0.9em; } }
          section#content section.list article section.features p.lead {
            margin: 0.2em 0 0.5em 0;
            font-size: 1.4em;
            font-weight: 200;
            line-height: 160%; }
          section#content section.list article section.features p a {
            color: #333;
            border-bottom: 1px solid #999; }
            section#content section.list article section.features p a:hover {
              color: #000;
              border-bottom: 1px solid #000; }
            section#content section.list article section.features p a.sel {
              color: #000;
              border-bottom: 1px solid #000; }
            section#content section.list article section.features p a.button {
              color: #c54f52 !important;
              border: 1px solid #c54f52 !important;
              padding: 0.3em 3em;
              font-size: 1.5em;
              float: left;
              margin: 2em 0 0 0;
              left: 0;
              letter-spacing: 0.05em;
              white-space: nowrap;
              border-radius: 2px; }
              section#content section.list article section.features p a.button:hover {
                color: #000 !important;
                border: 1px solid #000 !important; }
        section#content section.list article section.features ul li {
          float: left;
          width: 50%;
          line-height: 150%;
          padding: 0.2em 0; }
          section#content section.list article section.features ul li a {
            font-size: 1.3333em;
            letter-spacing: 0.05em; }
        section#content section.list article section.features .specialprice {
          float: right;
          margin: 25px 0 0 0;
          font-family: Dense-Bold;
          font-size: 1.2em;
          text-transform: uppercase;
          letter-spacing: 0.05em; }
          section#content section.list article section.features .specialprice span {
            font-size: 3em;
            margin: 0 0 0 5px; }
    section#content section.list.specials {
      padding: 0 0 0 0;
      margin-top: 0; }
      section#content section.list.specials article {
        position: static;
        margin: 0 0 2px 0; }
        section#content section.list.specials article .articleimages img {
          background: #ccc; }
        section#content section.list.specials article .articletext h1 {
          font-family: Dense-Regular, Arial, Helvetica, sans-serif;
          margin: 0 0 0 0;
          padding: 0;
          font-size: 3em;
          color: #313334;
          line-height: 0.8em;
          text-align: left;
          width: 100%;
          letter-spacing: 0.02em; }
          @media only screen and (min-width: 768px) {
            section#content section.list.specials article .articletext h1 {
              text-align: center;
              margin: 5px 0 30px 0;
              font-size: 4em;
              line-height: 0.9em; } }
          @media only screen and (min-width: 992px) {
            section#content section.list.specials article .articletext h1 {
              font-size: 5em; } }
          section#content section.list.specials article .articletext h1 small {
            margin: 0;
            font-size: 0.5em;
            color: #313334;
            letter-spacing: 0.02em; }
            @media only screen and (min-width: 768px) {
              section#content section.list.specials article .articletext h1 small {
                font-size: 0.4em; } }
            @media only screen and (min-width: 992px) {
              section#content section.list.specials article .articletext h1 small {
                font-size: 0.3em; } }
        section#content section.list.specials article .articletext h2 {
          margin: 0.7em 0 0 0;
          text-transform: none; }
        section#content section.list.specials article .articletext p {
          margin: 0.5em 0 0 0; }
        section#content section.list.specials article a.bookingbutton {
          position: relative;
          float: left;
          top: auto;
          right: 0;
          width: 100px;
          height: 100px;
          padding: 25px;
          background: #a30b2f;
          color: #fff;
          border-radius: 50px;
          z-index: 9000;
          line-height: 1.3em;
          font-size: 0.8em;
          text-align: center;
          text-transform: uppercase;
          -ms-transform: rotate(-20deg);
          -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg); }
          @media only screen and (min-width: 768px) {
            section#content section.list.specials article a.bookingbutton {
              position: absolute;
              top: auto;
              right: 250px;
              width: 100px;
              height: 100px;
              padding: 25px;
              font-size: 0.8em; } }
          section#content section.list.specials article a.bookingbutton:hover {
            background: #000;
            color: #fff;
            text-decoration: none; }
        section#content section.list.specials article a.bookingbuttonimg {
          position: relative;
          float: right;
          top: auto;
          right: 50px;
          width: 105px;
          height: 105px;
          padding: 25px;
          margin: 10px 0 0 0;
          z-index: 9000; }
          @media only screen and (min-width: 768px) {
            section#content section.list.specials article a.bookingbuttonimg {
              position: absolute;
              top: auto;
              right: 15%;
              margin: 0; } }
          @media only screen and (min-width: 992px) {
            section#content section.list.specials article a.bookingbuttonimg {
              position: absolute;
              top: auto;
              right: 18%; } }
          @media only screen and (min-width: 1200px) {
            section#content section.list.specials article a.bookingbuttonimg {
              position: absolute;
              top: auto;
              right: 20%; } }
          section#content section.list.specials article a.bookingbuttonimg:hover {
            background-position: -105px top; }
    section#content section.list.rahmenprogramm {
      padding: 0 0 0 0;
      margin-top: 0; }
      section#content section.list.rahmenprogramm article {
        position: static;
        margin: 0 0 2px 0;
        background: transparent;
        border-top: 1px solid #ddd; }
        section#content section.list.rahmenprogramm article .articleimages img {
          background: #ccc; }
        section#content section.list.rahmenprogramm article .articletext h1 {
          font-family: Dense-Regular, Arial, Helvetica, sans-serif;
          margin: 0 0 0 0;
          padding: 0;
          font-size: 2em;
          color: #313334;
          line-height: 0.8em;
          text-align: left;
          width: 100%;
          letter-spacing: 0.02em; }
          @media only screen and (min-width: 768px) {
            section#content section.list.rahmenprogramm article .articletext h1 {
              text-align: center;
              margin: 5px 0 30px 0;
              font-size: 2em;
              line-height: 0.5em; } }
          @media only screen and (min-width: 992px) {
            section#content section.list.rahmenprogramm article .articletext h1 {
              font-size: 2em; } }
          section#content section.list.rahmenprogramm article .articletext h1 small {
            margin: 0;
            font-size: 0.5em;
            color: #313334;
            letter-spacing: 0.02em; }
            @media only screen and (min-width: 768px) {
              section#content section.list.rahmenprogramm article .articletext h1 small {
                font-size: 0.4em; } }
            @media only screen and (min-width: 992px) {
              section#content section.list.rahmenprogramm article .articletext h1 small {
                font-size: 0.3em; } }
        section#content section.list.rahmenprogramm article .articletext h2 {
          margin: 0.7em 0 0 0;
          text-transform: none; }
        section#content section.list.rahmenprogramm article .articletext p {
          margin: 0.5em 0 0 0; }
        section#content section.list.rahmenprogramm article .articletext img {
          display: block;
          text-align: center;
          margin: 30px auto 30px auto; }
    section#content section.list.jobs, section#content section.list.media {
      width: 100%;
      padding: 0 0 0 0;
      margin-top: 0; }
      @media only screen and (min-width: 768px) {
        section#content section.list.jobs, section#content section.list.media {
          padding: 0; } }
      section#content section.list.jobs article, section#content section.list.media article {
        border-top: 1px solid #ddd;
        padding: 20px 15px;
        background: none; }
        @media only screen and (min-width: 768px) {
          section#content section.list.jobs article, section#content section.list.media article {
            padding: 20px 0; } }
        section#content section.list.jobs article .articleimages img, section#content section.list.media article .articleimages img {
          background: #fff;
          padding-bottom: 20px;
          width: 150px;
          height: auto; }
          @media only screen and (min-width: 768px) {
            section#content section.list.jobs article .articleimages img, section#content section.list.media article .articleimages img {
              width: 100%;
              height: auto; } }
        section#content section.list.jobs article .articletext h1, section#content section.list.jobs article .articletext h2, section#content section.list.media article .articletext h1, section#content section.list.media article .articletext h2 {
          text-align: left;
          color: #313334;
          font-size: 2em;
          border: 0;
          margin: 0;
          padding: 0; }
        section#content section.list.jobs article .articletext h2, section#content section.list.media article .articletext h2 {
          font-size: 1em;
          margin: 0.5em 0;
          line-height: 1.4em; }
        section#content section.list.jobs article .articletext p, section#content section.list.media article .articletext p {
          font-size: 1em;
          margin: 0.5em 0; }
          section#content section.list.jobs article .articletext p a, section#content section.list.media article .articletext p a {
            color: #c54f52;
            border-bottom: 1px solid #666; }
            section#content section.list.jobs article .articletext p a:hover, section#content section.list.media article .articletext p a:hover {
              color: #000;
              border-bottom: 1px solid #000; }
    section#content section.list.casestudies {
      padding: 0 0 0 0;
      margin-top: 0; }
      section#content section.list.casestudies article {
        position: static;
        margin: 0 0 2px 0;
        background: transparent; }
        section#content section.list.casestudies article .articleimages img {
          background: #ccc; }
        section#content section.list.casestudies article .articletext {
          padding: 40px 0 0 0; }
          section#content section.list.casestudies article .articletext h1 {
            font-family: Dense-Regular, Arial, Helvetica, sans-serif;
            margin: 5px 0 20px 0;
            padding: 0;
            font-size: 2em;
            color: #313334;
            line-height: 0.8em;
            text-align: left;
            width: 100%;
            letter-spacing: 0.02em; }
            @media only screen and (min-width: 768px) {
              section#content section.list.casestudies article .articletext h1 {
                text-align: center;
                margin: 5px 0 20px 0;
                font-size: 2em;
                line-height: 0.5em; } }
            @media only screen and (min-width: 992px) {
              section#content section.list.casestudies article .articletext h1 {
                font-size: 2em; } }
            section#content section.list.casestudies article .articletext h1 small {
              margin: 0;
              font-size: 0.5em;
              color: #313334;
              letter-spacing: 0.02em; }
              @media only screen and (min-width: 768px) {
                section#content section.list.casestudies article .articletext h1 small {
                  font-size: 0.4em; } }
              @media only screen and (min-width: 992px) {
                section#content section.list.casestudies article .articletext h1 small {
                  font-size: 0.3em; } }
          section#content section.list.casestudies article .articletext h2 {
            margin: 0.7em 0 0 0;
            text-transform: none; }
          section#content section.list.casestudies article .articletext p {
            margin: 0.5em 0 0 0; }
          section#content section.list.casestudies article .articletext img {
            display: block;
            text-align: center;
            margin: 30px auto 30px auto; }
    section#content section.list.mediagallery {
      width: 100%;
      padding: 15px 15px; }
      @media only screen and (min-width: 768px) {
        section#content section.list.mediagallery {
          padding: 15px 0; } }
      section#content section.list.mediagallery h1 {
        text-transform: none;
        font-size: 1.2em;
        border: 0;
        width: 100%;
        padding: 2em 0 1em 0; }
        @media only screen and (min-width: 768px) {
          section#content section.list.mediagallery h1 {
            padding: 2em 25% 1em 25%; } }
      section#content section.list.mediagallery .row-fluid div {
        margin: 10px 0; }
      section#content section.list.mediagallery .carousel {
        height: auto;
        background: #fff;
        padding: 1em; }
        @media only screen and (min-width: 1300px) {
          section#content section.list.mediagallery .carousel {
            width: 1300px;
            margin: 0 auto; } }
        section#content section.list.mediagallery .carousel .carousel-indicators {
          padding: 0 0 0 0;
          bottom: 0; }
          section#content section.list.mediagallery .carousel .carousel-indicators li {
            border-color: #333;
            margin: 0 4px; }
            section#content section.list.mediagallery .carousel .carousel-indicators li.active {
              background: #333;
              width: 10px;
              height: 10px;
              border: 0;
              margin: 0 4px; }
      section#content section.list.mediagallery .articleimages img {
        width: 100%;
        height: auto;
        background: #ccc; }
      section#content section.list.mediagallery .articletext h1, section#content section.list.mediagallery .articletext h2 {
        text-transform: none;
        font-size: 1em;
        border: 0; }
      section#content section.list.mediagallery .articletext h2 {
        font-size: 0.8em;
        margin: 0.5em 0; }
      section#content section.list.mediagallery .articletext p {
        font-size: 0.8em;
        margin: 0.5em 0; }
        section#content section.list.mediagallery .articletext p a {
          color: #333;
          border-bottom: 1px solid #666; }
          section#content section.list.mediagallery .articletext p a:hover {
            color: #000;
            border-bottom: 1px solid #000; }
  section#content #home {
    display: none;
    width: auto;
    height: auto;
    z-index: 0;
    position: relative;
    top: 0;
    left: 0; }
    @media only screen and (min-width: 992px) {
      section#content #home {
        width: 93%;
        height: 100%;
        z-index: 200000;
        position: absolute;
        top: 0;
        left: 60px; } }

/*______ Footer ______*/
.footerwrap {
  width: 100%;
  overflow: hidden;
  padding: 30px 0 10px 0;
  margin: 50px 0 0 0;
  background: #222;
  border: 0 solid #000; }
  @media only screen and (min-width: 992px) {
    .footerwrap {
      position: absolute;
      bottom: 0;
      height: 200px;
      /* height: 285px;*/ } }

footer {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  border: 0 dotted DodgerBlue;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    footer {
      font-size: 1em; } }
  footer #socialmedia {
    text-align: center;
    border: 0 dotted DodgerBlue;
    /* only without languages*/ }
    @media print {
      footer #socialmedia {
        display: none; } }
    footer #socialmedia a {
      color: #b2b2b2;
      margin: 0 0.2em;
      font-size: 1.2em; }
      footer #socialmedia a:hover {
        color: #fff; }
  footer #langnav {
    text-align: center;
    border: 0 dotted DodgerBlue;
    color: #ddd;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    margin: 1em 0; }
    @media only screen and (min-width: 768px) {
      footer #langnav {
        margin: 1em 0;
        font-size: 0.6em; } }
    @media print {
      footer #langnav {
        display: none; } }
    footer #langnav a {
      color: #b2b2b2;
      text-transform: uppercase; }
      footer #langnav a:hover {
        color: #fff; }
      footer #langnav a.sel {
        color: #fff; }
  footer #footermain {
    margin-bottom: 20px;
    border: 0 dotted DodgerBlue;
    font-size: 1.2em;
    font-family: Dense-Bold;
    font-weight: normal;
    font-style: normal; }
    @media print {
      footer #footermain {
        display: none; } }
    footer #footermain .wrap {
      margin: 0;
      display: block; }
    footer #footermain ul {
      margin: 0 auto;
      text-align: center; }
      footer #footermain ul li {
        display: inline;
        margin: 0 0.5em 1em 0.5em;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        float: left;
        text-align: left;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          footer #footermain ul li {
            width: 15%; } }
        footer #footermain ul li a {
          color: #ccc; }
          footer #footermain ul li a:hover {
            color: #fff; }
        footer #footermain ul li.parent-selected a {
          color: #fff; }
        footer #footermain ul li.parent-selected ul li a {
          color: #ccc; }
          footer #footermain ul li.parent-selected ul li a:hover {
            color: #fff; }
        footer #footermain ul li.parent-selected ul li.selected a {
          color: #fff; }
        footer #footermain ul li.parent-selected ul li.selected ul li a {
          color: #ccc; }
          footer #footermain ul li.parent-selected ul li.selected ul li a:hover {
            color: #fff; }
        footer #footermain ul li.selected a {
          color: #fff; }
        footer #footermain ul li.selected ul li a {
          color: #ccc; }
          footer #footermain ul li.selected ul li a:hover {
            color: #fff; }
        footer #footermain ul li ul li {
          margin: 0.2em 0;
          width: 100%;
          line-height: 120%; }
          footer #footermain ul li ul li a {
            font-family: Dense-Regular;
            color: #ccc; }
  @media only screen and (min-width: 992px) {
    footer .wrap {
      display: table; } }
  footer .wrap #quicklinks {
    padding: 0;
    border: 0 dotted DodgerBlue;
    text-align: center;
    margin: 1em 0 2em 0; }
    @media only screen and (min-width: 992px) {
      footer .wrap #quicklinks {
        display: inline-block;
        vertical-align: bottom;
        float: none;
        text-align: left;
        margin: 0 0; } }
    @media print {
      footer .wrap #quicklinks {
        display: none; } }
    footer .wrap #quicklinks ul li {
      display: inline;
      text-transform: uppercase;
      padding: 0 0.75em;
      font-size: 0.7em;
      letter-spacing: 0.1em; }
      @media only screen and (min-width: 768px) {
        footer .wrap #quicklinks ul li {
          font-size: 0.6em; } }
      footer .wrap #quicklinks ul li a {
        color: #ddd; }
        footer .wrap #quicklinks ul li a:hover {
          color: #fff; }
  footer .wrap #footerlogo {
    text-align: left; }
    footer .wrap #footerlogo img {
      width: 150px;
      height: auto; }
  footer .wrap address {
    text-align: left;
    border: 0 dotted DodgerBlue;
    color: #b2b2b2;
    font-size: 1em;
    letter-spacing: 0.05em;
    margin: 1em 0;
    padding: 0;
    /* @media only screen and (min-width: 992px) { display: inline-block; vertical-align: bottom; float: none; } */ }
    @media only screen and (min-width: 768px) {
      footer .wrap address {
        font-size: 1em;
        margin: 1em 0 0 0; } }
    footer .wrap address p {
      margin: 1em 0; }
      @media only screen and (min-width: 992px) {
        footer .wrap address p {
          margin: 0; } }
    footer .wrap address p.phone {
      letter-spacing: 0.1em; }
      footer .wrap address p.phone em {
        font-family: Dense-Bold !important;
        font-size: 3.3333em;
        margin: 0;
        line-height: 1em; }
        footer .wrap address p.phone em a {
          font-family: Dense-Bold !important;
          white-space: nowrap;
          margin: 0;
          border: 0;
          color: #b2b2b2; }
    footer .wrap address a {
      text-transform: none;
      color: #ddd;
      margin: 0 0.2em;
      letter-spacing: 0.1em;
      font-family: 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
      font-size: 0.9em;
      border-bottom: 1px solid #bbb; }
      footer .wrap address a:hover {
        color: #fff; }
  footer .wrap #newsletter {
    border: 0 dotted DodgerBlue;
    margin: 1em 0; }
    @media only screen and (min-width: 992px) {
      footer .wrap #newsletter {
        margin: 0; } }
    @media print {
      footer .wrap #newsletter {
        display: none; } }
    footer .wrap #newsletter form {
      margin: 0;
      max-width: 300px; }
      footer .wrap #newsletter form h1 {
        font-family: Dense-Bold;
        margin: 0;
        font-size: 1.3333em;
        color: #b2b2b2;
        line-height: 1.3em;
        text-transform: uppercase; }
      footer .wrap #newsletter form .form-control {
        background-color: #666;
        color: #fff;
        border-radius: 0;
        border: 0; }
      footer .wrap #newsletter form .btn {
        background-color: #c54f52;
        width: 100%; }
    footer .wrap #newsletter a, footer .wrap #newsletter button {
      color: #ddd; }
      footer .wrap #newsletter a:hover, footer .wrap #newsletter button:hover {
        color: #fff; }
      footer .wrap #newsletter a img, footer .wrap #newsletter button img {
        height: 35px;
        width: auto; }
        footer .wrap #newsletter a img.mag, footer .wrap #newsletter button img.mag {
          height: 31px; }

/*______ Tables ______*/
section#content article table {
  width: 100% !important;
  margin: 1.5em 0 3em 0;
  font-size: 0.8em;
  line-height: 150%; }
  @media only screen and (min-width: 480px) {
    section#content article table {
      font-size: 1em; } }
  @media only screen and (min-width: 768px) {
    section#content article table {
      font-size: 0.8em; } }
  @media only screen and (min-width: 992px) {
    section#content article table {
      font-size: 1em; } }
  section#content article table th {
    font-family: "Dense-Bold", serif;
    font-weight: normal !important;
    font-style: normal !important; }
  section#content article table td {
    padding: 0 1em 0 0; }
    @media only screen and (min-width: 480px) {
      section#content article table td {
        padding: 0 2em 0 0; } }
    section#content article table td img {
      float: left;
      width: 90px;
      height: auto;
      background: #eee; }
    section#content article table td h1 {
      font-size: 1em !important;
      margin: 0 0 5px 0; }
    section#content article table td h2 {
      font-size: 0.9em !important;
      margin: 20px 0 5px 0; }
    section#content article table td h3 {
      font-size: 0.8em !important;
      color: #777;
      margin: 20px 0 5px 0; }
    section#content article table td p {
      font-size: 0.9em;
      margin: 5px 0 0 0; }
    section#content article table td p.date {
      font-size: 0.9em;
      margin: 0 0 5px 0; }
    section#content article table td small {
      font-size: 0.85em;
      margin: 0; }
    section#content article table td ul {
      font-size: 0.9em;
      margin: 0 0 0 1em;
      padding-left: 2px;
      text-indent: -0.9em; }
    section#content article table td li {
      line-height: 130%;
      padding: 0 0 0.5em 0; }

table.tablesorter {
  float: left;
  width: 974px;
  margin: 0 0 0 0; }
  table.tablesorter th {
    border-bottom: 1px solid #ddd; }
  table.tablesorter td {
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #ddd; }
    table.tablesorter td img {
      float: left;
      width: 90px;
      height: auto;
      background: #eee; }
    table.tablesorter td h1 {
      font-size: 1em !important;
      margin: 0 0 5px 0; }
    table.tablesorter td h2 {
      font-size: 0.9em !important;
      margin: 20px 0 5px 0; }
    table.tablesorter td h3 {
      font-size: 0.8em !important;
      color: #777;
      margin: 20px 0 5px 0; }
    table.tablesorter td p {
      font-size: 1em;
      margin: 5px 0 0 0; }
    table.tablesorter td p.date {
      font-size: 0.9em;
      margin: 0 0 5px 0; }
    table.tablesorter td small {
      font-size: 0.85em;
      margin: 0; }
    table.tablesorter td ul {
      font-size: 0.9em;
      margin: 0 0 0 1em;
      padding-left: 2px;
      text-indent: -0.9em; }
    table.tablesorter td li {
      line-height: 130%;
      padding: 0 0 0.5em 0; }

/*______ Forms ______*/
div#loginpress {
  width: 300px;
  float: left; }

form#register_member_form {
  width: 300px;
  float: right;
  margin: 20px 10px 0 0; }

form {
  margin: 20px 0 20px 0; }
  form label {
    margin: 1.3em 0 0 0; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ddd !important; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ddd !important;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ddd !important;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ddd !important; }

:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #ddd !important; }

	/* textarea { width: 300px; height: 200px; }
	input { width: 300px; height: 20px; margin: 0 0 0 0; padding: 0; color: #000 !important; text-transform: uppercase; }
	::-webkit-input-placeholder { color:#000 !important; text-transform: uppercase !important; }
	::-moz-placeholder { color:#000 !important; text-transform: uppercase !important; }
	:-ms-input-placeholder { color:#000 !important; text-transform: uppercase !important; }
	input:-moz-placeholder { color:#000 !important; text-transform: uppercase !important; }
	
	input[type=submit] { width: auto; height: auto; 
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  &:hover, &:active, &.active, &.disabled,&[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  }
  }
  div.line { float: left; width: 100%; }
  ul { display: block; }
  ul li { list-style: none; display: inline; float: left; width: 100px;
	  label { margin: 5px 0 0 0; }
  }
  ul li:before { content: none !important; }
}
form input[type=checkbox], form input[type=radio] { width: auto; margin: 0 20px 0 0; }

dl { clear:both; }
dt { float:left; width: 104px; }
dd { float:left; width:auto; padding: 0 0 20px 0; }

fieldset { border: 0; margin: 0; padding: 0; }

form p { line-height: 1em !important; }*/
