<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
  margin: 40px 0;
}

body {
  letter-spacing: 0.4px;
}

.small {
  font-size: 0.75rem;
}

.orange {
  color: #d84f17;
}

.grey {
  color: #222;
}

.white {
  color: #fff;
}


#footer-second {
  background: #ddd;
}

main img {
  border-radius: 4px;
}

h1 {
  line-height: 2rem;
}

h2, h3, h4 {
  line-height: 1.4rem;
}

u {
  text-decoration: none;
  color:#222;
}

b, strong {
  font-family: 'Roboto-Bold';
  font-weight: 700;
}

p {
  margin-top: 0px;
}

h2 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

footer p a {
  background: none !important;
}

footer p {
  line-height: 2rem;
}


footer p a:hover {
  color: #d84f17 !important;
}

main ul {
  list-style-image: url(img/bullet2.png);
  margin-left: -15px;
}

#homeslider .uk-slideshow{
  height: 350px !important;
  max-height: 350px !important;
}

#homeslider .uk-slideshow-items &gt; * {
  height: 350px !important;
  max-height: 350px !important;
}


#homeslider .uk-panel{
  margin-top: -130px;
  position: relative;
  right: 0rem;
  width: 100%;
  text-align: center;
  /*margin-left: -45px;*/
}

#homeslider .uk-panel h1{
  color:#666 !important;
  position: relative;
}

#homeslider li:nth-child(1) .uk-panel{
  margin-top: -90px;
}

#homeslider li:nth-child(2) .uk-panel{
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

#homeslider li:nth-child(2) .uk-panel h1{
  margin-bottom: 20px;
  text-align: center;
}

#homeslider li:nth-child(2) .uk-panel figure{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}


#homeslider li:nth-child(2) .uk-panel img{
  width:70px;
  height: auto;
  margin-right: 100px;
}

#homeslider li:nth-child(2) .uk-panel figure{
  margin: 0 20px;
}

#homeslider li:nth-child(3) .uk-panel h1{
  margin-right: 0px;
}

#homeslider li:nth-child(4) .uk-panel h1{
  margin-right: 50px;
  margin-bottom: 10px;
  text-align: right;
  display: none;
  /*background-color: rgba(255, 255, 255, 0.75);
  padding: 0.75rem;*/
}

#homeslider .uk-slidenav-container a {
  color: rgba(255,255,255,1);
}

#homeslider .uk-slidenav-container a:hover {
  background-color: rgba(0,0,0,0.5);
}

#homeslider .uk-dotnav {
  background-color: rgba(0,0,0,0.25);
  padding-right: 30px;
  border-radius: 15px;
}

#headform {
  /*margin-top: -110px;*/
  position: relative;
  /*z-index: 100;*/
}

#headform .uk-container {
  background-color: #fff;
  padding: 30px 40px;
  /*box-shadow: 5px 5px 5px lightgrey;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #ccc;
}

#headform .uk-container-small {
  max-width: 1100px;
}

#welcomeblurb p {
  font-size:1.25rem;
}

#welcomeblurb .uk-button {
  text-align: center;
}

/* serviceslider */

#serviceslider .uk-slider-items li div{
  color: #222 !important;
  margin-top: 0px;
  text-align: center;
}

#serviceslider .uk-slider-items li div{
  color: #222 !important;
  margin-top: 0px;
  text-align: center;
}

#serviceslider .uk-slider-items li div span{
  color: #D84F17;
}

#serviceslider .uk-slider-items li img{
  margin-bottom: 15px;
}

#serviceslider .uk-slider-items {
  height: 200px;
}

#serviceslider .uk-slidenav {
  top: calc(25% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -25%;
  transform: translate(0,var(--uk-position-translate-y));
}

#service .uk-dotnav {
  margin-right: 2rem;
}

/* Preis */

.uk-slider .uk-overlay {
  background-color: transparent;
  padding: 0;
}

.uk-slider .uk-overlay-secondary h4 {
  color: #333;
}

.uk-overlay-secondary {
  background: rgba(255, 255, 255, 0.75) !important;
}


.uk-overlay {
  padding: 10px 10px;
}

blockquote {
  margin: 0 0 30px 0;
    margin-bottom: 30px;
  font-size: 27px;
  line-height: 1.5;
  font-style: italic;
  padding-left: 0em;
  border-left: 0em solid #69bfba;
  font-family: Roboto,sans-serif;
  font-weight: 300;
}

