#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines h1,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines h2,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines h3,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines h4,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines h5,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines h6 {
text-align: center;
padding: 10px;
margin: 5px 0;
background-color: transparent;
color: #508d24;
}
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines.use-bg-color-1 h1,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines.use-bg-color-1 h2,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines.use-bg-color-1 h3,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines.use-bg-color-1 h4,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines.use-bg-color-1 h5,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines.use-bg-color-1 h6 {
background-color: #fff;
}
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines.use-font-family-1 h1,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines.use-font-family-1 h2,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines.use-font-family-1 h3,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines.use-font-family-1 h4,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines.use-font-family-1 h5,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines.use-font-family-1 h6 {
font-family: “” !important;
}
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines h1 .paragraph,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines h2 .paragraph,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines h3 .paragraph,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines h4 .paragraph,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines h5 .paragraph,
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines h6 .paragraph {
margin: 0;
padding: 0;
}
#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79 .seoheadlines a {
text-decoration: none;
color: #508d24;
font-family: “” !important;
}
Suikervrije perzik ijsthee
function setupElement313401524638360773() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
‘w-global’,
‘underscore’,
‘jquery’,
‘backbone’,
‘util/platform/elements/PlatformElement’,
‘util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = “209976852378389883-1.0.4″;
if (typeof _W.loadedPlatformDependencies === ‘undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ‘undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ‘undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = /**
* This is required for element rendering to be possible
* @type {PlatformElement}
*
* we normalize the styles on initial load.
*/
(function() {
var SEOHeadlines = PlatformElement.extend({
initialize: function() {
// we normalize the styles on initial load.
$(document).ready(function() {
this.fixStyles();
}.bind(this));
this.fixStyles();
},
/**
* Lots of styles are applied by default to editable areas of
* the editor. To make the element looks how you want, some styles
* need to be overwritten.
*/
fixStyles: function() {
this.$(‘.editable-text’).each(function(index, value) {
$(value).attr(‘style’, ”);
});
this.$(‘.element’).each(function(index, value) {
$(value).attr(‘style’, ”);
});
}
});
return SEOHeadlines;
})();;
if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don’t want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$(‘.platform-element-child-placeholder’).length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({“customFontSize_each”:[{“customFontSize_index”:0},{“customFontSize_index”:1},{“customFontSize_index”:2},{“customFontSize_index”:3},{“customFontSize_index”:4},{“customFontSize_index”:5},{“customFontSize_index”:6},{“customFontSize_index”:7},{“customFontSize_index”:8},{“customFontSize_index”:9},{“customFontSize_index”:10},{“customFontSize_index”:11},{“customFontSize_index”:12},{“customFontSize_index”:13}],”useBgColor”:true,”useFontFamily”:false,”useFontSize”:false,”useLink”:false,”selectHeadline”:”h1″,”headingText”:”Suikervrije perzik ijsthee”,”linkURL”:”#”,”headlineAlignment”:”center”,”fontFamily”:””,”customFontSize”:14,”headlineColor”:”#508d24″,”headlineBgColor”:”#fff”,”borderThickness”:0,”borderStyle”:”none”,”borderColor”:”#fff”,”borderRadius”:0});
_Element.prototype.settings.page_element_id = “313401524638360773”;
_Element.prototype.element_id = “d1272ce1-76ef-44c3-ae69-bbb9997acc79”;
_Element.prototype.user_id = “94741176”;
_Element.prototype.site_id = “583927102394162462”;
_Element.prototype.assets_path = “//marketplace.editmysite.com/elements/209976852378389883-1.0.4/assets/”;
new _Element({
el: ‘#element-d1272ce1-76ef-44c3-ae69-bbb9997acc79’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement313401524638360773();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement313401524638360773, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement313401524638360773();
}
});
}
#element-592cc5ce-f7dd-426a-bf15-22a2f06a9470 .waddons-blog-image.hideImage {
display: none;
}
function setupElement944476137931472660() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
‘w-global’,
‘underscore’,
‘jquery’,
‘backbone’,
‘util/platform/elements/PlatformElement’,
‘util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = “260411112593998040-1.0.0”;
if (typeof _W.loadedPlatformDependencies === ‘undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ‘undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ‘undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = (function(){
var blogImg = PlatformElement.extend({
initialize: function() {
}
});
return blogImg;
})();
;
if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don’t want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$(‘.platform-element-child-placeholder’).length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({“hideImage”:true});
_Element.prototype.settings.page_element_id = “944476137931472660”;
_Element.prototype.element_id = “592cc5ce-f7dd-426a-bf15-22a2f06a9470”;
_Element.prototype.user_id = “94741176”;
_Element.prototype.site_id = “583927102394162462”;
_Element.prototype.assets_path = “//marketplace.editmysite.com/elements/260411112593998040-1.0.0/assets/”;
new _Element({
el: ‘#element-592cc5ce-f7dd-426a-bf15-22a2f06a9470’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement944476137931472660();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement944476137931472660, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement944476137931472660();
}
});
}
Met dit mooie weer kan een lekkere verkoelende ijsthee natuurlijk niet ontbreken. Heb je weleens naar de ingrediënten van ijsthee gekeken? Ik wel en ik zag dus dat ‘perzik’ ijsthee voor 0,2% uit perziksap bestaat en voor een veel groter percentage uit toegevoegde suikers. ‘Groene’ ijsthee bevat nog minder, 0.14% groene thee en zelfs twee verschillende soorten toegevoegde suikers niet echt een lekker drankje dus. Sinds ik eigenlijk alleen nog water drink, merk ik ook pas hoe zoet deze drankjes zijn, niet normaal eigenlijk. Ik vond het daarom hoog tijd voor een suikervrije ijsthee.
Deze ijsthee maakte ik met groene thee en verse perziken. Dat maakt de thee natuurlijk niet helemaal suikervrij, want er zitten fruitsuikers van de perzik in, maar er zijn geen suikers aan togevoegd. En deze smaakt echt veel beter dan die uit de winkel en lest ook echt je dorst, waarbij ik na het drinken van die uit de winkel vaak nog steeds dorst heb.
Wachttijd: Ongeveer 30 minuten
Aantal: 1 kan (3 glazen)
Bijzondere benodigdheden:
- Theezeefje
- Keukenmachine/blender/staafmixer
- Hittebestendige kom
Als het mengsel helemaal is afgekoeld, kun je het theezeefje erbij pakken en dit op een karaf, fles of glas zetten. Schenk hier het mengsel doorheen. Op deze manier filter je de pulp van de perziken eruit en houd je alleen de ijsthee over. Op het moment dat je klaar bent, kun je de ijsthee nog even in de koelkast zetten om hem écht koud te serveren of voeg er wat ijsblokjes aan toe. |
Volg je Organic Happiness al op Social Media?