<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

*	{ margin: 0px; padding: 0px; border: 0px; }
html	{ height: 100.2%; }
body	{ background-color: #fff; background-repeat: repeat-x;  font-family: 'Source Sans Pro', sans-serif;}
.clear {clear:both;}
.hidden {display:none;}


/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-display: auto;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('../fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: url('../fonts/lora-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lora Regular'), local('Lora-Regular'),
       url('../fonts/lora-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v13-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}


/*-------------- Flug Elemente -----------------*/


.flug-element {
 height:auto;
 margin:0 auto;
 margin-bottom:2em;
 opacity:0;
 transition:all .8s ease-in-out
}
.flug-element:nth-of-type(odd) {
 transform:translateX(-15%)
}
.flug-element:nth-of-type(even) {
 transform:translateX(15%)
}
.flug-element.visible {
 transform:translateX(0);
 opacity:1
}
.flug-links {
 height:auto;
 margin:0 auto;
 margin-bottom:2em;
 opacity:0;
 transition:all .8s ease-in-out;
 transform:translateX(25%)
}
.flug-links.visible {
 transform:translateX(0);
 opacity:1
}
.flug-rechts {
 height:auto;
 margin:0 auto;
 margin-bottom:2em;
 opacity:0;
 transition:all .8s ease-in-out;
 transform:translateX(25%)
}
.flug-rechts.visible {
 transform:translateX(0);
 opacity:1
}
.flug-unten {
 height:auto;
 margin:0 auto;
 margin-bottom:2em;
 opacity:0;
 transition:all .8s ease-in-out;
 transform:translateY(35%)
}
.flug-unten.visible {
 transform:translateY(0);
 opacity:1
}
@media screen and (max-width:1400px) {
 .flug-element,
 .flug-links,
 .flug-rechts,
 .flug-unten {
  height:100px;
  max-width:100%;
  transition:all .4s ease-in-out;
  transform:translateY(-35%)!important;
  transform:translateX(0)!important
 }
 .flug-element.visible,
 .flug-links.visible,
 .flug-rechts.visible,
 .flug-unten.visible {
  height:auto;
  transform:translateY(0)!important;
  transform:translateX(0)!important;
  opacity:1
 }
}

/*----------------- ENDE Flug Element --------------------*/



#geschenktipp {
 position:fixed;
 right:0;
 bottom:0;
 margin-bottom:-5px;
 z-index: 100;
}



/* ------------ Buttons ----------------*/

  .blauer-button{
  font-weight: bold;
  margin: .2em;
  padding: 0.5em 1.0em;
  cursor: pointer;
  background-color:#244254;
  text-decoration: none;
  color: #fff !important; 
}
.blauer-button:hover, .blauer-button:focus, .blauer-button:active {background-color: #2088cf;}

  .orange-button{
  font-weight: bold;
  margin: .2em;
  padding: 0.5em 1.0em;
  cursor: pointer;
  background-color:#b16731;
  text-decoration: none;
  color: #fff !important; 
}

.orange-button:hover, .orange-button:focus, .orange-button:active {background-color: #fd8a3d;}


.button a, .button-orange a{color: #fff !important; text-decoration:none;}

.button-orange {
  margin: .2em;
  padding: 0.2em 1.4em;
  cursor: pointer;
  box-shadow: 5px 15px 14px #333;
  text-decoration: none;
  color: #fff;
background: #b16731; /* Old browsers */
background: -moz-linear-gradient(top,  #b16731 0%, #e57a00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b16731), color-stop(100%,#e57a00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b16731 0%,#e57a00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b16731 0%,#e57a00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b16731 0%,#e57a00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b16731 0%,#e57a00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b16731', endColorstr='#e57a00',GradientType=0 ); /* IE6-9 */
}  

.button a, .button-orange a{color: #fff !important; text-decoration:none;}
/* Grow */
.image-grow {border:1px solid #bfbfbf; width:170px; margin:2px;}
.image-grow:hover {-webkit-transform: scale(2); transform: scale(2);
 -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform;
  transition-property: transform;
  box-shadow: 0px 0px 15px;
z-index:1;}

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Grow  ENDE*/
/* Grow */
.image-grow {border:1px solid #bfbfbf; width:170px; margin:2px;}
.image-grow:hover {-webkit-transform: scale(2); transform: scale(2);
 -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform;
  transition-property: transform;
  box-shadow: 0px 0px 15px;
z-index:1;}


.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Grow  ENDE*/
.hilfetext{font-size:20px;}

/* ------------ Buttons ENDE ----------------*/


/* ------ Topleiste --------*/
#topcontainer{width:100%; height:27px; background-color: #888f9d; position:fixed; top:0px; z-index:2;}
#topbox{height:27px; width:100%; max-width:1131px; margin:auto;}


#navigationscontainer div.mod-languages-sprachauswahl_en ul li a img{border:1px solid #237CBC; }
#navigationscontainer div.mod-languages-sprachauswahl_en ul li a {border-bottom:0px;}
#navigationscontainer div.mod-languages-sprachauswahl_en ul li {width:25px !important; margin:5px; float:left;}
#navigationscontainer div.mod-languages-sprachauswahl_en {margin-left:15px; margin-top:10px; height:48px;}

#buchungsinfo {width:100%; height:27px; margin-left:160px; margin-top:3px; max-width:420px; float:left; text-align:right; font-size:15px; color:#fff;}
#buchungsinfo a{color:#fff;}

.buchentext {font-size:15px; font-style:italic; color:#797979; margin-right:10px;}
.buchentext a {color:#244254;}
.number {}

#logo a{display:inline; float:right; z-index:2; width:230px; height:170px; background-image: url(../images/AHIL_slicing1.png); background-position:-5px -5px; }

#sprachmenu { width:100%; height:27px; max-width:320px; float:left; margin-top:4px;}
#sprachmenu ul li a img {border:1px solid #999999;}
#sprachmenu ul li a{float:left; padding:3px 5px; margin-right:5px; margin-top:0px; width:20px !important; font-size:0px; height:14px !important;}
div.mod-languages a.Deutsch {background-image: url(../images/AHIL_slicing1.png); background-position:-6px -410px;}
div.mod-languages a.English {background-image: url(../images/AHIL_slicing1.png); background-position:-43px -428px;}
div.mod-languages a.Nederlands {background-image: url(../images/AHIL_slicing1.png); background-position:-43px -410px;}
div.mod-languages a.Français {background-image: url(../images/AHIL_slicing1.png); background-position:-73px -410px;}
div.mod-languages a.Español {background-image: url(../images/AHIL_slicing1.png); background-position:-110px -410px;}
div.mod-languages a.Italiano {background-image: url(../images/AHIL_slicing1.png); background-position:-140px -410px;}
div.mod-languages a.Russian {background-image: url(../images/AHIL_slicing1.png); background-position:-175px -410px;}
div.mod-languages a.Chinese{background-image: url(../images/AHIL_slicing1.png); background-position:-206px -410px;}
div.mod-languages a.日本語 {background-image: url(../images/AHIL_slicing1.png); background-position:-8px -428px;}


div.mod-languages a.\/ {background-image: url(../images/AHIL_slicing1.png); background-position:0px -335px;}
div.mod-languages a.\/de\/ {background-image: url(../images/AHIL_slicing1.png); background-position:-6px -410px;}
div.mod-languages a.\/nl\/ {background-image: url(../images/AHIL_slicing1.png); background-position:-32px -335px;}
div.mod-languages a.\/fr\/ {background-image: url(../images/AHIL_slicing1.png); background-position:-66px -335px;}
div.mod-languages a.\/es\/ {background-image: url(../images/AHIL_slicing1.png); background-position:-100px -335px;}
div.mod-languages a.\/it\/ {background-image: url(../images/AHIL_slicing1.png); background-position:-133px -335px;}
div.mod-languages a.\/ru\/ {background-image: url(../images/AHIL_slicing1.png); background-position:-166px -335px;}
div.mod-languages a.\/zh\/ {background-image: url(../images/AHIL_slicing1.png); background-position:-199px -335px;}
div.mod-languages a.\/ja\/ {background-image: url(../images/AHIL_slicing1.png); background-position:0px -353px;}
div.mod-languages a.\/en\/ {background-image: url(../images/AHIL_slicing1.png); background-position:-31px -353px;}

#sprachmenu ul {height:50px; width:280px; border:0px solid white; margin-top:-30px !important; background-color:#888f9d; padding:0px 5px 3px 5px; }

#sprachmenu ul:hover {margin-top:0px !important;}










div.mod-languages .lang-active{position:absolute; margin-top:30px;}
div.mod-languages .lang-active:after {content: " ⯆ language"; font-size:14px !important; color: white;}
/* ------ Topleiste ENDE --------*/




/*----------------- MENÜ ----------------------*/

div#menu {
 background-color:#fafae7;
 float:left
}
div#menu a {
 color:#5b5b5b;
 font-size:15px;
 text-decoration:none;
 padding-right:13px;
 padding-left:13px;
 padding-top:32px;
 padding-bottom:18px;
 font-family:'Source Sans Pro',sans-serif;
 text-transform:uppercase
}
div#menu ul li ul li a {
 color:#fff;
 font-size:14px;
 text-decoration:none;
 text-indent:0;
 text-transform:none
}
div#menu a:hover {
 text-decoration:underline;
 color:#244254;
 -webkit-transition:all .5s ease-in-out;
 -moz-transition:all .5s ease-in-out;
 -o-transition:all .5s ease-in-out;
 transition:all .5s ease-in-out
}

div#menu ul.nav.menu li.current.active a {
 text-decoration:underline
}
div#menu nav#siteNav div.moduletable_menu ul.nav.menu li a.enlink {
 margin-left:5px;
 padding-left:28px;
 background-image:url(../images/en-sprache.jpg);
 background-position:6px 36px;
 background-repeat:no-repeat
}
div#menu nav#siteNav div.moduletable_menu ul.nav.menu li ul li a.enlink {
 background-image:url(../images/en-sprache.jpg)!important;
 background-position:145px 24px;
 background-repeat:no-repeat
}
#menuToggler {
 display:none
}
ul {
 list-style:none outside none
}
.show-on-small {
 display:none
}
ul.menu {
 margin:0;
 padding:0;
 font-size:.9em
}
ul.menu ul {
 z-index:22;
 left:-9999em;
 opacity:0;
 position:absolute;
 width:210px;
 background:#005600;
 margin:0;
 padding:0;
 padding-top:0;
 top:67px!important;
 border-top:3px solid #fbf9e7;
 box-shadow:0 8px 5px -5px #000 inset;
 -webkit-transition:opacity .3s ease-in-out,top .2s ease-in-out;
 -moz-transition:opacity .3s ease-in-out,top .2s ease-in-out;
 transition:opacity .3s ease-in-out,top .2s ease-in-out
}
ul.menu ul ul {
 z-index:21;
 opacity:0;
 position:absolute;
 width:187px;
 background:#244254;
 margin-left:-113px;
 padding:0;
 padding-top:0;
 top:8px!important;
 border-top:0;
 box-shadow:4px 0 5px -5px #000 inset;
 -webkit-transition:opacity .3s ease-in-out,top .2s ease-in-out;
 -moz-transition:opacity .3s ease-in-out,top .2s ease-in-out;
 transition:opacity .3s ease-in-out,top .2s ease-in-out
}
ul.menu&gt;li {
 display:inline-block;
 vertical-align:middle;
 position:relative
}
ul.menu&gt;li&gt;a {
 display:inline-block;
 vertical-align:middle;
 padding:8px 10px
}
ul.menu&gt;li:hover&gt;ul {
 opacity:1;
 top:43px;
 left:0
}
ul.menu&gt;li&gt;ul&gt;li:hover ul {
 opacity:1;
 top:36px;
 left:300px
}
ul.menu ul&gt;li {
 display:block;
 padding:0 2px
}
ul.menu ul&gt;li a {
 display:block;
 padding:0 0;
 padding-top:20px!important;
 background-image:none!important
}
ul.menu ul&gt;li a:hover,
ul.menu ul&gt;li:hover a {
 background-color:#244254;
 color:#fff!important
}
/*-----------
div#navicontainer1 div#navigationscontainer div#menu div.moduletable_menu ul.nav.menu li.item-104.deeper.parent ul {
 display:none
}
-------------/

/*---------------------- ENDE MENÜ -----------------------*/











/* ------ HAUPTMENU --------*/
#navicontainer1{width:100%; height:71px; background-color: #fafae7; position:fixed; top:27px; z-index:1;}

#navigationscontainer{width: 1151px; margin:auto; z-index:3; 
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s; /*Mozilla duration version*/
-o-transition: all 0.5s; /*Opera duration version*/}

/*****************  Individuelle Anpassungen *********************/
div#menu {background-color: #fafae7; float:left;}
div#menu a{color:#5b5b5b; font-size:15px; text-decoration:none; padding-right:15px; padding-left:15px; padding-top:32px; padding-bottom:20px; font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase;}
div#menu ul li ul li a{color:#fff; font-size:14px; text-decoration:none; text-indent: 0px; }
div#menu a:hover{text-decoration:underline;}

div#menu nav#siteNav div.moduletable_menu ul.nav.menu li.item-112 a{background-color:#b16731; color:#fff;}
div#menu ul.nav.menu li.current.active a {text-decoration:underline;}


/*****************  Individuelle Anpassungen ENDE*********************/
/*****************  Mobilemenu *********************/
/* the visibility toggler */
#menuToggler { display: none; }
/*****************  Mobilemenu ENDE *********************/



/* for demo purposes */
ul { list-style: none outside none;  }
.show-on-small { display: none; }

/* our menu */
ul.menu {margin: 0; padding: 0; font-size: 0.9em;}

	/* second level */
	ul.menu ul {z-index:100; left: -9999em; opacity: 0; position: absolute; width: 170px; background: #a5bee0; margin: 0; padding: 0px; padding-top: 0px; top:68px !important; border-top:3px solid #FBF9E7; box-shadow:0px 8px 5px -5px #000 inset;
				/* the transitions */
         -webkit-transition: opacity 300ms ease-in-out, top 200ms ease-in-out;
            -moz-transition: opacity 300ms ease-in-out, top 200ms ease-in-out;
                 transition: opacity 300ms ease-in-out, top 200ms ease-in-out;		
	}

	/* third level */
	ul.menu ul ul  {z-index:21;  opacity: 0; position: absolute; width: 187px; background: #b9646d; margin-left: -113px; padding: 0px; padding-top: 0px; top: 8px !important; border-top:0px; box-shadow:4px 0px 5px -5px #000 inset;
				/* the transitions */
         -webkit-transition: opacity 300ms ease-in-out, top 200ms ease-in-out;
            -moz-transition: opacity 300ms ease-in-out, top 200ms ease-in-out;
                 transition: opacity 300ms ease-in-out, top 200ms ease-in-out;		
	}


	ul.menu &gt; li { display: inline-block; vertical-align: middle; position: relative; /* top level links only in order to avoid overriding */ }
	ul.menu &gt; li &gt; a { display: inline-block; vertical-align: middle; padding: 8px 10px; }
	ul.menu &gt; li &gt; a:hover,
	ul.menu &gt; li:hover &gt; a {}

	/* setting the visibility */
	ul.menu &gt; li:hover &gt; ul { opacity: 1; top: 43px; left: 0;}
	ul.menu &gt; li &gt; ul &gt; li:hover ul { opacity: 1; top: 36px; left: 300px; }

		/* second and third level */
		ul.menu ul &gt; li { display: block; padding: 10px 2px; }
		ul.menu ul &gt; li a { display: block; padding: 0px 0px; background-image: none!important;}
		ul.menu ul &gt; li a:hover,
		ul.menu ul &gt; li:hover a { }
		ul.menu ul ul li a:hover { }

		/* Active and parent classes- using Joomla! menu classes - use the :after pseudo-classes to add images or icon fonts. You can safely remove this part since it's completely optional - remove at will */
		/* active states */
		ul.menu &gt; li.parent &gt; a { }
		ul.menu &gt; li.active { }
			/* lower levels */
			ul.menu &gt; li.active &gt; a { }
			ul.menu &gt; li.active &gt; ul &gt; li.active &gt; a { }
			ul.menu &gt; li.active &gt; ul &gt; li.active &gt; ul &gt; li.active &gt; a { }


/* ------ HAUPTMENU ENDE --------*/


/* ----------------- HEADER ---------------------*/
#headbild-container{margin-top:68px; position:relative; width:100%;overflow:hidden; }
.headerbild{width:100%; }

.moduletable-restaurantslideshow {
 width:100%;
 height:auto;
 top:-50px;
 position:relative;
 z-index:0;
}



/* ----------------- HEADER ENDE ---------------------*/




/* ----------------- Quickcheck ---------------------*/
.button3 {display:none;}
#quickcheck2019container {background-color:#244254; width:100%; min-height:130px; margin-top:-5px;
 -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#quickcheckbox {max-width:1088px; width:100%; color: white; font-size:16px; margin:auto;}
  #qc-best-preis {width:220px; float:left; margin-top:25px; font-size:20px; color:#88a2c6; padding-right:30px; padding-left:10px;}
.direktbuchen-pfeil {width: 42px; height: 70px; background-image: url(../images/AHIL_slicing1.png); background-position:-208px -323px; float:left; margin-right:12px;}


#quickcheck2019 {float:left; max-width:828px; width:100%; margin-top:25px;}

	#quickcheckbox form input{padding:5px 20px; background-color:#b16731 !important; float:left; }
  #quickcheckbox form input:hover{background-color:#ff9c54 !important;}

  #quickcheckbox form select{padding:0px 5px; height:36px; border:1px solid #fff; border-top:1px solid #a3adb9;  border-radius:2px; background: transparent; color:#fff; opacity: 1.0 !important;
  filter:Alpha(Opacity=100) !important; float:left; margin-right:10px; margin-top:5px; font-size:14px;}

  #quickcheckbox form select option{background-color:#001b33; background: rgba(0, 27, 51); /* Fallback */ background-color: rgba(0, 27, 51, 0.7);}
  #quickcheckbox form select option:hover{background-color:#0078d7; color:#fff;}

#datum-quick {width:266px; position:relative; float:left; margin-top:10px;  font-size:14px;}
#anz-naechte{width:100px; position:relative; float:left; margin-top:10px; font-size:14px;} #anz-naechte select {margin-right: 55px !important;}
#anz-ez{width:110px; position:relative; float:left; margin-top:10px; font-size:14px;}
#anz-dz{width:110px; position:relative; float:left; margin-top:10px; font-size:14px;}  #anz-dz select {margin-right: 55px !important;}
/* #anz-3z{width:110px; position:relative; float:left; margin-top:21px; font-size:16px;} */
#verfuegbarkeit-quick input{position:relative; float:left; height:36px; margin-top:12px; font-size:14px; border-radius:2px !important; border:1px solid #fff; cursor: pointer; }

   
#quickcheckbox form  select {
                font-family: 'Arial';
                display: inline-block;
                cursor: pointer;
                padding: 5px 6px 5px 22px;
                outline: 0;
                border: 1px solid #ffffff;
                border-radius: 3px;
                background: #244254;
                color: #ffffff;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                 background-image: url(../images/AHIL_slicing1.png); background-position:-18px -458px;
            }