.uk-navbar-item, .uk-navbar-nav &gt; li &gt; a, .uk-navbar-toggle {
  min-height: 20px;
}

.uk-navbar-toggle svg, .uk-navbar-item .uk-icon svg {
  width: 30px;
  height: 30px;
  color: #fff;
}

.uk-navbar-toggle, .uk-navbar-item .uk-icon {
  border: 1px solid #fff;
  padding: 9px;
  border-radius: 5px;
  margin-top:0px;
}

.uk-navbar-toggle {
  color: #fff;
  margin-top: -10px;
}


/* language nav */

.navlang img {
  margin-top: 20px;
  height: 18px;
  width: 30px;
}

.navlang span {
  margin-right: 10px;
}

.navlang .tm-language {
  margin-right: 10px;
}

.uk-navbar-nav &gt; li &gt; a::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s,right .5s cubic-bezier(.54, .32, .05, .96);
  height: 1px;
  right: 100%;
  left: 0px;
  bottom: 0px;
  will-change: right;
  display: block;
}

.uk-navbar-nav &gt; li.uk-active &gt; a::before {
  /*
  content: '';
  position: absolute;
  background-color: #69bfba;
  height: 1px;
  left: 15px;
  right: 15px;
  bottom: 40px;
  */
  display: none;
}

.uk-navbar-nav &gt; li.uk-active a {
  color: #fff;
}

.uk-navbar-nav &gt; li &gt; a {
  padding: 0 15px 0 0;
  color: #fff;
}

.uk-navbar-nav &gt; li &gt; a:hover {
  color: #fff;
}

.uk-navbar-nav {
  position: relative;
  top:-40px;
}

.uk-navbar {
  padding: 20px 0;
  max-height:130px;

}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d84f17;
  transition: all .3s ease;
}

.page-title, .page-title-mobile {
  font-size: 3.5rem;
  margin: 0 0 5px 0;
  font-family: 'MalmoHeadline',sans-serif;
  /*font-family: Roboto,sans-serif;*/
  font-weight: 300;
  color: #fff;
  text-transform: inherit;
  letter-spacing: inherit;
  position: relative;
  top:-20px;
}

.page-title-mobile {
  font-size: 1.7rem;
  display:block;
  margin-bottom:-20px;
  color: #333;
  font-family: Roboto,sans-serif;
  /*font-family: 'MalmoHeadline',sans-serif;*/
  font-weight: 300;
}


.page-title span{
  font-family: Roboto,sans-serif;
  text-transform: uppercase;
}

.uk-navbar-container {
  background: #d84f17;
}

.navbarheader {
  padding-left: 20px;
}

.uk-nav-primary {
  font-size: 1.5rem;
  line-height: 1.5;
}

/* Zimmer */

table#zimmer, table#leistungen {
  width: 100%
}

table#zimmer td {
  text-align: left;
  font-size: 2rem;
  padding-bottom: 5px;
}

table#zimmer td.head_left {
  vertical-align: top;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1rem;
  padding-bottom: 0px;
}

table#zimmer td.head_right {
  vertical-align: top;
  text-align: right;
  font-size: 0.8rem;
  padding-bottom: 0px;
}

table#zimmer td.price {
  text-align: right;
  color: #D84F17;
  vertical-align: top;
}

table#zimmer td.title {
  padding-bottom: 0px;
  color: #D84F17;
  font-size: 1.25rem;
}

table#leistungen td {
  text-align: left;
  padding-bottom: 10px;
  vertical-align: top;
}

table#leistungen td.price {
  text-align: right;
  color: #D84F17;
}

/* features */

table#features img {
  width: 80px;
  height: 80px;
}

table#features td {
  padding-right: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}

#service .uk-overlay {
  padding: 0px 15px;
}

#service .uk-position-small {
  margin: 0;
}

#service h2 {
  font-family: 'MalmoHeadline',sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

#service .uk-overlay-gradient {
  background-image: linear-gradient(to bottom,rgba(15,15,15,0),rgba(15,15,15,.25) 100%);
}

#servicelist &gt; div {
  margin-top: 30px;
}

#servicelist .servicelist-desc em, #serviceslider .uk-panel em {
  font-style: normal;
  color: #D84F17;
}

/* Reservierung */

#iconcal-in, #iconcal-out {
  /*pointer-events: auto !important;
  cursor: pointer;*/
}

.resform input[type=text], .resform input[type=number] {
  height: 45px;
  font-size: 1.15rem;
}

