#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:150%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayOpaque{background:url(../../assets/mediabox/images/80.png)}#mbOverlay.mbOverlayAbsolute{position:absolute}#mbOverlay.mbMobile{position:absolute;background-color:transparent}#mbBottom.mbMobile{line-height:24px;font-size:16px}#mbCenter{position:absolute;z-index:9999;left:50%;padding:10px;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";-webkit-box-shadow:0 5px 20px rgba(0,0,0,.5);-khtml-box-shadow:0 5px 20px rgba(0,0,0,.5);-moz-box-shadow:0 5px 20px rgba(0,0,0,.5);box-shadow:0 5px 20px rgba(0,0,0,.5)}#mbCenter.mbLoading{background:#000 url(../../assets/mediabox/images/loading-dark.gif) no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbMedia{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat}#mbBottom{line-height:20px;font-size:12px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;text-align:left;color:#999;min-height:20px;padding:10px 0 0}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:700}#mbNumber{display:inline;color:#999;font-size:.8em;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:1.6em;font-size:.8em}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:400}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:700;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:1.4em;font-weight:700}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:700;text-decoration:underline}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px;
        word-wrap: break-word; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

/**
 * Global TinyMCE style sheet
 * 
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 * 
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 * 
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 * 
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 * 
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
@font-face {
    font-family: 'SansumiRegularStandard';
    src: url(http://kinesio-praxis.rodelnet.ch/files/hotel/fonts/Sansumi-Bold.ttf);
    
}

@font-face {
    font-family: 'SansumiRegular';
    src: url('http://kinesio-praxis.rodelnet.ch/files/hotel/fonts/Sansumi-Bold-webfont.eot');
    src: url('http://kinesio-praxis.rodelnet.ch/files/hotel/fonts/Sansumi-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://kinesio-praxis.rodelnet.ch/files/hotel/fonts/Sansumi-Bold-webfont.woff') format('woff'),
         url('http://kinesio-praxis.rodelnet.ch/files/hotel/fonts/Sansumi-Bold-webfont.ttf') format('truetype'),
         url('http://kinesio-praxis.rodelnet.ch/files/hotel/fonts/Sansumi-Bold-webfont.svg#SansumiRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansumiExtraBoldRegular';
    src: url('http://kinesio-praxis.rodelnet.ch/files/hotel/fonts/Sansumi-ExtraBold-webfont.eot');
    src: url('http://kinesio-praxis.rodelnet.ch/files/hotel/fonts/Sansumi-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://kinesio-praxis.rodelnet.ch/files/hotel/fonts/Sansumi-ExtraBold-webfont.woff') format('woff'),
         url('http://kinesio-praxis.rodelnet.ch/files/hotel/fonts/Sansumi-ExtraBold-webfont.ttf') format('truetype'),
         url('http://kinesio-praxis.rodelnet.ch/files/hotel/fonts/Sansumi-ExtraBold-webfont.svg#SansumiExtraBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*     --html
------------------------------------------------- */
html {height: 100.1%; margin-bottom: 1px;}

/*     --css-framework
------------------------------------------------- */
.half_width, 
.one_half     { width: 47.8%; }
.one_third    { width: 30.5%; }
.two_third    { width: 65.3%; }
.one_fourth   { width: 21.9%; }
.one_fifth    { width: 16.7%; }
.three_fourth { width: 74%;   }
.four_fifth   { width: 79%;   }
.two_fifth    { width: 37.2%; }
.three_fifth  { width: 58%;   }
.one_sixth    { width: 13.3%; }
.four_sixth   { width: 65.4%  }
.one_half, .half_width, .one_third, .two_third, .one_fourth, .one_fifth, .four_fifth, .one_sixth, .two_fifth, .three_fifth, .four_sixth, .three_fourth {position: relative;	display: inline-block; margin-right: 3.9%; vertical-align: top;}
.last {margin-right: 0 !important;}

