Anderles-Alm
The Anderles-Alm is located above Heiligenblut, 1650 metres above sea-level, close to the Grossglockner High Alpine Road. Due to the favourable location of the holiday home it can be used as a great home base for activities throughout the whole year. The Anderles-Alm is especially nice during the winter season, partly because the next ski lift is only a few minutes on foot away. In fact, the holiday home is directly accessible by ski from the ski-region. There is no lack of offers for different activities, by or in the vicinity of the holiday home, even during summer. Through the silence of the mountains during spring and autumn one can experience relaxing and stress-free days at the Anderles-Alm. The number of possible activities is exceptional.

Amenities of the holiday home Anderles-Alm
Barbeque Corner
- All-weather
- Well-lighted
- Safe fireplace
Sauna
Garden
- Benches and tables
- Panoramic view
- Water trough for cooling beverages etc.
- Children’s swing
Furnishing of the Anderles-Alm:
On the first floor:
- 1x kitchen
- 1x bed-sitting room with TV-set (2 single beds)
- 1x bedroom with one double bed and one bunk bed
- balcony
- 1x bedroom with one single bed and one bunk bed
- 2x bathrooms with shower and toilet
On the ground floor:
- 1x kitchen
- 1x bedroom with one double bed and one bunk bed
- 1x bedroom with one double bed and one extra bed
- 1 x toilet
- 1x bathroom with shower
Additional Equipment:
- WLAN
- Sauna
- Swing
- Barbecue corner
- Parking space for up to 5 cars,
Bedding and face towels are included.
The Anderles-Alm can be reached by car all year round..
Prices and Availability of the Anderles-Alm
{source}
<!-- You can place html anywhere within the source tags -->
<embed src="https://web4.deskline.net/accoktn/en/availabilitycalendar/detail/KTN/cac27306-ea70-4d14-829e-83a6442b0c63/Ferienhäuser_Römerhütte_und_Anderles-Alm?lkcs=H00398&visibleMonths=4&productIDs=2f2f1748-d5be-4feb-bb0e-51ce9906f3b0">
{/source}
All information is subject to change
Price calculator
{source}
<script language="Javascript">
<!-- Start
function update_auswahl()
{
var saison = document.forms.verzeichnis.saison;
var dauer = document.forms.verzeichnis.dauer;
var preis = document.getElementById("preis");
dauer.options.length = 0; // DropDown Menü entleeren
if (saison.options[saison.selectedIndex].value == "winter"){
dauer.options[0] = new Option("- Duration of stay-");
dauer.options[1] = new Option("7 nights from Sat to Sat");
dauer.options[2] = new Option("14 nights from Sat to Sat");
}
else if (saison.options[saison.selectedIndex].value == "rest"){
dauer.options[0] = new Option("- Duration of stay-");
dauer.options[1] = new Option("up to 3 nights");
dauer.options[2] = new Option("4 nights");
dauer.options[3] = new Option("5 nights");
dauer.options[4] = new Option("6 nights");
dauer.options[5] = new Option("7 nights");
dauer.options[6] = new Option("8 nights and more");
}
else if (saison.options[saison.selectedIndex].value == "nope"){
dauer.options[0] = new Option("- Duration of stay-");
}
preis.innerHTML ="";
og.innerHTML ="";
eg.innerHTML ="";
}
// Ende -->
</script>
<script language="Javascript">
<!-- Start
function persdef()
{
var saison = document.forms.verzeichnis.saison;
var dauer = document.forms.verzeichnis.dauer;
var pers = document.forms.verzeichnis.personen;
var preis = document.getElementById("preis");
pers.options.length = 0; // DropDown Menü entleeren
if (saison.options[saison.selectedIndex].value == "winter"){
pers.options[0] = new Option("- number of guests -");
pers.options[5] = new Option("up to 11 persons");
pers.options[4] = new Option("12 persons");
pers.options[3] = new Option("13 persons");
pers.options[2] = new Option("14 persons");
pers.options[1] = new Option("15 persons");
}
else if (saison.options[saison.selectedIndex].value == "rest"){
switch(dauer.selectedIndex) {
case 1:
case 2:
case 3:
case 4:
pers.options[0] = new Option("- number of guests -");
pers.options[8] = new Option("up to 8 persons");
pers.options[7] = new Option("9 persons");
pers.options[6] = new Option("10 persons");
pers.options[5] = new Option("11 persons");
pers.options[4] = new Option("12 persons");
pers.options[3] = new Option("13 persons");
pers.options[2] = new Option("14 persons");
pers.options[1] = new Option("15 persons");
break;
case 5:
case 6:
pers.options[0] = new Option("- number of guests -");
pers.options[8] = new Option("up to 8 persons");
pers.options[7] = new Option("9 persons");
pers.options[6] = new Option("10 persons");
pers.options[5] = new Option("11 persons");
pers.options[4] = new Option("12 persons");
pers.options[3] = new Option("13 persons");
pers.options[2] = new Option("14 persons");
pers.options[1] = new Option("15 persons");
break;
}
}
else if (saison.options[saison.selectedIndex].value == "nope"){
pers.options[0] = new Option("- number of guests -");
}
preis.innerHTML ="";
og.innerHTML ="";
eg.innerHTML ="";
}
// Ende -->
</script>
<script language="Javascript">
function preis(){
var saison = document.forms.verzeichnis.saison;
var dauer = document.forms.verzeichnis.dauer;
var pers = document.forms.verzeichnis.personen;
var preis = document.getElementById("preis");
var og = document.getElementById("og");
var eg = document.getElementById("eg");
var text1 = "The whole holiday home Anderles-Alm for max ";
var text2 = " persons: <b>starting from € ";
var text3 = ",--</b>";
var preis1 = 2100;
var preisbon= 200;
var preis2 = 23;
var ee = 0.21;
var extra = pers.selectedIndex*(-1) + 5;
var personenz = 11+extra;
var preisOG = null;
var preisEG = null;
var help = preis1;
if(saison.options[saison.selectedIndex].value == "winter"){
switch(dauer.selectedIndex) {
case 1:
preis1 = preis1 + ( extra * preis2 * 7);
break;
case 2:
preis1 = (2*preis1*0.99) + ( extra * preis2 * 7);
break;
}
preis.innerHTML = text1 + personenz + text2 + preis1 + text3;
}else if(saison.options[saison.selectedIndex].value == "rest"){
preis1 = (preis1 -100 -(ee *1000))/7;
preis1 = preis1/10;
preis1 = Math.ceil(preis1);
preis1 = preis1*10;
var days = null;
switch(dauer.selectedIndex) {
case 1:
days = 3;
ee = ee *430;
preis1 = (preis1*days) +100 + ee;
preisOG = preis1*6/11 + (days*10);
preisEG = preis1*5/11+ (days*10);
preis1 = preis1 + ( extra * preis2 * days)
break;
case 2:
days = 4;
ee = ee *570;
preis1 = (preis1*days) +100 + ee;
preisOG = preis1*6/11 + (days*10);
preisEG = preis1*5/11+ (days*10);
preis1 = preis1 + ( extra * preis2 * days)
break;
case 3:
days = 5;
ee = ee *715;
preis1 = (preis1*days) +100 + ee;
preisOG = preis1*6/11 + (days*10);
preisEG = preis1*5/11+ (days*10);
preis1 = preis1 + ( extra * preis2 * days)
break;
case 4:
days = 6;
ee = ee *860;
preis1 = (preis1*days) +100 + ee;
preisOG = preis1*6/11 + (days*10);
preisEG = preis1*5/11+ (days*10);
preis1 = preis1 + ( extra * preis2 * days)
break;
case 5:
days = 7;
extra = extra +3;
preis1 = (preisbon*days) + 100+ (extra* preis2*days);
preisOG = help*6/11 + (days*10);
preisEG = help*5/11+ (days*10);
break;
case 6:
days = 8;
extra = extra +3;
preis1 = (preisbon*days) + 100+ (extra* preis2*days) ;
preisOG = help*6/11 + (days*10);
preisEG = help*5/11+ (days*10);
preisbon = preisbon + (extra* preis2);
text3 = text3 + "<p>jede weitere Nacht: <b>ab € " + preisbon + ",--</b></p>";
break;
}
preis1 = preis1/10;
preis1 = Math.ceil(preis1);
preis1 = preis1*10;
preisOG = preisOG/10;
preisOG = Math.ceil(preisOG);
preisOG = preisOG*10;
preisEG = preisEG/10;
preisEG = Math.ceil(preisEG);
preisEG = preisEG*10;
preis.innerHTML = text1 + personenz + text2 + preis1 + text3;
preisOG = Math.ceil(preisOG);
og.innerHTML = "Upper floor of the holiday home Anderles-Alm for max. 6 persons: <b>starting from € " + preisOG + ",--</b>";
preisEG = Math.ceil(preisEG);
eg.innerHTML = "Ground floor of the holiday home Anderles-Alm für max. 5 persons: <b>starting from € " + preisEG + ",--</b>";
}
}
</script>
<form name="verzeichnis" style="text-align: center;">
<select size="1" name="saison" onchange="update_auswahl()">
<option value="nope" selected>- choose season -</option>
<option value="winter">Winter</option>
<option value="rest">Rest of the year</option> </select>
<select size="1" name="dauer" onchange="persdef()">
<option selected>-Duration of stay-</option>
</select>
<select size="1" name="personen"onchange="preis()">
<option selected>- number of guests -</option>
</select>
</form>
<p id="preis" style="text-align: center;"></p>
<p id="og" style="text-align: center;"></p>
<p id="eg" style="text-align: center;"></p>
{/source}
These prices are approximate and can change depending on the season. You can get your personal offer at
A partial booking of our holiday home is not possible during the wintner and the peak season of summer.
Floorplan of the Anderles-Alm


