.resform input.room {
  width: 80px;
  min-width: 60px;
}

.resform .nolabel {
  display:none;
}

.resform input[type=radio]{
  margin-top: 0px;
  margin-right: 10px;
}

.resform input[type=radio]{
  margin-top: 0px;
  margin-right: 10px;
}

.resform .radiosex label {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1.15rem;
}

.resform textarea {
  height: 150px;
  resize:vertical;
}

.resform h2, .resform p {
  padding-top:10px;
}

.chbx {
  height: 35px;
  width: 35px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
}

.chbx:hover {
  background-color: #efefef;
}

.chbx.checked {
  background: url(img/bn_checked.gif) center center no-repeat;
    background-color: rgba(0, 0, 0, 0);
}

.radio input[type="radio"].error + .indicator:before, .radio-inline input[type="radio"].error + .indicator:before{
    border-color: #D84F17;
}

input.error[type="text"], textarea.error, input.error[type="number"], input.error:focus, input.error:hover, input.error {
    border: 1.5px solid #D84F17;
    background-color: #fbede7;
}

div.error {
  color: #D84F17;
  font-size: 16px;
}

div.error li {
  margin: 0 10px;
  float:left;
}

div.error p {
  float: none;
  font-size: 16px;
  margin-top:10px;
}

input[type="radio"].error {
  color: #D84F17;
}

label#guests-error{
  color: #D84F17;
  font-size: 0.5rem;
  display:inline-block;
}

.uk-form-icon {
  top: 0.7rem;
  bottom: auto !important;
}

#errorModalBody li {
  margin-left: 20px;
  margin-bottom: 5px;
}

#errorModalBody span {
  margin-right: 5px;
  color: #D84F17;
}

#errorModalBody span::after {
  content: " ";
}

#errorModalBody span:last-child::after {
  content: "";
}


#errorModalHeader h3 {
  margin-bottom: 10px;
}

#errorModal .uk-modal-title {
  font-size: 1.5rem;
  line-height: 1.3;
}

#errorModal .uk-button {
  margin-top: 40px;
}

/* features */

#footer-social {
  float: left;
}

#footer-second p {
  margin-top: 5px;
}

/* location */

#location h2 {
  margin-bottom: 0px;
  display: inline;
}

#location p {
  margin-top: 0px;
}

/* daterangepicker */

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: none;
  background-color: #efefef;
  padding: 10px 15px 15px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #aaa;
  font-family: 'Roboto', Arial, sans-serif;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
}

.date-picker-wrapper .month-wrapper {
  border: none;
  border-radius: 0px;
  background-color: #fff;
  padding: 0px 10px 10px 10px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 7px 5px;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #ffded1;
}

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
    background-color: #D84F17 !important;
    color: white !important;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0px;
    top: 6px;
    padding: 5px 7px;
    margin: 0;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    color: #d9eef7;
    /*border: solid 1px #0076a3;*/
    border: none;
    background: #69bfba;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    color: white;
    line-height: initial;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #69bfba;
  color: #FFF;
}

.resform #daterange {
  display: inline-block;
  height: 45px;
  font-size: 1.15rem;
  padding: 6px 12px 0px 12px;
  padding-right: 60px !important;
  background: #f0f0f0;
  color: #222;
  border: solid 1px #e6e1e6;
  transition: background .32s ease,border .32s ease,box-shadow .32s ease;
  cursor:pointer;
  min-width: 315px;
  background-image: url('data:image/svg+xml,&lt;svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"&gt;&lt;style&gt;&lt;![CDATA[ %23grey { fill: %23999; } ]]&gt;&lt;/style&gt;&lt;path id="grey" d="M 2,3 2,17 18,17 18,3 2,3 Z M 17,16 3,16 3,8 17,8 17,16 Z M 17,7 3,7 3,4 17,4 17,7 Z"&gt;&lt;/path&gt;&lt;rect id="grey" width="1" height="3" x="6" y="2"&gt;&lt;/rect&gt;&lt;rect id="grey" width="1" height="3" x="13" y="2"&gt;&lt;/rect&gt;&lt;/svg&gt;');
  background-position: right 12px top 12px;
  background-repeat: no-repeat;
}

.resform #daterange.error {
  border: 1.5px solid #D84F17;
  background-color: #fbede7;
}

.resform #txtBody {
  padding-top: 10px;
  line-height: 30px;
}

.resform #recaptcha-error {
  color: #D84F17;
  margin: 1rem 0px;
}

</pre></body></html>