/*     --tags
------------------------------------------------- */
a {color: #444; text-decoration: none;}
p {margin-bottom: 15px;}
blockquote {font-style: italic; font-size: 16px; margin-bottom: 20px;}
blockquote p {line-height: 22px;}
cite, em, i {font-style: italic; color: #999; font-size: 14px;}
#container img {width: auto; max-width: 100%; height: auto; vertical-align: middle;}
#container .image_container img {width: 100%;}

/*     --list in ce_text
------------------------------------------------- */
.ce_text ul, .ce_list ul {padding-left: 0px; margin-bottom: 15px;}
.ce_text li, .ce_list li {list-style-type: square; list-style-position: outside; margin-bottom: 3px; line-height: 18px;}

/*     --headlines
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-family: 'SansumiRegularStandard','SansumiRegular', Arial, Verdana, sans-serif; font-weight: 300; line-height: 1.3em;}
h1 {font-size: 30px; margin-bottom: 20px;}
h2 {font-size: 22px; margin-bottom: 15px;}
h3 {font-size: 18px; margin-bottom: 10px; background: url(../../files/hotel/img/line-2.png) left bottom repeat-x; padding-bottom: 5px;}
h4 {font-size: 18px; margin-bottom: 10px;}
h5 {font-size: 13px; margin-bottom: 10px;}
h6 {font-size: 13px; margin-bottom: 10px;}

/*     --body
------------------------------------------------- */
body {
color: #595151; 
/* font-family: 'SansumiRegularStandard','SansumiRegular', Arial, Verdana, sans-serif; */
font-family: 'PT Sans',  Arial, Verdana, sans-serif; 
line-height: 18px; 
font-size: 13px; 
overflow-x: hidden;
}

/*     --logo
------------------------------------------------- */
#logo {text-align: center; margin: 15px 0;}

/*     --menu
------------------------------------------------- */
#menu {float: left; width: 240px; background: url(../../files/hotel/img/bg-menu.png) left bottom no-repeat; position: relative; padding-bottom: 60px;}

/*     --socials
------------------------------------------------- */
#socials {position: absolute; right: 10px; top: -90px;}
#socials a {display: inline-block;}
#socials img {margin-left: 1px; -webkit-transition:all .2s ease-in-out;	-o-transition:all .2s ease-in-out;	-moz-transition:all .2s ease-in-out; transition:all .2s ease-in-out;}
#socials img:hover {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; opacity:.5;}

/*     --wrapper
------------------------------------------------- */
#wrapper {width: 960px; margin: 0 auto;}

/*     --container
------------------------------------------------- */
#container {padding: 20px; margin-left: 260px; background: url(../../files/hotel/img/trsp-white-90.png); -moz-box-shadow: 0px 0px 10px #222; -webkit-box-shadow: 0px 0px 10px #222; box-shadow: 0px 0px 10px #222; behavior: url(../../files/hotel/css/files/hotel/scripts/PIE.htc);}

/* without content */
body.without_content #container {display: none;}

/* sidebar_left */
body.sidebar_left #main {overflow: hidden; width:65%; float:left; position:relative;}
body.sidebar_left #left {overflow: hidden; margin-right: 5%; width:30%; float:left; position:relative;}
body.sidebar_left #left .inside {border-right: 1px solid #ddd;}

/* sidebar_right */	
body.sidebar_right #main {overflow: hidden; width:65%; float:left; position:relative;}
body.sidebar_right #right {overflow: hidden; margin-left: 5%; width:30%; float:left; position:relative;}
body.sidebar_right #right .inside {border-left: 1px solid #ddd;}
	
/* sidebar_both */
body.sidebar_both #main {overflow: hidden; width:48%; float:left; position:relative;}
body.sidebar_both #right {overflow: hidden; margin-left: 4%; width:22%; float:left; position:relative;}
body.sidebar_both #right .inside {border-left: 1px solid #ddd;}
body.sidebar_both #left {overflow: hidden; margin-right: 4%; width:22%; float:left; position:relative;}
body.sidebar_both #left .inside {border-right: 1px solid #ddd;}

#right .inside, #left .inside {padding: 20px;}

/*     --footer
------------------------------------------------- */
#footer {border-top: 1px solid #ddd; clear: both;}
#footer .inside {overflow: hidden; padding: 10px 0 0 0; background: url(../../files/hotel/img/site-bilder/tropfen-logostreifen.png) center center no-repeat;}
#footer li {display: inline-block; margin-right: 5px;}
#footer .socials ul {text-align: right;}
#footer .socials ul li {margin-left: 5px; margin-right: 0;}

	/*     --pagination
------------------------------------------------- */
.pagination {clear: both; border-top: 1px solid #ddd; padding-top: 5px;}
.pagination ul {padding: 0; float: left;}
.pagination p {float: right;}
.pagination li {background: none; padding: 0; margin: 0; float: left; list-style-type: none;}
.pagination li a,
.pagination li span {background: #333; display: block; margin-right: 1px; color: #fff; text-decoration: none; padding: 3px 7px;}
.pagination li span.current {background: #666;}

	/*     --welcome-line
------------------------------------------------- */
.welcome-line {background: url(../../files/hotel/img/shadow-top.png) center top no-repeat; padding: 30px 50px 30px 50px; overflow: hidden; text-align: center; margin: 25px 0 0 0; font-family: 'Merriweather', serif; font-style: italic;}
.welcome-line h1 {font-family: 'Merriweather', serif; margin-bottom: 15px; font-size: 22px; line-height: 25px; background: url(../../files/hotel/img/shadow-bottom.png) center bottom no-repeat; padding-bottom: 30px;}

	/*     --teaser-box
------------------------------------------------- */
.teaser-box {text-align: center; margin-bottom: 35px;}
.teaser-box img {margin-bottom: 15px;}

	/*     --ce_hyperlink
------------------------------------------------- */
.ce_hyperlink a {
	/*color: #fff;*/
    line-height: 22px;
    font-weight: bold;
    /*text-shadow: -1px -1px 1px rgba(0,0,0, 0.25);*/
    padding: 6px 12px 5px;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 18px;
    /*-webkit-box-shadow: 0 2px 2px rgba(0,0,0, 0.2), inset 0 1px 0 rgba(255,255,255, 0.35), inset 0 10px 20px rgba(255,255,255, 0.12), inset 0 -10px 30px rgba(0,0,0, 0.12);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0, 0.2), inset 0 1px 0 rgba(255,255,255, 0.35), inset 0 10px 20px rgba(255,255,255, 0.12), inset 0 -10px 30px rgba(0,0,0, 0.12);
    box-shadow: 0 2px 2px rgba(0,0,0, 0.2), inset 0 1px 0 rgba(255,255,255, 0.35), inset 0 10px 20px rgba(255,255,255, 0.12), inset 0 -10px 30px rgba(0,0,0, 0.12);
	background: #7a7a7a;
	behavior: url(../../files/hotel/css/files/hotel/scripts/PIE.htc);*/
}

.ce_hyperlink a:hover {
    /*color: #fff;*/
    text-decoration: none;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0, 0.2), inset 0 1px 1px rgba(255,255,255, 0.5), inset 0 10px 20px rgba(255,255,255, 0.20), inset 0 -10px 20px rgba(0,0,0, 0.12);
    -moz-box-shadow: 0 2px 1px rgba(0,0,0, 0.2), inset 0 1px 1px rgba(255,255,255, 0.5), inset 0 10px 20px rgba(255,255,255, 0.20), inset 0 -10px 20px rgba(0,0,0, 0.12);
    box-shadow: 0 2px 1px rgba(0,0,0, 0.2), inset 0 1px 1px rgba(255,255,255, 0.5), inset 0 10px 20px rgba(255,255,255, 0.20), inset 0 -10px 20px rgba(0,0,0, 0.12);
	behavior: url(../../files/hotel/css/files/hotel/scripts/PIE.htc);
}

.ce_hyperlink a:active {
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0, 0.3), inset 0 10px 20px rgba(0,0,0, 0.08);
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0, 0.3), inset 0 10px 20px rgba(0,0,0, 0.08);
    box-shadow: inset 0 2px 2px rgba(0,0,0, 0.3), inset 0 10px 20px rgba(0,0,0, 0.08);
    behavior: url(../../files/hotel/css/files/hotel/scripts/PIE.htc);
}

[class^="ce_hyperlink icon-"] a span {
 display: inline-block;
  width: 14px;
  height: 14px;
  opacity: 0.6;
  vertical-align: text-top;
  background-image: url(../../files/hotel/img/icons/buttons.png);
  background-repeat: no-repeat;
  margin-right: .6em;
} 

/*     --nachrichtenteaser
------------------------------------------------- */
.nachrichtenteaser .headline {font-weight: bold; margin-bottom: 5px;}
.nachrichtenteaser .info {background: url(../../files/hotel/img/icons/icon-clock.png) left center no-repeat; border-top: 1px dotted #ddd; border-bottom: 1px dotted #ddd; padding: 3px 0 3px 30px; margin-bottom: 5px; font-size: 10px;}


/*     --ce_gallery framework
------------------------------------------------- */
.ce_gallery .row1 {width: 100%;}
.ce_gallery .row2 {width: 49.5%;}
.ce_gallery .row3 {width: 32.6%;}
.ce_gallery .row4 {width: 24.25%;}
.ce_gallery .row5 {width: 19.2%;}
.ce_gallery .row6 {width: 15.83%;}
.ce_gallery .row7 {width: 13.2%;}
.ce_gallery .row8 {width: 11.62%;}
.ce_gallery .row9 {width: 10.22%;}
.ce_gallery .row10 {width: 9.1%;}
.ce_gallery .row11 {width: 8.18%;}
.ce_gallery .row12 {width: 7.41%;}
.ce_gallery .row2, .ce_gallery .row3, .ce_gallery .row4, .ce_gallery .row5, .ce_gallery .row6, .ce_gallery .row7, .ce_gallery .row8, .ce_gallery .row9, .ce_gallery .row10, .ce_gallery .row11, .ce_gallery .row12 {margin-right: 1%;}
.col_last {margin-right: 0;}

/*     --galerie
------------------------------------------------- */
.ce_gallery ul {letter-spacing: -4px; word-spacing: -4px;}
.ce_gallery li {vertical-align: middle; padding-bottom: 10px; display: inline-block; position: relative; font-size: 0;}
.ce_gallery li.col_last {margin: 0;}
#container .ce_gallery img {width: 100%;}

/* hover-effect */
.ce_gallery li img:hover {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	opacity:.5;}
.ce_gallery li img {-webkit-transition:all .2s ease-in-out;	-o-transition:all .2s ease-in-out;	-moz-transition:all .2s ease-in-out; transition:all .2s ease-in-out;}

/*     --style-overrides-blättler
------------------------------------------------- */

#main p {
	text-align: justify;
}

div.hometext_oben {
	float: left;
	padding-left: 10%;
	padding-top: 15%;
	width: 100%;

}

div.hometext_oben p, div.hometext_unten p {
		font-size: 2em;
		line-height: 1em;
		text-align: left !important;
		color: #790137;
}

div.hometext_unten {
	float: left;
	padding-left: 10%;
	padding-top: 15%;
	
}

div.infotext_unten {
	float: left;
	border: 1px solid;
	border-color: red;
	padding: 10%;
	margin: 10%;
	border-radius: 5px;
}

div.infotext_unten h3 {
	color: red;
	text-decoration: none;
	background: none;
}

#mainmenu a {
	color: #790137;
}
div.download_icon img,
img.mime_icon {
	width: 18px !important;
	height: auto;
}


#main img {
	width: 200px; 
}

/*form#f1 {
	width: 50%;
}*/

/* section.portrait-text {
	float: left;
} */

div.kinesiologie-text, div.integrativekinesiologie-text{
	width: 70%;
	float: right;
}

div.sitzung-text {
	float: left;
	width: 38%;
	
}

div.sitzung-text-unten {
	float: left;
	
}

div.sitzung-bild {
	float: right;
	padding: 10px 0 0 30px;
	clear: left;
	width: 58%;
}

div.portrait-bild, div.muskeltest-bild, div.anwendungsbereich-bild {
	float: right;
	padding: 10px 0 0 30px;
}
 div.kinesiologie-bild img, div.integrativekinesiologie-bild img {
	float: left;
	padding: 5px 30px 0 0;
}



/*div.portrait-bild img, div.kinesiologie-bild img, div.integrativekinesiologie-bild {
	border: black solid 1px;
}*/

.tarife a, .impressum a, download_icon a {
	text-decoration: underline;
	color: red;
}

div.portrait-bild img {
	width: 250px !important;
}

div.cookierefresh a {
	color: red;
}
/* spezial.css */
div.download_icon img{width:18px;height:18px}