#quickcheckbox form select::-ms-expand {
                    display: none;
                }
#quickcheckbox form select:hover,
#quickcheckbox form select:focus {
                    color: #ffffff;
                    background: 0e4f99;
                }
#quickcheckbox form select:disabled {
                    opacity: 0.5;
                    pointer-events: none;
                }

        .select_arrow {
          float:left;
          margin-top:15px; margin-left:-15px;
            pointer-events: none;            border-style: solid;
            border-width: 8px 5px 0px 5px;
            border-color: #ffffff transparent transparent transparent;
        }
#quickcheckbox form select:hover ~ .select_arrow,
#quickcheckbox form select:focus ~ .select_arrow {
            border-top-color: #d9d9d9;
        }
#quickcheckbox form select:disabled ~ .select_arrow {
            border-top-color: #cccccc;
        }


/* ----------------- Quickcheck Vorteile ---------------------*/
#quickcheck-vorteile {max-width:1088px; width:100%; height:118px; padding:8px 15px; box-sizing: border-box; background-color: rgba(169, 198, 218, 0.7); background: rgba(169, 198, 218, 0.7);
color: rgba(169, 198, 218, 0.7); z-index:0; position:absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  transition: opacity 0.3s;
  opacity: 0.0;
  filter:Alpha(Opacity=0);  
  margin-top:-117px;
}

#quickcheckbox:hover #quickcheck-vorteile{
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  transition: opacity 0.3s;
  opacity: 1.0;
  filter:Alpha(Opacity=100);}




