{"id":10068,"date":"2020-07-06T17:09:58","date_gmt":"2020-07-06T15:09:58","guid":{"rendered":"https:\/\/www.traminerhof.it\/?page_id=10068"},"modified":"2025-03-17T09:13:30","modified_gmt":"2025-03-17T08:13:30","slug":"tours","status":"publish","type":"page","link":"https:\/\/www.traminerhof.it\/en\/bike\/tours\/","title":{"rendered":"Tours"},"content":{"rendered":"\n<h1 class=\"wp-block-heading has-text-align-center breiteExtraSchmal\">find your perfect tour<\/h1>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center breiteExtraSchmal\">MTB, road bike or l<strong>eisurely biking<\/strong>?<\/h2>\n\n\n\n<p class=\"has-text-align-center breiteSchmal\">Set any filter and find your personal dream tour!<\/p>\n\n\n\n\n\n\n\t\n\n\t\n\n\t\n\n\n<script>\n(function($) {\n\t$(document).ready( function() {\n  \n  \n\t\tvar buttonFilters = {};\n\t\tvar buttonFilter = '*';\n   \n    var grid=$('.slick-dimizu_postlist-block_9996ac5756ba61295293fdbfb0e4b7e9').imagesLoaded( function() {\n\n\t\t\n        grid.isotope({\n         itemSelector: '.dimizu_postlist_wrapper',\n         layoutMode: 'fitRows',\n          transitionDuration: '0.6s',\n        });\n\n\n        var items = grid.find('.dimizu_postlist_wrapper');\n        grid.addClass('is-showing-items').isotope( 'revealItemElements', items );\n\n\n        \/\/wenn lazie load verwendet wird (class='ll')\n        grid.on( 'arrangeComplete', function( event, filteredItems ) {\n          \/\/console.log( 'arrangeComplete with ' + filteredItems.length + ' items' );\n          $(window).scroll();\n        });\n\n\n        $('.filterGruppe').on( 'click', '.filterbtn', function() {\n          var buttonGroup = $(this).parents('.gruppefilterbtns');\n          var filterGroup = buttonGroup.attr('filter-gruppefilterbtns');\n          buttonFilters[ filterGroup ] = $(this).attr('data-filter');\n          buttonFilter = concatValues( buttonFilters ) || '*';\n\n\n\n          \/\/console.log( buttonFilters );\n          \/\/console.log( buttonFilter );\n          \/\/grid.isotope();\n        });\n        $('.gruppefilterbtns').each( function( i, buttonGroup ) {\n          var buttonGroup = $( buttonGroup );\n          buttonGroup.on( 'click', '.filterbtn', function() {\n            buttonGroup.find('.is-checked').removeClass('is-checked');\n            $(this).addClass('is-checked');\n          });\n        });\n\n\n        \/\/ Alphabetical sort\n        \/\/ Sort items alphabetically based on \n        var sortValue = false;\n        $('.sort').on('click', function(){\n            var currentHash = location.hash;\n            if ( $(this).hasClass('is-checked') ) {\n                sortValue = false;\n                location.hash = currentHash.replace( \/&sort=([^&]+)\/i, '');\n            } else {\n                sortValue = $(this).attr('data-sort-value');\n                location.hash = currentHash + '&sort=' + encodeURIComponent( sortValue );\n            }\n        });\n\n\n\n        var filters = {};\n        $( '.gruppefilterbtns button' ).on( 'click', filterSelect );\n\n        \/\/ Set the URI hash to the current selected filters\n        function filterSelect() {\n            var hashFilter = getHashFilter();\n            filters['fk1'] = hashFilter['fk1'];\n            filters['fk2'] = hashFilter['fk2'];\n            var currentFilter = $(this).attr('data-filter');\n            var navGroup = $(this).parents('.gruppefilterbtns');\n            var filterGroup = navGroup.attr('filter-gruppefilterbtns');\n\n            if ( currentFilter == hashFilter['fk1'] || currentFilter == hashFilter['fk2'] ) {\n                filters[ filterGroup ] = '*';\n            } else {\n                filters[ filterGroup ] = $(this).attr('data-filter');\n            }\n            \/\/console.log(filters['fk2']);\n            if (filters['fk2']) {\n              var newHash = 'fk1=' + encodeURIComponent( filters['fk1'] ) + '&fk2=' + encodeURIComponent( filters['fk2'] );\n            }\n            else {\n              var newHash = 'fk1=' + encodeURIComponent( filters['fk1'] ) ;\n            }\n\n\n            if ( sortValue ) {\n                newHash = newHash + '&sort=' + encodeURIComponent( sortValue );\n            }\n            location.hash = newHash;\n        } \n\n        function onHashChange() {\n\n            \/\/ Current hash value\n            var hashFilter = getHashFilter();\n            \/\/ Concatenate typ and ort for Isotope filtering\n            var theFilter = hashFilter['fk1'] + hashFilter['fk2'];\n\n            if ( hashFilter ) {\n                \/\/ Repaint Isotope container with current filters and sorts\n                grid.isotope({\n                    filter:  decodeURIComponent( theFilter ),\n                    sortBy: hashFilter['sorts']\n                } );\n\n                \/\/ Toggle is-checked status of sort button\n                if ( hashFilter['sorts'] ) {\n                    $('.sort').addClass('is-checked');\n                } else {\n                    $('.sort').removeClass('is-checked');\n                }\n                \/\/ Toggle is-checked status of filter buttons ssss\n                $( '.gruppefilterbtns' ).find('.is-checked').removeClass('is-checked');\n\n                $( '.gruppefilterbtns.fk1' ).find(\"[data-filter='\" + hashFilter[\"fk1\"] + \"']\").addClass('is-checked');\n                $( '.gruppefilterbtns.fk2' ).find(\"[data-filter='\" + hashFilter[\"fk2\"] + \"']\").addClass('is-checked');\n\n\n\n              var elems = grid.isotope('getItemElements');\n              var filteredElems = grid.isotope('getFilteredItemElements');\n\n\n\n              elems.forEach(function(item,index){\n                item.classList.remove('sichtbarVersetzt');\n\n              })\n\n              var count = 0;\n              filteredElems.forEach(function(item,index){\n                if ( count  % 3 == 1 ) item.classList.add('sichtbarVersetzt');\n                count++;\n\n              })  \n\n            }\n        } \/\/ onHahschange\n\n        function getHashFilter() {\n            \/\/ Get filters (matches) and sort order (sorts)\n            var fk1 = location.hash.match( \/fk1=([^&]+)\/i );\n            var fk2 = location.hash.match( \/fk2=([^&]+)\/i );\n            var sorts = location.hash.match( \/sort=([^&]+)\/i );\n\n            \/\/ Set up a hashFilter array\n            var hashFilter = {};\n            \/\/ Populate array with matches and sorts using ternary logic\n            hashFilter['fk1'] = fk1 ? fk1[1] : '*';\n            hashFilter['fk2'] = fk2 ? fk2[1] : '*';\n            hashFilter['sorts'] = sorts ? sorts[1]: '';\n\n            return hashFilter;\n        } \/\/ getHashFilter\n\n        \/\/ When the hash changes, run onHashchange\n        window.onhashchange = onHashChange;\n\n\n        \/\/ When the page loads for the first time, run onHashChange\n        onHashChange();\n\n\n        var initShow = 6; \/\/number of images loaded on init & onclick load more button\n        var iso = grid.data('isotope'); \/\/ get Isotope instance\n        var counter = initShow; \n\n        if($('a[href*=#load-more]').length) {\n          var loadmorelink = $('a[href*=#load-more]').attr('href');\n          var teile = loadmorelink.split('-');\n          initShow=parseInt(teile[2]);\n          counter = initShow; \/\/counter for load more button\n          \n\t\t      loadMore(initShow); \/\/if Button with #load-more exists then execute function onload\n        }\n        \n        function loadMore(toShow) {\n          grid.find('.hidden').removeClass('hidden');\n\n          var hiddenElems = iso.filteredItems.slice(toShow, iso.filteredItems.length).map(function(item) {\n            return item.element;\n          });\n          $(hiddenElems).addClass('hidden');\n          grid.isotope('layout');\n\n          \/\/when no more to load, hide show more button\n          if (hiddenElems.length == 0) {\n            $('#load-more').hide();\n          } \n          else {\n            $('#load-more').show();\n          };\n        }\n\n\n\n        $('a[href*=#load-more]').click(function() {\n          if ($('#filters').data('clicked')) {\n            \/\/when filter button clicked, set initial value for counter\n            counter = initShow;\n            j$('#filters').data('clicked', false);\n          } else {\n            counter = counter;\n          };\n\n          counter = counter + initShow;\n\n          loadMore(counter);\n        });\n\n\n\t\t\n\t\t}); \/\/ imagesLoaded\n\t\t\n\n     \n\t\t\n\t\t\n\t});  \/\/ ready\n})(jQuery);\n\n\nfunction concatValues( obj ) {\n\tvar value = '';\n\tfor ( var prop in obj ) {\n\t\tvalue += obj[ prop ];\n\t}\n\treturn value;\n}\n<\/script>\n<div class=\"filterGruppe\">\n   \t<div class=\"gruppefilterbtns fk1\" filter-gruppefilterbtns=\"fk1\">\n\t  <button data-filter=\"*\" class=\"filterbtn alle\">All<\/button>\n    <button data-filter=\".gravelbike-en\" class=\"filterbtn\">Gravelbike<\/button><button data-filter=\".leisurely-biking\" class=\"filterbtn\">Leisurely biking<\/button><button data-filter=\".racing-bike\" class=\"filterbtn\">Racing bike<\/button><button data-filter=\".mtb-en\" class=\"filterbtn\">MTB<\/button><button data-filter=\".mtb\" class=\"filterbtn\">MTB<\/button>\t<\/div>\n    <\/div>\n\n\n\n\n<div id=\"dimizu_postlist-block_9996ac5756ba61295293fdbfb0e4b7e9\" class=\"dimizu_postlist SpecialGrid  mb-7 spalten3 versetzt\">\n\n\n<div class=\"slick-dimizu_postlist-block_9996ac5756ba61295293fdbfb0e4b7e9\">\n  \n  <span class=\"spinner\" style=\"display:block;text-align: center;\">\n    <div class=\"fa-3x\">\n      <i class=\"fas fa-cog fa-spin\"><\/i>\n    <\/div>\n  <\/span>    \n  \n\n\t\n        <div class=\"dimizu_postlist_wrapper gravelbike-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/lago-santo-and-gfrill-426\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2019\/11\/Lago-Santo-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Gravelbike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">lago santo and gfrill | 426<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 66.2 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1670 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/lago-santo-and-gfrill-426\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper gravelbike-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/altenburgrunde-406\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/05\/altenburg-kaltern-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Gravelbike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Altenburg Round | 406<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 26.3 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         630 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/altenburgrunde-406\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper gravelbike-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/castel-tour-missian-404\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/05\/hocheppan-burgenweg-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Gravelbike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">castel tour missian | 404<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 44.5 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         663 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/castel-tour-missian-404\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper gravelbike-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/romeno-alm-tour-405\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/05\/mendelkamm-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Gravelbike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Romeno Alm Tour | 405<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 54.3 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         2070 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/romeno-alm-tour-405\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper gravelbike-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/best-of-montiggl-400\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2019\/11\/Montiggler-See-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Gravelbike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Best of Montiggl | 400<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 46.7 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         810 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/best-of-montiggl-400\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper gravelbike-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/unterland-runde-mit-castelfeder-403\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2023\/07\/ps1_1685-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Gravelbike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Unterland Round with Castelfeder | 403<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 51.8 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         620 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/unterland-runde-mit-castelfeder-403\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper gravelbike-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/lago-smeraldo-regola-408\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/05\/smeraldo-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Gravelbike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Lago Smeraldo &#8211; Regola | 408<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 21.1 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         580 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/lago-smeraldo-regola-408\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper gravelbike-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cisloner-alm-410\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2023\/07\/ps1_1816-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Gravelbike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Cisloner Alm | 410<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 56.5 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1450 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cisloner-alm-410\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper gravelbike-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/mitterberg-runde-422\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2023\/07\/ps1_1836-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Gravelbike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Mitterberg Round | 422<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 56.3 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         650 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/mitterberg-runde-422\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper gravelbike-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/jochgrimm-411\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2021\/10\/4-almen-tour-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Gravelbike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Jochgrimm | 411<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 78.7 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         2110 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/jochgrimm-411\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper gravelbike-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/kalterer-hoehenweg-401\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2023\/07\/ps1_1265-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Gravelbike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Kalterer H\u00f6henweg | 401<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 30.5 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         870 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/kalterer-hoehenweg-401\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper gravelbike-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/vernatsch-tour-421\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/herbst-in-tramin-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Gravelbike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Vernatsch Tour | 421<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 46.8 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         990 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/vernatsch-tour-421\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper gravelbike-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/kojotenpass-und-montiggler-seen-423\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2023\/07\/ps1_1253-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Gravelbike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Kojotenpass and Monticolo Lakes | 423<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 59.2 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1030 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/kojotenpass-und-montiggler-seen-423\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/to-the-cradle-of-pinot-noir-215\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/radfoto_ausblick-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">To the cradle of Pinot Noir | 215<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 24.4 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         240 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/to-the-cradle-of-pinot-noir-215\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/unterlandler-hills-round-213\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/radfoto-59-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Unterlandler Hills Round | 213<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 38.8 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         490 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/unterlandler-hills-round-213\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/unterland-round-212\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/radfoto-weinberge-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Unterland Round | 212<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 32.6 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         190 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/unterland-round-212\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/wine-villages-round-in-the-uberetsch-210\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/dorfbild-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Wine villages-round in the \u00dcberetsch | 210<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 34.7 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         520 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/wine-villages-round-in-the-uberetsch-210\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/mitterberg-round-205\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/radfoto_weinberge2_zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Mitterberg Round | 205<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 48.2 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         480 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/mitterberg-round-205\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/through-the-kurtatscher-leitn-203\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/radfoto-weinberge_zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Through the Kurtatscher Leitn | 203<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 15.8 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         210 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/through-the-kurtatscher-leitn-203\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/to-the-mendelpass-30\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/05\/rennrad-tramin-2014-andreas-meyer-10-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">To the Mendelpass | 30<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 25.9 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1160 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/to-the-mendelpass-30\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/lago-di-tovel-24\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-tramin-1-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Lago di Tovel | 24<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 112 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1650 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/lago-di-tovel-24\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/passo-predaia-mendelpass-23\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-tramin-zugeschnitten-1-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Passo Predaia &#038; Mendelpass | 23<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 96 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         2130 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/passo-predaia-mendelpass-23\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cembra-up-down-22\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-tramin-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Cembra up &#038; down | 22<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 92 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1140 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cembra-up-down-22\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/passo-predaia-21\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-in-tramin-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Passo Predaia | 21<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 92 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1400 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/passo-predaia-21\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/fennberger-lake-20\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/fennbergsee-2zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Fennberger Lake | 20<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 40 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1290 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/fennberger-lake-20\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/passo-manghen-19\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-tramin-suedtirol-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Passo Manghen | 19<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 152 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         2800 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/passo-manghen-19\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/deutsch-nonsberg-round-17\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-tramin-zugeschnitten-2014-andreas-meyer-wom-medien-9-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Deutsch Nonsberg Round | 17<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 124 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         2740 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/deutsch-nonsberg-round-17\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/reiter-joch-16\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-tramin-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Reiter Joch | 16<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 97.6 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         2040 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/reiter-joch-16\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/stilfser-joch-round-15\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/stilfser-joch-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Stilfser Joch Round | 15<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 64.4 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1960 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/stilfser-joch-round-15\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tschogglberg-14\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-suedtirol-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Tsch\u00f6gglberg | 14<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 113 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         2000 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tschogglberg-14\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/marmolada-circumnavigation-13\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/marmolada-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Marmolada Circumnavigation | 13<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 89.8 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         2200 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/marmolada-circumnavigation-13\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/sella-ronda-12\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/dolomiten-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Sella Ronda | 12<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 62.1 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         2040 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/sella-ronda-12\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/karerpass-11\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/karersee-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Karerpass | 11<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 122 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         2330 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/karerpass-11\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/val-di-cembra-9\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-bluete-tramin-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Val di Cembra | 9<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 110 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1470 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/val-di-cembra-9\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/brenta-round-8\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-tramin-zugeschnitten2014-andreas-meyer-wom-medien-6-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Brenta Round | 8<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 82.8 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1180 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/brenta-round-8\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/gampenpass-mendelpass-6\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-traminzugeschnittenandreas-meyer-wom-medien-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Gampenpass &#8211; Mendelpass | 6<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 105 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1810 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/gampenpass-mendelpass-6\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/five-hill-round-5\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/roadbiker-im-tal-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Five Hill Round | 5<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 67 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1080 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/five-hill-round-5\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/kohlerer-mountain-4\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/foto-rennradfahrer-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Kohlerer Mountain | 4<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 61 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1200 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/kohlerer-mountain-4\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/to-the-trudner-horn-via-hacklboden-138\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/trudner-horn-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">To the Trudner Horn via Hacklboden | 138<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 51.9 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1670 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/to-the-trudner-horn-via-hacklboden-138\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/trudner-horn-switchback-descent-137\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/fabio-wibmer_2-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Trudner Horn &#8211; Switchback-Descent | 137<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 55.3 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1770 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/trudner-horn-switchback-descent-137\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/trudner-horn-forest-roads-136\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/neh-i-st-tramina021neu-2-1-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Trudner Horn &#8211; Forest Roads | 136<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 59.8 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1820 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/trudner-horn-forest-roads-136\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/trudner-horn-trail-descent-135\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/Fabio-Wibmer_10-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Trudner Horn &#8211; Trail Descent | 135<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 55.3 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1750 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/trudner-horn-trail-descent-135\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/krabes-alm-descent-on-the-railway-line-131\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/krabes-alm-010-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Krabes Alm &#8211; Descent on the Railway Line | 131<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 70.9 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1790 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/krabes-alm-descent-on-the-railway-line-131\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/krabes-alm-trail-descent-130\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/krabes-alm-010-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Krabes Alm &#8211; Trail Descent | 130<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 51.7 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1610 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/krabes-alm-trail-descent-130\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cisloner-alm-tour-gschnon-122\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/neh-i-st-tramina032neu-2-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Cisloner Alm Tour &#8211; Gschnon | 122<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 52.8 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1570 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cisloner-alm-tour-gschnon-122\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cisloner-alm-tarred-descent-121\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/cisloner-alm-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Cisloner Alm \u2013 Tarred Descent | 121<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 47.9 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1230 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cisloner-alm-tarred-descent-121\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cisloner-alm-kanzel-forest-paths-120\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/cisloner-alm-2-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Cisloner Alm &#8211; Kanzel &#8211; Forest Paths | 120<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 53.8 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1480 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cisloner-alm-kanzel-forest-paths-120\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tramin-tramin-difficult-119\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/foto_fabian-pomella-4-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Tramin &#8211; Tramin difficult | 119<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 39.2 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1190 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tramin-tramin-difficult-119\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tour-to-the-non-valley-118\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/8509384-2-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Tour to the Non Valley | 118<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 51.3 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         2340 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tour-to-the-non-valley-118\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/kohlerer-almenround-easy-descent-114\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/almenrunde-zugeschn-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Kohlerer Almenround &#8211; easy Descent | 114<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 87.3 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1257 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/kohlerer-almenround-easy-descent-114\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/kohlerer-almenround-trail-descent-113\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/kohlern-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Kohlerer Almenround &#8211; Trail Descent | 113<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 82.6 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1307 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/kohlerer-almenround-trail-descent-113\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/gfrill-lago-santo-111\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/salurn-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Gfrill &#8211; Lago Santo | 111<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 67.1 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1510 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/gfrill-lago-santo-111\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cisloner-alm-trail-descent-109\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/07\/cisloner-alm-012-2-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Cisloner Alm &#8211; Trail Descent | 109<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 52 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1430 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cisloner-alm-trail-descent-109\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/eislocher-kalterer-hohenweg-108\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/kalterer-hoehenweg-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Eisl\u00f6cher &#038; Kalterer H\u00f6henweg | 108<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 38.9 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1020 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/eislocher-kalterer-hohenweg-108\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/eislocher-hohenwege-107\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/eisloecher-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Eisl\u00f6cher &#038; H\u00f6henwege | 107<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 54.6 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1370 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/eislocher-hohenwege-107\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/grauner-joch-burnt-corner-105\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/trailbiken-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Grauner Joch &#8211; Burnt Corner | 105<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 30.4 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1620 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/grauner-joch-burnt-corner-105\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/single-trail-tour-kaltern-23\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2021\/05\/blick-auf-kalterer-see-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Single Trail Tour Kaltern | 23<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 36 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         890 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/single-trail-tour-kaltern-23\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/truden-krabes-alm-14\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/krabes-alm-zugescnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Truden &#8211; Krabes Alm | 14<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 16.4 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         600 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/truden-krabes-alm-14\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tramin-prazollsteig-6\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/shooting-armin-03498-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Tramin-Pr\u00e4zollsteig | 6<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 19.4 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         680 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tramin-prazollsteig-6\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/single-trail-tour-tramin-104\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/single-trail-tramin-zugeschn-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Single Trail Tour Tramin | 104<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 29.4 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1200 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/single-trail-tour-tramin-104\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/penegal-prinz-alm-regole-fields-103\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/mtb-zugeschnittenjpg-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Penegal &#8211; Prinz Alm &#8211; Regole Fields | 103<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 50.9 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1050 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/penegal-prinz-alm-regole-fields-103\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en mtb  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/hammertour-gantkofel-102\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/gantkofel-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Hammertour Gantkofel | 102<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 67.2 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1440 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/hammertour-gantkofel-102\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/penegal-regole-fields-20\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/2016-08-24-326-sterne_3-2zugeschn-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Penegal-Regole Fields | 20<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 46.6 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         850 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/penegal-regole-fields-20\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/kalterer-hohenweg-18\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/shooting-armin-03373-2zuge-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Kalterer H\u00f6henweg | 18<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 30.9 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         860 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/kalterer-hohenweg-18\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/romeno-alm-amblar-17\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/roen_foto_fabian-pomella.jpg-2zug-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Romeno Alm &#8211; Amblar | 17<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 54.2 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1220 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/romeno-alm-amblar-17\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/to-the-kanzel-15\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/lago-santo-oder-schwarzensee-2zugesch-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">To the Kanzel | 15<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 26.6 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         880 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/to-the-kanzel-15\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en mtb  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/white-giants-12\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/weisse-riessen-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">White Giants | 12<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 14.4 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         650 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/white-giants-12\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/montiggl-wild-man-10\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/montiggl-028-2-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Montiggl &#038; wild man | 10<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 39.5 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         750 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/montiggl-wild-man-10\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tramin-soll-platzereien-7\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/e-mtb-shooting-05388-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Tramin-S\u00f6ll-Platzereien | 7<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 13.9 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         380 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tramin-soll-platzereien-7\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/traminer-hohenweg-5\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/Web-E_MTB-Shooting-1-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Traminer H\u00f6henweg | 5<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 26.3 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         840 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/traminer-hohenweg-5\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/descent-from-the-mendel-pass-4\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2019\/02\/E-MTB-Shooting-06242-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Descent from the Mendel Pass | 4<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 18 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         110 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/descent-from-the-mendel-pass-4\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tramin-tramin-tour-3\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/tramin-adrian-krainer-6-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Tramin-Tramin-Tour | 3<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 34.5 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         850 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tramin-tramin-tour-3\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/road-to-the-mendel-cable-car-2\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/e-mtb-shooting-foto_fabian-pomella-6-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Road to the Mendel Cable Car  | 2<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 13 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         290 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/road-to-the-mendel-cable-car-2\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/altenburger-round-8\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/altenburg-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Altenburger Round | 8<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 33.7 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         760 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/altenburger-round-8\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en mtb  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cosy-montiggl-round-24\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/e-mtb-shooting-05183zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Cosy Montiggl Round | 24<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 35.7 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         630 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/cosy-montiggl-round-24\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/trailround-graun-22\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/tramin-zugeschnitten2-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Trailround Graun | 22<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 14.2 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         750 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/trailround-graun-22\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/regole-fields-21\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/2016-08-24-352-sterne_3zugesch-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Regole fields | 21<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 42.5 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         580 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/regole-fields-21\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/from-tramin-to-trient-206\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/trient_zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">From Tramin to Trient | 206<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 87.2 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         200 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/from-tramin-to-trient-206\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/lago-santo-112\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/lago-santo-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Lago Santo | 112<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 60.8 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1600 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/lago-santo-112\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/grauner-joch-fenner-joch-106\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/grauner-fennerjoch-zugesch-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Grauner Joch &#8211; Fenner Joch | 106<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 40.6 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1970 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/grauner-joch-fenner-joch-106\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/powertrail-16\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/tramin_andreas-meyer-wom-medien-zugesch-6-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Powertrail | 16<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 26.1 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         390 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/powertrail-16\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/trient-and-teroldego-10\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/trient-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Trient and Teroldego | 10<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 93.9 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         250 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/trient-and-teroldego-10\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/truden-trudner-horn-11\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/Trudner-Horn-Schwarzen-See-zugeschn-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Truden &#8211; Trudner Horn | 11<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 20.8 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1000 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/truden-trudner-horn-11\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/rotaliana-1\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-rotaliana-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Rotaliana | 1<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 68.9 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         440 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/rotaliana-1\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/to-the-village-of-roses-214\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/radfahren-rosen-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">To the village of roses | 214<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 68.1 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         640 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/to-the-village-of-roses-214\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/short-trip-around-the-mitterberg-204\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/mitterberg-runde-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Short trip around the Mitterberg | 204<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 48.4 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         340 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/short-trip-around-the-mitterberg-204\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/etschtal-round-3\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Etschtal Round | 3<\/h3>\n               \n        <div class=\"weiterinfos\">\n        \n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/etschtal-round-3\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/the-city-of-meran-202\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/kurstadt-meran_zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">The city of Meran | 202<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 104 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         430 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/the-city-of-meran-202\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/vineyard-round-kaltern-209\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/kalterer-see-mit-weinbergen-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Vineyard round Kaltern | 209<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 24.1 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         310 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/vineyard-round-kaltern-209\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/via-kaltern-to-altenburg-207\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/radeln-am-kalterer-see-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Via Kaltern to Altenburg | 207<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 22.4 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         450 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/via-kaltern-to-altenburg-207\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/special-tour-roen-101\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2019\/09\/Roen-1-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Special tour Roen | 101<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 37.3 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1120 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/special-tour-roen-101\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/mendel-classic-7\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennrad-tramin-2014-zugeschnitten-andreas-meyer-10-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Mendel Classic | 7<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 86.3 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         1490 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/mendel-classic-7\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/around-lake-caldaro-211\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/der-kalterer-see-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Around Lake Caldaro | 211<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 15.9 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         80 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/around-lake-caldaro-211\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/mitterberg-round-2\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/rennradfahren-am-kalterer-see-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Mitterberg Round | 2<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 46 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         340 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/mitterberg-round-2\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/off-to-lake-garda-18\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/gardasee-scaled-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Off to Lake Garda | 18<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 181 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         2120 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/off-to-lake-garda-18\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/to-the-language-boundary-201\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/radfoto_zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">To the language boundary | 201<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 44.7 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         420 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/to-the-language-boundary-201\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper leisurely-biking  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/trip-to-bozen-208\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/bozen-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        Leisurely biking \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Trip to Bozen | 208<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 57.3 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         340 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/trip-to-bozen-208\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en racing-bike  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/eislocher-oberplanitzing-9\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/E-MTB-Shooting-Foto-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB Racing bike \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">Eisl\u00f6cher &#8211; Oberplanitzing | 9<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 33.8 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         570 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/eislocher-oberplanitzing-9\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/4-almen-tour-13\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/4-almen-zugeschnitten-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              \n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">4 Almen Tour | 13<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 27.8 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         820 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/4-almen-tour-13\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      \n        <div class=\"dimizu_postlist_wrapper mtb-en  \">\n          <a href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tour-with-bathing-possibilities-at-the-lakes-1\/\">\n            \n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2019\/11\/Montiggler-See-489x400.jpg\" alt=\"\" width=\"337\" height=\"400\">\n      \n            <div class=\"dimizu_postlist_caption\">\n              <div class=\"entry-ebikeladestation\"><div class=\"iconRund\"><i class=\"fas fa-plug\"><\/i><\/div><\/div>\n                  \n              \n        <div class=\"kategorieinfos\">\n        MTB \n        <\/div>\n\n           \n              <h3 class=\"entry-title card-title\">The Montiggl Lakes | 1<\/h3>\n               \n        <div class=\"weiterinfos\">\n        <div class=\"entry-distanz\"><i class=\"far fa-arrow-alt-circle-right\"><\/i> 40.3 km<\/div><div class=\"entry-hoehenmeter\">\n                        <span>\n                           <i class=\"fas fa-long-arrow-alt-up fa-right-rotate\"><\/i>  \n                           <i class=\"fas fa-mountain\"><\/i>\n                        <\/span>      \n                         720 m<\/div>\n        <\/div>\n\n       \n              \n              <button href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/tour-with-bathing-possibilities-at-the-lakes-1\/\" class=\"btn btn-primary\">more<\/button>\n            <\/div>\n          <\/a>\n        <\/div>\n      <\/div>\n\t\n\t\n\t\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>find your perfect tour MTB, road bike or leisurely biking? Set any filter and find your personal dream tour!<\/p>\n","protected":false},"author":2,"featured_media":9834,"parent":9753,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"seite_kategorien":[92],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Tours | Traminerhof<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tours | Traminerhof\" \/>\n<meta property=\"og:description\" content=\"find your perfect tour MTB, road bike or leisurely biking? Set any filter and find your personal dream tour!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/\" \/>\n<meta property=\"og:site_name\" content=\"Traminerhof\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-17T08:13:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/shooting-armin-03498.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2048\" \/>\n\t<meta property=\"og:image:height\" content=\"1365\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/\",\"url\":\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/\",\"name\":\"Tours | Traminerhof\",\"isPartOf\":{\"@id\":\"https:\/\/www.traminerhof.it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/shooting-armin-03498.jpg\",\"datePublished\":\"2020-07-06T15:09:58+00:00\",\"dateModified\":\"2025-03-17T08:13:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/#primaryimage\",\"url\":\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/shooting-armin-03498.jpg\",\"contentUrl\":\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/shooting-armin-03498.jpg\",\"width\":2048,\"height\":1365,\"caption\":\"Bike-Tour, Blick auf Kalterer See\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.traminerhof.it\/en\/bike\/tours\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.traminerhof.it\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bike\",\"item\":\"https:\/\/www.traminerhof.it\/en\/bike\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Tours\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.traminerhof.it\/#website\",\"url\":\"https:\/\/www.traminerhof.it\/\",\"name\":\"Traminerhof\",\"description\":\"Good Life. Cool Ride.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.traminerhof.it\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tours | Traminerhof","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.traminerhof.it\/en\/bike\/tours\/","og_locale":"en_US","og_type":"article","og_title":"Tours | Traminerhof","og_description":"find your perfect tour MTB, road bike or leisurely biking? Set any filter and find your personal dream tour!","og_url":"https:\/\/www.traminerhof.it\/en\/bike\/tours\/","og_site_name":"Traminerhof","article_modified_time":"2025-03-17T08:13:30+00:00","og_image":[{"width":2048,"height":1365,"url":"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/shooting-armin-03498.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.traminerhof.it\/en\/bike\/tours\/","url":"https:\/\/www.traminerhof.it\/en\/bike\/tours\/","name":"Tours | Traminerhof","isPartOf":{"@id":"https:\/\/www.traminerhof.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.traminerhof.it\/en\/bike\/tours\/#primaryimage"},"image":{"@id":"https:\/\/www.traminerhof.it\/en\/bike\/tours\/#primaryimage"},"thumbnailUrl":"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/shooting-armin-03498.jpg","datePublished":"2020-07-06T15:09:58+00:00","dateModified":"2025-03-17T08:13:30+00:00","breadcrumb":{"@id":"https:\/\/www.traminerhof.it\/en\/bike\/tours\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.traminerhof.it\/en\/bike\/tours\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.traminerhof.it\/en\/bike\/tours\/#primaryimage","url":"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/shooting-armin-03498.jpg","contentUrl":"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/04\/shooting-armin-03498.jpg","width":2048,"height":1365,"caption":"Bike-Tour, Blick auf Kalterer See"},{"@type":"BreadcrumbList","@id":"https:\/\/www.traminerhof.it\/en\/bike\/tours\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.traminerhof.it\/en\/"},{"@type":"ListItem","position":2,"name":"Bike","item":"https:\/\/www.traminerhof.it\/en\/bike\/"},{"@type":"ListItem","position":3,"name":"Tours"}]},{"@type":"WebSite","@id":"https:\/\/www.traminerhof.it\/#website","url":"https:\/\/www.traminerhof.it\/","name":"Traminerhof","description":"Good Life. Cool Ride.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.traminerhof.it\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/pages\/10068"}],"collection":[{"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/comments?post=10068"}],"version-history":[{"count":7,"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/pages\/10068\/revisions"}],"predecessor-version":[{"id":21334,"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/pages\/10068\/revisions\/21334"}],"up":[{"embeddable":true,"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/pages\/9753"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/media\/9834"}],"wp:attachment":[{"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/media?parent=10068"}],"wp:term":[{"taxonomy":"seite_kategorien","embeddable":true,"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/seite_kategorien?post=10068"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}