.qc-vorteilstext{color: #244254; font-size:24px;}
.qc-vorteilsbox{color: #244254; font-size:16px; margin-top:10px; font-style: italic;}

.qc-vorteil1{width: 300px; float:left; color: #244254;}
.qc-vorteil1-icon{width:32px; height:46px; margin-right:10px; float:left; background-image: url(../images/AHIL_slicing2.png); background-position:0px 0px; }

.qc-vorteil2{width: 250px; float:left; color: #244254;}
.qc-vorteil2-icon{width:60px; height:46px; margin-right:15px; float:left; background-image: url(../images/AHIL_slicing2.png); background-position:-42px 0px; }

.qc-vorteil3{width: 280px; float:left; color: #244254;}
.qc-vorteil3-icon{width:55px; height:46px; margin-right:15px; float:left; background-image: url(../images/AHIL_slicing2.png); background-position:-120px 0px;}

.qc-vorteil4{width: 220px; float:left; color: #244254;}
.qc-vorteil4-icon{width:42px; height:46px; margin-right:15px; float:left; background-image: url(../images/AHIL_slicing2.png); background-position:-185px 0px;}



#quickcheck-info-rechts{
 width:180px; height:100px; padding:10px; padding-top:16px; background-color:#00315e; z-index:1; position:fixed; right:0; top:30%; font-size:14px; text-align:left;
 font-size:14px; color:#484848; font-style:italic; line-height:22px; border-radius:0px 0px 0px 0px;
 -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  
   background-repeat: no-repeat; background-position:50% 195px;
}


@keyframes quickcheck-info-rechts {
    0%   { transform: translateX(260px)}
    100% { transform: translateX(0px)}
}


#quickcheck-info-rechts{       
    animation-name: vorteile-info; 
    animation-duration: 3s;
    animation-delay: 0s; 
}
.quickcheck-schrift-head{font-size:20px; font-style:italic; color:#fff;}
#quickcheck-info-rechts li{line-height:24px; color:#fff; list-style-type:none; background-image: url(../images/AHIL_slicing2.png);  background-position:-4px -48px; background-repeat: no-repeat; padding-left:18px;}


/* ----------------- Mehr Button  ---------------------*/
#mehr {text-align:center; position:absolute; right:80px; top:813px;}
  #mehr a{color:#ffffff; font-size:16px; text-decoration:none;}
.pfeil_unten{
  margin-top:35px;
 content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  border: 0 solid transparent;
  border-right: .5rem solid #7b9ac1; /* Im unteren Beispiel .0625rem */
  border-bottom: .5rem solid #7b9ac1; /* Im unteren Beispiel .0625rem */
  transform: rotate(44deg);
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Chrome, Safari, Opera */
}
#mehr a:hover{color:#A54D56;}
.pfeil_unten:hover {
  color:#ffffff;
  border-right: .5rem solid #ffffff; /* Im unteren Beispiel .0625rem */
  border-bottom: .5rem solid #ffffff; /* Im unteren Beispiel .0625rem */
}
#mehr a:hover .pfeil_unten  {
  color:#A54D56;
  border-right: .5rem solid #ffffff; /* Im unteren Beispiel .0625rem */
  border-bottom: .5rem solid #ffffff; /* Im unteren Beispiel .0625rem */
}


@keyframes mehr {
    0%   { transform: translateY(0px)}
    50%  { transform: translateY(-30px)}
    100% { transform: translateY(0px)}
}

#mehr{       
    animation-name: mehr; 
    animation-iteration-count: 3;
    animation-duration: 5s;
  	animation-delay: 5s; 
}



/* ----------------- Mehr Button ENDE  ---------------------*/



/*--------------------Schnellsuche---------------*/
.schnellsuche {
 background-color:#fafae7;
 border:1px dashed #ccc;
 padding:15px 2%;
 width:96%;
 max-width:420px;
 color:#fff;
 height:21px;
 margin:auto
}
.schnellsuche h4 {
 font-size:20px!important;
 margin-top: -28px;
}


/*------------------ ENDE Schnellsuche ----------------------*/



/* ----------------- Social Share  ---------------------*/

#social-self {width:35px; margin-left:11px; margin-top:15px; position:absolute;}

#facebook-teilen{width:34px; height:33px; font-size: 0px; background-image: url(../images/AHIL_slicing1.png); background-position:-20px -330px; margin-top:8px;}
#insta-teilen{width:34px; height:33px; font-size: 0px; background-image: url(../images/AHIL_slicing1.png); background-position:-58px -330px; margin-top:8px;}
#twitter-teilen {width:34px; height:33px; font-size: 0px; background-image: url(../images/AHIL_slicing1.png); background-position:-97px -330px; margin-top:8px;}
#email-teilen {width:34px; height:33px; font-size: 0px; background-image: url(../images/AHIL_slicing1.png); background-position:-136px -330px; margin-top:8px;}
#whatsapp-teilen {width:34px; height:33px; font-size: 0px; background-image: url(../images/AHIL_slicing1.png); background-position:-158px -330px; margin-top:8px; display:none;}

/* ----------------- Social Share ENDE ---------------------*/





/* ----------------- CONTENT Haupteinstellungen ---------------------*/
#componentbox {padding-top:25px; color:#3e3e3e; line-height: 18pt;}
#componentbox a{color:#244254}
h1 {font-size: 20px; color:#244254; font-weight: normal; text-transform: uppercase; margin-top:55px;}
h2 {font-family: 'Lora', sans-serif; font-size:44px; color:#244254; font-weight: normal; text-transform: uppercase; line-height:34pt; margin-bottom:20px;}
h3 {font-family: 'Lora', sans-serif; font-size:26px; color:#244254; font-weight: normal; text-transform: uppercase; line-height:34pt;}
h4 {font-size: 20px; color:#244254; font-weight: normal; text-transform: uppercase; padding-top:25px; padding-bottom:5px;}
h5 {font-family: 'Lora', sans-serif; font-size:44px; color:#244254; font-weight: normal; text-transform: uppercase; line-height:34pt; padding-bottom:5px;}

#faq-text h3 {color: #244254 !important;}

h1.headline-unterseite{font-family: 'Lora', sans-serif; font-size:28px; color:#244254; font-weight: normal; text-transform: uppercase; line-height:34pt; 
position:relative; margin-top:-150px !important; width:100%; max-width:1131px; margin:auto; margin-bottom:80px; text-align:center;}
h1.headline-unterseite span{background-color: rgba(255,255,255,0.7); padding:12px 20px;}

.schreibschrift{font-size:21px; color:#244254; font-weight: normal;}

.kurze-linie {width:25%; margin:auto; border-bottom:1px solid #f6dba5; margin-top:25px; margin-bottom:25px;}
.lange-linie {width:50%; margin:auto; border-bottom:1px solid #f6dba5; margin-top:10px; margin-bottom:25px;}
.lange-linie-links {width:60%;  border-bottom:1px solid #f6dba5; margin-top:10px; margin-bottom:25px;}

.sterne {width:126px; height:28px; margin:auto; background-image: url(../images/AHIL_slicing2.png); background-position: 0px -362px; background-repeat: no-repeat;}

.kleine-spalte{width:100%; max-width:750px; margin:auto; text-align: center;}
.mittlere-spalte{width:100%; max-width:950px; margin:auto; text-align: center;}
.grosse-spalte{width:100%; max-width:1131px; margin:auto; text-align: center;}
.uebergrosse-spalte{width:100%; max-width:1632px; margin:auto; text-align: center;}
.komplette-spalte{width:100%; margin:auto; text-align: center;}
.komplette-spalte-blau{width:100%; margin:auto; text-align: center; background-color:#e3e8ee;}
.komplette-spalte-dblau{width:100%; margin:auto; text-align: center; background-color:#244254;}

 .left-box-100 {width:100%; float:none;}
 .left-box-100 img {border: 1px solid blue !important; float:none; width:50%!important; }
 .right-box-100 {width:100%; float:none;}
 .left-box2 {width:100%; float:none;}
 .right-box2 {width:100%; float:none; }

.left-box {width:46%;padding:2%; float:left}
.right-box { width:46%; padding:2%; float:left; text-align:lefT}
.left-box2 { width:28%; float:left}
.right-box2 { width:64%; padding:4%; float:left}
.middle-box { width:50%; margin:auto}
.moduletablegutscheinslide { width:325px; float:left}
.left-box-100 { width:50%; float:left}
.right-box-100 { width:46%; padding:2%; float:left}
.bild-links-halb { width:100%; max-width:546px}
.bild-rechts-halb { width:100%; max-width:546px}
.bild-voll { width:100%; max-width:1092px}



/*--------------------Arrangements-------------------------*/
.titel-arrangement {
 font-size:24px;
 color:#a5bee0;
 font-weight:400;
 margin-bottom:10px
}
.arrangementtext {
 background-color:#244254 !important;
 width:350px !important;
 color:#fff;
 padding:10px;
 position:relative;
 margin-left:14px !important;
 text-align:left;
 margin-top: -247px;
 height: 221px;
}

.arrangementtext h2 {
 color:#96cbcf!important;
 margin-bottom:2px!important;
 line-height: 22px;
}
.arrangementtext a {
 color:#fff!important
}
.arrangementtext a:hover {
 color:#a9e9f1!important
}


.arrangementtext h2{font-size:17px !important; color: #a5bee0;}
.arrangementbild img{ width:97%; margin:auto;}
 
  
.arrangement-preis {font-size:24px; margin-right:25px; line-height: 50px;}
.arrangementbild {margin-top:4px;}
.arrangementueberschrift {font-weight:normal !important;}
.arrangementleistungen-container {border-top: 1px dotted #C7E0FF; margin-top:6px; padding-top:10px;}

#arrangementleistungen li, .arrangementleistungen li{
padding-left:14px; margin-left:0px; margin-top:8px; line-height:24px;
}

.arrangementleistungen-container{width:100%; }
.arrangementleistungen-bilder{float:left; margin-right:20px;}
.arrangementleistungen{float:left; max-width:65%;}
.angebot-rabatt {display:none;}

div table  {}
div table tr:nth-child(even){}
div table tr:nth-child(odd){}
div table tbody tr td {font-size:14px;}
  
  
 .a-zusatzbox {margin-bottom:25px; padding-bottom:25px; width:95%; border-right:0px; border-bottom:1px solid #f6dba5;}  


table.arr-tabelle {
 width:100%;
 border:1px solid #ccc;
 background-color:#d5e5fb;
 margin-top:15px;
 margin-bottom:15px;
 text-align:left
}
table.arr-tabelle tr:nth-child(even) {
 background-color:#edf5ff;
}
table.arr-tabelle tbody tr td {
 border:1px dotted #ccc;
 padding:5px
}



.arr-hinweis-box {
 color:#244254;
 font-weight:700
}
.arr-hinweis-box span {
 display:none
}
.arr-hinweis-box:hover span {
 font-weight:400;
 background-color:#dceafd;
 line-height:18px;
 color:#555;
 display:block;
 z-index:102!important;
 border:1px solid #ccc;
 width:380px;
 height:300px;
 padding:15px;
 position:absolute;
 margin-left:390px
}

/*------------------------ Arrangements--------------------------*/  


/*------------------------ Tipps Arrangements Modul--------------------------*/  

.arrtipp-hauptcontainer {
 width:100%;
 float:left;
 margin-bottom:55px;
 margin-top:40px
}
.arrtipp-container {
 width:98%;
 text-align:center;
 margin:auto
}
.arrtipp-box {
 width:25%;
 min-width:249px;
 float:left;



 text-align:center;
 font-family:Lora,serif;
 font-size:20px;
 margin:auto;
 margin-bottom:15px
}

/*------------------------ ENDE Tipps Arrangements Modul--------------------------*/  



/*------------------------- Modul Zusatz Content Bottom ------------------------*/

.a-zusatzhauptcontainer {
 width:100%;
 float:left;
 margin-bottom:75px;
 margin-top:40px
}
.a-zusatzcontainer-1 {
 background-color:#fafae7;
 padding:10px;
 width:94%;
 max-width:945px;
 margin-bottom:10px;
 text-align:center;
 margin:auto
}
.a-zusatzcontainer {
 width:96%;
 max-width:945px;
 margin-bottom:10px;
 text-align:center;
 margin:auto
}
.a-zusatzbox {
 width:295px;
 float:left;
 border-right:1px solid #f6dba5;
 text-align:left;

}
.a-zusatzbox2 {
 width:295px;
 float:left;
 text-align:left;

}
.als-gutschein {
 width:122px;
 height:104px;
 margin-right:6px;
 margin-top:-10px;
 float:left;
 background-image:url(../images/Arrangements-Zusatz-Unten.png)
}
.wellnessflyer {
 width:134px;
 height:104px;
 margin-right:6px;
 margin-top:-10px;
 float:left;
 background-image:url(../images/Arrangements-Zusatz-Unten.png);
 background-repeat:no-repeat;
 background-position:-135px 0
}
.weitere-angebote {
 width:122px;
 height:104px;
 margin-right:6px;
 margin-top:-10px;
 float:left;
 background-image:url(../images/Arrangements-Zusatz-Unten.png);
 background-repeat:no-repeat;
 background-position:-280px 0
}

/*----------------------- ENDE Modul Zusatz Content Bottom -----------------*/






/***************** Bild-Navigation *********************/
#bildmenu img{ padding-left:16px; margin-top:15px; max-width:527px; padding-bottom:0px;  background-repeat: no-repeat; background-position:0px; float:left;} 


.imagebox {
        position: relative;
        overflow: hidden;
        float: left; 
    }   


.figure {
        position: absolute;
        bottom: 0; left: 0;
        padding: 10px;
  			padding-top: 6px;
        margin-right:10px;
        margin-left:0px;
        margin-bottom: 19px;
        color:#deffe2;
        text-align:left;
    }

.figure a{
        font-size:15px;
        color:#deffe2;

    }


/*****Navigation Slideeffekt einblenden ENDE*****/
/*****Navigation Slideeffekt einlaufen*****/
 .imagebox .tr-slideIn {
        font-size:34px;
        font-family: 'Lora', sans-serif; line-height: 44pt; text-align: right; padding-right: 25px;
        color:#244254;
        left: 16px;
   			top: 210px;
        width: 260px; height: 57px;
        background: rgba(255,255,255,0.7);
        -webkit-transition: all 0.5s;
  	  	-moz-transition: all 0.5s; /*Mozilla duration version*/
				-o-transition: all 0.5s; /*Opera duration version*/
    }

	.imagebox:hover .tr-slideIn {
        left: 16px; 
   			top: 15px;
    padding-top:50px;
        width: 100%; height: 100%;
				background: rgba(255,255,255,0.8);
      	text-align:center;
      	padding-left:0px !important;
    }

    .imagebox:hover .navschrift {
      position: relative;
      top: 70px;
      margin-right:20px;
      text-align:center;
    opacity: 1.0 !important; 
    }

/*****Navigation Slideeffekt einlaufen ENDE*****/
/***************** Bild-Navigation ENDE *********************/



/* ----------------- CONTENT ENDE ---------------------*/






/* ---------- Startseite  --------------*/

#vorteilebox {width: 100%; float:left; margin:auto;}
.vorteile li{line-height:36px; font-size: 18px; list-style-type:none; background-image: url(../images/AHIL_slicing1.png); background-position: -220px -215px; background-repeat: no-repeat; padding-left:34px; text-align:left;}
.vorteile {float:left; width:50%; min-width:240px;}

.vorteilbalken {max-width:100%; width:1131px; margin: auto; margin-top:60px; min-height: 200px;}
.vorteilsbox {width:25%; float:left; text-align: center;}
.vorteil-fahrrad {width:90px; height:90px; margin:auto; background-image: url(../images/AHIL_slicing2.png); background-position:-12px -73px;}
.vorteil-wellness {width:90px; height:90px; margin:auto; background-image: url(../images/AHIL_slicing2.png); background-position:-129px -73px;}
.vorteil-sky {width:90px; height:90px; margin:auto; background-image: url(../images/AHIL_slicing2.png); background-position:-12px -168px;}
.vorteil-minibar {width:90px; height:90px; margin:auto; background-image: url(../images/AHIL_slicing2.png); background-position:-129px -168px;}
.vorteilstext {font-size:16px; color:#244254; width:75%; margin:auto;}

.nex-box50{width:50%; float:left; text-align: left; padding:20px; box-sizing: border-box;}


.newsbild-rechts {max-width: 100%;}
.newsbild-links {max-width: 100%;}


.zimmercontainer{margin:auto; margin-top:60px; width:100%; max-width:1632px;}
.zimmerbox{max-width:356px; width:23%; height:598px; float:left; margin:1%; background-color:#ecf1f6; padding:17px; border:3px solid white; box-sizing: border-box;  margin-bottom:150px;}
.zimmerbox img{width:100%;}
.zimmername{font-size:26px; color:#244254; font-family: 'Lora', sans-serif; margin-top: 48px; margin-bottom: 44px; text-transform: uppercase; }
.zimmerdetails{color:#244254; margin-top: 40px;}
.zimmerpreis{font-size:34px; font-weight:bold;}


#video {padding-top:50px; padding-bottom:60px; max-width:1426px; margin:auto; color:#244254;}
#video img{max-width:100%;}
.videobeschreibung {max-width:800px; margin: auto;}

.runde-bewertung-container {margin-top:80px; }
.runde-bewertung-box{float:left; margin:-30px; color:#244254; margin-bottom:80px;}
.runde-bewertung {width:400px; height:400px; background-color:#eef3f8; border-radius:50%; padding:100px; float:left;}

.freizeitreisender { width: 90px; height:90px; background-image: url(../images/AHIL_slicing2.png); background-position:-128px -263px; margin:auto; margin-top:6%; margin-bottom:15%;}
.geschaeftsreisender {width: 90px; height:90px; background-image: url(../images/AHIL_slicing2.png); background-position:-12px -263px; margin:auto; margin-top:6%; margin-bottom:15%;}
.name-bewertung {font-size: 21px;}
.kategorie-bewertung {color:#a4bee0;}
.Anfuehrungszeichen {font-size: 180px; margin-top:-40px;}

.bewertung-anzahl{font-size: 78px; color:#244254; font-family: 'Lora', sans-serif; font-weight: normal; text-transform: uppercase; line-height: 80pt;}
.bewertung-fazit{font-size: 44px; color:#009b07; font-family: 'Lora', sans-serif; font-weight: normal; text-transform: uppercase; }
.bewertung-link{margin-top:35px;}


.karte-container{margin-bottom:-6px;}
#karteimg {cursor: pointer; max-width:100%;  }
#kartediv picture, #kartediv img {max-width:100%; width:100%; min-height:600px;}

.button2 {border-radius:50px; width:38px; height:38px; text-align: center; background-color:#244254; color:#ffffff; padding-right:1px; padding-bottom:2px; z-index: 5; position:absolute; margin-top:-10px; 
position: absolute; left:21%; margin-top: 20px; cursor:pointer;}
.karte-overlay{background-color:white; width:455px; position: absolute; left:20%; margin-top: 48px; text-align: left; box-shadow:0px 0px 5px -1px;}
  .karte-wege {}
    .karte-weg-bike {padding: 18px 5px 17px 45px; margin: 0px 12px 0px 12px; border-bottom:1px solid #dbdbdb; background-image: url(../images/AHIL_slicing2.png); background-position:-217px -226px; background-repeat: no-repeat;}
    .karte-weg-car {padding: 18px 5px 17px 45px; margin: 0px 12px 0px 12px; border-bottom:1px solid #dbdbdb; background-image: url(../images/AHIL_slicing2.png); background-position:-217px -341px; background-repeat: no-repeat;}

.karte-headline {font-size:24px; color:#244254;}
      .karte-min {float: right; line-height:22pt; color:#009b07;}
      .karte-wege a {text-decoration: none !important; color:#3e3e3e !important;}



.karte-routeberechnen {height:38px;}
.karte-routeberechnen #saddr{font-size:18px; border:0px solid red;}
.karte-routeberechnen .rberechnen {font-size:18px; background-color:#244254; color:#ffffff; padding:8px 25px; margin:0px !important; float:right; }
.karte-routeberechnen .rberechnen:hover {cursor: pointer;}

.abspannbild{width:100%;}
.abspannbild img{width:100%;}
.footer-buchen-overlay {color:#fff; font-size:30px; line-height:30px; width:100%; text-align: center; position: absolute; margin:auto; margin-top: 80px;}
.footer-buchen-text {max-width:550px; margin:auto; margin-top:20px; }
/* ---------- Startseite ENDE --------------*/






/* ---------------- Zimmer und Appartements ----------------- */

.preistabelle {
 color:#030;
 margin-bottom:6px;
 margin-top:16px;
 width: 100%;
 
}
.preistabelle tr td {
 padding:4px 8px;
 border-bottom:1px solid #bfcbd7
}

/* ---------------- Zimmer und Appartements ENDE ----------------- */





/* ----------------------- Footer -------------------------*/
#footercontainer{}

#footercontainer1{width:100%; min-height:80px; margin-top:-6px; background-color: #fafae7; floaT:left;}
#footerbox1 {width:100%; max-width:1131px; margin: auto;}

#newsletter-txt{width:520px; margin-left:20px; margin-top:30px; float:left; font-size:16px; color:#636363; font-family: 'Lora', serif;}
#newsletter-box{width:280px; margin-top:16px; float:left;}

#footerbox1 form.layout_form.cr_form.cr_font div {margin-top:4px;}
#footerbox1 form div input{padding:5px; margin:0px; width:169px; color:#868686; background-color:#f3f3dd; border:1px solid #b0b0b0; font-size:12px; height:20px;}
#footerbox1 form.layout_form.cr_form.cr_font div.cr_body.cr_page.cr_font.formbox div.editable_content .cr_ipe_item.ui-sortable.musthave {float:left; width:180px;}
#footerbox1 form .cr_ipe_item.ui-sortable.submit_container {float:left; }
#footerbox1 button{background-color:#b16731; color:#fff; float:left; padding:7px; margin:0px; height:32px;}
#footerbox1 button:hover{background-color: #fd8a3d; cursor: pointer;}

#socialfooter {border-left:1px solid #c7c799; width:262px; height:40px; float:left; padding-left:19px; margin-top:20px;}
  #instagram-box {width:34px; float:left; height:33px; font-size: 0px; background-image: url(../images/AHIL_slicing1.png); background-position:-310px -329px; margin-top:2px; margin-lefT:8px;}
  #facebook-box {width:34px; float:left; height:33px; font-size: 0px; background-image: url(../images/AHIL_slicing1.png); background-position:-272px -329px; margin-top:2px; margin-lefT:8px;}
  #twitter-box {width:34px; float:left; height:33px; font-size: 0px; background-image: url(../images/AHIL_slicing1.png); background-position:-350px -329px; margin-top:2px; margin-lefT:8px;}
  #socialfootertext {margin-top:10px; margin-left:10px; float:left; font-size:16px; color:#636363; font-family: 'Lora', serif;}


#footercontainer2{width:100%; min-height:80px; background-color: #244254; float:left;}
#footercontainer2-box  {width:100%; max-width:1131px; margin: auto; margin-top:60px; color:#ffffff; font-size:14px;}
#footercontainer2-box  a{color:#ffffff;}

#footerbox2 {width:100%; max-width:490px; float:left; margin-right:50px; line-height:24px;}
#footerbox2 a{text-decoration:none;}
.aalderinghotels-logo {float:left; margin-right:10px;}
.footerehadline {float:left; font-size:22px; color:#a9c6da; font-family: 'Lora', serif; text-transform: uppercase;}
.tele-footer {font-size:26px; line-height:17px;}

#footerbox3 {width:100%; max-width:190px; float:left; margin-right:30px; line-height:24px;}

#footerbox4 {width:100%; max-width:370px; float:left;}


#footer-backtop {width:100%; float:left; margin-top:60px; margin-bottom:18px;}
    	#backlink a {width:50px; height:50px; background-color:#a9c6da; float:left;}
   		#toplink a {width:50px; height:50px; background-color:#a9c6da; float:right;}
.pfeilback{width:15px; height:15px; margin:auto; margin-top:16px; background-image: url(../images/AHIL_slicing1.png); background-position:-186px -374px;}
.pfeiltop{width:15px; height:15px; margin:auto; margin-top:16px; background-image: url(../images/AHIL_slicing1.png); background-position:-166px -374px;}




#footercontainer3{width:100%; min-height:80px; float:left;}

/* Anpassungen tenge&amp;spangenberg */

/*
#auszeichnungen {float:left; background-color:#a9c6da; width:60%; height:173px; padding-top:27px; overflow:hidden;}
#auszeichnungen span {display:none;}
#auszeichnungen img {float:right; margin-right:15px; }
#sponsoren {float:left; background-color:#e0eeff; width:40%; height:173px; padding-top:27px; overflow:hidden;}
#sponsoren img {margin-left:15px;}
*/

#auszeichnungen { background-color:#a9c6da; width:100%; height:auto; padding-top:27px; text-align:center;}
#auszeichnungen span {display:none;}
#auszeichnungen .hotelclass { display:inline-block; width: auto; height: auto; }
#auszeichnungen .hotelclass iframe { display: block;}

#sponsoren { background-color:#e0eeff; width:100%; height:auto; padding-top:27px; text-align: center;}
#sponsoren img {margin-left:15px;}

/* Ende Anpassungen tenge&amp;spangenberg */

.sprechblase {display:none; position:absolute; margin-top:-150px; padding:10px; width:220px; height:80px; background-color:#e0eeff; color:#244254; border-radius:10px;}
#auszeichnungen .sprechblase {margin-left:40px;}
.sprechblase:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 28px;
bottom: -17px;
border-left: 14px solid transparent;
border-right: 14px solid transparent;
border-top: 17px solid #e0eeff;}

#sponsoren:hover .sprechblase {display:block;}
#auszeichnungen:hover .sprechblase {display:block;}

#footercontainer4 {width:100%; min-height:0px; background-color: #244254; padding-bottom:14px; float:left;}
#footerbox5 {width:100%; max-width:1131px; margin: auto; margin-top:8px; margin-bottom:10px; color:#ffffff; font-size:14px;}
#footer-navi {float:left; color:#fff; margin-left:5px;}
#footer-navi a{color:#fff;; height:2px;}
#footer-navi li{float:left; border-left:1px solid white; margin-top:8px;  margin-left:10px; padding-left:10px;}
/* ----------------- Footer ENDE ---------------------*/






/* ---------- HINWEISE ------------*/
#vorteile-info{
 width:228px; height:200px; padding:10px; padding-top:16px; background-color:#00315e; z-index:1; position:fixed; right:0; top:30%; font-size:14px; text-align:left;
 font-size:14px; color:#484848; font-style:italic; line-height:22px; border-radius:0px 0px 0px 0px;
 -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  
   background-repeat: no-repeat; background-position:50% 195px;
}


@keyframes vorteile-info {
    0%   { transform: translateX(260px)}
    100% { transform: translateX(0px)}
}


#vorteile-info{       
    animation-name: vorteile-info; 
    animation-duration: 3s;
    animation-delay: 0s; 
}
.vorteile-schrift-head {font-size:20px; font-style:italic; color:#fff;}
#vorteile-info li{line-height:24px; color:#fff; list-style-type:none; background-image: url(../images/AHIL_slicing2.png);  background-position:-4px -48px; background-repeat: no-repeat; padding-left:18px;}

#vorteile-info-start-en{
 width:260px; height:120px; padding:10px; background-color:#00315e; z-index:1; position:fixed; right:0; top:50%; font-size:14px; text-align:left;
 font-size:14px; color:#484848; font-style:italic; line-height:22px; border-radius:0px 0px 0px 0px;
 -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@keyframes vorteile-info-start-en {
    0%   { transform: translateX(260px)}
    100% { transform: translateX(0px)}
}

#vorteile-info-start-en{       
    animation-name: vorteile-info; 
    animation-duration: 1s;
	  animation-delay: 0s; 
}


/* ---------- Bewertungen CA ------------*/

.button1 {border-radius:50px; width:18px; height:18px; text-align: center; padding-right:1px; padding-bottom:2px; z-index: 5; position:absolute; margin-top:-10px; }
#bewertungen {height:246px; width:174px; position:fixed; right:-300px; top:50%; background-color:#00315E;
 -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#bewertungen a{ position:absolute; width:146px; height:225px; margin-left:px; margin-top:10px; margin-bottom:25px; background: url(../images/hotel-luisenplatz-slicing1.png) 0px -326px no-repeat; }
#bewertungen #review{font-size:12px; position:absolute;width:146px; height:55px; margin-left:10px;  margin-top:20px; padding:0px 5px; font-size:12px; color:#fff; line-height:15px; text-align: center; z-index:-1;}

.meinunghead {font-size:18px; width:100%; font-family: 'Lora', serif; text-transform: uppercase; color:#a9c6da; padding-bottom:8px; margin-bottom:12px; border-bottom:1px solid #51769c;}
.sehrgut {font-size:24px; color:#fffd4f; font-family: 'Lora', serif; text-transform: uppercase; margin-bottom:5px;}
.meinung-anzahl {font-size:49px; margin-top:18px; font-family: 'Lora', serif;}

.meinung-gesammelt{font-size:12px; width:100%; color:#a9c6da; padding-top:8px; margin-top:12px; border-top:1px solid #51769c;}
.ca-logo {margin-top:5px; margin-left:8px; width:130px; height: 36px;background-image: url(../images/AHIL_slicing1.png); background-position:-17px -372px;}

/* ---- Bewertungen CA Unterseiten ------*/
#bewertungen-unterseiten {height:140px; width:240px; margin:auto; text-align:left; 
 -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

#bewertungen-unterseiten a{position:absolute; width:240px; height:125px; margin-left:0px; margin-top:10px; background: url(../images/hotel-luisenplatz-slicing1.png) -0px -524px no-repeat; z-index:1;}
#bewertungen-unterseiten #review{position:absolute;width:130px; height:55px; margin-left:90px;  margin-top:79px; padding:0px 5px; font-size:12px; color:#717171; line-height:14px; z-index:-1; text-align:left;}
.CA-Review-EN{position:relative; margin-bottom:-150px; z-index:2;}

/* ---------- HINWEISE ENDE ------------*/
















/* ---------- FAQ  -----------------*/

#faq-text ul{text-align:left;}
#faq-text ul li {list-style-type:decimal; margin-left:24px; padding-left:10px; line-height:28px;}
#faq-text ul li a:hover{color:#89B1D9;}
#faq-text h3 {margin-top:40px; padding-top:40px; border-top: 1px dotted #D8C254; margin-bottom:10px; color:#D8C254;}

/* ---------- FAQ ENDE ------------*/




/* ============= Formulare Chronoforms ================== */
div#form-row-gruppenraeume1 label.gcore-label-top.gcore-label-checkbox, div#form-row-uebernachtungen1 label.gcore-label-top.gcore-label-checkbox{color: #244254; font-weight:normal;  border-bottom:1px dotted #C7E0FF; }


/* ===== Alle formulare ========= */
.ueberschrift-forms {color:#00315E;}

div.gbs3 form.chronoform.form-horizontal label{margin-right:30px; font-size:14px; font-style:normal; font-weight:normal; margin-top:4px !important; padding-top:0px !important; color:#111;}
div.gbs3 form.chronoform.form-horizontal textarea {border: 1px solid #ccc; border-left: 4px solid #ccc; color:#555; font-size:12px;}
div.gbs3 form.chronoform.form-horizontal input {height:24px; border: 1px solid #ccc; border-left: 4px solid #ccc; padding:3px; padding-left:6px; font-size:14px; margin-top:3px; margin-bottom:3px; margin-right:8px;}
div.gbs3 form.chronoform.form-horizontal h2 {margin-top: 20px !important; margin-bottom: 15px !important;}
div.gbs3 form.chronoform.form-horizontal.Chronoform.hasValidation div {margin-top:0px !important; padding-top:0px !important;}
div.gbs3 form.chronoform.form-horizontal select {height:24px;  border: 1px solid #ccc; border-left: 4px solid #ccc; padding:1px !important; padding-left:6px; font-size:14px; margin-right:8px; margin-top:3px; min-width:156px; margin-bottom:3px; margin-right:8px;}
div.gbs3 form.chronoform.form-horizontal label.control-label.gcore-label-left.required_label i.fa.fa-asterisk {font-size:6px !important; transform: scale(0.6); background:none !important; margin:0px!important; padding:0px!important; width:auto !important; color:#006AB3 !important; }
div.gbs3 form.chronoform.form-horizontal label.control-label.gcore-label-checkbox{line-height:35px;}


div.gbs3 form.chronoform.form-horizontal input#absenden {
padding: .3em 1.8em !important; cursor: pointer; height:auto; box-shadow: 2px 2px 5px #777;
border-radius:0px; bordeR:none; text-decoration: none; color: #fff;
background: #b16731; /* Old browsers */
background: -moz-linear-gradient(top,  #b16731 0%, #e57a00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b16731), color-stop(100%,#e57a00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b16731 0%,#e57a00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b16731 0%,#e57a00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b16731 0%,#e57a00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b16731 0%,#e57a00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b16731', endColorstr='#e57a00',GradientType=0 ); /* IE6-9 */}
div.gbs3 form.chronoform.form-horizontal input#absenden:hover{-webkit-transform: scale(1.2); transform: scale(1.2);
 -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-property: transform; transition-property: transform; box-shadow: 0px 0px 15px; z-index:1;}



/* ===== Alle formulare ENDE========= */





/* ===== Kontaktformular ========= */

#chronoform-Kontaktformular label{margin-right:30px; font-size:14px; font-style:normal; font-weight:normal; margin-top:4px !important; padding-top:0px !important; color:#111;}
#chronoform-Kontaktformular textarea {border: 1px solid #ccc; border-left: 4px solid #ccc; color:#555; font-size:12px;}
#chronoform-Kontaktformular input {height:24px; border: 1px solid #ccc; border-left: 4px solid #ccc; padding:3px; padding-left:6px; font-size:14px; margin-top:3px; margin-bottom:3px; margin-right:8px;}

#chronoform-Kontaktformular h2 {margin-top: 20px !important; margin-bottom: 15px !important;}
#chronoform-Kontaktformular.Chronoform.hasValidation div {margin-top:0px !important; padding-top:0px !important;}
#chronoform-Kontaktformular select {height:24px;  border: 1px solid #ccc; border-left: 4px solid #ccc; padding:1px !important; padding-left:6px; font-size:14px; margin-right:8px; margin-top:3px; min-width:156px; margin-bottom:3px; margin-right:8px;}
#chronoform-Kontaktformular label.control-label.gcore-label-left.required_label i.fa.fa-asterisk {font-size:6px !important; transform: scale(0.6); background:none !important; margin:0px!important; padding:0px!important; width:auto !important; color:#006AB3 !important; }
#chronoform-Kontaktformular label.control-label.gcore-label-checkbox{line-height:35px;}

/***************** KONTAKTform Oben - Buttons*********************/
.kontakt-links{font-size:18px; padding-top:15px;}
.fa {color:#BD3342; font-size:26px !important; margin:3px; padding:0px; width:30px; height:30px; text-align:center; border-radius:50px;}
input#saddr {padding:8px; width:80%; max-width:250px; border:1px solid #ccc;}
input #button-saddr {padding:8px; border:1px solid #ccc; color:#fff; background-color:#b16731;}

form#chronoform-Kontaktformular label.control-label.gcore-label-top.required_label i.fa.fa-asterisk {color: #244254 !important; font-size:3px !important;}
/***************** KONTAKT  ENDE *********************/



#chronoform-Kontaktformular input#absenden {
padding: .3em 1.8em !important; cursor: pointer; height:auto; box-shadow: 2px 2px 5px #777;
border-radius:0px; bordeR:none; text-decoration: none; color: #fff;
background: #b16731; /* Old browsers */
background: -moz-linear-gradient(top,  #b16731 0%, #e57a00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b16731), color-stop(100%,#e57a00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b16731 0%,#e57a00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b16731 0%,#e57a00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b16731 0%,#e57a00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b16731 0%,#e57a00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b16731', endColorstr='#e57a00',GradientType=0 ); /* IE6-9 */}

#chronoform-Kontaktformular input#absenden:hover{-webkit-transform: scale(1.2); transform: scale(1.2);
 -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-property: transform; transition-property: transform; box-shadow: 0px 0px 15px; z-index:1;}

/* ===== Kontaktformular ENDE ========= */




/* ===== Gutscheinanfrage ========= */
div.moduletable-gutscheinslideshow {width:30%; min-width:320px; float:right; margin:5px;}
div.moduletablegutscheintext .customgutscheintext{width:65%; min-width:300px; float:right; margin:5px;}
div.moduletablegutscheintext .customgutscheintext .right-box{width:100%;}

#chronoform-Gutscheinanfrage label{margin-right:30px; font-size:14px; font-style:normal; font-weight:normal; margin-top:0px !important; padding-top:0px !important; color:#111;}
#chronoform-Gutscheinanfrage textarea {border: 1px solid #ccc; border-left: 4px solid #ccc; color:#555; font-size:12px;}
#chronoform-Gutscheinanfrage input {height:24px; border: 1px solid #ccc; border-left: 4px solid #ccc; padding:3px; padding-left:6px; font-size:14px; margin-top:3px; margin-bottom:3px; margin-right:8px;}


#chronoform-Gutscheinanfrage h2 {margin-top: 20px !important; margin-bottom: 15px !important;}
#chronoform-Gutscheinanfrage.Chronoform.hasValidation div {margin-top:0px !important; padding-top:0px !important;}
#chronoform-Gutscheinanfrage select {height:24px;  border: 1px solid #ccc; border-left: 4px solid #ccc; padding:1px !important; padding-left:6px; font-size:14px; margin-right:8px; min-width:156px; margin-bottom:3px; margin-right:8px;}
#chronoform-Gutscheinanfrage label.control-label.gcore-label-left.required_label i.fa.fa-asterisk {font-size:6px !important; transform: scale(0.6); background:none !important; margin:0px!important; padding:0px!important; width:auto !important; color:#006AB3 !important; }

#chronoform-Gutscheinanfrage label.control-label.gcore-label-checkbox{line-height:35px;}
#chronoform-Gutscheinanfrage h3{margin-top:35px;}
#chronoform-Gutscheinanfrage input#absenden {
padding: .3em 1.8em !important; cursor: pointer; height:auto; box-shadow: 2px 2px 5px #777;
border-radius:0px; bordeR:none; text-decoration: none; color: #fff;
background: #b16731; /* Old browsers */
background: -moz-linear-gradient(top,  #b16731 0%, #e57a00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b16731), color-stop(100%,#e57a00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b16731 0%,#e57a00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b16731 0%,#e57a00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b16731 0%,#e57a00 100%); /* IE10+ */

background: linear-gradient(to bottom,  #b16731 0%,#e57a00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b16731', endColorstr='#e57a00',GradientType=0 ); /* IE6-9 */}

#chronoform-Gutscheinanfrage input#absenden:hover{-webkit-transform: scale(1.2); transform: scale(1.2);
 -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-property: transform; transition-property: transform; box-shadow: 0px 0px 15px; z-index:1;}

/* ===== Gutscheinanfrage ENDE ========= */




/* ============= Formulare Chronoforms ENDE ================== */




/*************** SOFORT-GUTSCHEINE ***************/
div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-sm-12.text-center &gt; h3  {position:absolute; margin-left:-370px; margin-top:9px !important; color:#D2C254 !important;}
div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-sm-12.text-center &gt; small {display:none;}
div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-md-12.text-center &gt; a &gt; img {  position:absolute; margin-left:-690px; margin-top:9px;}

div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-xs-12.text-center { float:lefT !important; width:175px;  position:absolute !important; margin-left:100px;}
div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-xs-12.text-center &gt; h3 { float: !important; width:140px; position:absolute !important;margin-left:-130px; }
/*************** SOFORT-GUTSCHEINE ENDE ***************/

















/************************************************************* CSS Zwischengröße  *********************************************************************************/

@media screen and (max-width: 1650px) {  

/***************** Bild-Navigation *********************/
#bildmenu img{ padding-left:16px; margin-top:15px; max-width:527px;  padding-bottom:0px;  background-repeat: no-repeat; background-position:0px; float:left;} 

.imagebox {
        position: relative;
        overflow: hidden;
        float: left; width:33%;
    }   

/***************** Bild-Navigation ENDE *********************/



}



/************************************************************* CSS Zwischengröße ENDE *********************************************************************************/




















/************************************************************* CSS für kleine Monitore und Tablets *********************************************************************************/

@media screen and (max-width: 1200px) {  
 
  #exitpopup_bg, #exitpopup_bg_schnee {display:none !important;}
  #exitpopup {display:none !important;}
  #hinweis-relaunch {display:none;}
  #geschenktipp  {display:none !important;}


  
  
/* ------ Topleiste --------*/
#topcontainer{width:100%; height:30px; position:fixed; top:0px; z-index:2;}
  
#topbox{height:27px; width:100%; max-width:1131px; margin:auto; }
#sprachmenu {width:100%; height:27px; max-width:320px; float:left; margin-top:4px; margin-left:4px; display: none;}

#buchungsinfo {width:100%; height:27px; margin-left:0px; margin-top:3px; max-width:420px; float:left; text-align:right; font-size:15px; color:#fff;}
  
  
  
#sprachmenu ul {height:15px; width:320px; border:0px solid white; margin-top:0px !important; background-color:transparent; padding:0px 5px 3px 5px; }

#sprachmenu ul:hover {margin-top:0px !important;}
div.mod-languages .lang-active{position:relative; margin-top:0px;}
div.mod-languages .lang-active:after {content: ""; font-size:14px !important; color: white;}
/* ------ Topleiste ENDE --------*/
  
  
  
  #navicontainer1 {padding-bottom:21px;}
  
/** HAUPTMENU **/
div#menu {position: absolute; top:0px; width:100%; margin:auto; background-color:#FAFAE7; padding-top:6px; padding-bottom:6px;}

div#menu a{color:#00315e; width:45%; font-size:16px; text-decoration:none;}
div#menu ul li a{width:250px; color:#fff;} 


div#menu ul {background-color:#00315E;}
div#menu ul li ul li a{color:#fff; font-size:12px; text-decoration:none;}
div#menu ul li ul li a:hover{color:#fff; font-size:12px; text-decoration:none;} 
div#menu a:hover{text-decoration:underline; color:#FCC300;}
div#menu ul li a:hover{text-decoration:underline; color:#FCC300; background-color:#073865 !important;} 
div#menu li.item-108 a:hover{background-color:#fa8232 !important;}

  .show-on-small { display: block; }
  
  ul.menu { left: -324px; width: 302px; z-index: 10009; line-height: 1.8; position: absolute; z-index: 9999; border: 1px solid #f2f2f2; /* resetting and blocking the elements in order to have a large touch surface */  

		/* the transitions */
  	 -webkit-transition: all 300ms ease-in-out;
     		-moz-transition: all 300ms ease-in-out;
             transition: all 300ms ease-in-out;
   }



  	/* the open state -  here we are using the CSS 3D Transforms */

  	ul.menu.menuIsActive { 
			-webkit-transform: translate3d(300px, 0, 0);
	       -moz-transform: translate3d(300px, 0, 0);

	            transform: translate3d(300px, 0, 0);
	     -webkit-overflow-scrolling: touch; }


  

  ul.menu ul { display: block; position: static; opacity: 1; width:302px; }
  ul.menu ul li { text-indent: 15px; font-size: 0.9em; background-color:#033a6d; }
  ul.menu ul li a{   padding-top:12px !important; padding-bottom:12px !important;}
  
  ul.menu &gt; li, ul.menu li,
  ul.menu a, ul.menu li &gt; a { display: block; }



  /* globally reset all paddings */
  ul.menu a { padding: 12px 20px !important; }
  
  /* resetting all the hover states - can be omitted in live sites */
  ul.menu a:hover, 
  ul.menu li:hover a { background: none !important; }

  /* support for browsers which do not support 3D transforms - must use Modernizr for this feature */

	.no-csstransforms3d ul.menu.menuIsActive { left: 0; } 



  /* the visibility toggler */
	#menuToggler .icon { display: inline-block; vertical-align: middle; padding-right: 5px;}
	#menuToggler { display: inline-block; vertical-align: middle; font-weight: 800; font-size: 12px; line-height: 28px; }
	#menuToggler a:hover { text-decoration: none; }
  a#menuToggler2.show-on-small {width:130px;}

/** HAUPTMENU ENDE**/


  
/* ----------------- Quickcheck Tablet ---------------------*/

#quickcheck2019container{height:155px;}
#qc-best-preis {margin-top:38px;}

#quickcheck2019 {float:left; width:65%; margin-top:0px;}

#anz-ez{clear: both;}
#verfuegbarkeit-quick input{margin-top:32px;}


/* ----------------- Quickcheck Vorteile ---------------------*/
.qc-vorteilstext{color: #244254; font-size:14px;}
.qc-vorteilsbox{color: #244254; font-size:12px; margin-top:10px; font-style: italic;}

.qc-vorteil1{width: 150px; float:left; color: #244254;}
.qc-vorteil1-icon{width:32px; height:46px; margin-right:10px; float:left; background-image: url(../images/AHIL_slicing2.png); background-position:0px 0px; }

.qc-vorteil2{width: 150px; float:left; color: #244254;}
.qc-vorteil2-icon{width:60px; height:46px; margin-right:15px; float:left; background-image: url(../images/AHIL_slicing2.png); background-position:-42px 0px; }

.qc-vorteil3{width: 200px; float:left; color: #244254;}
.qc-vorteil3-icon{width:55px; height:46px; margin-right:15px; float:left; background-image: url(../images/AHIL_slicing2.png); background-position:-120px 0px;}

.qc-vorteil4{width: 150px; float:left; color: #244254;}
.qc-vorteil4-icon{width:42px; height:46px; margin-right:15px; float:left; background-image: url(../images/AHIL_slicing2.png); background-position:-185px 0px;}

#mehr {top:690px;}
    
  
/* ----------------- Quickcheck Tablet ENDE---------------------*/

  
  
  
  
  
  
/* ----------------- CONTENT Haupteinstellungen Tablet ---------------------*/
h1 {font-size: 20px; color:#244254; font-weight: normal; text-transform: uppercase; margin-top:55px;}
h2 {font-family: 'Lora', sans-serif; font-size:34px; color:#244254; font-weight: normal; text-transform: uppercase; line-height:24pt; margin-bottom:20px;}
h3 {font-family: 'Lora', sans-serif; font-size:26px; color:#244254; font-weight: normal; text-transform: uppercase; line-height:34pt;}
h4 {font-size: 20px; color:#244254; font-weight: normal; text-transform: uppercase; padding-top:25px; padding-bottom:5px;}
h5 {font-family: 'Lora', sans-serif; font-size:44px; color:#244254; font-weight: normal; text-transform: uppercase; line-height:34pt; padding-bottom:5px;}


h1.headline-unterseite{font-family: 'Lora', sans-serif; font-size:22px; color:#244254; font-weight: normal; text-transform: uppercase; line-height:38pt; 
position:relative; margin-top:-120px !important; width:100%; max-width:1131px; margin:auto; margin-bottom:80px; text-align:center;}
h1.headline-unterseite span{background-color: rgba(255,255,255,0.7); padding:12px 20px;}

.schreibschrift{font-size:21px; color:#244254; font-weight: normal;}

.kurze-linie {width:25%; margin:auto; border-bottom:1px solid #f6dba5; margin-top:25px; margin-bottom:25px;}
.lange-linie {width:50%; margin:auto; border-bottom:1px solid #f6dba5; margin-top:10px; margin-bottom:25px;}
.lange-linie-links {width:60%;  border-bottom:1px solid #f6dba5; margin-top:10px; margin-bottom:25px;}

.sterne {width:126px; height:28px; margin:auto; background-image: url(../images/AHIL_slicing2.png); background-position: 0px -362px; background-repeat: no-repeat;}

.kleine-spalte{width:90%; max-width:750px; margin:auto; text-align: center;}
.mittlere-spalte{width:90%; max-width:950px; margin:auto; text-align: center;}
.grosse-spalte{width:100%; max-width:1131px; margin:auto; text-align: center;}
.uebergrosse-spalte{width:100%; max-width:1632px; margin:auto; text-align: center;}
.komplette-spalte{width:100%; margin:auto; text-align: center;}

.komplette-spalte-blau{width:100%; margin:auto; text-align: center; background-color:#e3e8ee;}
.komplette-spalte-dblau{width:100%; margin:auto; text-align: center; background-color:#244254;}

  
  

/* ---------- Startseite Tablet --------------*/


.nex-box50{width:90%; margin:auto; float:none; text-align: left; padding:20px; box-sizing: border-box;}


.newsbild-rechts {max-width: 100%;}
.newsbild-links {max-width: 100%; display:none;}
  
.zimmername{ -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
    font-size:26px; color:#244254; font-family: 'Lora', sans-serif; margin-top: 48px; margin-bottom: 44px; text-transform: uppercase; }
.zimmerdetails{color:#244254; margin-top: 40px;}
.zimmerpreis{font-size:34px; font-weight:bold;}


#video {padding-top:50px; padding-bottom:60px; width:100%; max-width:1426px; margin:auto; color:#244254;}
#video img{padding-top:50px; padding-bottom:60px; width:100%; max-width:1426px; margin:auto; color:#244254;}

  
.runde-bewertung-container {margin-top:80px;}
.runde-bewertung-box{float:none; margin:auto; color:#244254;}
.runde-bewertung {max-width:50%; width:400px; height:400px; background-color:#eef3f8; border-radius:50%; padding:50px; float:left;}


#kartediv picture, #kartediv img {height:540px !important; width:auto !important; background-size: auto !important;}

.karte-overlay{background-color:white; width:355px; left:0%; margin-top: 48px; text-align: left; box-shadow:0px 0px 5px -1px;}
.karte-headline {font-size:16px; color:#244254;}
.karte-routeberechnen {height:38px;}
.karte-routeberechnen #saddr{font-size:14px; border:0px solid red;}
.karte-routeberechnen .rberechnen {font-size:14px; background-color:#244254; color:#ffffff; padding:8px 5px; margin:0px !important; float:right; }
  
.abspannbild{width:100%;}
.abspannbild img{width:100%;}
.footer-buchen-overlay {color:#fff; font-size:16px; line-height:30px; width:100%; text-align: center; position: absolute; margin:auto; margin-top: 20px;}
.footer-buchen-text {max-width:550px; margin:auto; margin-bottom:-60px;; }

  /* ---------- Startseite ENDE --------------*/
  
  
  
/* ----------------------- Footer Tablet -------------------------*/
#newsletter-txt{width:50%;padding:5px 4%; margin:auto;  margin-top:15px;  float:left; text-align:right;}
#newsletter-box{width:30%; padding:5px 4%; margin:auto !important; float:left; }

#socialfooter {width:20%; margin:auto; text-align: center; float:none; border:none;}

  
#footerbox2 {width:48%; float:left; margin-right:4%; line-height:24px;}
#footerbox3 {width:48%; max-width:50%; float:left; margin-right:0px; line-height:24px;}

#footerbox4 {width:100%; max-width:350px; clear:both; margin:auto; padding-top:25px; float:none; text-align: center;}
#footerbox4 .footerehadline {text-align: center; margin: auto; float:none;}


#footercontainer3{width:100%; min-height:80px; float:left;}

#auszeichnungen {float:left; background-color:#a9c6da; width:60%; height:173px; padding-top:27px; overflow:hidden;}
#auszeichnungen span {display:none;}
#auszeichnungen img {float:right; margin-right:15px;}
#sponsoren {float:left; background-color:#e0eeff; width:40%; height:173px; padding-top:27px; overflow:hidden;}


#footercontainer4 {width:100%; min-height:0px; background-color: #244254; padding-bottom:14px; float:left;}
#footerbox5 {width:100%; max-width:1131px; margin: auto; margin-top:8px; margin-bottom:10px; color:#ffffff; font-size:14px;}

  
/* ----------------- Footer ENDE ---------------------*/
  

  


  /* ---------- HINWEISE ------------*/

#vorteile-info{position:absolute; top:175px; right:0px; width:200px; height:182px; padding:5px 10px; background-color:#fff; box-shadow: 0px 0px 9px #333; color:#797979; font-size:12px; color:#484848; font-style:italic; line-height:18px; border-radius:10px 0px 0px 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

#vorteile-info {display:none;}
#vorteile-info li{line-height:18px;}
#vorteile-tablet-aus {display:none;}



/* ---------- HINWEISE ENDE ------------*/


  

  


  
  
 /***************** Bild-Navigation Tablet *********************/

/***************** Bild-Navigation *********************/
#bildmenu img{ padding-left:16px; margin-top:15px; max-width:380px; padding-bottom:0px;  background-repeat: no-repeat; background-position:0px; float:left; background-size: auto !important; } 


.imagebox {
        position: relative;
        overflow: hidden;
        float: left; 
    }   


.figure {
        position: absolute;
        bottom: 0; left: 0;
        padding: 10px;
  			padding-top: 6px;
        margin-right:10px;
        margin-left:0px;
        margin-bottom: 19px;
        color:#deffe2;
        text-align:left;
    }

.figure a{
        font-size:15px;
        color:#deffe2;

    }


/*****Navigation Slideeffekt einblenden ENDE*****/
/*****Navigation Slideeffekt einlaufen*****/
 .imagebox .tr-slideIn {
        font-size:26px;
        font-family: 'Lora', sans-serif; line-height: 44pt; text-align: right; padding-right: 25px;
        color:#244254;
        left: 16px;
   			top: 150px;
        width: 180px; height: 57px;
        background: rgba(255,255,255,0.7);
        -webkit-transition: all 0.5s;
  	  	-moz-transition: all 0.5s; /*Mozilla duration version*/
				-o-transition: all 0.5s; /*Opera duration version*/
    }

	.imagebox:hover .tr-slideIn {
        left: 16px; 
   			top: 15px;
    padding-top:50px;
        width: 100%; height: 100%;
				background: rgba(255,255,255,0.8);
      	text-align:center;
      	padding-left:0px !important;
    }

    .imagebox:hover .navschrift {
      position: relative;
      top: 70px;
      margin-right:20px;
      text-align:center;
    opacity: 1.0 !important; 
    }

/*****Navigation Slideeffekt einlaufen ENDE*****/
/***************** Bild-Navigation ENDE *********************/


  
  
  
  
  
  
  
  
  
  
  

/***************** CSS für Unterseiten TABLET *********************/  

#video{width:60% !important; margin-bottom:20px;}
.angebote{width:92%; margin:auto!important; padding:auto!important; text-align:center!important;}
.angebotsbilder{margin:2% !important;} 
.pc-view{display:none;}

/***************** CSS für Unterseiten TABLET ENDE *********************/ 

  

  

/* ---------- Arrangements ------------*/
  


#componentbox div.moduletable2click {width:350px; height:25x; float:right; position:relative; margin-bottom:15px;}
div#social_bookmarks { float:right; height:55x;  margin-right:0px; margin-top:0px; }

.arrangementbild img{ width:62%; margin:auto;}
.arrangementtext {
  line-height:18pt;
  width:60%; margin:auto !important; 
  background-color:#00315E; padding:1%; position:relative; top:-10px; margin-left:10px; text-align:left;}
  
  .arrangmentcontainer {}
  
  
.angebot-rabatt{color:#fff; width:76px; height:76px; text-align:center; padding-top:24px; line-height:14px; background-image: url(../../../images/roter-button.png); background-repeat: no-repeat; position:absolute; margin-left:300px; margin-top:20px;
-moz-transform: rotate(15deg);
-ms-transform: rotate(15deg);
-o-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
}

  .a-zusatzbox {margin-bottom:25px;}  
  
  
div.blog div.items-leading .arrangementbild{width:98% !important; padding-left:1%!important; padding-right:1%!important; margin:auto;}
div.blog div.items-leading .arrangementtext {padding-left:1%!important; padding-right:1%!important;width:98% !important; max-width:822px; margin:auto; padding-bottom:55px !important;}
div.blog div.items-leading p.readmore {margin-top:-40px; margin-left:auto!important; margin-right:auto !important;}

  

/* ---------- Arrangements Übersichtsseite ------------*/
.schnellsuche{}
div#componentbox div.blog div.items-leading {width:100%; clear:both;}
/* ---------- Arrangements ENDE ------------*/


/*************** SOFORT-GUTSCHEINE Tablet ***************/
  div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row {margin-bottom:20px;}
div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-sm-12.text-center &gt; h3  {position:absolute; margin-left:-15px; margin-top:0px !important; height:30px; overflow:hidden !important;}
div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-sm-12.text-center &gt; small {display:none;}
div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-md-12.text-center &gt; a &gt; img {  position:absolute; margin-left:-690px; margin-top:9px;}

div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-xs-12.text-center { float:lefT !important; width:175px;  position:absolute !important; margin-left:100px;}
div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-xs-12.text-center &gt; h3 { float: !important; width:140px; position:absolute !important;margin-left:-130px; }
/*************** SOFORT-GUTSCHEINE ENDE ***************/





  


}

/******************************************************************************************** CSS für kleine Monitore und Tablets ENDE *********************************************************************************/










/******************************************************************************************* CSS für Mobilephones und Tablets Quer ***********************************************************************************************/

@media screen and (max-width: 768px) {  

#exitpopup_bg, #exitpopup_bg_schnee {display:none !important;}
#exitpopup {display:none !important;}
#geschenktipp  {display:none !important;}

  

  

/* ------ Topleiste --------*/
#topcontainer{height:8px; position:relative; top:50px; max-width:100% !important; }
  
#sprachmenu {height: 55px; width:100% !important; float:left; margin-top:2px !important; max-width:380px; }
  #sprachmenu ul {width:100%;}
#sprachmenu ul li a{margin-right:6px !important; margin-top:5px; }
#sprachmenu ul li a img{margin-left:6px; margin-top:8px !important; } 
  
  div#sprachmenu div div.mod-languages ul.lang-inline li {float:left;}

 
#navigationscontainer div.mod-languages-sprachauswahl_en {display:none;}
#navicontainer1 div#navigationscontainer div#menu {height:20px;}


  
#navicontainer1{height:50px; background-color: #fafae7; position:absolute; top:0px; z-index:1; padding-bottom:0px;}
#navigationscontainer div#menu nav#siteNav a#menuToggler.show-on-small {height:36px; width:100%; top:0; background-color: #fafae7; position:fixed;}
  
  

#buchungsinfo {width:100%;  line-height:14px; height:10px; max-width:94%; margin-left:14px; text-align:left; margin-top:-25px;}
#buchungsinfo a{text-decoration:underline; margin:0px 4px;}


#navicontainer1{width:100%; background-color: #fafae7; top:0px; z-index:2; }
div#logo a{margin-top:8px !important; width:180px; height:140px; background-position:-12px -184px;}

div#menu &gt; nav#siteNav &gt; a#menuToggler.show-on-small {height:40px !important; padding:5px !important; padding-left: 15px !important;}
  div#menu  nav#siteNav  ul.nav.menu.menuIsActive {margin-top:30px;}
  
div#menu nav#siteNav div.moduletable_menu ul.nav.menu li.item-112 a{width:120px; height:26px; position:fixed; top:0; right:0; display:block; margin-left:6px; } 
  div#menu nav#siteNav div.moduletable_menu ul.nav.menu.menuIsActive li.item-112 a {position:absolute; width:260px;}
  
/* ------ Topleiste ENDE --------*/


  

/* ------ HEADER --------*/
#headbild-container{margin-top:-90px !important; position:relative; width:100%; overflow:hidden; float:left;}
.headerbild{width:100%;}

  
    
/* ------ HEADER ENDE --------*/


  

/* ----------------- Quickcheck Mobile ---------------------*/
  
#quickcheck2019container {background-color:#244254; width:100%; min-height:270px; margin-top:-5px; float:left; box-sizing:border-box;}
  
#qc-best-preis {width:90%; max-width:280px; float:none; margin:auto; margin-top:10px; font-size:20px; color:#88a2c6; box-sizing:border-box; padding-right:30px; padding-left:10px; text-align:center;}
.direktbuchen-pfeil {display:none;}


#quickcheck2019 {float:none; max-width:300px; margin:auto; width:100%; margin-top:5px; padding:0px 10px; box-sizing:border-box;}
  
 
#datum-quick {width:266px; position:relative; float:left; margin-top:10px;  font-size:14px;}
#anz-naechte{width:56px; position:relative; float:left; margin-top:10px; font-size:14px; clear: both;} #anz-naechte select {margin-right: 20px !important;}
#anz-ez{width:100px; position:relative; float:left; margin-top:10px; font-size:14px; clear: unset;}
#anz-dz{width:100px; position:relative; float:left; margin-top:10px; font-size:14px;}  #anz-dz select {margin-right: 55px !important;}
/* #anz-3z{width:110px; position:relative; float:left; margin-top:21px; font-size:16px;} */
#verfuegbarkeit-quick input{position:relative; float:left; height:36px; margin-top:12px; font-size:14px; border-radius:2px !important; border:1px solid #fff; cursor: pointer; clear:both;}

 

/* ----------------- Quickcheck Vorteile ---------------------*/
#quickcheck-vorteile {display:none}
#quickcheckbox:hover #quickcheck-vorteile{display:none;}
#mehr {display:none;}



/* ----------------- Social Share  ---------------------*/

#social-self {width:96%; max-width: 95%; margin:auto; position:relative; float:none; clear: both; box-sizing: border-box;}

#facebook-teilen{width:34px; height:33px; font-size: 0px; background-image: url(../images/AHIL_slicing1.png); background-position:-20px -329px; margin:10px; float:left;}
#insta-teilen{width:34px; height:33px; font-size: 0px; background-image: url(../images/AHIL_slicing1.png); background-position:-58px -329px; margin:10px; float:left;}
#twitter-teilen {width:34px; height:33px; font-size: 0px; background-image: url(../images/AHIL_slicing1.png); background-position:-98px -329px; margin:10px; float:left;}
#email-teilen {width:34px; height:33px; font-size: 0px; background-image: url(../images/AHIL_slicing1.png); background-position:-138px -329px; margin:10px; float:left;}
#whatsapp-teilen {width:34px; height:33px; font-size: 0px; background-image: url(../images/AHIL_slicing1.png); background-position:-174px -329px; margin:10px; float:left; display:block;}

/* ----------------- Social Share ENDE ---------------------*/

    
  h2{   }
  
/* ----------------- CONTENT Haupteinstellungen mobile ---------------------*/

h1 {font-size: 20px; color:#244254; font-weight: normal; text-transform: uppercase; margin-top:55px;}
h2 {font-family: 'Lora', sans-serif; font-size:30px; color:#244254; font-weight: normal; text-transform: uppercase; line-height:24pt; margin-bottom:20px; -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; }
h3 {font-family: 'Lora', sans-serif; font-size:26px; color:#244254; font-weight: normal; text-transform: uppercase; line-height:34pt;   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; }

h4 {font-size: 20px; color:#244254; font-weight: normal; text-transform: uppercase; padding-top:25px; padding-bottom:5px;   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; }
h5 {font-family: 'Lora', sans-serif; font-size:44px; color:#244254; font-weight: normal; text-transform: uppercase; line-height:34pt; padding-bottom:5px;   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; }

  
h1.headline-unterseite{font-family: 'Lora', sans-serif; font-size:22px; color:#244254; font-weight: normal; text-transform: uppercase; line-height:22pt; 
position:relative; margin-top:36px !important; width:100%; max-width:1131px; margin:auto; margin-bottom:50px; text-align:center;}
h1.headline-unterseite span{background-color: transparent; padding:12px 0px;}

.schreibschrift{font-size:21px; color:#244254; font-weight: normal;}

.kurze-linie {width:25%; margin:auto; border-bottom:1px solid #f6dba5; margin-top:25px; margin-bottom:25px;}
.lange-linie {width:50%; margin:auto; border-bottom:1px solid #f6dba5; margin-top:10px; margin-bottom:25px;}
.lange-linie-links {width:60%;  border-bottom:1px solid #f6dba5; margin-top:10px; margin-bottom:25px;}

.sterne {width:126px; height:28px; margin:auto; background-image: url(../images/AHIL_slicing2.png); background-position: 0px -362px; background-repeat: no-repeat;}

.kleine-spalte{width:90%; max-width:750px; margin:auto; text-align: center;}
.mittlere-spalte{width:90%; max-width:950px; margin:auto; text-align: center;}
.grosse-spalte{width:90%; max-width:1131px; margin:auto; text-align: center;}
.uebergrosse-spalte{width:90%; max-width:1632px; margin:auto; text-align: center;}
.komplette-spalte{width:100%; margin:auto; text-align: center;}
.komplette-spalte-blau{width:100%; margin:auto; text-align: center; background-color:#e3e8ee;}
.komplette-spalte-dblau{width:100%; margin:auto; text-align: center; background-color:#244254;}

  
  
  
  
 /***************** Bild-Navigation Tablet *********************/

/***************** Bild-Navigation *********************/
#bildmenu img{width:100%; padding-left:16px; margin-top:15px; max-width:380px; padding-bottom:0px;  background-repeat: no-repeat; background-position:0px; float:none; background-size: auto !important; } 


.imagebox {
        position: relative;
        overflow: hidden;

        float: left; 
  width: 100%; max-width:420px;
    }   


.figure {
        position: absolute;
        bottom: 0; left: 0;
        padding: 10px;
  			padding-top: 6px;
        margin-right:10px;
        margin-left:0px;
        margin-bottom: 19px;
        color:#deffe2;
        text-align:left;
    }

.figure a{
        font-size:15px;
        color:#deffe2;

    }


/*****Navigation Slideeffekt einblenden ENDE*****/
/*****Navigation Slideeffekt einlaufen*****/
 .imagebox .tr-slideIn {
        font-size:26px;
        font-family: 'Lora', sans-serif; line-height: 30pt; text-align: right; padding-right: 25px;
        color:#244254;
        left: 16px;
   			top: 120px;
        width: 180px; height: 37px;
        background: rgba(255,255,255,0.7);
        -webkit-transition: all 0.5s;
  	  	-moz-transition: all 0.5s; /*Mozilla duration version*/
				-o-transition: all 0.5s; /*Opera duration version*/
    }

	.imagebox:hover .tr-slideIn {
        left: 16px; 
   			top: 15px;
    padding-top:10px;
        width: 100%; height: 100%;
				background: rgba(255,255,255,0.8);
      	text-align:center;
      	padding-left:0px !important;
    }

    .imagebox:hover .navschrift {
      position: relative;
      top: 70px;
      margin-right:20px;
      text-align:center;
    opacity: 1.0 !important; 
    }

/*****Navigation Slideeffekt einlaufen ENDE*****/
/***************** Bild-Navigation ENDE *********************/


/* ----------------- CONTENT ENDE ---------------------*/


  
  
  
  
  

/* ---------- Startseite  --------------*/


.vorteile li{font-size: 18px; }
.vorteile {float:left; width:100%; min-width:240px;}

.vorteilbalken {max-width:100%; width:1131px; margin: auto; margin-top:60px; min-height: 440px;}
.vorteilsbox {width:50%; float:left; text-align: center; margin-bottom:20px;}
  

.nex-box50{width:100%; float:left; text-align: left; padding:20px; box-sizing: border-box;}


.newsbild-rechts {max-width: 100%;}
.newsbild-links {max-width: 100%;}


.zimmercontainer{margin:auto; margin-top:60px; width:100%; max-width:1632px;}
.zimmerbox{max-width:356px; width:100%; height:498px; float:none; margin:auto; background-color:#ecf1f6; padding:17px; border:3px solid white; box-sizing: border-box;  margin-bottom:20px;}
.zimmerbox img{width:100%;}
.zimmername{font-size:26px; color:#244254; font-family: 'Lora', sans-serif; margin-top: 48px; margin-bottom: 4px; text-transform: uppercase; }
.zimmerdetails{color:#244254; margin-top: 40px;}
.zimmerpreis{font-size:34px; font-weight:bold;}


#video {padding-top:50px; padding-bottom:60px; max-width:100%; width:100%; margin:auto; color:#244254;}
#video img{max-width:100%;}
#video iframe{height:auto;} 
.videobeschreibung {max-width:800px; width:90%; margin: auto;}

.runde-bewertung-container {margin-top:0px; width: 100%; overflow: hidden; }
.runde-bewertung-box{float:none; margin:0px; color:#244254; margin-bottom:80px;}
.runde-bewertung {width:90% !important; max-width: 100%; height:auto; background-color:transparent; border-radius:180px; padding:5% !important; float:none;}

.freizeitreisender { width: 90px; height:90px; background-image: url(../images/AHIL_slicing2.png); background-position:-128px -263px; margin:auto; margin-top:6px; margin-bottom:5px;}
.geschaeftsreisender {width: 90px; height:90px; background-image: url(../images/AHIL_slicing2.png); background-position:-12px -263px; margin:auto; margin-top:6px; margin-bottom:5px;}
.name-bewertung {font-size: 21px;}
.kategorie-bewertung {color:#a4bee0;}
.Anfuehrungszeichen {font-size: 180px; margin-top:-40px;}

.bewertung-anzahl{font-size: 40px; color:#244254; font-family: 'Lora', sans-serif; font-weight: normal; text-transform: uppercase; line-height: 40pt;  -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
.bewertung-fazit{font-size: 24px; color:#009b07; font-family: 'Lora', sans-serif; font-weight: normal; text-transform: uppercase; line-height: 40pt;}
.bewertung-link{margin-top:35px;}

  
  
  
  
  

.karte-container{margin-bottom:-6px;}
#karteimg {cursor: pointer; max-width:100%;  }
#kartediv picture, #kartediv img {height:auto !important; min-height: auto !important;}

.button2 {display:none;}
  
.karte-overlay{background-color:white; width:100%; position: relative; left:0%; margin-top: 48px; text-align: left; box-shadow:0px 0px 5px -1px;}
.karte-headline {font-size:16px; color:#244254;}


.karte-routeberechnen {height:38px;}
.karte-routeberechnen #saddr{font-size:18px; border:0px solid red;}
.karte-routeberechnen .rberechnen {font-size:18px; background-color:#244254; color:#ffffff; padding:8px 25px; margin:0px !important; float:right; width:100%; }
.karte-routeberechnen .rberechnen:hover {cursor: pointer;}

.abspannbild{width:100%; height:500px; overflow:hidden;}
.abspannbild img{width:auto;; height:100%;}
.footer-buchen-overlay {color:#fff; font-size:20px; line-height:30px; width:90%; padding:0% 5%; margin:auto; text-align: center; position: absolute; margin:auto; margin-top: 80px; overflow:hidden;}
.footer-buchen-overlay img {width: 90%; max-width:300px;}
.footer-buchen-text {margin:auto; margin-top:20px; }
/* ---------- Startseite ENDE --------------*/

  
  
  
  
  /* ----------------------- Footer Mobile -------------------------*/
#newsletter-txt{width:90%;padding:0px 5%; margin:auto;  margin-top:15px;  float:none; text-align:center;}
#newsletter-box{width:90%; padding:10px 5%; margin:auto !important float:none; }

#socialfooter {width:90%; margin:auto; padding:20px 5%; text-align: center; float:none; border:none; ; margin-bottom:40px;}

  
#footerbox2 {width:90%; float:none; margin:auto; line-height:24px;}
#footerbox3 {width:90%; max-width:90%; margin:auto; margin-top:30px; float:none; line-height:24px;}

#footerbox4 {width:90%; max-width:350px; clear:both; margin:auto; padding-top:25px; float:none; text-align: center; overflow:hidden; font-size:12px;}
#footerbox4 .footerehadline {width:100%; text-align: left; margin: auto; float:none;}

.aalderinghotels-logo {float:none; margin:auto;}

#footer-backtop {width:100%; float:left; margin-top:20px; margin-bottom:18px;}

#footercontainer3{width:100%; min-height:80px; float:left;}

#auszeichnungen {float:none; background-color:#a9c6da; width:100%; height:193px; padding-top:27px; margin-top:-5px; overflow:hidden;}
#auszeichnungen span {display:none;}
#auszeichnungen img {float:none; margin-right:0px; background-size:50%; width:100%;}
#sponsoren {display:none;}


#footercontainer4 {width:100%; min-height:0px; background-color: #244254; padding-bottom:14px; float:left;}
#footerbox5 {width:90%; max-width:1131px; margin: auto; margin-top:8px; margin-bottom:10px; color:#ffffff; font-size:14px;}
#footer-navi li{float:left; border-left:1px solid white; margin-top:24px;  margin-right:50px; margin-left:0px; padding-left:10px;}
/* ----------------- Footer ENDE ---------------------*/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/* ---------- Bewertungen CA ------------*/

.button1 {border-radius:50px; width:38px; height:38px; text-align: center; padding-right:1px; padding-bottom:2px; z-index: 5; position:absolute; margin-top:-20px; }
  
/* ---------- HINWEISE ------------*/
#fragen {float:left; position:relative; bottom:0px; margin-top:60px; right:0; width:92%; height:auto; padding:1% 4%; background-color:#fff; box-shadow: 0px 0px 9px #333; color:#797979; font-size:14px; font-style:italic; line-height:22px;}
#fragen a{font-size:15px; color:#016ab3; font-style:italic;}
.hilfe a{color:#797979; font-size:16px; font-style:italic; text-decoration:none;} 
#vorteile-info{display:none;}
/* ---------- HINWEISE ENDE ------------*/

  



/***************** CSS für Unterseiten MOBIL *********************/  
  form#chronoform-Kontaktformular.chronoform {overflow:hidden; width:100% !important;}
  form#chronoform-Kontaktformular.chronoform .gcore-line-td{ width:98% !important;}
  form#chronoform-Kontaktformular.chronoform .gcore-line-tr.gcore-form-row{width:90% !important;}
  html &gt; body &gt; div#hauptcontainer &gt; div#hauptcontainerbox &gt; main#component &gt; div#componentbox &gt; p.chrono_credits {display:none;}
form#chronoform-Kontaktformular.chronoform &gt; div#ftr-nachricht.gcore-line-tr.gcore-form-row &gt; div#ftd-nachricht.gcore-line-td &gt; div#fin-nachricht.gcore-display-table.gcore-input textarea{ width:90% !important;}
.gcore-line-tr.gcore-form-row .gcore-line-td .gcore-display-table.gcore-input input {width:90% !important;}



div#fin-extras.gcore-display-table.gcore-input .gcore-single-column .gcore-checkbox-item {width:5px;}

  


#video{width:100% !important; margin-bottom:20px;}

  


.angebote{width:100%; margin:auto!important; padding:auto!important; text-align:center!important;}
.angebotsbilder{margin:2px !important;} 
.pc-view{display:none;}

  
  
   
 /***************** Bild-Navigation Tablet *********************/
.imagebox { float: none; margin:auto; }   
/***************** Bild-Navigation ENDE *********************/
  
  
  
  

  
  
/***************** CSS für Unterseiten MOBIL ENDE *********************/ 

  


#componentbox div.moduletable2click {width:100%; height:55x; float:right; position:relative; margin-bottom:45px;}

div#social_bookmarks { float:right; height:55x;  margin-right:0px; margin-top:0px; }

  
  



/* ---------- Arrangements Übersichtsseite ------------*/

.schnellsuche{height:70px;}
div.schnellsuche select.hotelauswahl {width:90%;}

div#componentbox div.blog div.items-leading {margin-top:10px; padding-top: 10px; }

div#componentbox div.blog div.items-leading div.arrangementbild img {width:100%;}
div#componentbox div.blog div.items-leading div.arrangementbild {height:auto; overflow:hidden;}
div#componentbox div.blog div.items-leading .arrangementtext {width:96%; color:#fff; padding:2%; position:relative; top:0px; margin-left:0px; margin-top:-8px;}

div#componentbox div.blog div.items-leading .readmore {width:96%; color:#fff; padding:2%; position:relative; top:0px; margin-left:0px; clear:both; margin-bottom:35px !important; text-align:left !important;}

div#componentbox div.blog div.items-leading .readmore a  {color:#fff;  }
div#componentbox div.blog div.items-leading .readmore a:hover {color:#C1E0FF !important;}

div#componentbox div.blog div.items-leading ul.dropdown-menu li.print-icon a {display:none;}

/* ------- Arrangement-Tipps --------*/
.arrtipp-hauptcontainer {width:100%; float:left; margin-bottom:55px; margin-top:40px;}
.arrtipp-container {width:98%; text-align:center; margin:auto;}

.arrtipp-box {width:100%; min-width:249px; float:left; text-align:center; font-family: 'Lora', serif; font-size:20px; margin:auto; margin-bottom:15px;}
/* ---------- Arrangements ENDE ------------*/

  

  

/* ============= Formulare Chronoforms ================== */

  /* ===== Alle Formulare ========= */

div.gbs3 form.chronoform.form-horizontal  label{width:90% !important; clear:both !important; margin-right:30px; font-size:14px; font-style:normal; font-weight:normal; margin-top:0px !important; padding-top:0px !important; color:#111;}

div.gbs3 form.chronoform.form-horizontal  textarea {float:left !important; margin-top:50px; clear:both !important; width:100% !important; border: 1px solid #ccc; border-left: 4px solid #ccc; color:#555; font-size:12px;}

div.gbs3 form.chronoform.form-horizontal.chronoform.form-horizontal &gt; div#form-row-bemerkung.form-group.gcore-form-row &gt; label.control-label.gcore-label-left  {display:none;}

div.gbs3 form.chronoform.form-horizontal  input {height:24px; border: 1px solid #ccc; border-left: 4px solid #ccc; padding:3px; padding-left:6px; font-size:14px; margin-top:3px; margin-bottom:3px; margin-right:8px;}

div.gbs3 form.chronoform.form-horizontal  select {width:50% !important;}

/* ===== Alle Formulare ENDE ========= */

  

  /* ===== Kontaktformular ========= */

  
#chronoform-Kontaktformular  label{width:90% !important; clear:both !important; margin-right:30px; font-size:14px; font-style:normal; font-weight:normal; margin-top:0px !important; padding-top:0px !important; color:#111;}

#chronoform-Kontaktformular  textarea {float:left !important; margin-top:50px; clear:both !important; width:100% !important; border: 1px solid #ccc; border-left: 4px solid #ccc; color:#555; font-size:12px;}

#chronoform-Kontaktformular .chronoform.form-horizontal &gt; div#form-row-bemerkung.form-group.gcore-form-row &gt; label.control-label.gcore-label-left  {display:none;}

#chronoform-Kontaktformular  input {height:24px; border: 1px solid #ccc; border-left: 4px solid #ccc; padding:3px; padding-left:6px; font-size:14px; margin-top:3px; margin-bottom:3px; margin-right:8px;}

#chronoform-Kontaktformular  select {width:50% !important;}
  
#chronoform-Kontaktformular label.control-label.gcore-label-checkbox {line-height:14px; margin:0px !important; }
#chronoform-Kontaktformular .gcore-checkbox-item {border-bottom:1px solid #ccc; margin-bottom:4px; padding-bottom:4px;}
  
/* ===== Kontaktformular ENDE ========= */


  

/* ===== Gutscheinanfrage ========= */

#chronoform-Gutscheinanfrage label{width:90% !important; clear:both !important; margin-right:30px; font-size:14px; font-style:normal; font-weight:normal; margin-top:0px !important; padding-top:0px !important; color:#111;}

#chronoform-Gutscheinanfrage textarea {float:left !important; margin-top:50px; clear:both !important; width:100% !important; border: 1px solid #ccc; border-left: 4px solid #ccc; color:#555; font-size:12px;}

#chronoform-Gutscheinanfrage.chronoform.form-horizontal &gt; div#form-row-bemerkung.form-group.gcore-form-row &gt; label.control-label.gcore-label-left  {display:none;}

#chronoform-Gutscheinanfrage input {height:24px; border: 1px solid #ccc; border-left: 4px solid #ccc; padding:3px; padding-left:6px; font-size:14px; margin-top:3px; margin-bottom:3px; margin-right:8px;}

#chronoform-Gutscheinanfrage select {width:50% !important;}

/* ===== Gutscheinanfrage ENDE ========= */

/* ============= Formulare Chronoforms ENDE ================== */


/*************** SOFORT-GUTSCHEINE Mobile ***************/
div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-sm-12.text-center &gt; h3  {position:absolute; margin-left:-370px; margin-top:9px !important;}
div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-sm-12.text-center &gt; small {display:none;}
div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-md-12.text-center &gt; a &gt; img {  position:absolute; margin-left:-690px; margin-top:9px;}

div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-xs-12.text-center { float:lefT !important; width:165px;  position:absolute !important; margin-left:-15px; }
div#sg-load-V1-20160222 &gt; div.container-fluid &gt; div.row &gt; div.col-sm-12 &gt; div#sg-content.row &gt; div#feedback-box.col-xs-12.col-sm-12.col-md-4 &gt; div.row &gt; div.col-xs-12.text-center &gt; h3 { float: !important; width:140px; position:absolute !important;margin-left:-15px; margin-top:-20px !important; }
/*************** SOFORT-GUTSCHEINE ENDE ***************/
  




  

}

/*************************************************************************************** CSS für Mobilephones und Tablets Quer ENDE *****************************************************************************/














/************************************************************* CSS für kleine Mobilephones *********************************************************************************/

@media screen and (max-width: 360px) { 
  
/* ------ Topleiste --------*/
#topcontainer{height:95px; position:relative; top:50px; max-width:100% !important; padding-bottom:20px;}
  
#sprachmenu {height: 85px; width:100% !important; float:left; margin-top:2px !important; max-width:380px;}

  #logo {top:20px !important; position:relative; }
  
#buchungsinfo {width:420px; line-height:24px; height:10px; max-width:94%; margin-left:14px; text-align:left; margin-top:-25px;}
#buchungsinfo a{text-decoration:underline; margin:0px 4px;}
  
}


/* ------------------- Wetterplugin---------------------*/
@font-face{font-family:weathericons;src:url(../../../modules/mod_weatheraholic/fonts/weathericons-regular-webfont.eot);src:url(../../../modules/mod_weatheraholic/fonts/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'),url(../../../modules/mod_weatheraholic/fonts/weathericons-regular-webfont.woff) format('woff'),url(../../../modules/mod_weatheraholic/fonts/weathericons-regular-webfont.ttf) format('truetype'),url(../../../modules/mod_weatheraholic/fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg) format('svg');font-weight:400;font-style:normal}.wi:after,.wi:before{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flatWeatherPlugin{font-size:inherit;width:100%}.flatWeatherPlugin h1,.flatWeatherPlugin h2,.flatWeatherPlugin h3,.flatWeatherPlugin h4,.flatWeatherPlugin h5,.flatWeatherPlugin h6,.flatWeatherPlugin li,.flatWeatherPlugin p,.flatWeatherPlugin ul{padding:0;margin:0;color:inherit}#flatWeatherLoading.loading{font-size:90px;text-align:center;padding:10px;overflow:hidden;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite;opacity:.2}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.flatWeatherPlugin h2{margin:0 0 5px 0}.flatWeatherPlugin .wiToday{width:100%;overflow:hidden}.flatWeatherPlugin .wiToday&gt;.wiIconGroup{float:right;width:50%;text-align:center}.flatWeatherPlugin .wiToday&gt;.wiIconGroup p{width:100%;color:inherit;line-height:1em;padding:6px 0 0 0}.flatWeatherPlugin .wiToday .wiIconGroup div.wi{font-size:400%;line-height:1.45em;width:100%}.flatWeatherPlugin .wiToday .wiIconGroup div.wi:before{vertical-align:text-bottom}.flatWeatherPlugin .clearfix:after{content:" ";display:table;clear:both}.flatWeatherPlugin div.wiToday&gt;p.wiTemperature{font-size:400%;line-height:1.45em;float:left;width:50%;text-align:center;color:inherit}.flatWeatherPlugin sup{opacity:.7;font-size:65%;vertical-align:baseline;top:-.5em;position:relative}.flatWeatherPlugin .wiDetail{overflow:hidden;width:100%;padding-bottom:5px}.flatWeatherPlugin.today .wiDetail{padding-top:10px}.flatWeatherPlugin .wiDetail p.wiDay{font-weight:700;margin:5px 0 2px 0;text-align:left;color:inherit}.flatWeatherPlugin.partial .wiToday p.wiDay{text-align:center;font-weight:700;padding:0 0 10px 0;clear:both;width:100%;color:inherit}.flatWeatherPlugin .wiDetail ul{width:33%;float:left;list-style:none;font-size:90%}.flatWeatherPlugin .wiDetail ul+ul{width:27%}.flatWeatherPlugin .wiDetail ul+ul+ul{width:40%}.flatWeatherPlugin .wiDetail ul li:before{width:30px}.flatWeatherPlugin ul.wiForecasts{width:100%;overflow:hidden}.flatWeatherPlugin ul.wiForecasts li&gt;span{width:25%;display:inline-block}.flatWeatherPlugin ul.wiForecasts li{float:left;width:100%;overflow:hidden;display:inline}.flatWeatherPlugin ul.wiForecasts ul.wiForecast{font-weight:400;list-style:none;float:right;width:75%}.flatWeatherPlugin.forecast ul.wiForecasts ul.wiForecast li{text-align:center}.flatWeatherPlugin ul.wiForecasts ul.wiForecast li{width:33%;float:left;text-align:center}.flatWeatherPlugin ul.wiForecasts ul.wiForecast li.wi:before{vertical-align:bottom}.flatWeatherPlugin ul.wiForecasts li.wiDay{font-weight:700;border-color:inherit;border-top:1px solid RGBA(255,255,255,.2);padding:5px 0}.flatWeatherPlugin.forecast ul.wiForecasts li.wiDay{border-bottom:1px solid RGBA(255,255,255,.2);border-top:none}.flatWeatherPlugin ul.wiForecasts li.wiDay:last-child{border-bottom:none}.wi.sunrise:before{content:"\f051"}.wi.sunset:before{content:"\f052"}.wi.wind:before{content:"\f050"}.wi.humidity:before{content:"\f04e"}.wi.pressure:before{content:"\f040"}.wi.cloudiness:before{content:"\f041"}.wi.temperature.metric:after{content:"\f03c"}.wi.temperature.imperial:after{content:"\f045"}.wi.loading:after{content:"\f04c"}.wi.wi200:before{content:"\f01d"}.wi.wi201:before{content:"\f01d"}.wi.wi202:before{content:"\f01e"}.wi.wi210:before{content:"\f010"}.wi.wi211:before{content:"\f01e"}.wi.wi212:before{content:"\f01e"}.wi.wi221:before{content:"\f016"}.wi.wi230:before{content:"\f01d"}.wi.wi231:before{content:"\f01d"}.wi.wi232:before{content:"\f01d"}.wi.wi300:before{content:"\f01c"}.wi.wi301:before{content:"\f01c"}.wi.wi302:before{content:"\f01c"}.wi.wi310:before{content:"\f01c"}.wi.wi311:before{content:"\f017"}.wi.wi312:before{content:"\f017"}.wi.wi313:before{content:"\f01a"}.wi.wi314:before{content:"\f01a"}.wi.wi321:before{content:"\f01a"}.wi.wi500:before{content:"\f01a"}.wi.wi501:before{content:"\f017"}.wi.wi502:before{content:"\f019"}.wi.wi503:before{content:"\f019"}.wi.wi504:before{content:"\f018"}.wi.wi511:before{content:"\f015"}.wi.wi520:before{content:"\f01a"}.wi.wi521:before{content:"\f01a"}.wi.wi522:before{content:"\f01a"}.wi.wi531:before{content:"\f01a"}.wi.wi600:before{content:"\f01b"}.wi.wi601:before{content:"\f01b"}.wi.wi602:before{content:"\f01b"}.wi.wi611:before{content:"\f015"}.wi.wi612:before{content:"\f015"}.wi.wi615:before{content:"\f017"}.wi.wi616:before{content:"\f017"}.wi.wi620:before{content:"\f017"}.wi.wi621:before{content:"\f017"}.wi.wi622:before{content:"\f017"}.wi.wi701:before{content:"\f014"}.wi.wi711:before{content:"\f062"}.wi.wi721:before{content:"\f014"}.wi.wi731:before{content:"\f063"}.wi.wi741:before{content:"\f014"}.wi.wi751:before{content:"\f063"}.wi.wi761:before{content:"\f063"}.wi.wi762:before{content:"\f063"}.wi.wi771:before{content:"\f050"}.wi.wi781:before{content:"\f056"}.wi.wi800:before{content:"\f00d"}.wi.wi801:before{content:"\f002"}.wi.wi802:before{content:"\f002"}.wi.wi803:before{content:"\f002"}.wi.wi804:before{content:"\f00c"}.wi.wi900:before{content:"\f056"}.wi.wi901:before{content:"\f073"}.wi.wi902:before{content:"\f073"}.wi.wi903:before{content:"\f076"}.wi.wi904:before{content:"\f072"}.wi.wi905:before{content:"\f050"}.wi.wi906:before{content:"\f015"}.wi.wi951:before{content:"\f00d"}.wi.wi952:before{content:"\f021"}.wi.wi953:before{content:"\f021"}.wi.wi954:before{content:"\f021"}.wi.wi955:before{content:"\f021"}.wi.wi956:before{content:"\f050"}.wi.wi957:before{content:"\f050"}.wi.wi958:before{content:"\f050"}.wi.wi959:before{content:"\f073"}.wi.wi960:before{content:"\f073"}.wi.wi961:before{content:"\f073"}.wi.wi962:before{content:"\f073"}
#weatheraholic-99{width:100%;color:rgba(169,198,218,1)!important;padding:10px 0 10px 10px;margin:0 20px 20px 0}.weatheraholic-99 h2{color:rgba(169,198,218,1)!important}.flatWeatherPlugin h1,.flatWeatherPlugin h2,.flatWeatherPlugin h3,.flatWeatherPlugin h4,.flatWeatherPlugin h5,.flatWeatherPlugin h6{display:none!important}
/* ------------------- Wetterplugin ENDE---------------------*/</pre></body></html>